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

    /* Circe font */
    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-Light.eot');
        src: url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-Light.woff2') format('woff2'),
            url('../fonts/Circe-Light.woff') format('woff'),
            url('../fonts/Circe-Light.ttf') format('truetype'),
            url('../fonts/Circe-Light.svg#Circe-Light') format('svg');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-Bold.eot');
        src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-Bold.woff2') format('woff2'),
            url('../fonts/Circe-Bold.woff') format('woff'),
            url('../fonts/Circe-Bold.ttf') format('truetype'),
            url('../fonts/Circe-Bold.svg#Circe-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-BoldItalic.eot');
        src: url('../fonts/Circe-BoldItalic.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-BoldItalic.woff2') format('woff2'),
            url('../fonts/Circe-BoldItalic.woff') format('woff'),
            url('../fonts/Circe-BoldItalic.ttf') format('truetype'),
            url('../fonts/Circe-BoldItalic.svg#Circe-BoldItalic') format('svg');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-Medium.eot');
        src: url('../fonts/Circe-Medium.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-Medium.woff2') format('woff2'),
            url('../fonts/Circe-Medium.woff') format('woff'),
            url('../fonts/Circe-Medium.ttf') format('truetype'),
            url('../fonts/Circe-Medium.svg#Circe-Medium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-Regular.eot');
        src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-Regular.woff2') format('woff2'),
            url('../fonts/Circe-Regular.woff') format('woff'),
            url('../fonts/Circe-Regular.ttf') format('truetype'),
            url('../fonts/Circe-Regular.svg#Circe-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Circe';
        src: url('../fonts/Circe-MediumItalic.eot');
        src: url('../fonts/Circe-MediumItalic.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Circe-MediumItalic.woff2') format('woff2'),
            url('../fonts/Circe-MediumItalic.woff') format('woff'),
            url('../fonts/Circe-MediumItalic.ttf') format('truetype'),
            url('../fonts/Circe-MediumItalic.svg#Circe-MediumItalic') format('svg');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }


    :root {
        --circe_font: 'Circe';
        --green_color: #6CAA43;
        --main_blue: #257CE1;
        --blue-two: #1C689C;
        --white: #ffffff;
        --black: #000000;
        --gradient_main: linear-gradient(45deg, #0D9DCD, #1C689C);
        --box-shadow: 0 0 14px #0000001a;
        --transition_main: all 0.5s ease-in-out;


    }


    body {
        font-family: var(--circe_font);
        font-weight: 400;
    }

    /* globle */
    h1, h2, h3, h4, h5, h6, p, ul {
        margin: 0;
        padding: 0;
    }

    .container_main, .container {
        max-width: 1560px;
        width: 100%;
        padding-inline: 15px;
        margin-inline: auto;
    }

    .h2 {
        font-size: 55px;
        font-weight: 300;
        line-height: 1.2;
        margin: 0;
        color: var(--black);
    }

    p {
        font: 30px;
        font-weight: 400;
        line-height: 100%;
    }

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

    .para_medium {
        font-weight: 500;
    }

    .font-regular {
        font-weight: 400;
    }

    .big-p {
        font-size: 30px;
        line-height: 100%;
    }


    .small-p, .card_animation_top_scroll p {
        font-size: 24px;
        line-height: 1.5;

    }

    a.main_links {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: 700;
        gap: 15px;
        color: var(--black);
    }

    a.main-btn,  button.main-btn {
        text-decoration: unset;
        padding: 13px 52px;
        background-image: var(--gradient_main);
        color: var(--white);
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700;
        line-height: 100%;
        display: inline-block;
        text-transform: uppercase;
    }
.copy_btn_main {
    text-align: center;
    margin-top: 30px;
}

.copy_btn_main button {
    border: unset;
    outline: unset;
    min-height: 53px;
}
    a.main-btn:hover, button.main-btn:hover {
        background-color: var(--blue-two) !important;
        background-image: unset;
    }

    .text_20 {
        font-size: 20px;
        line-height: 100%;
    }

    /* .btn-wpper {
        background-image: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        display: inline-block;
        padding: 2px;
        border-radius: 10px;
        overflow: hidden;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        max-width: 284px;
        width: 100%;
    } */
    .btn-wpper {
        width: auto;
        display: inline-flex;
    }


    .animate-btn-main {
        border: 2px solid #1C689C;
        padding: 14px 50px 13px;
        font-size: 20px;
        font-weight: 700;
        border-radius: 10px;
        position: relative;
        line-height: 1.2;
        display: inline-flex;
        background-color: transparent;
        transition: var(--transition_main);
        justify-content: center;
        min-height: 55px;
        display: flex;
        align-items: center;
    }

    .animate-btn-main span {
        /*background: linear-gradient(233.65deg, #1C689C 33.11%, #0AA7D6 78.74%, #76A449 103.06%);*/
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);

        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: var(--transition_main);
        text-transform: uppercase;
    }

    .animate-btn-main:hover span {
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        color: var(--white);
    }

    .animate-btn-main svg {
        position: absolute;
        right: 20px;
        top: 18px;
        opacity: 0;
        transition: var(--transition_main);
    }

    .btn-wpper, .btn-wpper .animate-btn-main {
        max-width: max-content;
        width: 100%;
    }


    .animate-btn-main:hover svg {
        opacity: 1;
    }

    .animate-btn-main:hover {
        padding-left: 20px;
        padding-right: 84px;
        justify-content: start;
        border: 0;
        background: linear-gradient(90deg, #0D9DCD 20%, #1C689C 120%);
        min-height: 55px;
        display: flex;
        align-items: center;
    }
.panel-section ul.slick-dots {
    display: none !important;
}
.selection-panel .switch {
    min-width: 50px;
}
    .btn-wpper.white_wraper .animate-btn-main {
        border-color: var(--white);
        color: var(--white);
    }

    .btn-wpper.white_wraper .animate-btn-main span {
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background: unset;
    }

    .btn-wpper.white_wraper .animate-btn-main:hover {
        border: 2px solid #2798c8;
    }

    h1 {
        background: linear-gradient(233.65deg, #1C689C 33.11%, #0AA7D6 78.74%, #76A449 103.06%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 75px;
        line-height: 1;
        font-weight: 700;
    }

    /* svg sec */
    .common_svg_side {
        position: relative;
    }

    .common_svg_side>svg {
        position: absolute;
    }

    .common_svg_side>.top-svg {
        top: -128px;
        left: 0;
    }

    .common_svg_side>.bottom-svg {
        bottom: -128px;
        right: 0;
    }

    .main_gray_svg>svg path {
        fill: #EEEFEA;
    }

    /* header css */
    header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0px;
        z-index: 100;
        transition: all 0.3s ease-in-out;
    }

    header li a {
        color: var(--black) !important;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu li .nav-link:hover {
        background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    header nav.navbar {
        max-height: 76px;
        border-radius: 0 0 15px 15px;
        padding: 0 28px 0 0 !important;
        box-shadow: var(--box-shadow);
    }

    header li.nav-item {
        position: relative;
        list-style-type: none;
    }



    header a.navbar-brand {
        margin-right: auto;
        padding-right: 15px !important;
        outline: unset;
    }

    header .nav_links {
        max-width: 555px;
        width: 100%;
        margin-right: 44px;
    }

    header .nav_links>ul.sub-menu {
        justify-content: space-between;
        gap: 15px;
    }

    header li.menu-item-has-children>a.nav-link {
        padding: 0 !important;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    header li.menu-item-has-children>a.nav-link span.icon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    header li.menu-item-has-children>a.nav-link span.icon>span {
        width: 9px;
        height: 2px;
        background-color: var(--green_color);
        position: absolute;
        top: 0;
        transition: all 0.3s ease-in-out;
    }

    header li.menu-item-has-children>a.nav-link span.icon>span:last-child {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    header li.nav-item>a.nav-link {
        font-size: 20px;
        line-height: 100%;
        font-weight: 400;
        color: var(--black);
        padding: 28px 0 !important;
    }

    header .phone a {
        line-height: 1.2;
        color: var(--main_blue);
        display: flex;
        align-items: center;
        gap: 8px;
        margin-right: 16px;
    }


    header li.menu-item-has-children ul.navbar-nav .nav-item {
        list-style-type: unset;
    }

    header li.menu-item-has-children ul.navbar-nav .nav-link {
        font-size: 18px;

    }

    header li.menu-item-has-children ul.navbar-nav li:not(:last-child) .nav-link {
        border-bottom: 1px solid #0000001a;
    }


    header nav.navbar .nav_links .mega-menu {
        display: flex !important;
        justify-content: space-between;
    }

    header nav.navbar .nav_links .mega-menu .mega-menu-link .mega-indicator {
        color: var(--green_color) !important;
    }

    header nav.navbar .nav_links .mega-menu .mega-menu-link .mega-indicator:after {
        font-size: 16px;
        position: relative;
        top: 2px;
    }

    header nav.navbar .phone {
        display: flex;
        gap: 7px;
        align-items: center;
    }

    header nav.navbar .phone svg {
        width: 20px;
        height: 20px;
        fill: var(--main_blue);
        position: relative;
        top: -1px;
    }

    header .nav_links .menu-header-menu-container ul.navbar-nav {
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }


    header .nav_links .navbar-nav>li.nav-item>a.nav-link:hover {
        color: var(--green_color) !important;
    }

body.emergency-banner-active header {
    top: 48px;
}
    /* sub menu */
    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
        position: fixed;
        background: var(--white);
        padding: 60px 30px 30px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        max-width: 1530px;
        top: 100px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        z-index: -1;
        border-radius: 0 0 15px 15px;
        height: 90vh;
        overflow-y: auto;
        pointer-events: none;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu:after {
        content: "";
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/Rectangle-70.png);
        max-width: 475px;
        width: 100%;
        height: 450px;
        position: absolute;
        top: 80px;
        right: 27px;
        border-radius: 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }


@media (min-width:992px){
    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
    box-shadow: 0 0 20px #00000021;
    min-height: 640px;
    border-bottom: 4px solid #6CAA43;
    max-height: 640px;
}
}
@media (max-width:1199px) and (min-width:992px){
    html body.emergency-banner-active header .nav_links ul.navbar-nav >li>ul.sub-menu {
    top: 130px !important;
}
}
    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transform: translate(-50%, -38px);
        -webkit-transform: translate(-50%, -38px);
        -moz-transform: translate(-50%, -38px);
        -ms-transform: translate(-50%, -38px);
        -o-transform: translate(-50%, -38px);
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li {
        list-style-type: none;
        position: relative;
        width: 100%;
        max-width: 390px;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu {
        position: absolute;
        background-color: #257CE10F;
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        top: 15px;
        max-width: 440px;
        width: 100%;
        padding: 15px 30px;
        border-radius: 10px;
        border: 1px solid #6FA1892B;
        border-left: 4px solid #6CAA43;
        margin-left: 22px;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li:hover>.sub-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu li:not(:last-child) {
        border-bottom: 1px solid #0000002b;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu li .nav-link {
        font-weight: 400;
    }




    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li:not(:last-child) {
        margin-bottom: 19px;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link svg {
        width: 50px;
        height: 50px;
        border: 2px solid #6DBB69;
        border-radius: 8px;
        padding: 10px;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li .nav-link svg path {
        fill: var(--main_blue);
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link {
        font-weight: 400;
        background-color: var(--white);
        border-radius: 8px;
        padding: 0 12px !important;
        min-height: 45px;
        gap: 10px !important;
        display: flex;
        align-items: center;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.active .sub-menu {
        top: 0;
        visibility: visible;
        opacity: 1;
    }



    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children.active>.nav-link {
        background-color: #257CE1;
        color: #fff !important;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Icon.png);
        background-repeat: no-repeat;
        background-position: 96% 50%;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.active>.nav-link {
        background-color: #257CE1;
        color: #fff !important;
    }


    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.active>.nav-link.nav-link svg {
        border: transparent;
    }

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.active>.nav-link.nav-link svg path {
        fill: #fff !important;
    }

body.emergency-banner-active header .nav_links ul.navbar-nav >li>ul.sub-menu {
    top: 150px !important;
}
    .mobile-toggle-main.mobileToggleBtn {
    display: none;
}

.mobile-toggle-main.mobileToggleBtn img.menu-close {
    max-width: 26px;
    filter: invert(38%) sepia(76%) saturate(1201%) hue-rotate(188deg) brightness(92%) contrast(50%);
}



    /* banner css */
    .baner {
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/banner-img.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        overflow: hidden;
    }

    .baner .container {
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 959px;
        position: relative;
        z-index: 2;
    }

    .baner:after {
        content: "";
        max-width: 1088px;
        height: 1057px;
        background-repeat: no-repeat;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/banner-round.png);
        position: absolute;
        top: 0;
        background-size: cover;
        left: -166px;
        width: 100%;
        /* background-position: right; */
    }

    .baner:before {
        content: "";
        height: 382px;
        background-repeat: no-repeat;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/banner_bottm.png);
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        background-size: cover;
        background-position: bottom;
    }

    .baner .info {
        max-width: 700px;
    }

    .baner p {
        margin: 30px 0 26px;
        color: var(--blue-two);
    }




    /* banner waves */

    .baner .wave-wrapper {
        position: absolute;
        bottom: 50px;
        max-width: 1250px;
        right: 0;
        width: 100%;
        display: flex;
        height: 150px;
        z-index: 10;
    }

    /* BUTTON */
    .baner .wave-btn {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 30px;
        padding: 10px 16px;
        border: none;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: right center;

        pointer-events: none;
    }

    .baner .wave-wrapper .wave-item {
        position: absolute;
        width: 100%;
        right: 0;
    }


    .baner .svg-wave-four {
        top: 20px;
    }

    .baner .wave-item.svg-wave-three {
        top: -15px;
    }

    .baner .wave-item.svg-wave-one {
        top: -24px;
    }


    /* BUTTON CONTENT */
    .baner .wave-btn .btn-inner {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 19px;
        color: #fff;
        white-space: nowrap;

        opacity: 0;
        transform: translateX(20px);
    }

    .baner .wave-svg {
        width: 100%;
        overflow: visible;
    }

.emergency-banner-active section.baner {
    margin-top: 48px;
}
    /* top set */
    .wave-item.svg-wave-one.yellow_svg button.wave-btn, .wave-item.svg-wave-two.white_svg button.wave-btn, .wave-item.svg-wave-three.green_svg button.wave-btn, .wave-item.svg-wave-four.blue_svg button.wave-btn {
        top: 65px;
        left: -187px;
    }

    .wave-item.svg-wave-two.white_svg button.wave-btn {
        top: 28px;
    }

    .wave-item.svg-wave-three.green_svg button.wave-btn {
        top: 91px;
    }

    .wave-item.svg-wave-four.blue_svg button.wave-btn {
        top: 86px;
    }

    button.wave-btn {
        font-size: 19px;
        font-weight: 500;
        border: unset;
        outline: unset;
        border-radius: 6px !important;
        color: #fff;
        margin-right: 0;
        padding: 8px 15px;
        border-right: 4px solid red;
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    button.wave-btn:after {
        content: "";
        position: absolute;
        right: -24px;
        top: 50%;
        transform: translate(0px, -50%);
        border: 10px solid transparent;
        border-left: 10px solid red;
    }

    .yellow_svg button.wave-btn {
        border-right: 4px solid #EBE59A;
        background-color: hsl(56deg 67% 76% / 30%);
    }

    .yellow_svg button.wave-btn:after {
        border-left: 10px solid #EBE59A;
    }


    .white_svg button.wave-btn {
        border-right: 4px solid #C7D7EB;
        background-color: hsl(213deg 47% 85% / 30%);
    }

    .white_svg button.wave-btn:after {
        border-left: 10px solid #C7D7EB;
    }

    .green_svg button.wave-btn {
        border-right: 4px solid #6CAA43;
        background-color: hsl(96deg 43% 46% / 30%);
    }

    .green_svg button.wave-btn:after {
        border-left: 10px solid #6CAA43;
    }

    .blue_svg button.wave-btn {
        border-right: 4px solid #257CE1;
        background-color: hsl(56deg 67% 76% / 30%);
    }

    .blue_svg button.wave-btn:after {
        border-left: 10px solid #257CE1;
    }


    /* ends */



    /*banner aniimation*/


    /* button.wave-btn span {
        display: flex;
    }



    .yellow_wrp button.wave-btn:after {
        border-left: 10px solid #EBE59A;
    }


    .light_blue_wrp button.wave-btn {
        border-right: 4px solid #C7D7EB;
        
        top: 40px;
    }

    .light_blue_wrp button.wave-btn:after {
        border-left: 10px solid #C7D7EB;
    }


    .green_wrp button.wave-btn {
        border-right: 4px solid #6CAA43;
        
    }

    .green_wrp button.wave-btn:after {
        border-left: 10px solid #6CAA43;
    }


    .dark_blue_wrp button.wave-btn {
        border-right: 4px solid #257CE1;
        background-color: hsl(212deg 76% 51% / 30%);
    }

    .dark_blue_wrp button.wave-btn:after {
        border-left: 10px solid #257CE1;
    }

    .wave-item.yellow_wrp button.wave-btn {
        position: relative;
        top: 13px;
    }

    .wave-item.green_wrp button.wave-btn {
        position: relative;
        top: 82px;
    }

    .wave-item.dark_blue_wrp button.wave-btn {
        position: relative;
        top: 137px;
    }

    .wave-item.yellow_wrp svg.wave-svg {
        position: relative;
        top: -19px;
    }

    .wave-item.light_blue_wrp svg.wave-svg {
        position: relative;
        top: 42px;
    }

    .wave-item.green_wrp svg.wave-svg.animate_svg {
        position: relative;
        top: 40px;
    }

    .wave-item.dark_blue_wrp svg.wave-svg.animate_svg {
        position: relative;
        top: 92px;
    } */





    /* tabs sec css */
    svg [id^="path-"]:not(#path-1).active-path {
        opacity: 1;
    }

    svg [id^="path-"]:not(#path-1).inactive-path {
        opacity: 0.3;
    }

    svg #path-1 {
        opacity: 1 !important;
    }

    svg [id^="path-"] {
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .remove-set {
        display: none;
    }

    .active-path.remove-set {
        display: block !important;
    }

    .tabs-sec {
        padding: 67px 0;
    }

    .tabs-sec .wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 1456px;
        margin-inline: auto;
        width: 100%;
        justify-content: space-between;
        padding-inline: 50px;
    }

    .tabs-sec .wrapper .left {
        width: 50%;
    }

    .tabs-sec .wrapper .left svg {
        width: 100%;
    }

    .tabs-sec .wrapper .right {
        padding-top: 79px;
        width: 41.4%;
    }

    .tabs-sec .left svg path, .tabs-sec .left svg g {
        cursor: pointer;
    }

    .tabs-sec .left path[fill="white"] {
        pointer-events: none;
    }

    .tabs-sec .wrapper .right .content-right-svg-only>img {
        width: 100%;
    }

    .tabs-sec .wrapper .right h3 {
        background: linear-gradient(257.52deg, #1C689C -14.59%, #0AA7D6 51.19%, #76A449 119.25%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-size: 37px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .tabs-sec .wrapper .right .info {
        display: flex;
        align-items: flex-start;
        margin-top: 34px;
        gap: 18px;
    }

    .tabs-sec .wrapper .right p {
        color: #505050;
        line-height: 38px;
    }
.tabs-sec .mobile-image-set-sage {
    display: none;
}
    .content-right-svg-only.active:nth-child(2) h3, .content-right-svg-only.active:nth-child(3) h3, .content-right-svg-only.active:nth-child(4) h3, .content-right-svg-only.active:nth-child(5) h3, .content-right-svg-only.active:nth-child(6) h3, .content-right-svg-only.active:nth-child(7) h3, .content-right-svg-only.active:nth-child(8) h3, .content-right-svg-only.active:nth-child(9) h3 {
        background: unset;
        -webkit-text-fill-color: unset;
        background-clip: unset;
    }

    .content-right-svg-only.active:nth-child(2) h3 {
        color: #39BFE0;

    }

    .content-right-svg-only.active:nth-child(7) h3 {
        color: #04A9AA;

    }

    .content-right-svg-only.active:nth-child(5) h3 {
        color: #1E5E92;
    }

    .content-right-svg-only.active:nth-child(9) h3 {
        color: #87B763;
    }

    .content-right-svg-only.active:nth-child(3) h3 {
        color: #B8D433;
    }

    .content-right-svg-only.active:nth-child(4) h3 {
        color: #67628F;
    }

    .content-right-svg-only.active:nth-child(6) h3 {
        color: #52668D;
    }

    .content-right-svg-only.active:nth-child(8) h3 {
        color: #1E72A8;
    }


    /* slider sec css*/
    .slider-sec {
        background-color: #EEEFEA;
        padding: 68px 0;
    }

    .slider-sec h2 {
        text-align: center;
        margin-bottom: 33px;
    }

    .slider-sec h2 {
        text-align: center;
        margin-bottom: 33px;
    }


    .slider-sec::after, .slider-sec::before {
        content: "";
        width: 245px;
        height: 219px;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/Vector.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 40px;
        left: 230px;
        background-repeat: no-repeat;
    }

    .slider-sec::before {
        left: auto;
        width: 120px;
        right: 0;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Subtract.png);
    }



    .slider-sec .slider-wrpper {
        position: relative;
    }

    .slider-sec .slider-wrpper .slider_btn {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 30px;
        display: flex;
        gap: 15px;
        z-index: 8;
    }

    .slider-sec .slider-wrpper .slider_btn .slider_arrow {
        width: 60px;
        height: 60px;
        border: unset;
        outline: unset;
        background-image: linear-gradient(#fff, #fff);
        background-color: var(--white);
        border-radius: 10px;
        transition: var(--transition_main);
    }

    .slider-sec .slider-wrpper .slider_btn .slider_arrow:hover {
        background-image: var(--gradient_main);
    }

    .slider-sec .slider-wrpper .slider_btn .slider_arrow svg {
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .slider-sec .slider-wrpper .slider_btn .slider_arrow:hover svg path {
        stroke: var(--white);
    }

    .slider-sec .slider-wrpper:after {
        content: "";
        width: 100%;
        height: 225px;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/Subtract-1.png);
        position: absolute;
        top: 30px;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: 48% 0;
    }

    .slider-sec .slider-wrpper .saving_slider {
        z-index: 2;
    }

    .scroll_sec .main-row .icon-comon.icon_top svg path {
        fill: #257CE1;
    }



    .scroll_sec .main-row .img-div {
        overflow: hidden;
        border-radius: 20px;
    }

    .scroll_sec .main-row .img-div>img {
        height: 500px;
        object-fit: cover;
    }

    /* all_services */
    .all_services_sec {
        padding: 80px 0 100px;
        z-index: 2;
        position: relative;
        background-color: var(--white);
        border-radius: 0 130px 0 130px;
    }

    .all_services_sec .btn-wpper a {
        background-color: var(--white);
    }

    .all_services_sec .card-wraper {
        display: flex;
        gap: 18px;
        margin-top: 60px;
    }


    /* CARD */
    .all_services_sec .card-wraper .card_main {
        width: 25%;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        /* border: 4px solid #fff; */
        transition: width 400ms ease-out;
        min-height: 650px;
    }

    .all_services_sec .card-wraper .card_main:hover, .all_services_sec .card-wraper .card_main:focus-within {
        width: 70%;
        transition: width 400ms ease-in;
    }

    /* IMAGE */
    .all_services_sec .card-wraper .card_main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;

    }


    .all_services_sec .card-wraper .card_main:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.89%, #000000 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .all_services_sec .card-wraper .card_main .info {
        position: absolute;
        bottom: 0;
        color: var(--white);
        z-index: 1;
        display: flex;
        align-items: center;
        padding: 0 16px 19px 16px;
        justify-content: center;
        width: 100%;
        gap:10px;
    }

    .all_services_sec .card-wraper .card_main .info h3 {
        font-size: 29px;
        font-weight: 500;
        line-height: 100%;
    }

    .all_services_sec .card-wraper .card_main .info p {
        display: none;
    }

    .all_services_sec .card-wraper .card_main .info .icon, .all_services_sec .card-wraper .card_main .info .icon svg {
        width: 0;
        opacity: 0;
        height: 0;
    }


    /*.all_services_sec .card_main:hover {*/
    /*    z-index: 2;*/
    /*    transform: scale(1.2);*/
    /*    -webkit-transform: scale(1.2);*/
    /*    -moz-transform: scale(1.2);*/
    /*    -ms-transform: scale(1.2);*/
    /*    -o-transform: scale(1.2);*/
    /*}*/


    /* .all_services_sec .card_main:hover .info .small-p {
        font-size: 16px;
    }

    .all_services_sec .card_main:hover .info h3 {
        font-size: 24px;
    }

    .all_services_sec .card_main:hover .icon svg {
        width: 50px;
        height: 50px;
    } */

    .all_services_sec .card-wraper .card_main:hover .info {
        justify-content: space-between;
    }

    /*.all_services_sec .card_main img {*/
    /*    width: 100%;*/
    /*    display: block;*/
    /*    transition: transform 0.5s ease;*/
    /*    -webkit-transition: transform 0.5s ease;*/
    /*    -moz-transition: transform 0.5s ease;*/
    /*    -ms-transition: transform 0.5s ease;*/
    /*    -o-transition: transform 0.5s ease;*/
    /*}*/


    /*.all_services_sec .card_main:hover img {*/
    /*    transform: scale(1.1);*/
    /*    -webkit-transform: scale(1.1);*/
    /*    -moz-transform: scale(1.1);*/
    /*    -ms-transform: scale(1.1);*/
    /*    -o-transform: scale(1.1);*/
    /*}*/

    /*.all_services_sec .card-wraper .card_main:last-child {*/
    /*    transform-origin: center right;*/
    /*}*/

    /*.all_services_sec .card-wraper .card_main:first-child {*/
    /*    transform-origin: center left;*/
    /*}*/


    .all_services_sec .card_main:hover .info .icon {
        width: auto;
        opacity: 1;
        height: auto;
    }

   .all_services_sec .card_main:hover .info .small-p {
    display: block;
    line-height: 1.1;
    margin-top: 10px;
}
    .all_services_sec .card_main:hover .info .icon svg {
        width: auto;
        opacity: 1;
        height: auto;
        /* transform: scale(0.6); */
    }


    .all_services_sec .card_main .info .icon svg:hover {
        fill: var(--blue-two);
    }

        .all_services_sec .card-wraper.mobile-card-wrap {
    display: none;
}
.all_services_sec .btn-wpper.mobile-btn {
    display: none;
     margin-inline: auto;
    margin-top: 26px;
}

    /* tecnology */
    .technology_sec {
        background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);
        position: relative;
        padding: 130px 0;
        margin-top: -130px;
    }

    .technology_sec .last svg {
        max-width: 46vw;
        width: 100%;
    }

    .technology_sec .wrapper {
        display: flex;
    }

    .technology_sec .wrapper .left {
        width: 46%;
    }

    .technology_sec .wrapper .left .img-wraper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .technology_sec .wrapper .left .img-wraper img {
        width: 100%;
    }

    .technology_sec .wrapper .left .img-wraper .img_2 {
        border-radius: 15px;
        overflow: hidden;
    }

    .technology_sec .wrapper .left .img-wraper .img_1 {
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }


    .technology_sec .wrapper .left .img-wraper .img_3 {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }

    .technology_sec .wrapper .right {
        color: var(--white);
        padding: 80px 0 0 80px;
        width: 54%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .technology_sec .overlay {
        position: relative;
    }

    .technology_sec .overlay:after {
        content: "";
        background: linear-gradient(90deg, rgba(63, 147, 181, 0.7) 0%, rgba(82, 164, 150, 0.7) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .technology_sec .wrapper .right h2 {
        color: var(--white);
    }

    .technology_sec .wrapper .right p {
        margin: 20px 0 22px;
        line-height: 1.5;
    }



    .counter_sec:after {
        content: "";
        width: 100%;
        height: 230px;
        position: absolute;
        background-color: #EEEFEA;
        bottom: 0;
        z-index: 1;
    }

    .counter_sec .container.container_main {
        z-index: 2;
        position: relative;
    }

    /* .counter_sec css*/

    .counter_sec h2 {
        text-align: center;
        margin-bottom: 22px;
    }

    .counter_sec {
        padding: 67px 0;
        position: relative;
        margin-top: -130px;
        background-color: var(--white);
        border-radius: 0 150px 0 0;
    }


    .counter_sec .counter_main {
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/bgcounter.png);
        background-color: #1388BA;
        border-radius: 20px;
        padding: 60px 15px;
        background-repeat: no-repeat;
    background-size: cover;
    }

    .counter_sec .counter-box {
        text-align: center;
        padding: 20px 0;
    }

    .counter_sec .counter-box span.counter {
        display: block;
        font-size: 45px;
        font-weight: 700;
        line-height: 100%;
        margin: 20px 0 8px;
    }

    .counter_sec .counter_main .row {
        margin: 0;
    }

    .counter_sec .four {
        padding: 0;
        width: 100%;
        max-width: 25%;
        color: var(--white);
    }

    .counter_sec .four:not(:last-child) {
        border-right: 2px dotted var(--white);
    }

    .counter_sec p {
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
    }




    /* Few sec css */
    .insurance_box {
        text-align: center;
    }

    .insurance_box>p.small-p {
        margin: 14px 0 23px;
    }

    .insurance_box .search-container {
        display: flex;
        background-image: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        padding: 3px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
.few_dental button.search-button {
    position: relative;
}

.few_dental button.search-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



    .insurance_box .search-container {
        display: flex;
        padding: 2px;
        border-radius: 6px;
        position: relative;
        overflow: hidden;
        background-color: #c3c3c3;
    }



    .insurance_box .search-container::after {
        content: "";
        width: 50vw;
        height: 50vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(0deg);
        animation: rotate360 3s linear infinite;
        background: linear-gradient(80.44deg, #6CAA43 2.48%, #257CE1 123.23%);
        background: conic-gradient(from var(--gradient-angle), #92d394, #1976ed85, #4dabf7, #1976ed, #3c76c1);
        animation: rotate 5s linear infinite;
    }

    @property --gradient-angle {
        syntax: "<angle>";
        initial-value: 0deg;
        inherits: false;
    }

    @keyframes rotate {
        0% {
            --gradient-angle: 0deg;
        }

        100% {
            --gradient-angle: 360deg;
        }
    }

    /* Rotation Animation */
    @keyframes rotate360 {
        from {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }



    .insurance_box .search-container input {
        padding: 0;
        outline: unset;
        border: unset;
        min-height: 56px;
        background-color: var(--white) !important;
        flex: 1;
        padding-left: 17px;
        border-radius: 4px;
        font-size: 18px;
        color: #000;
    }

    .insurance_box .search-container .inner {
        background-color: var(--white);
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px;
        padding-right: 5px;
        border-radius: 4px;
        z-index: 2;
    }

    .search-container button.search-button {
        background-color: var(--main_blue);
        border: unset;
        outline: unset;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
    }

    ::placeholder {
        color: #8E8E8E;
        font-size: 17px;
    }



.few_dental.few_dental_location {
    margin-top: 0;
    border-radius: 100px 0 0 0;
    padding: 90px 0 40px;
}

.few_dental.few_dental_location ul li, section.service-page-scroll-sec.secroll_sec_new ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    font-size: 24px;
    color: #212121;
    line-height: 1.5;
}

    ul.list-ul li{
    list-style-type: none;
    padding-left: 20px;
    color: #212121;
    position: relative;
    }
.few_dental.few_dental_location ul li:after, section.service-page-scroll-sec.secroll_sec_new ul li:after, ul.list-ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #212121;
    position: absolute;
    top: 14px;
    left: 0;
    border-radius: 50px;
}
.few_dental.few_dental_location ul li:not(:last-child), section.service-page-scroll-sec.secroll_sec_new ul li:not(:last-child), ul.list-ul li:not(:last-child) {
    margin-bottom: 8px;
}
.few_dental.few_dental_location .wrapper {
    align-items: center;
}



    /* Few sec css end */





    .few_dental {
        background-color: #EEEFEA;
        padding: 250px 0 55px;
        margin-top: -230px;
    }

    .few_dental .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .few_dental .wrapper .left {
        width: 40.5%;
    }
    .few_dental.few_dental_location .wrapper .left {
    width: 47%;
}

    .few_dental .wrapper .right {
        width: 50%;
    }

    .few_dental .wrapper .left p.small-p {
        margin: 8px 0 17px;
    }

    .few_dental .wrapper .right .insurance_box {
        background-color: #fff;
        box-shadow: 0 0 24px 0 #00000012;
        border-radius: 20px;
        padding: 32px 48px;
    }

    .few_dental .wrapper .right .icon-box {
        justify-content: center;
        margin-top: 26px;
        gap: 11px;
        align-items: center;
    }

    .few_dental .wrapper .right .icon-box h5 {
        font-size: 20px;
        font-weight: 500;
        color: var(--main_blue);
    }

    .slider_sec {
        background-color: #EEEFEA;
        padding-bottom: 200px;
    }


    /* scroll sec css */
    .scroll_sec {
        padding: 67px 0;
        border-radius: 0 130px 0 130px;
        margin-top: -100px;
        z-index: 2;
        position: relative;
        background-color: var(--white);
    }

    .scroll_sec .main-row {
        display: flex;
        align-items: center;
        gap: 70px;
        z-index: 2;
        position: relative;
        min-height: 500px;
        justify-content: space-between;
    }

    .scroll_sec .main-row .img-div img {
        width: 100%;
    }

    .scroll_sec .main_wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 155px;
    }

    .scroll_sec .main-row.row_2 {
        flex-direction: row-reverse;
    }


    .scroll_sec .inro p {
        line-height: 1.5;
        margin: 12px 0 18px;
    }


    .scroll_sec .main_wrapper {
        position: relative;
    }

    .scroll_sec .main-row>div {
        width: 50%;
    }


    .scroll_sec .main_wrapper .svg-wraper {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .scroll_sec .main-row .icon-comon {
        position: absolute;
        width: 75px;
        height: 75px;
        box-shadow: 0 0 14px #0000001F;
        background-color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        left: 50%;
        transform: translateX(-50%);
    }


    /*.scroll_sec .main-row .icon-comon.icon_top {*/
    /*    top: -116px;*/
    /*}*/

    .scroll_sec .main-row .icon-comon.icon_bottom, .scroll_sec .main-row .icon-comon.icon_last {
        bottom: -116px;
    }


    .scroll_sec svg.line_svg.blue_svg {
        position: absolute;
        top: 0;
        left: 0;

    }

    .scroll_sec svg.line_svg.blue_svg path {
        opacity: 1;
    }


   

    .scroll_sec .main-row.row_2 .left {
        width: 53%;
    }

    .scroll_sec .main-row.row_2 .right {
        width: 45%;
    }

    /* scroll sec css end*/



    /* testimonial slider */
    .testimonial_sec {
        background: linear-gradient(-80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);
        margin-top: -130px;
        padding: 130px 0;
    }

    .testimonial_sec .testmonial_slider_main {
        display: flex;
        align-items: center;
        padding: 67px 0;
        gap: 67px;
    }

    .testimonial_sec .testmonial_slider_main .left {
        width: 49%;
    }

    .testimonial_sec .testmonial_slider_main .right {
        width: 52%;
    }

    .testimonial_sec .left h2 {
        color: var(--white);
        margin: 23px 0 31px;
    }

    .testimonial_sec .slider_btn {
        display: flex;
        gap: 15px;
    }

    .testimonial_sec .slider_btn .slick_btn {
        border: unset;
        outline: unset;
        background-color: transparent;
        cursor: pointer;
    }


    .testimonial_sec .infor .wrapper {
        display: flex;
        align-items: center;
        gap: 19px;
        position: relative;
    }

    .testimonial_sec .infor .wrapper p {
        font-size: 24px;
        font-weight: 400;
        color: var(--white);
        line-height: 1.5;
    }

    .testimonial_sec .infor .wrapper .img {
        width: 0px;
        position: static;
    }

    .testimonial_sec .infor .wrapper .img img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 50px;
        border: 4px solid var(--white);
        position: relative;
        z-index: 2;
    }


    .testimonial_sec .infor .wrapper .disc {
        flex: 1;
        max-width: 604px;
        padding-left: 20px;
    }

    .testimonial_sec .infor .wrapper .disc .start {
        border-bottom: 1px solid #ffffff1f;
        padding-bottom: 23px;
        margin: 32px 0 20px;
    }

    .testimonial_sec .infor .wrapper .disc h4 {
        font-size: 25px;
        font-weight: 700;
        color: var(--white);
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .testimonial_sec .infor .wrapper .disc h6 {
        color: rgb(255 255 255 / 54%);
        font-size: 16px;
        line-height: 1.2;
    }

    .testimonial_sec .infor .wrapper .img:after {
        content: "";
        height: 100%;
        width: 3px;
        background-color: var(--white);
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0%, -50%);
        z-index: 1;
    }
    
.testimonial_slider .slick-list.draggable, .testimonial_slider .slick-list.draggable .slick-track {
    display: flex;
}



.testimonial_slider .slick-list.draggable .slick-track .infor, .testimonial_slider .slick-list.draggable .slick-track .infor .slide_inner, .testimonial_slider .slick-list.draggable .slick-track .infor .slide_inner .wrapper {
    height: 100%;
}



    
    .testimonial_sec .slider_btn.responsive-btn {
    display: none;
}
    /* tips sec css */
    .tips_sec {
        padding: 67px 0;
        background-color: #EEEFEA;
        margin-top: -122px;
        border-radius: 0 130px 0 130px;
        z-index: 3;
        position: relative;
    }

    .tips_sec .tital_main {
        margin-bottom: 44px;
    }

    .tips_sec .tips_last {
        display: flex;
        gap: 45px;
        align-items: center;
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 24px 0 #00000012;
        position: relative;
    }

    .tips_sec .tips_last .left {
        width: 42%;
    }

    .tips_sec .tips_last img {
        border-radius: 15px;
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: center;
    }

    .tips_sec .tips_last .right_sec {
        width: 52%;
    }

    .tips_sec .tips_last .right_sec .date-div {
        margin: 20px 0;
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .tips_sec .tips_last .right_sec .date-div span {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        background-color: hsl(212deg 76% 51% / 10%);
        padding: 6px 15px;
        border-radius: 6px;
        font-size: 20px;
        font-weight: 500;
        color: var(--main_blue);
        line-height: 1.2;
        min-height: 40px;
        justify-content: center;
    }

    .tips_sec a.main_links {
        margin-top: 20px;
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .tips_sec a.main_links:hover {
        color: var(--main_blue);
    }
.tips_sec a.main_links:hover svg path {
    fill: var(--main_blue);
}
   .tips_sec .wraper {
    position: relative;
    padding: 0;
    min-height: 564px;
}

    .tips_sec .wraper .loop-card {
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translate(-50%, 10px);
    }

    .tips_sec .wraper .first, .tips_sec .wraper .second {
        height: 208px;
        position: absolute;
        box-shadow: 0 4px 24px 0 #00000012;
        top: -60px;
        width: 77.5%;
        background-color: var(--white);
        border-radius: 15px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .tips_sec .wraper .second {
        top: -30px;
        width: 89%;
        box-shadow: 0 4px 24px 0 #0000001F;
    }

    .tips_sec .tips_last .right_sec h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2;
        line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.tips_sec .btn-wpper.mobile-btn {
    display: none;
}
.tips_last p.small-p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
    /* logo slider */
    .logo-slider .slide {
        padding: 0 10px;
    }

    .logo-slider .slide .img {
        background-color: var(--white);
        padding: 30px 30px;
        max-height: 114px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
    }

    .logo-slider .slide .img img {
        height: 60px;
        object-fit: contain;
        width: 100%;
    }

    /* saving_slider */
    .saving_slider .slide img {
        width: 100%;
    }

    .saving_slider .slick-list.draggable .slick-slide {
        padding-top: 130px;
        transition: padding-top 0.5s ease-in-out;
        -webkit-transition: padding-top 0.5s ease-in-out;
        -moz-transition: padding-top 0.5s ease-in-out;
        -ms-transition: padding-top 0.5s ease-in-out;
        -o-transition: padding-top 0.5s ease-in-out;
    }

    .saving_slider .slick-slide.slick-current.slick-active {
        padding-top: 0;
    }

    .saving_slider .slick-slide.slick-current.slick-active img {
        max-width: 100%;
        object-fit: cover;
    }


    .saving_slider .slick-slide {
        transform: scale(0.8);
        opacity: 0.5;
        transition: all 0.35s ease-in-out;
    }

    .saving_slider .slick-center {
        opacity: 1;
        z-index: 2;
        transform: scale(1);
    }

    .saving_slider .slide img {
        width: 100%;
        display: block;
    }




    /* footer css */
    .main-footer {
        padding-top: 216px;
        background-position: 100% 100%;
        background-size: 100% 100%;
        background-color: #eeefea;
        background: linear-gradient(-60.03deg, #6DBB69 6.1%, #6FA189 49.5%);
        margin-top: -130px;
    }

    .main-footer .footer_wraper {
        display: flex;
        flex-wrap: wrap;
        color: var(--white);
        gap: 30px;
        justify-content: space-between;
    }

    .main-footer .col_div {
        width: auto;
    }
    .main-footer .col_div.col_1 .logo img {
    width: 100%;
    max-width:279px;
}
    .main-footer .col_div.col_1 {
        width: 25.2%;
    }

    .main-footer .col_div.col_1 p {
        margin: 20px 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
    }

    .main-footer .logo_four {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 20px;
        max-width: 320px;
        justify-content: space-between;
    }

    .main-footer .logo_four>.svg {
        width: calc(100% / 2 - 10px);
    }

    .main-footer .logo_four>.svg img {
        width: 100%;
    }

    .main-footer .col_div h3 {
        color: #FDF48F;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .main-footer .col_div ul li {
        list-style-type: none;
    }

    .main-footer .col_div ul li a {
        color: var(--white);
        position: relative;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        display: flex;
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .main-footer .col_div ul li a svg {
        position: absolute;
        top: 6px;
        left: 0;
    }

    .main-footer .col_div ul li a svg {
        position: absolute;
        top: 6px;
        left: 0;
    }

    .main-footer .col_div ul li a:hover {
        color: #FDF48F;
    }

    .main-footer .col_div ul li a:hover svg path {
        stroke: #FDF48F;
    }

    .main-footer .col_div.col_4 .contact-item span a:hover {
        color: #FDF48F;
    }

    .main-footer .col_div ul li:not(:last-child) {
        margin-bottom: 0px;
    }


    .main-footer .col_div.col_4 {
        width: 30%;
    }

    .main-footer .col_div.col_4 .contact-item {
        display: flex;
        gap: 11px;
        align-items: center;
        margin-bottom: 10px;
    }

    .main-footer .col_div.col_4 .contact-item span, .main-footer .col_div.col_4 .contact-item span a {
        color: var(--white);
        font-size: 20px;
        line-height: 1.2;
    }

    .main-footer .col_div.col_4 .contact-item .icon {
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--white);
    }

    .main-footer .cta-btn {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        display: flex;
        align-items: center;
        background-color: #FDF48F;
        border-radius: 10px;
        padding: 12px 20px 10px;
        gap: 15px;
        max-width: 100%;
        width: 100%;
        min-height: 55px;
        margin: 42px 0 34px;
        justify-content: space-between;
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .main-footer .cta-btn:hover {
        background-color: #fff;
    }

    .main-footer h4 {
        font-size: 23px;
        color: #FDF48F;
        font-weight: 500;
        line-height: 1.2;
    }

    .main-footer .social-icons {
        margin-top: 20px;
        display: flex;
        gap: 15px;
    }

    .main-footer .social-icons a {
        max-width: 60px;
        width: 100%;
        height: 60px;
        border: 1px solid var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        transition: all 0.5s ease, gap 0.3s ease;
        padding: 15px;
        overflow: hidden;
    }

    .main-footer .social-icons span {
        font-size: 20px;
        color: var(--white);
        line-height: 1.2;
        display: inline-flex;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: transform 0.5s ease, opacity 0.3s ease;
        white-space: nowrap;
        transform: translateX(-10px);
    }


    .main-footer .social-icons a:hover {
        max-width: max-content;

        gap: 10px;

    }

    .main-footer .social-icons a:hover span {
        width: auto;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        opacity: 1;

    }


    .main-footer .social-icons .Instagram:hover {
        background: linear-gradient(82.86deg, #FFD654 2.42%, #F95149 36.19%, #E34576 69.96%, #A830BE 98.64%);
        border-color: #F95149;
    }

    .main-footer .social-icons .LinkedIn:hover {
        background: #0C67C4;
        border-color: #0C67C4;
    }

    .main-footer .social-icons .YouTube:hover {
        background: #F70000;
        border-color: #F70000;
    }


    .main-footer .social-icons .Facebook:hover {
        background: #3B579D;
        border-color: #3B579D;
    }

    .main-footer .social-icons .X:hover {
        background: #000000;
        border-color: #000;
    }

    .main-footer .social-icons a svg {
        min-width: 24px;
    }

    .main-footer .copy-right {
        background-color: hsl(0deg 0% 100% / 30%);
        margin-top: 52px;
        padding-inline:20px;
    }

    .main-footer .copy-right p {
        font-size: 16px;
        color: var(--white);
        min-height: 42px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
    }

    /* footer css end */





    @media(max-width:1580px) {
        .container_main, .container {
            max-width: 1420px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
            max-width: 1390px;
        }



        .h2 {
            font-size: 48px;
        }

        .main-footer .social-icons a:hover {
            gap: 5px;
        }

        .main-footer .col_div.col_4 {
            width: 32%;
        }

        .all_services_sec .card-wraper .card_main .info h3 {
            font-size: 26px;
        }
     header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu:after {
            max-width: 490px;
            height: 440px;
        }

        .baner p {
            margin: 20px 0 15px;
        }

        button.wave-btn {
            font-size: 16px;
            padding: 8px 10px;
        }

        .anim_main {
            bottom: 56px;
        }

        .baner .container {
            min-height: 650px;
        }

        .tabs-sec {
            padding: 20px 0;
        }

        a.main-btn {
            padding: 13px 16px;
        }

        .all_services_sec .card-wraper .card_main {
            min-height: 520px;
        }
        

        
    }

    @media (max-width:1480px) {
        .baner .wave-wrapper {
            bottom: 80px;
            max-width: 1000px;
            height: 90px;
        }

        .wave-item.svg-wave-four.blue_svg button.wave-btn {
            top: 65px;
        }

        .wave-item.svg-wave-three.green_svg button.wave-btn {
            top: 73px;
        }

        .wave-item.svg-wave-one.yellow_svg button.wave-btn {
            top: 46px;
        }

        .wave-item.svg-wave-two.white_svg button.wave-btn {
            top: 17px;
        }
    }

    @media(max-width:1439px) {
        .container_main, .container {
            max-width: 1320px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
            max-width: 1290px;
        }

        header .nav_links {
            max-width: 470px;
            margin-right: 20px;
        }

        .all_services_sec .card-wraper .card_main .info h3 {
            font-size: 24px;
        }

        .main-footer .social-icons span {
            font-size: 16px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu:after {
            max-width: 410px;
            height: 380px;
        }

        .wave-wrapper .wave-item {
            width: 100%;
        }

        button.wave-btn {
            white-space: nowrap;
        }

        .h2 {
            font-size: 45px;
        }

        .scroll_sec .main-row {
            gap: 40px;
            min-height: 411px;
        }

        .small-p, .card_animation_top_scroll p {
            font-size: 22px;
            line-height: 1.5;
        }

        .counter_sec .counter-box span.counter {
            font-size: 36px;
        }

        .counter_sec p {
            font-size: 25px;
        }

        .few_dental .wrapper .left {
            width: 46%;
        }

        .slider-sec .slider-wrpper:after {
            height: 116px;
        }

    }

    @media(max-width:1365px) {
        .container_main, .container {
            max-width: 1240px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
            max-width: 1210px;
        }

        header .nav_links {
            max-width: 450px;
            margin-right: 20px;
        }

        a.main-btn {
            text-decoration: unset;
            padding: 13px 20px;
            font-size: 15px;
        }

        .counter_sec .counter-box span.counter {
            font-size: 30px;
        }

        .counter_sec p {
            font-size: 20px;
        }

        .h2 {
            font-size: 42px;
        }



        .h2 {
            font-size: 45px;
        }




        .scroll_sec .main-row .icon-comon {
            width: 60px;
            height: 60px;
            padding: 12px;
        }



        .technology_sec .last {
            bottom: 122px;
        }

        .technology_sec .last svg {
            max-width: 42vw;
        }

        .main-footer .cta-btn {
            font-size: 17px;
        }

        .tips_sec .tips_last .right_sec h3 {
            font-size: 27px;
        }

        .all_services_sec .card-wraper .card_main .info h3 {
            font-size: 22px;
        }

        .all_services_sec .card-wraper {
            gap: 10px;
        }



        .main-footer .social-icons a:hover span {
            display: none;
        }

        .main-footer .social-icons a {
            max-width: 50px;
            width: 50px;
            height: 50px;
        }

        .tabs-sec .wrapper {
            padding-inline: 15px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu:after {
            max-width: 330px;
            height: 310px;
        }

        .tabs-sec .wrapper .right .content-right-svg-only>img {
            max-width: 340px;
            margin-inline: auto;
            display: block;
        }

        .few_dental .wrapper .right .insurance_box {
            padding: 20px 18px;
        }

        .h2 {
            font-size: 40px;
        }

        .scroll_sec .main-row {
            min-height: 500px;
        }

        .scroll_sec .main-row .img-div {
            border-radius: 15px;
            overflow: hidden;
        }

        .scroll_sec .main-row .img-div img {
            width: 100%;
            height: 500PX;
            object-fit: cover;
        }

        .animate-btn-main {
            padding: 14px 40px 13px;
        }
    }

    @media(max-width:1279px) {
        .container_main, .container {
            max-width: 1170px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
            max-width: 1140px;
        }


        header a.navbar-brand {
            max-width: 230px;
        }

        header li.nav-item>a.nav-link {
            font-size: 18px;
        }

        header .nav_links {
            max-width: 420px;
        }

        a.main-btn {
            padding: 13px 15px;
        }


        .counter_sec .counter-box span.counter {
            font-size: 35px;
        }

        .technology_sec .wrapper .right {
            padding: 30px 0 30px 50px;
            width: 54%;
        }

        .technology_sec .wrapper .right p {
            line-height: 1.4;
        }

        .scroll_sec .main-row {
            gap: 50px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children:hover>.sub-menu:after {
            max-width: 310px;
            height: 290px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu {
            max-width: 350px;
        }

        header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li {
            max-width: 360px;
        }

        .h2 {
            font-size: 40px;
        }
    }


    /*technology_sec scroll auto*/
    .technology_sec .carousel__slider {
        position: relative;
        width: 100%;
        max-width: 50vw;
        height: 86vh;
        overflow: hidden;
    }

    .technology_sec .carousel__list {
        position: absolute;
        top: 0;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        will-change: transform;
    }

    .technology_sec .carousel__item img {
        width: 100%;
        display: block;
    }

    .technology_sec li.carousel__item {
        list-style: unset;
        margin-bottom: 32px;
    }

    .technology_sec .wrapper .left {
        position: relative;
    }

    .technology_sec .wrapper .left:after, .technology_sec .wrapper .left:before {
        content: "";
        width: 100%;
        height: 150px;
        position: absolute;
        border-radius: 0 0 15px 15px;
        top: 0;
        left: 0;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/top.png);
        z-index: 9;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }

    .technology_sec .wrapper .left img {
        border-radius: 15px;
    }

    .technology_sec .wrapper .left:before {
        top: auto;
        bottom: 0;

        transform: scaleY(-1);
    }

    /* testomial css animations start */

    /* .cards-loop-sec {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .loop-card {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 20px;
        opacity: 0;
        transform: translateX(40px) scale(0.95);
        transition: 0.6s ease;
        pointer-events: none;
    }

    .loop-card.active {
        opacity: 1;
        transform: translateX(0) scale(1);
        z-index: 3;
        pointer-events: auto;
    }

    section.cards-loop-sec.tips_sec {
        position: relative;
        min-height: 690px;
        align-items: flex-start;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card:nth-child(odd) {
        top: -30px;
        max-width: 94%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card {
        opacity: 1;
        box-shadow: 0 4px 24px 0 #0000001F;
        margin: 0 auto;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card.active {
        margin: 0;
        top: 0 !important;
        max-width: 100% !important;
        z-index: 2;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card:nth-child(even) {
        top: -70px;
        max-width: 85%;
        margin: 0 auto;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .tips_sec .tips_last .left .img_sec img.img-fluid.wp-post-image {
        height: 415px;
        object-fit: cover;
    }


    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card .left {
        opacity: 0;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card .right_sec {
        opacity: 0;
    }

    section.cards-loop-sec.tips_sec .loop-wrapper.wraper .loop-card.active>.tips_last>div {
        opacity: 1;
    } */

    /* end testiomal css anmination end */

    /*new css add*/



    section.slider-sec .container.container_main {
        max-width: 95%;
    }

    section.slider-sec .container.container_main .slider-wrpper {
        padding-bottom: 133px;
    }


    section.slider-sec .container.container_main .slider-wrpper .swiper-slide .slide.swiper-card img {
        width: 100%;
    }

    .btn-wpper a.animate-btn-main span.text {
        transition: unset;
    }

    .wave-dot {
        opacity: 0;
    }






    header nav.navbar .phone svg, .main-footer .col_div.col_4 .contact-item:nth-child(2) span.icon svg, .cta-buttons.with_icons a.animate-btn-main.first svg {
        animation: ring 1.5s infinite ease-in-out;
        transform-origin: 50% 50%;
    }

    @keyframes ring {
        0% {
            transform: rotate(0);
        }

        5% {
            transform: rotate(5deg);
        }

        10% {
            transform: rotate(-5deg);
        }

        15% {
            transform: rotate(5deg);
        }

        20% {
            transform: rotate(-5deg);
        }

        25% {
            transform: rotate(0);
        }

        100% {
            transform: rotate(0);
        }
    }

    ;





    /* inner banner css start*/

    .inner-banner-main .wrapper {
        padding: 257px 0 185px;
    }

    /* inner banner css end*/
    span.span-test-bredcrum svg {
        position: relative;
        top: -1px;
    }

    .inner-banner-main p.small-p {
        max-width: 780px;
        margin-top: 15px;
    }

    .new-phase-cat-post {
        padding: 94px 0 60px 0;
    }

    .popular-blog {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
    }

    .blog-highlight-img, .blog-highlight-text {
    width: 50%;
    height: 100%;

}
.new-phase-cat-post .container_main {
    display: flex;
}
.blog-highlight-img .gird-cmn-right, .blog-highlight-img .gird-cmn-right img {
    height: 100%;
    object-fit: cover;
}
    .blog-highlight-img img {
        object-fit: cover;
        border-radius: 15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .blog-highlight-text {
        background: linear-gradient(-90deg, #257CE1 2.48%, #6CAA43 123.23%);
        border-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 3px solid #fff;
    }

    .blog-highlight-text .gird-cmn-left {
        padding: 49px 50px;
    }

    .blog-highlight-text p.post-date {
        color: #fff;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .blog-highlight-text .subtile-text a {
        background: #ffffff33;
        border-radius: 8px;
        padding: 1px 20px 0 20px;
        font-size: 17px;
        color: #fff;
        font-weight: 500;
    }

    .blog-highlight-text .subtile-text {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 25px;
        font-family: var(--circe_font) !important;
    }

    .blog-highlight-text .gird-cmn-left h2 {
        color: #fff;
        font-size: 35px;
        line-height: 42px;
        font-weight: 500;
        margin-bottom: 20px;
    }



    .blog-highlight-text .small-p {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .blog-highlight-text .read-more-link {
        font-size: 22px;
        font-weight: bold;
        color: #fff !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;

    }

    .cat-list {
        width: calc(33% - 11px);
        background: linear-gradient(180deg, rgba(108, 170, 67, 0.4) 0%, rgba(37, 124, 225, 0.4) 100%);
        border-radius: 15px;
        padding: 1px;
    }

    .category-posts {
        justify-content: space-between;
        margin:0;
    }

   .inner-cat {
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
  .inner-cat .cat-heading {
    padding: 19px 19px 5px 19px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .inner-cat .subtile-text a {
        background: #ffffff33;
        border-radius: 8px;
        padding: 1px 20px 0 20px;
        font-size: 17px;
        color: #fff;
        font-weight: 500;
    }

    .inner-cat .cat-date-show {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .inner-cat .category-news {
        color: #257CE1 !important;
        background: #dfe9f4 !important;
        height: 31px;
        display: inline-block;
        text-align: center;
    }








    .inner-cat .category-help-and-advice {
        color: #257CE1 !important;
        background: #dfe9f4 !important;
        height: 31px;
        display: inline-block;
        text-align: center;
    }


    .inner-cat .category-technology {
        color: #6DBB69 !important;
        background: #6dbb692e !important;
        display: inline-block;
    }


    .inner-cat .subtile-text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .inner-cat .post-date {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        display: flex;
        white-space: nowrap;
        align-items: center;
    }

    .inner-cat .post-date span {
        display: flex;
        gap: 6px;
        align-items: flex-start;
    }

    .inner-cat .cat-title a {
        font-size: 27px;
        font-weight: 500;
        color: #000;
        font-family: var(--circe_font) !important;
        margin: 5px 0 15px 0;
        line-height:1.2;
    }

    .inner-cat .small-p {
        font-size: 22px;
        color: #424242;
    }

    .inner-cat .read-more-link {
        font-size: 22px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 10px;
        margin: auto 0 0 0;
        padding-top:19px;
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* .blogs-list .pagination .page-numbers li a, .blogs-list .pagination .page-numbers.dots {
        display: flex;
        width: 40px;
        height: 40px;
        border: 2px solid #ebebeb;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        font-size: 17px !important;
        color: #686868 !important;
        font-family: var(--circe_font) !important;
        font-weight: 500;
        line-height: normal;
    }

    .blogs-list .pagination ul.page-numbers li:first-child {
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        border-radius: 7px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1px;
    }

    .blogs-list .pagination ul.page-numbers li:first-child span.page-numbers.current {
        font-size: 17px !important;
        color: #686868 !important;
        font-family: var(--circe_font) !important;
        font-weight: 500;
        line-height: normal;
        background: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
    }

    .blogs-list .pagination {
        margin: 34px 0 100px 0;
    } */



    /* pagination blog css */
    .post-all-content.blogs-list .category-posts .cat-list {
        margin-bottom: 30px;
    }

    .post-all-content.blogs-list .pagination {
        margin: 24px 0 101px;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers {
        gap: 10px;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers a.page-numbers, .post-all-content.blogs-list .pagination ul.page-numbers>li>span {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border: 1px solid hsl(0deg 0% 0% / 17%);
        border-radius: 7px;
        font-size: 17px;
        font-family: 'Circe';
        color: #686868;
        font-weight: 500;
        line-height: 1;
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .post-all-content.blogs-list .pagination ul.page-numbers a.page-numbers svg path {
        stroke: #000;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers>li>span.page-numbers.current {
        border: 2px solid #0D9DCD;
        color: #0D9DCD;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers a.page-numbers:hover {
        border: 2px solid #0D9DCD;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers a.prev.page-numbers {
        background-color: #DCE2E6;
        border: 1px solid #DCE2E6;
    }

    .post-all-content.blogs-list .pagination ul.page-numbers a.prev.page-numbers svg path {
        stroke: #fff;
    }

    /* pagination blog css end */




    /* single blog css start */
    .single-category {
        padding: 100px 0 0;
        font-family: var(--circe_font);
    }

    .single-category .gird-cmn-right img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
        border-radius: 15px;
    }

    .single-category .post-meta {
        /* background: red; */
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 14px hsl(0deg 0% 0% / 14%);
        max-width: 1449px;
        margin-inline: auto;
        width: 95%;
        display: flex;
        padding: 14px 10px 14px 25px;
        margin-top: -29px;
        z-index: 9;
    }

    .single-category .post-meta span.post-date {
        float: unset;
        width: max-content;
        display: flex;
        max-width: max-content;
        margin: 0;
        font-size: 20px;
        line-height: 1.2;
        gap: 10px;
        padding-right: 50px;
    }

    .single-category .post-meta span {
        font-size: 24px;
        line-height: 1.5;
        float: unset;
        width: auto;
        margin: 0;
    }

    .single-category .post-meta span.subtile-text {
        margin-left: auto;
    }

    .single-category .post-meta>span {
        display: flex;
        gap: 10px;
        align-items: center;
        color: #000;
    }

    .single-category .post-meta span.subtile-text a span {
        font-size: 17px;
    }

    .single-category .post-meta span.subtile-text a {
        padding: 3px 20px;
        border-radius: 8px;
    }

    .single-category .post-meta span.subtile-text a.category-news {
        background-color: #257CE133;
            color: #257CE1;
    }

    .single-category .post-meta span.subtile-text a.category-news span.category-news {
        color: #257CE1;
        font-weight: 500;
    }

    .single-category .post-meta span.subtile-text a.category-press-releases {
        background-color: #6DBB6933;
    }

    .single-category .post-meta span.subtile-text a.category-press-releases span {
        color: #6DBB69;
        font-weight: 500;
    }

    .single-category .post-content h1 {
        font-size: 55px;
        font-weight: 300;
        line-height: 1.2;
        color: #000;
        background-clip: unset;
        background: unset;
        background-color: unset;
        background: unset;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        margin: 50px 0 25px;
        letter-spacing: 0px;
    }




    .single-category .post-content .bw-release-story>p {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 50px;
        color: #484848;
    }

    .single-category .post-content blockquote {
        background: hsl(195deg 88% 43% / 10%);
        padding: 36px 36px 36px 200px;
        border-radius: 15px;
        margin-bottom: 48px;
        position: relative;
    }

    .single-category .post-content blockquote p {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 500;
    }

    .single-category .post-content blockquote:after {
        content: "";
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Vector.png);
        background-repeat: no-repeat;
        max-width: 125px;
        width: 100%;
        height: 108px;
        display: flex;
        position: absolute;
        top: 34px;
        left: 36px;
        background-size: contain;
    }





    .single-category .wrap-inner-post {
        display: flex;
        gap: 45px;
        align-items: center;
    }

    .single-category * {
        float: unset;
    }

    .single-category .wrap-inner-post .left img {
        width: 100%;
        border-radius: 15px;
        min-height: 503px;
        object-fit: cover;
    }

    .single-category .wrap-inner-post .left {
        width: 44%;
    }

    .single-category .wrap-inner-post .right {
        width: 56%;
        font-size: 24px;
        color: #484848;
        line-height: 1.3;
    }

    .single-category .wrap-inner-post ul.bwlistdisc {
        margin-top: 32px;
        padding-top: 27px;
        border-top: 1px solid hsl(0deg 0% 0% / 15%);
    }



    .single-category .post-content ul li::after {
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Arrow-9.png);
        background-color: unset;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 13px;
        top: 6px;
    }

 

    .single-category .post-content ul li {
        padding-left: 27px;
        color: #484848;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.3;
    }

    .single-category .post-content ul li:not(last-child) {
        margin-bottom: 15px;
    }

    .single-category .wrap-inner-post.first-post-phase {
        margin-bottom: 44px;
    }

    .single-category .post-content span.blue-back {
        display: block;
        background-color: hsl(195deg 88% 43% / 10%);
        padding: 18px 50px 18px 95px;
        border-radius: 15px;
        color: #0D9DCD;
        font-size: 28px;
        font-weight: 500;
        position: relative;
    }

    .single-category .post-content span.blue-back a {
        font-family: 'Circe';
        color: #1C689C;
        text-decoration: underline;
        font-weight: 700;
    }

    .single-category .post-content span.blue-back:after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Vector-1.png);
        position: absolute;
        top: 20px;
        left: 52px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }


    .single-category .wrap-inner-post.new-post-phase .left {
        width: 56%;
    }

    .single-category .wrap-inner-post.new-post-phase .right {
        width: 44%;
    }

    .single-category .wrap-inner-post.new-post-phase .left b {
        font-size: 30px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        margin-bottom: 10px;
        display: block;
    }

    .single-category .wrap-inner-post.new-post-phase .left p {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 1.3;
        color: #484848;
    }

    .single-category .wrap-inner-post.new-post-phase .left p:empty {
        display: none;
    }

    .single-category .wrap-inner-post.new-post-phase .left p:last-child {
        margin-bottom: 0;
    }

    .single-category .wrap-inner-post.new-post-phase .right img {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        min-height: 503px;
        object-fit: cover;
        object-position: center;
    }

    .single-category .wrap-inner-post.new-post-phase+p {
        margin: 57px 0 0px !important;
        padding: 27px 0;
        border-top: 1px solid hsl(0deg 0% 0% / 10%);
    }

    .single-category .post-social-icon {
        margin: 0;
        padding: 30px 12px 0;
        border-top: 1px solid hsl(0deg 0% 0% / 10%);
        margin-inline: 12px;
    }

    .single-category .bw-release-contact {
        display: none;
    }

    .single-category .post-social-icon span.post-share {
        max-width: 100%;
        width: 100%;
        gap: 23px;
        align-items: center;
    }

    .single-category .post-social-icon span.post-share span {
        font-size: 30px;
        font-weight: 500;
    }

    .single-category .post-social-icon span.post-share ul {
        width: auto;
    }

    .single-category .post-social-icon span.post-share ul li {
        display: flex;
    }

    .single-category.post-social-icon span.post-share ul li a {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        padding: 5px;
    }

    .single-category span.post-share ul li a {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        transition: all 0.5s ease-in-out;
    }

    .single-category span.post-share ul li a:hover {
        background-color: #000;
    }

    .single-category span.post-share ul li a svg path {
        transition: all 0.5s ease-in-out;
    }

    .single-category span.post-share ul li a:hover svg path {
        fill: #fff;
    }


    .single-category .latest-posts.post-all-content {
        padding-top: 110px;
    }

    .single-category .latest-posts.post-all-content .post_main {
        width: 33.33%;
        padding-inline: 15px;
    }

    .single-category .latest-posts.post-all-content .post_main .cat-list-new {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .single-category .latest-posts.post-all-content .post_main .post-info {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 19px 19px 0;
        gap:10px;
    }

    .single-category .latest-posts.post-all-content .post_main .post-info span.post-date {
        width: auto;
        margin-bottom: 0;
    }

    .single-category .latest-posts.post-all-content .post_main .post-info li {
        margin-bottom: 0;
    }

    .single-category .latest-posts.post-all-content .post_main .post-info li span.subtile-text {
        margin-bottom: 0;
    }

    .single-category .latest-posts.post-all-content .post_main .post-info span.post-date {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .single-category .latest-posts.post-all-content .btn-related {
        margin: 74px 0 100px;
    }

    .single-category .latest-posts.post-all-content h3 {
        font-size: 55px;
        line-height: 1.2;
        font-family: var(--circe_font);
        margin-bottom: 32px;
        text-align: center;
        font-weight: 300;
        color: #000;
    }


    .single-category .cat-list-new.cat-list a.category-press-releases {
        color: #257CE1 !important;
        background: #dfe9f4 !important;
        height: 31px;
        display: inline-block;
    }

    .cat-list-new.cat-list a.category-sage-stories {
        color: #6DBB69 !important;
        background: #6dbb692e !important;
        display: inline-block;
    }

    .single-category .gird-cmn-right {
        position: relative;
    }

    .single-category .gird-cmn-right>a {
        position: absolute;
        background-color: hsl(0deg 0% 100% / 80%);
        border-radius: 15px 0 15px 0;
        padding: 8px 20px;
        font-size: 22px;
        font-weight: 500;
        color: #0D9DCD;
        text-transform: capitalize;
    }

    /* single blog css end */

    /*long-team-care page*/
    section.accordian-sec.faq-global-sec {
        padding: 98px 0px 20px;
        border-radius: 0px 0px 0px 130px;
        z-index: 3;
        position: relative;
        background: #fff;
    }

    section.accordian-sec.faq-global-sec .row {
        margin: 0 0 49px;
        box-shadow: 0px 10px 44px 0px #00000024;
        padding: 54px 33px 54px 97px;
        border-radius: 19px;
        align-items: center;
        display: grid;
        grid-template-columns: 135px calc(100% - 205px);
        justify-content: space-between;
        border: 1px solid transparent;
        position: relative;
        will-change: transform;
        transform-style: preserve-3d;
        transform-origin: center center;
        /*min-height: 283px;*/
    }

    section.accordian-sec.faq-global-sec .row .image-accord img {
        max-width: 125px;
    }

    section.accordian-sec.faq-global-sec .row .col-md-3 {
        width: 100%;
        padding: 0;
    }

    section.accordian-sec.faq-global-sec .row>.col-md-9 {
        width: 100%;
        padding: 0;
    }

    section.accordian-sec.faq-global-sec .conatent-accord h4 {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 0;
        margin: 0 0 13px;
    }

    section.accordian-sec.faq-global-sec .conatent-accord p {
   
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0;
        color: #717171;
    }

    section.accordian-sec.faq-global-sec .row:after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        border-image-slice: 1;
        top: 0;
        left: 0;
        position: absolute;
        border-radius: 19px;
        z-index: -1;
    }

    section.accordian-sec.faq-global-sec .row:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background: #fff;
        border-radius: 18px;
    }

    section.accordian-sec.faq-global-sec .row>div {
        position: relative;
        z-index: 2;
    }

    section.accordian-sec.faq-global-sec .row.first-data {
        position: sticky;
        top: 100px;
    }

    section.accordian-sec.faq-global-sec .row {
        position: sticky;
        top: 100px;
        margin 0 auto 49px;
    }

    section.sec-confidence-group {
        margin-top: -130px;
        position: relative;
        z-index: 3;
        background: #fff;
        border-radius: 0px 160px 0px 0px;
    }

    section.smile-sec .smile-wrap .fisrt-data-head-related {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 48px;
    }

    section.smile-sec .smile-wrap .fisrt-data-head-related h3.font-45 {
        margin: 0;
        font-family: Circe;
        font-weight: 300;
        font-size: 55px;
        line-height: 69px;
        letter-spacing: 0;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
    }

    .fisrt-data-head-related .btn-wpper a.animate-btn-main {
        color: #fff;
        border: 2px solid #fff;
    }

    .fisrt-data-head-related .btn-wpper a.animate-btn-main span.text {
        color: #fff !important;
        -webkit-text-fill-color: #fff;
    }

    section.smile-sec .row.smile-wrap {
        margin: 0;
    }

    section.smile-sec .row.smile-wrap {
        justify-content: space-between;
    }

    section.smile-sec .row.smile-wrap>.col-md-6 {
        width: 100%;
        max-width: calc(100%/2 - 15px);
        box-shadow: 0px 4px 24px 0px #00000012;
        border: 1px solid #FFFFFF2B;
        background: #FFFFFF;
        border-radius: 15px;
        padding: 16px 15px;
    }

    section.smile-sec .row.smile-wrap .wrap-list-smile {
        padding: 0;
    }

    section.smile-sec .row.smile-wrap .wrap-list-smile h4 {
        font-weight: 500;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0;
            margin: 15px 0 10px;
        padding: 0 10px;
    }

    section.smile-sec .row.smile-wrap .wrap-list-smile p {
        font-weight: 400;
        /*font-size: 24px;*/
        line-height: normal;
        letter-spacing: 0;
        color: #212121;
        padding: 0 10px 20px;
    }

    section.sec-confidence-group .row.confi-wgroup {
        margin: 0;
        align-items: center;
    }

    section.sec-confidence-group .row.confi-wgroup .col-md-6, section.sec-brighter-group .brighter-wgroup .col-md-6.imges-box {
        padding: 0;
        width: 100%;
        max-width: 701px;
    }

    section.sec-confidence-group .row.confi-wgroup .col-md-5, section.sec-brighter-group .brighter-wgroup .col-md-6.content-box {
        padding: 0;
        max-width: calc(100% - 780px);
        width: 100%;
    }

    section.sec-confidence-group .row.confi-wgroup .content-box h3, section.sec-brighter-group .brighter-wgroup .col-md-6.content-box h3 {
        font-family: Circe;
        font-weight: 300;
        font-size: 55px;
        line-height: 68px;
        letter-spacing: 0;
        padding: 0;
    }

    section.sec-confidence-group .row.confi-wgroup .content-box h3 u {
        border: 0 !important;
        text-decoration: none;
    }

    section.sec-confidence-group .row .content-box p, section.sec-brighter-group .brighter-wgroup .col-md-6.content-box p {
        font-family: Circe;
        font-weight: 400;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0;
        margin: 12px 0px 18px;
        max-width: 100%;
    }

    section.sec-brighter-group .brighter-wgroup {
        margin: 0;
        justify-content: space-between;
    }

    section.main-confidence-wrap {
        position: relative;
    }

    section.main-confidence-wrap .svg-wraper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    section.sec-confidence-group .container_main, section.sec-brighter-group .container_main {
        position: relative;
        z-index: 10;
    }

    section.main-confidence-wrap .svg-wraper svg.line_svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -27%);
    }

    /*long-care end*/
    section.main-confidence-wrap span.icon-comon.icon_tops {
        position: absolute;
        width: 75px;
        height: 75px;
        box-shadow: 0 0 14px #0000001F;
        background-color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        z-index: 9;
    }

    .inner-banner-main .wrapper h1 {
        max-width: 900px;
    }



    /* book-an-appointment css */
    .form-wrapper.iner-pages {
        padding: 0px 0 100px;
    }

    .main-wrapper {
        position: relative;
        z-index: 2;
        background-color: var(--white);
        border-radius: 0 0 0 100px;
    }

    .iner-pages .step .line-appointent-step {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 0;
        position: relative;
        margin-bottom: 63px;
    }

    .iner-pages .step .line-appointent-step span {
        font-size: 20px;
        line-height: 1.2;
        display: inline-block;
        font-weight: 500;
    }

    .iner-pages .step .line-appointent-step:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #6DBB69;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0px, -50%);
    }

    .iner-pages .step .line-appointent-step span.number-here {
        width: 29px;
        height: 29px;
        display: inline-flex;
        background-color: #6DBB694A;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        margin-right: 12px;
        font-size: 18px;
        font-weight: 500;
        color: var(--white);
    }

    .wrap-form-image-appoimant .wrap-first-form>p {
        font-size: 30px;
        font-weight: 500;
        color: var(--black);
        line-height: 1.2;
        padding-bottom: 30px;
    }

    .wrap-form-image-appoimant .form-input {
        display: flex;
        flex-wrap: wrap;
    }

    .wrap-form-image-appoimant .form-input label {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 5px;
        color: var(--black);
    }

    .wrap-form-image-appoimant .form-input input {
        /* background: red !important; */
        border: 1px solid #E5E5E5;
        background-color: #F8F8F8;
        box-shadow: unset;
        border-radius: 10px;
        min-height: 55px;
        padding: 12px 20px;
        outline: unset;
    }

    .wrap-form-image-appoimant .form-input .label-input-wrap {
        display: flex;
        flex-direction: column;
        max-width: calc(100% / 2 - 10px);
        width: 100%;
        margin-bottom: 28px;
    }

    .wrap-form-image-appoimant .check-box-wap {
        padding-top: 0 !important;
    }

    .wrap-form-image-appoimant .form-input input::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #8E8E8E;
    }

    .wrap-form-image-appoimant .form-input input {
        color: var(--black);
        font-size: 16px;
        font-weight: 400;
    }

    .wrap-form-image-appoimant .check-box-wap label {
        font-size: 20px;
        font-weight: 400;
        color: var(--black);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .wrap-form-image-appoimant .check-box-wap label input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #D2D2D2;
        border-radius: 4px;
        background-color: #F8F8F8;
        cursor: pointer;
        position: relative;
        display: inline-block;

    }

    .wrap-form-image-appoimant .check-box-wap label input[type="checkbox"]:checked {
        background-color: #1C689C;
        border-color: #1C689C;
    }

    /* check mark */
    .wrap-form-image-appoimant .check-box-wap label input[type="checkbox"]:checked::after {
        content: "✔";
        position: absolute;
        color: var(--white);
        font-size: 14px;
        left: 4px;
        top: 1px;
    }


    /* book-an-appointment css exit*/



    /* weston-hours_sec */
    .weston-hours_sec {
        padding: 115px 0 100px;
    }

.weston-hours_sec .wrapper_main {
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    width: 100%;
}
.weston-hours_sec .container_main {
    display: flex;
    flex-wrap: wrap;
}

    .weston-hours_sec .wrapper_main>div {
    width: 50%;
    height: 100%;
}
 .weston-hours_sec .left_side {
    background-color: #f5f5f5;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    h3.h3 {
        font-size: 45px;
        font-weight: 300;
        color: var(--black);
        line-height: 1.2;
    }

    .weston-hours_sec h3.h3 {
        margin-bottom: 11px;
    }

    .weston-hours_sec h3.h3 span {
        font-weight: 500;
    }

    .weston-hours_sec .location_sec {
        display: flex;
        align-items: center;
        padding-bottom: 22px;
        border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
        gap: 15px;
        margin-bottom: 18px;
        justify-content: space-between;
        padding-right: 24px;
    }

    .weston-hours_sec .location_sec span.svg_wraper {
        display: inline-flex;
        width: 50px;
        height: 50px;
        border: 1px solid #257CE147;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        padding: 12px;
        background-color: var(--white);
    }

    .weston-hours_sec .location_sec a {
        display: flex;
        align-items: center;
        gap: 13px;
    }

    .weston-hours_sec .location_sec a:first-child {
        width: 65%;
    }

    .weston-hours_sec .location_sec a:last-child {
        width: 35%;
    }

    .weston-hours_sec .location_sec a span {
        font-size: 21px;
        color: var(--black);
        font-weight: 400;
    }

    .weston-hours_sec .clinic-hours h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 10px;
        color: var(--black);
    }

    .weston-hours_sec .work_hours {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin: 16px 0 30px;
    }

    .weston-hours_sec .work_hours .hours-row {
        display: flex;
        align-items: center;
        gap: 59px;
    }

    .weston-hours_sec .work_hours .hours-row .left {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 120px;
    width: 100%;
}

    .weston-hours_sec .work_hours .hours-row p {
        font-size: 20px;
        font-weight: 500;
        color: var(--black);
    }

    .weston-hours_sec .btn_main {
        display: flex;
        gap: 20px;
    }

/*.weston-hours_sec .btn_main a.main-btn {*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    max-width: 292px;*/
/*    width: 100%;*/
/*    background-image: unset;*/
/*    border: 2px solid #1C689C;*/

/*    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

.weston-hours_sec .btn_main a.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 292px;
    width: 100%;
    background-image: unset;
    border: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    /*background: #1C689C;*/
    background-image: var(--gradient_main);
    min-height: 55px;
    margin: 0;
}


    .weston-hours_sec .wrapper_main .img_sec img {
        max-height: 630px;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.weston-hours_sec .btn_main a.main-btn:hover{
        background: linear-gradient(90deg, #0D9DCD 20%, #1C689C 120%);
            border: 0;
            -webkit-text-fill-color: unset;
}

.weston-hours_sec .btn_main a.main-btn span.text {
    background: unset;
    -webkit-text-fill-color: unset;
}


.weston-hours_sec .btn_main a.main-btn:hover path {
    fill: #1C689C;
}
.weston-hours_sec .btn_main a.main-btn:hover {
    background: white !important;
    border: 0;
    -webkit-text-fill-color: unset;
}
.weston-hours_sec .btn_main a.main-btn:hover span.text {
    background: unset;
    -webkit-text-fill-color: unset;
    color: #1C689C;
}


    /* weston services */
    .sage-services {
        padding-top: 70px;
    }

    .sage-services .top-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        margin-bottom: 45px;
    }

    .sage-services .new_location_slider {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }

    .sage-services .new_location_slider img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }

    .sage-services ul>li {
        width: calc(100% / 4 - 14px);
        list-style-type: none;
    }

    .sage-services ul>li a {
        position: relative;
        padding-bottom: 120%;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

    .sage-services  .title-servies-single-loc {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 100%;
        font-size: 30px;
        font-weight: 500;
        color: var(--white);
        text-align: center;
        padding-inline: 12px;
        z-index: 2;
        line-height:1.1;
    }

    .sage-services ul>li a:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.89%, #000000 100%);
    }

    .sage-services ul>li a:hover img {
        transform: scale(1.1);
    }

    /* weston services */


    /* weston-hours_sec end*/



    /* meet-dentists slider css */
 section.meet-dentists-sec {
    padding: 96px 0;
    margin-top: -90px;
    background-color: #fff;
    border-radius: 0 100px;
}

    .meet-dentists-sec .title_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 30px;
    }

    .title_top .slider-arrow {
        display: flex;
        gap: 15px;
    }

    .title_top .slider-arrow button.arrow-common {
        border: unset;
        background: linear-gradient(90deg, rgba(13, 157, 205, 0.16) 0%, rgba(28, 104, 156, 0.16) 100%);
        border-radius: 10px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .title_top .slider-arrow button.arrow-common svg path {
        transition: var(--transition_main);
        -webkit-transition: var(--transition_main);
        -moz-transition: var(--transition_main);
        -ms-transition: var(--transition_main);
        -o-transition: var(--transition_main);
    }

    .title_top .slider-arrow button.arrow-common:hover {
        background: var(--blue-two);
    }

    .title_top .slider-arrow button.arrow-common:hover svg path {
        stroke: var(--white);
    }

    .dentists-slider .wrapper {
        display: flex;
    }

    .dentists-slider .wrapper .img_wraper {
        width: 30%;
        display: flex;
        flex-direction: column;
    }


    .dentists-slider .wrapper .information {
        width: 70%;
        padding: 20px 25px 29px;
        border: 1px solid var(--green_color);
        border-left: 1px solid transparent;
        border-radius: 0 13px 13px 0;
    }

    .dentists-slider .img_wraper img {
        width: 100%;
        border-radius: 13px 0 0 0;
        height: 100%;
        object-fit: cover;
    }

    .dentists-slider .wrapper .img_wraper .img {
        flex: 1;
    }

    .dentists-slider .wrapper .information p {
        font-size: 20px;
        line-height: 1.3;
        max-width: 1028px;
        color: #212121;
    }

    .dentists-slider .information>p:not(:last-child) {
        margin-bottom: 22px;
    }

    .dentists-slider .img_wraper .dis {
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        border-radius: 0 0 0 13px;
        padding: 20px 15px;
        text-align: center;
        color: var(--white);
        border-top: 4px solid var(--white);
    }

    .dentists-slider .img_wraper .dis i {
        font-size: 24px;
        font-weight: 500;
        color: var(--white);
    }

    .dentists-slider .img_wraper .dis h3 {
        font-size: 35px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 8px;
    }


    .services-pages-new .img_sec .cta-img.img_one {
        width: 100%;
    }



    /* meet-dentists slider css end */






    /*find location start*/
    .find-lication-title {
        text-align: center;
        margin-bottom: 40px;
        color: #000;
        background: none;
        -webkit-text-fill-color: #000;
        font-size: 45px;
        line-height: 68px;
        font-weight: 300;
        padding-inline:15px;
    }

    .banner-location-list {
        background: linear-gradient(259.21deg, #1C689C 0%, #0AA7D6 49.79%, #76A449 101.3%);
        padding: 40px 0px;
    }


    .form-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .mac-sec-container-left-input-wrap {
        position: relative;
    }

    .mac-sec-container-left-input-wrap svg {
        position: absolute;
        right: 18px;
        top: 16px;
    }

    .mac-sec-container-left-input-wrap input {
        width: 100%;
        background: rgba(248, 248, 248, 1);
        border: 1px solid rgba(229, 229, 229, 1);
        border-radius: 10px;
        padding: 16px 18px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        box-shadow: none;
        height: 55px;
        font-weight: 400;
        outline: none;
        padding-right: 42px;
    }

    .slider-wrapper-main {
        display: grid;
        grid-template-columns: 1fr 286px;
        gap: 40px;
        align-items: center;
    }

    .slider-wrapper {
        position: relative;
    }

    .slider-wrapper input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        height: 6px;
        border-radius: 5px;
        background: linear-gradient(to right, #ffffff 15%, #2aa6d6 15%);
        outline: none;
    }

    .slider-wrapper input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #2aa6d6;
        cursor: pointer;
    }

    .slider-wrapper input[type=range]::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ffffff;
        border: 2px solid #2aa6d6;
        cursor: pointer;
    }

    .slider-wrapper #current-mile-value {
        position: absolute;
        top: -40px;
        background: #6DBB69;
        color: #fff;
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 13px;
   
        white-space: nowrap;
        margin-left: 7px;
    }

    .slider-wrapper #current-mile-value::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 13px solid #6dbb69;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .search-button {
        width: 100%;
        display: flex;
        color: #fff !important;
        border: 1px solid #fff;
        padding: 12px 30px;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 20px;
        align-items: center;
        justify-content: space-between;
        height: 55px;
        transition: all 0.3s ease-in-out;
    }

    .search-button:hover {
        background: #6dbb69;
        border: 1px solid #00000000;
        background-repeat: no-repeat;
    }

    .mac-sec-container .map-grid {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        overflow: auto;
    }

    .mac-sec-container .mac-sec-container-right {
        display: none;
    }

    

    .mac-sec-container.full-container .map-grid {
        grid-template-columns: 1fr 1fr;
    }


    .map-child {
        position: relative;
    }

    .map-grid div#map {
        
        position: absolute !important;
        width: 50% !important;
    }
    
    @media (min-width:992px){
        .map-grid div#map {
        height: 100% !important;
    }
}
    .mac-sec-container-left {
        padding-top: 40px;
        padding-bottom: 70px;

    }
body #sage-form input[type="checkbox"] {
    width: 20px !important;
    height: 20px;
    min-width: 20px;
}


    .mac-sec-container-left .all-location-top.list-with-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding-right: 30px;
    }

    .mac-sec-container-left h3#total-locations {
        font-size: 24px;
        color: #000;
        font-weight: 500;
    }

    .toggle-with-button {
        display: flex;
        gap: 26px;
        align-items: center;
        flex-wrap: wrap;
    }

    .toggle-with-button .map-toggle {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .toggle-with-button .map-toggle .switch {
        position: relative;
        width: 50px;
        height: 28px;
    }

    .toggle-with-button switch input {
        opacity: 0;
    }

    /* Track */
    .toggle-with-button .slider {
        position: absolute;
        inset: 0;
        border-radius: 50px;
        cursor: pointer;
        background: black;
        transition: background 0.3s;
    }

    /* Knob */

    /* Icons */
    .toggle-with-button .icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .toggle-with-button .icon-check {
        right: 0px;
        opacity: 0;
    }

    .toggle-with-button .icon-cross {
        left: 3px;
        opacity: 1;
    }

    .toggle-with-button span.slider svg {
        width: 23px;
        height: 23px;
    }

    /* Checked state */
    .toggle-with-button .switch input:checked+.slider {
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
    }

    .toggle-with-button .switch input:checked+.slider::before {
        transform: translateX(18px);
    }

    .toggle-with-button .switch input:checked+.slider .icon-check {
        opacity: 1;
    }

    .toggle-with-button .switch input:checked+.slider .icon-cross {
        opacity: 0;
    }

    .mac-sec-container-left .all-location {
        margin-top: 38px;
        padding-right: 30px;
        /*max-height: 786px;*/
        overflow: auto;
    }
    .mac-sec-container.full-container .all-location{
        max-height: 786px;
    }
    
      .mac-sec-container .all-location{
        max-height: auto;
    }
    .mac-sec-container-left .all-location .all-location-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .mac-sec-container.full-container .mac-sec-container-left .all-location .all-location-content:has(div.clinic-card) {
        grid-template-columns: 1fr;
    }

    .mac-sec-container .mac-sec-container-left .all-location .all-location-content:has(div.clinic-card) {
        grid-template-columns: 1fr 1fr;
    }


    .img-set-wrap-clinic {
        display: grid;
        grid-template-columns: 1fr 250px;
        gap: 15px;
        margin-bottom: 26px;
    }

    .img-set-wrap-clinic .img-div-right img {
        border-radius: 12px;
        object-fit: cover;
    }

    .clinic-card-hours-section {
        margin-top: 24px;
    }

    .clinic-card-hours-section h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .clinic-card-hours-row {
        display: flex;
        gap: 12px;
    }

    .clinic-card-hours-text p {
        padding-bottom: 8px;
        font-size: 15px;
        font-weight: 400;
        color: #002E12;
    }

    a.clinic-card-main-btn.clinic-card-main-phone.phone-color-new {
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.6s;
    background: transparent;
    color: #1C689C;
    border: 2px solid #1C689C;
}



    a.clinic-card-main-btn.clinic-card-main-phone.phone-color-new:hover {
        background: linear-gradient(45deg, #1c689c 0%, #1C689C 100%);
        color: #fff;
    }

    a.clinic-card-main-btn.clinic-card-main-phone.phone-color-new svg path {
        transition: 0.6s;
        fill: #1C689C;
    }
    
    
a.clinic-card-main-btn.clinic-card-main-phone.phone-color-new:hover svg path{
    fill: #fff;
}
  


    .map-toggle .switch input#mapToggle {
        opacity: 0;
    }

    .clinic-card-address-row {
        display: flex;
        gap: 12px;
    }

    .all-location .clinic-card-icon-circle {
        width: 40px;
        height: 40px;
        border-radius: 999px;
        background: #dde7e1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .all-location .all-location-content .clinic-card .clinic-card-address-text a.clinic-card-address-link {
        margin-bottom: 0;
        color: #002E12;
        font-size: 18px;
        font-weight: 500;
    }

    body .clinic-card-address-text p {
        margin-bottom: 0;
        color: #002E12;
        font-size: 18px;
        font-weight: 500;
        margin-top: 3px;
    }

    .clinic-card-bottom-book:hover {
        color: #fff !important;
    }

    .clinic-card-bottom-cta {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .mac-sec-container-left .clinic-card {
        box-shadow: 0px 0px 5px #c0c0c052;
        padding: 20px;
        border-radius: 10px;
        margin-left: 5px;
        margin-top: 5px;
    }

    .wrap-btn-reset select.form-select {
        min-width: 135px;
        padding-left: 40px;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Vector-2.png);
        background-position: 15px 50%;
        position: relative;
        box-shadow: unset;
        outline: unset;
        font-size: 16px;
    }

    .wrap-btn-reset .all-location-top-select {
        position: relative;
    }

    .wrap-btn-reset .all-location-top-select:after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Vector-1-1.png);
        position: absolute;
        top: 15px;
        right: 0;
        background-repeat: no-repeat;
        background-size: 12px;
        pointer-events: none;
    }

    span.wrap-one-location {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }

    span.wrap-one-location span.add-in p {
        color: #000;
        line-height: 1.3;
        font-size: 17px;
    }

    .mac-sec-container-left .all-location-content-box {
        background: rgba(247, 247, 247, 0.1);
        padding: 10px;
        border: 1px solid rgba(101, 165, 96, 0.25);
        border-radius: 12px;
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 20px;
            align-items: center;
    }
.mac-sec-container-left .all-location .all-location-content .new-svg {
    display: flex;
    gap: 7px;
    padding-top: 14px;
}

.mac-sec-container-left .all-location .all-location-content .new-svg p {
    font-size: 17px;
    line-height: 23px;
    color: #000;
}

.mac-sec-container-left .all-location .all-location-content .new-svg svg {
    width: 13px;
    min-width: 13px;
}
    .mac-sec-container-left .all-location-content-box img {
        width: 100%;
        height: 150px;
        border-radius: 12px;
        object-fit: cover;
    }

    .mac-sec-container-left .all-location-content-box h5 {
        color: #000;
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(0 0 0 / 17%);
        line-height: 1.2;
        height: fit-content;
        font-size: 22px;
    }

    /*section.map-sec .mac-sec-container .mac-sec-container-right {*/
    /*    display: none !important;*/
    /*}*/

    /*section.map-sec .mac-sec-container.full-container .mac-sec-container-right {*/
    /*    display: block !important;*/
    /*}*/

  

    .autocomplete-dropdown .autocomplete-title {
        font-weight: 400;
        color: #000;
    }

    .autocomplete-dropdown .autocomplete-type {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 3px;
        background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
        text-transform: uppercase;
        letter-spacing: 1px;
        white-space: pre;
    }

    .autocomplete-dropdown svg.autocomplete-icon {
        width: 24px;
        height: 24px;
    }

    .autocomplete-dropdown svg.autocomplete-icon path {
        fill: #1b6ca0;
    }

    .autocomplete-dropdown svg.autocomplete-icon circle {
        fill: #fff;
    }

    .clinic-popup-book-btn {
        transition: 0.6s;
    }

   .clinic-popup-book-btn:hover {
    background: #0078A8;
}

    .map-grid .clinic-card-title {
        font-size: 30px !important;
        font-weight: 600 !important;
        color: #002E12 !important;
    }
    
    .map-grid .clinic-popup-bottom-cta.btn-wpper {
    gap: 10px;
    align-items: center;
}

.clinic-popup-bottom-cta.btn-wpper a.main-btn {
    min-height: 55px;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    color: #fff !important;
    border: unset !important;
    border-radius: 8px !important;
}
section.map-sec .wrap-title h3.clinic-card-title {
    color: #000;
}

section.map-sec .clinic-popup-bottom-cta
    .clinic-card-inner .wrap-title {
        gap: 5px;
        flex-direction: column;
    }

    .clinic-card-distance {
        font-size: 14px !important;
        color: #002E12 !important;
        padding: 4px 8px !important;
        border-radius: 4px !important;
        align-self: flex-start !important;
        margin-top: 2px !important;
        background: linear-gradient(90deg, #0d9dcd2b 0%, #1c689c38 100%) !important;
    }

    /*find location end*/



    /* single post css start */
    .dental-single-detail-post {
        padding: 150px 0 70px;
    }
    .current-offers.winter_offer .iner h2, .current-offers.winter_offer .iner h3, .current-offers.winter_offer .iner p {
    color: #fff !important;
}
.current-offers.winter_offer .iner p{
    margin: 20px 0px;
}
.slider-winner {
    padding: 0;
    background: linear-gradient(-80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);
    padding-bottom: 100px;
}
.winter_location .icon-box svg {
    fill: #fff;
}
.winter_location .icon-box h5 {
    color: #fff !important;
}
.winter_location .icon-box svg path {
    stroke: #fff !important;
}
.locations-offer.winter_location {
    margin: 0px;
    padding: 200px 0 55px;
    background: linear-gradient(-80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);
    margin-top: -100px;
}
.winter_location .left h2, .winter_location .left p {
    color: #fff;
}
section.financing-dental {
    border-radius: 0 100px 0 100px;
    z-index: 5;
    position: relative;
}
section.discount-dental h3, section.financing-dental h3 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
}
section.financing-dental p.small-p {
    margin-bottom: 20px !important;
}
section.discount-dental{
    background-color: transparent !important;
}

    .dental-single-detail-post .row {
        margin: 0;
        background-color: #e7f4f9;
        border-radius: 15px;
        overflow: hidden;
    }

    .dental-single-detail-post .row>div {
        padding: 0;
    }

    .dental-single-detail-post .left {
        background-color: #e7f4f9;
        height: 100%;
        padding: 40px 25px 40px 40px !important;
    }

    .dental-single-detail-post p.small-p {
        max-width: 100%;
    }

    .dental-single-detail-post p.small-p {
        margin: 15px 0 35px;
    }

    .dental-single-detail-post h5 {
        color: var(--black);
        font-size: 22px;
        margin-bottom: 12px;
    }

    .tax-service-content {
        padding: 0 0 70px;
    }

    .tax-service-content p {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .tax-service-content h2, .tax-service-content h3 {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.2;
        margin: 0;
        color: var(--black);
        margin-bottom: 10px !important;
    }


    .tax-service-content ul li {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 400;
        color: #212121;
        list-style-position: inside;
    }

    /* single post css end */

    /* cta-buttons changes */
    .cta-buttons.with_icons a.animate-btn-main.first {
        gap: 7px;
        align-items: center;
        padding: 14px 35px 13px;
    }
.cta-buttons.with_icons a.animate-btn-main.first svg {
    width: 26px;
    height: auto;
}
    .cta-buttons.with_icons a.animate-btn-main.first svg {
        position: static;
        opacity: 1;
    }


    .cta-buttons.with_icons a.animate-btn-main.first:hover svg path {
        fill: #fff;
    }

    /* cta-buttons changes */



    /* new scroll svg start */
    .secroll_sec_new .main-row {
        position: relative;
    }

    .secroll_sec_new .main-row .svg-wrap-new {
        position: absolute;
        top: -236px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .secroll_sec_new .main-row .svg-wrap-new svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 236px;
        width: 100% !important;
    }

    /* .secroll_sec_new .main-row .svg-wrap-new svg.fill-color {
        opacity: 0;
    } */

    /* new scroll svg end */
    
    
    
    .inner-banner-main .btn-wpper {
    margin-top: 20px;
}


.main-thankyuou .row>p:not(:last-child) {
    margin-bottom: 12px;
}


.top-blue-sec {
    background-color: #e7f4f9;
    border-radius: 15px;
    overflow: hidden;
    margin: 0;
}
.top-blue-sec>div {
    padding: 0;
}

.top-blue-sec .last img {
    border-radius: 0;
}
.top-blue-sec .first {
    padding: 30px 25px 30px 40px;
}



.about-faq-section .about-accordian>.accordion-item:not(:last-child) {
    margin-bottom: 14px;
}
.about-faq-section .accordion-item {
    border: 1px solid #CFCFCF;
    border-radius: 15px;
    outline: unset;
    box-shadow: unset;
    background-color: transparent;
}
.about-faq-section .accordion-item {
    transition: var(--transition_main);
}
.about-faq-section .accordion-item button {
    background-color: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-size: 24px;
    color: var(--black);
    line-height: 1.2;
    font-weight: 500;
    padding: 10px 15px;
}


.about-faq-section .accordion-button::after {
    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/01/Group-150.png);
    width: 50px;
    height: 50px;
    background-size: contain;
}
.about-faq-section .accordion-item button[aria-expanded="true"]::after {
    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/01/Group-159.png);
}
.accordion-item:has([aria-expanded="true"]) {
    background-color: var(--white);
}
.about-faq-section {
    background-color: #fff;
    padding: 0px 0 80px;
  
}
.about-faq-section .accordion-item .accordion-body {
    font-size: 20px;
    color: var(--black);
    line-height: 1.2;
    padding-top: 0;
}
.about-faq-section h2.h2 {
    text-align: center;
    margin-bottom: 35px;
}
section.sagecare-savings-banner .top-blue-sec {
    overflow: visible;
}
.sagecare-savings-banner .top-blue-sec .sagecare-savings-banner-right>img {
    border-radius: 0 15px 15px 0;
}
body.home .service-page-scroll-sec {
    margin-top: -100px;
    border-radius: 0 100px 0 100px;
}


.Emergency_banner_main {
    background-color: #bb2f35;
    z-index: 101;
    position: fixed;
    color: #fff;
    padding: 15px 15px;
    top: 0;
    left: 0;
    width: 100%;
}
.Emergency_banner_main p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
}

.Emergency_banner_main p br {
    display: none;
}

.Emergency_banner_main p a.sd-alert-link {
    color: #fff;
    text-decoration: underline;
}





/* about us sec start*/
 
.about-community-section {
    padding: 115px 0;
    background-color: var(--white);
    border-radius: 0 0 0 100px;
    position: relative;
}
 
.about-community-wrap {
    display: flex;
    align-items: center;
}
 
.about-community-wrap>div {
    width: 50%;
}
 
.about-community-wrap .left-side .wrapper {
    display: flex;
    gap: 30px;
    position: relative;
}
 
.about-community-wrap .left-side .wrapper .iner_left {
    width: 70%;
}
.about-community-wrap .left-side .wrapper .inner-right {
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.about-community-wrap .left-side .wrapper .iner_left img, .about-community-wrap .left-side .wrapper .inner-right img {
    width: 100%;
    border-radius: 17px;
}
.about-community-wrap .left-side .inner-right .rating-card {
    border: 1px solid #E2E2E2;
    border-radius: 17px;
    padding: 30px 20px 30px;
    min-height: 224px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
 
.about-community-wrap .left-side .wrapper .inner-right img.small-img {
    margin-bottom: 34px !important;
    min-height: 224px;
    object-fit: cover;
}
 
.about-community-wrap .left-side .wrapper .inner-right .rating-card h4 {
    font-size: 45px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.2;
}
 
.about-community-wrap .left-side .wrapper .inner-right .rating-card h4 span {
    font-weight: 400;
}
.about-community-wrap .left-side .wrapper .aniamte_logo_about {
    position: absolute;
    width: 168px;
    height: 168px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 157px;
    top: 143px;
}
 
.about-community-wrap .left-side .wrapper .aniamte_logo_about svg.arrow_svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 
.about-community-section .right-side {
    padding-left: 30px;
}
 
.about-community-wrap .left-side {
    padding-right: 30px;
}
 
.about-community-section .main-iner {
    max-width: 739px;
}
 
.about-community-section .right-side .about-title {
    margin-bottom: 17px;
}
 
/*.about-community-wrap svg.animate_svg {*/
/*    animation: rotateSmooth 12s linear infinite;*/
/*    transform-origin: center center;*/
/*}*/
 
@keyframes rotateSmooth {
    from {
        transform: rotate(0deg);
    }
 
    to {
        transform: rotate(360deg);
    }
}
 
 
/* about us sec end*/
 
/* why chosse us sec */
.why-choose-sec {
    background-color: #EEEFEA;
    padding: 210px 0 130px;
    margin-top: -114px;
}
 
.why-choose-sec .main_wrapper {
    background: linear-gradient(90deg, #EEEFEA 0%, hsl(0deg 0% 100% / 80%) 50.19%, #EEEFEA 100%);
    margin-top: 32px;
    display: flex;
    gap: 90px;
    padding: 34px 28px;
    min-height: 400px;
}
 
.why-choose-sec .main_wrapper .img-div {
    display: flex;
    justify-content: center;
}
 
.why-choose-sec .main_wrapper .img-div img {
    height: 105px;
}
 
.why-choose-sec .main_wrapper .main-row {
    text-align: center;
    position: relative;
    padding-top: 16px;
}
 
.why-choose-sec .main_wrapper .main-row:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 10%);
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 2;
}
 
.why-choose-sec h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0 7px;
    color: var(--black);
}
 
.why-choose-sec .main_wrapper p.small-p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 431px;
    margin-inline: auto;
        color: #000;
}
 
/* why chosse us sec end*/
 
.service-page-scroll-sec.scroll_sec {
    margin-top: 0px;
    border-radius: 0 100px 0 100px;
    z-index: 3;
}
 
.service-page-scroll-sec.scroll_sec {
    /*margin-top: -100px;*/
    border-radius: 0 100px 0 100px;
}
 
section.tips-section {
    background: linear-gradient(-80.44deg, #6CAA43 2.48%, #257CE1 123.23%);
    padding: 190px 0 120px;
    margin-top: -100px;
    border-radius: 0 0 0 100px;
    color: var(--white);
    z-index: 2;
    position: relative;
}
 
section.tips-section h2 {
    color: var(--white);
    max-width: 1140px;
    margin-inline: auto;
    margin-bottom: 26px;
}
 
section.tips-section .row {
    margin: 0;
    gap: 30px;
}
 
section.tips-section .row>div {
    padding: 20px 30px;
    width: calc(100% / 2 - 15px);
    background-color: var(--white);
    border-radius: 19px;
    border: 1px solid #1C689C;
}
 
section.tips-section .tip-card {
    display: flex;
    align-items: center;
    gap: 30px;
}
 
section.tips-section .tip-card img {
    width: 86px;
    height: auto;
}
 
section.tips-section .tip-card h5 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 8px;
}
 
section.tips-section .tip-card p.small-p {
    color: #717171;
    font-size: 22px;
    line-height: 1.3;
}
 
/* scroll sec end*/
 
.about-faq-section .accordion-item:hover {
    background-color: #EEEFEA;
}

/* about us sec end*/



.fc-icon-chevron-left::before, .fc-icon-chevron-right::before {
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Arrow-6.png);
    background-repeat: no-repeat;
    content: "" !important;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: center;
}
.fc-icon-chevron-right::before{
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Arrow-5.png);
    
}

button.fc-prev-button.fc-button.fc-button-primary, button.fc-next-button.fc-button.fc-button-primary {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

span.fc-icon.fc-icon-chevron-left,  span.fc-icon.fc-icon-chevron-right {
    display: flex; 
    justify-content: center;
    align-items: center;
}

.selection-panel .panel-section {
    margin-bottom: 18px;
  
}

.selection-panel .error-message {
    min-width: max-content !important;
}


.secroll_sec_new.winter-scroll-sec .img-div img {
    height: 496px;
    object-position: 100% 100%;
}
.inner-banner-main h5 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.defult-pages-no-template, .main-half-width.content, .main-thankyuou, .main-full-width.content {
    padding: 4vw 0 2vw;
}
section.braceyourself-sec .row {
    margin: 0;
}
.h_main {
    display: flex;
    padding: 0;
    gap: 15px;
    flex-wrap: wrap;
}

.h_main>.btn-wpper {
    padding: 0;
}

.inro h3 {
    color: #000;
}

.service-page-scroll-sec.secroll_sec_new.preventative-dentistry {
    margin-top: -100px;
    z-index: 2;
    border-radius: 0 100px 0 0;
}
.inner-banner-main.dental_services {
    background-position: right;
}
.few_dental.locations-offer.winter_location .btn-wpper a.animate-btn-main{
    border-color: #fff;
}


section.find-densit.padding-bottom-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
 
section.find-densit.padding-bottom-sec .top-blue-sec {
    flex-direction: row;
}

section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho {
    padding: 80px 0px;
}
 
section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho p.convention-title {
    text-align: center;
    margin: 0 0 50px;
    font-size: 24px;
    line-height: 32px;
    color: #212121;
}
 
.service-page-scroll-sec .main-row .inro p {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 18px;
    color: #212121;
    font-weight: 400 !important;
}

section.service-page-scroll-sec.secroll_sec_new.Location_sec .container_main {
    display: flex;
}
section.service-page-scroll-sec.secroll_sec_new.Location_sec .main-row>div, section.service-page-scroll-sec.secroll_sec_new.Location_sec .main-row>div .img-div, .service-page-scroll-sec.secroll_sec_new.Location_sec .img-div img {
    height: 100%;
}

.service-page-scroll-sec.secroll_sec_new.Location_sec p {
    font-size: 20px;
    line-height: 1.5;
}
.inner-banner-main .wrapper p.small-p {
    margin: 20px 0 6px;
    color: var(--blue-two);
}

/*.sec-phase-two-ortho .img-div img {*/
/*    height: auto !important;*/
/*}*/
.row.leadership-row .leader-content strong {
    float: unset;
    margin: 0 0 10px;
    display: block;
    color: #000;
    font-size: 30px;
    clear: both;
    width: 100%;
    line-height: normal;
}
 
.row.leadership-row .leader-content span {
    max-width: max-content;
    float: unset;
    clear: both;
    padding: 6px 15px;
    background: #6DBB69;
    color: #fff;
    border-radius: 5px;
}
 
.row.leadership-row .leader-content p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
    display: block;
    width: 100%;
    float: unset;
    clear: both;
    margin: 12px 0px 10px;
}
.new-easy-ortho.phase-two-ortho {
    background: #EEEFEA;
}

.new-easy-ortho.phase-two-ortho h2.h2 {
    color: #000;
}
section.current-offers.winter_offer.phase-dentist-sec .iner {
    margin-top: 80px;
    margin-bottom: 0;
}

.new-easy-ortho.phase-two-ortho p.small-p {
    color: #212529;
}
.new-easy-ortho.phase-two-ortho .icon-box svg path {
    stroke: var(--main_blue) !important;
}

.new-easy-ortho.phase-two-ortho .icon-box  h5 {
    color: var(--main_blue) !important;
}
.slider-winner.esy_ortho_sec {
    padding: 80px 0;
}


.find-out.find-out-ortho {
    z-index: 1;
    position: relative;
    margin-bottom: -160px;
}
.find-out.find-out-ortho .row_div {
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/bgcounter.png);
    background-color: #1388BA;
    border-radius: 20px;
    padding: 60px 15px;
}
.find-out.find-out-ortho .row_div h2.h2 {
    color: var(--white);
    margin-bottom: 40px;
}

.find-out.find-out-ortho .row_div h2.h2 {
    color: var(--white);
    margin-bottom: 40px;
    
}

.find-out.find-out-ortho .row_div a.animate-btn-main:hover, section.few_dental.locations-offer.winter_location .left .btn-wpper a.animate-btn-main:hover {
    border-color: #fff;
    background: #fff;
    
}
.find-out.find-out-ortho .row_div a.animate-btn-main:hover span.text,  section.few_dental.locations-offer.winter_location .left .btn-wpper a.animate-btn-main:hover span.text {
    color: #1388BA;
}
.find-out.find-out-ortho .row_div a.animate-btn-main:hover svg path,  section.few_dental.locations-offer.winter_location .left .btn-wpper a.animate-btn-main:hover svg path {
    fill: #1388BA;
}

body.page-template-Records-request-template section.intership-sec.padding-bottom-sec {
    border-radius: 0px 0px 0px 130px;
    background: #fff;
    z-index: 9;
    position: relative;
}
 
body.page-template-Records-request-template section.sage-cta-section-main {
    display: none;
}
 
.gform-theme--foundation .gfield {
    font-size: 20px;
    color: #212121;
}
 
div#field_5_22 {
    grid-column: span 3;
}
 
div#field_5_24 {
    grid-column: span 1;
}
 
