* {

    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;

}

p {

    color: #212121;

}

.container_main {

    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 {

    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 {

    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;

}



a.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 #0D9DCD;

    padding: 14px 52px 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;

}



.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: 90px;

    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;

}





.main-bar-top {

    background: #E8E8E8;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    font-family: var(--circe_font);

}



.main-bar-top p {

    font-weight: 500;

    font-size: 15px;

    line-height: 100%;

    letter-spacing: 0;

}



.main-bar-top a {

    background: #6DBB69;

    max-width: 135px;

    width: 100%;

    text-align: center;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    font-size: 16px;

    line-height: 100%;

    letter-spacing: 0;

    text-transform: uppercase;

    color: #fff;

    border: 1px solid #6DBB69;

    transition: all 0.4s ease;

}



/* banner css */

.baner {

    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/02/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: 1288px;

    height: 1057px;

    background-repeat: no-repeat;

    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/02/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://sub2.simpleseogroup.co/wp-content/uploads/2026/02/banner_bottm-1.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);

    line-height: 1.2;

    font-size: 27px;

}







/* 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: 18px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
}



.baner .wave-svg {

    width: 100%;

    overflow: visible;

}





/* 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: 63px;
    left: unset;
    right: 100%;
}
.wave-item.svg-wave-two.white_svg button.wave-btn {

    top: 26px;

}

.wave-item.svg-wave-three.green_svg button.wave-btn {

    top: 89px;

}

.wave-item.svg-wave-four.blue_svg button.wave-btn {

    top: 84px;

}



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;

}



.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://simpleseogroup.co/sagephase2/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://sub2.simpleseogroup.co/wp-content/uploads/2026/02/Subtract-1.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://sub2.simpleseogroup.co/wp-content/uploads/2026/02/Subtract-1-2.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: 470px;

}



.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%;

}



.all_services_sec .card-wraper .card_main .info h3 {

    font-size: 27px;

    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 .info {

    align-items: flex-end;

    gap: 20px;

}

.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;

    color: #fff;

    line-height: 1.3;

    margin-top: 12px;

    font-size: 20px;

}



.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);

}



/* tecnology */

.technology_sec {

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

    position: relative;

    padding: 170px 0 0px;

    margin-top: -130px;

}
.main-sec-video-home {
    background: #fff;
    padding-bottom: 100px !important;
    border-radius: 0px 0px 0px 130px;
    z-index: 2;
    position: relative;
    padding-top: 0 !important;
}

.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: 0px 0 100px 80px;

    width: 54%;

    display: flex;

    flex-flow: column;

    justify-content: center;

}



.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;

    color: #fff;

}

.technology_sec .wrapper .right ul {

    list-style-position: inside;

}



.technology_sec .wrapper .right ul li {

    font-size: 20px;

    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;

    background-color: var(--white);

    border-radius: 0 150px 0 0;

}



.counter_sec .counter_main {

    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/02/bgcounter.png);

    background-color: #1388BA;

    border-radius: 20px;

    padding: 60px 15px;

    background-size: cover;

    background-position: center;

}



.counter_sec .counter-box {

    text-align: center;

    padding: 20px 0;

}

.counter_sec .counter-box span.counter {

    display: block;

    font-size: 30px;

    font-weight: 700;

    line-height: 100%;

    margin: 20px 0 13px;

    min-height: 55px;

    max-height: 55px;

}

.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;

}









.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 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 .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: 236px;

}



.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: -156px;

}



.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 .inro {

    opacity: 0.5;

    transform: translateY(20px);

}



.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;

}



.testimonial_sec .infor .wrapper p {

    font-size: 24px;

    font-weight: 400;

    color: var(--white);

    line-height: 1.5;

}



.testimonial_sec .infor .wrapper .img {

    width: 90px;

    position: relative;

}



.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;

}



.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: 327px;

    width: 4px;

    background-color: var(--white);

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

}



/* 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 .wraper {

    position: relative;

    padding: 0vw 0 2vw;

    min-height: 630px;

}



.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;

}







/* 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 {

    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: 10px;

}





.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 {

    min-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 {

    min-width: 140px;

    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;

}



.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;

}



/* footer css end */



header .nav_links .menu-header-menu-container ul.navbar-nav {

    margin-left: 0;

}







@media(max-width:1580px) {

    .container_main {

        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;*/

    /*}*/

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu li {



        max-width: 305px;

    }



    .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: 820px;

        height: 90px;

    }

    .wave-item.svg-wave-four.blue_svg button.wave-btn {

        top: 46px;

    }

    .wave-item.svg-wave-three.green_svg button.wave-btn {

        top: 52px;

    }



    .wave-item.svg-wave-one.yellow_svg button.wave-btn {

        top: 46px;

    }



    .wave-item.svg-wave-two.white_svg button.wave-btn {

        top: 10px;

    }

    .baner .wave-btn .btn-inner {

        font-size: 18px;

    }

    .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 {

        left: -208px;

    }

}



@media(max-width:1439px) {

    .container_main {

        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: 520px;*/

    /*    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 {

        font-size: 22px;

        line-height: 1.5;

    }



    .counter_sec .counter-box span.counter {

        font-size: 32px;

    }



    .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 {

        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;

    }





    .scroll_sec .main_wrapper {

        row-gap: 210px;

    }



    .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: 500px;*/

    /*    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: 380px;

    }



    .scroll_sec .main-row .img-div {

        border-radius: 15px;

        overflow: hidden;

    }



    .scroll_sec .main-row .img-div img {

        width: 100%;

        height: 380PX;

        object-fit: cover;

    }



    .baner .info h1 {

        font-size: 62px;

        line-height: 72px;

    }



    .baner .wave-wrapper {

        max-width: 755px;

    }



    .wave-item.svg-wave-one.yellow_svg button.wave-btn {

        top: 32px;

    }



    .wave-item.svg-wave-four.blue_svg button.wave-btn {

        top: 45px;

    }



    .wave-item.svg-wave-three.green_svg button.wave-btn {

        top: 48px;

    }



    .wave-item.svg-wave-two.white_svg button.wave-btn {

        top: 11px;

    }





}



@media(max-width:1279px) {

    header nav.navbar>.nav_links>.menu-header-menu-container>ul.navbar-nav>li.menu-item-has-children>.sub-menu {

        padding-right: 300px !important;

    }



    .container_main {

        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: 30px;

    }



    .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;

    }



    header .phone a {

        font-size: 18px;

    }



    header nav.navbar a.navbar-brand {

        top: 6px;

    }

}





/*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://sub2.simpleseogroup.co/wp-content/uploads/2026/02/top-1.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;

}



/*new css add*/

.baner .info .btn-wpper {

    margin-top: 20px;

}



.technology_sec .wrapper .right .last {

    position: absolute;

    bottom: 0;

    right: 20px;

    max-width: 90%;

}



.technology_sec .wrapper .right {

    position: relative;

}



section.few_dental {

    background: #fff;

    margin: 0;

    padding: 30px 0px 80px;

    border-radius: 0px 0px 0px 130px;

    z-index: 2;

    position: relative;

}



.counter_sec:after {

    display: none;

}



.counter_sec p {

    font-style: unset;

    font-size: 21px;

    color: #fff;

    font-weight: 400;

    line-height: 28px;

}



.counter_sec .four {

    padding: 0 16px;

}



.counter_sec .counter_main .row {

    margin: 0;

}

.counter_sec .counter_main .row .four {

    margin-bottom: 25px;

}



.counter_sec .counter_main .row .four:nth-child(4) {

    border: unset;

}

section.few_dental .wrapper {

    gap: 52px;

    align-items: center;

}



section.few_dental .wrapper .left {

    width: 100%;

    max-width: 50%;

}



section.few_dental .wrapper .left img {

    width: 100%;

    border-radius: 15px;

}



section.few_dental .wrapper .right {

    width: 100%;

    max-width: calc(50% - 52px);

}

section.few_dental .wrapper .right p.small-p {

    font-weight: 400;

    font-size: 24px;

    line-height: normal;

    letter-spacing: 0;

    color: #212121;

    margin: 15px 0px 21px;

}

section.few_dental .wrapper ul {

    list-style-position: inside;

    font-size: 20px;

}

section.few_dental .wrapper ul li {

    font-size: 20px;

    margin-bottom: 6px;

    color: #212121;

}
section.interested-sec-working {
    border-radius: 0px 0px 0px 140px;
    margin-top: -120px;
    padding: 90px 0px;
    position: relative;
    background: linear-gradient(to top, #EEEFEA 60%, #ffffff 100%);
    z-index: 5;
}

section.interested-sec-working .container .row {

    align-items: center;

    display: grid;

    grid-template-columns: 720px calc(100% - 762px);

    gap: 40px;

    margin: 0;

}
body.page-id-65 section.interested-sec-working {
    border-radius: 0px 0px 0px 140px;
}


section.interested-sec-working .container .row .col-md-6 {

    width: 100%;

    padding: 0;

}



section.interested-sec-working .container .row .content-box-instrect h2.h2 {

    margin: 0 0 10px;

    max-width: 730px;

    width: 100%;

}



section.interested-sec-working .container .row .content-box-instrect p {

    font-family: Circe;

    font-weight: 400;

    font-size: 22px;

    line-height: 100%;

    letter-spacing: 0;

    margin: 0 0 31px;

}



header nav.navbar .phone svg,
.main-footer .col_div.col_4 .contact-item:nth-child(2) span.icon svg {

    animation: ring 1.5s infinite ease-in-out;

    transform-origin: 50% 50%;

}



section.interested-sec-working .container .row .image-box-instrect {

    display: flex;

    gap: 16px;

}



section.interested-sec-working .container .row .content-box-instrect h2.h2 {

    font-family: Circe;

    font-weight: 300;

    font-size: 55px;

    line-height: 75px;

    letter-spacing: 0;

    text-transform: capitalize;

    max-width: 693px;

}



.main-footer .col_div.col_1 p {

    color: #fff;

}



.few_dental .wrapper .insurance_box_image img.img-fluid {

    border-radius: 15px;

}



section.interested-sec-working .container .row .content-box-instrect p {

    font-family: Circe;

    font-weight: 400;

    font-size: 24px;

    line-height: 33px;

    letter-spacing: 0;

}



@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);

    }

}



