/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

:root {
    --black: #000000;
    --fade-black: #070707;
    --fade-secondary-black: #131313;
    --fade-white: #f7f7f7;
    --theme-white: #ffffff;
    --theme-color: #39b54a;
    --theme-secondary-color: #1b4049;
    --theme-tertiary: #038a22;
    --mad-red: #c11a1e;
    --transition500: all 0.5s;
	
    --poppins: "Poppins", sans-serif;
    --theme-font: var(--poppins);
}


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

body {
    font-family: var(--theme-font);
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--theme-white);
    color: var(--theme-secondary-color);
}

/* please add h1 to h6  */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-secondary-color);
}

a {
/*     display: inline-block;
    font-size: 16px; */
    color: var(--theme-secondary-color);
    text-decoration: none;
    transition: var(--transition500);
}

b,
strong {
    font-weight: 700;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: clamp(28px, 2.4vw, 36px);
    line-height: 1.2;

}

h3 {
    font-size: 22px;
    margin-bottom: 0.5em;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;

}

p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--theme-secondary-color);
    font-weight: 400;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.disable_scroll {
    overflow: hidden;
}

.common_sub_section_heading h2 {
    font-size: 48px;
    color: var(--black);
}



.common_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    font-size: clamp(16px, 1.3vw, 20px);
    line-height: clamp(41px, 3.542vw, 51px);
    border: 2px solid var(--theme-color);
    color: #ffffff;
    padding: 0 25px;
    background-color: var(--theme-color);
    transition: all 0.5s;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 600;
    min-width: clamp(120px, 16vw, 230px);
    text-align: center;
}

.common_btn.theme_secondary_btn {
    background: var(--theme-secondary-color);
    color: var(--theme-white);
    border-color: var(--theme-secondary-color);
}

.common_btn.theme_secondary_btn:hover {
    color: var(--theme-secondary-color);
}

.common_btn:hover {
    color: var(--theme-color);
    background-color: transparent;
}

.btn_white {
    border: 1px solid var(--theme-white);
}

.common_btn.btn_white:hover {
    background-color: var(--theme-white);
}

.small_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.common_bg {
    background-color: #f7f7f7;

}

.common_bg_dark {
    background-color: #070707;
}


.common_icon_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    color: var(--theme-white);
    font-family: var(--theme-font);
    transition: var(--transition500);
}

.common_icon_btn :is(svg, img) {
    max-width: 24px;
    max-height: 24px;
    object-fit: scale-down;
}

.common_icon_btn:hover {
    color: var(--theme-white);
}

.common_icon_btn.without_bg_btn {
    background: transparent;
    color: var(--theme-color);
    border: none;
    padding: 0;
    line-height: 30px;
}

.common_icon_btn.without_bg_btn svg path {
    stroke: var(--theme-color);
}

.loader {
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    top: -34px;
    left: -32px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(33, 118, 139, 0.2);
    border-right: 1.1em solid rgba(33, 118, 139, 0.2);
    border-bottom: 1.1em solid rgba(33, 118, 139, 0.2);
    border-left: 1.1em solid #1b4049;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}


.loader_overlay {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5555555;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader_overlay span {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 38px;
    display: block;
    position: relative;
    left: 48%;
    top: 53%;
    transition: all 0.5s ease;
}

.loader_overlay span .leaf {
    animation: leaf 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes leaf {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.05);
    }

    40% {
        transform: scale(1.05);
    }

    60% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* TITTLE AND CONTENT AREA START  */

.common_title_area {
    margin-bottom: 30px;
}

.common_title_area h1 {
    font-size: clamp(24px, 2.4vw, 36px);
}

.common_title_area :is(h1, h2, h3) {
    font-weight: 700;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: var(--theme-font);
    text-transform: capitalize;
}

.common_title_area :is(h2, h3, h4) :is(b, strong) {
    color: var(--theme-color);
}

.common_title_area :is(h5, h6) {
    font-size: 27px;
    color: #060606;
    font-weight: 500;
    margin-bottom: 1em;
    font-family: var(--theme-font);
}

.common_title_area h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--theme-color);
}

.common_title_area p {
    font-size: clamp(16px, 1.7vw, 24px);
    margin-bottom: 1.3em;
}

.common_title_area>*:last-child {
    margin-bottom: 0;
}

/* SECONDARY COMMON CONTENT AREA  */

.common_content_area {
    max-width: 1170px;
}

.common_content_area :is(h2, h3, h4) {
    font-size: 36px;
    color: #0A0A0A;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-family: var(--theme-font);
}

.common_content_area :is(h5, h6) {
    font-size: 20px;
    color: #060606;
    font-weight: 400;
    margin-bottom: 1em;
}

.common_content_area h6 {
    font-size: 18px;
    text-transform: uppercase;
}

.common_content_area h6 {
    color: var(--theme-color);
}

.common_content_area h6 span {
    padding-left: 25px;
}

.common_content_area h6 span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    top: calc(50% - 1px);
    background-color: var(--theme-white);
}

.common_content_area p {
    color: var(--fade-black);
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.common_content_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.common_content_area li {
    margin-bottom: 1em;
    position: relative;
    padding-left: 70px;
}

.common_content_area li,
.common_content_area li p {
    color: #000;
    font-size: 27px;
    font-family: var(--theme-font);
}

.common_content_area li:last-child {
    margin-bottom: 0;
}

.common_content_area li::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url('../img/check_icon_uniquesvg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px 37px;
    border-radius: 50%;
    left: 0;
    top: 2px;
}

/* SECONDARY COMMON CONTENT AREA END  */



.common_padding {
    padding: 60px 0;
}

.common_title_area img {
    width: 100%;
    margin-bottom: 35px;
    aspect-ratio: 3 / 1.5;
    object-fit: cover;
}

.common_title_area ul {
    margin-bottom: 30px;
}

.common_title_area ul li {
    font-size: 17px;
    color: #1E1E1E;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.common_title_area ul li::before {
    content: "";
    width: 15px;
    height: 18px;
    background-image: url('../img/check_icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 2px;
}

.common_title_area :is(p, span, li, h2, h3, h4) a {
    color: var(--theme-color)
}

.common_mb {
    margin-bottom: 60px;
}

.cl_white :is(h1, h2, h3, h4) {
    color: var(--theme-white) !important;
}

.cl_white :is(h5, h6) {
    color: var(--theme-white) !important;
}

.cl_white p {
    color: var(--theme-white) !important;
}

.cl_white ul {
    color: var(--theme-white) !important;
}

.cl_white li,
.cl_white li p {
    color: var(--theme-white) !important;
}

.cl_blue :is(h2, h3, h4) {
    color: var(--theme-tertiary);
}

.common_bg_dark :is(h1, h2, h3, h4, h5, h6, p, li, li p, span, a, button, button span, button i, button svg, button path) {
    color: var(--theme-white);
}

.hide_before::before {
    display: none !important;
}

.hide_after::after {
    display: none !important;
}

.unset_max_width :is(h2, h3, h4, h5, h6, p) {
    max-width: unset !important;
}

.common_design_bg {
    position: relative;
}

.common_design_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/vector.svg') no-repeat center;
    background-size: cover;
}

/* TITTLE AND CONTENT AREA END  */




/* ============ HEADER =========== */


.mobile_header_menu {
    display: none;
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}



.header_unique_btn:hover {
    color: var(--theme-tertiary);
}

.header>.logo-area {
    padding: 30px 0;
}


.logo-area a img {
    width: 170px;
    height: 40px;
    object-fit: scale-down;
}

.nav-area-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile_header_menu {
    display: none;
}



.nav-ul>li {
    margin-right: 26px;
    position: relative;
}

/* .nav-ul>li:last-child {
    margin-right: 0;
} */

.nav-ul li a {
    padding: 10px 6px;
    font-size: 16px;
    color: #9CACB0;
    transition: all 0.5s;
    font-weight: 400;
    font-family: var(--theme-font);
    text-transform: capitalize;
}

.dropdown-arrow i {
    font-size: 14px;
    color: #9CACB0;
    transition: all 0.2s ease-in-out;
}


.mobile-nav .nav-ul .dropdown-nav a::after {
    right: 10%;
}

.nav-ul li a:hover {
    color: var(--theme-color);
}

.mobile-nav .nav-ul>li>a:hover {
    color: var(--fade-black);
}

.mobile-nav .nav-ul>li>a.active {
    color: var(--theme-color);
}
.contact_btn {
    display: flex;
    justify-content: end;
    flex: 0 0 auto;
    align-items: center;
    column-gap: 10px;
    position: relative;
}

.contact_btn .common_btn {
    font-size: 16px;
    min-width: clamp(100px, 12vw, 170px);
    line-height: 40px;
}

.search_btn {
    padding: 10px;
	display: block;
	color: var(--bs-white);
}
.search_icon_area {
    margin-right: 30px;
}
.search_icon_area i {
    color: var(--theme-white);
    font-size: 22px;
    padding-top: 5px;
}

.nav-ul li:hover .dropdown-arrow i {
    transform: rotate(180deg);
}
.nav-ul li a:hover .dropdown-arrow i {
    color: var(--theme-color);
}
.nav-ul li ul {
    background-color: #ffffff;
    position: absolute;
    width: 200px;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: all 0.5s;
}

.nav-ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 45px;
}

.nav-ul li ul li a {
    display: block;
    padding: 8px 12px;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    transition: all 0.5s;
}

.nav-ul li ul li {
    border-bottom: 1px solid #d6d6d6;
    transition: var(--transition500);
}

.nav-ul li ul li:last-child {
    border-bottom: none;
}

