:root {
    --light-green: #2dc84d;
    --bg-green: #a9ff79;
    --light-blue: #3f58a7;
    --circe_font: 'Circe';
    --green_color: #6CAA43;
    --main_blue: #257CE1;
    --blue-two: #1C689C;
    --white: #ffffff;
    --black: #000000;
    --light_gray: #EEEFEA;
    --gradient_main: linear-gradient(45deg, #0D9DCD, #1C689C);
    --box-shadow: 0 0 14px #0000001a;
    --transition_main: all 0.3s ease-in-out;

}


.fit-content {
    max-width: -webkit-fit-content;
    max-width: fit-content;
}

ul.menu .sub-menu li.menu-item-has-children .sub-menu li a {
    width: 100%;
}

.color-blue {
    color: var(--light-blue);
}

.color-black {
    color: var(--black) !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.bdr-20 {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.font-45 {
    color: var(--black);
    font-size: 45px;
    font-weight: 400;
 
}

.button {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.site-footer ul li {
    list-style: none;
}

.font-55 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
    color: var(--green-color);

}

.padding-100 {
    padding: 100px 0;
}

.padding-90 {
    padding: 90px 0;
}

.padding-50 {
    padding: 50px 0;
}

.padding-60 {
    padding: 60px 0;
}

/*section.single-post.dental-single-detail-post {*/
/*    padding: 50px 0 100px;*/
/*}*/

.sage-same-day a.site-btn,
section.sedation-banner .sedation-banner-left a.site-btn {
    margin-top: 40px;
    background: var(--white);
    border-color: var(--white);
    color: var(--green-color);
}

.sage-same-day a.site-btn svg path,
section.sedation-banner .sedation-banner-left a.site-btn svg path {
    fill: var(--green-color);
}

.sage-same-day a.site-btn:hover,
section.sedation-banner .sedation-banner-left a.site-btn:hover {
    background: var(--green-color);
    border-color: var(--white);
    color: var(--white);
}

.sage-same-day a.site-btn:hover svg path,
section.sedation-banner .sedation-banner-left a.site-btn:hover svg path {
    fill: var(--white);
}

section.smile-sec {
    margin-top: -130px;
    position: relative;
    z-index: 1;
    background: linear-gradient(
282deg, #6CAA43 2.48%, #257CE1 123.23%);
}

section.smile-sec h3.font-45 {
    margin-bottom: 30px;
}

section.smile-sec .wrap-list-smile img {
    object-fit: cover;
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    border-radius: 15px;
}

section.smile-sec .wrap-list-smile {
    padding: 0 20px 30px;
}

section.smile-sec .wrap-list-smile h4 {
    font-size: 28px;
    color: var(--black);
    margin: 20px 0;
}

section.sec-confidence-group .wrap-img-conf img {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}

section.sec-confidence-group .wrap-img-conf {
    height: 100%;
}

section.sec-confidence-group .btn-confidence {
    justify-self: flex-start;
}

section.sec-confidence-group .btn-confidence a.site-btn {
    background: #a1fef7;
    color: #000;
    gap: 15px;
}

section.sec-confidence-group .btn-confidence a.site-btn svg path {
    fill: #000;
}

section.sec-confidence-group .wrap-content-conf p {
    margin: 20px 0 34px;
}

section.sec-brighter-group {
    padding: 140px 0 120px;
    position: relative;
}
section.sec-brighter-group .wrap-img-brighter img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.sec-brighter-group .wrap-content-brighter h3 {

    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    color: var(--green-color);
    padding-right: 40px;
}

section.sec-brighter-group .wrap-content-brighter p {
    max-width: 448px;
    margin: 20px 0 34px;
}

section.sec-brighter-group .wrap-content-brighter .btn-brighter {
    justify-self: flex-start;
}

section.faq-global-sec.accordian-sec .accordion-item .accordion-body p {
    color: var(--black);
}

section.faq-global-sec.accordian-sec .accordion-item:first-child {
    border-width: 1px 0;
}

section.single-post.dental-single-detail-post a.site-btn {
    border-radius: 24px;
}

section.faq-global-sec.accordian-sec .accordion-item {
    border-radius: 0;
    margin-bottom: 0;
    border-width: 0 0 1px 0;
}

.content h1 {
    padding: 0px 0 20px;

    color: var(--green-color);
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    margin: 0;
}

.content ol,
.content ul {
    margin: 0 auto 14px;
}




ul {
    margin-left: 0;
}



ol li,
ul li {
    font-size: 20px;
    color: var(--black);
    line-height: 28px;
    font-weight: 500;
}



.content ul li, .content ul {
    list-style-type: none;
}

.content ul li {
    padding-left: 15px;
    position: relative;
}

.content ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50px;
}

.menu-header-menu-container {
    display: flex;
    flex: 1;
}

ul.menu {
    display: flex;
    margin: 0;
    width: 100%;
    gap: 30px;
    padding: 0 0 0 32px;
    list-style: none;
}

ul.menu li {
    position: relative;
    list-style: none;
}

/* --- Base Link --- */
ul.menu>li.menu-item>a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--green-color);
    text-transform: capitalize;
    padding: 20px 0px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* --- Submenu Container --- */

ul.menu .sub-menu li:last-child {
    border-radius: 0 0 10px 10px;
}

ul.menu .sub-menu li.menu-item-has-children .sub-menu li:last-child a {
    border-radius: 0 0 9px 9px;
}

ul.menu .sub-menu li.menu-item-has-children .sub-menu li:first-child a {
    border-radius: 9px 9px 0 0;
}

ul.menu .sub-menu li:first-child {
    border-radius: 10px 10px 0 0;
}

ul.menu .sub-menu {
    background: var(--green-color);
}

ul.menu .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 99;
}

/* --- Show submenu on hover --- */
/*ul.menu > li.menu-item-has-children:hover > .sub-menu,*/
/*ul.menu .sub-menu li.menu-item-has-children:hover > .sub-menu {*/
/*  display: block;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/* --- Submenu Links --- */
ul.menu .sub-menu li a {
    display: block;
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 19px;
}

ul.menu li.menu-item-has-children span i {
    font-size: 10px;
    line-height: 1;
    cursor: pointer;

    margin-left: 10px;
    display: block;
}

header.site-header .container {
    max-width: 1240px;
}

header.site-header a.navbar-brand {
    margin-right: 0;
}

body header.site-header .icon a.call svg path {
    fill: var(--green-color);
}

body header.site-header .icon a.call {
    gap: 10px;
    font-size: 18px;
}

ul.menu .sub-menu li a:hover {
    background: #fff;
    color: var(--green-color);
}

header.site-header a.navbar-brand img {
    max-width: 180px;
}

/* --- Nested submenus (3rd level, etc.) --- */
ul.menu .sub-menu li.menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    border-radius: 8px;
    transition: all 0.3s;
}

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

