@import url('../css-variables.css');

* {

    padding: 0;

    margin: 0;

    border: none;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {

    display: block
}



body {

    line-height: 1
}



ol,
ul {

    list-style: none
}



blockquote,
q {

    quotes: none
}



blockquote:before,
blockquote:after,
q:before,
q:after {

    content: "";

    content: none
}



table {

    border-collapse: collapse;

    border-spacing: 0
}



strong,
b {

    font-weight: 700
}



em,
i {

    font-style: italic
}



u {

    text-decoration: underline
}



a {

    text-decoration: none;

    transition: color .4s ease-in-out
}



*:focus {

    outline: none
}



a:hover,
a:focus {

    text-decoration: none;

    outline: none !important
}



button[type="button"]:focus {

    outline: none
}



svg:not(:root).svgImg {

    overflow: visible
}



.svgImg {

    display: inline-block;

    font-size: inherit;

    width: 1em;

    height: 1em;

    overflow: visible;

    vertical-align: -.125em
}



.svg-icons {

    display: inline-block;

    font-size: inherit;

    height: 1em;

    overflow: visible;

    vertical-align: -.125em
}



img {

    display: block;

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto
}



p {

    font-size: 16px;

    font-weight: 400;

    line-height: 1.3;

    font-family: "Poppins", sans-serif;

    color: #000;

    margin-bottom: 20px
}



p:last-child {

    margin-bottom: 0
}



a {

    color: #000;

    transition: all .4s ease-in-out
}



a:hover {

    color: #228ecc
}



.c-scrollbar {

    height: 100vh !important
}



html {

    font-size: 10px
}



body {

    display: block;

    width: 100%;

    padding: 0;

    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.4;

    color: #000;

    background-color: #fff;

    position: relative
}



.trans {

    -moz-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out
}



.wrapper {

    display: block;

    width: 100%;

    overflow: hidden;

    min-height: 100vh;

    position: relative
}



.container {

    max-width: 1310px;

    padding: 0 15px
}



table,
td,
th {

    border: 1px solid;

    padding: 10px
}



table th {

    font-size: 16px;

    font-weight: 600
}



table {

    margin-bottom: 20px
}



table {

    width: 100%;

    border-collapse: collapse
}



.slick-slide {

    outline: none
}



.slick-dots {

    display: block;

    text-align: start;

    margin-top: 10px
}



.slick-dots li {

    width: auto;

    list-style: none;

    padding: 0 6px;

    display: inline-block
}



.slick-dots li button {

    font-size: 0;

    border: none;

    background: var(--primary-color-50);

    width: 60px;

    height: 5px;

    -moz-transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    cursor: pointer;

    outline: none
}



.slick-dots li.slick-active button,
.slick-dots li button:hover {

    background: var(--primary-color)
}



.slick-prev {

    background: transparent;

    width: 40px;

    height: 40px;

    border-radius: 5px;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -20px;

    z-index: 9;

    font-size: 0;

    border: none;

    outline-color: transparent
}



.slick-prev:before {

    content: "";

    width: 14px;

    height: 14px;

    border-bottom: 3px solid #000;

    border-left: 3px solid #000;

    position: absolute;

    left: -40px;

    right: 0;

    top: -40px;

    bottom: 0;

    margin: auto;

    transform: rotate(45deg)
}



.slick-next {

    background: transparent;

    width: 40px;

    height: 40px;

    border-radius: 5px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -20px;

    z-index: 9;

    font-size: 0;

    border: none;

    outline-color: transparent
}



.slick-next:before {

    content: "";

    width: 14px;

    height: 14px;

    border-bottom: 3px solid #000;

    border-right: 3px solid #000;

    position: absolute;

    left: 0;

    right: -40px;

    top: -40px;

    bottom: 0;

    margin: auto;

    transform: rotate(-45deg)
}



.slick-prev:arrow .slick-next:arrow {

    color: #000
}



.cmsCon {

    display: block;

    width: 100%;

    color: #000
}



.cmsCon p {

    display: block;

    margin-bottom: 20px;

    color: #000;

    line-height: 1.6;

    font-weight: 400;

    font-size: 16px
}



.cmsCon p:last-child {

    margin-bottom: 0
}



.cmsCon p a {

    text-transform: initial
}



.cmsCon ul {

    list-style: none;

    font-size: 0;

    margin-bottom: 30px
}



.cmsCon ul li {

    display: block;

    width: 100%;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.4;

    color: #000;

    margin-bottom: 15px;

    padding-left: 20px;

    position: relative
}



.cmsCon ul li:before {

    content: "";

    position: absolute;

    left: 0;

    right: inherit;

    top: 5px;

    bottom: inherit;

    width: 10px;

    height: 10px;

    border-bottom: 2px solid var(--primary-color);

    border-right: 2px solid var(--primary-color);

    transform: rotate(-45deg);

    margin: auto
}



.cmsCon ul li:last-child {

    margin-bottom: 0
}



.cmsCon ul li ul li {

    padding-left: 16px
}



.cmsCon ul li ul li:before {

    width: .8rem;

    height: 2px;

    border-radius: 0;

    top: 10px
}



.cmsCon h1 {

    font-size: 50px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon h2 {

    font-size: 40px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon h3 {

    font-size: 35px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon h4 {

    font-size: 30px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon h5 {

    font-size: 25px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon h6 {

    font-size: 20px;

    line-height: 1.3;

    font-weight: 700;

    color: #000;

    display: block;

    margin-bottom: 30px;

    padding-top: 0;

    text-transform: capitalize
}



.cmsCon iframe {

    width: 100%;

    height: 500px
}



.cmsCon .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 30px 30px 0
}



.cmsCon .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 30px 30px
}



.cmsCon .aligncenter {

    width: auto;

    max-width: 100%;

    margin: 68px auto 66px;

    text-align: center
}



.cmsCon .aligncenter.mb-100 {

    margin-bottom: 100px
}



.cmsCon .mb-70 {

    margin-bottom: 70px
}



.cmsCon .aligncenter img {

    margin: auto
}



.cmsCon hr {

    background: #ccc;

    height: 17px;

    opacity: 1;

    margin: 55px 0
}



.cmsCon ol {

    padding: 0;

    display: inline-block;

    counter-reset: cmscon-counter;

    list-style-type: none
}



.cmsCon ol li {

    position: relative;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.3;

    color: #000;

    list-style: none;

    margin-bottom: 15px;

    padding-left: 0
}



.cmsCon ol li:before {

    counter-increment: cmscon-counter;

    content: "" counter(cmscon-counter) ".";

    line-height: 1.3
}



.cmsCon ol li ul {

    margin-top: 30px
}



.cmsCon ol li ul li {

    padding-left: 24px;

    position: relative
}



.cmsCon ol li ul li:before {

    counter-increment: none;

    content: no-close-quote
}



.cmsCon ul.half li {

    width: 50%;

    display: inline-block
}



.cmsCon p b {

    margin-bottom: 0;

    display: inline;

    font-size: 16px;

    margin-bottom: 15px;

    display: inline-block;

    margin-bottom: 0
}



.cmsCon a {

    transition: color .4s ease-in-out;

    color: var(--primary-color)
}



.cmsCon a:hover {

    color: var(--secondary-color-50)
}



.cmsCon p a {

    transition: color .4s ease-in-out;

    color: var(--primary-color);

    font-weight: 500
}



.cmsCon p a:hover {

    color: #000;

}



.cmsCon p a.btn:hover {

    color: #000;

}



.cms-wrapper {

    margin: 100px 0;

    display: block
}



.cmsCon table,
td,
th {

    font-size: 16px;

    color: #000;

    font-weight: 400
}



.btn {

    display: inline-block;

    vertical-align: middle;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.4;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    text-transform: uppercase;

    letter-spacing: 1.8px;

    border-radius: 40px;

    background-color: #fff;

    padding: 22px 38px;

    position: relative;

    transition: color .4s ease-in-out, border .4s ease-in-out, background-color .4s ease-in-out, transform .4s ease-in-out, box-shadow .4s ease-in-out
}



.btn:hover {

    background-color: var(--primary-color);

    color: #fff
}



.btn.btn-yellow {

    background-color: var(--primary-color);

    color: #fff
}



.btn.btn-yellow:hover {

    background-color: #000
}



.btn.btn-outline {

    border: 3px solid var(--primary-color);

    background: #fff;

    padding: 20px 38px;

    min-width: 262px
}



.btn.btn-outline:hover {

    background-color: var(--primary-color);

    color: #fff
}



.btn-check:focus+.btn,
.btn:focus {

    box-shadow: none
}



.btn~.btn {

    margin-left: 25px
}



.btn:hover {

    color: #fff;

    background: #000;

    transform: translateY(-5px)
}



.common-sec {

    padding: 100px 0
}



.sec-head {

    width: 100%;

    display: block;

    margin-bottom: 20px
}



.sec-head .sec-big-title {

    display: block;

    margin: 0;

    padding: 0;

    width: 100%;

    font-size: 60px;

    font-family: "Poppins", sans-serif;

    font-weight: 700;

    color: #000;

    line-height: 1
}



.sec-head .sec-title {

    display: block;

    margin: 0;

    padding: 0;

    width: 100%;

    font-size: 50px;

    font-family: "Poppins", sans-serif;

    font-weight: 700;

    color: #000;

    line-height: 1
}



.sec-head .sec-small-title {

    display: block;

    margin: 0;

    padding: 0;

    width: 100%;

    font-size: 40px;

    font-family: "Poppins", sans-serif;

    font-weight: 700;

    color: #000;

    line-height: 1
}



.text-white {

    color: #fff
}


.form-control,
.form-select {
    background-color: var(--primary-color-50);
}

.form-group .form-control {

    border-radius: 78px;

    border: 1px solid #fff;

    position: relative;

    padding: 20px 25px;

    width: 100%;

    min-height: 70px;

    vertical-align: middle;

    transition: border .3s ease;

    font-size: 18px;

    font-weight: 500;

    color: var(--primary-color);

    resize: none
}



.form-group .form-control:focus {

    outline: none;

    box-shadow: none;

    border-color: #fff
}



.wpcf7-form-control-wrap {

    display: block
}



.form-group .form-control::placeholder {

    color: var(--primary-color);

    font-size: 18px;

    font-weight: 400;

    line-height: normal
}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error,
#g-recaptcha-response-error {

    position: absolute;

    left: 30px;

    right: inherit;

    top: 74px;

    width: auto;

    height: auto;

    margin: 0;

    font-size: 12px !important;

    line-height: 12px !important;

    background: #fb0101;

    padding: 5px 5px 4px !important;

    color: #fff !important
}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after,
#g-recaptcha-response-error:after {

    border-color: #fb0101 transparent transparent;

    -o-border-image: none;

    border-image: none;

    border-right: 6px solid transparent;

    border-style: solid;

    border-width: 6px;

    content: "";

    height: 0;

    left: 5px;

    position: absolute;

    top: -12px;

    width: 0;

    transform: rotate(180deg)
}


.signup-popup .btn.btn-yellow {
    margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0
}



input[type=number] {

    -moz-appearance: textfield
}



.header-main {

    display: block;

    width: 100%;

    padding: 22px 90px;

    position: relative;

    left: 0;

    top: 0;

    right: 0;

    background: linear-gradient(180deg, #fff 29.1%, rgba(255, 255, 255, 0) 100%);

    z-index: 2
}



.header-main .site-logo img {

    display: block;

    width: 170px
}



.home .header-main {

    border-bottom: 0;

    position: absolute
}



.navigation-bar {

    margin-left: 65px;

    display: inline-block
}



.menu-icon {

    display: none;

    width: 32px;

    height: 32px;

    position: relative;

    padding: 0;

    margin-top: 0;

    margin-left: 35px;

    color: #000
}



.menu-icon span {

    display: block;

    width: 30px;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 2px;

    background: currentColor;

    margin: auto
}



.menu-icon span:before {

    content: "";

    width: 30px;

    position: absolute;

    top: -8px;

    left: 0;

    right: 0;

    height: 2px;

    background: currentColor;

    width: 80%
}



.menu-icon span:after {

    content: "";

    width: 30px;

    position: absolute;

    bottom: -8px;

    left: 0;

    right: 0;

    height: 2px;

    background: currentColor;

    width: 80%
}



.m-menulogo {

    display: none
}



.body-fixed {

    overflow: hidden
}



.sidebar-overlay {

    visibility: hidden;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    background: #000;

    z-index: 998;

    transition: visibility 0 linear 0.4s, opacity .4s cubic-bezier(.4, 0, .2, 1);

    height: 100vh
}



.body-fixed .sidebar-overlay {

    opacity: .8;

    visibility: visible;

    left: 0;

    transition: all .6s ease-in-out
}



.menu-main {

    display: inline-block;

    width: auto;

    margin: 0
}



.menu-main li {

    display: inline-block;

    position: relative;

    width: auto;

    padding: 0 24px;

    font-size: 16px;

    font-weight: 700;

    color: #000;

    text-transform: uppercase;

    letter-spacing: .18px
}



.menu-main li a {

    display: block;

    color: #000;

    transition: all .4s ease-in-out;

    padding: 10px 0;

    position: relative
}



.menu-main li a:hover {

    color: var(--primary-color)
}



.menu-main li.current-menu-item>a,
.menu-main li.active>a,
.menu-main li.current_page_parent>a {

    color: var(--primary-color);

}



.menu-main ul li .arrow {

    position: absolute;

    content: "";

    width: 7px;

    height: 7px;

    border: none;

    border-bottom: 1px solid #000;

    border-right: 1px solid #000;

    transform: rotate(45deg);

    right: 9px;

    top: 15px;

    transition: border .4s ease-in-out, color .4s ease-in-out
}



.menu-main ul li.current-menu-item .arrow,
.menu-main ul li:hover .arrow {

    border-color: var(--primary-color)
}



.menu-main>ul>li .sub-menu {

    position: absolute;

    top: 100%;

    left: 10px;

    width: 270px;

    background: #fff;

    box-shadow: 0 0 .6rem rgba(0, 0, 0, .2);

    opacity: 0;

    visibility: hidden;

    transition: all .4s ease-in-out;

    -webkit-transform: translateY(10px);

    transform: translateY(10px);

    padding: 0;

    padding-top: 5px;

    background: var(--primary-color)
}



.menu-main ul.sub-menu:before {

    content: "";

    width: 0;

    height: 0;

    border-bottom: 10px solid var(--primary-color);

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    position: absolute;

    left: 20px;

    top: 3px;

    transform: translateY(-100%)
}



.menu-main>ul>li .sub-menu li {

    width: 100%;

    padding: 0;

    position: relative;

    margin: 0;

    background: #fff
}



.menu-main>ul>li .sub-menu li a {

    display: block;

    line-height: 1.4;

    text-transform: none;

    color: #000;

    text-align: left;

    transition: all .4s ease-in-out;

    font-size: 14px;

    text-transform: capitalize;

    padding: 10px 12px;

    border-bottom: 1px solid #e2e2e2
}



.menu-main>ul>li .sub-menu li a:before {

    display: none
}



.menu-main>ul>li:hover>.sub-menu {

    opacity: 1;

    visibility: visible;

    -webkit-transform: translateY(0);

    transform: translateY(0)
}



.menu-main>ul>li .sub-menu li:hover>a,
.menu-main>ul>li.current-menu-parent .sub-menu li.current_page_item>a {

    color: var(--primary-color)
}



.menu-main>ul>li .sub-menu>li.menu-item-has-children>a:after {

    content: "";

    width: .8rem;

    height: .8rem;

    border-bottom: .2rem solid #0f1729;

    border-right: .2rem solid #0f1729;

    position: absolute;

    right: 1.5rem;

    top: 0;

    bottom: 0;

    margin: auto;

    transform: rotate(-45deg)
}



.appointment-btn {

    display: inline-block;

    vertical-align: middle
}



.header-main.has_sticky {

    z-index: 99;

    position: fixed;

    padding: 15px 50px;

    left: 0;

    top: 0;

    width: 100%;

    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);

    background: #fff;

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both
}



.header-main.has_sticky .site-logo img {

    width: 150px
}



.header-main.has_sticky .row {

    align-items: center
}



.header-main.has_sticky .menu-main li {

    font-size: 15px
}



.banner-sec {

    position: relative;

    text-align: center
}



.home-slider .banner-box {

    position: relative
}



.home-slider .banner-box .banner-img {

    max-width: 100%;

    object-fit: cover;

    margin: 0 auto;

    display: block;

    width: 100%;

    height: 100%
}



.banner-caption {

    position: absolute;

    top: 60%;

    transform: translateY(-60%);

    left: 0px;

    right: 0;

    max-width: 100%;

    padding: 0 10%;

    margin: auto;

    z-index: 1;

    text-align: left
}

.page-id-18761 .banner-caption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
	
}


.banner-caption .bannerTagImg {

    max-width: 260px;

    margin-bottom: 10px
}

.main-hydra-content {
    width: 50%;
}



.page-id-18761 .custom-form-new {
    width: 50%;
    padding: 30px;
    background: #28334fb8;
    border-radius: 20px;
    margin-left: auto;
}


.page-id-18761 .custom-form-new h3 {
    font-size: 30px;
    margin: 10px 0px;
	color: white;
}

.page-id-18761 .form-group .form-control::placeholder {
    color: white;
}

.page-id-18761 .custom-form-new h6 {
	font-size: 20px;
    color: #ffffff;
}

.page-id-18761 .selected-dial-code {
    color: white;
}

.page-id-18761 .intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #ffffff;
}