;



.comon_blue_sec {

    padding: 150px 0 80px;

}

.comon_blue_sec .row {

    margin: 0;

    background-color: #e7f4f9;

    border-radius: 15px;

    overflow: hidden;

}



.comon_blue_sec .row>div {

    padding: 0;

}



.comon_blue_sec .connect-with-sage-dental {

    background-color: #e7f4f9;

    height: 100%;

    padding: 40px 25px 40px 40px !important;

}

.comon_blue_sec .btn-wpper {

    margin-top: 30px;

}

.service-page-scroll-sec .section-btn-wrapper a.animate-btn-main {

    max-width: max-content;

    margin-inline: auto;

}

.page-title.main {

    position: relative;

    z-index: 3;

    background: #fff;

    border-radius: 0px 0px 0px 130px;

}



.page-title.main div#post-299 {

    padding: 160px 0px 0px;

    margin: 0;

}



.page-title.main h1.entry-title {

    color: var(--green-color);

    font-size: 45px;

    line-height: 60px;

    font-weight: 400;

    margin: 0;

    padding: 0;

}



.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%);

}

.page-id-354 .page-title.main {

    padding: 160px 0px 100px;

}

section.inner-banner-sec {

    padding: 150px 0px 70px;

    background: transparent;

}



section.inner-banner-sec .container .row {

    margin: 0;

    background-color: rgb(231, 244, 249);

    margin: 0px;

    border-radius: 15px;

    overflow: hidden;

    align-items: stretch;

}



section.inner-banner-sec .container .row .inner-baner-right {

    margin: 0;

    padding: 0;

    height: 100%;

}



section.inner-banner-sec .container .row .inner-baner-right img {

    padding: 0;

    height: 100%;

    object-fit: cover;

}



.inner-baner-left {

    padding: 40px 25px 40px 40px !important;

}



section.inner-banner-sec .container .row>.col-md-6 {

    height: auto;

    flex: unset;

    padding: 0;

}

.inner-baner-left .border-mint-btn a {

    border: 2px solid #0D9DCD;

    font-size: 18px;

    color: #0D9DCD;

    font-family: 'Circe';

    margin: 0 0 16px;

    border-radius: 10px;

    font-weight: 900;

    text-transform: uppercase;

    padding: 12px 40px 12px 40px;

    transition: all 0.4s ease;

    display: flex;

    max-width: max-content;

    align-items: center;

    gap: 20px;

    position: relative;

}

.inner-baner-left .border-mint-btn a svg {

    display: none;

    position: absolute;

    right: 30px;

}

.inner-baner-left .border-mint-btn a:hover svg {

    display: block;

}

.inner-baner-left .border-mint-btn a:hover {

    color: #fff;

    padding-left: 20px;

    padding-right: 84px;

    justify-content: start;

    border: 2px solid transparent;

    background: linear-gradient(90deg, #0D9DCD 20%, #1C689C 120%);

    min-height: 55px;

    display: flex;

    align-items: center;

}

section.inner-banner-sec .container .row .inner-baner-left h1 {

    font-size: 60px;

    line-height: 60px;

    font-family: 'Circe';

    font-weight: 500;

}



section.inner-banner-sec .container .row .inner-baner-left p.two-four {

    max-width: 100%;

    color: var(--blue-two);

}





section.comman-sec-padding .content-wrap h3 {

    font-family: 'Circe';

    margin: 0 0 16px;

    font-weight: 400;

    color: #000;

}



section.comman-sec-padding .content-wrap p {

    font-family: 'Circe';

}

section.comman-sec-padding .content-wrap {

    margin: 0;

}



section.comman-sec-padding .content-wrap h3 {

    font-family: 'Circe';

    margin: 0 0 16px;

    font-weight: 400;

    color: #000;

}



section.comman-sec-padding .content-wrap p {

    font-family: 'Circe';

}



section.comman-sec-padding .content-wrap-bg {

    padding: 40px;

    border-radius: 20px;

    background: linear-gradient(-80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);

}



section.comman-sec-padding .content-wrap-bg h3 {

    font-family: 'Circe';

    color: #fff;

}



section.comman-sec-padding .content-wrap-bg p.two-six {

    color: #fff;

    font-family: 'Circe';

}



section.comman-sec-padding .content-wrap-bg .content-wrap-inner {

    margin: 0 0 30px;

}



section.comman-sec-padding .content-wrap-bg .bg-sec-fraud {

    display: grid;

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

    gap: 20px;

}



section.comman-sec-padding .content-wrap-bg .bg-sec-fraud>.content-common-sec {

    padding: 30px 20px;

    flex-flow: column;

    margin: 0;

}



section.comman-sec-padding .content-wrap-bg .bg-sec-fraud>.content-common-sec>.col-md-3 {

    width: 100%;

    order: 1;

}



section.comman-sec-padding .content-wrap-bg .bg-sec-fraud>.content-common-sec>.col-md-9 {

    width: 100%;

    order: 2;

}



section.comman-sec-padding .content-wrap-bg .bg-sec-fraud>.content-common-sec>.col-md-9 p.two-nine {

    padding: 0;

    font-size: 22px;

    line-height: normal;

}



section.comman-sec-padding .row {

    margin: 0;

}


section.content-wrapper-sec.comman-sec-padding .encounter-sec h3 {

    font-family: 'Circe';

    text-align: center;

}



section.content-wrapper-sec.comman-sec-padding .encounter-sec .encounter-wrap {

    text-align: center;

}



section.content-wrapper-sec.comman-sec-padding .encounter-sec .encounter-wrap a.yellow-btn {

    margin: 20px auto 0px;

}



a.yellow-btn {

    border: 0;

    padding: 14px 52px 13px;

    font-size: 18px;

    font-weight: 700;

    border-radius: 10px;

    position: relative;

    line-height: 1.2;

    background-color: transparent;

    transition: var(--transition_main);

    justify-content: center;

    min-height: 55px;

    display: flex;

    align-items: center;

    color: #fff;

    font-family: 'Circe';

    max-width: max-content;

    letter-spacing: 0;

    background-image: var(--gradient_main);

    transition: all 0.4s ease;

}



a.yellow-btn:hover {

    background-color: var(--blue-two) !important;

    background-image: unset;

}

section.what-is-dso-sec {

    background: #fff;

    position: relative;

    z-index: 2;

    border-radius: 0px 0px 0px 130px;

}



section.what-is-dso-sec .row .practice-locations .what-is-dso-sec-content {

    padding: 40px;

}



section.what-is-dso-sec .row .what-is-dso-sec-img img {

    width: 100%;

}



body.page.page-id-2 .page-title.main {

    padding: 160px 0px 60px;

}



body.page.page-id-2 .page-title.main .entry-content {

    margin: 30px 0px 0px;

}



body.page.page-id-2 .page-title.main .entry-content p {

    font-size: 20px;

    color: var(--black);

    line-height: 28px;

    font-weight: 500;

}



.scroll_sec .main-row .svg-wrap-new {

    position: absolute;

    top: -236px;

    left: 50%;

    transform: translate(-50%, 0px);

}



.scroll_sec .main-row .svg-wrap-new svg {

    position: absolute;

    top: 0;

    left: 0;

    height: 236px;

    width: 100% !important;

}

.scroll_sec .main-row .svg-wrap-new {

    position: absolute;

    top: -236px;

    left: 50%;

    transform: translate(-50%, 0px);

}



.scroll_sec .main-row .svg-wrap-new svg {

    position: absolute;

    top: 0;

    left: 0;

    height: 236px;

    width: 100% !important;

}



.scroll_sec .main-row>div .inro h2.h2 {

    margin: 0 0 35px;

}



.scroll_sec .main-row>div .inro ul {

    padding: 0 0 0 20px;

    font-size: 24px;

    color: #000;

}



.scroll_sec .main-row>div .inro p {

    font-size: 24px;

}

/* services scroll sec */

.service-page-scroll-sec {

    padding: 101px 0 0px;

}

body.page-id-45 section.service-page-scroll-sec.secroll_sec_new {

    padding: 101px 0 190px;

}

.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;

}