.nav-ul li ul li:hover {
    background-color: var(--theme-secondary-color);
}

.nav-ul li ul li:hover a {
    color: #ffffff;
}


.dropdown-arrow {
    margin-left: 5px;
}

.menu-bar {
    display: none;
    padding: 0 10px;
}

.menu-bar i {
    font-size: 25px;
    color: #fff;
}

.nav-header {
    width: 100%;
    background-color: var(--theme-secondary-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: var(--transition500);
    padding: 0 80px;
}

.header_fixed {
    box-shadow: 0 0 25px #0303031c;
}

.header_fixed:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    backdrop-filter: blur(8px);
    z-index: -1;
}


.mobile-nav {
    display: none;
}



.nav-ul>li>a.active {
    color: var(--theme-color);
}


.black-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000008e;
    z-index: 99;
    display: none;
}

.header_offset {
    background-color: var(--theme-secondary-color);
}

.search_form_wrapper {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    /* needs filter drop shadow  */
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 99;
    display: none;
}

.search_wrapper {
    background-color: var(--theme-white);
    padding: 0 10px;
    padding-right: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    overflow: hidden;
}

.search_wrapper input {
    background-color: transparent;
    border: none;
    width: 160px;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
}

.search_wrapper input:focus {
    background-color: transparent;
    outline: none;
}

.sc_button_area {
    background-color: #f0f0f0;
    flex: 0 0 auto;
}

.mobile_nav_btn_wrapper {
    display: none;
}

.current-menu-item>a,
.current_page_item>a {
    font-weight: 500 !important;
    color: var(--theme-white) !important;
    background-image: url("../img/nav-active.svg");
    background-repeat: no-repeat;
    background-position: center right;
}
.menu-item-has-children .current-menu-item > a:not(:hover),
.menu-item-has-children .current_page_item > a:not(:hover) {
	color: var(--theme-secondary-color) !important;
}


/* NAV ENDS HERE  */

/* COMMON HEADING AREA  */
.common_banner_area_main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    min-height: clamp(450px, 35vw, 672px);
    padding-top: clamp(60px, 5.5vw, 100px);
    padding-bottom: clamp(60px, 5.5vw, 100px);
}




.common_banner_context :is(h1, h2) {
    color: var(--theme-secondary-color);
    font-size: clamp(28px, 2.4vw, 36px);
    margin: 0 0 15px;
    margin-bottom: 0.8em;
    font-weight: 700;
    font-family: var(--theme-font);
}

.common_banner_context :is(h3, h4) {
    font-family: var(--theme-font);
    line-height: 1.5;
}

.common_banner_context :is(h1, h2, h3, h4) :is(strong, b) {
    color: var(--theme-color);
}

.common_banner_context p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    font-size: clamp(16px, 1.5vw, 21px);
}


/* BANNER AREA  */
/* .common_banner_area {
    max-width: 1090px;
    margin: 0 auto;
} */





.home_banner_area_main::before {
    display: none;
}

.home_banner_area_main::after {
    display: none;
}

.home_banner_area_main {
    position: relative;
    background-color: transparent;
}



/* .home_banner_area_main .banner_context_wrapper {
    position: relative;
    z-index: 1;
}

.home_banner_area_main .banner_context_wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: var(--theme-tertiary);
}

.home_banner_area_main .common_banner_context {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background: var(--theme-tertiary);
    padding: 230px 50px 230px 7px;
    background-image: url('../img/dotted_bn_bg.png');
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: bottom right;
} */

.banner_video_image_area {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.banner_video_image_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* .home_banner_area_main .common_banner_context::after{
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    background-color: var(--theme-tertiary);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
} */

.double_btn_wrapper {
    gap: 20px;
}


.banner-area p {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 49px;
    font-size: 18px;
    position: relative;
}

.common_banner_context ul {
    margin-bottom: 50px;
}

.common_banner_context ul li {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
    font-style: italic;
}

.common_banner_context ul li::before {
    content: "";
    width: 35px;
    height: 46px;
    background-color: var(--theme-color);
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



/* =============================
        LOGO SHOWCASE AREA
================================ */
.about_our_partners_wrapper {
    padding: 30px 0;
    border-bottom: 3px solid #dbdbdb;
}

.other_companies_logo_area_grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); */
    display: flex;
    justify-content: center;
    column-gap: 26px;
    row-gap: 50px;
}


.other_companies_logo_image {
    display: block;
    max-width: 120px;
    height: 44px;
}

.other_companies_logo_image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* =============================
    POLICY HOLDER COUNTER AREA
================================ */
.plus_area {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(40px, 6.4vw, 90px);
    font-weight: 700;
    color: var(--theme-color);
}

.counter_item {
    text-align: center;
    position: relative;
    min-height: 300px;
}

.counter_item:nth-child(2) .counter_bg_img {
    left: auto;
    right: 7%;
    margin-top: -100px;
}

.counter_item h3 {
    font-size: clamp(28px, 2.4vw, 36px);
    font-weight: 700;
}

.counter_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    object-fit: scale-down;
    z-index: -1;
    max-width: clamp(250px, 37vw, 440px);
}