.page-id-18761 input.wpcf7-form-control.wpcf7-submit {
    background: white;
    color: #28334f;
    padding: 10px 30px;
    margin-top: 12px;
    font-size: 15px;
}

.page-id-18761 input.wpcf7-form-control.wpcf7-submit:hover{
	background : rgb(40, 51, 79) ;
	color: white;
}

.page-id-18761 h3.box-title {
    font-size: 45px !important;
    margin-bottom: 20px;
}


.page-id-18761 #wpcf7-f18820-o1 .form-group .form-control
 {
    border-radius: 20px;
    margin-bottom: 10px;
    border: 1px solid #000000;
    position: relative;
    padding: 10px 20px;
    min-height: 50px;
    vertical-align: middle;
    transition: border .3s ease;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    resize: none;
    background: #FFFFFF59;
    margin-left: auto;
}

.page-id-18761 input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.form-control {
    padding-left: 20% !important;
    margin-bottom: 10px !important;
    color: white !important;
}

.page-id-18761 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}



.banner-title {

    font-size: 55px;

    font-weight: 700;

    color: var(--white);

    line-height: 1.1;

    max-width: 800px;

    margin-bottom: 20px;
}



.banner-desc {

    color: #000;

    font-size: 26px;

    font-weight: 500;

    line-height: 1.2;

    display: block;

    max-width: 660px;

    padding: 20px 0 28px
}



.about-img-box {

    width: 41%
}



.aboutus-desc-box {

    width: 59%
}



.about-us-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.about-us-con {

    padding-left: 105px
}



.about-us-con .sec-head {

    margin-bottom: 25px
}



.about-us-con span {

    color: var(--primary-color);

    font-size: 24px;

    font-weight: 500;

    line-height: 1.2;

    display: block;

    padding-bottom: 38px
}



.about-us-con .cmsCon p {

    font-size: 18px;

    line-height: 1.4
}



.about-us-con .sec-head .sec-title {

    font-size: 46px
}



.health-lifestyle-sec {

    /* background-image: url(../img/embrce-img.jpg); */

    background-repeat: no-repeat;

    background-position: top center;

    width: 100%;

    height: 100%;

    position: relative;

    padding: 135px 0;

    background-size: cover;

    background-color: var(--primary-color);

}



.health-lifestyle-con {

    position: relative;

    max-width: 62%;

    text-align: left
}

.health-lifestyle-con .form-control {
    border-color: var(--primary-color-200);
}

.health-lifestyle-con .form-control:focus-visible {
    border-color: var(--primary-color);

}

.health-lifestyle-con .sec-head {

    margin-bottom: 15px
}



.health-lifestyle-con .sec-head .sec-title {

    color: #fff
}

.health-lifestyle-con .sec-head span {

    font-size: 26px;

    display: block;

    color: var(--primary-color);

    font-weight: 500;

    line-height: 1.2;

    padding-bottom: 10px
}



.health-lifestyle-con p {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.3;

    display: block
}



.book-form {

    max-width: 700px
}



.book-form .wpcf7 form.invalid .wpcf7-response-output {

    color: #fff;

    position: absolute;

    bottom: -40px
}



.book-form .submit-btn {

    margin-top: 25px
}



.our-service-sec .container {

    max-width: 1242px;

    padding: 0 15px
}



.our-service-sec .sec-head {

    position: relative;

    margin-bottom: 0
}



.our-service-sec .sec-head .sec-small-title {

    position: absolute;

    left: 73px;

    top: 35px;

    width: 35%;

    height: 100%;

    line-height: 1.1
}



.our-service-sec .sec-head .sec-small-title span {

    color: var(--primary-color);

    font-size: 104px;

    font-weight: 700;

    line-height: 1.2;

    opacity: .2
}



.our-service-row {

    display: flex;

    flex-wrap: wrap;
    justify-content: center;

}



.our-service-col {

    display: inline-block;

    vertical-align: top
}



/* .our-service-row .our-service-col:nth-child(8n+1) {

    margin-left: 50%

} */



/* .our-service-col:nth-child(8n+3) {

    margin-left: 25%

} */



.our-service-box {

    background-color: #fff;

    width: 303px;

    height: 275px;

    padding: 30px;

    display: block;

    transition: all .4s ease-in-out;

    overflow: hidden;

    -webkit-perspective: 1000;

    -moz-perspective: 1000;

    -o-perspective: 1000;

    perspective: 1000px
}



.our-service-box:hover .flipper,
.our-service-box.hover .flipper {

    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

    transform: rotateY(180deg)
}



.our-service-box .flipper {

    -webkit-transition: .6s;

    -webkit-transform-style: preserve-3d;

    -moz-transition: .6s;

    -moz-transform-style: preserve-3d;

    -o-transition: .6s;

    -o-transform-style: preserve-3d;

    transition: .6s;

    transform-style: preserve-3d;

    position: relative
}



.our-service-box .back {

    position: absolute;

    top: -30px;

    background-color: var(--primary-color);

    left: -30px;

    bottom: -30px;

    right: -30px;

    padding: 30px
}



.our-service-box .back .back-con p {

    font-size: 14px;

    color: #fff;

    font-weight: 400;

    line-height: 1.5;

    display: block
}



.our-service-box .back .back-con {

    max-height: 215px;

    overflow: auto;

    padding-right: 5px;

    scrollbar-width: thin !important;

    scrollbar-color: var(--primary-color-50) #f3f3f3
}



.our-service-box .front,
.our-service-box .back {

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden
}



.our-service-box .back {

    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

    transform: rotateY(180deg)
}



.our-service-col:nth-child(odd) .our-service-box,
.our-service-col:nth-child(8n+6) .our-service-box,
.our-service-col:nth-child(8n+8) .our-service-box {

    background: var(--primary-color-50)
}



.our-service-col:nth-child(8n+7) .our-service-box {

    background: #fff
}



.our-service-icon {

    width: 66px;

    height: 66px;

    background-color: var(--primary-color);

    border-radius: 100px;

    position: relative;

    transition: all .4s ease-in-out
}



.our-service-icon img {

    position: absolute;

    width: 37px;

    height: 37px;

    margin: auto;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: all .2s ease-in-out
}



.service-box-title {

    color: #000;

    font-size: 25px;

    font-style: normal;

    font-weight: 600;

    line-height: 30px;

    min-height: 120px;

    padding-top: 15px;

    padding-bottom: 15px;

    transition: all .4s ease-in-out
}



.our-service-arrow {

    background: var(--primary-color-50);

    width: 36px;

    height: 36px;

    position: relative;

    border-radius: 100px;

    transition: all .4s ease-in-out
}



.our-service-col:nth-child(odd) .our-service-arrow {

    background-color: #fff
}



.our-service-col:nth-child(8n+7) .our-service-arrow {

    background: var(--primary-color-50)
}



.our-service-col:nth-child(8n+6) .our-service-arrow,
.our-service-col:nth-child(8n+8) .our-service-arrow {

    background-color: #fff
}



.our-service-arrow::before {

    content: " ";

    border-right: 2px solid var(--primary-color);

    border-top: 2px solid var(--primary-color);

    width: 10px;

    height: 10px;

    position: absolute;

    top: 0;

    left: 0;

    right: 4px;

    bottom: 0;

    margin: auto;

    transform: rotate(45deg);

    display: block
}



.back-con::-webkit-scrollbar {

    width: 4px;

    height: 4px
}



.back-con::-webkit-scrollbar-track {

    background: #f3f3f3
}



.back-con::-webkit-scrollbar-thumb {

    background: var(--primary-color-50)
}



.back-con::-webkit-scrollbar-thumb:hover {

    background: var(--primary-color-50)
}



.testimonial-sec {

    /* background-image: url(../img/happy-client.jpg); */

    background-repeat: no-repeat;

    width: 100%;

    height: 100%;

    background-size: cover;

    /* padding: 190px 0; */

    background: var(--primary-color);

}

.testimonial-sec .slick-track {
    display: flex;
}

.testimonial-sec .slick-track .slick-slide {
    height: auto;
}

.testimonial-sec .slick-track .slick-slide>div {
    height: 100%;
}

/* .testimonial-box {

    background-color: #fff;

    padding: 100px 90px 100px 100px;

    max-width: 600px;

    margin-left: 200px;

    height: 433px

}
 */

.testimonial-box .item {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
}

.testimonial-slider-wrap {
    margin-top: 30px;
}

.testimonial-box .sec-head {

    margin-bottom: 35px
}

.testimonial-box .slick-slide {
    padding: 0 10px;
}

