/* 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://ticevalleydentalnew.vdsupport.com/generatepress-child/
Description:  GeneratePress Child Theme
Author:       Tice Valley Dental
Author URI:   https://ticevalleydentalnew.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: #010080;
    --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 and (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: #F5F8FA
}

.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: #010080;
    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)
}

.btn_default.white_btn_blk {
	background-color: #fff;
	color: #010080;
	border-color: #fff;
}
.btn_default.white_btn_blk:hover {
	background-color: transparent;
	color: #fff;
	border-color: transparent;
}
.header-btn {
    background-color: #fff0;
    color: #010080!important;
    letter-spacing: 2px!important
}

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

.main_header_menu_blk_right_list li .header-btn:hover {
    background-color: #010080;
    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: 56px;
    color: #010080;
    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 #010080;
    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: 10px;
    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: 10.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: 655px;
}

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{
    padding-left: 0px!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:10px;
    }
}

@media only screen and (max-width: 1024.5px) {
    .margin_top {
        margin-top:15px
    }
}

@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: 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: 9vw
    }

    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 #010080!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: 8px;
    }

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

.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;
    }
	.second_section_col_left {
		height: auto !important;
	}
}

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

@media only screen and (min-width: 992px){
	.first_section_blk {
		padding: 80px 0 !important;
	}
}

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

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

.second_section_row {
    position: relative;
    padding-top: 36px;
    padding-left: 45px;
}

.second_section_row_content .second_section_text {
    max-width: 1082px;
    margin-bottom: 39px;
}

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

.second_section_col_left {
    background-color: #000;
    height: 700px;
	margin-bottom: -76px;
}

.second_section_video_blk {
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.second_section_text h2 {
    font-family: var(--outfit-font);
    letter-spacing: 5.25px;
    line-height: normal;
    text-transform: uppercase;
}

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

.second_section_col_right .second_section_module .second_section_text .mx-para.common_para {
    max-width: 657px;
}

.second_section_text h2 span.second_span_text2 {
    margin-left: 0;
    margin-bottom: 29px;
}

.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 {
    position: relative;
}

.second_section_row:before {
    content: "";
    max-width: 1493px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #010080;
}

.second_section_inner_row {
    margin-top: 121px;
    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(); */
    position: absolute;
    width: 238px;
    height: 1px;
    top: auto;
    left: 0
}

.shape_section_before_content {
/*     background-image: url(); */
    background-size: contain;
    width: 220px;
    height: 197px;
    position: absolute;
    background-repeat: no-repeat;
    right: 29px;
    bottom: 42px;
    top: auto;
    z-index: -1;
}

.second_section_row_content {
    position: relative;
    z-index: 30;
}

.second_section_text p {
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 992px) {
	.second_section_col_left {
		max-width: 814px;
	}
	.second_section_col_right {
		max-width: 677px;
		padding-bottom: 54px;
	}
	.second_section_col_right .second_section_module {
		padding: 10px;
	}
}

@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,.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; 
			   width: 90%!important;
    }
}

@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 #010080
    }

    .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) {
	section.timeline-sec.section_less_padding .container {
 
    padding-bottom: 60px !important;
}
	   .page-template-common-template-php .section_less_padding, section.simple-text-section {
        padding: 0px 0 !important;
    }
    .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 {
		bottom: -150px;
		width: 140px;
		right: 10px;
    }

    .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 {
		bottom: -80px;
		width: 190px;
		right: 20px;
    }

    .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) {
	body .second_section_row {
		padding: 0 !important;
	}
	
    .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 #010080
    }

    .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_row {
		padding: 30px !important;
	}
    .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 {
		bottom: -80px;
    }

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

@media only screen and (max-width: 991px) {
	
	.second_section_col_left {
		height: auto;
		margin-bottom: 0;
	}
	.second_section_inner_row1 {
		flex-wrap: wrap; 
	}
/* 	.second_section_col_right {
		padding-right: 0 !important;
	} */
	.second_section_col_right .second_section_module .second_section_text .mx-para.common_para {
		max-width: 100% !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:1440px) {
 	.second_section_inner_row {
		margin-top: 60px;
	}
}

@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: 1680px) {
  

    .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 ,.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
        margin-left: 0px!important
    }
}

.third_section_blk {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/wp-content/uploads/2025/12/background_pattern_img.png);
    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: #010080;
    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: 1142px;
    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: 18px;
	text-align: right;
	letter-spacing: 2px;
	font-family: var(--arimo-font);
	line-height: 1.4;
}

.third_section_col2 .third_section_col2_module .third_section_col2_title_text {
    max-width: 584px;
    width: 100%;
}

.third_section_col2 .third_section_col2_module .third_section_col2_para_text {
    max-width: 674px;
    width: 100%;
}

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

@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 {
        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 {
        bottom: 80px;
    } */

    .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 {
        bottom: 100px;
    } */

    .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 {
        bottom: 100px;
    } */

    .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: #F5F8FA;
    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_row {
    display: flex !important;
}

.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,
.sixth_section_col_right p {
    font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 45px;
	line-height: 1.6;
}

.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: #010080;
    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%
}

.fourth_section_slider_inner_row button.slick-arrow {
	background-color: #808080;
	width: 56px;
	height: 56px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.fourth_section_slider_inner_row button.slick-arrow:before {
    content: unset !important;
}

.fourth_section_slider_inner_row button.slick-prev {
    left: -130px;
}

.fourth_section_slider_inner_row button.slick-next {
    right: -130px;
}

.fourth_section_slider_inner_row button.slick-arrow.slick-disabled {
    opacity: 0.7;
}


@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 ,.sixth_section_col_right_btn, {
 
        padding-left: 0 !important;
    }

    .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
    }
	.page-template-common-template-php .fifth_section_col_right_text ul.common_list{
		padding-left:20px !important;
		
	}
}

