@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*Thin 100  ExtraLight 200 Light 300 Regular 400 Medium 500 SemiBold 600 Bold 700 ExtraBold 800 Black 900 */
@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Thin.eot');
    src: url('../fonts/IvyMode-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Thin.woff2') format('woff2'),
        url('../fonts/IvyMode-Thin.woff') format('woff'),
        url('../fonts/IvyMode-Thin.ttf') format('truetype'),
        url('../fonts/IvyMode-Thin.svg#IvyMode-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Light.eot');
    src: url('../fonts/IvyMode-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Light.woff2') format('woff2'),
        url('../fonts/IvyMode-Light.woff') format('woff'),
        url('../fonts/IvyMode-Light.ttf') format('truetype'),
        url('../fonts/IvyMode-Light.svg#IvyMode-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Regular.eot');
    src: url('../fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyMode-Regular.woff2') format('woff2'),
        url('../fonts/IvyMode-Regular.woff') format('woff'),
        url('../fonts/IvyMode-Regular.ttf') format('truetype'),
        url('../fonts/IvyMode-Regular.svg#IvyMode-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body { margin: 0; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #1C1E28; line-height: 24px; }
p { font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; color: #1C1E28; line-height: 24px; margin-bottom: 24px; opacity: 0.7; }
p:last-child { margin-bottom: 0; }

h1 { font-family: 'Ivy Mode'; font-size: 40px; line-height: 130%; font-weight: normal; margin-bottom: 20px; color: #432E20; }
h2 { font-family: 'Ivy Mode'; font-size: 38px; line-height: 130%; font-weight: normal; margin-bottom: 20px; color: #000; }
.font-light { color: #A12525; font-weight: 300; }

img { max-width: 100%; }
.container { max-width: 1294px; padding: 0 15px; }

a { transition: all 0.5s ease; text-decoration: none; }
a:hover { text-decoration: none; }
#content { padding-top: 109px;}
.header { border-bottom: 1px solid #EBEBEB; padding: 0 30px; background-color: #fff; position: fixed; left: 0; right: 0; width: 100%; top: 0; transition: 0.5s all ease-in-out; z-index: 1040; }
.header .header-row { display: flex; flex-wrap: wrap; align-items: center;  padding: 10px 0px 20px 0px; transition: all 0.5s ease; position: relative; }
.header.fixed .header-row { padding: 0px 0px 10px 0px; }
.header .menu-wrap { display: flex; }
.header .logo .mobile-logo { display: none; }
.mobile-nav-header { display: none;}
.navbar-nav { flex-direction: row; flex-wrap: wrap;  margin: 0; }
.navbar-nav > li { padding: 0px 14px; font-size: 14px; line-height: 22px; font-weight: 600; position: relative; letter-spacing: -0.4px; }
.navbar-nav > li > a { color: #1C1E28; padding: 10px 0px; display: inline-block; position: relative; }
.navbar-nav > li > a:hover { color: #857164; }
.navbar-nav > li.active > a { color: #857164; }
.navbar-nav > li.book-consultation-btn { padding: 0 0 0 25px; }

.btn-primary { border-radius: 7px; outline: none; border: 1px solid rgba(133,113,100,0.3); display: inline-block; font-size: 14px; line-height: 20px; color: #1C1E28 !important; font-weight: 500; letter-spacing: -0.4px; padding: 10px 16px !important; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active { background-color: #857164 !important; border-color: #857164; color: #fff !important; box-shadow: none !important; } 

.btn-secondary { display: inline-flex !important; align-items: center; gap: 6px; border-radius: 7px; outline: none; border: 1px solid #A12525; display: inline-block; background-color: #A12525; font-size: 14px; line-height: 20px; color: #fff !important; font-weight: 600; padding: 10px 18px !important; letter-spacing: 0; }
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active { background-color: #857164 !important; border-color: #857164; color: #fff !important; box-shadow: none !important; }

.btn-large { border-radius: 5px; outline: none; border: 1px solid #857164; display: inline-block; background-color: #857164; font-size: 18px; line-height: 28px; color: #fff; font-weight: 600; letter-spacing: 0.4px; padding: 20px 44px; }
.btn-large:hover,
.btn-large:focus,
.btn-large:active { background-color: #A12525 !important; border-color: #A12525; color: #fff !important; box-shadow: none !important; } 

.heading { margin-bottom: 50px; }
.heading h2 { margin-bottom: 10px; }
.heading p { font-size: 18px; line-height: 28px; }

.home-banner { padding: 46px 0; }
.home-banner .container { max-width: 1195px; }
.home-bannerrow { display: flex; flex-wrap: wrap; justify-content: space-between; }
.home-bannerrow .content-col { flex: 1; margin-top: 84px; }
.home-bannerrow .content-col p { font-size: 18px; line-height: 28px; max-width: 655px; margin-bottom: 32px; }
.home-bannerrow .content-col ul { padding: 0; margin-bottom: 40px;}
.home-bannerrow .content-col ul li { position: relative; padding-left: 35px; font-size: 18px; line-height: 30px; color: #000; list-style: none; }
.home-bannerrow .content-col ul li:before { position: absolute; content: ''; left: 0; top: 5px; background-image: url(../images/green-tickmark.svg); background-position: center center; background-repeat: no-repeat; width: 20px; height: 20px; }
.home-bannerrow .video-col { width: 100%; margin-left: 77px; max-width: 374px; height: 636px; border-radius: 8px; overflow: hidden; position: relative; }
.home-bannerrow .video-col > img { height: 100%; width: 100%; object-fit: cover; }
.home-bannerrow .video-col .play-icon { z-index: 9; position: absolute; display: inline-flex; left: 50%; top: 50%; height: 82px; width: 82px; transform: translate(-50%, -50%); transition: 0.3s all ease-in-out; opacity: 1; background-color: #D9D9D9; border-radius: 100px; align-items: center; justify-content: center; cursor: pointer; }
.home-bannerrow .video-col .play-icon:hover { background-color: #857164; }
.home-bannerrow .video-col .play-icon img { transition: all 0.5s ease; }
.home-bannerrow .video-col .play-icon:hover img { filter: brightness(0) invert(1); }

.patients-count { display: flex; align-items: center; font-size: 18px; line-height: 130%; color: #000000; font-family: 'Ivy Mode'; font-weight: normal; margin-top: 25px; gap: 14px; padding-left: 29px; }
.media-logos-section { margin-bottom: 78px; }
.media-logos-section .inner-col { border-bottom: 1px solid #BCBCBC; padding: 72px 0 25px 0; display: flex; flex-wrap: wrap; align-items: center; }
.media-logos-section .inner-col h3 { font-size: 28px; line-height: 1; margin: 0; font-weight: 500; color: #043F4A; width: 216px; }
.media-logos-section .inner-col .default-ticker { width: calc(100% - 216px); }
.media-logos-section .inner-col .default-ticker .image { height: 58px; align-items: center; display: flex; }
.default-ticker .js-ticker-item { padding: 0 18px;}

.therapy-content-section { background-color: #FAFBFC; padding: 98px 0; }
.therapy-content { max-width: 734px; margin: 0 auto; }
.therapy-content h6 { color: #A12525; opacity: 0.7; margin: 0 auto 42px auto; font-size: 20px; line-height: 28px; max-width: 473px; }
.therapy-content p { font-size: 18px; line-height: 28px; }

.card-section { padding: 94px 0 123px 0; }
.grid-row { padding-top: 17px; }
.grid-row .row { margin-left: -11px; margin-right: -11px; gap: 24px 0px; }
.grid-row .row [class*="col-"] { padding-left: 11px; padding-right: 11px; }
.grid-card { height: 100%; border-radius: 7px; border: 1px solid #D9D9D9; padding: 57px 45px 47px 45px; text-align: center; transition: all 0.5s ease; }
.grid-card .icon { transition: all 0.5s ease; background-color: #F4E6E6; margin: 0 auto 24px auto; width: 136px; height: 136px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.grid-card .icon img { transition: all 0.5s ease; }
.grid-card .content h6 { font-size: 18px; line-height: 28px; font-weight: 600; color: #000000; margin-bottom: 12px; }
.grid-card:hover { border-color: #857164; box-shadow: 0px 4px 0px #857164; }
.grid-card:hover .icon { background-color: #A12525; }
.grid-card:hover .icon img { filter: brightness(0) invert(1); }

.experience-section { padding: 80px 0; background-color: #FBF0DF; }
.experience-section .image-col { text-align: center; }
.experience-row { padding-top: 15px; }
.experience-row ul { display: flex; padding: 0; margin-bottom: 26px; }
.experience-row ul li { list-style: none; position: relative; padding-top: 14px; padding-right: 74px; border-top: 1px solid #B58E52; }
.experience-row ul li:before { position: absolute; content: ''; left: 0; top: -9px; width: 16px; height: 16px; border-radius: 30px; background-color: #B58E52; }
.experience-row ul li span { font-size: 16px; line-height: 24px; color: #000000; opacity: 0.4; display: inline-block; margin-bottom: 4px; font-weight: 400; }
.experience-row ul li p { font-size: 15px; line-height: 17px; color: #000000; opacity: 1; font-weight: 600; }
.experience-row ul li:last-child { text-align: right; padding-right: 0; }
.experience-row ul li:last-child:before { right: -1px; left: auto; }

.meet-eboo-section { padding: 102px 0 53px 0; background-color: rgba(251,240,223,0.3); }
.meet-eboo-section .heading h2 { margin-bottom: 20px; }
.meet-eboo-section .heading p { font-size: 22px; }
.meet-eboo-section .bottom-text { max-width: 930px; margin: 0 auto; text-align: center; }
.meet-eboo-section .bottom-text p { line-height: 28px; opacity: 1; }
.meet-eboorow { padding-top: 10px; margin-bottom: 86px; }
.eboo-card { height: 100%; padding-right: 50px; }
.eboo-card .icon { width: 93px; height: 93px; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 22px; background: linear-gradient(to right,  rgba(254,251,245,1) 0%,rgba(240,232,217,1) 100%); }
.eboo-card p { font-size: 22px; opacity: 1; color: #000000; line-height: 28px; padding-left: 14px; }

.achieving-section { padding: 100px 0px 90px 0px; }
.achieving-section .heading { margin-bottom: 33px;}
.achieving-section .heading h2 { color: #A12525; }
.achieving-row > .row { align-items: center; }
.achieving-row .image-col img { width: 100%; height: auto; }
.achieving-row .left-col { width: 100%; height: auto; }
.achieving-row .left-col .row { gap: 40px 0px; margin-bottom: 50px; }
.achieving-row .inner-col .icon { margin-bottom: 16px;}
.achieving-row .inner-col p { font-size: 20px; line-height: 130%; font-weight: 500; opacity: 1; }

.spectrum-section { background-color: #FAFBFC; padding: 80px 0; position: relative; overflow: hidden; }
.spectrum-section:before { position: absolute; content: ''; right: -130px; top: 50%; margin-top: -173px; width: 346px; height: 346px; background-image: url(../images/spectrum-shape.svg); background-position: center center; background-repeat: no-repeat; }
.spectrum-content { max-width: 750px; margin: 0 auto; text-align: center; }
.spectrum-content h2 { color: #A12525; max-width: 504px; display: inline-block;}
.spectrum-content ul { display: flex; flex-direction: column; gap: 14px 0px; padding: 12px 0 0 0; align-items: center; }
.spectrum-content ul li { list-style: none; background-color: #F4E6E6; border-radius: 28px; font-size: 16px; padding: 8px 25px 8px 40px; position: relative; }
.spectrum-content ul li:before { position: absolute; content: ''; left: 20px; top: 20px; width: 8px; height: 8px; background-color: #D65353; border-radius: 10px; }
.spectrum-content ul li p { line-height: 32px; }
.spectrum-content ul li p strong { font-weight: 700; }

.synergy-section { padding: 90px 0px 72px 0px; }
.synergy-content { max-width: 1108px; text-align: center; margin: 0 auto; }
.synergy-content h2 { font-weight: 300; }
.synergy-content .row { margin-left: -16px; margin-right: -16px; }
.synergy-content .row [class*="col-"] { padding-left: 16px; padding-right: 16px; margin-top: 6px; }
.synergy-card { height: 100%; background-color: #E6EEF4; border-radius: 27px; padding: 27px 22px 28px 28px; text-align: left; transition: all 0.5s ease; }
.synergy-card h6 { color: #1C1E28; opacity: 0.7; font-size: 18px; line-height: 32px; font-weight: 700; margin-bottom: 2px; }
.synergy-card .dots { width: 8px; height: 8px; border-radius: 10px; background-color: #D65353; margin-bottom: 34px; }
.synergy-card:hover { background-color: #dae6ef; box-shadow: 0px 4px 0px #acc7db, 0px 0px 0px 1px #acc7db; }

.about-slider-section { padding: 0px 0px 87px 0px; }
.about-slider-content { border-top: 1px solid #E1E4E7; text-align: center; padding-top: 63px; }
.about-slider-content h2 { font-weight: 100; max-width: 700px; text-align: center; display: inline-block; margin-bottom: 44px; }
.patient-testimonial { margin: 0 -10px; padding-bottom: 72px; }
.patient-testimonial .slide-item { padding: 0 10px; }
.patient-testimonial .slide-item .story-cover { position: relative; border-radius: 20px; overflow: hidden; }
.patient-testimonial .slide-item .story-cover .play-icon { z-index: 9; position: absolute; display: inline-flex; left: 50%; top: 50%; height: 56px; width: 56px; transform: translate(-50%, -50%); transition: 0.3s all ease-in-out; opacity: 1; background-color: #fff; border-radius: 100px; align-items: center; justify-content: center; cursor: pointer; }
.patient-testimonial .slide-item .story-cover .play-icon:before,
.patient-testimonial .slide-item .story-cover .play-icon:after { content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 50%; transform: translate(-50%, -50%) scale(1); opacity: 0; animation: wavePulse 2s ease-out infinite; }
.patient-testimonial .slide-item .story-cover .play-icon:after  { animation-delay: 0.5s; }
@keyframes wavePulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
.patient-testimonial .slide-item .story-cover .patient-img { width: 100%; height: 532px; position: relative; }
.patient-testimonial .slide-item .story-cover .patient-img:after { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.4); content: ''; }
.patient-testimonial .slide-item .story-cover .patient-img img { width: 100%; height: 100%; object-fit: cover; }
.patient-testimonial .slide-item .story-cover .video-embed-item { width: 100%; height: 532px; object-fit: cover; vertical-align: top; }
.patient-testimonial .slick-arrow { display: inline-flex; align-items: center; justify-content: center; text-align: center; width: 48px; height: 48px; background-color: #fff; border-radius: 100%; border: 1px solid #EFE7DF; outline: none;transition: all 0.5s ease; position: absolute; bottom: 0; top: auto; z-index: 10; font-size: 0px; background-position: center center; background-repeat: no-repeat; }
.patient-testimonial .slick-arrow:hover { background-color: #EFE7DF; }
.patient-testimonial .slick-arrow.slick-prev { background-image: url(../images/left-arrow-icon.svg); left: calc(50% - 58px); }
.patient-testimonial .slick-arrow.slick-next { background-image: url(../images/right-arrow-icon.svg); right: calc(50% - 58px); }

.testimonial-section { background-color: #FAFBFC; padding: 76px 0px 107px 0px; }
.testimonial-section .rate-img { margin-bottom: 13px; }
.testimonial-section .heading { margin-bottom: 32px; }
.testimonial-section .heading h2 { margin-bottom: 16px; }
.testimonial-inner { max-width: 1050px; margin: 0 auto; }
.testimonial-slider { margin: 0 -11px; }
.testimonial-slider .slick-track { display: flex; }
.testimonial-slider .slick-track .slick-slide { height: inherit; }
.testimonial-slider .slick-list { padding-bottom: 4px; }
.testimonial-slider .slide-item { padding: 0 11px; }
.testimonial-slider .testimonial-card { border: 1px solid #D9D9D9; padding: 36px 42px; border-radius: 7px; text-align: center; transition: all 0.5s ease; height: 100%; }
.testimonial-slider .testimonial-card:hover { border-color: #857164; box-shadow: 0px 4px 0px #857164; }
.testimonial-slider .testimonial-card p { font-size: 18px; line-height: 28px; }
.testimonial-slider .testimonial-card .icon { margin-bottom: 2px; }
.testimonial-slider .slick-arrow { display: inline-flex; align-items: center; justify-content: center; text-align: center; width: 48px; height: 48px; background-color: #fff; border-radius: 100%; border: 1px solid #EFE7DF; outline: none;transition: all 0.5s ease; position: absolute; bottom: -72px; top: auto; z-index: 10; font-size: 0px; background-position: center center; background-repeat: no-repeat; }
.testimonial-slider .slick-arrow:hover { background-color: #EFE7DF; }
.testimonial-slider .slick-arrow.slick-prev { background-image: url(../images/left-arrow-icon.svg); left: calc(50% - 58px); }
.testimonial-slider .slick-arrow.slick-next { background-image: url(../images/right-arrow-icon.svg); right: calc(50% - 58px); }

.package-section { padding: 72px 0px 48px 0px; background-color: rgba(245,240,235,0.3); }
.package-section h2 { color: #A12525; margin-bottom: 34px; }
.package-inner { max-width: 1038px; margin: 0 auto; text-align: center; }
.package-inner .row { margin-left: -8px; margin-right: -8px; }
.package-inner .row [class*="col-"] { padding-left: 8px; padding-right: 8px; }
.package-inner .note { text-align: center; padding-top: 40px; }
.package-inner .note p { font-size: 14px; }
.package-inner .note p strong { font-weight: 500; font-style: italic; }
.package-card { height: 100%; }
.package-card .package-innercol { background-color: #EFE7DF; transition: all 0.5s ease; height: calc(100% - 78px); border-radius: 7px; padding: 50px 25px 30px 25px; display: flex; flex-direction: column; align-items: center; }
.package-card .package-innercol .top-col { margin-bottom: 20px; }
.package-card .package-innercol .top-col .icon { margin-bottom: 30px; font-size: 54px; line-height: 130%; }
.package-card .package-innercol .top-col h6 { font-size: 20px; font-weight: 600; line-height: 130%; color: #1C1E28; margin-bottom: 6px; }
.package-card .package-innercol .top-col p { font-size: 14px; opacity: 0.6; max-width: 262px; display: inline-block; }
.package-card .package-innercol .bottom-col { margin-top: auto; }
.package-card .package-innercol .bottom-col .price { background-color: #DECBB8; border-radius: 10px; font-size: 16px; line-height: 24px; font-weight: 600; color: #000000; padding: 6px 22px; display: inline-block; }
.package-card .package-innercol .bottom-col .text { font-size: 12px; font-weight: 600; color: #000000; line-height: 130%; margin-bottom: 17px; }
.package-card:hover .package-innercol { background-color: #e5dcd3; box-shadow: 0px 3px 0px 1px #857164, 0px 0px 0px 1px #857164; }
.package-card .btn-row { padding-top: 24px; }
.package-card .btn-primary { color: #A12525 !important; line-height: 32px; font-weight: 600; font-size: 16px; padding: 10px 30px !important; }
.package-card .btn-primary:hover { color: #fff !important; }

.contactinfo-section { padding: 72px 0px 80px 0px; }
.contactinfo-innercol { max-width: 957px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 48px; }
.contactinfo-innercol .left-col { flex: 1; }
.contactinfo-innercol .left-col h2 { color: #A12525; margin-bottom: 40px; }
.contactinfo-innercol .left-col p { font-size: 20px; line-height: 34px; max-width: 450px; margin-bottom: 34px; }
.contactinfo-innercol .left-col ul { padding: 0; }
.contactinfo-innercol .left-col ul li { padding: 0; list-style: none; font-size: 20px; line-height: 34px; color: #24221F; }
.contactinfo-innercol .left-col ul li a { color: #24221F; text-decoration: underline; font-weight: 700; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.contactinfo-innercol .left-col ul li a:hover { color: #A12525; }
.contactinfo-innercol .right-formcol { border-radius: 20px; border: 1px solid rgba(133,113,100,0.2); padding: 30px 40px; flex: 0 0 405px; }
.contactinfo-innercol .right-formcol h4 { font-size: 24px; color: #24221F; font-weight: 600; line-height: 155%; opacity: 0.8; margin-bottom: 0; }
.contactinfo-innercol .right-formcol p { font-size: 14px; color: #24221F; font-weight: 400; line-height: 22px; opacity: 0.8; }

.footer { background-color: #EFE7DF; padding: 20px 0px 57px 0px; }
.footer .footer-rowone { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 33px; gap: 15px; }
.footer .footer-rowone .footer-nav { margin-left: auto; display: flex; }
.footer .footer-rowone .footer-nav ul { display: flex; flex-wrap: wrap; padding: 0; margin: 0; }
.footer .footer-rowone .footer-nav ul li { list-style: none; padding: 0px 14px; font-size: 14px; line-height: 22px; font-weight: 600; position: relative; letter-spacing: -0.4px; }
.footer .footer-rowone .footer-nav ul li a { color: #1C1E28; padding: 10px 0px; display: inline-block; position: relative; }
.footer .footer-rowone .footer-nav ul li a:hover { color: #857164; }
.footer .footer-rowone .footer-nav ul li.book-consultation-btn { padding: 0 0 0 34px; }

.footer .footer-rowtwo { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.footer .footer-rowtwo .col-left p { font-size: 15px; line-height: 34px; color: #24221F; opacity: 1; margin: 0; }
.footer .footer-rowtwo .col-left p a { color: #24221F; text-transform: uppercase; text-decoration: underline; font-weight: 700; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.footer .footer-rowtwo .col-right p { font-size: 16px; line-height: 34px; color: #24221F; opacity: 1; margin: 0; text-align: right; }
.footer .footer-rowtwo .col-right p a { color: #24221F; text-decoration: underline; font-weight: 600; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.footer .footer-rowtwo .col-left p a:hover,
.footer .footer-rowtwo .col-right p a:hover { color: #A12525; }
.footer .footer-rowone .footer-logo .footer-mobile-logo { display: none; }


.call-btn { right: 20px; bottom: 20px; z-index: 111; display: flex; justify-content: center; align-items: center; position: fixed; width: 75px; height: 75px; background-color: #A12525; border-radius: 100px; }
.call-btn img { width: 24px; height: 24px; }
.call-btn:before,
.call-btn:after { content: ''; position: absolute; top: 50%; left: 50%; width: 70%; height: 70%; border: 1px solid #A12525; border-radius: 50%; transform: translate(-50%, -50%) scale(1); opacity: 0; animation: wavePulse 2s ease-out infinite; }
.call-btn:after  { animation-delay: 0.5s; }
@keyframes wavePulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}



/* Responsive Style Start 
-------------------------------------------------- */
@media (min-width: 992px) {
    .header-navigation { display: flex !important; margin-left: auto; margin-top: 10px; }
    .header .hamburger { display: none; }
    .navbar-nav > li:last-child { padding-right: 0;}
    .header .mobile-btn { display: none; }
    .navbar-nav > li.email { display: none; }
    .navbar-nav > li.phone-number { padding-right: 0; }
    .footer .footer-rowone .footer-nav ul li:last-child { padding-right: 0; }
    .footer .footer-rowone .footer-nav ul li:first-child { padding-left: 34px; }
}

@media (max-width: 1199px) {
    #content { padding-top: 95px; }
    .header { padding: 0 15px; }
    .navbar-nav > li.book-consultation-btn { padding: 0 0 0 15px; }
    .header .logo { width: 200px; }
    .header .logo img { height: 64px; }
    .navbar-nav > li { padding: 0px 8px; font-size: 13px; }
    .navbar-nav > li .btn-primary,
    .navbar-nav > li .btn-secondary { padding: 10px !important; }
    .home-bannerrow .content-col { margin-top: 40px;}
    .home-bannerrow .video-col { margin-left: 40px; }
    .grid-card { padding: 40px 30px; }
    .experience-row ul li { padding-right: 20px; }
    .eboo-card { padding-right: 0; }
    .synergy-content .row { margin-left: -15px; margin-right: -15px; }
    .synergy-content .row [class*="col-"] { padding-left: 15px; padding-right: 15px; margin-top: 0px; }
    .synergy-card { padding: 25px 20px; }
    .testimonial-slider .testimonial-card { padding: 30px 20px; }
    .package-card .package-innercol { padding: 30px 20px; }
    .footer .footer-rowone .footer-logo { width: 200px; }
    .footer .footer-rowone .footer-logo img { height: 64px; }
    .footer .footer-rowone .footer-nav ul li { padding: 0px 8px; font-size: 13px; }
    .footer .footer-rowone .footer-nav ul li.book-consultation-btn { padding-left: 15px; }
    .footer .footer-rowone .footer-nav ul li .btn-primary,
    .footer .footer-rowone .footer-nav ul li .btn-secondary { padding: 10px !important; }
}

@media (max-width: 991px) {
    .hamburger { display: inline-block; cursor: pointer; position: absolute; left: 0px; bottom: 26px; z-index: 1; border: 0; margin: 0; overflow: visible; width: 32px; height: 32px; transition: all 0.5s ease; padding: 0px; }
    .hamburger .hamburger-inner { display: block; top: 50%; margin-top: -1px; transition-duration: .075s; transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:before,
    .hamburger .hamburger-inner:after { width: 22px; height: 2px; border-radius: 0; position: absolute; }
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:before,
    .hamburger .hamburger-inner:after { background-color: #E61414; content:""; display: block; }
    .hamburger .hamburger-inner:before { top: -7px; }
    .hamburger .hamburger-inner:after { bottom: -7px; }
    .hamburger .hamburger-inner:before { transition: top .075s .12s ease,opacity .075s ease; }
    .hamburger .hamburger-inner:after { transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19); }
    .nav-open { overflow: hidden; }
    .nav-open .hamburger .hamburger-inner:after { bottom: 0; transform: rotate(-90deg); transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215,0.61,0.355,1); }
    .nav-open .hamburger .hamburger-inner:before { top: 0; opacity: 0; transition: top .075s ease,opacity .075s .12s ease; }
    .nav-open .hamburger .hamburger-inner { transform: rotate(45deg); transition-delay: .12s; transition-timing-function: cubic-bezier(0.215,0.61,0.355,1); }
    .header-navigation { display: block; position: fixed; transition: all 0.5s ease; left: -100%; padding: 0; top: 0; background-color: #fff; z-index: 111; overflow: auto; height: 100%; width: 100%;  }
    body.nav-open .header-navigation { left: 0; }
    
    #content { padding-top: 121px; }
    .navbar-nav { flex-direction: column; justify-content: center; flex: 1; }
    .navbar-nav > li { font-size: 25px; padding: 20px 0px; text-align: center; }
    .navbar-nav > li > a { color: #1C1E28; padding: 0; }
    .navbar-nav > li > a:hover,
    .navbar-nav > li.active > a { color: #857164; }
    .navbar-nav > li.book-consultation-btn { padding: 10px 0px; display: none; }
    .navbar-nav > li .btn-secondary { font-size: 18px; line-height: 30px; gap: 8px; padding: 11px 34px !important; }
    .navbar-nav > li .btn-secondary img { width: 18px; }
    .navbar-nav > li.email { font-size: 16px; padding: 6px 0;}
    .navbar-nav.navbar-nav-mobile { margin-top: auto; padding-bottom: 80px; flex: inherit; } 
    .header .header-row { padding: 25px 0px 20px 25px; justify-content: space-between; }
    .header.fixed .header-row { padding: 20px 0px 20px 25px; }
    .header .logo { width: 157px; }
    .header .logo .mobile-logo { display: block;}
    .header .logo .mobile-logo img { height: 50px;}
    .mobile-nav-header { position: relative; display: flex; justify-content: center; align-items: center; padding: 50px 20px 20px 20px; border-bottom: 1px solid #EBEBEB; }
    .mobile-nav-header .nav-close { position: absolute; left: 20px; top: 62px; }
    .header .desktop-logo { display: none; }
    .header .menu-wrap { flex-direction: column; height: calc(100% - 121px); padding: 20px; overflow: auto; }
    .home-bannerrow .content-col { margin-top: 0; }
    .home-bannerrow .video-col { max-width: 300px; margin-left: 20px; }
    .grid-card { padding: 30px 20px; }
    .experience-row ul li { width: 12.5%; flex: 1; }
    .experience-row ul li p { font-size: 10px; }
    .experience-row ul li span { font-size: 12px; }
    .meet-eboorow .row { gap: 30px 0; }
    .achieving-row > .row { gap: 30px; }
    .package-card .btn-primary { padding: 10px 15px !important; }
    .contactinfo-innercol .right-formcol { padding: 30px; flex: 0 0 350px; }
    .footer .footer-rowone .footer-nav { margin-left: 0; }
    .footer .footer-rowone .footer-nav ul li:first-child { padding-left: 0; }
}

@media (max-width: 767px) {
    h1 { font-size: 32px; }
    h2 { font-size: 32px; }
    .container { padding: 0 20px; }
    .header { padding: 0 20px; }
    .heading,
    .achieving-section .heading { margin-bottom: 30px; }
    .home-banner { padding: 30px 0 43px 0; }
    .home-bannerrow { gap: 30px; flex-direction: column-reverse; }
    .home-bannerrow .video-col { max-width: 100%; margin-left: 0; padding-top: 56%; /*height: auto;*/ }
    .home-bannerrow .video-col > img { position: absolute; left: 0; top: 0; }
    .home-bannerrow .content-col { width: 100%; flex: auto; }
    .home-bannerrow .content-col p { max-width: 100%; font-size: 16px; margin-bottom: 24px; }
    .home-bannerrow .content-col ul { margin-bottom: 22px; }
    .home-bannerrow .content-col ul li { font-size: 14px; }
    .home-bannerrow .content-col .btn-large { padding: 12px; display: block; text-align: center; }
    .home-bannerrow .content-col .patients-count { margin-top: 20px; padding: 0; justify-content: center; }
    .home-bannerrow .video-col .play-icon { height: 60px; width: 60px; }
    .media-logos-section { margin-bottom: 57px; }
    .media-logos-section .inner-col { padding: 47px 0 24px 0; }
    .media-logos-section .inner-col h3 { width: 100%; text-align: left; font-size: 18px; margin-bottom: 20px; }
    .media-logos-section .inner-col .default-ticker { width: 100%; display: flex; flex-wrap: wrap; gap: 10px 0px; }
    .media-logos-section .inner-col .default-ticker .image { width: 50%; }
    .therapy-content-section { padding: 75px 0; }
    .therapy-content h6 { margin-bottom: 20px; }
    .therapy-content p { font-size: 16px;}
    .card-section { padding: 77px 0 80px 0; }
    .grid-card { padding: 50px 20px 40px 20px; }
    .grid-slider { padding-bottom: 64px; }
    .grid-slider .slick-arrow { display: inline-flex; align-items: center; justify-content: center; text-align: center; width: 48px; height: 48px; background-color: #fff; border-radius: 100%; border: 1px solid #EFE7DF; outline: none;transition: all 0.5s ease; position: absolute; bottom: 0; top: auto; z-index: 10; font-size: 0px; background-position: center center; background-repeat: no-repeat; }
    .grid-slider .slick-arrow:hover { background-color: #EFE7DF; }
    .grid-slider .slick-arrow.slick-prev { background-image: url(../images/left-arrow-icon.svg); left: calc(50% - 58px); }
    .grid-slider .slick-arrow.slick-next { background-image: url(../images/right-arrow-icon.svg); right: calc(50% - 58px); }
    .grid-card .icon { width: 120px; height: 120px; }
    .grid-card .icon img { max-width: 68px; max-height: 68px; }
    .grid-card .content h6 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
    .grid-card .content p { font-size: 14px; line-height: 22px; }
    .grid-card:hover { box-shadow: 0px -4px 0px 0px #857164 inset; }


    .grid-row { padding-top: 0; }
    .experience-section { padding: 50px 0 30px 0; }
    .experience-section .image-col { flex: 1; }
    .experience-content { display: flex; gap: 30px; flex-direction: column-reverse; }
    .experience-row { flex: 0 0 200px; padding: 0; }
    .experience-row ul { flex-wrap: wrap; margin-bottom: 0; }
    .experience-row ul li { width: 50%; flex: auto; padding: 22px 10px 40px 0px; border-top-color: #417976; }
    .experience-row ul li p { font-size: 15px; }
    .experience-row ul li:after { position: absolute; content: ''; left: 8px; top: 5px; width: 1px; height: 100%; background-color: #417976; }
    .experience-row ul li:before { top: -9px; background-color: #FF4848; }
    .experience-row ul li span { line-height: 24px; font-size: 16px; opacity: 0.8; }
    .experience-row ul li:last-child { text-align: left; }
    .experience-row ul li:last-child:before { left: 0; }
    .experience-row ul li:last-child:after { display: none; }
    .experience-row ul li:nth-child(odd) { width: 56%; }
    .experience-row ul li:nth-child(odd):after { opacity: 0; }
    .experience-row ul li:nth-child(even) { width: 44%; }
    .experience-row ul li:nth-child(even):after { left: auto; right: 0; top: 0px; }
    .meet-eboo-section { padding: 50px 0; }
    .meet-eboo-section .heading p { font-size: 18px; }
    .meet-eboo-section .heading h2 { margin-bottom: 10px; }
    .meet-eboorow { margin-bottom: 50px; }
    .meet-eboorow .row { gap: 16px 0; }
    .eboo-card { display: flex; align-items: center; }
    .eboo-card p { font-size: 18px; padding-left: 24px; }
    .eboo-card .icon { width: 75px; height: 75px; flex: 0 0 75px; margin: 0; }
    .eboo-card .icon img { max-height: 60px; max-width: 54px; }
    .achieving-section { padding: 50px 0px; }
    .achieving-row .left-col .row { gap: 20px 0px; margin-bottom: 30px; }
    .achieving-row .inner-col { display: flex; align-items: center; gap: 25px; }
    .achieving-row .inner-col p { font-size: 18px; }
    .achieving-row .inner-col .icon { margin-bottom: 0; flex: 0 0 60px; width: 60px; height: 60px; }
    .achieving-row .inner-col .icon img { height: 60px; width: 60px; }
    .achieving-row > .row { gap: 40px; flex-direction: column-reverse; }
    .synergy-section { padding: 50px 0px; }
    .spectrum-section { padding: 50px 0; }
    .spectrum-section:before { right: -185px; }
    .synergy-card { padding: 25px; }
    .synergy-content .row { gap: 15px 0px; }
    .about-slider-content { padding-top: 50px; }
    .about-slider-content h2 { margin-bottom: 30px; }
    .testimonial-section { padding: 50px 0px 90px 0px; }
    .about-slider-section { padding: 0px 0px 50px 0px; }
    .package-section { padding: 50px 0px; }
    .package-inner .row { gap: 40px; }
    .package-card .btn-row { padding-top: 24px; }
    .package-card .package-innercol { height: auto; padding: 20px; min-height: 357px; }
    .package-inner .note { padding-top: 30px; }
    .package-card .btn-primary { padding: 10px 30px !important; }
    .package-card .package-innercol .top-col p { max-width: 100%; }
    .contactinfo-innercol { gap: 30px; }
    .contactinfo-innercol .right-formcol { padding: 20px; flex: 0 0 100%; }
    .contactinfo-innercol .left-col { flex: auto; }
    .contactinfo-innercol .left-col p { max-width: 100%; line-height: 24px; font-size: 18px; margin-bottom: 15px; }
    .contactinfo-innercol .left-col h2 { margin-bottom: 20px; }
    .contactinfo-innercol .left-col ul li { font-size: 18px; }
    .contactinfo-section { padding: 50px 0px; }
    .footer { padding: 40px 0px 60px 0px; }
    .footer .footer-rowone { margin-bottom: 15px; }
    .footer .footer-rowtwo { flex-direction: column-reverse; gap: 60px 0px; }
    .footer .footer-rowtwo .col-right p,
    .footer .footer-rowtwo .col-left p { text-align: center; }
    .footer .footer-rowtwo .col-right,
    .footer .footer-rowtwo .col-left { width: 100%; }
    .footer .footer-rowone .footer-nav { width: 100%; flex-wrap: wrap; }
    .footer .footer-rowone .footer-nav ul { margin: 0; width: 100%; }
    .footer .footer-rowone .footer-nav ul li { width: 50%; padding: 5px 0; font-size: 14px; }
    .footer .footer-rowone .footer-nav ul li a { padding: 0; }
    .footer .footer-rowone .footer-nav ul li.book-consultation-btn,
    .footer .footer-rowone .footer-nav ul li.phone-number { padding: 5px 0; }
    .footer .footer-rowone .footer-nav ul.footer-navbar-btn { margin-top: 20px;}
    .footer .footer-rowone .footer-logo { width: 100%; text-align: center; }
    .footer .footer-rowone .footer-logo .footer-desktop-logo { display: none; }
    .footer .footer-rowone .footer-logo .footer-mobile-logo { display: inline-block; width: 242px; height: 76px; }
    .footer .footer-rowone .footer-nav ul li .btn-primary,
    .footer .footer-rowone .footer-nav ul li .btn-secondary { padding: 10px 16px !important; }
    .footer .footer-rowone .footer-nav ul li .btn-secondary { gap: 10px; }
    .spectrum-content ul li p { text-align: left; }
    .testimonial-slider .slide-item { padding: 6px 11px; }
}

@media (max-width: 575px) {
    .experience-row { flex: 0 0 100%; }
    .experience-row ul { margin-bottom: 0; }
    .experience-content { flex-wrap: wrap; }
    .experience-section .image-col { flex: auto; }
    .testimonial-slider .testimonial-card { height: auto; }
    .testimonial-slider .slick-track .slick-slide { height: fit-content; }
    .testimonial-slider .testimonial-card:hover { box-shadow: 0px -4px 0px 0px #857164 inset;}
}
/* Responsive Style End
-------------------------------------------------- 


