

@media (max-width: 576px) {
  .navbar-brand img {
    height: 1.65rem;
    object-fit: contain;
  }

  .navbar-brand-desktop img {
    height: 45px;
    object-fit: contain;
  }

  /* .col-lg-7.hero-content.mt-3 div {
    width: 316px;
  } */

  .hero .hero-content .hero-h1 {
    font-size: var(--text-3xl);
    line-height: var(--line-height-xl);
  }

  .btn-primary {
    width: 200px;
  }

  .btn-primary span {
    font-size: var(--text-sm);
  }

  .btn-primary img {
    margin-left: 20px;
  }

  .hero-buttons a,
  .hero-buttons button {
    margin-bottom: 1rem;
  }

  .hero-avatar-position {
    left: 0;
    right: 0;
    bottom: -20px;
  }

  .hero .hero-avatar-text-box {
    font-size: 11px;
    line-height: 13px;
  }

  .google-reviews-box {
    margin-top: 2rem;
  }

  #doctorsCarousel.slider {
    --slide-width: 98%;
  }

  #doctorsCarousel .slider__buttons .slider__button_bg-prev,
  #doctorsCarousel .slider__buttons .slider__button_bg-next {
    width: auto;
    background-image: none;
  }

  #doctorsCarousel .slider__buttons .slider__button_bg-prev img {
    margin-right: 3rem;
  }

  #doctorsCarousel .slider__buttons .slider__button_bg-next img {
    margin-left: 3rem;
  }

  #doctorsCarousel.slider .slider__buttons .slider__button img {
    width: 36px;
    height: 36px;
    /* margin-left:3rem */
  }

  .rate-with-text-box {
    flex-wrap: wrap;
  }

  .rate-with-boxes:first-child {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .rate-with-boxes {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .comparison-other-service .comparison-other-service-img {
    width: 286px;
  }

  .comparison-table {
    width: 100%;
  }

  .comparison-table .comparison-bg-box ul li {
    font-size: 10px;
    min-height: 105px;
    align-items: center;
  }

  .shape-img {
    width: 10px;
    height: 14px;
  }

  .comparison-up-box-highlighted-title,
  .comparison-up-box-title {
    font-size: 14px !important;
    text-align: center;
  }

  .comparison-up-box-highlighted-title
    .comparison-up-box-highlighted-title-overflow
    .stars-box
    .star {
    width: 14px;
    height: 14px;
  }

  .comparison-table .comparison-bg-box:nth-child(1) {
    width: 35%;
  }

  .comparison-table .comparison-bg-box:nth-child(2) {
    width: 32.5%;
  }

  .comparison-table .comparison-bg-box:nth-child(3) {
    width: 32.5%;
  }

  .comparison-table .comparison-bg-box:nth-child(4) {
    width: 0%;
  }

  .comparison-up-box-highlighted-title {
  }

  .comparison-table .comparison-bg-box:nth-child(1) ul li {
    padding-left: 1rem;
  }

  .treatment-start-step {
    width: 100%;
  }
  .testimonials .section-title h2 {
    font-size: 1.875rem;
    line-height: var(--line-height-2xl);
  }

  .section-title h2 {
    font-size: 1.875rem !important;
    line-height: var(--line-height-2xl) !important;
  }

  .blog-homelist .container:nth-child(2) .row > * {
    margin-bottom: 1.5rem;
  }

  .start-treatment-banner .start-treatment-banner-box h2 {
    font-size: 25px;
  }

  .start-treatment-banner-buttons {
    justify-content: center;
  }

  .start-treatment-banner-buttons .mleft-5 {
    margin-left: 1rem;
  }

  .faq {
    padding: 60px 0px;
  }

  .alert .alert-icon img {
    width: 46px;
    height: 46px;
  }

  /* footer .footer-main {
    padding: 1rem 0;
  } */

  footer .footer-copyright .footer-horizontal-small-list {
    flex-direction: column;
  }
  footer .footer-copyright .footer-horizontal-small-list a {
    display: inline-flex;
    margin-bottom: 0.35rem;
  }

  footer .footer-copyright .footer-horizontal-small-list span {
    display: none;
  }

  footer .social-media-links {
    justify-content: center;
    margin: 1rem 0;
  }

  .nav-ex-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .pagination .page-item {
    margin-right: 5px;
  }

  .pagination .page-link {
    font-size: var(--text-md);
    line-height: var(--line-height-md);
    height: 34px;
    width: 34px;
  }

  .pagination .page-link.active {
    height: 34px;
    width: 34px;
  }

  .pagination .page-link.more {
    height: 34px;
    width: 34px;
  }

  .pagination .arrow {
    font-size: var(--text-md);
    line-height: var(--line-height-md);
    height: 34px;
    width: 34px;
  }

  .pagination .arrow img {
    height: 12px;
    object-fit: contain;
  }



  .search-box-col {
  }

  .btn-hero-sss {
    margin-bottom: 2rem;
  }

  .page-hero .hero-avatar-text-box {
    font-size: 11px;
    line-height: 13px;
  }

  .page-hero-title {
    font-size: var(--text-2xl);
    line-height: var(--line-height-2xl);
  }

  .blog-social-share .blog-social-share-link:first-child {
    border-radius: 4px;
  }

  .blog-social-share .blog-social-share-link:last-child {
    border-radius: 4px;
    border-left-width: 1px;
  }
  .blog-detail-title {
    font-size: var(--text-2xl);
    line-height: var(--line-height-2xl);
  }

  .appointment-datepicker {
    grid-template-columns: repeat(2, 1fr);
  }

  .asc-container {
    padding: 0 2rem;
  }

  .btn-appointment-next img,
  .btn-appointment-prev img {
    margin-left: 0.75rem;
  }

  label.radio-card .card-content-wrapper {
    padding: 12px 22px;
  }

  .appoint-end-icon-title {
    width: 100%;
  }

  .appoint-end-chip-card {
    flex-wrap: wrap;
    /* justify-content: center; */
    border-radius: 30px;
  }

  .appoint-status-chip {
    /* margin-bottom: 0.5rem; */
    padding: 4px;
  }

  .appoint-time-chip {
    padding: 4px 8px;
  }

  .appoint-status-chip .appoint-status-icon {
    margin-right: 5px;
  }

  .appoint-end-card-content a,
  button {
    min-height: 36px;
  }

  .appoint-end-card-content .btn-success,
  .appoint-end-card-content .btn-outline-secondary {
    padding: 6px 8px;
  }

  .appoint-end-card-content .btn-outline-secondary {
    margin-left: 0;
  }

  .end-actions-btn {
    justify-content: space-between;
  }

  .alert .alert-icon {
    margin-right: 1rem;
  }

  .doctor-card-inner {
    margin-left: 2.5rem;
    margin-right: 2.25rem;
  }

  .doctor-detail .doctor-detail-box-right {
    width: 100%;
  }

  .corporation-title {
    font-size: 35px !important;
    line-height: 40px !important;
  }

    #lightgallery.carousel-inner {
      border-radius: 8px;
    }
  
    #officeCarousel {
      display: flex;
      width: 414.41px !important;
      border-radius: 8px;
    }
  
    #lightgallery1.carousel__slides {
      display: none;
    }
  
    .mp-facetoface-body .carousel__thumbnails {
      display: flex;
      justify-content: center !important;
      align-items: center;
  
    }
  
    .mp-facetoface-body .carousel__slides {
      width: 100%;
    }
  
    .mp-facetoface-body .carousel__slide {
      img {
        display: block;
        object-fit: cover;
        max-height: 193.7px;
      }
    }
  .mp-facetoface-body .carousel_container {
    width: 100%;
    max-height: 261px;
    display: none;
  }

  .mp-facetoface-body .carousel__thumbnails {
    li {
      width: 36%;
    }
  }

  .mp-facetoface-body .carousel {
    gap: 0;
    flex-direction: column;
    align-items: center;
  }

  .mp-facetoface-body .carousel__slide {
    figure a {
        justify-content: center !important;
    }
  }
  .officeImg {
    width: 43vh !important;
    max-height: 239.7px;
  }

  .mp-facetoface-body .carousel__thumbnails {
    img {
        height: 80px;
    }
  }

}

@media (min-width: 450px) and (max-width: 575px) {
  .mp-facetoface-body .carousel__thumbnails {
    li {
        max-width: calc(80%);
    }
  }
  #officeCarousel {
    width: 337.41px !important;
  }

  .officeImg {
    width: 37vh !important;
    max-height: 224px;
  }

}

@media (max-width:450px) {

  #officeCarousel {
    width: 100% !important;
  }

  .officeImg {
    width: 43vh !important;
    max-height: 235.7px;
  }
}

@media (max-width:385px) {
  #officeCarousel {
    width: 100% !important;
  }

  .officeImg {
    width: 94vw !important;
    max-height: 188.8px;
  }
}

@media (max-width:370px) {
  #officeCarousel {
    width: 100% !important;
  }

  .officeImg {
    width: 53vh !important;
    max-height: 188.8px;
  }
}

@media (max-width:350px) {

  .officeImg {
    width: 37vh !important;
  }

}

@media (max-width:340px) {
  #officeCarousel {
    width: 100% !important;
  }

  .officeImg {
    width: 51vh !important;
  }

}


@media (min-width: 576px) {
  .blog-detail-advisors #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 100%;
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 100%;
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  .how-it-work-step {
    width: 33.33333333%
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 33%;
  }

  .blog-detail-advisors #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 33%;
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 33%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .how-it-work-step .step-image-box img {
    width: 100%;
  }

  .mp-facetoface-body .employees-situation .treatment-start-step-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 50%;
  }

  .blog-detail-advisors #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 50%;
  }

  #doctorsCarousel.slider .slider__track > * {
        flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {

  .blog-detail-advisors #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 25%;
  }

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 25%;
  }
  
  .how-it-work-step {
    width: 32.33333333%;
  }

  .mp-facetoface-body .team-profile-card-content p.team-profile-desc.team-profile-about-doctor {
    min-height: 72px;
    display: flex;
    align-items: center;
  }

  .our-team .team-profile-card-content-sec-place .work-section-chips {
    min-height: 67px;
    display: flex;
    align-items: center;
  }

  .our-team  .team-profile-desc.team-profile-about-doctor {
    min-height: 72px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  
  .specialistMatcher .matcher-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
  }

  .matcher-cards .matchIndividual,
  .matcher-cards .matchCouple,
  .matcher-cards .matchYouth {
    background-position: right bottom;
    min-height: 155px;
  }
  
  .matcher-cards .matchIndividual {
    background-size: 21%;
  }
  
  .matcher-cards .matchCouple {
    background-size: 45%;
  }
  
  .matcher-cards .matchYouth {
    background-size: 30%;
  }

  .how-it-work-step .step-image-box img {
    width: 70%;
  }

  .lg-current, .lg-image {
    max-width: 85vw !important;
    max-height: 85vh !important;
  }

  .mp-facetoface-body .hero-up-head {
    width: 100% !important;
  }

  .mp-facetoface-body .video-list-container .video-card-container .video-card {
    padding: 10px;
  }

  .mp-facetoface-body .video-card .video-title {
    margin: 10px 0 0 0;
  }

  .top-bar-mobile-app {
    display: none;
  }

  .top-bar-mobile-app.visible {
    display: flex;
  }

  .top-bar-mobile-app.animate-in {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .top-bar-mobile-app:not(.animate-in) {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

}

@media (max-width: 767px) {
  .blog-detail-actions {
    justify-content: center;
    margin-top: 0.75rem;
  }

  .team-profile-card-buttons .btn-noborder-secondary {
    margin-left: 0;
  }

  .reserve-schedule-form-buttons #reserve-schedule-form-button {
    width: 80%;
  }

}