@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;
    }
	.sixth_section_col_right_text p, .sixth_section_col_right p,.page-template-common-template .fifth_section_col_right_text p, {
    padding-left: 0px !important;
 
}
	.page-template-common-template-php .sixth_section_col_right ul.common_list,.page-template-common-template-php .fifth_section_col_right_text ul.common_list {
    padding-left: 20px !important;
    }
	.sixth_section_col_right_module .sixth_section_col_right_btn {
        padding-left: 0px !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,.page-template-common-template-php .fourth_section_col_right_text h2,.page-template-common-template-php .fifth_section_col_right_text h2,.page-template-common-template-php .sixth_section_col_right_text h2 ,.page-template-common-template-php .third_section_blk h2 {
        font-size:24px !important;
        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,.sixth_section_col_right 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
    }
	
	.fourth_section_slider_inner_row {
		padding: 0 !important;
	}

	.fourth_section_slider_inner_row button.slick-prev {
		left: -25px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -25px;
	}

	.fourth_section_slider_inner_row button.slick-arrow {
		width: 25px;
		height: 25px;
	}

	.fourth_section_slider_inner_row button.slick-arrow img {
		width: 20px;
		height: 20px;
		object-fit: contain;
	}
}

@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 ,.page-template-common-template-php .fourth_section_col_right_text h2,.page-template-common-template-php .fifth_section_col_right_text h2,.page-template-common-template-php .sixth_section_col_right_text h2 ,.page-template-common-template-php .third_section_blk h2{
        font-size:30px !important;
        letter-spacing: 6.06px
    }
	.fourth_section_slider_inner_row {
		padding: 0 20px;
	}

	.fourth_section_slider_inner_row button.slick-prev {
		left: -25px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -25px;
	}

	.fourth_section_slider_inner_row button.slick-arrow {
		width: 35px;
		height: 35px;
	}

	.fourth_section_slider_inner_row button.slick-arrow img {
		width: 25px;
		height: 25px;
		object-fit: contain;
	}
}

@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
    }

	.fourth_section_slider_inner_row {
		padding: 0;
		width: 90%;
		margin: auto;
	}
	
	.fourth_section_slider_inner_row button.slick-prev {
		left: -35px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -35px;
	}

	.fourth_section_slider_inner_row button.slick-arrow {
		width: 35px;
		height: 35px;
	}

	.fourth_section_slider_inner_row button.slick-arrow img {
		width: 25px;
		height: 25px;
		object-fit: contain;
	}
	
}

@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
    }
	.sixth_section_col_right_text p {
		max-width: 100% !important;
		
	}
	.fourth_section_col_right_text p, .fifth_section_col_right_text p, .sixth_section_col_right_text p, .sixth_section_col_right p{
	    padding-left: 0px;
	}
}

@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 ,.page-template-common-template-php .fourth_section_col_right_text h2,.page-template-common-template-php .fifth_section_col_right_text h2,.page-template-common-template-php .sixth_section_col_right_text h2 ,.page-template-common-template-php .third_section_blk h2{
        font-size:36px !important;
        letter-spacing: 6.06px
    }
.page-template-common-template-php h2{
font-size:36px;
	
}
    .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,.sixth_section_col_right 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
    }
	
	.fourth_section_slider_inner_row button.slick-prev {
		left: -40px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -40px;
	}

	.fourth_section_slider_inner_row button.slick-arrow {
		width: 40px;
		height: 40px;
	}
	
	.fourth_section_slider_inner_row button.slick-arrow img {
		width: 28px;
		height: 28px;
		object-fit: contain;
	}
}

@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,.page-template-common-template-php .fourth_section_col_right_text h2,.page-template-common-template-php .fifth_section_col_right_text h2,.page-template-common-template-php .sixth_section_col_right_text h2 ,.page-template-common-template-php .third_section_blk h2
{
        font-size:40px !important;
        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,.sixth_section_col_right p  {
        padding-left: 25px
    }

	
	.sixth_section_col_right ul.common_list {
   
    padding-left: 62px;
   
  
}
	.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
    }
	
	.fourth_section_slider_inner_row button.slick-prev {
		left: -40px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -40px;
	}

	.fourth_section_slider_inner_row button.slick-arrow {
		width: 40px;
		height: 40px;
	}
}

@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
    }
	
	.fourth_section_slider_inner_row button.slick-prev {
		left: -50px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -50px;
	}
	
	.fourth_section_slider_inner_row button.slick-arrow {
		width: 46px;
		height: 46px;
	}
}

@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
    }
	
	.fourth_section_slider_inner_row button.slick-prev {
		left: -55px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -55px;
	}
	.fourth_section_slider_inner_row button.slick-arrow {
		width: 50px;
		height: 50px;
	}
}

@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
    }

	.fourth_section_slider_inner_row button.slick-prev {
		left: -60px;
	}

	.fourth_section_slider_inner_row button.slick-next {
		right: -60px;
	}

}

@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
    }
	.fourth_section_slider_inner_row .fourth_section_col_left {
		padding-bottom: 62px;
	}
	.fourth_section_slider_inner_row .fourth_section_row {
		gap: 40px;
	}
	.max_width_477_blk p {
		max-width: 525px;
	}
}

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

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