.navbar-toggler:focus-visible,
.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler i {
    color: var(--green-color);
}

ul.menu .sub-menu li.menu-item-has-children>a:hover::after {
    border-color: var(--green-color);
}

ul.menu .sub-menu li.menu-item-has-children>a {
    position: relative;
}

ul.menu .sub-menu li.menu-item-has-children>a::after {
    content: "";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    color: var(--white);
    border: 2px solid var(--white);
    border-width: 2px 2px 0px 0px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 40%;
    font-size: 10px;
    transition: all 0.3s;
}


.content a {
    color: var(--green-color);
    word-wrap: break-word;
}

.content h2 {
    margin: 0;
    color: var(--black);
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin: 8px 0 16px;
}
body.wp-singular .main-wrapper section.img-wrap-bama {
    padding-top: 0;
}
.content h3 {
    margin: 0;
    color: #000;
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    margin: 16px 0 8px;
}

.content #content {
    margin: 0;
}

section.content {
    padding-bottom: 100px;
}

/*dental-single-detail-post end*/

/*dental-implants-offer start*/
section.rediscove {
    background-image: url(https://simpleseogroup.co/sage/wp-content/uploads/2025/10/green-blue-gradient-header-background.png);
    padding: 60px 0;
    background-size: cover;
    margin-bottom: 120px;
}

img.rediscove-float-img.img-fluid {
    position: absolute;
    bottom: -100px;
    right: 19%;
}

section.rediscove .container {
    max-width: 1000px;
}

section.rediscove p.title {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 2px;
    color: var(--white);
    margin-bottom: 20px;
}

p.res-content {
    color: #fff;
    margin: 24px 0 54px;
}

.rediscove a {
    background-color: #55bdcb;
}

section.rediscove h3 {
    max-width: 400px;

}

.rediscove-right h6 {

    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    color: #55bdcb;
    margin-bottom: 20px;
}

.rediscove-right h3 {

    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    color: var(--light-green);
    margin-bottom: 20px;
    max-width: 435px;
}

.rediscove-botom {
    padding-top: 40px;
}

.green-btn {
    display: flex;
    background-color: var(--light-green);
    height: 62px;
    align-items: center;
    border: 1px solid var(--white);
    border-radius: 51px;
    justify-content: center;
    max-width: fit-content;
    color: var(--white) !important;
    font-size: 20px;
    text-transform: uppercase;
    gap: 21px;
    padding: 0 40px;
    margin-top: 54px;
    transition: all 0.3s;
}

.green-btn:hover {
    color: var(--light-green) !important;
    background-color: var(--white);
    border: 1px solid var(--light-green);
}

.green-btn:hover svg path {
    fill: var(--light-green);
}

.green-btn svg {
    width: 20px;
    transition: all 0.3s;
    height: 20px;
}

.green-btn svg path {
    fill: var(--white);
}

section.Lookandfeel-sec {
    padding: 50px 0;
}

section.dental-insurance {
    background: #cdf5d9;
    padding: 60px 0;
}

section.dental-insurance h3 {
    color: var(--light-green);

    margin-bottom: 40px;
}

section.carecredit-sec {
    padding: 60px 0;
    background: var(--light_gray);
}
section.carecredit-sec .carecredit-sec-rigth>img {
    filter: invert(1);
}
.carecredit-sec-rigth img {
    max-width: 260px;
    margin-bottom: 30px;
}

.carecredit-sec-rigth h3 {
    margin-bottom: 20px;

}

.carecredit-sec-rigth h4 {
    font-size: 33px;
    font-weight: 400;
    line-height: 39px;

    margin-bottom: 20px;
    padding-right: 10px;
}

.carecredit-sec-rigth h5 {
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 20px;
}

.dental h4.four-five {
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    line-height: 38px;
    color: #55bdcb;
    letter-spacing: 0;

}

.dental-bottom {
    padding: 50px 0;
    text-align: center;
}

.dental-bottom img {
    width:100%;
    max-width: 800px;
}

.dental-bottom p {
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
   
    padding-bottom: 45px;
    margin-bottom: 75px;
    border-bottom: 1px solid var(--black);
    color: var(--light-green);
}

/*dental-implants-offer end*/
/*glo-pro-power-whitening*/
section.patient-bg.new-banner-go {
    background: #BBBDC3 !important;
    /*background-image: linear-gradient(*/
    /*  100deg,*/
    /*  #2dc84d 0%,*/
    /*  #33a3dc 100%*/
    /*) !important;*/
    padding: 30px 0 0;
}

section.patient-bg.new-banner-go .patient-banner-content {
    padding-top: 70px;
}

.go-pro-right {
    text-align: end;
}

.patient-bg.new-banner-go a.site-btn.fill-btn {
    background-color: var(--green-color);
    color: var(--white);
    border-color: var(--green-color);
}

.patient-banner-content a.site-btn.fill-btn:hover {
    background-color: var(--white);
    color: var(--green-color);
}

.patient-banner-content a.site-btn.fill-btn:hover svg path {
    fill: var(--green-color);
}

.patient-banner-content a.site-btn.fill-btn svg path {
    fill: var(--white);
    transition: all 0.3s;
}

section.about-choose-sec.patient-service-sec.office-section-white {
    padding: 90px 0;
}

.sage-perks .site-btn.fill-btn.left.fit-content:hover svg path,
.sedation-is-right a.site-btn.fill-btn.left:hover svg path,
section.why-consider-sedation a.site-btn.fill-btn.left:hover svg path,
.current-offers a.site-btn.fill-btn.left:hover svg path,
.financing-dental a.site-btn.fill-btn.left:hover svg path,
section.discount-dental a.site-btn.fill-btn.left:hover svg path,
section.npp-locations .npp-locations-left a.site-btn.fill-btn.left:hover svg path,
section.radiant-smile-sec a.site-btn.fill-btn:hover svg path,
section.in-office-sec-pro a.site-btn.fill-btn:hover svg path,
section.about-choose-sec.patient-service-sec.office-section-white a.site-btn.fill-btn:hover svg path {
    fill: var(--green-color);
}

section.about-choose-sec.patient-service-sec.office-section-white a.site-btn.fill-btn {
    margin-top: 20px;
}

section.glo-part-sec {

    text-align: center;
}

section.glo-part-sec p {
    font-size: 26px;
    color: #000;
    font-weight: 400;
    margin-top: 31px;
    line-height: 36px;
}

.main-part-glo h3 {
    line-height: 35px;
    margin: 20px 0 60px;
}

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

section.your-shade-sec {
    text-align: center;
 
}

.content-part-glo iframe {

    width: 100%;
}

section.results-like-sec.go-pro-results {
    padding: 90px 0;
    background: #d9deed;
}

section.results-like-sec.go-pro-results h2 {
    color: var(--light-blue);
    margin-bottom: 20px;
}

section.results-like-sec.go-pro-results p {
    color: var(--light-blue);
}

.go-pro-results-left {
    padding-right: 50px;
}

section.in-office-sec-pro {
    padding: 90px 0;
}

section.in-office-sec-pro h2 {
    max-width: 410px;
    margin-bottom: 20px;
}

section.in-office-sec-pro p {
    margin-bottom: 33px;
}

section.radiant-smile-sec ul li {
    color: var(--light-blue);
    list-style: none;
}

section.radiant-smile-sec {
    padding: 0px 0 140px;
}

section.radiant-smile-sec p {
    color: var(--light-blue);
}

section.radiant-smile-sec h2 {
    margin-bottom: 20px;
    color: #3F58A7;
    font-weight: 700;
 
    font-size: 54px;
    text-transform: capitalize;
}

section.about-choose-sec.patient-service-sec.office-section-white h3 {
    font-size: 57px;
    font-weight: 600;
    line-height: 57px;
    color: #0072E2;
  
}

section.about-choose-sec.patient-service-sec.office-section-white p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    color: #002E12;
    margin-bottom: 26px;
}