.testimonial-sec .slick-dots li button {
    background-color: rgb(255 255 255 / 60%);
}

.testimonial-sec li.slick-active button {
    background-color: rgb(255 255 255);
}

.testimonial-sec .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.testi-author-name {

    color: #000;

    font-size: 25px;

    font-weight: 500;

    line-height: 1.2;

    display: block;

    margin-bottom: 15px
}



.testi-list .cmsCon p {

    color: #000;

    font-size: 14px;

    font-weight: 400;

    line-height: 18px;

    min-height: 100px
}



.why-us-sec .why-us-col {

    padding: 0
}



.why-us-sec .why-us-img {

    width: 100%;

    height: 100%
}



.why-us-sec .why-us-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.why-us-con {

    background-color: #fff;

    width: 100%;

    height: 100%;

    display: flex;

    flex-wrap: wrap
}



.why-us-con .why-choose-asmi {

    background-color: var(--primary-color);

    width: 100%;

    height: 50%;

    display: flex;

    align-items: center;

    padding-left: 95px;

    padding-top: 20px;

    padding-bottom: 20px
}



.why-us-con .why-about-us {

    width: 100%;

    height: 50%;

    display: flex;

    align-items: center;

    padding-left: 95px;

    padding-top: 20px;

    padding-bottom: 20px
}



.why-choose-asmi .sec-head {

    margin-bottom: 25px
}



.why-choose-asmi .sec-head span {

    color: #fff;

    font-size: 26px;

    font-weight: 500;

    line-height: 1.5;

    display: block
}



.why-choose-asmi .sec-head .sec-title {

    color: #fff
}



.why-choose-asmi .cmsCon p {

    color: #fff;

    max-width: 614px;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.4
}



.why-about-us .sec-head {

    margin-bottom: 25px
}



.why-about-us .cmsCon p {

    font-size: 19px;

    max-width: 500px;

    line-height: 1.6;

    margin-bottom: 35px
}



.join-sec {

    padding: 154px 0;

    background: url(../img/join-bg.jpg) no-repeat;

    background-size: cover;

    background-position: top center;

    background-repeat: no-repeat
}



.join-con {

    max-width: 420px
}



.join-con .sec-head {

    margin-bottom: 15px
}



.join-con .sec-head .sec-title,
.join-con .cmsCon p {

    color: #fff
}



.join-con .cmsCon {

    margin-bottom: 40px
}



.join-con .cmsCon p {

    line-height: 1.4
}



.faqsmain {

    max-width: 966px;

    margin: auto;

    padding: 40px 0 85px
}



.faqsmain .sec-head {

    margin-bottom: 70px
}



.faqsmain .accordion-body {

    padding: 0
}



.faqsmain .accordion-item {

    background: #fff;

    margin-bottom: 25px;

    border: 0
}



.faqsmain .accordion-item .accordion-header .accordion-button {

    padding: 25px 42px;

    color: #fff;

    position: relative;

    cursor: pointer;

    border-radius: 60px;

    background: var(--primary-color);

    font-size: 20px;

    font-weight: 500;

    display: block;

    padding-right: 100px
}



.faqsmain .accordion-item:last-child {

    border-bottom: 0;

    margin-bottom: 0
}



.faqsmain .collapse:not(.show) {

    display: none
}



.faqsmain .accordion-item .cmsCon {

    display: block;

    padding: 20px 40px;

    padding-bottom: 0
}



.faqsmain .accordion-item .cmsCon p {

    color: #000;

    display: block;

    font-size: 17px;

    line-height: 1.4
}



.faqsmain .accordion-header {

    position: relative
}



.faqsmain .accordion-button:not(.collapsed) {

    background-color: transparent;

    box-shadow: none
}



.faqsmain .accordion-button:focus {

    border-color: transparent;

    border: 0;

    box-shadow: none
}



.faqsmain .accordion-item .accordion-header .accordion-button.collapsed {

    color: #fff;

    background: var(--primary-color)
}



.faqsmain .accordion-button::after {

    content: "";

    position: absolute;

    left: inherit;

    top: 0;

    bottom: 0;

    right: 12px;

    margin: auto;

    display: inline-block;

    background-image: url(../img/svg/faqplus.svg);

    background-size: 60px;

    background-repeat: no-repeat;

    width: 60px;

    height: 60px
}



.faqsmain .accordion-button:not(.collapsed)::after {

    background-image: url(../img/svg/faqminus.svg);

    background-repeat: no-repeat
}



.meet-doctor-sec.common-sec {

    padding-bottom: 70px
}



.meet-doctor-sec .sec-head {

    margin-bottom: 30px
}



.meet-doc-img {

    position: relative;

    width: 100%;

    padding-bottom: 120%;

    display: block;

    margin-bottom: 25px;

    overflow: hidden
}



.meet-doc-img img {

    position: absolute;

    width: 100%;

    height: 100%;

    max-width: 100%;

    max-height: 100%;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    object-fit: cover;

    -webkit-transition-duration: 2s;

    -moz-transition-duration: 2s;

    -ms-transition-duration: 2s;

    transition-duration: 2s;

    transition: all .8s ease-in-out
}



.meet-doc-box:hover .meet-doc-img img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -moz-transform: scale(1.1);

    transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transition-duration: 2s;

    transition-duration: 2s
}



.meet-doc-title {

    font-size: 25px;

    font-weight: 600;

    margin-bottom: 10px;

    line-height: 1.2
}



.designation {

    font-size: 18px;

    color: var(--primary-color);

    display: block;

    margin-bottom: 10px;

    line-height: 1.4
}



.doc-experience {

    display: block;

    font-size: 14px;

    line-height: 1.4
}



.footerMain {

    display: block;

    width: 100%;

    background: var(--primary-color)
}



.footerMain .footersec {

    padding-top: 70px;

    padding-bottom: 50px
}



.footerMain .footBox {

    display: block;

    width: 100%
}



.logoSection {

    text-align: center
}



.footerMain .footBox .foot-logo-main {

    display: flex;

    align-items: center;

    margin: 0 -20px
}



.footerMain .footBox .footLogo {

    display: block;

    margin-bottom: 25px;

    padding: 0 20px
}



.footerMain .footBox .footLogo img {

    display: inline-block;

    filter: brightness(0) invert(1);

    width: 150px
}



.footerMain .footBox .footTitle {

    font-size: 24px;

    line-height: 1.4;

    font-weight: 600;

    color: #fff;

    display: block;

    margin-bottom: 24px
}



.footerMain .footBox .footCon ul {

    padding: 0;

    margin: 0;

    font-size: 0;

    width: 100%
}



.footerMain .footBox .footCon ul li {

    display: inline-block;

    position: relative;

    margin-bottom: 6px;

    vertical-align: middle;

    width: 50%;

    padding-right: 6px
}



.footerMain .footBox .footCon ul li a {

    display: inline;

    transition: color 0.4s ease-in-out;

    font-size: 14px;

    font-weight: 400;

    position: relative;

    color: #fff;

    line-height: 1.4
}



.footerMain .footBox .footCon ul li.current_page_item a {

    font-weight: 700
}



.footerMain .footBox .footCon ul li a:hover {

    color: var(--secondary-color-50);

}



.other_col {

    padding-left: 50px
}



.footerBtnMain {

    display: none
}



.footer-desc {

    padding-right: 80px
}



.footer-desc p {

    color: #fff;

    font-size: 14px
}



.foot_cont_col {

    padding-left: 30px
}



.foot-follow {

    padding-left: 0
}



.footerMain .footBox .footCon .hlfmenu li {

    width: 50%;

    display: inline-block
}



.footerMain .footBox .footCon .footContact {

    position: relative;

    color: #fff;

    line-height: 1.4;

    font-size: 14px;

    font-weight: 400;

    margin-bottom: 5px;

    display: block;

    width: 100%;

    padding-left: 28px;

    text-transform: none
}



.footerMain .footBox .footCon .footContact .icon {

    position: absolute;

    left: 0;

    top: 2px;

    color: #fff
}



.footerMain .footBox .footCon .footContact a {

    color: #fff;

    transition: color 0.4s ease-in-out
}



.footerMain .footBox .footCon .footContact a:hover {

    color: var(--secondary-color-50)
}



.socialMeadia {

    display: inline-block;

    vertical-align: middle;

    padding-top: 20px
}



.socialMeadia a {

    position: relative;

    display: inline-block;

    width: 20px;

    text-align: center;

    font-size: 22px;

    color: #fff;

    transition: border 0.4s ease-in-out, background 0.4s ease-in-out, color 0.4s ease-in-out;

    margin-right: 10px;

    font-weight: 400
}



.socialMeadia a:last-child {

    margin-right: 0
}

.tel-number-new img {
    filter: invert(1);
    width: 25px;
    padding-right: 10px;
}



.footerMain .tel-number-new {
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footerMain .tel-number-new:hover {
    color: #000;
}



@media only screen and (min-width: 1025px) {

    .socialMeadia .fb:hover {

        color: #3b5998
    }



    .socialMeadia .twitter:hover {

        color: #000
    }



    .socialMeadia .linkedin:hover {

        color: #2867b2
    }



    .socialMeadia .instagram:hover {

        color: #c13584
    }



    .socialMeadia .youtube:hover {

        color: red
    }



    .socialMeadia .pinterest:hover {

        color: #E60023
    }

}



.copyrightsec {

    padding: 14px 0;

    width: 100%;

    position: relative;

    text-align: center;

    background: var(--primary-color-900);

    display: inline-block
}



.copyrightsec .copyright,
.powered {

    font-size: 13px;

    line-height: 1.2;

    font-weight: 400;

    color: #fff;

    text-align: center;

    margin: 0;

    display: inline-block;

    margin-top: 10px
}



.powered {

    display: inline-block;

    vertical-align: middle;

    margin-top: 0
}



.powered a {

    display: inline-block;

    vertical-align: bottom;

    width: 50px
}



.copyrightsec .copyright a {

    color: #fff;

    transition: color 0.4s ease-in-out
}



.copyrightsec .copyright a:hover {

    color: var(--secondary-color-50);

}



.copyrightsec .powerdBy {

    font-size: 14px;

    font-weight: 400;

    color: #fff;

    margin: 0;

    float: right
}



.copyrightsec .powerdBy span {

    display: inline-block;

    vertical-align: middle
}



.copyrightsec .powerdBy a {

    display: inline-block;

    vertical-align: middle;

    width: 60px
}



.footer-appointment-btn {

    display: none
}



.scrollTop {

    display: none;

    position: fixed;

    right: 10px;

    bottom: 90px;

    width: 40px;

    height: 40px;

    z-index: 999;

    background-color: #000;

    text-align: center;

    vertical-align: middle;

    border-radius: 50%
}



.scrollTop span {

    border: solid #fff;

    border-width: 0 2px 2px 0;

    display: inline-block;

    padding: 6px;

    transform: rotate(-135deg);

    -webkit-transform: rotate(-135deg);

    margin-top: 13px
}



.scrollTop:after {

    content: "";

    width: 2px;

    height: 14px;

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    background: #fff;

    margin-top: 13px
}



.aboutSec {

    overflow: hidden
}



.about-banner-sec {

    margin-top: 35px
}



.about-banner-wrap {

    display: flex;

    align-items: start;

    margin-left: 80px
}



.about-banner-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.about-banner-desc {

    margin-top: 90px;

    margin-left: 15px
}



.about-banner-desc .sec-head {

    margin-bottom: 30px
}



.about-banner-desc span {

    color: #000;

    font-size: 28px;

    font-weight: 500;

    line-height: 1.3;

    display: block;

    margin-top: 18px;

    margin-bottom: 48px
}



.about-con-sec {

    padding: 70px 0 120px
}



.about-con-sec .container {

    max-width: 1235px;

    padding: 0 15px
}



.about-con-wrap .sec-head {

    margin-bottom: 15px
}



.about-con-wrap .sec-head .sec-big-title {

    color: #F0F0F0;

    text-align: center;

    font-size: 100px;

    font-weight: 700;

    line-height: 1
}



.about-con-wrap .cmsCon p {

    color: #000;

    font-size: 18px;

    font-weight: 400;

    text-align: center;

    line-height: 1.4;

    max-width: 925px;

    margin: auto
}



.about-company-details {

    margin-top: 115px
}



.about-company-main {

    display: flex;

    flex-wrap: wrap;

    align-items: center
}



.about-company-row:nth-child(odd) .about-company-main {

    flex-direction: row-reverse
}



.about-company-main .about-company-col:first-child {

    width: 44%
}



.about-company-main .about-company-col:last-child {

    width: 56%
}



.about-company-desc {

    max-width: 526px
}



.about-company-row:nth-child(even) .about-company-main .about-company-desc {

    margin-left: 140px
}



.about-company-desc .sec-head .sec-title {

    font-size: 48px
}



.our-mission-desc {

    margin-left: 150px
}



.about-company-desc .cmsCon p {

    font-size: 18px;

    color: #000;

    font-weight: 400;

    line-height: 1.4
}



.about-service-sec .sec-head .sec-small-title span {

    color: #000;

    font-size: 26px;

    font-style: normal;

    font-weight: 500;

    line-height: 50px;

    opacity: 1
}



.our-service-sec.about-service-sec .sec-head .sec-small-title {

    font-size: 48px;

    left: 0;

    top: 40px
}



.about-lifestyle-sec .health-lifestyle-con .sec-head {

    margin-bottom: 40px
}



.contact-sec {

    padding: 30px 0
}



.contformainboxinner {

    padding: 100px 0 120px;

    position: relative
}



.contact-sec .container {

    max-width: 1173px;

    padding: 0 15px
}



.contformainbox {

    border-radius: 35px;

    border: 1px solid #DDD;

    background-color: #fff
}



.contforLeftbox {

    display: inline-block;

    width: 64%;

    vertical-align: top;

    padding: 50px
}



.contdetaiRightbox {

    display: inline-block;

    vertical-align: top;

    width: 36%
}



.contdetaiboxmain {

    border-radius: 0 35px 35px 0;

    background: var(--primary-color);

    height: 100%;

    font-size: 0;

    padding: 65px 34px
}



.headcontitle {

    color: #000;

    font-size: 30px;

    font-weight: 600;

    line-height: 1.4;

    margin-bottom: 25px
}



.contact-sec .form-group {

    margin-bottom: 24px
}



.contact-sec .form-group .form-control {

    border: 1px solid #FFF;

    background: var(--primary-color-50);

    color: var(--primary-color);

    font-weight: 400
}



.contact-sec .form-group .form-control::placeholder {

    color: #000;

    font-size: 18px;

    font-weight: 400;

    line-height: normal
}



.contact-sec .form-group textarea {

    border-radius: 35px;

    height: 140px
}



.contact-sec .submit-btn {

    margin-top: 26px
}



.contactdetaibox {

    border-bottom: 1px solid var(--primary-color-200);

    padding-bottom: 42px;

    margin-bottom: 42px
}



.contactdetaibox:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border: none
}