.seventh_section_container {
    max-width: 1800px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    background-image: url(/wp-content/uploads/2025/12/home-service-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 175px;
    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 #FFFFFF;
    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: #010080!important
}

.seventh_service_image {
    margin: 34px 0;
}

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

.seventh_section_col_cta_btn .btn_wrapper a:hover {
    border-color: #fff;
    color: #fff;
}

.seventh_section_text {
    margin-bottom: 80px;
}

@media only screen and (min-width: 1280px) {
    .seventh_section_row1 {
        position:absolute;
        z-index: 30;
        left: 9%;
        top: 175px;
        margin: 0 auto;
        width: 53%
    }

    .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 (min-width: 992px) and (max-width: 1280px) {
	.seventh_section_blk:before {
		height: 1000px;
	}
}

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

	.seventh_section_col {
		margin-bottom: 40px;
	}
	
	.seventh_section_col_cta_btn .btn_wrapper {
		width: 100%;
	}
	
	.seventh_section_col_cta_btn .btn_wrapper a {
		justify-content: center;
		max-width: fit-content;
		margin: auto;
	}
	
	.seventh_section_text {
		margin-bottom: 30px !important;
	}
}

@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_row1 {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 575.5px) {
	.seventh_section_col_cta_btn .btn_wrapper a {
		max-width: 100% !important;
	}
	
    .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 ,.content-box  {
        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: 25px 15px !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: 100%;
    }

    .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_list2 {
        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_list2 {
        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: 189px;
    width: 100%
}

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

.eighth_section_offer_items .eighth_section_offer_item {
    border: 1px solid #010080
}

.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 {
	display: flex !important;
}

.offer_large_col {
    width: 100%;
    position: relative;
    border: none!important;
}

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

.offer_large_col .eighth_section_heading_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 476px;
	background-color: #FFF;
	height: 145px;
}

.eighth_section_offer_items .eighth_section_offer_item.offer_large_col {
    max-width: 948px;
}

.eighth_section_offer_items .eighth_section_offer_item {
    max-width: 450px;
}

/* .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
    }
	.eighth_section_row .eighth_section_offer_items .eighth_section_offer_item:nth-child(2) {
		display: block !important;
	}
}

@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
    }
	.eighth_section_row .eighth_section_offer_items .eighth_section_offer_item:nth-child(2) {
		display: flex;
	} 
	.eighth_section_row .eighth_section_offer_items .eighth_section_offer_item img {
		width: 100%;
		max-width: 50%;
		object-fit: cover;
	}
}

@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
    }
	.offer_large_col .eighth_section_heading_text {
		top: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.first_row_grid {
        flex-wrap: wrap;
    }
	.eighth_section_offer_items .eighth_section_offer_item {
		max-width: 100%;
	}
	.eighth_section_offer_item img {
		width: 100%;
	}
}

@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
    }
	.eighth_section_offer_items {
    	grid-template-columns: 1fr 1fr;
	}
	.eighth_section_offer_items .eighth_section_offer_item {
		max-width: 100%;
	}
	.eighth_section_offer_items .eighth_section_offer_item img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

@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
    }
	.eighth_section_offer_items {
    	grid-template-columns: 1fr 1fr;
	}
	.eighth_section_offer_items .eighth_section_offer_item {
		max-width: 100%;
	}
	.eighth_section_offer_items .eighth_section_offer_item img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

@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
    }
	.eighth_section_offer_items {
    	grid-template-columns: 1fr 1fr;
	}
	.eighth_section_offer_items .eighth_section_offer_item {
		max-width: 100%;
	}
	.eighth_section_offer_items .eighth_section_offer_item img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

@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: #F5F8FA;
    position: relative
}

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

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

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

.ninth_section_row:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2025/12/logo.svg);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
	height: 104px;
	max-width: 380px;
    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: #010080;
    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 ,.content-box p{
    color: #58595B;
    letter-spacing: .42px;
    font-size: 16px;
    font-family: var(--arimo-font);
    position: relative;
    margin-bottom: 0!important;
    line-height: 1.4;
	font-style: italic;
}

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

.mx-554 {
    max-width: 1076px;
    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 #010080;
    color: #010080
}

.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 #010080;
    color: #fff;
    background-color: #010080;
}

.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 (max-width: 480px) {
	.ninth_section_row:after {
        bottom: -40px;
        background-size: contain;
        height: 80px;
        max-width: 240px;
    }
}

@media only screen and (min-width: 481px) and (max-width:767px) {
	.ninth_section_row:after {
		bottom: -60px;
		height: 110px;
		max-width: 380px;
	}
}

@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:25px;
        letter-spacing: 0.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;
    }
	.page-template-common-template .ninth_section_col_right_btn .site_same_btn_all a{
		width: fit-content;
        max-width: 100%;
	}
}

@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
    } */
}
	.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
    margin-left: 86px;
}
.page-id-419 .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
        margin-left: 175px;
    }
@media only screen and (min-width: 992px) {
	.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
		margin-left: 120px;
	}
	.page-id-480 .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2,.page-id-492 .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
        margin-left: 50px;
    }
	.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
    margin-left: 200px;
}
	.page-id-419 .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
        margin-left: 340px;
    }
}

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

.same_1024_containers {
    max-width: 1024px;
    width: 90% !important;
    margin: auto;
	padding: 0 !important;
}

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

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


.linear-repeater {
    display: grid;
    grid-template-columns: 1fr 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(); */
    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 #010080;
    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/2026/01/check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    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: #010080!important;
		    text-decoration: none !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
    }
	.page-id-419  .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
    margin-left: 26px;
    width: max-content;
}
	.page-id-419 .ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text3 {
    margin-left: 96px;
}

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

    .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: 767px) and (max-width: 1140px) {
	.linear-repeater {
		grid-template-columns: 1fr 1fr;
	}
}

