@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css');
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Thin.eot');
    src: url('../fonts/BrandonGrotesque-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Thin.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Thin.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Thin.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Thin.svg#BrandonGrotesque-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Light.eot');
    src: url('../fonts/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Light.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Light.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Medium.eot');
    src: url('../fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Medium.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Medium.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.eot');
    src: url('../fonts/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Black.eot');
    src: url('../fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Black.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Black.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root{
	--primary_font: 'Brandon Grotesque', "Helvetica Neue",Helvetica,Arial;
	--secondary_font: 'Brandon Grotesque', "Helvetica Neue",Helvetica,Arial;
}

*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
* { padding: 0; margin: 0; border: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; }
.hs-cta-wrapper a.cta_button { box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -ms-box-sizing: border-box !important; }
body { background-color: #FFF !important; padding: 0; margin: 0; overflow-x: hidden; }
img { max-width: 100%; }
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.justify-content-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-content-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }
.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.row-reverse { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.column-reverse { -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.container { width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto; float: none; box-sizing: border-box; }

.object-center img{ object-position: center; }

.display-none{ display: none; }

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/* @media (min-width: 375px) {
	.container { width: 335px; }
} */
@media (min-width: 576px) {
	.container { width: 540px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 510px / 2); }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 510px / 2); }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 510px / 2); }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 510px / 2); }
}
@media (min-width: 768px) {
	.container { width: 714px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 684px / 2); }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 684px / 2); }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 684px / 2); }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 684px / 2); }
}
@media (min-width: 992px) {
	.container { width: 970px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 940px / 2); padding-left: 8%; }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 940px / 2); padding-right: 8%; }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 940px / 2); padding-left: 8%; }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 940px / 2); padding-right: 8%; }
}
@media (min-width: 1200px) {
	.container { width: 1170px; }
	.opt_in_banner .container { width: 1170px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1140px / 2); }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1140px / 2); }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1140px / 2); }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1140px / 2); }
}
@media (min-width: 1367px) {
	.container { width: 1230px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1200px / 2); }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1200px / 2); }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1200px / 2); }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1200px / 2); }
}
@media (min-width: 1440px) {
	.container { width: 1380px; }

	.right_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1350px / 2); }
	.left_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1350px / 2); }

	.left_padding .d-flex:not(.row-reverse) .right_part { padding-right: calc(100% / 2 - 1350px / 2); }
	.right_padding .row-reverse .right_part { padding-left: calc(100% / 2 - 1350px / 2); }
}