.contactdetai {

    color: #fff;

    font-size: 17px;

    font-style: normal;

    font-weight: 400;

    line-height: 1.4;

    position: relative;

    padding-left: 28px;

    max-width: 300px
}



.contactdetai .icon {

    width: 20px;

    height: 20px;

    position: absolute;

    top: 5px;

    left: 0;

    color: #fff
}



.contactdetai a {

    color: #FFF;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.4;

    transition: all .4s ease-in-out;

    display: block
}



.contactdetai a.con-whatapp {

    padding-top: 8px
}



.contactdetai a:hover {

    color: var(--secondary-color-50);

}



.contactdetai b {

    color: #fff;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.4;

    display: block;

    margin-bottom: 6px
}



.error-sec {

    padding: 90px 0;

    height: calc(100vh - 90px)
}



.error-sec .error-con {

    text-align: center;

    max-width: 450px;

    margin: auto
}



.error-sec .error-title {

    font-size: 200px;

    font-weight: 800;

    color: #000;

    font-family: 'adetti';

    line-height: 1.4
}



.error-sec .error-title span {

    color: var(--primary-color)
}



.error-sec .error-subtitle {

    font-size: 40px;

    line-height: 1;

    color: #000;

    font-weight: 700;

    padding-bottom: 20px
}



.error-sec p {

    color: #000;

    font-size: 16px;

    font-weight: 500;

    display: block;

    line-height: 1.4;

    margin-bottom: 22px
}



.error404 .breadcrumbmain {

    display: none
}



.service-banner-wrap {

    display: flex;

    align-items: center;

    margin-bottom: 0;

    justify-content: space-between;

    margin-top: 20px
}



.service-banner-desc {

    max-width: 636px;

    width: 100%
}



.service-banner-desc .sec-head span {

    color: #000;

    font-size: 28px;

    font-weight: 500;

    line-height: 1.3;

    display: block;

    margin-bottom: 6px
}



.service-banner-desc .sec-head .sec-big-title {

    line-height: 1.1
}



.service-baner-con {

    color: #000;

    font-size: 18px;

    font-weight: 500;

    line-height: 1.3;

    display: block;

    max-width: 750px
}



.our-availability-sec {

    background-color: var(--primary-color);

    padding: 133px 0;

    max-width: 100%
}



.our-availability-wrap .sec-head {

    margin-bottom: 45px
}



.our-availability-wrap .sec-head .sec-title {

    font-size: 48px
}



.our-availability-time ul {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 -12px;

    flex-wrap: wrap
}



.our-availability-time ul li {

    width: fit-content;

    display: inline-block;

    padding: 0 12px;

    margin-bottom: 15px
}



.our-availability-time ul li span {

    display: flex;

    min-width: 242px;

    height: 70px;

    padding: 23px 40px;

    justify-content: center;

    align-items: center;

    border-radius: 40px;

    background-color: #fff;

    color: var(--primary-color);

    text-align: center;

    font-size: 20px;

    font-weight: 700;

    line-height: 1;

    text-transform: uppercase;

    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out
}



.our-availability-time ul li:hover span {

    transform: translateY(-.5rem);

    background-color: #000;

    color: #fff
}



.service-bookform-sec {

    padding: 130px 0
}



.service-bookform-con span {

    color: #000
}



.service-bookform-con .sec-head .sec-title {

    font-size: 48px;

    color: #000
}



.service-bookform-con p {

    color: #000
}



.service-bookform-sec .book-form .wpcf7 form.invalid .wpcf7-response-output {

    color: #000
}



.service-doc-sec {

    padding: 120px 0
}



.service-doc-main {

    display: flex;

    align-items: center;

    flex-wrap: wrap
}



.service-doc-row:nth-child(even) .service-doc-main {

    flex-direction: row-reverse
}



.service-doc-main .service-doc-col:first-child {

    width: 45.5%
}



.service-doc-col .service-doc-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.service-doc-main .service-doc-col:last-child {

    width: 54.5%
}



.service-doc-title {

    color: #000;

    font-size: 45px;

    font-weight: 700;

    letter-spacing: -.48px;

    display: block;

    line-height: 1.2
}



.service-doc-row:nth-child(odd) .service-doc-main .service-doc-con {

    margin-left: 108px
}



.hydra-facial-ser-con {

    padding-left: 92px
}



.service-doc-row:nth-child(even) .service-doc-main .service-doc-con {

    margin-right: 108px
}



.service-doc-con .cmsCon p {

    line-height: 1.4
}



.other_desc {

    padding: 60px 0;

    width: 100%
}



.service-why-choose-wrap .sec-head {

    margin-bottom: 35px
}



.service-why-choose-wrap .sec-head span {

    color: #F0F0F0;

    text-align: center;

    font-size: 100px;

    font-weight: 700;

    line-height: 1.4
}



.our-dietetic-service-tab {

    display: block
}



.nav.mobile-tab {

    display: block;

    margin-bottom: 50px;

    text-align: center
}



.grecaptcha-badge {

    z-index: 2 !important
}



.service-why-choose-wrap .sec-title {

    font-size: 48px;

    letter-spacing: -.48px
}



.service-why-choose-wrap .cmsCon p {

    color: #000;

    font-size: 22px;

    font-weight: 500;

    line-height: normal;

    display: block;

    max-width: 1076px;

    margin: auto
}



.service-why-choose-list {

    padding: 100px 30px 30px;

    max-width: 1080px;

    margin: auto
}



.service-why-choose-list ul {

    width: auto;

    display: flex;

    align-items: start;

    flex-wrap: wrap;

    text-align: start;

    margin: 0 -30px
}



.service-why-choose-list ul li {

    width: 50%;

    padding: 0 30px;

    margin-bottom: 50px;

    color: #000;

    font-size: 18px;

    font-weight: 400;

    line-height: normal;

    position: relative;

    background-image: url(../img/svg/check-circle.svg);

    background-repeat: no-repeat;

    background-size: 20px;

    background-position: left 5px
}



.service-why-choose-wrap {

    margin-bottom: 100px
}



.service-why-choose-note p {

    background-color: var(--secondary-color-50);

    font-size: 16px;

    font-weight: 500;

    color: #000;

    line-height: 1.2;

    padding: 15px 30px;

    display: inline-block;

    border-radius: 6px;

    border: 1px solid var(--primary-color-200);

}



.our-dietetic-service {

    padding-bottom: 100px
}



.our-dietetic-service .sec-head {

    margin-bottom: 55px
}



.our-dietetic-service-title {

    color: #F0F0F0;

    text-align: center;

    font-size: 70px;

    font-weight: 700;

    line-height: 1.2;

    display: block
}



.our-dietetic-service .nav-link {

    background-color: transparent;

    width: auto;

    height: auto;

    color: #000;

    font-size: 18px;

    font-weight: 500;

    line-height: 1.2;

    text-align: left;

    margin: 0 8px 15px;

    padding: 5px;

    display: inline-block;

    vertical-align: middle;

    position: relative
}



.our-dietetic-service .nav-link::before {

    content: "";

    display: block;

    margin: 0 auto;

    width: 0;

    height: 2px;

    background-color: var(--primary-color);

    position: absolute;

    bottom: -4px;

    left: 0;

    -webkit-transition: opacity .3s ease, width .3s ease;

    -moz-transition: opacity .3s ease, width .3s ease;

    -o-transition: opacity .3s ease, width .3s ease;

    transition: opacity .3s ease, width .3s ease;

    -ms-transition: opacity .3s ease, width .3s ease
}



.service-tab-desc {

    margin: 0 40px
}



.our-dietetic-service .nav-link.active::before {

    width: 100%
}



.our-dietetic-service .nav-link.active {

    background-color: transparent;

    color: var(--primary-color)
}



.service-tab-desc .sec-title {

    font-size: 36px
}



.service-tab-desc .sec-head {

    margin-bottom: 30px
}



.service-tab-img {

    display: flex;

    align-items: center;

    margin-bottom: 50px
}



.service-tab-img .img-box {

    min-width: 392px;

    height: 100%
}



.service-tab-img .img-box img {

    width: 100%;

    height: 100%
}



.service-tab-inner {

    padding-left: 40px;

    max-width: 80%
}



.service-tab-img .cmsCon p {

    font-size: 20px;

    line-height: 1.5
}



.service-tab-list {

    list-style: none;

    font-size: 0;

    display: block;

    margin: 0 -40px
}



.service-tab-list-item {

    display: inline-block;

    vertical-align: top;

    width: 50%;

    padding: 0 40px;

    margin-bottom: 48px
}



.service-tab-list-item .service-tab-list-title {

    color: #000;

    font-size: 22px;

    line-height: 1.2;

    font-weight: 500;

    letter-spacing: -.356px;

    margin-bottom: 6px
}



.service-tab-list-item .cmsCon p {

    font-size: 16px;

    text-align: justify;

    max-width: 100%
}



.our-service-book {

    background-image: url(../img/dietetics-services-form-2.jpg);

    background-repeat: no-repeat;

    background-position: top center;

    background-size: cover;

    width: 100%;

    height: 100%;

    position: relative;

    padding: 180px 0;

    margin-bottom: 120px
}



.our-service-book .sec-head .sec-title {

    margin-top: 20px;

    display: block;

    line-height: 1.2
}



.service-bookform2-btn {

    margin-top: 20px
}



.popupMain {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: -1;

    text-align: center;

    overflow: auto;

    opacity: 0;

    visibility: hidden;

    transition: 300ms all;

    -webkit-transition: 300ms all;

    padding: 15px
}



.popVisible {

    opacity: 1;

    visibility: visible;

    z-index: 9999
}



.popupMain:before {

    content: "";

    display: inline-block;

    vertical-align: middle;

    margin-left: -5px;

    height: 100%
}



.overlayer {

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, .8);

    opacity: 0;

    visibility: hidden;

    transition: 300ms all;

    -webkit-transition: 300ms all
}



.popupMain .overlayer {

    background-color: rgba(122, 122, 122, .6)
}



.popVisible .overlayer {

    opacity: 1;

    visibility: visible
}



.popBody {

    display: inline-block;

    vertical-align: middle;

    text-align: left;

    position: relative;

    z-index: 99;

    transition: 600ms all;

    -webkit-transition: 600ms all;

    background: #fff;

    max-width: 500px;

    width: 100%;

    height: auto;

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    border-radius: 7px;

    overflow: hidden
}



.popVisible .popBody {

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -webkit-transform: translateY(0);

    transform: translateY(0)
}



#get_pop .popBody {

    max-width: 900px;

    padding: 0
}



.popBody:before {

    position: absolute;

    left: 0;

    right: 0;

    top: 50px;

    bottom: 50px;

    background-color: #fff;

    content: "";

    z-index: -1
}



.formMainInner {

    position: relative;

    padding: 0
}



.closePopup {

    position: absolute;

    right: 10px;

    top: 10px;

    width: 30px;

    height: 30px;

    transition: all .4s ease-in-out;

    z-index: 2
}



.closePopup:before {

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

    width: 77%;

    height: 2px;

    background: #fff;

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

    transition: 600ms all;

    -webkit-transition: 600ms all
}