section.selling-your-dental {
    background-color: #faf7e8;
}

section.selling-your-dental .selling-your-dental-left {
    padding: 70px 0;
}

section.selling-your-dental .selling-your-dental-left h2 {
    
    font-size: 60px;
    font-weight: 600;
    color: var(--green-color);
    margin-bottom: 20px;
}

section.selling-your-dental .selling-your-dental-left a.site-btn.fill-btn.left {
    margin-top: 30px;
}

.video-sec iframe {
    width: 100%;
    height: 688px;
}

section.video-sec {
    padding: 14px 0;
}

section.focus-sec .focus-sec-img img {
    max-width: 435px;
}

section.focus-sec {
    padding: 50px 0 0;
}

section.focus-sec p {
    margin-bottom: 30px;
}

section.focus-sec .focus-sec-content p {
    margin-bottom: 0;
    margin-top: 20px;
}

section.focus-sec h3.font-45 {
    margin-bottom: 20px;
}

section.focus-sec .row.focus-sec-row {
    padding: 50px 0;
}

.focus-sec-content-bottom {
    background: var(--light-green);
    padding: 50px 40px;
    border-radius: 20px;
}

.focus-sec-content-bottom p {
    margin-bottom: 30px !important;
    font-size: 36px;
    color: #fff;
}

.focus-sec-content-bottom a {

    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2.5px;
    color: var(--green-color) !important;
    background: var(--white);
    min-height: 64px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 20px 40px;
    border-radius: 50px;
}

.complimentary-sec img {
    border-radius: 30px;
    margin-bottom: 20px;
}

section.explore-benefits-of-position h3 {
    max-width: 800px;
}

section.explore-benefits-of-position .explore-benefits-of-position-row {
    background: #faf7e8;
    border-radius: 20px;
    padding: 30px 20px;
    margin-top: 54px;
}

section.explore-benefits-of-position .explore-benefits-box {
    text-align: center;
}

section.explore-benefits-of-position .explore-benefits-box p {
    margin: 40px 0 20px;
   
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1.5px;
    color: var(--green-color);
}

section.explore-benefits-of-position .explore-benefits-box img {
    max-width: 80px;
    height: 100px;
    object-fit: contain;
    vertical-align: middle;
}

section.npp-locations {
    background-image: url("https://simpleseogroup.co/sage/wp-content/uploads/2025/10/Gradient-Fill-1-3-scaled-1.jpg)");
    background-repeat: no-repeat;
    background-size: cover;
}

section.npp-locations .npp-locations-left a.site-btn.fill-btn.left {
    margin: 60px 0 25px;
}

.npp-locations-left {
    position: relative;
    padding-top: 70px;
}

.npp-locations-left .npp-locations-left-img {
    position: relative;
    bottom: -8px;
    right: -24px;
}

section.npp-locations .npp-locations-float-img {
    position: absolute;
    max-width: 190px;
    bottom: -100px;
    right: 15px;
}

.current-offers h2 {
    padding-top: 50px;
}

.current-offers h3 {
    color: #00989d;
    padding-top: 100px;
}

.current-offers h4 {
    padding-right: 20px;
    max-width: 937px;
    line-height: 36px;
    margin: 20px 0 30px;
}

.current-offers a.site-btn.fill-btn.left {
    width: fit-content;
}

section.current-offers {
    padding-bottom: 80px;
}

section.dental-insurance.insurance-sec {
    background: #d0f9f2;
}

section.dental-insurance.insurance-sec h3 {

    color: #00989d;
    margin-bottom: 10px;
}

section.dental-insurance.insurance-sec h4 {
    line-height: 45px;
    padding: 16px 0 40px;
}

section.dental-insurance.insurance-sec a.site-btn.fill-btn.left {
    margin-top: 30px;
}

/*section.dental-insurance.insurance-sec {*/
/*    margin-bottom: 100px;*/
/*}*/
.clinic-card-list .clinic-card {
    padding: 20px !important;
    border: 1px solid #000 !important;
    margin-bottom: 0px !important;
    border-radius: 20px !important;
    display: block;
}

/*glo-pro-power-whitening end*/
/*sedation end*/

section.sedation-banner {
    background-color: #fff;
    padding-top: 0px;
}

section.sedation-banner .sedation-banner-left,
section.sedation-banner .sedation-banner-left p {
    color: #000;
}
section.sedation-banner .sedation-banner-left p.two-six{
        font-size: 22px;
    margin: 40px 0 30px;
}
section.sedation-banner .sedation-banner-left h3 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1;
    margin: 20px 0 24px;
}

section.sedation-banner .sedation-banner-right {
    text-align: end;
}

section.sedation-banner .sedation-banner-right img {
    max-width: 100%;
    width: 100%;
}
.what-is-sedation h2.h2 {
    margin-bottom: 15px;
}

section.what-is-sedation ul li {
    list-style-position: inside;
}

section.what-is-sedation .row {
    align-items: center;
}
.what-is-sedation .what-is-sedation-left ul {
    margin: 20px 0;
}
.what-is-sedation .what-is-sedation-left p {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 12px;
    color: #000;
}

.what-is-sedation .what-is-sedation-left .btn-wpper {
    margin-top: 20px;
}

section.sedation-banner .row {
    align-items: center;
    background-color: #e7f4f9;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 0 15px;
}
section.levels-of-sedation {
    background: #e7f4f9;
}
section.sedation-banner .row>div:last-child {
    padding-right: 0;
}


section.levels-of-sedation p {
    color: #000;
    text-align: center;
    font-size: 20px;
}
section.levels-of-sedation>div>div>h2.h2 {
    text-align: center;
}
section.levels-of-sedation h2.h2 {
    color: #000;
    margin: 10px 0 12px;
}

section.levels-of-sedation .levels-of-sedation-row {
    margin-bottom: 20px;
    padding: 10px 0;
}

section.sedation-is-right {}

