@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Light.eot");
    src: url("../font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Light.woff2") format("woff2"), url("../font/OpenSans-Light.woff") format("woff"), url("../font/OpenSans-Light.ttf") format("truetype"), url("../font/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-ExtraBold.eot");
    src: url("../font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-ExtraBold.woff2") format("woff2"), url("../font/OpenSans-ExtraBold.woff") format("woff"), url("../font/OpenSans-ExtraBold.ttf") format("truetype"), url("../font/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Medium.eot");
    src: url("../font/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Medium.woff2") format("woff2"), url("../font/OpenSans-Medium.woff") format("woff"), url("../font/OpenSans-Medium.ttf") format("truetype"), url("../font/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Regular.eot");
    src: url("../font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular.woff") format("woff"), url("../font/OpenSans-Regular.ttf") format("truetype"), url("../font/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-SemiBold.eot");
    src: url("../font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-SemiBold.woff2") format("woff2"), url("../font/OpenSans-SemiBold.woff") format("woff"), url("../font/OpenSans-SemiBold.ttf") format("truetype"), url("../font/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/OpenSans-Bold.eot");
    src: url("../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype"), url("../font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Open Sans";
}

.logo_bx img {
    max-width: 100%;
}

.right_btn {
    display: flex;
    align-items: center;
    gap: 40px;
}

.bottom_head {
    display: flex;
    justify-content: space-between;
}

.social_icons a svg {
    color: #fff;
    fill: #fff;
    height: 23px;
}

.logo_bx {
    max-width: 145px;
}

.logo_bx a.logo {
    display: inline-block;
    margin: 0;
}

a.common_btn {
    background-color: #0390c9;
    padding: 14px 20px;
    display: inline-flex;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid #0390c9;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all ease 0.5s;
}

a.common_btn:hover {
    color: #051733;
    border-color: #051733;
    background-color: transparent;
}

a.common_btn.dark_btn {
    background-color: #051733;
    border-color: #051733;
    gap: 7px;
    color: #ffffff;
}

a.common_btn.dark_btn:hover {
    background-color: transparent;
    color: #051733;
}

section {
    padding: 80px 0px;
    overflow: hidden;
}

p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

section h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #10244b;
}

.container_cstm {
    max-width: 1340px;
    margin: auto;
    width: 100%;
}

section.services .row {
    height: 100%;
}

section.services .row .service_image {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

section.services .row .service_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul.social_links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

header#header {
    position: relative;
    z-index: 99;
    padding: 18px 10px;
}

.navbar-nav ul#menu-main-menu {
    display: flex;
    gap: 60px;
}

.navbar-nav ul#menu-main-menu li.menu-item a {
    text-transform: uppercase;
    transition: all ease 0.5s;
    border-bottom: 1px solid transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #10244b;
    text-decoration: none;
}

a.number-bx {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.navbar-nav ul#menu-main-menu li.menu-item a:hover {
    border-color: #051733;
}

.Ticker-root {
    background-color: #9d2538;
    padding: 0 50px;
}

.Ticker-root ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Ticker-root ul {
    display: flex;
    justify-content: flex-end;
    min-height: 40px;
    align-items: center;
}

.Ticker-root ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
}

.Ticker-root ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.number_ham {
    display: flex;
    align-items: center;
    gap: 40px;
}

.number_ham i {
    display: none;
}

.right_btn nav#navbar {
    padding: 0 0px 0 0;
    border-right: 1px solid #fff;
}

.contact_no a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.contact_no a:hover {
    border-bottom: 1px solid #fff;
}


/* Sidebar CSS */

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    padding: 50px 36px;
    height: 100%;
    display: block;
    background-color: #fff;
    /* backdrop-filter: blur(7px); */
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
    align-items: center;
    justify-content: center;
}

.header .container_cstm {
    width: 100%;
    max-width: 100%;
}

.side-bar.header-one {
    background-color: #eff3f6;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar .inner {
    padding: 0;
    text-align: center;
}

.inner-main-wrapper-desk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.side-bar-logo {
    max-width: 400px;
    margin-inline: auto;
}

.adress-bx {
    max-width: 400px;
    margin-inline: auto;
    width: 100%;
    text-align: left;
}

.side-bar .adress p {
    /* color: #051733;
    font-size: 20px; */
    margin: 0;
}

.side-bar .adress.social_links {
    margin-top: 0;
    gap: 0;
}

.side-bar .adress h2 {
    position: relative;
    font-size: 22px;
    color: #051733;
    margin-bottom: 25px;
    font-weight: 500;
}

.social_links ul {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.social_links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #051733;
    border: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid #051733;
    text-decoration: none;
}

.side-bar button {
    max-width: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #9e1f22;
    padding: 6px;
    border: 1px solid #9e1f22;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-bar button svg {
    width: 22px;
}

.side-bar button svg path {
    fill: #fff;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #fff;
    transition: all 400ms ease-in-out;
}

.burger-icon span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
    width: 83.33333333%;
    background: #051733;
    transition: all 400ms ease-in-out;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.burger-icon {
    width: 36px;
    cursor: pointer;
}

.adress {
    flex-direction: column;
    display: flex;
    gap: 20px;
    margin-top: 15px !important;
}

.review_body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
}

.adress svg {
    width: 19px;
    fill: #9e1f22;
    height: auto;
}

.adress svg path {
    fill: #051733;
}

.side-bar .adress p {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    padding-top: 10px;
}
.side-bar .adress {
    gap: 0;
}

