@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url(../css/fontawesome.min.css);

:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --primary-color: #37A8EC;
    --secondary-color: #222222;
    --text-color: #535353;
    --heading-color: #333333;
    --nav-color: #2B2B2B;
    --gradient-color: linear-gradient(90deg, #FEE175, #794C10);
    --footer-bg: #0F1D39;
    --star-color: #FFAB07;
    --primary-font: "Open Sans", sans-serif;
    --nav-font: "Inter", sans-serif;
    --heading-font: "Lato", sans-serif;
    --border-radius: 1vw;
    --icon-font: 900 20px / 1em "Font Awesome 6 Free";
    --box-shadow: 0px 4px 14px 0px #0000001f;
}

::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font: 400 17px/1.5 var(--primary-font);
    color: var(--body-color);
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    padding-right: 0px !important;
}

::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

::-moz-selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

::-webkit-selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

@-moz-document url-prefix() {
    html {
        scrollbar-width: thin;
        scroll-behavior: smooth;
        scrollbar-color: var(--primary-gradient) #e1e1e1;
    }
}

/* ===========Common CSS Start================ */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
blockquote,
address {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

h1 {
    font-size: 52px;
    line-height: 1.2em;
    margin: 0 0 20px;
}

h2 {
    font-size: 42px;
    line-height: 1.2em;
    margin: 0 0 16px;
}

h3 {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0 0 12px;
}

h4 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 0 0 10px;
}

h5 {
    font-size: 20px;
    line-height: 1.4em;
    margin: 0 0 8px;
}

h6 {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 6px;
}