div#field_5_23 {
    grid-column: span 3;
}
 
fieldset#field_5_21 {
    grid-column: span 3;
}
 
div#field_5_22 .ginput_container.ginput_container_date input {
    width: 100%;
}
 
div#field_5_23 .ginput_container.ginput_container_date input {
    width: 100%;
}
body.page-template-Sage-dental-Internship-opportunities-template  section.intership-sec.padding-bottom-sec {
    padding: 60px 0px;
}
 
section.intership-sec.padding-bottom-sec .row.intership-logo.text-center {
    margin: 0 0 22px;
}
 
section.intership-sec.padding-bottom-sec .right p {
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
}
 
.iner-pages.intern-form .oppunity-form .form-text p {
    font-size: 20px;
    color: #212121;
    line-height: 1.3;
}





.btn-wpper.white_wraper.white_wraper_text a.animate-btn-main:hover {
    background: #fff;
    border-color: #fff;
}

.btn-wpper.white_wraper.white_wraper_text a.animate-btn-main:hover span.text {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #2798c8;
}

.btn-wpper.white_wraper.white_wraper_text a.animate-btn-main:hover svg path{
    fill: #2798c8;
    
}


section.care-you-need .row-div .main {
    background-color: #fff;
    box-shadow: 0 0 24px 0 #00000012;
    border-radius: 20px;
    padding: 32px 48px;
}