ul.social_links i {
    color: #9e1f22;
}

.customer_inner {
    padding: 30px;
    background-color: #9e1f22bd;
}

section.main_banner {
    padding: 0;
}
.banner_slide_tile img {
    width: 100%;
    aspect-ratio: 1920/750;
    object-fit: cover;
}

.address_info {
    padding: 40px 0px;
    padding-left: 20px;
    background-color: #edf2fa;
    height: 100%;
    flex-direction: column;
    gap: 10px;
    display: flex;
    z-index: 77;
    position: relative;
}

.address_info_inner svg {
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 4px 0 0 0;
}

.address_info_inner {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.info_text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.info_text {
    width: calc(100% - 16px);
    padding: 0 0 0 10px;
}

.consult_head_inner {
    max-width: 372px;
}

.consult_head_mian {
    background-color: #0390c9;
    padding: 44px 20px 44px 105px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: space-between;
}

.consult_head_inner h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.consult_head_inner h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.consult_head_inner p {
    color: #fff;
}

.input_field label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 0 0px 0;
}

.input_field {
    flex-direction: column;
    display: flex;
}

.input_name {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.input_name input {
    width: calc(50% - 10px);
}

.input_field input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    outline: none;
    color: #fff;
}

.input_field input::placeholder {
    color: #fff !important;
}

textarea::placeholder {
    color: #fff;
}

.consult_head_form form {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.banner_slider_images.slick-slider.slick-dotted {
    margin: 0;
}

section.quality_consult {
    position: relative;
    padding-top: 0;
    margin-top: -7px;
    padding-bottom: 0;
}

section.quality_consult::after {
    position: absolute;
    width: clamp(calc((100% - 1340px) / 2), 50px, 50px);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #edf2fa;
}

section.quality_consult::before {
    position: absolute;
    width: clamp(calc((100% - 1340px) / 2), 50px, 50px);
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #0390c9;
}

.service_icon {
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff3f6;
}

.service_list {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 0.5px solid #10244b;
}

.service_list p {
    width: calc(100% - 97px);
    padding: 0 0 0 16px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #10244b;
}

.service_list_main {
    padding: 0 16px 0 0px;
    height: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.health_care_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.service_healthier .row {
    height: 100%;
}

.health_care_img {
    height: 100%;
}

.healthier_text {
    padding: 30px;
    background-color: #eff3f6;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
    gap: 10px;
}

.healthier_text_parent {
    height: 100%;
    padding: 0 0 0 16px;
}

.healthier_text h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #10244b;
}

section.what_we {
    background-color: #f8f8f8;
}

section.what_we h2 {
    text-align: center;
    margin: 0;
}

.offer_we_img img {
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 276/183;
    object-fit: cover;
}

.offer_we_img {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    z-index: 77;
}

.offer_we_img h3 {
    margin: 0;
    padding: 15px 0 5px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #10244b;
    text-transform: capitalize;
}

.offer_we_tile {
    background-color: #fff;
}

.offer_botton_text {
    padding: 20px 10px 20px;
    position: relative;
    z-index: 77;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.offer_botton_text p {
    margin: 0 0 15px 0;
}

.secondary-pages .offer_botton_text p {
    margin: 0 0 15px 0;
    min-height: 68px;
}

.load_more {
    text-align: center;
    margin: 40px 0 0 0;
}

section.scientist_full {
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/backgred-image11.jpg);
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

section.scientist_full::before {
    position: absolute;
    content: "";
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: #051733c4;
}

.scientist_full_in {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 77;
    color: #fff;
}

.scientist_full_in h2 {
    color: #fff;
    margin: 0 0 20px 0;
}

.scientist_full_in p {
    color: #fff;
}

section.happy_patient {
    background-color: #edf2fa;
}

section.happy_patient .section_title {
    text-align: center;
    margin: 0 0 40px 0;
}

section.happy_patient .section_title p, section.certification .section_title p {
    max-width: 567px;
    margin: 0 auto 0;
}

section.happy_patient .section_title h2 {
    margin: 0 0 10px 0;
}

.review_slider {
    padding: 78px 50px;
    background: linear-gradient(180deg, #ffffff 0%, #edf2fa 100%);
    border-radius: 25px;
}

.review_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.review_body {
    text-align: center;
}

.review_footer {
    text-align: center;
}

.review_footer h4 {
    margin: 0 0 4px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #10244b;
}

.service_healthier {
    padding-left: 20px;
    padding-right: 20px;
}

.review_footer span {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #222222;
}

footer {
    padding: 80px 0px;
        background-color: #f7f7f7;
}

.footer_logo img {
    width: 183px;
    margin: 0 0 20px 0;
}

.footer_logo {
    margin: 0;
}

.footer_logo p {
    margin: 0 0 0 0;
    max-width: 321px;
}

footer h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    margin: 0 0 30px 0;
     text-transform: uppercase;
}

ul.link_footer {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
    gap: 30px;
}

ul.link_footer li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

footer .address_info {
    padding: 0;
    background-color: transparent;
}

div.review_slide_in {
    padding: 0 8px;
}

.review_main .slick-list {
    margin: 0 -8px;
}

.common_dots ul.slick-dots {
    bottom: 0;
}

.common_dots ul.slick-dots button {
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: transparent;
}

.common_dots ul.slick-dots button::before {
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(144 159 183 / 50%);
    opacity: 1;
    color: transparent;
}

.common_dots ul.slick-dots li.slick-active button {
    border-color: #fff;
}

.common_dots ul.slick-dots li.slick-active button::before {
    background-color: #fff;
}

.banner_content_parent {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.banner_content {
    position: relative;
    z-index: 99;
    max-width: 517px;
}

.banner_content h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.banner_content h1,
.banner_content h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 68px;
    color: #ffffff;
    margin: 0 0 30px 0;
}

a.common_btn.stroke_btn {
    background-color: transparent;
    border-color: #fff;
}

a.common_btn.stroke_btn:hover {
    background-color: #fff;
    color: #051733;
}

.offer_botton_text a.common_btn.stroke_btn {
    color: #051733;
    border-color: #051733;
}

.offer_botton_text a.common_btn.stroke_btn:hover {
    color: #fff;
    background-color: #051733;
}

.submit_form button {
    background-color: #051733;
    padding: 14.5px 20px;
    display: inline-flex;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid #051733;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all ease 0.5s;
}

.submit_form button:hover {
    background-color: #fff;
    color: #051733;
}

.submit_form {
    margin: 0px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.banner_slider_images.common_dots ul.slick-dots {
    bottom: 40px;
}

.review_main button.slick-arrow::before {
    display: none;
}

.review_main button.slick-arrow {
    width: 36px;
    height: 36px;
    background-color: #909fb7;
    z-index: 99;
    border: 1px solid #909fb7;
}

.review_main button.slick-arrow svg path {
    fill: #fff;
}

.review_main button.slick-arrow.slick-disabled {
    background-color: transparent;
    opacity: 0.8;
}

.review_main button.slick-arrow.slick-disabled svg path {
    fill: #909fb7;
}

.review_main button.slick-prev.slick-arrow {
    left: -10px;
    transform: translate(-100%, -50%);
}

.review_main button.slick-next.slick-arrow {
    right: -10px;
    transform: translate(100%, -50%);
}

.service_list:first-child {
    padding-top: 0;
}

.service_list:last-child {
    border: none;
    padding-bottom: 0;
}

ul.copy_right_link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.copy_right {
    padding: 20px 10px;
    background-color: #10244b;
    color: #fff;
}

ul.copy_right_link li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

.copy_in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copy_in p {
    color: #fff;
    margin: 0;
        text-transform: capitalize;
}

footer .adress.social_links {
    margin: 30px 0 0 0;
}

.adress>p {
    display: flex;
    align-items: start;
}

.adress>p span {
    display: inline-block;
    width: calc(100% - 25px);
    padding: 0 0 0 8px;
    color: #051733;
    text-decoration: none;
}

.adress>p a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.inner_ban_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.inner_banner {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
}

.inner_ban_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

section.inner_banner .in_bann_image {
    position: relative;
    z-index: 9;
}

section.inner_banner::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

section.inner_banner h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 63px;
    color: #ffffff;
    margin: 0;
}

section.contact_tags .address_info {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: transparent;
}

section.contact_tags .address_info p {
    margin: 0;
}

section.contact_tags .address_info .address_info_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.contact_tags .address_info .address_info_inner .info_text {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 14px 0 0 0;
}

section.contact_tags .address_info .address_info_inner svg {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 17px;
    background-color: #edf2fa;
}

section.contact_tags .address_info .address_info_inner .info_text h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #10244b;
    font-weight: 700;
}

section.contact_tags .address_info .address_info_inner svg path {
    fill: #10244b;
}

.consult_head_mian_form {
    margin: 0px 0 0 0;
    padding: 45px;
}

.input_field textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    outline: none;
    color: #fff;
}