.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_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%);

}

.secroll_sec_new .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%);

}



.secroll_sec_new .main-row .icon-comon.icon_top {

    top: -151px;

}



.secroll_sec_new .main-row .icon-comon.icon_bottom {

    bottom: -116px;

}

.secroll_sec_new .main-row span.icon-comon.icon_four,
.secroll_sec_new .main-row .icon-comon.icon_last,
.secroll_sec_new .main-row .icon-comon.icon_five {

    top: -156px;

}



section.benefit-page-scroll-sec {

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

    position: relative;

    padding: 200px 0;

    margin-top: -130px;

}



section.benefit-page-scroll-sec .container_main {

    display: flex;

    flex-wrap: wrap;

    gap: 26px;

    justify-content: center;

}



section.benefit-page-scroll-sec h1.main-heading {

    text-align: center;

    color: #fff;

    background: transparent;

    -webkit-text-fill-color: unset;

    background-clip: unset;

    width: 100%;

    font-size: 65px;

    margin: 0 0 20px;

}



section.benefit-page-scroll-sec .container_main .main-row {

    max-width: calc(100%/3 - 20px);

    width: 100%;

}



section.benefit-page-scroll-sec .container_main .main-row .left {

    height: 100%;

    padding: 30px 20px;

    border: 1px solid #ddd;

    border-radius: 20px;

    background: #fff;

    box-shadow: 0px 0px 4px #ddd;

    transition: all 0.4s ease;

}

