@media only screen and (min-width : 1400px) {

}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
    .contact_last h6 {
    font-size: 17px ;
}

    .readbtn{
        padding: 10px 18px ;
    }
    
    .cards{
      width: 679px;
    }
   .abthero .content{
    width: 88% !important;
   }
   .service-card {
    width: 226px;
   }

   .teamHead{
    width: 100% !important;
   }
   .blog_detail{
    /* height: 400px; */
 background-position: top;
  }
.blog_txt h3{

  font-size: 36px;
}

}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
 
    .full {
        width: 100% !important;
    }
    .tab{
      width: 90%;
    }
   
.abthero .content,.abthero h1{
  text-align: center;
  
}
 .stickyCol {
        position: relative; /* Revert to normal flow on mobile */
        top: auto; /* Remove the top position */
        max-height: none; /* Allow the div to take its full height */
        overflow-y: visible; /* Remove scroll on mobile */
    }
  
 .blog_detail{
    
 background-position: top;
  }

  .blog_txt{
    height: 400px;
  }

  
    .input_text label,h5 {
  font-size: 17px;
  line-height: 27px;
}
}

@media only screen and (max-width: 992px) and (min-width : 768px) {
  .last_container .arrow{
  height: 30px;
  width: 30px;
}
.lastSec h5{
  font-size: 16px !important;
}

.blog_txt h3{
  opacity: 1;
}

    .full {
        width: 100% !important;
    }
    
    .social h6 {
        font-size: 16px;
    }
    .contact_last h6{
     font-size: 12px ;
    }

    /* about page */
    
    .homeBtns button{
        padding: 16px 25px !important ;
    }
    
     .abthero .title{
    text-align: center;
  }
  /* blog search */

  .team h4{

  font-size: 30px;
  line-height: 35px;
}

.team h3{

  font-size: 32px;
  line-height: 38px;
}

.team h5{

  font-size: 18px;
  line-height: 25px;
}

.avatars{
  width: 30%;
}
.right-panel{
  padding: 20px 15px;
}
 .stickyCol {
        position: relative; /* Revert to normal flow on mobile */
        top: auto; /* Remove the top position */
        max-height: none; /* Allow the div to take its full height */
        overflow-y: visible; /* Remove scroll on mobile */
    }
  
  .content1{
    text-align: center !important;
  }

  .extraDiv h6{
    font-size: 14px;
  }
.readbtn{
  padding: 10px 20px;
}
 .blog_txt{
    min-height: 400px;
  }
.blog_txt h3{
  font-size: 30px;
  opacity: .7;
}
  
}

@media only screen and (max-width: 768px) {
  .blog_txt h3{
  opacity: 1;
}


  .blog_txt{
    min-height: 350px;
  }
    .custom-social-group {
        display: flex ;
        flex-wrap: wrap ;
        justify-content: center;
        gap: 10px;
    }
    /* about page */
    
    .homeBtns button{
        padding: 15px  28px ;
        font-size: 16px ;
    }
     .abthero .title{
    text-align: center;
  }
  /* FAQ */
.faqHead p{
    width: 90%;
    margin-left: 5%;
}

.faq-container{
    padding: 0px;
    gap: 0;
}
.faq-number{
    padding: 10px 15px;
    font-size: 16px;
}

.faq-question{
    font-size: 17px;
}

.faq-answer{
    margin-left: 0px;
    /* text-align: center; */
}

.faq-container::before{
    width: 0;
}
  .scroll-wrapper .col-md-6 {
  width: 50% ; /* Forces two columns */
}

 .vision .content{
    padding-top: 0px !important;
  }
  .vision{
    gap: 11px !important;
  }
  .mission{
     writing-mode: initial !important;
     transform: none !important;
     font-size: 32px;
    line-height: 38px;
  }


/* blog search */
.phone {

     width: 36px;
        height: 35px;
}
.search h6{
  font-size: 15px;
}


.abthero h1{
  margin-left: 12.5%;
}
    
  /* .cards {
    width: 85% ;
    height: auto ;
    flex-direction: column ;
    align-items: center ;
    justify-content: center;
    position: relative ;
    overflow: hidden;
  }

  .card {
    position: absolute;
    opacity: 0 ;
    transform: scale(0.95) ;
    transition: all 0.5s ease ;
    width: 90% ;
  }

  .card.active {
    opacity: 1 ;
    transform: scale(1) ;
    position: relative ;
  } */



  .animation_container {
    height:418px;
  }


  .cards {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    transform: none !important;
    margin: 0 auto;
    z-index: 3 !important;
    opacity: 1 !important;
  }

  /* Hide all non-selected cards */
  #item-1:checked~.cards label:not(#card-1),
  #item-2:checked~.cards label:not(#card-2),
  #item-3:checked~.cards label:not(#card-3),
  #item-4:checked~.cards label:not(#card-4),
  #item-5:checked~.cards label:not(#card-5) {
    display: none !important;
  }

  
    .blog_sec h5, .blog_sec h6{
        text-align: center;
        font-size: 16px;
    }
   
    
    .tabtitles{
        flex-direction: column;
    }
    .tab-contents h3{
        font-size: 26px ;
        line-height: 36px ;
    }
    .tabSubcontent{
        text-align: center;
    }
    
     .readbtn{
        padding: 10px 16px;
    }
    .readbtn h6 , i{
        font-size: 15px;
    }

