/* Colors */
/* Functions */
@media (max-width: 1500px) {

}
@media (max-width: 1440px) {

  .kind-transplant{
    display: grid;
    grid-template-columns: repeat(3,1fr)!important;
    gap: 55px;}
}
@media (min-width: 1200px){
.containers {
  max-width: 1520px;
  margin: 0 auto;
}
}

@media (max-width: 991px) {
  .trans-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 0px;
    padding: 30px;
    .trans-text{
      opacity: 1!important;
    }
  }
  .home-center-contact .containers {
    padding: 0 20px;
}
  .transSectionBox img{
    height: 360px;
  }
.landing-col {
    margin-top: 30px;
    margin-bottom: 30px;
}
  .transFullwidth{
    grid-column: 1 / -1;
  }
  a.cta-btn {
    font-size: 14px;
  }
  .doctor-box{
      margin-bottom:30px;
  }
  .table-price-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 30px;
  }
  .price-table{
    margin: 18px;
  }
  .dhi-price{
    border: none;
  }
  .sapphire-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 0px;
    padding: 30px;
  }
  .sapphire-image img {
    max-width: 100%!important;
    height: auto;
    object-fit: scale-down;
  }

  .kind-transplant{
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 35px;
    padding: 20px;
  }

  .imgandTransText img {
    max-width: 100%;
  }
  .accordions{
    display: grid;
    grid-template-columns: repeat(1,1fr)!important;
  }
  .accordion-images img {
    max-width: 100%;
}
}

@media (max-width: 768px) {
    .accordion-images{
        margin-top:50px;
    }
  .hero-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 165px 0 50px;
  }
  .logo img {
    max-width: 80%;
  }
  .hero-form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  
  .trans-title{
      font-size: 18px;
  }
  
  .trans-desc{
      font-size:15px;
  }
  .sapphire-about{
    padding: 50px 15px;
  }
  .sapphire-text {
    margin-top: 25px;
  }
  .footerBigLogo img {
    display: none;
}
  
  .transSectionBox{
  position: relative;
  margin:35px!important;
}
  .transplant-kind{
    padding: 10px 0;
  }
  .sapphire-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 0px;
    padding: 30px;
  }
  .trans-step-desk{
    display: none!important;
  }
  .trans-step-mobile{
    display: flex !important;
    justify-content: center;

    img {
      max-width: 100%;
      object-fit: scale-down;
    }
    
    
    
  }

  .packagesHair{
    display: grid;
    grid-template-columns: repeat(1,1fr)!important;
    margin-top: 50px;
    gap: 25px;
    padding: 20px;
    .packages-item{
      padding: 0px;

      p{
        font-size: 18px;
      }
    }
}

  .sapphire-footer .footerCont {
    flex-direction: column;
    gap: 25px;
  }
.footerLogo {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.footerText p{
    text-align:center;
}
.transSectionBox .box-trans-text .box-front{
  position: absolute;
  top: 50%!important;
  background:none;
}

.order1{
    order:1;
}
.order2{
    order:2;
}
.order3{
    order:3;
}



#testimonial .owl-nav .owl-prev {
  left: 32px;
  z-index: 1000;
}

  .box-trans-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    border-radius: 30px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 10px;
    z-index: 1000;
    background: linear-gradient(45deg, black, transparent)!important;
  }

  .transSectionBox .box-trans-text .box-front{
    position: absolute;
    top: 50%!important;
  }

  .transSectionBox .box-trans-text .box-front .box-title h2 {
    color: #5ABCD9;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--first-font);
  }

  .box-desc{
    font-family: var(--first-font);
    padding: 5px;
    font-size: 10px;
    background: none!important;
  }

  .testimonialfirstitem{
    transform: scale(1)!important;
  }

  .testimonialLastitem{
    transform: scale(1)!important;
  }

  #testimonial .owl-nav .owl-next {
  right: 32px;
  z-index: 1000;
}
  #transplant-answers h2{
    margin-bottom: 20px!important;
  }
  .answers-box{
    margin: 35px!important;
  }
  a.footerLlogo {
    display: flex;
    justify-content: center;
  }
.footersals {
  padding: 20px 0 55px;
    display: flex;
    flex-direction: column;
}
  #phone{
    width: 30%;
  }

  input.phone-number {
    width: 70%;
  }
    .foİcon{
        display: flex;
        flex-direction: column;
        align-items: center;
      margin-left: 0!important;
    }
  #owl-brands{
    padding: 35px 0;
  }
 .show-message {
    display: block!important;
    background: linear-gradient(rgb(88, 209, 100) 0%, rgb(44, 184, 66) 100%);
    color: #fff;
    font-family: var(--first-font);
    padding: 10px 0;
    text-align: center;
}
}