section.sage-cta-section-main.services-pages-new {
    border-radius: 0;
}
 
section.sage-cta-section-main.services-pages-new .inner_main .left h2.h2 {
    margin: 0 0 20px;
}
 
section.sage-cta-section-main.services-pages-new .inner_main .left p, section.sage-cta-section-main.services-pages-new .inner_main .left li {
    font-size: 22px;
    line-height: 1.5;
    color: #212121;
    margin: 0 0 12px;
}
 
section.service-page-scroll-sec.secroll_sec_new.Location_sec .main-row>div:has(.inro) {
    display: flex;
    align-items: center;
}
section.sage-cta-section-main.services-pages-new .inner_main .left .btn-wpper {
    margin-top: 20px;
}
body.page-template-template-winter-npp-locations section.current-offers.winter_offer.phase-dentist-sec {
    padding-bottom: 0;
}
section.vip-second-section {
    padding: 70px 0px;
}
 
section.vip-second-section .row {
    margin: 0;
    padding: 50px 20px;
    box-shadow: 0px 0px 12px #ddd;
    border-radius: 10px;
    text-align: center;
}
 
section.vip-second-section .row .vip-content {
    padding: 0;
    margin: 0;
}
 
section.vip-second-section .row .vip-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
    max-width: 80%;
    margin: 0 auto;
}
section.sedation-is-right .row {
    margin: 0;
}
 