.closePopup:after {

    position: absolute;

    content: "";

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

    width: 77%;

    height: 2px;

    background: #fff;

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

    transition: 600ms all;

    -webkit-transition: 600ms all
}



.closePopup::before,
.closePopup::after {

    background: #000
}



.form_sl {

    position: relative;

    width: 100%;

    max-width: unset;

    min-height: unset;

    padding: 0 40px;

    background-color: transparent;

    box-shadow: none;

    border-radius: unset;

    margin: unset
}



.formTitle {

    color: #000;

    margin: 0;

    font-size: 26px;

    font-weight: 700;

    text-transform: uppercase
}



.book-appointment-inner {

    margin-top: 20px
}



.book-appointment-inner .form-group {

    margin-bottom: 15px;
    position: relative;

}



.book-appointment-inner .form-group textarea {

    border-radius: 25px;

    height: 110px
}



.book-appointment-inner .form-group .form-control {

    padding: 12px 25px;

    min-height: 40px;

    font-size: 16px;

    color: var(--primary-color)
}



.book-appointment-inner .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.book-appointment-inner .wpcf7-form-control-wrap label.error {

    top: 42px;

    left: 20px
}



.book-appointment-inner .wpcf7 form.invalid .wpcf7-response-output,
.book-appointment-inner .wpcf7 form.unaccepted .wpcf7-response-output,
.book-appointment-inner .wpcf7 form.payment-required .wpcf7-response-output {

    position: absolute;

    bottom: -78px;

    left: 0;

    font-size: 14px
}



.book-appointment-inner .form-group .form-control::placeholder {

    font-size: 16px;

    color: var(--primary-color)
}



.book-appointment-inner .submit-btn {

    margin-top: 10px
}



.closePopup:hover {

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg)
}



.closePopup:hover:before,
.closePopup:hover:after {

    background: var(--primary-color)
}



.book-appointment-inner .submit-btn .btn {

    padding: 18px 30px;

    font-size: 16px
}



.formOfferImg img {

    max-width: 460px
}



.book-appointment-fixed {

    overflow: hidden
}



.footer-whatsapp a {

    position: fixed;

    right: 20px;

    bottom: 50%;

    width: 70px;

    height: 70px;

    background-color: #1cd766;

    text-align: center;

    vertical-align: middle;

    border-radius: 50%;

    z-index: 99;

    padding: 15px;

    animation: breathe 2s ease-in-out infinite
}

.footer-call-now a {

    position: fixed;

    right: 20px;

    bottom: 17%;

    width: 70px;

    height: 70px;

    background-color: #ffffff;

    text-align: center;

    vertical-align: middle;

    border-radius: 50%;

    z-index: 99;

    padding: 15px;

    animation: breathe-call 2s ease-in-out infinite
}



@keyframes breathe {

    0% {

        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5)
    }



    70% {

        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }



    100% {

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
    }

}

@keyframes breathe-call {

    0% {

        box-shadow: 0 0 0 0 rgb(255 255 255 / 50%)
    }



    70% {

        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }



    100% {

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
    }

}



.mobile-bottom-btn {

    display: none
}



.doctor-on-call-book {

    background-image: url(../img/doctor-on-call-form-2.jpg);

    background-repeat: no-repeat;

    background-position: top center;

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: relative;

    padding: 170px 0;

    margin-bottom: 140px
}



.doctor-on-call-service-sec {

    margin-bottom: 70px;
    margin-top: 70px;

}



.doctor-on-call-service-sec .sec-head {

    text-align: center;

    margin-bottom: 50px
}



.doctor-on-call-service-sec .sec-head .sec-title {

    font-size: 48px
}



.doctor-service-item {

    position: relative;

    display: block;

    margin-bottom: 15px;

    overflow: hidden;

    cursor: pointer;

    border-radius: 20px;
    overflow: hidden;
}



.doctor-service-item::before {

    content: '';

    position: absolute;

    border-radius: 0 0 5px 5px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.07%, #000 106.31%);

    width: 100%;

    height: 185px;

    bottom: 0;

    z-index: 1
}



.doctor-service-img {

    width: 640px;

    height: 355px;

    display: block
}



.doctor-service-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 5px;

    transition: all .4s ease-in-out
}



.doctor-service-con {

    position: absolute;

    bottom: 0;

    z-index: 1;

    width: 100%
}



.doctor-service-con-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 30px;

    flex-wrap: wrap
}

.doctor-service-con-inner .cms-con {
    margin-top: 10px;
}

.doctor-service-con-inner .cms-con p {
    color: #fff;
}



.doctor-service-con-inner span {

    width: 100%
}

.doctor-service-row .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgb(207 207 207);
}

.doctor-service-row .slick-dots .slick-active button {
    background-color: var(--primary-color);
}


.doctor-service-con span a {

    color: #fff;

    text-shadow: 2px 0 1px rgba(0, 0, 0, .25);

    font-size: 25px;

    font-weight: 600;

    line-height: 1.2;

    display: block
}

.service-banner-sec.style-2 .container {
    max-width: 100%;
    padding: 0;
}

.service-banner-sec.style-2 .service-banner-wrap {
    position: relative;
}

.service-banner-sec.style-2 .service-banner-wrap .service-banner-desc {
    position: absolute;
    max-width: 1310px;
    padding: 0 15px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 40px 0;
}

.service-banner-sec.style-2 .service-banner-img {
    width: 100%;
}

.service-banner-sec.style-2 .service-banner-img img {
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.service-banner-sec.style-2 .service-banner-desc .sec-head .sec-big-title,
.service-banner-sec.style-2 .service-baner-con {
    color: #fff;
}

.doctor-service-button {

    color: #fff;

    text-align: center;

    font-size: 18px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 1.8px;

    text-decoration-line: underline;

    text-transform: uppercase;

    background: transparent;

    transition: all .4s ease-in-out;

    margin-top: 10px;

}


.doctor-service-col {
    padding: 0 15px;
}

.doctor-service-row {
    margin: 0 -15px;
}

.doctor-service-row .slick-dots {
    padding-left: 15px;
    text-align: center;
}


.doctor-service-button:hover {

    color: #fff;

    text-decoration: underline
}



.doctor-service-item:hover .doctor-service-img img {

    -ms-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    transform: scale(1.1)
}



.our-service-sec {

    margin: 100px 0
}



.headcall {

    display: flex;

    justify-content: end
}



.headcall .call-icon {

    display: none;

    background: var(--primary-color);

    color: #000;

    border-radius: 50%;

    width: 50px;

    padding: 13px;

    height: 50px;

    line-height: 2.5;

    text-align: center;

    font-size: 22px;

    animation: innerCircle 1s ease-in-out infinite alternate;

    -webkit-animation: innerCircle 1s ease-in-out infinite alternate
}



@keyframes innerCircle {

    0% {

        -webkit-transform: rotate(0) skew(1deg)
    }



    10% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }



    20% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }



    30% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }



    40% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }



    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }



    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

}



.headcall .call-icon:hover {

    background: #000
}



.home-profile-test-sec {

    margin-bottom: 100px
}



.home-profile-test-box {

    background-color: var(--secondary-color-50);

    border-radius: 6px;

    border: 1px solid var(--primary-color-200);

    padding: 38px 30px;

    min-height: 710px
}



.home-profile-test-title {

    color: #000;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.3;

    display: block;

    padding-bottom: 8px
}



.home-profile-test-list {

    padding-top: 25px
}



.home-profile-test-list ul {

    font-size: 0;

    display: block;

    width: 100%
}



.home-profile-test-list ul li {

    font-size: 16px;

    font-weight: 400;

    line-height: 1.2;

    display: inline-block;

    vertical-align: middle;

    width: 50%;

    margin-bottom: 11px;

    position: relative;

    padding-left: 20px
}



.home-profile-test-list ul li::before {

    content: "";

    position: absolute;

    left: 0;

    right: inherit;

    top: 5px;

    bottom: inherit;

    width: 10px;

    height: 10px;

    border-bottom: 2px solid var(--primary-color);

    border-right: 2px solid var(--primary-color);

    transform: rotate(-45deg);

    margin: auto
}



.home-profile-test-more {

    margin-top: 10px;

    display: block
}



.page-template-doctor-on-call-dubai .header-main,
.page-template-doctor-on-call-dubai-live-chat .header-main {

    border-bottom: 0;

    position: absolute
}



.page-template-doctor-on-call-dubai .header-main.has_sticky,
.page-template-doctor-on-call-dubai-live-chat .header-main.has_sticky {

    position: fixed
}



.service-doc-sec.more-service-sec {

    padding: 0;

    margin-bottom: 120px
}



.more-service-row .service-doc-main {

    flex-direction: row-reverse
}



.service-doc-row.more-service-row:nth-child(odd) .service-doc-main .service-doc-con {

    margin-right: 108px;

    margin-left: 0
}



.service-doc-row.more-service-row:nth-child(even) .service-doc-main .service-doc-con {

    margin-right: 0;

    margin-left: 108px
}



.foot-call-button {

    margin-top: 20px
}



.foot-call-button a {

    display: inline-flex;

    align-items: center;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.2;

    color: #fff;

    text-transform: uppercase
}



.foot-call-button a img {

    width: 25px;

    height: 25px;

    margin-right: 6px;

    animation: innerCircle 1s ease-in-out infinite alternate;

    -webkit-animation: innerCircle 1s ease-in-out infinite alternate
}



.foot-call-button a span {

    font-size: 36px;

    font-weight: 500;

    color: #fff;

    line-height: 1;

    padding-right: 6px;

    font-family: 'Oswald', sans-serif
}



.foot_landing .foot-call-button {

    margin-top: 0
}



.page-template-service-template .service-doc-sec .service-doc-con .cmsCon p {

    font-size: 18px
}



.service-con-bold {

    font-size: 20px !important;

    font-weight: 500 !important
}



.blogSec {

    padding: 100px 0 20px
}



.blogSec .secHead {

    margin-bottom: 20px
}



.blogMain {

    width: 100%;

    margin: 0 -2px
}



.blogMain .colBox {

    margin-bottom: 30px
}



.blogBox {

    display: block;

    position: relative;

    overflow: hidden;

    background: #fff;

    height: 100%;

    border-radius: 5px;

    border: 1px solid #f5f5f5
}



.blogImg {

    display: block;

    padding-bottom: 75%;

    width: 100%;

    position: relative;

    border-radius: 0;

    overflow: hidden
}



.blogDate {

    display: flex;

    background: var(--primary-color);

    position: absolute;

    top: -15px;

    left: 20px;

    color: #fff;

    font-weight: 400;

    font-size: 14px;

    border-radius: 4px;

    line-height: 1;

    padding: 10px 12px;

    text-align: center
}



.blogDate i {

    margin-right: 4px;

    background: url(https://www.doctorsforyou.ae/themes/diaetabyasmi-v2/img/svg/clock.svg) no-repeat;

    width: 14px;

    height: 14px;

    background-size: 100%;

    filter: invert(1);

    font-style: normal
}



.blogImg:before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 999;

    opacity: 0;

    margin: auto;

    visibility: hidden;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out
}



.blogImg img {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    -o-object-position: center;

    object-position: center;

    -webkit-transition-duration: 2s;

    -moz-transition-duration: 2s;

    -ms-transition-duration: 2s;

    transition-duration: 2s;

    transition: all .8s ease-in-out
}



.blogCon {

    padding: 20px 0
}



.blogTitle {

    min-height: 56px;

    margin-bottom: 12px
}



.blogTitle a {

    font-weight: 600;

    font-size: 22px;

    color: #0f1729;

    text-decoration: none;

    outline: none;

    transition: all 0.4s ease-in-out;

    line-height: 1.2
}



.blogTitle a:hover {

    color: var(--primary-color);

    text-decoration: none
}



.blogCon p {

    font-weight: 500;

    color: #000;

    line-height: 1.4;

    font-size: 14px;

    display: -webkit-box;

    max-width: 400px;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis
}



.blogCon .btn.btn-light {

    padding: 0;

    background: transparent;

    min-width: auto;

    color: var(--primary-color);

    border: none;

    box-shadow: none;

    position: relative;

    transition: all 0.4s ease-in-out;

    transform: none;

    font-size: 14px;

    line-height: 1
}



.blogCon .btn.btn-light:hover {

    color: #000 !important
}



.blogCon .btn.btn-light:hover::after {

    border-left: 2px solid #000;

    border-bottom: 2px solid #000
}



.blogCon .btn .icon {

    display: inline-block;

    vertical-align: middle;

    padding-left: 10px;

    font-size: 20px
}



.blogCon .btn.btn-light:after {

    content: "";

    position: absolute;

    left: inherit;

    top: 0;

    bottom: 0;

    width: 9px;

    height: 9px;

    border-left: 2px solid var(--primary-color);

    border-bottom: 2px solid var(--primary-color);

    transform: rotate(224deg);

    right: -15px;

    margin: auto;

    transition: all 0.4s ease-in-out
}