@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: 570px!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: #F5F8FA;
    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;
    gap: 20px;
    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, .page-template-common-template-php .smile-gallery-row {
        grid-template-columns:1fr !important;
        gap: 30px 0
    }
}

@media only screen and (min-width: 601px) and (max-width:767px) {
    .smile-gallery-row ,.page-template-common-template-php .smile-gallery-row{
        grid-template-columns:1fr 1fr !important;
    }
}

@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;
    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: #010080;
    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:1280px) {
    .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_page_section {
    padding: 60px 0
}

.same-width-1176 {
    max-width: 1176px;
    width: 90%;
    margin: auto;
    padding: 0
}

.blog_post_items_order {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px
}

.blog_post_items_list {
    display: grid;
    width: 31.5%;
    background-color: #FBFAF9;
    align-content: start;
    padding-bottom: 30px;
    border-radius: 5px;
    transition: 1s
}

.blog_post_items_list:hover {
    transform: translate(0,-10px);
    transition: 1s
}

.blog_post_items_list img {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ededed;
    border-bottom: 0
}

.blog_post_items_list span {
    margin-bottom: 20px
}

.blog_post_items_list span,.blog_post_items_list span a {
    color: var(--bermuda_color);
    font-weight: 500;
    font-size: 21px;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog_post_items_details_blk {
    padding: 0 30px
}

.blog_post_items_details_blk .subpage_first_sec_cta_btn .default-btn a {
    margin-left: 0
}

.blog_post_items_list .subpage_first_sec_cta_btn {
    margin-bottom: 20px;
    margin-top: 30px
}

.blog_post_items_list p.blog_post_date {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 700
}

.blog_post_content_blk a {
    color: var(--bermuda_color)!important
}

.blog_post_content_blk a:hover {
    text-decoration: underline!important;
    text-underline-position: under
}

.blog_post_content_blk ul,.blog_post_content_blk ol {
    margin: 0;
    margin-bottom: 25px;
    padding-left: 0
}

.blog_post_content_blk h3 {
    color: #282828
}

.blog_post_content_blk ul li::marker {
    color: var(--bermuda_color)
}

.blog_post_items_details_blk p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical
}

.blog_post_items_list .subpage_first_sec_cta_btn .site_same_btn_all a {
    color: #010080;
    font-family: var(--arimo-font);
    letter-spacing: 2.25px;
    font-size: 17px
}

.blog_post_items_list .subpage_first_sec_cta_btn .site_same_btn_all a:hover {
    color: #0F0F0F!important
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .blog_post_items_details_blk {
        padding:0 15px
    }
}

@media only screen and (max-width: 600px) {
    .blog_post_items_order {
        gap:30px 20px
    }

    .blog_post_items_list {
        width: 100%;
        margin: auto
    }

    .blog_post_items_list span,.blog_post_items_list span a {
        font-size: 18px
    }

    .blog_post_items_list img {
        height: auto!important
    }

    .blog_post_items_list p.blog_post_date {
        font-size: 15px;
        text-align: center
    }

    .post-template-default.single.single-post .inside-article {
        padding: 0!important
    }
}

@media only screen and (min-width: 601px) and (max-width:767px) {
    .blog_post_items_order {
        gap:50px 20px
    }

    .blog_post_items_list {
        width: 80%;
        margin: auto
    }

    .blog_post_items_list span,.blog_post_items_list span a {
        font-size: 19px
    }
}

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

    .blog_post_items_list span,.blog_post_items_list span a {
        font-size: 19px
    }

    .blog_post_items_list img {
        height: 280px
    }
}

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

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

@media only screen and (min-width: 1141px) and (max-width:1280px) {
    .blog_post_items_list {
        width:31%
    }
}

@media only screen and (min-width: 1281px) and (max-width:1440px) {
    .blog_post_items_list {
        width:31.2%
    }
}

.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: #F5F8FA;
    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: #F5F8FA
}

.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: #010080!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(); */
    width: 20px;
    height: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain
}

.choose-sec .services-menu li::before {
/*     background-image: url() */
}

.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: #F5F8FA
}

.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;
    }
	
	.page-template-common-template .ninth_section_col_right_btn .site_same_btn_all a{
		width: 100%;
        max-width: 100%;
	}
}

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

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

.box-text-section .top_center_title h2 {
    margin-bottom: 10px;
}

.box-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-top: 50px;
}

.box-row .singular-box {
    background-color: #fff;
    border: 1px solid var(--brown_color);
    border-radius: 10px;
    padding: 24px;
    max-width: 100%;
    width: 100%;
}
 
@media only screen and (max-width: 991px) {
	.box-row {
		grid-template-columns: 1fr;
	}
}

.custom_table_comparison {
    display: flex;
    justify-content: center;
}

.custom_table_comparison .table-body {
    border: 1px solid #010080;
	max-width: 400px;
	width: 100%;
}
 
.custom_table_comparison .table-body p:empty {
    display: none;
}