section.sedation-is-right .sedation-is-right-inner {
    padding: 100px 40px;
    background: #0072e221;
    border-radius: 20px;
    color: red;
}

section.sedation-is-right .sedation-is-right-inner h3,
section.sedation-is-right .sedation-is-right-inner p {
    color: #000;
}

section.sedation-is-right .sedation-is-right-inner h3 {
    margin-bottom: 20px;
}

section.sedation-is-right .sedation-is-right-inner ul li {
    color: #000;
    padding: 5px 0 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    position: relative;
    padding-left: 26px;
    list-style-type: none;
}

section.sedation-is-right .sedation-is-right-inner a {
    margin-top: 34px;
}

section.sedation-is-right .sedation-is-right-inner ul li:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #0072e2;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
section.sedation-is-right .sedation-is-right-inner ul {
    margin: 15px 0;
}
section.sedation-appointment img {
    border-radius: 30px;
    height: 400px;
    max-width: 580px;
    object-fit: cover;
}

section.sedation-appointment p {
    font-size: 24px;
    line-height: 34px;
    color: var(--green-color);
}

section.same-day-banner-one .same-day-banner-left h4 {
    font-size: 18px;
    color: var(--green-color);
    font-weight: 700;
    font-family: "CIRCULAR STD BLACK", Sans-serif;
}

section.same-day-banner-one .same-day-banner-left p {
    color: var(--green-color);
}

section.same-day-banner-one .same-day-banner-left h3 {
    font-size: 72px;
    font-weight: 900;
    line-height: 82px;
    color: var(--green-color);
}

section.same-day-banner-one .same-day-banner-bottom-row .same-day-banner-bottom-row-left {
    text-align: right;
}

section.same-day-banner-one .same-day-banner-bottom-row .same-day-banner-bottom-row-left img {
    max-width: 530px;
}

section.same-day-banner-one .same-day-banner-bottom-row .same-day-banner-right h3 {
    color: #e91f77;
    max-width: 400px;
    font-weight: 500;
    margin-bottom: 20px;
}

section.same-day-banner-one .same-day-banner-bottom-row .same-day-banner-right p strong {
    color: #e91f77;
    margin-bottom: 28px;
    display: block;
}

section.same-day-banner-one .same-day-banner-bottom-row {
    padding: 50px 0 75px;
}

section.same-day-visits p strong {
    color: #2dc84d;
}

section.sage-same-day .sage-same-day-right {
    height: 100%;
    background: var(--green-color);
    padding: 90px 30px;
    margin-left: -1px;
}

section.sage-same-day .sage-same-day-right img.sage-same-day-right-logo-img {
    display: block;
}

section.sage-same-day .sage-same-day-right img.sage-same-day-right-content-img {
    max-width: 500px;
    margin: 50px 0 20px;
}

section.sage-perks {
    margin-bottom: 100px;
}

section.sage-perks .sage-perks-left {
    padding: 85px 0 85px 40px;
}

section.sage-perks h2 {
    font-family: "CIRCULAR STD BLACK", Sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 82px;
    color: var(--green-color);
    margin-bottom: 30px;
}

section.sage-perks p {
    color: var(--green-color);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
}

section.sage-perks ul li {
    color: var(--green-color);
    font-size: 22px;
    line-height: 32px;
}

section.sage-perks ul {
    margin-bottom: 50px;
}

section.sage-perks img.sage-perks-right {
    max-width: 832px;
    padding-top: 107px;
    margin-bottom: 10px;
    margin-left: 56px;
}

