@charset "utf-8";

/* Fonts */

@import url("https://use.typekit.net/rsq1rzl.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Firefox */
/* Firefox */
*{
    scrollbar-width: thin;
    scrollbar-color: #59c5c7 #FFFFFF;
}

/* Other browsers */
*::-webkit-scrollbar{
    width: 10px;

}

*::-webkit-scrollbar-track{
    background: #FFFFFF;
}

*::-webkit-scrollbar-thumb{
    background-color: #59c5c7;
    border-radius: 20px;
    border: 3px solid #FFFFFF;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
    outline-width: 0;
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
    font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bold;
}

/** Add the correct font style in Android 4.3-. */
dfn {
    font-style: italic;
}

/** Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}

/** Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
    border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
    margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button,
input,
select,
textarea {
    font: inherit;
}

/** Restore the font weight unset by the previous rule. */
optgroup {
    font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,
input,
select {
    /* 2 */
    overflow: visible;
}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** Change the cursor in all browsers (opinionated). */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {
    cursor: default;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
    overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
    -webkit-appearance: textfield;
}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin: 0;
}

form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary_btn:visited, .light_bg_btn:visited{
    color: #fff !important;
}


/*a:visited{
    color: #fff;
}*/

.borderprimary_btn:visited{
    color: #173435;
}


a:focus{
    outline: none;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem 1.0rem;
    width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border: 1px solid #f2a1ad;
    outline: 0;
}

textarea {
    padding-bottom: .6rem;
    padding-top: .6rem;
}

label,
legend {
    font-size: 16px;
    display: block;
    margin-bottom: .5rem;
    color: #302C2E;
}

fieldset {
    border-width: 0;
    padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline;
}

input[type='submit']:focus {
    outline: none;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:-moz-placeholder,
select:-moz-placeholder {
    color: rgba(47, 45, 45, 0.7);
}

input:focus {
    outline: none;
}

dl,
ol,
ul {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
    list-style: none;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

dt,
dd,
li {
    margin-bottom: 10px;
}

hr {
    border-top: 0.1rem solid #4A4D50;
    border-width: 0;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}

input:last-child,
textarea:last-child,
select:last-child,
fieldset:last-child {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1.4rem;
}

pre:last-child,
blockquote:last-child,
dl:last-child,
figure:last-child,
table:last-child,
p:last-child,
ul:last-child,
ol:last-child,
form:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
}

.flex,
.flex-row,
.flex-column,
.flex-start,
.flex-end,
.flex-center,
.flex-stratch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-stratch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .background-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100%;
    }
}

.clearfix {
    zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.tacenter {
    text-align: center;
}

.taright {
    text-align: right;
}

.taleft {
    text-align: left;
}

.relative {
    position: relative;
}

body,
html {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #FFF;
    color: #09090A;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    margin-bottom: 20px;
}


h1 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 400;
}



h1 span {
    font-family: freight-big-pro, serif;
    font-weight: 300;
    font-style: italic;
    font-size: 58px;
    line-height: 66px;
    letter-spacing: -1px;

}

h2 {
    font-family: freight-big-pro, serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 52.5px;
    letter-spacing: -1px;
}

h2 span {
    font-family: freight-big-pro, serif;
    font-weight: 300;
    font-style: italic;
    font-size: 42px;
    line-height: 52.5px;
    letter-spacing: -1px;
}

h3 {
    color: #000;
    font-family: freight-big-pro, serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 46.8px;
    letter-spacing: -1px;
}

h4 {
    color: #173435;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    line-height: 35.1px;
    font-weight: 400;
}

h5 {
    color: #000;
    font-family: freight-big-pro, serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 29.4px;
}

h6 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}



img {
    max-width: 100%;
    height: auto;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 9;
}

.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.paddingtop {
    padding: 100px 0px;
}

.inline__block {
    float: left;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gfield_label {
    display: none !important;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container textarea,
.gform_wrapper .ginput_container select {
    background: #ffffff;
    border: none !important;
    outline: none;
    padding: 15px 15px 12px 15px !important;
    margin-bottom: 0px;
    height: 53px;
    outline: none;
    font-size: 16px !important;
    line-height: 26px;
    color: rgba(47, 45, 45, 0.7);
    border-radius: 8px;
}

.gform_wrapper .ginput_container textarea {
    height: 135px;
    margin-top: 0px;
}

.gform_wrapper input[type="submit"] {
    background: #EE4C29;
    text-align: center;
    color: #FFF;
    border: 1px solid #EE4C29;
    padding: 15px 54px 12px 54px !important;
    display: inline-block;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    width: calc(100% - 15px) !important;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gform_wrapper input[type="submit"]:hover {
    border: 1px solid #1D1854;
    background-color: #1D1854;
    color: #ffffff;
    outline: 0;
}

.gform_wrapper .validation_error {
    display: none;
}

.gform_wrapper .validation_message {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    color: #F00;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}

.ie8 * {
    outline: none;
}

img {
    border: none;
}

body {
    color: #373d48;
    font-size: 17px;
    line-height: 24px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", sans-serif;
}

/*----- html5 tags ------*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/*----- Wrapper Part ------*/
#wrapper {
    width: 100%;
    height: auto;
}

.container {
    max-width: 1320px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.sub-container {
    max-width: 1180px;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

section {
    position: relative;
}

/*----- Wrapper Part ------*/
.primary_btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    position: relative;
    background-color: #59C5C7;
    /* height: 58px; */
    padding: 17px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 184px; */
    border: none;
    line-height: normal;
    min-width: 128px;
    transition: all 0.7s ease-in-out;

}

.primary_btn:hover {
    color: #fff;
    background-color: #C78659;
}

.whiteprimary_btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    color: #59C5C7;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* width: 100%; */
    text-align: center;
    position: relative;
    background-color: #fff;
    /* height: 49px; */
    padding: 17px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 184px; */
    border: none;
    line-height: normal;
    min-width: 128px;
    transition: all 0.7s ease-in-out;

}

.whiteprimary_btn:hover {
    background-color: #C78659;
    color: #fff;
}

.light_bg_btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    position: relative;
    background-color: #59C5C7;
    /* height: 49px; */
    padding: 12px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 184px; */
    border: none;
    line-height: normal;
    transition: all 0.7s ease-in-out;
    min-width: 128px;
}

.light_bg_btn:hover {
    background-color: #C78659;
}

.darkprimary_btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: fit-content;
    text-align: center;
    position: relative;
    background-color: #C78659;
    /* height: 58px; */
    padding: 17px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 184px; */
    border: none;
    line-height: normal;
    min-width: 128px;
    transition: all 0.7s ease-in-out;

}

.darkprimary_btn:hover {
    background-color: #59C5C7;
}

.borderprimary_btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    color: #173435;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    width: fit-content;
    text-align: center;
    position: relative;
    background-color: transparent;
    border: 1px solid #3FD5D3;
    /* height: 58px; */
    padding: 17px 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-width: 128px;
    transition: all 0.7s ease-in-out;
}

.borderprimary_btn:hover {
    box-shadow: inset 0 0 20px rgb(89 197 199), 0 0 20px rgb(89 197 199);
    background-color: #59C5C7;
    color: #fff;
}


