@media (max-width: 768px) {
    .right-header-btn a{
        display: none;
    }
    .left-header a{
        display: none;
    }
    .hero-container {
        flex-direction: column!important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 50px;
  }
  .hero-left {
    width: 100% !important;
}
.hero-left h1 {
    font-size: 38px !important;
}
.hero-left p {
    font-size: 16px !important;
}
.btn-g-2,.btn-g-1 {
    display: flex;
    justify-content: center;
        align-items: center;
    font-size: 16px !important;
line-height: 1;
    
    padding: 10px 20px 10px 20px !important;
}
.hero-right {
     width: 90% !important; 
 
}
.logos-item {
    display: flex
;
    justify-content: space-evenly !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
    flex-direction: row;
}


/* about section */
.about-container {
    flex-wrap: wrap !important;
    justify-content: center !important;

}
.text-content {

     width: 100% !important;
}
.text-content h2 {
    font-size: 38px !important;
}
.book-covers {
    width: 80% !important;

}

/* why choose section */
.container-services {
 
    flex-wrap: wrap !important;
}
.content {
    width: 100% !important;
}
.content h2 {
    font-size: 52px !important;
}
.content p {
    font-size: 16px;
}
.img-content {
    width: 100% !important;
}
.process {

    flex-direction: column !important;
    gap: 20px;
    flex-wrap: wrap !important;
}
.container-slide h2 {
    font-size: 52px;
}
.title {
    color: #fff;
    font-size: 26px;

}
.efeext-title {
    font-weight: 600;
    font-size: 26px !important;
}
.text-para{
    padding: 0 20px;
}
.text-para p {
    color: #fff;
   
    font-size: 16px !important;
}
.content-process h2 {
    color: #fff;
    font-size: 52px !important;
}
.text-sec h2{
    font-size: 52px !important;
    
}
.tabs h2{
     font-size: 52px !important; 
}
.tab-icons {
    display: flex
;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
 flex-wrap: wrap;
}
.efeext-testimonials {
    background-color: #b3e7f9;
    padding: 80px 10px;
}
.tab-content {
    padding: 10px !important;
}
.card-bg-section h2 {
    font-size: 36px !important;
}

}


@media (max-width: 1366px) and (min-width: 768px) {
.container-logo {
  max-width: 1140px;
}
.card-content{
  max-width: 1140px;
}
.container-services{
    max-width: 1140px;
}
.process-container {
  max-width: 1140px;
}
.container-slide{
  max-width: 1140px;
}  
.container-form {
  max-width: 1140px;
} 
.inner-header{
  width: 100%;
  max-width: 1140px;
} 

.container-contact-details{

  max-width: 1140px;
}
.faq-container {
  max-width: 1140px;
  margin: 0 auto;
}
.hero-container {
    max-width: 1140px;
}
.about-container {
    max-width: 1140px;
}
.item-process {

  max-width: 200px;
  padding: 20px;
  border-radius: 40px;
  background: #FFF;
  aspect-ratio: 1 / 1;
  height: 100px;
 
}
.process {
    width: 100%;
    display: flex
;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.footer__container {

    max-width: 1140px;
}

        .copyright{
            max-width: 1140px;
        }
         .text-para{
            max-width: 1140px;
}

}