.custom_table_comparison .table-body > span {
	background-color: #010080;
	padding: 21px;
	width: 100%;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.custom_table_comparison .table-body:first-child > span:after {
    content: "";
    position: absolute;
    background-color: #7cb3b9;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
}

.custom_table_comparison .table-body .table-row br {
    display: none;
}

.custom_table_comparison .table-body .table-row span {
    font-size: 16px;
    padding: 15px;
    display: block;
}

.custom_table_comparison .table-body .table-row {
    margin-bottom: 0;
}

.custom_table_comparison .table-body .table-row span:not(:last-child) {
    border-bottom: 1px solid #010080;
}

.custom_table_comparison .table-body .table-row span:empty {
    display: none;
}

@media only screen and (max-width: 630px) {
	.custom_table_comparison {
		flex-wrap: wrap;
	}
	.custom_table_comparison .table-body:last-child .table-row span:empty {
		display: none;
	}
	.custom_table_comparison .table-body:last-child {
		border-bottom: none;
	}
	.custom_table_comparison .table-body:first-child > span:after{
		content: unset !important;
	}
}


@media only screen and (min-width: 631px) {
	.custom_table_comparison .table-body:last-child {
		border-left: none;
	}
}

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

.custom_iframe_blk {
    margin-top: 30px;
    max-width: 650px;
    width: 100%;
}

.page-template-common-template section.fifth_section_blk.inner_fifth_section_blk, .page-template-common-template section.faqs-section {
    background-color:#F5F8FA !important;
}

ul.common_list {
    margin-left: 0;
    padding-left: 20px;
}
ul.common_list li {
    list-style: disc !important;
}

.page-template-doctor-page .inner_scroll_descrs a {
    text-decoration: underline !important;
}

/*-------------------------------------------------------------*/
.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;
}
 .ninth_section_col_right_btn .site_same_btn_all a:first-child {
    border: 1px solid #010080;
    color: #010080;
}
.hover_txt_flip {
    color: #010080;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
a.hover_txt_flip:hover {
    color: #111;
}
.hover_txt_flip:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #111;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}	
.hover_txt_flip:hover:before {
    width: 100%;
    -webkit-transition: all .15s cubic-bezier(0.4, 0, 1, 1);
    transition: all .15s cubic-bezier(0.4, 0, 1, 1);
}
.ninth_section_col_right_btn .site_same_btn_all a:first-child.btn-fill:hover {
    background-color: #fff0;
    color: var(--brown_color);
}
.ninth_section_col_right_btn .site_same_btn_all a:first-child:hover {
    border: 1px solid #010080;
    color: #fff;
    background-color: #010080;
}

.simple_sec .ninth_section_row:after{
	content:unset;
}

.simple_sec .ninth_section_row ,.content-box {
    border: 1px solid #010080;
    padding: 38px 38px 60px;
    position: relative;
    z-index: 10;
}

.page-template-common-template .common_list li {
    font-family: var(--outfit-font);
    color: #58595B;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}


.page-template-common-template .third_section_blk {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 375px) {
    .defult-cta-button {
        font-size: 12px !important;
    }
	.page-template-common-template .ninth_section_blk .ninth_section_container .ninth_section_text h2{
		        font-size: 20px !important;
	}
}
@media only screen and (max-width: 480px) {
    .defult-cta-button {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 575px) {
    .page-template-common-template-php .sixth_section_col_right ul.common_list {
  
    padding-left: 20px !important;
  
}
	
	.page-template-common-template-php .fifth_section_col_left h2 ,.page-template-common-template-php .sixth_section_col_right h2 ,.page-template-common-template-php .third_section_blk h2 { 
	font-size: 24px !important;
        letter-spacing: 0 !important;
        line-height: 1.3;
	
	}
}
@media only screen and (max-width: 767px) {
	
	  
	  .page-template-common-template .ninth_section_row {
        padding: 25px 10px 60px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.ninth_section_blk .ninth_section_container .ninth_section_text h2 span.ninth_span_text2 {
    margin-left: 44px;
    width: max-content;
}

    .ninth_section_module {
        padding: 0 20px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	 .page-template-common-template .third_section_blk {
        padding: 20px 0 !important;
    }
	
	
	
}

 @media only screen and (min-width: 768px) and (max-width: 991px) {
.page-template-common-template .ninth_section_blk .ninth_section_container .ninth_section_text h2 {
        font-size: 26px !important;
        letter-spacing: 4.75px !important;
    }


}

.page-template-common-template-php .sixth_section_col_right ul.common_list ,.page-template-common-template-php .fifth_section_col_right_text ul.common_list {
    margin-left: 0;
    padding-left: 65px;
} {
    margin-left: 0;
      padding-left: 65px;
	padding-top:16px;
	margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	.page-template-common-template-php .sixth_section_col_right ul.common_list {
        padding-left: 20px;
    }
	
	
}


@media only screen and (min-width: 1025px) and (max-width: 1140px) {
	
	.page-template-common-template-php .sixth_section_col_right ul.common_list ,.page-template-common-template-php .fifth_section_col_right_text ul.common_list {
    padding-left: 47px;
   }
	
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
   .page-template-common-template-php h2 {
   font-size: 30px;
        letter-spacing: 6.06px;
}
      
    
}

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


.timeline-sec {
    counter-reset: my-counter
}

.timeline-sec .container {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto
}

.number {
    counter-increment: my-counter
}

.number {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--brown_color);
    position: relative;
    min-width: 32px;
    text-align: right;
    padding-top: 0;
    font-family: var(--arimo-font)
}

.number::before {
    content: "0" counter(my-counter);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--brown_color);
    position: relative;
    min-width: 30px;
    text-align: right;
    font-family: var(--arimo-font)
}

.dot-div {
    position: relative;
    padding: 0 20px;
    min-width: 70px;
    overflow: hidden
}

.dot-div::before {
    content: "";
    position: absolute;
    background: var(--brown_color);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.number-text .dot-div::before {
    top: 2px
}

.dot-div::after {
    content: "";
    position: absolute;
    border-right: 2px dashed #0A0A09;
    height: 100%;
    top: 10px;
    left: 50%;
    z-index: 0
}

.number-content {
    padding: 0 0 30px
}

.timeline-row:last-of-type .number-content {
    padding-bottom: 0
}

.number-content p:not(:last-of-type) {
    margin-bottom: 0px!important
}

.timeline-sec p {
    margin-bottom: 25px!important
}

.timeline-sec .last-para p {
    margin: 35px 0 0 0!important
}

.number-content h4 {
    margin-top: -2px;
    color: var(--brown_color);
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--arimo-font)
}

@media only screen and (max-width: 991px) {
	section.smile-gallery-section {
     padding: 0px 0; 
}
    .number-content {
        padding:0 0 25px
    }

    .number-content h4 {
        margin-top: -3px
    }

    .timeline-sec .last-para p {
        margin: 30px 0 0 0!important
    }

    .number,.number::before {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .timeline-sec .container {
        padding:0 30px
    }
	.page-id-492 .linear-repeater,.page-id-471 .linear-repeater  {
    grid-template-columns:  1fr !important;
   }
}

@media only screen and (max-width: 575.5px) {
    .timeline-sec .container {
        max-width:1440px;
        width: 100%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 565px) {
    .dot-div {
        padding:0 15px;
        min-width: 50px
    }

    .timeline-sec p {
        font-size: 15px;
        margin-bottom: 20px!important
    }

    .timeline-sec .last-para p {
        margin: 20px 0 0 0!important
    }

    .number-content h4 {
        font-size: 20px
    }

    .timeline-sec .container {
        width: 100%
    }

    .number {
        min-width: 20px
    }

    .number,.number::before {
        font-size: 17px
    }
}
.page-id-492 .linear-repeater,.page-id-471 .linear-repeater  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    position: relative;
}
.page-template-common-template-php .fourth_section_col_right_text h2,.page-template-common-template-php .fifth_section_col_right_text h2,.page-template-common-template-php .sixth_section_col_right_text h2 ,.page-template-common-template-php .third_section_blk h2{
font-size: 45px;
	
}

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

 .page-template-common-template-php .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);
}

.page-template-common-template-php .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;
}
.page-template-common-template-php .ninth_section_col_right_btn .site_same_btn_all a:first-child {
    border: 1px solid #010080;
    color: #010080;
}
.page-template-common-template-php .ninth_section_col_right_btn .site_same_btn_all a:first-child.btn-fill:hover {
    background-color: #fff0;
    color: var(--brown_color);
}

.page-template-common-template-php .smile-gallery-row {
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
}
.page-id-492 .linear-repeater {
    display: flex;
    justify-content: center;
    gap: 36px;
    position: relative;
}
.page-id-492 .linear-repeater .common-content.para_txt {
    max-width: 454px;
}
@media only screen and (max-width: 767px) {
    .page-id-492 .linear-repeater .common-content.para_txt {
        max-width: 100% !important;
    }

.page-id-492 .linear-repeater {
    display: flex;
 flex-direction:column;
	
	}

}


/*------------Smile Gallery Page-------------*/

.before_after_main_section {
    padding: 60px 0;
}

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

.before_after_main_row {
    margin-bottom: 50px;
}

.before_after_heading_module {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1340px;
}

.before_after_heading_txt_blk {
	cursor: pointer;
	padding: 10px 20px;
	transition: 0.3s;
	width: fit-content;
	background-color: #343434;
	color: #fff;
}

.before_after_heading_txt_blk.active {
    background-color: #010080;
}

.before_after_heading_txt_blk:hover {
    background-color: #010080;
}

.before_after_repeater_items {
	display: none;
}

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

.before_after_repeater_img_wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.before_after_repeater_img_wrapper .before_after_repeat_image_blk {
    width: 100%;
    max-width: 100%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 10px;
    padding: 10px;
}
 

@media only screen and (max-width: 991px) {
	.before_after_main_section {
		padding: 50px 0;
	}
	.before_after_repeater_img_wrapper {
		grid-template-columns: 1fr;
	}
}

/*------------Smile Gallery Page-------------*/
.main_header_menu_blk_left:before {
    content: '';
    position: absolute;
    top: 7px;
    right: -20px;
    background: url(/wp-content/uploads/2026/01/arrow_down.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
}
.main_header_menu_blk_left {
    position: relative;
}


/*------------------Contact Us------------------------  */
.info p {
    color: #4c4c4c;
}
.info p:hover {
    color: #111111;
}
.form-field {
    height: 100%;
}
.form-field {
 
    box-shadow: 0px 4px 100px #ECEEF3;
    background: #FFF;
    padding: 24px;
    margin-right: 32px;
}
.input-field {
    margin-bottom: 24px;
    position: relative;
}
.input-field label {
    color: #201D2A;
    font-family: var(--gelasio);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.36px;
    margin-bottom: 6px;
}
.input-field input {
    padding: 16px;
    width: 100%;
    background-color: #F2F2F2;
    color: #222222;
    font-family: var(--gelasio);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.32px;
}
.submit-field {
    margin-top: 32px;
    position: relative;
}
.submit-field button {
    background: #0656a5;
    padding: 14px 24px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: var(--avenir);
}
.form-checkbox {
    display: inline-flex;
}
.form-checkbox input {
    margin: 0px 8px 0 0;
    height: 20px !important;
    width: 32px;
}
.contact-us-info > span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5.76px;
    font-family: var(--gelasio);
    font-style: normal;
    line-height: 120%;
    margin-bottom: 10px !important;
    display: block;
}
.contact-us-info h2 {
    margin-bottom: 10px;
}
.contact-info-list a {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.contact-info-list a img {
    width: 50px;
    height: auto;
}
.contact-info-list a h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--poppins);
}