section.sedation-is-right .row {
    margin: 0;
}
 
section.sedation-is-right .row .sedation-is-right-inner {
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/bgcounter.png);
    background-color: #1388BA;
    border-radius: 20px;
    padding: 60px 40px;
    background-size: cover;
    background-position: center;
}
 
section.sedation-is-right .row .sedation-is-right-inner h3 {
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}
 
section.sedation-is-right .row .sedation-is-right-inner ul {
    margin: 20px 0px;
    padding: 0 !important;
}
 
section.sedation-is-right .row .sedation-is-right-inner .row {
    margin: 0;
}
 
section.sedation-is-right .row .sedation-is-right-inner .row .col-md-6 {
    padding: 0;
}
 
section.sedation-is-right .row .sedation-is-right-inner ul li {
    color: #fff;
    padding: 5px 0px 11px 18px;
}
 
section.sedation-is-right .row .sedation-is-right-inner p {
    font-size: 20px;
    color: #fff;
}
 
section.sedation-is-right .row .sedation-is-right-inner .btn-wpper {
    margin: 30px auto;
    display: block;
}
 
section.sedation-is-right .row .sedation-is-right-inner .btn-wpper a.animate-btn-main {
    border-color: #fff;
    color: #fff;
}
 
section.sedation-is-right .row .sedation-is-right-inner .btn-wpper a.animate-btn-main span.text {
    color: #fff;
    -webkit-text-fill-color: unset;
}
 