@media (max-width: 992px) {
  .doctor-detail .doctor-detail-box-right {
    width: 100%;
  }

  .mp-corporation-body .hero-img {
    max-width: 320px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .mp-corporation-body .hero-img-mobile {
    max-width: 320px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .mp-corporation-body .hero-storeLinks .col-5.p-1.col-sm-5.mt-2,
  .mp-facetoface-body .hero-storeLinks .col-5.p-1.col-sm-5.mt-2 {
    width: 32% !important;
  }

  .quick-start .title .img {
    display: none;
  }

  .quick-start .title .texts {
    padding: 0 16px;
  }

  #business-modal .business-modal-incentive-inner .img {
    display: none;
  }

  .commentsCarousel .comment-card{
    width: 300px;
  }

  .mp-facetoface-body .choosing-therapist-content {
    padding: 48px 0 24px 0;
  }

  .mp-facetoface-body .choosing-therapist-title {
    margin-top: 40px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  #doctorsCarousel .doctor-card-inner .team-profile-card-buttons a {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .col-lg-7.hero-content.mt-3 .hero-up-head {
    width: 400px;
  }
  
  .hero .hero-content .hero-h1 {
    font-size: var(--text-3-5xl);
    line-height: var(--line-height-2xl);
  }
  .hero-buttons a {
    margin-bottom: 1rem;
  }

  .hero-avatar-position {
    left: 0;
    right: 0;
    bottom: 0px;
  }

  .hero .hero-avatar-text-box {
    font-size: 11px;
    line-height: 13px;
  }

  .google-reviews-box {
    margin-top: 2rem;
  }

  #doctorsCarousel.slider {
    --slide-width: 43%;
  }

  .rate-with-boxes {
    justify-content: flex-start;
    padding-top: 1.5rem;
  }

  .rate-with-boxes span:first-child {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .rate-with-boxes span:last-child {
    font-size: 13px;
  }

  .comparison-table {
    width: 100%;
  }

  .comparison-other-service .comparison-other-service-img {
    width: 386px;
  }

  .comparison-table .comparison-bg-box ul li {
    font-size: 10px;
    min-height: 95px;
    align-items: center;
  }

  .comparison-up-box-highlighted-title,
  .comparison-up-box-title {
    font-size: 14px !important;
    text-align: center;
  }

  .comparison-up-box-highlighted-title
    .comparison-up-box-highlighted-title-overflow
    .stars-box
    .star {
    width: 14px;
    height: 14px;
  }

  .comparison-table .comparison-bg-box:nth-child(1) {
    width: 40%;
  }

  .comparison-table .comparison-bg-box:nth-child(2) {
    width: 30%;
  }

  .comparison-table .comparison-bg-box:nth-child(3) {
    width: 30%;
  }

  .comparison-table .comparison-bg-box:nth-child(4) {
    width: 0%;
  }

  .treatment-start-step {
    width: 45%;
  }

  .search-box-col {
  }

  .btn-hero-sss {
    margin-bottom: 2rem;
  }

  .blog-detail-title {
    font-size: var(--text-2xl);
    line-height: var(--line-height-2xl);
  }

  .doctor-detail .doctor-detail-box-right {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card-row .blog-card  {
    flex-basis: calc(50% - 15px);
  }
  .blog-card-row .blog-card {
    min-height: 512.59px !important;
  }
}

@media (max-width: 768px) {
  .blog-card-row .blog-card  {
    flex-basis: calc(100%);
  }
  .blog-card-row {
    padding: 10px;
  }

  .test-detail-topBar .test-detail-topBar-content-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .test-detail-topBar .appoint-main-texts {
      margin-bottom: 0 !important;
      width: 100%;
  }

  .average-test-time-content {
      padding: 18px 30px;
      border-radius: 16px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .comparison-up-box-highlighted-title,
  .comparison-up-box-title {
    font-size: 14px !important;
    text-align: center;
    padding-bottom: 0 !important;
  }

  .comparison-other-service .comparison-other-service-img {
    width: 436px;
  }

  .comparison-table .comparison-bg-box ul li {
    min-height: 95px;
    align-items: center;
  }
  .btn-hero-sss {
    margin-bottom: 2rem;
  }
  
}

@media (min-width: 1024px) {
  .hero-avatar-position {
    bottom: 5px;
  }

  .hero .hero-avatar-text-box {
    font-size: 11px;
    line-height: 13px;
  }

  .hero .hero-content .hero-h1 {
    font-size: var(--text-4-7xl);
    line-height: var(--line-height-4-2xl);
    letter-spacing: -1px;
  }

  .comparison-up-box-highlighted-title,
  .comparison-up-box-title {
    font-size: 14px !important;
    text-align: center;
  }

  .appoint-status-chip .appoint-status-icon {
    margin-right: 5px;
  }

  .team-profile-card-buttons .btn-noborder-secondary {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .team-profile-card-buttons .btn-noborder-secondary {
    margin-left: 0;
  }
}

/* hero-chip responsive */
@media (min-width: 402px){
  .hero-slider-track .hero-chip {
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .hero .p-5 {
    padding: 20px !important;
  }
  
  .hero .hero-content .hero-h1 {
    font-size: var(--text-2xl);
    line-height: var(--line-height-1-5xl);
    margin: 5px 0;
  }
  
  .hero .hero-content .h1-roller{
    height: 111px;
  }

  .col-lg-7.hero-content.mt-3 .hero-up-head {
    width: 286px;
  }
  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 30px;
  }
  .our-books {
    width: 94vw;
  }
  .mainContainer-header{
    gap: 20px;
  }
  #hero-chipCarousel.slider {
    width: 270px;
  }
  #hero-chipCarousel.slider .slider__track > * {
    width: 100px;
    font-size: 9px;
    padding: 0 2px;
  }
  .client-logo {
    width: 128px;
  }
}

@media (min-width: 402px) and (max-width: 410px){
  .hero .hero-content .hero-h1 {
    font-size: var(--text-2xl);
    line-height: var(--line-height-1-5xl);
    letter-spacing: -1.6px;
  }
  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 30px;
  }
  .our-books {
    width: 92vw;
  }
  .mainContainer-header{
    gap: 20px;
  }
  #hero-chipCarousel.slider {
    width: 340px;
  }
  #hero-chipCarousel.slider .slider__track > * {
    width: 100px;
    font-size: var(--text-xxs);
  }
  .client-logo {
    width: 128px;
  }
}

@media (min-width: 410px) and (max-width: 530px){
  .hero .hero-content {
    margin-bottom: 14px;
  }
  .hero .hero-content .hero-h1 {
    font-size: var(--text-2-5xl);
    line-height: var(--line-height-2xl);
    letter-spacing: -1.2px;
  }
  .hero .hero-content .h1-roller{
    height: 111px;
  }

  .hero-image .hero-storeLinks {
    width: 376px;
  }

  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 30px;
  }

  .our-books {
    width: 90vw;
  }

  .mainContainer-header{
    gap: 20px;
  }

  .hero-chip-mainContainer {
  }

  #hero-chipCarousel.slider {
    width: 350px;
  }

  #hero-chipCarousel.slider .slider__track > * {
    width: 100px;
    font-size: var(--text-xxs);
  }
  .client-logo {
    width: 128px;
  }

}

@media (min-width: 530px) and (max-width: 798px){

  .hero .hero-content {
    margin-bottom: 18px;
  }

  .hero .hero-content .hero-h1 {
    font-size: var(--text-3-5xl);
    line-height: var(--line-height-3xl);
    letter-spacing: -1.5px;
  }
  .hero .hero-content .h1-roller{
    height: 156px;
  }

  .hero-image .hero-storeLinks {
    width: 386px;
  }

  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 30px;
  }

  .our-books {
    width: 85vw;
  }

  .mainContainer-header{
    gap: 20px;
  }
  .client-logo {
    width: 138px;
  }
}

@media (min-width: 798px) and (max-width: 992px){
  .hero .hero-content {
    margin-bottom: 18px;
  }

  .hero .hero-content .hero-h1 {
    font-size: var(--text-4xl);
    line-height: var(--line-height-4xl);
    letter-spacing: -1.5px;
  }
  .hero .hero-content .h1-roller{
    height: 156px;
  }

  .hero-image .hero-storeLinks {
    width: 406px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 30px;
  }
  .our-books {
    width: 80vw;
  }

  .mainContainer-header{
    gap: 20px;
  }
  .client-logo {
    width: 148px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px){

  #doctorsCarousel.slider .slider__track > * {
    flex: 0 0 33%;
  }

  .navbar-brand-desktop img {
    height: 45px;
    object-fit: contain;
  }

  .nav-item .nav-link {
    font-size: 14px;
  }
  .nav-ex-buttons .blog-detail-author-read-time .blog-detail-author span{
    font-size: 14px !important;
  }
  .nav-ex-buttons .btn-header-primary {
    font-size: 14px;
    padding: 9px 15px;
  }
  .nav-ex-buttons .blog-detail-author-img {
    display: flex;
    align-items: center;
  }
  .nav-ex-buttons .user-name {
    font-size: 14px;
  }
  .nav-ex-buttons .btn-logout-desktop {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px){
  .mp-facetoface-body .carousel_container {
    max-height: 561px !important;
    width: 24%;
  }

  .mp-facetoface-body .carousel__slide {
    img {
        max-height: 553.15px;
    }
  }
  
  .mp-facetoface-body .carousel__thumbnails {
    li {
      max-width: calc(99.6%) !important;
    }
    img {
      max-height: 178px;
    }
  }
}

/* Tablet header navbar alanı */

@media (min-width: 576px) and (max-width: 992px) {
  .navbar-brand-desktop img {
    height: 50px;
  }
}


@media (min-width: 500px) and (max-width: 991px){
  .nav-ex-buttons {
    margin-top: 25px;
  }

  .specialties-of-doctors .mobile-app-img {
    height: 400px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .nav-ex-buttons .btn-header-primary svg {
    width: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){

  /* header alanı */

  .navbar-brand-desktop img {
    height: 40px;
  }

  .nav-item .nav-link {
    font-size: 13px;
  }

  .nav-ex-buttons .btn-login {
    font-size: 13px;
  }

  .nav-ex-buttons .btn-header-primary.navbar-bottom-buttons-desktop {
    font-size: 13px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .nav-ex-buttons .btn-header-primary svg {
    width: 35px;
  }

  .nav-ex-buttons .btn-header-primary img {
    width: 22px;
    height: 22px;
  }

  .nav-ex-buttons .blog-detail-author-read-time .blog-detail-author span{
    font-size: 13px !important;
  }

  .nav-ex-buttons .btn-header-primary {
    font-size: 13px;
    padding: 7px 15px;
  }

  .nav-ex-buttons .blog-detail-author-img {
    display: flex;
    align-items: center;
  }

  .nav-ex-buttons .blog-detail-author-img img {
    width: 35px;
    height: 35px;
  }

  .nav-ex-buttons .user-name {
    font-size: 13px;
  }

  .nav-ex-buttons .blog-detail-read-time {
    font-size: 13px !important;
  }
  
  .hero .hero-content .hero-h1 {
    font-size: var(--text-3-7xl);
    line-height: var(--line-height-4xl);
    letter-spacing: -1.5px;
  }
  .hero .hero-content .h1-roller{
    height: 156px;
  }
  .hero-image .hero-storeLinks {
    top: 45px;
  }
  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 80px;
  }

  .btn-header-primary img{
    width: 25px;
    height: 25px;
  }

  .page-hero-title{
    font-size: var(--text-2-3xl);
  }

  .comparison-table .comparison-bg-box ul li {
    min-height: 95px;
    align-items: center;
  }
  .client-logo {
    width: 148px;
  }

  #hero-chipCarousel.slider .hero-slider-track > * {
    flex: 0 0 50%;
  }
  #hero-chipCarousel.slider .slider__track {
    width: 340px;
  }

  .feature-card-content {
    width: 32% !important;
  }

  .quick-start .title .img {
    width: 150px;
  }

  .mp-facetoface-body .carousel_container {
    max-height: 444px;
  }

  .mp-facetoface-body .carousel__slide {
    img {
        max-height: 444.63px;
    }
  }

  .mp-facetoface-body .carousel__thumbnails {
    li {
      max-width: calc(98.5%);
    }

    img {
      max-height: 141.63px;
    }
  }

  .mp-facetoface-body .choosing-therapist-hero {
   height: auto;
  }

  .mp-facetoface-body .team-profile-card-content p.team-profile-desc.team-profile-about-doctor {
    min-height: 96px;
    display: flex;
    align-items: center;
  }

  .our-team .team-profile-card-content-sec-place .work-section-chips {
    min-height: 67px;
    display: flex;
    align-items: center;
  }

  .our-team  .team-profile-desc.team-profile-about-doctor {
    min-height: 96px;
    display: flex;
    align-items: center;
  }

  .our-team .doctor-avaible-date {
    min-height: 45px;
  }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero .hero-content .hero-h1 {
    font-size: var(--text-4xl);
    line-height: var(--line-height-4xl);
    letter-spacing: -2px;
  }
  .hero-image .hero-storeLinks {
    width: 400px;
    top: 35px;
  }

  .top-bar .be-therapist {
    letter-spacing: -0.4px;
    position: relative;
    margin-left: 80px;
  }

  .page-hero-title{
    font-size: var(--text-2-5xl);
  }

  .page-heroImage-size img{
    left: -130px;
  }
}

@media (max-width: 1200px) {
  .page-heroImage-size img{
    position: relative;
    left: -130px;
    width: 535px;
  }
}

/* terapist ol mobilde olmayacak */

@media (max-width: 810px) {
  .top-bar .be-therapist {
    display: none;
  }
  .top-bar span {
    left: 0;
  }
  .top-bar .start-now {
    left: 0;
    margin-right: 0 !important;
  }
}

/* accordion header */
@media (min-width: 991px) and (max-width: 1199px){
  .accordion-header-height {
    height: 82px;
    display: flex;
  }
  .accordion-item-main-page .accordion-header-height {
    height: 64px;
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1680px){
  .accordion-h2 {
    height: 64px;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .accordion-h2 {
    height: 80px;
    display: flex;
  }

  .mp-facetoface-body .carousel_container {
    max-height: 327px;
  }

  .mp-facetoface-body .carousel__slide {
    & img {
        display: block;
        object-fit: cover;
        max-height: 327.36px;
    }
  }

  .mp-facetoface-body .carousel__thumbnails {
    li {
      max-width: calc(95.8%);
    }

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 102.42px;
    }

  }
}

@media (min-width: 542px) and (max-width: 768px){
  .accordion-h2 {
    height: 107px;
    display: flex;
  }
  .accordion-button span {
    font-size: var(--text-xs);
  }
  .accordion-body-text {
    font-size: var(--text-xs);
  }

}

@media (min-width: 576px) and (max-width: 768px){
  .mp-facetoface-body .carousel_container {
    max-height: 239px;
  }

  .mp-facetoface-body .carousel__slide {
    img {
        display: block;
        object-fit: cover;
        max-height: 239.41px;
    }
  }

  .mp-facetoface-body .carousel__thumbnails {
    li {
      max-width: calc(92.2%);
    }

    img {
      max-height: 73.8px;
    }

  }
}

@media (max-width: 541px) {
  .accordion-rows > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;

  }
}

@media (min-width: 470px) and (max-width: 541px) {
  .accordion-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accordion-item {
    width: 452px;
  }
  .accordion-item-main-page {
    width: auto;
  }
  .accordion-button span {
    font-size: var(--text-xxs);
  }
  .accordion-body-text {
    font-size: var(--text-xs);
  }
}

@media (min-width: 432px) and (max-width: 470px){
  .accordion-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accordion-item {
    width: 412px;
  }
  .accordion-item-main-page {
    width: auto;
  }
  .accordion-button span {
    font-size: var(--text-xxs);
  }
  .accordion-body-text {
    font-size: var(--text-xs);
  }
  
}

@media (min-width: 345px) and (max-width: 432px) {
  .accordion-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accordion-item {
    width: 332px;
  }
  .accordion-item-main-page {
    width: auto;
  }
  .accordion-button span {
    font-size: var(--text-xxs);
  }
  .accordion-body-text {
    font-size: var(--text-xs);
  }

}

@media (max-width: 345px) {
  .accordion-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .accordion-item {
    width: 302px;
  }
  .accordion-item-main-page {
    width: auto;
  }
  .accordion-button span {
    font-size: var(--text-xxs);
  }
  .accordion-body-text {
    font-size: var(--text-xs);
  }

  .commentsCarousel .comment-card {
    width: 300px;
  }

}

@media (min-width: 1399px) {
  .hero-image .hero-storeLinks {
    width: 406px;
    top: 17px;
  }
}
/* book carousel responsive */

@media (min-width: 1200px) and (max-width: 1399px) {
  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: 6px;
  }
  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 175px;
  }
  
}