/* =============================
        REVIEW AREA
================================ */
.review_section_wrapper::after {
    content: "";
    width: 13%;
    height: 18%;
    position: absolute;
    top: 60px;
    right: 100px;
    background-image: url(../img/bg-effect.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.review_content_area {
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 10px 29px 0 rgba(0, 0, 0, .15);
    padding: 20px 25px 20px 25px;
    border-top: 13px solid #3bb54a;
    height: 100%;
}

.review_box_icon img {
    width: auto;
    height: 145px;
    object-fit: scale-down;
}

.review_icon_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_icon_list svg {
    fill: var(--theme-color);
}

.rating_info p {
    font-size: 15px;
}

.reviewSwiper {
    padding: 30px 0;
    position: unset;
}

.review_slider_wrapper .swiper-slide {
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
    height: unset;
}

/* .review_slider_wrapper .swiper-slide-next{
    margin-left: -50px;
} 
.review_slider_wrapper .swiper-slide-prev{
    margin-right: -50px;
    
} */

/* .review_slider_wrapper .swiper-slide-active {
    transform: scale(1);
    margin-left: 0;
    z-index: 99;
} */


.reviewSwiper .swiper-slide {
    transition: transform 1s ease, z-index 0.4s ease;
    z-index: 1;
    transform: scale(0.4);
}

.reviewSwiper .swiper-slide-prev,
.reviewSwiper .swiper-slide-next {
    transform: scale(0.8) translateX(0px);
    z-index: 0;
    opacity: 1;
    visibility: visible;
}

.reviewSwiper .swiper-slide-prev {
    transform: scale(0.8) translateX(60px);
    /* Moves it right, behind active */
}

.reviewSwiper .swiper-slide-next {
    transform: scale(0.8) translateX(-60px);
    /* Moves it left, behind active */
}

.reviewSwiper .swiper-slide-active {
    transform: scale(1) translateX(0);
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.swiper-3d .swiper-slide-shadow-right {
    background: unset;
}

.review_avarage_wrapper p {
    font-size: clamp(28px, 2.4vw, 36px);
    color: var(--theme-color);
    font-weight: 700;
}


/* =============================
        PRODUCT SHOWCASE AREA
================================ */

.gray_shadow_box_area {
    display: block;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
    padding: 20px 40px;
    background-color: #f7f7f7;
    height: 100%;
}

.product_showcase_box {
    transition: var(--transition500);
}

.product_showcase_box:hover {
    background-color: var(--theme-color);
}

.product_showcase_box:hover h3 {
    color: var(--theme-white);
}

.product_showcase_box h3 {
    font-size: 20px;
    font-weight: 600;
    transition: var(--transition500);
}

.product_box_image_area {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 186px;
    height: 150px;
}

.product_box_image_area img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom;
}


.swiper-button-lock {
    display: none;
}


/* =============================
        STATE WE SERVED CSS
================================ */

.state_we_served_wrapper {
    background: linear-gradient(180deg, #f7f7f7 73%, #ffffff 27%);
}

.state_map_area img {
    width: auto;
    height: 100%;
    object-fit: scale-down;

}

/* =============================
        HOME PAGE ABOUT CSS
================================ */
.about_unique_cards_wrapper {
    max-width: 810px;
    margin: 0 auto;
}

.about_unique_cards_area {
    display: flex;
}

.about_unique_cards_area>* {
    width: 50%;
}

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

.about_box_content_area {
    padding: 36px 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 29px rgba(0, 0, 0, .15);
}

.about_box_content_area p {
    font-size: 14px;
}

.common_underline_heading :is(h1, h2, h3, h4, h5, h6) {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.common_underline_heading :is(h1, h2, h3, h4, h5, h6)::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.common_underline_heading.left_underline :is(h1, h2, h3, h4, h5, h6)::after {
    left: 0;
    transform: unset;
}

.common_underline_heading.long_underline :is(h1, h2, h3, h4, h5, h6)::after {
    width: clamp(50px, 5vw, 85px);
}

.common_underline_heading.short_underline :is(h1, h2, h3, h4, h5, h6)::after {
    width: 30px;
}

.about_box_content_area h3 {
    font-size: clamp(20px, 1.7vw, 27px);
}

.about_unique_cards_wrapper .about_unique_cards_area:nth-child(2n + 2) {
    flex-direction: row-reverse;
}

.home_pg_about_wrapper::after {
    content: "";
    width: 13%;
    height: 18%;
    position: absolute;
    bottom: -10px;
    left: 190px;
    background-image: url(../img/bg-effect.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* =============================
       CTA AREA CSS
================================ */
.cv_cta_area>.row>* {
    position: relative;
}

.cv_cta_area>.row>*:nth-child(2n + 1)::after {
    content: "";
    width: 3px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: var(--theme-secondary-color);
    transform: translateY(-50%);
}

.cv_cta_area>.row>*>.common_title_area {
    padding-inline: 50px;
    margin-bottom: 0;
}

.cv_cta_area>.row>*>.common_title_area :is(h1, h2, h3) {
    font-size: clamp(28px, 2.4vw, 30px);
}

.cv_cta_wrapper .common_title_area p {
    font-size: clamp(16px, 1.5vw, 18px);
    text-wrap: balance;
}

.contact_wrapper a i {
    color: var(--theme-color);
    font-size: inherit;
}

.contact_wrapper a,
.contact_wrapper .contact_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: clamp(16px, 1.5vw, 18px);
    transition: var(--transition500);
}

.contact_wrapper a:hover {
    color: var(--theme-color);
}

.contact_area {
    margin-bottom: 10px;
}

/* =============================
        FOOTER AREA
================================ */

.footer_main_wrapper {
    background-color: var(--theme-secondary-color);
    padding-top: 60px;
}

.footer_main_wrapper * {
    color: var(--theme-white);
}

.footer_area {
    padding-bottom: 40px;
}

.state_list_wrapper {
    color: var(--theme-white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.state_list_wrapper>* {
    color: var(--theme-white);
}

.state_list_wrapper li a {
    color: var(--theme-white);
    font-size: 16px;
    padding: 5px;
}

.state_name_linking h4 {
    color: var(--theme-white);
    font-size: 18px;
    margin-bottom: 0.2em;
}

.state_name_linking ul li a {
    transition: var(--transition500);
}

.state_name_linking ul li a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.footer_nav_area ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 64px;
}


.footer_nav_area ul li a {
    transition: var(--transition500);
    font-size: 14px;
}

.footer_nav_area ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    position: relative;
}

.footer_nav_area ul li:last-child a::after {
    content: url("../img/chatt.svg");
    width: 24px;
    height: 24px;
}

.footer_nav_area ul li a:hover {
    color: var(--theme-color);
}

.social_media_account {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.social_media_account li a {
    color: var(--theme-white);
    transition: var(--transition500);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_media_account li a:hover {
    color: var(--theme-white);
    background-color: var(--theme-color);
}

.social_media_account li a i {
    color: var(--theme-white);
    font-size: 18px;
}

.lower_copyright_wrapper {
    padding: 0 0 5px;
}

.lower_copyright_wrapper>p {
    font-size: 12px;
}

/* =============================
        SWIPER CSS
================================ */
.serviceSwiper,
.electricalSwiper,
.pricingSwiper {
    padding-bottom: 80px;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 16px;
    height: 16px;
    border: 2px solid #c5c5c5;
    background-color: transparent;

}
.swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}

.itech_products_slider_wrapper {
    position: relative;
}



.itech_swiper_button {
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition500);
}

.hover_button_display:hover .itech_swiper_button {
    visibility: visible;
    opacity: 1;
}




.consultion_slider_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.custom_arrow {
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.5s;
}

.custom_arrow:hover {
    background-color: var(--theme-color);
    color: var(--fade-white);
}

.custom_arrow:hover:after {
    -webkit-text-stroke: 1px var(--fade-white);
}

.custom_arrow::after {
    font-size: 16px;
    -webkit-text-stroke: 1px var(--theme-color);
    transition: all 0.5s;
}

.custom_arrow_next {
    right: 0;
}

.custom_arrow_prev {
    left: 0;
}

.consultingSwiper {
    position: unset;
}

.consulting_content_area {
    width: calc(100% - 90px);
    margin: 0 auto;
}



/* =============================
        CONTACT AREA 
================================ */
.form_and_content_wrapper {
    padding-top: 130px;
}


.contact_form_area_main :is(input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:active,
    input:-webkit-autofill:focus) {
    background-color: #49737e !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.custom_left_padding {
    padding-left: 80px;
}

.contact_form_area_main :is(.input_area, .select_area) {
    margin-bottom: 24px;
    position: relative;
}

.contact_form_area_main :is(input, textarea)::placeholder {
    color: #07070780;
}

.input_area textarea {
    width: 100%;
    height: 130px;
    resize: none;
    outline: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: var(--theme-font);
    border-radius: 24px;
    border: 1px solid var(--fade-black);
    color: var(--black);
}

.input_area input {
    width: 100%;
    padding: 5px 20px;
    height: 48px;
    border: none;
    outline: 0;
    font-size: 18px;
    font-family: var(--theme-font);
    border-radius: 48px;
    border: 1px solid var(--fade-black);
    color: var(--black);
}

.select_area select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 15px 50px 15px 23px;
    background-color: #fff;
    color: var(--black);
    cursor: pointer;
    outline: 0;
    height: 48px;
    font-size: 18px;
    font-family: var(--theme-font);
    border-radius: 48px;
    border: 1px solid var(--fade-black);
}

.select_area {
    position: relative
}

.select_area::after,
.select_area::before {
    --size: 6px;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none
}

.select_area::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid #000;
    top: 50%;
    transform: translateY(-50%)
}



/* .submit_button_area .common_btn:hover {
    background-color: transparent;
    color: var(--theme-color);
} */

.submit_button_area {
    display: flex;
    align-items: center
}
/* 
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff
}

.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 12px !important;
    background-color: #dc3232;
    padding: 2px 5px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red !important;
    color: #fff;
    background-color: red;
    margin-left: 0;
    margin-right: 0
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
    color: #fff;
    background-color: #46b450
} */

.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: var(--theme-color);
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    transition: opacity 0.3s;
}
.scroll-to-top svg {
    width: clamp(24px, 3vw, 30px);
    height: clamp(24px, 3vw, 30px);
	stroke-width: clamp(2px, 3vw, 2.5px);
}

/* =============================
        SUB INNER PAGES
================================ */
.card_blog_showcase_wrapper {
    overflow: hidden;
    padding: clamp(100px, 7.9vw, 150px) 0;
}

.sub_page_inner_banner_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(450px, 40vw, 750px);
}

.sub_page_inner_banner_wrapper .common_banner_context :is(h1, h2) {
    font-size: clamp(28px, 2.6vw, 38px);
    margin-bottom: 0.5em;
}

.sub_page_inner_banner_wrapper .common_banner_context p {
    font-size: 14px;
}

.banner_bottom_btn_area {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.banner_bottom_btn_area .common_btn {
    min-width: clamp(210px, 15vw, 270px);
}

.banner_bottom_btn_area .common_btn:hover {
    background-color: var(--theme-white);
    color: var(--theme-color);
}

/* COMMON BLOG CARD AREA   */
.card_blog_showcase_area>.row {
    row-gap: 60px;
}
.common_blog_card_wrapper {
    overflow: hidden;
    border-radius: 12px 0 12px 0;
    transition: var(--transition500);
    background-color: #f7f7f7;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.common_blog_card_wrapper:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    padding-bottom: 70px;
}
.common_blog_card_wrapper:hover a img{
	transform: scale(1);
}
.cb_card_image_area {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
	display: block;
}
.cb_card_image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 200ms ease-in-out;
}
.common_blog_card_wrapper:hover .cb_card_image_area {
    height: 185px;
}

.read_timing_area {
    position: absolute;
    background: #1B4049;
    color: var(--theme-white);
    opacity: .7;
    padding: 8px 25px;
    bottom: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.read_timing_area>* {
    font-size: 12px;
    color: var(--theme-white);
}

.cb_card_content_area {
    min-height: 190px;
    padding: 25px 25px 60px;
    position: relative;
}

.cb_card_content_area h3 {
    font-size: 16px;
    color: #1B4049;
    line-height: 1.65;
    font-weight: 500;
	text-wrap: balance;
}

.cb_card_content_area h3 > * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: box;
    box-orient: vertical;
}

.cb_card_content_area h3 a:hover {
    color: var(--theme-color);
}
.cb_card_meta{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	padding: 0 25px;
}
.cb_card_meta a {
    font-weight: bold;
    color: #0271b0;
	font-size: 12px;
}
.cb_card_meta a:hover{
	text-decoration: underline;
}
.blog_type p{
	font-size: 14px;
}

.author_and_date_area {
    display: flex;
    justify-content: space-between;

}

.author_and_date_area a {
    font-weight: 500;
    color: #0271b0;
}

.author_and_date_area:hover a {
    text-decoration: underline;
}

.author_and_date_area * {
    font-size: 14px;
}

.read_more_button_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme-secondary-color);
    color: var(--theme-white);
    padding: 12px 25px;
    border-radius: 12px 0 12px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease, transform 0.5s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.common_blog_card_wrapper:hover .read_more_button_wrapper {
    opacity: 1;
    transform: translateY(0);
}

.common_blog_card_wrapper .read_more_button_wrapper:focus-visible {
    opacity: 1;
    transform: translateY(0);
}

.read_more_button_wrapper:hover span {
    text-decoration: underline;
}

.read_more_button_wrapper>* {
    color: var(--theme-white);
}

.read_more_button_wrapper i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--theme-secondary-color);
    border: 1px solid var(--theme-white);
    color: var(--theme-white);
    border-radius: 50%;
}