@media only screen and (max-width: 1440px){
    .form-field{
        margin-right: 12px;
    }
    .information-guide{
        margin-left: 12px;
    }
}
@media only screen and (max-width: 991px){
    .form-field{
        margin: 0px;
    }
    .input-field input {
        padding: 8px 12px;
    }
    .input-field label{
        font-size: 16px;
    }
    .input-field {
        margin-bottom: 12px;
    }
    .information-guide h3{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px){
    .form-field {
        margin-bottom: 24px !important;
        height: auto;
    }
}
@media only screen and (max-width: 575px){
    .form-field{
        padding: 16px;
    }
    .submit-field button{
        padding: 9px 24px;
    }
    .info-content{
        padding: 20px 0px 0px 0px;
    }
}


/* disclaimer msg */
.disclaimer-msg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.disclaimer-msg p,
.disclaimer-msg a,
.disclaimer-msg label {
    margin: 0;
    font-size: 12px;
    color: #6f6a71;
}
a {
    transition: all 0.3s ease 0s;
}
.disclaimer-msg a {
    color: #0656a5;
    text-decoration: none;
}

.disclaimer-msg a:hover {
    color: #201D2A;
    text-decoration: none;
}

.form-checkbox {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.form-checkbox input {
    margin: 0px 8px 0 0;
    height: 20px !important;
    width: 18px !important;
}

.form-checkbox label,
.disclaimer-msg p {
    max-width: calc(100% - 26px);
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
}

.form-checkbox label.label1 {
    bottom: -18px;
}
@media only screen and (max-width: 767px) {
    .disclaimer-msg {
        margin: 0 0 15px;
    }
}
.disclaimer-msg {
    margin: 30px 0 0;
}
.disclaimer-msg:not(:first-child) {
    margin: 22px 0 0;
}

label.label1 {
    font-family: var(--poppins) !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    color: red !important;
    margin: 0 !important;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.form-checkbox label.label1 {
    bottom: -18px;
}
.contact-us_container {
    max-width: 1520px;
    width: 90%;
    margin: auto;
}


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


ul.each_single_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0
}

li.single_blog_data {
    width: 30%;
    list-style: none;
    text-align: center;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 0 10px #e1e1e19e;
    border-radius: 10px;
    background: #fff
}

a.post_cut_title,a.post_cut_title:hover {
    color: #222;
    font-family: Vollkorn;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 13px
}

a.post_cut_date,a.read-more:hover {
    color: #7bd6d0!important
}

a.post_cut_descr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px
}

a.post_cut_descr,a.post_cut_date,a.post_cut_descr:hover {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #222
}

a.read-more {
    line-height: 1.6;
    color: #222;
    font-weight: 600;
    font-family: Vollkorn;
    font-size: 18px
}

@media (max-width: 991px) {
    li.single_blog_data {
        width:45%
    }
	.main_header_menu_blk_center {
    margin: 0 !important;
}
}

@media (max-width: 767px) {
    li.single_blog_data {
        width:auto
    }

    .page-id-373 section.video_btn_sec.sub_page_sect_padd.bg_color_same {
        background-color: #fff0
    }

    .hero-banner .banner-content {
        padding-top: 50px
    }

    .default-cta:hover {
        background: transparent!important;
        color: #222!important;
        border-color: #7bd6d0!important
    }
}

.page-id-308 .services_overview_module {
    display: block
}

.owl-controls.clickable {
    position: relative;
    width: 100%;
    height: 100%
}

.owl-controls.clickable .owl-page.active span {
    background-color: #7bd6d0
}

.owl-controls.clickable .owl-page span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    background-color: #7bd6d06b
}