section.uber-health {
    background-image: url("https://simpleseogroup.co/sage/wp-content/uploads/2025/10/uber_desk_banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 70px 80px;
}

section.uber-health .uber-health-left h3 {
    font-weight: 400;
    line-height: 75px;
    font-size: 68px;
    color: var(--bg-green);
    font-family: "CIRCULAR STD black", Sans-serif;
    margin: 40px 0;
}

section.uber-health .uber-health-right h4 {
    font-family: "CIRCULAR STD BLACK", Sans-serif;
    font-size: 27px;
    font-weight: 900;
    text-transform: none;
    line-height: 33px;
    color: var(--bg-green);
    margin: 24px 0 0;
}

section.uber-health .uber-health-right {
    border-style: solid;
    border-width: 3px;
    border-color: var(--bg-green);
    padding: 50px;
    border-radius: 40px;
}

section.uber-health {
    background-image: url("https://simpleseogroup.co/sage/wp-content/uploads/2025/10/uber_desk_banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 70px 80px;
}

section.uber-health .uber-health-right p {
    max-width: 250px;
}

section.uber-health .uber-health-left h3 {
    font-weight: 400;
    line-height: 75px;
    font-size: 68px;
    color: var(--bg-green);
    font-family: "Circular Std Black", Sans-serif;
    margin: 40px 0;
}

section.uber-health .uber-health-left h4 {
    color: var(--bg-green);
    font-family: "Circular Std Black", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    line-height: 35px;
}

.uber-health-bottom {
    margin-top: -54px;
    margin-bottom: 140px;
}

.join-banner h3 {
    font-size: 45px;
    color: var(--black);
    line-height: 1.2;
    margin-top: 15px;
}


section.join-member .join-member-row {
    padding: 40px 0 80px;
}
section.join-member .join-member-row a.main-btn {
    margin: 30px auto 0;
    display: flex;
    max-width: max-content;
}
section.join-member .join-member-row p {
    color: var(--green-color);
    margin-top: 40px;
    line-height: 45px;
    font-size: 25px;
}



section.sagecare-banner h2 {
    padding-bottom: 40px;
    color: #000;
}

/*section.sagecare-banner .sagecare-banner-left h2 {*/
/*    padding-bottom: 0;*/
/*    font-size: 55px;*/
/*    font-weight: 400;*/
/*    line-height: 1;*/
/*    max-width: 400px;*/
/*    margin: 24px 0;*/
/*    color: #000;*/
/*}*/
.sagecare-banner a.main-btn {
    margin-top: 30px;
}
section.sagecare-banne-bottom {
    padding: 80px 0 80px;
    background-color: #e7f5f8;
    margin-top: 0px;
}
section.sagecare-member-sec p {
    color: var(--black);
}

section.sagecare-member-sec .sagecare-member {
    padding: 30px 0;
}

section.sagecare-member-sec .sagecare-member img {
    max-width: 91px;
    margin-bottom: 40px;
    height: 80px;
    object-fit: contain;
}

.sagecare-member-sec {
    text-align: center;
}

.sagecare-member-sec .row {
    margin: 40px 0 0;
    row-gap: 20px;
}
section.discount-dental {
    background-color: #e7f4f9;
    padding: 80px 0 0;
}




section.sagecare-member-sec .sagecare-member p {
    font-weight: 600;
}

section.sagecare-member-sec h2 {
    margin: 13px 1px 18px;
}



section.care-you-need p.two-four {
    margin-bottom: 29px;
}

section.care-you-need p.care-you-need-bottom {
    text-align: center;
    margin: 30px 0 20px;
    color: var(--black);
}

.sgae-accepted {
    margin: 100px 0 0px;
    padding: 50px;
    background: #EEEFEA;
    border-radius: 20px;
}

.sgae-accepted h2 {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    max-width: 65%;
}

.sgae-accepted-row {
    justify-content: space-between;
    flex-wrap: wrap;
}

section.care-you-need {
    padding: 80px 0 0;
    text-align: center;
}

section.get-in-touch .get-in-touch-waper {
    text-align: center;
    padding: 50px 0 120px;
    /*border-top: 1px solid #000;*/
    max-width: 850px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 24px 0px;
    padding: 70px 20px;
    border-radius: 12px;
    margin: 80px auto 80px;
}

section.get-in-touch .get-in-touch-waper p.font-45 {
    font-weight: 600;
    margin-bottom: 30px;
}

section.get-in-touch .get-in-touch-waper a {
    margin-top: 40px;
}

.clinic-card-list .clinic-card.selected {
    background-color: #faf7e9;
}

.location-clinic-box .location-clinic-address p {
    margin-bottom: 10px;
}

.location-clinic-box .location-clinic-address a {
    color: var(--green-color);
    font-size: 20px;
}

.location-clinic-box .location-clinic-address {
    padding: 10px 0;
}

.location-clinic-hours {
    padding: 30px 0;
}

.special-offers.offers h2 {
    font-size: 25px;
    padding: 30px 0;
}

.location-clinic-hours {
    padding: 30px 0;
}

.location-clinic-hours h2 {
    font-size: 18px;
}

.special-offers.offers h2 {
    font-size: 25px;
    padding: 30px 0;
}

.dentists-data.sage-dentists h3 {
    font-size: 24px;
    font-size: 24px;
    font-weight: 500;
    color: var(--green-color);
}

.location-clinic-box .location-clinic-address p,
.location-clinic-box h1.location-clinic-title {
    color: var(--green-color);
}

a.location-clinic-directions,
.location-clinic-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-clinic-image img {
    border-radius: 20px;
}

.dental_heading span {
    color: var(--black);
}

.dental_heading {
    margin-bottom: 20px;
}

.meet-our-dentists.dentists h2 {
    font-size: 36px;
    color: var(--green-color);
    padding-bottom: 40px;
}

.meet-our-dentists.dentists .dentists-data.sage-dentists img {
    width: 100%;
}

.location-clinic-buttons {
    gap: 20px;
}

.location-descriptions {
    padding: 30px 0 0;
}

section.patient-bg-banner-new .left img {
    max-width: 100%;
}



/*sedation end*/

section.uber-health .uber-health-right span {
    font-weight: 400;
    font-size: 20px;
}

section.winner-banner img {
    max-width: 109px;
}

section.winner-banner {
    padding-top: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.winner-banner-right h4 {
    color: var(--bg-green);
    margin: 0;
    line-height: 45px;
}

.winner-banner-right h3 {
    color: var(--bg-green);
    margin: 0;
    line-height: 60px;
}

.winner-banner-right p {
    color: var(--bg-green);
    margin: 0;
    font-size: 24px;
    line-height: 40px;
}

.picka-location-sec {
    padding: 50px 0;
    text-align: center;
}

.picka-location-sec h2 {
    margin-bottom: 44px;
}

.picka-location-sec a.picka-location-sec-box {
    background-color: var(--green-color);
    color: var(--white);
    padding: 20px 40px;
    display: block;
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid var(--green-color);
    transition: all 0.3s;
}

.picka-location-sec .picka-location-sec-row {
    row-gap: 30px;
}

.picka-location-sec a.picka-location-sec-box:hover {
    background-color: var(--bg-green);
    color: var(--green-color);
}

section.keep-healthy {
    padding: 80px 0;
}

section.keep-healthy h3 {
    font-family: "CIRCULAR STD BLACK", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    color: var(--bg-green);
    line-height: 40px;
    margin-bottom: 46px;
}

section.keep-healthy .keep-healthy-box {
    display: flex;
    gap: 17px;
    padding: 30px 18px;
}

section.keep-healthy .keep-healthy-box img {
    min-width: 120px;
    object-fit: contain;
    height: 120px;
}

section.keep-healthy .keep-healthy-box h4 {
    line-height: 35px;
    margin-bottom: 20px;
}

section.keep-healthy .row {
    row-gap: 40px;
}

section.keep-healthy .keep-healthy-box .keep-healthy-box-content p {
    color: var(--bg-green);
}

section.proclean .proclean-right h3 {
    max-width: 480px;
    margin-bottom: 20px;
}

section.proclean .proclean-right h4 {
    margin-bottom: 20px;
    max-width: 534px;
}

.winner section a.site-btn.fill-btn.fit-content:hover {
    background-color: var(--bg-green);
    color: var(--green-color);
}

.winner section a.site-btn.fill-btn.fit-content {
    border-radius: 10px;
}



section.winner-feature .winner-feature-box {
    padding: 0 30px;
}



section.winner-ortho .winner-ortho-box {
    margin-left: auto;
    max-width: 490px;
    width: 100%;
}

/*section.winner-ortho .winner-ortho-box h3 {*/
/*    font-family: "Circular Std Book", Sans-serif;*/
/*    font-size: 50px;*/
/*    font-weight: 700;*/
/*    text-transform: none;*/
/*    line-height: 57px;*/
/*    color: #ff8040;*/
/*    margin-bottom: 30px;*/
/*}*/


/*section.winner-ortho .winner-ortho-box p {*/
/*    font-size: 11px;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    line-height: 14px;*/
/*    margin-top: 30px;*/
/*    color: #707070;*/
/*}*/
section.winner-ortho .winner-ortho-row {
    align-items: center;
}

h2.keep-healthy-bottom {
    color: var(--black);
}

section.winner-discount {
    padding: 80px 0;
    text-align: center;

}

section.winner-discount img {
    margin-bottom: 20px;
}

section.winner-discount h3 {
    color: var(--bg-green);
}

section.winner-discount p.winner-discount-bold-p {
    color: var(--white);
    margin: 20px 0;
}

section.winner-discount a.site-btn.fill-btn.fit-content {
    border-color: var(--bg-green);
    margin-top: 40px;
}

.winnerfaq-sec h2 {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: var(--bg-green);
}

section.preventative-winner {
    padding: 110px 0 80px;
}

section.winnerfaq-sec {
    padding: 70px 0 120px;
    position: relative;
}

section.winnerfaq-sec .accordion-item {
    margin-bottom: 20px;
    border: unset;
    background: #d2e9ea;
    border-radius: 0 !important;
}

section.winnerfaq-sec .accordion-item button.accordion-button {
    background: transparent;
    border: unset;
    box-shadow: none;
    font-family: "Circular Std Book", Sans-serif;
    font-weight: 600;
    text-transform: none;
    line-height: 28px;
    font-size: 24px;
    color: var(--black);
}

section.winnerfaq-sec .accordion-item button.accordion-button.collapsed::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000" d="M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"/></svg>') no-repeat center;
    background-size: contain;
}

section.winnerfaq-sec .accordion-item button.accordion-button:not(.collapsed)::after {
    background: url('data:image/svg+xml;utf8,<svg class="e-font-icon-svg e-fas-minus" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"></path></svg>') no-repeat center;
    background-size: contain;
}

.winner a.winnerfaq-sec-bottom {
    margin: 70px 0 120px;
    border-radius: 10px;
    font-size: 28px;
}

section.winnerfaq-sec img.winnerfaq-sec-right-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.yoursmile section.preventative-winner,
.yoursmile section.winner-feature {
    background: var(--bg-green);
}

.yoursmile section.preventative-winner h4 {
    font-family: "CIRCULAR STD BLACK", Sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 82px;
    max-width: 480px;
}

section.covid-fin {
    padding: 80px 0;
    background: #f5f4f4;
    text-align: center;
}

section.covid-fin img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    margin-bottom: 20px;
}

section.your-smile-banner {
    padding: 70px 0;
}

section.your-smile-banner img {
    max-width: 450px;
    margin-bottom: 44px;
}

section.yoursmile-services {
    padding: 80px 0;
    /*background: #d0f9f2;*/
}

.page-id-41237 section.npp-locations.toothbrush-sec {
    background: none;
}

.page-id-41237 section.npp-locations.toothbrush-sec .npp-locations-left .npp-locations-left-img {
    display: none;
}

section.thrive-banner {
    background: #F8F8F9;
}

section.thrive-banner h4 {
    color: #184B2F;
    line-height: 45px;
}


section.thrive-banner .thrive-banner-left p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

section.thrive-banner .thrive-banner-left h3 {
    line-height: 60px;
}

section.uncertainty .uncertainty-right {
    padding: 70px 0 80px 36px;
}

section.uncertainty h3 {
    margin-bottom: 20px;
}


section.uncertainty .uncertainty-right .uncertainty-right-box .uncertainty-right-box-img {
    max-width: 133px;
}

section.uncertainty .uncertainty-right .uncertainty-right-box .uncertainty-right-box-content h3 span {
    color: #014b2f;
}

section.uncertainty .uncertainty-right .uncertainty-right-box {
    margin-bottom: 20px;
}

section.uncertainty .uncertainty-right .uncertainty-right-box .uncertainty-right-box-content h3 {
    margin-bottom: 16px;
}

section.uncertainty .uncertainty-right .uncertainty-right-box .uncertainty-right-box-content ul li {
    list-style: none;
    position: relative;
}

section.uncertainty .uncertainty-right .uncertainty-right-box .uncertainty-right-box-content ul li:after {
    content: '';
    background-color: #014b2f;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -24px;
    top: 6px;
}


section.uncertainty img.uncertainty-left-img {
    width: 100%;
    max-width: 570px;
}

section.support-organization {
    background: #014B2F;
}

section.support-organization h3 {
    color: var(--bg-green);
}

section.support-organization p {
    color: var(--bg-green);
    margin: 20px 0 40px;
}

section.support-organization .support-organization-box img {
    max-width: 120px;
    width: 100%;
    max-height: 171px;
    height: 170px;
    object-fit: contain;
}

section.support-organization .support-organization-box h4 {
    font-size: 45px;
    line-height: 35px;
    margin-top: 20px;
    color: var(--green-color);
}

section.story-starts {
    background: url('https://simpleseogroup.co/sage/wp-content/uploads/2025/10/YourSuccessStory.jpg') center / cover;
}

section.story-starts h3, section.story-starts p {
    color: var(--bg-green);
    text-align: center;
}

section.story-starts ul {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

section.story-starts ul li {
    width: 100%;
    max-width: 50%;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 45px;
    margin-bottom: 28px;
    gap: 10px;
    color: var(--bg-green);
}

section.thrive-care img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

section.thrive-care .row h3 {
    margin: 8px auto 16px;
    max-width: 300px;
    text-align: center;
}

section.thrive-care .row {
    row-gap: 20px;
}

section.thrive-about a.site-btn.fill-btn.fit-content.left,
section.thrive-banner .thrive-banner-left a.site-btn.fill-btn.fit-content.left,
section.thrive-care a.site-btn.fill-btn.fit-content.left {
    border-radius: 15px;
}

section.thrive-care .row p {
    padding-top: 20px;
}

section.thrive-safty {
    background: #DBFFE5;
}

section.thrive-safty p {
    color: var(--green-color);
}

section.offer-otho-bg .row {
    justify-content: space-between;
}

section.same-day-grid.why-choose-sage p {
    margin: 40px 0 64px;
}

section.same-day-grid.why-choose-sage h4 {
    margin-bottom: 40px;
}

.affordability-main-wrap section.grid-common-sec.about-grid-common h1 {
    /*font-size: 55px;*/
    /*line-height: 60px;*/
    margin-bottom: 60px;
}

section.globle-sec.dentalplan-sec .left-global p {
    font-size: 20px;
    line-height: 28px;
}

section.clear-bg-sec .banner-left span.subtile-text-small {
    font-size: 18px;
}



section.grid-common-sec.about-no-inusrances.anywhere-orthocare img {
    max-width: 344px;
}

.same-day-banner h4.four-five.underline-text {
    margin-bottom: 50px;
}

section.form-sec .form-sec-wrap {
    border: 4px solid var(--green-color);
    border-radius: 15px;
    padding: 40px 50px;
    margin-bottom: 100px;
}

section.form-sec .form-sec-wrap h2 {
    font-size: 46px;
    font-weight: 600;
    line-height: 45px;
    color: var(--green-color);
    margin-bottom: 20px;
}

section.form-sec .form-sec-wrap h3 {
    font-size: 45px;
    font-weight: 400;
    color: var(--green-color);
    margin-bottom: 20px;
}

section.form-sec .form-sec-wrap .gform_heading p.gform_required_legend {
    display: none;
}

section.form-sec .form-sec-wrap .gform_heading p.gform_description {
    margin-bottom: 40px;
}

section.form-sec .form-sec-wrap label,
section.form-sec .form-sec-wrap legend.gfield_label.gform-field-label {
    color: var(--green-color);

    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0;
}

section.form-sec .form-sec-wrap .gform-theme--foundation .gfield select {
    border-radius: 20px;
    border-color: var(--green-color);
    color: var(--green-color);
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    line-height: 28px;
    height: 50px;
    background-color: #fafafa;
}

section.form-sec .form-sec-wrap input {
    background-color: #fafafa;
    border-radius: 20px;
    border-color: var(--green-color);
    color: var(--green-color);
    font-size: 20px;
    font-weight: 500;
    padding: 12px 10px;
}

section.form-sec .form-sec-wrap textarea {
    border-radius: 20px;
    border-color: var(--green-color);
    color: var(--green-color);
    font-size: 20px;
    font-weight: 500;
    padding: 12px 10px;
    background-color: #fafafa;
}

section.form-sec .form-sec-wrap input::placeholder {
    opacity: 0.6;
}


section.form-sec .form-sec-wrap .gform-theme--foundation .gfield h3 {
    border: unset;
    padding: 0;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

section.form-sec .form-sec-wrap .gform-theme--foundation .gfield {
    border: unset;
    padding: 0;
    margin: 0;
}

section.form-sec .form-sec-wrap .gfield_radio input:checked:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--green-color);
    position: absolute;
    border-radius: 50%;
}

section.form-sec .form-sec-wrap .gfield_radio input:focus,
section.form-sec .form-sec-wrap .gfield_radio input:focus-visible {
    box-shadow: none;
    outline: none;
}

section.form-sec .form-sec-wrap .gfield_radio input {
    background: #D0F9F2;
    padding: 10px;
    border-color: #eaeaea;
    appearance: none;
    position: relative;
}

section.form-sec .form-sec-wrap .gform-footer.gform_footer.top_label {
    height: auto;
    width: 100%;
    max-height: max-content;
    min-height: 62px;
    max-width: 100%;
}

section.form-sec .form-sec-wrap .gform-footer.gform_footer.top_label input {
    border: 2px solid var(--green-color);
    background-color: var(--green-color) !important;
    font-size: 20px !important;
    color: var(--white) !important;
    min-height: 61px;
    padding: 18px 40px;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    display: flex !important;
    transition: var(--transition);
    border-radius: 50px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 500;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    min-width: 141px !important;
}


section.suport-terms img {
    margin-bottom: 30px;
}

section.suport-terms .suport-terms-row {
    padding: 0 0 30px;
}
section.suport-terms {
    padding: 80px 0 50px;
}
.suport-terms-content li {
    font-size: 18px;
    margin-bottom: 20px;
}

.suport-terms-content li strong {
    color: var(--black);
}

.suport-terms-content li a {
    color: var(--green-color);
}


.suport-terms-content ul.list-unstyled li {
    list-style: none;
}

.suport-terms-content li img {
    max-width: 500px;
    width: 100%;
}

.suport-terms-content li p {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.2;
}

.suport-terms-content ul.list-unstyled {
    padding-left: 20px;
    margin: 10px 0 0;
}

.suport-terms-content ol li::marker {
    text-transform: lowercase;
}

section.faq-global-sec .accordion-body a {
    color: var(--green-color);
    text-decoration: underline;
}

.tax-service-content p a {
    color: var(--green-color);
}

.tax-service-content .gallery .gallery-item {
    width: 100%;
    max-width: 100% !important;
}

section.offer-single img {
    width: 100%;
}

.services.sage-services ul.service-list li .service-box {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 17px;
    width: 100%;
}

.services.sage-services ul.service-list li .service-box img {
    display: block;
    text-align: center;
    max-width: 40px;
    width: 100%;
}

.services.sage-services ul.service-list li {
    padding: 20px !important;
    border: 1px solid var(--green-color);
    box-shadow: 0px 0px 10px #dfdfdf;
    border-radius: 4px;
    background: #002e120f;
}

.services.sage-services ul.service-list {
    gap: 20px;
}

.location-clinic-box.locdivnew .location-clinic-image h1.location-clinic-title {
    font-size: 30px;
    line-height: normal;
}

.location-clinic-box.locdivnew .location-clinic-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
    justify-content: space-between;
}