.input_field textarea::placeholder {
    color: rgb(255, 255, 255);
}


.consult_head_mian_form .consult_head_form form {
    row-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consult_head_mian_form .consult_head_form form .input_field {
    width: calc(50% - 10px);
}

.consult_head_mian_form .consult_head_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 50px 0 0;
}

.consult_head_mian_form .consult_head_form h2 {
    color: #ffffff;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.consult_head_mian_form .consult_head_inner h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
}

.hour_timing {
    padding: 20px;
    background-color: #edf2fa;
    max-width: 380px;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    margin: 25px 0 0 0;
    outline: 2px solid #051733;
    outline-offset: -8px;
    box-shadow: rgb(0 0 0 / 1%) 0px 8px 24px;
}

.hour_timing .morning_time ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.morning_time {
    width: 100%;
}

.hour_timing .morning_time ul.time_zone {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.hour_timing h5 {
    font-weight: 700;
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 18px;
}

.hour_timing .morning_time ul.time_zone li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #051733;
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.hour_timing .morning_time ul.time_zone li:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.hour_timing .morning_time ul.time_zone li span {
    font-size: 15px;
    font-weight: 600;
}

.consult_head_mian_form .consult_head_form {
    padding: 0 0 0 50px;
    position: relative;
}

.consult_head_mian_form .consult_head_form::after {
    width: 1px;
    height: calc(100% + 8%);
    position: absolute;
    left: -11px;
    top: 0;
    content: "";
    background-color: #fff;
}

.about_info_img img {
    width: 100%;
    border-radius: 20px;
}

.about_info_img .col-md-6:last-child img {
    position: relative;
    top: 40px;
    transition: all ease 0.5s;
}

ul.social_icons {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social_contact {
    margin: 30px 0 0 0;
}

.social_contact h5 {
    margin: 0 0 8px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.about_info_content {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
    padding: 0 0 0 50px;
}

.about_info_content p {
    margin: 0;
}

.about_info_content h2 {
    margin: 0;
}

.section_title h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #10244b;
}

ul.count_down {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.count_down li {
    max-width: 180px;
    text-align: center;
}

ul.count_down li p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.numeric_counts {
    padding: 60px 0;
    background-color: #051733;
}

ul.count_down li h3 {
    font-weight: 700;
    font-size: 31px;
    line-height: 41px;
    color: #fff;
}

ul.dental_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    margin: 15px 0 0 0;
    row-gap: 15px;
}

ul.dental_list li {
    display: flex;
    align-items: flex-start;
}

ul.dental_list li img {
    width: 18px;
    aspect-ratio: 1/1;
    height: auto;
    margin: 3px 0 0 0;
}

ul.dental_list li p {
    width: calc(100% - 20px);
    padding: 0 0 0 7px;
    color: #000;
    font-weight: 600;
}

section.what_we .row {
    row-gap: 25px;
    justify-content: center;
}

.secondary-pages section {
    padding: 60px 0px;
}

.inner-hero-section {
    background-color: #edf2fa;
}

.social_icons a {
    border: 1px solid #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.block-title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #10244b;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.block-title h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 3px;
    background: #10244b;
    bottom: 0;
    border-radius: 50px;
}

.hero-image img {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
}

.inner-hero-section2 {
    background: #fff;
}

.inner-hero-section2 .hero-image img {
    padding-left: 0px;
    padding-right: 15px;
}

.custom-list li {
    position: relative;
    color: #000;
    padding-left: 22px;
    margin: 15px 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.custom-list li::before {
    background-image: url(../images/teeth-icon.png);
    position: absolute;
    content: "";
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 70%;
    left: 0;
    top: 5px;
    border: transparent;
    opacity: .9;
}

.custom-list {
    margin: 20px 0px;
    list-style: none;
    padding: 0;
}

.visit-clinic {
    position: relative;
    background-color: #000;
    color: #fff;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
    padding-left: 60px;
}

.visit-clinic .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/backgred-image11.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-repeat: repeat;
    animation: 30s linear 0s infinite normal none running bg-marquee;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.visit-clinic .text-bx {
    position: relative;
    z-index: 2;
    max-width: 611px;
    padding: 25px;
    background: #ffffffeb;
}

.visit-clinic .section_title h2 {
    margin-bottom: 20px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

.custom-list li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .visit-clinic {
        height: auto;
        padding: 60px 20px;
    }
    .visit-clinic .section_title h2 {
        font-size: 28px;
    }
    .visit-clinic {
        justify-content: center;
        text-align: center;
        padding-left: 0;
    }
    .visit-clinic .text-bx {
        max-width: 100%;
    }
}

.cta-section {
    background: #edf2fa;
}

.page-header {
    background: url("../images/page-header-bg.svg") no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 30px 0 !important;
    background-color: #edf2fa;
}

ol.breadcrumb {
    margin-bottom: 0px;
    justify-content: center;
    display: none;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    color: #10244b;
    text-transform: capitalize;
}

.page-header section h2 {
    color: #10244b;
    text-align: center;
}

.page-header-box {
    text-align: center;
}

.breadcrumb-item a {
    color: #051733c7;
    text-decoration: none;
}

.offer_we_tile {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.offer_we_tile::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #edf2fa;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.offer_we_tile:hover::before {
    top: 0;
}


/* .container_cstm .row .col-md-3 {
    all: unset;
} */

.contact-info {
    position: relative;
    background: #edf2fa;
}

.contact-info .icon-bx-wraper {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    border: 1px solid #0517335e;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-radius: 10px;
}

.contact-info .icon-bx {
    background: #051733;
    padding: 15px;
    font-size: 35px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 5px;
}

.icon-content h5 {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    color: #051733;
    text-align: left;
    padding-bottom: 3px;
}

.contact-info .icon-bx-wraper .icon-content p,
.contact-info .icon-bx-wraper .icon-content a {
    font-weight: 500;
    padding: 0;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.icon-content {
    text-align: left;
}

.contact-info .icon-bx-wraper .icon-content a {
    font-weight: 500;
    padding: 0;
    font-size: 16px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    color: #051733;
}

.icon-bx-main {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    gap: 20px;
    margin: 20px 0px 0px 0px;
}

.contact_tags {
    padding: 0 !important;
    background: #051733;
}

.map-section {
    padding: 0px !important;
}

.map-section .map-box iframe {
    height: 450px;
}

.appointment-form-container {
    border-radius: 0px;
    outline-offset: 2px;
    padding: 40px;
    background: rgb(5 23 51 / 82%);
    box-shadow: 0px 0px 0 5px #2e3e9052;
}

.form-title {
    text-align: center;
    margin-bottom: 30px !important;
}

.form-title section h2 {
    color: #fff;
}

.map-section .map-box iframe {
    height: 450px;
}

.appointment-section {
    background-image: url(../images/ab-bg.jpg);
    /* background-image: url(../images/form-bg.jpg); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.form-title {
    text-align: center;
    margin-bottom: 55px;
}

.form-title h1 {
    color: #fff;
        font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
}

.form-title p {
    color: #fff;
}

.form-textarea textarea::placeholder {
    color: rgb(122, 122, 122);
    text-transform: capitalize;
}

.form-row.new-row {
    margin-bottom: 0px;
}

.form-row input,
select {
    width: 100%;
    height: 50px;
    padding: 13px;
    border: 0px;
    border: 1px solid #eee;
        color: #000 !important;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.form-textarea textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 9px 17px;
}

.character-count {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-style: normal;
    margin: 2px 0px 20px;
}

.character-count i {
    /* font-style: normal; */
}

.form-row2 {
    margin-bottom: 20px;
}

.services-parallax {
    background-image: url(../images/cosmetic2.jpg);
    min-height: 500px;
    display: grid;
    place-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.services-parallax .inner-bx {
    background: #fffffff0;
    padding: 25px;
    width: 100%;
    max-width: calc(100% - 46%);
}

.scrolled {
    position: fixed !important;
    width: 100%;
    background: #fff;
    z-index: 777 !important;
}

#header {
    transition: all 0.3s ease-in-out;
}

#header.scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    top: 0;
}

.banner_slide_tile {
    position: relative;
}

.banner_slide_tile::before {
    background: #051733;
    background: linear-gradient( 90deg, rgb(5 23 51 / 90%) 16%, rgb(237 221 83 / 0%) 100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
}

.side-bar .adress p a {
    text-decoration: none;
    width: 100%;
}

.btn-box .common_btn {
    border: 1px solid #fff;
    background: transparent;
}

.btn-box .common_btn:hover {
    background: #051733;
    color: #fff;
    border: 1px solid #051733;
}

section.happy_patient .common_dots ul.slick-dots {
    bottom: 25px;
}

section.happy_patient .load_more {
    text-align: center;
    margin: 15px 0 0 0;
}

.happy_patient .common_dots ul.slick-dots button::before {
    background-color: rgb(5 23 51 / 57%);
}

.happy_patient .common_dots ul.slick-dots li.slick-active button {
    border-color: #051733;
}

.happy_patient .common_dots ul.slick-dots li.slick-active button::before {
    background-color: #051733;
}
ul.what_grid_service {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 25% 25%;
    justify-content: space-between;
}
.service_ic {
    width: 60px;
    padding: 5px;
}
.service_ic img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(104%) contrast(102%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(104%) contrast(102%);
    transition: all ease .5s;
}
.service_grid_img div {
    height: 100%;
}
.what_we.what_we_grid .container {
    max-width: 1400px;
}
.what_grid_main {
    position: relative;
    padding-bottom: 70px;
    padding-top: 0;
}
.service_grid_img {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin-inline: auto;
    max-width: 495px;
    top: 0;
}
ul.what_grid_service li a {
    display: flex;
    text-decoration: none;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: flex-start;
}
ul.what_grid_service li a h3 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    text-align: left;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    padding-left: 10px;
    padding-block: 24px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
ul.what_grid_service li {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
}
ul.what_grid_service li::after {
    position: absolute;
    width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    /* background-color: rgb(237 242 250 / 15%); */
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all ease .5s;
    opacity: 0;
}
ul.what_grid_service li:hover::after {
    width: 100%;
    opacity: 1;
}
.service_grid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_grid_img {
    height: 100%;
}

.what_we.what_we_grid {
    background-color: #051733;
    padding: 80px 50px 0px 50px;
    position: relative;
}
.what_we.what_we_grid h2 {
    color: #fff;
}
.what-we-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.what-we-head .load_more {
    text-align: center;
    margin: 0;
}
.what-we-head {
    margin-bottom: 50px;
}
.input_name_in {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}
.input_name_in input {
    width: 100%;
}
.input_field span.error {
    color: #fff;
    background-color: red;
    font-size: 14px;
    padding: 2px 6px;
    margin: 4px 0 0 0;
}
ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    bottom: -20px;
    transform: translateY(100%);
    background-color: #ffffff;
    padding: 15px 30px;
    row-gap: 25px;
    border-top: 2px solid #051733;
    column-gap: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .2s;
    transition-delay: .1s;
}
.navbar-nav ul#menu-main-menu li.menu-item {
    position: initial;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right_btn nav#navbar .navbar-nav {
    position: initial;
    height: 100%;
}
.right_btn nav#navbar {
    position: initial;
    height: 100%;
}
.right_btn {
    position: initial;
}
.bottom_head {
    position: initial;
}
.navbar-nav ul#menu-main-menu li.menu-item a {
    display: inline-flex;
    align-items: center;
}
.navbar-nav ul#menu-main-menu li.menu-item:hover ul.sub-menu {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
ul.sub-menu.custom-list li {
    margin: 0;
}