.tag_showcase_area a {
    font-size: 12px;
    color: #000000;
    padding: 0 5px 0 0;
    font-weight: 600;
}
.listing_article_hash,
.details_article_hash{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.details_article_hash a,
.listing_article_hash a{
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	display: block;
	padding: 1px 0;
}
.listing_article_hash a:hover,
.details_article_hash a:hover{
	text-decoration: underline;
}
.post_dates {
	font-size: 14px;
}
.post_dates :is(b, strong){
	font-weight: 600;
}
.post_dates i{
	font-size: 1rem;
}

/* Author Area */
.rd_author_img {
	max-width: clamp(80px, 12vw, 110px);
	width: 100%;
}
.rd_author_img svg {
	width: 100%;
	height: auto;
}
.rd_author_img .authorimg_svg{
	position: absolute;
	z-index: 1;
	width: calc(100% - 6px);
	left: 3px;
	top: 3px;
}
.rd_author_info h3 {
    font-size: clamp(17px, 3vw, 19px);
    font-weight: 700;
}
.rd_author_info h4 {
    font-size: clamp(15px, 3vw, 16px);
    font-weight: 500;
}
.rd_author_bio p{
	font-size: clamp(15px, 3vw, 16px);
	line-height: 1.6;
}
.rd_author_bio p:last-child{
	margin-bottom: 0;
}
.rd_author_link a{
	color: var(--theme-color);
}
.rd_author_link a:hover{
	text-decoration: underline;
	color: var(--theme-secondary-color);
}
.rd_author_socials a{
	color: var(--theme-color);
	transition: var(--transition500);
	width: 30px;
	height: 30px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 20px;
}
.rd_author_socials a:hover{
	color: var(--theme-secondary-color);
}
.rd_author_socials a svg{
	width: 20px;
	height: auto;
}

/* ====================
 * SEARCH RESULT PAGE
 * ================== */
.search_panel_heading{
	padding-bottom: clamp(1rem, 2vw, 1.5rem)
}
.search_panel_heading h1{
	font-size: clamp(26px, 3.5vw, 38px);
	color: var(--theme-secondary-color);
	font-weight: normal;
}
.search_panel_heading h1 span{
	font-weight: 700;
	font-style: italic;
	font-size: clamp(28px, 3vw, 44px);
	color: var(--theme-color);
}
.search_panel_heading::after {
	content: " ";
	width: 270px;
	height: 1px;
	background: #d6d6d6;
	display: block;
	bottom: -25px;
	position: relative;
}
.no_search_results{
	padding-top: clamp(2rem, 5vw, 5rem);
}
.no_search_result_text {
	max-width: 290px;
}
.no_search_result_text p{
	font-size: 14px;
	line-height: 1.65;
}


/* ====================
 * AUTHOR PAGE
 * ================== */
.author_banner_wrapper {
    padding-top: clamp(60px, 5.5vw, 100px);
    padding-bottom: clamp(20px, 5.5vw, 100px);
    position: relative;
}

.author_banner_context :is(*:last-child) {
    margin-bottom: 0;
}

.total_author_banner_area {
    column-gap: clamp(0px, 11vw, 200px);
}

.author_banner_context h1 {
    font-size: clamp(32px, 3.5vw, 48px);
    font-weight: 700;
	line-height: 1;
}

.author_details_about h2 {
    color: #6b797c;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
}
.author_socials a {
    font-size: clamp(22px, 2vw, 30px);
    color: #bdc2c5;
}
.author_socials a i{
	display: block;
}
.author_socials a:hover {
    color: var(--theme-color);
}



.author_banner_context p {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 1.3em;
}
.author_image_area {
    width: clamp(260px, 30vw, 430px);
    flex: 0 0 auto;
    margin-left: -1rem;
}
.author_image_area svg{
	width: 100%;
	height: auto;
}

.author_card_wrapper {
    padding: 60px 0;
}

.author_card_wrapper .common_underline_heading h2 {
    font-size: clamp(20px, 1.3vw, 24px);
    font-weight: 700;
}


/* STATE PAGE CSS  */

.state_map_wrapper {
    padding: clamp(60px, 5.5vw, 100px) 0;
}

.state_map_area .common_title_area p {
    font-size: clamp(14px, 1.3vw, 16px);
}

.map_svg_wrapper path.active-state:hover {
    fill: #287f35 !important;
    cursor: pointer;
    outline: none;
}

.map_svg_wrapper path.active-state:focus {
    outline: none;
}

.map_svg_wrapper path.active-state:focus-visible {
    fill: #287f35 !important;
}

.state_search_info_wrapper .common_title_area :is(h1, h2, h3) {
    text-wrap: balance;
}

.state_search_inputs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

/* SELECT 2 CSS  */
.state_search_inputs .select2-container {
    width: 250px !important;
}

.state_search_inputs .selection {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.state_search_inputs .select2-selection {
    border-radius: 12px 0 12px 0;
    background-color: var(--theme-color);
    color: var(--theme-white);
    border: none;
}

.state_search_inputs .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--theme-white);
    font-weight: 600;
}

.state_search_inputs .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    border-width: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);

}
body.admin-bar .select2-container .select2-dropdown {
	margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
	body.admin-bar .select2-container .select2-dropdown {
		margin-top: 46px !important;
	}
}

.state_search_inputs .select2-container .select2-selection--single {
    height: auto;
    padding: 8px 16px;
}

.state_search_inputs .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.go_btn {
    background-color: var(--theme-color);
    border: none;
    color: var(--theme-white);
    padding: 8px 25px;
    border-radius: 28px;
    height: 42px;
    border: 2px solid var(--theme-color);
    cursor: pointer;
	font-weight: 600;
    transition: var(--transition500);
}

.go_btn:hover {
    background-color: var(--theme-white);
    color: var(--theme-color);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-secondary-color);
}

.select2-results__option {
    font-size: clamp(14px, 1.3vw, 16px);
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--theme-white);
}

.select2-dropdown {
    border: none;
    z-index: 10;
    border-radius: 12px 0 12px 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    scrollbar-width: thin;
    scrollbar-color: var(--theme-secondary-color) var(--theme-white);
}

.map_svg_wrapper svg {
    max-width: 100%;
    height: 100%;
}

.map_information_by_clicking {
    width: 100%;
    background-color: #12451b;
    max-width: clamp(290px, 27vw, 360px);
    padding: 20px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.map_information_by_clicking * {
    color: var(--theme-white);
}

.map_information_by_clicking .state_name {
    color: var(--theme-color);
    font-weight: 700;
    font-size: clamp(26px, 2.2vw, 30px);
}

.product_listing_according_to_state {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.product_listing_according_to_state a {
    font-size: clamp(16px, 1.8vw, 18px);
}

.product_listing_according_to_state a:hover {
    text-decoration: underline;
}

.map_info_box_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 5px;
}

.map_info_box_close i {
    font-size: clamp(16px, 1.8vw, 18px);
}
.map_tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 4px 10px;
	font-size: 13px;
	border-radius: 6px;
	pointer-events: none;
	white-space: nowrap;
	z-index: 9999;
}


/* PARTNERS PAGE  */
.partner_banner_wrapper {
    min-height: clamp(320px, 25vw, 480px);
}

.partner_banner_image_area {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: end;
}

.partner_banner_image_area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.partner_image_logo_area {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    transition: var(--transition500);
    margin: 0 auto;
    text-align: center;
}

.partner_image_logo_area img {
    width: 100%;
    max-width: 134px;
    height: 100%;
    object-fit: scale-down;
}

.partner_image_logo_area {
    background-color: #f7f7f7;
}

.partner_white_bg .partner_image_logo_area {
    background-color: var(--theme-white);
}

.partners_slider_wrapper .partner_image_logo_area:hover {
    transform: scale(1.15);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
}

.partners_slider_wrapper {
    position: relative;
    padding: 0 80px;
}

.partnersSwiper {
    padding: 50px 0 80px;
    position: unset;
}

.partnersSwiper:has(.swiper-pagination-lock) {
    padding-bottom: 30px;
}

.partners_slider_wrapper :is(.swiper-button-next, .swiper-button-prev) {
    color: #b6b6b6;
    transition: var(--transition500);
}
.partners_slider_wrapper :is(.swiper-button-next, .swiper-button-prev):hover {
    color: #8a8a8a;
}
.partners_slider_wrapper .swiper-button-next:after, .partners_slider_wrapper .swiper-button-prev:after{
    font-size: clamp(44px, 4vw, 54px);
}

/* RESOURCES PAGE  */
.resources_pg_showcase_wrapper {
    position: relative;
    padding: clamp(60px, 5.5vw, 100px) 0;
}

.total_resources_pg_showcase_area .common_title_area {
    margin-bottom: clamp(40px, 4.5vw, 80px);
}