.location-clinic-box.locdivnew .location-clinic-image .location-clinic-hours {
    padding: 0;
}

.location-clinic-box.locdivnew .location-clinic-image .location-clinic-hours p {
    margin-bottom: 6px;
}





/* inner banner css start*/

.inner-banner-main .wrapper {
    padding: 100px 0 40px;
}

.inner-banner-main {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner-main .container_main, .inner-banner-main .container {
    min-height: 599px;
    display: flex;
    align-items: center;
}
.inner-banner-main:after {
    content: "";
    background-image: url(https://sub.simpleseogroup.co/wp-content/uploads/2026/01/innershape.png);
    position: absolute;
    top: 50%;
    left: -2%;
    max-width: 1088px;
    height: 100%;
    width: 100%;
    transform: translate(-0%, -50%);
    background-repeat: no-repeat;
    background-position: 80% 100%;
    background-size: cover;
}

.inner-banner-main .container_main {
    z-index: 2;
    position: relative;
}

.inner-banner-main h1, .inner-banner-main h1 sup {
    background-clip: text;
    background: linear-gradient(185.65deg, #1C689C 33.11%, #0AA7D6 78.74%, #76A449 103.06%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.inner-banner-main .custom-breadcrumbs {
    max-width: max-content;
    background-color: var(--white);
    border-radius: 10px;
    padding: 4px;
}

.inner-banner-main .custom-breadcrumbs a+span {
    display: none;
}

.inner-banner-main .custom-breadcrumbs>a, .inner-banner-main .custom-breadcrumbs>span {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.2;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 8px;
    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;
    position: relative;

    position: relative;
    display: inline-block;
    margin-right:3px;
}

/* .inner-banner-main .custom-breadcrumbs>a {
    position: relative;
    display: inline-block;
} */
.inner-banner-main .breadcrumb-wrap {
    margin-top: 21px;
}

.inner-banner-main .custom-breadcrumbs a:after, .inner-banner-main .custom-breadcrumbs>span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background: linear-gradient(257.52deg, #1C689C -14.59%, #0AA7D6 51.19%, #76A449 119.25%);
    opacity: 15%;
    height: 34px;
    border-radius: 8px;
}

.inner-banner-main .custom-breadcrumbs>a .span-test-bredcrum {
    z-index: 2;
}


/* inner banner css end*/



/* services scroll sec */
.service-page-scroll-sec {
    padding: 80px 0 20px;
}
.service-page-scroll-sec {
 
    position: relative;
    background: #fff;
}
.service-page-scroll-sec .main-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}

.service-page-scroll-sec .main-row>div {
    width: 50%;
}

.service-page-scroll-sec .main-row>div img {
    width: 100%;
    border-radius: 15px;
}

.service-page-scroll-sec .inro {
    max-width: 680px;
}

.service-page-scroll-sec .inro h2 {
    margin-bottom: 16px;
}

.service-page-scroll-sec .inro p.small-p {
    margin: 12px 0 18px;
}

.service-page-scroll-sec .main-row:nth-child(odd) .right {
    padding-left: 54px;
}

.service-page-scroll-sec .main-row:nth-child(even) .left {
    padding-right: 54px;
}

.service-page-scroll-sec .main_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 236px;
}




/*.offer_main>.row:nth-child(even) {*/
/*    flex-direction: row-reverse;*/
/*}*/

.offer_main>.row {
    align-items: center;
}

.offer_main>.row ul li {
    list-style-position: inside;
    font-size: 20px;
}

.offer_main>.row ul li {
    list-style-position: inside;
    font-size: 20px;
    position: relative;
    list-style-type: unset;
    list-style-type: none;
    padding-left: 18px;
}

.offer_main {
    display: flex;
}

.offer_main>.row {
    flex-direction: column;
}

.offer_main>.row>div {
    width: 100%;
}

.offer_main>.row>div h2.h2 {
    font-size: 28px;
    font-weight: 400;
}

.offer_main>.row ul {
    list-style-type: unset;
}

.offer_main>.row ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50px;
}