.navbar-nav ul#menu-main-menu li.menu-item.menu-item-has-child > a {
    padding: 0 24px 0 0;
    background-image: url(https://www.fabdent.in/wp-content/uploads/2025/08/down-arrow-svgrepo-com.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}
section.contact_tags .consult_head_mian_form .submit_form button {
    background-color: #0390c9;
    color: #fff;
}
/* span.captcha .g-recaptcha {
    transform: initial !important;
    -webkit-transform: initial !important;
} */
span.captcha .g-recaptcha div {
    width: auto !important;
    height: auto !important;
}
ul.certifications li img {
    width: 100%;
    cursor: pointer;
}
ul.certifications li {
    padding: 0 10px;
}
div#imageModal img#modalImage {
    max-width: 600px;
    margin: 0 0 40px 0;
}
div#imageModal .modal-content {
    background-color: #edf2fa;
}
button.lightbox-btn {
    background-color: transparent;
    border: 0;
}
button.lightbox-btn svg {
    width: 14px;
    height: auto;
}
.certificate_slide {
    margin: 40px 0 0 0;
}
div#imageModal .modal-header button.btn-close {
    color: #000;
    opacity: 1;
    background-image: none;
    background-color: #0390c9;
}
div#imageModal button.btn-close {
    background-image: none;
    opacity: 1;
    filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}