section.sedation-is-right .row .sedation-is-right-inner ul li::after {
    background: #fff;
    width: 10px;
    height: 10px;
}
section.sedation-appointment {
    background-color: var(--light_gray);
    padding: 80px 0;
    position: relative;
    margin: 60px 0px;
}
 
section.sedation-appointment .row {
    margin: 0;
}
 
section.sedation-appointment .row img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
 
section.sedation-appointment .row p {
    color: #212121;
}
.page-template-template-sedation section#locations h2 {
    text-align: center;
    margin: 0 0 40px;
}
.sage-cta-section-main .inner_main .left img {
    margin: 0 0 20px;
}
.blue-sect-new {background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2025/12/bgcounter.png);background-color: #1388BA;border-radius: 20px;padding: 60px 15px;background-repeat: no-repeat;background-size: cover;}

.blue-sect-new p {
    color: #fff !important;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 1.2;
}

.blue-sect-new > div:not(:nth-child(3n)) {
  border-right: 2px dotted var(--white);
}

.blue-sect-new > div:nth-child(-n+3) {
  border-bottom: 2px dotted var(--white);
}

.row.blue-sect-new{
    gap: 0 !important;
}
.row.blue-sect-new>div {
    min-height: 260px;
}

section.why-consider-sedation .container_main .col-md-6 img {
        border-radius: 20px;
    }
 
    section.levels-of-sedation .container_main .offer_main {
        margin: 40px 0px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
 
    section.levels-of-sedation .container_main .offer_main>.levels-of-sedation-row {
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 0px 4px #ddd;
        transition: all 0.4s ease;
    }
 
    section.levels-of-sedation .container_main .offer_main>.levels-of-sedation-row>.col-md-8 {
        padding: 20px;
    }
 
    section.levels-of-sedation .container_main .offer_main>.levels-of-sedation-row>.col-md-4 {
        padding: 0;
    }
 
    section.levels-of-sedation .container_main .offer_main>.levels-of-sedation-row>.col-md-4 .levels-of-sedation-img {
        border-radius: 20px 20px 0px 0px;
    }
 
    section.levels-of-sedation .container_main .offer_main>.levels-of-sedation-row:hover {
        transform: scale(1.03);
    }
    section.levels-of-sedation p {
        font-size: 22px;
    }
 
    .why-consider-sedation .row .col-md-6 .why-consider-sedation-left p {
        font-size: 24px;
        color: #212121;
    }
 
    .why-consider-sedation .row .col-md-6 .why-consider-sedation-left ul li {
        color: #212121;
        font-size: 22px;
        line-height: normal;
    }
 
section.levels-of-sedation {
    padding: 80px 0px;
}
.sgae-accepted h2.three-six {
    text-align: start;
}
section.suport-terms ol {
    margin-left: 0;
}

.service-page-scroll-sec.secroll_sec_new.winter-scroll-sec.veterans-sec-new-scroll .img-div img {
    height: auto;
}

section.today-sec .today-apnea-content>span {
    display: block;
    margin: 20px 0 30px;
    font-weight: 600;
    font-size: 17px;
}
section.today-sec .today-apnea-content {
    box-shadow: 0 0 24px 0 #00000012;
    border-radius: 20px;
    padding: 42px 48px;
    max-width: 1200px;
    margin-inline: auto;
}

.secroll_sec_new.winter-scroll-sec.veterans-sec-new-scroll ul li {
    list-style-type: none;
    padding-left: 15px;
    position: relative;
}

.secroll_sec_new.winter-scroll-sec.veterans-sec-new-scroll ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50px;
    
}
.smile-sec .mobile_den {
    display: none;
}

body.page-template-template-yoursmile section.counter_sec {
    MARGIN: 0;
}
 
section.yoursmile-services {
    background: var(--gradient_main);
}
 
section.yoursmile-services .container h3 {
    color: #fff;
    text-align: center;
}
 
section.preventative-winner {
    padding: 60px 0px;
    background: #EEEFEA;
}
 
.preventative-winner-left a.animate-btn-main {
    max-width: max-content;
}
 
section.preventative-winner .row {
    margin: 0;
}
 
