@media screen and (max-width: 1365px) {
  .header {
    padding-left: 60px;
    padding-right: 60px;
    left: 25px;
    right: 25px;
 
     }  

 .middle-section {
	padding:60px 0;
}            
  
} 
    
 
@media screen and (max-width: 1239px) {
.custom-btn.hdr-contact {
  margin-left: 20px;
  padding: 18px 20px;	
}
.hero-bnr.dtl-hero {
  height: 95px;
  padding-top: 95px;
}
}

@media screen and (max-width: 1199px) {
 
  h1,
  .h1 {
    font-size: 55px;
    line-height: 58px;
  }

  .pb100 {
    padding-bottom: 80px;
  }

  .pt100 {
    padding-top: 80px; 
  }

  h2,
  .h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
  }

  .wych-btm span {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .service-bx figure img {
    min-height: 310px;
  }

  .quot-imb {
    bottom: -80px;
  }

  .cont-info {
    padding: 25px 25px 0;
    border-radius: 30px;
  }

  .contactfrm-block {
    padding: 25px;
    border-radius: 30px;
  }

  .wych-cont-bx {
    border-radius: 30px;
    padding: 25px;
  }

  .custom-btn {
    font-size: 18px;
    padding: 18px 20px;
  }

  .abt-contain {
    padding-left: 40px;
  }

  .hero-bnr {
    position: relative;
    margin: 25px 25px 0;
    height: 700px;
  }

  .wych-cont-bx.testi-bx {
    padding: 30px;
  }

  .artical-info {
    padding: 20px;
  }

  .artical-title a {
    display: block;
  }

  .service-overly {
    padding: 20px 20px 20px;
  }

   .custom-btn.hdr-contact {
    margin-left: 20px;
  }

  .nav-section .navbar-nav .nav-link {

    margin: 0 2px;
  }
   .custom-btn.hdr-contact {
    margin-left: 10px;
  }
  .header {
    padding-left: 25px;
    padding-right: 25px;
  }
    
  .service-overly {
    bottom: 100px;
  }
            
 .timer { font-size: 35px; margin-bottom: 10px;}  

  .artical-bx.bp-artical .custom-btn {padding: 10px 10px 12px;
    font-size: 13px;}  

  .dtl-contain h1 {
  font-size: 40px; 
  line-height: 50px;
  height: 104px;
} 
 
.dtl-contain h2,
.dtl-contain h3, .dtl-contain h4, .dtl-contain h5{
	font-size: 35px;
  line-height: 45px;
}  
.logo img {
  max-width: 190px;
}

.hero-bnr.dtl-hero {
  height: 110px;
  padding-top: 110px;
}

.dtl-btn {  padding: 12px 10px;}

.custom-btn.bknow-btn {  
  padding: 14px 10px;
}
.share-btn {  padding: 10px;}
}            

