/*
Theme Name: Hno Pho Child
Theme URI: https://aqlix.com/
Template: hno-pho
Author: Aqlix Developers
Author URI: https://aqlix.com/
Description: Custom theme Development By Aqliq Development Team
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1765179205
Updated: 2025-12-08 07:33:25

*/
:root {
  --main-color: #DD2038;     
  --secondary-color: #203A51;
  --main-font: 'Plus Jakarta Sans', sans-serif;
  --secondary-font: 'Inter Tight', sans-serif;

}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
   scroll-behavior: auto !important;
}
body{
	  font-family: var(--main-font);
}
img{ 
   max-width: 100%;
   height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
button: { 
outline: 0;
}
p {
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 400;
    color: #203A51;
    line-height: 1.5;
}
P:last-child{
	margin-bottom: 0;
}
h1{ 
font-family: var(--secondary-font);
font-weight: 400;
font-size: 48px;
line-height: 56px;
letter-spacing: 0;
}
h2 { 
font-family: var(--secondary-font);
font-weight: 400;
font-size: 42px;
line-height: 46px;
letter-spacing: 0;
}
h2 span { 
font-family: var(--secondary-font);
font-weight: 500;
}
.theme-color {  
	color: var(--main-color);
}
.theme-bg {
	background: var(--main-color);
} 
.b-radius { 
border-radius: 25px;
}
.mb-70 {
	margin-bottom: 70px;
}
.top-header {
    background: var(--secondary-color);
    color: #ffffff;
}
.site-container {
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 80%;
    padding: 0;
}
.full-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 7px 0;
}
.top-header-info {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.top-header-info a {
    color: #ffffff;
    font-size: 14px;
	font-weight: 400;
  font-family: var(--main-font);
    line-height: 1;
}

span.divider-line {
    background: #ffffff;
    width: 1px;
}
.big-text {
    color: #E4F3FC;
    font-size: 150px;
    line-height: 164px;
    font-family: var(--secondary-font);
    font-weight: 400;
}
.lang-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
     font-family: var(--main-font);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}   