.title_bg_icon :is(h1, h2, h3, h4, h5, h6) {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.title_bg_icon :is(h1, h2, h3, h4, h5, h6)::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10px;
    right: -5px;
    z-index: -1;
    background-image: url("../img/nav-active.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 22px;
}

.resources_filter_wrapper {
    min-width: clamp(260px, 22.22vw, 300px);
    position: sticky;
    top: 120px;
    flex: 0 0 auto;
    height: 100%;
}

.resources_blog_card_showcase_wrapper {
    padding: 0 30px;
    height: 100%;
	flex: 1;
}

.resources_blog_card_showcase_wrapper>.row {
    row-gap: 50px;
}

.filter_checkbox_wrapper {
    overflow-y: auto;
    max-height: 70vh;
/*     padding-right: 10px; */
/*     scrollbar-color: #0006 #F5F5F5;
    scrollbar-width: thin; */
}

.resources_pg_showcase_area {
    display: flex;

}


.filter_checkbox_area:not(:last-child) {
    border-bottom: 1px solid var(--theme-secondary-color);
}

.filter_heading_area {
    border-bottom: 1px solid var(--theme-secondary-color);
    padding-bottom: 15px;
/*     margin-right: 10px; */
	margin-bottom: 10px;
}

.filter_heading_area h3 {
    font-weight: 700;
}

.clear_all_filter,
.mobile_apply_filter{
    background-color: #eeeeee;
    border-radius: 12px 0 12px 0;
    border: none;
    padding: 10px 15px;
    font-size: 12px;
    color: var(--theme-secondary-color);
    font-weight: 600;
    transition: var(--transition500);
}

.clear_all_filter:hover {
    background-color: var(--theme-color);
    color: var(--theme-white);
}

.filter_sub_items {
    display: none;
}

.res_filter_item {
	background-color: transparent;
	border-radius: 5px;
	transition: var(--transition500);
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	margin-bottom: 10px;
}
.res_filter_item label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: var(--bs-white);
	border: 1px solid var(--bs-gray-500);
	border-radius: 3px;
	color: var(--theme-color);
}
.res_filter_item input:checked ~ label:after {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%2339b54a' stroke-width='4' fill='none' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	border-color: var(--bs-white);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.res_filter_item label{
	font-size: clamp(14px, 1.2vw, 16px);
	padding: 5px;
	padding-left: 2.25rem;
	cursor: pointer;
	flex: 1;
	line-height: 1.45;
}
.res_filter_item:has(input:checked) {
    background-color: var(--theme-color);
    color: var(--theme-white);
}
.res_filter_item input {
	opacity: 0;
	accent-color: var(--theme-white);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.filter_title {
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 10px 0;
    justify-content: space-between;
    padding-right: 8px;
}
.filter_checkbox_area:first-child .filter_title {
	padding-top: 0;	
}
.filter_title i {
    font-size: 14px;
    transition: var(--transition500);
}

.filter_title.active i {
    transform: rotate(180deg);
}

.filter_sub_items * {
    color: var(--theme-secondary-color);
}
.res_filter_item:has(input:checked) label {
    color: var(--theme-white);
}
.theme_secondary_btn {
    line-height: 36px;
}

.theme_secondary_btn i {
    font-size: 14px;
    margin-left: 10px;
}

.mobile_filter_area {
    display: none;
}

.filter_cross {
    display: none;
}
.mobile_apply_filter {
    display: none;
}


.mCSB_scrollTools .mCSB_draggerContainer {
	width: 4px;
	background-color: rgba(0, 0, 0, .15);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .4) !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent  !important;
}

/* ====================
	About Us Page
======================= */
.about_banner_wrapper {
    position: relative;
    padding: 60px 0 clamp(20px, 3vw, 25px);
}
.about_banner_img {
	bottom: 2
}

.about_banner_context img {
    width: clamp(150px, 30vw, 300px);
    height: 55px;
    margin-bottom: 35px;
}

.about_banner_context :is(h1, h2) {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 600;
}

.about_banner_context :is(h1, h2) :is(b, strong) {
    color: var(--theme-color);
    font-weight: inherit;
}

.about_info_text_area p {
    color: #8e8e8e;
    font-size: clamp(16px, 1.7vw, 22px);
}

.about_info_image_area {
    width: 100%;
    height: 100%;
}

.about_info_image_area img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: top;
}

.right_divider {
    position: relative;
}

.showcase_icon_title_area img {
    width: 70px;
    object-fit: scale-down;
    height: 70px;
    margin-bottom: 12px;
}

.right_divider::after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #9e9e9e;
    transform: translateY(-50%);
}

.other_conpanies_logo_upper_wrapper {
    scrollbar-color: var(--theme-color) #F5F5F5;
    scrollbar-width: thin;
    -ms-scrollbar-face-color: var(--theme-color);
    -ms-scrollbar-track-color: #f5f5f5;
}

.our_customers_love_us .common_title_area h2 {
    text-transform: none;
}

.about_pg_logo_grid {
    padding: 20px 0;
    display: block;
    white-space: nowrap;
}

.about_pg_logo_grid .other_companies_logo_image {
    width: 163px;
    max-width: unset;
    height: 52px;
    display: inline-block;
}

.about_pg_logo_grid .other_companies_logo_image:not(:last-child) {
    margin-right: 25px;
}

.aboutReviewSwiper .review_content_area {
    text-align: start;
    border-radius: 14px;
    padding: 30px 30px 25px 30px;
    border-top: none;
    height: 100%;
    min-width: clamp(280px, 18.5vw, 350px);
    box-shadow: unset;
}

.aboutReviewSwiper .swiper-slide-next {
    transform: scale(1);
    z-index: 9;
}

.aboutReviewSwiper :is(.swiper-slide-next, .swiper-slide-active, .swiper-slide-next + .swiper-slide) .review_content_area {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
}

.aboutReviewSwiper .swiper-slide-active {
    transform: scale(0.8) translateX(15px);
    /* Moves it right, behind active */
}

.aboutReviewSwiper .swiper-slide-next+.swiper-slide {
    transform: scale(0.8) translateX(-15px);
    /* Moves it left, behind active */
}

.aboutReviewSwiper .swiper-slide {
    height: unset;
}

.aboutReviewSwiper .ratings_title h3 {
    font-size: 16px;
    font-weight: 600;
}

.aboutReviewSwiper .ratings_title {
    margin-bottom: 20px;
}

.aboutReviewSwiper .rating_info {
    margin-bottom: 15px;
}

.aboutReviewSwiper .rating_info p {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
}

.aboutReviewSwiper .review_icon_list {
    justify-content: start;
    margin-bottom: 10px;
}

.aboutReviewSwiper .review_icon_list svg {
    width: 24px;
    height: 24px;
}

.aboutReviewSwiper .rating_count_area {
    font-size: 12px;
    font-weight: 500;
}

.aboutReviewSwiper {
    padding-bottom: 50px;
}

.swiper-scrollbar-drag {
    background-color: var(--theme-color);
    cursor: pointer;
}

.average_rating_area {
    text-align: center;
}

.ratings_got {
    font-size: 54px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 5px;
    line-height: 1;
}

.rating_out_of {
    font-size: 16px;
    font-weight: 600;
    text-wrap: balance;
    padding: 0 30px;
    margin-bottom: 10px;
}

.average_rating_area .review_icon_list {
    margin-bottom: 10px;
}

.average_rating_area .review_icon_list svg {
    width: 24px;
    height: 24px;
}

.based_on {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    text-wrap: balance;
    padding: 0 30px;
    margin-bottom: 0;
}

.aboutReviewSwiper .custom_arrow {
    display: none;
}


/* ===============
 * Resources Details Page
 * =================== */
.overlay_banner:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #00000060, #00000060);
	z-index: -1;
}
.details_page_banner_area {
    align-content: center;
    background-position: center;
    position: relative;
    min-height: clamp(300px, 40vw, 600px);
	background-color: var(--theme-secondary-color);
}

.details_page_banner_area .common_banner_context :is(h1, h2) {
    font-size: clamp(32px, 4.5vw, 64px);
    text-shadow: 2px 2px 5px #000;
    font-weight: 600;
}