@media (min-width: 999px) and (max-width: 1200px) {
  
  #bookCarousel.slider .slider__book {
    height: 260px;
    width: 306px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 306px;
    height: 306px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 260px;
    flex: 0 0 65%;
  }
  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: 4px;
  }
  
  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 155px;
  }
  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 19px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 27px;
    font-weight: 700;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0;
  }
}

@media (min-width: 891px) and (max-width: 999px) {
  
  #bookCarousel.slider .slider__book {
    height: 296px;
    width: 276px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 276px;
    height: 276px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 296px;
    flex: 0 0 56%;
  }
  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: 4px;
  }
  
  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 168px;
  }
  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 18px;
    letter-spacing: -1px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 14px;
    font-weight: 400;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
  }
}

@media (min-width: 806px) and (max-width: 891px) {
  #bookCarousel.slider .slider__book {
    height: 309px;
    width: 246px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 246px;
    height: 309px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 309px;
    flex: 0 0 56%;
  }
  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: 4px;
  }
  
  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 150px;
  }
  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 16px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media (min-width: 600px) and (max-width: 806px) {
  .book-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #bookCarousel.slider .slider__book {
    height: 246px;
    width: 306px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 306px;
    height: 369px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 275px;
    flex: none;
    width: 450px;
    margin-left: 0;
  }

  #bookCarousel .slider__buttons {
    display: flex;
    justify-content: center;
  }

  #bookCarousel .slider__buttons .slider__button_bg-prev {
    top: -140px;
    left: -80px;
    position: relative;
  }

  #bookCarousel .slider__buttons .slider__button_bg-next {
    top: -140px;
    left: 60px;
    position: relative;
  }

  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 16px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 13px;
    font-weight: 400;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  
}

@media (min-width: 400px) and (max-width: 600px) {
  .book-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #bookCarousel.slider .slider__book {
    height: 309px;
    width: 246px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 246px;
    height: 309px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 309px;
    flex: 0 0 56%;
    width: 350px;
    margin-left: 0;
  }
  #bookCarousel .slider__buttons {
    display: flex;
    justify-content: center;
  }

  #bookCarousel .slider__buttons .slider__button_bg-prev {
    top: -165px;
    left: -70px;
    position: relative;
  }

  #bookCarousel .slider__buttons .slider__button_bg-next {
    top: -165px;
    left: 50px;
    position: relative;
  }
  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 16px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  
}

@media (max-width: 400px) {

  .book-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #bookCarousel.slider .slider__book {
    height: 309px;
    width: 246px;
  }
  
  #bookCarousel.slider .slider__book .book-image img {
    width: 246px;
    height: 309px;
  }
  
  #bookCarousel.slider .slider__book-info {
    height: 309px;
    flex: 0 0 56%;
    width: 280px;
    margin-left: 0;
  }
  
  #bookCarousel .slider__buttons {
    display: flex;
    justify-content: center;
  }

  #bookCarousel .slider__buttons .slider__button_bg-prev {
    top: -195px;
    left: -90px;
    position: relative;
  }

  #bookCarousel .slider__buttons .slider__button_bg-next {
    top: -195px;
    left: 70px;
    position: relative;
  }

  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-weight: 700;
    color: #005450;
    font-size: 16px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h1 {
    color: #005450;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info p {
    color: #424245;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  
  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 700;
    font-size: 16px;
  }
  
}