div#imageModal button.btn-close svg path {
    fill: #fff;
}
div#imageModal button.btn-close svg {
    width: 20px;
    height: auto;
}
button.lightbox-btn svg path {
    fill: #000;
}
.page-template-temp-certifications section.certification {
    background: #EDF2FA;
    background: linear-gradient(0deg,rgba(237, 242, 250, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.limit_box {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.address_info .info_text a {
    color: #000000;
    text-decoration: none;
}
.mobile-top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border-bottom: 1px solid #0390c9;
}
.mobile-top-bar a + a {
    background: #fff;
    color: #000;
}
.mobile-top-bar a {
    text-transform: uppercase;
    transition: all ease 0.5s;
    border-bottom: 1px solid transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #10244b;
    text-decoration: none;
    background-color: #0390c9;
    padding: 10px 0;
    color: #fff;
}
form#appoinment-form button#contact_submit {
    background-color: #0390c9;
    color: #fff;
    border-color: #0390c9;
}
.header-title h2 {
    text-transform: capitalize;
    margin: 0;
}
.header-title h2 {
    text-transform: capitalize;
    margin: 0;
}
section.review-section {
    background-color: #f8f8f8;
}
section.review-section .row {
    row-gap: 25px;
}
.test-bx {
    text-align: center;
    max-width: 991px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 25px;
}
.test-bx .content-top img.img-fluid {
    width: 35px;
}
.rating i {
    color: #ffae00;
}
.test-bx .rating {
    margin: 14px 0 15px 0;
}
header .adress>p a {
    align-items: flex-start;
}
header .adress svg {
    position: relative;
    top: 4px;
}
.page-template-template-pagestemp-services-php .header-title h1,
.page-template-template-pagescontact-php .section-title h1,
.page-template-template-pagestemp-certifications-php .header-title h1,
.page-template-template-pagestestimonial-php .header-title h1 {
        font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #10244b;
      text-transform: uppercase;
}
.page-header .header-title h2 {
    text-transform: uppercase;
}
.form-row input#datepicker {
    padding-right: 35px;
    background-image: url(https://www.fabdent.in/wp-content/uploads/2025/08/calendar-minimalistic-svgrepo-com-1.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}
.consult_head_form form .row .input_field {
    width: 100%;
}
.consult_head_form form .row .input_field .cptch-sect span.error {
    position: relative;
    top: -18px;
}
#appoinment-form .form-group input,
#appoinment-form .form-group textarea {
        width: 100%;
    height: 50px;
    padding: 13px;
    border: 0px;
    border: 1px solid #eee;
}
#appoinment-form .form-group textarea {
    height: 140px;
}
#appoinment-form .row {
    row-gap: 12px;
}
#appoinment-form .error {
    background-color: red;
    font-size: 14px;
    padding: 2px 6px;
    /* margin: 4px 0 0 0; */
    width: 100%;
    display: block;
    color: #fff !important;
}
#appoinment-form .mesg_bx .error {
        position: relative;
    top: -12px;
}
.cptch-sect .error {
        position: relative;
    top: -20px;
    width: fit-content !important;
}
#datepicker {
    background-image: url(https://www.fabdent.in/wp-content/uploads/2025/09/calender.png);
    background-repeat: no-repeat;
    background-position: 95% 51%;
}