section.benefit-page-scroll-sec .container_main .main-row .left:hover {

    transform: scale(1.04);

    box-shadow: 0px 0px 12px #ddd;

}
section.benefits-of-position.comman-sec-padding {
    margin-top: 0;
    border-radius: 0px 130px 0px;
    padding: 40px 0px 190px;
    background: linear-gradient(to top, #EEEFEA 60%, #ffffff 100%);
}

section.unique-benefits-of-position .unique-benefits-box {

    text-align: center;

    padding: 10px 0px;

}

section.benefits-of-position.comman-sec-padding .row {

    margin: 0;

}

section.benefits-of-position.comman-sec-padding .row h3.h3 {

    font-size: 40px;

}

section.benefits-of-position.comman-sec-padding .row p {

    font-size: 24px;

    line-height: normal;

    color: #000;

}



section.ready-to-pair-sec.comman-sec-padding {

    padding: 120px 0px 70px;

    margin-top: -130px;

    border-radius: 0px 130px 0px 0px;

    background: linear-gradient(80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);

}

section.ready-to-pair-sec.comman-sec-padding img.img-fluid {

    width: 100%;

}

section.ready-to-pair-sec.comman-sec-padding .ready-to-pair h4 {

    color: #fff;

}

section.ready-to-pair-sec.comman-sec-padding .ready-to-pair p {

    font-size: 24px;

    color: #fff;

    line-height: 34px;

}

section.find-jobs-btn {

    background: #fff;

    position: relative;

    padding: 40px 0px 160px !important;

}

section.find-jobs-btn .container {

    display: flex;

    justify-content: center;

    gap: 20px;

}

section.benefit-page-scroll-sec .left .inro {

    text-align: center;

}

section.service-page-scroll-sec.secroll_sec_new {

    position: relative;

    z-index: 3;

}

section.benefit-page-scroll-sec .left .inro h2.h2 {

    font-size: 35px;

    font-weight: 500;

    color: #000;

    margin: 13px 0px;

}



section.benefit-page-scroll-sec .container_main .main-row .left p.small-p {

    font-size: 22px;

}

.service-page-scroll-sec .inro p,
.service-page-scroll-sec .inro ul li {

    font-size: 24px;

    line-height: normal;

    color: #000;

}



.service-page-scroll-sec .inro ul {

    padding: 0 0 0 23px;

    margin: 30px 0px;

}

section.sage-cta-section-main {

    background: #eeefea;

    position: relative;

    padding: 100px 0;

    position: relative;

    z-index: 1;

    border-radius: 0px 0px 0px 130px;

}

section.sage-cta-section-main .inner_main {

    display: grid;

    gap: 30px;

    grid-template-columns: 1fr 1fr;

    align-items: center;

}



section.sage-cta-section-main .inner_main>div {

    width: 100%;

}

section.sage-cta-section-main .inner_main>div .cta-content .cta-buttons.with_icons a.animate-btn-main svg path {

    fill: #fff;

}

section.sage-cta-section-main .inner_main>div .img_sec {
    position: relative;
}



section.sage-cta-section-main .inner_main>div .img_sec img {

    width: 100%;

    border-radius: 15px;

}



section.sage-cta-section-main .inner_main>div .img_sec .cta-img.img_2 {

    position: absolute;

    bottom: -62px;

    max-width: 250px;

    width: 100%;

    right: 0;

}





section.sagesafe-adapting {

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

    position: relative;

}



section.sagesafe-adapting .container .sagesafe-adapting-inner {

    border: 0;

    text-align: center;

}



section.sagesafe-adapting .container .sagesafe-adapting-inner h2 {

    color: #fff;

}



section.sagesafe-adapting .container .sagesafe-adapting-inner p {

    font-size: 24px;

    line-height: normal;

    color: #fff;

}



section.sagesafe-adapting img.img-fluid.career-sagesafe-banner-float {

    top: -60px;

    max-width: 150px;

}

section.sagesafe-adapting img.img-fluid.career-sagesafe-banner-float {

    animation: rotateSmooth 12s linear infinite;

    transform-origin: center center;

}



@keyframes rotateSmooth {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}





section.search-skil {

    padding: 40px;

    background: var(--gradient_main);

}



section.search-skil .search-skil-inner {

    border-radius: 10px;

    padding: 50px 0px;

    background: transparent;

}



section.search-skil .search-skil-inner .col-md-3 button {

    text-decoration: unset;

    padding: 13px 52px;

    border-radius: 10px;

    font-size: 18px;

    font-weight: 700;

    line-height: 100%;

    display: inline-block;

    text-transform: uppercase;

    border: 2px solid #fff;

    color: #fff;

    background-color: unset;

}



section.search-skil .search-skil-inner input {

    border-radius: 10px;

}

section.sage-cta-section-main .inner_main>div .cta-content h2.h2 {

    margin: 0 0 30px;

    color: #000;

}



section.sage-cta-section-main .inner_main>div .cta-content p.small-p {

    color: #000;

    margin: 0 0 20px;

}



section.sage-cta-section-main .inner_main>div .cta-content .cta-buttons.with_icons {

    display: flex;

    gap: 20px;

}



section.sage-cta-section-main .inner_main>div .cta-content .cta-buttons.with_icons a.animate-btn-main {

    border: 2px solid #fff;

    color: #fff;

    background-color: unset;

}

section.sage-cta-section-main .inner_main>div .cta-content .cta-buttons.with_icons a.animate-btn-main span.text {

    color: #fff;

    -webkit-text-fill-color: unset;

}



section.sage-cta-section-main .inner_main>div .cta-content .cta-buttons.with_icons a.animate-btn-main:hover {

    border: 2px solid transparent;

}



section.sagesafe-works {

    padding: 60px 0px;

}



section.sagesafe-works h2 {

    text-align: center;

    font-size: 55px;

    margin: 0 0 10px;

    line-height: normal;

}



section.sagesafe-works p {

    text-align: center;

    font-size: 24px;

    max-width: 740px;

    margin: 0 auto;

}



section.sagesafe-works .row.sagesafe-works-row {

    gap: 20px;

    display: grid;

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

    padding: 60px 0px 0px;

}



section.sagesafe-works .row.sagesafe-works-row>.col-md-3 {

    width: 100%;

    border: 1px solid #ddd;

    padding: 20px;

    box-shadow: 0px 0px 15px #ddd;

    border-radius: 20px;

    background: linear-gradient(60.03deg, #6DBB69 26.1%, #6FA189 89.5%);

}



section.sagesafe-works .row.sagesafe-works-row>.col-md-3 h5 {

    font-size: 22px;

    margin: 0 0 16px;

    letter-spacing: 0;

    text-transform: capitalize;

    font-weight: 500;

    color: #fff;

}



section.sagesafe-works .row.sagesafe-works-row>.col-md-3 p {

    line-height: 27px;

    font-size: 20px;

    color: #fff;

}

section.glassdoor-reviews {

    background: #fff;

    position: relative;

    border-radius: 0px 0px 0px 130px;

    padding: 50px 0px 230px;

}

section.glassdoor-reviews h2 {

    text-align: center;

    margin: 0 0 30px;

}



section.glassdoor-reviews img.img-fluid {

    width: 100%;

}



section.what-is-dso-sec .row .practice-locations .what-is-dso-sec-content span.text-span {

    background: linear-gradient(60.03deg, #6DBB69 26.1%, #6FA189 89.5%);

    color: #fff;

    padding: 4px 14px;

    display: block;

    max-width: max-content;

    border-radius: 30px;

    margin: 0 0 10px;

}

section.what-is-dso-sec .row .practice-locations .what-is-dso-sec-content p {

    font-size: 24px;

    line-height: normal;

    margin: 0 0 14px;

}

section.what-is-dso-sec .row .practice-locations .what-is-dso-sec-content p {

    font-size: 24px;

    line-height: normal;

    margin: 0 0 14px;

}





section.top-dentists-sec.comman-sec-padding .top-dentists-left {

    text-align: center;

    display: grid;

    /*grid-template-columns: 1fr 1fr;*/

    gap: 10px 40px;

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

}

section.top-dentists-sec.comman-sec-padding .top-dentists-left h3 {

    color: #fff;

    margin: 0 0 14px;

    font-size: 40px;

}

section.top-dentists-sec.comman-sec-padding .top-dentists-left p {

    font-size: 20px;

    margin: 0 auto 15px !important;

    color: #fff;

    text-align: left;

    line-height: 32px;

}

section.top-dentists-sec.comman-sec-padding .top-dentists-left h3 {
    width: 100%;
    grid-column: span 2;
    font-size: 55px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}




section.comman-sec-padding .row .col-md-12 {

    padding: 0;

}



section.top-dentists-sec.comman-sec-padding .top-dentists-left ul {

    max-width: max-content;

    margin: 0 auto 20px;

    color: #fff;

    text-align: left;

}



section.top-dentists-sec.comman-sec-padding .top-dentists-left ul li {

    color: #fff;

    font-size: 20px;

    margin: 0 0 15px;

    list-style: none;

    line-height: 30px;

}



section.teams-section {

    padding: 60px 0px 200px;

    position: relative;

    z-index: 5;

    background: #fff;

}



section.teams-section>.container {

    max-width: 1530px;

    margin: 0 auto;

    text-align: center;

    background: var(--gradient_main);

    padding: 30px;

    border-radius: 20px;

}



section.teams-section>.container h2.teams-heading {

    margin: 0 0 20px;

    font-size: 35px;

    color: #fff;

}



section.teams-section>.container p.teams-description {

    font-size: 24px;

    max-width: 900px;

    margin: 0 auto 20px;

    color: #fff;

    line-height: 30px;

}



section.teams-section>.container .teams-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    margin: 40px 0px;

}



section.teams-section>.container .teams-buttons a.site-btn {

    border: 2px solid #fff;

    border-radius: 10px;

    padding: 11px 30px;

    height: auto;

    line-height: normal;

    min-height: unset;

}

section.unique-benefits-of-position.comman-sec-padding {

    padding: 60px 0px 0px;

}



section.unique-benefits-of-position.comman-sec-padding h3.h3 {

    text-align: center;

    font-size: 55px;

    margin: 0 0 10px;

}


body.page-id-283 section.find-jobs-btn.pt-2.mb-4 {

    padding-bottom: 0;

}

section.unique-benefits-of-position.comman-sec-padding p.sub-heading {

    font-family: Circe;

    font-weight: 400;

    font-size: 24px;

    line-height: 100%;

    letter-spacing: 0px;

    text-align: center;

    margin: 20px 0px 44px;

}

section.unique-benefits-of-position.comman-sec-padding .row {

    border-radius: 20px;

    padding: 40px 15px;

    background: linear-gradient(90deg, rgb(13, 157, 205) 0%, rgb(28, 104, 156) 100%);

    margin: 40px 0px;

    column-gap: 12px;

    row-gap: 14px;

}

section.unique-benefits-of-position.comman-sec-padding .row img {

    width: 80px;

    height: 80px;

    object-fit: contain;

}



section.unique-benefits-of-position.comman-sec-padding .row p {

    margin: 20px 0px;

    color: #fff;

    letter-spacing: 0;

}



section.unique-benefits-of-position.comman-sec-padding .row>.col-6 {

    width: 100%;

    max-width: calc(16.6667% - 10px);

    flex: 100%;

}



section.unique-benefits-of-position.comman-sec-padding .row>.col-6:nth-child(n+7) {

    position: relative;

}



section.unique-benefits-of-position.comman-sec-padding .row>.col-6:nth-last-child(n+7):After {

    content: "";

    position: absolute;

    width: 97%;

    height: 1px;

    bottom: -6px;

    left: 10px;

    background: rgba(255, 255, 255, 0.18);

}



section.unique-benefits-of-position.comman-sec-padding .row>.col-6 {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
}



section.unique-benefits-of-position.comman-sec-padding .row>.col-6:first-child,
section.unique-benefits-of-position.comman-sec-padding .row>.col-6:nth-child(7) {

    border: 0;

}

section.video-sec {

    padding: 60px 0px 60px;

}

section.video-sec .video-heading {

    text-align: center;

    font-size: 55px;

    margin: 0 0 0px;

    line-height: normal;

}



section.video-sec .video-description {

    text-align: center;

    font-size: 24px;

    margin: 0 0 30px;

    color: #212121;

}

section.what-is-dso-sec .row .what-is-dso-sec-img img {

    width: 100%;

    max-height: 600px;

    object-fit: cover;

    border-radius: 0px 20px 20px 0px;

}
section.video-sec .container h3.h3 {

    text-align: center;

    margin: 0 0 30px;

    font-size: 55px;

    background: linear-gradient(117deg, #1C689C 103.11%, #0AA7D6 128.74%, #76A449 93.06%);

    -webkit-text-fill-color: transparent;

    background-clip: text;

    font-weight: 300;

    letter-spacing: 0;

}



section.future-of-dentistry.comman-sec-padding {

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

    position: relative;

    padding: 90px 0;

}



section.future-of-dentistry.comman-sec-padding .future-of-dentistry-left {

    padding-right: 30px;

}



section.future-of-dentistry.comman-sec-padding .future-of-dentistry-left h3 {

    font-size: 45px;

    color: #fff;

    margin: 0 0 20px;

}



section.future-of-dentistry.comman-sec-padding .future-of-dentistry-left p {

    font-size: 24px;

    line-height: normal;

    color: #fff;

}



section.future-of-dentistry .row>.col-md-6 {

    padding: 0;

    width: 100%;

}

section.future-of-dentistry .row {

    margin: 0;

    display: grid;

    grid-template-columns: 1.5fr 1fr;

    gap: 70px;

}

section.who-is-awesome-sec.comman-sec-padding {

    border: 0;

    padding: 60px 0px;

}



section.who-is-awesome-sec.comman-sec-padding>.row {

    justify-content: center;

}



section.who-is-awesome-sec.comman-sec-padding>.container>.row>.col-md-6 {

    width: 100%;

    text-align: center;

}





section.who-is-awesome-sec.comman-sec-padding>.container>.row>.col-md-6 h3.h3 {

    text-align: center;

    font-size: 55px;

    margin: 0 0 10px;

    line-height: 60px;

    letter-spacing: 0;

    color: var(--green-color);

}



section.who-is-awesome-sec.comman-sec-padding>.container>.row>.col-md-6 p {

    text-align: center;

    font-size: 24px;

    max-width: 740px;

    margin: 0 auto;

}

section.practices-sec {

    background: linear-gradient(-80.61deg, #257CE1 -22.05%, #6CAA43 123.29%);

    margin-top: 0;

    padding: 70px 0 180px;

}

section.practices-sec::after {

    display: none;

}



section.practices-sec .practices-sec-content h3.h3 {

    font-size: 45px;

    color: #fff;

    margin: 0 0 20px;

}



section.practices-sec .practices-sec-content p {

    font-size: 24px;

    line-height: normal;

    color: #fff;

}

section.why-choose-sec {

    padding: 120px 0px 60px;

    margin-top: -110px;

    background: #fff;

    position: relative;

    border-radius: 0px 130px 0px 0px;

}

section.why-choose-sec>.container>.row {

    margin: 0;

    display: grid;

    grid-template-columns: 1.5fr 1fr;

    gap: 50px;

}



section.why-choose-sec>.container>.row>.col-md-6 {

    padding: 0;

    width: 100%;

}



section.why-choose-sec .why-choose-content h3.h3 {

    font-size: 45px;

    margin: 0 0 15px;

    line-height: 60px;

    letter-spacing: 0;

    color: var(--green-color);

}



section.why-choose-sec .why-choose-content p {

    font-size: 24px;

    line-height: normal;

    margin: 0 0 20px;

}

section.location-sec {

    border: 0;

    padding: 60px 0px 200px;

}

.wrap-our-service {

    display: flex;

}



.wrap-our-service .who-is-awesome-sec-row {

    display: flex;

    flex-direction: column;

}



.wrap-our-service .who-is-awesome-sec-row .image-here {

    order: 1;

    width: 100%;

}



.wrap-our-service .who-is-awesome-sec-row .content-here {

    order: 2;

    width: 100%;

}

section.comman-sec-padding .wrap-our-service>.row .image-here {

    padding: 0;

    border-radius: 50%;

    max-width: 65%;

}



section.comman-sec-padding .wrap-our-service>.row .image-here img {

    aspect-ratio: 1;

}



section.comman-sec-padding .wrap-our-service>.row:hover {

    transform: scale(1.04);

    background: var(--gradient_main);

}



section.comman-sec-padding .wrap-our-service>.row .content-here {

    padding: 0;

    margin: 20px 0px;

}



section.comman-sec-padding .wrap-our-service>.row .content-here h4 {

    margin: 0 0 10px;

    font-size: 26px;

}



section.comman-sec-padding .wrap-our-service>.row .content-here p {

    font-size: 18px;

    line-height: 23px;

    letter-spacing: 0;

}



section.comman-sec-padding .wrap-our-service>.row:hover h4 {

    color: #fff;

}



section.comman-sec-padding .wrap-our-service>.row:hover p {

    color: #fff;

}

.wrap-our-service {

    padding: 0;

    display: grid;

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

    gap: 30px;

    padding: 60px 0px 40px;

}



.wrap-our-service>.who-is-awesome-sec-row {

    padding: 20px;

    border: 2px solid;

    border-image: var(--gradient_main);

    border-image-slice: 1;

    transition: all 0.6s ease;

}

section.location-sec h3.h3 {

    text-align: center;

    font-size: 55px;

    margin: 0 0 20px;

    color: #000;
	font-weight:300;

}



section.location-sec p.pe-3 {

    font-size: 24px;

    text-align: center;

    max-width: 1200px;

    margin: 0 auto 60px;

    line-height: normal;

}

section.location-sec>.container>.row:has(img) {

    display: grid;

    grid-template-columns: 1fr 1.2fr;

    gap: 50px;

}
section.location-sec>.container>.row {
	display:block;
}


section.location-sec>.container>.row>.col-md-6 {

    padding: 0;

    width: 100%;

}
section.location-sec>.container>.row .location-sec-content .btn-wpper {
    margin: 0 auto;
    display: block;
}


section.location-sec>.container>.row .location-sec-content h3.h3 {

    text-align: left;

}



section.location-sec>.container>.row .location-sec-content p {

    font-size: 24px;

    line-height: normal;

    margin: 0 0 40px;

}



section.location-sec>.container>.row .location-sec-content a.site-btn {

    border: 2px solid #0D9DCD;

    padding: 14px 52px 13px;

    font-size: 20px;

    font-weight: 700;

    border-radius: 10px;

    position: relative;

    line-height: 1.2;

    display: inline-flex;

    background-color: transparent !important;

    transition: var(--transition_main);

    justify-content: center;

    min-height: 55px;

    display: flex;

    align-items: center;

    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    transition: var(--transition_main);

    text-transform: uppercase;

    transition: all 0.4s ease;

}



section.location-sec>.container>.row .location-sec-content a.site-btn:hover {

    border: 0;

    background: linear-gradient(90deg, #0D9DCD 20%, #1C689C 120%);

    min-height: 55px;

    color: #fff !important;

    -webkit-text-fill-color: unset;

}

section.typography {

    padding: 160px 0px;

}



section.typography h2,
section.typography h3,
section.typography h4,
section.typography h5,
section.typography h6 {

    margin: 0 0 12px;

}



section.typography p {

    font-size: 20px;

    line-height: normal;

    margin: 0 0 20px;

}



section.typography ul.unordered-default {

    padding: 0 0 0 20px;

    margin: 0 0 20px;

}



section.typography ul.unordered-default li {

    font-size: 20px;

    margin: 0 0 6px;

    color: #000;

}



section.typography ol.order-list-default {

    margin: 0 0 30px;

    padding: 0 0 0 20px;

}



section.typography ol.order-list-default li {

    font-size: 20px;

    margin: 0 0 7px;

    color: #000;

}



section.typography .color-platee .trap-btn {

    display: flex;

    gap: 20px;

}



section.typography .color-platee .trap-btn .navbar-btn a.btn-reserve {

    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%;

    text-transform: uppercase;

    min-height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

}



section.typography .color-platee .trap-btn .cmn-btn a {

    border: 2px solid #0D9DCD;

    padding: 14px 52px 13px;

    font-size: 20px;

    font-weight: 700;

    border-radius: 10px;

    position: relative;

    line-height: 1.2;

    justify-content: center;

    min-height: 55px;

    display: flex;

    align-items: center;

    background: linear-gradient(90deg, #0D9DCD 0%, #1C689C 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    transition: var(--transition_main);

    text-transform: uppercase;

}





section.typography .color-platee .trap-btn .navbar-btn a.btn-reserve:hover {

    background-color: var(--blue-two) !important;

    background-image: unset;

}



section.typography .color-platee .trap-btn .cmn-btn a:hover {

    border: 0;

    background: linear-gradient(90deg, #0D9DCD 20%, #1C689C 120%);

    min-height: 55px;

    transition: unset;

    color: #fff;

    -webkit-text-fill-color: unset;

}

section.inner-banner-main {

    transition: background-image 1.2s ease-in-out !important;

    background-size: cover !important;

    background-position: center !important;

    background-repeat: no-repeat !important;

}



section.inner-banner-main>.container_main {

    display: flex;

    align-items: center;

    position: relative;

    z-index: 2;

}



section.inner-banner-main>.container_main .wrapper {

    max-width: 890px;

}

section.inner-banner-main>.container_main .wrapper p.small-p,
section.inner-banner-main>.container_main .wrapper p {

    margin: 12px 0 22px;

    color: var(--blue-two);

    font-size: 24px;

    line-height: 1.5;

}

section.inner-banner-main>.container_main .wrapper .breadcrumb-wrap nav.custom-breadcrumbs {

    max-width: max-content;

    background-color: var(--white);

    border-radius: 10px;

    padding: 4px;

}

section.inner-banner-main>.container_main .wrapper .breadcrumb-wrap nav.custom-breadcrumbs a.breadcrumb-home,
section.inner-banner-main>.container_main .wrapper .breadcrumb-wrap nav.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;

}



section.inner-banner-main>.container_main .wrapper .breadcrumb-wrap nav.custom-breadcrumbs span.breadcrumb-separator {

    display: none;

}



section.inner-banner-main>.container_main .wrapper .breadcrumb-wrap nav.custom-breadcrumbs a.breadcrumb-home: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;

}

body.page-template-template-service section.sage-cta-section-main.services-pages-new {

    border-radius: 0 0px 0px 130px;

}



section.sagesafe-works .row.sagesafe-works-row {

    margin: 0;

}



.top-dentists-sec {

    background: linear-gradient(135deg, #2f80ed, #27ae60);

    position: relative;

    overflow: hidden;

}



.top-dentists-left {

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    border-radius: 24px;

    padding: 50px 45px;

    position: relative;

    animation: fadeUp 1s ease forwards;

}

.top-dentists-left h3 {

    color: #fff;

    font-weight: 700;

    margin-bottom: 20px;

    animation: fadeUp 0.8s ease forwards;

}

.top-dentists-left .small-p {

    color: #f1f1f1;

    line-height: 1.7;

    margin-bottom: 30px;

    animation: fadeUp 1s ease forwards;

}

.top-dentists-left ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.top-dentists-left ul li {

    color: #ffffff;

    padding-left: 32px;

    position: relative;

    margin-bottom: 14px;

    opacity: 0;

    animation: slideLeft 0.6s ease forwards;

}

.top-dentists-left ul li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    content: "";
    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/03/1000_F_363674678_ZrP0PpxfIgInO3zsMqftBsb1IOA0Futf.png);
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.top-dentists-left ul li:nth-child(1) {
    animation-delay: 0.2s;
}

.top-dentists-left ul li:nth-child(2) {
    animation-delay: 0.35s;
}

.top-dentists-left ul li:nth-child(3) {
    animation-delay: 0.5s;
}

.top-dentists-left ul li:nth-child(4) {
    animation-delay: 0.65s;
}

.top-dentists-left ul li:nth-child(5) {
    animation-delay: 0.8s;
}

.top-dentists-left ul li:nth-child(6) {
    animation-delay: 0.95s;
}



.top-dentists-left:hover {

    transform: translateY(-6px);

    transition: all 0.4s ease;

}



/* ===== Animations ===== */

@keyframes fadeUp {

    from {

        opacity: 0;

        transform: translateY(30px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}



@keyframes slideLeft {

    from {

        opacity: 0;

        transform: translateX(30px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}



@keyframes floatBg {

    from {

        transform: translateY(0);

    }

    to {

        transform: translateY(-20px);

    }

}



body.page-template-dentists section.unique-benefits-of-position .row>.col-6 {

    max-width: calc(100%/5 - 10px);

}



body.page-template-dentists section.unique-benefits-of-position .row>.col-6:nth-last-child(n+6):After {

    content: "";

    position: absolute;

    width: 97%;

    height: 1px;

    bottom: -6px;

    left: 10px;

    background: rgba(255, 255, 255, 0.18);

}



body.page-template-dentists section.unique-benefits-of-position .row>.col-6:nth-child(6),

body.page-template-dentists section.unique-benefits-of-position .row>.col-6:nth-child(11) {

    border-left: 0;

}



body.page-template-dentists section.unique-benefits-of-position .row>.col-6:nth-child(7) {

    border-left: 1px solid rgba(255, 255, 255, 0.18);

}

body.page-template-dentists section.find-jobs-btn {

    padding-bottom: 0 !important;

}



body.page-template-dentists section.video-sec {

    padding: 60px 0px 60px;

}

body.page-template-dentists section.unique-benefits-of-position .row>.col-6:nth-last-child(n+5):After {

    content: "";

    position: absolute;

    width: 97%;

    height: 1px;

    bottom: -6px;

    left: 10px;

    background: rgba(255, 255, 255, 0.18);

}





/* inner banner */

.inner-banner-main {

    position: relative;

    overflow: hidden;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.inner-banner-main .container_main {

    z-index: 2;

    position: relative;

}



.inner-banner-main .wrapper {

    padding: 257px 0 185px;

}



.inner-banner-main:after {

    content: "";

    background-image: url(https://sub2.simpleseogroup.co/wp-content/uploads/2026/02/innershape-1.png);

    position: absolute;

    top: 50%;

    left: 0;

    max-width: 100%;

    height: 100%;

    width: 100%;

    transform: translate(-0%, -50%);

    background-repeat: no-repeat;

    background-position: right;

    background-size: cover;

}



.inner-banner-main .wrapper h1 {

    max-width: 811px;

}



.inner-banner-main h1 {

    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 .breadcrumb-wrap {

    margin-top: 24px;

}



.inner-banner-main .custom-breadcrumbs {

    max-width: max-content;

    background-color: var(--white);

    border-radius: 10px;

    padding: 4px;

}



.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;

}



.inner-banner-main .custom-breadcrumbs a+span {

    display: none;

}



.inner-banner-main .custom-breadcrumbs span:last-child:after {

    opacity: 0;

}



.inner-banner-main .custom-breadcrumbs>a .span-test-bredcrum {

    z-index: 2;

}



span.span-test-bredcrum svg {

    position: relative;

    top: -1px;

}



.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 end */



section.top-dentists-sec.comman-sec-padding .top-dentists-left p {

    width: 100%;

}



body.page-template-dentists.page-id-271 section.top-dentists-sec.comman-sec-padding .top-dentists-left {

    display: block;

}



body.page-template-dentists.page-id-271 section.top-dentists-sec.comman-sec-padding .top-dentists-left ul {

    max-width: 100%;

}



body.page-template-dentists.page-id-271 section.top-dentists-sec.comman-sec-padding .top-dentists-left h3.h3 {

    text-align: left;

}

.main-footer .cta-btn {

    text-transform: uppercase;

}

body.page-template.page-template-dentists.page-id-71 section.unique-benefits-of-position.comman-sec-padding .row .col-6:nth-child(6)::after {

    display: none;

}

.main-footer .col_div.col_4 .contact-item {

    display: none;

}



.main-footer .cta-btn {

    margin: 20px 0px 30px;

}



section.benefits-of-position.comman-sec-padding .row .col-md-6 {

    padding: 0;

    width: 100%;

}



section.benefits-of-position.comman-sec-padding .row {

    gap: 30px;

    display: grid;

    grid-template-columns: 1fr 1.2fr;

}

section.benefits-of-position.comman-sec-padding .row .col-md-6 img {

    max-height: 500px;

    border-radius: 15px;

    width: 100%;

    object-fit: cover;

}

body.page-id-261 section.top-dentists-sec.comman-sec-padding {

    display: flex;

    flex-flow: column;

    gap: 40px;

}

body.page-id-261 section.top-dentists-sec.comman-sec-padding .top-dentists-left,

body.page-template-dentists.page-id-283 section.top-dentists-sec.comman-sec-padding .top-dentists-left {

    display: block;

}



body.page-id-261 section.top-dentists-sec.comman-sec-padding .top-dentists-left ul,

body.page-template-dentists.page-id-283 section.top-dentists-sec.comman-sec-padding .top-dentists-left ul {

    width: 100%;

    max-width: 100%;

    margin: 0;

}

body.page-template-dentists.page-id-261 section.unique-benefits-of-position .row>.col-6:nth-child(5),

body.page-template-dentists.page-id-261 section.unique-benefits-of-position .row>.col-6:nth-child(9),

body.page-template-dentists.page-id-278 section.unique-benefits-of-position .row>.col-6:nth-child(5),

body.page-template-dentists.page-id-278 section.unique-benefits-of-position .row>.col-6:nth-child(9) {

    border: 0;

}

body.page-template-dentists.page-id-261 section.unique-benefits-of-position .row>.col-6,

body.page-template-dentists.page-id-278 section.unique-benefits-of-position .row>.col-6 {

    max-width: calc(100% / 4 - 10px);

}

body.page-template-dentists.page-id-261 section.unique-benefits-of-position .row>.col-6:nth-child(6),

body.page-template-dentists.page-id-261 section.unique-benefits-of-position .row>.col-6:nth-child(11),

body.page-template-dentists.page-id-278 section.unique-benefits-of-position .row>.col-6:nth-child(6),

body.page-template-dentists.page-id-278 section.unique-benefits-of-position .row>.col-6:nth-child(11) {

    border-left: 1px solid rgba(255, 255, 255, 0.18);

}

body.page-id-278 section.top-dentists-sec.comman-sec-padding .top-dentists-left {

    display: block;

}



body.page-id-278 section.top-dentists-sec.comman-sec-padding .top-dentists-left ul {

    width: 100%;

    max-width: 100%;

}

section.practices-sec .container>.row .col-md-6 img,

section.future-of-dentistry .row>.col-md-6 img,

section.why-choose-sec>.container>.row>.col-md-6 img,

section.location-sec>.container>.row>.col-md-6 img {

    border-radius: 15px;

}
.content-wrapper-sec h3::after {

    content: "";

    display: block;

    width: 50px;

    height: 3px;

    background: linear-gradient(90deg, #6CAA43, #257CE1);

    margin-top: 6px;

    border-radius: 2px;

}

.content-wrapper-sec p.two-six {

    color: #212121;

    font-size: 20px;

    line-height: 1.7;

    margin-top: 10px;

}

section.comman-sec-padding .content-wrap-bg {

    margin: 40px 0px 0px;

}

section.content-wrapper-sec.comman-sec-padding .encounter-sec h3::after {

    opacity: 0;

}

body.page.page-id-67 section.interested-sec-working {

    border-radius: 0 0px 0px 130px;

    margin: 0;

}

section.few_dental .wrapper .left {

    height: auto;

}



section.few_dental .wrapper {

    align-items: unset !important;

}



section.few_dental .wrapper .left img {

    height: 100%;

    object-fit: cover;

}

body.page-template-sage-banefits section.counter_sec {

    margin: 0;

}

section.inner-banner-main>.container_main .wrapper span.text-span {

    background: linear-gradient(-90deg, #6CAA43 2.48%, #257CE1 123.23%);

    color: #FFF;

    padding: 10px 20px;

    border-radius: 40px;

    display: block;

    max-width: max-content;

    font-weight: 600;

    margin: 0 0 10px;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield label {

    font-family: 'Circe';

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield input,
.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield select {

    font-family: 'Circe' !important;

}

.page-id-354 .page-title.main h1.entry-title {

    font-family: 'Circe';

}

form#gform_1 {

    font-family: 'Circe' !important;

    font-size: 18px;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield input::placeholder,

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield textarea::placeholder {

    font-family: 'Circe' !important;

}

div#post-354 {

    margin: 0 0 10px;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper .gform-footer.gform_footer.top_label {

    justify-content: center;

    margin-bottom: 0px;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield input::placeholder {

    font-family: 'Circe' !important;

}



.page-id-354 div.gf_browser_chrome.gform_wrapper .gform-footer.gform_footer.top_label input {

    font-family: 'Circe';

    outline: none;

    box-shadow: none;

}

.video-sec iframe {

    border-radius: 20px;

}

.secroll_sec_new .main-row .left {

    height: auto;

}





.secroll_sec_new .main-row .left .img-div {

    height: 100%;

}



.secroll_sec_new .main-row .left .img-div img {

    height: 100%;

    object-fit: cover;

}

section.form-recruiter-sec {

    padding: 60px 0px 180px;

}

section.form-recruiter-sec {

    padding: 60px 0px 180px;

}



.page-id-354 div.gf_browser_chrome.gform_wrapper .gform-footer.gform_footer.top_label input {

    hover: 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;

    border: 0;

}



.page-id-354 div.gf_browser_chrome.gform_wrapper .gform-footer.gform_footer.top_label input:hover {

    color: #fff;

    background-color: var(--blue-two) !important;

    background-image: unset;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield input,
.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield select {

    border-radius: 10px;

}

.counter_sec .counter-box img {

    max-width: 80px;

    width: 100%;

    height: 80px;

    object-fit: contain;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield textarea {

    font-family: 'Circe' !important;

    border-radius: 10px;

    font-size: 20px;

}

body.page-id-278 section.content-wrapper-sec.comman-sec-padding .encounter-sec {

    margin: 0;

}

body.page-id-278 section.content-wrapper-sec.comman-sec-padding {

    padding-top: 0;

}

body.page-template-template-recruitment-fraud .counter_sec>.container.container_main>p {

    color: #000;

    text-align: center;

}

body.page-template-template-recruitment-fraud .counter_sec .counter_main {

    margin-top: 40px;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield select {

    outline: none;

    box-shadow: none;

}

.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield textarea {

    outline: none !important;

}

div#gform_confirmation_message_1 {

    text-align: center;

    color: #fff;

    font-size: 24px;

    background: #6DBB69;

    padding: 10px;

    font-weight: 600;

    letter-spacing: 0;

}

.counter_sec .container.container_main p.small-p {

    color: #212121;

    text-align: center;

    margin: 0 0 30px;

}

body.page.page-id-2 .page-title.main .entry-content {

    font-family: 'Circe' !important;

}

.page-title.main h1.entry-title {

    font-family: 'Circe' !important;

}

section.typography h2,
section.typography h3,
section.typography h4,
section.typography h5,
section.typography h6 {

    color: #000;

}



section.inner-banner-main>.container_main .wrapper h4.h4 {

    color: var(--blue-two);

    margin: 7px 0px 15px;

}

.service-page-scroll-sec .inro p {

    margin: 0 0 20px;

}

/*404 page css*/

.page-title.\34 04.main {

    padding: 150px 0px 80px;

    font-family: 'Circe' !important;

}

.page-title.\34 04.main .col-md-6.left-404 p.small-p {

    margin: 20px 0px;

}

.btn-wpper a.animate-btn-main {

    font-family: 'Circe';

    font-style: normal !important;

}

.col-md-6.right-404 img {

    border-radius: 20px;

}

.btn-wpper a.animate-btn-main span.text {

    font-family: 'Circe';

    font-style: unset;

}



body.search main.main .default-pages {

    padding: 170px 0px 190px;

    border-radius: 0px 0px 0px 130px !important;

    background: #fff;

    position: relative;

    font-family: 'Circe';

}

body.search main.main .default-pages .entry-content form#searchform input#searchsubmit:hover {

    background-color: var(--blue-two) !important;

    background-image: unset;

}

body.search main.main .default-pages h2.h2 {

    text-align: center;

}



body.search main.main .default-pages .entry-content {

    text-align: center;

}



body.search main.main .default-pages .entry-content form#searchform input {

    margin: 0;

}



body.search main.main .default-pages .entry-content form#searchform label.screen-reader-text {

    display: block;

    color: #000;

}



body.search main.main .default-pages .entry-content form#searchform input#s {

    padding: 10px;

    border: 1px solid #ddd;

    box-shadow: none;

    background: #fff;

    border-radius: 10px;

    max-width: 400px;

    width: 100%;

    min-height: 50px;

}



body.search main.main .default-pages .entry-content form#searchform input#searchsubmit {

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

    background: var(--gradient_main);

    color: #fff;

    font-size: 22px !important;

    max-width: 200px;

    width: 100%;

    height: 50px;

    border-radius: 10px;

}



body.search main.main .default-pages .entry-content form#searchform>div {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}

body.page-id-28 section.ready-to-pair-sec.comman-sec-padding {
    margin: 0;
    border-radius: 0;
}

section.job-serch-sec {

    padding: 50px 0px 190px;

}


header nav.navbar a.navbar-brand {

    top: 11px;

    position: relative;

    margin: 0;

    padding: 0 !important;

}

header .nav_links .menu-header-menu-container ul.navbar-nav {

    margin-left: 0;

    justify-content: flex-end;

    gap: 50px;

}

/*new header css*/

header nav.navbar {

    justify-content: space-between;

}

header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu {
    position: absolute;
    background: #61be6f;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 10px;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
    opacity: 0;
    appearance: none;
    pointer-events: none;
}
header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li a.nav-link svg {

    width: 50px;

    height: 50px;

    border: 2px solid #fff;

    border-radius: 8px;

    padding: 10px;

}

header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li a.nav-link svg path {

    fill: #fff;

}

header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li a.nav-link:hover svg {

    background: var(--gradient_main);

}

header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li a.nav-link:hover {

    background: #fff;

    color: #61BE6E !important;

}
header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li a.nav-link {
    font-size: 18px;
    color: #fff !important;
    padding: 6px 10px;
    margin: 0 0 3px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: 6px;
    transition: all 0.4s ease;
}

header .nav_links .menu-header-menu-container ul.navbar-nav>li:hover>ul.sub-menu {

    opacity: 1;

    pointer-events: all;

    visibility: visible;

}

header .nav_links .menu-header-menu-container ul.navbar-nav>li>ul.sub-menu li:last-child a.nav-link {

    margin: 0;

}



.all_services_sec .card-wraper .card_main:nth-child(2) img {

    object-position: 84% 100%;

}



header li.nav-item>a.nav-link>svg {

    width: 16px;

    height: auto;

    fill: #000;

    stroke: #000;

}



header li.nav-item>a.nav-link:hover>svg {

    transform: rotate(180deg);

}

body.home section.interested-sec-working .container .row,
body.page-id-71 section.interested-sec-working .container .row,
body.page-id-261 section.interested-sec-working .container .row,
body.page-id-69 section.interested-sec-working .container .row {
    display: block;
    text-align: center;
}

header .nav_links .menu-header-menu-container ul.navbar-nav li.nav-item {
    transition: all 0.7s ease;
}

header .nav_links .menu-header-menu-container ul.navbar-nav li.nav-item ul.sub-menu {
    transition: opacity 0.7s ease-in-out;
}

header li.nav-item a.nav-link:hover svg image header li.nav-item a.nav-link:hover svg {

    filter: brightness(0) saturate(100%) invert(60%) sepia(13%) saturate(1718%) hue-rotate(53deg) brightness(97%) contrast(91%);

}
section.location-sec.comman-sec-padding .container h2.h2 {
    text-align: center;
    margin: 0 0 20px;
}

section.why-choose-sec .why-choose-content ul li {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 8px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}

section.why-choose-sec .why-choose-content ul li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    background: #000;
    border-radius: 50%;
}
section.future-of-dentistry.comman-sec-padding .future-of-dentistry-left h2.h2 {
    margin-bottom: 20px;
}

.counter_sec .container.container_main p.small-p {
    margin: 0 auto 30px;
    font-size: 24px;
    line-height: 1.5;
}

section.practices-sec .col-md-6 .practices-sec-content h2.h2.text-white {
    margin: 0 0 20px;
}
section.why-choose-sec .why-choose-content h2.h2 {
    margin: 0 0 20px;
}
section.video-sec video {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
section.top-dentists-sec.comman-sec-padding {
    padding: 70px 0px 0px;
}
section.interested-sec-working .container .row:has(.image-box-instrect>img) {
    grid-template-columns: 720px calc(100% - 762px);
    display: grid;
    text-align: left;
}

section.interested-sec-working .container .row {
    display: block;
    text-align: center;
}
section.unique-benefits-of-position.comman-sec-padding .row {
    margin: 0;
}


section.content-four-zero-four {padding: 60px 0px;}

body.error404 footer.main-footer, body.search footer.main-footer {
    margin: 0;
    padding-top: 100px;
}

section.content-four-zero-four p.small-p {
    margin: 20px 0px;
    color: #212121;
}
body.search  .default-pages div#content h1.page-title {
		font-size: 50px;
		line-height: 50px;
}
.default-pages div#content .status-publish.hentry {
    margin: 0 0 20px;
}
.default-pages div#content .status-publish.hentry h2.entry-title {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 10px;
    font-family: var(--circe_font);
}
.default-pages div#content .status-publish.hentry .entry-meta span.meta-prep.meta-prep-author {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 10px 0px 0px;
}

.default-pages div#content .status-publish.hentry .entry-meta a {
    font-size: 18px;
    color: #0D9DCD;
}
.default-pages div#content .status-publish.hentry .entry-meta span.meta-sep {
    font-size: 18px;
    color: #212121;
}
.default-pages div#content .status-publish.hentry .entry-summary p {
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
}

.default-pages div#content .status-publish.hentry .entry-utility span.comments-link {
    font-size: 16px;
    color: #212121;
}

.default-pages div#content .status-publish.hentry .entry-utility span.entry-utility-prep.entry-utility-prep-cat-links {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 10px 0px 0px;
}

.default-pages div#content .status-publish.hentry .entry-utility a {
    font-size: 18px;
    color: #0D9DCD;
}

body.search .default-pages div#nav-below {
    margin-top: 30px;
}

body.search .default-pages div#nav-below  a {
    font-size: 18px;
    color: #0D9DCD;
}
.custm-popup.modal .modal-content {
    border-radius: 20px;
    border: 0;
}
 
.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-header h5 {
    color: #fff !important;
}
.custm-popup.modal button.btn-close {
    position: relative;
    background: none;
}
.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-dialog .modal-body p:last-child {
    font-size: 16px;
}
.modal.custm-popup .modal-footer button {
    border-color: rgb(28, 104, 156);
    color: rgb(28, 104, 156);
    border-radius: 4px;
}
.btn-wpper, .btn-wpper .animate-btn-main {
    max-width: max-content;
    width: 100%;
}
.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 a span {
    color: #fff !important;
    background: unset;
    -webkit-text-fill-color: unset;
}
.modal.custm-popup .modal-footer a span {
    color: #fff !important;
    background: unset;
    -webkit-text-fill-color: unset;
}


div.custm-popup .modal-dialog {
    padding-inline: 15px;
    max-width: 700px;
    width: 100%;
    min-width: auto;
}

div.custm-popup .modal-dialog .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

div.custm-popup .modal-dialog .modal-footer button.site-btn.outline-btn {
    border-color: rgb(28, 104, 156);
    color: rgb(28, 104, 156);
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 8px 25px;
    height: auto;
    min-height: unset;
    line-height: normal;
    font-size: 18px;
    border: 1px solid;
}

div.custm-popup .modal-dialog .modal-footer .btn-wpper a#continueBtn {
    max-width: max-content;
    padding: 0;
    min-height: 44px;
    font-size: 18px;
    padding: 10px 25px;
}

