/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
  screen and (min-resolution: 120dpi) {
}

@media (min-width: 1280px) and (max-width: 1366px) {
   .contact-num a {
     padding: 6px;
   }
   .mys2mg img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 15px;
   }
   .sec-3 .ser-box {
    height: 360px;
   }
}
    

/*@media (min-width: 1024px) and (max-width: 1279px) {*/
/*    .header nav:before {*/
/*        display:none;*/
/*    }*/
/*}*/

@media (min-width: 768px) and (max-width: 1023px) {
     .header nav:before {
        display:none;
    }
    .ser-box {
        margin-bottom: 30px;
    }
    .sec-3 .ser-box{
        height: 340px;
    }
    footer {
    text-align: center;
    }
    .hero-images img,
    .copyright:before{
    display: none;
    }
}

@media (max-width: 767px) {
   .hero-sec h1,
   .hero-top-form h2,
   .second-sec h2,
   .our-partner-heading h2,
   .our-partner-tabs-content-img-details h3,
   .section-title>h3,
   .faqs-sec .center-heading>h3,
   .sercls2 h3,
   .inpsec3rw1 h2{
    font-size: 28px;
    line-height: normal;
   }
   .sec2-image img {
    margin-bottom: 20px;
    }
    .hero-images img,
    .copyright:before{
    display: none;
    }
    footer {
    text-align: center;
    }
    .sec-3{
     padding-bottom: 30px;
    }
    .inpgsec3 {
    padding-top: 30px;
    }
    .sec-3 .ser-box {
    height: auto;
   }
   .inpgsec3 .row{
     margin-bottom: 0px;  
   }
   .cntsec-list li{
       display: block;
    width: auto;
   }
   .book-tabs .nav-pills .nav-link {
    width: 135px;
   }
   .f-contact li .f-social {
    justify-content: center;
   }
   .f-cantainer {
    padding-bottom: 10px;
   }
   .client img {
    width: 160px;
    }
}