@media (max-width: 320px) {
  .appointment-datepicker {
    padding: 0;
    justify-content: space-evenly;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .appointment-datepicker-arrow {
    padding: 4px 10px;
  }

  .asc-container {
    padding: 0 1rem;
  }

  .appointment-datepicker .apc-days .apc-head-daytime strong {
    font-size: var(--text-md);
    line-height: var(--line-height-md);
  }

  .btn-appointment-next img,
  .btn-appointment-prev img {
    margin-left: 0.25rem;
    width: 12px;
  }

  .btn-appointment-prev,
  .btn-appointment-next,
  .btn-appointment-cancel {
    padding: 12px 8px;
  }

  .btn-appointment-cancel {
    margin-right: 0.35rem;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .btn-appointment-next img,
  .btn-appointment-prev img {
    margin-left: 0.5rem;
  }

  .btn-appointment-prev,
  .btn-appointment-next,
  .btn-appointment-cancel {
    padding: 12px 14px;
  }

  .btn-appointment-cancel {
    margin-right: 0.5rem;
  }
}



@media (min-width: 548px) and (max-width: 767px) {
  .cookie-button {
    width: 200px;
    font-size: var(--text-xs);
  }
}

@media (min-width: 358px) and (max-width: 548px) {
  .cookie-button {
    width: 140px !important;
    font-size: var(--text-xs);
  }
}

@media (max-width: 358px) {
  .cookie-button {
    padding: 5px !important;
    width: 110px !important;
    font-size: var(--text-xxs);
  }
}

@media (max-width: 500px) {
  .cookie-button {
    padding: 5px !important;
    font-size: var(--text-xxs);
  }
}

/* mobile responsive max-width: 500px */

@media (max-width: 500px) {
  #header {
  }

  .top-bar {
    padding: 12px 20px !important;
    line-height: 18px;
  }

  .top-bar .top-bar-desktop-text {
    display: none;
  }

  .top-bar img {
    width: 25px;
    margin-right: 1px;
  }

  .top-bar-mobile-text {
    display: block !important;
    font-size: 12px !important;
  }

  .top-bar .start-now {
    font-size: 16px;
  }

  .main-header .navbar {
    padding: 10px 0 !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .hero-content {
    margin-top: 5px !important;
  }

  .hero {
    background: linear-gradient(180deg, rgba(186, 249, 220, 0) 0%, #C3F8DE 21%, #CCF8E0 40%, #FCF5EA 100%);
  }
  .hero .container.p-5 {
    padding-top: 2px !important;
  }

  .container-fluid .navbar-brand img {
    height: 45px;
  }

  .navbar-brand-desktop img {
    height: 45px;
    object-fit: contain;
  }

  .container-fluid .navbar-toggler{
    border: 0;
    padding-right: 0 !important;
  }

  .col-lg-7.hero-content.mt-3 .hero-up-head {
    width: 100%;
    padding: 7px 30px;
    margin-bottom: 20px;
  }
   
  .hero .hero-content .hero-up-head{
    height: auto;
  }

  .btn-search {
    width: auto;
    height: auto;
  }
  
  .container-fluid .button.btn-search {
    margin-left: auto; 
    display: block; 
    padding-right: 10px;
  }

  .nav-ex-buttons .btn-search {
    display: none !important;
  }

  .btn-login:hover {
    border-bottom: 0px;
  }

  /* layout search inner */

  #fullScreenSearchContainer .btn-full-sc-close {
    scale: .7;
    right: 30px;
    top: 30px;
  }

  #fullScreenSearchContainer .fsc-searchbox {
    padding: 8px 14px;
  }

  #fullScreenSearchContainer .search-button {
    border: none;
    background: none;
    padding: 0 0 0 6px;
  }

  #fullScreenSearchContainer .search-button i {
    scale: .6;
  }

  #fullScreenSearchContainer .form-control {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary_text_color);
  }

  #fullScreenSearchContainer .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
  }

  #fullScreenSearchContainer .form-control:focus {
    border: none;
    box-shadow: 0 0 15px 5px rgba(var(--tertiary_color_rgb), 0.3);
  }

  .navbar .container-fluid {
    padding: 8px !important;
  }

  .specialistMatcher {
    padding: 24px 0;
  }

  .matcher-head {
    margin-bottom: 8px;
  }

  .specialistMatcher .matcher-cards {
      min-width: auto !important; 
      margin-top: 24px;
    }

  .specialistMatcher .container.p-5 {
    padding: 20px !important;
  }

  .specialistMatcherCard {
    display: block;
  }

  .matcher-cards .matchIndividual {
    background-size: 29%;
  }
  
  .matcher-cards .matchCouple {
    background-size: 49%;
  }
  
  .matcher-cards .matchYouth {
    background-size: 38%;
  }  

  .specialistMatcher .matcher-head .matcher-text{
    background-color: #13aa65;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .specialistMatcher .matcher-head .matcher-h1{
    font-size: 60px;
    font-weight: 760;
    line-height: var(--line-height-3-5xl);
    text-align: center;
  }

  .matcher-cards .matcher-h1 {
    font-size: 25px;
  }

  .matcher-cards .matcher-span {
    font-size: 14px;
  }

  .hero .hero-content .hero-up-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }

  .hero .hero-content .hero-h1  {
    font-size: 64px;
    font-weight: 800;
    line-height: 58px;
    margin-bottom: 20px;
  }

  .hero .hero-content .hero-desc {
    font-weight: 300;
  }

  .hero .hero-content .hero-desc {
    width: auto !important;
  }

  .hero-content .hero-desc-bosluk {
    height: 2px;
    display: none;
  }

  .hero-img {
    display: none;
  }
  
  .hero-img-mobile {
    display: block;
  }

  .hero-list {
    justify-content: center;
    margin-bottom: 2rem !important;
  }

  .hero-list > li {
    justify-content: center;
    padding: 15px 8px !important;
    height: 125px !important;
    width: 100px !important;
  }

  .hero-list > li p{
    font-size: 11px;
  }

  .hero-list li img {
    margin-bottom: 5px;
  }

  .hero-buttons {
    width: 100% !important;
    justify-content: center;
    margin-bottom: 20px;
  }

  .hero-buttons .btn-primary {
    padding: 0.8rem 1rem 0.8rem 1.7rem;
    width: auto;
    flex: 0 0 55%;
    justify-content: space-between;
  }

  .hero-buttons .btn-white {
    padding: 0.8rem 1.7rem;
    width: auto;
    flex: 0 0 45%;
  }
  .btn-primary span {
    font-size: 12px;
  }

  .hero-buttons .btn-white {
    font-size: 12px;
  }

  .btn-white .align-self-center {
    display: none;
  }
  .how-it-works-mobile-span {
    display: block;
  }

  .hero .hero-avatar-text-box {
    position: relative;
    margin-top: 0;
    font-size: 14px;
    padding: 14px;
    height: auto;
    line-height: 16px;
  }

  .hero-avatars img {
    width: 27px;
    height: 27px;
  }

  .google-reviews-box {
    left: 0;
    margin-top: 3rem;
  }

  .google-reviews-box .google-reviews-inline-box {
    display: flex;
    flex: 0 0 50%;
    justify-content: end;
    align-items: end;
  }

  .google-reviews-box .google-reviews {
    flex: 0 0 50% !important;
    margin-top: 5px;
    margin-right: 0;
    align-items: end;
    padding-right: 5px;
    display: inline-block;
  }

  .google-reviews a {
    margin-bottom: 7px;
  }

  .google-reviews-box .google-reviews-comment {
    flex: 0 0 50% !important;   
    margin-top: 0;  
    font-size: 11px;
    line-height: 16px;
    padding-right: 20px;
    padding-left: 4px;
  }

  .hero-storeLinks.row.mb-4.mt-4.mx-0 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  } 

  .google-reviews .google-text:first-child {
    display: none;
  }
  .google-reviews .sec-google-text{
    display: block;
    margin-bottom: -4px;
  }

  .hero-image .hero-storeLinks {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-storeLinks .col-5.p-1.col-sm-5.mt-2 {
    width: 39.66666667%;
  }

  /* how it works */

  .how-it-works {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-it-works .section-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .how-it-works .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .how-it-works .section-title p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 40px;
  }

  .how-it-work-steps .how-it-work-step {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
  }

  .step-num-desktop {
    display: none !important;
  }
  
  .step-num-mobile {
    display: flex !important;
    background-color: #13AA65;
  }

  .how-it-work-step .step-image-box img {
    width: 90%;
  }

  .step-desc .step-title h3{
    font-size: 30px;
    font-weight: 590;
  }
  .step-desc .step-title h3 span{
    font-size: 30px;
    font-weight: 110;
  }

  .how-it-work-step .step-desc .step-texts p  {
    font-size: 16px;
    font-weight: 300;
  }

  /* comparison-other-service */

  .comparison-other-service-header {
    padding: 0 20px;
  }

  .comparison-other-service {
    margin-top: 35px !important;
  }

  /* .comparison-other-service .comparison-other-service-img {
    width: 322px;
  } */

  .comparison-other-service span {
    padding: 0 80px ;
  }

  .comparison-table {
    padding-left: 35px;
    padding-right: 35px;
  }

  .comparison-up-box-highlighted-title .comparison-up-box-highlighted-title-overflow .stars-box .star {
    width: 10px;
    height: 10px;
  }

  .comparison-up-box-highlighted-title {
    font-size: 12px !important;
  }

  .comparison-up-box-title {
    font-size: 12px !important;
  }

  .comparison-table .comparison-bg-box ul li {
    min-height: 80px;
    padding: 0;
  }

  .comparison-up-box-highlighted li img, .comparison-up-box li img {
    width: 20px;
    height: 20px;
  }

  /* treatment-start */

  .treatment-start {
    background: linear-gradient(180deg, #FFFFFF 0%, #C5F8DE 16.5%, #FCF5EA 100%);
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .treatment-start .section-title h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
  }

  .treatment-start .section-title p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  .treatment-step-image-mobile {
    scale: 0.9;
  }

  .treatment-step-title {
    font-size: 20px;
    font-weight: 590;
  }

  .treatment-step-desc {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .treatment-bottom-right-icon {
    margin-top: 35px;
    width: 35px;
    height: 35px;
  }

  .treatment-right-icon-desktop {
    display: none;        
  }
  
  .treatment-right-icon-mobile {
    display: flex;
  }

  .treatment-bottom-right-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
  }  

  .treatment-start .btn-outline-secondary{
    font-weight: 500;
  }

  .treatment-start .container.mt-5 {
    margin-top: 0 !important;
  }

  /* blog */

  .blog-homelist {
    padding: 0 20px;
  }

  .blog-homelist .text-center {
    margin-bottom: 15px !important;
  }

  .blog-bubble {
    margin-bottom: 0 !important;
  }

  .blog-homelist .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .blog-homelist .section-title p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  .blog-homelist .section-title {
    margin-bottom: 20px;
    margin-top: 46px;
  }

  .section-title-blog-desktop {
    display: none;
  }
  .section-title-blog-mobile {
    display: block;
  }

  .section-title p {
    margin-bottom: 30px;
  }

  #blogCarousel.slider {
    display: flex;
    justify-content: center;
  }

  #blogCarousel.slider .slider__track > * {
    min-width: 100%;
    padding-right: 0;
  }

  #blogCarousel.slider .slider__buttons .slider__button img {
    position: relative;
    top: -35px;
    width: 42px;
    height: 42px;
  }

  .home-blog-post .home-blog-post-desc {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
  }

  .home-blog-post .home-blog-post-title {
    margin: 12px 0;
  }

  #blogCarousel .btn-blog-position {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #blogCarousel .btn-blog-seeAll {
    padding: 16px 55px;
    background-color: var(--tertiary_color);
    color: #FFF;
    transition: background-color 0.3s ease;
    border: 0;
  }

  #blogCarousel .btn-blog-seeAll:hover{
    background-color: var(--primary_color);
  }

  /* start-treatment-banner*/

  .start-treatment-banner {
    
  }

  .start-treatment-banner .container{
    padding: 34px 34px;
  }

  .start-treatment-banner .start-treatment-banner-box span {
    font-weight: 700;
    line-height: 35px;
    text-align: center
  }

  .start-treatment-banner .start-treatment-banner-box p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
    line-height: 17px;
  }

  .btn-tertiary-color {
    padding: 14px 26px;
  }

  /* ana-sayfa Sıkca Sorulan Sorular */

  .accordion-container {
    padding: 0 20px;
    margin-bottom: 60px !important;
  }

  .section-title {
    margin: 50px 0 30px 0;
  }

  .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
  }
  .accordion-item-main-page {
    width: auto;
    margin-bottom: 25px;
  }

  .accordion-button span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }

  .accordion-button img {
    width: 24px;
    height: 24px;
  }

  .accordion-button img.accordion-icon {
    width: 20px;
    height: 20px;
  }

  .accordion-collapse .accordion-body {
    font-size: 13px;
  }

  .btn-faq {
    padding: 16px 60px;
  }

  /* Second start-treatment-banner */

  .start-treatment-banner .start-treatment-banner-box h2 {
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }

  .start-treatment-banner-buttons-desktop {
    display: none;
  }
  
  .start-treatment-banner-buttons-mobile {
    display: flex;

  }

  /* fraud-privacy-statement mt-5 */

  .fraud-privacy-statement.mt-5 {
    padding: 0 8px;
  }

  .fraud-privacy-statement.mt-5 .alert.alert-warning .d-flex {
    flex-direction: column;
    gap: 15px;
  }

  .fraud-privacy-statement.mt-5 .alert .alert-icon img {
    width: 81px;
    height: 91px;
  }

  .fraud-privacy-statement.mt-5 .alert .alert-text h4 {
    text-align: center;
  }

  .fraud-privacy-statement.mt-5 .alert .alert-text p {
    text-align: center;
    line-height: 18px;
    font-weight: 300;
  }

  .alert-dismissible .btn-close {
    scale: 1.2;
  }

  /* our-books */

  .our-books {
    width: auto;
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .book-content {
    padding: 0;
  }

  #bookCarousel.slider .slider__book {
    width: 100%;
    height: 235px;
    background: #FFF9F0BF;
  }

  #bookCarousel.slider .slider__book .book-image img {
    width: 100vw;
    position: relative;
    top: -10px;
  }

  #bookCarousel.slider .slider__book-info {
    width: 100%;
    flex: none;
    height: 249px;
    background: #FFF9F0BF;
  }

  #bookCarousel.slider .slider__book-info .book-info h5 {
    font-size: 12px;
  }

  #bookCarousel.slider .slider__book-info .book-info h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
  }

  #bookCarousel.slider .slider__book-info .book-info p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
  }

  #bookCarousel.slider .slider__book-info .book-info h2 {
    color: #005450;
    font-weight: 600;
    font-size: 12px;

  }

  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: -130px;
    top: -135px;
  }

  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 110px;
    top: -135px;
  }

  #bookCarousel.slider .slider__buttons .slider__button img {
    width: 23px;
    height: 22px;
  }

  /* cookie */

  .cookie-info-mp {
    padding: 0 8px;
  }

  /* footer */

  footer {
    margin-top: 0 !important;
  }

  .footer-logo {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  footer .footer-main {
    padding: 8px;
  }

  footer .footer-main .footer-logo img {
    height: 56px;
  }

  footer .footer-main .now-call-footer {
    font-size: 16px;
  }

  footer .footer-main .footer-call-center-box {
    padding: 15px 25px;
    margin-bottom: 20px;
  }
  footer .footer-main .footer-call-center-box span {
    font-weight: 700;
  }

  footer .social-media-links a {
    width: 37px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .footer-edge {
    display: none;
    width: 100%;
    height: 130px;
    background: #f5fcf8;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .footer-main{
    margin-top: 0 !important;
  }

  .footer-main .footer-storeLinks{
    margin-top: 0 !important;
  }

  .footer-main .footer-storeLinks .img-fluid {
    width: 135px;
  }

  footer .footer-main .footer-link-title {
    margin-bottom: 14px !important;
  }

  footer .footer-main .footer-links li {
    margin-bottom: 14px;
  }

  footer .footer-copyright {
    padding: 40px 20px 30px 20px;
  }

  .mp-version-desktop {
    display: none;
  }
  
  .mp-version-mobile {
    margin-top: 20px;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .footer-copyright .footer-copyright-text {
    font-size: 12px;
  }

  footer .footer-payment-methods {
    display: flex;
    justify-content: center;
    margin-bottom: 20px !important;
  }

  footer .global-lang-footer .iyzico {
    height: 24px;
    margin-right: 0 !important;
  }

  /* nav-bar */

  .offcanvas.offcanvas-end {
    width: 100%;
    background: linear-gradient(333.35deg, #BBF8DC 16.75%, #F9F5E9 80.27%);
  }

  .offcanvas-header .btn-close {
    position: relative;
    right: 15px;
  }

  .offcanvas.offcanvas-end .offcanvas-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .offcanvas-header .navbar-brand {
    transform-origin: center;
    scale: 1.2;
    position: relative;
    top: 30px;
    left: 54%;
    transform: translateX(-50%);
    margin-right: 0 !important;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .offcanvas-body .justify-content-center {
    flex-grow: 0 !important;
    gap: 10px;
    padding-right: 0 !important;
  }

  .navbar-nav .nav-item {
    background-color: var(--primary_color);
    border-radius: 24px;
    padding: 1px 70px;
  }

  .nav-item .nav-link {
    color: #FFF !important;
    text-align: center;
  }

  .nav-ex-buttons {
    margin: 40px 0 40px 0;
    flex-direction: row;
    gap: 20px;

  }

  .nav-ex-buttons > a{
    display: flex;
    width: 40vw;
    text-align: center;
    font-size: var(--text-md);
    line-height: var(--line-height-md);
    font-weight: 600;
    background: var(--tertiary_color);
    color: #fff;
    border-radius: 75px;
    padding: 0.85rem 1rem;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }

  .nav-ex-buttons > a:hover{
    background: var(--primary_color);
  }

  .navbar-bottom-buttons-desktop {
    display: none !important;
  }
  
  .navbar-bottom-buttons-mobile {
    display: block !important;
  }

  .navbar-bottom-last-button-mobile {
    display: flex !important;
    align-items: center;
    height: 44px !important;
    padding: 12px 16px;
  }

  .navbar-bottom-last-button-mobile span {
    flex: 0 0 75%;
    font-size: 15px;
    white-space: nowrap;
  }

  .offcanvas-body .btn-primary img {
    width: 22px;
    height: fit-content;
  }

  .nav-ex-buttons {
    align-items: center;
  }

  .user-header-area-desktop {
    display: none !important;
  }
  
  .user-header-area-mobile {
    display: flex !important;
  }

  .nav-ex-buttons .btn-header-primary {
    padding: 8px 16px;
    background-color: var(--tertiary_text_color);
    min-height: 52px;
    justify-content: space-between;
    text-align: left;
  }

  .nav-ex-buttons .btn-header-primary:hover {
    background-color: var(--primary_color);
  }

  .nav-ex-buttons .btn-header-primary .user-img img{
    width: 32px;
    height: 32px;
    margin-left: 0 !important;
    margin-right: 10px;
    border-radius: 50%;
  }

  .nav-ex-buttons .btn-header-primary svg{
    width: 40px;
  }

  .btn-logout-desktop {
    display: none !important;
  }

  /* Why-Mp sayfası mobile */

  .why-mp-body {
    background-color: #F3FCF8;
    padding: 8px !important;
  }

  .why-mp-img-visible {
    display: flex !important;
  }

  .page-hero {
    padding-top: 0;
  }

  .page-hero-content .page-hero-title {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  
  .page-hero-content .page-hero-subtitle-2 {
    color: #424245;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
  }

  .page-hero-content .page-hero-text {
    color: #424245;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    text-align: center;
  }

  .align-self-end {
    padding: 15px;
  }

  .why-mp-body .choosing-therapist-content .footer-storeLinks {
    gap: 5px;
  }

  .why-mp-body .what-mp.py-5 {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  .what-mp.py-5 .row.justify-content-center.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mp-pref-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
  }

  .mp-pref-chips .mp-pref-chip {
    width: 100%;
  }

  .what-mp.py-5 .what-mp-bottom-text {
    padding: 30px 40px 0 40px ;
  }

  .mp-pref-desc {
    font-size: 12px;
    line-height: 22px;
  }

  .why-mp-body .choosing-therapist-content {
    padding-top: 6px !important;
    padding-bottom: 46px !important;
  }

  .choosing-therapist-hero {
    margin-left: 20px;
  }

  .choosing-therapist-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
  }

  .choosing-therapist-content .col-md-12.mb-5{
    margin-bottom: 28px !important;
  }

  .choosing-therapist-title-step {
    text-align: center;
  }

  .choosing-therapist-title-step-desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .why-mp-quick-start-button {
    display: flex;
    justify-content: center;
  }

  .why-mp-quick-start-button .btn-tertiary-color:hover {
    background-color: var(--primary_color);
  }

  .btn-tertiary-color img {
    height: 22px;
    margin-left: 10px;
  }

  .why-mp-circle-arrow {
    display: flex;
  }
  
  .why-mp-arrow {
    display: none;
  }

  .why-mp-body .features {
    margin-top: 22px !important;
  }

  .why-mp-icons-desktop {
    display: none;
  }
  
  .why-mp-icons-mobile {
    display: flex;
  }

  .feature-body .feature-title {
    font-weight: 700;
  }

  .feature-body .feature-desc {
    font-size: 12px;
    font-weight: 300;
  }

  .btn-feature-details-2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    max-width: 132px;
    border-radius: 28px;
    border: 1px solid var(--tertiary_text_color);
    display: flex;
    justify-content: center;
    color: #FFF;
    font-size: var(--text-sm);
    line-height: var(--line-height-sm);
    font-weight: 600;
    margin-top: 2rem;
    transition: background-color 0.2s ease-in-out, color 0.3s ease-in-out;
    background-color: var(--tertiary_color);
  }
  
  .btn-feature-details-2:hover {
    background: none;
    color: var(--tertiary_text_color);
  }

  .what-mp.py-5 .mp-pref-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  .what-mp.py-5 .mp-pref-desc {
    padding: 0 30px;
  }

  /* Yorumlar Sayfası Mobil */

  .comment-page-body {
    background: #F3FCF8;
  }

  .comment-page-body .page-hero-comment{
    padding: 0 8px;
    padding-bottom: 8px !important;
  }

  .comment-page-body .comment-list {
    padding: 0 8px;
    background: #F3FCF8;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .comment-list .container {
    margin-top: 18px !important;
  }

  .page-hero-content .page-hero-title-comment-page {
    font-size: 30px;
    font-weight: 700;
    padding: 0 40px;
    margin-bottom: 10px;
  }

  .page-hero-content .col-12.mt-5 {
    margin-top: 20px !important;
  }

  .page-hero-content .page-hero-text-comment-page {
    padding: 0 40px;
  }

  .comment-page-body .page-hero .hero-avatar-text-box {
    width: 100%;
    font-size: 14px;
  }

  .comment-grid .comment-card {
    padding: 30px;
    box-shadow: 0px 0px 22.44px 0px #00000012;
  }

  .comment-card .comment-card-head .comment-card-head-text {
    margin-left: 10px;
  }

  .comment-card-body {
    margin-bottom: 26px !important;
  }

  .comment-card-body .comment-text {
    font-size: 15px;
    line-height: 25px;
  }

  .comment-card:first-child .comment-card-footer .comment-number-text{
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--primary_text_color) !important;
  }

  .comment-card:first-child .comment-card-footer .comment-date {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--primary_text_color) !important;
  }

  .comment-card-footer .comment-number-text {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--tertiary_text_color) !important;
  }

  .comment-card-footer .comment-date {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--tertiary_text_color) !important;
  }

  .comments .section-title span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
  }

  /* Sıkca Sorulan Sorular Mobil */
  .sss-page-body {
  }

  .sss-page-mobile-img {
    display: flex !important;
  }

  .sss-page-body .page-hero.page-hero-bg-2{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sss-page-body .page-hero-image {
    padding: 15px 45px;
  }

  .sss-page-body .page-hero-title{
    font-size: 30px;
    padding: 0 30px;
    margin-bottom: 10px !important;
  }

  .sss-page-body .page-hero-text{
    padding: 0 40px;
  }

  .sss-page-body .btn-hero-sss {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px !important;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
  }

  .btn-hero-sss span {
    font-weight: 600;
    color: var(--primary_text_color);
  }

  .btn-hero-sss span span{
    display: none;
  }

  .btn-hero-sss img {
    display: flex;
    height: 27px;
  }

  .sss-page-body .accordion-rows {
    gap: 0 !important;
  }

  .sss-page-body .faq-list {
    padding: 18px 0 !important;
  }

  .sss-page-body .accordion-item {
    border-radius: 15px;
    width: 100%;
  }

  .sss-page-body .accordion-container {
    padding: 0 30px;
    margin-bottom: 2px !important;
  }

  .sss-page-body .accordion-button img {
    width: 20px;
    height: 20px;
  }

  .sss-page-body .accordion-button span {
    font-size: 10px;
    line-height: 14px;
  }

  .sss-page-body .accordion-collapse .accordion-body {
    font-size: 12px;
    line-height: 18px;
    font-weight: 200;
  }

  .sss-page-body .accordion-collapse hr {
    display: flex;
    border: none;
    height: 1px;
    background: #005450;
    margin:0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
  }

  /* Testler Sayfası Mobil */

  .which-test-quest {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
    gap: 5px;
  }

  .which-test-quest span {
    max-width: 40px;
    min-width: 20px;
    display: flex;
    border: none;
    height: 1.7px;
    background: #00433E2B;
    margin: 0;
    opacity: 1;
    border-radius: 26px;
  }  

  .make-appointment-container {
    padding-top: 26px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 6px;
  }

  .appoint-main-texts {
    margin-bottom: 18px !important;
  }

  .make-appointment-container .appoint-main-title {
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 2px;
  }

  .make-appointment-container .appoint-main-desc {
    display: flex;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding: 0 30px;
  }

  .question-box {
    font-size: 16px;
  }

  .question-box span p {
    margin-bottom: 0;
  }

  #testForm .question-step {
    margin: 10px 0 !important;
  }

  #testForm .question-step .col-lg-6 {
    padding: 0;
  }

  .card-content-wrapper {
    border-radius: 44px !important;
  }

  label.radio-card .card-content span {
    font-weight: 600;
    display: inline-block;
    line-height: 17px;
  }

  label.radio-card input[type="radio"] + .card-content-wrapper:hover {
    background-color: var(--tertiary_color);
  }

  label.radio-card input[type="radio"] + .card-content-wrapper:hover .card-content span {
    color: #FFF;
  }

  label.radio-card input[type="radio"]:checked + .card-content-wrapper .check-icon {
    background: #88d4b0;
    border-color: #88d4b0;
    width: 20px;
    height: 20px;
  }

  label.radio-card .check-icon {
    width: 20px;
    height: 20px;
  }

  #testForm .row.my-5.justify-content-center.text-center {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .btn-appointment-prev {
    padding: 9px 16px;
    border: 1px solid #FFF;
  }

  .btn-appointment-cancel {
    padding: 9px 12px;
    border: 1px solid #FFF;
    margin-right: 4px;
  }

  .btn-appointment-cancel:hover {
    border-color: #00433e;
  }

  .appoint-box-actions {
    padding: 9px 18px;
  }

  .btn-appointment-next {
    padding: 9px 18px;
    border: 1px solid var(--tertiary_color);
  }

  .appoint-box-actions div {
    display: flex;
    align-items: center;
  }

  .appoint-box-actions div:nth-child(2) {
    margin: 0 !important;
  }

  .appoint-box-actions div:nth-child(2) span {
    font-size: 15px;
    font-weight: 600;
  }

  .btn-appointment-next img, .btn-appointment-prev img {
    margin-left: 3px !important;
    width: 15px;
  }

  label.radio-card .card-content span {
    font-size: 14px;
  }

  .feature-card {
    padding: 20px !important;
  }

  .feature-card-icon {
    margin-bottom: 14px;
  }

  .feature-card-tests p {
    margin-bottom: 14px;
  }

  .feature-card-content {
    padding: 0 20px !important;
  }

  .feature-card-icon img {
    width: 150px;
  }

  .btn-feature-details {
    margin-top: 6px;
  }

  /* Test Detay Sayfası */

  .test-detail-content-container {
    margin-top: -15px !important;
  }

  .test-detail-box {
    
  }

  .test-detail-container {
    padding: 0 !important;
  }

  .average-test-time-content {
    margin-bottom: 24px;
  }

  .test-detail-question-container {
    top: -24px !important;
   
  }

  .test-detail-question-container #question-container {
    padding: 0 12px;
  }

  .test-detail-question-container .test-detail-pagination-box{
  
  }

  .test-detail-question-container .appoint-box.test-detail-box.pb-sm-4{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .test-detail-question-container label.radio-card .card-content-wrapper {
    min-height: 51px;
  }

  .average-test-time-content {
    font-size: 16px;
    font-weight: 600;
  }

  .average-test-time-content div {
    font-size: 14px;
    font-weight: 500;
  }

  .average-test-time-content div span{
    font-size: 14px;
  }

  .average-test-time-content .average-test-time img {
      width: 20px;
  }

/* Test Sonuc Sayfası */

.test-result .appoint-end-icon-iconbox{
  width: 35px;
  height: 35px;
}

.test-result .appoint-end-title {
  font-size: 28px;
  line-height: 36px;
}

.test-result .doctor-desc {
  font-size: 14px;
  line-height: 20px;
}

.test-result .doctor-desc .fa-solid {
  font-size: 1.2rem  !important;
}

.test-result .appoint-end-icon-title {
  margin-bottom: 0 !important;
}

.test-result .send-test-result {
  padding: 6px 12px;
  font-size: 12px;
  width: fit-content;
}

.test-result .form-control {
  padding: 12px 20px;
}

.test-result .font-lg {
  font-size: 14px;
  line-height: 20px;
}

.test-result .font-lg i{
  font-size: 1.2rem  !important;
  position: relative;
  top: 2px;
}

  /* blog sayfası mobil */

  .blog-list.py-5 {
    background-color: #F3FCF8;
    padding: 26px 0 !important;
  }

  .blog-image-mobile {
    display: flex;
    padding: 0 40px 50px 40px;
  }

  .blog-image-desktop {
    display: none;
  }

  .page-hero .page-blog {
    padding: 0 8px;
  }

  .blog-card-row {
    padding: 0 20px;
    gap: 0 !important;
  }

  .page-hero .row.justify-content-between .col-lg-7.mb-5{
    margin-bottom: 5px !important;
  }

  .page-blog .page-hero-subtitle {
    text-align: center;
    padding: 0 40px;
    margin-bottom: 10px !important;
  }

  .page-blog .page-hero-title {
    text-align: center;
    padding: 0 20px;
  }

  .page-blog .page-hero-text {
    padding: 0 40px;
    margin-bottom: 20px !important ;
  }

  .page-blog .hero-chip-container {
    display:  flex;
    justify-content: center;
    gap: 4px;
  }

  .page-blog .hero-chip {
    font-size: 12px;
    padding: 7px 14px;
  }

  .blog-page-blogContainer .blog-card{
    background-color: #FFF;
    min-height: fit-content !important;
  }

  .blog-card .blog-card-image {
    aspect-ratio: 0 !important;
  }

  .blog-page-blogContainer .blog-card-row .blog-card {
    height: auto !important;
  }

  .blog-page-blogContainer .blog-card .blog-card-content {
    height: auto;
  }

  .blog-card .blog-card-content .blog-card-title {
    font-size: 20px;
  }

  .page-blog .blog-card-text {
    font-size: 14px;
  }

  .blog-card-hr {
    display: none !important;
  }

  .pagination.pagination-lg{
    gap: 5px;
  }

  /* Blog Detay Mobile*/

  .blog-detail {
    padding: 0 8px;
    background-color: #F3FCF8;
    padding-bottom: 46px;
  }

  .backButton {
    font-size: 10px;
  }

  .blog-detail-chips {
    justify-content: center;
    margin-top: 2px;
  }

  .blog-detail-chips .blog-detail-chip {
    padding: 7px 29px;
  }

  .blog-detail-post-image {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .blog-detail-incentive {
    margin-top: 26px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .blog-detail-incentive-second-card {
    margin-top: 0 !important;
  }
  .blog-detail-incentive-doctor a {
    width: 50%;
  }

  .blog-detail-incentive-test {
    margin-right: 0;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    padding: 12px 16px;
  }

  .blog-detail-incentive-test h3 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 24px;
  }

  .blog-detail-incentive-test p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .blog-detail-incentive-doctor {
    margin-left: 0;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    padding: 16px;
  }

  .blog-detail-incentive-doctor h3 {
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 24px;
  }

  .blog-detail-incentive-doctor p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

  .blog-detail-incentive a {
    padding: 2px 0 !important;
    margin-bottom: 0;
    font-size: 12px;
  }

  .blog-detail-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .row.blog-meta-content {
    box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
    background-color: #FFF !important;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 15px;
  }

  .row.blog-meta-content .col-md-5 {
    width: auto;
  }

  .row.blog-meta-content .col-md-7.align-content-center {
    width: auto;
    display: flex;
    align-items: baseline;
  }

  .blog-detail-read-time {
    font-size: 10px;
    font-weight: 300;
    position: relative;
    left: -25px;
  }

  .blog-detail-author-img img {
    width: 15px;
    height: 15px;
  }

  hr.hr-forced {
    display: none;
  }

  .blog-content-details {
    padding: 0 12px;
  }

  .blog-detail-author {
    font-size: 11px;
    font-weight: 300;
    color: #A8A8AA;
  }

  .blog-detail-author span {
    font-size: 11px;
    font-weight: 300;
    color: #A8A8AA;
  }

  .blog-detail-actions {
    margin-top: 0 !important;
  }

  .blog-detail-action {
    font-size: 10px;
    font-weight: 300;
    color: #A8A8AA;
    line-height: 25px;
    align-items: center;
  }

  .blog-detail-action i {
    font-size: 15px;
    line-height: 14px;
    position: relative;
    top: -2px;
    margin-top: 3px;
  }

  .attention-text.col-8 {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 36px;
  }

  .blog-text h1 {
    font-size: 26px;
  }

  .blog-text p strong {
    font-weight: 700;
  }

  .blog-text a {
    text-decoration: underline !important;
  }

  .blog-text p {
    font-weight: 300;
    margin-bottom: 26px;
  }

  .advisors {
    background-color: #F3FCF8;
    padding: 0 8px;
  }

  .advisors .container.section-title {
    margin-top: 0;
  }

  .advisors .container.section-title h2{
    font-size: var(--text-2xl);
    font-weight: 700;
    text-align: center;
    padding: 20px 40px;
    line-height: 35px;
  }

  .blog-social-share{
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .blog-social-share .blog-social-share-link {
    box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
    background-color: #FFF;
    border-radius: 15px !important;
    width: 200px;
    transition: box-shadow 0.3s ease-in-out;
  }

  .blog-social-share .blog-social-share-link:hover {
    box-shadow: -4.08px 4.08px 8.24px 0px #0000003b;
  }

  .advisors .text-center {
    margin-bottom: 0 !important;
  }

  .advisors .slider {
    --slide-width: 100% !important;
    box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
    border-radius: 15px;
  }

  .advisors .slider__track {
    margin-bottom: 0 !important;
  }

  #doctorsCarousel .slider__buttons .slider__button_bg-prev img {
    margin-left: 8px;
    margin-top: 60px;
  }

  #doctorsCarousel .slider__buttons .slider__button_bg-next img {
    margin-right: 8px;
    margin-top: 60px;
  }

  .slide .blog-card-title {
    padding: 0 20px;
  }

  /* doktor detay mobile */

  .doctor-detail {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #F3FCF8;
  }

  .doctor-detail-rightside {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #F3FCF8;
    margin-bottom: 40px;
  }

  .doctor-detail .doctor-detail-box {
    justify-content: center;
    flex-direction: column;
    box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
    border-radius: 15px;
  }

  .doctor-info-box p {
    margin-bottom: 8px;
  }

  .doctor-detail-box-first-child {
    display: grid !important;
    grid-template-columns: 108px 1fr;
    padding: 12px;
    border: 1px solid #13AA65;
  }

  .doctor-detail-box .col-lg-3{
    display: flex;
    justify-content: center;
  }

  .doctor-detail-box-first-child .col-lg-3 {
    display: flex;
    justify-content: start;
  }

  .doctor-detail .doctor-detail-box .doctor-image-box{
    margin-right: 0 !important;
    padding-top: 4px;
    padding-bottom: 18px;
  }

  .doctor-detail-box-first-child .doctor-image-box {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
  }

  .doctor-detail .doctor-image-box img {
    max-height: 100px;
    width: 100px;
  }

  .dd-doctor-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -1px;
  }

  .dd-chip-container {
    display: none;
  }

  .dd-chip-container-mobile {
    margin-bottom: 8px;
    display: flex;
  }

  .work-section-chips {
    gap: 5px;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .work-section-chips .work-s-chip {
    padding: 3px 5px;
    font-weight: 300;
  }

  .dd-doctor-title {
    justify-content: left;
    font-size: 10px;
    font-weight: 300;
  }

  .dd-doctor-title .fa-solid.fa-brain{
    font-size: 13px;
  }

  .dd-rate-star {
    gap: 3px;
    margin-top: 8px;
  }

  .dd-rate-star .star {
    width: 16px;
    height: 16px;
  }

  .dd-rate-star .star-text {
    font-size: 14px;
    color: #FEA500;
    font-weight: 800;
    margin-top: 3px;
  }

  .dd-rate-star .comment-count {
    font-size: 14px;
    font-weight: 300;
    color: var(--primary_text_color);
    margin-left: 8px;
  }

  .doctor-detail-box .dd-card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .dd-doctor-info {
    margin-bottom: 6px;
    justify-content: left;
    white-space: wrap;
  }

  .dd-doctor-info .vertical-line {
    display: none;
  }

  .doctor-detail-box .doctor-experience {
    font-size: 10px;
    font-weight: 300;
    gap: 3px;
    white-space: nowrap;
  }

  .doctor-experience h5 {
    font-size: 11px;
    margin-left: 2px;
  }

  .doctor-detail-box p {
    font-size: 12px;
    font-weight: 300;
    width: fit-content;
  }

  .doctor-detail-box-first-child p {
    font-size: 10px;
    font-weight: 300;
    gap: 3px;
    white-space: nowrap;
  }

  .doctor-experience {
    font-size: 12px;
  }

  .doctor-experience img {
    width: 15px;
  }

  .doctor-experience h5 {
    font-size: 11px;
  }

  .work-section-chips.w-100 .work-s-chip {
    border: none;
    background-color: #DDE6EB;
  }

  .doctor-detail-rightside .doctor-detail-box-right {
    box-shadow: -2.08px 2.08px 6.24px 0px #0000001F;
    border-radius: 15px;
  }

  .educational-event .tl-content div{
    font-size: 14px;
    font-weight: 400;
  }

  .educational-event.doctor-languages .doctor-languages-text {
    font-size: 14px;
    font-weight: 400;
  }

  .educational-event.doctor-languages .doctor-languages-alert-text {
    font-size: 12px;
    font-weight: 300;
  }

  .doctor-detail-rightside {
    padding: 0;
    margin-bottom: 0;
  }

  .calendar-timezone-info{
    margin-top: 19px;
  }

  .calendar-timezone-info-text{
    font-size: 11px;
  }

  .appointment-title {
    font-size: 14px;
  }

  .doctor-detail-box-right .col-md-12 hr{
    display: none;
  }

  .calendar-info-badge div {
    font-size: 14px;
  }

  .calendar-container .navigation.navigation-back {
    width: 25px;
  }

  .calendar-container .navigation.navigation-forward {
    width: 25px;
  }

  .calendar thead th {
    background-color: #F3FCF8 !important;
    border: 1px solid #13AA6533
  }

  .no-calendar-warning p {
    font-size: 14px;
    color: var(--primary_text_color);
    text-align: center;
  }

  .schedule_request_calender_button {
    display: flex;
    justify-content: center;
  }

  .doctor-detail-other-doctors {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #doctorsCarousel .doctor-card-inner {
    margin: 0;
    min-height: 442px;
  }

  #doctorsCarousel .doctor-card-inner .doctor-image-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .doctor-card-inner .doctor-image-text .doctor-img{
    margin-right: 0;
    width: 115px;
    height: 115px;
    border-radius: 29px;
    margin-bottom: 15px;
  }

  .doctor-image-text .doctor-name {
    margin-bottom: 3px;
  }

  .doctor-card-inner hr{
    display: none;
  }

  #doctorsCarousel .doctor-desc {
    text-align: center;
    color: var(--primary_text_color);
  }

  #doctorsCarousel .team-profile-card-buttons {
    display: flex;
    flex-direction: column;
  }

  .doctor-detail-slider .slider__buttons .slider__button_bg-next img {
    margin-top: -20px !important;  
  }

  .doctor-detail-slider .slider__buttons .slider__button_bg-prev img {
    margin-top: -20px !important;  
  }

  .doctor-detail-slider .team-profile-card-buttons {
    align-items: center;
  }

  .doctor-detail-slider .team-profile-card-buttons a{
    width: 60%;
    border-radius: 160px;
  }

  .doctor-detail-slider .team-profile-card-buttons a:first-child{
    background-color: #FFF;
    font-size: 13px !important;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .doctor-detail-slider .team-profile-card-buttons a:last-child{
    font-size: 13px !important;
    font-weight: 500;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .doctor-detail-slider .team-profile-card-buttons a:last-child img {
    width: 20px;
    height: 20px;
  }

  .doctor-detail-slider .team-profile-card-buttons a:first-child:hover{
    color: #FFF;
    background-color: var(--primary_color);
  }


  .doctor-detail-slider .team-profile-card-buttons a:nth-child(2){
    background-color: var(--primary_color);
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 0;
  }

  .doctor-detail-slider .team-profile-card-buttons a:nth-child(2):hover{
    box-shadow: 0px 0px 5px 0px rgba(var(--secondary_color_rgb), 0.5);
    background-color: #003a36;
    border-color: var(--secondary_color);
  }

  .doctor-detail-slider-box {
    padding-bottom: 50px;
  }

  #schedule_request_calender_button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .appointment-datepicker-container.calendar-component {
    justify-content: center;
  }

  #reserve-schedule-form-button {
    display: flex;
    justify-content: center;
  }

  .our-team .no-result-container img {
    margin-top: 30px;
    width: 120px;
  }

  .our-team .no-result-container h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }

  .our-team .doctor-list-incentive {
    display: flex;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    border-radius: 14px;
    margin-top: 24px;
  }

  .our-team .doctor-list-incentive-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    color: var(--primary_text_color);
  }

  .our-team .doctor-list-incentive-inner h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px !important;
  }

  .our-team .doctor-list-incentive-inner p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
  }

  .doctor-list-incentive-inner {

  }

  /* .our-team .doctor-list-incentive-inner a {
    width: 40%;
    padding: 4px 0;
    color: var(--primary_text_color);
    border: 1px solid var(--primary_color);
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-weight: 600;
    text-align: center;
    font-weight: 500;
  }

  .our-team .doctor-list-incentive-inner a:hover {
    background-color: var(--primary_color);
    color: #FFF;
  } */

  /* randevu oluşturuldu sayfası */

  .appoint-end-icon-title .appoint-end-sub-desc {
    font-size: 14px;
    font-weight: 400;
  }

  .appoint-end-chip-card .d-flex.gap-2{
    font-size: 12px;
    font-weight: 600;
    color: var(--primary_text_color);
  }

  .appoint-box {
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 24px !important;
  }

  .appoint-status-chip span {
    margin-right: 0 !important;
    font-size: 12px;
    font-weight: 600;
    padding-right: 3px;
  }

  .appoint-status-chip .appoint-status-icon {
    width: 24px;
    height: 24px;
  }

  .appoint-time-chip {
    padding: 11px 8px;
  }

  .doctor-image-text {
    flex-direction: column; 
  }

  .appoint-end-card-content {
    border: none;
    box-shadow: none;
    margin-top: 4px !important;
  }

  .appoint-end-icon-iconbox {
    width: 45px;
    height: 45px;
  }

  .booking-doc-img .doctor-img {
    border-radius: 7px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .appoint-end-card-content .doctor-image-text .doctor-name {
    text-align: center;
  }

  .appoint-end-card-content .doctor-title {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    color: #075450;
    justify-content: center;
  }

  .appoint-end-card-content .btn-tertiary-color:hover{
    background-color: var(--primary_color);
  }

  .appoint-end-card-content .doctor-desc > *{
    font-size: 13px;
  }

  .appoint-end-card-content .btn-primary{
    display: flex;
    justify-content: center;
  }

  .appoint-box hr {
    display: flex;
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .appoint-end-card-content .doctor-img {
    margin-right: 0;
    width: 100px;
    height: 100px;
    border-radius: 7px;
    margin-bottom: 20px;
  }

  #free-checkout-form p{
    font-size: 14px;
    color: var(--primary_text_color);
  }

  .appoint-box .appoint-end-card-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .doctor-desc .text-warning {
    font-size: 1.5rem !important;
  }

  .appoint-end-card-content .doctor-desc p {
    color: #424245;
    margin-bottom: 4px;
  }

  .appoint-box .appoint-edit-btn {
    padding: 8px 22px;
    font-size: 12px;
  }

  .appoint-edit-spans {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .basket-payment-methods {
    font-size: 14px;
    padding-right: 0 !important;
    text-align: center;
  }

  /* Test Sayfası Mobil */

  .test-pages-test-container {
    background-color: #F3FCF8;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
  }

  .page-hero-test-page {
    padding: 0 30px;
    margin-bottom: 0 !important;
  }

  .appoint-edit-spans {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .send-test-result {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    height: fit-content;
    margin-left: 8px;
  }

  .appoint-end-card-content-test .d-flex.justify-content-between {
    display: flex;
    align-items: center;
  }
  .appoint-end-card-content-test .use-terms-text {
    text-align: left;
  }

  .loading-placeholder {
    top: -38px; 
  }

  /* Psikologlarımız Sayfası Mobil*/

  .page-hero-2 .page-hero-2-container {
    padding-top: 44px !important;
  }

  .our-team {
    background-color: #F3FCF8;
    padding: 0 8px;
  }

  .our-team .container {
    padding-top: 0 !important;
  }

  .page-hero-2 .page-hero-text {
    padding: 0 30px;
  }

  .page-hero-2 .search-box-col {
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-hero-2 .input-group {
    font-size: 12px;
  }

  .page-hero-2 .search-box input::placeholder {
    font-size: 12px;
  }
  
  .page-hero-2 .search-box img {
    width: 12px;
    height: 12px;
  }

  .team-profile-card-content {
    margin-top: 0 !important;
    padding: 12px;
    display: flex;
    border-radius: 14px;
  }

  .our-team .team-profile-card-image img {
    width: 100px;
    height: 100px;
    border-radius: 7px;
  }

  .team-profile-card-image .doctorVideoIcon {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px;
    height: 18px;
    color: #FFF;
    border-radius: 50%;
    background-color: #13AA65;
  }

  .doctorVideos:hover::before {
    border-radius: 7px;
  }

  .team-profile-card-image-desktop {
    display: none;
  }
  
  .team-profile-card-image-mobile {
    display: flex;       
    margin-right: 10px;   
    align-items: center;
  }

  .team-profile-card-namesurname {
    text-align: left;
    margin-bottom: 0 !important;
  }

  .team-profile-card-title-text {
    font-size: 10px;
    text-align: left;
    margin-bottom: 6px;
  }

  .team-profile-about-doctor {
    font-size: 8px;
    text-align: left;
    margin-bottom: 8px;
  }

  .team-profile-card-content-sec-place .work-section-chips {
    gap: 5px;
    margin: 0;
    margin-bottom: 8px;
    justify-content: left;
  }

  .team-profile-card-content-sec-place .work-section-chips .work-s-chip {
    padding: 3px 5px;
    font-weight: 300;
  }

  .team-profile-card-content-sec-place .doctor-avaible-date {
    margin-bottom: 8px;
    text-align: left;
    font-size: 10px;
  }

  .team-profile-card-content-sec-place hr {
    display: none;
  }

  .team-profile-card-buttons a {
    font-size: 10px !important;
    font-weight: 500 !important;
    padding: 2px 2px;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination-container {
    background-color: #F3FCF8;
    margin-top: 0 !important;
  }

  /* pre-doctor sayfası */

  .choosing-therapist-content-pre-doctor {
    padding: 0;
  }


  /* Wp support sayfası */
  .support-page-invective {
    margin-bottom: 56px;
  }
  .support-page-invective .doctor-list-incentive {
    display: flex;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    border-radius: 14px;
    margin-top: 24px;
  }
  
  .support-page-invective .doctor-list-incentive-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    color: var(--primary_text_color);
  }
  
  .support-page-invective .doctor-list-incentive-inner h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px !important;
  }
  
  .support-page-invective .doctor-list-incentive-inner p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 6px;
  }  
  /* ana sayfa emergency-contact */

  #emergency-contact .modal-body .row .modal-dialog-content, .modal-dialog-value {
    font-size: 13px;
  }

  footer .footer-help-notice {
    font-size: 12px;
  }

  /* e-mail Verify Sayfası */

  .emilVerifyContainer {
    margin-bottom: 64px !important;
  }

  .emilVerifyContainer .appoint-end-icon-title .appoint-end-title {
    font-size: 30px;
  }
 
  .emilVerifyContainer .appoint-end-card-content .btn-primary {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  footer .global-lang-footer {
    float: none !important;
  }

  /* Kurumsal Sayfası Mobil */

  .mp-corporation-body .hero {
    padding-top: 16px;
    background: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    background: linear-gradient(180deg, #C2E5E7 0%, #FFFFFF 100%);
  }

  .mp-corporation-body .hero-buttons {
    justify-content: center;
  }

  .mp-corporation-body .hero-buttons .button {
    font-size: 12px;
  }

  .page-hero-corporation {
    padding-top: 0;
  }

  .corporationHeaderImg {
    position: relative;
    left: 15px;
  }

  .specialties-of-doctors .mobile-app-img {
    height: 400px;
  }

  .mp-corporation-body .hero-storeLinks .col-5.p-1.col-sm-5.mt-2 {
    width: 40% !important;
  }

  .our-doctors {
    padding-top: 0;
  }

  .why-mp-corporation {
    padding: 24px 0;
  }

  .employees-situation {
    padding: 32px 0;
  }

  .our-doctors .doctorCarousel .doctor {
    margin: 0 10px;
  }

  #business-modal .form-control {
    padding: 10px 20px;
  }

  .our-partnerships {
    margin-top: 24px;
  }

  .commentsCarousel .comment-card {
    width: 320px;
  }

  .commentsCarousel .comment-card .comment-text {
    font-size: 15px;
    line-height: 20px;
  }

  .mp-facetoface-body .hero-buttons .button {
    font-size: 14px;
    padding: 12.8px;
  }

  .mp-facetoface-body .carousel__slide {
    figure {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0;
    }

    figure figcaption{
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #005450;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      padding-top: 8px !important;
    }
  }

  /* Yüz Yüze Sayfası */

  .mp-facetoface-body .employees-situation .treatment-start-step-container {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mp-facetoface-body .video-list-container .video-card-container {
    grid-template-columns: 1fr 1fr; 
    gap: 10px;
    margin-bottom: 0 !important;
  }
  
  .mp-facetoface-body .video-card .doctorVideoIcon {
      width: 25px;
      height: 25px;
  }

  .mp-facetoface-body .choosing-therapist-hero {
    height: 375px;
    width: auto !important;
    margin-left: 0 !important;
  }
  
  .contact-now-footer {
    position: sticky;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    background-color: rgb(255 255 255 / 45%) !important;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(20px);
    padding: 8px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block !important;
  }
  
  
  .contact-now-footer .inner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .contact-now-footer .inner-content .tel,
  .contact-now-footer .inner-content .wp {
    border-radius: 16px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(20px);
    background-color: rgba(188, 188, 188, 0.261) !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }

  .contact-now-footer .contact-img {
    width: 30px;
  }

  .contact-now-footer span {
    font-size: 13px;
    font-weight: 500;
    color: #005450;
  }

  /* Uzman Eşleştirme Test Sayfası */

  .matching-questions-container .test-detail-pagination-container {
    padding: 0 !important;
  }

  .matching-questions-container .test-detail-pagination-box {
    margin-top: 0 !important;
  }
  
  .matching-questions-container .test-detail-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .matching-questions-container .test-detail-pagination-box {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
    
  .therapy-type-container .therapy-section,
  .therapy-type-container .diet-section {
    padding: 46px 16px;
  }

  .matching-questions-container #question-container {
    padding: 0 12px;
  }

  .matching-questions-container #test-pagination {
    padding: 0 12px;
  }
    
  .therapy-type-container .therapy-section .titles span,
  .therapy-type-container .diet-section .titles span {
  font-size: 15px;
    font-weight: 300;
  }
    
  .therapy-type-container .therapy-section .titles h3,
  .therapy-type-container .diet-section .titles h3 {
    font-size: 22px;
    font-weight: 500;
  }
    
  .matching-questions-container .container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
    
  .matching-questions-container .loading-placeholder {
    height: 300px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .matching-questions-container .radio-button-groups {
    max-height: 300px;
  }

  .matching-questions-container .radio-button-groups .card-content {
    min-height: 26px;
  }
    
  .matching-questions-container label.radio-card .card-content-wrapper {
    padding: 8px 15px !important;
  }
  .matching-questions-container .text-answer .form-control {
    padding: 12px 15px !important;
  }
  .matching-questions-container .btn-login-register {
    font-size: 16px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .matching-questions-container .match-register-container {
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 24px !important;
  }

  .matching-questions-container .register-container {
    padding: 0 12px;
  }

  .matching-questions-container .match-register-container .use-terms-text {
    font-size: 12px;
  }

  .matching-questions-container .match-register-container .form-control {
    padding: 14px 20px;
  }

  .matching-questions-container .title h3{
    font-size: 25px;
  }

  .matching-questions-container .title span{
    font-size: 14px;
  }

  .matching-questions-container .appoint-end-title {
    font-size: 25px;
  }

  .matching-questions-container .appoint-end-card-content .button.btn-primary {
    width: 100%;
  }

  .matching-questions-container label.radio-card .check-icon {
    width: 16px;
    height: 16px;
    border-radius: 20%;
  }

  .matching-questions-container label.radio-card input[type="checkbox"]:checked + .card-content-wrapper .check-icon:before {
    transform: scale(.8);
  }

  .choose-doctor-container .profile-card {
    padding: 10px 8px;
  }

  .choose-doctor-container .profile-card .img-card {
    width: 80px;
    height: 80px;
  }

  .choose-doctor-container .profile-card .img-card img {
    width: auto;
    height: 80px;
  }

  .choose-doctor-container .choosed-doctors-info-content h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .choose-doctor-container .profile-card .team-profile-card-namesurname {
      font-size: 16px;
  }

  .choose-doctor-container .profile-card::after {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .choose-doctor-container .profile-card .buttons {
    gap: 6px;
  }

  .choose-doctor-container .profile-card .buttons button {
    font-size: 11px;
    padding: 3px 5px;
    min-height: 30px;
  }

  .choose-doctor-container .choosed-doctors-info-content span {
    text-align: left;
    font-size: 14px;
  }
  
  .matching-questions-container #test-pagination .appoint-box-actions {
    padding: 8px 10px;
  }
  
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-cancel,
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-next,
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-prev {
    padding: 10px;
    max-height: 52px;
  }

  .matching-questions-container #question-container .question-message {
    font-size: 13px;
    margin-top: 0;
  }

  #doctor-detail-modal .working-groups span {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #doctor-detail-modal .modal-dialog .col-12 .card p,
  #doctor-detail-modal .modal-dialog .col-12 .card ul,
  #doctor-detail-modal .modal-dialog .col-12 .card .timeline,
  #doctor-detail-modal .modal-dialog .col-12 .card .working-ecols,
  #doctor-detail-modal .modal-dialog .col-12 .card .working-groups {
    font-weight: 300;
    font-size: 12px;
  }

  #doctor-detail-modal .doctor-name .general-info {
    margin-top: 10px;
    width: 100% !important;
  }

  #doctor-detail-modal .modal-dialog .col-12 .card .working-groups {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #doctor-detail-modal .modal-dialog .doctor-card {
    flex-direction: column !important;
    align-items: center;
  }

  #doctor-detail-modal .modal-dialog .doctor-card .doctor-name {
    text-align: center;
    margin-top: 15px;
  }

  #doctor-detail-modal .doctor-branches {
    display: flex;
    margin-top: 15px;
    height: auto;
    flex-direction: column;
    gap: 7px;
  }

  #doctor-detail-modal .modal-dialog .col-12 .card h4{
    font-size: 17px;
  }

  #doctor-detail-modal .modal-dialog .col-12 .card .icon {
    width: 20px;
    height: auto;
  }
  
}
@media (min-width: 500px) and (max-width: 992px) {
  .page-hero-corporation {
    padding-top: 48px;
  }
      
  .doctor-detail-box-first-child {
    display: grid !important;
    grid-template-columns: 167px 1fr;
  }
      
  .mp-facetoface-body .choosing-therapist-hero {
    height: 600px;
  }
}