.single-post2 :is(h1, h2, h3, h4, h5, h6) {
    background-color: #edf2fa;
    display: flex;
    font-size: 30px;
    padding: 15px 15px 15px 20px;
    border-left: 5px solid #0390c9;
    margin: 25px 0px 10px 0px !important;
}
.single-post2 {
    padding: 0;
}

.number .common_btn {
        gap: 6px;
}

@media (max-width: 1279px) {
    #header.scrolled {
        position: relative !important;
    }
    /* menu css */
    :root{
      --menu-font:
      'Open Sans', sans-serif;
      --menu-font-size: min(18px, 5vw);
      --primary-color: #0b2a4e;
      --hovered-color: #103e74;
      --submenu-bg: #030e1b;
      --submenu-border-color: rgb(255 255 255 / 54%);
      --menu-border-color: rgb(255 255 255 / 54%);
  --menu-color: #fff;
  --submenu-color: #fff;
      --menu-hovered-color: #ffffff;
      --toggle-button-color: #ffffff;
  }
  .mobmenu-right-panel .mobmenu-right-bt .mob-cancel-button {
      color: var(--toggle-button-color);
  }

  .mobmenu-right-panel .mobmenu-right-bt {
      top: 5px;
      right: 5px;
  }

  .mobmenu-content {
      border-top: 0px solid #ffffff;
  }

  .mobmenu-content li {
      padding: 0;
      margin: 0;
  }

  #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
      font-family: var(--menu-font) !important;
      font-weight: 400 !important;
      color: var(--menu-color);
      padding: 6px 20px;
      font-size: var(--menu-font-size) !important;
  }

  #mobmenuright li {
      border-bottom: 1px solid var(--menu-border-color);
      padding-bottom: 0;
      position: relative;
      padding-inline: 0;
  }

  #mobmenuright li:last-child {
      border: none;
  }

  #mobmenuright li button.sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 5px;
      background: transparent;
      border: none;
      color: var(--menu-color);
  }

  #mobmenuright li button.sub-menu-toggle span.icon-plus {
      display: none;
  }

  #mobmenuright li button.sub-menu-toggle span.icon-minus {
      display: none;
  }

  #mobmenuright li .mob-expand-submenu.show-sub {
      top: 6px;
  }

  #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
      font-size: var(--menu-font-size) !important;
      color: var(--menu-color);
  }

  .mobmenu-content #mobmenuright .sub-menu {
      background: var(--submenu-bg);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid var(--submenu-border-color);
  }

  .mobmenu-content #mobmenuright .sub-menu a {
      color: var(--submenu-color);
  }

  .mobmenu-content #mobmenuright li > .sub-menu li:last-child {
      border: none;
      margin: 0;
      padding: 0;
  }