.blogBox:hover .blogImg img {

    -webkit-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -moz-transform: scale(1.1);

    transform: scale(1.1);

    -o-transform: scale(1.1);

    -webkit-transition-duration: 2s;

    transition-duration: 2s
}



.bloginnerSec {

    padding: 40px 0 85px
}



.bloginnerSec .sec-head {

    margin-bottom: 60px
}



.sideBar {

    display: inline-block;

    background: var(--primary-color-50);

    padding: 40px 30px 30px 30px;

    margin-left: 30px;

    position: relative
}



.searchBox {

    display: inline-block;

    width: 100%
}



.searchBox label {

    display: none
}



.search-form {

    display: block;

    width: 100%;

    position: relative;

    overflow: hidden
}



.search-form label {

    display: block
}



.search-form .search-field {

    border: 1px solid #e2e2e2;

    position: relative;

    width: 100%;

    font-weight: 400;

    color: #333;

    box-sizing: border-box;

    font-size: 14px;

    padding: 10px 38px 10px 20px;

    line-height: 1.2
}



.search-form .search-submit {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    width: 48px;

    background: url(/web/20240418093211im_/https://www.doctorsforyou.ae/themes/diaetabyasmi-v2/img/search-icon.svg) no-repeat center;

    background-size: 40%;

    border: 0;

    outline: none;

    float: right;

    text-align: center;

    padding: 4.5%;

    font-size: 0;

    filter: opacity(.5)
}



.search-submit .icon-search {

    font-size: 22px;

    color: #ccc;

    line-height: 1;

    height: 1rem;

    vertical-align: middle
}



.sideBar .wp-block-heading {

    float: left;

    width: 100%;

    font-size: 18px;

    line-height: 20px;

    font-weight: 700;

    color: #000;

    padding: 5px 0;

    border-bottom: 1px solid #e2e2e2;

    margin-bottom: 10px;

    position: relative;

    padding-bottom: 12px;

    padding-top: 28px;

    text-transform: uppercase
}



.sideBar .wp-block-heading:before {

    content: "";

    width: 80px;

    height: 2px;

    background: var(--primary-color);

    position: absolute;

    bottom: 0;

    left: 0;

    margin: auto
}



.sideBar ul {

    display: inline-block;

    width: 100%;

    padding-bottom: 5px;

    margin: 0
}



.sideBar ul li {

    border-bottom: 1px solid #e2e2e2;

    padding-bottom: 7px
}



.sideBar ul li:last-child {

    border-bottom: 0
}



.sideBar ul li a {

    color: #000;

    font-weight: 500;

    font-size: 14px;

    line-height: 18px;

    position: relative;

    display: inline-block;

    padding-top: 10px;

    transition: all 0.4s ease-in-out;

    text-decoration: none
}



.sideBar ul li a:hover {

    color: var(--primary-color)
}



.sideBar ul li .post-date {

    display: block;

    color: #989898;

    padding-bottom: 0;

    font-size: 13px;

    padding-top: 0
}



.blogDetails .blogTitle {

    height: auto;

    min-height: 0;

    font-weight: 600;

    font-size: 26px;

    line-height: 1.4
}



.blogDetails .blogMain .blogImg {

    margin-bottom: 40px;

    overflow: inherit
}



.blogDetails .blogMain .blogImg .blogDate {

    top: inherit;

    bottom: -15px;

    z-index: 1
}



.blogDetails .blogMain img {

    max-width: 100%;

    margin: 0;

    border-radius: 5px
}



.blogDetails .cmsCon p.smallTitle {

    font-weight: 400;

    font-size: .75rem;

    color: #999;

    line-height: 1.5;

    margin-bottom: 5px
}



.blogDetails ol {

    margin-bottom: 18px
}



.blogDetails ol li {

    font-weight: 400;

    font-size: .9375rem;

    color: #515356;

    line-height: 1.6
}



input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {

    -webkit-appearance: none
}



.bloginnerSec .blogBox .blogCon {

    padding: 40px 20px 30px;

    position: relative
}



.search-form .screen-reader-text {

    display: none
}



.bloginnerSec .cmsCon h2,
.bloginnerSec .cmsCon h3,
.bloginnerSec .cmsCon h4,
.bloginnerSec .cmsCon h5,
.bloginnerSec .cmsCon h6 {

    margin-bottom: 20px
}



.bloginnerSec .cmsCon h2 {

    font-size: 34px
}



.bloginnerSec .cmsCon h3 {

    font-size: 26px
}



.bloginnerSec .cmsCon h4 {

    font-size: 22px
}



.bloginnerSec .cmsCon h5 {

    font-size: 20px
}



.bloginnerSec .cmsCon .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 30px 30px 0
}



.bloginnerSec .cmsCon .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 30px 30px
}



.bloginnerSec .cmsCon .aligncenter {

    display: block;

    width: auto;

    max-width: 100%;

    margin: 0 auto 30px auto;

    text-align: center
}



.navigation.pagination {

    display: block;

    text-align: center;

    width: 100%;

    margin-bottom: 20px
}



.navigation.pagination .page-numbers {

    padding: 0;

    width: 40px;

    height: 40px;

    line-height: 40px;

    border-radius: 50%;

    border: 1px solid var(--primary-color);

    display: inline-block;

    font-weight: 600;

    font-size: 16px;

    text-transform: uppercase
}



.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {

    background: var(--primary-color);

    color: #fff
}



.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers {

    width: auto;

    border: 0;

    position: relative
}



.navigation.pagination .next.page-numbers:hover,
.navigation.pagination .prev.page-numbers:hover {

    background: none;

    color: var(--primary-color)
}



.navigation.pagination .next.page-numbers:after,
.navigation.pagination .prev.page-numbers:after {

    content: "";

    position: absolute;

    left: inherit;

    top: 0;

    bottom: 0;

    width: 9px;

    height: 9px;

    border-left: 2px solid #000;

    border-bottom: 2px solid #000;

    transform: rotate(224deg);

    right: -15px;

    margin: auto;

    transition: all 0.4s ease-in-out
}



.navigation.pagination .next.page-numbers:hover:after,
.navigation.pagination .prev.page-numbers:hover:after {

    border-color: var(--primary-color)
}



.navigation.pagination .prev.page-numbers:after {

    right: inherit;

    left: -15px;

    transform: rotate(45deg)
}



.navigation.pagination .next.page-numbers {

    margin-left: 10px
}



.navigation.pagination .prev.page-numbers {

    margin-right: 10px
}



.nth-found {

    margin-bottom: 50px
}



.latestblogSec {

    padding: 100px 0 70px
}



.latestTop {

    position: relative
}



.latestTop .sec-head {

    margin-bottom: 10px
}



.latestTop .readmoreBtn {

    position: absolute;

    right: 0;

    top: 16px;

    font-size: 18px;

    font-weight: 700;

    color: var(--primary-color);

    text-transform: uppercase;

    padding-right: 20px;

    transition: all 0.4s ease-in-out
}



.latestTop .readmoreBtn:after {

    content: "";

    position: absolute;

    left: inherit;

    top: 0;

    bottom: 0;

    width: 11px;

    height: 11px;

    border-left: 2px solid var(--primary-color);

    border-bottom: 2px solid var(--primary-color);

    transform: rotate(224deg);

    right: 2px;

    margin: auto;

    transition: all 0.4s ease-in-out
}



.latestTop .readmoreBtn:hover {

    color: #000
}



.latestTop .readmoreBtn:hover:after {

    border-color: #000
}



.latestBlogSlider {

    margin: 0 -15px
}



.latestblogList {

    padding: 30px 15px
}



.latestblogSec .blogBox .blogCon {

    padding: 40px 20px 30px;

    position: relative
}



.blogDetails .a2a_kit.a2a_kit_size_32 span {

    background-color: transparent !important
}



.addtoany_content {

    padding-top: 15px;

    border-top: 1px solid #ededed
}



.a2a_kit svg path {

    fill: #666666 !important
}



.a2a_button_facebook:hover svg path {

    fill: #3b5998 !important
}



.a2a_button_twitter:hover svg path {

    fill: #1da1f2 !important
}



.a2a_button_messenger:hover svg path {

    fill: #0084ff !important
}



.a2a_button_tumblr:hover svg path {

    fill: #37455c !important
}



.a2a_button_google_plusone_share:hover svg path {

    fill: #dc4e41 !important
}



.a2a_button_compact:hover svg path {

    fill: #ff6550 !important
}



.a2a_button_linkedin:hover svg path {

    fill: #0077b5 !important
}



.a2a_button_whatsapp:hover svg path {

    fill: #12af0a !important
}



.a2a_button_email:hover svg path {

    fill: #f07c00 !important
}



.a2a_button_pinterest:hover svg path {

    fill: #e60023 !important
}



.a2a_dd:hover svg path {

    fill: var(--primary-color) !important
}



.addtoany_list a:hover span {

    opacity: 1 !important
}



.page-id-862 .our-service-book,
.page-id-879 .our-service-book {

    margin-bottom: 0
}



.doctor-on-call-from-sec {

    background: var(--primary-color-900);

    padding: 65px 30px 35px 150px
}



.doctor-on-call-from-title {

    color: #fff;

    font-size: 28px;

    font-style: normal;

    font-weight: 700;

    line-height: 1.4;

    text-transform: uppercase
}



.doctor-on-call-from-sec .sec-head span,
.doctor-on-call-from-sec .sec-head span a {

    color: #fff;

    text-align: justify;

    font-size: 20px;

    font-weight: 400;

    line-height: normal;

    transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    -moz-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out
}



.doctor-on-call-from-sec .sec-head span a:hover {

    color: var(--secondary-color-50)
}



/* .doctor-on-call-from-sec .wpcf7 form .wpcf7-response-output {

    display: none

} */



.head-helpline {

    display: none
}



.head-helpline img {

    width: 60px;

    height: 60px;

    object-fit: cover
}



.top-head {

    background-color: var(--primary-color);

    text-align: center;

    padding: 8px;

    display: none
}



.top-head span,
.top-head span a {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.2
}



.top-head span a:hover {

    color: var(--secondary-color-50)
}



.header-main.has_sticky .top-head {

    display: none
}



.banner-landing-sec .bannerTagtop {

    color: #000;

    font-size: 30px;

    font-weight: 800;

    line-height: 1.4;

    text-transform: uppercase;

    padding-bottom: 6px
}



.banner-landing-sec .banner-caption {

    top: inherit;

    bottom: 60px;

    transform: translateY(0);

    z-index: 999
}



.banner-landing-sec .banner-box {
	position: relative;
	background-image: url("https://www.doctorsforyou.ae/wp-content/uploads/2024/11/hero-h-banner.png");
}



