/*================================ 
    #RESPONSIVE CSS 
====================================*/


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .logo img{
          margin: 0px auto;
  }
  
  .top-phone-bar {
    text-align: center;

}

.lp-main-banner {
    height: auto;
    background-position: -264px;
    padding-bottom: 30px;
}

.lp-main-banner .banner-form .apply-form-inner h2{
  font-size: 20px;
}

.lp-main-banner .banner-form .apply-form-inner .submit-query{
  font-size: 18px;
}

.lp-main-banner .apply-form-inner .form-field{
  font-size: 15px;
}

.lp-banner-info {
  margin-top: 36px;
}

.lp-banner-info h2{
  font-size: 18px;
  margin-bottom: 8px;
}

.lp-banner-info p {
  font-size: 14px;
  line-height: 20px;
}

.lp-main-banner .banner-form .apply-form-inner{
  margin-top: 10px;
}


  .navbar{
      padding: 10px;
  }
  
 .nav-item.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    position: relative;
    max-height: initial;
    margin-top: 0px !important;
}
  
  .nav-link{
          display: block;
  }
  
  .nav-item::before{
      display: none;
  }
  
  .dropdown-toggle::after{
      display: none;
  }
  
  .banner-info h1 {
      font-size: 20px;
  }
  
  .online-report{
     margin: 5px 0 0 5px;
  }
  
  
  
.lp-icon-block p{
  font-size: 18px;
}

.lp-section-heading{
  font-size: 22px;
}


.lp-home-sample-block {
  width: 30%;
}

.lp-home-sample-block img {
  width: 68px;
}

.lp-home-sample-block p {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 20px;
}

.lp-content-text{
  font-size: 15px;
}

.lp-icon-bx .row .col-lg-6 {
  width: 50%;
}

.lp-why-icon {
  min-height: 180px;
}

.lp-why-icon img {
  width: 80px;
}

.lp-full-testimg {
   margin-top: 10px;
  margin-bottom: 36px;
}

.lp-testimonial-sec .testimonial-block .section-title {
    font-size: 24px;
    font-weight: 700;
    padding: 46px 0 6px 0;
}

.lp-testimonial-sec .testimonial-block .content p{
        font-size: 15px;
}

.lp-testimonial-sec .testimonial-block .owl-nav .owl-next{
  right: -26px;
}

.lp-testimonial-sec .testimonial-block .owl-nav .owl-prev{
  left: -16px;
}


.lp-our-health-packages {
    padding-top: 13px;
}

.lp-packge-content p {
    font-size: 16px;
}

.lp-why-icon h3{
    font-size: 16px;
}


.lp-about-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}







.make-payment-btn {
     display: block;
    margin-top: 12px !important;
    width: 296px;
    text-align: center;
    margin: 0px auto;
}

  /* Footer */

  footer .f-items .item {
    margin-bottom: 50px;
  }

  footer .f-items .item:last-child {
    margin-bottom: 0;
  }

  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }

  footer.active-first .f-items .item:first-child .f-item {
    padding: 0;
  }

  footer.active-first .f-items .item:first-child .f-item::after {
    display: none;
  }
}




/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar{
        padding-left: 1px;
    }
    
    .online-report{
        padding: 6px 8px;
        margin: 5px 0 0 4px;
    }
    
    .top-phone-bar a{
        font-size: 14px;
        display: inline-block;
    }
    
    .nav-link{
       padding: 14px 3px !important; 
           font-size: 12px;
    }
    
    .lp-banner-info h2{
      font-size: 24px;
    }

    .lp-banner-info p{
      font-size: 17px;
    }
    
    .lp-main-banner {
    height: auto;
    padding-bottom: 40px;
    }

    .lp-main-banner .banner-form .apply-form-inner h2{
      font-size: 26px;
    }

    .lp-main-banner .apply-form-inner .form-field{
      font-size: 16px;
    }
    
    .lp-icon-block p{
      font-size: 20px;
    }

    .lp-icon-block img {
      width: 90px;
  }
    
    .lp-why-icon h3{
       font-size: 17px; 
    }
    

    .lp-section-heading{
      font-size: 26px;
    }

    .lp-home-sample-block img {
      width: 90px;
    }

    .lp-home-sample-block p{
      font-size: 13px;
      margin-top: 20px;
      line-height: 20px;
    }

    .lp-home-sample-block{
      margin-top: 26px;
    }

    .lp-content-text{
      font-size: 15px;
    }

    .lp-packge-content p {
      font-size: 18px;
    }
    
    
    
    .lp-testimonial-sec .testimonial-block .section-title {
      font-size: 26px;
    }
    
    .lp-testimonial-sec .testimonial-block .owl-nav .owl-next{
            right: -28px;
    }
    
    .lp-testimonial-sec .testimonial-block .owl-nav .owl-prev{
        left: -28px;
    }
    
    .lp-full-testimg {
      position: relative;
      margin-top: 6px;
      margin-bottom: 54px;
  }
    
  
   
    
    

  /* Footer */
  
  footer .f-item h4 {
      font-size: 13px;
  }
  
  footer .f-item.contact li p{
      font-size: 12px;
  }

  footer .f-items .item {
    margin-bottom: 50px;
  }

  footer .f-items .item:last-child {
    margin-bottom: 0;
  }

  footer .f-items .item.col-sm-6 {
    margin-bottom: 0;
    margin-top: 50px;
  }

  footer .f-items .item.col-sm-6:first-child, 
  footer .f-items .item.col-sm-6:nth-child(2) {
    margin-top: 0;
  }

  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }

  footer.active-first .f-items .item:first-child .f-item {
    padding: 0;
  }

  footer.active-first .f-items .item:first-child .f-item::after {
    display: none;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1124px) {
    .navbar{
        padding-left: 1px;
        
    }
    
    .nav-link{
            font-size: 14px;
    }
    
    .top-phone-bar a {
        display: inline-flex;
    }
    
    .lp-icon-block p {
      font-size: 20px;
      margin-top: 24px;
      line-height: 26px;
  }

  .lp-section-heading{
    font-size: 28px;
  }

  .lp-packge-content p {
    font-size: 18px;
  }

  .lp-content-text{
    font-size: 16px;
  }

  .lp-banner-info h2{
    font-size: 30px;
  }

  .lp-banner-info p{
    font-size: 18px;
  }
    
    
    .lp-why-icon h3{
            font-size: 20px;
    } 
    
    .lp-testimonial-sec .testimonial-block .section-title{
        font-size: 26px;
    }
    
    .lp-testimonial-sec .testimonial-block .content p{
        font-size: 16px;
    }
    
    .lp-testimonial-sec .testimonial-block .owl-nav .owl-next{
            right: -30px;
    }
    
    .lp-testimonial-sec .testimonial-block .owl-nav .owl-prev{
        left: -30px;
    }
    
    
    
    footer .f-item.contact li p{
        font-size: 13px;
    }
}