.details_page_banner_area .common_banner_context>*:last-child {
    margin-bottom: 0;
}
.breadcrumb_wrapper {
	margin-bottom: clamp(1.375rem, 4vw, 2rem);
}
.breadcrumb_item {
    position: relative;
    font-size: 12px;
    font-weight: 700;
}
.breadcrumb_item:not(:last-child)::after {
    content: "/";
    margin: 0 6px 0 4px;
    font-size: inherit;
}
.normal_time_area {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.normal_time_area span {
    font-size: 12px;
}
.normal_time_area i{
	font-size: 16px;
}
.resources_metas * {
    font-size: 14px;
}
.author_details_area a {
    color: #0271b0;
    font-weight: 600;
}
.author_details_area a:hover{
	text-decoration: underline;
}
.author_name_wo_link {
	color: #0271b0;
    font-weight: 600;
}

/* Main Details Content Area  */
.main_details_content_area :is(h2, h3, h4, h5, h6) {
    font-weight: 700;
    font-size: clamp(18px, 1.5vw, 20px);
    position: relative;
    padding-left: clamp(20px, 4vw, 40px);
    margin-bottom: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.5;
}
.faq_block_heading h2{
	margin-bottom: clamp(1.5rem, 6vw, 2rem) !important;
}
.main_details_content_area :is(h2, h3, h4, h5, h6)::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

/* .main_details_content_area h3{
	font-weight: 600;
    margin-bottom: clamp(1.5rem, 6vw, 1.75rem);
    font-size: clamp(16px, 1.5vw, 18px);
} */
/* .main_details_content_area h4, */
.small_text_box h4 {
	display: flex;
	align-items: center;
	column-gap: .75rem;
	background: var(--theme-secondary-color);
	color: var(--theme-white);
	font-weight: 700;
	padding: .75rem;
    margin-bottom: clamp(.5rem, 6vw, .75rem);
    font-size: clamp(16px, 1.5vw, 17px);
}
/* .main_details_content_area h4:before, */
.small_text_box h4:before {
	content: "";
    width: clamp(22px, 3vw, 26px);
    height: clamp(22px, 3vw, 26px);
    background: url(../img/ic-leaf.svg) no-repeat center center;
    background-size: contain;
	display: block;
	flex: 0 0 auto;
}

.main_details_content_area > :is(*:last-child) {
	margin-bottom: 0;
}
.main_details_content_area > :is(*:first-child) {
    margin-top: 0;
}

.main_details_content_area p {
    font-size: clamp(16px, 1.5vw, 17px);
    margin-bottom: clamp(20px, 4vw, 30px);
    line-height: 1.7;
}
.main_details_content_area a {
    color: #0271b0;
}
/* .main_details_content_area li a {
	text-decoration: underline;
    color: var(--theme-secondary-color);
} */
.main_details_content_area a:hover {
    text-decoration: underline;
}
.main_details_content_area ul {
    list-style: disc;
    padding-left: 24px;
}
.main_details_content_area ol{
	padding-left: 1.375rem;
}
.main_details_content_area :is(ol, ul):not(:last-child){
    margin-bottom: clamp(30px, 5vw, 40px);
}
.main_details_content_area :is(ol, ul) :is(ol, ul){
	margin-top: clamp(15px, 1.5vw, 16px);
	margin-bottom: clamp(15px, 1.5vw, 16px);
}

.main_details_content_area li {
    margin-bottom: 10px;
    font-size: clamp(16px, 1.5vw, 17px);
}
.main_details_content_area li :is(strong, b){
	font-weight: bold;
}


.resources_details_content_block,
.resources_details_table_block,
.resources_details_disclaimer_block,
.resources_details_cta_block,
.resources_details_faq_block,
.resources_details_key_highlights,
.resources_details_author_block,
.resources_details_single_button_block,
.resources_details_script_block,
.resources_details_small_block,
.resources_details_image_block,
.resources_details_company_block {
	padding: clamp(40px, 10vw, 50px) 0 0;
}
[class*="resources_details_"]:first-child:not(.bg_light_gray){
	padding-top: 0;	
}
[class*="resources_details_"].bg_light_gray {
	padding-bottom: clamp(40px, 10vw, 50px);
}
.resources_content_area [class*="resources_details_"]:has(+ .bg_light_gray){
	padding-bottom: clamp(40px, 10vw, 50px);
}
.resources_content_area .bg_light_gray:has(+ .bg_light_gray){
	padding-bottom: 0;
}
.resources_content_area [class*="resources_details_"]:last-of-type {
	padding-bottom: clamp(40px, 10vw, 50px);
}

/* Key Highlight */
.key_highlights_content_area li {
	position: relative;
	z-index: 1;
    margin-bottom: clamp(15px, 4vw, 20px);
}
.key_highlights_content_area li:last-child{
	margin-bottom: 0;
}
.key_highlights_content_area:not(.list_type_number, .list_type_bullet) ul{
	list-style: none;
	padding-left: 0;
}
.key_highlights_content_area:is(.list_type_number, .list_type_bullet) ul{
	padding-left: 20px;
}

.list_type_check li{
	padding-left: clamp(40px, 6vw, 45px);
}
.list_type_clovered li{
	padding-left: clamp(35px, 5vw, 45px);
}
.list_type_check li::after {
	content: "";
	width: 26px;
	height: 26px;
	background: url('../img/cv-check.webp') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -5px;
}
.list_type_clovered li::after {
	content: "";
	width: clamp(22px, 3vw, 26px);
	height: clamp(22px, 3vw, 26px);
	background: url('../img/ic-leaf.svg') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 2px;
}
.list_type_number li{
	list-style: decimal;
	padding-left: clamp(5px, 3vw, 10px);
}
.list_type_bullet li{
	padding-left: clamp(10px, 3vw, 15px);
}

.main_details_content_area img {
    width: 100%;
    object-fit: scale-down;
}

/* Small Content Area */
.small_text_box:not(:last-child) {
    margin-bottom: clamp(1.5rem, 4vw, 1.75rem);
}
.resources_small_block.bg_light_gray .small_text_box_content {
	background: var(--theme-white);
}
.small_text_box_content:not(.small_text_noshadow_box_content){
	background:var(--fade-white);
	box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
}

/* Table area  */
.details_table_area caption {
    caption-side: top;
}
.details_table_area {
    box-shadow: 4px 8px 16px #00000014;
}
.details_table_area table {
	width: 100%;
}

.details_table_area table caption {
    padding: 10px 15px;
    background-color: var(--theme-secondary-color);
    color: var(--theme-white);
    font-size: 19px;
    font-weight: 700;
    width: 100%;
}
.details_table_area table caption img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: scale-down;
    position: relative;
    top: 5px;
    flex: 0 0 auto;
}
.details_table_area table td:is(b, strong) {
    font-weight: 500;
}
.details_table_area table th:is(b, strong) {
    font-weight: 600;
}

.details_table_area table tr td {
    padding: 8px 15px;
}
.details_table_area table tr:nth-child(odd) td {
    background-color: var(--theme-white);
}
.details_table_area table tr:nth-child(even) td {
    background-color: #eeeeee;
}

.table_flower .details_table_area table tr:nth-child(odd) td,
.table_flower .details_table_area table tr:nth-child(even) td {
	background: transparent !important;
}
.table_flower .details_table_area table{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.table_flower .details_table_area table:after {
	position: absolute;
	content: "";
	background-size: 180px;
	background-image: url(../img/flower.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 200px;
	height: 200px;
	z-index: -1;
	bottom: -40px;
	right: -30px;
	transform: rotate(-55deg);
}

.details_table_area td p{
	font-size: 1rem;
}
.details_table_area td p:last-child{
	margin-bottom: 0;
}
.details_table_area table thead th,
.details_table_area table tbody.caption_table_body tr:first-child td{
    background: var(--theme-color);
    color: var(--theme-white);
    min-height: 50px;
    font-size: clamp(15px, 2vw, 16px);
	padding: 10px 15px;
	line-height: 1.5;
}
.details_table_area table thead th *,
.details_table_area table tbody.caption_table_body tr:first-child td *:not(a){
	color: var(--theme-white);
}
.details_table_area table thead:is(.caption_table_head) th{
	background: var(--theme-secondary-color);
	font-size: clamp(17px, 2vw, 19px);
}
.details_table_area ul {
    list-style: disc;
	padding-left: 1rem;
}

.details_table_area table tr td:not(:last-child),
.details_table_area table tr th:not(:last-child) {
    border-right: 1px solid var(--theme-secondary-color);
/*     border-right: 1px solid #7e7e7e; */
}

.details_table_area>* a {
    color: #0271b0;
    font-size: inherit;
}

.details_table_area>* a:hover {
    text-decoration: underline;
}
/* FAQ AREA */
.resources_faq_block:is(.bg_light_gray) .accordion_item:hover {
    background: var(--bs-white);
}

/* CTA AREA   */
.details_cta_area {
    margin: clamp(30px, 5vw, 40px) 0;
    max-width: 800px;
    margin-inline: auto;
}
.resources_details_cta_block .details_cta_area {
	margin-top: 10px;
	margin-bottom: 0;
}
.resources_cta_block.bg_light_gray .details_cta_area {
	margin-top: 0;
}
.details_cta_area .common_btn {
    min-width: clamp(210px, 15vw, 270px);
}

.details_cta_icon_image_area {
    text-align: center;
}

.details_cta_icon_image_area img {
    max-width: 170px;
    max-height: 170px;
    object-fit: scale-down;
}

.details_cta_content {
    border-left: 5px solid #e6e6e6;
    padding-left: 40px;
    height: 100%;
    align-content: center;
}

.details_cta_content *:last-child {
    margin-bottom: 0;
}

.details_cta_content :is(h4, h5) {
    font-size: clamp(16px, 2vw, 17px);
    margin-bottom: clamp(1.5rem, 5vw, 2rem);
}

.details_cta_content p {
    font-size: 14px;
    line-height: 1.8;
}

.details_cta_area>.row {
    margin-bottom: 25px;
}


.disclaimer_area p {
    font-size: 12px;
	line-height: 1.6;
    font-style: italic;
}
.disclaimer_area p:last-child{
	margin-bottom: 0;
}

.related_content_wrapper {
    padding: clamp(60px, 10vw, 100px) 0;
    padding-top: 0;
}

.title_icon_area img {
    width: 25px;
    height: clamp(30px, 3vw, 50px);
    object-fit: scale-down;
    object-position: center top 20px;
}

/* Company Box */
.details_company_box {
	padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
	border-radius: 12px;
	border: solid 2px #ddd;
	background-color: var(--bs-white);
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.details_box_logo {
	max-width: 180px;
}
.company_box_logo {
	max-width: 180px;
	width: 100%;
	padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.75rem);
	border-radius: 7px;
	box-shadow: 0 3px 9.5px .5px rgba(0, 0, 0, .15);
}
.details_box_logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: scale;
}
.details_box_logo {
	gap: 1.5rem;
}
.details_box_logo .small_button{
	width: 100%;
	max-width: 180px;
    min-width: auto;
    line-height: 1.2;
    font-size: 13px;
    padding: clamp(8px, 2vw, 12px) clamp(0.5rem, 2vw, 1.25rem);
}
.box_content p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	color: #6b797e;
	margin-bottom: 1rem;
}
.company_overview p:last-child{
	margin-bottom: 0;
}
.pros_point,
.cons_point{
	margin-bottom: 2rem;	
}
.pros_cons ul{
	padding-left: 1rem;
}
.pros_cons ul li {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	color: #6b797e;
	margin-bottom: .75rem;
	list-style: disc;
}
.pros_cons ul li:last-child{
	margin-bottom: 0;
}
.pros_point ul li::marker {
	color: #16aa32;
	font-size: 18px;
}
.cons_point ul li::marker {
	color: #ee3032;
	font-size: 18px;
}
.company_key_points h6{
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	color: #22a84a;
}
.company_key_points .box_value {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #1b4049;
	margin-bottom: 1rem;
}
.company_key_points{
	margin-bottom: 1.25rem;
	border-bottom: 4px solid #f6f7f7;
}
.box_content h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #6b797e;
	margin-bottom: .875rem;
}
.box_content h3 {
	font-size: clamp(24px, 3vw, 30px);
	margin: 0 0 1rem 0;
	font-weight: 700;
	line-height: 30px;
}
/*===================
 *  Cities Page
 * ==================*/