.brand-logo {
    max-width: 180px;
}
.main-header {
    padding: 42px 0;
}
.navbar-header {
    display: flex;
    justify-content: end;
    gap: 70px;
}
.navbar-header a {
    font-family: var(--main-font);
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.head-button a {
		border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #ffffff;
    padding: 7px 19px;
    line-height: 1;
    border-radius: 5px;
}

.head-button a:hover{
	border: 1px solid var(--main-color);
	 background: transparent;
	color:  var(--main-color);
}
section.hero-banner {
    background: url(/wp-content/uploads/2025/12/hero-bg-scaled.jpg) no-repeat;
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
       background-position: bottom;
}
section.hero-banner:before {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background: url(/wp-content/uploads/2025/12/Frame-3.png)no-repeat;
	    background-size: cover;
}
section.hero-banner:after {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
	opacity: 0.9;
}
section.hero-banner .site-container {
    position: relative;
    height: 100%;
}
.hero-info {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    justify-content: space-between;
}
.hero-model {
    position: absolute;
    max-width: 868px;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.hero-info-tags {
    width: 50%;
    position: relative;
	height: 100%;
}
.hero-text {
    width: 50%;
}
.hero-text {
    text-align: right;
}
.hero-info {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    justify-content: space-between;
    padding: 0 5%;
}
.hero-text p {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 20px;
    max-width: 486px;
    margin-left: auto;
    color: #203A51;
    line-height: 1.2;
    margin-bottom: 54px;
}
.site-button a {
    border: 1px solid var(--main-color);
    padding: 7px 19px;
    line-height: 1;
    border-radius: 5px;
    color: var(--main-color);
    font-size: 20px;
    font-family: var(--main-font);
}

.site-button a:hover{
	color: #ffffff;
	background: var(--main-color);
}
.site-button.white-btn a {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.site-button.white-btn a:hover {
    background: #ffffff;
	color: #203A51;
    border: 1px solid #ffffff;
}
.site-button.fill-btn a {
	background: var(--main-color);
	color: #ffffff;
} 
.site-button.fill-btn a:hover {
	background: transparent;
	color:var(--main-color);
}
.inof-variation {
    font-size: 24px;
    line-height: 25px;
    font-family: 'Inter Tight';
    color: #203A51;
}
.inof-variation {
	position: absolute;
	    width: 100%;
		right: 0; 
}
.inof-variation.var-one {
    top: 48%;
    transform: translateY(-48%);
    max-width: 357px;
    right: 143px;
}
.inof-variation.var-two {
    top: 60%;
    transform: translateY(-60%);
    right: -1%;
}
.inof-variation.var-three {
    top: 74%;
    transform: translateY(-74%);
    max-width: 580px;
	right: -1%;
}
.bottom-line {
    width: 100%;
    background: #6896B5;
    height: 1px;
    margin-top: 10px;
    position: relative;
}
.bottom-line:before {
    content: '';
    background: #6896B5;
    width: 100%;
    max-width: 190px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
.bottom-line:after {
    content: '';
    background: #203A51;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
	    outline: 4px solid rgb(221 32 56 / 35%);
}
.inof-variation span {
    font-weight: 600;
}
/* test animation */
.bottom-line:after {
    width: 0;
    height: 0;
    outline: 0;
    animation: dotPop 1s ease-in-out forwards; /* play once and keep final state */
}

@keyframes dotPop {
    0% {
        width: 0;
        height: 0;
        outline: 0;
    }
    50% {
        width: 7px;
        height: 7px;
        outline: 4px solid rgb(221 32 56 / 35%);
    }
    100% {
        width: 7px;   
        height: 7px;
        outline: 4px solid rgb(221 32 56 / 35%);
    }
}

.bottom-line {
    transform: scaleX(0);
    transform-origin: right;   
    animation: lineGrowRightToLeft 1s ease forwards;
}

@keyframes lineGrowRightToLeft {
    0% {
        transform: scaleX(0);   
    }
    100% {
        transform: scaleX(1);   
    }
}
.inof-text {
    opacity: 0;              
    transform: scale(0);     
    display: inline-block;   
    animation: textZoom 0.5s ease forwards; 
    animation-delay: 1s; 
}

@keyframes textZoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.bottom-line:before {
    width: 0;             
    animation: barGrow 0.6s ease forwards; 
}

@keyframes barGrow {
    0% {
        width: 0;
    }
    100% {
        width: 190px;
    }
}
/* test animation end  */
section.after-banner {
    position: relative;
    background: url(/wp-content/uploads/2025/12/Frame-4.png) no-repeat;
    background-size: cover;
    padding: 122px 0;
    position: relative;
    margin-top: -110px;
    z-index: 9;
}
.after-logo {
    text-align: center;
}
.justify {
    justify-content: space-between;
}
section.about-team .section-intro {
    margin-bottom: 70px;
}
.abt-tag {
    background: linear-gradient(0deg, #DD2038 -904.26%, #FFFFFF 112.77%);
    border: 1px solid #FFE0E4;
    border-radius: 5px;
    display: inline-block;
    font-family: var(--main-font);
    font-size: 18px;
    line-height: 1;
    color: var(--main-color);
    padding: 12px 10px;
    margin: 0 24px 24px 0;
}
.about-tags {
    margin-bottom: 52px;
}
.section-intro h2 {
    margin-bottom: 20px;
}
.section-intro small span {
    width: 32px;
    height: 2px;
    background: #203A51;
    display: inline-block;
    border-radius: 5px;
}
.section-intro small {
    color: #203A51;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
	gap: 5px;
}
.another-drs {
    margin-top: 36px;
}
.dr-image {
    margin-bottom: 35px;
}
section.about-team .another-drs  .section-intro {
    margin-bottom: 35px;
}
section.about-team {
    padding: 60px 0 118px;
}
section.about-services {
    position: relative;
    padding: 97px 0 165px;
    background: linear-gradient(187.83deg, #FFFFFF 18.74%, #F3F7FA 37%, #E8F8FF 70.92%, #FFFFFF 91.79%);
    border-radius: 43px;
}
.circle-inner {
    background: linear-gradient(187.83deg, #FFFFFF 11.29%, #F3F7FA 26.94%, #DBF4FF 70.73%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    box-shadow: inset 0px 8px 20px 0px #D3EFFB;
}
.big-text {
    margin-bottom: 50px;
}
.c-name h3 {
    color: #203A51;
    font-size: 22px;
    line-height: 21px;
    font-weight: 500;
    font-family: var(--main-font);
}
.c-text p {
    color: #6896B5;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--main-font);
    font-weight: 500;
    max-width: 75%;
    margin: 0 auto;
}
.c-name h3 {
    margin: 30px 0 20px;
}
.c-icon img {
    max-width: 50px;
}
section.about-ent {
    position: relative;
    background: linear-gradient(187.83deg, #FFFFFF 11.01%, #FFF9FA 27.49%, #FFEBEE 46.14%, #FFFFFF 87.12%);
    padding: 50px 0 222px;
	border-radius: 45px;
}
section.about-ent .big-text {
    color: #FFEFF2;
}
.feature-icon img {
    max-width: 52px;
}
.features-box {
    display: flex;
    gap: 15px;
}
.feature-text h4 {
    color: var(--main-color);
    font-size: 22px;
    line-height: 21px;
    margin-bottom: 13px;
    font-family: var(--main-font);
    font-weight: 500;
}
.feature-divider {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #EFBFC5;
	margin-bottom: 13px;
}
.feature-divider:before {
    content: '';
    background: #EFBFC5;
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 5px;
    max-width: 249px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.features-box {
    max-width: 415px;
    margin-bottom: 82px;
}
.feature-text p {
    color: #203A51;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
     font-family: var(--main-font);
}
.features-box.bottom-magin {
    margin-bottom: 0;
}
.row.two-columns-ro
 {
    margin-top: 1.5rem;
}
img.round-images {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
}
.prot-images {
    position: relative;
    margin: 18px 0 29px;
}
.compleat-prot {
    margin-top: 1.5rem;
    height: 100%;
    max-height: 400px;
    padding: 78px 80px;
}
.compleat-prot h3 {
    font-family: Inter Tight;
    font-weight: 400;
    font-style: Italic;
    font-size: 34.19px;
    line-height: 42.98px;
    letter-spacing: 0;
	   color: var(--main-color);
}
.compleat-prot p {
    font-family: var(--main-font);
    font-weight: 400;
    font-style: Italic;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #4A4A4A;
}
img.round-images.ro-two {
    position: relative;
    left: -12px;
}
img.round-images.ro-three {
    position: relative;
    left: -24px;
}
section.booking-band {
    padding: 215px 0 215px;
}
.band-wrapper { 
    background: url(/wp-content/uploads/2025/12/822c5624594df3062710627330093ee6aba5c65e.jpg) no-repeat;
    background-size: cover;
    padding: 121px 140px 121px 135px;
    position: relative;
    background-position: center;  
	overflow: hidden;
}
.band-wrapper:after {
    content: '';
    background: #203A51;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 94%;
}
.band-text {
    position: relative;
    z-index: 3;
}
.doctolib-area p {
    color: #ffffff;
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0;
}
.doctolib-logo {
    margin-bottom: 40px;
}
.band-text {
    position: relative;
    z-index: 3;
}

.doctolib-area p {
    color: #ffffff;
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0;
}

.doctolib-logo {
    margin-bottom: 40px;
}

.doctolib-text {
    position: relative;
    padding-left: 87px;
}

.doctolib-text p {
    color: #ffffff;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 75px;
}
.doctolib-text:before {
    content: '';
    background: #ffffff;
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 5px;
}
#outputImg, #outputText {
    transition: opacity 0.3s ease;
}
.h-tab-name {
    cursor: pointer;
    display: flex;
    gap: 35px;
	    margin-bottom: 40px;
}
.name-tab {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 0;
    color: #6896B5;
}
.h-tab-name:hover .name-tab { 
   color: #203A51;
}
.h-tab-name.active .name-tab { 
   color: #203A51;
}
.tab-count span {
    display: inline-block;
    border-radius: 5px;
    background: #6896B5;
    width: 3px;
	max-height: 29px;
    height: 100%;
}
.tab-count span:nth-child(odd) {
	max-height:21px;
}
.h-tab-name.active .tab-count span {
    background: var(--main-color);
}
.h-tab-name:hover .tab-count span {
    background: var(--main-color);
}
.tab-count {
    display: flex;
    gap: 3px;
    align-items: end;
    padding-bottom: 8px;
}
.output-img {
    margin-bottom: 32px;
}
.output-img img {
	width: 100%;
	border-radius: 25px;
}
.output-cnt p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 21.88px;
    line-height: 25px;
    letter-spacing: 0;
    color: #203A51;
}
section.you-matter {
    padding: 0 0 214px;
}
.all-names .h-tab-name:nth-last-child(2) {
    margin-bottom: 60px;
}
/* Slider */

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
section.voice-of-care {
    padding: 0 0 138px;
}
.t-review-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.t-review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-review-header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 38px;
}
.text-review {
    background: linear-gradient(187.83deg, #FFFFFF 11.29%, #F3F7FA 26.94%, #E8F8FF 70.73%);
    border: 2px solid #E0EEF4;
    border-radius: 25px;
    padding: 40px 30px;
}
.text-review.red-bg {
	background: linear-gradient(187.83deg, #FFFFFF 11.29%, #FFF3F5 26.94%, #FFEBEE 70.73%);
	border: 2px solid #F8DFE3;
}
.t-review-body { 
 margin-bottom: 30px;
}
.t-review-body p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}
.video-review {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.video-pster-img img {
    width: 100%;
    min-height: 442px;
    object-fit: cover;
}
.testimonial-data {
    position: absolute;
    bottom: 5%;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.video-pster-img {
	position: relative;
}
.video-pster-img:after {
    content: '';
    background: linear-gradient(360deg, #000000 4.93%, rgba(102, 102, 102, 0) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 200px;
}
.t-name {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
}
.t-review-info h5 {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
	color: #203A51;
	margin-bottom: 5px;
}
.t-review-info p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 16px;
	color: #6896B5;
}
.text-review.red-bg .t-review-info h5 { 
  color: #DD2038;
}
.text-review.red-bg .t-review-info p { 
  color: #CD8F99;
}
.text-review.red-bg  .t-review-body p {
	color: #DD2038;
}
.text-review.red-bg .t-review-footer {
    color: #CD8F99;
}
.t-review-footer {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
	color: #6896B5;
}
.hear-slider {
    margin-bottom: 65px;
}
.right-care-image {
    max-width: 789px;
    margin: 0 auto;
}
.right-care-text {
    text-align: center;
}
.big-caretext {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 136.7px;
    line-height: 176.57px;
    color: #203A51;
}
.small-care-text {
    font-family: Inter Tight;
    font-weight: 400;
    font-size: 59.81px;
    line-height: 65.5px;
	 color: #203A51;
} 
.right-care-box {
    margin-bottom: 68px;
}
.section-before-img img {
    width: 100%;
}

.section-before-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 25%;
}

section.get-the-right {
    position: relative;
}
.shape-img {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
	z-index: 3;
}
.hno-box {
    position: relative;
    background: url(/wp-content/uploads/2025/12/08ba5ad4383e837559378a14cd6b0c2a2a5b17b7-scaled.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
}
section.get-in-touch {
    padding: 218px 0 218px;
}
.hno-header-logo {
    max-width: 146px;
}
.hno-header {
    border-bottom: 3px solid #D1D2CF;
	   padding: 46px 41px 38px;
}
.hno-body {
    padding: 46px 41px 0;
}
.hno-footer {
    padding: 0 46px 41px;
}
.body-divider {
    background: #D1D2CF;
    width: 100%;
    height: 3px;
    display: block;
    margin: 46px 0;
}
.hno-body p span {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    display: block;
}
.hno-body p {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
	color: #203A51;
}
.hno-footer p { 
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    color: #203A51;
}
.hno-footer p span {
	font-weight: 600;
    font-size: 30px;
}
.hno-body li {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    color: #203A51;
    margin-bottom: 46px;
	max-width: 500px;
}
.hno-body li::marker{
	color: #D1D2CF;
}
.hno-body ul {
    list-style: disc;
    margin-left: 2rem;
}
.hno-icon-img {
    position: absolute;
    right: 0;
    top: 0;
}

.hno-box {
    overflow: hidden;
	max-width: 673px;
}
.homepage-form {
    border: 2px solid #E0EEF4;
    background: linear-gradient(187.83deg, #FFFFFF 11.29%, #F3F7FA 26.94%, #E8F8FF 70.73%);
    padding: 42px 40px;
    max-width: 673px;
    margin-left: auto;
	height: 100%;
}
.form-title {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 47px;
	color: #203A51;
}
.form-control {
    height: 56px;
    border: 1px solid #6896B5;
    background-color: transparent;
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-size: 16px;
	outline: 0;
	border-radius: 10px;
}
::placeholder{ 
  color:  #6896B5 !important;
}
.form-control:focus {
    color: inherit;
    background-color: transparent;
    border-color: #6896B5;
	box-shadow : none;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 118px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 38px;
    max-width: 104px;
    background: #DD2038;
    border: 1px solid #DD2038;
    color: #ffffff;
    border-radius: 5px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
footer.site-footer {
    background: #203A51;
    position: relative;
}
.top-footer-one {
    padding: 127px 0 51px;
}
.footer-logo {
    margin-bottom: 35px;
}

.footer-social i {
    background: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}
.footer-social {
    display: flex;
    gap: 7px;
}
.text-right {
    text-align: right;
}
.footer-info {
    color: #FFFFFF;
}
.footer-info.text-right p {
    color: #ffffff;
}
p.footer-lable {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 48px;
}
.footer-info a {
    display: block;
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 36px;
}
.footer-divider {
    background: #2D4C67;
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 5px;
}
.top-footer-two {
    padding: 27px 0 50px;
}
.footer-map {
    margin-bottom: 27px;
}
.map-address {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 25px;
    line-height: 36px;
    color: #ffffff;
}
.top-footer-three {
    padding: 29px 0 52px;
    color: #ffffff;
}
.top-footer-three p {
	color: #ffffff;
	font-family: Plus Jakarta Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 1;
}
.footer-main-menu li a {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 61px;
    color: #ffffff;
}
.big-caretext {
    margin-top: -100px;
}
.site-button a:hover {
    border-radius: 30px;
}
.head-button a:hover{
	border-radius: 30px;
}
button.slick-arrow {
    background: transparent;
    border: 0;
    font-size: 30px;
    color: #D8ECF4;
}
.hear-slider {
    display: flex;
    align-items: center;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: -3%;
	z-index: 3;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: -3%;
    z-index: 3;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 0px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -17px;
    right: -14px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DD2038;
    border-radius: 50%;
    opacity: 1;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.video_container .col-md-6 img {
    width: 100%;
    height: 100%;
}
.video_container .col-md-6 {
    margin-bottom: 30px;
}
.gallery_container .col-sm-3, .video_container .col-sm-3{
  margin: 10px;
}
.gallery_container, .video_container{
  margin: 0;
  display: inline-block;
  width: 100%;
}
.video_container img + img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}
a.lightbox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'fontAwesome';
    content: "\f00e";
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
}
a.lightbox:hover:before {
    opacity: 1;
}
.typing-text {
    overflow: hidden;                  
    display: inline-block;
    white-space: pre-wrap;          
}
p.typing-text {
    min-height: 75px;
}
@keyframes blink {
    50% { border-color: transparent; }
}
.typing-text {
    animation: blink 0.75s step-end infinite;
}
@keyframes blink {
  50% { border-color: transparent; }
}
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
	min-height: 100vh;
}
.sidenav .menu li {
    display: block;
    padding: 0;
}
.mobile-menu-logo {
    max-width: 200px;
    margin: 0 15px;
}

.mobile-menu-pages {
    margin-top: 40px;
    padding: 0 20px;
}
.mobile-menu-pages .ctstom-mega-menu li a {
    padding: 0;
    font-size: 14px;
}
.mobile-menu-pages li {
    margin-bottom: 20px;
}
.mobile-menu-pages li.head-button a {
    color: #ffffff;
}
.mobile-menu-pages .services-items-title {
	 color:  #FFFAFA;
}
.mobile-menu-pages .services-items__text {
    color: #FFFAFA;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}
.mobile-menu-pages .h-study-title {
	color: #FFFAFA;
}
.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
}

.sidenav a {
    display: block;
    text-decoration: none;
    color: #203A51;
}

.sidenav a:hover {
    color:#153E90;
}
.closebtn {
    position: absolute;
    top: 1%;
    right: 2%;
    font-size: 25px;
    color: #203A51;
}
.mobile-stickey-btns {
    display: none;
}
/* responsive */  
@media only screen and (max-width: 1760px){
.inof-variation.var-two {
    top: 60%;
    transform: translateY(-60%);
}
.inof-variation.var-one {
    top: 46%;
    transform: translateY(-46%);
    right: 136px;
}
}
@media only screen and (max-width: 1660px){ 
.inof-variation.var-one {
        top: 48%;
        transform: translateY(-48%);
        right: 130px;
    }
	    .inof-variation.var-two {
        top: 62%;
        transform: translateY(-62%);
    }
		.navbar-header {
    gap: 60px;
}
}
@media only screen and (max-width: 1590px){ 
    .inof-variation.var-one {
        top: 50%;
        transform: translateY(-50%);
        right: 126px;
    }
	       .inof-variation.var-two {
        top: 63%;
        transform: translateY(-63%);
    }
}
@media only screen and (max-width: 1560px){ 
h1 {
    font-size: 40px;
    line-height: 48px;
} 
h2 {
    font-size: 34px;
    line-height: 38px;
}
p {
    font-size: 16px;
}
    .inof-variation.var-one {
        right: 110px;
    }
.inof-variation.var-three {
    top: 76%;
    transform: translateY(-76%);
}
.inof-variation {
    font-size: 20px;
    line-height: 21px;
}
section.about-team .section-intro {
    margin-bottom: 60px;
}
.about-tags {
    margin-bottom: 48px;
}
section.about-team {
    padding: 50px 0 90px;
}
section.about-services {
    padding: 77px 0 145px;
}
section.about-ent {
    padding: 50px 0 145px;
}
section.booking-band {
    padding: 145px 0 145px;
}
section.you-matter {
    padding: 0 0 145px;
}
.section-intro small {
    margin-bottom: 18px;
}
.abt-tag {
    font-size: 16px;
    margin: 0 20px 20px 0;
}
.hero-text p {
    font-size: 18px;
    max-width: 464px;
    margin-bottom: 45px;
}
.hero-model {
    position: absolute;
    max-width: 600px;
}
.main-header {
    padding: 35px 0;
}
.navbar-header {
        gap: 45px;
    }
	.navbar-header a {
    font-size: 18px;
}
.site-button a {
    font-size: 18px;
}
.after-logo {
    max-width: 80%;
    margin: 0 auto;
}
.big-text {
    font-size: 110px;
    line-height: 124px;
}
.circle-inner {
    width: 265px;
    height: 265px;
}
.c-icon img {
    max-width: 30px;
}
.c-name h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}
.c-text p {
    font-size: 12px;
}
.feature-text h4 {
    font-size: 18px;
}
.feature-divider:before {
    max-width: 215px;
}
.compleat-prot {
    padding: 40px 50px;
}
.compleat-prot h3 {
    font-size: 30.19px;
    line-height: 38.98px;
}
.compleat-prot p {
    font-size: 16px;
}
.band-wrapper {
    padding: 101px 120px 111px 115px;
}
.doctolib-area p {
    font-size: 25px;
    line-height: 31px;
}
.doctolib-logo {
    max-width: 260px;
    margin-bottom: 25px;
}
.doctolib-text p {
    font-size: 16px;
    margin-bottom: 60px;
}
.shape-img {
    max-width: 300px;
}
.name-tab {
    font-size: 32px;
    line-height: 36px;
}
.h-tab-name {
    gap: 25px;
    margin-bottom: 30px;
}
.mb-70 {
    margin-bottom: 60px;
}
section.voice-of-care {
    padding: 0 0 100px;
}
.output-cnt p {
    font-size: 16.88px;
    line-height: 20px;
}
.t-review-img {
    width: 70px;
    height: 70px;
}
.t-review-header {
    gap: 18px;
	    margin-bottom: 28px;
}
.text-review {
    padding: 30px 20px;
}
.t-review-body p {
    font-size: 16px;
    line-height: 1.4;
}
.video-pster-img img {
    min-height: 388px;
}
.right-care-image {
    max-width: 600px;
}
.big-caretext {
    font-size: 112.7px;
    line-height: 154.57px;
}
.small-care-text {
    font-size: 47.81px;
    line-height: 52.5px;
}
section.get-in-touch {
    padding: 145px 0 145px;
}
.hno-body p {
    font-size: 20px;
}
.hno-body p span {
    font-size: 20px;
}
.hno-body li {
    font-size: 20px;
    margin-bottom: 36px;
    max-width: 426px;
}
.hno-icon-img {
    max-width: 230px;
}
.hno-footer p {
    font-size: 20px;
}
.hno-footer p span {
    font-size: 25px;
}
.hno-box {
    max-width: 570px;
}
.homepage-form {
    padding: 32px 30px;
    max-width: 570px;
}
.form-title {
    font-size: 28px;
    margin-bottom: 42px;
}
.form-control {
    height: 52px;
    font-size: 14px;
}
p.footer-lable {
    font-size: 18px;
    margin-bottom: 40px;
}
.footer-info a {
    font-size: 18px;
    line-height: 30px;
}
.footer-main-menu li a {
    font-size: 18px;
    line-height: 51px;
}
.map-address {
    font-size: 20px;
    line-height: 30px;
}
.top-footer-three p {
    font-size: 16px;
}
}
@media only screen and (max-width: 1460px){   
h1 {
    font-size: 42px;
    line-height: 50px;
} 
            .inof-variation.var-one {
            top: 45%;
            transform: translateY(-45%);
			 right: 100px;
        }
		.inof-variation.var-two {
            top: 58%;
            transform: translateY(-58%);
        }
		.inof-variation.var-three {
    max-width: 480px;
}
.full-container {
    max-width: 95%;
}
.hero-info {
    padding: 0 3%;
}
	.hero-text p {
        max-width: 420px;
    }
	.main-header {
        padding: 30px 0;
    }
	.navbar-header {
        gap: 40px;
    }
	.navbar-header a {
        font-size: 16px;
    }
	.site-button a {
        font-size: 16px;
    }
	.after-logo {
        max-width: 70%;
    }
	.container {
    max-width: 85%;
}
 .t-review-img {
        width: 60px;
        height: 60px;
    }
	.t-review-header {
        gap: 14px;
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 1400px){  
.full-container {
    max-width: 95%;
}
.site-container {
    max-width: 92%;
}
.inof-variation {
    font-size: 20px;
    line-height: 21px;
}
.hero-info {
    padding: 0 4%;
}
    .big-text {
        font-size: 100px;
        line-height: 114px;
    }
	.t-review-body p {
        font-size: 14px;
    }
	.t-review-img {
        width: 60px;
        height: 60px;
    }
	    .video-pster-img img {
        min-height: 338px;
    }
	   
}
@media only screen and (max-width: 1370px){  

}
@media only screen and (max-width: 1300px){  
    .hero-text p {
        max-width: 370px;
        font-size: 16px;
    }
 .circle-inner {
        width: 254px;
        height: 254px;
    }
	    h1 {
        font-size: 36px;
        line-height: 44px;
    }
	    h2 {  
        font-size: 28px;
        line-height: 32px;
    }
	    .abt-tag {
        font-size: 14px;
        margin: 0 15px 15px 0;
    }
	    .big-text {
        font-size: 90px;
        line-height: 104px;
    }
	.feature-text h4 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1280px){  

  .hero-model {
        max-width: 490px;
    }
    .inof-variation.var-one {
        top: 50%;
        transform: translateY(-50%);
    }
    .inof-variation.var-two {
        top: 62%;
        transform: translateY(-62%);
    }
	.compleat-prot h3 {
    font-size: 25.19px;
    line-height: 33.98px;
}
.doctolib-logo {
    margin-bottom: 22px;
    max-width: 200px;
}
.doctolib-area p {
    font-size: 24px;
    line-height: 28px;
}
.t-review-img {
        width: 50px;
        height: 50px;
    }
.t-review-header {
        gap: 12px;
        margin-bottom: 18px;
    }
.t-review-info h5 {
    font-size: 16px;
}
.t-review-info p {
    font-size: 12px;
    line-height: 12px;
}
.t-review-body {
    margin-bottom: 20px;
}
.t-review-footer {
    font-size: 12px;
    line-height: 12px;
}
    .video-pster-img img {
        min-height: 310px;
    }
	    .t-review-body p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1025px){  
.main-header {
        padding: 25px 0;
    }
	.brand-logo {
    max-width: 120px;
}
    .navbar-header a {
        font-size: 14px;
    }
	.navbar-header {
        gap: 25px;
    }
	.head-button a {
    padding: 6px 12px;
}
.hero-info {
        padding: 0;
    }
	section.hero-banner {
    height: 650px;
}
.site-container {
        max-width: 95%;
    }
	        .inof-variation.var-one {
        top: 56%;
        transform: translateY(-56%);
        right: 72px;
        max-width: 260px;
        right: 82px;
    }

	
	       .inof-variation.var-three {
        max-width: 300px;
        top: 80%;
        transform: translateY(-80%);
    }
	    .inof-variation.var-two {
        top: 66%;
        transform: translateY(-66%);
        max-width: 350px;
    }
	    .inof-variation {
        font-size: 16px;
        line-height: 17px;
    }
	.bottom-line:before {
    height: 4px;
}
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
	    h2 {
        font-size: 24px;
        line-height: 28px;
    }
	    .section-intro small {
        margin-bottom: 14px;
        margin-bottom: 8px;
    }
	.hero-text p {
        max-width: 315px;
        font-size: 14px;
		margin-bottom: 10px;
    }
	section.after-banner {
    padding: 70px 0;
    margin-top: -45px;
}
p {
        font-size: 14px;
    }
	    section.about-team {
        padding: 0 0 50px;
    }
	    section.about-services {
        padding: 0 0 50px;
    }
	section.about-ent {
        padding: 0 0 50px;
    }
	.big-text {
        font-size: 60px;
        line-height: 70px;
    }
	    .abt-tag {
        font-size: 12px;
        margin: 0 5px 5px 0;
        padding: 6px 6px;
    }
	    .circle-inner {
        width: 215px;
        height: 215px;
    }
	.c-name h3 {
        margin: 15px 0 5px;
        font-size: 16px;
    }
	.feature-icon img {
    max-width: 30px;
}
.compleat-prot {
        padding: 10px 20px;
    }
	.compleat-prot h3 {
        font-size: 18.19px;
        line-height: 20.98px;
    }
	img.round-images {
    width: 40px;
    height: 40px;
}
.prot-images {
    margin: 14px 0 14px;
}	
.compleat-prot p {
        font-size: 12px;
        line-height: 1.3;
    }
	.compleat-prot {
    height: auto;
    max-height: auto;
}
    section.booking-band {
        padding: 50px 0 50px;
    }
	.buttom-play-section.text-center {
    display: none;
}
    .band-wrapper {
        padding: 50px 50px 50px 50px;
    }
	.doctolib-text {
    padding-left: 50px;
}
    .doctolib-area p {
        font-size: 18px;
        line-height: 24px;
    }
	    .doctolib-text p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .shape-img {
        max-width: 145px;
    }
	    .name-tab {
        font-size: 20px;
        line-height: 22px;
    }
	.tab-count {
    padding-bottom: 0;
}
.tab-count span:nth-child(odd) {
    max-height: 15px;
}
.tab-count span {
    max-height: 20px;
	    width: 2px;
}
    section.you-matter {
        padding: 0 0 50px;
    }
	    .output-cnt p {
        font-size: 16.88px;
        line-height: 16px;
    }
	    .h-tab-name {
        gap: 25px;
        margin-bottom: 16px;
    }
	.section-intro.text-center.c-matter {
    margin-bottom: 50px;
}
.output-img {
    margin-bottom: 20px;
}
.all-names .h-tab-name:nth-last-child(2) {
    margin-bottom: 50px;
}
section.voice-of-care {
        padding: 0 0 50px;
    }
	.right-care-image {
        max-width: 460px;
    }
	.big-caretext {
        font-size: 70px;
        line-height: 75px;
    }
	    .small-care-text {
        font-size: 28px;
        line-height: 30px;
    }
	.right-care-box {
    margin-bottom: 50px;
}
section.get-in-touch {
        padding: 50px 0 50px;
    }
	.hno-header {
    border-bottom: 2px solid #D1D2CF;
    padding: 20px 20px 20px;
}
.hno-body {
    padding: 20px 20px 0;
}
.hno-icon-img {
        max-width: 130px;
    }
	.container {
        max-width: 90%;
    }
	.hno-footer {
    padding: 0 20px 20px;
}
.body-divider {
    background: #D1D2CF;
    height: 2px;
    margin: 30px 0;
}
.homepage-form {
        padding: 20px;
    }
	.form-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
	.doctolib-logo {
        margin-bottom: 15px;
        max-width: 160px;
    }
	.video-pster-img img {
        min-height: auto;
    }
	.text-review {
    min-height: 352px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 95px;
}
.footer-logo {
    max-width: 180px;
}
.hno-body li {
        font-size: 16px;
    }
	    .hno-body p {
        font-size: 16px;
    }
	.hno-body p span {
        font-size: 16px;
    }
	.hno-footer p span {
        font-size: 18px;
    }
	.hno-footer p {
        font-size: 16px;
    }
	    .form-control {
        height: 40px;
    }
	    textarea.wpcf7-form-control.wpcf7-textarea.form-control {
        height: 65px;
    }
}
@media only screen and (max-width: 1000px){  
    .inof-variation.var-one {
        top: 58%;
        transform: translateY(-58%);
        right: 80px;
        max-width: 260px;
    }
	.inof-variation.var-two {
        top: 68%;
        transform: translateY(-68%);
        max-width: 350px;
    }
	   .inof-variation.var-three {
        max-width: 300px;
        top: 80%;
        transform: translateY(-80%);
    }
	.text-review {
        min-height: 330px;
    }
}
@media only screen and (max-width: 991px){  
   .inof-variation.var-one {
        top: 60%;
        transform: translateY(-60%);
    }
	.inof-variation.var-two {
        top: 70%;
        transform: translateY(-70%);
    }
}
@media only screen and (max-width: 840px){  
   .inof-variation.var-one {
        top: 64%;
        transform: translateY(-64%);
        right: 70px;
    }
	      .inof-variation.var-two {
        top: 74%;
        transform: translateY(-74%);
    }
	        .inof-variation.var-three {
        max-width: 300px;
        top: 84%;
        transform: translateY(-84%);
    }
}
@media only screen and (max-width: 767px){   
.top-header-info {
    gap: 10px;
}
.top-header-info a {
    font-size: 10px;
}
.lang-btn {
    font-size: 10px;
}
.web-menu {
    display: none;
}
.mob-menu.d-none {
    display: flex !important;
    justify-content: end;
}

.mobile-toggle i {
    color: var(--main-color);
    font-size: 25px;
}
.hero-text {
    width: 100%;
    text-align: center;
}
.hero-info-tags {
    width: 100%;
}
.hero-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 90px 0 0;
        gap: 0;
    }
	.hero-info-tags {
    order: 2;
}

.hero-text {
    order: 1;
}

.hero-model {
        max-width: 100%;
        min-width: 320px;
    }
	     
	.inof-variation {
        font-size: 12px;
        line-height: 13px;
    }
	.bottom-line:before {
    max-width: 40px;
	height: 3px;
}
.after-logo {
        max-width: 100%;
    }
	section.after-banner {
        padding: 70px 0;
        margin-top: -61px;
    }
	section.after-banner .row {
    justify-content: center;
    align-items: center;
}
.mobile-order {
    flex-wrap: wrap-reverse;
}
.abt-img {
    margin-bottom: 15px;
}
section.about-team .section-intro {
        margin-bottom: 40px;
    }
	.about-tags {
        margin-bottom: 40px;
    }
	.dr-info {
    margin-bottom: 40px;
}
.row.another-drs .col-md-6:nth-child(2) .dr-info {
    margin-bottom: 0;
}
   .big-text {
        font-size: 36px;
        line-height: 40px;
    }
	.big-text {
    margin-bottom: 20px;
}
.features-box {
    margin-bottom: 30px !important;
}
.features-box {
    gap: 8px;
}
.row.two-columns-ro {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.band-wrapper {
        padding: 30px;
    }
	.doctolib-text {
        padding-left: 0;
        padding-top: 50px;
    }
	.doctolib-text:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 22px;
}
.shape-img {
    bottom: inherit;
    text-align: right;
    top: -4px;
    transform: rotate(180deg);
}
.section-intro.text-center.c-matter {
        margin-bottom: 22px;
    }
	    .h-tab-name {
        gap: 15px;
        margin-bottom: 16px;
		    justify-content: center;
    }
	.name-tab {
        font-size: 16px;
        line-height: 22px;
    }
	    .all-names .h-tab-name:nth-last-child(2) {
        margin-bottom: 40px;
    }
	.section-intro.text-center.c-matter small {
    justify-content: center;
}
.all-names {
    margin-bottom: 40px;
}
.all-names .site-button.fill-btn {
    text-align: center;
}
.output-cnt {
    text-align: center;
}
.text-review {
        min-height : 354px;
    }
	    .video-pster-img img {
        min-height: 354px;
    }
	.t-review-body p {
        font-size: 16px;
    }
	.mb-70 {
        margin-bottom: 40px;
    }
	    .right-care-image {
        max-width: 260px;
    }
	.big-caretext {
        font-size: 30px;
        line-height: 35px;
    }
	.small-care-text {
        font-size: 18px;
        line-height: 22px;
    }
	.big-caretext {
    margin-top: -20px;
}
    section.voice-of-care {
        padding: 0 0 10px;
    }
	    .hno-box {
        margin-bottom: 50px;
    }
	.footer-info.text-right {
    text-align: left;
}
.top-footer-one {
    padding: 50px 0 30px;
}
.top-footer-two {
    padding: 30px 0 50px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-social {
    margin-bottom: 30px;
}
    .footer-info a {
        font-size: 16px;
        line-height: 28px;
    }
	.footer-main-menu li a {
        font-size: 16px;
        line-height: 40px;
    }
	.footer-main-menu {
    margin-bottom: 30px;
}
.map-address {
        font-size: 16px;
        line-height: 24px;
    }
	.top-footer-three {
    padding: 30px 0 30px;
}
p.text-right.rights-cnt {
    text-align: center;
    padding-top: 30px;
}
.row.top-footer-three {
    text-align: center;
}
body {
    overflow-x: hidden;
}
.mobile-stickey-btns {
    display: block;
}
.mobile-stickey-btns {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #e8f8ff;
    padding: 10px;
	z-index: 99;
}
.mobile-stickey-btns .site-button.fill-btn a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 14px 2px;
	text-align: center;
}
.top-footer-three {
    padding-bottom: 110px;
}
.site-button.fill-btn.blue-bg a {
    background: #203A51;
    border: 1px solid #203A51;
}
.main-header {
        padding: 15px 0;
    }
	.brand-logo {
        max-width: 100px;
    }
	section.voice-of-care button.slick-arrow {
    display: none !important;
}
.hero-info-tags {
        width: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
.inof-variation.var-one {
        top: 67%;
        transform: translateY(-38%);
        right: 60px;
        max-width: 170px;
    }
		     .inof-variation.var-three {
        max-width: 255px;
        top: 88%;
        transform: translateY(-88%);
		 right: 0;
    }
	  .inof-variation.var-two {
        top: 78%;
        transform: translateY(-78%);
        max-width: 255px;
        right: 0;
    }
	 
		.inof-variation {
    margin-left: 5px;
}
}
@media only screen and (max-width: 600px){  
.inof-variation.var-one {
        max-width: 120px;
    } 
	 .inof-variation.var-two {
        max-width: 200px;
    }
.inof-variation.var-three {
        max-width: 200px;
    }
	 
	 
.hero-info {
    padding: 140px 0 0;
}
	.inof-variation {
    margin-left: 5px;
}
 }
 @media only screen and (max-width: 400px){  
.inof-variation.var-one {
        max-width: 100px;
    } 
	 .inof-variation.var-two {
        max-width: 166px;
    }
.inof-variation.var-three {
        max-width: 166px;
    }
	 
	 
.hero-info {
    padding: 140px 0 0;
}
	.inof-variation {
    margin-left: 5px;
}
 }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}