.lastSec{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.service-card{
  width: 100%;
  height: 300px;
}

 .stickyCol {
        position: relative; /* Revert to normal flow on mobile */
        top: auto; /* Remove the top position */
        max-height: none; /* Allow the div to take its full height */
        overflow-y: visible; /* Remove scroll on mobile */
    }
  
.full{
  width: 100% !important;
}


    .scroll-wrapper {
  max-height: 370px; /* show 3 rows (3 * 100px + gaps) */
}
.right-panel{
  padding:20px;
}
.avatars{
  width: 30%;
}
.tabRowTow .subHead span {
font-size: 28px;
}

}

@media only screen and (max-width: 767px) and (min-width : 577px) {

    /* about page */
    .tabRowTow .subHead span {
font-size: 28px;
}
    .homeBtns button{
        padding: 15px  28px ;
        font-size: 16px ;
        text-align: center;
     
    }

 
   
     .abthero .title{
    text-align: center;
  }
    .abthero .content{
        text-align: center !important;
        width: 100% !important;
    }
    .abt_banner h4 {
    font-size: 30px;
    text-align: center;
}
 .abt_banner p{
    font-size: 12px ;
    text-align: center ;
 }
  

      .content-wrapper {
        padding: 70px 16px 16px ;
      }

      .service-name {
        font-size: 18px ;
      }
 /* blog search */
.phone {

          width: 36px ;
        height: 35px;
}
.search h6{
  font-size: 15px;
} .cards {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    transform: none !important;
    margin: 0 auto;
    z-index: 3 !important;
    opacity: 1 !important;
  }

  /* Hide all non-selected cards */
  #item-1:checked~.cards label:not(#card-1),
  #item-2:checked~.cards label:not(#card-2),
  #item-3:checked~.cards label:not(#card-3),
  #item-4:checked~.cards label:not(#card-4),
  #item-5:checked~.cards label:not(#card-5) {
    display: none !important;
  }
  
  .animation_container {
    height:210px;
  }


    .team h4{

  font-size: 30px;
  line-height: 35px;
}

.team h3{

  font-size: 32px;
  line-height: 38px;
}

.team h5{

  font-size: 18px;
  line-height: 25px;
}




.team{
  display: flex ;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.top_one{
  border-top: none !important;
}
 .stickyCol {
        position: relative; /* Revert to normal flow on mobile */
        top: auto; /* Remove the top position */
        max-height: none; /* Allow the div to take its full height */
        overflow-y: visible; /* Remove scroll on mobile */
    }
     
        canvas{
  visibility: hidden !important;
  display: none;
  }
  .blog_txt h3{
    font-size: 30px;
  }
}





  