.banner-landing-sec .banner-box::before {

    content: "";

    position: absolute;

    background: linear-gradient(7deg, #ffffffb3 5.33%, rgba(255, 255, 255, 0) 92.97%);

    bottom: 0;

    left: 0;

    right: 0;

    top: inherit;

    width: 100%;

    height: 610px;

    z-index: 1
}



.banner-landing-sec .banner-title {

    color: var(--primary-color);

    text-transform: uppercase
}



.mobile-banner-img {

    display: none !important
}



.banner-landing-btn {

    min-width: 225px
}



.doctor-slide {

    padding: 0 15px
}



.doctor-details {

    margin: 0 -15px
}



.doctor-details .slick-dots {

    text-align: center;

    margin-top: 30px
}



.headcall .call-icon.call-chat {

    padding: 11px
}



.headcall .call-icon.call-chat img {

    margin-left: 2px
}



.page-template-doctor-on-call-dubai-live-chat .call-back-btn {

    display: none
}



.page-template-doctor-on-call-dubai-live-chat .mobile-bottom-btn-item a {

    font-size: 10px;

    display: flex;

    align-items: center;

    justify-content: center
}



.page-template-doctor-on-call-dubai-live-chat .mobile-bottom-btn-item img {

    width: 15px;

    height: 15px;

    margin: 0 5px 0 0
}



.page-template-doctor-at-your-place .header-main {

    border-bottom: 0;

    position: absolute
}



.page-template-doctor-at-your-place .header-main.has_sticky {

    position: fixed
}



.doctor-your-place-banner.banner-landing-sec .banner-box::before {

    content: none
}



.doctor-your-place-banner .banner-caption {

    bottom: inherit;

    top: 50%;

    left: 75px;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    margin-top: 40px
}



.doctor-your-place-banner.banner-landing-sec .banner-title {

    font-size: 74px;

    font-weight: 800;

    letter-spacing: -3px;

    max-width: 880px
}



.doctor-your-place-banner.banner-landing-sec .banner-title span {

    font-weight: 300;

    display: block
}



.doctor-your-place-banner .banner-desc {

    font-weight: 600;

    max-width: 880px
}



.emergency-doctor-sec {

    padding: 135px 0;

    display: block
}



.emergency-doctor-sec .sec-head .sec-title {

    max-width: 380px;

    line-height: 1.1;

    padding-bottom: 5px
}



.emergency-doctor-sec .sec-head span {

    color: #000;

    font-size: 41px;

    font-weight: 400;

    line-height: 1.2;

    display: block
}



.emergency-doctor-sec .cmsCon {

    max-width: 750px;

    padding-left: 100px;

    text-align: left
}



.emergency-doctor-sec .cmsCon p {

    font-size: 18px;

    font-weight: 400
}



.why-choose-doctor-sec {

    padding: 132px 0
}



.why-choose-doctor-sec .sec-head {

    text-align: center
}



.why-choose-doctor-sec .sec-head .sec-title {

    font-size: 48px;

    color: #000
}



.why-choose-doctor-sec .sec-innee-title {

    font-size: 20px;

    font-weight: 500;

    line-height: 1;

    color: #000;

    display: block;

    margin-top: 15px
}



.why-choose-doctor-main {

    display: block;

    margin-top: 60px
}



.why-choose-doctor-box {

    border-radius: 20px;

    background: var(--primary-color-50);

    padding: 64px 29px 35px;

    width: 100%;

    height: 100%
}



.why-choose-doctor-img {

    width: 110px;

    height: 110px;

    margin-bottom: 55px
}



.why-choose-doctor-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.why-choose-doctor-box-title {

    color: #000;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.2;

    display: block;

    margin-bottom: 25px
}



.secure-your-service-sec {

    padding: 132px 0
}



.secure-your-service-main {

    border-radius: 20px;

    border: 2px solid var(--primary-color);

    background-color: #fff;

    padding: 80px 45px;

    display: flex;

    align-items: center;

    overflow: hidden
}



.secure-your-service-main .sec-head {

    width: 27%
}



.secure-your-service-main .sec-head .sec-title {

    color: #000;

    font-size: 39px;

    font-weight: 700;

    line-height: 1.2;

    display: block
}



.secure-your-service-main .sec-head span {

    color: #000;

    font-size: 29px;

    font-weight: 400;

    line-height: 1.2;

    display: block
}



.secure-your-service-main .secure-your-service-inner {

    width: 73%;

    padding-left: 52px
}



.secure-your-service-img {

    width: 80px;

    height: 80px;

    margin-bottom: 38px
}



.secure-your-service-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.secure-your-service-desc .secure-your-service-title span {

    color: #000;

    font-size: 20px;

    font-weight: 600;

    line-height: 1;

    display: block
}



.secure-your-service-desc .secure-your-service-title {

    color: var(--primary-color);

    font-size: 50px;

    font-weight: 300;

    line-height: 1;

    display: block;

    margin-bottom: 15px;

    font-weight: 500
}



.secure-your-service-desc .cmsCon p {

    font-size: 14px;

    font-weight: 400;

    line-height: 1.3;

    color: #000;

    display: block
}



.secure-your-service-row .secure-your-service-col {

    padding: 0 20px
}



.secure-your-service-row {

    margin: 0 -20px
}



.our-team-sec {

    padding: 132px 0
}



.our-team-wrap {

    width: 955px;

    margin: auto
}



.our-team-wrap .our-team-img {

    width: 322px;

    height: 100%;

    margin: auto
}



.our-team-wrap .our-team-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.our-team-wrap .sec-head {

    text-align: center;

    margin-top: 50px;

    margin-bottom: 50px
}



.our-team-wrap .cmsCon {

    text-align: center
}



.our-team-wrap .cmsCon p {

    font-size: 24px;

    font-weight: 500;

    color: #000;

    display: block;

    line-height: 1.2
}



.our-team-btn {

    text-align: center;

    margin-top: 25px
}



.our-team-btn .btn {

    font-size: 38px;

    font-weight: 800;

    padding: 14px 24px;

    line-height: 1.1
}



.service-dubai-stand-sec {

    padding: 132px 0
}



.service-dubai-stand-main {

    width: 882px;

    margin: auto
}



.service-dubai-stand-main .sec-head .sec-title {

    font-size: 46px
}



.service-dubai-inner {

    position: relative;

    padding: 35px 20px 0
}



.service-dubai-list {

    display: flex;

    justify-content: center
}



.service-dubai-col {

    width: 50%
}



.service-dubai-box {

    border-radius: 20px;

    background: var(--primary-color-50);

    padding: 30px;

    margin-right: 20px;

    margin-bottom: 20px
}



.service-dubai-box-img {

    width: 50px;

    height: 50px;

    margin-bottom: 35px
}



.service-dubai-box-img img {

    width: 100%;

    height: 100%;

    object-fit: cover
}



.service-dubai-box-title {

    font-size: 20px;

    font-weight: 600;

    color: #000;

    display: block;

    line-height: 1.2;

    margin-bottom: 15px;

    max-width: 227px
}



.service-dubai-bonx .cmsCon {

    max-width: 300px
}



.service-dubai-bonx .cmsCon p {

    line-height: 1.4
}



.service-dubai-list .service-dubai-col:last-child {

    margin-top: 110px
}



.service-dubai-list .service-dubai-col:last-child .service-dubai-box {

    margin-right: 0
}



.doctor-work-img {

    width: 100%;

    height: 100%
}



.doctor-work-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px
}



.doctor-work-con {

    padding-right: 70px
}



.doctor-work-sec {

    padding: 132px 0
}



.doctor-work-con .sec-head {

    margin-bottom: 45px
}



.page-id-739 .foot-call-button {

    display: none
}



.doctor-work-con .sec-head .sec-title {

    font-size: 48px
}



.doctor-work-list ol {

    list-style: none;

    counter-reset: my-awesome-counter
}



.doctor-work-list ol li {

    position: relative;

    margin-bottom: 50px;

    padding-left: 80px;

    max-width: 512px;

    counter-increment: my-awesome-counter
}



.doctor-work-list ol li::before {

    content: "0" counter(my-awesome-counter);

    font-size: 22px;

    font-weight: 800;

    color: #fff;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    background-color: var(--primary-color);

    position: absolute;

    left: 0;

    top: 2px;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    -ms-border-radius: 100%;

    -o-border-radius: 100%
}



.doctor-work-list ol li .cmsCon span {

    color: #000;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.2;

    display: block;

    padding-bottom: 10px
}



.doctor-work-list ol li .cmsCon p {

    color: #000;

    font-size: 18px;

    font-weight: 400;

    line-height: 1.2;

    display: block
}



.immediate-healthcare-sec {

    padding: 132px 0
}



.immediate-healthcare-wrap {

    background-color: var(--primary-color-50);

    border-radius: 20px;

    padding: 80px 0
}



.immediate-healthcare-box {

    max-width: 980px;

    margin: auto
}



.immediate-healthcare-box .sec-head {

    margin-bottom: 40px
}



.immediate-healthcare-box .sec-head .sec-title {

    font-size: 30px;

    font-weight: 700;

    line-height: 1.2;

    display: block;

    color: #000;

    text-align: center
}



.immediate-healthcare-box .cmsCon {

    text-align: center
}



.immediate-healthcare-box .cmsCon p {

    font-size: 18px;

    font-weight: 400;

    line-height: 1.4
}



.immediate-healthcare-box .cmsCon p a {

    font-weight: 700
}



.immediate-healthcare-btn {

    text-align: center;

    margin-top: 44px
}



.doctor-at-place-faq {

    padding: 132px 0
}



.doctor-work-list ol li:last-child {

    margin-bottom: 0
}



.btn-white.banner-landing-btn {

    border: 3px solid var(--primary-color-900);

    transition: all .4s ease-in-out;

    -webkit-transition: all .4s ease-in-out;

    -moz-transition: all .4s ease-in-out;

    -ms-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out
}



.btn-white.banner-landing-btn:hover {

    border: none
}



.iti__selected-flag {

    border-radius: 20px 0 0 20px;

    -webkit-border-radius: 20px 0 0 20px;

    -moz-border-radius: 20px 0 0 20px;

    -ms-border-radius: 20px 0 0 20px;

    -o-border-radius: 20px 0 0 20px
}



.contforLeftbox .iti__selected-flag,
.health-lifestyle-con .iti__selected-flag,
.doctor-on-call-from-sec .iti__selected-flag {

    border-radius: 78px 0 0 78px;

    -webkit-border-radius: 78px 0 0 78px;

    -moz-border-radius: 78px 0 0 78px;

    -ms-border-radius: 78px 0 0 78px;

    -o-border-radius: 78px 0 0 78px
}



.health-lifestyle-sec .iti__arrow--up,
.doctor-on-call-from-sec .iti__arrow--up {

    border-bottom-color: #fff
}



.health-lifestyle-sec .iti__arrow,
.doctor-on-call-from-sec .iti__arrow {

    border-top-color: #fff
}

.health-lifestyle-sec .sec-head span {
    color: var(--primary-color-200)
}


.contforLeftbox .iti--separate-dial-code .iti__selected-dial-code,
.book-appointment-form .iti--separate-dial-code .iti__selected-dial-code {

    font-size: 18px
}



.health-lifestyle-sec .iti--separate-dial-code .iti__selected-dial-code,
.doctor-on-call-from-sec .iti--separate-dial-code .iti__selected-dial-code {

    font-size: 18px;

    color: #fff
}



.health-lifestyle-con .iti__country span {

    font-size: 16px;

    display: inline-block;

    color: #000;

    font-weight: 400;

    line-height: 1.2;

    padding-bottom: 10px
}



.page-template-skin-therapy .breadcrumbmain {

    display: none
}



.page-template-skin-therapy .header-main {

    position: absolute
}



.page-template-skin-therapy .header-main.has_sticky {

    position: fixed
}



.page-template-skin-therapy .item {

    vertical-align: top
}



.page-template-skin-therapy .doctor-on-call-book {

    margin-bottom: 0px
}



.service-banner-desc .btn {

    display: inline-block;

    vertical-align: middle
}



.service-banner-desc .btn img,
.about-banner-desc .btn img,
.banner-caption .btn img {

    width: 28px;

    height: 28px;

    object-fit: cover;

    display: inline-block;

    vertical-align: middle;

    margin-right: 10px;

    animation: innerCircle 1s ease-in-out infinite alternate;

    -webkit-animation: innerCircle 1s ease-in-out infinite alternate
}



.service-banner-desc .btn:hover img,
.about-banner-desc .btn:hover img,
.banner-caption .btn:hover img {

    filter: brightness(4)
}



.powered img {

    max-width: 55px;

    object-fit: cover;

    display: inline-block;

    vertical-align: middle;
    filter: brightness(100);

}

.intl-tel-input .country-list .country-name {
    color: #000;
}

.page-template-skin-therapy-page .header-main {
    position: absolute;
}

.page-template-skin-therapy-page .header-main.has_sticky {
    position: fixed;
}

.page-template-skin-therapy-page .breadcrumbmain {
    display: none;
}

.page-template-skin-therapy-page .home-slider .item {
    vertical-align: bottom;
}

.page-template-skin-therapy-page .health-lifestyle-sec.our-service-book.doctor-on-call-book,
.page-template-skin-therapy-old .health-lifestyle-sec.our-service-book.doctor-on-call-book,
.page-template-skin-therapy-old .health-lifestyle-sec {
    margin-bottom: 0 !important;
}

.item {
    vertical-align: text-top;
}

