/* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version */
/*
Theme Name:   GeneratePress Child
Theme URI:    https://oskydental.vdsupport.com/generatepress-child/
Description:  GeneratePress Child Theme
Author:       Osky Dental
Author URI:   https://oskydental.vdsupport.com/
Template:     generatepress
Version:      3.6.0
Text Domain:  generatepresschild
*/

/* @import url(https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap); */
div#content.site-content {
    display: block!important
}

div#page.site.grid-container.container.hfeed {
    padding: 0!important
}

:root {
    --brown_color: #0662BF;
    --para_text: #58595B;
    --white_color: #fff;
    --gp-slideout-width: 310px !important;
    --outfit-font: "Outfit", sans-serif;
    --arimo-font: "Arimo", sans-serif
}

body {
    overflow-x: hidden!important;
    background-color: transparent!important
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--outfit-font)
}

p,span,a,ul,li {
    font-family: var(--arimo-font)
}

ul,li {
    list-style: none!important
}

a {
    text-decoration: none!important;
    cursor: pointer!important
}

body h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--brown_color);
    margin-bottom: 0
}

body h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--brown_color);
    margin-bottom: 10px
}

body h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--brown_color);
    margin-bottom: 20px
}

p:empty {
    display: none
}

li:last-child,p:last-child {
    margin-bottom: 0!important
}

@media only screen and (max-width: 1440px) {
    body h2 {
        font-size:44px
    }

    body h3 {
        font-size: 24px
    }
}

@media only screen and (max-width: 1140px) {
    body h2 {
        font-size:40px
    }

    body h3 {
        font-size: 24px
    }

    body h4 {
        font-size: 28px
    }
}

@media only screen and (max-width: 1024px) {
    body h2 {
        font-size:36px
    }

    body h3 {
        font-size: 22px
    }

    body h4 {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    body h2 {
        font-size:32px
    }

    body h3 {
        font-size: 20px
    }

    body h4 {
        font-size: 23px
    }
}

@media only screen and (max-width: 767px) {
    body h2 {
        font-size:28px
    }

    body h3 {
        font-size: 20px
    }

    body h4 {
        font-size: 20px
    }

    body p {
        font-size: 16px
    }

    br {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    body h2 {
        font-size:24px;
        letter-spacing: 0!important
    }
}

.section_padding {
    padding: 100px 0
}

@media only screen and (max-width: 1200px) {
    .section_padding {
        padding:80px 0
    }
}

@media only screen and (max-width: 991px) {
    .section_padding {
        padding:60px 0
    }
}

@media only screen and (max-width: 767px) {
    .section_padding {
        padding:50px 0
    }
}

@media only screen and (max-width: 575px) {
    .section_padding {
        padding:40px 0
    }
}

.kw-blue{
	bottom: 30% !important;
	right:0px;
	left: unset !important;
}

@media only screen and (min-width: 1680px) and (max-width: 1880px){
	.kw-blue{
		bottom: 30% !important;
	}
}

@media only screen (max-width: 1536px){
	.kw-blue{
		bottom: 30% !important;
	}
}

@media only screen and (max-width: 1024px){
	.kw-blue{
		bottom: 30% !important;
	}

}

@media only screen and (max-width: 420px){
	.kw-blue{
		bottom: 18%;
	}
}

.mx-para {
    max-width: 585px
}

.theme_bg {
    background-color: #42B3BD10
}

.common_para p {
    font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: 1px
}

.common_para p:not(:first-child) {
    margin-top: 15px
}

.margin_top {
    margin-top: 45px
}

.btn_wrapper {
    margin-top: 30px;
    display: block;
    width: fit-content
}

.btn_default {
    padding: 13px 17px;
    display: flex;
    align-items: center;
    background-color: #0662BF;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 2.25px;
    font-style: italic;
    font-family: var(--arimo-font);
    border: 1px solid var(--brown_color);
    width: auto;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .2s ease-in
}

.btn_default:hover {
    background-color: #fff0;
    border: 1px solid var(--brown_color);
    color: var(--brown_color)
}

.header-btn {
    background-color: #fff0;
    color: #0662BF!important;
    letter-spacing: 2px!important
}

.header-btn .phone-icon {
    display: none
}

.main_header_menu_blk_right_list li .header-btn:hover {
    background-color: #0662BF;
    color: #FFFFFF!important
}



@media only screen and (max-width: 768.5px) {
    .main_header_menu_blk .main_header_menu_container .same_menu_header_text ul {
        gap:20px!important
    }
}

@media only screen and (max-width: 575.5px) {
    .header-btn span {
        display:block;
    }
	.header-btn .header-number{
		display: none;
	}

    .header-btn {
        border-radius: 50px
    }

    .header-btn .phone-icon {
        display: none;
    }

    .main_header_menu_blk .main_header_menu_container .same_menu_header_text ul {
        gap: 21px!important
    }
	.btn_default.header-btn{
		padding: 12px;
		font-size: 10px !important;
	}
	.main_header_menu_blk .main_header_menu_container .same_menu_header_text ul{
		gap: 15px !important;
	}
}

@media only screen and (max-width: 425.5px){
    .header-btn span {
        display:none;
    }
	.header-btn .header-number{
		display: none;
	}

    .header-btn .phone-icon {
        display: block;
    }
	.mobile_menu_show_right_side nav#mobile-menu-control-wrapper button span.gp-icon.icon-menu-bars svg:first-child{
		width: 18px;
		height: 18px;
	}
	 .main_header_menu_blk .main_header_menu_container .same_menu_header_text ul {
        gap: 10px !important;
    }
}

@media only screen and (max-width: 375.5px) {
    .header-btn {
        display: block;
    }
    .header-btn .phone-icon {
        display: block;
    }
	.header-btn span{
		display: none;
	}
	.mobile_menu_show_right_side nav#mobile-menu-control-wrapper button span.gp-icon.icon-menu-bars svg:first-child{
		width: 18px !important;
		height: 18px !important;
	}

}

@media only screen and (max-width: 320.5px) {
    .btn_default.header-btn {
        padding: 10px;
        font-size: 10px !important;
    }
    .main_header_menu_blk_center .main_header_menu_blk_center_logo img {
        width: 100%;
        max-width: 120px !important;
    }
}


.page-template-homepage section.hero-banner.full_img_wrapper {
    margin-bottom: 0!important
}

section.hero-banner.full_img_wrapper {
    margin-bottom: 60px
}

.same_1560_container {
    max-width: 1560px;
    width: 100%;
    margin: auto
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
    font-size: 68px;
    color: #0662BF;
    margin-bottom: 60px
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
    width: 100%;
    max-width: 520px
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
    border: 1px solid #0662BF;
    padding: 48px 56px 127px 80px;
    border-left: none;
    max-width: 1040px;
    width: 100%
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
    display: block;
    letter-spacing: 14px;
    font-family: var(--arimo-font);
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
    line-height: 1.4
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
    margin-left: 5rem
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
    margin-left: 8.5rem
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
    margin-left: 7.8rem;
    font-size: 32px;
    letter-spacing: 7px
}

.banner_description_txt {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    margin-left: 84px
}

.banner_description_txt p,.banner_description_txt .btn-wrap {
    width: 100%;
    margin-bottom: 0
}