.offer_main>.row ul li::marker {
    display: none;
}

.offer_main>.row ul li {
    list-style-type: none;
    padding-left: 18px;
}

.offer_main>.row .levels-of-sedation-img {
    border-radius: 20px;
    overflow: hidden;
}

.offer_main>.row .levels-of-sedation-img img {max-width: 100%;/* object-fit: cover; */}

.offer_main>.row ul li:not(last-child) {
    margin-bottom: 10px;
}

.why-consider-sedation .row {
    align-items: center;
}

.why-consider-sedation .row ul li {
    list-style-position: inside;
}

.why-consider-sedation .row ul {
    margin: 15px 0;
}

.why-consider-sedation p {
    font-size: 21px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3;
}


.service-page-scroll-sec .main-row .icon-comon {
    width: 75px;
    height: 75px;
    background-color: var(--white);
    box-shadow: 0 0 14px 0 #0000001F;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -150px);
}


/* services scroll sec end*/




/* sage-cta-section-main */
.sage-cta-section-main {
    background-color: var(--light_gray);
    /*background-color:#f8f8f8;*/
    padding: 60px 0 60px 0;
    border-radius: 0 0 0 100px;
    position: relative;
}

.sage-cta-section-main .inner_main {
    display: flex;
    gap: 57px;
    flex-wrap: wrap;
    align-items: center;
}