.cities_main_wrapper{
	padding-top: clamp(80px, 10vw, 100px)
}
.state_image{
	top: 2rem;
}
.cities_title_area p{
	font-weight: 700;
}
.cities_lists ul {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 5px;
}
.cities_lists li a{
	padding: 12px 0;
	display: block;
    color: var(--theme-white);
    font-size: clamp(16px, 2vw, 18px);
    background-color: #16aa32;
    text-align: center;
    font-weight: 500;
}
.cities_lists li a:hover {
	text-decoration: underline;
	background-color: #287f35;
}
/*===================
 *  404 Page
 * ==================*/

.not_found_page_wrapper {
    padding: clamp(60px, 10vw, 100px) 0;
}

.not_found_image_area img {
    width: 100%;
    object-fit: scale-down;
    margin-bottom: 30px;
}

.not_found_image_area h1 {
    font-size: clamp(32px, 4.5vw, 58px);
    color: var(--theme-color);
    font-weight: 700;
    letter-spacing: -1.8px;
}

.not_found_text_area h2 {
    font-size: clamp(20px, 1.9vw, 28px);
    font-weight: 700;
	line-height: 1.35;
    margin-bottom: 1.2em;
}

.not_found_text_area h3 {
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    margin-bottom: 1.2em;
}

.help_you_find_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.help_you_find_list ul li a {
    font-size: 14px;
	display: block;
    padding: 8px 12px;
    background-color: transparent;
    border-radius: 5px 0 5px 0;
    border: 1px solid #ededed;
    font-weight: 700;
    transition: var(--transition500);
}

.help_you_find_list ul li a:hover {
    background-color: var(--theme-color);
    color: var(--theme-white);
}

.not_found_page_wrapper .right_divider::after {
    width: 2px;
    height: 100%;
    right: -12px;
    background-color: #efefef;
}

.not_found_page_main_content {
    margin-bottom: clamp(25px, 5vw, 70px);
}

.search_show_wrapper h4 {
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    margin-bottom: 15px;
}

.not_found_search_area {
    max-width: 513px;
    margin-inline: auto;
    border: 1px solid #ccc;
    border-radius: 12px 0 12px 0;
}

.not_found_search_area .search_wrapper input {
    width: 100%;
    padding: 13px 10px;

}

.not_found_search_area .sc_button_area {
    background-color: var(--theme-color);
}

.not_found_search_area .sc_button_area .search-btn {
    height: 100%;
}

.not_found_search_area .sc_button_area i {
    color: var(--theme-white);
    font-size: 20px;
}

.not_found_image_area {
    height: 100%;
}




/* Insurance Details Page  */
.theme_bg_title :is(h2, h3, h4, h5, h6) {
    padding: 20px 30px;
    background-color: var(--theme-tertiary);
    color: var(--theme-white);
    margin-bottom: 0;
    text-wrap: balance;
    font-weight: 400;
}

.theme_bg_title_content_box {
    padding: 15px 30px;
}

.scenario_wrapper .row .main_details_content_area {
    background-color: #ffffff;
    height: 100%;
}

.scenario_wrapper .scenario_area .row {
    top: -24px;
}

.floating_images_content_box {
    padding-block: 45px;
    background-color: #f7f7f7;
    margin-inline: 50px 100px;
}

.floating_images_content_box :is(h2, h3, h4, h5, h6) {
    display: inline-block;
    width: auto;
    padding: 20px 50px;
    background-color: var(--theme-secondary-color);
    color: var(--theme-white);
    margin-bottom: 0;
}

/* ========================== 
 * Insurance Pages Start
 *  ======================== */
.bg_light_gray{
	background: var(--fade-white);
}
.upper_separator {
    padding-top: clamp(60px, 5.5vw, 100px);
    position: relative;
}
.upper_separator::before {
    content: "";
    position: absolute;
    top: clamp(50px, 5vw, 70px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    max-width: 80%;
    background-color: var(--theme-secondary-color);
}
.product_pg_title_area :is(h2, h3, h4) {
    font-size: clamp(17px, 1.5vw, 22px);
    font-weight: 600;
}

.product_page_review_section::after {
    display: none;
}

.swiper-button-prev.gray_arrow_prev,
.swiper-button-next.gray_arrow_next {
    color: #b6b6b6;
}
.swiper-button-prev.gray_arrow_prev:hover,
.swiper-button-next.gray_arrow_next:hover {
    color: #8a8a8a;
}

.alternative_bg_content_box {
    padding: 40px 80px;
}
.alternative_bg_content_box p:first-child :is(b, span, strong) {
    font-size: clamp(18px, 1.5vw, 20px);
}
.alternative_bg_gray_box {
    padding-block: 70px;
}
.alternative_bg_content_box>*:last-child {
    margin-bottom: 0;
}


.insurance_content_details_area > :is(*:first-child) {
    margin-top: 0;
}
.insurance_big_padding {
	padding: clamp(40px, 4vw, 70px) clamp(20px, 5vw, 80px) clamp(40px, 4vw, 70px);
}
.insurance_small_padding {
    padding: 40px clamp(20px, 5vw, 50px) clamp(20px, 4vw, 40px);
}

/* Insurance Content Area  */
.insurance_text :is(h3, h4) {
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 20px);
    position: relative;
    margin-bottom: clamp(.875rem, 3vw, 1rem);
    line-height: 1.5;
}
.insurance_text p {
    font-size: 16px;
    margin-bottom: clamp(20px, 4vw, 30px);
    line-height: 1.7;
}
.insurance_text p:last-child{
	margin-bottom: 0;
}
.insurance_text p a {
    color: #0271b0;
    font-size: inherit;
    display: inline;
}
.insurance_text p a:hover {
    text-decoration: underline;
}
.insurance_text ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.insurance_text ul {
    list-style: disc;
    padding-left: 24px;
}
.insurance_text ul:not(:last-child) {
    margin-bottom: clamp(30px, 5vw, 40px);
}
.insurance_text_mid p,
.insurance_text_mid ul li {
	font-size: clamp(16px, 3vw, 17px);
}
.insurance_text img:is(.alignright) {
	width: 100%;
	max-width: 200px;
	height: auto;
	float: right;
	margin: 0 0 20px clamp(30px, 6vw, 80px);	
}


/* Top Image Content */
.box_related_image_icon {
    position: absolute;
    top: -30px;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: 1;
}
.top_image_text_box p:first-child {
	padding-right: 170px;
}
.top_image_heading_area :is(h2, h3, h4, h5, h6) {
    width: calc(100% - 50px);
    padding: 20px 50px;
    padding-right: 170px;
    background-color: var(--theme-tertiary);
    color: var(--theme-white);
    margin-bottom: 0;
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 20px);
}
.top_image_text_box {
    padding: 40px clamp(20px, 5vw, 50px) clamp(20px, 4vw, 40px);
}
.box_related_image_icon img{
    width: 100%;
    object-fit: scale-down;
}
.top_image_content_area_has_child .top_image_text_box {
    padding-bottom: clamp(50px, 4.5vw, 60px);
}
.top_image_content_area_child {
    max-width: calc(100% - 100px);
    margin-top: -20px;
}
.top_image_content_area_child .top_image_heading_area :is(h2, h3, h4, h5, h6){
	background-color: var(--theme-secondary-color);
}