.custm-popup.modal button.btn-close {
        opacity: 1;
}

.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 .animate-btn-main svg {
	display:none;
}
.custm-popup.modal .modal-header h5 {
    color: #fff !important;
    font-weight: 300;
    font-size: 30px;
}
div.custm-popup .modal-dialog .modal-footer button.site-btn.outline-btn {
    max-width: max-content;
    font-size: 16px;
}
.inner-banner-main .wrapper {
    position: relative;
    z-index: 2;
}
.inner-banner-main .wrapper h5 {
    margin: 25px 0 30px 0;
    color: #1c689c;
}
section.content-wrapper-sec.comman-sec-padding {
    padding: 60px 0px;
}
section.content-wrapper-sec.comman-sec-padding {
    padding: 60px 0px;
}

.content-wrap-inner {}

.content-wrap-inner h2.h2 {
    text-align: center;
    margin: 0 0 20px;
}

.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;
}

.encounter-sec {
    background-color: transparent;
    background: #eeefea;
    padding: 60px;
    border-radius: 20px;
    margin: 60px 0 20px;
    text-align: center;
}

section.content-wrapper-sec .encounter-sec h3 {
    color: var(--white);
}
body.page-template-template-recruitment-fraud section.interested-sec-working {
    margin: 0;
}




/* new espanol page css */
.inner-banner-main .wrapper {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.inner-banner-main .wrapper p.small-p.new-subfield {
    margin: 20px 0px;
}
section.slider-sec p {
    text-align: center;
    padding: 20px 0 0;
    font-size: 1.1vw;
    position: relative;
    z-index: 20;
}

.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;
}