.banner_description_txt p {
    font-size: 18px;
    font-family: var(--outfit-font)!important;
    color: #58595B!important;
    letter-spacing: 2px!important;
    max-width: 650px
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap {
    font-family: var(--outfit-font);
    display: flex;
    align-items: center;
    gap: 12px
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap span {
    font-family: var(--outfit-font);
    height: 100%;
    display: flex;
    align-items: center
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button {
    font-size: 22px;
    color: #0F0F0F;
    font-family: var(--arimo-font);
    font-weight: 700;
    font-style: italic
}

section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button:hover {
    color: var(--brown_color)
}

.page-template-common-template .fourth_section_col_right_text p {
    padding-left: 0px!important
}

.page-template-common-template .fourth_section_col_right_module .fourth_section_col_right_btn,.page-template-common-template .fifth_section_col_right_module .fifth_section_col_right_btn,.page-template-common-template .sixth_section_col_right_module .sixth_section_col_right_btn {
    padding-left: 0px!important
}

.widget-mount .floatingEstimator-floatingContainer-1uxGW {
	bottom: 35%;
	right: 10px !important;
}

@media only screen and (max-width: 1536.5px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing:9px
    }
}

@media only screen and (max-width: 1500.5px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing:14px
    }
}

@media only screen and (max-width: 1024.5px) {
    .margin_top {
        margin-top:15px
    }
	.widget-mount .floatingEstimator-floatingContainer-1uxGW {
		bottom: 43%;
		right: 10px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width:991px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner img {
        max-width:100%
    }
}
@media only screen and (max-width: 768px) {
	.widget-mount .floatingEstimator-desktopValueProps-2LreO{
		display: none;
	}
	.widget-mount .floatingEstimator-mobileValueProp-2qlDx{
		display: inline;
	}
}
@media only screen and (max-width: 767px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
        width:100%;
        max-width: 100%;
        height: 450px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 7.2vw
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner .banner-img,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 100% 20%
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding: 40px 20px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing: .05em
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
        margin-left: 9vw
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
        margin-left: 16.1vw
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        margin-left: 16.4vw;
        font-size: 20px;
        letter-spacing: 1px
    }

    .banner_description_txt {
        gap: 30px;
        margin-left: 0
    }

    .banner_description_txt p {
        font-size: 16px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button {
        font-size: 18.5px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
        width:100%;
        max-width: 100%;
        height: 450px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 45px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding: 40px 30px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing: .05em
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
        margin-left: 6.4vw
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
        margin-left: 5.3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt33 {
        margin-left: 9.9vw;
        font-size: 45px;
        letter-spacing: 3px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        margin-left: 5.5rem;
        font-size: 25px;
        letter-spacing: 3px
    }

    .banner_description_txt {
        gap: 30px;
        margin-left: 0
    }

    .banner_description_txt p {
        font-size: 16px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button {
        font-size: 18.5px
    }

    .same_1200_containers {
        width: 100%!important;
        max-width: 708px!important
    }
}

@media only screen and (max-width: 991px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        border-left:1px solid #0662BF!important;
        width: 94%;
        margin: auto;
        margin-top: -2px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner .banner-img,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center left;
        max-height: 100%
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
        max-width:380px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding: 48px 50px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing: 8px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 40px!important
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
        margin-left: 3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
        margin-left: 5.3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        margin-left: 5.4rem;
        font-size: 27px;
        letter-spacing: 3px
    }

    .banner_description_txt {
        margin-left: 65px
    }

    .banner_description_txt p {
        font-size: 16.75px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button {
        font-size: 20.5px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
        max-width:380px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding: 48px 50px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing: 9px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 40px!important
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
        margin-left: 3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
        margin-left: 5.3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        margin-left: 5.4rem;
        font-size: 27px;
        letter-spacing: 3.5px
    }

    .banner_description_txt {
        margin-left: 68px
    }

    .banner_description_txt p {
        font-size: 17.75px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner_description_txt .btn-wrap a.defult-cta-button {
        font-size: 20.5px
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 {
        max-width:380px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding: 48px 50px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing: 12px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 49px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt2 {
        margin-left: 3.5rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_txt3 {
        margin-left: 6.3rem
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        margin-left: 6.5rem;
        font-size: 29px;
        letter-spacing: 4px
    }

    .banner_description_txt {
        margin-left: 95px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span {
        letter-spacing:12px
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 49px!important
    }

    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 span.banner_span_txt44 {
        font-size: 30px;
        margin-left: 7.7rem
    }

    .banner_description_txt {
        margin-left: 95px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size:55px!important
    }
}

@media only screen and (max-width: 575px) {
    section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner .banner-img,section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner img {
        height:100%;
        width: 100%;
        object-fit: cover;
        object-position: 100% 20%
    }
}

@media only screen and (max-width: 575.98px){
	.widget-mount .floatingEstimator-floatingContainer-1uxGW {
		bottom: 43%;
	}
	.widget-mount .floatingEstimator-floatingButton-I5Zis {
        width: 200px;
        min-width: 200px;
    }
}

@media only screen and (max-width: 425.98px){
	.widget-mount .floatingEstimator-floatingButton-I5Zis {
		 width: 150px;
		 min-width: 150px;
	}
}

.first_section_blk .first_section_module {
    max-width: 721px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px
}

.first_section_blk .first_section_module .first_section_text span {
    color: #0F0F0F;
    letter-spacing: 9px;
    font-family: var(--outfit-font);
    font-size: 18px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .first_section_blk {
        padding:60px 0
    }

    .first_section_blk .first_section_module {
        flex-wrap: wrap;
        padding: 0 30px;
        gap: 20px
    }

    .first_section_blk .first_section_module .first_section_img {
        width: 100%;
        text-align: center
    }

    .first_section_blk .first_section_module .first_section_text {
        text-align: center
    }

    .first_section_blk .first_section_module .first_section_text span {
        letter-spacing: 15px
    }

    .same_1200_containers {
        width: 100%!important;
        padding: 0 30px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .first_section_blk {
        padding:60px 0
    }
}

.second_section_blk {
    position: relative;
    padding-bottom: 98px
}

.second_section_container {
    max-width: 1500px;
    width: 90%;
    margin: auto
}

.second_section_row {
    display: flex;
    justify-content: space-between;
    position: relative
}

.second_section_text h2 {
    font-family: var(--outfit-font)
}

.second_section_text h2 span {
    font-family: var(--arimo-font)!important;
    display: block;
    letter-spacing: 5.25px;
    line-height: 2.9rem;
    text-transform: uppercase
}

.second_section_text h2 span.second_span_text2 {
    margin-left: 6.5rem;
    margin-bottom: 25px
}

.second_section_text h2 span.second_span_text3 {
    margin-left: 30px
}

.second_section_text h2 span.second_span_text4 {
    margin-left: 19px
}

.second_section_col_right {
    padding-top: 120px;
    padding-left: 45px;
    position: relative
}

.second_section_row:before {
    content: "";
    max-width: 1440px;
    width: 100%;
    height: 549px;
    position: absolute;
    top: 75px;
    left: 0;
    border: 1px solid #0662BF
}

.second_section_inner_row {
    margin-top: 80px;
    padding-left: 0;
    position: relative;
    z-index: 1
}

.second_section_inner_row>div {
    max-width: fit-content;
    width: 100%
}

.slick-dotted.slick-slider {
    padding-bottom: 40px
}

.second_section_inner_items {
    max-width: 549px;
    width: 100%
}

.more-review-btn {
    font-family: Arimo;
    font-weight: 400;
    font-style: Italic;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: .42px;
    color: #58595B;
    position: absolute;
    bottom: -20px;
    right: 0
}

.second_section_inner_item {
    margin-bottom: 32px
}

.second_section_inner_item p {
    font-family: var(--arimo-font);
    font-size: 19px;
    line-height: 37.5px;
    letter-spacing: .5px;
    color: #58595B;
    font-style: italic
}

.second_section_inner_item p:not(:last-child) {
    margin-bottom: 12px
}

.second_section_inner_item h3 {
    color: #58595B;
    font-size: 17px;
    text-align: right;
    text-transform: uppercase
}

.second_section_inner_btn {
    margin-top: 56px
}

.second_section_inner_btn .site_same_btn_all a,.second_section_inner_btn .site_same_btn_all a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: var(--arimo-font);
    font-size: 17px;
    letter-spacing: .166px;
    color: #58595B
}

.second_section_inner_btn .site_same_btn_all a:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/four_line.svg);
    position: absolute;
    width: 238px;
    height: 1px;
    top: auto;
    left: 0
}

.shape_section_before_content {
    background-image: url(/wp-content/uploads/2025/10/light-pattern_img.webp);
    background-size: auto;
    width: 259px;
    height: 260px;
    position: absolute;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 16px;
    top: auto;
    z-index: -1
}

@media only screen and (max-width: 1199px) {
    .second_section_blk {
        padding-bottom:60px
    }
}

@media only screen and (max-width: 991.5px) {
    .fourth_section_container,.tenth_section_container,.fifth_section_container,.sixth_section_container,.timeline-sec .container,.same_1024_containers,.box-text-section-two .container,.faqs-section .faqs-section-container {
        max-width:931px!important;
        width: 100%!important;
        margin: auto
    }

    .timeline-sec .container {
        padding: 0
    }
}

@media only screen and (max-width: 768.5px) {
    .second_section_row {
        flex-direction:column
    }

    .second_section_row:before {
        width: 100%;
        height: 700px;
        top: 0;
        display: none
    }

    .second_section_col_right:before {
        content: "";
        max-width: 1440px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #0662BF
    }

    .second_section_col_right {
        padding: 30px!important
    }

    .second_section_text h2 span {
        display: inline-block
    }

    .second_section_text h2 span.second_span_text2 {
        margin-left: 0.1rem!important;
        margin-bottom: 0
    }

    .second_section_inner_row {
        margin-top: 75px
    }

    .flag_row {
        justify-content: center
    }

    .eighth_section_heading_text h2 {
        font-size: 46px!important
    }

    .offer_large_col .eighth_section_heading_text {
        max-width: 45%
    }

    .fourth_section_container,.tenth_section_container,.fifth_section_container,.sixth_section_container,.timeline-sec .container,.same_1024_containers,.box-text-section-two .container,.faqs-section .faqs-section-container {
        max-width: 100%!important;
        width: 100%!important;
        margin: auto;
        padding: 0 30px
    }

    h2 br {
        display: none
    }
}

@media only screen and (max-width: 767.5px) {
    .same_1024_containers,.box-text-section-two .container,.timeline-sec .container {
        max-width:100%!important;
        width: 100%!important;
        margin: auto
    }

    .same_1024_containers {
        padding: 0 30px
    }

    h2 br {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .second_section_img img {
        height:430px;
        width: 100%;
        object-fit: cover;
        max-width: 500px
    }

    .second_section_col_right:before {
        top: 0px!important;
        left: 0px!important;
        height: 100%!important
    }

    .second_section_text h2 span.second_span_text2 {
        margin-bottom: 0
    }

    .second_section_text h2 span.second_span_text2 {
        margin-left: 5.8rem;
        margin-bottom: 15px;
        line-height: 1rem
    }

    .second_section_col_right {
        padding-top: 45px;
        padding-left: 35px;
        padding-right: 35px
    }

    .second_section_text h2 span {
        line-height: 2.5rem
    }

    .second_section_inner_item p {
        font-size: 17px;
        letter-spacing: .5px
    }

    .second_section_inner_btn .site_same_btn_all a,.second_section_inner_btn .site_same_btn_all a span {
        position: relative;
        background-color: #fff
    }

    .shape_section_before_content {
        width: 100px;
        height: 100px;
        background-size: contain;
        bottom: 9px
    }

    .eighth_section_row {
        margin-bottom: 45px!important
    }

    h2 br {
        display: none
    }
}

@media only screen and (max-width: 480.5px) {
    .same_1024_containers {
        max-width:100%!important;
        padding: 0 30px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .second_section_img img {
        height:550px;
        width: 100%;
        max-width: 500px;
        object-fit: cover
    }

    .shape_section_before_content {
        width: 150px;
        height: 330px;
        background-size: contain;
        bottom: -200px
    }

    .second_section_col_right:before {
        top: 0px!important;
        left: 0px!important;
        height: 100%!important
    }

    .second_section_col_right {
        padding-top: 30px;
        padding-left: 25px
    }

    .second_section_text h2 span.second_span_text2 {
        margin-bottom: 15px
    }

    .second_section_text h2 span.second_span_text2,.second_section_text h2 span.second_span_text3 {
        line-height: 2rem
    }

    .fourth_section_container .fourth_section_row,.fifth_section_container .fifth_section_row,.sixth_section_container .sixth_section_row {
        padding-bottom: 30px!important
    }

    .seventh_section_row1 {
        padding: 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .second_section_row:before {
        content:unset!important
    }

    .second_section_col_right:before {
        content: "";
        max-width: 1440px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -25px;
        left: -20px;
        border: 1px solid #0662BF
    }

    .second_section_module {
        position: relative
    }

    .third_section_col2_module {
        flex-wrap: wrap
    }

    .third_section_col2 {
        margin-top: 20px
    }

    .third_section_col2 .third_section_col2_module {
        justify-content: center
    }

    .third_section_col2 .third_section_col2_module .third_section_col2_title_text,.third_section_col2 .third_section_col2_module .third_section_col2_para_text {
        max-width: 100%;
        width: 100%
    }

    .second_section_row {
        display: block
    }

    .seventh_section_inner_col_items,.eighth_section_container {
        width: 92.11%!important
    }

    .ninth_section_blk .ninth_section_container {
        padding: 60px 38px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .second_section_img img {
        height:560px;
        width: 100%;
        object-fit: cover
    }

    .second_section_row .second_section_col_left,.second_section_row .second_section_col_right {
        width: 100%
    }

    .second_section_text h2 span.second_span_text2 {
        margin-left: 7.3rem
    }

    .shape_section_before_content {
        width: 210px;
        height: 210px;
        bottom: 15px;
        background-size: contain
    }

    .third_section_blk {
        padding-top: 120px!important;
        padding-bottom: 60px!important
    }
}

@media only screen and (max-width: 1440.5px) {
    .second_section_col_left .second_section_img img {
        height:700px!important;
        object-fit: cover
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .second_section_text h2 span.second_span_text2 {
        margin-left:7.8rem
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .second_section_text h2 span.second_span_text2 {
        margin-left:8.5rem
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .second_section_text h2 span.second_span_text2 {
        margin-left:9.1rem
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .second_section_text h2 span.second_span_text2 {
        margin-left:9.1rem
    }
}

@media only screen and (min-width: 992px) and (max-width:1600px) {
    .second_section_row .second_section_col_left,.second_section_row .second_section_col_right {
        width:50%
    }

    .second_section_col_left .second_section_img img {
        height: 600px;
        object-fit: cover
    }
}

@media only screen and (max-width: 1240.5px) {
    .second_section_text h2 span.second_span_text2 {
        margin-left:4.1rem
    }

    .second_section_col_right {
        padding-right: 45px
    }
}

@media only screen and (max-width: 767.5px) {
    .second_section_col_left .second_section_img img {
        max-width:100%
    }
}

@media only screen and (max-width: 480.5px) {
    .second_section_col_left .second_section_img img {
        height:100%!important
    }

    .margin_top {
        margin-top: 20px
    }

    .second_section_inner_row {
        margin-top: 55px
    }

    .third_section_col2 .third_section_col2_module {
        gap: 20px!important
    }

    .offer_large_col .eighth_section_heading_text {
        max-width: 100%!important;
        left: 0!important
    }

    .eighth_section_row {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 425.5px) {
    .third_section_col2 .third_section_col2_module {
        gap:10px!important
    }

    .eighth_section_row {
        margin-bottom: 40px!important
    }

    .eighth_section_container {
        width: 85.56%!important
    }

    .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
        margin-left: 0px!important
    }
}

.third_section_blk {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/wp-content/uploads/2025/10/background_pattern_img-scaled-1.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.third_section_container {
    max-width: 1528px;
    width: 90%;
    margin: auto
}

.third_section_text {
    text-align: center
}

.third_section_text h3 {
    color: #696F7A;
    font-size: 14px;
    letter-spacing: 1.31px;
    font-family: var(--arimo-font);
    text-transform: uppercase;
    margin-bottom: 32px
}

.third_section_text h2 {
    color: var(--brown_color);
    font-family: var(--arimo-font);
    font-weight: 400;
    letter-spacing: 12px;
    font-size: 56px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin: auto;
    line-height: 1.2
}

.third_section_text h2 span {
    display: block;
    text-align: left;
    font-family: var(--arimo-font);
    font-weight: 400
}

.third_section_text h2 span.third_span_text2 {
    margin-left: 86px;
    width: 100%;
    max-width: max-content
}

.third_section_col2 {
    margin-top: 68px
}

.flag_row {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.flag_row p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--brown_color);
    font-family: var(--outfit-font)
}

.third_section_col2 .third_section_col2_module {
    display: flex;
    max-width: 1180px;
    width: 100%;
    margin: auto;
    gap: 36px
}

.third_section_col2 .third_section_col2_module .third_section_col2_title_text h4 {
    color: var(--brown_color);
    font-size: 22px;
    text-align: right;
    letter-spacing: 2px;
    font-family: var(--arimo-font)
}

.third_section_col2 .third_section_col2_module .third_section_col2_title_text,.third_section_col2 .third_section_col2_module .third_section_col2_para_text {
    max-width: 550px;
    width: 100%
}

.third_section_col2_para_text p {
    font-family: var(--outfit-font);
    color: var(--brown_color);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2
}

@media only screen and (max-width: 575px) {
    .third_section_blk {
        padding-top:80px;
        padding-bottom: 80px
    }

    .third_section_text h2 {
        font-size: 20px;
        letter-spacing: 0
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 28px;
        width: 100%;
        max-width: fit-content
    }

    .third_section_col2 .third_section_col2_module .third_section_col2_title_text h4 {
        font-size: 20px;
        text-align: left!important
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .third_section_text h2 {
        font-size:22px;
        letter-spacing: 2px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 33px
    }

    .third_section_blk {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .third_section_col2 .third_section_col2_module .third_section_col2_title_text h4 {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .third_section_col2 {
        margin-top:30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .third_section_text h2 {
        font-size:25px;
        letter-spacing: 5px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 40px;
        width: fit-content
    }

    .third_section_col2 {
        margin-top: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .third_section_text h2 {
        font-size:31px;
        letter-spacing: 9px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 51px
    }

    .shape_section_before_content {
        width: 260px;
        height: 260px;
        bottom: 20px
    }

    .third_section_blk {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .flag_row {
        justify-content: center
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .third_section_text h2 {
        font-size:32px;
        letter-spacing: 9px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 53px
    }

    .shape_section_before_content {
        width: 342px;
        height: 570px;
        bottom: -260px
    }

    .third_section_blk {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .third_section_text h2 {
        font-size:33px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 67px
    }

    .shape_section_before_content {
        width: 265px;
        height: 265px;
        bottom: 16px
    }

    .third_section_blk {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .third_section_text h2 {
        font-size:40px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 67px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .third_section_text h2 {
        font-size:47px
    }

    .third_section_text h2 span.third_span_text2 {
        margin-left: 76px
    }
}

.fourth_section_blk,.fifth_section_blk,.sixth_section_blk {
    background-color: #42B3BD10;
    padding-top: 60px;
    padding-bottom: 60px
}

.fourth_section_container,.tenth_section_container,.fifth_section_container,.sixth_section_container {
    max-width: 1440px;
    width: 90%;
    margin: auto
}

.fourth_section_container .fourth_section_row,.fifth_section_container .fifth_section_row,.sixth_section_container .sixth_section_row {
    display: flex;
    align-items: end;
    background-color: #fff
}

.fourth_section_container .fourth_section_row .fourth_section_col_left,.fourth_section_container .fourth_section_row .fourth_section_col_right,.fifth_section_container .fifth_section_row .fifth_section_col_left,.fifth_section_container .fifth_section_row .fifth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_left,.sixth_section_container .sixth_section_row .sixth_section_col_right {
    width: 50%
}

.fourth_section_container .fourth_section_row .fourth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
    padding-left: 50px;
    width: 50%;
    padding: 50px
}

.fifth_section_container .fifth_section_row .fifth_section_col_right {
    padding-right: 50px;
    width: 50%;
    padding: 50px
}

.fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
    color: var(--brown_color);
    font-family: var(--arimo-font);
    font-size: 56px;
    letter-spacing: 12px;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 10px
}

.fourth_section_col_right_text p,.fifth_section_col_right_text p,.sixth_section_col_right_text p {
    font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: .38px;
    padding-left: 45px
}

.left-padding {
    padding-left: 45px
}

.fourth_section_col_right_module .fourth_section_col_right_btn,.fifth_section_col_right_module .fifth_section_col_right_btn,.sixth_section_col_right_module .sixth_section_col_right_btn {
    margin-top: 45px;
    padding-left: 45px
}

.fourth_section_col_right_module .fourth_section_col_right_btn .site_same_btn_all a,.fifth_section_col_right_module .fifth_section_col_right_btn .site_same_btn_all a,.sixth_section_col_right_module .sixth_section_col_right_btn .site_same_btn_all a {
    color: #0662BF;
    font-family: var(--arimo-font);
    letter-spacing: 2.25px;
    font-size: 17px
}

.fourth_section_text,.fifth_section_text,.sixth_section_text {
    position: relative
}

.fourth_section_text:after,.fifth_section_text:after,.sixth_section_text:after {
    content: "";
    position: absolute;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: 1px solid #fff;
    top: 23px;
    left: 38px
}

.fifth_section_text:after {
    left: 0;
    margin-right: 38px
}

.fifth_section_text {
    text-align: right
}

.fifth_bottom_padding {
    padding-bottom: 75px
}

.sixth_section_col_right_text p {
    max-width: 522px;
    width: 100%
}

@media only screen and (max-width: 1199.5px) {
    .fourth_section_col_right_text p {
        max-width:422px!important;
        padding-left: 0
    }

    .left-padding,.fifth_section_col_right_text p {
        padding-left: 0
    }

    .third_section_blk {
        padding: 60px 0!important
    }
}

@media only screen and (max-width: 1024.5px) {
    .fifth_section_container .fifth_section_row .fifth_section_col_right {
        padding:40px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right {
        padding: 40px
    }
}

@media only screen and (max-width: 991.5px) {
    .fourth_section_text img,.fifth_section_text img {
        width:100%;
        object-fit: cover
    }

    .fourth_section_col_right_text p,.fourth_section_col_right_text p {
        max-width: 100%!important
    }
}

@media only screen and (max-width: 575px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:24px;
        letter-spacing: 0!important;
        line-height: 1.3
    }

    .fourth_section_col_right_text p,.fifth_section_col_right_text p,.sixth_section_col_right_text p {
        padding-left: 0px!important
    }

    .left-padding {
        padding-left: 0
    }

    .fourth_section_col_right_module .fourth_section_col_right_btn,.fifth_section_col_right_module .fifth_section_col_right_btn,.sixth_section_col_right_module .sixth_section_col_right_btn {
        padding-left: 0px!important
    }

    .eighth_section_offer_item img {
        width: 100%;
        object-fit: cover
    }

    .btn_wrapper {
        width: 100%
    }

    .btn_default {
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:30px;
        letter-spacing: 6.06px
    }
}

@media only screen and (max-width: 767px) {
    .fourth_section_container,.tenth_section_container .fifth_section_container,.sixth_section_container {
        width:100%!important;
        padding: 0 30px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.fifth_section_container .fifth_section_row .fifth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left: 30px!important;
        padding-right: 30px!important
    }

    .fifth_section_container .fifth_section_row .fifth_section_col_right {
        padding-top: 0
    }

    .fourth_section_text:after,.fifth_section_text:after,.sixth_section_text:after {
        top: 18px;
        left: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:40px;
        letter-spacing: 6.06px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.fifth_section_container .fifth_section_row .fifth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
}

@media only screen and (max-width: 991px) {
    .fourth_section_container .fourth_section_row,.fifth_section_container .fifth_section_row,.sixth_section_container .sixth_section_row {
        display:block!important;
        padding-bottom: 50px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_left,.fourth_section_container .fourth_section_row .fourth_section_col_right,.fifth_section_container .fifth_section_row .fifth_section_col_left,.fifth_section_container .fifth_section_row .fifth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_left,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        width: 100%!important;
        padding-bottom: 0!important;
        padding-top: 0!important
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_left,.fifth_section_container .fifth_section_row .fifth_section_col_left,.sixth_section_container .sixth_section_row .sixth_section_col_left {
        margin-bottom: 30px
    }

    .fourth_section_col_right_module .fourth_section_col_right_btn,.fifth_section_col_right_module .fifth_section_col_right_btn,.sixth_section_col_right_module .sixth_section_col_right_btn {
        padding-left: 20px
    }

    .fourth_section_text:after,.fifth_section_text:after,.sixth_section_text:after {
        margin: 0;
        left: 38px
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:36px;
        letter-spacing: 6.06px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left: 40px;
        padding-right: 40px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .fifth_bottom_padding {
        padding-bottom: 54px
    }

    .fourth_section_col_right_text p,.fifth_section_col_right_text p,.sixth_section_col_right_text p {
        padding-left: 0
    }

    .left-padding {
        padding-left: 0
    }

    .fourth_section_col_right_module .fourth_section_col_right_btn,.fifth_section_col_right_module .fifth_section_col_right_btn,.sixth_section_col_right_module .sixth_section_col_right_btn {
        padding-left: 25px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:40px;
        letter-spacing: 6.06px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left: 50px
    }

    .fourth_section_col_right_text p,.fifth_section_col_right_text p,.sixth_section_col_right_text p {
        padding-left: 25px
    }

    .left-padding {
        padding-left: 25px
    }

    .fourth_section_col_right_module .fourth_section_col_right_btn,.fifth_section_col_right_module .fifth_section_col_right_btn,.sixth_section_col_right_module .sixth_section_col_right_btn {
        padding-left: 25px
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:46px;
        letter-spacing: 8.06px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left: 50px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .fourth_section_container .fourth_section_row .fourth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding-left:50px
    }

    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size: 46px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .fourth_section_col_right_text h2,.fifth_section_col_right_text h2,.sixth_section_col_right_text h2 {
        font-size:53px;
        letter-spacing: 12.06px
    }
}

@media only screen and (min-width: 992px) {
    .fourth_section_col_right_module {
        max-width:602px;
        width: 100%
    }

    .fifth_section_col_right_module {
        max-width: 602px;
        width: 100%;
        margin-left: auto
    }

    .sixth_section_col_right_text {
        width: 100%
    }

    .fourth_section_col_right_text p {
        max-width: 522px
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_left img,.fifth_section_container .fifth_section_row .fifth_section_col_left img,.sixth_section_container .sixth_section_row .sixth_section_col_left img {
        position: relative;
        margin-top: -16px
    }
}

.seventh_section_blk {
    position: relative;
    background-color: #FBFAF9;
    padding-bottom: 85px
}

.seventh_section_blk:before {
    content: "";
    max-width: 1685px;
    width: 100%;
    height: 820px;
    position: absolute;
    top: 60px;
    left: 0;
    border: 1px solid #0662BF;
    z-index: 10
}

.seventh_section_container {
    max-width: 1800px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    background: linear-gradient(0deg,rgb(15 15 15 / .4) 0%,#fff0 100%),linear-gradient(0deg,#0F0F0F 5.14%,#fff0 100%),linear-gradient(0deg,rgb(15 15 15 / .7),rgb(15 15 15 / .7)),url(/wp-content/uploads/2025/08/home-service-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 52px;
    position: relative
}

.seventh_section_container:after {
    content: "";
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0F0F0F
}

.seventh_section_row1 .seventh_section_col {
    max-width: 1399px;
    width: 100%;
    margin: 0 auto
}

.seventh_section_text h2 {
    font-family: var(--outfit-font);
    font-size: 18px;
    max-width: 445px;
    width: 100%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color: #FFF
}

.seventh_section_row2 {
    max-width: 1565px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 20
}

.seventh_section_inner_col_items {
    max-width: 1399px;
    width: 100%;
    margin: auto auto auto 0
}

.seventh_section_inner_module {
    display: flex;
    gap: 36px;
    width: 100%;
    justify-content: end
}

.seventh_section_inner_module1 {
    justify-content: right
}

.seventh_section_inner_module2 {
    margin-top: 52px;
    position: relative
}

.seventh_section_repeater_items {
    border: 1px solid #0662BF;
    padding: 30px 30px 50px;
    width: 25%;
    max-width: 314px;
    position: relative
}

.seventh_section_inner_module .seventh_section_repeater_items .seventh_section_inner_item p {
    color: #fff;
    font-family: var(--arimo-font);
    font-size: 18px;
    letter-spacing: 1px;
    min-height: 30px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400
}

.seventh_section_inner_module .seventh_section_repeater_items .seventh_section_col_right_btn {
    display: flex;
    justify-content: center;
    align-items: end
}

.seventh_section_inner_module .seventh_section_repeater_items .seventh_section_col_right_btn .site_same_btn_all a {
    color: #fff;
    font-family: var(--arimo-font);
    padding: 4px 12px;
    letter-spacing: 2px;
    border: 1px solid #fff;
    display: flex;
    width: fit-content;
    margin: auto;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 400
}

.seventh_section_inner_module .seventh_section_repeater_items .seventh_section_col_right_btn .site_same_btn_all a:hover {
    background-color: #fff!important;
    color: #0662BF!important
}

.seventh_service_image {
    margin: 30px 0
}

.seventh_service_image img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

@media only screen and (min-width: 1261.5px) {
    .seventh_section_row1 {
        position:absolute;
        z-index: 20;
        left: 9%;
        top: 17%;
        margin: 0 auto;
        width: 33%
    }

    .seventh_section_text h2 {
        font-size: 40px;
        text-align: left;
        margin: 0;
        max-width: 100%
    }
}

@media only screen and (max-width: 1680.5px) {
    .seventh_section_row1 {
        left:10%
    }
}

@media only screen and (max-width: 1536.5px) {
    .seventh_section_row1 {
        left:10%
    }
}

@media only screen and (max-width: 1366.5px) {
    .seventh_section_row1 {
        left:7%
    }
}

@media only screen and (max-width: 1260.5px) {
    .seventh_section_row1 {
        margin-bottom:41px;
        position: relative;
        z-index: 20;
        left: 0;
        top: 0
    }

    .seventh_section_col {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1240px) {
    .seventh_section_inner_module,.seventh_section_inner_module1 {
        justify-content:center
    }

    .seventh_section_text h2 {
        font-family: var(--outfit-font);
        font-size: 24px;
        max-width: 575px
    }
}

@media only screen and (max-width: 1199px) {
    .seventh_section_inner_module,.seventh_section_inner_module1 {
        justify-content:center
    }

    .seventh_section_container:after {
        display: none
    }

    .ninth_section_col {
        padding: 60px 0 0!important
    }
}

@media only screen and (max-width: 768.5px) and (min-width:426px) {
    .seventh_section_text h2 {
        padding:0 30px
    }
}

@media only screen and (max-width: 575.5px) {
    .ninth_section_blk .ninth_section_container .ninth_section_text h2,.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
        font-size:33px;
        letter-spacing: 5.75px
    }

    .ninth_section_row {
        padding: 25px 10px 60px!important
    }

    .ninth_section_blk .ninth_section_container {
        padding: 30px 20px 60px
    }

    .ninth_section_text {
        padding: 0 20px
    }

    .ninth_section_blk .ninth_section_container .ninth_section_text h2,.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
        letter-spacing: 3.75px;
        font-size: 25px!important
    }

    .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
        margin-left: 26px;
        width: max-content;
        max-width: fit-content
    }

    .ninth_section_text p {
        font-size: 16px
    }

    .ninth_section_col_right_btn .site_same_btn_all {
        flex-wrap: wrap
    }

    .ninth_section_col_right_btn .site_same_btn_all a {
        width: 100%;
        max-width: 100%;
        letter-spacing: .19px;
        padding: 16px 18px
    }

    .ninth_section_col_right_btn {
        padding: 0 10px
    }

    .fourth_section_blk,.fifth_section_blk,.sixth_section_blk {
        background-color: #F6FBFC;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .seventh_section_container {
        padding: 60px 0
    }

    .seventh_section_blk {
        padding-bottom: 0
    }

    .eighth_section_heading_text h2 {
        font-size: 36px!important
    }

    .eighth_section_blk {
        padding: 60px 0
    }

    .ninth_section_blk .ninth_section_container {
        padding: 60px 30px 60px!important
    }

    .site-info {
        background-color: var(--base-3);
        border-top: 1px solid #58595B30
    }

    .site-footer div#footer-widgets {
        padding: 40px 0px!important
    }

    .third_section_col2 .third_section_col2_module {
        gap: 20px!important
    }

    .fourth_section_container .fourth_section_row,.fifth_section_container .fifth_section_row,.sixth_section_container .sixth_section_row {
        padding-bottom: 30px!important
    }

    .seventh_section_inner_col_items,.eighth_section_container,.site-footer .footer-widgets-container,.second_section_container,.third_section_container {
        width: 89.5666%!important
    }

    .seventh_section_repeater_items {
        padding: 20px
    }

    .seventh_service_image {
        margin: 10px 0 16px
    }
}

@media only screen and (max-width: 480.5px) {
    .seventh_section_inner_col_items {
        width:87.5%!important
    }

    .eighth_section_container {
        width: 87.5%!important
    }

    .ninth_section_col {
        padding: 40px 20px 40px!important
    }

    .ninth_section_blk:after {
        height: 105px!important
    }

    .site-footer .footer-widgets-container {
        width: 87.5%!important
    }

    .second_section_container,.third_section_container {
        width: 87.5%!important
    }

    .banner_description_txt {
        gap: 20px
    }

    .ninth_section_text {
        padding: 0 0px!important
    }

    .ninth_section_col_right_btn .site_same_btn_all a {
        font-size: 14px!important;
        line-height: 1.1
    }

    .ninth_section_col_right_btn {
        margin-top: 35px!important
    }

    .seventh_section_inner_col_items,.eighth_section_container,.site-footer .footer-widgets-container,.second_section_container,.third_section_container {
        width: 87.5%!important
    }
}

@media only screen and (max-width: 425.5px) {
    .second_section_container,.third_section_container {
        width:85.88%!important
    }

    .seventh_section_row1 {
        padding: 0 30px
    }

    .seventh_section_inner_col_items,.eighth_section_container,.site-footer .footer-widgets-container {
        width: 360px!important
    }
}

@media only screen and (max-width: 375.5px) {
    .second_section_col_right {
        padding:35px 35px!important
    }

    .fourth_section_container .fourth_section_row,.fifth_section_container .fifth_section_row,.sixth_section_container .sixth_section_row {
        padding-bottom: 30px
    }

    .seventh_section_inner_col_items,.eighth_section_container,.site-footer .footer-widgets-container {
        width: 83.99%!important
    }

    .second_section_container,.third_section_container {
        width: 83.99%!important
    }

    .ninth_section_col_right_btn .site_same_btn_all a {
        font-size: 12px!important
    }

    .third_section_col2 .third_section_col2_module {
        gap: 10px!important
    }
}

@media only screen and (max-width: 320.5px) {
    .second_section_col_right:before {
        content:unset
    }

    .second_section_col_right {
        padding: 35px 0px!important
    }

    .second_section_inner_row {
        margin-top: 15px
    }

    .btn_default {
        font-size: 12px!important;
        line-height: 1.1
    }

    .fourth_section_container .fourth_section_row .fourth_section_col_right,.fifth_section_container .fifth_section_row .fifth_section_col_right,.sixth_section_container .sixth_section_row .sixth_section_col_right {
        padding: 0 10px!important
    }

    .second_section_container,.third_section_container {
        width: 80.99%!important
    }
}

@media only screen and (max-width: 575px) {
    .seventh_section_repeater_items {
        width:100%;
        max-width: 415px
    }

    .site_same_btn_all {
        width: 100%
    }

    .seventh_section_inner_module .seventh_section_repeater_items .seventh_section_col_right_btn .site_same_btn_all a {
        width: 100%;
        max-width: 100%;
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .seventh_section_repeater_items {
        width:46%
    }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .seventh_service_image img {
        width:100%;
        height: auto;
        object-fit: cover
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .seventh_section_repeater_items {
        width:50%
    }
}

@media only screen and (max-width: 1366px) {
    .seventh_section_container:after {
        width:68px
    }
}

@media only screen and (max-width: 991px) {
    .seventh_section_blk:before,.seventh_section_inner_module2:before {
        content:unset!important
    }

    .seventh_section_inner_module {
        flex-wrap: wrap;
        justify-content: center!important
    }

    .seventh_section_inner_module2 {
        margin-top: 36px!important
    }

    .seventh_section_inner_col_items {
        width: 90%;
        margin: auto
    }

    .seventh_section_inner_module1 .same_service_items_list3 {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .seventh_section_row2 {
        width:90%
    }

    .seventh_section_inner_module2:before {
        letter-spacing: 50px;
        font-size: 74px;
        top: 30px;
        left: 30px
    }

    .seventh_section_repeater_items {
        width: 33.33%
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .seventh_section_row2 {
        width:90%
    }

    .seventh_section_inner_module2:before {
        letter-spacing: 50px;
        font-size: 74px;
        top: 30px;
        left: 40px
    }

    .seventh_section_repeater_items {
        width: 33.33%
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .seventh_section_inner_module2:before {
        letter-spacing:60px;
        font-size: 80px;
        left: 35px
    }

    .seventh_section_row2 {
        width: 90%
    }

    .seventh_section_repeater_items {
        width: 33.33%
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .seventh_section_inner_module2:before {
        letter-spacing:70px;
        font-size: 90px;
        left: 35px
    }

    .seventh_section_row2 {
        width: 90%
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .seventh_section_inner_module2:before {
        letter-spacing:70px;
        font-size: 102px
    }
}

@media only screen and (max-width: 1680px) {
    .seventh_section_container {
        margin-left:0
    }
}

@media only screen and (min-width: 992px) and (max-width:1280px) {
    .seventh_section_inner_module2 .same_service_items_list1 {
        display:none
    }
}

@media only screen and (min-width: 1681px) {
    .seventh_section_container {
        width:96%
    }
}

@media only screen and (min-width: 1281px) {
    .seventh_section_inner_module1 .same_service_items_list3 {
        display:none
    }
}

.eighth_section_blk {
    padding: 115px 0
}

.eighth_section_container {
    max-width: 1440px;
    width: 90%;
    margin: auto
}

.eighth_section_row {
    margin-bottom: 75px
}

.eighth_section_heading_text {
    max-width: 375px;
    margin: auto;
    width: 100%
}

.eighth_section_heading_text h2 {
    text-align: center;
    text-transform: uppercase;
    color: var(--brown_color);
    letter-spacing: 12px;
    font-family: var(--arimo-font);
    font-size: 56px;
    line-height: 1.2
}

.eighth_section_heading_text h2 span {
    font-family: var(--arimo-font);
    display: flex
}

.eighth_section_heading_text h2 span.eighth_span_text2 {
    margin-left: 178px;
    width: 100%
}

.eighth_section_offer_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px
}

.eighth_section_offer_items .eighth_section_offer_item {
    border: 1px solid #0662BF
}

.eighth_section_offer_item_details {
    padding: 20px 30px
}

.eighth_section_offer_item_details h3 {
    color: var(--brown_color);
    font-family: var(--arimo-font);
    letter-spacing: 1.88px;
    font-size: 19px;
    margin-bottom: 24px;
    line-height: 1.2;
    font-style: italic
}

.eighth_section_offer_item_details p:nth-child(2) {
    color: #0F0F0F;
    font-family: var(--arimo-font);
    font-size: 28px;
    letter-spacing: 2.81px;
    line-height: 1.2;
    font-weight: 600
}

.eighth_section_offer_item_details .eighth_section_offer_para_txt {
    color: #58595B;
    font-family: var(--outfit-font);
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 400
}

.first_row_grid {
    grid-template-columns: 2fr 1fr
}

.offer_large_col {
    width: 945px;
    position: relative;
    border: none!important
}

.eight_line_col {
    border: 1px solid var(--brown_color);
    max-width: 733px;
    margin-left: auto;
    height: 100%
}

.offer_large_col .eighth_section_heading_text {
    position: absolute;
    top: 30%;
    left: 3%;
    width: 100%;
    max-width: 70%;
    background-color: #FFF;
    padding: 30px 0
}

.eighth_section_row2 .eighth_section_offer_item:first-child {
    display: none
}

@media only screen and (max-width: 1024.5px) {
    .eighth_section_row .eighth_section_offer_items .eighth_section_offer_item:nth-child(2) {
        display:none
    }

    .offer_large_col .eighth_section_heading_text {
        position: relative
    }

    .first_row_grid {
        display: flex
    }

    .offer_large_col {
        width: 100%!important
    }

    .eight_line_col {
        max-width: 100%
    }

    .eighth_section_heading_text h2 span {
        justify-content: center
    }

    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left: 0px!important
    }

    .offer_large_col .eighth_section_heading_text {
        max-width: 40%
    }

    .eighth_section_row2 .eighth_section_offer_item:first-child {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left:87px;
        width: 100%;
        max-width: fit-content
    }

    .eighth_section_heading_text h2 {
        letter-spacing: 10.06px;
        width: fit-content;
        margin: auto
    }
}

@media only screen and (max-width: 650px) {
    .eighth_section_offer_items {
        grid-template-columns:1fr;
        gap: 30px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 22px
    }

    .eighth_section_offer_items .eighth_section_offer_item {
        width: fit-content;
        margin: auto
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left:110px;
        width: 100%;
        max-width: fit-content
    }
}

@media only screen and (max-width: 1440px) {
    .offer_large_col {
        width:850px
    }
}

@media only screen and (max-width: 1366px) {
    .offer_large_col {
        width:805px
    }
}

@media only screen and (max-width: 1240px) {
    .offer_large_col {
        width:735px
    }
}

@media only screen and (max-width: 1199px) {
    .offer_large_col {
        width:708px
    }
}

@media only screen and (min-width: 651px) and (max-width:991px) {
    .eighth_section_offer_items {
        grid-template-columns:1fr 1fr;
        gap: 30px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left:120px
    }
}

@media only screen and (max-width: 991px) {
    .eighth_section_blk {
        padding:60px 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .eighth_section_offer_items {
        gap:30px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 24px
    }

    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left: 130px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .eighth_section_offer_items {
        gap:30px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 24px
    }

    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left: 140px
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .eighth_section_offer_items {
        gap:30px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 24px
    }

    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left: 148px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .eighth_section_offer_items {
        gap:35px
    }

    .eighth_section_offer_item_details p:nth-child(2) {
        font-size: 26px
    }

    .eighth_section_heading_text h2 span.eighth_span_text2 {
        margin-left: 148px
    }
}

.ninth_section_blk {
    background-color: #42B3BD10;
    position: relative
}

.ninth_section_blk:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0
}

.ninth_section_blk .ninth_section_container {
    max-width: 1439px;
    width: 100%;
    margin: auto;
    padding: 38px 38px 90px
}

.ninth_section_row {
    border: 1px solid #0662BF;
    padding: 38px 38px 90px;
    position: relative;
    z-index: 10
}

.ninth_section_row:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2025/08/osky_dental_logo.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    max-width: 215px;
    margin: auto;
    background-color: #fff;
    background-position: center
}

.ninth_section_col {
    padding: 143px 0 75px;
    max-width: 1363px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    margin-bottom: -1px
}

.ninth_section_module {
    text-align: center
}

.ninth_section_blk .ninth_section_container .ninth_section_text h2,.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
    color: #0662BF;
    letter-spacing: 6.75px;
    text-transform: uppercase;
    font-family: var(--arimo-font);
    font-size: 45px;
    text-align: left;
    max-width: 567px;
    width: 100%;
    max-width: fit-content;
    margin: auto;
    margin-bottom: 22px;
    line-height: 1.2
}

.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
    margin-bottom: 15px
}

.ninth_section_blk .ninth_section_container .ninth_section_text h2 span {
    display: block;
    font-family: var(--arimo-font)
}

.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
    margin-left: 56px;
    width: max-content
}

.ninth_section_module {
    text-align: center
}

.ninth_section_text p {
    color: #58595B;
    letter-spacing: .42px;
    font-size: 16px;
    font-family: var(--arimo-font);
    position: relative;
    margin-bottom: 0!important;
    line-height: 1.4
}

.ninth_section_para_txt {
    position: relative;
    padding-bottom: 22px
}

.mx-444 {
    max-width: 444px;
    margin: 0 auto
}

.dash-line {
    width: 42px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dash-line span {
    width: 10px;
    height: 1px;
    background-color: #E0E0E1
}

.ninth_section_text p span {
    font-family: var(--arimo-font);
    display: block
}

.ninth_section_col_right_btn {
    margin-top: 45px
}

.ninth_section_col_right_btn .site_same_btn_all {
    display: flex;
    justify-content: center;
    gap: 22px
}

.ninth_section_col_right_btn .site_same_btn_all a {
    padding: 14px 24px;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 2.25px;
    font-weight: 400;
    width: auto;
    font-family: var(--arimo-font);
    font-style: italic
}

.ninth_section_col_right_btn .site_same_btn_all a span {
    font-family: var(--outfit-font)
}

.home .ninth_section_col_right_btn .site_same_btn_all a:first-child {
    border: 1px solid #0662BF;
    color: #0662BF
}

.home .ninth_section_col_right_btn .site_same_btn_all a:first-child.btn-fill {
    background-color: var(--brown_color);
    color: #fff;
    transition: all .2s ease-in
}

.home .ninth_section_col_right_btn .site_same_btn_all a:first-child.btn-fill:hover {
    background-color: #fff0;
    color: var(--brown_color)
}

.home .ninth_section_col_right_btn .site_same_btn_all a:last-child {
    border: 1px solid var(--brown_color);
    color: var(--brown_color)
}

.home .ninth_section_col_right_btn .site_same_btn_all a:first-child:hover {
    border: 1px solid #0662BF;
    color: #fff;
    background-color: #0662BF
}

.home .ninth_section_col_right_btn .site_same_btn_all a:last-child:hover {
    border: 1px solid var(--brown_color);
    color: #fff;
    background-color: var(--brown_color)
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .ninth_section_blk .ninth_section_container .ninth_section_text h2,.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
        font-size:30px;
        letter-spacing: 2.25px
    }
}

@media only screen and (max-width: 767px) {
    .ninth_section_col {
        padding:70px 0 70px
    }

    .ninth_section_row {
        padding: 38px 38px 60px
    }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .ninth_section_col_right_btn .site_same_btn_all {
        flex-wrap:wrap
    }

    .ninth_section_col_right_btn .site_same_btn_all a {
        width: 100%;
        max-width: 276px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .ninth_section_blk .ninth_section_container .ninth_section_text h2,.tenth_section_blk .tenth_section_container .tenth_section_text h2 {
        font-size:33px;
        letter-spacing: 5.75px
    }
}

@media only screen and (min-width: 1141px) {
    .page-template-common-template .fourth_section_col_right_text h2,.page-template-common-template .fifth_section_col_right_text h2 {
        font-size:36px;
        letter-spacing: 1.1px
    }
}

.same_1440_containers {
    max-width: 1440px;
    width: 90%;
    margin: auto
}

.same_1024_containers {
    max-width: 1024px;
    width: 90%;
    margin: auto
}

.same_1200_containers {
    max-width: 1200px;
    width: 90%;
    margin: auto
}

section.simple-text-section {
    padding: 60px 0;
    background-color: #42B3BD10
}

.linear-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px
}

.linear-repeater {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    position: relative
}

.para_txt p {
    font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: .38px
}

.linear-repeater:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/logo_bkg.svg);
    background-size: 20%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    background-position: center;
    z-index: -20
}

.linear-repeater .common-content {
    border: 1px solid #0662BF;
    padding: 30px 30px
}

ul.inner_page_order_list {
    padding: 0;
    margin-bottom: 0;
    text-align: left
}

ul.inner_page_order_list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #58595B;
    font-family: var(--outfit-font)
}

ul.inner_page_order_list li::first-letter {
    text-transform: uppercase
}

ul.inner_page_order_list li:last-child {
    margin-bottom: 0
}

ul.inner_page_order_list li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/08/check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 0
}

ul.inner_page_order_list li p {
    padding-left: 0!important
}

.fourth_section_col_right_text a,.fifth_section_col_right_text a,ul.inner_page_order_list li a,.simple-text-section p a,.doctor_subpage_right_txt_module .inner_scroll_descrs p a,.privacy_txt_block p a,.third_section_col2_title_text a {
    color: inherit;
    font-family: var(--outfit-font);
    font-weight: 600
}

.subpage_last_common_content .ninth_section_para_txt p a {
    color: #0F0F0F;
    font-family: var(--arimo-font);
    font-weight: 600
}

.fourth_section_col_right_text a:hover,.fifth_section_col_right_text a:hover,ul.inner_page_order_list li a:hover,.simple-text-section p a:hover,.subpage_last_common_content .ninth_section_para_txt p a:hover,.doctor_subpage_right_txt_module .inner_scroll_descrs p a:hover,.privacy_txt_block p a:hover,.third_section_col2_title_text a:hover {
    color: #0662BF!important
}

.multiple_order_list_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0!important
}

.multiple_order_list_items li {
    background-color: #fff;
    padding: 15px 15px 15px 50px!important;
    margin-bottom: 0!important
}

.multiple_order_list_items li::before {
    left: 20px!important;
    top: 18px!important
}

ul.simple_order_list_items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

ul.simple_order_list_items li {
    padding-left: 25px;
    margin-bottom: 0!important
}

ul.simple_order_list_items li::before {
    height: 16px
}

.full_order_list_items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.full_order_list_items li {
    width: 48%;
    float: left;
    margin-bottom: 0!important
}

ul.simple_order_float_list_items li {
    width: 48%;
    float: left;
    margin-bottom: 0!important
}

ul.simple_order_float_list_items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media only screen and (max-width: 575px) {
    .map_sec_module iframe {
        height:320px
    }

    .full_order_list_items li {
        width: 100%!important
    }

    ul.full_order_list_items {
        margin: 0 0 0 10px
    }
}

@media only screen and (max-width: 600px) {
    ul.simple_order_float_list_items li {
        width:100%;
        float: unset
    }
}

@media only screen and (max-width: 767px) {
    .linear-repeater {
        grid-template-columns:1fr;
        gap: 20px
    }

    .multiple_order_list_items {
        grid-template-columns: 1fr
    }

    .linear-repeater:after {
        content: unset!important
    }

    ul.simple_order_list_items li {
        width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .map_sec_module iframe {
        height:400px
    }
}

@media only screen and (max-width: 991px) {
    section.linear-section {
        padding:60px 0
    }
}

@media only screen and (min-width: 992px) {
    section.linear-section {
        padding:100px 0
    }

    .another_full_content_text_inner_sec .third_section_col2_module .third_section_col2_title_text {
        max-width: 400px!important
    }

    .another_full_content_text_inner_sec .third_section_col2_module .third_section_col2_para_text {
        max-width: 100%!important
    }
}

.doctor_subpage_main_row {
    display: inline-block
}

.doctor_img_full_blks {
    width: 100%
}

.doctor_subpage_right_txt_col {
    width: 100%
}

#doctor2 .doctor_subpage_main_section {
    background: #fff0
}

.doctor_img_full_blks img {
    width: 430px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px
}

.doctor_subpage_main_section {
    background: #42B3BD10;
    padding: 60px 0
}

.inner_scroll_heading h2,.inner_scroll_heading h3 {
    text-align: left!important
}

.full_doctor_video {
    width: 100%;
    max-width: 650px
}

.doctor_subpage_right_txt_col .options_schedule_button_block {
    justify-content: left!important;
    margin-top: 50px
}

.meet_our_team_col1 {
    margin-bottom: 50px
}

.meet_our_team_col1 h2 {
    margin-bottom: 0;
    text-align: center!important
}

.doctor_subpage_right_txt_module .doc_profile_details h3 {
    margin-bottom: 20px
}

.doctor_subpage_right_txt_module .inner_scroll_descrs ul.price_guide_main_div {
    margin: 0;
    padding: 0
}

.doctor_subpage_right_txt_module .inner_scroll_descrs ul.price_guide_main_div li:last-child {
    padding-bottom: 0
}

.page-id-348 .banner_btn_wrap {
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap
}

.page-id-348 .banner_btn_wrap p {
    font-family: var(--outfit-font);
    width: fit-content;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 7.88px!important;
    text-transform: uppercase;
    margin-bottom: 0!important
}

.page-id-348 .banner_btn_wrap .btn-wrap {
    width: 100%;
    max-width: fit-content;
    align-items: flex-end!important
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .page-id-348 section.hero-banner.full_img_wrapper .hero_banner_container .hero_banner_row .hero_banner_col1 .hero-banner-inner img {
        width:auto!important
    }
}

@media (max-width: 991px) {
    .doctor_img_full_blks img {
        float:unset;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .doctor_img_full_blks img {
        width:430px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1280px) {
    .doctor_img_full_blks img {
        width:420px
    }
}

@media (min-width: 576px) {
    .doctor_subpage_right_txt_col .options_schedule_button_block .default-btn a {
        width:fit-content
    }
}

@media (min-width: 992px) {
    .doctor_subpage_main_section .doctor_img_full_blks {
        display:none
    }
}

section.smile-gallery-section {
    padding: 60px 0
}

.smile-gallery-row {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 0;
    text-align: center
}

.page-id-380 section.seventh_section_blk .seventh_section_container .seventh_section_row2 .seventh_section_repeater_items {
    width: 33.33%!important;
    max-width: 375px!important
}

.page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text {
    max-width: fit-content;
    margin: auto
}

.page-id-380 section.eighth_section_blk {
    padding-top: 50px!important
}

.page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text span {
    width: fit-content
}

@media only screen and (max-width: 600px) {
    .smile-gallery-row {
        grid-template-columns:1fr;
        gap: 30px 0
    }
}

@media only screen and (min-width: 601px) and (max-width:767px) {
    .smile-gallery-row {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 575px) {
    .page-id-380 section.seventh_section_blk .seventh_section_container .seventh_section_row2 .seventh_section_repeater_items {
        width:100%!important
    }

    .page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text h2 {
        letter-spacing: 4.06px
    }

    .page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text span.eighth_span_text2 {
        margin-left: 30px
    }

    .page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text span.eighth_span_text3 {
        margin-left: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .page-id-380 section.eighth_section_blk .eighth_section_col .eighth_section_heading_text span.eighth_span_text2 {
        margin-left:40px
    }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .page-id-380 section.seventh_section_blk .seventh_section_container .seventh_section_row2 .seventh_section_repeater_items {
        width:46.33%!important
    }
}

@media only screen and (min-width: 576px) {
    .page-id-380 section.seventh_section_blk .seventh_section_container .seventh_section_row2 .seventh_section_repeater_items .seventh_section_inner_item p {
        height:114px
    }
}

.full_content_text_inner_col .third_section_col2_module {
    max-width: 1440px
}

.full_content_text_inner_col .third_section_col2_module .third_section_col2_title_text,.full_content_text_inner_col .third_section_col2_module .third_section_col2_para_text {
    max-width: 702px
}

.fifth_section_row2 .fifth_section_row2_order_text ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 90px
}

.fifth_section_row2 {
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 80px;
    background-color: #fff
}

.fifth_section_row2 .fifth_section_row2_order_text ul li {
    list-style: disc!important
}

.fifth_section_row2 .fifth_section_row2_order_text ul li::marker {
    color: #0662BF;
    font-size: 20px
}

.subpage_last_common_content .ninth_section_module {
    max-width: 770px;
    width: 100%;
    margin: auto
}

@media only screen and (max-width: 575px) {
    ul.inner_page_order_list {
        margin-left:0px!important
    }
}

@media only screen and (max-width: 767px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        grid-template-columns:1fr;
        gap: 25px
    }

    .fifth_section_row2 {
        padding-left: 40px;
        padding-right: 15px;
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width:991px) {
    .ninth_section_module {
        padding:0 30px!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 30px
    }
}

@media only screen and (max-width: 991px) {
    .full_content_text_inner_sec {
        padding-top:60px!important
    }

    .fifth_section_row2 {
        padding-top: 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 45px
    }

    .full_content_text_inner_sec {
        padding-top: 100px!important
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 50px
    }

    .full_content_text_inner_sec {
        padding-top: 100px!important
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 55px
    }

    .full_content_text_inner_sec {
        padding-top: 100px!important
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 60px
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .fifth_section_row2 .fifth_section_row2_order_text ul {
        gap:25px 75px
    }
}

@media only screen and (min-width: 992px) {
    .inner_fourth_section_blk .fourth_section_col_right,.inner_fifth_section_blk .fifth_section_col_right {
        padding-top:50px
    }
}

@media only screen and (min-width: 1281px) {
    .full_content_text_inner_sec {
        padding-top:115px!important
    }
}

div#page.site.grid-container.container.hfeed .site-content main#main.site-main {
    margin: 0!important;
    padding-top: 60px!important;
    padding-bottom: 60px!important
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header {
    order: 1;
    margin-bottom: 40px
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article .entry-content {
    order: 3;
    margin-top: 0!important
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article {
    max-width: 1140px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article .featured-image {
    order: 2;
    text-align: left;
    margin-bottom: 50px!important
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article .featured-image img {
    max-width: 800px;
    width: 100%
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
    font-size: 50px!important;
    color: var(--brown_color);
    margin-bottom: 15px
}

.custom_post_content_text h2 {
    font-size: 46px;
    margin-bottom: 25px;
    font-family: var(--outfit-font);
    color: #0F0F0F
}

.custom_post_content_text h2:not(:first-child) {
    margin-top: 30px
}

div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header .entry-meta span.posted-on {
    font-size: 14px!important
}

@media only screen and (max-width: 575px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article {
        padding:0 20px!important;
        width: 100%!important
    }
}

@media only screen and (min-width: 576px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article {
        padding:0!important
    }
}

@media only screen and (max-width: 575px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:28px!important
    }

    .custom_post_content_text h2 {
        font-size: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:30px!important
    }

    .custom_post_content_text h2 {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:35px!important
    }

    .custom_post_content_text h2 {
        font-size: 32px
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:40px!important
    }

    .custom_post_content_text h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:40px!important
    }

    .custom_post_content_text h2 {
        font-size: 36px
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:40px!important
    }

    .custom_post_content_text h2 {
        font-size: 38px
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:42px!important
    }

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

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    div#page.site.grid-container.container.hfeed .site-content main#main article .inside-article header.entry-header h1 {
        font-size:44px!important
    }

    .custom_post_content_text h2 {
        font-size: 42px
    }
}

/* ==========================================================
Blog CSS Start
=========================================================== */
.featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 21/12;
}

.blog-post-section .default-content h3 {
	margin: 0 0 32px;
}

ul.blog-post-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.blog-post-list li {
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

ul.blog-post-list li>a img {
	aspect-ratio: 1 / .6;
	object-fit: cover;
	object-position: center;
}

.blog-content {
	padding: 24px;
}
ul.blog-post-list li div,
ul.blog-post-list li p {
	margin-bottom: 0;
	line-height: 1.3;
	color: #000;
}

ul.blog-post-list li p a {
	color: rgba(0, 0, 0, .5) !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 15px 0 0;
}

ul.blog-post-list li p a.read-more {
	color: #0662BF !important;
}

ul.blog-post-list li a h2 {
	color: #0662BF !important;
	font-size: 22px;
	font-weight: 600;
	list-style: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

ol.number-list {
	margin-left: 0px;
}

.number-list li:not(:last-child) {
	margin-bottom: 10px;
}

.site-content .content-area {
	width: 100%;
}

.single-post .site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.single-post .site-content .inside-article {
	padding: 40px 0;
}

.single-post .site-content article a:not(.single-post .site-content article a.default-btn) {
	color: #0662BF;
}

.single-post .entry-title {
	line-height: 1.1;
	margin-bottom: 28px;
	font-weight: bold;
}

.single-post .entry-content h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .entry-content h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.single-post .entry-content h2,
.single-post .entry-content h4 {
	margin: 32px 0 16px;
	color: #0662BF;
}

.single-post .entry-content h3 {
	margin: 32px 0 16px;
	color: var(--black);
}

.single-post .entry-content ul {
	margin: 0;
	padding: 0;
}

.single-post .entry-content ol li,
.single-post .entry-content ul li {
	/*    color: #5E6569;*/
	font-family: var(--mulish);
	font-size: 18px;
	line-height: 1.5;
}

.post-list li::marker {
	font-size: 20px;
}

.single-post p strong,
.single-post .entry-content ol li b,
.single-post .entry-content ol li strong,
.single-post .entry-content ul li b,
.single-post .entry-content ul li strong {
	color: #23263E;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.single-post .entry-content ul li:not(:last-child) {
	margin: 0 0 16px;
}

.single-post .entry-content ul.post-list {
	list-style: disc;
	padding-left: 18px;
	margin-left: 12px;
}

.single-post .entry-content ul.post-list li::marker {
	color: #0662BF;
}

.single-post .entry-content ul.post-list li:not(:last-child) {
	margin: 0 0 8px;
}

.single-post .page-header-image-single img {
	margin: 0 auto;
}

.single-post .entry-content ul+p,
.single-post .entry-content p+ul {
	margin-top: 16px;
}

.single-post .site-content article a.default-btn {
	font-weight: 500 !important;
}

.post-logo-slider-sec p.slick-slide {
	display: none;
}

.post-logo-slider-sec .logo-slider {
	margin-bottom: 0;
}

span.tags-links a {
	font-size: inherit;
	font-weight: inherit;
}

span.tags-links {
	font-size: 16px;
	font-weight: 600;
}

.single-post h4.faq-title {
	margin: 0px;
}

@media only screen and (max-width: 1199px) {
	.single-post .entry-content h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 991px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 28px;
	}

	.single-post .entry-content h3 {
		font-size: 22px;
	}

	.single-post .entry-content h4 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	ul.blog-post-list {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.single-post .entry-content h2 {
		font-size: 26px;
	}

	.single-post .entry-content h3 {
		font-size: 20px;
	}

	.single-post .entry-content h4 {
		font-size: 22px;
	}

	.blog-post-section .default-content h3 {
		margin: 0 0 22px;
	}
}

@media only screen and (max-width: 575px) {
	.single-post .entry-content h2 {
		font-size: 24px;
	}

	.single-post .entry-content h3 {
		font-size: 18px;
	}

	.single-post .entry-content h4 {
		font-size: 20px;
	}
}

/*blog pagination*/
.pagination {
	margin: 40px 0 0;
}
.pagination:empty{
    display: none;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}

.pagination .nav-links>* {
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top;
	min-width: 32px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
	background-color: #0662BF;
	color: #fff;
}

.pagination .nav-links .current,
.pagination .nav-links a:hover {
	background: #0662BF;
	color: #FFFFFF;
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center;
	font-size: 0px;
}

.pagination .nav-links .prev.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='M3.03 5.767.5 3.237 3.03.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination .nav-links .next.page-numbers {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.737' height='6.474' viewBox='0 0 3.737 6.474'%3E%3Cpath d='m.707 5.767 2.53-2.53L.707.707' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 425px) {
	.pagination {
		margin: 25px 0 0;
	}

	.pagination .nav-links>* {
		font-size: 12px;
		min-width: 22px;
		padding: 4px 8px;
	}

	.pagination .nav-links .prev.page-numbers,
	.pagination .nav-links .next.page-numbers {
		background-size: 6px;
	}
}

/*Progress Bar Section*/
.progress-bar-all-datail {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-top: 32px;
}

.progress-first-inner-box,
.progress-bar-detail-box {
	padding: 24px;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	box-shadow: 0 0 24px rgba(0, 0, 0, .1);
	border-radius: 16px;
}

.progress-first-inner-box h4,
.progress-bar-detail-box.default-content h4 {
	color: #0662BF;
}

.progress-first-inner-box h5 {
	color: #000;
	margin-bottom: 4px;
}

.progress-bar-bg {
	width: 100%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 16px;
	background-color: #eee;
	border-radius: 10px;
}

.progress-bar-fill {
	position: relative;
	height: 100%;
	width: var(--fill-bar);
	background-color: #0662BF;
	border-radius: 10px;
}

.progress-bar-fill:after {
	position: absolute;
	content: attr(data-value);
	font-size: 14px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
}

@media only screen and (max-width: 768px) {
	.progress-bar-all-datail {
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
	}
}

/*.single-post .entry-content ol,*/
/*.single-post .entry-content ul {*/
/*    padding-left: 20px;*/
/*    padding-bottom: 20px;*/
/*}*/
 
/*.single-post .entry-content ul li {*/
/*    list-style: disc !important;*/
/*}*/

/*.single-post .entry-content ol li {*/
/*    list-style: number !important;*/
/*}*/
 
.single-post .entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
}
.single-post .entry-content table td, 
.single-post .entry-content table th {
    font-size: 17px;
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px !important;
    vertical-align: top;
    color: #16132a !important;
}
.single-post .entry-content  th{
    text-align: -webkit-match-parent;
}
.single-post .entry-content table tbody>tr:nth-child(odd)>td, 
.single-post .entry-content table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50%, .071);
}
/* ==========================================================
Blog CSS End
=========================================================== */

.review-sec {
    padding: 60px 0
}

.tab-content .review-slider {
    display: grid!important;
    grid-template-columns: 1fr 1fr;
    gap: 25px
}

.tab-content .review-slider .review-slider-content {
    background-color: #0662BF24;
    padding: 25px;
    position: relative
}

.tab-content .review-slider .review-slider-content .tesimonial_revire_sec {
    margin-bottom: 25px
}

.tab-content .review-slider .review-slider-content .google-review {
    position: absolute;
    top: 30px;
    right: 30px
}

@media only screen and (max-width: 400px) {
    .tab-content .review-slider .review-slider-content .google-review {
        position:unset!important
    }

    .tab-content .review-slider .review-slider-content .review-description {
        margin-bottom: 30px
    }

    .tab-content .review-slider .review-slider-content {
        padding: 25px 20px
    }
}

@media only screen and (max-width: 767px) {
    .tab-content .review-slider {
        grid-template-columns:1fr
    }
}

.privacy_policy_div {
    padding: 60px 0;
    background: #42B3BD10
}

.same_width_priv_container {
    max-width: 1170px;
    width: 90%;
    margin: auto
}

.privacy_txt_block h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 1.2
}

.privacy_txt_block ul.inner_page_order_list {
    padding-left: 0!important;
    margin-bottom: 30px!important
}

@media only screen and (max-width: 991px) {
    .same_width_priv_container {
        max-width:100%;
        width: 100%!important;
        padding: 0 30px
    }

    .site-footer .footer-widgets-container {
        width: 100%!important;
        padding: 0 30px!important
    }

    .privacy_txt_block h2 {
        font-size: 33px
    }
}

@media only screen and (max-width: 575.5px) {
    .privacy_policy_div {
        padding:0 0 40px 0
    }

    .privacy_txt_block h2 {
        font-size: 25px
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col1 {
        height:21rem!important
    }
}

@media only screen and (min-width: 481px) and (max-width:767px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size:34px!important
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding:48px 40px 48px 50px!important
    }

    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 35px!important
    }
}

@media only screen and (min-width: 1025px) and (max-width:1140px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding:48px 26px 127px 40px!important
    }

    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 37px!important
    }
}

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding:48px 26px 127px 60px!important
    }

    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 43px!important
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding:48px 26px 127px 60px!important
    }

    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size: 45px!important
    }
}

@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 .banner-content-text-blk h1 {
        font-size:52px!important
    }
}

@media only screen and (min-width: 1681px) {
    .subpage_main_banner_section .hero_banner_container .hero_banner_row .hero_banner_col2 {
        padding:48px 50px 127px 50px!important
    }
}

.review-section-content {
    position: relative;
    overflow: hidden
}

.read-more-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .05px;
    padding: 0 15px 0 0!important;
    font-family: var(--arimo-font);
    color: var(--para_text)
}

.review-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 2px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer
}

.review-name {
    padding-right: 16px
}

.slick-dots {
    text-align: left!important
}

.review-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000
}

.review-slider .slick-dots li button:before {
    font-family: 'slick';
    line-height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 1px;
    content: '';
    text-align: center;
    opacity: .25;
    background-color: #58595B;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.read-more-btn {
    color: #0662BF!important;
    background: none!important;
    border: none!important;
    padding: 0px!important;
    cursor: pointer;
    width: fit-content!important;
    outline: none!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05px
}

.read-more-content {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px
}

.read-more-content.clamped {
    -webkit-line-clamp: unset;
    overflow: auto;
    height: 170px;
    padding-right: 8px
}

.read-more-content::-webkit-scrollbar {
    width: 6px
}

.read-more-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(128 128 128 / .1);
    border-radius: 10px
}

.read-more-content::-webkit-scrollbar-thumb {
    background: rgb(6 98 191 / .8);
    border-radius: 10px
}

@media only screen and (max-width: 575px) {
    .more-review-btn {
        bottom:-50px;
        right: 50%;
        transform: translateX(50%);
        white-space: nowrap
    }

    .review-slider .slick-dots {
        text-align: center!important
    }

    .second_section_inner_item {
        margin-bottom: 0
    }

    .read-more-content p {
        font-size: 16px
    }
}

.services-content h2 {
    padding-bottom: 16px
}

.review-heading h2,.review-heading p,.matters-heading h2,.matters-heading p,.welcome-heading h2,.welcome-heading p,.difference-heading h2,.difference-heading p,.choose-heading h2,.choose-heading h3,.choose-sec .services-menu li {
    color: #202224
}

.choose-heading p {
    color: #40444A
}

.home .services-content ul+p,.home .services-content ul {
    padding-top: 24px
}

.services-menu li {
    padding-left: 34px;
    position: relative
}

.services-menu li {
    margin-bottom: 24px
}

.hover_theme li a:hover {
    color: #BC8247!important
}

.hover_theme li a {
    color: #202224!important
}

.services-menu li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/03/theme_star.svg);
    width: 20px;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain
}

.choose-sec .services-menu li::before {
    background-image: url(/wp-content/uploads/2025/03/theme_star.svg)
}

.services-menu li ul {
    padding-left: 15px
}

.services-menu li ul li {
    list-style: circle;
    padding: 0
}

.services-menu li ul li::before {
    display: none
}

.services-btn {
    margin-top: 32px
}

.services-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    padding: 0 2px;
    color: #222;
    text-transform: uppercase
}

.services-btn a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: #338BFF;
    z-index: -1;
    transition: all 0.3s ease 0s
}

.services-btn a:hover::before {
    height: 50%
}

@media only screen and (max-width: 991px) {
    .services-img {
        padding-bottom:30px;
        text-align: center
    }

    .services-menu li {
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 767px) {
    .services-menu li:not(:last-child) {
        margin-bottom:14px
    }

    .services-menu li {
        padding-left: 26px
    }

    .services-menu li::before {
        width: 16px;
        height: 16px
    }

    .services-btn {
        margin-top: 22px
    }

    .services-img img {
        width: 100%
    }
}

.light_bg_color {
    background-color: #FFF7F0
}

ul.services-menu {
    text-align: left
}

ul.services-menu.column-count {
    column-count: 2
}

.post-box-wrapper {
    background-color: #fff;
    box-shadow: 0 100px 80px 0 hsl(0deg 0% 0% / 5%),0 42px 33px 0 rgb(0 0 0 / 5%),0 22px 18px 0 rgb(0 0 0 / 5%),0 13px 10px 0 rgb(0 0 0 / 5%),0 7px 5px 0 rgb(0 0 0 / 5%),0 3px 2px 0 rgb(0 0 0 / 5%);
    transition: all 0.5s;
    height: 100%;
    position: relative
}

.post-box-img {
    margin-bottom: 24px
}

.post-box-img img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    object-position: top
}

.service_page_box .post-box-body {
    padding-bottom: 25px
}

.service_page_box {
    background: #42B3BD10
}

.post-box-body {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0
}

.post-box-title {
    margin-bottom: 15px
}

.post-box-desc p {
    margin-bottom: 25px
}

.post-box-cta {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%
}

.post-box-cta a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.box-content-info {
    margin-bottom: 30px
}

.post-box-title h3 {
    font-size: 26px;
    transition: all 0.4s;
    color: var(--brown_color);
    margin: 0;
    text-transform: capitalize;
    font-family: var(--arimo-font)
}

.post-box-title a:hover h3 {
    color: #202224
}

.post-box-desc p {
    margin-bottom: 10px!important;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: var(--outfit-font)
}

@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size:16px
    }
}

@media screen and (max-width: 1199px) and (min-width:768px) {
    .post-box-title h3 {
        font-size:22px
    }
}

@media screen and (max-width: 991px) and (min-width:576px) {
    .box-content-info:first-child,.box-content-info:nth-child(2) {
        margin-top:10px!important
    }
}

@media (max-width: 767.5px) {
    .container,.container-sm {
        max-width:100%!important;
        padding: 0 30px!important
    }
}

@media only screen and (max-width: 768.5px) {
    .post-box-section .btn_default {
        font-size:14px
    }
}

@media screen and (max-width: 576px) {
    .post-box-body .button .default-cta {
        width:100%!important;
        max-width: 100%
    }

    .post-box-title h3 {
        font-size: 20px
    }

    .box-content-info:first-child {
        margin-top: 10px!important
    }
}

.post-box-section {
    height: 100%;
    display: flex;
    flex-direction: column
}

.post-box-section .btn_wrapper {
    margin-top: auto;
    display: block;
    width: fit-content;
    padding: 0 25px 25px
}

@media only screen and (max-width: 575px) {
    .defult-cta-button span {
        display:none
    }
}

body p a {
    font-family: inherit!important
}

.financing-gif-img .video-content img{
	width: 682px;
}

@media only screen and (max-width: 1240.5px){
	.financing-gif-img .video-content img {
		width: 558px;
	}
}

@media only screen and (max-width: 991.5px) {
    .financing-gif-img .video-content img {
        width: 100%;
    }
}

@media only screen and (max-width: 575.5px) {
    .financing-gif-img .fifth_section_text:after {
       content: unset;
    }
}

.privacy_txt_block h3{
	margin: 15px 0px;
	font-size: 24px;
}

@media only screen and (max-width:768.5px){
	.privacy_txt_block h3 {
		margin: 15px 0px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 575.5px) {
    .privacy_txt_block h3 {
        font-size: 20px;
    }
}