.container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.transition,
[class*="scp-btn-"],
button,
a,
img,
.header_main,
.social a i,
.nav_menu a::after,
.social a i::after,
.social a:hover i::before,
.rj_box,
.rj_box .rj_icon,
.rj_text,
.subheading,
.subheading span,
.responsive_nav,
.subarrow,
.readmore,
.readmore::before,
.readmore i,
.rj_ques,
.rj_toggle .rj_ques:after,
.rj-popup-close,
.page-numbers::before,
.owl-nav [class*="owl-"],
.owl-dot span,
.heading,
.title,
.headtag,
.subheading,
.subtitle,
.subtag,
[role="button"],
.tab-button span::before {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.transtition-5,
.sub-menu,
.shadowBoxEffect::after,
.scrollup,
.scrollup i,
.scrollup::after,
.activityBox .rj_text,
[class*="rj-btn-"]::before,
.shop-action,
.overlayimg::after {
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.transtition-1,
.radiusBoxHover::after {
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

p,
div:not([class]) {
    margin: 0 0 20px;
    line-height: 1.5em;
}

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

label,
span,
strong {
    display: inline-block;
    vertical-align: top;
}

a {
    display: inline-block;
    border: none;
    text-decoration: none;
    outline: none;
    color: var(--primary-color);
    cursor: pointer;
}

a:hover,
a:focus {
    color: var(--heading-color);
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

.full-img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
}

.noList ul,
.noList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.noList li {
    margin: 0;
}

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

hr {
    border-color: var(--border-color);
    margin: 20px 0;
}

.primary-bg {
    background: var(--primary-bg);
}

.banner-bg {
    background: var(--banner-bg);
}

.primary-gradient {
    background: var(--primary-gradient);
    color: var(--white-color);
}

.secondary-gradient {
    background: var(--secondary-gradient);
    color: var(--white-color);
}

.body-bg {
    background: var(--body-bg);
}

.secondary-bg {
    background: var(--nav-color);
    color: var(--white-color);
}

.secondary-bg a {
    color: inherit;
}

.secondary-bg a:hover,
.secondary-bg a:focus {
    color: var(--secondary-color);
}

.primary-color {
    color: var(--white-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.cursor-pointer {
    cursor: pointer;
}

.column-gap {
    column-gap: calc(2vw + 12px);
}

.column-gap-2 {
    column-gap: calc(3vw + 16px);
}

.column-gap-3 {
    column-gap: calc(4vw + 20px);
}

del {
    color: #7B7B7B;
    font-weight: 700;
    font-size: 12px;
}

[class*="sc-btn-"] {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    text-align: center;
    border: 1px solid transparent;
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-border-radius: 90px;
    border-radius: 4px;
    outline: none;
    text-transform: capitalize;
    font: 500 16px var(--nav-font);
    letter-spacing: 0.6px;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

[class*="sc-btn-"].btn-square {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-width: 130px;
}

[class*="sc-btn-"]:hover,
[class*="sc-btn-"]:focus {
    color: var(--primary-color);
    border-color: var(--primary-color);

}

[class*="sc-btn-"]:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--white-color);
    transform: rotate(180deg);
    z-index: -1;
}

[class*="sc-btn-"]:hover::before,
[class*="sc-btn-"]:focus::before {
    width: 100%;
    left: 0;
}

/* ===========Section Part================ */
.section {
    position: relative;
    z-index: 1;
    margin: 86px 0px;
    overflow: hidden;
}

.section.section-big {
    padding: 80px 0;
}

.heading {
    font: 600 40px / 1.2em var(--heading-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.heading.w {
    color: var(--white-color);
}

.heading span {
    color: var(--primary-color);
    display: initial;
}

.title {
    font: 600 18px / 1.3em var(--heading-font);
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.headtag {
    font: 600 34px / 1.3em var(--primary-font);
    color: var(--heading-color);
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
}

.headtag.w {
    color: var(--white-color);
}

.subheading,
.subtitle,
.subtag {
    font: 600 24px / 1.3em var(--heading-font);
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.heading:last-child,
.title:last-child,
.heading:last-child,
.subheading:last-child,
.subtitle:last-child,
.subtag:last-child {
    margin-bottom: 0;
}

a:hover .subheading,
a:hover .subtitle,
.subtitle a:hover,
.subheading a:hover {
    color: var(--hover-color);
}

.subtitle {
    font-size: 20px;
    margin-bottom: 5px;
}

.subtitle.secondary-subtitle,
.subheading.secondary-subheading {
    font-family: var(--primary-font);
}

.subtag {
    font-size: 18px;
}

.text-white * {
    color: var(--white-color);
    letter-spacing: 0.6px;
}

.text-white .subheading,
.text-white .subtitle {
    font-weight: 500;
    letter-spacing: 0.8px;
}

.text-balance {
    text-wrap: balance;
}

.text-pretty {
    text-wrap: pretty;
}

.flex-shrink {
    flex-shrink: 0;
}

.heading:empty,
.title:empty,
.headtag:empty,
.subheading:empty,
p:empty {
    display: none;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

/* ===========Common Content================ */
.text-white .highlight-text {
    color: var(--white-color);
    font-weight: 300;
    letter-spacing: 2px;
}

.btn_center,
.btn_left {
    margin-top: 50px;
}

.btn_center.sm,
.btn_left.sm {
    margin-top: 30px;
}

.btn_center {
    text-align: center;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5vw;
    margin-top: 50px;
}

.editor-text {
    font: 400 13px var(--primary-font);
    line-height: 26px;
    color: var(--text-color);
}

.editor-text.w {
    color: var(--white-color);
}

.editor-text ul {
    margin: 40px 0;
}

.editor-text ul li {
    position: relative;
    padding: 0 0 0 15px;
}

.editor-text ul li:not(:last-child) {
    margin: 0 0 20px;
}

.editor-text ul li::before {
    content: '';
    background: var(--black-color);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.sm_content {
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 60px;
}

/* ===========Common CSS Ends================ */

/* ===============Form=============== */
form {
    margin: 0;
    padding: 0;
}

form .timefield .wpcf7-form-control-wrap {
    z-index: 9;
}

label {
    display: block;
    text-align: left;
    margin: 0 0 6px 0;
    line-height: normal;
    padding: 0;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 16px;
}

.wpcf7-form-control,
.form-control {
    padding: 5px 15px;
    width: 100%;
    height: 48px;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 0 15px;
    border-radius: 5px;
    background-color: #EFEFEF;
    color: var(--heading-color);
    caret-color: var(--secondary-color);
    font-size: 16px;
    line-height: 24px;
    font-family: var(--primary-font);
    font-weight: 400;
    position: relative;
    vertical-align: top;
    outline: none;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.wpcf7-form-control::placeholder,
.form-control::placeholder {
    color: #A4A4A4;
}

.input-bg .wpcf7-form-control,
.input-bg .form-control {
    background-color: var(--input-bg);
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    margin: 2px 5px 0 0;
    vertical-align: top;
}

select.wpcf7-form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    color: #838383;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 96% 20px;
    background-size: 12px;
}

textarea.wpcf7-form-control,
.wpcf7-textarea {
    height: 90px;
    resize: none;
    overflow: auto;
}

.wpcf7-textarea.row2,
.woocommerce form .form-row textarea {
    height: 120px;
}

.wpcf7-textarea.row3 {
    height: 140px;
}

.wpcf7-textarea.row4 {
    height: 190px;
}

.wpcf7-form-control:focus,
.form-control:focus {
    border-color: var(--secondary-color);
    outline: none;
    box-shadow: none;
}

.labelWrap>span {
    margin: 0 0 5px;
}

/* .form_wrap { padding: 40px 30px; background: var(--white-color); box-shadow: 0 0 5px #c1c1c1; border-radius: 10px; overflow: hidden; max-width: 830px; } */
.formTitle {
    color: var(--secondary-color);
    font: 600 32px var(--primary-font);
    margin-bottom: 20px;
}

.form_wrap .row {
    row-gap: 20px;
    margin: 0 -10px;
}

.form_wrap .row>[class*="col-"] {
    padding: 0 10px;
}

.wpcf7-form-control-wrap,
.woocommerce-input-wrapper {
    display: block;
    position: relative;
    z-index: 1;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
    display: block;
    margin: 2px 0 -10px;
    padding-left: 4px;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
}

.newsletter-in {
    position: relative;
    margin: 10px 0 30px;
}

.btn.no-text {
    min-width: auto;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.input-white-bg .wpcf7-form-control {
    background-color: var(--white-color);
    color: var(--black-color);
}

.newsletter-in input[type="email"] {
    padding-right: 50px;
}

.wpcf7-form-control:disabled,
.wpcf7-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form_wrap.colorFormTitle {
    padding-top: 0;
}

.colorFormTitle .headtag {
    background: var(--other-color);
    color: var(--white-color);
    padding: 20px 20px;
    margin: 0 -40px 30px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enquire_form .wpcf7-textarea {
    height: 155px;
}

.wpcf7-form-control[class*="sc-btn-"],
.form-control[class*="sc-btn-"] {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    text-align: center;
    border: 1px solid var(--heading-color);
    background: var(--heading-color);
    color: var(--white-color);
    -webkit-border-radius: 90px;
    border-radius: 90px;
    outline: none;
    text-transform: capitalize;
    font: 500 16px var(--primary-font);
    letter-spacing: 0.6px;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.wpcf7-form-control[class*="sc-btn-"]:hover,
.form-control[class*="sc-btn-"]:hover {
    color: var(--heading-color);
    background: none;
}

/* ===============Form=============== */

/* ===============ERROR_MSG=============== */
.wpcf7 form .wpcf7-response-output {
    background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 12px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    min-height: 40px;
    margin: 24px 0 0;
    padding: 8px 5px 8px 40px;
    text-align: left;
    border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-image: url(../images/success_icon.png);
    background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}

.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-image: url(../images/warning_icon.png);
    background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}

.error p,
.success p,
.information p {
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
}

.input_error {
    border-color: #c00 !important;
}

.input_success {
    border-color: #425c05 !important;
}

.norecord {
    text-align: center;
}

/* ===============ERROR_MSG=============== */

/* ===============Owl-carousel=============== */
.owl-carousel {
    padding: 0px;
}

.owl-carousel:not(.bannerslider) .owl-stage {
    /* display: flex;
    justify-content: center; */
    margin: 0;
}

.owl-carousel:not(.bannerslider) .item {
    height: 100%;
}

.owl-nav [class*="owl-"] {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--heading-color);
    background: var(--white-color);
    border: 1px solid var(--border-color);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #E9E9E9;
    box-shadow: 1px 14px 37px 0px #0000001C;
}

.owl-nav .owl-prev {
    left: -60px;
    padding-right: 2px;
}

.owl-nav .owl-next {
    right: -60px;
    padding-left: 2px;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    pointer-events: none;
    opacity: 0.4;
    background: #dfdfdf;
}

/* .owl-nav [class*="owl-"]:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    opacity: 1;
} */

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
    line-height: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    min-width: auto;
    width: 10px;
    height: 10px;
    background: #B2C0C7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 5px 8px;
    outline: 1px solid transparent;
    outline-offset: 4px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    border-color: var(--primary-color);
    /* outline-color: var(--border-color); */
}

.owl-carousel:not(.bannerslider) .owl-item img {
    width: auto;
    margin: 0 auto;
    font-size: 12px;
}

.item:has(.shadowBox) {
    padding-bottom: 12px;
}

/* ===============Owl-carousel=============== */
/* Home_page_start */

/* shreyasi's css starts here 11.04.2025 */

body {
    overflow-x: hidden;
}

/* header_section_start */
.header_section {
    position: relative;
    z-index: 99;
    /* width: 100%; */
    transition: all 1s ease;
    background: #fff;
}

.header_section.darkHeader {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    transition: all 1s ease;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 10px 0;
}

.header_navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.nav_menu li {
    font: 500 17px 27px var(--nav-font);
}

.nav_menu li span {
    color: var(--nav-color);
}
.nav_menu li span:hover
{
    color: #37a8ec;
}

header .booking {
    margin: 0;
}

.booking_button {
    margin: 0 !important;
}

.mainHeader {
    transition: all 1s ease;
}

.mainHeader.darkHeader {
    background: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
    /* transition: all 1s ease; */
}

.subarrow {
    font-size: 14px;
    margin-top: 6px;
    margin-left: 4px;
}

nav ul li {
    position: relative;
}

nav li.active a span::after,
nav a:hover span::after {
    width: 70%;
}

nav a span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    background: var(--black-color);
    height: 3px;
    width: 0%;
    z-index: -1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

nav ul li a {
    line-height: 40px !important;
    cursor: pointer;
}

/* header_section_end */
/* banner_section_start */
.banner_home .home_banner_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
}

.banner_home .banner_text {
    width: 429px;
}

.banner_home .home_banner_heading {
    font: 400 72px/80px var(--heading-font);
    color: var(--white-color);
}

.banner_home .home_banner_para {
    font: 300 30px/36px var(--heading-font);
    color: var(--white-color);
}

.home_banner_content .container {
    max-width: 1180px;
}

.home_banner_btn span {
    font: 700 14px/55px var(--heading-font);
    color: var(--white-color);
    background-color: #66CB66;
    display: inline-block;
    padding: 0 35px;
    border-radius: 3px;
    margin-top: 21px;
}

/* banner_section_end */

/* appointment_section_start */
.appointment_section .banner_bottom ul {
    display: flex;
    margin: -172px 0 0 0;
    border-width: 0px, 1px, 1px, 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
}

.appointment_section .banner_bottom li {
    background: var(--primary-color);
    padding: 62px 40px;
    width: 294px;
}

.banner_bottom li:nth-child(2n) {
    background: #1F88C7;
}

.appointment_section .container {
    max-width: 1180px;
}

.appointment_section .banner_bottom .appointment_heading {
    font: 500 20px/30px var(--heading-font);
    color: var(--white-color);
    display: block;
}

.appointment_section .banner_bottom .appointment_para {
    font: 400 13px/24px var(--primary-font);
    color: var(--white-color);
    display: block;
    margin-top: 16px;
}

/* appointment_section_end */

/* smile_section_start */
.smile_section .container {
    max-width: 1180px;
}

.smile_section .smile_heading {
    text-align: center;
    font: 500 35px/73px var(--primary-font);
}

.smile_section .smile_slider {
    margin: 50px 0;
}

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

.smile_section .smile_short_heading {
    position: absolute;
    color: #fff;
    bottom: 28%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smile_section .smile_short_heading a::before {
    position: absolute;
    content: '';
    background: #04A1DF;
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.smile_section .smile_short_heading a {
    font: 700 16px/22px var(--heading-font);
    color: var(--white-color);
}

.smile_slider.owl-carousel .owl-dots.disabled,
.smile_slider.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.smile_slider .item figure::before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.smile_slider .item figure {
    position: relative;
    overflow: hidden;
}

.smile_slider .owl-nav .owl-prev {
    left: -79px;
    padding-right: 2px;
}

.smile_slider .owl-nav .owl-next {
    right: -79px;
    padding-right: 2px;
}

.smile_section .smile_para {
    font: 700 16px/20px var(--heading-font);
    color: #535353;
    margin: 9px 0 0 0;
}

.smile_section .sc-btn-smile {
    text-align: center;
}

.smile_button {
    text-align: center;
}

.owl-carousel:not(.bannerslider) .owl-item img {
    width: 100%;
}

/* smile_section_end */
/* choose_section_start */
.choose_section.section {
    margin: 120px 0;
}

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

.choose_figure {
    padding: 0;
}

.choose_content {
    background-color: #F5F5F5;
}

.choose_listing_section .choose_grid {
    display: flex;
}

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

.choose_content {
    padding: 100px;
}

.choose_listing_section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 50px 0 0 0;
}

.choose_listing_section li {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.choose_listing_section figure {
    max-width: 200px;
    height: auto;
    flex-shrink: 0;
}

/* .choose_listing_section figure
{
    width: 59px;
    height: auto;
} */
.choose_content .choose_heading {
    font: 500 35px/73px var(--heading-font);
}

/* .choose_content .editor-text
{
    margin: 20px 0 0 0;
} */
.choose_listing_content .short_content {
    font: 700 18px/22px var(--heading-font);
}

.choose_content .cosmetic {
    margin: 20px 0 0 0;
    max-width: 647px;
}

/* choose_section_end */

/* who_we_are_start */
.who_we_are .container {
    max-width: 1180px;
}

.medico_section ul {
    display: flex;
    gap: 30px;
}

.medico_section .medico_heading {
    font: 400 24px/32px var(--heading-font);
    margin: 22px 0 10px 0;
}

.who_we_are .apex_content .apex_heading {
    font: 400 28px/40px var(--primary-font);
    max-width: 746px;
}

.who_we_are .who_heading {
    font: 700 26px/26px var(--heading-font);
}

.who_we_are .apex_text {
    margin: 20px 0 0 0;
}

.who_we_are .apex_content {
    border: 1px solid #DADCE0;
    padding: 30px 26px 62px 26px;
}

.medico_section {
    margin: 40px 0 0 0;
}

/* .apex_tab {
    border: 1px solid #DADCE0;
    border-right: none;
} */
.who_heading {
    margin: 0 0 34px 0;
}

.apex_tab li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 26px;
    border: 1px solid #DADCE0;
    border-right: none;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}

.nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid var(--bs-danger);
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.apex_tab .tab_text {
    font: 600 13px/22px var(--primary-font);
}

/* who_we_are_end */

/* root_canal_section_start */
.root_canal.section {
    margin: 100px 0;
}

.root_section {
    background-color: #F5F5F5;
}

.root_canal_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 170px;
}

.root_section .root_heading {
    font: 500 35px/73px var(--heading-font);
}

.root_section .editor-text {
    padding: 25px 0;
}

/* root_canal_section_end */
/* testimonial_start */

.testimonial_section .testimonial_heading {
    font: 500 40px/73px var(--heading-font);
    text-align: center;
}

.testimonial_section .testimonial_para {
    font: 400 16px/26px var(--nav-font);
    text-align: center;
    max-width: 665px;
    margin: 0 auto;
}

.testimonial_slide_box {
    margin: 18px;
    border-radius: 14px;
    padding: 30px;
    position: relative;
    border: 1px solid #EEE;
    box-shadow: rgba(157, 149, 149, 0.35) 0px 5px 15px;
}

.testimonial_slider .owl-nav .owl-prev {
    left: -4px;
    padding-right: 2px;
}

/* .testimonial_slider .owl-nav [class*="owl-"] {
	border: 1px solid #E9E9E9;
	box-shadow: 1px 14px 37px 0px #0000001C;
} */
.testimonial_slider .owl-nav .owl-next {
    right: -4px;
    padding-left: 2px;
}


.testimonial_slider .testimonial_description {
    font: 400 16px/27px var(--heading-font);
    font-style: italic;
    margin: 28px 0 0 0;
}

.testimonial_star {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.testimonial_star li {
    color: #FFC107;
    font-size: 14px;
}

.client_name {
    font-size: 17px;
    color: #303030;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    /* margin-bottom: 16px; */
}

.client_descrip {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    line-height: 19px;
    text-transform: capitalize;
    text-align: right;
}

.testimonial_client_img_des {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

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

.testimonial_slide_box::before {
    content: '';
    background: url('../images/quote.png') no-repeat center;
    width: 50px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 3%;
}

.testimonial_slider {
    margin: 50px 0 0 0;
}

/* testimonial_end */


/* .map_section_start */

.map_section {
    margin: 86px 0 0 0;
}

.map_section iframe {
    width: 100%;
    height: 100%;
}

.address_section {
    background-color: #04A1DF;
}

.address ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.address ul li {
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 300ms ease-in-out;
}

.address ul li:nth-child(1),
.address ul li:nth-child(3) {
    border-right: 1px solid #FFFFFF1A;
}

.address ul li:nth-child(3),
.address ul li:nth-child(4) {
    border-top: 1px solid #FFFFFF1A;
}

.address .address_content {
    font: 400 16px/27px var(--heading-font);
}

.address ul li .address_content,
.address ul li .address_content a {
    text-align: center;
    color: #ffff;
}

.address ul li .address_content .social_icon,
.address ul li .address_content .contacts,
.address ul li .address_content .locations {
    display: flex;
    flex-direction: column;
}

.address .address_heading {
    font: 700 24px/30px var(--heading-font);
    color: #fff;
}

.address .address_content {
    margin: 22px 0 0 0;
    max-width: 204px;
}

.address_content .address p {
    text-align: center;
    max-width: 207px;
    color: #fff;
}

.address li:not(:hover) {
    background: #37a8ec !important;

}

/* .map_section_end*/


/* footer_scetion_start */

footer.site-footer {
    background-color: #0F1D39;
    padding: 115px 0 0;
}

footer {
    position: relative;
    padding: 80px 0 40px 0;
    background: #0F1D39;
}

.footer_all_links_box {
    display: grid;
    grid-template-columns: 3fr 3fr 2fr;
    gap: 40px;
}

footer .footerNav .sub-heading {
    font: normal 600 24px var(--nav-font);
    line-height: 28px;
    margin-bottom: 26px;
    color: var(--white-color);
    text-transform: uppercase;
}

.emailInfo_heading,
.phoneInfo_heading,
.addressInfo_heading {
    color: var(--white-color);
    font: 700 16px/28px var(--nav-font);
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}


.emailInfo_heading i,
.phoneInfo_heading i,
.addressInfo_heading i {
    font-size: 20px;
    line-height: 29px;
}

.emailInfo_heading span,
.phoneInfo_heading span,
.addressInfo_heading span {
    display: block !important;
}

.emailInfo a,
.phoneInfo a,
.addressInfo a {
    font: 400 16px/25px var(--nav-font);
    color: #E1E1E1;
}

.emailInfo .email a,
.addressInfo .address a,
.phoneInfo .call a {
    text-transform: none;
}

.addressInfo,
.phoneInfo,
.emailInfo {
    column-gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .footerNav .accessories li a,
footer .footerNav .menus li a {
    margin-bottom: 20px;
    color: #C2C2C2;
    font-size: 15px;
    font: 400 16px/25px var(--nav-font);
}

.newsletter-wrap .tnp-subscription .tnp-email {
    height: 50px;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding-right: 50px;
}

.tnp-subscription input[type="email"] {
    width: 100%;
}

.newsletter-wrap .tnp.tnp-subscription form {
    display: flex;
    align-items: center;
    gap: 10px;

}

.newsletter-wrap .tnp.tnp-subscription .tnp-field.tnp-field-button button {
    display: inline-block;
    background-color: #004B6B;
    border-radius: 4px;
    font: 500 17px/50px var(--nav-font);
    padding: 0 25px;
    color: var(--white-color);
    border: 1px solid #004B6B;
}

.tnp-subscription input[type="email"] {
    padding: .7em;
    padding-right: 0.7em;
    display: block;
    border: 1px;
    color: #FFFFFF66;
    border-color: #ddd;

}

footer p,
footer a {
    color: #C2C2C2E5;
    font: normal 400 16px var(--primary-font);
    line-height: 28px;
}

.socialFollow {
    display: flex;
    gap: 10px;
}

.socialFollow a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 300ms ease-in;
}

.copyright_bottom {
    padding: 38px 0 38px 0;
    border-top: 1px solid #FFFFFF66;
}

.copyright.footer_copyright {
    margin: 45px 0 0 0;
}

.menu_footer ul {
    display: flex;
    justify-content: right;
    gap: 20px;
}

.menu_footer ul li {
    position: relative;
}

.menu_footer ul li:nth-child(2)::before {
    position: absolute;
    content: '';
    border: 1px solid #FFFFFF66;
    height: 13px;
    top: 9px;
    left: -11px;
}

.menu_footer ul li a:hover {
    color: #C2C2C2E5;
}

.footerNav .timing {
    font: 400 16px/26px var(--nav-font);
    color: var(--white-color);
    max-width: 227px;
}

.footerNav .timing li:nth-child(3) span {
    color: #C2C2C2;
}

/* footer_scetion_end */


/* shreyasi's css ends here 11.04.2025 */

/* Home_page_end */


/* ======= About_Us_Page_starts_here  ========== */

/* inner_banner_starts_here */
.inner_banner .inner_banner_content .container {
    max-width: 1180px;
}

.inner_banner figure {
    position: relative;
    z-index: 1;
    height: 100%;
}

.inner_banner figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00204400;
    background: linear-gradient(90deg, rgb(99, 119, 142) 0%, rgb(224, 224, 224) 50%);
    z-index: 1;
    background: linear-gradient(270deg, rgba(0, 32, 68, 0) 41.23%, rgba(0, 32, 68, 0.7) 71.72%);
}

.inner_banner {
    position: relative;
    height: 674px;
}

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

.inner_banner .inner_banner_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

/* .inner_banner_text {
    width: 429px;
} */
.inner_banner .inner_banner_para {
    max-width: 414px;
}

.inner_banner .inner_banner_heading {
    font: 400 72px/80px var(--heading-font);
    color: var(--white-color);
}

.inner_banner .inner_banner_para {
    font: 300 30px/36px var(--heading-font);
    color: var(--white-color);
}

.inner_banner_btn span {
    font: 700 14px/55px var(--heading-font);
    color: var(--white-color);
    background-color: #66CB66;
    display: inline-block;
    padding: 0 35px;
    border-radius: 3px;
    margin-top: 21px;
}

/* inner_banner_ends_here */


/* apex_dental_section_start */

.apex_dental_section .container {
    max-width: 1440px;
}

.apex_dental_section.section {
    overflow: visible;
}

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

.apex_dental_section .apex_figure figure {
    position: relative;
    z-index: 1;
}

.apex_dental_section .apex_figure figure::after {
    position: absolute;
    content: '';
    left: -80px;
    bottom: -80px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #F0F0F0;
}

.apex_dental_section .contact_us {
    margin: 12px 0 0 0;
}

.apex_dental_section [class*="sc-btn-"] {
    height: 50px;
    line-height: 47px;
    font-size: 12px;
    padding: 0 10px;
    min-width: 140px;
    box-shadow: 0px 4px 20px 0px #00000040;
}

.apex_dental_section .apex_figure {
    margin: -238px 0 0 0;
}

.editor-text.apex_para {
    text-align: justify;
    font-size: 15px;
}

.apex_dental_content {
    padding: 0 112px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.apex_dental_section {
    margin: 0 0;
}

.apex_dental_section .apex_heading {
    font: 700 40px/26px var(--heading-font);
}

.apex_dental_section .apex_shortheading {
    font: 600 18px/27px var(--primary-font);
    padding: 20px 0 15px 0;
}

.apex_figure .contact_us {
    text-align: right;
}

/* apex_dental_section_end */
/* medico_section_start */
.medico_section ul {
    display: flex;
    gap: 30px;
}

.medico_section .medico_heading {
    font: 400 24px/32px var(--heading-font);
    margin: 22px 0 10px 0;
}

.who_we_are .apex_content .apex_heading {
    font: 400 28px/40px var(--primary-font);
    max-width: 746px;
}

.who_we_are .who_heading {
    font: 700 26px/26px var(--heading-font);
}

.who_we_are .apex_text {
    margin: 20px 0 0 0;
}

.who_we_are .apex_content {
    border: 1px solid #DADCE0;
    padding: 30px 26px 62px 26px;
}

.medico_section {
    margin: 45px 0 0 0;
}

/* .apex_tab {
    border: 1px solid #DADCE0;
    border-right: none;
} */
.who_heading {
    margin: 0 0 34px 0;
}

.apex_tab li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px 26px;
    border: 1px solid #DADCE0;
    border-right: none;
    cursor: pointer;
}

.nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
}

.nav .nav-item button.active::after {
    content: "";
    border-right: 4px solid var(--bs-danger);
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.apex_tab .tab_text {
    font: 600 13px/22px var(--primary-font);

}

.medico_section .container {
    max-width: 1180px;
}

/* medico_section_end */

/* dental_doctor_section_start */

.dental_slider .item {
    position: relative;
}

.dental_slider .dental_content {
    position: absolute;
    bottom: 0;
    background: var(--white-color);
    /* border-width: 0px 1px 1px 1px; */
    /* border-style: solid; */
    /* border-color: #E8E8E8; */
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 20px 40px 20px 24px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.dental_slider .dental_content .dental_heading {
    font: 500 18px/30px "Poppins", sans-serif;
}

.dental_slider .dental_content .dental_desc {
    font: 400 16px/26px "Poppins", sans-serif;
    color: #555555;
}

.dental_doctors_section .dental_doctors_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.owl-carousel .dental_slide_box.owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.dental_doctors_section .dental_doctors_content .dental_doctors_heading {
    font: 500 40px/73px var(--heading-font);
}

.dental_doctors_section .dental_doctors_content .dental_doctors_para {
    font: 400 16px/26px var(--nav-font);
    color: #454545;
    text-align: justify;
    padding: 0 70px 0 0px;
}

.dental_slider .owl-nav [class*="owl-"] {

    border: 1.5px solid #CCCCCC;
    box-shadow: none;

}

.dental_slider .owl-nav .owl-prev {
    left: -49px;
    padding-right: 2px;
}

.dental_slider .owl-nav .owl-next {
    right: -74px;
    padding-right: 2px;
}

.dental_slider .owl-stage-outer {
    padding: 10px 10px;
    margin-right: -16px;
}

/* dental_doctor_section_end*/

/* wait_section_start */

.wait_figure figure {
    height: 300px;
    position: relative;
}

.wait_figure figure::before {
    position: absolute;
    content: '';
    background-color: #002044;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    border-radius: 10px;
}

.wait_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.wait_section.section .wait_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wait_section.section .wait_content .wait_heading {
    font: 600 50px/60px var(--heading-font);
    max-width: 500px;
    color: var(--white-color);
}

/* wait_section_end */


/* ======== About_Us_Page_ends_here ========= */


/* ======== Service_listing_page_starts ======== */

/* dental_service_section_start */
.dental_service .container {
    max-width: 1180px;
}

.dental_service .dental_service_heading {
    font: 700 40px/34px var(--heading-font);
    text-align: center;
}

.dental_service .editor-text.dental_service_para {
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    margin: 25px 0 0 0;
    padding: 0 44px;
}

.dental_service .dental_service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dental_service_grid li {
    position: relative;
}

.dental_service_grid .teeth_content {
    position: absolute;
    bottom: 35px;
    left: 25px;
}

.dental_service_grid .teeth_content a {
    font: 700 20px/30px var(--heading-font);
    color: var(--white-color);
}

.dental_service_grid li::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    bottom: 0;
    width: 100%;
    height: 40%;
}

.dental_service_grid .teeth_content a::before {
    position: absolute;
    content: '';
    background: #04A1DF;
    width: 30px;
    height: 2px;
    /* top: 0; */
    bottom: -10px;
}

.dental_service .dental_service_grid {
    margin: 48px 0 0 0;
}

.dental_service .load_more {
    text-align: center;
    margin: 60px 0 0 0;
}

.dental_service .load_more a {
    box-shadow: 0px 4px 20px 0px #00000040;
}

/* dental_service_section_end */

/* ======== Service_listing_page_ends ======== */

/* ======== Contact_us_page_starts_here ======== */

/* Contact_form_section_starts_here */

.contact_wrap .dentist_image {
    height: 100%;
}

.contact_wrap .dentist_image figure {
    height: 100%;
}

.contact_wrap .dentist_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact_form {
    background-color: #EFF5F6;
    border-radius: 10px;
    min-height: 100%;
    padding: 30px;
}

.contact_form .appointment span {
    text-transform: uppercase;
}

.contact_wrap .contact_form .contact_heading {
    font: 600 32px/32px "Figtree", sans-serif;
    color: #0E374A;
}

.contact_wrap .contact_form .contact_shortheading {
    font: 500 18px/28px "Figtree", sans-serif;
    padding: 20px 0;
}

.contact_wrap .container {
    max-width: 1180px;
}

.contact_wrap.section {
    margin: 120px 0 60px 0;
}

/* Contact_form_section_ends_here */
.location_section .container {
    max-width: 1180px;
}

.location_section ul {
    display: flex;
    gap: 20px;
    /* align-items: center; */
    justify-content: space-between;
}

.location_section ul li {
    background: #EFF5F6;
    display: flex;
    padding: 30px;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #EFF5F6;
    width: 100%;
    min-height: 100%;
    align-items: flex-start;
}

.location_section ul li i {
    font-size: 28px;
    line-height: 30px;
}

.location_section ul li .Location span,
.location_section ul li .Phone span,
.location_section ul li .Email span {
    display: block !important;
    font: 600 18px/28px "Figtree", sans-serif;
}

.location_section ul li .Location a,
.location_section ul li .Phone a,
.location_section ul li .Email a {
    font: 400 16px/26px "Figtree", sans-serif;
    max-width: 262px;
}

/* ======== Contact_us_page_ends_here ======== */

/* ======== Service_details_page_starts_here ======= */
.root_canal_treatment_section .container {
    max-width: 1180px;
}

.root_canal_treatment_section .search_section {
    background: #EFF5F6;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #0E374A0D;
}

.root_canal_treatment_section .search_section .search_heading,
.our_service_heading {
    font: 600 20px/20px "Figtree", sans-serif;
    padding: 0 0 24px 0;
}

.our_service_section .service_tab_heading a {
    font: 600 18px/18px "Figtree", sans-serif;
    color: var(--heading-color);
}

.our_service_section li i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E374A;
    transition: all 300ms ease-in;
    background: #DAEBF2;
}

.search-form .search-field {
    display: inline-block;
    min-height: 49px;
    width: 90%;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: #DAEBF2;
    color: #0E374A;
    border-radius: 8px;
    border: none;
    font: 500 18px/28px "Figtree", sans-serif;
}

.search_section .search-form {
    display: flex;
    position: relative;
}

.search_section .search-form button {
    background: #04A1DF;
    border: none;
    border-radius: 8px;
    position: absolute;
    right: 6px;
}

.search_section .search-form button span {
    padding: 11px 14px;
}

.search_section .search-form button span i {
    color: var(--white-color);
}

.our_service_section,
.need_section,
.social_section {
    background: #EFF5F6;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #0E374A0D;
    margin: 30px 0 0 0;
}

.our_service_section li {
    background: var(--white-color);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    margin: 0 0 20px 0;
}

.our_service_section li:last-child {
    margin: 0 0 0 0;
}

.need_section .need_section_heading,
.social_heading {
    font: 600 20px/28px "Figtree", sans-serif;
    padding: 0 122px 24px 0;
}

.social_secion_icon a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E374A;
    transition: all 300ms ease-in;
    background: #DAEBF2;
}

.social_secion_icon a i {
    font-size: 18px;
    line-height: 18px;
}

.social_secion_icon {
    display: flex;
    gap: 10px;
}

/* root_canal_right_part_start */
.root_canal_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.root_canal_right_part .root_canal_heading {
    font: 600 32px/32px "Figtree", sans-serif;
    margin: 32px 0 14px 0;
    color: var(--heading-color);

}

.root_canal_right_part .root_canal_para {
    font: 500 18px/28px "Figtree", sans-serif;
    color: #5B5F61;
    text-align: justify;
}

.advanced_dentistry_section ul {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.advanced_dentistry_section li {
    display: flex;
    background: #EFF5F6;
    border-radius: 8px;
    border: 1px solid #0E374A0D;
    padding: 17px 31px !important;
    gap: 16px;
}

.advanced_dentistry_section {
    margin: 78px 0 0 0;
}

.advanced_dentistry_section li figure {
    width: 100px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in;
    background: #DAEBF2;
}

.dentistry_heading {
    font: 600 18px/18px "Figtree", sans-serif;
}

.dentistry_para {
    font: 500 16px/24px "Figtree", sans-serif;
    margin: 15px 0 0 0;
    color: #5B5F61;
}

.root_desc_heading {
    font: 600 32px/36px "Figtree", sans-serif;
    padding: 49px 0 14px 0;
}

.root_desc_para {
    font: 500 18px/28px "Figtree", sans-serif;
    color: #5B5F61;
    text-align: justify;
}

.root_desc_video {
    display: flex;
    gap: 30px;
    margin: 49px 0 0 0;
}

.accordian .at-title::after {
    content: "\f107";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: all 300ms ease-in;
    background: #2093CA;
}

.accordian .at-title.active::after {
    transform: rotate(180deg);
    transition: 0.25s;
}

/* .accordian .at-item.active, .accordian .at-tab.active, .accordian .at-title.active
{
    background-color: #04A1DF;
    color: var(--white-color);
} */

.accordian .at-title {
    position: relative;
    font: 600 28px/28px "Figtree", sans-serif;
}

.accordian .at-tab {
    font: 500 18px/28px "Figtree", sans-serif;
    padding: 20px 119px 0 0;
}

.accordian {
    margin: 48px 0 0 0;
}

.accordian .at-item {
    background: var(--white-color);
    box-shadow: 0px 4px 40px 0px #0000000A;
    border-radius: 8px;
    padding: 32px 34px;
    margin: 0 0 20px 0;
}

.accordian .at-item.active {
    background: #04A1DF;
    color: var(--white-color);
}

table {
    width: 630px;
    height: 100%;
}

.table_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.booking_button_details {
    margin: 41px 0 0 0;
}

.booking_button_details [class*="sc-btn-"] {

    box-shadow: 0px 4px 20px 0px #00000040;
}

table .table_heading {
    font: 500 18px/28px var(--nav-font);
    color: #2C2C2C;
    display: block;
}

.root_canal_right_part table th {
    background-color: #B3E9FF;
    /* border-radius: 25px 0 0 0; */
    padding: 25px;
    font: 600 24px/28px var(--nav-font);
    border-left: 1px solid #dadada;
}

.root_canal_right_part table th:last-child {
    background-color: #04A1DF;
    border-radius: 0 25px 0 0;
    color: var(--white-color);
    text-align: center;
    padding: 0 50px;
}

.root_canal_right_part table td {
    border-bottom: 1px solid #DADADA;
    padding: 20px;
    border-right: 1px solid #DADADA;
}

.table_section table tr:last-child td {
    border-bottom: none;
}

.root_canal_right_part tbody tr:last-child td {
    border-radius: 0 0 0 20px;
}

table .editor-text {
    font: 400 15px 28px var(--nav-font);
}

.root_canal_right_part table tbody td:nth-child(2n) {
    text-align: center;
}

.table_section.section {
    margin: 60px auto 60px auto;
}

.root_canal_right_part table tr:last-child td {
    padding: 20px 20px 62px 20px;
}

.table_section {
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 630px;
}

.advanced_dentistry_section ul li::before {
    content: none;
}

.root_table table {
    width: 100%;
}

/* root_canal_right_part_end*/

/* ======== Service_details_page_ends_here ======= */
/* header_submenu_part_start */
.subarrow {
    color: #fff;
    font-size: 14px;
    margin-top: 2px;
    margin-left: 4px;
}

.header_menu ul .mega-box {
    position: absolute;
    width: 1940px;
    top: -27%;
    left: 0;
    background-color: var(--white-color);
    transform: translate(-43%, 17%);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    padding: 40px;
}
.mega-box .sub-menu
{
   column-count: 3;
}
.mega-box figure
{
    justify-self: end;
}

.mega-box .container {
    display: grid;
    grid-template-columns: repeat(1, 2fr 1fr);
}

.header_menu ul li:hover .mega-box {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out;
}

.sub-menu.container {
    column-count: 4;
    gap: 20px;
}

/* .mega-menu-item-has-children {
    max-width: fit-content;
} */

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children::before {
    position: absolute;
    content: '\f107';
    /* font-family: ''; */
    font-family: FontAwesome;
    top: 10px;
    color: black;
    font-size: 15px;
    right: -19px;
}

.menu-item-has-children .sub-menu li a span::after {
    background: none;
}

.sub-menu li a {
    font: 500 17px 27px var(--nav-font);
    color: #000;
    margin: 0;
    padding: 5px 5px;
    display: block;
}

.mega-menu-item-has-children {
    position: relative;
}

.mega-menu-item-has-children::before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 15px;
    color: black;
    font-size: 15px;
    right: 141px;
    cursor: pointer;
}
.mega-menu-item-has-children.at-title.arrowDown::before {
	transform: rotate(180deg);
	transition: 0.25s;
}

.mega-menu-item-has-children:hover::before {
    color: #37a8ec;
}
/* .nav_menu li span:hover {
	color: #37a8ec;
} */

.header_menu ul li .mega-sub-menu {
    /* position: absolute;
    min-width: 200px;
    top: 5px;
    left: calc(3% + 0px);
    transform: translateY(10px);
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    line-height: 32px;
    font-size: 17px; */
}
.header_menu ul li .mega-sub-menu{
        position: relative;
        display: none;
        padding: 0 0 0 18px;
        margin: 0;
}

/* .header_menu li li:hover .mega-sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out;
} */

.mega-sub-menu li a {
    margin: 0;
    padding: 0px 0;
}

.mega-sub-menu li {
    margin: 0;
}

.sub-menu li a:hover {
    color: #37a8ec;
}

/* header_submenu_part_start */

/* thank_you_section_start */
.thankyouSection {
    padding: 100px 0;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    background: #10215e;
    min-height: 80dvh;
    display: grid;
    place-items: center;
}

.thank_you-img,
.success-img {
    max-width: 150px;
    margin: 0 auto 24px;
    padding: 20px;
    border-radius: 100%;
}

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

.thank-you-page .heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 20px;
}

.thankyouSection .heading :where(span, i) {
    padding: 16px;
    background: var(--white-color);
    border-radius: 100%;
}

.back_button {
    text-align: center;
}

.back_button .sc-btn-back:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.back_button [class*="sc-btn-"]::before {
    background: none;
}

/* thank_you_section_end */

/* 404_page_section_start */
.icon-404 {
    max-width: 350px;
    margin: 0 auto;
}

.heading404 {
    font: 700 italic 150px / 1 var(--nav-font);
    margin: 20px 0 10px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px var(--white-color);
}

.heading {
    font: 600 40px / 1.2em var(--heading-font);
    margin-bottom: 24px;
}

.error-page-button a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.error-page-button [class*="sc-btn-"]::before {
    background: none;
}

/* 404_page_section_end*/

/* Price_list_section_start */
.apex_price_heading {
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 30px;
}

.about-three .about-three__content h2 {
    margin-bottom: .5rem;
    font-family: "Figtree", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
}

.about-three_section {
    text-align: center;
    margin: 100px 0;
}

/* .brm-menu {
    max-width: 880px;
    margin: 30px auto 0 auto;
    display: block;
    color: #5c5c5c;
    padding: 50px 0 20px 0;
    font-family: "Figtree", sans-serif;
} */

/* .brm-menu-section {
    margin-bottom: 40px;
} */

/* .brm-heading h2 {
    color: var(--black-color);
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    display: block;
    font-family: "Figtree", sans-serif;
    border-top: 2px solid var(--black-color);
}

.brm-heading h2 span {
    background-color: #fff;
    position: relative;
    top: -30px;
    padding: 0 20px;
}

.brm-heading {
    margin-bottom: 30px;
}

.brm-item {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.brm-item-details {
    float: none;
    overflow: hidden;
}

.brm-item-name {
    font-size: 18px;
    color: #000;
    padding: 0 60px 6px 0;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.brm-item-price {
    float: right;
    font-size: 18px;
    color: #000;
    margin-top: -26px;
} */

/* .pl-developer {
    max-width: 880px;
    margin: 0 auto 50px auto;
    font-size: 14px;
    text-align: right;
    color: #666;
} */

/* Price_list_section_end */

.apex_price table .table_heading {
    font: 500 18px/28px var(--nav-font);
    color: #2C2C2C;
    display: block;
}

.root_canal_right_part ul li strong,
.root_canal_right_part ol li strong {
    font: 600 19px/32px "Figtree", sans-serif;
    color: var(--heading-color);
    display: block;

}

ol li::marker {
    color: var(--heading-color);
}

/* coming_soon_section_start */
@keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }

}

@-webkit-keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }

}

.coming_soon_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;

}

.coming_soon_heading {
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.dot {
    color: #4FEBFE;
}

.coming_soon_section {
    padding: 100px 0;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    background: #00091B;
    min-height: 80dvh;
    display: grid;
    place-items: center;
}

/* comin_soon_section_end */




/* .header_menu ul li .mega-box ul li.mega-menu-item-has-children.active .mega-sub-menu{
    opacity:1;
} */
.header_menu ul li .mega-box ul li a{
    display: inline-block !important;
}
.root_canal.section figure
{
    height: 100%;
}
.root_canal.section img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.book_mobile
{
    display: none;
}