@media only screen and (max-width : 576px) {
  
  .blog_txt h3{
    font-size: 25px;
  }
     
   .stickyCol {
        position: relative; /* Revert to normal flow on mobile */
        top: auto; /* Remove the top position */
        max-height: none; /* Allow the div to take its full height */
        overflow-y: visible; /* Remove scroll on mobile */
    }
    .full {
        width: 100% !important;
    }

    .social h6 {
        font-size: 16px;
    }


    .input_text {
        padding: 12px 24px;
        gap: 15px;
    }

    .input_text h5 {
        font-size: 16px;
    }

    .input_text h6 {
        font-size: 16px;
    }

    .submit {
        padding: 16px 40px;
        font-size: 16px;
    }

    .contact_last h6 {
        font-size: 16px ;
    }
    .working_day{
        padding: 12px 14px;
    }

    .custom-social-group {
        display: flex ;
        flex-wrap: wrap ;
        justify-content: center;
        gap: 10px;
    }
    .social{
        padding: 11px 10px;
        font-size: 14px;
    }
       .abthero h1{
  margin-left: 0%;
}
   
   .map{
        height: 250px ;
    }
 .stay_tunned {
  
    display: flex ;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center ;
    text-align: center;
    gap: 0;
  }


  .stay_tunned h6 {
    flex: 0 0 100%;  
    margin-bottom: 12px ;
  }


  .stay_tunned .box {
    flex: 0 1 auto ;  
    display: inline-flex ;
    margin: 0 8px ;
  }
  .working_day {
    justify-content: center;
    margin-top: 8px ;
  }

  .contact_last h6 {
    text-align: center;
    width: 100% ;
  }


  /* about page  */
  .abthero .title{
    text-align: center;
  }
  

    .homeBtns button{
        padding: 15px  28px;
        
    }

    
    .abt_banner h4 {
    font-size: 23px ;
    text-align: center ;
}
 .abt_banner p{
    font-size: 13px ;
    text-align: center ;
 }


    .avatar-wrapper {
    gap: 10px ;
  }
  .abtus_sec .heading , .abtus_sec h5{
    text-align: center ;
  }

  .avatar {
    width: 60px ;
    height: 60px ;
  }

  .testimonial-text {
    font-size: 13px;
  }

  .testimonial-name {
    font-size: 1rem;
  }

  .testimonial-role {
    font-size: 0.8rem ;
  }

  .testimonial-icon {
    font-size: 1.5rem ;
  }

  .nav-button {
    width: 35px ;
    height: 35px ;
  }

  .nav-button i {
    font-size: 20px ;
  }
#prevBtn{
 left: -11px;
}
#nextBtn{
right: -11px;
}
  

.faq-container{
    padding: 10px ;
    gap: 0;
}
.faq-number{
    padding: 10px 12px ;
    font-size: 16px ;
}





/* blog search */
.latast h3{
  font-size: 26px ;
}
.news_sec h4{
      text-align: center ; 
    font-size: 19px ;
}
.category h5{
  font-size: 17px;
}


.blodetail_sec h4{
  text-align: center;
}
.team{
  display: flex ;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
/* .social-icons{
margin-left: 25% !important;
} */


.third_sec h5{
  font-size: 15px !important;
}
.designer{
  text-align: center !important;
}
.team-thumb .data-avatar{
  width: 50px !important;
}

.counting h3{
  font-size: 35px;
}

.abt_banner h6{
  font-size: 14px;
}
.cards{
  height:200px !important;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.abtus_sec h5 {
    font-size: 24px;
  
}

  .animation_container {
    height:210px;
  }

  .team h4{

  font-size: 27px;
  line-height: 27px;
}

.team h3{

  font-size: 32px;
  line-height: 38px;
}

.team h5{
  color: #00CC65;
  font-size: 18px;
  line-height: 25px;
}




.right-panel h3{
  font-size: 27px;
  line-height: 37px;
}


.input_text input {
  font-size: 11px;
}
.top_one{
  border-top: none !important;
}
.search input{
  width: 50%;
}

    .blogHero_sec .content {
        font-size: 15px;
        line-height: 20px;
    }
     .tabSubcontent h4{
        font-size: 19px;
    }
     .tabRowTow .content1{
        text-align: center !important;
    }
    .extraDiv h6{
    text-align: center !important;
    }
     .readbtn {
        padding: 10px 16px !important;
    }
    .readbtn h6 , i{
        font-size: 15px;
    }
    .wheel{
      width: 25%;
      margin-left: 37.5%;
    }

    .team-thumb{
      width: 90% !important;
    }

    .scroll-wrapper {
  max-height: 280px; /* show 3 rows (3 * 100px + gaps) */
}
.right-panel{
  padding:20px;
}
.avatars{
  width: 25%;
}
.contact{
  font-size: 40px;
  line-height: 45px;
}
  canvas{
  visibility: hidden !important;
  }

  .blog_txt{
    min-height: 300px;

  }

  .blog_detail{
    background-position: left;
  }
}