section.preventative-winner .row .col-md-6>img.preventative-winner-img {
    border-radius: 20px;
}
 
/*.insurance_box form.search-container {*/
/*    display: block;*/
/*    background: #fff;*/
/*}*/
 
.insurance_box form.search-container::after {
    display: none;
}
 
 
 
 
 
 
 
h2.keep-healthy-bottom {
    color: #000;
}
 
 
section.covid-fin .row a.animate-btn-main {
    max-width: max-content;
    margin: 0 auto;
}
 
section.winner-ortho .winner-ortho-box {
    max-width: 600px;
    width: 100%;
}
 
section.winner-ortho .winner-ortho-box h3 {
    color: #000;
    font-family: 'Circe';
    font-size: 45px;
    margin: 0 0 20px;
}
 
section.winner-ortho .winner-ortho-box h4 {
    color: #000;
}
 
section.winner-ortho .winner-ortho-box a.animate-btn-main {
    max-width: max-content;
}
 
section.winner-ortho .winner-ortho-box p {
    font-size: 20px;
    line-height: normal;
    color: #212121;
}
section.winner-feature {
    background: var(--gradient_main);
    padding: 70px 0px;
}
section.winner-feature .row {
    margin: 0;
}
section.winner-feature .row .winner-feature-box {
    padding: 30px 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #ddd;
    text-align: center;
    transition: all 0.4s ease;
}
section.winner-feature .row .winner-feature-box p {
    font-size: 22px;
    line-height: normal;
    color: #212121;
}
section.winner-feature .row .winner-feature-box:hover {
    transform: scale(1.03);
}
section.covid-fin .row .col-lg-8 p {
    font-size: 24px;
    line-height: normal;
    color: #212121;
}
 
section.winner-discount {
    background: linear-gradient(130.03deg, #6DBB69 6.1%, #6FA189 49.5%);
}
 
section.winner-discount h3.font-45 {
    color: #fff;
}
 
section.winner-discount p.winner-discount-bold-p {
    font-size: 30px;
}
 
section.winner-discount p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}
 
section.winner-discount a.animate-btn-main {
    max-width: max-content;
    margin: 0 auto;
}
.insurance_box form.search-container p.search-error {
    text-align: left;
    margin: 10px 0px 0px !important;
}
.insurance-search-frontend {
    padding: 190px 0px 210px;
}
 
.insurance-search-frontend div#search-results {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 40px 40px;
}
 
.insurance-search-frontend h1 {
    text-align: center;
}
section.current-offers.winter_offer.phase-dentist-sec h3.font-45.color-blue {
    margin-bottom: 30px;
}
section.question-pages {
    border: 0;
}
 
section.cancel-policy-sec .container_main .support-text .cancel-text {
    float: unset;
    clear: both;
}
 
section.cancel-policy-sec .container_main .support-text .cancel-text h2.three-six {
    color: #000;
    margin: 0 0 13px;
}
 
.support-text p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
}
 
section.question-pages {
    background: var(--gradient_main);
    padding: 60px 0px;
}
 
section.question-pages .row {
    margin: 0;
}
 
section.question-pages .row h2.h2 {
    color: #fff;
    margin: 0 0 15px;
}
 
section.question-pages p.small-p {
    color: #fff;
}
 
section.question-pages .question-call .call-img img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    object-fit: contain;
}
 
.inner-banner-main .wrapper {
    position: relative;
    z-index: 2;
}
 
.inner-banner-main .custom-breadcrumbs a.breadcrumb-home {
    margin: 0 2px;
}
section.question-pages .row a {
    color: #fff;
}

h2.keep-healthy-bottom {
    color: #000;
}
 
 
section.covid-fin .row a.animate-btn-main {
    max-width: max-content;
    margin: 0 auto;
}
 
section.winner-ortho .winner-ortho-box {
    max-width: 600px;
    width: 100%;
}
 
section.winner-ortho .winner-ortho-box h3 {
    color: #000;
    font-family: 'Circe';
    font-size: 45px;
    margin: 0 0 20px;
}
 
section.winner-ortho .winner-ortho-box h4 {
    color: #000;
}
 
section.winner-ortho .winner-ortho-box a.animate-btn-main {
    max-width: max-content;
}
 
section.winner-ortho .winner-ortho-box p {
    font-size: 20px;
    line-height: normal;
    color: #212121;
}
section.winner-feature {
    background: var(--gradient_main);
    padding: 70px 0px;
}
section.winner-feature .row {
    margin: 0;
}
section.winner-feature .row .winner-feature-box {
    padding: 30px 20px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #ddd;
    text-align: center;
    transition: all 0.4s ease;
}
section.winner-feature .row .winner-feature-box p {
    font-size: 22px;
    line-height: normal;
    color: #212121;
}
section.winner-feature .row .winner-feature-box:hover {
    transform: scale(1.03);
}
section.covid-fin .row .col-lg-8 p {
    font-size: 24px;
    line-height: normal;
    color: #212121;
}
 
section.winner-discount {
    background: linear-gradient(130.03deg, #6DBB69 6.1%, #6FA189 49.5%);
}
 
section.winner-discount h3.font-45 {
    color: #fff;
}
 
section.winner-discount p.winner-discount-bold-p {
    font-size: 30px;
}
 
section.winner-discount p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}
 
section.winner-discount a.animate-btn-main {
    max-width: max-content;
    margin: 0 auto;
}

section.counter_sec.yoursmile_counter_sec  .four span.counter {
    font-size: 30px;
}
 
section.counter_sec.yoursmile_counter_sec .counter_main .four p {
    font-size: 22px;
    line-height: 28px;
    font-style: unset;
    font-weight: 400;
}
 
section.counter_sec.yoursmile_counter_sec  .counter-box {
    padding: 20px 10px;
}
section.winner-ortho .winner-ortho-box a.animate-btn-main {
    margin: 20px 0px;
}
section.about-faq-section.yoursmile_faq_sec .about-accordian {
    margin-bottom: 40px;
}
section.preventative-winner {
    padding: 50px 0 80px;
}
section.winner-ortho {
    background: var(--gradient_main) !important;
}
 
section.winner-ortho .winner-ortho-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
 
section.winner-ortho .winner-ortho-row .winner-ortho-box {
    margin: 0;
    max-width: 100%;
}
section.winner-ortho .winner-ortho-box h4 {
    color: #fff;
}
section.winner-ortho .winner-ortho-row img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
section.winner-ortho .winner-ortho-box h3 {
    color: #fff;
}
section.winner-ortho .winner-ortho-box p {
    color: #fff;
}

/*Qa issues*/
.main-footer .logo_four>.svg img {
    min-height: 62px;
    object-fit: contain;
}
 
.few_dental .wrapper .left p.small-p {
    color: #212121;
}
.insurance_box>p.small-p {
    color: #000;
}
.testimonial_sec .infor .wrapper .disc h6 {
    font-weight: 400;
}
.tips_last p.small-p {
    color: #212121;
}
body.home .service-page-scroll-sec .main-row>div img {
    height: auto;
}
body.home .service-page-scroll-sec .container_main {
    display: flex;
}
.service-page-scroll-sec .main_wrapper {
    width: 100%;
}
.service-page-scroll-sec .main-row>div:has(.inro) {
    display: flex;
    align-items: center;
}
.tips_sec .tips_last .right_sec h3 {
    color: #000;
}
.service-page-scroll-sec .main-row {
    align-items: stretch;
}
.service-page-scroll-sec .main-row .right {
    height: 100%;
}
.service-page-scroll-sec .main-row .right  .img-div {
    height: 100%;
}
body.page-template-template-find-locations .main-wrapper {
    padding-top: 120px;
}
 
.step-indicator {
    background: rgba(109, 187, 105, 1);
}
 
.step-indicator .step-item.external-step-class {
    background: transparent;
}
 
.step-indicator .step-item.external-step-class .step-label {
    color: #fff;
}
.main-footer .copy-right p {
    font-weight: 500;
}
html body .main-wrapper .form-wrapper.iner-pages .title-heading h3 strong {
    font-weight: 500!important;
}
.step-indicator .step-item .step-label {
    font-size: 20px;
    font-weight: 500;
}
.main-footer .col_div.col_4 .contact-item span a {
    font-weight: 500;
}
.step-item {
    justify-content: center;
}
div#step-1 .img-wrap-appointment img {
    height: 100%;
    object-fit: cover;
}
button#check-availability {
    font-weight: 700 !important;
}
 
.calendar-section .checkbox-group label {
    font-size: 20px;
    color: #000;
    align-items: center;
}
div#step-2 .checkbox-group input {
    min-height: 20px;
}
.scheduling-layout {
    gap: 20px;
}
.panel-section .section-header h3 {
    color: #000;
}
.calendar-section .wrap-map-append {
    overflow: hidden;
}
.insurance_box form.search-container {
    display: block;
    background: transparent;
}
.service-page-scroll-sec .main-row>div {
    height: 100%;
}
 
.service-page-scroll-sec .main-row>div .img-div {
    height: 100%;
}
 
.patient-form button#submit-guarantor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    border-radius: 10px;
    transition: all ease 0.6s;
    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
    font-weight: 500;
    border: none;
    min-height: auto;
    width: 100%;
    margin-top: 0px;
    gap: 45px;
}
div#guarantor-form .step-header {
    margin: 0 0 14px;
}
.mac-sec-container-left .all-location .all-location-content:has(>p) {
    grid-template-columns: 1fr;
    gap: 0;
}

.toggle-with-button .icon-check {
    right: 2px;
}

.slider-wrapper #current-mile-value {
    font-size: 15px;
    font-weight: 500;
}
.mac-sec-container-left .all-location-top.list-with-search h3#total-locations b {
    font-weight: 500;
}
.search-button span {
    font-weight: 700;
}
.toggle-with-button .map-toggle span {
    font-size: 17px;
    font-weight: 400;
}
a.leaflet-popup-close-button {
    background: #2a6da0 !important;
    border-radius: 0 10px;
    color: #fff;
}
a.leaflet-popup-close-button span {
    color: #fff;
}

 
.clinic-popup-bottom-cta a.clinic-popup-book-btn {
    font-family: 'Circe' !important;
}
 
.clinic-popup-bottom-cta a.clinic-popup-view-btn {
    font-family: 'Circe' !important;
}
.btn-wpper.mobile_bnt{
    display: none !important;
}
.title_top:has(.slider-arrow.mobile_aro) {
    display: none !important;
}
.toggle-with-button .map-toggle span {
    color: #000;
}
/* width */
/*.mac-sec-container-left .all-location::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  background: linear-gradient(0deg, #0D9DCD 0%, #1C689C 100%);*/
/*  border-radius:30px*/
/*  padding: 0 4px;*/
/*}*/
 
/* Track */
/*.mac-sec-container-left .all-location::-webkit-scrollbar-track {*/
/* background: linear-gradient(0deg, #0D9DCD 0%, #1C689C 100%);*/
/*  border-radius:30px*/
 
/*}*/
 
/* Handle */
/*.mac-sec-container-left .all-location::-webkit-scrollbar-thumb {*/
/*background: #fff;*/
/*  width:4px;*/
/*  height:4px;*/
/*  border-radius:30px*/
 
/*}*/
.category-posts {
    justify-content: flex-start;
    margin: 0;
    gap: 0px 20px;
}
 
/*Qa issues end*/

.locations-offer.winter_location .left p.small-p {
    color: #fff;
}
#insurance-result-modal .insurance-modal-close {
    color: #000;
    right: 10px;
    top: 10px;
}
#insurance-result-modal .insurance-modal-content p {
    color: #000 !important;
}
body #insurance-result-content h2 {

    justify-content: center;
}
body .insurance-modal-content .modal-actions {
    justify-content: center;
}

button#modal-call-btn:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: #1C689C;
    padding: 13px 52px  14px!important;
}




.main_glo_pro_power table.pricing-table {
    width: 100%;
}

.main_glo_pro_power table.pricing-table thead tr {
    background-color: #1C689C;
    color: #fff;
}

.main_glo_pro_power table.pricing-table thead tr th {
    vertical-align: middle;
    padding: 3px 15px;
}

.main_glo_pro_power table.pricing-table tbody tr {
    background-color: #1c689cde;
    color: #fff;
}
.main_glo_pro_power table.pricing-table tbody tr td {
    padding: 7px 15px;
}
.main_glo_pro_power table, .main_glo_pro_power table th, .main_glo_pro_power table td {
    border: 1px solid #ffffff87;
    border-collapse: collapse;
    font-size: 16px;
}
section.your-shade-sec {
    background-color: #EEEFEA;
    padding: 5vw 0;
}

section.your-shade-sec h2.h2 {
    margin-bottom: 40px;
}

section.glo-part-sec {
    padding: 5vw 0;
}
.main-part-glo p.small-p {
    margin-bottom: 40px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    font-family: 'Circe';
}
.hours-with-location .clinic-popup-header .wrap-title a {
    color: #000 !important;
}
 
.hours-with-location .clinic-popup-header .wrap-title a h3.clinic-popup-title {
    color: #000 !important;
}
 
.hours-with-location .clinic-popup-header .clinic-popup-address-row .clinic-popup-address-text a.clinic-popup-address-link {

    font-size: 16px !important;
}
 .consent-checkbox.check-box-wap {
    align-items: flex-start !important;
}
 
.consent-checkbox.check-box-wap input#consent {
    position: relative;
    top: 5px !important;
}
.toggle-with-button .map-toggle .icon.icon-check {
    display: flex;
}
.clinic-popup-card .clinic-popup-inner .clinic-popup-bottom-cta a {
    font-size: 18px !important;
}

section.glo-part-sec .content-part-glo {
    position: relative;
    padding-bottom: 50%;
}

section.glo-part-sec .content-part-glo iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


section.proclean {
    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%) !important;
    padding: 60px 0px;
}
 
section.proclean .col-md-6:first-child {
    display: none;
}
 
section.proclean .row>.col-md-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
 
section.proclean .row {
    margin: 0;
}
 
section.proclean .row .proclean-right h3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 35px;
}
 
section.proclean .row .proclean-right h4.font-45 {
    color: #fff !important;
    text-align: center;
    width: 100%;
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto 20px;
}
section.proclean .proclean-right .btn-wpper.white_wraper {
    margin: 50px auto 0;
    display: block;
}
section.preventative-winner .row .preventative-winner-left p.small-p {
    margin: 10px 0px 20px;
}
section.winner-discount .col-lg-12 p {
    margin: 0 0 24px;
}
 .page-template-template-winner section.counter_sec.yoursmile_counter_sec {
    margin: 0;
}
section.about-faq-section.yoursmile_faq_sec .btn-wpper {
    margin: 40px auto 20px;
    display: block;
}
#sage-form .title-heading {
    margin-bottom: 30px;
}
section.counter_sec.yoursmile_counter_sec {
    margin: 0;
    padding: 0;
}
.step-indicator .step-item.external-step-class {
    border-right: 4px solid #fff;
}
section.counter_sec.yoursmile_counter_sec {
    margin-top: 0;
}


.one-place.define_float.clear-aligners_main h2.h2 {
    margin-bottom: 60px;
}

.one-place.clear-aligners_main .place-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 0 10px #00000017;
    transition: all 0.3s ease-in-out;
}
.one-place.clear-aligners_main .place-box:hover{
    box-shadow: 0 10px 10px #00000017;
}
.one-place.clear-aligners_main .place-box span {
    float: unset;
}
.one-place.clear-aligners_main .place-box img {
    height: 80px;
}
.about-community-section .main-iner .about-label {
    font-family: 'Circe';
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 14px;
    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.about-community-section .right-side .about-title {
    text-transform: capitalize;
}
.about-community-wrap .left-side .inner-right .rating-card .rating-stars {
    margin: 10px 0px;
}
.clinic-card-list>.clinic-card>.service-section a.book-now {
    max-width: 247px;
    width: 100%;
    text-align: center;
}
.inner-banner-main .wrapper h5 {
    margin: 25px 0 30px 0;
    color: #1c689c;
}
.inner-banner-main .wrapper h1 {
    margin-bottom: 10px;
}
.inner-banner-main .wrapper .btn-wpper {
    margin: 13px 0px !important;
}

.counter_sec.yoursmile_counter_sec.spanish-sec-blue.espanol_counter {
    margin-top: 0;
}

.counter_sec.yoursmile_counter_sec.spanish-sec-blue.espanol_counter {
    margin-top: 0;
}

.sagecare-banner.first-one.espanol_banner_main {
    padding: 100px 0;
}

.sagecare-banner.first-one.espanol_banner_main a.animate-btn-main {
    max-width: max-content;
    margin-top: 30px;
}

.sagecare-banner.first-one.espanol_banner_main h2.h2 {
    padding-bottom: 20px;
}

.sagecare-banner.third-one.espanol_third {
    background-color: #EEEFEA;
}

section.slider_sec.slider-winner.espanol_slider {
    background: #EEEFEA;
    padding-top: 70px;
}



section.sagecare-banner.third-one.espanol_third h2.h2 {
    padding-bottom: 30px;
}

section.sagecare-banner.third-one.espanol_third .btn-wpper {
    margin-top: 30px;
}

.sagecare-banner.second-one.espanol_second {
    padding: 100px 0 0;
}

.sagecare-banner.second-one.espanol_second h2 {
    padding-bottom: 30px;
    margin-top: 12px;
}

.sagecare-banner.second-one.espanol_second .btn-wpper {
    margin-top: 30px;
}

.counter_sec.yoursmile_counter_sec.espanol_counter {
    padding-top: 0;
}
.counter_sec.yoursmile_counter_sec.espanol_counter .four {
    border: unset !important;
}
.counter_sec.yoursmile_counter_sec.espanol_counter .four .service-box img {
    height: 80px;
    object-fit: contain;
}
.counter_sec.yoursmile_counter_sec.espanol_counter .four span.counter.letter-word {
    font-size: 30px;
}
.counter_sec.yoursmile_counter_sec.espanol_counter  .row {
    justify-content: center;
    row-gap: 40px;
}
.counter_sec.yoursmile_counter_sec.espanol_counter h2.h2 {
    margin-bottom: 50px;
}
.common_svg_side.espanol_gray_slider svg.bottom-svg {
    display: none;
}
.about-community-wrap .left-side .inner-right .rating-card .rating-stars {
    margin: 7px 0px 10px;
}
 
.content.iner-pages .entry-content>p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
}
 .main-sec-blue.dental-implants-offer-blue .rediscove-botom {
    text-align: center;
    padding: 80px 0;
}

.main-sec-blue.dental-implants-offer-blue .rediscove-botom ul {
    margin: 30px 0;
}

.main-sec-blue.dental-implants-offer-blue .rediscove-botom ul li {
    list-style-type: none;
}
div#main-content section.main-full-width.content ul li {
    font-weight: 400;
}
.service-page-scroll-sec .main-row .inro p strong {
    display: block;
    margin: 16px 0 2px;
}
 
.service-page-scroll-sec .main-row .inro p br {
    display: none;
}
body.page-template-template-easy-ortho .locations-offer.winter_location .left p.small-p {
    color: #212121;
}
.few_dental.locations-offer.winter_location .btn-wpper a.animate-btn-main {
    border-color: #1C689C;
}
.inner-banner-main .wrapper p {
    margin: 20px 0 6px;
    color: var(--blue-two);
    font-size: 22px;
}
.service-page-scroll-sec .inro h6 {
    font-size: 22px;
    margin: 10px 0px 0px;
    color: #000;
    line-height: normal;
}
.animate-btn-main:hover span {
    transition: unset !important;
}


.service-page-scroll-sec .inro ul li {
    font-weight: 400;
}
.service-page-scroll-sec .main-row .inro p.text-end {
    text-align: left !important;
}
h2.keep-healthy-bottom {
    margin: 0;
}
body.page-template-template-yoursmile section.counter_sec {
    padding: 60px 0px 0px;
}  



.main-sec-blue.dental-implants-offer-blue .rediscove-botom {
    text-align: start;
    padding: 80px 0;
}


.main-sec-blue.dental-implants-offer-blue .rediscove-botom ul {
    margin: 0px 0 15px;
    text-align: start;
}
.main-sec-blue.dental-implants-offer-blue .rediscove-botom ul li {
    list-style-type: none;
}
.few_dental.locations-offer.winter_location.dental-implants-offer_main {
    margin: 0;
    padding-top: 100px;
}
.main-sec-blue.dental-implants-offer-blue .rediscove-botom p:has(strong) {
    text-align: start;
}


.main-sec-blue.dental-implants-offer-blue .rediscove-botom .btn-wpper {
    margin-top: 20px;
}

.main-sec-blue.dental-implants-offer-blue .rediscove-botom p.small-p {
    margin-bottom: 15px;
}

section.main-half-width.content .container_main .row {
    margin: 0;
}
 
section.main-half-width.content .container_main .row p {
    font-size: 24px;
    margin: 0 0 20px;
    color: #212121;
    line-height: 1.5;
}
.iner-pages.intern-form.record-request p.small-p {
    margin: 0 0 25px;
}
.oppunity-form div.gform_confirmation_message {
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: green;
    padding: 20px;
    text-transform: capitalize;
}
.row.intership-text .right ul li {
    font-weight: 400;
}
.mac-sec-container-left .clinic-card {
    background: rgba(37, 124, 225, 0.1);
}
section.few_dental.locations-offer.winter_location.dental-implants-offer_main a.animate-btn-main {
    border-color: #fff;
    margin-top: 30px;
}
@media(min-width:992px){
    .mac-sec-container.full-container .container.container_main .mac-sec-container-right {
    display: block !important;
}
}
 
/*.mac-sec-container .container.container_main .mac-sec-container-right {*/
/*    display: none !important;*/
/*}*/
.mac-sec-container .map-child .map-grid .all-location .all-location-content {
    display: block;
}
 
.mac-sec-container .map-child .map-grid .all-location .all-location-content:has(a.all-location-content-box) {
    display: grid;
}
.clinic-popup-address-text p {
    color: #000 !important;
    font-size: 16px !important;
}
section.one-place.define_float.clear-aligners_main.dental-implants-offer_clear {
    padding-bottom: 60px;
}
section.few_dental.locations-offer.winter_location.dental-implants-offer_main .wrapper {
    align-items: center;
}


.mac-sec-container-left .clinic-card {
    margin-bottom: 35px;
}
 
.clinic-popup-card .clinic-popup-inner .clinic-popup-bottom-cta.btn-wpper {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
.entry-content ul li {
    font-weight: 400;
    margin: 0 0 10px;
}
 
 
div#gf-submission-content table.email_sign_out {
    width: 100% !important;
    max-width: 700px;
}
 
 
div#gf-submission-content table.email_sign_out td>div span {
    padding: 14px !important;
    font-size: 16px !important;
    background: #1c689c !important;
    color: #fff !important;
}
 
div#gf-submission-content table.email_sign_out td>div span a {
    color: #fff!important;
    font-size: 16px !important;
}
 
div#gf-submission-content>div {
    max-width: 800px !important;
    width: 100%;
}
 
div#gf-submission-content div>p {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-family: 'Circe' !important;
    text-transform: capitalize;
}

section.simple-connect-sage-sec.padding-bottom-sec {
    padding-top: 80px;
}
section.simple-connect-sage-sec.padding-bottom-sec .img-sec img {
    border-radius: 15px;
}




/*popus css*/
.insurance-modal .insurance-modal-content {
    padding: 0;
    max-width: 708px;
    margin: 0;
    position: relative;
    border: unset;

    border-radius: 20px;
}

.insurance-modal .insurance-modal-content div#insurance-result-content {
    margin-bottom: 0;
    z-index: 2;
    position: relative;

    overflow: hidden;

}

/*.insurance-modal .insurance-modal-content:after {*/
/*    content: "";*/
/*    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/02/Group-116.jpg);*/
/*    max-width: 660px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    border-radius: 20px;*/
/*}*/


