@font-face {

    font-family: NexaBlake;

    src: url(../fonts/NexaTextBlack.otf);

}



@font-face {

    font-family: NexaBold;

    src: url(../fonts/NexaTextBold.otf);

}



@font-face {

    font-family: NexaBook;

    src: url(../fonts/NexaTextBook.otf);

}



@font-face {

    font-family: NexaExtraBold;

    src: url(../fonts/NexaTextExtraBold.otf);

}



@font-face {

    font-family: NexaExtralight;

    src: url(../fonts/NexaTextExtraLight.otf);

}



@font-face {

    font-family: NexaHeavy;

    src: url(../fonts/NexaTextHeavy.otf);

}



@font-face {

    font-family: NexaLight;

    src: url(../fonts/NexaTextLight.otf);

}



@font-face {

    font-family: NexaReg;

    src: url(../fonts/NexaTextRegular.otf);

}



@font-face {

    font-family: NexaThin;

    src: url(../fonts/NexaTextThin.otf);

}



*,

*::after,

*::before {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}



:root {

    --nexa-blake: NexaBlake, sans-serif;

    --nexa-bold: NexaBold, sans-serif;

    --nexa-book: NexaBook, sans-serif;

    --nexa-extra-bold: NexaExtraBold, sans-serif;

    --nexa-extra-light: NexaExtralight, sans-serif;

    --nexa-heavy: NexaHeavy, sans-serif;

    --nexa-light: NexaLight, sans-serif;

    --nexa-reg: NexaReg, sans-serif;

    --nexa-thin: NexaThin, sans-serif;



    /* Color */

    --green: #adbaa3;

    --navy: #023759;

    --white: white;

    --cream: #f4efe8;

    --black: black;



    /* Font Size */

    --fz-11: 11px;

    --fz-14: 14px;

    --fz-15: 15px;

    --fz-16: 16px;

    --fz-17: 17px;

    --fz-18: 18px;

    --fz-20: 20px;

    --fz-26: 26px;

    --fz-38: 38px;

    --fz-75: 75px;

    --fz-48: 48px;

    --fz-12: 12px;

    --fz-13: 13px;

    --fz-68: 68px;



    /* Font Weight */

    --fw-300: 300;

    --fw-400: 400;

    --fw-500: 500;

    --fw-600: 600;

    --fw-700: 700;

    --fw-800: 800;



    /* Line Height */



    --lh-18: 18px;

    --lh-23: 23px;

    --lh-27: 27px;

    --lh-29: 29px;

    --lh-75: 75px;

    --lh-36: 36px;

    --lh-20: 20px;

    --lh-47: 47px;

    --lh-22: 22px;

    --lh-24: 24px;

    --lh-55: 55px;

    --lh-65: 65px;



    /* Border Radius */

    --br-30: 30px;

}







body {

    font-family: var(--nexa-book);

    background-color: var(--floral-white);

    font-weight: 400;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    padding: 0;

    margin: 0;

}



p {

    padding: 0;

    margin: 0;

}





button {

    outline: none;

    box-shadow: none;

    border: none;

    background: transparent;

}



a {

    color: inherit;

    text-decoration: none;

    font-size: var(--fz-16);

    line-height: var(--lh-27);

}





.btn-white,

.btn-blue {

    display: flex;

}



.btn-white a {

    color: var(--navy);

    letter-spacing: 0;

    text-transform: capitalize;

    background-color: #fff;

    border: 1px solid #036c5f;

    border-radius: 50px;

    flex: none;

    margin-bottom: 0;

    padding: 7px 20px 7px 20px;

    transition: all .3s;

}



.btn-white a:hover {

    background-color: var(--cream);

    color: var(--navy);

    letter-spacing: 1.5px;

}



.btn-blue a {

    border-radius: 50px;

    letter-spacing: 0;

    text-transform: uppercase;

    border: 1px solid;

    border-color: var(--white);

    background-color: var(--navy);

    color: var(--white);

    margin-left: 0;

    padding: 8px 20px 8px 20px;

    transition: all .3s;

}



.btn-blue a:hover {

    letter-spacing: 1.5px;

    transition: all .3s;

}



.section-title .top-heading {

    display: flex;

    flex-direction: column;

}



.section-title .top-heading p {

    color: var(--navy);

    letter-spacing: 3px;

    text-transform: uppercase;

    width: 100%;

    margin-top: 0;

    margin-bottom: 25px;

    font-size: 16px;

    line-height: 20px;

    font-family: var(--nexa-bold);

}



.section-title .top-heading h1 {

    color: var(--navy);

    width: 100%;

    margin-top: 0;

    margin-bottom: 20px;

    font-size: 75px;

    font-weight: 600;

    line-height: 75px;

    font-family: var(--nexa-extra-light);

    letter-spacing: .5px;

}



.section-title .top-heading h2 {

    color: var(--navy);

    width: 100%;

    margin-top: 0;

    margin-bottom: 20px;

    font-size: 75px;

    font-weight: 600;

    line-height: 75px;

    font-family: var(--nexa-extra-light);

}



.section-title .top-heading .line {

    width: 175px;

    height: 5px;

    background-color: var(--green);

    margin-bottom: 20px;

}



.section-title .sub-texts {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.section-title .sub-texts p {

    color: var(--navy);

    text-align: center;

    font-size: 18px;

    line-height: 23px;

}



.bg-cream {

    background-color: var(--cream) !important;

    background-image: none !important;

}



/* header start */



.header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    padding: 15px 0px;

    z-index: 999;

    background: var(--green);

}



.header.scrolled {

    background: var(--midnight-blue);

    /* change as needed */

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}



.header-wrapper {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: auto auto;

}



.header-wrapper .nav-logo {

    display: flex;

    align-items: center;

    justify-content: center;

}



.header-wrapper .nav-logo a img {

    width: 250px;

}



.header-wrapper .nav-toggle {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 20px;

}



.header-wrapper .btn-white-outlined a {

    font-size: var(--text-16);

}



.nav-toggle-menu .offcanvas {

    background-color: var(--navy);

}