@media screen and (max-width: 1024px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;   
  }
}    

   
@media screen and (max-width: 991px) {
  .hero-bnr.dtl-hero {
  height: 75px;
  padding-top: 75px;                           
}

  .middle-section{
	padding:45px 0;
} 	
  .pt100 {
    padding-top: 60px;
  }

  .pb100 {
    padding-bottom: 60px;
  }

  .header {
    left: 0;
    right: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
  }

  .hero-bnr {  
    margin: 0; 
    height: 500px;
    border-radius: 0;
    padding-top: 88px;
  }

  h1,
  .h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-caption p {
    margin: 15px 0;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .sm-heading {
    margin-bottom: 10px;
  }

  .wych-cont-bx h4 {
    margin: 15px 0;
  }

  .servicebtm-bx {
    padding-top: 15px;
  }

  .faq-contain-section {
    margin-top: 40px;
  }

  .faq-contain .card-body {
    padding: 10px 0 0;
  }

  .faq-card {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
  }

  .contactfrm-block {
    margin-top: 30px;
  }

  .footer {
    padding: 60px 0;
  }

  .ftr-box {
    margin-bottom: 20px;
  }

  .footer-bottom {
    margin-top: 20px;
  }

  .abt-imb img {
    margin: 0 auto;
  }

  .abt-contain {
    padding-left: 0;
    margin-top: 40px;
  }

  .quot-imb {
    bottom: -60px;
    max-width: 400px;
    right: 0;
  }


  .navbar-toggler {
    z-index: 1;
    padding: 0;
    margin: 0;
  }

  .custom-btn.hdr-contact {
    margin-left: 5px;
    padding: 10px;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--color-white);
    margin: 5px 0;
    transition: all 0.4s ease;
    position: relative;
  }

  /* Open State (Cross/X) */
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    /* middle line hide */
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .navbar-collapse {
    position: fixed;
    padding-top: 88px;
    background: var(--color-yellow);
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    /* hidden by default */
    width: 100%;
    height: 100%;
    transition: left 0.5s ease
  }

  .nav-section .navbar-nav .nav-link {
    padding: 8px 10px;
  }

  .nav-section .navbar-nav .nav-item.active .nav-link,
  .nav-section .navbar-nav .nav-item .nav-link:hover,
  .nav-section .navbar-nav .nav-item .nav-link:focus {
    color: var(--color-primary);
  }

  .navbar-collapse.collapse.show {
    left: 0;
  }

  .opennav {
    overflow: hidden;
  }

  .nav-section .navbar-nav {
    overflow-y: auto;
    padding-top: 20px;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }

  .nav-section .navbar-nav .custom-btn .btn-txt {
    font-size: inherit;
    font-weight: initial;
  }

.nav-section .navbar-nav .dropdown-menu .dropdown-item {
    padding: 6px 20px;
    font-size: inherit;
    font-weight: initial;
}
  
.faq-imgblock {
  max-width: 500px;
  margin: auto;
}
  


}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  p {
    line-height: 26px;
  }

  .services-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-heading {
    margin: 0 auto 30px;
  }

  .pb100 {
    padding-bottom: 40px;
  }

  .pt100 {
    padding-top: 40px;
  }

  h1,
  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
  }


  .hero-caption p {
    font-size: 17px;
    line-height: 25px;
    margin: 5px 0;
  }

  .bnrlink-bx .custom-btn {
    margin: 0 8px;
  }

  .custom-btn {
    font-size: 16px;
    padding: 14px 16px;
  }

  .custom-btn.tp-btn {
    padding: 14px 16px;
  }

  .abt-list {
    padding: 20px;
    border-radius: 15px;
    font-size: 16px;
    margin: 12px 0 30px;
  }

  .abt-list ul li+li {
    margin-top: 10px;
  }

  .service-bx {
    border-radius: 25px;
  }

  .service-overly h3 {
    font-size: 22px; 
  }


  .wych-btm span {
    font-size: 35px;
    margin-bottom: 5px;
  }

  .wych-cont-bx hr {
    margin: 5px 0 21px;
  }

  .wych-cont-bx h4 {
    font-size: 22px;
    margin: 8px 0;
  }

  .quot-imb img {
    margin: 0 auto;
    max-width: 300px;
  }

  .quot-imb {
    max-width: 100%;
    position: static;
    margin-top: 30px;
  }

  .quote-section {
    padding-bottom: 0;
  }

  .quote-section .custom-btn {
    padding: 14px 16px;
  }

  .testimonials-slider .owl-dots {
    margin-top: 0;
  }

  .testimonials-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }

  .faq-card-links::before {
    width: 22px;
    height: 22px;
    top: 5px;
    background-size: 22px;
  }

  .faq-card-links {
    font-size: 22px;
  }


  .artical-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
    height: 55px;
  }

  .ftr-hdr {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column-reverse;
  }

  .footer {
    padding: 30px 0;
  }

  .ftr-social-itrms {
    margin-bottom: 7px;
  }

  .ftr-logo {
    margin-bottom: 10px;
  }

  .ftr-logo img {
    max-width: 150px;
  }  

  .testi-media .wych-btm span {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .cont-form .form-control {
    padding: 10px;  
  }  
     
  .hero-bnr.inner-hero {      
        height: 250px;
    }
    
   .hero-bnr.dtl-hero {
    height: 75px;
    padding-top: 75px;
  }
  .counter-section ul li { 
    flex: 0 0 50%;
    max-width: 50%;
  }  

     
    .gallery_lightbx .lightbox-image {
       height: 300px;
    }

    .artical-bx figure {
	height: 230px;    
}

.dtl-slider-img {
    height: 300px;
  }    

   .dtl-contain h1 { 
  font-size: 30px;
  line-height: 40px;
  overflow: visible;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;  
  height: auto;  
}
  

.dtl-sub-title{    
	overflow: visible;
  -webkit-line-clamp: inherit;
  line-clamp: inherit;  
  height: auto;      
}


.dtl-contain h2,
.dtl-contain h3, .dtl-contain h4, .dtl-contain h5 {
  font-size: 28px;
  line-height: 38px;
}
.hero-caption h1 {
  margin-bottom: 20px;
}
.logo img {
  max-width: 170px;
}

.testi-bx p{   
  height: 155px; 
}

.callnow-bx {
  position: fixed;  
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;   
}

.callnow-bx .custom-btn.bknow-btn {
  width: 50%;
  margin: 0 !important;
  border-radius: 0;
  text-align: center;
  height: 43px;
} 
.callnow-bx .custom-btn.bknow-btn::after{
border-radius: 0; }
.callnow-bx .share-btn {
  width: 50%;
  border-radius: 0;
  padding: 9px;
}
 
 .brand-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }

}

 
@media screen and (max-width: 575px) {
  

 
 .faq-img img {
  border-radius: 25px;
}
  .abt-contact li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .abt-contact ul li+li {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .bnrlink-bx .custom-btn {
    margin: 0 7px;
    font-size: 13px;
    padding: 12px 8px;
  }

}