.insurance-modal .insurance-modal-content:after {
    content: "";
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/03/AdobeStock_737878871-scaled.jpeg);
    max-width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    background-position: 40% 100%;
}


.insurance-modal .insurance-modal-content h2 {
    background: linear-gradient(90deg, #6DBB69 0%, #3083C7 100%);
    color: #fff !important;
    margin-bottom: 0 !important;
    padding: 11px 15px;
    font-size: 30px !important;
    line-height: 1.2 !important;
    border-radius: 18px 20px 0 0;
    position: static !important;
}

.insurance-modal .insurance-modal-content div#insurance-result-content p {
    max-width: 340px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    font-size: 20px;
    text-align: start;
    padding: 40px 15px 40px 0;
    line-height: 1.5;
}

.insurance-modal .insurance-modal-content div#insurance-result-content p strong, .insurance-modal .insurance-modal-content div#insurance-result-content p a {
    color: #257CE1;
}

.insurance-modal .insurance-modal-content span.insurance-modal-close {
    z-index: 12;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: 2px solid #6CBA6B;
    display: flex;
    align-items: center;
    line-height: 0 !important;
    font-size: 36px;
    padding: 0;
    font-size: 0;
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/02/Frame.png);
    background-repeat: no-repeat;
    top: -12px !important;
    background-position: center;
    right: -12px !important;
}


/*popus css exit*/


.mac-sec-container .map-child .map-grid .all-location .all-location-content {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
 
 section.sage-same-day {
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/02/2148859427-1-1.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.sage-same-day .sage-same-day-left {
    background-color: #fff;
    max-width: 636px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 20px;
}

.sage-same-day .sage-same-day-left img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
}
.picka-location-sec .picka-location-sec-row>.col-md-4 .btn-wpper {
    max-width: 100%;
    width: 100%;
}
 
.picka-location-sec .picka-location-sec-row>.col-md-4 .btn-wpper>a.animate-btn-main {
    width: 100%;
    max-width: 100%;
}
 
.single-category .post-content p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
}
 
.single-category .col-md-12.post-content blockquote p {
    font-family: 'Circe' !important;
}
 
.single-category .col-md-12.post-content blockquote p i {
    font-family: 'Circe';
}
.weston-hours_sec .location_sec span.svg_wraper svg path {
    fill: #257ce1;
}
 
.sage-cta-section-main .inner_main>div .cta-content p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
    font-weight: 400;
}
 
.sage-cta-section-main .inner_main>div .cta-content p>span {
    font-weight: 400 !important;
}
.new-page.same_day_member {
    padding: 80px 0;
}

.new-page.same_day_member h2, .new-page.same_day_member p {
    text-align: center;
    max-width: 1163px;
    margin-inline: auto;
}

.new-page.same_day_member .row {
    margin-top: 56px;
    align-items: center;
}

.new-page.same_day_member h2.h2 {
    margin-bottom: 12px;
}

.new-page.same_day_member .row .right_sec {}

.new-page.same_day_member .row .right_sec .sage-perks-left {
    padding-left: 30px;
}

.new-page.same_day_member .row .btn-wpper {
    margin-top: 30px;
}
.few_dental.locations-offer.winter_location.sameday_location a.animate-btn-main {
    border-color: #fff;
}

.same-day-new-line .wrapper_we {
    text-align: center;
    margin-bottom: 50px;
    max-width: 1280px;
    margin-inline: auto;
}

.same-day-new-line .wrapper_we p.small-p {
    margin-top: 15px;
}
.sameday_location .wrapper {
    align-items: center;
}

.same-day-new-line .strong-data {
    display: flex;
    align-items: center;
    gap: 26px;
    border: 1px solid #257CE1;
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 20px 15px;
}
section.few_dental.locations-offer.winter_location a.animate-btn-main {
    border-color: #fff !important;
}
.same-day-new-line .strong-data>p:first-child {
    font-size: 44px !important;
    color: #000;
    line-height: 1.2 !important;
    margin: 0;
}

.same-day-new-line  p strong {
    margin: 0 0 15px 0!important;
}
body.page-template-template-clear-aligners-php .locations-offer.winter_location a.animate-btn-main {
    border-color: #fff !important;
}

section.faq-global-sec.card_animation_top_scroll ul.list-ul {
    margin-top: 15px;
}


section.faq-global-sec.card_animation_top_scroll ul.list-ul li {
    color: #717171;
    font-weight:400
}

section.faq-global-sec.card_animation_top_scroll ul.list-ul li:after {
    background-color: #717171;
}
.service-taxonomy-comoman-head h3 {
    font-size: 32px;
    font-weight: 400;
}

body.home .service-page-scroll-sec .main-row>div img {
    height: 100%;
}
body.page-template-template-services .inner-banner-main .breadcrumb-wrap {
    margin: 0;
}

.fraud_main_sec {
    text-align: center;
}

.fraud_main_sec .counter_sec {
    margin: 0;
    padding: 0;
}

.fraud_main_sec .counter_sec::after {
    display: none;
}

.fraud_main_sec .content-wrap-inner {
    margin-bottom: 40px;
}

.fraud_main_sec .content-wrap-inner h2.h2 {
    margin-bottom: 20px;
}

.fraud_main_sec .inner p {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
}
.fraud_main_sec .inner .wrap-img img {
    height: 70px;
    width: auto;
    margin-bottom: 20px;
}
.conatent-accord ul {
    padding-left: 13px;
}
.fraud_main_sec .content-wrap-inner p.last {
    margin-top: 15px;
}

.conatent-accord ul {
    margin-top: 15px;
}
 
.conatent-accord ul li {
    color: #717171;
    font-weight: 400;
    margin: 0 0 8px;
}


.conatent-accord ul>li>ul>li {
    list-style: none;
    position: relative;
    padding-left: 16px;
}
 
.conatent-accord ul>li>ul>li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #717171;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50px;
}
 
.conatent-accord ul {
    padding: 0;
}
section.accordian-sec.faq-global-sec .conatent-accord p a, .sage-cta-section-main .inner_main>div .cta-content p a {
    color: var(--main_blue);
}
section.accordian-sec.faq-global-sec .btn-wpper {
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.taxo-services-description p {
    font-size: 24px;
    color: #212121;
    font-weight: 400;
}
.term-braces .tax-service-content .btn-wpper {
    margin-top: 10px;
}
.taxo-services-description p span {
    font-weight: 400 !important;
}
body.term-gum-disease-treatment  .tax-service-content.service-taxonomy-comoman-head ul {
    margin: 0 0 10px;
}
.tax-service-content p span {
    font-weight: 400 !important;
}
body.single.single-dental_services section.smile-sec.dentistry_sec_2 {
    padding: 120px 0px  200px;
    margin: 0;
}
.tax-service-content ul li strong {
    font-weight: 700;
}
body.term-orthodontics-for-children .taxo-services-description p {
    margin: 0 0 15px;
}
.tax-service-content ul li span {
    font-weight: 400 !important;
}
.service-taxonomy-comoman-head h3 strong {
    font-weight: 400;
}
.content.iner-pages .entry-content>p strong {
    font-weight: 500;
}
.tax-service-content p b {
    font-size: 32px;
    font-weight: 400;
}
.tax-service-content.service-taxonomy-comoman-head ul {
    margin: 0 0 10px;
}
.service-taxonomy-comoman-head h3 b {
    font-weight: 400;
}
/*body.page-template-template-join-now-php div#main-content {*/
/*    padding-top: 130px;*/
/*}*/
section.main-half-width.content .container_main .row p strong {
    font-weight: 500;
}
.content h2 strong {
    font-weight: 400;
}
section.main-half-width.content ul li {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
section.main-half-width.content ol.ol1 li.li1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
div#main-content section.main-full-width.content ul li {
    font-size: 22px;
    line-height: 1.5;
}



.service-page-scroll-sec.secroll_sec_new .main-row .left, .service-page-scroll-sec.secroll_sec_new .img-div img {
    height: 100%;
}
.service-page-scroll-sec.secroll_sec_new .container_main {
    display: flex;
    flex-wrap: wrap;
}
.service-page-scroll-sec.secroll_sec_new .container_main p.convention-title {
    width: 100%;
}
.coman-desc {
    text-align: center;
    padding-top: 50px;
}

.coman-desc p {
    line-height: 1.2;
}


/*new slider added*/
.new_location_slider .slick-slide {
    height: 100%;
}

.new_location_slider .slick-slide a {
    height: 100%;
    position: relative;
        display: flex;
        border-radius: 20px;
    overflow: hidden;
}
.new_location_slider .slick-slide a img {
    position: static;
    height: 550px;
}
.new_location_slider .slick-track, .new_location_slider .slick-list.draggable {
    display: flex;
}

.new_location_slider .slick-slide {
    margin-inline: 9px;
    transition: width 0.5s ease-in-out;
}
.new_location_slider .slick-list.draggable {
    margin: 0 -9px;
}


.slider_btn_new button {
    width: 60px;
    height: 60px;
    border: unset;
    outline: unset;

    background: linear-gradient(90deg, rgba(13, 157, 205, 0.16) 0%, rgba(28, 104, 156, 0.16) 100%);
    border-radius: 10px;
   
    border-radius: 10px;
    transition: var(--transition_main);
   

}
.slider_btn_new {
    display: flex;
    justify-content: center;
    padding: 70px 0 30px;
    gap: 20px;
}
.slider_btn_new button:hover {
    background: var(--blue-two);
    box-shadow: unset;
    cursor: pointer;
}
.slider_btn_new button:hover svg path {
    stroke: #fff;
}

.new_location_slider .slick-slide a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   background-color: #00000040;
    opacity: 0.6;
    transition: var(--transition_main);
}
.new_location_slider .slick-slide a:hover:after{
    opacity: 1;
}
.new_location_slider .slick-slide a:hover img {
    transform: scale(1.1);
}

@media (max-width:991px){
    .slider_btn_new {
    padding: 40px 0 0px;
    gap: 20px;
}


}

/*new slider added end*/

body.single-dentists section.dentist-profile-section {
    padding: 130px 0 80px;
}
body.single-offers section.offer-single {
    padding: 120px 0 50px !important;
}

body.single-offers section.offer-single .sec-main-heading {
    text-align: center;
    margin-bottom: 50px;
}
body.single-dentists section.dentist-profile-section  .image-wrapper img {
    width: auto;
    height: auto;
    border-radius: 0 !important;
}
body.single-dentists section.dentist-profile-section .row {
    align-items: center;
}

 

/*join now page css*/