.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;
}

.counter_sec .counter_main {
    background-size: cover;
}
.sagecare-banner-right img {
    border-radius: 20px;
    width: 100%;
}

section.sagecare-banner.third-one.espanol_third h2.h2 {
    padding-bottom: 30px;
}

section.sagecare-banner.third-one.espanol_third .btn-wpper {
    margin-top: 30px;
}
section.slider_sec.slider-winner.espanol_slider {
    background: #EEEFEA;
    padding-top: 70px;
    padding-bottom: 100px;
}

.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;
}

.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://sub3.simpleseogroup.co/wp-content/uploads/2026/02/Group-150.png);
    width: 50px;
    height: 50px;
    background-size: contain;
}
.about-faq-section .accordion-item button[aria-expanded="true"]::after {
    background-image: url(https://sub3.simpleseogroup.co/wp-content/uploads/2026/02/Group-159.png);
}
.accordion-item:has([aria-expanded="true"]) {
    background-color: var(--white);
}
.about-faq-section {
    background-color: #fff;
    padding: 80px 0;
  
}
.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;
}
.common_svg_side>.bottom-svg {
    display: none;
}
section.sagecare-banner.third-one.espanol_third .btn-wpper a.animate-btn-main::after {
    background: #fff;
}
.sagecare-banner.second-one.espanol_second .btn-wpper a.animate-btn-main::after,
.sagecare-banner.first-one.espanol_banner_main a.animate-btn-main::after,
.inner-banner-main .wrapper .btn-wpper a.animate-btn-main::after{
    background: #fff;
}
.counter_sec.yoursmile_counter_sec.spanish-sec-blue.espanol_counter {
    margin: 0;
}