.sage-cta-section-main .inner_main>div {
    width: calc(100% / 2 - 29px);
}

.sage-cta-section-main .inner_main .img_sec {
    display: flex;
    gap: 16px;
}

.sage-cta-section-main .inner_main .img_sec img {
    border-radius: 30px;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.sage-cta-section-main .img_one {
    width: 100%;
}

.sage-cta-section-main .inner_main .img_sec:has(.cta-img.img_2) .cta-img.img_one {
    width: 65%;
}

.sage-cta-section-main .img_2 {
    width: 35%;
}

.sage-cta-section-main p.small-p {
    margin: 16px 0 24px;
}

.sage-cta-section-main .cta-buttons {
    display: flex;
    align-items: center;
    gap: 22px;
}


.cta-content .phone_icon a.animate-btn-main {
    flex-direction: row;
    display: flex;
    gap: 7px;
    padding-inline: 38px;
}

.cta-content .phone_icon a.animate-btn-main svg {
    right: auto;
    left: 20px;
    opacity: 1;
    top: 14px;
    position: static;
}

.cta-content .phone_icon a.animate-btn-main:hover svg path {
    fill: var(--white);
}


/* sage-cta-section-main end */


/* solicitar start */
section.uber-health {
    background: transparent;
    padding: 120px 0px 80px;
}
 
section.uber-health .uber-health-left h3 {
    background: linear-gradient(185.65deg, #1C689C 33.11%, #0AA7D6 78.74%, #76A449 103.06%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
section.uber-health .uber-health-right {
    border: 0;
    padding: 0;
}
 
section.uber-health .uber-health-right img.img-fluid {
    filter: invert(61%) sepia(44%) saturate(6832%) hue-rotate(163deg) brightness(120%) contrast(90%);
}
 
section.uber-health .uber-health-right h4 {
    color: #000;
}
section.uber-health .uber-health-right img.img-fluid {
    filter: invert(52%) sepia(39%) saturate(356%) hue-rotate(88deg) brightness(103%) contrast(143%);
}
section.uber-health .uber-health-left img {
    width: 100%;
    max-width: 200px;
}
/* end solicitar end*/

.content.iner-pages .entry-content>p {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
}

.main-wrapper p {
    font-size: 24px;
    line-height: 1.4;
}
section.sagecare-banne-bottom .row {
    margin: 0;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}


.sagecare-banne-bottom ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.sagecare-banne-bottom ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50px;
}
section.sagecare-banne-bottom .row a.main-btn.left.fit-content {
    margin-top: 20px;
}
section.ready-to-save {
    background-color: var(--light_gray);
    margin-top: 0px !important;
    text-align: center;
}
section.ready-to-save p {
    margin: 20px 0 15px;
}

section.disclimer-saving {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

section.disclimer-saving p {
    margin: 20px auto 40px;
    max-width: 1190px;
}

section.disclimer-saving .btn-flex {
    justify-content: center;
    align-items: center;
}



.sagecare-savings-banner.dental-single-detail-post.location_winter {
    padding: 0;
    margin: 0;
}

.current-offers.winter_offer {
    background-color: #fff;
}

.current-offers.winter_offer .iner {
    margin: 150px 0 50px;
    text-align: center;
        background-image: url(https://simpleseogroup.co/sagephase2/wp-content/uploads/2025/12/bgcounter.png);
    background-color: #1388BA;
    border-radius: 20px;
    padding: 60px 15px;
}

.current-offers.winter_offer .iner h2 {
    padding: 0;
    text-align: center;
    margin-bottom: 19px;
}


.current-offers.winter_offer a.animate-btn-main:hover {
    background: #fff;
    border-color: #fff;
}
.financing-dental.padding-100.winter_finacing {
    background-color: #fff;
}
.current-offers.winter_offer a.animate-btn-main:hover span {
    color: #1C689C;
}

.current-offers.winter_offer a.animate-btn-main:hover svg path {
    fill: #1C689C;
}

.locations-offer.winter_location .icon-box svg {
    fill: transparent;
}


.current-offers.winter_offer .iner h3 {
    padding: 0;
    color: #000;
    font-size: 30px;
}

.current-offers.winter_offer .iner h4 {
    margin-inline: auto;
    line-height: 1.3;
    font-size: 33px;
}
.tax-service-content p {
    font-size: 24px;
    line-height: 1.5;
    color: #212121;
}
.row.blue-sect-new .sagecare-member  {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.row.blue-sect-new .sagecare-member.open {
  opacity: 1;
  transform: translateY(0);
}

.service-page-scroll-sec .main-row>div:has(.inro) ul {
    margin: 0 0 30px;
}
section.uber-health .uber-health-right h4 {
    font-family: 'Circe' !important;
}


section.find-densit .gird-cmn-left img.sage-care-img {
    max-width: 186px;
}
section.suport-terms img {
    max-width: 180px;
}