/* Header Start */



header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.header_main {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 11px 30px 11px 30px;
    border-radius: 0;

}

.hamburger {
    display: none;
}

.mobile_btn_book {
    display: none;
}

.hamburger .hamburger_menu {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
    border: 1px solid #59C5C7;
    border-radius: 100%;
    height: 50px;
    justify-content: flex-end;
    padding: 10px;
}

.show_menu span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(12px, -5px) rotatez(45deg);
}

.social_icons_nav {
    display: none;
}

.header_container .main_logo .mobile_logo {
    display: none;
}

.mobile_menu_part {
    display: none;
}


.hamburger_menu span {
    background: #59C5C7;
    border-radius: 10px;
    height: 2px;
    margin: 3.5px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);

}

.show_menu .hamburger .hamburger_menu {
    border: 1px solid #59C5C7;
}

.show_menu .hamburger_menu span {
    background-color: #59C5C7;
}


.hamburger_menu span {
    width: 100%;
}


.show_menu .hamburger_menu span:nth-of-type(3) {
    width: 0%;

}

.show_menu .hamburger_menu span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(6px, 6px);
}


.show_menu .hamburger_menu span:nth-of-type(2) {

    transform-origin: top;
    transform: rotatez(-45deg)
}



.header_container .main_logo a {
    width: fit-content;
    display: block;
}

.header_container .main_logo a img {
    display: block;
}

.header_container .menu_block {
    width: 70%;
}

.header_container .main_logo {
    width: 25%;
}

.header_container .menu_right {
    width: 40%;
}



.fixed-header .header_container {
    padding: 0;
}

.fixed-header .header_main {
    border-radius: 0;
}

.fixed-header {
    position: fixed !important;
    width: 100%;
    /*    top: -60px;*/
    left: 0;
    /*    animation: goDown 0.7s linear forwards;*/
}



.menu_block .navigation>ul {
    height: 100%;
}

.menu_block .navigation ul {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}


.menu_block .navigation .menu-header-menu-container>ul>li {
    position: relative;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    height: 70px;
    display: flex;
    align-items: center;
}


.menu-item-has-children>a:after {
    content: "";
    background-image: url(../images/header_drp_default.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 10px;
}

.search_header button{
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;

}

.admin-bar .navbar_form.hidden_search_box {
    top: 167px;
}

.close_icon{
    display: none;
}

.scroll_disable .close_icon{
    display: block;
}

.scroll_disable .search_header_icon{
    display: none;
}

.navbar_form.hidden_search_box {
    position: fixed;
    top: 127px;
    width: 100%;
    left: 0;
    background: #00000099;
    height: 100vh;
    z-index: 1;
    display: flex;
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
}

.input_group.add_on {
    display: flex;
    width: 30%;
    align-items: center;
    margin-top: -10%;
}
.input_group.add_on input.form_control.addon_text_box {
    margin-bottom: 0;
    height: 60px;
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 40px;
    border: 1px solid rgb(92 216 223 / 17%);
    background: rgb(92 216 223 / 17%);
    color: #fff;
    padding-left: 35px;

}
.input_group.add_on input.form_control.addon_text_box::placeholder{
    color: #fff;
}

.scroll_disable{
    overflow: hidden;
}

.input_group.add_on button {
    background-color: rgba(199, 134, 89, 0.89);
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 60px;
    width: 75px;
    justify-content: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.sub-menu li {
    margin-bottom: 0 !important;
}

.sub-menu li a{
    font-size: 18px !important;
    color: #fff !important;
    padding: 0 !important;
    position: relative;
    transition: all 0.2s ease-in-out;
    align-items: end !important;
    width: fit-content;
    font-family: "Inter" !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 38.9px !important;
}

.sub-menu li a:hover{
    background-color: transparent !important;
    color: #3FD5D3 !important;

}

.sub-menu li a::after{
    content: "";
    left: 0;
    background-color: #3FD5D3 !important;
    width: 0%;
    bottom: 8px;
    position: absolute;
    height: 1px;
    transition: all 0.7s ease-in-out;
}

.sub-menu li a:hover::after{
    content: "";
    left: 0;

    background-color: #3FD5D3 !important;
    width: 100%;
    height: 1px;

}

.menu-item-has-children:hover>a:after {
    content: "";
    background-image: url(../images/header_drp_color.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 10px;
}

.menu_block .navigation ul li a {
    position: relative;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    color: #173435;
    font-family: "Inter", sans-serif;
    font-size: 21.354px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.889px;
    padding: 6px 17px;
    display: flex;
    align-items: center;
}

.menu_block .navigation ul li.menu-item-has-children > a{
    padding-right: 30px;
}

.menu_block .navigation ul li:hover .sub-menu {
    width: max-content;
    opacity: 1;
    pointer-events: auto;
    max-height: 800px;
    transition: all 0.3s ease-in-out;
}

.menu_block .navigation ul.sub-menu {
    position: absolute;
    display: block;
    width: max-content;
    min-width: 193px;
    border-radius: 15px;
    background: rgba(199, 134, 89, 0.89);
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    max-height: 0;
    pointer-events: none;
    padding: 24px 28px;

}

.menu_block .navigation > ul > li:hover > a {
    color: #C78659;
    background-color: #F4EBE2;
    border-radius: 44.444px;

}


@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(60px);
    }
}


.menu_right .user_cart_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu_right .search_block {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.menu_right .search_block a {
    display: flex;
    align-items: center;
}

.menu_right .call_block {
    margin-right: 12px;
}

.descktop_header_book {
    display: block;
}

.menu_right .call_block a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #59C5C7;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.menu_right .call_block a img {
    margin-right: 7px;
    background-color: #DEF3F4;
    padding: 13px;
    border-radius: 50px;
}

/* Header End */


/* Banner Start */

.banner_section .img_block {
    border-radius: 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    width: 100%;
}

.banner_section .img_block img {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 751px;
    object-fit: cover;
}

.banner_section .img_block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background: url(../images/overlay_banner.svg);
    height: 100%;
    width: 100%;
    z-index: 7;
}

.banner_section .img_content {
    position: relative;
    z-index: 8;
}

.banner_section {
    margin: 0 30px;
    max-height: 751px;
}

.banner_section .banner_card {
    display: flex;
    align-items: center;
}

.banner_section .img_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    padding-left: 132px;
    max-width: 840px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_card .img_content p {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    line-height: 34px;
    position: relative;
    height: auto;
    top: inherit;
    bottom: inherit;
    padding: 0;
}

.banner_slider_btn {
    display: flex;
    align-items: center;
}

.banner_card .banner_slider_btn .contact_icons_btn img {
    width: auto;
    margin-right: 11px;
    background-color: #ffffff85;
    padding: 13px;
    border-radius: 50px;
    transition: all 0.7s ease-in-out;
}

.banner_card .primary_btn {
    background-color: #3F898B;
}

.banner_card a.contact_icons_btn {
    margin-left: 33px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
}

.banner_card a.contact_icons_btn:hover img {
    background-color: transparent;
}

.banner_card a.contact_icons_btn::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff85;
    border-radius: 50px;
}


.banner_card a.contact_icons_btn:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;

    right: auto;
    background-color: #ffffff85;
}