section.interested-sec-working {
    margin: 0;
}
section.sagecare-banner.third-one.espanol_third {
    padding-top: 67px;
}
section.slider-sec p.spaishi-v {
    max-width: 30%;
    margin: 0 auto;
}
.service-page-scroll-sec .inro ul>li>ul {
    margin: 0;
}

.service-page-scroll-sec .inro ul>li>ul li {
    font-size: 22px;
}
.page-id-354 div.gf_browser_chrome.gform_wrapper form .gform-body .gfield  legend.gfield_label {
    font-size: 20px;
    color: #000;
}
.main-footer .col_div ul li:not(:last-child) {
    margin-bottom: 0;
    padding: 0;
}
.baner .info p.para_medium.big-p {
    font-weight: 400;
}


.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;
}
/* footer form design  */


section.connectwithsagedental .main_wrapper .main-row.row-count-2 .right {
    display: none;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .inro {
    width: 100%;
    max-width: 100%;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper .ginput_container {
    border: 0;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper .ginput_container input, section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper .ginput_container select {
    border-radius: 6px;
    box-shadow: none !important;
    font-family: 'Circe' !important;
    padding: 5px 20px 3px 20px;
    border: 1px solid #69727d96;
    color: #1f2124;
    height: auto;
    line-height: 36px;
    vertical-align: middle;
    font-size: 20px;
}
section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper  label.gfield_label,
section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left form fieldset legend,
section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left form fieldset span label{
    font-size: 20px;
    color: #000;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left form div#gform_fields_1 {
    row-gap: 20px;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper  textarea {
    font-family: 'Circe' !important;
    border-radius: 10px;
    font-size: 20px;
    padding: 21px 20px 3px 20px;
    border: 1px solid #69727d96;
    color: #1f2124;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper  .gform-footer.gform_footer {
    justify-content: center;
    margin-top: 30px;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper .gform-footer.gform_footer input.gform_button {
    padding: 13px 52px;
    background-image: var(--gradient_main);
    color: var(--white);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    line-height: normal;
}

section.connectwithsagedental .main_wrapper .main-row.row-count-2 .left .gform_wrapper .gform-footer.gform_footer input.gform_button:hover {
    color: #fff;
    background-color: var(--blue-two) !important;
    background-image: unset;
}

.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%) !important;
    color: #fff;
    -webkit-text-fill-color: unset !important;
}


.inner-banner-main .custom-breadcrumbs a.breadcrumb-home:hover span.span-test-bredcrum svg path {
    stroke: #fff;
}


section.inner-banner-main.mobile-banner {
    display: none;
}
.gform-theme--foundation .gfield--width-full span.gfield_required , .gfield_required{
    display: none !important;
}
div.gf_browser_chrome.gform_wrapper form .gform-body .gfield label span.gfield_required {
    display: none !important;
}

body.page-template-dentists section.technology_sec.common_svg_side {
    margin: 0;
    padding: 70px 0px;
}