.owl-controls.clickable .owl-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.owl-controls.clickable .owl-page {
    margin-right: 10px
}

.owl-controls.clickable .owl-page:last-child {
    margin-right: 0!important
}

@media only screen and (min-width: 1441px) {
    .page-id-378 .gallery_container .services_overview_module .owl-wrapper,.page-id-432 .gallery_container .services_overview_module .owl-wrapper,.page-id-267 .gallery_container .services_overview_module .owl-wrapper,.page-id-416 .gallery_container .services_overview_module .owl-wrapper,.page-id-432 .gallery_container .services_overview_module .owl-wrapper {
        left:20%!important
    }
}


ul.apply-now.apply_now_center {
    display: inline-block;
    position: relative;
    font-weight: 400;
    border-radius: 60px;
    transition: all 0.4s;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.home_banner_btn {
    width: fit-content;
    margin-bottom: 0px!important
}

.home_banner_btn a.default-cta {
    margin-bottom: 15px
}

ul.under_link_txt li a {
    text-decoration: underline!important
}

ul.dropdown-menu.active {
    display: inline-block!important;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: -84px;
    border: 1px solid var(--bermuda_color);
    z-index: 0;
    right: 0;
    margin: auto;
    text-align: center
}

ul.dropdown-menu.active li:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bermuda_color)
}

.button-dropdown a {
    cursor: pointer
}

.dropdown-menu a {
    color: var(--body_text_color)!important;
    text-decoration: none;
    font-family: var(--dm_sans_font)
}

.banner_sec ul.dropdown-menu.active {
    width: 270px;
    left: 0;
    margin: unset
}

.banner_sec {
    margin-left: 10px
}

@media (max-width: 767px) {
    .banner_sec ul.apply-now.apply_now_center {
        text-align:left
    }

    .banner_sec {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (max-width: 575px) {
    ul.apply-now.apply_now_center {
        width:100%;
        text-align: center
    }

    ul.dropdown-menu.active {
        width: 100%!important;
        text-align: center
    }
}

.education_div ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 0
}

.education_div {
    padding-top: 20px
}

.education_div li {
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px
}

.education_div.pratxt {
    padding-top: 10px
}

.education_div ul li:before {
    content: "";
/*     background-image: url(); */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    width: 45px;
    height: 20px
}

.education_div ul li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 5px
}