.join_now-main .wrrper_sec .top h3 {
    font-size: 33px;
    line-height: 1.2;
}
.join_now-main .wrrper_sec {
    display: flex;
    border-radius: 15px;
    box-shadow: 0 0 34px hsl(0deg 0% 0% / 10%);
    overflow: hidden;
}
.join_now-main .wrrper_sec .top {
    background: linear-gradient(97.08deg, #257CE1 6.77%, #6CAA43 100.14%);
    padding: 17px 30px;
    color: #fff;
}
.join_now-main .wrrper_sec .left {
    width: 66%;
}
.join_now-main .wrrper_sec .right {
    width: 34%;
    background-color: #257CE1;
    border-left: 4px solid #fff;
    padding: 21px;
    display: flex;
    flex-direction: column;
}
.join_now-main .wrrper_sec .right .card_main {
    height: 50%;
}
.join_now-main .wrrper_sec .right .card_main:not(:last-child) {
    margin-bottom: 20px;
}
.join_now-main .wrrper_sec .right .card_main .wraper {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
     background-color: #fff;
    border-radius: 15px;
    padding: 45px 20px;
    height: 100%;
    flex-wrap: wrap;
}
.join_now-main .last {
    padding: 30px;
}

section.join_now-main {
    padding: 100px 0;
}

.join_now-main .row_main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.join_now-main .row_main:not(:last-child) {
    margin-bottom: 26px;
}

.join_now-main .row_main .icon {
    border: 1px solid #6DBB6966;
    border-radius: 10px;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join_now-main .row_main p {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}
.join_now-main .intro h3 {
    font-size: 85px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    font-family: system-ui;
}
.join_now-main .intro h3 span.price {
    background: linear-gradient(80.44deg, #6CAA43 2.48%, #257CE1 123.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
}
.join_now-main .intro h3 sup {
    font-size: 35px;
    line-height: 1;
    color: #6DBB69;
    top: 10px;
    margin-right: 7px;
}
.join_now-main .intro p {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-top: 12px;
}
.join_now-main button {
    background-color: hsl(212deg 76% 51% / 10%);
    border: unset;
    outline: unset;
    padding: 7px 20px;
    border-radius: 8px;
    margin-top: 20px;
    color: #257CE1;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
}
.join_now-main .card_main .wraper .icon_right svg {
    max-width: 140px;
    height: 140px;
    width: 100%;
}

/*join now page css end*/

.services.sage-services .data-serice-ul .new_location_slider {     
    display: block; 
    
}


/*11 feb 26*/
/*404 */
.content-four-zero-four {
    padding: 60px 0;
}

.content-four-zero-four .btn-wpper {
    margin-top: 30px;
}

.content-four-zero-four img {
    border-radius: 12px;
}

/*search*/
.search-set {
    padding: 60px 15px;
}

.search-set h1.page-title {
    font-size: 30px;
}

.search-set h2.entry-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
}

.search-set .entry-meta {
    font-size: 14px;
    line-height: 1.2;
}



.search-set .entry-summary p {
    font-size: 21px;
    line-height: 1.4;
    color: #000;
}

.search-set .entry-utility {
    color: #000;
}

.search-set .entry-utility a {
    color: #000;
}
.search-set .no-results {
    padding: 0;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
    box-shadow: 0 0 10px #0000002b;
    border-radius: 12px;
    padding: 50px 15px;
    font-family: 'Circe';
}

.search-set .no-results p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.search-set form input {
    margin-bottom: 0;
    padding: 0 10px;
    outline: unset;
    border: unset;
    box-shadow: unset;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}

.search-set form>div {
    border: 1px solid #1C689C;
    max-width: max-content;
    margin-inline: auto;
    display: flex;

}

.search-set form input[type="submit"] {
    border: unset;
    background-color: #1C689C;
    height: 100%;
    display: inline-block;
    color: #fff;
    outline: unset;
    min-height: 34px;
    padding-inline: 15px;
    font-size: 17px;
    font-family: 'Circe';
}


body .entry-title a:active, body .entry-title a:hover {
    color: #000;
}



/*change slider dentists*/
.dentists-slider .wrapper .img_wraper .dis {
    display: none;
}
.meet-dentists-sec .title_top .slider-arrow.desktop_aro {
    display: none;
}
.dentists-slider .wrapper .information {
    border: unset;
    padding: 0px 25px 0px;
}
.dentists-slider>.slide:not(:last-child) {
    margin-bottom: 40px;
}
.dentists-slider .img_wraper img {
    border-radius: 12px;
    height: auto;
 }

.dentists-slider .wrapper .information .dis {
    margin-bottom: 15px;
}

.dentists-slider .wrapper .information .dis h3 {
    color: #000;
}

.dentists-slider .wrapper .information .dis i {
    font-size: 18px;
}


@media (max-width: 991px) {
    body .dentists-slider .wrapper .information {
        border-left: unset;
        border-radius: 0;
       
        padding: 20px 0 0;
    }
}




/*home slider changes*/
.slider-home-add .slick-track a.card_main.slick-slide {
    margin-inline: 9px;
    transition: width 0.5s ease-in-out;
}
.slider-home-add .slick-list.draggable {
    margin: 0 -9px;
}
.slider-home-add .slick-list.draggable a.card_main.slick-slide {
    min-height: 550px;
    display: grid;
}

.card-wraper.slider-home-add .slick-track {
    display: flex;
}
.slider-home-add .slick-track a.card_main.slick-slide:hover img {
    transform: scale(1.1);
}

.slider-home-add .slick-track a.card_main.slick-slide img {
    transition: all 0.5s ease-in-out;
}


/*client list sheet css*/
body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho {
    padding: 80px 0 117px;
}
body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho {
    padding: 80px 0 117px;
}
.page-template-sagecare-savings-template .btn-wpper span.text {
    word-spacing: 2px;
}
.page-template-template-financing-options .inner-banner-main:after {
    background-position: 100% 100%;
    left: 0;
    background-size: 100% 100%;
}

body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho .main-row.row-count-4 .left .inro p:nth-child(3),body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho .main-row.row-count-4 .left .inro p:nth-child(5), body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho .main-row.row-count-4 .left .inro p:nth-child(6) {
    font-weight: 600;
}

@media (min-width:1200px){
    .page-template-sagecare-savings-template .inner-banner-main, .page-template-template-dental-insurance-plans .inner-banner-main {
    background-position: center right;
}
}
/*client list sheet css exit*/




/*new nav changes */

@media (max-width:1199px) and (min-width:992px){
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu {
    max-width: 300px !important;
    padding: 9px 0px !important;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li {
    max-width: 310px;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link svg {
    width: 30px;
    height: 30px;
    padding: 3px;
    min-width: 20px;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {
    padding: 60px 15px 30px !important;

}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link svg {
    flex: 0 0 30px;
}
}


@media (min-width:992px){
    /* ----- HOVER-ENABLED MEGA MENU (FIXED - NO GAP ISSUES) ----- */
.navbar-nav .menu-item-has-children {
    position: relative;
}
 .new_location_slider .slick-slide:hover {
    width: 500px !important;
}
/* Hide submenus by default */
.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 260px;
    background: white;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 0 0 12px 12px;
    padding: 4rem 0.5rem 1rem;
    list-style: none;
    margin: 0;
    border: 1px solid #eef2f7;
}
 
/* Nested submenu – third level, fourth level */
.navbar-nav .sub-menu .sub-menu {
    top: -12px; /* Align with parent */
    left: 100%;
    margin-left: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
 
/* CRITICAL FIX: Keep submenu visible when hovering between parent and child */
.navbar-nav .menu-item-has-children {
    position: relative;
}
 
.navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block !important;
}
.navbar-nav .sub-menu .menu-item-has-children > .sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: transparent;
}
 
/* Ensure submenu items have proper padding */
.navbar-nav .sub-menu .menu-item-has-children {
    position: relative;
}
 
/* Ensure no gap on hover - maintain visibility */
.navbar-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
    display: block !important;
}
 
/* Ensure submenu stays visible when hovering over it */
.navbar-nav .sub-menu:hover,
.navbar-nav .sub-menu .sub-menu:hover {
    display: block !important;
}

/* Hide menu-toggle-icon, icon etc */
.menu-toggle-icon, .menu-item > span.icon, .sub-menu-icon {
    display: none !important;
}
 .navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > .nav-link {
    position: relative;
    padding-right: 28px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
 
.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > .nav-link::after {
    content: "";
    font-size: 1.2rem;
    position: absolute;
    right: 15px;
    background-position: 96% 50%;
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/Icon.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;
    background-size: contain;
    filter: invert(1);
}
 
/* Style sub-menu links */
.sub-menu .nav-link {
    padding: 0.6rem 1.5rem !important;
    white-space: nowrap;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    transition: 0.2s;
}
 
.sub-menu .nav-link:hover {
    background-color: #f2f8ff;
    color: #257CE1;
    border-radius: 8px;
}
 
/* Sub-menu background and spacing */
.sub-menu {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(37,124,225,0.12);
}
 
/* SVG icons sizing */
.nav-link svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
 
/* Ensure proper stacking context */
.navbar-nav {
    position: relative
}
 
/* Prevent flickering on hover */
.navbar-nav .sub-menu {
    pointer-events: auto;
    transition: none;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children.active>.nav-link::after {
    display: none;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu {
    padding:  0px;
    margin-left: 5px;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu >li ul.sub-menu li a {
    padding-inline: 15px !important;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li.active .sub-menu {
    background: #fffffff5;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li {
    z-index: 2;
}
}


@media (max-width:991px){
    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link svg {
    width: 35px;
    height: 35px;
    padding: 0px;
    border:0;
    display: none;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link {
    min-height: 30px;
    margin: 0;
}
body header ul.sub-menu li.menu-item-has-children span.sub-menu-icon {
    top: 6px;
}
header .nav_links .menu-header-menu-container ul.navbar-nav {
    gap: 0px;
}

header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu>li>.nav-link {
    padding: 0 10px !important;
}
header .nav_links .menu-header-menu-container ul.navbar-nav li>a.nav-link {
    padding: 0px !important;
}
header .nav-link, header .menu-item > a {
    min-height: 30px;
}

header .nav_links .menu-header-menu-container ul.navbar-nav a svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li>.sub-menu li .nav-link:hover {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #fff;
}
header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {

    overflow-y: unset;
}

}
/*new nav changes end*/


/*disclaimer css start*/

.disclaimer-main {
    margin-top: 20px;
}
.disclaimer-main .box .info {
    display: flex;
    align-items: center;
}
.disclaimer-main .box .info .img {
    width: 45%;
}
.disclaimer-main .box .info .img img {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px #0000002e);
}
.disclaimer-main .box .info .content h3 {
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
.disclaimer-main .box .info  .content {
    width: 55%;
    padding-left: 20px;
}
.disclaimer-main p br {
    display: none;
}
.disclaimer-main p {
    font-size: 22px;
    line-height: 1.5;
    color: #212121;
}
.disclaimer-main .main>.box:not(:last-child) {
    margin-bottom: 60px;
}
.disclaimer-main .description {
    margin-top: 20px;
}
.disclaimer-main .main>.box {
    box-shadow: 0 0 10px #0000001f;
    border-radius: 12px;
    padding: 15px;
}
.disclaimer-main .main>.box:nth-child(even) .info {
    flex-direction: row-reverse;
}

.disclaimer-main .main>.box:nth-child(even) .info .content {
    padding-left: 0;
    padding-right: 20px;
}
.disclaimer-main p {
    word-break: break-word;
}
.disclaimer-main .box .info p:empty {
    display: none;
}
.service-page-scroll-sec .main-row .inro p strong {
    color: #000;
}
body.tax-services section.service-page-scroll-sec.secroll_sec_new.sec-phase-two-ortho {
    padding: 30px 0 65px;
}
.single-category .post-meta>span>b {
    background: #212121;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.single-category .post-meta>span:nth-child(2) {
    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.glo-part-sec .content-part-glo {
    padding: 0;
}

section.glo-part-sec .content-part-glo video {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width:1199px){
    .disclaimer-main .box .info .content h3 {
    font-size: 25px;
   
}
.disclaimer-main p {
    font-size: 20px;
  
}
.disclaimer-main .main>.box:not(:last-child) {
    margin-bottom: 40px;
}
	section.full-width-content p, section.full-width-content ul li {
    font-size: 20px;
}
}

@media (max-width:991px){
    .disclaimer-main .box .info {

    flex-direction: column;
        gap: 20px;
}
.disclaimer-main .box .info .img {
    width: 100%;
}
.disclaimer-main .box .info  .content {
    width: 100%;
    padding-left: 0;
}
.disclaimer-main .main>.box:nth-child(even) .info {
    flex-direction: column;
}
.disclaimer-main .main>.box:nth-child(even) .info .content {
    padding-left: 0;
    padding-right: 0;
}
	section.full-width-content p, section.full-width-content ul li {
    font-size: 18px;
}
}

@media (max-width:767px){
    .disclaimer-main p {
    font-size: 18px;
}
	section.full-width-content h4 {
    font-size: 26px;
}
.weston-hours_sec .work_hours .hours-row .left {
    max-width: 80px;

}
}
@media (max-width:567px){
    .disclaimer-main .box .info .content h3 {
    font-size: 22px;
}
}

/*disclaimer css end*/



.content-right-svg-only {
    body clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  
    transition: all 0.8s ease-in-out !important;
 
}

.mac-sec-container-left .all-location p {
    font-size: 18px;

}

body.single-post ol li, body.single-post ul li {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
}
div#step-2 .panel-section>label {
    font-size: 22px;

}


.wrap-btn-action .action-buttons .secondary-btn {
    background: #fff !important;
    color: #1C689C !important;
    border: 2px solid #1C689C !important;
}

.wrap-btn-action .action-buttons .secondary-btn svg path {
    fill: #1C689C;
}

.wrap-btn-action .action-buttons .secondary-btn:hover{
    background: #1C689C !important;
    color: #fff !important;
}

.wrap-btn-action .action-buttons .secondary-btn:hover svg path{
    fill: #fff;
}

body .fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}



.single-category .post-content h3 {
    margin-bottom: 6px;
}





/*popup new*/
 .custm-popup.modal .modal-header {
    color: rgb(255, 255, 255) !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    background: linear-gradient(90deg, rgb(109, 187, 105) 0%, rgb(48, 131, 199) 100%);
    padding: 11px 15px;
    border-radius: 18px 20px 0px 0px;
    position: relative;
    z-index: 0;
}
 
.custm-popup.modal .modal-content {
    border-radius: 20px;
    border: 0;
    max-width: 100%;
    padding: 0;
}
 
.custm-popup.modal button.btn-close:after {
    content: '';
    z-index: 99;
    width: 42px;
    height: 42px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    font-size: 0px;
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/02/Frame.png);
    background-repeat: no-repeat;
    line-height: 0 !important;
    top: -12px !important;
    right: -12px !important;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(108, 186, 107);
    border-image: initial;
    padding: 0px;
    background-position: center center;
    position: absolute;
    border-radius: 50%;
    opacity: 1;
}
 
.custm-popup.modal button.btn-close {
    position: relative;
    background: none;
}
 
.custm-popup.modal button.btn-close:hover:after {
    transform: rotate(90deg);
}
 
.custm-popup.modal .modal-content .modal-body p {
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    font-size: 20px;
    text-align: start;
    line-height: 1.5;
    padding: 10px 0px 10px 0px;
}
 .custm-popup.modal .modal-footer .btn.btn-primary {
    color: #fff;
}
.custm-popup.modal .modal-header h5 {
    color: #fff !important;
}

.modal.custm-popup .modal-footer a, .modal.custm-popup .modal-footer button {
    border-radius: 0;

}

.modal.custm-popup .modal-footer a span {
    color: #fff !important;
    background: unset;
    -webkit-text-fill-color: unset;
}

.modal.custm-popup .modal-footer a {
    border: unset;
    background-image: var(--gradient_main);
    border: 1px solid   var(--gradient_main);
    border-radius: 5px;
}

.modal.custm-popup .modal-footer button {
    border-color: rgb(28, 104, 156);
    color: rgb(28, 104, 156);
    border-radius: 4px;
    border: 2px solid;
}

.custm-popup p.text-muted {
    font-size: 16px !important;
    line-height: 1.2;
}

section.few_dental.sage-insurenace {
    margin-top: 0;
    padding: 100px 0;
}

section.slider_sec.slide_insurance {
    padding-bottom: 110px;
}

.modal.custm-popup .modal-footer a svg {
    display: none;
}

.calendar-section .checkbox-group>a#back-button {
    margin-left: auto;
    border: unset;
    font-size: 20px;
    color: #257CE1;
    align-items: center;
    padding: 0;
}
.calendar-section .checkbox-group>a#back-button:hover {
    text-decoration: underline;
}
.selection-panel .panel-section>label[for="clinic-selectl"] {
    margin-bottom: 10px;
}

.selection-panel .panel-section>label[for="clinic-selectl"] {

    margin-bottom: 10px;
}
.wrap-btn-action button svg {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    width: 0;
}
.form-wrapper .wrap-btn-action button {
    gap: 0 !important;
}

.form-wrapper .wrap-btn-action button:hover {
    gap: 45px !important;
}

.form-wrapper .wrap-btn-action button:hover svg {
    opacity: 1;
    visibility: visible;
    width: auto;
}


section.slider-sec p {
    text-align: center;
    padding: 20px 0 0;
    font-size: 1.1vw;
    position: relative;
    z-index: 20;
}
section.slider-sec p a {
    color: #1C689C;
}
section.slider-sec p a:hover {
    text-decoration: underline;
}
section.slider-sec p span {
    font-family: sans-serif;
}

 .clinic-popup-card .clinic-popup-inner .clinic-popup-bottom-cta.btn-wpper>div> a {
    background: #fff !important;
    color: #1C689C !important;
    border: 2px solid #1C689C !important;
        transition: var(--transition_main);
}

 .clinic-popup-card .clinic-popup-inner .clinic-popup-bottom-cta.btn-wpper>div> a:hover{
     background: #1C689C !important;
     color: #fff !important;
 }
.custm-popup .modal-footer button, .custm-popup .modal-footer a {
    min-height: 44px !important;
    margin: 0 !important;
}

.custm-popup .modal-footer .btn-wpper {
    margin: 0 0 0 10px !important;
}

header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li:last-child:hover>ul.sub-menu, header nav.navbar > .nav_links > .menu-header-menu-container > ul.navbar-nav > li.menu-item-has-children > .sub-menu li:nth-last-child(2) > ul.sub-menu, header nav.navbar > .nav_links > .menu-header-menu-container > ul.navbar-nav > li.menu-item-has-children > .sub-menu li:nth-last-child(3) > ul.sub-menu  {
   bottom:0;
    top: auto;
}



footer.main-footer li svg path {
    fill: unset !important;
}




.main-footer .footer_wraper .col_div.col_4 span a {
    padding-inline: 0;
}

.dentist-bio p {
    font-size: 24px;
    line-height: 1.5;
}

.dentist-bio p:not(:last-child) {
    margin-bottom: 15px;
}


body.page-template-template-easy-ortho .new-easy-ortho.phase-two-ortho a.animate-btn-main {
    border-color: #1C689C !important;
}



/*loading*/
#loading span.spin-loading {
    font-size: 20px;
    color: #1C689C;
    margin-right: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#loading img {
    width: 25px;
}

.panel-section .time-grid {
    display: flex;
    flex-wrap: wrap;
}
.panel-section .time-grid .time-slot {
    width: calc(100% / 4 - 11px);
}

body.page-template-template-sagecare section.care-you-need {
    padding-bottom: 100px;
}


section.sage-services.sage-location-servives {
    padding: 0 0 70px 0;
}

section.sage-services.sage-location-servives h2.h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.sage-services.sage-location-servives ul li {
    width: calc(100% / 3 - 12px);
    box-shadow: 0 0 10px #0000001a;
    padding: 20px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    display: flex;

}
section.discount-dental img {
    border-radius: 12px;
}

section.discount-dental img {
    border-radius: 12px;
}

section.discount-dental.member-is-fast-section {}

section.discount-dental.member-is-fast-section .row {
    flex-direction: row-reverse;
}

section.discount-dental.member-is-fast-section .row ul {
    list-style-type: none;
    margin-bottom: 30px;
}

section.discount-dental.member-is-fast-section .row ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

section.discount-dental.member-is-fast-section .row ul li:after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: unset;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 0;
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/02/12.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.page-template.page-template-template-dental-insurance-plans ul.vipbullet {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 0 30px 0;
}

body.page-template.page-template-template-dental-insurance-plans ul.vipbullet li {
    width: calc(100% / 3 - 12px);
    box-shadow: 0 0 10px #0000001a;
    padding: 20px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    display: flex;
    text-transform: capitalize;
    margin:0;
}
body.page-template-template-dental-insurance-plans .row {
    margin: 0;
}

body.page-template-template-dental-insurance-plans .row >p {
    margin: 10px 0 18px;
}

body.page-template-template-clear-aligners section.one-place.define_float.clear-aligners_main {
    padding: 0;
}

/*WAVS CHANGES CSS*/
section.baner .wave-wrapper .wave-item.svg-wave-one.yellow_svg button.wave-btn {
    left: -280px;
}
section.baner .wave-wrapper .wave-item.svg-wave-two.white_svg button.wave-btn {
    left: -310px;
}
section.baner .wave-wrapper .wave-item.svg-wave-three.green_svg button.wave-btn {
    left: -360px;
}
section.baner .wave-wrapper .wave-item.svg-wave-four.blue_svg button.wave-btn {
    left: -277px;
}
section.baner .wave-wrapper .wave-item.svg-wave-one.yellow_svg button.wave-btn svg {
    margin-right: 6px;
}
@media (max-width:1649px){
    .baner .wave-wrapper {

    max-width: 1200px;

}
}

@media (max-width:1580px){
section.baner .wave-wrapper .wave-item.svg-wave-one.yellow_svg button.wave-btn {
    left: -250px;
    top: 50px;
}
section.baner .wave-wrapper .wave-item.svg-wave-two.white_svg button.wave-btn {
    left: -270px;
    top: 20px;
}
section.baner .wave-wrapper .wave-item.svg-wave-three.green_svg button.wave-btn {
    left: -310px;
    top: 72px;
}
section.baner .wave-wrapper .wave-item.svg-wave-four.blue_svg button.wave-btn {
    left: -239px;
    top: 67px;
}
.baner .wave-wrapper {
    max-width: 1030px;
}
}

@media (max-width:1365px){
    .baner .wave-wrapper {
    max-width: 870px;
}

section.baner .wave-wrapper .wave-item.svg-wave-one.yellow_svg button.wave-btn {
top: 40px;
}
section.baner .wave-wrapper .wave-item.svg-wave-two.white_svg button.wave-btn {
    top: 12px;
}
section.baner .wave-wrapper .wave-item.svg-wave-three.green_svg button.wave-btn {
    top: 62px;
}
section.baner .wave-wrapper .wave-item.svg-wave-four.blue_svg button.wave-btn {

    top: 53px;
}
}

@media (max-width:1199px){
    section.baner .wave-wrapper .wave-item.svg-wave-one.yellow_svg button.wave-btn {
    top: 20px;
}
section.baner .wave-wrapper .wave-item.svg-wave-two.white_svg button.wave-btn {
    top: 2px;
}
section.baner .wave-wrapper .wave-item.svg-wave-three.green_svg button.wave-btn {
    top: 37px;
}
section.baner .wave-wrapper .wave-item.svg-wave-four.blue_svg button.wave-btn {
    top: 30px;
}


}

@media (max-width:991px){
    .baner .wave-wrapper {

    display: none;
}
}


/*WAVS CHANGES CSS ends*/

body.page-template.page-template-template-dental-implants-offer .one-place.define_float.clear-aligners_main h2 {
    margin-bottom: 8px;
}
body.page-template.page-template-template-dental-implants-offer .sage-cta-section-main.services-pages-new .cta-content h5 {
    margin-bottom: 15px;
}

body .custm-popup .modal-dialog {
    margin: 0 auto;
}

body.single-locations section.sage-services.sage-location-servives ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
section.slider-sec p.spaishi-v {
    max-width: 30%;
    margin: 0 auto;
}


.Emergency_banner_main .emergency_banner_close {
    position: absolute;
    top: 0;
    border: unset;
    outline: unset;
    line-height: normal;
    width: auto;
    height: auto;
    border-radius: 50px;
    right: 10px;
    color: #fff;
    background-color: transparent;
    font-size: 20px;
}

button.left_arrow.slick_btn.slick-arrow.arrow-prev {}

.slider_btn_card {}

.slider_btn_card button {
    border: unset;
    outline: unset;
    background-color: transparent;
}

.slider_btn_card button svg {
    border: unset;
    outline: unset;
    stroke: unset;
    width: 50px;
    height: 50px;
}

.slider_btn_card button.arrow-next {
    right: -40px;
}

.slider_btn_card button.left_arrow {
    left: -40px;
}
.slider_btn_card button svg path {
    stroke: #000;
}
.slider_btn_card button svg rect {
    stroke: unset;
}

.cards-loop-sec .loop_main {
    position: relative;
}

.cards-loop-sec .loop_main button.slick_btn {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: auto;
}
.inner-banner-main .custom-breadcrumbs>span:last-child {
    margin-right: 0;
}
.Emergency_banner_main.new_opening_banner {
    background-color: #6ea18a;
}
 
.Emergency_banner_main.promotion_banner {
    background-color: #6cb871;
}
body.page-template-template-sagecare .discount-dental p {
    color: #212121;
}

section.privacypolicy ul li {
    text-transform: capitalize;
}
section.termsofservice p a {
    padding: 0;
    margin: 0;
    color: #1C689C;
}



/*step form new changes*/
.appointment-age-form {
    display: grid;
    gap: 46px;
    grid-template-columns: 1fr 39%;
}
div#guarantor-form .step-header>p {
    margin-bottom: 20px;
}
body .appointment-age-form button#submit-guarantor {
    border: 2px solid #1C689C;
    color: #1C689C;
    background: #fff;
    gap: 0;
}
body .appointment-age-form button#submit-guarantor i.fa {
    width: 0;
    opacity: 0;
    visibility: hidden;
}
body .appointment-age-form button#submit-guarantor:hover {
    background: linear-gradient(90deg, #1c689c 0%, #1c689c 100%);
    color: #fff;
    gap: 40px;
}
body .appointment-age-form button#submit-guarantor:hover i.fa {
    width: auto;
    opacity: 1;
    visibility: visible;
}
.appointment-age-form .img-wrap-appointment img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-main ul {
    list-style-type: unset;
    margin-top:15px;
}

.inner-banner-main ul li {
    list-style-type: none;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    /*padding-left: 12px;*/
    /*position: relative;*/
}

.inner-banner-main ul li:not(:last-child) {
    margin-bottom: 6px;
}

/*.inner-banner-main ul li:after {*/
/*    content: "";*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    left: 0;*/
/*    background-color: #000;*/
/*    border-radius: 50px;*/
/*}*/


@media (max-width:1199px){
    .appointment-age-form {
   
    gap: 20px;
 
}
@media (max-width:991px){
    .appointment-age-form .patient-form {
    order: 2;
}

.appointment-age-form .img-wrap-appointment {
    order: 1;
}
.appointment-age-form {
    grid-template-columns: 1fr;
}
}
@media (max-width:767px){
    .appointment-age-form .img-wrap-appointment {
    display: none;
}
}
}
/*step form new changes exit*/


.service-page-scroll-sec.sec-phase-two-ortho .inro p a {
    color: #1C689C;
}
/* li#menu-item-37169>ul.sub-menu>li:nth-child(2)>a>svg>path {
    fill: unset;
} */

body .single-category .post-content a {
 
    font-family: 'Circe';
    color: #1C689C;

}
body .single-category .post-content a:hover{
     text-decoration: underline; 
}

.weston-hours_sec .left_side>p {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 500;
}

.secroll_sec_new.winter-scroll-sec.new .inro img.s-logo {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
}
.kids-location {}

.kids-location .clinic-card {}

.kids-location .clinic-card .service-section {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.kids-location .clinic-card .service-section p.phone-number b:before {
    display: none;
}

.kids-location .clinic-card .service-section p.phone-number b {
    padding: 0;
}

.kids-location .clinic-card .service-section a.book-now.green-button {
    position: relative;
}

.kids-location .clinic-card .service-section svg {
    width: 20px;
    height: 20px;
}

.kids-location .clinic-card .service-section p.phone-number {
    margin: 0;
}

body .kids-location .clinic-card {
    border-color: rgba(101, 165, 96, 0.25) !important;
}
section.global-call-sec.kids-location {
    margin-bottom: 80px;
}
.kids-location .clinic-card .clinic-card-inner .address {
    width: calc(100% - 282px);
}
section.global-call-sec.kids-location .clinic-card-inner .view-location .btn-wpper a.goto-location.animate-btn-main:hover {
    background: linear-gradient(90deg, rgb(13, 157, 205) 20%, rgb(28, 104, 156) 120%);
}
body.single-dentists section.dentist-profile-section  .image-wrapper img {
    border-radius: 15px !important;
}

.main-new-header>.container>nav>.nav_links>.menu-header-menu-container>ul>li:nth-child(1)>ul.sub-menu>li:nth-child(6)>a.nav-link>svg {
    stroke: var(--main_blue);
}


.main-new-header>.container>nav>.nav_links>.menu-header-menu-container>ul>li:nth-child(1)>ul.sub-menu>li.active:nth-child(6)>a.nav-link>svg{
    stroke: #fff;
}


body.single-dentists section.dentist-profile-section .dental_heading h2.h2 {
    margin: 12px 0;
    font-size: 35px;
    font-weight: 400;
}

body.single-dentists section.dentist-profile-section h1 {
    font-size: 50px;
    line-height:1.2;
}

section.global-call-sec.kids-location .btn-wpper a.animate-btn-main {
    padding: 2px 15px;
    font-size: 16px;
    min-height: 45px;
}

section.global-call-sec.kids-location .btn-wpper a.animate-btn-main svg {
    display: none;
}

section.global-call-sec.kids-location .clinic-card .clinic-card-inner {
    box-shadow: 0 0 10px #00000029;
    padding: 15px;
    border-radius: 12px;
    align-items: center;
}
.kids-location .clinic-card .service-section
 .btn-wpper {
    max-width: 161px;
}
.kids-location .clinic-card .service-section {
    padding: 0 15px;
}
.kids-location .clinic-card .service-section a.book-now.green-button {
    justify-content: center;
}


/*06 03 26*/
body.home .service-page-scroll-sec.secroll_sec_new, body.page-template-template-about .secroll_sec_new:has(.row-count-2), body.single.single-dental_services section.service-page-scroll-sec.secroll_sec_new.preventative-dentistry:has(.row-count-2) {
    padding-bottom: 0;
}

/*alternate section css*/
.secroll_sec_new .main_wrapper>.main-row:nth-child(even):after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #EEEFEA;
    z-index: 1;
}
.secroll_sec_new .main_wrapper>.main-row:nth-child(even) {
    padding: 3vw 0;
}
.secroll_sec_new{
    overflow: hidden;
}
.secroll_sec_new .main-row .left, .secroll_sec_new .main-row .right {
    z-index: 2;
}
/*alternate section css end*/

.tabs-sec .left svg path:hover {
    opacity: 0.5;
}
.tabs-sec svg [id^="path-"].inactive-path:hover {
    opacity: 1 !important;
}


.sage-notification {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    background: var(--gradient_main);
    border-radius: 4px;
}

.sage-notification p {
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
    padding: 6px 15px;
}

.sage-notification p a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;

}
.inner-banner-main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}



.single-location-meet-members.members.meet-members {
    padding: 70px 0 0;
}
.single-location-meet-members.members.meet-members .top-title {
    margin-bottom: 40px;
    text-align: start;
}
.single-location-meet-members .sage-dentists-slider .img_wraper {
    margin: 0 9px;
}
.single-location-meet-members .sage-dentists-slider .img_wraper img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}
.single-location-meet-members .sage-dentists-slider .slick-list.draggable {
    margin: 0 -9px;

}
.single-location-meet-members .sage-dentists-slider .slick-list.draggable .slick-track {
    margin: 0;
}
.single-location-meet-members .sage-dentists-slider .img_wraper a.img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.single-location-meet-members .sage-dentists-slider .img_wraper .dis {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 15px 10px;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 2%) 93%);
}
.single-location-meet-members .sage-dentists-slider .img_wraper .dis h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}
.single-location-meet-members .sage-dentists-slider .img_wraper .dis i {
    color: #fff;
}






.sage-dentists-slider button.slick-arrow {
  border: unset;
  background-color: unset;
  border: unset;
  outline: unset;
  font-size:0;
}
.sage-dentists-slider button.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'%3E%3Cpath d='M10.2417 19.4834L1 10.2417L10.2417 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 21px;
  width: 20px;
  height: 20px;
}

.sage-dentists-slider button.slick-arrow::before {
  display: none;
}


.sage-dentists-slider button.slick-next.slick-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21' fill='none'%3E%3Cpath d='M1 19.4834L10.2417 10.2417L1 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.sage-dentists-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.sage-dentists-slider {
    padding-inline: 20px;
}

.sage-dentists-slider button.slick-prev.slick-arrow {
    left: -10px;
}

.sage-dentists-slider button.slick-next.slick-arrow {
    left: auto;
    right: -10px;
}


.map-sec .mob-sage {
    display: none;
}



.single-category .post-content h2 span, .single-category .post-content h3 span {
    color: #000;
    font-weight: 500 !important;
}
.single-category .post-content h2, .single-category .post-content h3 {
    margin-bottom: 20px;
    margin-top: 35px;
}
.single-category .post-content p b {
    color: #000;
}



section.saving-table tr td {
    white-space: normal;
}





/*body.postid-1881 .secroll_sec_new .main_wrapper>.main-row:nth-child(odd)::after {*/
/*    background-color: #EEEFEA;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 100vw;*/
/*    height: 100%;*/
/*    background-color: #EEEFEA;*/
/*    z-index: 1;*/
/*}*/
/*body.postid-1881 .secroll_sec_new .main_wrapper>.main-row:nth-child(odd) {*/
/*    padding: 3vw 0;*/
/*}*/
/*body.postid-1881 .secroll_sec_new .main_wrapper>.main-row:nth-child(even) {*/
/*    padding: 0;*/
/*}*/
/*body.postid-1881 .secroll_sec_new .main_wrapper>.main-row:nth-child(even):after {*/
/*    background-color: #fff;*/
/*}*/
/*body.postid-1881 section.service-page-scroll-sec.secroll_sec_new {*/
/*    padding-bottom: 3vw !important;*/
/*    padding-top: 0;*/
/*}*/



    body .sage-cta-section-main {
    background: linear-gradient(to top, #EEEFEA 60%, #ffffff 100%);
}


body.page-template-template-grand-opening-special section.sage-cta-section-main.services-pages-new.grand-opening-lofo-sagcare-sec {
    background: #EEEFEA;
    margin-top: -100px;
    padding: 170px 0 160px;
}

body.page-template-template-grand-opening-special section.all_services_sec.grand-opening-all-service-sec {
    border-radius: 0 0 0 80px;
    background-color: #fff;
}

body.page-template-template-grand-opening-special>section.sage-cta-section-main {
    border-radius: 0 80px;
    margin-top: -80px;
}


body.page-template-template-grand-opening-special section.baner.grand-opening-banner-sec .wave-item.svg-wave-one.yellow_svg button.wave-btn {
    left: -250px !important;
}

section.mobile-banner {
    display: none;
    background-image: unset !important;
}
section.mobile-banner .wrapper.desktop-wrapper {
    padding: 0;
}



/* new css 12/02/26 */

.inner-banner-main .custom-breadcrumbs>a:hover, .inner-banner-main .custom-breadcrumbs>span:hover {
    background: linear-gradient(257.52deg,            #1C689C -14.59%,            #0AA7D6 51.19%,            #76A449 119.25%);
    color: #fff;
    -webkit-text-fill-color: unset;
}


.inner-banner-main .custom-breadcrumbs a.breadcrumb-home:hover span.span-test-bredcrum svg path {
    stroke: #fff;
}

body.tax-services section.inner-banner-main.desktop-banner {
    background-position: right;
}

.mac-sec-container.full-container .container.container_main .mac-sec-container-right {
    min-height: 972px;
}
body.wp-singular.page-template-template-west-hollywood-php section.sage-cta-section-main .btn-wpper a {
    font-size: 18px;
}

body.page-template-template-west-hollywood section.about-faq-section {
    padding-top: 50px;
}

section.cards-loop-sec.tips_sec {
    overflow: hidden;
}
body.page-template-template-west-hollywood section.inner-banner-main.desktop-banner .wrapper ul {
    max-width: 640px;
}
.single-category .post-content ul li ul li:after {
    display: none;
}

    .single-category .post-content ul li ul li{
    padding: 0;
}