
@media (min-width: 1920px) {

    
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) { 


     
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

}
    
    
/* small mobile :320px. */
@media (max-width: 767px) {
    .sider-bar-nav {
        float: right;
        margin-top: 10px;
    }
    .logo h1 {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 32px;
        color: #073692;
        font-size: 16px;
    }
    .make-a-call{
        display: none;
    }
    .logo img {
        width: 130px;
        top: 0px;
    }
    .navbar{
        display: none;
    }
    .siderbar-detail ul li a{
        color: #fff;
        font-size: 20px;
    }
    .make-a-call {
        margin-top: 12px;
    }
    .main-slider h2{
        font-size: 21px;
    }
    .main-slider .text{
        font-size: 11px;
        font-weight: 400;
        line-height: 21px;
        padding-right: 60px;
    }
    .rev_slider_wrapper{
        height: 300px!important;
    }
    .rev_slider{
        height: 300px!important;
    }
    .head-div h2{
        font-size: 10px;
    }
    .make-a-call-no a {
        font-size: 10px;
    }
    .ser-desc{
        padding: 20px;
        margin-bottom: 20px;
    }
    .ser-desc h2 {
        font-size: 20px;
    }
    .about-img img {
        margin-top: 40px;
        margin-left: 0px;
        margin-bottom: 40px;
        position: relative;
        z-index: 99;
        border-radius: 20px;
    }
    .bg-blue{
        height: auto;
    }
    .about-desc {
        margin-left: 0px;
        padding: 15px;
    }
    .exp-num h1 {
        color: #073692;
        font-size: 11px!important;
        line-height: 20px!important;
        padding: 15px!important;
    }
    .about-desc p{
        text-align: justify;
    }
    .exp-num{
        width: 35%;
    }
    .exp-desc {
        margin-left: 33%;
        padding: 12px;
        background: #fff;
    }
    .about-desc h1 {
        color: #000;
        font-size: 22px;
        line-height: 33px;
    }
    .exp-desc h3{
        margin-bottom: 0px;
        font-size: 11px;
    }
    .exp-desc p{
        font-size: 13px;
    }
    .section-title h1 {
        color: #000;
        font-size: 23px;
        line-height: 30px;
    }
    .testimonial-div .inner-box .text{
        font-size: 15px;
    }
    .section-title h3 {
        color: #ffae00;
        font-size: 15px;
        margin-bottom: 0px;
    }
    body{
        font-size: 15px;
    }
    .process-desc{
        margin-bottom: 30px;
    }
    .section-padding {
        padding: 25px 0px;
    }
    .who-we {
        padding: 15px;
        margin-top: 20px;
    }
    .who-we-div{
        width: 100%;
        float: none;
    }
    .bg-light{
        height: auto;
    }
    .faqs {
        padding: 20px;
    }
    .faqs h2 {
        color: #fff;
        font-size: 19px;
    }
    .blog-desc h2 {
        font-size: 18px;
        color: #000;
        line-height: 27px;
    }
    .blog-desc {
        padding: 20px;
    }
    .blog-desc a{
        padding: 7px 13px;
    }
    .blog-desc{
        margin-bottom: 30px;
    }
    .faqs h4 {
        color: #000;
        font-size: 14px;
    }
    .who-we h2{
        color: #000;
        font-size: 20px;
    }
    .ser-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        padding: 19px;
        margin-bottom: 20px;
    }
    .footer-logo{
        height: 88px;
    }
    .footer-contact img{
        float: none;
    }
    .footer-contact{
        text-align: center;
    }
    .footer-top{
        text-align: center;
    }
    .footer-div-1 img{
        width: 50px;
        float: none;
    }
    .footer-main{
        text-align: center;
    }
    .copyright-text p{
        text-align: center;
        font-size: 10px;
    }
    .social-icon ul{
        float: none;
    }
    .social-icon{
        text-align: center;
    }
    .track h3{
        font-size: 20px;
    }
    .inner-page{
        padding: 20px 0 20px;
        min-height: 90px;
    }
    .page-title h1 {
        font-size: 22px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 0px;
    }
    .about-inner h2 {
        color: #000;
        font-size: 24px;
        line-height: 30px;
    }
    .miss-viss img{
        width: 60px;
    }
    .miss-viss h3{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .singal-blog-post ul li {
        margin-right: 13px;
        font-size: 10px;
    }
    .singal-blog-post h3{
        font-size: 22px;
    }
    .singal-blog-post p{
        text-align: justify;
    }
    .aside-bar h3{
        font-size: 20px;
    }
    .singal-blog-post blockquote{
        padding: 16px 20px 16px 27px;
    }
    .error-page h1 {
        font-size: 68px;
        line-height: 90px;
    }
    .error-page h3 {
        font-size: 26px;
    }
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 
}
 