/* .f-call-icon {
    position: absolute;
    width: 18px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.f-wp-icon{
    position: absolute;
    width: 24px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
} */
input[name="your-phone"].wpcf7-phonetext:not(#asd) {
    background-image: url(../img/input-phone.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 25px;
}

input[name="your-whatapp"].wpcf7-phonetext:not(#asd) {
    background-image: url(../img/input-whatsapp-g.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 25px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 40px !important;
}

.form-group {
    position: relative;
}





*:focus {
    box-shadow: none;
}

.signup-popup .modal-dialog {
    max-width: 800px;
}

.signup-popup .modal-body {
    padding: 25px 20px;
}

.title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
}

.signup-popup .modal-dialog {
    max-width: 460px;
}

.signup-popup .row>* {
    margin-bottom: 15px;
    position: relative;
}

.signup-popup .row>*:last-child {
    margin-bottom: 0;
}

.signup-popup .form-select,
.signup-popup .form-control {
    border: 1px solid #e2e2e2;
    padding: 10px 18px;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    color: #000;
    font-size: 16px;
    resize: none;
}

.signup-popup .form-control.textarea-control {
    height: 100px;
}

.signup-popup .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:focus,
.signup-popup .form-select:focus {
    border-color: #e2e2e2;
    box-shadow: none;
}

.form-select {
    padding-right: 38px;
}

.signup-popup textarea {
    width: 100%;
    display: block;
}

.signup-popup .btn-close {
    flex: 0 0 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.signup-popup .btn-close:focus {
    box-shadow: none;
}

.signup-popup .modal-head {
    padding: 15px 20px;
    background: #000;
}

.signup-popup .modal-content {
    border: none;
}

.health-lifestyle-sec .wpcf7-form-control-wrap.recaptcha {
    margin-top: 20px;
}

.doctor-on-call-from-sec .form-group {
    margin-bottom: 30px;
}

.signup-popup .wpcf7-response-output {
    display: none !important;
}

.page-id-6 .meet-doctor-sec.common-sec {
    padding-top: 70px !important;
}

.page-id-599 .meet-doctor-sec.common-sec.pt-0 {
    padding-top: 70px !important;
}

.doctore-vidoe-sec {
    padding: 60px 0;
}

.doctore-vidoe-box {
    padding: 0 10px;
}

.doctore-vidoe-row {
    margin: 0 -10px;
}

.hidden-call-number {
    position: absolute;
    visibility: hidden;
}

.rll-youtube-player img,
.rll-youtube-player {
    height: 340px !important;
}

.tel-number-new.phone-number-new img {
    filter: unset;
}

/* New-lp */

.appointment-btn-lp .btn img {
    max-width: 20px;
    margin-right: 8px;
    left: 22px;
    top: 50%;
}

.appointment-btn-lp .btn {
    margin-left: auto;
    width: 100%;
    max-width: fit-content;
    padding: 0;
    display: block;
    max-width: 210px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-18761 .our-availability-time ul li span {
    text-transform: capitalize;
    font-size: 22px;
}

.page-id-18761 .our-availability-time ul li {
    width: fit-content;
}

.page-id-18761 .faqsmain .sec-head {
    margin-bottom: 25px !important;
}

.page-id-18761 .faqsmain .cms-con.lp-con {
    margin-bottom: 50px;
}

.page-id-18761 .banner-landing-sec .banner-box::before {
    display: none;
}

.page-id-18761 .header-main {
    background: transparent;
}

.page-id-18761 header.header-main.has_sticky {
    background: #fff;
}

.form-select {
    border-radius: 78px;
    border: 1px solid #fff;
    position: relative;
    width: 100%;
    vertical-align: middle;
    transition: border .3s ease;
    font-weight: 500;
    font-weight: 400;
    padding: 12px 25px;
    min-height: 40px;
    font-size: 16px;
    color: #000;
    background-position: right 15px center;
}

.form-select:focus {
    border: none;
    box-shadow: none;
}

.book-appointment-landing {
    max-width: 75%;
    margin: 0 auto;
}

.hydrafacial-form-sec {
    padding-top: 80px;
    padding-bottom: 40px;
}

.hydrafacial-form-con {
    margin-bottom: 50px;
}

.selling-box-con .title {
    color: #000;
    margin-bottom: 10px;
}

.selling-box-img img {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.treatment-selling-sec {
    padding-top: 100px;
}

.treatment-selling-box {
    margin-bottom: 15px;
}

.treatment-selling-sec .sec-head {
    margin-bottom: 50px;
}

select:focus-visible {
    outline: 0;
}

.page-id-18761 .banner-landing-sec .banner-caption .banner-landing-btn {
    margin-top: 20px;
}

.page-id-18761 .banner-landing-sec .banner-caption {
    top: 60%;
    transform: translateY(-60%);
    bottom: inherit;
}

.page-id-18761 .banner-landing-sec .banner-title,
.page-id-18761 .banner-landing-sec .bannerTagtop {
    text-transform: capitalize;
}

.page-id-18778 .appointment-btn {
    display: none;
}

.page-id-18778 .header-main {
    position: relative;
}

[data-wpr-lazyrender] {
    content-visibility: visible !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
    -webkit-border-top-left-radius: 78px;
    -webkit-border-top-right-radius: 08px;
    -webkit-border-bottom-left-radius: 78px;
    -moz-border-radius-topleft: 78px;
    -moz-border-radius-topright: 08px;
    -moz-border-radius-bottomleft: 78px;
    border-top-left-radius: 78px;
    border-top-right-radius: 08px;
    border-bottom-left-radius: 78px;
    color: var(--primary-color);
}

/* .row.form-lp-row {
    justify-content: end;
} */

.page-id-599 .book-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error,
#g-recaptcha-response-error {
    background-color: transparent;
    color: #fb0101 !important;
    width: 250px;
}

.page-id-599 .book-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after,
#g-recaptcha-response-error:after {
    display: none;
}

.page-id-599 .book-form .form-group .wpcf7 form.invalid .wpcf7-response-output {
    background-color: transparent;
    color: #fb0101 !important;
    width: 100%;
    text-align: end;
}

.page-id-599 .book-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    border-color: red;
}

.page-id-599 .book-form span.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
    text-align: start !important;
    margin-top: 6px !important;
}

/* New-change */

.page-id-599 .our-availability-time ul li:hover span {
    background-color: #fff;
    color: var(--primary-color);
}

.page-id-599 .our-availability-time ul li:hover span {
    transform: translateY(0);
}

.page-id-599 .service-doc-con .read-more-btn {
    display: none;
}

.page-id-599 .form-group>p {
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap.input-captcha-cf7 {
    margin-bottom: 10px;
}

.page-id-599 #input-captcha-cf7 {
    margin: 0;
}


.form-group.form-cap-text {
    display: flex;
    max-width: 450px;
    height: auto;
}

.main-cf7-captcha {
    order: 2;
}

img#image-captcha-cf7 {
    order: 1;
    border-radius: 40px 0 0 40px;
}

a#reload_captcha {
    order: 3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
}

.wpcf7-captchacf7 {
    border-radius: 0 40px 40px 0 !important;
    padding-right: 50px !important;
}

.page-id-599 .book-form .form-group {
    margin-bottom: 15px !important;
}

.page-id-599 .book-form .wpcf7-form-control-wrap {
    padding-bottom: 0 !important;
}

.page-id-599 #reload_captcha img {
    background-color: #28334f;
    border-radius: 30px;
}

.page-id-599 .book-appointment-popup #reload_captcha img {
    background-color: #eddab1;
    border-radius: 30px;
}

.page-id-599 .health-lifestyle-sec #reload_captcha img {
    background-color: #e6d2a8;
    border-radius: 30px;
}

.linecense-details p {
    font-size: 13px;
    color: #fff;
}

.grecaptcha-badge {
    display: none !important;
}

.any-questions-sec {
    background-color: #4a6791;
}

.any-question-form .form-group {
    margin-bottom: 10px;
}

.any-question-form.book-appointment-form.book-appointment-inner {
    max-width: 880px;
    margin: 0 auto;
    margin-top: 40px;
}

.service-video {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    position: relative;
}

.mute-btn {
    font-size: 50px;
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0px;
    z-index: 1;
}

.service-video video {
    width: 100%;
    object-fit: cover;
}

.get-tested-box .get-tested-box-icon {
    margin-bottom: 15px;
}


.get-tested-box .get-tested-box-icon img {
    max-width: 50px;
    min-height: 50px;
    object-fit: cover;
}

.get-tested-box .get-tested-box-con .title {
    font-size: 25px;
    color: #000;
    margin-bottom: 6px;
}

.get-tested-sec .get-tested-boxs {
    margin-top: 60px;
}

.get-tested-head .sm-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

.get-tested-head p {
    font-size: 18px;
    font-weight: 400;
}

.get-tested-box-con p {
    line-height: 1.4;
}

.service-doc-style2 .service-doc-row {
    margin-bottom: 60px;

    &:last-child {
        margin-bottom: 0;
    }
}

.services-button {
    margin-top: 20px;
}

.services-flexible .service-doc-row {
    margin-bottom: 60px;

    &:last-child {
        margin-bottom: 0;
    }
}

/* home-services-items */
.home-services-items {
    gap: 10px;
}

.home-services-items .services-items-col {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.home-services-sec .home-services-items {
    gap: 30px 20px;
    margin: 50px auto 0;
    max-width: 1100px;
}

.services-con .services-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
}

.services-con p {
    font-size: 16px;
    line-height: 1.5;
}

.book-doctor-sec .book-doctor-items {
    max-width: 1200px;
    margin: 0 auto;
}

.book-doctor-sec .book-doctor-con .title {
    color: #000;
    margin-bottom: 10px;
}

.book-doctor-sec .book-doctor-items {
    margin-top: 50px;
}

.services-items-col .services-icon {
    flex: 0 0 100px;
    max-width: 100px;
}

.services-items-col .services-icon img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.services-items-col .services-con {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 20px;
}

.book-doctor-icon {
    max-width: 100px;
    min-height: 100px;
    background-color: #28334f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    border-radius: 100px;
}

.book-doctor-icon img {
    max-width: 60px;
    object-fit: cover;
    object-position: center;
    filter: invert(1);
}

.book-doctor-head p {
    font-size: 16px;
}

.services-flexible .about-con-wrap .cmsCon p {
    margin-bottom: 10px;
    max-width: 1070px;
}


.services-flexible .our-availability-time ul li span {
    min-width: 230px;
}

.services-flexible .service-banner-wrap {
    margin-bottom: 0;
}

.services-flexible .about-con-wrap .sec-head {
    margin-bottom: 35px;
}


.mobile-cta {
    display: none;
}

@media only screen and (max-width: 568px) {
	
	.mobile-cta {
		width: 100%;
        display: block;
        background: #1e2739;
        color: white;
        position: fixed;
        bottom: 0;
    }
	a.cta-custom {
		display: flex;
		width: 100%;
		color: white;
		text-align: center;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 20px 20px;
		border: 1px solid white;
	}
	.copyright-on-dubai {
        padding-bottom: 15% !important;
    }
	a.cta-custom img {
		width: 10%;
		margin-right: 10px;
	}
	.dubai-wherever-sec{
		z-index: 0 !important;
	}

    .get-tested-box .get-tested-box-con .title {
        font-size: 20px;
    }

    .service-doc-style2 .service-doc-row {
        margin-bottom: 30px;
    }

    .title {
        font-size: 26px;
    }

    .signup-popup .modal-dialog {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .signup-popup .form-control.textarea-control {
        height: 80px;
    }

    .btn {
        min-width: 140px;
        font-size: 14px;
    }

    .signup-popup .modal-body {
        padding: 20px 15px;
    }

    .page-id-18761 .top-head {
        display: none;
    }

    .page-id-18761 .banner-landing-sec .banner-title {
        font-size: 32px;
    }

    span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {
        margin-left: 0;
    }
	
}


@media(max-width: 1199px) {

    .contforLeftbox .iti--separate-dial-code .iti__selected-dial-code,
    .book-appointment-form .iti--separate-dial-code .iti__selected-dial-code,
    .health-lifestyle-sec .iti--separate-dial-code .iti__selected-dial-code,
    .doctor-on-call-from-sec .iti--separate-dial-code .iti__selected-dial-code {

        font-size: 16px
    }



    .page-template-skin-therapy .doctor-on-call-book {

        margin-bottom: 70px
    }

}



@media(max-width: 991px) {

    .contforLeftbox .iti--separate-dial-code .iti__selected-dial-code,
    .book-appointment-form .iti--separate-dial-code .iti__selected-dial-code,
    .health-lifestyle-sec .iti--separate-dial-code .iti__selected-dial-code,
    .doctor-on-call-from-sec .iti--separate-dial-code .iti__selected-dial-code {

        font-size: 14px
    }

    .services-flexible .about-con-wrap .sec-head {
        margin-bottom: 20px;
    }
}






.page-id-18703 .custom-form-new {
    width: 80%;
    padding: 30px;
    background: #28334fb8;
    border-radius: 20px;
    margin-left: auto;
}


.page-id-18703 .custom-form-new h3 {
    font-size: 30px;
    margin: 10px 0px;
	color: white;
}



.page-id-18703 .custom-form-new h6 {
	font-size: 20px;
    color: #ffffff;
}

.page-id-18703 .selected-dial-code {
    color: white;
}

.page-id-18703 .intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #ffffff;
}

.page-id-18703 input.wpcf7-form-control.wpcf7-submit {
    background: white;
    color: #28334f;
    padding: 10px 30px;
    margin-top: 12px;
    font-size: 15px;
}

.page-id-18703 input.wpcf7-form-control.wpcf7-submit:hover{
	background : rgb(40, 51, 79) ;
	color: white;
}

.page-id-18703 h3.box-title {
    font-size: 45px !important;
    margin-bottom: 20px;
}


.gfield input {
    background: #FFFFFF59 !important;
	color: white !important;
}

.gfield input::placeholder {
    color: white;
} 

.gform-theme--foundation .gform_fields {
    row-gap: 10px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags
 {
    width: 100%;
}

.gform-theme--foundation .gfield textarea.medium
 {
    min-block-size: 0px;
    background: #FFFFFF59 !important;
	 color: white !important;
}

.gform-theme--foundation .gfield textarea.medium::placeholder {
    color: white;
} 

.iti__selected-dial-code {
    color: white !important;
}


.iti__arrow {
    border-top: 4px solid #ffffff !important;
}



.gform_heading {
    display: none !important;
}

.gform-footer {
    margin: 0 !important;
}


input#gform_submit_button_1 {
    background: #ffffff;
    color: black;
}

.error404 .footTitle{
		display:none !important;
	}




@media(max-width: 600px) {

    .page-id-18703 .custom-form-new {
    width: 100%;
	margin-top: 20px;
	}

	.page-id-18703 h3.box-title {
    font-size: 30px !important;
    margin-bottom: 20px;
	}
	

}
