
@media (max-width: 1400px) {
    .slider-section .left .text {
      padding-left: 4em;
    }
  }
@media (max-width: 1199px) {
    .header-section .navbar {
      justify-content: left;
    }
    .header-section .navbar .contact .toggle .menu_btn{
        margin-left: 0;
        margin-right: 20px;
    }
    .slider-section .left h3{
        font-size: 38px;
    }
    .header-section .navbar .links.is-active {
        right: 0;
        left: initial;
        transition: 0.6s;
      }
      .header-section .navbar .links{
        right: -1000px;
        left: initial;
      }
      .header-section .navbar .links ul li{
        text-align: right;
      }
      .contact-section .boxes .text h3 {
        font-size: 25px;
      } 
    
  }
  @media (max-width: 991px) {
    .slider-section .left .text {
      padding-left: 0;
    }
    .about-section .boxes .text .content {
        padding-right: 0;
      }
      .about-section .boxes .text h3 {
        font-size: 26px;
      }
      .whychoose-section .text h3 {
        font-size: 26px;
      }
      .whychoose-section .text h4{
        font-size: 18px;
      }
      .about-section .boxes .text h4{
        font-size: 18px;

      }
      .page-content .about-section .boxes .text .content{
        padding-left: 0;
      }
      .banner_top .content h3 {
        font-size: 25px;
      }
      
 
  }
  @media (max-width: 767px) {
    .page-content .about-section .boxes .text .content{
        padding-top: 0;
    }
  }

  @media (max-width: 600px) {
    .slider-section .left h3 {
        font-size: 25px;
    }
    .about-section .boxes .text h3 {
        font-size: 22px;
      }
      .whychoose-section .text h3 {
        font-size: 22px;
      }
      section .main-title h3 {
        font-size: 26px;
      }
      .blog-section .boxes .item .content .text h3 {
        font-size: 20px;
      }
      .header-section .navbar{
        padding-left: 16px;
        padding-right: 0;
      }
      .banner_top .content h3 {
        font-size: 22px;
      }
      .page-content .blog-details .text h3{
        font-size: 22px;

      }
      .contact-section .boxes .text h3 {
        font-size: 21px;
      } 
      .howitswork-section .text-title h3{
        font-size: 23px;
      }
  }