.mobmenu-content #mobmenuright > li a {
  font-size: 0.98rem !important;
  width: 100% !important;
  white-space: pre-wrap;
          text-transform: uppercase !important;
}
  .sub-menu {
      padding: 0;
  }
  .mobmenu-content #mobmenuright > li {
      overflow: hidden;
  }
  .mobmenu-content #mobmenuright > li > a:hover, .mobmenu-content #mobmenuright li:hover{
      background-color: var(--hovered-color);
  }
  .mobmenur-container i{
      color: var(--toggle-button-color);
  }
.mobmenu-panel {
  background-color: var(--primary-color);
}
    .mobmenur-container i {
        color: #0390c9 !important;
        line-height: 33px !important;
        font-size: 54px !important;
    }
    .mobmenur-container {
        top: 6px !important;
    }
        .mobmenu-right-panel {
        background-color: #051733 !important;
        width: 250px !important;
    }
    .mobmenu-content #mobmenuright li:hover,
    .mobmenu-content #mobmenuright > li > a:hover {
        background-color: #0390c9 !important
    }
}











@media only screen and (max-width: 1360px) {
    .right_btn, .number_ham {
        gap: 20px;
    }
    .navbar-nav ul#menu-main-menu {
        display: flex;
        gap: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner_content h1,
    .banner_content h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .consult_head_mian {
        padding: 44px 20px 44px 20px;
    }
    .consult_head_mian {
        padding: 44px 20px 44px 20px;
        gap: 20px;
    }
    .consult_head_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .service_grid_img {
        max-width: calc(50% - 50px);
    }
    .right_btn {
        display: none;
    }
    body .mob-menu-header-holder.mobmenu {
        top: 65px !important;
        right: 20px;
        width: auto;
    }
    .icon-bx-main {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .contact-info .icon-bx {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-content h5 {
        font-size: 18px;
    }
    .mobile-top-bar {
        display: grid !important;
    }
    .mobmenur-container {
        top: 20px;
    }
    header#header.scrolled ~ .mob-menu-header-holder.mobmenu .mobmenur-container {
        top: -22px;
    }
}
@media only screen and (max-width: 991.5px) {
    .banner_content h1,
    .banner_content h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .address_info {
        padding-left: 0;
        padding: 40px 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.quality_consult::after {
        display: none;
    }
    .consult_head_mian {
        padding: 44px 50px 44px 50px;
    }
    footer .address_info {
        display: flex;
    }
    .service_list {
        padding: 0;
        border-bottom: 0px solid #10244b;
    }
    .service_list_main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
        gap: 20px;
        margin: 0 0 0px 0;
        padding: 0 0 50px 0;
    }
    ul.what_grid_service {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: flex-start;
    }
    .service_grid_img {
        display: none;
    }
    ul.what_grid_service {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: flex-start;
        column-gap: 24px;
    }
    .footer_logo p {
        width: 100%;
        max-width: 100%;
    }
    .footer_logo {
        margin: 0;
        text-align: center;
    }
    footer .adress.social_links {
        margin: 30px 0 0px 0;
        align-items: center;
    }
    footer .row {
        row-gap: 30px;
    }
    div#imageModal img#modalImage {
        margin: 0 0 40px 0;
        width: 80%;
    }
    .banner_slide_tile img {
        min-height: 420px;
    }
    section.inner-hero-section .row {
        row-gap: 30px;
        flex-direction: column-reverse;
    }
    section.inner-hero-section .hero-image img {
        padding: 0;
    }
    .custom-list li {
        text-align: left;
    }
    .contact-info .icon-bx-wraper {
        gap: 15px;
        border-radius: 10px;
        flex-direction: column;
        animation: c;
    }
    .icon-content {
        text-align: center;
        width: 100%;
    }
    .icon-content h5 {
        text-align: center;
    }
    .contact-info .icon-bx-wraper .icon-content p br {
        display: none;
    }
    .contact-info .icon-bx {
        padding: 10px;
        width: 45px;
        height: 45px;
    }
    .contact-info .icon-bx span.icon-cell {
        font-size: 20px;
    }
    .consult_head_mian_form .consult_head_form::after {
        width: 100%;
        height: 1px;
        left: 0;
        top: 29px;
    }
    .consult_head_mian_form .consult_head_form {
        padding: 50px 0 0 00px;
        position: relative;
    }
    .mobmenur-container {
        top: 10px !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .input_field span.error {
        font-size: 13px;
    }
    .cptch-sect .error {
        display: block;
    width: 233px !important;
    }
    .appointment-section .col-lg-8 {
                width: 83.33333333%;
    }
}
@media only screen and (max-width: 767px) {
    .banner_slide_tile img {
        width: 100%;
        aspect-ratio: 1920/1400;
        object-fit: cover;
    }
    .address_info {
        padding: 30px 20px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .consult_head_mian {
        flex-direction: column;
    }
    .consult_head_inner {
        max-width: 100%;
    }
    .consult_head_mian {
        padding: 40px 20px 40px 20px;
    }
    .service_healthier {
        padding: 50px 20px;
    }
    .service_healthier .row {
        row-gap: 30px;
    }
    .service_list_main {
        padding: 0 0 0px 0;
    }
    .healthier_text_parent {
        padding: 0;
    }
    .what_we.what_we_grid {
        padding: 40px 20px;
    }
    .what-we-head {
        margin-bottom: 30px;
    }
    ul.what_grid_service li {
        margin-bottom: 0;
    }
    ul.what_grid_service {
        display: grid;
        grid-template-columns: 1fr;
    }
    section {
        padding: 40px 0px;
        overflow: hidden;
    }
    section.happy_patient {
        background-color: #edf2fa;
        padding: 40px 50px;
    }
    .banner_content {
        max-width: 100%;
        padding: 0 10px;
    }
    .what_grid_main {
        padding-bottom: 0;
        padding-top: 0;
    }
    section.scientist_full {
        min-height: 330px;
        padding: 60px 20px;
    }
    footer h5 {
        margin: 0 0 20px 0;
    }
    ul.link_footer {
        gap: 15px;
    }
    footer .row .col-md-4 {
        text-align: center;
    }
    footer .address_info .address_info_inner svg {
        display: none;
    }
    .offer_we_img h3 {
        margin: 0;
        padding: 20px 10px 0;
    }
    section h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .logo_bx {
        max-width: 105px;
    }
    .mobmenur-container i {
        font-size: 26px;
    }
    body .mob-menu-header-holder.mobmenu {
        top: 58px !important;
    }
    .consult_head_form {
        width: 100%;
    }
    footer h5 {
        font-size: 22px;
        line-height: 25px;
    }
    .review_slider {
        padding: 48px 20px;
    }
        section.happy_patient .common_dots ul.slick-dots {
        bottom: 0;
    }
    .mobmenur-container i {
        font-size: 25px !important;
    }
    .block-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .copy_in {
        display: flex;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
        align-items: center;
    }
    .icon-bx-main {
        grid-template-columns: 1fr;
    }
    .contact-info .icon-bx-wraper .icon-content p, .contact-info .icon-bx-wraper .icon-content a {
        text-align: center;
    }
    .submit_form {
        justify-content: flex-start;
    }
    .map-section .map-box iframe {
        height: 260px;
    }
    .form-row.new-row {
        margin-bottom: 0px;
        grid-template-columns: 1fr;
    }
    .appointment-form-container {
        padding: 40px 20px;
    }
    .mobmenur-container {
        top: 15px;
    }
    header#header.scrolled ~ .mob-menu-header-holder.mobmenu .mobmenur-container {
        top: -28px;
    }
    .mb_rm {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .banner_content h1,
    .banner_content h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .banner_content h5 {
        font-size: 20px;
        line-height: 30px;
    }
    a.common_btn {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 19px;
    }
    .banner_content h5 {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .info_text p {
        margin: 0;
    }
    .address_info {
        gap: 15px;
    }
    .consult_head_inner h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .service_list_main {
        grid-template-columns: 1fr;
    }
    .service_icon {
        width: 67px;
        height: 67px;
    }
    header#header {
        padding: 12px 10px;
    }
    body .mob-menu-header-holder.mobmenu {
        top: 54px !important;
        right: 10px;
        width: auto;
    }
    #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
        font-size: 16px;
        padding: 8px 20px;
    }
    section.happy_patient .common_dots ul.slick-dots {
        bottom: 0;
    }
    section.happy_patient {
        background-color: #edf2fa;
        padding: 40px 10px;
    }
    .review_slider {
        padding: 48px 25px;
    }
    .visit-clinic {
        padding: 50px 0px;
    }
    footer {
        padding: 60px 0px;
    }
    .input_name {
        flex-direction: column;
    }
    .input_name_in {
        width: 100%;
    }
    .consult_head_mian_form .consult_head_form form .input_field {
        width: 100%;
    }
    .consult_head_mian_form .consult_head_form h2 {
        margin: 0 0 10px 0;
    }
    .consult_head_mian_form .consult_head_inner {
        padding: 0 0px 0 0;
    }
    .consult_head_mian_form {
        margin: 0px 0 0 0;
        padding: 60px 20px;
    }
    .hour_timing {
        max-width: 100%;
    }
    .mobile-top-bar a {
        font-size: 14px;
        line-height: 22px;
    }
    .form-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    .form-row.character-count {
        gap: 0;
    }
    form#appoinment-form > .form-row:last-child {
        gap: 0;
    }
    .mobmenur-container {
        top: 13px;
    }
    header#header.scrolled ~ .mob-menu-header-holder.mobmenu .mobmenur-container {
        top: -30px;
    }
    .page-template-template-pagestemp-services-php .header-title h1,
    .page-template-template-pagescontact-php .section-title h1,
    .page-template-template-pagestemp-certifications-php .header-title h1,
    .page-template-template-pagestestimonial-php .header-title h1 {
        font-size: 30px;
    }
    .form-title h1 {
        font-size: 30px;
    }
}