/* Floating Heading Image Content */
.floating_heading_area :is(h3, h4) {
    padding: clamp(16px, 3vw, 20px) clamp(30px, 5vw, 50px);
    background-color: var(--theme-secondary-color);
    color: var(--theme-white);
    margin-bottom: 0;
	font-weight: 600;
    font-size: clamp(18px, 1.5vw, 20px);
    position: relative;
    line-height: 1.5;
}
.floating_content_big_padding {
    padding: clamp(30px, 5vw, 40px) clamp(20px, 5vw, 80px) clamp(30px, 5vw, 50px);
}
.main_floating_images_content {
    padding: clamp(20px, 5vw, 40px) clamp(20px, 4vw, 50px);
}
.floating_images_content_area {
    position: relative;
}
.bg_light_gray > .floating_images_content_area{
	background: var(--fade-white);
}
.floating_box_margin_area {
    margin-left: 50px;
    margin-right: 100px;
}
.float_image_area {
    position: absolute;
    height: 215px;
    width: 240px;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.float_image_area img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.float_image_area.right_side {
    left: unset;
    right: -170px;
}
.floating_big_img_panel .float_image_area.right_side {
	height: auto;
	width: 46%;
	left: calc(100% - 150px);
	right: auto;
	z-index: 1;
	transform: translateY(-53%);
}

/* Insurance Policy */
.policy_premium_wrap {
    padding: clamp(20px, 4vw, 30px) clamp(20px, 4vw, 40px);
    max-width: 1024px;
}
.policy_premium_wrap_border{
    border-top: 30px solid var(--theme-color);
}
.policy_premium_wrap .insurance_text :is(b, strong){
    font-weight: 500;
}
.policy_premium_wrap .insurance_text li:not(:last-child){
    margin-bottom: clamp(10px, 2vw, 15px);
}
.insurance_policy_title h3,
.insurance_types_title h3{
    font-weight: 600;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.5;
}
/* Insurance Types */
.insurance_type_listbox {
	position: relative;
	height: 100%;
}
.insurance_type_listbox h4 {
	background-color: var(--theme-tertiary);
	color: var(--bs-white);
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 600;
	padding: 12px 30px;
	margin-bottom: 0;
	line-height: 1.35;
}
.insurance_type_image {
	position: absolute;
	right: clamp(-25px, -2.5vw, -15px);
	bottom: clamp(-25px, -2.5vw, -15px);
	background-repeat: no-repeat;
	background-size: cover;
	width: clamp(100px, 20vw, 180px);
	height: clamp(100px, 20vw, 180px);
}

/* Insurance Grid */
.grid_item {
	height: 100%;
}
.grid_item h3 {
	background: var(--theme-tertiary);
	color: var(--bs-white);
	line-height: 1.4;
    padding: clamp(16px, 3vw, 20px) clamp(15px, 5vw, 30px);
	font-size: clamp(18px, 1.5vw, 22px);
	font-weight: 600;
	line-height: 1.45;
}
.grid_item_text {
	padding: 15px clamp(16px, 3vw, 30px) clamp(16px, 3vw, 30px);
}
.grid_item_text a{
	display: inline;
}
.grid_panel_wrapper_cut:after{
    content: "";
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
	z-index: -1;
    right: 0;
}
.grid_panel_wrapper_cut:is(.bg_light_gray):after{
    background-color: var(--bs-white);
}
.grid_panel_wrapper_cut:is(.bg-white):after{
    background-color: var(--fade-white);
}
.homeowners_logos_wrapper .white_logo_box {
	background-color: #fff;
	box-shadow: 4px 8px 16px #00000014;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: clamp(25px, 4vw, 50px) clamp(20px, 5.5vw, 80px);
}
.showcase_icon_title_area:after {
	content: "";
	width: 1px;
	height: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #9e9e9e;
	transform: translateY(-50%);
}
.insurance_logos_all {
	column-gap: 20px;
	row-gap: 20px;
}
.insurance_companies_logo_img{
	max-width: 120px;
}
.insurance_companies_logo_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* ========================== 
 * Insurance Pages End
 *  ======================== */


/* ========================================
            Content Page CSS
===========================================*/
.plain_content_box h1{
    font-size: clamp(1.688rem, 4vw, 2rem);
    font-weight: 600;
    line-height: 1.4;
}
.plain_content_box h2{
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    line-height: 1.4;
}
.plain_content_box p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.575;
    color: #5b707b;
}
.plain_content_box p{
    margin-bottom: 1.375rem;
}
.plain_content_box p:last-child{
    margin-bottom: 0;
}
.plain_content_box ul{
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 1.4rem;
}
.plain_content_box li{
    font-size: 14px;
    color: #5b707b;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}
.plain_content_box a{
    color: #0271c3;
}
.plain_content_box a:hover{
    text-decoration: underline;
}
.content_page_table .table-responsive{
    box-shadow: 2px 2px 5px rgba(0,0,0,.25);
}
.content_page_table .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #f1f5f7;
}
.content_page_table .table-striped > tbody > tr > * {
    padding: 15px;
}
.content_page_table .table-striped tbody tr th p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.plain_content_box_small p{
    font-size: 14px;
    line-height: 1.5;
}



/* =======================
	Contact Us Page Start
==========================*/
.contact_page_banner_main {
    min-height: clamp(150px, 35vw, 400px);
    padding-top: clamp(50px, 5.5vw, 100px);
    padding-bottom: clamp(30px, 5.5vw, 100px);
}
.contact_banner_context h1 {
	font-size: clamp(30px, 5.4vw, 70px);
}

.contact_info_section {
	background: #dcdcdc;
	padding: 40px 0 20px;
}
.contact_info_section .contact_info_block { 
	padding: 15px 3.5%; 
}
.contact_icon img{
	width: clamp(50px, 5.5vw, 70px);
	height: clamp(50px, 5.5vw, 70px);
	object-fit: scale-down;
}
.contact_info_content h3 {
	position: relative;
	font-weight: 700;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-transform: capitalize;
}
.contact_info_content h3 a {
	font-size: clamp(20px, 1.8vw, 25px);
	color: var(--theme-secondary-color);
}
.contact_info_content h3:after {
	content: '';
	background: #39B54A;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 129px;
	height: 2px;
	margin: 0 auto;
}
.contact_info_content p {
	font-size: clamp(18px, 1.8vw, 22px);
}
.contact_social_icons a {
	width: 35px; 
	height: 35px; 
	border-radius: 100%; 
	background: var(--theme-secondary-color);
	color: var(--theme-white);
}
.contact_social_icons a:hover { 
	background: var(--theme-color); 
}
.contact_info_mail a,
.contact_info_mail h4 {
	color: var(--theme-secondary-color);
	font-weight: 700;
	line-height: 1.1;
}
.contact_info_mail h4 {
	font-size: clamp(20px, 1.8vw, 24px);
}
.contact_info_mail a {
	font-size: clamp(18px, 1.8vw, 22px);
	margin-bottom: 0.85em;
}

/* =======================
	Contact Us Page End
==========================*/
@media (max-width: 991px){
	.top_image_text_box p:first-child {
		padding-right: 50px;
	}
	.grid_item{
		height: auto;	
	}
	.floating_box_margin_area {
		margin-left: 30px;
		margin-right: 60px;
	}
}

@media (max-width: 767px){
	.insurance_text p:first-child {
		padding-right: 0;
	}
    .top_image_content_area_child {
        max-width: calc(100% - 50px);
    }
	.floating_box_margin_area {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 575px) {
    .top_image_heading_area :is(h2, h3, h4, h5, h6) {
        padding: 20px;
        padding-right: 70px;
    }
    .top_image_content_area_child {
        max-width: 100%;
    }
	.disclaimer_area p {
		font-size: 15px;
	}
}


/* ===============
 * FAQ Page Start
 * ================ */

.faq_main_wrapper {
	padding-bottom: 60px;
}
.faq_main_wrapper .accordion_wrapper {
	margin-top: clamp(50px, 8vw, 100px); 
}
.faq_main_wrapper .common_title_area { 
	margin-top: -80px; 
}
.faq_main_wrapper .common_title_area h1 { 
	font-size: clamp(38px, 2.5vw, 44px); 
	font-weight: 600; 
	margin-bottom: 5px; 
}

.faq_banner img {
	width: 100%;
	max-width: 358px;
	margin-top: -25px;
	max-height: 496px;
}

.faq_main_wrapper .common_title_area p {
	font-size: clamp(14px, 1.5vw, 18px);
}

/* accordion */
.accordion_item {
	margin-bottom: 0;
	border-radius: 16px 0 16px 0;
}
.accordion_item:last-child {
	border-bottom: none;
}
.accordion_item:hover {
	background-color: #f7f7f7;
}
.accordion_head {
    position: relative;
    padding: 22px 60px 22px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion_head h2 {
	margin: 0;
	font-size: clamp(17px, 1.7vw, 19px);
	font-weight: 600;
	color: #2c3e50;
	line-height: 1.4;
	padding-right: 20px;
}

/* Green chevron arrow */
.accordion_head::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background-color: var(--theme-color);
	border-radius: 5px 0 5px 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	transition: transform 0.3s ease;
}

/* Expanded state arrow rotation */
.accordion_head.current::after {
	transform: translateY(-50%) rotate(180deg);
	background-color: #E7EBEC;
}
.accordion_item:hover .accordion_head.current:after {
	background-color: var(--theme-secondary-color);
}

.accordion_body {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-right: clamp(15px, 4vw, 60px);
	padding-left: 20px;
}

.accordion_body .text p {
	margin: 0 0 16px 0;
	color: var(--theme-secondary-color);
    font-size: 14px;
    line-height: 1.55;
}
.accordion_body .text p:last-child {
	margin-bottom: 0;
}
.accordion_body .text a {
	font-size: inherit;
	display: inline;
	color: #0271b0;
	text-decoration: underline;
	transition: color 0.2s ease;
}
/* ===============
 * FAQ Page End
 * ================ */


/* ===================
	Tag Page CSS
==================== */
.tag_lists_wrap{
	margin-bottom: clamp(3.5rem, 3vw, 2rem);
}
.tag_lists_wrap a {
	font-size: clamp(1rem, 2vw, 1.125rem);
	display: block;
	color: #1B4049;
	padding: 12px 14px;
	transition: all .3s  ease-in-out;
	font-weight: 600;
}
.tag_lists_wrap a:hover {
	background: #E7EBEC;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
}


/* =============================
	ACCESSIBILITY AREA 
================================ */
.accessibility_main_wrapper .common_title_area p {
	text-align: justify;
	color: #5B707B;
}

.accessibility_main_wrapper .state_map_area { 
	max-width: 1080px;
	margin: 0 auto;
}

.accessibility_form {
	background-color: #f1f1f1;
	padding: 30px 20px;
}

.accessibility_form h2 {
	font-weight: 600;
	font-size: 16px;
}

.accessibility_form label {
	padding-bottom: 7px;
	font-size: 14px;
}

.accessibility_form textarea {
	height: 150px;
	border: 1px solid #000;
}

.accessibility_form select,
.accessibility_form input[type="text"],
.accessibility_form input[type="email"] {
	border: 1px solid #000;
}

.accessibility_form p {
	font-weight: 600;
	font-size: 16px;
	max-width: inherit;
}

.accessibility_form .submit {
	width: 100%;
	background: #1b4049;
	color: #fff;
	border: 0;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}