.banner_card .primary_btn:hover {
    background-color: #C78659;
    color: #fff;
}

.banner_section .owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    right: 118px;
    width: 100%;
    text-align: end;
}

.owl-dots span {
    background-color: rgba(194, 194, 194, 0.60);
    ;
    min-height: 8px;
    width: 35px;
    border-radius: 17px;
    display: block;
    margin-left: 8px;
}

.owl-dots button.active span {
    background-color: #3FD5D3;
}

/* Banner End */

/* Dental Services Start*/

.common_title h2 {
    color: #173435;
    text-align: center;
    font-weight: 400;
    line-height: 52.5px;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.content_section {
    padding-bottom: 200px;
    padding-top: 150px;
}

.common_title {
    text-align: center;
}

.common_title p {
    color: #657E7E;
    margin-top: 0;
    margin-bottom: 0;
}

.cards_serv {
    width: 25%;
    padding: 0 20px;
    margin: 27px 0;
}

.cards_serv_det h4 {
    font-weight: 400;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 25px;
}

.cards_serv_det p {
    color: #657E7E;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.img_block_ser {
    background-color: #EEF9F9;
    width: 78px;
    height: 78px;
    border-radius: 500px;
}

.img_block_ser img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    position: relative;
    left: 23px;
    top: 13px;
    object-fit: contain;
    height: 100%;
}

.services_den_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    margin: 0 -20px;
    padding-top: 50px;
}

.sercard_links {
    display: block;
    text-decoration: none;
}

.sercard_links:hover .img_block_ser img {
    transform: rotate3d(0, 1, 0, 180deg);
}

.sercard_links:hover h4 {
    color: #59C5C7;
}

/* Dental Services End*/


/* About Section Start */

.about_img {
    max-width: 289px;
    max-height: 222px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    justify-content: center;
}

.about_img img {
    height: 100%;
    width: 100%;
}


.about_part .about_sect_data h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.1px;
}

.about_part .about_sect_data p {
    color: #657E7E;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    padding-right: 33px;
    width: 100%;
}

.common-about {
    width: 25%;
    padding: 0 20px;
}

.title_left_side.list_type_cards.greenlable h6 {
    color: #59C5C7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 31.5px;
}

.tag_title_about h6 {
    color: #5CD8DF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background-color: #E1F8FA;
    border-radius: 30px;
    padding: 4px 15px;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: 67px;
    line-height: 24px;
}

