.logo {
    max-width: 120px;
}

.navbar {
    padding: 2px 0;
}

.main-menus ul {
    gap: 50px;
}

.topbar-contact-info.right-link ul li a {
    font-size: 14px;
    padding: 6px !important;
    text-transform: capitalize;
}

.topbar-contact-info.right-link ul {
    gap: 0px;
}

.topbar-contact-info.right-link ul li a.help {
    margin-left: 8px;
}

.topbar-contact-info.right-link ul li a.login {
    position: relative;
}

.topbar-contact-info.right-link ul li a.login:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 2px;
    background: #153c33;
    right: -6px;
    top: 6px;
}

.main-menu .appointment-btn {
    max-width: fit-content;
    display: flex;
    align-items: center;
}

.nav-menu-wrapper input {
    background-color: #f1f4f6bf;
    width: 100%;
    border: 1px solid #ebebeb;
    outline: none;
    padding: 4px 16px;
    border-radius: 6px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper button {
    position: absolute;
    padding: 0;
    border: none;
    background: transparent;
    height: 34px;
    width: 34px;
    font-size: 18px;
    right: 8px;
    top: 2px;
}

.search-wrapper button iconify-icon {
    position: relative;
    top: 2px;
}

.banner-img {
    width: 100%;
    height: 350px;
}

.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero.bg-image {
    padding: 60px 0px;
}

.section-title h2 {
    font-size: 40px;
    line-height: 1.2;
    color: rgb(25 49 38);
}

.section-title h3 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: rgb(35 143 90);
    background-color: rgba(67, 186, 127, .1) !important;
    border-radius: 18.5px;
    padding: 4px 16px;
    font-size: 17px;
    line-height: 1.76;

}

.hero.bg-image .hero-content .section-title h1 {
    font-size: 55px;
    line-height: 58px;
}

.section-title p {
    margin-top: 10px;
    font-size: 18px;
}

/* .hero.bg-image {
    background-image: none;
} */

.hero-content-body {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

header.main-header {
    border: 1px solid #dddddda1;
}

.mainsearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

a.btn-default {
    padding: 10px 46px 10px 20px;
    font-weight: 400;
    border-radius: 6px;
    background: #2196F3;
    font-size: 15px;
}

a.btn-default::before, a.btn-default::after {
    background-color: transparent;
}


.section-title h1 {
    font-size: 42px;
    color: #fff;
}

.section-title h1 span {
    color: #ffffff;
}

.hero-content .section-title p {
    font-size: 16px;
    color: #ffffff;
}

.hero-main-banner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.docter-img {
    max-width: 275px;
    z-index: 1;
}

.main-menu .nav-menu-wrapper {
    text-align: left;
    padding-left: 20px;
}

.main-menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
}