@media only screen and (min-width: 768px) and (max-width:1440px) {
    .page-id-259 .main-commit {
        display:inline-block!important
    }

    .page-id-259 .doctor_cont {
        width: 100%;
        padding: 0
    }

    .page-id-259 .sub-cont-div {
        padding-left: 0
    }

    .page-id-259 .doctor_img {
        float: left;
        margin-right: 40px;
        padding: 0;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .page-id-259 .doctor_img {
        width:360px
    }
}

@media only screen and (min-width: 992px) and (max-width:1440px) {
    .page-id-259 .doctor_img {
        width:450px
    }
}

@media only screen and (max-width: 575px) {
    ul.apply-now .dropdown-menu {
        position:unset!important
    }
}

@media only screen and (max-width: 768px) {
    .banner-content .h1tag br {
        display:none
    }
}

/*-------Pop Up Message---------*/
.inside_popup_details_show {
	background-color: #000000a8;
}
.page-id-457 .meet-image-more-details .on_hover_popup_btn {
	display: none !important;
}
.meet-image-more-details {
	margin-bottom: 30px;
}
.on_hover_popup_btn {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.meet-image-more-details {
	position: relative;
}

.meet-image:hover {}

.meet-image:hover .meet-image-more-details {}
.on_hover_popup_btn a:hover {
	color: #fff;
}
.meet-image:hover .meet-image-more-details .on_hover_popup_btn {
	opacity: 1;
	background-color: #00000087;
	border-radius:  0px;
}
.meet-docter h4 {
    margin-bottom: 8px;
}

.inside_popup_details_show .meet-docter h5 {
    text-align: left;
}
.inside_popup_details_show .meet-docter h4 {
    margin-bottom: 8px;
}
.on_hover_popup_btn a {
	background-color: #010080;
	padding: 15px 40px;
	color: #fff;
	position: relative;
	z-index: 200;
	text-shadow: none;
	font-size: 18px;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}
.pop-active-box {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}
.popup_message_box_container.popup,
.popup_message_box_row.popup {
	height: 100%;
}
.popup_message_box_details_col[tabindex="-1"] {
	display: flex !important;
	width: 100%;
	height: 100%;
	align-items: center;
	padding: 40px 30px;
	background-color: #fff;
	position: relative;
}
.popup_message_box_details_col {
	width: 900px !important;
	display: flex;
	align-items: center;
	margin: auto !important;
	background-color: #fff;
	padding: 50px 30px;
	left: auto !important;
	height: auto !important;
	position: relative;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 5px 15px;
}
.popup_message_box_details_col img {
	width: 240px;
	height: auto;
}
.popup_message_box_row.popup {
	display: flex;
}
.popup_message_box_details_col .meet-docter {
	position: relative;
}
a.popup_message_close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 30px;
	color: #222 !important;
}
.popup_message_box_details_col .meet-docter h4,
.popup_message_box_details_col .meet-docter .pratxt p{
	text-align: left;
}
@media (max-width: 767px) {
	.popup_message_box_details_col[tabindex="-1"] {
		display: block !important;
	}
	.popup_message_box_details_col {
		display: block !important;
	}
	.meet-docter {
		margin-top: 30px;
	}

	
	.meet-docter .on_hover_popup_btn {
		position: relative;
		opacity: 1;
	}
	.custom_meet_staff .meet-docter h4 {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
    .full_image_sec {
   
	    padding-bottom: 0px !important;
}
    
}

@media (min-width: 767px) {
	.popup_message_box_details_col .meet-docter {
		padding-left: 30px;
	}
	
	.meet-image.col-md-6.col-12.col-lg-4 {
    padding-bottom: 30px !important;
}

}

@media (max-width: 767px) {
.full_image_sec {
   
	    padding-bottom: 17px !important;
}
	
	.meet-image.col-md-6.col-12.col-lg-4 {
    padding:10px 0 30px 0 !important;
}
		.meet-docter h5 {
    margin-bottom: 30px;
}
}
  .col-12.custom_meet_staff.align-center-div {
    display: flex;
   
    flex-wrap: wrap;
    justify-content: center;
}
 .col-12.custom_meet_staff.align-center-div {
    padding: 0;
}
.meet-docter {
    text-align: center;
}
.meet-image.col-md-6.col-12.col-lg-4 {
    padding: 10px;
}


li#menu-item-798 .sub-menu {
    margin-left: 200px;
    margin-bottom: 0px;
    top: -10px;
}
li#menu-item-798 a{
	position:relative;
}
.main_header_menu_blk .main-nav .secondary-menu > li:nth-child(9){
    display: none;
}	 

.full_image_sec {
    background-color: #F5F8FA;
	    padding-bottom: 57px;
}


 .page-id-759 .full_image_sec {
    padding-top: 50px ;   
     padding-bottom: 0px; 
}  
.page-id-759 .full_image_sec_text h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.meet-our-team.pt-0.pt-md-5 {
    padding-bottom: 40px;
}
.main_header_menu_blk_left.same_menu_header_text {
    display: none;
}
.main_header_menu_blk_center {
    margin: auto;
}

.Slider_contant {
    padding: 30px 30px;
    padding-top: 0;
}
.page-template-common-template .linear-repeater .common-content {
     padding: 0px; 
}
.page-template-common-template .common-content img {
    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    

.page-id-759 .fifth_bottom_padding {
 
    padding-bottom: 40px;
}
}


.secondary-navigation .main-nav ul li a {
  
    padding-left: 17px !important;
  
}

