/*SCREEN <768px*/
/*SECTION HEADINGS LINE HEIGHT RESPONSIVE*/
@media only screen and (max-width: 768px){
    .section-headings{
        line-height: 50px !important;
        font-size: 35px !important;
        margin-bottom: 10% !important;
    }
    
    /*ALL SECTIONS PADDING SET*/
    
    #clients, #features, #testimonials, #sale-points, #feature-image, #feedbacks, #support{
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
        padding-top: 2.5em !important;
        padding-bottom: 3.5em !important;
    }
    
    
    .testamonial-quotes > p{
        
        font-size: large;
        letter-spacing: .5px;
        line-height: 33px;
        font-family: sans-serif;
        /*padding-top: 10%;*/
        color:#666666;
        font-weight: bold;
        
    }
    .testamonial-quotes > p > small{
        
        font-size: small !important;
        
    }
    .testamonial-img > img{
        margin-top: 18%;
        
    }
    
    .mid-panel-jumbotron-tagline{
        padding-top: 1% !important;
    }
    .mid-panel-jumbotron-tagline > h1{
        font-size: 27px !important;
        
    }
    .client-img{
        margin-top: 10%;
    }
    .big-features-image{
        width: 100% !important;
        height: 100% !important;
    }
    .big-features-image-div{
        padding: 0 !important;
    }
    #features > .row > .col-md-4{
        
        padding-top: 8% !important;
        
    }
    #header-contact-number-block > p{
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #19b2f8;
    text-align: right;
    
}
.footer-panel {
    /*padding: 55px;*/
    padding-top: 35px;
    padding-left: 0 !important;
}
.footer-sections{
    line-height: 22px;
}
.footer-sections > ul > li > a{
    color: #9aa0ad;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Armata', sans-serif;
}
.footer-sections > ul > li > a:hover{
    text-decoration: none;
    font-weight: 500;
    font-family: 'Armata', sans-serif;
    color: white;
}
.page-sections{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}
.section-headings{
    color: #0069a4;
    /*font-size: medium !important;*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 1em;

}
.days-text-support{
    font-size: 11.5px !important;
    
}
.request-call-back{
    padding-right: 50px !important;
}
.page-banner{
    padding-top: 13%;
    min-height: 520px;
    margin-bottom: 0;
    background-color: #0069a4;
    /*min-height: 520px;*/
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    
    /*padding-bottom: 5.5em;*/
    }
    .page-banner h1,h3{
        text-align: center !important;
        
    }
    .page-banner h1{
        font-size: 25px !important; 
        line-height: 35px !important;
    }
    .page-banner h3{
        font-size: 20px !important;   
        line-height: 30px !important;
    }
    .page-banner p{
        text-align: center !important;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