.main-menu ul li a span {
    background: #2196F3;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.appointment-wrapper {
    width: 34%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.mainsearch .nav-menu-wrapper {
    max-width: 50%;
    padding: 0;
}

.appointment-wrapper p {
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.appointment-wrapper p iconify-icon {
    color: #2196F3;
}

.search-wrapper>iconify-icon {
    position: absolute;
    left: 13px;
    top: 11px;
    color: #a4a4a4;
}

.hero {
    background-color: #006dc4e6;
    position: relative;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
}

.hero-content .btn-default {
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-content .btn-default iconify-icon {
    font-size: 22px;
}

.hero-content .btn-default::before {
    display: none;
}


.btn-default::after {
    display: none;
}

.btn-default:hover:before {
    background-color: #2196F3;
}

.condition {
    padding: 60px 0px;
    background-color: #f1f9ff;
}

.condition-hadding h4 {
    text-align: center;
}

.condition-hadding {
    padding-bottom: 24px;
}

.condition-box {
    text-align: center;
    border: 1px solid #2196f338;
    margin: 0px 8px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 20px 10px;
}

.condition-box img {
    margin: auto;
    height: 50px;
    width: 50px;
    object-fit: contain;
    background: #f1f9ff;
    padding: 8px;
    border-radius: 6px;
}

.condition-box p {
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding-top: 20px;
}

.condition-slider button {
    background: #ffffff;
    color: #2196f3;
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 30px);
    left: -7px;
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
    border: 1px solid #e8e8e8;
}


.condition-slider button iconify-icon {
    font-size: 22px;
}

.condition-slider button.slick-next {
    left: inherit;
    right: -10px;
}

.about-us {
    padding: 70px 0 50px;
}

.section-title h2 span {
    color: var(--primary-color);
}


.solution-your-plan {
    padding: 60px 0;
    background: #fff;
}

.service-cta-btn a.btn-default {
    background: #153c33;
}

.hero-content {
    max-width: 70%;
    padding-right: 145px;
}

.hero>img {
    position: absolute;
    max-width: 200px;
    right: 0;
    bottom: 0;
    opacity: .1;
}

.hero>img.pill2 {
    top: 0;
    left: 0;
    opacity: .3;
    max-width: 120px;
}

.hero-content .section-title ul {
    padding: 0;
    list-style-type: none;
    color: #fff;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 20px 0px;
}

.hero-content .section-title ul li {
    font-weight: 500;
    position: relative;
    padding-left: 18px;
}

.hero-content .section-title ul li:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fff;
    left: 0px;
    top: 11px;
    border-radius: 50px;
}

.hero-wrap>button {
    display: none !important;
}

.service-cta-item:hover .service-cta-btn .btn-default:before {
    background-color: #153c33;
}

.why-choose-us {
    padding: 60px 0;
}

.our-team {
    padding: 60px 0 70px;
}

.hero.heronew {
    background: #fbe1d0;
    padding: 16px 0px;
    height: 400px;
}

.hero.heronew .docter-img {
    width: 413px;
    min-width: 413px;
    position: relative;
    top: 16px;
}

.hero.heronew .section-title h1, .hero.heronew .section-title p, .hero.heronew .section-title ul li {
    color: #000;
}

.hero.heronew .section-title ul li::before {
    background-color: #000;
}

.hero.heronew .hero-content .btn-default {
    background-color: #000;
    color: #fff;
}

.hero.heronew>img.pill2 {
    opacity: .1;
    filter: invert(1);
}

.solution-plan-img-1 {
    max-width: 50%;
    height: 100%;
}

.about-img figure {
    height: 560px;
}

.footer-logo {
    max-width: 200px;
}

.footer-copyright {
    padding: 15px 0;
}

.about-working-hour h3, .about-service-list h3, .footer-contact h3 {
    color: #ffffff;
}

.footer-copyright-text p a {
    color: #2196f3;
}

.main-footer {
    padding: 80px 0 0;
}

.solution-plan-img-2 figure {
    height: 575px;
}

.team-image {
    background: #e4f2fe;
    padding: 0px 15px;
}

.team-social-icon ul li a i {
    color: #2196f3;
}

.solution-plan-content {
    margin-left: 0;
}

.solution-counter-content h3 span, .solution-counter-content h3 {
    color: #2196f3;
    font-size: 70px !important;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 0 !important;
    margin: 0;
}

.solution-counter-item .solution-counter-content p {
    font-size: 16px;
}

.solution-counter-item .solution-counter-content {
    width: 100%;
}

.solution-counter-item {
    margin-top: 30px;
}

.solution-your-plan .section-title {
    margin-bottom: 0;
}

a.learn {
    background-color: #2196f3;
    color: rgb(255 255 255);
    text-transform: capitalize;
    border-radius: 40px;
    padding: 18px 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color .3s, border-color .3s, background-color .3s;
    margin-top: 60px;
    display: inline-block;
    border: 2px solid #2196f3
}

a.learn:hover {
    background-color: #fff;
    color: #000;
}

.ab-elipse-shape-top {
    width: 80px;
    left: -92px;
}

.ab-elipse-shape-center {
    width: 80px;
    top: 41.5%;
    left: -92px;
}

.ab-elipse-shape-bottom {
    width: 70px;
    bottom: -10%;
    left: 250px;
}

.our-service {
    padding: 70px 0px;
}

.our-service .section-title {
    text-align: center;
}

.service-box {
    padding: 32px 24px 24px;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    border: 1px solid rgba(88, 88, 88, 0.2);
    text-align: center;
    border-radius: 20px;
    margin: 0px 15px 60px 15px;
    transition: .5s;
}

.service-box:hover {
    box-shadow: 4px 8px 30px rgba(0, 0, 0, .08);
    transition: .5s;
    border: 1px solid #fff;
}

.secvice-icon {
    z-index: 2;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    display: flex;
    position: relative;
    background: hsla(216.70212765957447, 94.95%, 61.18%, 0.10);
    margin: auto;
}

.service-wrapper .service-box:nth-child(2) .secvice-icon {
    background-color: hsla(150.25210084033614, 47.04%, 49.61%, 0.10);
}

.service-wrapper .service-box:nth-child(3) .secvice-icon {
    background-color: hsla(1.241379310344829, 98.64%, 71.18%, 0.10);
}

.service-wrapper .service-box:nth-child(4) .secvice-icon {
    background-color: hsla(198.09045226130652, 88.44%, 55.88%, 0.10);
}

.service-wrapper .service-box:nth-child(5) .secvice-icon {
    background-color: hsla(216.70212765957447, 94.95%, 61.18%, 0.10);
}

.service-wrapper .service-box:nth-child(6) .secvice-icon {
    background-color: hsla(150.25210084033614, 47.04%, 49.61%, 0.10);
}

.service-text {
    margin-top: 20px;
}

.service-text h3 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 12px;
}

.service-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.60;
}

.service-text a {
    display: inline-flex;
    align-items: center;
    color: rgb(88 88 88);
    font-weight: 500;
    font-size: 18px;
}

.service-text a iconify-icon {
    font-size: 24px;
}