/* @media (min-width: 992px) and (max-width: 1200px) {
  .blog-post-container {
    max-width: 1060px;
  }
} */

@media (min-width: 1400px) { 
  .blog-detail-incentive-test {
    min-height: 570px;
  }
  .blog-detail-incentive-doctor {
    min-height: 570px;
  }
  .mp-facetoface-body .carousel_container {
    width: 24%;
  }
  .mp-facetoface-body .carousel__thumbnails {
    li {
        max-width: calc(95%);
    }
  } 
  .mp-facetoface-body .carousel_container .next-btn {
    bottom: 6px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .blog-detail-incentive-test {
    min-height: 595px;
  }
  .blog-detail-incentive-doctor {
    min-height: 595px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .blog-detail-incentive-test {
    min-height: 650px;
  }
  .blog-detail-incentive-doctor {
    min-height: 650px;
  }
}

@media (min-width: 500px) and (max-width: 991px) {
  .blog-detail-incentive-test {
    align-items: normal;
    padding-right: 220px;
    background: url("../media/images/treatment-step-1-old.png") no-repeat right center / contain, linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%) !important;
  }
  .blog-detail-incentive-doctor {
    align-items: normal;
    padding-right: 220px;
    background: url("../media/images/treatment-step-2-old.png") no-repeat right center / contain, linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%) !important;
  }

  .blog-detail-incentive-test h3 {
    text-align: left;    
  }

  .blog-detail-incentive-doctor h3 {
    text-align: left;      
  }

  .blog-detail-incentive-test p {
    text-align: left;    
  }

  .blog-detail-incentive-doctor p {
    text-align: left;      
  }
    
} 