.nav-toggle-menu .offcanvas .offcanvas-body .bo-toogle-logo {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.nav-toggle-menu .offcanvas .offcanvas-body {

    display: flex;

    flex-direction: column;

    gap: 80px;

    scrollbar-width: 0;

}



.nav-toggle-menu .offcanvas .offcanvas-body::-webkit-scrollbar {

    width: 0;

}



.nav-toggle-menu .offcanvas .offcanvas-body .bo-toogle-logo a img {

    width: 100%;

}







.nav-toggle-menu .nav-links {

    width: 100%;

}



.nav-toggle-menu .nav-links ul {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.nav-toggle-menu .nav-links ul li a {

color: var(--white);
    font-size: var(--text-21);
    font-weight: var(--fw-600);
    transition: all .3s ease;
    width: fit-content;

}



.nav-toggle-menu .nav-links ul li a:hover {

    color: var(--green);

    transition: all .3s ease;

}



.menu-item {


    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 20px;
        width: fit-content;

}



.submenu-toggle {

    background: none;

    border: none;

    cursor: pointer;

    padding: 5px;

}



.has-submenu .nav-sub-menu {

    display: none !important;

    padding-left: 15px;

}



.has-submenu.active .nav-sub-menu {

    display: flex !important;

    flex-direction: column;

    margin-top: 10px;

    gap: 15px;

    padding-left: 20px;

}



.has-submenu.active .nav-sub-menu li a {

    font-size: 18px;

    color: var(--green);

    transition: all .3s;

}



.has-submenu.active .nav-sub-menu li a:hover {

    color: var(--white);

    transition: all .3s;

}



/* Arrow appears ONLY if nav-sub-menu exists */

.has-submenu:has(> .nav-sub-menu)>.menu-item::after {

    content: "";

    width: 10px;

    height: 10px;

    border-right: 2px solid #fff;

    border-bottom: 2px solid #fff;

    transform: rotate(45deg);

    transition: transform 0.3s ease;

    cursor: pointer;

}



/* Rotate arrow on open */

.has-submenu.active>.menu-item::after {

    transform: rotate(-135deg);

}



/* Submenu behavior */

.nav-sub-menu {

    display: none;

    padding-left: 15px;

}



.has-submenu.active>.nav-sub-menu {

    display: block;

}



.has-submenu>.menu-item::after {

    /* arrow styles */

}









.nav-toggle-menu .nav-contact ul {

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.nav-toggle-menu .nav-contact ul {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.nav-toggle-menu .nav-contact ul li .nav-contact-menu {

    display: flex;

    align-items: center;

    gap: 10px;

}



.nav-toggle-menu .nav-contact ul li .nav-contact-menu .nav-pin-icon {

    width: 40px;

    height: 40px;

    flex-shrink: 0;

    border-radius: 50%;

    background-color: var(--green);

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--white);

}



.nav-toggle-menu .nav-contact ul li .nav-contact-menu .nav-pin-icon img {

    width: 50px;

    height: 30px;

}



.nav-toggle-menu .nav-contact ul li .nav-contact-menu a {

    color: var(--white);

    font-weight: var(--fw-600);

}



.nav-toggle-menu .nav-contact ul li .nav-contact-menu a:hover {

    color: var(--green);

}



.offcanvas-header {

    display: flex;

    justify-content: end;

}



.offcanvas-header button {

    width: 45px;

    height: 45px;

    border-radius: 50%;

    background-color: var(--dark-sea-green);

}



/* V3 Css Start */



.nav-toggle .fo-h3-contact {

    display: flex;

    gap: 20px;

    align-items: center;

}



.nav-toggle .fo-h3-contact a {

    display: flex;

    align-items: center;

    gap: 5px;

    color: var(--navy);

    font-weight: var(--fw-800);

    transition: all 0.3s;

}



.nav-toggle .fo-h3-contact span {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background-color: var(--navy);

    border: 1px solid var(--white);

    color: var(--white);

}



.nav-toggle .fo-h3-contact a:hover {

    color: var(--dark-sea-green);

    transition: all 0.3s;

}



/*  Css End */



/* header End */



/* Footer Start */



.fo-footer {

    border-top: 2px solid var(--cream);

    background-color: var(--navy);

    height: auto;

    padding-top: 21px;

    padding-bottom: 30px;

}



.fo-footer-wrapper {

    padding: 20px 0;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-template-rows: auto;

    gap: 20px;

    justify-content: center;

}



.fo-footer-info:nth-child(1) {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.fo-footer-info:nth-child(3) {

    display: flex;

    flex-direction: column;

    align-items: end;

}



.fo-footer-info a {

    color: var(--white);

    letter-spacing: 1px;

    margin-bottom: 3px;

    font-size: var(--fz-11);

    text-decoration: none;

    line-height: 20px;

    font-family: var(--nexa-light);

}



.fo-footer-info:nth-child(2) {

    display: flex;

    align-items: center;

    justify-content: center;

}



.fo-footer-info .fo-footer-logo {

    width: 389px;

}



/* Footer End */





/* Hero Start */



.fo-hero {

    background-color: var(--green);

    padding: 82px 0 20px 0;

    height: auto;

}



.fo-hero-wrapper {

    height: 90dvh;

    /* overflow: hidden; */

    position: relative;

}



.fo-hero-media {

    height: 100%;

    overflow: hidden;

    border: 2px solid var(--navy);

    border-radius: 15px;

    position: relative;

}



.fo-hero-media .section-title {

    position: relative;

    z-index: 1;

}



.fo-hero .section-title .top-heading h1 {

    max-width: 1000px;

    width: 100%;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}



.fo-hero-media .section-title .top-heading h1 {

    color: var(--white);

}



.fo-hero-media .inner-logo {

    display: flex;

    align-items: center;

    justify-content: center;

}



.fo-hero-media .inner-logo .fo-inner-logo {

    width: 70px;

    height: 70px;

    border: 1px solid var(--navy);

    border-radius: 50%;

    overflow: hidden;

}



.inner-logo .fo-inner-logo img {

    width: 100% !important;

    height: 100% !important;

    object-fit: contain;

    position: static;

}



.fo-hero-media {

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    padding: 0 20px;

}



.fo-hero-media::after {

    position: absolute;

    content: '';

    inset: 0;

    background-image: radial-gradient(circle, #00000038, #fff0);

}



.fo-hero-wrapper video {

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: absolute;

    inset: 0;

}



.fo-hero-wrapper img {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.hero-logo {

    width: 137px;

    height: 137px;

    border: 1px solid var(--navy);

    border-radius: 50%;

    position: absolute;

    z-index: 2;

    bottom: -60px;

    left: 50%;

    transform: translateX(-50%);

}



.hero-logo img {

    width: 100%;

    object-fit: contain;

}





/* Hero End */



/* Welcome Section Start */



.fo-welcome-section {

    padding: 120px 0 110px 0;

    background-color: var(--white);

    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--cream), white);

}



.fo-welcome-wrapper .section-title .top-heading {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-welcome-wrapper .section-title .sub-texts {

    max-width: 80%;

    width: 100%;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

}



.fo-welcome-wrapper .section-title .sub-texts p {

    font-size: 16px;

}



.fo-welcome-wrapper .btn-blue {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 20px;

}



.photo-banner {

    position: relative;

    height: 625px;

    display: flex;

    justify-content: center;

    align-items: center;

    overflow: hidden;

}



.photo-banner::before {

    content: "";

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;

    z-index: -1;

}



/* Welcome Section End */



/* Meet DR Start */



.fo-meet-dr {

    background-color: #f7f7f2;

    border-top: 1px #004b43;

    border-bottom: 1px #004b43;

    padding-top: 100px;

    padding-bottom: 120px;

    position: relative;

}



.fo-meet-dr .container {

    position: relative;

    z-index: 1;

}



.fo-meet-dr .container-fluid {

    z-index: 2;

    position: relative;

}



.fo-meet-dr::after {

    display: none;

}



.fo-inner-faq .fo-meet-dr-wrapper .fo-faq-home {

    max-width: 100%;

    width: 100%;

}



.fo-meet-dr{

    position: relative;

}



.fo-meet-dr::after {

    content: '';

    position: absolute;

    

    inset: 0;

  

    background-position: 50%;

    background-repeat: repeat;

    background-size: 58%;

    z-index: 0;

}



.fo-meet-dr .section-title .top-heading {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-meet-dr .section-title .sub-texts p {

    font-size: 17px;

}



.fo-meet-dr-wrapper {

    margin-top: 40px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: auto;

    gap: 40px;

}



.circle-img .fo-meet-dr-wrapper .fo-dr-img {

    display: flex;

    align-items: center;

    justify-content: center;

}



.circle-img .fo-meet-dr-wrapper .fo-dr-img img {

    border-radius: 50%;

    border: 2px solid var(--navy);

    max-width: 450px;

    width: 100%;

    height: 450px;

    object-fit: cover;

    object-position: center;

}



.square-img .fo-meet-dr-wrapper .fo-dr-img {

    width: 100%;

    border-radius: 20px;

    border: 2px solid var(--navy);

    overflow: hidden;

    height: 450px;

}



.square-img .fo-meet-dr-wrapper .fo-dr-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.fo-faq-home {

    max-width: 544px;

    width: 100%;

}



.fo-faq-home .accordion-button:not(.collapsed) {

    background-color: transparent;

}



.fo-faq-home .accordion-item {

    background-color: transparent;

    border: 0;

}



.fo-faq-home .accordion-button {

    background-color: transparent;

    border-bottom: 2px solid var(--green);

    color: var(--navy);

    letter-spacing: 1px;

    padding-left: 11px;

    font-size: 26px;

    font-weight: 400;

    line-height: 29px;

    padding-top: 30px;

    text-transform: uppercase;

}



.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {

    border-radius: 0;

}



.fo-dr-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

}



.fo-dr-content .btn-blue {

    margin-top: 40px;

}



.fo-faq-home .accordion-button:focus {

    box-shadow: none;

}



.fo-faq-home .accordion-body {

    padding: 11px;

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.fo-faq-home .accordion-body p {

    font-size: 13px;

    font-family: var(--nexa-thin);

    font-weight: 300;

    line-height: 18px;

    color: var(--navy);

}



.fo-faq-home .accordion-body ul {

    list-style-type: '- ';

    margin-bottom: 0;

    padding-left: 11px;

}



.fo-faq-home .accordion-body ul li {

    font-size: 13px;

    font-family: var(--nexa-thin);

    font-weight: 300;

    line-height: 18px;

    color: var(--navy);

}



.fo-faq-home .accordion-button::after {

    background-image: url("../images/plus-svgrepo-com.svg");

}



.fo-faq-home .accordion-button:not(.collapsed)::after {

    background-image: url("../images/minus-svgrepo-com.svg");

}



/* Meet DR End */



/* Testimonial Section Star */



.fo-testi {

    padding: 75px 0 90px 0;

    border: 1px solid;

    border-top-color: var(--navy);

    border-bottom-color: var(--navy);

    background-color: var(--green);

}



.fo-testi .section-title .top-heading {

    text-align: center;

}



.fo-testi-slider-wrapper .splide__slide {

    display: flex;

    justify-content: center;

}



.fo-testi-slider-wrapper .card {

    width: 100%;

    max-width: 1371px;

    background: transparent;

    padding: 115px 0;

    border-radius: 12px;

    text-align: center;

    border: 0;

}



.fo-testi-slider-wrapper .card p {

    font-size: 38px;

    line-height: 47px;

    color: var(--white);

}



/* Optional: customize arrows */

.fo-testi-slider-wrapper .splide__arrow {

    opacity: 1;

    background-color: transparent;

}



.fo-testi-slider-wrapper .splide__arrow svg {

    fill: #fff;

}



.fo-testi-slider-wrapper {

    max-width: 1714px;

    width: 100%;

    margin-left: auto;

    margin-right: auto;

}



/* Testimonial Section End */



/* Our Treatments Section Start */



.fo-treatment-section {

    padding: 120px 0 110px 0;

    background-color: var(--cream);

}



.fo-treatment-section .section-title .top-heading {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-treat-slider {

    background-color: var(--white);

    padding: 50px 36px;

    margin-top: 30px;

    border-radius: 20px;

}



.fo-treat-slider .card {

    border: 0;

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.fo-treat-slider .card .fo-treat-img {

    width: 100%;

    height: 400px;

    border-radius: 20px;

    overflow: hidden;

    border: 1px solid #e0ddd9;

}



.fo-treat-slider .card .fo-treat-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.fo-treat-slider .card .fo-treat-title {

    padding: 10px 0;

    border-top: 1px solid #e0ddd9;

    border-bottom: 1px solid #e0ddd9;

}



.fo-treat-slider .card .fo-treat-title h3 {

    letter-spacing: .5px;

    margin-top: 0;

    margin-bottom: 5px;

    font-size: 26px;

    line-height: 36px;

}



.fo-treat-slider .splide:not(.is-overflow) .splide__pagination {

    display: block;

}



.fo-treat-slider .splide__pagination__page.is-active {

    background: #000;

}



.fo-treat-slider .splide__pagination {

    bottom: -90px;

    /* transform: translateX(-50%); */

    display: flex;

    justify-content: center;

}



.fo-treat-slider .splide__pagination__page {

    transform: scale(1.4);

}



.fo-treatment-section .btn-blue {

    margin-top: 80px;

    display: flex;

    justify-content: center;

}



/* Our Treatments Section End */





/*  CTA Section Start */



.fo-cta-section {

    background-image: linear-gradient(#00000029, #00000029), url("../images/hero-banner.webp");

    background-position: 0 0, 50% 100%;

    background-size: auto, cover;

}





.fo-cta-wrapper {

    height: 625px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.fo-cta-wrapper .section-title .top-heading {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-cta-wrapper .section-title .top-heading h2 {

    color: var(--white);

}



.fo-cta-wrapper .btn-blue {

    margin-top: 20px;

}





/*  CTA Section End */



/* US Apart section start */



.fo-apart-section {

    background-color: var(--green);

    justify-content: center;

    align-items: center;

    padding: 100px 0 100px 0;

}



.fo-apart-section .section-title .top-heading {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}



.fo-apart-section .section-title .top-heading .line {

    background-color: var(--white);

}



.fo-apart-wrapper {

    margin-top: 40px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    grid-template-rows: auto;

    gap: 20px;

}



.fo-apart-section .btn-blue {

    margin-top: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.fo-apart-wrapper .fo-a-card {

    background-color: var(--white);

    border-radius: 30px;

    width: 100%;

    height: auto;

    padding-bottom: 18px;

}



.fo-apart-wrapper .fo-a-card .fo-a-img {

    width: 100%;

    height: 222px;

    border-radius: 30px;

    overflow: hidden;

    border: 2px solid var(--white);

    margin-bottom: 10px;

}



.fo-apart-wrapper .fo-a-card .fo-a-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.fo-apart-wrapper .fo-a-card .fo-a-title {

    margin: 0 20px;

}



.fo-apart-wrapper .fo-a-card .fo-a-title h4 {

    color: var(--navy);

    letter-spacing: 0;

    text-transform: capitalize;

    margin-top: 4px;

    font-size: 20px;

    font-weight: 500;

}



/* US Apart section End */



/* ------------------------------------------------------------------- */

/* ------------------ Contact Page Style Start ----------------------- */

/* ------------------------------------------------------------------- */

.fr-contact-map-section::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

   

    background-size: 58%;

    background-position: 50%;

    background-repeat: repeat;

    background-color: #f7f7f2;

    top: 0;

    z-index: 0;

}



.fr-contact-map-section .container {

    position: relative;

    z-index: 1;

}





.fr-contact-map-section {

    padding-top: 90px;

    padding-bottom: 100px;

    position: relative;

}



.fr-contact-map-sec {

    display: flex;

    flex-direction: column;

    gap: 30px;

}



.fr-contact-map-sec .section-title .top-heading,

.fr-contact-detail-sec .section-title .top-heading {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

}



.section-title .top-heading h2 a {

    font-size: var(--fz-75);

    margin-bottom: 25px;

}



.fr-contact-map-sec .section-title .sub-texts {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    gap: 10px;

}



.fr-contact-map-sec .section-title .sub-texts p {

    font-size: var(--fz-16);

    line-height: var(--lh-23);

    color: var(--navy);

}



.fr-contact-map-sec .section-title .sub-texts p strong {

    font-family: var(--nexa-extra-bold);

}



.fr-contact-map-frame {

    width: 100%;

    height: 396px;

    border-radius: var(--br-30);

    border: 2px solid var(--navy);

    overflow: hidden;

}



.fr-contact-map-frame iframe {

    width: 100%;

    height: 100%;

}



/* ------------- Contact detail style -------------- */

.fr-contact-detail-sec .section-title .top-heading h2 strong,

.fr-contact-detail-sec .section-title .top-heading h2 strong a {

    font-family: var(--nexa-extra-bold);

}



.fr-contact-sec-info {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

    gap: 10px;

}



.fr-contact-sec-info p {

    font-size: var(--fz-16);

    line-height: var(--lh-23);

    color: var(--navy);

}



.fr-contact-sec-info p strong {

    font-family: var(--nexa-extra-bold);

}



.fr-inner-contact-detail-sec {

    display: grid;

    grid-template-columns: 518px 1fr;

    gap: 40px;

}



.fr-contact-sec-info-image {

    width: 100%;

    height: 300px;

    border: 2px solid var(--navy);

    overflow: hidden;

    border-radius: var(--br-30);

}



.fr-contact-sec-info-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.fr-contact-detail-sec {

    display: flex;

    flex-direction: column;

    gap: 35px;

    margin-top: 100px;

}





/* ------------------------------------------------------------------ */

/* --------------- Shidule Consult Style ---------------------------- */

/* ------------------------------------------------------------------ */



.fo-home-contact .section-title .top-heading {

    display: flex;

    flex-direction: column;

    align-items: center;

    text-align: center;

}



.fo-home-contact .fr-contact-detail-sec {

    padding-top: 35px;

    margin-top: 0;

}



.fo-home-contact .sub-texts {

    display: flex;

    flex-direction: column;

    align-items: start;

    text-align: left;

    gap: 0;

}



.fo-home-contact .sub-texts a {

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-top: 5px;

    margin-bottom: 5px;

    font-size: 15px;

    font-weight: 700;

    line-height: 25px;

    color: var(--navy);

    width: 100%;

    text-decoration: none;

}



.fr-shidule-consult-map-sec .section-title .sub-texts p {

    font-size: var(--fz-15);

    line-height: var(--lh-24);

    font-family: var(--nexa-bold);

    text-transform: uppercase;

}



.fr-contact-form-shidule-sec .section-title .top-heading h2 {

    font-size: 32px;

    line-height: 45px;

    color: var(--navy);

}



.fr-request-form-table {

    max-width: 940px;

    margin: 0 auto;

    width: 100%;

    height: 500px;

}



.fr-form-input label {

    text-transform: uppercase;

    font-family: var(--nexa-extra-bold);

    font-size: var(--fz-14);

    line-height: 16px;

    margin-bottom: 5px;

    color: var(--navy);

}



.fr-form-input input {

    width: 100%;

    padding: 8px 12px;

    border: 1px solid var(--navy);

    border-radius: 50px;

    color: #333;

    vertical-align: middle;

    background-color: #fff;

    height: 38px;

    font-size: 14px;

    line-height: 1.42857;

    display: block;

    margin-bottom: 13px;

}



.fr-form-input input:focus {

    border-color: #3898ec;

    outline: 0;

}



.fr-submit-btn input {

    border: none;

    background-color: var(--green);

    color: var(--navy);

    letter-spacing: 1px;

    text-transform: uppercase;

    border: 1px solid #263a30;

    border-radius: 50px;

    margin-top: 25px;

    padding-top: 9px;

    padding-bottom: 9px;

    padding-left: 35px;

    padding-right: 55px;

    font-size: 15px;

    font-weight: 400;

    display: flex;

    align-items: center;

    justify-content: center;

    background-image: url('../images/submit-arrow.svg');

    background-repeat: no-repeat;

    background-size: 24px;

    background-position: 89%, 50%, 81%;

}



.fr-submit-btn input:focus {

    outline: 0;

    border: 0;

}



.fo-home-contact .fr-contact-sec-info-form p {

    color: var(--navy);

    margin-bottom: 20px;

    font-size: 18px;

}



.fo-home-contact .fr-contact-sec-info-image {

    height: 400px;

}



.fo-home-contact .fr-contact-sec-info-image iframe {

    width: 100%;

    height: 100%;

}



.fo-home-contact .fr-inner-contact-detail-sec {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: auto;

    gap: 40px;

}



/* ------------------------------------------------------- */

/* ------------- invisalign Page Style Start ------------- */

/* ------------------------------------------------------- */



.fr-services-all-sections {

    background-image: linear-gradient(180deg, var(--navy), var(--green) 52%);

    padding: 100px 0;

}



.fr-service-sections {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 45px;

    align-items: center;

}



.fr-service-image {

    border-radius: var(--br-30);

    border: 2px solid var(--navy);

    overflow: hidden;

}



.fr-service-image img {

    width: 100%;

    height: 100%;

    aspect-ratio: 4/2.8;

    object-fit: cover;

}



.fr-service-inner-content {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.fr-service-title {

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.fr-service-title span {

    color: var(--white);

    text-align: left;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-family: var(--nexa-blake);

    font-size: var(--fz-15);

    font-weight: var(--fw-600);

}



.fr-service-title h2 {

    color: var(--navy);

    text-align: left;

    letter-spacing: 0.5px;

    text-transform: capitalize;

    font-family: var(--nexa-extra-bold);

    font-size: var(--fz-48);

    font-weight: var(--fw-700);

    line-height: var(--lh-55);

}



.fr-service-sub-content p {

    margin-bottom: 13px;

}



.fr-service-sub-content {

    color: var(--navy);

    text-align: left;

    font-family: var(--nexa-reg);

    font-weight: var(--fw-400);

    font-size: var(--fz-15);

    line-height: var(--lh-22);

}



.fr-service-sub-content ul {

    list-style: none;

    padding-left: 0;

    display: flex;

    flex-direction: column;

}



.fr-service-sub-content strong {

    text-transform: capitalize;

    font-weight: var(--fw-700);

}



.fr-service-inner-wrapper {

    display: flex;

    flex-direction: column;

    gap: 100px;

}



.fr-service-inner-wrapper .fr-service-sections:first-child .fr-service-title h2 {

    color: var(--green);

}



.fr-service-inner-wrapper .fr-service-sections:first-child .fr-service-sub-content {

    color: var(--white);

}





.fr-service-sections:nth-child(even) .fr-service-image {

    order: 2;

}



.fr-service-sections:nth-child(even) .fr-service-content {

    order: 1;

}



.fr-service-btn .btn-blue a {

    font-size: var(--fz-12);

    line-height: var(--lh-18);

}





/* -------------------------------------------------- */

/* ------------ Resourc Page style Start ------------ */

/* -------------------------------------------------- */



.fr-resourc-all-section {

    padding-top: 75px;

    padding-bottom: 100px;

}





.fr-resourc-all-section {

    background-color: rgb(247, 247, 242);

}



.fr-resourc-img {

    width: 100%;

    height: 100%;

}



.fr-resourc-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.fr-resourc-sections {

    display: grid;

    grid-template-columns: 295px 1fr;

    gap: 45px;

}



.fr-resourc-title h2 {

    font-size: var(--fz-26);

    line-height: var(--lh-24);

    font-family: var(--nexa-book);

    font-weight: var(--fw-400);

    color: var(--navy);

    padding-bottom: 23px;

    border-bottom: 2px solid var(--green);

    text-transform: uppercase;

}



.fr-resourc-sub-content ul {

    list-style-type: none;

    margin-bottom: 0;

}



.fr-resourc-sub-content p,

.fr-resourc-sub-content ul li {

    font-size: var(--fz-13);

    line-height: var(--fz-18);

    font-family: var(--nexa-thin);

    color: var(--navy);

    font-weight: var(--fw-300);

}



.fr-resourc-sub-content strong {

    font-weight: var(--fw-700);

    font-family: var(--nexa-extra-bold);

}



.fr-resourc-sub-content {

    padding-top: 10px;

    padding-left: 13px;

}



.fr-resourc-section-wrapper {

    display: flex;

    flex-direction: column;

    gap: 45px;

    margin-top: 45px;

}



.fr-resourc-top-text p {

    font-size: var(--fz-18);

    line-height: var(--lh-65);

    font-weight: var(--fw-400);

    color: var(--navy);

    text-align: center;

}





/* ------------ CTA Section Start ------------ */

.fr-cta-section {

    background-color: var(--navy);

    padding-bottom: 100px;

    padding-top: 75px;

}



.fr-cta-wrapper h2 {

    color: var(--white);

    font-size: var(--fz-68);

    line-height: var(--lh-65);

}



.fr-cta-wrapper {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 40px;

    text-align: center;

}



.fo-bottom-text {

    margin-top: 40px;

    max-width: 1125px;

    width: 100%;

    margin-left: auto;

    margin-right: auto;

}



.fo-bottom-text p {

    text-align: center;

    color: var(--navy);

    font-size: 18px;

}





/* Team Section Start */



.fo-team-section {

    background-color: var(--cream);

    padding: 120px 0 110px 0;

}



.fo-team-section .section-title .top-heading {

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

}



.fo-team-wrapper {

    margin-top: 40px;

    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-template-rows: auto;

    gap: 65px;

    padding: 50px 36px;

    background-color: var(--white);

    border-radius: 20px;

}



.fo-team-wrapper .fo-team-card {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-team-wrapper .fo-team-card .fo-team-img {

    max-width: 250px;

    width: 100%;

    height: 250px;

    border-radius: 50%;

    overflow: hidden;

    background-size: cover;

    background-position: top;

    background-repeat: no-repeat;

    margin-bottom: 9px;

}



.fo-team-wrapper .fo-team-card .fo-team-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: top;

    transition: all 0.5s ease;

}



.fo-team-wrapper .fo-team-card .fo-team-img:hover img {

    opacity: 0;

    transition: all 0.5s ease;

}



.fo-team-wrapper .fo-team-card .fo-team-content h3 {

    margin: 20px 0 10px 0;

    text-align: center;

    font-size: 32px;

    line-height: 36px;

    color: var(--navy);

    font-family: var(--nexa-extra-bold);

}



.fo-team-wrapper .fo-team-card .fo-team-content p {

    text-align: center;

    margin-top: 6px;

    color: var(--navy);

    font-size: 16px;

    font-family: var(--nexa-bold);

}



.fo-team-wrapper .fo-team-card .fo-team-content ul {

    list-style-type: square;

    display: flex;

    flex-direction: column;

    gap: 5px;

    margin-top: 6px;

}



.fo-team-wrapper .fo-team-card .fo-team-content ul li {

    font-size: 13px;

    color: #0c273f;

    letter-spacing: .2px;

    line-height: 18px;

}



/* Team Section End */





/* Office Gallery Slider Start */



.fo-office-slider {

    background-color: var(--green);

    border-top: 1px solid var(--navy);

    padding: 55px 0 85px 0;

}



.fo-office-slider .section-title .top-heading h2 {

    color: var(--white);

}



.fo-office-slider .section-title .top-heading .line {

    background-color: var(--navy);

}



.fo-office-slider-wrapper {

    margin-top: 20px;

}



.fo-office-slider-wrapper .splide__pagination {

    bottom: -30px;

    gap: 5px;

}



.fo-office-slider-wrapper .splide__pagination__page {

    transform: scale(1.4);

    background: #2226;

}



.fo-office-slider-wrapper .splide__pagination__page.is-active {

    background-color: #000;

}



.fo-office-slider-wrapper .card {

    border-radius: 20px;

    border: 2px solid var(--navy);

    overflow: hidden;

    height: 81vh;

}



.fo-office-slider-wrapper .card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



/* Office Gallery Slider End */





/* inner Hero Start */



.fo-inner-hero {

    background-color: var(--cream);

   

    background-position: 0 0;

    background-size: 58%;

    justify-content: center;

    align-items: flex-start;

    width: 100%;

    height: auto;

    min-height: 650px;

    padding-top: 108px;

    padding-bottom: 50px;

}



.fo-inner-hero-wrapper {

    max-width: 1760px;

    width: 100%;

    margin-left: auto;

    margin-right: auto;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: auto;

    gap: 45px;

    padding: 20px 0;

}



.fo-inner-hero-wrapper .fo-i-hero-img {

    width: 100%;

    height: 79dvh;

    border-radius: 20px;

    border: 2px solid var(--navy);

    overflow: hidden;

    max-width: 800px;

}



.fo-inner-hero-wrapper .fo-i-hero-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}



.fo-i-hero-content {

    display: flex;

    align-items: center;

    justify-content: center;

}



.fo-i-hero-content .section-title {

    max-width: 639px;

    width: 100%;

}



.fo-i-hero-content .section-title .top-heading {

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.fo-i-hero-content .section-title .sub-texts p {

    font-size: 16px;

}



.fo-i-hero-content .section-title .top-heading span {

    width: 60px;

    height: 60px;

    text-align: center;

    margin-bottom: 20px;

}



.fo-i-hero-content .section-title .top-heading span img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}



/* inner Hero End */





.fo-hero-v3 .fo-inner-hero-wrapper {

    display: grid;

    grid-template-columns: 1fr;

    grid-template-rows: auto;

    height: 80vh;

}



.fo-hero-v3 .fo-inner-hero-wrapper .fo-i-hero-content {

    width: 100%;

    display: flex;

    justify-content: center;

}



.fo-hero-v3 .fo-inner-hero-wrapper .fo-i-hero-content .section-title {

    max-width: 1000px;

    width: 100%;

}



.fo-hero-v3 .fo-inner-hero-wrapper .fo-i-hero-content .section-title .sub-texts p {

    font-size: 18px;

}





/* ---------------------------------------------------- */

/* ---------- Blog Page Style ------------------------- */

/* ---------------------------------------------------- */







.fr-blog-section {

    padding-top: 90px;

    padding-bottom: 100px;

}







.fr-blog {

    width: 100%;

    height: 400px;

    position: relative;

    overflow: hidden;

}







.fr-blog-container {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: auto;

    gap: 40px;

}







.fr-blog-img {

    width: 100%;

    height: 100%;

    border-radius: var(--br-30);

    border: 2px solid var(--navy);

    overflow: hidden;

    filter: brightness(0.7);

}







.fr-blog img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}







.fr-blog-content {

    height: auto;

    position: absolute;

    bottom: -48px;

    padding: 24px;

    display: flex;

    flex-direction: column;

    gap: 15px;

    transition: all ease 0.6s;

}







.fr-blog-content h3 {

    color: var(--white);

    text-wrap: unset;

    font-size: var(--fz-26);

}







.fr-blog-content span {

    width: max-content;

    text-transform: capitalize;

    font-size: var(--fz-16);

    color: var(--white);

    border-bottom: 1px solid var(--white);

}







.fr-blog:hover .fr-blog-content {

    bottom: 0;

}



/* ---------------------------------------------------- */

/* ----------- Blog Detail Page Style ----------------- */

/* ---------------------------------------------------- */



.fr-blog-detail-section {

    padding: 100px 0;

    background-color: var(--cream);

}



.fr-blog-detail-content {

    max-width: 870px;

    margin: 0 auto;

    margin-top: 60px;

}





.fr-blog-detail-banner-img {

    border-radius: 20px;

    overflow: hidden;

    transition: all ease 0.6s;

    margin: 40px 0;

}







.fr-blog-detail-banner-img img {

    width: 100%;

    height: 100%;

    transition: all ease 0.6s;

}







.fr-blog-detail-banner-img img:hover {

    transform: scale(1.03);

}







.fr-blog-detail-content h2,

.fr-blog-detail-content h3,

.fr-blog-detail-content h4,

.fr-blog-detail-content h5 {

    margin-bottom: 12px;

    font-family: var(--nexa-extra-light);

    color: var(--navy);

    font-weight: var(--fw-600);

}







.fr-blog-detail-content p {

    margin-bottom: 18px;

    line-height: 1.5;

    color: var(--navy);

    font-family: var(--nexa-light);

}







.fr-blog-detail-content p a,

.fr-blog-detail-content ul li a {

    color: var(--navy);

    font-family: var(--nexa-extra-bold);

}







.fr-blog-detail-content ul {

    padding-left: 35px;

    margin-bottom: 20px;

}







.fr-blog-detail-content ul li {

    margin-bottom: 12px;

    color: var(--navy);

    font-family: var(--nexa-light);

}



.fr-blog-detail-pagination {

    margin-top: 50px;

}





.fr-blog-detail-recent h2 {

    margin: 30px 0;

}







.fr-blog-detail-recent ul li:before {

    display: none;

}







.fr-blog-detail-recent ul {

    padding-left: 0;

    display: flex;

    flex-direction: column;

    gap: 12px;

    list-style-type: none;

}







.fr-blog-detail-recent ul li {

    width: 100%;

    border-bottom: 1px solid var(--green);

    padding-bottom: 12px;

    color: var(--green);

}



.fr-blog-detail-recent ul li a {

    color: var(--green);

    font-family: var(--nexa-reg);

}





.fr-blog-detail-recent ul li:last-child {

    border-bottom: 0;

}







.fr-blog-detail-pagination ul li:before {

    display: none;

}







.fr-blog-detail-pagination ul {

    justify-content: space-between;

    display: flex;

    list-style-type: none;

}







.fr-blog-detail-pagination ul li a {

    border-radius: 50px;

    letter-spacing: 0;

    text-transform: uppercase;

    border: 1px solid;

    border-color: var(--white);

    background-color: var(--navy);

    color: var(--white);

    margin-left: 0;

    padding: 8px 20px 8px 20px;

    transition: all .3s;

}







.fr-blog-detail-pagination ul li a:hover {

    letter-spacing: 1.5px;

    transition: all .3s;

}







.fr-blog-detail-pagination ul {

    padding: 0;

    margin: 0;

}





/* ------------------------------------------------------- */

/* ------------- Error 404 Page style -------------------- */

/* ------------------------------------------------------- */









.fr-error-404 {

    min-height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--cream);

    text-align: center;

}







.fr-error-content {

    max-width: 100%;

    width: 100%;
    height: 70vh;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    color: var(--navy);

    padding-top: 150px;

    padding-bottom: 80px;

}







.fr-error-content h1 {

    font-size: 96px;

    font-weight: var(--fw-800);

    margin: 0;

    line-height: 1;

    color: var(--navy);

    margin-bottom: 20px;

}







.fr-error-content h2 {

    font-size: var(--fz-38);

    margin: 15px 0;

    color: var(--navy);

    font-family: var(--nexa-thin);

    font-weight: var(--fw-600);

    max-width: 600px;

}







.fr-error-content p {

    font-size: var(--fz-18);

    margin-bottom: 30px;

    color: var(--navy);

    max-width: 600px;



}



.fr-404-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    max-width: 600px;



}



/* ---------------------------------------------- */

.fr-our-difference-all-sections {

    background-color: var(--cream);

    padding: 100px 0;

}



.fr-our-difference-inner-wrapper {

    display: flex;

    flex-direction: column;

    gap: 100px;

    margin-top: 45px;

}



.fr-our-difference-all-sections .section-title .top-heading {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

}



.fr-treatments-sections:nth-child(odd) .fr-service-image {

    order: 2;

}



.fr-treatments-sections:nth-child(odd) .fr-service-content {

    order: 1;

}



.fr-treatments-sections:nth-child(even) .fr-service-image {

    order: 1;

}



.fr-treatments-sections:nth-child(even) .fr-service-content {

    order: 2;

}



.fr-treatments-all-sections {

    background-color: var(--green);

    padding: 100px 0;

}



.fr-treatments-inner-wrapper {

    display: flex;

    flex-direction: column;

    gap: 100px;

    margin-top: 45px;

}



.fr-treatments-all-sections .section-title .top-heading {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

}



.fr-blog-detail-content table,

td,

th {

    border: 1px solid var(--navy);

    padding: 10px;

    color: var(--navy);

}



.fr-blog-detail-content table {

    border-collapse: collapse;

    margin-bottom: 20px;

}



.fo-h3-contact a:nth-child(3) {

    display: none;

}



.fo-h3-contact a:nth-child(4) {

    display: none;

}





/* ------------- Footer 2 Design Style ---------------- */



.fr-footerv1{

    background-color: var(--navy);

}



.fr-fv1-wrapper{

    padding: 100px 0;

    display: grid;

    grid-template-columns: 3fr 2fr 2fr 2fr;

    grid-template-rows: auto;

    row-gap: 50px;

}



.fr-fv1-wrapper .fr-fv1-logo {

    display: flex;

    flex-direction: column;

    gap: 33px;

}



.fr-fv1-wrapper .fr-fv1-logo .fr-fv1-img{

    width: 300px;

}



.fr-fv1-wrapper .fr-fv1-logo .fr-fv1-img a img{

    width: 100%;

}



.fr-fv1-wrapper .fr-fv1-logo .fr-social-fv1{

    display: flex;

    gap: 15px;

}



.fr-fv1-wrapper .fr-fv1-logo .fr-social-fv1 a i{

  font-size: 20px;

  color: var(--white);

}

.fr-fv1-wrapper .fr-fv1-logo .fr-social-fv1 a:hover i{



  color: var(--navy);

  transition: all 0.3s ease;

}



.fr-fv1-wrapper .fr-fv1-logo .fr-social-fv1 a{

    width: 40px;

    height: 40px;

    background-color: var(--green);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: var(--navy);

}



.fr-fv1-wrapper .fr-fv1-links{

    display: flex;

    flex-direction: column;

    gap: 15px;

}



.fr-fv1-wrapper .fr-fv1-links h4{

    color: var(--white);

}



.fr-fv1-wrapper .fr-fv1-links ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.fr-fv1-wrapper .fr-fv1-links ul li a{

    color: var(--white);

    transition: all .3s;

    display: flex;

    align-items: center;

    gap: 10px;

    text-transform: capitalize;

}

.fr-fv1-wrapper .fr-fv1-links-contact ul li a{

    text-transform: unset;

    line-height: 21px;

}



.fr-fv1-wrapper .fr-fv1-links ul li a span{

    width: 40px;

    height: 40px;

    background-color: var(--green);

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

}



.fr-fv1-wrapper .fr-fv1-links ul li a:hover{

    color: var(--green);

    transition: all .3s;

}



.fr-fv1-wrapper .fr-fv1-links ul li a:hover span{

    color: var(--navy);

    transition: all .3s;

}



.fr-fv1-wrapper .fr-fv1-links .fr-fv1-hours{

    display: flex;

    gap: 10px;

}



.fr-fv1-wrapper .fr-fv1-links .fr-fv1-hours ul{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.fr-fv1-wrapper .fr-fv1-links .fr-fv1-hours ul li{

    color: var(--white);

}



.fr-fv1-bottom{

    padding: 20px 0;

    border-top: 1px solid var(--white);

    display: flex;

    justify-content: space-between;

    column-gap: 24px;

    row-gap: 6px;

    flex-wrap: wrap

}



.fr-fv1-bottom span{

    color: var(--white);

}



.fr-fv1-bottom span a{

    color: var(--green);

    font-weight: var(--fw-600);

}



@media (max-width: 1199px){

    .fr-fv1-wrapper{

        grid-template-columns: repeat(6, 1fr);

    }

    .fr-fv1-wrapper .fr-fv1-logo{

        grid-column: 1/6;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(2){

        grid-column: 1/3;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(3){

        grid-column: 3/5;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(4){

        grid-column: 5/7;

    }

}



@media (max-width: 991px){

    .fr-fv1-wrapper .fr-fv1-links:nth-child(2){

        grid-column: 1/4;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(3){

        grid-column: 4/7;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(4){

        grid-column: 1/7;

    }

}



@media (max-width: 575px){

    .fr-fv1-wrapper .fr-fv1-links:nth-child(2){

        grid-column: 1/7;

    }

    .fr-fv1-wrapper .fr-fv1-links:nth-child(3){

        grid-column: 1/7;

    }

}

.fr-service--top-info{

    margin-bottom: 31px;
   
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.section-title.fr-service--top-info  h2 , .section-title.fr-service--top-info  p {
    text-align: center;
    color: white !important;
    
}

 .section-title.fr-service--top-info {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

  .section-title.fr-service--top-info   .line{
    margin-left: auto;
    margin-right: auto;
    width: 175px;
    height: 5px;
    background-color: var(--green);
    margin-bottom: 20px;
  }

.fr-service--top-info,
.service-more-info {
  grid-column: 1 / -1;
}
.service-more-info {
order: 3;
}




.service-more-info p , .service-more-info li , .service-more-info h3{
  color: var(--navy);
}
.service-more-info h3{
    margin-bottom: 13px;
    font-weight: 600;
}



.service-more-info .section-title.fr-service--top-info h2{
      color: var(--navy) !important;
      text-align: left;
}
.service-more-info .section-title{
    width : 100%;
}

.service-more-info li{
 margin-bottom: 7px;
}
.service-more-info p{
margin-bottom: 12px;
}
      
.service-more-info ul{
    margin-bottom: 15px;
}

/* Footer v1 End */


  .gform_title{
        display: none;
    }
    .fr-contact-sec-info-form input{
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid var(--navy) !important;
    border-radius: 50px !important; 
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    height: 38px !important;
        margin-bottom: 20px !important;
    line-height: 1.42857 !important;
    display: block !important;
    margin-bottom: 13px !important; 
    }

   .fr-contact-sec-info-form  label {
    text-transform: uppercase;
    font-family: var(--nexa-extra-bold) !important; 
    font-size: var(--fz-14) !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    color: var(--navy) !important;
}

.fr-contact-sec-info-form .gform_fields{
    gap: 0px !important;
}

    .fr-contact-sec-info-form input[type="submit"]{
    border: none;
    background-color: var(--green) !important;
    color: var(--navy) !important;
    letter-spacing: 1px !important;
    text-transform: uppercase!important;
    border: 1px solid #263a30 !important;
    border-radius: 50px !important;
    margin-top: 25px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 35px !important;
    padding-right: 55px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url(https://trustedwebcart.com/frazierortho/wp-content/uploads/2026/04/submit-arrow-1.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    background-position: 89%, 50%, 81% !important;
    width: fit-content !important;
}

.fr-inner-contact-detail-sec input[type="submit"]{

 margin : 0px !important;
}

.fr-blog-content a{
    color : white;
}
.tags-div a{
  padding: 7px 16px;
    border: 1px solid var(--green);
    width: fit-content;
    display: flex;
    align-items: center;
}

.tags-div{
display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: row wrap;
}

.sp-top-bg-color-banner{
    background: #0a3758;
    padding: 138px 0px 62px 0px;
    text-align: center;
    color: white;
}
.nav-contact-menu i{
    color : white;
}
input:focus{
    box-shadow : none !important;
    border-color: #3898ec !important;
}

.fr-inner-contact-detail-sec .gform_footer{
        margin-top: 13px;
}


  .gform_title{
        display: none;
    }
    .fr-contact-sec-info-form input{
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid var(--navy) !important;
    border-radius: 50px !important; 
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    height: 38px !important;
        margin-bottom: 20px !important;
    line-height: 1.42857 !important;
    display: block !important;
    margin-bottom: 13px !important; 
    }

   .fr-contact-sec-info-form  label {
    text-transform: uppercase;
    font-family: var(--nexa-extra-bold) !important; 
    font-size: var(--fz-14) !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    color: var(--navy) !important;
}

.fr-contact-sec-info-form .gform_fields{
    gap: 0px !important;
}

    .fr-contact-sec-info-form input[type="submit"]{
    border: none;
    background-color: var(--green) !important;
    color: var(--navy) !important;
    letter-spacing: 1px !important;
    text-transform: uppercase!important;
    border: 1px solid #263a30 !important;
    border-radius: 50px !important;
    margin-top: 25px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 35px !important;
    padding-right: 55px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url(https://trustedwebcart.com/frazierortho/wp-content/uploads/2026/04/submit-arrow-1.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    background-position: 89%, 50%, 81% !important;
    width: fit-content !important;
}

.fr-inner-contact-detail-sec input[type="submit"]{

 margin : 0px !important;
}

.fr-blog-content a{
    color : white;
}
.tags-div a{
  padding: 7px 16px;
    border: 1px solid var(--green);
    width: fit-content;
    display: flex;
    align-items: center;
}

.tags-div{
display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: row wrap;
}

.sp-top-bg-color-banner{
    background: #0a3758;
    padding: 138px 0px 62px 0px;
    text-align: center;
    color: white;
}
.nav-contact-menu i{
    color : white;
}
input:focus{
    box-shadow : none !important;
    border-color: #3898ec !important;
}

.fr-inner-contact-detail-sec .gform_footer{
        margin-top: 13px;
}