body { font-family: var(--primary_font) !important; font-style: normal; font-weight: normal; text-decoration: none; font-size: 20px !important; color: var(--body_text_color); line-height: 1.5em !important; background-color: #fff !important; }
.h1, h1 { margin: 0px; font-size: 36px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h2, h2 { margin: 0px; font-size: 32px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h3, h3 { margin: 0px; font-size: 28px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h4, h4 { margin: 0px; font-size: 24px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h5, h5 { margin: 0px; font-size: 22px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
.h6, h6 { margin: 0px; font-size: 18px; font-weight: 900; text-decoration: none; font-family: var(--secondary_font); font-style: normal; text-transform: none; line-height: 1.2em; color: var(--heading_tags_color); }
a { color: var(--link_color); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; text-decoration: none; }
a:hover { color: var(--link_hover_color); text-decoration: none; }

.top_shape_image,
.bottom_shape_image{ position: absolute; left: 0; right: 0; line-height: 0; }
.top_shape_image img,
.bottom_shape_image img{ width: 100%; }
.top_shape_image{ top: -1px; }
.bottom_shape_image{ bottom: -1px; }

ul{ list-style: none; margin: 0; padding: 0; }
.list ul li{ padding-left: 26px; position: relative; }
.list ul li + li{ margin-top: 19px; }
.list ul li::before{ content: ""; position: absolute; top: 5px; left: 0; width: 16px; height: 13px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.76338 0.00288268C8.26068 0.0411161 8.6335 0.423006 8.6335 0.843278L8.17785 4.28103C8.13636 4.73938 7.97069 5.31244 7.39056 5.27421C6.81042 5.23597 6.76892 4.66306 6.76892 4.20471L6.81042 0.766959C6.85175 0.308602 7.26607 -0.0352026 7.76338 0.00288268ZM11.5758 1.14885C12.0317 1.30163 12.2803 1.75999 12.1145 2.18011L10.8714 4.70115C10.7056 5.12127 10.3741 5.69433 9.83543 5.46508C9.29679 5.27406 9.37962 4.70115 9.54529 4.28088L10.4156 1.64529C10.5812 1.22532 11.0785 0.996063 11.5758 1.14885ZM4.69686 0.95783L5.3185 4.35735C5.44282 4.77762 5.44282 5.38876 4.90402 5.50331C4.36538 5.61786 4.07523 5.08319 3.9509 4.62483L2.95645 1.33987C2.83212 0.919744 3.12227 0.461388 3.61942 0.384921C4.07539 0.270369 4.57254 0.537706 4.69686 0.95783ZM1.67185 3.09698L2.54213 5.23597C2.74929 5.69433 2.95645 6.19092 2.4593 6.42017C1.962 6.64943 1.54768 6.22915 1.29903 5.7708L0.0970959 3.70812C-0.110062 3.288 0.0142647 2.90596 0.470076 2.67685C0.925887 2.48583 1.46469 2.67685 1.67185 3.09698ZM8.4265 6.19092C8.75799 6.19092 9.00664 6.42003 9.00664 6.7256C9.00664 7.03117 8.75799 7.26042 8.4265 7.26042C8.09502 7.26042 7.84637 7.03117 7.84637 6.7256C7.84637 6.42017 8.09502 6.19092 8.4265 6.19092ZM4.32388 6.72574C4.65537 6.72574 4.90402 6.955 4.90402 7.26057C4.90402 7.56614 4.65537 7.79539 4.32388 7.79539C3.9924 7.75716 3.74375 7.52805 3.74375 7.26057C3.74375 6.99308 3.9924 6.72574 4.32388 6.72574ZM8.21919 9.05576C8.26068 8.82666 8.50934 8.71196 8.75783 8.75019C9.00648 8.78842 9.13081 8.97944 9.08931 9.20855C8.92349 9.85792 8.38485 10.3545 7.59755 10.6219C6.68593 10.8892 5.69132 10.7746 5.02835 10.3545C4.82119 10.24 4.7797 9.97248 4.94552 9.81969C5.11134 9.6669 5.40133 9.62867 5.56715 9.78146C5.89864 10.1253 6.6446 10.1635 7.26623 9.97248C7.76338 9.74337 8.17785 9.4378 8.21919 9.05576ZM13.7721 4.73953C14.7665 4.31926 15.554 4.66307 15.6368 4.66307C15.9683 4.81585 16.0926 5.15966 15.927 5.42699C15.7611 5.73256 15.3883 5.84712 15.0567 5.73256C15.0567 5.73256 14.6837 5.61801 14.1864 5.80888C13.6063 6.07622 12.7361 6.80206 11.9902 8.94106C11.3685 10.7364 10.3326 11.9205 8.96515 12.4935C7.51488 13.1047 5.98163 13.2574 3.74391 12.4172C3.41242 12.3026 3.2466 11.9588 3.41242 11.6533C3.53675 11.3477 3.90973 11.1949 4.24121 11.3477C6.10595 12.0353 7.30772 11.9206 8.4265 11.4622C9.46245 11.0421 10.2499 10.0872 10.7471 8.5974C11.5344 6.53473 12.529 5.23597 13.7721 4.73953Z' fill='%23EE3124'/%3E%3C/svg%3E") no-repeat center center / cover; }


[class*="btn_style_"] a{ text-transform: uppercase; font-weight: 700; font-size: 20px; line-height: 30px; padding: 15px 40px; display: inline-block; position: relative; overflow: hidden; z-index: 2; text-align: center; }
[class*="btn_style_"] a:after{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; background-color: #000; z-index: -1; opacity: 0.2; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; width: 0; }
[class*="btn_style_"] a:hover:after{ width: 100%; }
.btn_style_1 a{ background-color: var(--button_1_bg_color); color: var(--button_1_text_color); }
.btn_style_2 a{ background-color: var(--button_2_bg_color); color: var(--button_2_text_color); }
.btn_style_2 a::after{ background-color: #fff; }
[class*="btn_style_"].button_div{ display: inline-block; width: 100%; margin-top: 50px }

.text_light, .text_light h1, .text_light h2, .text_light h3, .text_light h4, .text_light h5, .text_light h6{ color: var(--text_light_color); }
.text_dark, .text_dark h1, .text_dark h2, .text_dark h3, .text_dark h4, .text_dark h5, .text_dark h6{ color: var(--text_dark_color); }
.heading_primary h1, .heading_primary h2, .heading_primary h3, .heading_primary h4, .heading_primary h5, .heading_primary h6{ color: var(--primary_color); }
.heading_secondary h1, .heading_secondary h2, .heading_secondary h3, .heading_secondary h4, .heading_secondary h5, .heading_secondary h6{ color: var(--secondary_color); }

.text_uppercase h1, .text_uppercase h2, .text_uppercase h3, .text_uppercase h4, .text_uppercase h5, .text_uppercase h6{ text-transform: uppercase; }

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }

.section_shadow{ box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15); }

.overlay_div, .gradient_overlay{ position: relative; z-index: 2; }
.overlay_div:after,
.gradient_overlay:after{ content: ""; top: 0; right: 0; bottom: 0; left: 0; position: absolute; z-index: -1; opacity: .8; }
.overlay_div:after{ background-color: var(--primary_color); }
.gradient_overlay:after{ background: linear-gradient(180deg, var(--secondary_color) 0%, var(--primary_color) 100%); }

p:not(:last-child){ margin-bottom: 20px; }

.section_heading{ display: inline-block; width: 100%; margin-bottom: 30px; }
.mb_0 .section_heading{ margin-bottom: 0px; }

.pt-100{ padding-top: 100px; }
.pb-100{ padding-bottom: 100px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pt-60{ padding-top: 60px; }
.pb-60{ padding-bottom: 60px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.slick-prev{ left: -20px; }
.slick-next{ right: -20px; }
.slick-prev, .slick-next{ width: 25px; height: 25px; }
.slick-prev:before, .slick-next:before { font-size: 22px; color: var(--primary_color); opacity: 1; }

.slick-dotted.slick-slider{ margin-bottom: 0; }
.slick-dots { margin: 40px 0 0; display: inline-block; width: 100%; position: static; }
.slick-dots li { margin: 0 0; width: auto; height: auto; }
.slick-dots li button { width: 10px; height: 10px; padding: 0; display: inline-block; font-size: 0; background: var(--button_1_bg_color); border-radius: 50%; opacity: 0.4; }
.slick-dots li button:before { display: none; }
.slick-dots li + li { margin-left: 15px; }
.slick-dots li.slick-active button { opacity: 1; }

/* Header CSS */
.header{ padding: 10px 0; background-color: var(--header_background_color); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
.header .left{ padding: 0 15px; width: 233px; }
.header .logo_div,
.header .logo_div img{ max-width: 200px; width: 100%; }
.header .logo_div img{ max-height: 35px; }
.header .right{ padding: 0 15px; width: calc(100% - 233px); text-align: right; }
.header .phone_div{ display: inline-block; width: 100%; text-align: right; }
.header .phone_div a{ display: inline-block; font-weight: 600; font-size: 14px; line-height: 21px; border: 1px solid var(--header_button_border_color); border-radius: 260px; background-color: var(--header_button_bg_color); overflow: hidden; position: relative; z-index: 2; }
.header .phone_div a:hover{ color: var(--header_button_hover_text_color); border-color: var(--header_button_hover_border_color); }
.header .phone_div a span:first-child{ width: 40px; height: 40px; }
.header .phone_div a span svg{ color: var(--header_button_hover_text_color); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.header .phone_div a span:first-child{ padding: 0 10px 0 10px; }
.header .phone_div a span + span{ padding: 0 15px 0 10px; }

.header .phone_div a:after { transition: 0.4s ease all; content: ""; top: 0; left: 0; bottom: 0; position: absolute; width: 40px; background-color: var(--header_button_bg_hover_color); border-radius: 50px; z-index: -1; }
.header .phone_div a:hover:after { width: 100%; }

.section_devider{ display: inline-block; width: 100%; height: 15px; background-color: var(--primary_color); opacity: 0.4; margin-top: 70px; }

@media(max-width: 767px){
/* 	.header .phone_div a span:last-child{ display: none; } */
}

.main_banner_section3{ position: relative; z-index: 2; }
.main_banner_section3:before{ content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: #000; opacity: 0.6; z-index: -1; }
.main_banner_section3 .banner_content{ max-width: 1000px; margin: 0 auto; }
.main_banner_section3 .banner_content .title{ margin-bottom: 25px; }
.main_banner_section3 .banner_content .content{ display: inline-block; font-weight: 500; font-size: 24px; line-height: 36px; color: var(--footer_text_color); }

@media (min-width: 992px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 940px/2); width: 50%; }
	.new_banner_section .right_part{ width: 50%; }
	.new_banner_section .content_div .content{ font-size: 18px; line-height: 40px; }
}
@media (min-width: 1200px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1140px/2); width: 60%; }
	.new_banner_section .right_part{ width: 40%; }
	.new_banner_section .content_div .content{ font-size: 20px; }
}
@media (min-width: 1367px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1200px/2); }
	.new_banner_section .image_div{ padding-left: 50px; }
}
@media (min-width: 1440px) {
	.new_banner_section .left_part{ padding-left: calc(100%/2 - 1350px/2); }
}
@media(max-width: 991px){
	.new_banner_section .left_part,
	.new_banner_section .right_part{ max-width: 700px; }
}
@media(max-width: 767px){
	.new_banner_section .left_part,
	.new_banner_section .right_part{ max-width: 600px; }
}
.new_banner_section .image_div,
.new_banner_section .right_part{ line-height: 0; }
.new_banner_section .image_div img{ max-width: 100%; width: 100%; }
.new_banner_section .content_div{ max-width: 660px; }
.new_banner_section .content_div .title,
.new_banner_section .content_div .sub_title,
.new_banner_section .content_div .content{ display: inline-block; width: 100%; }
.new_banner_section .content_div .title,
.new_banner_section .content_div .sub_title{ margin-bottom: 30px; }
.new_banner_section .content_div .sub_title{ max-width: 700px; }
/* .new_banner_section .content_div h1,
.new_banner_section .content_div h2{ color: var(--link_color); } */
.new_banner_section .content_div .content{ font-weight: 500; }

.ups_section .ups_col{ width: 25%; padding: 0 15px; }
.ups_section .ups_card,
.ups_section .ups_card .title{ display: inline-block; width: 100%; }
.ups_section .ups_card .icon{ width: 115px; height: 115px; border-radius: 50%; background: #8BC63F;box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15); margin: 0 auto; }
.ups_section .ups_card .icon img{ max-width: 55px; }
.ups_section .ups_card .title{ text-align: center; margin-top: 20px; }
.ups_section .ups_card .title h6{ font-family: var(--primary_font); font-weight: 600; }

.awards_section .left{ width: 530px; padding: 0 15px; }
.awards_section .right{ width: calc(100% - 530px); padding: 0 15px; }
.awards_section .section_heading{ margin-bottom: 0; }
.awards_section .awards_image{ width: calc(100% / 3); padding: 0 15px; line-height: 0; }
.awards_section .awards_image img{ width: 100%; }

.zig_zag_section{ position: relative; }
.zig_zag_section.overlay_div:after{ background-color: #231F20; }
.zig_zag_section .left,
.zig_zag_section .right{ width: 50%; padding: 0 15px; }
.zig_zag_section .zig_zag_content .section_heading span{ color: var(--primary_color); }
.zig_zag_section .zig_zag_content .sub_content strong{ color: var(--primary_color); }
.zig_zag_section .zig_zag_content,
.zig_zag_section .zig_zag_image{ display: inline-block; width: 100%; }
.zig_zag_section .zig_zag_image img{ width: 100%; }
.zig_zag_section .row + .row{ padding: 50px 0 0; }
.zig_zag_section .row:nth-child(even){ -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.zig_zag_section .row:nth-child(even) .zig_zag_content{ padding-right: 20px; }
.zig_zag_section .row:nth-child(odd) .zig_zag_content{ padding-left: 20px; }
.zig_zag_section .row.bottom_rounded_image .zig_zag_image{ overflow: hidden; height: 100%; border-bottom-right-radius: 9999px; border-bottom-left-radius: 9999px; }
.zig_zag_section .row.bottom_rounded_image .zig_zag_image img{ height: 100%; object-fit: cover; -o-object-fit: cover; }
.zig_zag_section .row.top_rounded_image .zig_zag_image{ overflow: hidden; height: 100%; border-top-right-radius: 9999px; border-top-left-radius: 9999px; }
.zig_zag_section .row.bottom_rounded_image .zig_zag_image img{ height: 100%; object-fit: cover; -o-object-fit: cover; }
.zig_zag_section .row .zig_zag_image{ overflow: hidden; line-height: 0; }
.zig_zag_section .image_title,
.zig_zag_section .image_source{ display: inline-block; width: 100%; }
.zig_zag_section .image_title{ margin-bottom: 20px; }
.zig_zag_section .image_source{ margin-top: 20px; }
.zig_zag_section .image_source a{ color: var(--text_light_color); }
.zig_zag_section .image_source a:hover{ color: var(--link_color); }

.steps_section .section_heading,
.steps_section .steps_list_div{ display: block; max-width: 1120px; margin-left: auto; margin-right: auto; }
.steps_section .steps_list{ display: inline-block; width: 100%; background: #FFFFFF; box-shadow: 0px 0px 15px 5px rgba(153, 153, 153, 0.1); padding: 30px 20px; }
.steps_section .steps_list:not(:last-child){ margin-bottom: 30px; }
.steps_section .steps_list .steps_number{ width: 80px; }
.steps_section .steps_list .steps_number h2{ font-family: var(--primary_font); font-weight: 800; font-size: 50px; line-height: normal; font-style: italic; color: var(--primary_color); }
.steps_section .steps_list .steps_content{ width: calc(100% - 80px); padding-left: 20px; }
.steps_section .steps_list .steps_content .title{ display: inline-block; width: 100%; margin-bottom: 20px; }
.steps_section .steps_list .steps_content .title h4{ font-family: var(--primary_font); font-weight: 700; text-transform: unset; color: var(--secondary_color) }
.steps_section .steps_list .steps_content .text{ display: inline-block; width: 100%; }
.steps_section .steps_list .steps_content .text span{ color: var(--primary_color); }

.full_width_content_section{ position: relative; }
.full_width_content_section.overlay_div:after{ background-color: #231F20; }
.full_width_content_section .full_width_content{ display: block; max-width: 1000px; margin-left: auto; margin-right: auto; }
.full_width_content_section .bonus_img{ display: inline-block; width: 100%; margin-bottom: 30px; }
.full_width_content_section .bonus_img img{ max-width: 350px; width: 100%; display: inline-block; }

.image_with_content_sec .left{ width: 600px; line-height: 0; }
.image_with_content_sec .right{ width: calc(100% - 600px); padding: 80px 80px; background: linear-gradient(270deg, var(--secondary_color) 0%, var(--primary_color) 100%); }
.image_with_content_sec .section_heading h2{ color: #222; }
.image_with_content_sec .image_div{ display: inline-block; width: 100%; position: relative; line-height: 0; height: 100%; }
.image_with_content_sec .image_div:after{ content: ""; position: absolute; top: 0; right: 0; width: 15%; bottom: 0; background: linear-gradient(270deg, var(--primary_color) 0%, rgba(0, 0, 0, 0) 100%); }
.image_with_content_sec .image_div img{ width: 100%; height: 100%; object-fit: cover; object-position: top; }

/* Counter Section */
.counter_section .section_heading{ display: block; max-width: 870px; margin: 0 auto; }
.counter_section .section_heading .sub_heading{ display: inline-block; width: 100%; margin-top: 15px; }
.counter_section .counter_col{ width: 25%; padding: 0 15px; margin-top: 30px; }
.counter_section .counter_number{ width: 150px; height: 150px; margin: 0 auto; border-radius: 90px; border: 10px solid #00D76C; background: #E8F6E9; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); }
.counter_section .counter_number h2{ color: var(--heading_tags_color); }
.counter_section .counter_text{ margin-top: 20px; display: inline-block; width: 100%; text-align: center; max-width: 260px; }

.meetteam_section .team_col{ width: 50%; padding: 0 15px; margin: 15px 0; }
.meetteam_section .team_card{ width: calc(100% - 100px); margin-left: 100px; background: #FFFFFF; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.05); border-radius: 40px; padding: 30px 20px 30px 0; height: 100%; }
.meetteam_section .team_card .image{ border: 5px solid var(--primary_color); border-radius: 50%; width: 180px; height: 180px; margin-left: -100px; }
.meetteam_section .team_card .image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.meetteam_section .team_card .content{ width: calc(100% - 80px); padding-left: 20px; }
.meetteam_section .team_card .content .title h6,
.meetteam_section .team_card .content .title h5{ text-transform: unset; }
.meetteam_section .team_card .content .title h6{ font-weight: 600; color: var(--primary_color); margin-bottom: 5px; }
.meetteam_section .team_card .content .title h5{ color: var(--text_dark_color); }
.meetteam_section .team_card .content .text{ font-weight: 400; font-size: 18px; line-height: 28px; margin-top: 10px; }
.meetteam_section .team_card .content .text p{ margin-bottom: 5px; }

.content_image_section .left-part,
.content_image_section .right-part{ width: 50%; padding: 0 15px; }
.content_image_section:not(.full_content_image_section) .ci_image_div{ padding-left: 30px; text-align: right; }
.content_image_section:not(.full_content_image_section) .ci_image_div img{ display: inline-block; }

.full_content_image_section .left-part{ line-height: 0; }
.full_content_image_section .left-part,
.full_content_image_section .right-part{ padding: 0; }
.full_content_image_section .ci_content_div{ padding: 80px 50px; }
.full_content_image_section .ci_image_div{ height: 100%; }
.full_content_image_section .ci_image_div img{ width: 100%; height: 100%; object-fit: cover; }
.full_content_image_section .section_heading span{ color: var(--primary_color); }
.full_content_image_section .ci_content strong{ color: var(--primary_color); }

.cc_section .left_part,
.cc_section .right_part{ padding: 0 15px; width: 50%; }
.cc_section.text_dark .cc_content_div .section_heading span{ color: var(--primary_color); }
.cc_section .cc_content_div,
.cc_section .cc_content_div .ci_content,
.cc_section .cc_content_div .cc_full_content{ display: inline-block; width: 100%; }
.cc_section .cc_full_content{ margin-top: 20px; }
.cc_section .cc_content_div .cc_full_content strong,
.cc_section .cc_content_div strong{ color: var(--primary_color); }
@media(min-width: 992px){
	.cc_section .cc_full_content.d-hide{ display: none; }
}
@media(max-width: 991px){
	.cc_section .container > .row{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
}
/* .form_section .form_div{ max-width: 1120px; margin: 0 auto; background: var(--secondary_color) url('../images/contact_map_img.png') no-repeat center center / contain; border-radius: 40px; position: relative; margin-top: 32px; padding: 50px; }
.form_section .form_div:before{ content: ""; background: var(--primary_color); position: absolute; top: -32px; left: 10%; right: 10%; bottom: 0; border-radius: 40px; z-index: -1; }
.form_section .form_div .left{ width: 450px; padding-right: 20px; }
.form_section .form_div .right{ width: calc(100% - 450px); }
.form_section .form_div .icon{ margin-bottom: 10px; }
.form_section .form_div .section_heading{ margin-bottom: 0; }
.form_section .form_div .form_icon{ display: inline-block; width: 100%; text-align: right; }
.form_section .form_div .form_icon img{ margin-top: -10px; margin-right: -20px; position: relative; z-index: 2; }
.form_section .form_div .form_card{ background: #FFFFFF; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.04); padding: 30px 45px; height: 500px; }
.form_section .form_div .form_card{ border-radius: 40px; } */
/* .form_section .form_div .form_card,
.form_section .form_div .form_card iframe{ border-radius: 40px; } */
/* .form_section .form_div .form_card iframe{ width: 100% !important; } */
.form-section{ width: calc(100% + 20px)!important; margin: 0 -10px!important; }
.form-section .form-line{ padding: 0 10px !important; margin-top: 15px !important; }
.form-section .form-line#id_5 { width: 50%!important; }
.form-section .form-line#id_6 { width: 50%!important; }
.jf-form-buttons.submit-button{ background-color: var(--secondary_color)!important; border-color: var(--secondary_color)!important; }

.form-all {box-shadow: none !important;width: 100%;margin: 0 auto !important;}
.form-all ul li { text-align: left; margin: 0 !important; }
.form-all ul li input { width: 100% !important; border-radius: 0 !important; height: 50px; }
.form-all ul li .form-input-wide { width: 100% !important; }
.form-all ul.page-section { padding: 0 !important;}
.form-all ul.page-section .form-buttons-wrapper { padding: 30px 0 0 !important; margin: 20px 0 0 !important; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button { padding: 15px 30px; border-radius: 0; font-weight: 700; height: auto; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -ms-transition: 0.4s ease all; transition: 0.4s ease all; border-radius: 60px; margin-left: 0 !important; }
.form_section .form_disclaimer{ max-width: 752px; margin: 0 auto 15px; display: block; font-size: 80%; font-style: italic; }

.form-all ul.page-section .form-buttons-wrapper .form-submit-button{ border: 2px solid var(--button_1_bg_color) !important; background-color: var(--button_1_bg_color) !important; color: var(--button_1_text_color) !important; }
.form-all ul.page-section .form-buttons-wrapper .form-submit-button:hover{ border: 2px solid var(--button_2_bg_color) !important; background-color: var(--button_2_bg_color) !important; color: var(--button_2_text_color) !important; }

footer.footer{ padding: 80px 0; }
footer.footer.overlay_div:after{ background-color: var(--footer_overlay_color) }
footer.footer,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer a{ color: var(--footer_text_color); }
footer.footer .footer_logo{ display: inline-block; width: 100%; text-align: center; margin-bottom: 30px; }
footer.footer .footer_logo img{ max-width: 250px; display: inline-block; }
footer.footer .footer_content{ display: inline-block; width: 100%; }
footer.footer .footer_content ul li{ padding-left: 0; }
footer.footer .footer_content ul li::before{ display: none; }
footer.footer .footer_content ul li a{ display: inline-block; padding-left: 25px; position: relative; font-weight: 700; font-size: 16px; line-height: 26px; }
footer.footer .footer_content ul li a:after{ content: ""; position: absolute; left: 0; top: 5px; width: 15px; height: 15px; background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5722 10.5995L11.2909 9.19326C11.1507 9.13352 10.995 9.12093 10.847 9.15739C10.6991 9.19385 10.567 9.27738 10.4706 9.39541L9.01744 11.1708C6.73686 10.0956 4.90151 8.26021 3.82624 5.97963L5.60166 4.52647C5.71993 4.43028 5.80363 4.29818 5.84011 4.15016C5.87659 4.00215 5.86384 3.84628 5.80381 3.70615L4.39754 0.42484C4.33165 0.273785 4.21512 0.150453 4.06804 0.0761123C3.92097 0.00177107 3.75256 -0.0189204 3.59186 0.0176058L0.544931 0.720743C0.389998 0.756521 0.251766 0.843757 0.152796 0.968214C0.0538267 1.09267 -3.56904e-05 1.247 1.77431e-08 1.40601C1.77431e-08 8.92079 6.09093 15 13.594 15C13.753 15.0001 13.9074 14.9463 14.032 14.8473C14.1565 14.7483 14.2438 14.6101 14.2795 14.4551L14.9827 11.4081C15.019 11.2467 14.9978 11.0776 14.9229 10.93C14.848 10.7824 14.724 10.6655 14.5722 10.5995V10.5995Z' fill='%238cc63f'/%3E%3C/svg%3E%0A") no-repeat center center / 15px; }
footer.footer .footer_copyright{ margin-top: 40px; padding-top: 40px; display: inline-block; width: 100%; text-align: center; border-top: 10px solid var(--footer_copyright_border_color); font-weight: 600; }

.full_width_content_section .left_part{ width: 43.5%; line-height: 0; }
.full_width_content_section .center_part{ width: 38%; padding-left: 30px; padding-right: 30px; }
.full_width_content_section .right_part{ width: 18.5%; line-height: 0; }
.full_width_content_section .right_img_div,
.full_width_content_section .left_img_div,
.full_width_content_section .right_img_div img,
.full_width_content_section .left_img_div img{ height: 100%; width: 100%; }
.full_width_content_section .right_img_div img,
.full_width_content_section .left_img_div img{ object-fit: cover; }

/* Opt In Page CSS */
.opt_in_banner{ display: inline-block; width: 100%; position: relative; z-index: 2; overflow: hidden;}
.opt_in_banner:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-color: var(--primary_color); opacity: 0.8; }
.opt_in_banner .left{ width: 60%; padding:  0 15px; }
.opt_in_banner .right{ width: 40%; padding:  0 15px; }
.opt_in_banner .opt_in_content{ max-width: 700px; }
.opt_in_banner .opt_in_form,
.opt_in_banner .opt_in_form .form_div,
.opt_in_banner .opt_in_form .form_note{ display: inline-block; width: 100%; }
.opt_in_banner .opt_in_form .form_note{ text-transform: uppercase; text-align: center; }
.opt_in_banner .ebook_image{ display: inline-block; width: 100%; text-align: right; }
.opt_in_banner .ebook_image img{ width: 85%; display: inline-block; }

.testimonial_section.overlay_div:after{ background-color: #fff }
.testimonial_section .section_heading span{ color: var(--primary_color); }
.testimonial_section .testimonial_wrapper{ display: inline-block; width: 100%; padding: 0 30px; }
.testimonial_section .testimonial_slide{ width: 50%; padding: 0 15px; }
.testimonial_section .testimonial_card{ background: #FFFFFF; box-shadow: -1px 0px 25px 5px rgba(0, 0, 0, 0.05); border-radius: 40px; overflow: hidden; height: 400px; }
.testimonial_section .testimonial_card iframe{ width: 100%; height: 100%; }
.testimonial_section .testimonial_card .info{ text-align: center; display: inline-block; width: 100%; }
.testimonial_section .testimonial_card .info h5{ font-family: var(--primary_font); text-transform: unset; font-weight: 600; color: var(--primary_color); margin-bottom: 5px; font-weight: 700; }
.testimonial_section .testimonial_card .content{ text-align: center; margin-top: 15px; font-style: italic; }

.content_image_section .left_part{ width: calc(36% + 110px); margin: 100px 0; margin-right: -110px; position: relative; z-index: 2; background-color: #FFF; padding: 50px; border-top: 10px solid var(--secondary_color); box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.25); }
.content_image_section .right_part{ width: 64%; line-height: 0; }
.content_image_section .image_div{ display: inline-block; width: 100%; border-radius: 30px; overflow: hidden; line-height: 0; filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25)); height: 100%; }
.content_image_section .image_div img{ width: 100%; height: 100%; object-fit: cover; }

.video_testi_section .left_part,
.video_testi_section .right_part{ width: 50%; padding: 0 15px; }
.video_testi_section .testimonial_content,
.video_testi_section .ceovideo_div{ display: inline-block; width: 100%; border-radius: 30px; }
.video_testi_section .ceovideo_div{ overflow: hidden; line-height: 0; }
.video_testi_section .ceovideo_div video{ width: 100%; }
.video_testi_section .testimonial_content .testimonial_card{ padding: 0 40px 40px; margin-top: 75px; border-radius: 20px; box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.05); background: #FFF url('/coochie/wp-content/uploads/2023/09/testimonial_card_img.png') no-repeat center bottom / cover; }
.video_testi_section .testimonial_content .testimonial_card .customer_img{ display: inline-block; width: 100%; text-align: center; }
.video_testi_section .testimonial_content .testimonial_card .customer_img img{ margin-top: -75px; border: 5px solid #00994D; width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: top center; }
.video_testi_section .testimonial_content .testimonial_card .customer_details,
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_name,
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_text{ display: inline-block; width: 100%; text-align: center; }
.video_testi_section .testimonial_content .testimonial_card .customer_details{ margin-top: 15px; }
.video_testi_section .testimonial_content .testimonial_card .customer_details .customer_name{ margin-bottom: 15px; }

.cwi_section{ background: url('http://localhost/just_better_care/wp-content/uploads/2023/09/image_content_bg.jpg') no-repeat center center / cover; }
.cwi_section .left_part{ width: 40%; }
.cwi_section .right_part{ width: 60%; }
.cwi_section .image_div{ line-height: 0; height: 100%; }
.cwi_section .image_div img{ height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }
.cwi_section .content_div{ padding: 40px 0; }

.pwtf_section .section_heading{ display: inline-block; width: 100%; text-align: center; }
.pwtf_section .pwtf_card{ padding-right: 40px; }
.pwtf_section .pwtf_card .pwtf_step{ color: #000; width: 74px; height: 74px; border-radius: 50%; border: 3px solid #E8E8E8; }
.pwtf_section .pwtf_card .pwtf_step{ font-size: 18px; font-style: normal; font-weight: 700; line-height: normal;}
.pwtf_section .pwtf_card .pwtf_step span{ font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; margin-top: -20px; }
.pwtf_section .pwtf_card .title{ display: inline-block; width: 100%; margin-top: 15px; }
.pwtf_section .pwtf_card .title h5{ font-weight: 700; font-family: var(--primary_font); }
.pwtf_section .pwtf_card .content{ display: inline-block; width: 100%; margin-top: 10px; }

.cli_section .left_part,
.cli_section .right_part{ width: 50%; padding: 0 15px; }
.cli_section .cli_image{ width: 100%; border-radius: 50px; overflow: hidden; line-height: 0; }
.cli_section .cli_image img{ max-height: 400px; width: 100%; height: 100%; object-fit: cover; }
.cli_section .list_contents{ display: inline-block; width: 100%; }
.cli_section .list_contents .lc_col{ width: 50%; padding: 0 15px; margin-top: 30px; }
.cli_section .list_contents .lc_card{ border-radius: 50px; background: #FAF1EF; padding: 40px; width: 100%; height: 100%; }
.cli_section .list_contents .lc_card .lc_title,
.cli_section .list_contents .lc_card .lc_content{ display: inline-block; width: 100%; max-width: 500px; }
.cli_section .list_contents .lc_card .lc_title{ margin-bottom: 30px; }
.cc_section .cc_chart_div { background: #fff; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); padding: 20px; border-radius: 15px; overflow: hidden; line-height: 0; }
.cc_section .cc_chart_div iframe{ width: 100% !important; }

.pands_section .left_part,
.pands_section .right_part{ width: 50%; padding: 80px; }
.pands_section .pands_content_div .small_title{ display: inline-block; width: 100%; margin-bottom: 20px; }
.pands_section .pands_content_div .small_title h6{ display: inline-block; border-bottom: 2px solid; padding-bottom: 5px; }
.pands_section .text_light .pands_content_div .small_title h6{ border-color: var(--primary_color); }
.pands_section .text_dark .pands_content_div .small_title h6{ border-color: var(--text_dark_color); }
.pands_section .pands_content_div .section_heading{ display: inline-block; margin-bottom: 10px; }
.pands_section .pands_content_div .pands_list{ width: 50%; padding: 0 15px; margin-top: 20px; }
.pands_section .pands_content_div .pands_list .number{ width: 60px; height: 60px; border-radius: 50%; background-color: #D9D9D9; padding: 10px; }
.pands_section .pands_content_div .pands_list .number h3{ color: var(--text_dark_color); }
.pands_section .pands_content_div .pands_list .name{ display: inline-block; width: 100%; margin-top: 15px; }

.logo_section .logo_list .logo_col{ width: calc(100% / 4); padding: 0 15px; margin: 15px 0; }
.logo_section .logo_list .logo_div{ display: inline-block; width: 100%; text-align: center; }
.logo_section .logo_list .logo_div img{ max-height: 80px; display: inline-block; }

.our_suppliers_section .os_slide_div{ display: inline-block; width: 100%; }
.our_suppliers_section .os_slide_div .logo_div{ padding: 10px; height: 100px; }
.our_suppliers_section .os_slide_div .logo_div img{ max-height: 80px; display: inline-block; }

@media(min-width: 992px) and (max-width: 1366px){
	.full_content_image_section .ci_content_div .ci_content{ font-size: 16px; }
	.full_content_image_section .ci_content_div .ci_content p:not(:last-child) { margin-bottom: 10px; }
}

@media(max-width: 1600px){
	.full_width_content_section .left_part{ width: 35%; line-height: 0; }
	.full_width_content_section .center_part{ width: 40%; padding-left: 15px; padding-right: 15px; }
	.full_width_content_section .right_part{ width: 25%; line-height: 0; }
	
	.full_content_image_section .ci_content_div { padding: 50px 40px; }
}

@media(max-width: 1440px){
	.h1, h1, .h2, h2 { margin: 0px; font-size: 30px; line-height: 1.3; }
	.h3, h3 { margin: 0px; font-size: 26px; line-height: 1.2; }
	.h4, h4 { margin: 0px; font-size: 24px; line-height: 1.2; }
	.h5, h5 { margin: 0px; font-size: 20px; line-height: 1.2; }
	.h6, h6 { margin: 0px; font-size: 18px; line-height: 1.2; }

	[class*="btn_style_"].button_div { margin-top: 35px; }
	[class*="btn_style_"] a { line-height: 28px; font-size: 18px; }

	.section_devider { margin-top: 50px; }
	
	.section_heading { margin-bottom: 20px; }

	.pt-100{ padding-top: 80px; }
	.pb-100{ padding-bottom: 80px; }
	.pt-80{ padding-top: 60px; }
	.pb-80{ padding-bottom: 60px; }
	.pt-60{ padding-top: 40px; }
	.pb-60{ padding-bottom: 40px; }

	.top_shape_image{ height: 85px; }
	.top_shape_image img{ width: 100%; height: 100%; object-fit: cover; object-position: bottom; }
	.bottom_shape_image{ height: 100px; }
	.bottom_shape_image img{ width: 100%; height: 100%; object-fit: cover; object-position: top; }

	.main_banner_section3 .banner_content .title { margin-bottom: 15px; } 
	.main_banner_section3 .banner_content .content { font-size: 20px; line-height: 24px; }

	.zig_zag_section .row:nth-child(even) .zig_zag_content { padding-right: 30px; }
	.zig_zag_section .row:nth-child(odd) .zig_zag_content { padding-left: 30px; }

	.steps_section .section_heading,
	.steps_section .steps_list_div { max-width: 970px; }

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

@media(max-width: 1366px){

	.pt-100{ padding-top: 60px; }
	.pb-100{ padding-bottom: 60px; }

	.slick-next { right: -10px; }
	.slick-prev { left: -10px; }

	.full_width_content_section .left_part{ width: 30%; line-height: 0; }
	.full_width_content_section .center_part{ width: 50%; padding-left: 15px; padding-right: 15px; }
	.full_width_content_section .right_part{ width: 20%; line-height: 0; }

	.content_image_section .left_part{ padding: 30px; margin: 70px 0; margin-right: -80px; width: calc(36% + 80px); }
	
	.pands_section .left_part,
	.pands_section .right_part{ padding: 60px 20px; }

	.full_content_image_section .ci_content_div { padding: 30px 15px; }

	.our_suppliers_section .os_slide_div .logo_div{ height: 70px; }
	.our_suppliers_section .os_slide_div .logo_div img { max-height: 50px; }

	.logo_section .logo_list .logo_div img { max-height: 50px; }
}

@media(max-width: 1199px){
	.h1, h1, .h2, h2 { margin: 0px; font-size: 28px; }
	.h3, h3 { margin: 0px; font-size: 22px; }
	.h4, h4 { margin: 0px; font-size: 20px; }
	.h5, h5 { margin: 0px; font-size: 18px; }
	.h6, h6 { margin: 0px; font-size: 18px; }
	body { font-size: 18px !important; }

	[class*="btn_style_"].button_div { margin-top: 25px; }

	[class*="btn_style_"] a { font-size: 16px; padding: 10px 25px; }
	
	.section_devider { margin-top: 40px; }

/* 	.main_banner_section3 .banner_content .content { font-size: 18px; line-height: 26px; } */
	.main_banner_section3 .banner_content .title { margin-bottom: 10px; }

	.awards_section .left { width: 40%; }
	.awards_section .right{ width: 60%; }

	.zig_zag_section .row:nth-child(even) .zig_zag_content { padding-right: 0; }
	.zig_zag_section .row:nth-child(odd) .zig_zag_content { padding-left: 0; }

	.steps_section .section_heading, .steps_section .steps_list_div { max-width: 750px; }

	.meetteam_section .team_card { width: calc(100% - 70px); margin-left: 70px; }
	.meetteam_section .team_card .image { border: 3px solid #E63429; border-radius: 50%; width: 140px; height: 140px; margin-left: -70px; } 

	.opt_in_banner .ebook_image img{ width: 100%; }

	.image_with_content_sec .left{ width: 400px; }
	.image_with_content_sec .right{ width: calc(100% - 400px); padding: 60px 40px; }

	.testimonial_section .testimonial_card{ height: 300px; }
}

@media(max-width: 991px){

	.ups_section .ups_col{ width: 50%; margin: 20px 0; }

	.zig_zag_section .left, .zig_zag_section .right{ width: 650px; margin: 0 auto; }
	.zig_zag_section .zig_zag_content{ margin-top: 30px; }
	.zig_zag_section .zig_zag_image img{ max-height: 400px; object-fit: cover; object-position: top; }

	.meetteam_section .team_col { width: 650px; margin: 15px auto; }

	.form_section .form_div .left,
	.form_section .form_div .right{ width: 650px; margin: 0 auto; }
	.form_section .form_div .icon,
	.form_section .form_div .section_heading,
	.form_section .form_div .form_icon{ text-align: center; }
	.form_section .form_div .form_icon img{ margin-right: 0; }
	.form_section .form_div .form_card{ margin-top: 30px; }

	.image_with_content_sec .left{ width: 300px; }
	.image_with_content_sec .right{ width: calc(100% - 300px); padding: 50px 30px; }

	.zig_zag_section { padding: 60px 0 130px; }

	.full_width_content_section .left_part{ width: 60%; order: 1; height: 450px; }
	.full_width_content_section .center_part{ width: 100%; order: 3; }
	.full_width_content_section .right_part{ width: 40%; order: 2; height: 450px; }
	.full_width_content_section .right_img_div img,
	.full_width_content_section .left_img_div img{ object-position: top; }

	.content_image_section .left_part,
	.content_image_section .right_part{ width: 100%; }
	.content_image_section .left_part{ margin: 40px 0 0; border-top: none; box-shadow: none; padding: 0; }
	.content_image_section > .container > .d-flex{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

	.video_testi_section .left_part,
	.video_testi_section .right_part{ width: 650px; max-width: 100%; }
	.video_testi_section .left_part{ margin-bottom: 40px; }

	.counter_section .counter_col{ width: 50%; }

	.cwi_section .left_part,
	.cwi_section .right_part{ width: 600px; max-width: 100%; }
	.cwi_section .right_part{ padding: 0 15px; }

	.cli_section .left_part,
	.cli_section .right_part { width: 650px; max-width: 100%; }
	.cli_section .right_part{ margin-top: 40px; }
	.cli_section .list_contents .lc_col { width: 650px; }

	.cc_section .left_part,
	.cc_section .right_part{ width: 650px; max-width: 100%; margin: 0 auto; }
	.cc_section .left_part{ margin-top: 40px; }
	.cc_section .cc_full_content.m-hide{ display: none; }

	.full_content_image_section .left-part,
	.full_content_image_section .right-part{ width: 100%; }
	.full_content_image_section .ci_image_div{ max-height: 500px; }
	/* .full_content_image_section .ci_image_div img{ object-position: top; } */
	.full_content_image_section .ci_content_div { padding: 50px; }

	.pands_section .left_part,
	.pands_section .right_part{ width: 100%; padding: 40px; }

	.logo_section .logo_list .logo_col { width: calc(100% / 3); }

	.testimonial_section .testimonial_slide{ max-width: 600px; width: 100%; }
	.testimonial_section .testimonial_slide + .testimonial_slide{ margin-top: 30px; }
	.testimonial_section .testimonial_card{ height: 400px; }
}


@media(max-width: 767px){
/* 	.h1, h1, .h2, h2 { margin: 0px; font-size: 22px; }
	.h3, h3 { margin: 0px; font-size: 20px; }
	.h4, h4 { margin: 0px; font-size: 20px; }
	.h5, h5 { margin: 0px; font-size: 18px; }
	.h6, h6 { margin: 0px; font-size: 18px; } */

	[class*="btn_style_"] a { line-height: 24px; }

	.pt-100{ padding-top: 60px; }
	.pb-100{ padding-bottom: 60px; }
	.pt-80{ padding-top: 40px; }
	.pb-80{ padding-bottom: 40px; }

	.section_devider{ height: 10px; }

	.ups_section .ups_col{ width: 100%; }

	.zig_zag_section .zig_zag_image img { max-height: 350px; }

	.awards_section .left,
	.awards_section .right{ width: 100%; }
	.awards_section .section_heading{ text-align: center; }
	.awards_section .awards_image { margin-top: 20px; width: calc(100% / 2); } 

	.steps_section .steps_list { padding: 15px 20px; }
	.steps_section .steps_list .steps_number{ margin-bottom: 0; }
	.steps_section .steps_list .steps_content .title { margin-bottom: 10px; }
	.steps_section .steps_list .steps_number h2 { font-size: 30px; margin-bottom: 5px; }
	.steps_section .steps_list .steps_content { width: 100%; padding-left: 0; }

	.form_section .form_div { padding: 0 15px; }
	.form_section .form_div .form_card{ padding: 0; }
	.form_section .form_div .form_icon img { width: 50%; }
	.form_section .form_div .icon img{ width: 100px; }
	.form_section .form_div:before,
	.form_section .form_div{ border-radius: 20px; }
	.form_section .form_div .form_card{ border-radius: 20px; padding: 20px 15px; }
/* 	.form_section .form_div .form_card iframe{ border-radius: 20px; } */
	.form_section .form_div .left,
	.form_section .form_div .right{ width: 100%; margin: 0 auto; }.form_section .form_div .form_card iframe{ width: 100% !important; }
	li:not([data-payment=true]) [data-wrapper-react=true]{ flex-wrap: wrap; }
		li[data-type=control_fullname] [data-wrapper-react=true] .form-sub-label-container,
		li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ -ms-flex: 100% !important; flex: 100% !important; }
	li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ margin: 10px 0 0 !important; }
	.form-section .form-line#id_5,
	.form-section .form-line#id_6 { width: 100%!important; }

	.meetteam_section .team_card { width: 100%; margin-left: 0; padding: 20px 20px; border-radius: 20px; }
	.meetteam_section .team_card .image{ margin-left: 0; margin-bottom: 20px; }
	.meetteam_section .team_card .content{ width: 100%; padding-left: 0; }
	.meetteam_section .team_card .content .text{ font-size: 16px; line-height: 24px; }
	
	.image_with_content_sec .image_div:after { top: inherit; bottom: 0; width: 100%; height: 150px; background: linear-gradient(360deg, var(--secondary_color) 0%, rgba(0, 0, 0, 0) 100%); }
	
	footer.footer { padding: 40px 0; }

	.opt_in_banner .left,
	.opt_in_banner .right{ width: 100%; }
	.opt_in_banner .container > .row{ -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
	.opt_in_banner .ebook_image{ margin-bottom: 40px; }
	.opt_in_banner .ebook_image img{ max-width: 400px; }
	.opt_in_banner .opt_in_content{ text-align: center; }

	.image_with_content_sec .left{ width: 100%; }
	.image_with_content_sec .right{ width: 100%; padding: 40px 20px; }
	.image_with_content_sec .image_div { height: 500px; }
	.image_with_content_sec .right { background: linear-gradient(180deg, var(--secondary_color) 0%, var(--primary_color) 100%); }
	
	.submit-button{ padding: 15px 20px !important; }
	.form_section .form_div .form_card iframe{ width: 100% !important; }
	li:not([data-payment=true]) [data-wrapper-react=true]{ flex-wrap: wrap; }
		li[data-type=control_fullname] [data-wrapper-react=true] .form-sub-label-container,
		li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ -ms-flex: 100% !important; flex: 100% !important; }
	li.form-line:not(.form-line-column)[data-type=control_fullname] .form-input-wide [data-wrapper-react]:not(.extended) .form-sub-label-container+.form-sub-label-container{ margin: 10px 0 0 !important; }
	.form-section .form-line#id_5,
	.form-section .form-line#id_6 { width: 100%!important; }
	
	.form_section .section_heading br{ display: none; }

	.testimonial_section .testimonial_wrapper{ padding: 0; }
	/* .testimonial_section .testimonial_card { padding: 20px 15px; } */
	.testimonial_section .testimonial_card .image{ width: 70px; height: 70px; }
	.testimonial_section .testimonial_card .info { width: 100%; padding-left: 0; margin-top: 10px; }
	.testimonial_section .testimonial_card .content{ margin-top: 10px; font-size: 14px; line-height: 22px; }
	
	.slick-prev{ left: -15px; }
	.slick-next{ right: -15px; }
	.slick-prev:before, .slick-next:before { font-size: 25px; }
	.slick-prev, .slick-next{ width: 25px; height: 25px; }

	.video_testi_section .testimonial_content .testimonial_card { padding: 0 20px 30px; }

	.counter_section .counter_col{ width: 100%; }

	.cwi_section .left_part,
	.cwi_section .right_part{ width: 100%; }
	.cwi_section .right_part{ padding: 0 15px; }

	.cli_section .left_part,
	.cli_section .right_part { width: 100%; }
	.cli_section .list_contents .lc_col { width: 100%; }
	
	.full_content_image_section .ci_content_div { padding: 30px 15px; }

	.pands_section .left_part,
	.pands_section .right_part{ width: 100%; padding: 40px 15px; }

	.full_content_image_section .ci_image_div{ max-height: 350px; }

	.our_suppliers_section .os_slide_div .logo_div{ height: 80px; }
	.our_suppliers_section .os_slide_div .logo_div img { max-height: 60px; }

	.logo_section .logo_list .logo_col { width: calc(100% / 2); }
	.logo_section .logo_list .logo_div img { max-height: 40px; }
}



@media(max-width: 575px){
	.h1, h1 { margin: 0px; font-size: 24px; }
	.h2, h2 { margin: 0px; font-size: 22px; }
	.h3, h3 { margin: 0px; font-size: 20px; }
	.h4, h4 { margin: 0px; font-size: 20px; }
	.h5, h5 { margin: 0px; font-size: 18px; }
	.h6, h6 { margin: 0px; font-size: 18px; }

	.full_width_content_section .left_part,
	.full_width_content_section .right_part{ width: 100%; height: 400px; }
	.full_width_content_section .left_part{ order: 1; }
	.full_width_content_section .right_part{ order: 3; }
	
	.pands_section .pands_content_div .pands_list { width: 100%; }
	.pands_section .pands_content_div .pands_list .number { width: 45px; height: 45px; }

	.testimonial_section .testimonial_card{ height: 300px; }
} 