.service-wrapper button {
    border: 1px solid rgb(67 186 127);
    color: rgb(67 186 127);
    border-radius: 50%;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    left: calc(50% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-wrapper button.slick-next {
    left: inherit;
    right: calc(50% - 50px);
}

.service-wrapper button iconify-icon {
    font-size: 24px;
}

.first-step-wrap {
    padding: 60px 0px;
}

.first-step-main {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.first-step-box {
    border-radius: 1.25rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 20.125rem;
    height: 17.25rem;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #0000;
}

.step-bg {
    background-color: rgb(210 255 138);
    border-radius: 100%;
    width: 100%;
    max-width: 21.625rem;
    height: 22.625rem;
    position: absolute;
    inset: -14.5rem auto auto -6.1rem;
}

.step-text h3 {
    color: #f4ffe3;
    font-size: 8.125rem;
    line-height: 7.5rem;
    position: absolute;
    inset: 0% auto auto 0%;
    font-weight: 400;
}

.first-step-box p {
    letter-spacing: -.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.50rem;
    font-weight: 500;
    line-height: 1.95rem;
    color: #000;
    max-width: 75%;
    text-align: center;
    padding-top: 105px;
}

.first-step-main .first-step-box:nth-child(2) .step-bg {
    background-color: rgb(242 166 231);
}

.first-step-main .first-step-box:nth-child(3) .step-bg {
    background-color: rgb(255 220 104);
}

.first-step-main .first-step-box:nth-child(2) {
    left: -14px;
}

.first-step-main .first-step-box:nth-child(3) {
    left: -4px;
}

.first-step-main .first-step-box:nth-child(2) .step-text h3 {
    color: #ffd5f9;
}

.first-step-main .first-step-box:nth-child(3) .step-text h3 {
    color: #ffeeb4;
}

.committed {
    padding: 60px 0px;
    background: linear-gradient(to bottom, #f9f9f9, #fff);
}

.committed-img-wrap {
    height: auto;
    width: 100%;
    position: relative;
    padding-right: 30px;
}

.committed-img-wrap img {
    height: 100%;
    width: 100%;
}

.satisfaction {
    border: 1px solid rgb(237 237 237 / 78%);
    border-radius: 1.25rem;
    max-width: 16.125rem;
    padding: 1.4rem 2.5rem;
    position: absolute;
    inset: 0 2.8rem auto auto;
    overflow: hidden;
    background: #fff;
}

.committed-video>a {
    background: #fff;
    line-height: 18px;
}

.satisfaction-icon {
    width: 100%;
    max-width: 6.9rem;
    height: 4.7rem;
    position: absolute;
    inset: 0% -6% auto auto;
}

.satisfaction-icon img {
    height: 100%;
    width: 100%;
}

.satisfaction-text h3 {
    letter-spacing: -.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 2.625rem;
    color: #000;
}

.satisfaction-text p {
    color: #000;
    padding-top: 10px;
    margin: 0;
    line-height: 20px;
}

.committed-text {
    height: auto;
    width: 100%;
}

.committed-text h3, .comprehensive-text h3, .section-title h2, .condition-hadding h4, .clinic-text h3 {
    letter-spacing: -.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 3rem;
    color: #000;
    padding-bottom: 20px;
}

.committed-text p {
    color: rgb(103 103 103);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    margin-bottom: 18px;
}

.committed-video {
    display: flex;
    justify-content: space-between;
}

.video-box {
    max-width: 56%;
    height: auto;
    position: relative;
}

.committed-video>a, .comprehensive-text>a, .everything-box-TMS a.everything-arrow-TMS {
    border: 1px solid #efefef;
    display: inline-block;
    padding: 10px 20px;
    height: 45px;
    line-height: 22px;
    border-radius: 6px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.video-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.play {
    position: absolute;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #0000001a;
    border: 1px solid #fff9;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.play a {
    background-color: #2196F3;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2.25rem;
    height: 2.25rem;
    padding: .4375rem;
    display: flex;
}

.play a iconify-icon {
    color: #fff;
    font-size: 25px;
}

.comprehensive-text {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
}

.comprehensive-text h3 {
    max-width: 50%;
    margin: auto;
}

.comprehensive-wrap {
    padding: 60px 0px;
}

.comprehensive-box {
    height: auto;
    width: 100%;
}

.comprehensive-main-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.comprehensive-main {
    width: 48%;
}

.comprehensive-box a {
    grid-row-gap: 3.5625rem;
    background-color: rgb(251 226 133);
    border-radius: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 75rem;
    height: 15.125rem;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    padding-right: 24px;
    transition: .5s;
}

.comprehensive-img {
    border-radius: 1.25rem;
    width: 100%;
    max-width: 25.5rem;
    height: 15.125rem;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.comprehensive-img img {
    object-fit: cover;
    border-radius: 1.25rem;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.comprehensive-img-1 {
    background-image: linear-gradient(267deg, #fbe285 8%, #fafafa00 40%);
    position: absolute;
    inset: 0%;
}

.comprehensive-img-2 {
    background-image: linear-gradient(267deg, #f2a6e7 7%, #fafafa00 40%);
    position: absolute;
    inset: 0%;
}

.comprehensive-img-3 {
    background-image: linear-gradient(267deg, #d2ff8a 8%, #fafafa00 40%);
    position: absolute;
    inset: 0%;
}

.comprehensive-img-4 {
    background-image: linear-gradient(267deg, #a1dfec 15%, #fafafa00 40%);
    border-radius: .9rem;
    position: absolute;
    inset: 0%;
}

.comprehensive-text-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    max-width: 29.9375rem;
    display: flex;
}

.comprehensive-text-box h5 {
    letter-spacing: -.48px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: #000;
    border-bottom: 1px solid #e2c868;
    padding-bottom: 20px;
}

.comprehensive-text-box p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.comprehensive-box a:hover .comprehensive-img img {
    transform: scale(1.1);
    transition: .5s;
}

.comprehensive-main-wrap .comprehensive-main:nth-child(2) .comprehensive-box a, .comprehensive-main-wrap .comprehensive-main:nth-child(2) .comprehensive-box a .arrow-box {
    background-color: rgb(242 166 231);
}

.comprehensive-main-wrap .comprehensive-main:nth-child(3) .comprehensive-box a, .comprehensive-main-wrap .comprehensive-main:nth-child(3) .comprehensive-box a .arrow-box {
    background-color: rgb(210 255 138);
}

.comprehensive-main-wrap .comprehensive-main:nth-child(4) .comprehensive-box a, .comprehensive-main-wrap .comprehensive-main:nth-child(4) .comprehensive-box a .arrow-box {
    background-color: rgb(161 223 236);
}

.comprehensive-main-wrap .comprehensive-main:nth-child(2), .comprehensive-main-wrap .comprehensive-main:nth-child(3), .comprehensive-main-wrap .comprehensive-main:nth-child(4) {
    transform: rotate(-4deg);
    transition: transform 0.8s ease;
}

.comprehensive-main-wrap .comprehensive-main:nth-child(2) .comprehensive-box a .comprehensive-text-box h5 {
    border-bottom: 1px solid #d97ecc;
}

.comprehensive-main-wrap .comprehensive-main:nth-child(3) .comprehensive-box a .comprehensive-text-box h5 {
    border-bottom: 1px solid #b0de67;
}

.comprehensive-main-wrap .comprehensive-main:nth-child(4) .comprehensive-box a .comprehensive-text-box h5 {
    border-bottom: 1px solid #8ccad7;
}

.comprehensive-main-wrap .comprehensive-main:nth-child(4) .comprehensive-box {
    margin-bottom: 0;
}

.new-client-main {
    grid-column-gap: 30px;
    justify-content: space-between;
    width: 100%;
    min-height: 280px;
    display: flex;
}

.new-client {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 370px 280px;
    flex: none;
    width: 370px;
    display: flex;
    position: relative;
}

.new-client-text {
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
}

.new-client-text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.new-client-text h3 {
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    padding-top: 14px;
}

.new-client-text p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
    top: 65px;
    align-items: center;
}

.new-client-text p a, .plus-bg-text a {
    border: 2px solid #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 17px;
}

.new-client-img {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 18px;
    flex: none;
    width: 100%;
    position: relative;
    max-width: 560px;
    margin-left: -13%;
}

.plus-bg-wrap {
    background-color: rgb(250 250 250);
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 33%;
}

.plus-bg-text h3 {
    font-size: 26px;
    font-weight: 500;
    padding-top: 10px;
}

.plus-bg-text p {
    padding-top: 10px;
}

.plus-bg-img {
    justify-content: flex-end;
    align-items: stretch;
    width: 180px;
    height: 169px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
}

.plus-bg-img img {
    position: absolute;
}

.plus-bg-img img:nth-child(2) {
    z-index: 1;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: relative;
    top: 20px;
    left: 20px;
}

.plus-bg-text a {
    border: 2px solid #2196f3;
    color: #000 !important;
    font-weight: 500;
    padding: 14px 28px;
    top: 83px;
    position: relative;
    z-index: 9;
}

.new-client-wrap {
    padding: 0px 0px 70px 0px;
}

.solution-your-plan .section-title p {
    margin-top: 10px;
    font-size: 20px;
    color: rgb(103 103 103);
}

.different-right {
    grid-row-gap: 45px;
    background-color: rgb(250 250 250);
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    padding: 50px 30px;
    display: flex;
}

.different-right-box {
    grid-column-gap: 38px;
    display: flex;
    align-items: flex-start;
}

.defrent-icon {
    background-color: #fff;
    border: 1px solid #1946da4d;
    border-radius: 10px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
}

.defrent-text {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
}

.defrent-text h4 {
    font-size: 25px;
    font-weight: 500;
}

.defrent-text p {
    margin: 0;
    line-height: 22px;
    padding-top: 8px;
}

.book-wrap {
    padding: 60px 0px 30px 0px;
}

.book-wrap h2.text-anime-style-2 {
    font-size: 52px;
    font-weight: 600;
    max-width: 60%;
    line-height: 64px;
    margin: auto;
    text-align: center;
}

.scroll-left-inner span {
    color: #eaf6ff;
}

.book-boxs {
    background-color: rgb(252 245 236);
    box-shadow: none;
    border-radius: 24px;
    padding: 48px 32px;
    min-height: 383px;
}

.book-boxs h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}

.book-boxs h5 {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #270f3a;
    line-height: 30px;
}

.book-boxs h5 iconify-icon {
    color: #ff8c66;
}

.book-boxs>a {
    font-size: 18px;
    font-weight: 600;
    color: #ff8c66;
    margin: 20px 0px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.book-end {
    border-top: 1px solid #e0d8e7;
    padding-top: 20px;
}

.book-end ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.book-end ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 34px;
    color: #270f3a;
}

.book-end ul li iconify-icon {
    color: #ff8c66;
    font-size: 20px;
}

.download {
    padding-top: 24px;
}

.download a {
    line-height: 40px;
    font-weight: 600;
    color: #ff8c66;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.download a iconify-icon {
    font-size: 24px;
}

.book-boxs.book-boxs-2 a {
    color: #000;
}

.book-boxs.book-boxs-2 a:last-of-type {
    margin-bottom: 0;
}

.book-boxs>a iconify-icon {
    font-size: 24px;
}

.main-app-wrapper {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    display: flex;
    position: relative;
    border-radius: 38px;
}

.app-hadding h3 {
    font-size: 42px;
    line-height: 50px;
    max-width: 90%;
}

.app-hadding {
    max-width: 60%;
}

.download-button {
    padding-top: 35px;
    display: flex;
    gap: 15px;
}

.download-button a {
    background: #000;
    display: inline-block;
    padding: 12px 22px;
    border-radius: 8px;
}

.download-button a img {
    max-width: 120px;
}

.app-img {
    position: absolute;
    right: 60px;
    width: 415px;
    bottom: -6px;
}

.app-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.app-hadding {
    padding-left: 60px;
}

.app-download-wrap {
    padding: 120px 0px 60px 0px;
}

.app-hadding p {
    margin: 0;
    color: #000;
    font-size: 17px;
    padding-top: 10px;
}

.need-attention:before {
    background: #2196f3;
}

.faq-wrap {
    padding: 60px 0px;
    background: #f9f9f9;
}

.faq-section>h2 {
    text-align: center;
    padding-bottom: 60px;
    max-width: 50%;
    margin: auto;
    font-size: 2.7rem;
    line-height: 52px;
    font-weight: 600;
}

.accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px 10px 20px;
    justify-content: space-between;
}

.faq-accordion .accordion-item {
    border-radius: 12px;
    transition: .5s;
}

.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
    background-color: #2f2f2f66;
    filter: invert(1);
    display: none;
}

.faq-accordion .accordion-item .accordion-button::after {
    background-color: #2196f3;
    filter: invert(0);
    display: none;
}

.accordion-item.active {
    border: 2px solid #2196f3;
    transition: .5s;
}

.accordion-item.active .accordion-button:after {
    background-color: #0670db;
    filter: invert(0);
}

.need-attention .container {
    max-width: 1300px;
}

.scroll-wrapper {
    display: flex;
    width: 100%;
}

.scroll-left {
    min-width: 50%;
    color: #fff;
}

.scroll-left-inner {
    position: sticky;
    top: 100px;
    padding-right: 50px;
}

.scroll-left h2 {
    color: #fff;
    font-size: 2.7rem;
    line-height: 52px;
    font-weight: 600;
    padding: 10px 0px 15px 0px;
}

.scroll-left p {
    padding-top: 10px;
}

.scroll-left a {
    background: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}

.scroll-right {
    width: 100%;
}

.scroll-right-box {
    display: flex;
    background: #fff;
    padding: 40px 32px;
    border-radius: 10px;
    gap: 15px;
    margin-bottom: 20px;
}

.scroll-text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 8px;
}

.scroll-text a {
    color: #2196f3;
    font-weight: 500;
    font-size: 18px;
}

.scroll-icon {
    background: rgb(244, 246, 249);
    height: 110px;
    min-width: 110px;
    width: 110px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.need-attention {
    background: none !important;
}

.condition-hadding h4 {
    padding: 0;
    color: #000000ed;
}

.condition-hadding p {
    max-width: 54%;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #000;
}

.main-footer {
    background: #f5f5f5
}

.about-footer-content p {
    color: #000000;
}

.footer-social-links ul li a i {
    color: #000000;
}

.about-working-hour h3, .about-service-list h3, .footer-contact h3 {
    color: #000000;
}

.about-working-hour ul li {
    color: #000000;
}

.about-service-list ul li a {
    color: #000000;
}

.footer-info-box-content p {
    color: #000000;
}

.footer-info-box .icon-box img {
    filter: invert(1);
}

.footer-copyright-text p {
    color: #000000;
}

.footer-copyright {
    border-top: 1px solid #8a8a8a26;
}

.footer-links ul li a {
    color: #000000;
}

.our-scrolling-ticker {
    background-color: #2196f3;
}

.scrolling-content span {
    color: #ffffff;
}

.comprehensive-text>a {
    background-color: #2196f3;
    color: #fff;
    border-radius: 50px;
    padding: 25px 15px 25px 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.comprehensive-wrap {
    padding: 60px 0px;
    background-color: #f1f9ff;
}

.comprehensive-text>a span {
    background: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #2196f3;
    margin-left: 6px;
}

.comprehensive-text>a span iconify-icon {
    position: relative;
    top: 5px;
    font-size: 20px;
}

.testumanial-text {
    height: auto;
    width: 100%;
    padding-right: 0;
    text-align: center;
    max-width: 60%;
    margin: auto;
    padding-bottom: 40px;
}


.testumanial-text h4 {
    font-size: 2.7rem;
    line-height: 36px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
}

.testumanial-text p {
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}

.rating-top {
    display: flex;
    align-items: center;
}

.rating-top ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 6px;
}

.rating-top h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.rating-top ul li iconify-icon {
    font-size: 24px;
    color: #00b979;
}


.rating-right {
    padding-left: 18px;
}

.rating-top ul li {
    line-height: 14px;
}

.rating-right p {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.testimonials-wrapper {
    height: auto;
    width: 100%;
}

.testimonialstext {
    border: 2px solid #0670db;
    border-radius: 20px;
    padding: 24px;
    margin: 0px 15px;
}

.testimonialstext p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 20px 0px;
}

.testimonialstext h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
}

.testimonialstext h6 {
    color: #505050;
    font-weight: 500;
}

.testimonials-wrapper button {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(18, 18, 18, .15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(18 18 18);
    transition: all .5s;
    font-size: 0;
    position: absolute;
    top: calc(50% - 60px);
    left: -17px;
    background-color: #ffffff;
}

.testimonials-wrapper button.slick-next {
    left: inherit;
    right: -17px;
}

.testimonials-wrapper button iconify-icon {
    font-size: 30px;
}

.testimonials-wrapper button:hover {
    background-color: #2196f3;
    color: #fff;
}

.our-testimonial {
    padding: 60px 0px;
    background: #f9f9f9;
}

.section-title h3 {
    color: rgb(33 150 243);
    background-color: rgb(33 150 243 / 12%) !important;
}

.clinic-text {
    max-width: 65%;
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
}

.about-clinic {
    padding: 60px 0px 80px 0px;
    background: #f1f9ff;
}

.clinic-same-wrap {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.clinic-same-box {
    width: 50%;
    padding: 24px 24px 30px 30px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.clinic-same-box p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.clinic-same-box p span {
    background: #e4f2fe;
    color: #2196f3;
    padding: 7px 18px;
    border-radius: 50px;
}

.clinic-same-box p a {
    background: #2196f3;
    height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.clinic-same-box h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.clinic-same-wrap .clinic-same-box:nth-child(2) {
    padding: 0;
    overflow: hidden;
    height: auto;
    width: 100%;
    max-width: 50%;
    background: none;
}

.clinic-same-wrap .clinic-same-box:nth-child(2) video {
    height: 265px;
    width: 100%;
    border-radius: 20px;
}

.clinic-same-second {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
}

.health-box {
    width: 40%;
    background: #2196f31c;
    border-radius: 20px;
    text-align: center;
    padding: 60px;
    border: 1px solid #37a0f42e;
}

.health-box-2 {
    width: 60%;
}

.health-box-2 .clinic-same-box {
    width: 100%;
    height: 100%;
}

.health-box img {
    width: 100px;
    margin-bottom: 16px;
}

.health-box h3 {
    color: #2398f5;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
}

.Ab-clinic {
    background: #2196f3;
    padding: 30px 20px;
    border-radius: 20px;
}

.clinic-img {
    height: 90px;
    width: 90px;
    margin-bottom: 24px;
}

.clinic-img img {
    height: 100%;
    width: 100%;
}

.Ab-clinic p {
    color: #fff;
}

.Ab-clinic ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
    padding-top: 20px;
}

.Ab-clinic ul li {
    background: #d5d3d333;
    margin-top: 12px;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 17px;
    font-size: 15px;
}

.hero-counter {
    padding: 40px 0px;
}

.hero-content-footer {
    max-width: 85%;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
    border-radius: 20px;
}

.hero-counter-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    width: 48%;
}


.hero-cunter-img iconify-icon {
    font-size: 44px;
    color: #197bca;
}

.hero-cunter-text h3 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.hero-cunter-text p {
    text-align: left;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding-top: 34px;
}

ul.slick-dots li.slick-active {
    width: 28px;
    background: #000;
    height: 8px;
    transition: .5s;
}

ul.slick-dots li {
    height: 8px;
    width: 8px;
    background: #00000078;
    border-radius: 50px;
    transition: .5s;
}

ul.slick-dots li button {
    display: none;
}

.overview-section .overview-box-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.overview-section .overview-box-outer .overview-box {
    padding: 10px;
    border-radius: 8px;
    background: #fdfff4;
    border: 2px solid #f1f5de;
    width: calc(50% - 14px);
    margin: 0 7px 14px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 112px;
    transition: all .5s ease-in;
    transform: translateY(0);
}

.overview-section .overview-box-outer .overview-box .overview-text {
    padding: 0 10px;
    flex: 1;
}

.overview-section .overview-box-outer .overview-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #221e20;
    margin-bottom: 5px;
    line-height: 1.2;
}

.overview-section .overview-box-outer .overview-box p {
    font-size: 14px;
    line-height: 1.3;
    color: #221e20;
}

.overview-section .overview-box-outer .overview-box .overview-icon {
    min-width: 63px;
    max-width: 70px;
    width: auto;
}

.link-over {
    position: absolute !important;
    font-size: 0 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
}

.overview-section .overview-box-outer .overview-box:nth-child(2) {
    background: #edfaff;
    border: 2px solid #d1f1ff;
}

.overview-section .overview-box-outer .overview-box:nth-child(3) {
    background: #f8f7ff;
    border: 2px solid #e9e6ff;
}

.overview-section .overview-box-outer .overview-box:nth-child(4) {
    background: #fff6f4;
    border: 2px solid #f7e9e5;
}

.conter-main-TMS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    max-height: 248px;
    width: 48%;
}

.conter-box-border-TMS {
    background: linear-gradient(180deg, rgba(255, 0, 208, 0) 0%, #0670db 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    bottom: 0;
    flex: none;
    left: calc(50.00000000000002% - 1px / 2);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1;
}

.conter-box-border-2-TMS {
    background: linear-gradient(90deg, rgba(255, 0, 208, 0) 0%, #0670db 50.12392187964707%, rgba(255, 0, 208, 0) 100%);
    flex: none;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(49.50495049504953% - 1px / 2);
    z-index: 1;
}

.overview-section-wrappers {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.overview-section {
    width: 52%;
}

.section-row {
    margin-bottom: 20px;
}

.testimonialstext h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonialstext h3 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.testimonialstext h3 span {
    color: #0670db;
}

.testimonials-wrapper ul.slick-dots li {
    height: 12px;
    width: 12px;
    background-color: #0670db78;
}

.testimonials-wrapper ul.slick-dots li.slick-active {
    background-color: #0670db;
    ;
}

.active-slide {
    background-color: #0670db;
}

.testimonialstext.active-slide h4, .testimonialstext.active-slide h6, .testimonialstext.active-slide p, .testimonialstext.active-slide h3 span {
    color: #fff;
}

.main-menu ul li a {
    padding: 14px 12px;
}

.topbar-contact-info.right-link ul li a.location {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    margin-right: 15px;
}

.topbar-contact-info.right-link ul li a.location iconify-icon {
    padding-right: 6px;
    font-size: 17px;
}

.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: #2196f3;
}

.everything-box-TMS {
    height: auto;
    width: 100%;
    border-radius: 14px;
    margin-top: 30px;
    transition: all .09s ease;
    padding: 24px;
    position: relative;
    border: 1px solid #ddd;
}

.everything-box-TMS:hover {
    transform: scale(1.01);
    border-color: #30304599;
}

.everything-icon-TMS {
    display: inline-flex;
    align-items: center;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 12px;
    justify-content: center;
    background: #f1f9ff;
    border: 2px solid #e5f4ff;
    color: #2196f3;
}

.everything-icon-TMS iconify-icon {
    font-size: 24px;
}

.everything-text-TMS h4 {
    font-size: 20px;
    font-weight: 600;
}

.everything-box-TMS a.everything-arrow-TMS {
    font-size: 16px;
    padding: 5px 18px;
    line-height: 32px;
    margin-top: 15px;
}

.everything-text-TMS p {
    margin: 0;
    padding-top: 8px;
    line-height: 25px;
}

.show-section-wrapper {
    padding: 60px 0px;
    position: relative;
}

.show-section-wrapper .committed-text {
    text-align: center;
    max-width: 65%;
    margin: auto;
}

.show-section-wrapper .committed-text h3 {
    padding-bottom: 8px;
}

.blog-item {
    margin-bottom: 0;
}

.post-item-footer .readmore-btn::after {
    display: none;
}

.post-item-footer .readmore-btn {
    color: #2196f3;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-item-footer .readmore-btn iconify-icon {
    font-size: 20px;
}

.our-blog {
    padding: 60px 0px;
}

.accordion-header .accordion-button iconify-icon {
    background: #e8e8e8;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.accordion-item.active button iconify-icon {
    background: #37a0f4;
    color: #fff;
    transition: .5s;
}

.Clinic-content {
    height: auto;
    width: 100%;
    max-width: 50%;
}

.Clinic-content .section-title h2 {
    padding-bottom: 5px;
    line-height: 38px;
}

.topbar-contact-info.right-link {
    display: flex;
    align-items: center;
}

.main-menu .appointment-btn a {
    padding: 10px 20px 10px 20px;
    min-width: 195px;
}

.new-client-both-wraps {
    display: flex;
    width: 67%;
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
}



/* responsive code */

@media (max-width:1300px) {
    .new-client-img {
        max-width: 520px;
    }
}

@media (max-width:1230px) {
    .Ab-clinic ul li {
        padding: 6px 15px;
        font-size: 14px;
    }

    .Ab-clinic ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        color: #fff;
        padding-top: 0px;
    }

    .plus-bg-text a {
        top: 30px;
    }
}


@media (max-width:1200px) {

    .section-title h1 {
        font-size: 32px;
    }

    .hero-content {
        padding-left: 60px;
        padding-right: 110px;
    }

    .overview-section .overview-box-outer .overview-box {
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .overview-section .overview-box-outer .overview-box h4 {
        font-size: 19px;
    }

    .overview-section .overview-box-outer .overview-box p {
        margin: 0;
    }

    .overview-section .overview-box-outer .overview-box .overview-icon {
        min-width: 50px;
        max-width: 50px;
        width: auto;
        margin-bottom: 10px;
    }

    .app-hadding h3 {
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width:1080px) {
    .condition {
        padding: 40px 0px;
    }

    .committed-text h3, .comprehensive-text h3, .section-title h2, .condition-hadding h4, .clinic-text h3, .scroll-left h2, .faq-section>h2, .testumanial-text h4, .scroll-left h2 {
        font-size: 2rem;
        padding-bottom: 0px;
    }

    .condition-hadding p {
        max-width: 70%;
        padding: 0;
    }

    .different-right {
        grid-row-gap: 25px;
        padding: 30px 25px;
    }

    .defrent-text h4 {
        font-size: 22px;
    }

    .defrent-text p {
        padding-top: 0;
    }

    .defrent-icon {
        width: 55px;
        height: 55px;
    }

    .defrent-icon img {
        max-width: 26px;
    }

    .solution-counter-content h3 span, .solution-counter-content h3 {
        font-size: 42px !important;
    }

    a.learn {
        padding: 14px 28px;
        margin-top: 35px;
    }

    .about-clinic {
        padding: 40px 0px 50px 0px;
    }

    .scroll-right-box {
        padding: 28px;
    }

    .scroll-text h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .scroll-text a {
        font-size: 16px;
    }

    .scroll-text p {
        margin-bottom: 10px;
    }

    .scroll-icon {
        background: rgb(244, 246, 249);
        height: 90px;
        min-width: 90px;
        width: 90px;
        padding: 15px 20px;
    }

    .book-wrap h2.text-anime-style-2 {
        font-size: 42px;
        font-weight: 600;
    }

    .book-boxs h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .book-end ul li {
        font-size: 15px;
    }

    .book-boxs {
        padding: 30px;
        min-height: 356px;
    }

    .app-hadding h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .faq-wrap {
        padding: 40px 0px;
    }

    .faq-section>h2 {
        line-height: 42px;
        padding-bottom: 30px !important;
    }

    .our-testimonial {
        padding: 40px 0px;
    }

    .testumanial-text {
        max-width: 80%;
    }

    .testumanial-text p {
        padding-top: 10px;
    }

    .hero-content {
        padding: 0px 40px;
    }

    .hero-content .section-title ul li {
        padding-left: 10px;
        font-size: 14px;
    }

    .app-hadding {
        padding-right: 40px;
    }

    .app-img {
        width: 360px;
    }

    .new-client-img {
        max-width: 480px;
        margin-left: -17%;
    }

    .new-client-text h3 {
        font-size: 55px;
    }
}

@media (max-width:992px) {
    header.main-header {
        padding: 8px 0px;
    }

    .slicknav_btn {
        background-color: #2196f3;
        border-radius: 6px;
    }

    .hero-content .section-title ul {
        padding-bottom: 0;
    }

    .section-title h1 {
        font-size: 26px;
    }

    .hero-content .section-title p {
        font-size: 15px;
    }

    .solution-plan-content {
        margin-bottom: 25px;
    }

    .different-right {
        grid-row-gap: 38px;
    }

    .clinic-text {
        max-width: 100%;
    }

    .Ab-clinic {
        margin-top: 25px;
    }

    .everything-box-TMS {
        min-height: 206px;
    }

    .book-wrap h2.text-anime-style-2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 45px;
    }

    .book-boxs h4 {
        font-size: 20px;
    }

    .download a {
        font-size: 15px;
    }

    .app-hadding h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .app-hadding p {
        margin: 0;
        color: #000;
        font-size: 15px;
        padding-top: 10px;
    }

    .hero-content .section-title ul li {
        display: none;
    }

    .overview-section-wrappers {
        display: block;
    }

    .overview-section {
        width: 100%;
    }

    .conter-main-TMS {
        max-height: 320px;
        width: 100%;
        padding: 28px 0px;
    }

    .hero-counter-box {
        padding: 10px 0px;
    }

    .plus-bg-text p {
        padding-top: 10px;
        font-size: 14px;
    }

    .plus-bg-text a {
        padding: 7px 20px;
        top: 20px;
    }

    .testimonialstext p {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonialstext {
        padding: 20px;
    }

    .book-boxs {
        margin-bottom: 20px;
    }

    .hero .docter-img {
        min-width: 370px;
        width: 370px;
    }

    .hero.heronew {
        height: 370px;
        overflow: hidden;
    }

    .hero-wrap {
        height: 370px;
        overflow: hidden;
    }

    .satisfaction {
        max-width: 15rem;
        padding: 1.4rem 1rem;
    }

    .book-wrap {
        padding: 40px 0px 30px 0px;
    }

    .app-img {
        width: 310px;
    }

    .app-download-wrap {
        padding: 0px 0px 40px 0px;
    }

    .new-client-img {
        max-width: 390px;
    }

    .clinic-same-wrap .clinic-same-box:nth-child(2) video {
        object-fit: cover;
    }


    .hero-main-banner {
        height: 370px;
    }

}

@media (max-width:767px) {
    .pet-respon {
        width: 50%;
    }

    .committed-text {
        padding-top: 25px;
    }

    .scroll-wrapper {
        display: block;
    }

    .scroll-right {
        padding-top: 20px;
    }

    .clinic-same-box h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .app-img {
        display: none;
    }

    .docter-img {
        display: none;
    }

    .app-hadding {
        padding-right: 0px;
        max-width: 100%;
    }

    .main-app-wrapper {
        height: 280px;
    }

    .hero-content {
        padding: 0px 40px;
        max-width: 100%;
    }

    .show-section-wrapper {
        padding: 40px 0px;
        position: relative;
    }

    .show-section-wrapper .committed-text {
        max-width: 100%;
        padding-top: 0;
    }

    .new-client-main {
        display: block;
    }

    .new-client-both-wraps {
        width: 100%;
    }

    .plus-bg-wrap {
        margin-top: 28px;
        max-width: 100%;
    }

    .plus-bg-text a {
        top: 0;
    }

    .faq-section>h2 {
        max-width: 100%;
    }

    .footer-contact-details .footer-info-box {
        padding-left: 0;
    }
}

@media (max-width:576px) {
    .conter-main-TMS {
        margin-top: 12px;
    }

    .condition-hadding p {
        padding: 0;
        max-width: 100%;
        font-size: 14px;
    }

    .committed-text h3, .comprehensive-text h3, .section-title h2, .condition-hadding h4, .clinic-text h3, .scroll-left h2, .faq-section>h2, .testumanial-text h4, .scroll-left h2 {
        font-size: 1.7rem;
        padding-bottom: 5px;
        line-height: 36px;
    }

    a.learn {
        padding: 10px 24px;
        margin-top: 20px;
    }

    .health-box {
        padding: 18px;
    }

    .health-box h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .health-box img {
        width: 75px;
    }

    .new-client-text p {
        font-size: 16px;
        top: 0;
        align-items: baseline;
        flex-direction: column;
    }

    .new-client-text p a, .plus-bg-text a {
        padding: 5px 24px;
        border-radius: 50px;
        font-size: 15px;
        margin-top: 10px;
    }

    .blog-item {
        margin-top: 20px;
    }

    .solution-your-plan .section-title p {
        font-size: 16px;
    }

    .solution-counter-content h3 span, .solution-counter-content h3 {
        font-size: 30px !important;
    }

    .clinic-same-wrap {
        display: block;
    }

    .clinic-same-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .clinic-same-wrap .clinic-same-box:nth-child(2) {
        max-width: 100%;
    }

    .clinic-same-second {
        display: block;
    }

    .health-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .health-box-2 {
        width: 100%;
    }

    .clinic-same-box p {
        margin-bottom: 12px;
    }

    .book-wrap h2.text-anime-style-2 {
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
        max-width: 100%;
    }

    .section-title h1 {
        font-size: 24px;
    }

    .hero-content {
        padding: 0px 20px;
    }

    .hero-cunter-text h3 {
        font-size: 24px;
    }

    .hero-cunter-img iconify-icon {
        font-size: 26px;
    }

    .hero-counter-box {
        padding: 0px;
        margin-bottom: 15px;
        gap: 15px;
        flex-direction: column;
        align-items: baseline;
        padding-left: 35px;

    }

    .conter-main-TMS {
        gap: 10px;
    }

    .defrent-text h4 {
        font-size: 18px;
    }

    .video-box {
        display: none;
    }

    .scroll-right-box {
        padding: 24px;
        flex-direction: column-reverse;
    }

    .scroll-text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .scroll-icon {
        background: rgb(244, 246, 249);
        height: 70px;
        min-width: 70px;
        width: 70px;
        padding: 10px 16px;
    }
        .new-client-img {
        display: none;
    }
        .main-app-wrapper {
        height: auto;
        padding: 20px 0px;
    }
        .app-hadding h3 {
        font-size: 20px;
    }

}

@media (max-width:480px) {
    .committed-text h3, .comprehensive-text h3, .section-title h2, .condition-hadding h4, .clinic-text h3, .scroll-left h2, .faq-section>h2, .testumanial-text h4, .scroll-left h2 {
        font-size: 1.5rem;
        padding-bottom: 5px;
        line-height: 32px;
    }
    .download-button a img {
    max-width: 75px;
}
.download-button a {
    padding: 8px 18px;
    border-radius: 8px;
}

}