.about_sect_data {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

section.about_part {
    background-color: #F8F8F8;
    padding: 138px 0 62px 0;
}

.about_btn_part {
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.about_btn_part a {
    margin-right: 25px;
}

.mirror_about {
    display: flex;
    flex-direction: column-reverse;
}

.mirror_about .about_img {
    margin-bottom: 0;
    margin-top: 30px;
}

/* About Section End */


/* Health ins Start*/
.health-ins {
    padding: 200px 0;
}

.title_left_side h2 {
    margin-bottom: 38px;
}

.title_left_side p {
    margin-top: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.list_type_cards .greenlable {
    color: #59C5C7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 31.5px;
}

.list_type_cards {
    margin-top: 30px;
}

.list_type_cards ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list_type_cards ul li {
    display: flex;
    align-items: center;
    list-style: none;
    position: relative;
    padding-left: 34px;
    width: 40%;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-right: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.list_type_cards ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url("../images/list_icons_true.svg");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.insurance_data_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.left_data_ins {
    width: 50%;
}

.insurance_data_flex .darkprimary_btn,
.insurance_data_flex .light_bg_btn {
    padding: 17px 24px;
    margin-top: 50px;
}

.right_data_ins {
    width: 50%;
}

.images_ins {
    display: flex;
    flex-wrap: wrap;
}

.insurance_logos {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;

}

/* Health ins End*/

/* payment options Start */

.payment_options .common_title h2 {
    margin-bottom: 25px;
}

.payment_options .common_title p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.logos_payments_grid {
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
}

.payment_logos {
    display: flex;
    align-items: center;
    margin: 0 -20px;
    padding-top: 60px;
    padding-bottom: 70px;
    flex-wrap: wrap;
    /* width: 100%; */
    justify-content: center;
}

/* .logos_payments_grid.center_grid {
    text-align: center;
}

.logos_payments_grid.right_grid {
    text-align: end;
} */

.paymernt_btn .borderprimary_btn {
    margin: 0 auto;
}

.payment_options {
    padding: 120px 0;
    background-color: #F8F8F8;
}

/* payment options End */


/* Reputed Section Start */
.reputed_sec {
    position: relative;
    z-index: 1;
    background-color: #F4EBE2;
    padding: 166px 0;
}

.reputed_card {
    display: flex;
    align-items: center;
}

.right_reputed_cont {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 75px;
    background: #FFF;
    padding-top: 75px;
    padding-bottom: 70px;
    width: 50%;
    padding-right: 93px;
    position: relative;
}

.right_reputed_cont::after {
    content: "";
    background-image: url(../images/svganimation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -200px;
    bottom: -200px;
    height: 100%;
    width: 100%;
    filter: blur(92.16421508789062px);
    z-index: -1;
}

.right_reputed_cont p {
    color: #54737B;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin: 40px 0;
    line-height: 29.75px;
}

.right_reputed_cont .primary_btn {
    height: 50px;
}

.left_reputed_img {
    border-radius: 15px;
    overflow: hidden;
    width: 50%;
    /* object-fit: cover; */
    height: 504px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_reputed_img img {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 100%;
}


/* Reputed Section End */


/* Footer Start */


.footer_logo {
    border-bottom: 1px solid #D8DEDE;
    padding-bottom: 13px;
}

.footer_form p {
    margin: 20px 0;
    color: #657E7E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.5px;
}

.footer_data {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin: 0 -20px;
    flex-wrap: wrap;
    padding-bottom: 69px;
}


.footer_title_part h5 {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.4px;
}

.footer_det {
    width: 25%;
    padding: 0 20px;
}

.footer_det.bold_footer {
    width: 30%;
}

.footer_det.light_footer {
    width: 17%;
}

.bold_list ul {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.bold_list ul li {
    list-style: none;
    margin-bottom: 15px;
    width: 50%;
}


.bold_list ul li a {
    color: #173435;
    font-size: 15.375px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer a:hover {
    color: #59C5C7;
}


.contact_head span {
    color: #BCC5C5;
    font-family: "Inter", sans-serif;
    font-size: 13.781px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact_head p {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.50);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
}

.address_part.contact_head {
    margin-top: 20px;
}

.contact_head a {
    display: block;
    color: rgba(0, 0, 0, 0.50);
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
}

.footer_map_det {
    width: 100%;
    border-radius: 15px;
}

.footer {
    padding: 168px 0 50px 0;
}

.right_footer_last ul {
    display: flex;
    align-items: center;
}

.right_footer_last ul li {
    list-style: none;
    margin-left: 26px;

}

.last_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D8DEDE;
    padding-top: 30px;
}

.left_footer_last span,
.left_footer_last span a {
    color: #657E7E;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Footer End */


/* About Page */

.contact_auto_width_data{
    margin: 40px 0;
}

.inner_banner {
    width: auto;
    min-height: 405px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 408px; */
    border-radius: 15px;
    overflow: hidden;
    margin: 0 30px;
}

.inner_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), 0px -96px / 100% 183.824% no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.inner_banner_title {
    position: relative;
    z-index: 2;
}

.left_data_grid {
    width: 50%;
    text-align: center;
}

.desc_grid_det_cards {
    margin-top: 45px;
}

.desc_grid_det_cards p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.center_grid_btn {
    margin-top: 54px;
}

.center_grid_btn a.darkprimary_btn {
    margin-left: auto;
    margin-right: auto;
}

.common_grid_cards_data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.common_grid_section {
    padding-top: 52px;
}

.space_grid_btm {
    padding-bottom: 160px;
}

.grid_img_both_side {
    border-radius: 15px;
    max-width: 446px;
    height: 699px;
    overflow: hidden;
}


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


/* Auto Width Slider */

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.contact_auto_width_data .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* transform: translate(0, 50%); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94%;
    width: 100%;
}

.contact_auto_width_data .owl-nav button.owl-prev {
    width: 49px;
    height: 49px;
    background-color: #fff;
    border-radius: 500px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_auto_width_data .owl-nav button.owl-next {
    height: 49px;
    width: 49px;
    background-color: #fff;
    border-radius: 500px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_auto_width_data .owl-nav .owl-prev span {
    font-size: 0;
    background-image: url(../images/bck_slider_arrow.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    height: 24px;
    width: 24px;
    display: block;
}

.contact_auto_width_data .owl-nav .owl-next span {
    font-size: 0;
    background-image: url("../images/nxt_slider_arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    height: 24px;
    width: 24px;
    display: block;
}


/* Grid Part */

.change_diraction_grid {
    flex-direction: row-reverse;
}

.grid_video_both_side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.grid_video_both_side video{
    height: 100%;
    width: 100%;
}

.video_width_adjsut_det {
    width: 50%;
    text-align: center;
    max-width: 435px;
}

.video_grid_sec {
    padding-bottom: 200px;
}

.right_data_grid.video_grid {
    width: 50%;
}


/* teams section */

.teams_section {
    width: 100%;
    height: 726px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.teams_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), 0px -0.708px / 100% 165.152% no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.teams_section h2 {
    margin-bottom: 20px;

}

.teams_section .common_title {
    position: relative;
    z-index: 2;
}

.teams_section .common_title h2,
.teams_section .common_title p {
    color: #fff;
}

.teams_section .center_grid_btn {
    margin-top: 30px;

}

.teams_section .center_grid_btn .light_bg_btn {
    margin: 0 auto;
}

/* Our Team */
/* pera section */
.pera_section_det p {
    color: #657E7E;
    text-align: center;
    max-width: 843px;
    margin: 0 auto;
    padding: 90px 0 100px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;

}

.teams_det {
    padding-bottom: 80px;
}

.team_data {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    gap: 95px 0;
}

.team_grids {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding: 0 20px;
}

.team_grids .team_img_part {
    margin-right: 40px;
}

.member_img {
    width: 179px;
    height: 179px;
    overflow: hidden;
    border-radius: 15px;
}

.team_des h4 {
    margin-bottom: 10px;
}

.mebmer_designation {
    display: flex;
    flex-wrap: wrap;
}

.team_des .mebmer_designation span {
    color: #C78659;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    line-height: 31.5px;
    display: flex;
    align-items: center;
}

.team_des .mebmer_designation span::after {
    content: "";
    height: 26px;
    width: 2px;
    background-color: #C78659;
    position: absolute;
    right: 10px;
}

.member_description p {
    margin-bottom: 28px;
    margin-top: 20px;
    color: #657E7E;
    font-size: 20px;
    font-style: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 34px;
}

.team_modal .member_description p{
    -webkit-line-clamp: unset;
}

.open_team_modal .teams_det .team_grids.active .team_modal {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #59c5c7e6;
    height: 100vh;
    display: flex;
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.team_modal .member_img {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.24);
    width: 300px;
    height: 300px;
}

.team_modal .wrapper {
    display: flex;
    width: 70%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 17px;
    padding: 17px;
    max-height: calc(100% - 50px);
    overflow: auto;
}

.team_modal .close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}


.teams_det .team_modal{
    display: none;
}

.read_more_link a {
    color: rgba(0, 0, 0, 0.40);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.1px;
    letter-spacing: 0.51px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.read_more_link a span {
    color: #59C5C7;
    text-decoration-line: underline;
}

.team_des .mebmer_designation span:last-child::after {
    content: none;
}

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


/* Our Services */

.services_details {
    padding: 181px 0 32px 0;
    overflow: hidden;
}

.services_details .title_left_side h2 {
    margin-bottom: 60px;
}

.full_link_card {
    position: relative;
    transition: all 0.7s ease-in-out;
    overflow: hidden;
    border-radius: 10.807px;
    height: 100%;
    display: block;
}


.full_link_card::after {
    content: "";
    /* background-image: url(../images/shade_slider.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}


/*.full_link_card:hover .img_content p,
.full_link_card:hover .img_content h4 {
    height: 90%;
}*/

.full_link_card .img_content {
    background: var(--Gradient, linear-gradient(180deg, rgba(215, 172, 172, 0.10) 16.15%, rgba(92, 216, 223, 0.80) 100%));

}

.half_slider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

/* 
.owl-stage {
    display: flex;
    height: 100%;
}

.item {
    height: 100%;
}

.slider_main {
    height: 100%;
}
.slider_left {
    height: 100%;
}

.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
} */

.img_contact_slider.owl-carousel .owl-item img {
    max-height: 488px;
    object-fit: cover;
}

.img_block {
    border-radius: 10px;
}

.half_slider_data .img_block img{
    object-fit: cover;
    height: 386px;
}

.img_content h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 20%;
    margin-bottom: 30px;
    transition: .5s ease;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 28.099px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.774px;
    z-index: 1;
}

.img_content p {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    z-index: 1;
}

.img_content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}



/* Payment info page */

.overlay_img_section {
    padding: 160px 0 200px 0;
}

.overlay_img_section .insurance_data_flex:last-child {
    padding-bottom: 0;
}

.overlay_img_section .left_data_ins {
    padding-right: 100px;
}

.overlay_img_section .insurance_data_flex.flex_change_dir {
    flex-direction: row-reverse;
}

.overlay_img_section .insurance_data_flex.flex_change_dir .left_data_ins {
    padding-right: 0;
}

.overlay_img_section .list_type_cards ul {
    margin-left: 0;
    margin-bottom: 0;
}

.overlay_img_section .insurance_data_flex {
    align-items: flex-end;
    padding-bottom: 250px;
}



.overlay_img_section .images_ins {
    position: relative;
}

.img_overlay_main {
    max-width: 508px;
    min-height: 508px;
    overflow: hidden;
    border-radius: 15px;
}

.img_overlay_main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_overlay {
    max-width: 290px;
    min-height: 354px;
    border-radius: 15px;
    overflow: hidden;
}

.img_overlay {
    max-width: 290px;
    min-height: 354px;
    position: absolute;
    right: 0;
    bottom: -80px;
}

.left_guid_det {
    width: 50%;
    padding-left: 100px;
}


.free_guid_sec .tag_title_about h6 {
    margin-top: 0;
}

.free_guid_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(25, 49, 57, 0.20);
}

.guid_img {
    max-width: 550px;
    height: 426px;
    overflow: hidden;
    border-radius: 0px 15px 15px 0px;
}

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


/* FAQ */

.faq {
    padding-top: 200px;
}

.faq .common_title,
.faq .accordian_data {
    max-width: 842px;
    margin: 0 auto;
}

.accordian_data {
    padding-top: 32px;
}

.accordian_data ul {
    list-style: none;
}

.accordian_data ul li {
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.accordian_data ul li:last-child {
    border-bottom: 1px solid #000;
}

.accordian_data h5 {
    text-align: left;
    margin-bottom: 0;
    color: #000;
    font-family: "Inter", sans-serif;
    padding-left: 62px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    position: relative;
    display: flex;
    align-items: center;
}

.accordian_data h5:after, .accordian_data h5:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 1px;
    height: 28px;
    background-color: #59C5C7;
    transition: all 0.2s;
}

.accordian_data h5:after {
    transform: rotate(90deg);
}

.accordian_data .active h5:before {
    transform: rotate(90deg) !important;
}

.accordian_data .answer {
    padding-bottom: 45px;
    width: 100%;
    max-width: 715px;
    display: none;
    margin: 0 auto;
}

.accordian_data .answer p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.accordian_data li.active .minusicon {
    display: flex;
}

.accordian_data li .minusicon {
    display: none;
}

.accordian_data li.active .plusicon {
    display: none;
}

.accordian_data .btn_wrpper button {
    background: transparent;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
}




/* Find Us */

.find_us {
    padding-top: 117px;
    padding-bottom: 175px;
}

.find_us .right_data_ins {
    width: 30%;
}

.find_us .left_data_ins {
    width: 60%;
}

.find_us .common_title {
    margin-bottom: 92px;
}

.find_us p {
    color: rgba(0, 0, 0, 0.70);
    max-width: 576px;
}

.find_us a.contact_icons_btn:hover img {
    background-color: transparent;
}

.suggestions {
    margin-bottom: 70px;
    margin-top: 40px;
}

.suggestions ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.time_post ul {
    list-style: none;
}

.time_post li {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.8px;
    margin-bottom: 0;
}

.map_text {
    color: rgba(0, 0, 0, 0.70);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.suggestions li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    margin-right: 30px;
}

.suggestions ul li span {
    display: flex;
    margin-right: 17px;
}

.find_us a.contact_icons_btn {
    margin-left: 33px;
    display: flex;
    align-items: center;
    color: #C78659;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    position: relative;
    padding-right: 20px;
}


.find_us a.contact_icons_btn::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
    background-color: rgba(199, 134, 89, 0.30);
    border-radius: 50px;
}

.find_us .banner_slider_btn {
    margin-top: 40px;
}

.find_us .banner_slider_btn .contact_icons_btn img {
    width: auto;
    margin-right: 11px;
    background-color: rgba(199, 134, 89, 0.30);
    padding: 13px;
    border-radius: 50px;
    transition: all 0.7s ease-in-out;
}

.find_us a.contact_icons_btn:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    background-color: rgba(199, 134, 89, 0.30);
}


.find_us .primary_btn {
    padding: 13px 47px;
    height: 49px;
}

/* treatment-single */

.price_data_grid {
    padding: 170px 0 110px 0;
}

.price_started_cont {
    border-radius: 15px;
    background: #59C5C7;
    max-width: 400px;
    margin-left: auto;
    padding: 50px 58px;
    min-height: 437px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card_of_pricing_det .price_header_part {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding-bottom: 20px;
}

.price_header_part span {
    color: #F9EFEF;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.price_header_part h2 {
    color: #173435;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 30px;
}

.price_body_list_part p {
    margin-bottom: 0;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

/*.price_ft_btn_part .whiteprimary_btn:visited{
    color: #59C5C7;
}

.price_ft_btn_part .whiteprimary_btn::hover{
    color: #fff !important;
}*/

.single_page_treatment {
    padding-bottom: 118px;
    padding-top: 205px;
}

.overlay_img_section.single_page_treatment .insurance_data_flex {
    padding-bottom: 190px;
}

.single_page_treatment .common_grid_cards_data {
    padding-top: 158px;
}

.single_page_treatment .insurance_data_flex:nth-child(even) .list_type_cards a.darkprimary_btn {}

.single_page_treatment .insurance_data_flex:nth-child(odd) .img_overlay {
    top: -80px;
}

.single_page_treatment .insurance_data_flex:nth-child(even) .images_ins {
    justify-content: end;
}

.single_page_treatment .insurance_data_flex:nth-child(even) .img_overlay {
    left: 0;
}

.single_page_treatment .insurance_data_flex:nth-child(odd) .left_data_ins {
    padding-left: 100px;
}


/* Payment Method */

.pera_section_method {
    padding: 163px 0 70px 0;
}

.pera_section_method .pera_section_det {
    text-align: center;
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
}

.pera_section_method .pera_section_det h2 {
    margin-bottom: 40px;
}

.pera_section_method .pera_section_det p {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    margin-bottom: 40px;
}

.payment .pera_section_method .pera_section_det h2{
    margin-bottom: 35px;
}

.payment .pera_section_method .pera_section_det p{
    padding: 0;
}

.payment .pera_section_method .pera_section_det{
    margin-bottom: 70px;
}

.light_title_star {
    color: #59C5C7;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
}

.plan_section_cards {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}


.plans_price {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background: #F5F5F5;
    width: 31.33%;
    padding: 0 58px 50px 58px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plans_price:last-child .body_payment_det ul li {
    border-bottom: 0;
}

.top_tag_plan {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px 0px;
    background: #59C5C7;
    width: 52px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}

.top_tag_plan span {
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    /* 471.429% */
    letter-spacing: -1px;
}

.logo_payment_header {
    min-height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body_payment_det h4 {
    color: #000;
    font-family: "Inter-Semibold";
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    letter-spacing: -1px;
}

.body_payment_det {
    min-height: 512px;
}

.body_payment_det ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
}

.body_payment_det ul li:last-child {
    border-bottom: 0;
}

.body_payment_det ul li, .body_payment_det p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.5px;
    margin: 0;
    padding: 20px 0;
}

.footer .ginput_container.ginput_container_email input {
    height: 60px;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #D8DEDE !important;
    background: #F8F8F8;
}

.footer .gravity-theme form{
    display: flex;
    align-items: center;
}

.footer .gravity-theme form .gform_footer.before{
    background: #5CD8DF;
    border-radius: 0px 30px 30px 0px;
    margin-top: 0;
    padding: 0;
}

.footer .gravity-theme form .gform_footer.before input{
    height: 60px;
    margin-bottom: 0;
    padding: 10px;
}

.footer_btn_payment_cards .primary_btn {
    width: 100%;
    background-color: #3F898B;
    height: 49px;
}

.footer_btn_payment_cards .primary_btn:hover {
    background-color: #C78659;
}

.body_payment_det ul li strong, .body_payment_det p strong {
    color: #59C5C7;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.5px;
}


.overlay_cont_space.overlay_img_section .left_data_ins {
    padding-right: 0;
}

.overlay_cont_space.overlay_img_section .images_ins {
    justify-content: end;
}

.overlay_cont_space .left_data_ins {
    width: 70%;
}

.overlay_cont_space .right_data_ins {
    width: 30%;
}

.logos_grids_ins {
    flex-direction: row-reverse;
}

.overlay_cont_space .logos_grids_ins .right_data_ins {
    width: 50%;
}

.overlay_cont_space .logos_grids_ins .left_data_ins {
    width: 50%;
}


.overlay_cont_space .logos_grids_ins {
    align-items: center;
}

.overlay_cont_space .logos_grids_ins .insurance_logos {
    justify-content: flex-start;
}


.overlay_img_section.overlay_cont_space {
    padding-bottom: 24px;
}




/* Contact */

.contact_grids_part {
    padding-top: 214px;
}

.contact_grids_img {
    margin-bottom: 16px;
}

.space_card_main {
    width: 33.33%;
    padding: 0 20px;
}

.contact_address p a{
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; 
}

.space_card_main:last-child .contact_address p a {
    color: rgba(0, 0, 0, 0.50);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 25.5px;
}

.commod_grids_data {
    height: 100%;
    background: #F5F5F5;
    border-radius: 15px;
    padding: 50px 47px;
}

.contact_grids {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    margin: 0 -20px;
}

.contact_form {
    padding-top: 162px;
}

.contact_form .form .gf_browser_chrome form .gform-body .gfield .ginput_container input{
    border-radius: 50px;
    border: 1px solid #D8DEDE !important;
    background: #F8F8F8;
    padding: 20px 26px 20.5px 26px !important;
}

.contact_form .form .gf_browser_chrome form .gform-body .gfield .ginput_container textarea{
      border-radius: 20px;
    border: 1px solid #D8DEDE !important;
    background: #F8F8F8;
    padding: 20px 26px 20.5px 26px !important;
}

.contact_form .form .gf_browser_chrome form .form_sublabel_below.description_below{
    display: flex !important;
    grid-column-gap: 0% !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
}

.contact_form .form .gf_browser_chrome form .gfield--type-textarea {
    padding: 0 10px;
}

.contact_form .form .gf_browser_chrome form .gfield_contains_required{
    width: 50%;
    padding: 0 10px;
}


.contact_form .form .gf_browser_chrome form .gfield input::placeholder, .contact_form .form .gf_browser_chrome form .gfield textarea::placeholder{
    color: #657E7E;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.contact_form .gform_footer.before input{
    border-radius: 50px;
    background: rgba(92, 216, 223, 0.60);
    display: flex;
    width: 180px !important;
    height: 61px;
    padding: 20px 25.72px 20px 26px !important;
    justify-content: start;
    align-items: center;
    border: none !important;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    font-style: normal;
    position: relative;
    line-height: normal;

}

.contact_form .gform_footer.before .gform_ajax_spinner{
    position: absolute;
    right: -20px;
    top: 40px;
}


.contact_form .gform_footer.before{
    padding-top: 7px !important;
    margin-top: 0 !important;
    position: relative;
    width: max-content;
}

.contact_form .gform_footer.before::after {
    content: "";
    position: absolute;
    right: 0;
    pointer-events: none;
    background-color: #5CD8DF;
    background-image: url(../images/plan.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 47.5px;
    height: 61px;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
}

.left_contact_part_div {
    width: 50%;
    padding-right: 150px;
}

.right_contact_part_div {
    width: 50%;
    display: flex;
    justify-content: end;
}

.commod_grids_data h4 {
    margin-bottom: 30px;
}

.contact_form_right_img {
    max-width: 622px;
    min-height: 520px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.contact_form_right_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.form_details_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.commod_grids_data p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.5px;
    opacity: 0.5;
    margin-bottom: 40px;
}

.commod_grids_data p:last-child {
    margin-bottom: 0;
}

.banner_section.contact {
    min-height: 589px;
    margin: 0;
    background: #59C5C7;
}

.right_contact_map {
    width: 50%;
    transform: translate(0, 70px);
}

.banner_section.contact .banner_card h1 {
    font-size: 42px;
    line-height: 52.5px;
}

.banner_section.contact .banner_card {
    justify-content: space-between;
}

.banner_section.contact .banner_card .inner_banner_title {
    width: 32%;
}


.banner_section.contact .inner_banner_title p {
    margin-bottom: 0;
    margin-top: 7px;
    color: #fff;
}

.underline_link {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

.underline_link:hover{
    text-decoration: none;
    color: #fff;
}



.banner_section.contact .inner_banner_title .contact_icons_btn {
    margin-left: 0;
    margin-top: 41px;
    width: fit-content;
}

.banner_section.contact .inner_banner_title .contact_icons_btn img {
    width: auto;
    margin-right: 11px;
    background-color: #ffffff85;
    padding: 13px;
    border-radius: 50px;
    transition: all 0.7s ease-in-out;
}

.search_page{
    margin-top: 140px;
}

.page_not_found .error_not_fount_img img{
    width: 45%;
}

.page_not_found .common_btn a{
    margin: 0 auto;
}

.search-no-results .search_page h1, .error404 .page_not_found h1, .search-results .search_page h1, .default_page h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 58px;
    color: #000;
}

.search-no-results .search_page .page-content p {
    margin-top: 40px;
    text-align: center;
}

.search-no-results .search_page .search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-no-results .search_page .search form {
    display: flex;
    align-items: center;
    width: 40%;
}

.search-no-results .search_page .search input {
    background-color: #fffcfd;
    margin-bottom: 0;
    border: 1px solid #59c5c7 !important;
    border-radius: 0 !important;
    height: 50px;
    transition: all 0.5s ease-in-out;
    padding: 0.6rem 1rem;
    width: 100%;
}

.search-no-results .search_page .search input#searchsubmit {
    width: 50px;
    height: 50px;
    background-color: #59c5c7;
    border: 0 none;
    color: #ffffff;
    padding: 0;
}


.search-entry-row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 40px -20px;
}

.search_page article.search-entry {
    display: block;
    background: #fff;
    border-radius: 8px;
    margin: 10px;
    text-align: center;
    transition: all 0.3s ease;
    width: calc(33.33% - 20px);
}

article.search-entry h3 {
    background-color: #def3f4;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

article.search-entry h3:hover{
    transform: scale(1.1);
}

article.search-entry h3 a {
    font-size: 22px;
    padding: 20px 30px;
    display: block;
    color: #59c5c7;
    text-decoration: none;
}
/* Responsive */

@media (max-width: 1680px) {

    .menu_block .navigation ul li a,
    .menu_right .call_block a {
        font-size: 16px;
    }

    .menu_block .navigation ul li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .header_container .menu_right {
        width: 45%;
    }

     .right_reputed_cont::after{
        right: 0;
    }
}


@media (max-width: 1460px) {
    .header_container .main_logo {
        width: 20%;
    }

    .menu_right .call_block a{
        font-size: 0;
    }

    .header_container .menu_right {
        width: 30%;
    }
}

@media (max-width: 1360px) {
    .menu_block .navigation ul li {
        margin-left: 0;
        margin-right: 0;
    }

    .menu_right .call_block {
        margin-right: 10px;
    }

    .header_container .menu_block {
        width: 70%;
    }

}


@media (max-width: 1274px) {

    .banner_section .img_content {
        padding: 20px;
    }



    .menu_block .navigation ul li a {
        font-size: 14px;
    }

    header .primary_btn {
        font-size: 14px;
        padding: 17px 24px;
        min-width: 150px;
    }

    .header_container .menu_right {
        width: auto;
    }

    .menu_right .call_block {
        margin-right: 7px;
    }

    .menu_block .navigation ul li a {
        padding: 6px 6px;
    }


    .menu_right .call_block a img {
        padding: 7px;
    }

    .header_container .menu_block {
        width: 56%;
    }


}


@media (max-width: 1120px) {
    .bold_list ul li a {
        font-size: 14px;
    }

    .contact_head p,
    .contact_head a {
        font-size: 14px;
        line-height: 22.5px;
    }

    .menu_block .navigation ul li a {
        padding: 6px 6px;
    }

    header .primary_btn {
        padding: 17px 10px;
        min-width: 123px;
        height: 49px;
    }

    .header_main {
        padding: 11px 20px 11px 20px;
    }



    .header_container .menu_block {
        width: 60%;
    }
}

@media (max-width: 1024px){
    .team_modal .wrapper {
        display: block;
}
.team_modal .team_des {
    margin-top: 25px;
}
    .descktop_header_book{
        display: none;
    }
    .hamburger {
        display: block;
    }

    .show_menu .header_container .menu_block {
        transform: translateY(0%);
    }

        .header_container .menu_block {
        width: 44%;
        width: 100%;
        height: 100vh;
        transition: all 0.5s ease-in-out;
        transform: translateY(-100%);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: #59C5C7;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: auto;
        justify-content: space-between;
        padding: 151px 0 0 0;
    }

     .menu_block .navigation .menu-header-menu-container> ul {
        height: auto;
    }

    .menu_block .navigation .menu-header-menu-container > ul {
        flex-direction: column;
    }

    .menu_block .navigation ul li .sub-menu {
        margin-bottom: 20px;
        transition: none !important;
        background-color: transparent;
        position: relative;
        display: none;
        max-height: 100%;
        overflow: visible;
        box-shadow: none;
        visibility: visible;
        top: 0;
    }

.sub-menu li {
    display: flex;
    justify-content: center;
}

    .menu_block .navigation .menu-header-menu-container>ul>li{
        flex-direction: column;
        height: auto;

    }
  .menu_block .navigation ul li a {
        font-size: 30px;
        margin-bottom: 10px;
        color: #fff;
        text-transform: uppercase;
        display: block;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        padding: 10px 20px;
        align-items: center;
        display: flex;
    }
    .menu_block .navigation ul li .sub-menu{
        opacity: 1;
            background: rgba(199, 134, 89, 0.89);
    }


    .header_container .menu_right {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
    }
  .order-btn{
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .overlay_img_section .insurance_data_flex.flex_change_dir {
        padding: 0px !important;
    }
     .card_of_pricing_det .price_started_cont{
        margin-left: unset;
    }
    .half_slider.owl-carousel .owl-stage-outer{
        overflow: hidden !important;
    }
  
    .navbar_form.hidden_search_box {
        top: 94px;
    }
    .input_group.add_on {
     width: auto; 
}
    .contact_form{
        padding: 40px 0;
    }

    .search-no-results .search_page .search form {
        width: 80%;
    }

    .banner_section.contact .banner_card{
        flex-direction: column;
    }

    .contact_form_right_img{
        min-height: auto;
    }

    .space_card_main{
        margin-bottom: 40px;
        width: 50%;
    }

    .banner_section.contact .banner_card .inner_banner_title{
        width: 100%;
        padding: 80px 0 0 0;
    }

    .right_contact_map {
        width: 100%;
        transform: translate(0, 70px);
    }

    .right_contact_map .footer_map_det {
        max-height: 250px;
    }
    
    

    .price_data_grid, .overlay_img_section .insurance_data_flex.flex_change_dir, .overlay_img_section.single_page_treatment .insurance_data_flex {
        padding: 40px 0;
    }


    .single_page_treatment .common_grid_cards_data{
        padding: 40px 0;
    }

    .single_page_treatment .insurance_data_flex:nth-child(odd) .img_overlay {
        bottom: -50px;
        max-width: 190px;
        min-height: 254px;
        top: auto;
    }

    .single_page_treatment .insurance_data_flex:nth-child(even) .img_overlay{
        left: auto;
    }

    .faq{
        padding: 40px 0;
    }

    

    .left_guid_det, .single_page_treatment .insurance_data_flex:nth-child(odd) .left_data_ins {
        padding-left: 20px;
        width: 100%;
    }

    .find_us {
        padding: 80px 0;
    }

    .find_us .right_data_ins {
        width: 100%;
    }

    .find_us .common_title {
        margin-bottom: 0;
    }

    .find_us .left_data_ins {
        width: 100%;
    }

    .insurance_data_flex {
        flex-direction: column-reverse;
    }

    .guid_title h2 {
        font-size: 24px;
    }

    .guid_title p {
        font-size: 16px;
        line-height: 20px;
    }

    .guid_img {
        width: 100%;
        margin-left: 0;
    }


    .team_grids {
        display: block;
    }

    .overlay_img_section {
        padding: 40px 0;
    }

    .overlay_img_section .list_type_cards ul {
        display: block;
    }

    .list_type_cards ul li::before {
        top: 0;
    }

    .overlay_img_section .insurance_data_flex {
        padding-bottom: 40px;
    }

    .overlay_img_section .insurance_data_flex.flex_change_dir {
        flex-direction: column-reverse;
    }

    .list_type_cards ul li {
        width: 100%;
    }


    .overlay_img_section .insurance_data_flex {
        flex-direction: column-reverse;
    }

    .images_ins{
        flex-wrap: nowrap;
    }

    .insurance_logos{
        width: 100%;
    }

    .overlay_cont_space .logos_grids_ins .right_data_ins{
        width: 100%;
    }

    .left_data_ins, .overlay_cont_space .left_data_ins, .overlay_cont_space .logos_grids_ins .left_data_ins {
        width: 100%;
    }

    .img_overlay {
        bottom: -50px;
        max-width: 190px;
        min-height: 254px;
    }

    .overlay_img_section .title_left_side h2{
        margin-bottom: 0;
    }

    .right_data_ins {
        width: 100%;
        margin-bottom: 40px;
    }

    .health-ins .right_data_ins {
        width: 100%;
        margin-bottom: 0;
    }

    .overlay_img_section .left_data_ins, .overlay_img_section .left_data_ins {
        padding-right: 0;
    }

    .teams_det {
        padding-bottom: 20px;
    }

    .video_width_adjsut_det {
        width: 100%;
        text-align: center;
        max-width: 435px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .video_grid_sec {
        padding-bottom: 80px;
    }

    .right_data_grid.video_grid {
        width: 100%;
    }

    .teams_section {
        min-height: 420px;
        background-size: cover;
        height: auto;
    }


    .footer_det {
        width: 50% !important;
        margin-bottom: 40px;
    }

    .left_data_grid {
        width: 100%;
    }

    .common_grid_section.space_grid_btm .common_grid_cards_data {
        flex-direction: column-reverse;
    }


    .reputed_card {
        display: block;
    }

    .left_reputed_img {
        width: 100%;
    }

    .right_reputed_cont {
        width: 100%;
        border-radius: 15px;
        margin-top: 40px;
    }



    .health-ins {
        padding: 40px 0;
    }

    .health-ins .insurance_logos img {
        width: 70%;
    }

    .banner_section h1,
    .banner_section h1 span {
        font-size: 42px;
        width: 70%;
        line-height: 50px;
    }

    .inner_banner h1,
    .inner_banner h1 span {
        font-size: 42px;
        width: 100%;
        line-height: 50px;
    }

    .banner_section .img_content {
        justify-content: center;
    }

    .banner_section .owl-dots {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .content_section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    section.about_part{
        padding: 60px 0;
    }
    .payment_options{
        padding: 60px 0;
    }

    .common-about {
        width: 50%;
    }

    .mirror_about {
        margin-top: 40px;
    }

    .banner_section .banner_slider_con .img_block {
        height: 500px;
    }

    .banner_section .banner_slider_con .img_block img {
        height: 100vh;
        object-fit: cover;
    }




   



    .mobile_btn_book {
        display: block;
    }

    .menu_right .user_cart_icon {
        justify-content: center;
    }

    .order_btn {
        display: none;
    }

    .order-btn.mobile_btn_book a.primary_btn {
        background-color: #C78659;
        min-width: 200px;
        height: 60px;
        margin: 40px auto;
    }

    .header_container .main_logo {
        width: 40%;
    }

    .cards_serv {
        width: 50%;
    }

    .services_details {
        padding: 40px 0;
    }

    .services_details .tag_title_about h6{
        margin-top: 0;
    }

    .img_content h4 {
        width: 90%;
        margin-bottom: 40px;
    }

    .pera_section_method{
        padding: 40px 0;
    }
/* 
    .plan_section_cards{
        flex-direction: column;
    } */



    .plans_price{
        width: 49%;
        margin-bottom: 40px;
    }

    .overlay_cont_space .right_data_ins{
        width: 100%;
    }

    .overlay_img_section .insurance_data_flex {
        align-items: flex-start;
    }
    .overlay_img_section .img_overlay_main{
        min-height: 300px;
    }

}

@media (max-width: 767px) {
    .payment_logos {
        justify-content: center;
        flex-direction: column;
    }
    .logos_payments_grid {
        width: 100%;
    }

    .card_of_pricing_det .price_started_cont{
        padding: 35px;
    }
    .teams_det .pera_section_det p{
        padding: 80px 0 80px 0;
    }
    .team_modal .member_img {
        width: 250px;
        height: 250px;
    }
  
.open_team_modal .teams_det .team_grids.active .team_modal{
        background: #59c5c7;
}

.team_modal .wrapper{
    width: 90%;
}

.team_modal .close_btn{
    right: 10px;
}

.team_grids .team_modal .team_img_part {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.team_modal .team_des h4{
    text-align: center;
}

.team_modal .mebmer_designation, .team_modal .member_description p{
    justify-content: center;
    text-align: center;
}
    .navbar_form.hidden_search_box {
        top: 72px;
    }

    .form_details_contact{
        flex-direction: column;
    }


    .form_details_contact .left_contact_part_div{
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .form_details_contact .right_contact_part_div{
        width: 100%;
    }

    .plan_section_cards{
        flex-direction: column;
    } 

    .space_card_main {
        width: 100%;
    }

    .plans_price{
        width: 100%;
    }
    .free_guid_data {
        flex-direction: column-reverse;
    }

    .suggestions ul {
        display: block;
    }

    .left_guid_det {
        padding-top: 40px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .suggestions li {
        margin-bottom: 20px;
    }

    .find_us a.contact_icons_btn {
        margin-left: 0;
        margin-top: 20px;
        width: fit-content;
    }

    .accordian_data .answer {
        max-width: 100%;
        padding-bottom: 0;
    }

    .borderprimary_btn {
        height: 49px;
    }

    .owl-dots span {
        min-height: 4px;
        width: 14px;
    }

    .team_data {
        display: block;
    }

    .team_grids {
        width: 100%;
        margin-bottom: 40px;
    }

    .banner_section h1,
    .banner_section h1 span, .banner_section.contact .banner_card h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .footer {
        padding: 40px 0 40px 0;
    }


    .common_title h2 {
        margin-bottom: 20px !important;
    }

    h2,
    h2 span {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0;

    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
        line-height: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .team_des .mebmer_designation span {
        font-size: 14px;
        line-height: 20px;
    }

    .read_more_link a {
        font-size: 14px;
    }

    .team_des .mebmer_designation span::after {
        height: 14px;
    }

    .team_des h4 {
        margin-top: 20px;
    }

    .img_content p {
        bottom: -17px;
    }

    p,
    .desc_grid_det_cards p,
    .pera_section .pera_section_det p,
    .member_description p,
    .img_content p,
    .title_left_side p,
    .list_type_cards ul li {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .banner_section .banner_slider_con .img_block {
        height: 440px;
    }

    .banner_section h1,
    .banner_section h1 span {
        width: 100%;
        text-align: center;
    }
    .banner_card .img_content p{
        text-align: center;
    }
    .banner_section .img_content {
        justify-content: center;
        align-items: center;
    }
    .inner_banner {
        margin: 0 20px;
    }

    .common_grid_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .grid_img_both_side {
        max-height: 699px;
        height: 100%;
    }

    .banner_slider_btn {
        display: block;
    }

    .banner_card a.contact_icons_btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .footer_det {
        width: 100% !important;
    }

    .footer_data {
        padding-bottom: 0;
    }

    .right_footer_last ul li {
        margin-bottom: 0;
    }


    h1,
    h1 span {
        width: 100%;
    }

    .cards_serv {
        width: 100%;
        text-align: center;
    }
    .img_block_ser {   
        margin: 0 auto 30px;
        display: block;
    }

    .common-about {
        width: 100%;
    }

    .normal_det {
        margin-top: 40px;
    }

    .tag_title_det {
        margin-top: 0;
    }

    .left_data_ins {
        width: 100%;
    }

    .right_data_ins {
        width: 100%;
    }

    .health-ins .insurance_data_flex {
        flex-direction: column-reverse;
    }

    .health-ins .insurance_logos {
        justify-content: center;
    }

    .health-ins .images_ins {
        margin-bottom: 40px;
    }
    .about_btn_part a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about_btn_part {
        margin-top: 40px;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .header_container .main_logo {
        width: 70%;
    }
    .insurance_logos {
        width: 50%;
    }
    
    

    .images_ins {
        flex-wrap: wrap;
    }
    .banner_section .img_content {
        padding-left: 20px;
    }

    .banner_card a.contact_icons_btn {
        font-size: 14px;
    }


    .menu_right .call_block a {
        font-size: 0;
    }
}