@media (min-width: 500px) and (max-width: 576px) {
  .col-lg-2.blog-detail-incentive {
    padding: 12px;
  }

  .row.blog-content-details {
    padding: 0 12px;
  }
}

@media (max-width: 412px) {
  .appoint-end-chip-card .d-flex.gap-2 {
    font-size: 11px;
  }
  .appoint-status-chip span {
    font-size: 11px;
  }
  .appoint-status-chip {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .blog-detail-incentive-test {
    margin-right: 0;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);;
  }

  .blog-detail-incentive-doctor {
    margin-left: 0;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);;
  }

  .blog-detail-incentive-test a{
    margin-bottom: 0;
    width: 40%;
    padding: 4px 0;
  }

  .blog-detail-incentive-doctor a{
    margin-bottom: 0;
    width: 40%;
    padding: 4px 0;
  }
}

@media (max-width: 404px) {
  .appoint-end-chip-card .d-flex.gap-2 {
    font-size: 9px;
  }
  .appoint-status-chip span {
    font-size: 9px;
  }

  .appoint-status-chip {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 366px) {
  .appoint-end-chip-card .d-flex.gap-2 {
    font-size: 8px;
  }
  .appoint-status-chip span {
    font-size: 8px;
  }

  .appoint-status-chip {
    padding-left: 8px;
    padding-right: 8px;
  }
  .appoint-status-chip .appoint-status-icon {
    width: 18px;
    height: 18px;
  }

  .appoint-status-chip .appoint-status-icon img {
    width: 13px;
    height: 13px;
  }

  .appoint-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .make-appointment-container {

  }

  .our-team .team-profile-card-image img {
    width: 70px;
    height: 70px;
    border-radius: 7px;
  }

  .choose-doctor-container .profile-card .img-card {
    width: 70px;
    height: 70px;
  }

  .choose-doctor-container .profile-card .img-card img {
    width: auto;
    height: 70px;
  }

  .matching-questions-container #test-pagination .appoint-box-actions {
    padding: 6px 10px;
  }
  
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-cancel,
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-next,
  .matching-questions-container #test-pagination .appoint-box-actions .btn-appointment-prev {
    padding: 10px 8px;
    max-height: 52px;
  }
}

@media (max-width: 334px) {
  .appoint-end-chip-card .d-flex.gap-2 {
    font-size: 8px;
  }
  .appoint-status-chip span {
    font-size: 8px;
  }

  .appoint-status-chip {
    padding-left: 8px;
    padding-right: 8px;
  }
  .appoint-status-chip .appoint-status-icon {
    width: 18px;
    height: 18px;
  }

  .appoint-status-chip .appoint-status-icon img {
    width: 13px;
    height: 13px;
  }

  .appoint-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .make-appointment-container .container{
    padding: 0 2px;
  }
}

@media (max-width: 395px) {
  .btn-appointment-prev {
    padding: 9px 12px;
    font-size: 12px;
  }

  .btn-appointment-cancel {
    padding: 9px 4px;
    font-size: 12px;
  }
  .btn-appointment-next {
    padding: 9px 12px;
    font-size: 12px;
  }

  .appointment-prev img {
    margin-left: 0 !important;
  }

  .appoint-box-actions div:nth-child(2) span{
    font-size: 13px;
  }  
  label.radio-card .card-content span {
    font-size: 13px;
    line-height: 14px;
  }

  #emergency-contact .modal-body .row .modal-dialog-content, .modal-dialog-value {
    font-size: 11px;
  }
}

@media (max-width: 395px) {
  .btn-appointment-prev {
    padding: 9px 12px;
    font-size: 12px;
  }

  .btn-appointment-cancel {
    padding: 9px 4px;
    font-size: 12px;
  }
  .btn-appointment-next {
    padding: 9px 9px;
    font-size: 12px;
  }
  label.radio-card .card-content span {
    font-size: 12px;
  }

  label.radio-card .card-content span {
    font-size: 13px;
    line-height: 14px;
  }
}



@media (max-width: 360px) {
  #bookCarousel .slider__buttons .slider__button_bg-prev {
    left: -100px;
  }

  #bookCarousel .slider__buttons .slider__button_bg-next {
    left: 85px;
  }

  #bookCarousel.slider .slider__book-info {
    height: 279px;
  }

  .doctor-detail-box-first-child {
    grid-template-columns: 92px 1fr;
  }

  .dd-doctor-name {
    white-space: nowrap;
  }

  .dd-doctor-info {
    flex-wrap: wrap;
  }

  .doctor-detail .doctor-image-box img {
    max-height: 85px;
    width: 85px;
  }

}

@media (min-height: 830px) {
  .offcanvas-header .navbar-brand {
    top: 110px;
  }
  .navbar-bottom-last-button-mobile {
    margin-bottom: 40px;
  }
}

@media (min-height: 660px) and (max-height: 830px) {
  .navbar-bottom-last-button-mobile {
    margin-bottom: 50px;
  }
  .show .nav-ex-buttons {
    margin: 30px 0 30px 0;
  }
}

@media(min-height: 575px) and (max-height: 660px) {
  .navbar-bottom-last-button-mobile {
    margin-bottom: 40px;
  }
  .container-fluid .navbar-brand img {
    height: 35px;
  }
  .offcanvas-header .navbar-brand {
    top: 15px !important;
  }
}


@media (max-height: 575px) {
  .navbar-bottom-last-button-mobile {
    margin-bottom: 30px;
  }
  .offcanvas-header .navbar-brand {
    top: 0 !important;
  }
  .show .nav-ex-buttons {
    margin: 20px 0 20px 0;
  }
  .container-fluid .navbar-brand img {
    height: 35px;
  }
  .offcanvas.offcanvas-end .offcanvas-header {
    margin-bottom: 0 !important;
  }

}

/* Randevu Onaylandı Tablet */

@media (min-width: 576px) and (max-width: 768px){
  .appoint-time-chip {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 991px) and (max-width: 1200px){
  .make-appointment-container .col-lg-6 {
    width: 65%;
  } 
}

@media (min-width: 1200px) and (max-width: 1400px){
  .make-appointment-container .col-lg-6 {
    width: 60%;
  } 
}

/* app download desktop */

@media (min-width: 500px) {
  
  .app-download-incentive {
    display: flex !important;
    background-image: linear-gradient(180deg, #BAF9DC 0%, #FCF5EA 100%);
    border-radius: 14px;
    margin-top: 24px;
    justify-content: center;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .app-download-incentive .doctor-list-incentive-inner {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 25px;
    color: var(--primary_text_color);
  }
  
  .app-download-incentive .doctor-list-incentive-inner h3 {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px !important;
  }
  
  .app-download-incentive .doctor-list-incentive-inner .footer-storeLinks {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .app-download-incentive .doctor-list-incentive-inner .footer-storeLinks img {
    
    width: 160px;
  }
  
  .app-download-incentive .doctor-list-incentive-inner p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px;
  }
  
  .app-download-incentive .doctor-list-incentive-inner .webContinueBtn img{
    margin-left: 20px;
    width: 22px;
    height: 22px;
  }

  .app-download-incentive .doctor-list-incentive-inner .webContinueBtn {
    padding: 12px 13px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 220px;
  }
  
}

@media (min-width: 500px) and (max-width: 768px) {
  footer .footer-copyright .footer-copyright-text {
    text-align: center !important;
  }

  footer .global-lang-footer {
    float: none !important;
  }

  footer .etbis-container {
    text-align: center !important;
  }

  footer .footer-help-notice {
    margin-top: 16px;
  }

  footer .footer-help-notice span{
    text-align: center;
  }
  footer .footer-copyright .footer-horizontal-small-list {
    justify-content: center;
  }

  .mp-facetoface-body .video-list-container .video-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .mp-facetoface-body .employees-situation .treatment-start-step-container {
    grid-template-columns: 1fr 1fr;
  }

}

/* doctor-detail higlights responsive */

@media (min-width: 1369px) and (max-width: 1400px) {
  .doctor-chart-box .doctor-highlights {
    min-width: 128.11px;
  }
  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 85px;
    width: 28px;
  }
  
  .doctor-chart-box .doctor-highlights h3{
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: 700;
    line-height: 24px;
  }
  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 6px;
  }
}

@media (min-width: 1200px) and (max-width: 1369px) {
  .doctor-chart-box {
    padding: 20px 11px;
  }

  .doctor-chart-box .doctor-highlights {
    padding: 0 9px;
    min-width: 114.54px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 3px;
  }
  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 85px;
    width: 26px;
  }
  .doctor-chart-box .doctor-highlights h3 {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .doctor-chart-box {
    padding: 20px 5px;
  }

  .doctor-chart-box .doctor-highlights {
    min-width: 83px;
    padding: 0 5px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 5px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 67px;
    width: 24px;
  }

  .doctor-chart-box .doctor-highlights h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .doctor-chart-box .doctor-highlights span {
    font-size: 8px;
    min-height: 12px;
  }
  
}

@media (min-width: 768px) and (max-width: 992px) {
  .doctor-chart-box .doctor-highlights {
    min-width: 131px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 87px;
    width: 28px;
  }

  .doctor-chart-box .doctor-highlights h3 {
    font-size: 19px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 5px;
  }

  .mp-facetoface-body .team-profile-card-content p.team-profile-desc.team-profile-about-doctor {
    min-height: 96px;
    display: flex;
    align-items: center;
  }

  .our-team .team-profile-card-content-sec-place .work-section-chips {
    min-height: 67px;
    display: flex;
    align-items: center;
  }

  .our-team  .team-profile-desc.team-profile-about-doctor {
    min-height: 96px;
    display: flex;
    align-items: center;
  }

}

@media (min-width: 500px) and (max-width: 768px) {
  .doctor-chart-box {
    padding: 20px 10px;
  }

  .doctor-chart-box .doctor-highlights {
    min-width: 92px;
    padding: 0 5px;
  }

  .doctor-chart-box .doctor-highlights h3 {
    font-size: 17px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 5px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 74px;
    width: 27px;
  }
}

@media (min-width: 466px) and (max-width: 500px) {
  .doctor-chart-box {
    padding: 20px 10px;
  }

  .doctor-chart-box .doctor-highlights {
    min-width: 60px;
    padding: 0 5px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 5px;
    padding: 2px 5px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 60px;
    width: 23px;
  }

  .doctor-chart-box .doctor-highlights h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .doctor-chart-box .doctor-highlights span {
    font-size: 8px;
    min-height: 12px;
  }

  .doctor-chart-box .doctor-highlights .img-container::before {
    padding: 3px;
  }

}

@media (max-width: 466px) {

  .doctor-chart-box {
    padding: 20px 10px;
  }

  .doctor-chart-box .doctor-highlights {
    min-width: 60px;
    padding: 0 3px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 6px;
    padding: 2px 5px;
  }

  .doctor-chart-box .doctor-highlights h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .doctor-chart-box .doctor-highlights span {
    font-size: 8px;
    min-height: 12px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 58px;
    width: 23px;
  }
  .doctor-chart-box .doctor-highlights .img-container::before {
    padding: 3px;
  }

  #doctor-higlights-modal .doctor-story-close-btn span {
    top: -24px;
    right: -20px;
  }
  
}

@media (max-width: 427px) {
  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 54px;
    width: 21px;
  }
}

@media (max-width: 410px) {
  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 50px;
    width: 21px;
  }
  .doctor-chart-box .doctor-highlights h3 {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 390px) {
  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 47px;
    width: 20px;
  }
  .doctor-chart-box .doctor-highlights h3 {
    font-size: 12px;
    line-height: 17px;
  }
  .reserve-schedule-form-buttons #reserve-schedule-form-button {
    width: 85%;
    font-size: 13px;
    padding: 13px;
  }
  .reserve-schedule-form-buttons .appoint-end-icon .appoint-end-icon-line{
    width: 80%;
  }
}

@media (max-width: 364px) {

  .doctor-chart-box {
    padding: 20px 5px;
  }

  .doctor-chart-box .doctor-highlights {
    min-width: 50px;
    padding: 0 2px;
  }

  .doctor-chart-box .doctor-highlights .img-container {
    margin-bottom: 8px;
    padding: 2px 5px;
  }

  .doctor-chart-box .doctor-highlights .higlights-play-img{
    top: 47px;
    width: 18px;
  }
  .doctor-chart-box .doctor-highlights h3 {
    font-size: 12px;
    line-height: 17px;
  }

  .reserve-schedule-form-buttons #reserve-schedule-form-button {
    padding: 13px 10px;
    font-size: 12px;
  }
}
