/* childcss start */













:root {
	--primarycolor: rgba(2, 170, 168, 1);
	--font-30px: 20px;
	--whitecolor: #ffffff;
	--color-sea-green: #0ba9a7;
	--white-light-color: rgba(255, 255, 255, .8);
	--h3-size: 30px;
	--yellowcolor: #ffb502;
	--AtlasGrotesk-Medium: 'AtlasGrotesk-Medium', sans-serif;
	--AtlasGrotesk-Bold: 'AtlasGrotesk-Bold', sans-serif;
	--FSIndustrieNw-Bold: 'FSIndustrieNw-Bold', sans-serif;
	--AtlasGrotesk-Regular: 'AtlasGrotesk-Regular', sans-serif;
}

@font-face {
	font-family: "AtlasGrotesk-Bold";
	src: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/AtlasGrotesk-Bold.otf) format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "AtlasGrotesk-Medium";
	src: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/AtlasGrotesk-Medium.otf) format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "AtlasGrotesk-Regular";
	src: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/AtlasGrotesk-Regular.otf) format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "FSIndustrieNw-Bold";
	src: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/FSIndustrieNw-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "tm-zippco-icons";
	src: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/tm-zippco-icons.eot) format("embedded-opentype"),
		url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/tm-zippco-icons.woff2) format("woff2"),
		url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/tm-zippco-icons.woff) format("woff"),
		url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/fonts/tm-zippco-icons.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}


.child_theme .hs-search-results__pagination {
	flex-wrap: wrap;
}
.child_theme img.hs-image-widget {
	margin-bottom: 10px;
}
.child_theme header img.hs-image-widget, 
.child_theme footer img.hs-image-widget {
	margin-bottom: 0;
}
.child_theme .hs-search-field__suggestions-container {
	z-index: 2;
}
/*===================Form Style===================*/
.child_theme form input[type=search], 
.child_theme form input[type=text], 
.child_theme form input[type=email], 
.child_theme form input[type=password], 
.child_theme form input[type=tel], 
.child_theme form input[type=number], 
.child_theme form input[type=file], 
.child_theme form select, 
.child_theme form textarea, 
.child_theme .tabber .media-col .form-wrap .hs-input {
	color: #757575;
	width: 100%;
	color: #000;
	background: var(--whitecolor);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 15px;
	font-weight: 400;
	outline: none;
	height: auto;
	border-radius: unset;
	vertical-align: inherit;
	line-height: 1.788;
}
.child_theme fieldset.form-columns-3 .hs-form-field:last-child > .input {
	margin-right: 0;
}
@media(max-width: 1440px) {
	.child_theme .splide .splide__arrow--next {
		right: 2%;
	}
	.child_theme .splide .splide__arrow--prev {
		left: 2%;
	}
}
.child_theme #hs_cos_wrapper_body_area_left-module-2 .hs-search-field__bar>form {
	padding-bottom: 0;
	margin-bottom: 40px;
}
.child_theme .systems-page form label {
	display: inline;
}
.child_theme .systems-page ul.no-list.hs-error-msgs {
	margin-left: 0;
}
.child_theme .blog-index__post-inner-card h5, 
.child_theme .blog-index__post-inner-card h6, 
.child_theme .blog-index__post-inner-card .h6 {
	margin-bottom: 0;
}
.header .search .search-icon-container svg rect {
	height: 100%;
	width: 100%;
}
/*==================Primary Btn style===========*/
.child_theme .cm_nv_wrp .cm_nv_inner .custom, 
.child_theme form input[type=submit], 
.child_theme .hs-button, 
.child_theme .tabber .media-col .form-wrap input.hs-button {
	padding: 12px 35px;
}

/*==================Secondary Btn style===========*/
.child_theme .contact-banner .form-row.hs-secondary input.hs-button, 
.child_theme .contact-banner .form-row.hs-secondary .hs-button, 
.child_theme .landing-banner .form-row.hs-secondary input.hs-button, 
.child_theme .landing-banner .form-row.hs-secondary .hs-button, 
.child_theme .hs_service .widget-type-form .hs-button, 
.child_theme .form-row.secondary input[type="submit"], 
.child_theme .popup_modal_box.bg_primary .hs-button, 
.child_theme .hs-sec-btn, 
.child_theme .systems-page .hs-search-results__next-page, 
.child_theme .systems-page .hs-search-results__prev-page {
	padding: 13px 30px;
}


body {
	font-family: var(--AtlasGrotesk-Regular);
}
h1, h2, h3, h4, h5 {
	font-family: var(--FSIndustrieNw-Bold);
}
h1, 
h2, 
h3 {
	margin-bottom: 8px;
}
h5 {
	font-family: var(--AtlasGrotesk-Medium);
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
	font-family: var(--AtlasGrotesk-Medium);
}
p {
	margin-bottom: 15px;
}









.child_theme .cm-banner {
	min-height: 400px;
}
.cm-banner .top_sec h1 {
	margin: 0 0 6px;
	display: inline-block;
}
.cm-contact-detail .top_cnt h6 {
	line-height: 1.5;
}
.cm-contact-detail .icon-cnt.ty_image {
	display: none;
}
.cm-contact-detail .contact-details-inner .flex_row {
	display: flex;
}
.contact-details-wrap.cm-contact-detail .top_cnt {
	margin-bottom: 35px;
}
.contact-details-wrap.cm-contact-detail .cnt-detail-cnt {
	width: 100%;
	padding: 0 15px;
	margin: 0;
}
.cm-contact-detail .flex_row .cnt-detail-item {
	width: 41.66666667%;
}
.contact-details-wrap.cm-contact-detail .cnt-detail-title * {
	margin-bottom: 15px;
	display: block;
	line-height: 1.5;
}
.cm-contact-detail .flex_row .cnt-detail-item {
	margin-bottom: 35px;
}
.cm-contact-detail .top_cnt.aos-init.aos-animate {
	padding: 0 15px;
	display: inline-block;
}
.contact-details-wrap.cm-contact-text .top_cnt {
	margin: 0;
}
.cm-contact-text .cm_social_follows ul.flex_row {
	margin: 0;
}
.cm-contact-text .cm_social_follows ul.flex_row a .hs-button {
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	text-align: center;
	display: flex;
	position: relative;
	font-size: 14px;
	background: var(--primarycolor);
	border-color: var(--primarycolor);
	color: var(--whitecolor);
	padding: 0;
}
.cm-contact-text .top_cnt h6 {
	line-height: 1.5;
}
.cm-map-wrapper.cm-map {
	z-index: -1;
}
.contact-details-wrap.cm-contact-detail .flex_row .aos-animate {
	margin-bottom: 35px;
}
.cm-contact-text .cm_social_follows>ul.flex_row {
	gap: 9px;
}
.widget-type-form h3.form-title {
	line-height: 1.25;
}
.child_theme form .hs-form-field {
	margin-top: 5px;
	margin-bottom: 30px;
}
form input[type=submit] {
	font-size: 12.99999999998px;
	text-transform: uppercase;
	
	font-family: var(--FSIndustrieNw-Bold);
	
}
.cm-contact-text {
	margin-bottom: 35px;
}
.child_theme .widget-type-form .hs_submit {
	margin-bottom: 30px;
}
.cm-card-slider .page-center h2.title {
	text-align: left;
	margin-bottom: 21px;
	line-height: 1.15;
}
.cm-card-slider .top_content {
	max-width: 42em;
	padding-top: 9px;
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.85714285714;
}
.cm-card-slider .card_item .card_inner {
	box-shadow: 5px 5px 12px 0 rgba(32, 46, 60, .5);
	cursor: default !important;
	margin: 0;
	padding: 0;
}
.cm-card-slider .card_item {
	margin: 10px 0 ;
}
.cm-card-slider .card_item .card_inner {
	padding: 55px 30px;
	margin-bottom: 10px;
	border-radius: 0;
}
.card_gallery.cm-card-slider .splide__track {
	margin-bottom: 20px;
}
.cm-card-slider .card_box h3.it_title {
	padding: 0;
	font-size: 20px;
	margin-bottom: 21px;
	font-family: var(--AtlasGrotesk-Medium);
	text-transform: uppercase;
	line-height: 1.35;
}
.cm-card-slider .theme_center .top_sec.noButton {
	padding: 0 15px;
}
.cm-card-slider .splide__arrow svg {
	display: none;
}
.child_theme .cm-card-slider button.splide__arrow {
	opacity: 1;
}
.cm-card-slider button.splide__arrow.splide__arrow--prev {
	left: -3.2em;
}
.cm-card-slider button.splide__arrow.splide__arrow--next {
	right: -3.2em;
}
.cm-card-slider button.splide__arrow.splide__arrow--prev:before {
	content: '\e848';
}
.cm-card-slider button.splide__arrow:before {
	text-align: center;
	font-family: "tm-zippco-icons";
	line-height: 30px;
	position: relative;
	opacity: 1;
	color: var(--primarycolor);
	font-size: 30px;
	font-weight: 700;
}
.cm-card-slider button.splide__arrow.splide__arrow--next:before {
	content: '\e849';
}
.cm-card-slider .splide .splide__track .splide__list {
	margin-bottom: 15px ;
}
.cm-test-slider .text_box blockquote {
	border: 0;
	text-align: center;
	background: transparent;
	border-left: none;
	line-height: 28px;
	padding: 0 25px;
	font-size: 14px ;
	max-width: 56em;
	margin: 0 auto ;
	font-style: unset ;
}
.cm-test-slider .testmn_inner_outer {
	justify-content: center;
}
.cm-test-slider .images-icons img {
	max-width: 95px;
}
.cm-test-slider .images-icons {
	padding-bottom: 15px;
}
.cm-test-slider .left_inner {
	margin: 12px 10px 12px;
}
@media(max-width: 1250px) {
	.card_gallery.cm-card-slider .bottom_row {
		max-width: 92%;
		margin: 0 auto 20px;
	}
	.cm-card-slider button.splide__arrow.splide__arrow--prev {
		left: -2em;
	}
	.cm-card-slider button.splide__arrow.splide__arrow--next {
		right: -2em;
	}
}
@media(min-width: 768px) {
	.cm-test-slider .flex_row .left_col.col6.cm_trns {
		padding-right: 25px;
	}
}
.cm-test-slider .theme_center .testmn_itemv2 {
	margin-bottom: 21px;
}
.cm-test-slider .theme_center .text_box p {
	padding-top: 9px;
	font-size: 18px;
	
	font-family: var(--FSIndustrieNw-Bold);
	
}
.cm-test-slider .theme_center .text_box blockquote p {
	opacity: 0.85;
	padding-top: 20px;
	line-height: 1.55555555556;
}
.cm-test-slider .theme_center button.splide__pagination__page {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 10px 0 0;
	position: relative;
	transition: all 300ms ease;
	background-color: var(--whitecolor);
	opacity: 1;
}
.cm-test-slider .theme_center ul {
	margin-top: 0;
	height: fit-content;
	transform: translateY(-65%);
	bottom: 50px;
	position: absolute;
	right: 53px;
	top: 43.6%;
	width: 39px;
	text-align: center;
	left: unset;
	row-gap: 20px;
}
.cm-test-slider .theme_center button.splide__pagination__page {
	box-shadow: inset 0 0 0 2px var(--whitecolor);
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0 10px 0 0;
	position: relative;
	transition: all 300ms ease;
	background-color: transparent;
	opacity: 1;
}
.cm-test-slider .theme_center ul.splide__pagination li {
	width: 25px;
	height: 5px;
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.cm-test-slider .theme_center button.splide__pagination__page.is-active {
	background: var(--whitecolor) !important;
	transform: unset;
}
.request-a-callback-popup {
	position: fixed;
	z-index: 1005;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(23, 37, 45, 0.6);
	display: block;
}
.request-call-close.request-call-close-cont {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
}
.request-a-callback-popup .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	background-color: var(--color-sea-green);
	max-width: 750px;
	width: 90%;
	padding: 45px;
}
a.request-call-close.request-call-close-style {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: var(--whitecolor);
	border-radius: 100%;
	padding: 4px;
	width: 18px;
	height: 18px;
	display: block;
	box-sizing: content-box;
}
form .hs-richtext p {
	margin-bottom: 15px;
	color: var(--whitecolor);
}
.request-a-callback-popup .inner h3 {
	font-size: 40px;
	text-transform: uppercase;
	color: var(--whitecolor);
	padding: 0;
	margin-bottom: 15px;
	line-height: 0.875;
}
.request-a-callback-popup .form-title {
	display: none;
}
.request-a-callback-popup {
	opacity: 0;
	z-index: -5;
}
.request-a-callback-popup.main {
	opacity: 1;
	position: fixed;
	z-index: 1005;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cm-touch-wrapper .popup-added .card-title {
	cursor: pointer;
}
.cm-bottom-form .description {
	display: none;
}
.cm-bottom-form h3.hs_cos_wrapper {
	display: none;
}
.cm-bottom-form .hs-richtext {
	margin-bottom: 63px;
	width: 100%;
}
.cm-bottom-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	width: 75%;
	margin: 0;
}
.two-col-content.cm-bottom-form .content-col .form_wrap {
	padding-top: 27px;
}
.cm-bottom-form .hs_submit.hs-submit {
	width: 24%;
}
.cm-bottom-form .hs-richtext h2 {
	text-align: center;
}
.child-theme .cm-bottom-form form >div {
	width: 100%;
}
.cm-bottom-form .actions {
	position: relative;
}
.cm-bottom-form .actions:after {
	content: "";
	position: absolute;
	right: 3em;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/right-arrows.svg);
	width: 9px;
	height: 18px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	pointer-events: none;
	filter: invert(1);
}
.two-col-content.cm-bottom-form form .input input {
	border-top-left-radius: 2em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2em;
	border: 1px solid rgba(119, 119, 119, 0.2);
	font-weight: 400;
	padding: 13px 30px;
	background-color: var(--whitecolor);
	transition: border linear .2s, box-shadow linear .2s;
	font-family: var(--AtlasGrotesk-Regular);
	font-size: 17px;
	line-height: 1.25;
}
.cm-bottom-form input.hs-button.primary.large {
	display: inline-block;
	width: 100%;
	margin: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 0;
	transition: background linear .2s;
	background-color: var(--yellowcolor);
	padding: 12px 30px 12px 30px;
	text-align: left;
	color: #000;
	font-family: var(--AtlasGrotesk-Regular);
	font-size: 17px;
	line-height: 1.25;
	text-transform: capitalize;
}
.child-theme .cm-bottom-form form {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: auto;
}
.cm-bottom-form input::placeholder {
	color: #242424;
}
.cm-touch-wrapper .content-col.col6 {
	margin-bottom: 35px;
}
.cm-bottom-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field >label {
	display: none;
}
.cm-bottom-form {
	margin: auto;
	max-width: 60em;
}
.cm-bottom-image .tp-img-cnt .icon img {
	width: 55px;
	height: 45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}
.cm-bottom-image .tp-img-cnt .icon {
	text-align: left;
	padding: 13px 0 15px;
}
.cm-bottom-image .inner_spacing {
	box-shadow: 5px 5px 12px 0 rgba(32, 46, 60, 0.5);
}
.cm-bottom-image .tp-img-cnt {
	padding: 23px 30px 46px 30px;
	text-align: left;
	min-height: 29em;
}
.cm-bottom-image .cnt-col.splide__slide {
	margin-bottom: 30px;
}
.cm-bottom-image .flex_row .tp-img {
	margin: 0;
}
.cm-bottom-image .flex_row h3.col-title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--AtlasGrotesk-Medium);
	margin-bottom: 21px;
	line-height: 1.35;
}
.cm-bottom-image .flex_row .cnt-col p {
	margin-bottom: 13px;
}
.cm-bottom-image .flex_row .tp-img-cnt-inner a {
	text-decoration: underline;
	color: var(--primarycolor);
	line-height: 1.785714;
	font-weight: 600;
}
.cm-bottom-image .top_sec.noButton {
	margin-bottom: 65px;
}
.cm-banner .top_sec h1 {
	text-transform: uppercase;
}
.cm-test-slider.testimonials_sliderv2 .bottom_row .splide__track {
	margin-bottom: 0;
}
.cm-test-slider.testimonials_sliderv2 .bottom_row .splide__track .left_inner {
	margin-bottom: 0;
}
.cm-test-slider.testimonials_sliderv2 .theme_center .testmn_itemv2 {
	margin: 0;
}
.cm-test-slider.testimonials_sliderv2 .theme_center ul {
	transform: translateY(-36%);
}
.cm-test-slider .theme_center button.splide__pagination__page:focus {
	outline: none;
}
.two-col-content.cm-bottom-form form {
	position: relative;
}
.two-col-content.cm-bottom-form form {
	padding: 0 30px !important;
}
.two-col-content.cm-bottom-form .hs_submit.hs-submit {
	position: absolute;
	top: 0;
	right: 7px;
}
.two-col-content.cm-bottom-form .content-col .form_wrap h2 {
	text-align: center;
	font-size: 45px;
	margin-top: 8px;
	margin-bottom: 60px;
}
.two-col-content.cm-bottom-form  form .inputs-list>li {
	margin: 0;
}
.child_theme form .hs-richtext h5 {
	color: var(--whitecolor);
}
.child_theme form .hs-richtext h2 {
	color: var(--whitecolor);
}
.child_theme form {
	padding-top: 33px;
	padding-right: 65px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: var(--color-sea-green);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--whitecolor);
}
.cnt-mid-sec .hs_cos_wrapper.form-title {
	padding: 65px 65px 0 50px;
}
.child_theme .cm-bottom-form form {
	padding: 0 !important;
	background-color: var(--whitecolor);
}
form .hs-richtext {
	margin-bottom: 30px;
}
.cm-blog-post-noSidebr .content-wrapper.blog-main-post {
	padding: 84px 15px 0;
}
.blog-main-post .post-body h2 {
	margin-top: 30px 0 15px;
}
.blog-main-post .post-date {
	font-size: 12px;
}
.blog-main-post .post-date a {
	color: #8d9297;
	margin-left: 3px;
}
.blog-post-section .post-date i.fa.fa-calendar {
	color: #8d9297;
}
.blog-main-post .post-date span.tm-meta-line {
	padding-bottom: 17px;
	margin-bottom: 25px;
	margin-top: 0;
	border-bottom: 1px solid #979797;
	display: inline-block;
	width: 100%;
}
form label {
	color: var(--whitecolor);
}
.cm-bottom-form form label {
	color: #000;
}
.cm-contact-detail .contact-details-inner .flex_row {
	margin: 0 -15px;
	width: auto;
}
::-webkit-input-placeholder, ::placeholder {
	color: rgb(117, 117, 117);
}
.post-body-section .post-body h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1.22222222;
}
.blog-main-post hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	background-color: unset;
	height: auto;
}
.cm-get-quote .cont-inner .form_wrap {
	background-color: var(--color-sea-green);
	padding: 0;
}
.cm-get-quote .form_wrap form h6 {
	margin-bottom: 45px;
	line-height: 1.5;
}
.cm-get-quote .hs_cos_wrapper.form-title:empty {
	display: none;
}
.cm-get-quote form .hs_submit.hs-submit {
	padding: 5px 0 30px;
}
.two-col-content.cm-get-quote .content-col .description {
	display: none;
}
.two-col-content.cm-get-quote .cont-inner .form_wrap {
	padding: 0;
}
.child_theme .cm-get-quote form {
	padding-left: 65px;
	padding-top: 65px;
}
.child_theme form input[type=submit] {
	line-height: 1.75;
}
.cm-get-quote .page-center.custom {
	padding: 0;
}
.cm-contact-detail .contact-details-inner .page-center .cnt-detail-item {
	margin-bottom: 35px;
}
.two-col-content.cmwhysection .flex_row .description ul li {
	margin-bottom: 0;
}
.two-col-content.cmwhysection .flex_row .description ul {
	margin-bottom: 35px;
}
.cnt-mid-sec form .hs_submit {
	margin-top: 0;
}
.two-col-content.cm_two_col_cover.cm-two-col .parallax_inner .single_parallax .para_imge {
	margin-right: -8.47%;
}
.two-col-content.features_included.cm_two_col_cover.cm-two-col .feature-wrapper {
	padding-top: 22px;
	row-gap: 0;
}
.request-a-callback-popup form {
	padding: 0 !important;
}
.request-a-callback-popup .inner form .form-columns-1 .hs-form-field .hs-input {
	width: 100%;
}
.two-col-content.features_included.cm_two_col_cover.cm-two-col .feature-wrapper .featimggrp .featimgwrap {
	margin-bottom: 12px;
}
.child_theme p strong {
	
	font-family: var(--AtlasGrotesk-Bold);
	
}
.blog-post-container .post-body {
	border-color: #979797;
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #979797;
}
.blog-post-container .blog-post-section {
	padding-bottom: 69px;
}
.blog-post-container .post-body h5, 
.blog-post-container .post-body h3 {
	margin: 30px 0 15px;
}
.blog-post-container .post-body h5 {
	
	font-family: var(--AtlasGrotesk-Medium);
	
	line-height: 1.5;
}
.blog-post-container .post-body ul {
	margin-top: 16px;
	padding-left: 25px;
	margin-bottom: 16px;
}
.blog-post-container .post-body ul li {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.blog-post-container .post-body span a {
	text-decoration: underline;
}
.two-col-content.features_included.cm_two_col_cover.cm-two-col .content-col .cont-inner .featimggrp {
	margin-bottom: 21px;
}
.two-col-content.features_included.cm_two_col_cover.cm-two-col .content-col .featimggrp .description {
	padding-top: 2px;
	line-height: 1.78571428571;
}
.two-col-content.features_included.cm_two_col_cover.cm-two-col .parallax_inner .single_parallax .para_imge {
	background-position: center bottom;
}
.cm-bottom-form input.hs-button.primary.large:hover {
	background-color: #000;
	color: var(--whitecolor);
}
@media screen and (max-width: 1200px) {
	.cm-bottom-form .hs-richtext h2 {
		font-size: 24.0px;
		line-height: 1.25;
	}
	.cm-touch-wrapper .page_center h2 {
		line-height: 1.25;
	}
	.two-col-content.cm-bottom-form .content-col .form_wrap h2 {
		line-height: 1.25;
	}
	.child_theme h2 {
		line-height: 1.25;
	}
	.cm-blog-post-noSidebr .content-wrapper.blog-main-post {
		padding-top: 29px;
	}
}
@media (max-width: 991px) {
	.cm-test-slider .theme_center ul {
		right: 0;
	}
	.blog-post-container .post-body ul li {
		font-size: 12.99999999998px;
		line-height: 1.92307692308;
	}
	.child_theme p {
		font-size: 12.99999999998px;
		line-height: 1.92307692308;
	}
	.child-theme .cm-bottom-form form {
		width: 100%;
	}
	.cm-bottom-form input.hs-button.primary.large {
		padding: 12px 30px 12px 20px;
	}
	.section>.cm-touch-wrapper {
		margin: auto;
		max-width: 942px;
	}
	.section .cm-touch-wrapper .page_center .top_sec {
		margin-bottom: 16px;
	}
	.cm-bottom-form {
		max-width: 942px;
	}
	.cm-bottom-image .top_sec.noButton {
		margin-bottom: 23px;
	}
	.cm-bottom-form .hs-richtext {
		margin-bottom: 16px;
		line-height: 1.25;
	}
	.cm-touch-wrapper .content-col.col6 {
		margin-bottom: 10px;
	}
	.cm-bottom-image .flex_row h3.col-title {
		font-size: 18px;
		line-height: 1.5;
	}
	.cm-bottom-image .flex_row .cnt-col p {
		font-size: 13px;
		line-height: 1.92307692308;
	}
	.cm-bottom-image .flex_row .tp-img-cnt-inner a {
		font-size: 13px;
		line-height: 1.92307692308;
	}
	.blog-post-container .blog-post-section {
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.cm-contact-detail .contact-details-inner .flex_row {
		display: block;
	} 
	.cm-card-slider button.splide__arrow.splide__arrow--prev {
		left: -1em;
	}
	.cm-card-slider button.splide__arrow.splide__arrow--next {
		right: -1em;
	}
	.cm-test-slider .theme_center ul {
		bottom: 0;
		right: 45%;
		top: 89%;
		transform: translateX(-50%) rotate(-90deg);
	}
	.card_gallery.cm-card-slider .bottom_row {
		max-width: 100%;
	}
	.cm-test-slider .splide .splide__track {
		margin-top: 0;
	}
	.cm-touch-wrapper .flex_row .content-col.col6 {
		width: 100%;
	}
	.two-col-content.cm-bottom-form .content-col .form_wrap {
		padding-top: 11px;
	}
	.cm-bottom-form .actions:after {
		content: unset;
	}
	.section>.cm-touch-wrapper .page_center .content-col.col6.item-2 {
		border: unset;
	}
	.cnt-mid-sec .widget-type-form h3.form-title {
		padding: 0;
		margin-bottom: 50px;
	}
	.cnt-mid-sec .widget-type-form h3.form-title {
		font-size: 24px;
	}
	.cnt-mid-sec form {
		padding: 0;
	}
	.cnt-mid-sec form .hs-form-field textarea {
		min-height: 200px;
	}
	.cm-contact-detail h6 {
		font-size: 20px;
	}
	.cm-contact-detail .flex_row .cnt-detail-item {
		width: 100%;
		margin-bottom: 38px;
	}
	.cm-contact-text .top_cnt h6 {
		font-size: 20px;
	}
	.child_theme .cm-get-quote h3 {
		font-size: 18.0px;
	}
	.cm-get-quote .form_wrap form h6 {
		font-size: 18px;
	}
	.child_theme .cm-get-quote form {
		margin-top: 0px;
		margin-left: 0px;
		padding-top: 25px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	.cnt-wit-tp-img-wrp-v2.cm-bottom-image .flex-row {
		row-gap: 0;
	}
	.request-a-callback-popup .inner {
		padding: 20px;
	}
	.request-a-callback-popup .inner h3 {
		font-size: 28px;
		margin-bottom: 5px;
		line-height: 1.25;
	}
	.request-a-callback-popup form .hs-richtext p {
		font-size: 12.99999999998px;
		margin-bottom: 5px;
		line-height: 1.92307692308;
	}
	.request-a-callback-popup form .hs-richtext {
		margin-bottom: 0;
	}
	.request-a-callback-popup form label {
		margin: 0;
	}
	.request-a-callback-popup .inner form .hs-form-field .hs-input {
		font-size: 12.99999999998px;
		padding: 5px 10px;
		width: 100%;
	}
	.request-a-callback-popup .inner form fieldset .hs-form-field {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.cm-test-slider.testimonials_sliderv2 .bottom_row .splide__track .left_inner {
		margin-bottom: 70px;
	}
}
::selection {
	background-color: var(--yellowcolor);
	color: var(--whitecolor);
}
.widget-type-form h3.form-title {
	font-size: 40px;
}
.cnt-mid-sec form .hs-form-field textarea {
	min-height: 200px;
}
form .inputs-list>li {
	margin: 5px 0 0;
}
.hs-error-msg {
	margin: 0 10px 0 0;
}
.child_theme form select {
   color: #757575;
      appearance: none;
     background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/arrow%20down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.child_theme form select option {
   color: #000;
}
.hs-form .hs_current_insurer, .hs-form .hs_renewal_premium {
    display: flex;
    flex-direction: column;
}

.hs-form .hs_current_insurer legend.hs-field-desc, .hs-form .hs_renewal_premium legend.hs-field-desc {
    order: 3;
}

.hs-form .hs_current_insurer .input, .hs-form .hs_renewal_premium .input {
    order: 2;
}

.hs-form .hs_current_insurer .hs-error-msgs, .hs-form .hs_renewal_premium .hs-error-msgs {
    order: 4;
}
.request-a-callback-popup form .filedset ul.inputs-list.multi-container {
    display: flex;
}

.hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container li {
    display: inline-block;
    margin: 0 15px 5px 0;
    text-indent: 0;
}

.hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container li input {
       width: auto !important;
    float: left;
/*     margin-top: .25em !important; */
    margin-right: 5px !important;
    height: auto;
    vertical-align: inherit;
    margin: 0;
}

.hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container li span {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.5em;
    line-height: 1;
    color: #fff;
}
@media(max-width: 767px) {
	.cm-contact-detail .detail-content a {
		font-size: 13px;
	}
}
.cm-touch-wrapper .tm-row-inner {
	margin: 0 -15px;
}
.cm-touch-wrapper .page_center {
	padding:  0 15px;
}
.two-col-content.cm-bottom-form form {
	max-width: 85%;
	margin: 0 auto;
}
/* childcss ends */
/* rucss starts */





.cm_footer .col-section {
	padding-left: 15px;
	padding-right: 15px;
}


.cm_footer .cm_ftr_forth_col h3 , 
.cm_ftr_sec_col ul>li.hs-menu-depth-1>a, 
.cm_ftr_third_col ul>li.hs-menu-depth-1>a {
	font-family: var(--AtlasGrotesk-Medium);
}
.cm_floating_get_a_quote_content a.hs-sec-btn {
	font-family: var(--AtlasGrotesk-Regular);
}
.cm_ftr_forth_col li, 
.cm_ftr_forth_col li>a {
	font-family: var(--AtlasGrotesk-Bold);
}









@media (min-width: 1200px) {
	.cm_footer .col-section.cm_ftr_first_col {
		padding-right: 25.000000049999997px;
	}
}
.cm_footer .cm_ftr_first_col {
	margin-top: 53px;
	margin-bottom: 23px;
}
.cm_footer .cm_ftr_icons svg path {
	fill: var(--whitecolor);
}
.cm_footer p, 
.cm_footer .footer-section .footer-content p:last-child{
	margin-bottom: 15px;
	font-size: 12.99999999998px;
	line-height: 1.92307692308;
	word-wrap: break-word;
}
.cm_footer .cm_ftr_col_fst_content span a {
	margin-bottom: 20px;
	font-size: 12.99999999998px;
	line-height: 1.92307692308;
	word-wrap: break-word;
	display: block;
}
.cm_footer .cm_ftr_srg_img img {
	margin-bottom: 35px;
}
.cm_footer .cm_ftr_logo img {
	margin-bottom: 38px;
}
.cm_ftr_sec_col ul>li.hs-menu-depth-1>a, 
.cm_ftr_third_col  ul>li.hs-menu-depth-1>a{
	font-size: 20px;
	color: 

  
  
    
  


  rgba(2, 170, 168, 1.0)

;
	margin-bottom: 30px;
	display: block;
}
.cm_ftr_sec_col .hs-menu-depth-1>a: hover, 
.cm_ftr_third_col .hs-menu-depth-1>a:hover {
	color: 

  
  
    
  


  rgba(2, 170, 168, 1.0)

;
}
.cm_ftr_sec_col a, 
.cm_ftr_third_col a, 
.cm_ftr_forth_col a{
	font-size: 12.99999999998px;
	line-height: 1.92307692308;
	word-wrap: break-word;
	display: inline;
}
.cm_ftr_forth_col li, 
.cm_ftr_forth_col li>a{
	font-size: 12.99999999998px;
	line-height: 1.92307692308;
}
.cm_ftr_sec_col .footer-menu {
	margin-left: 35px;
}
.cm_ftr_sec_col ul li, 
.cm_ftr_third_col ul li, 
.cm_ftr_forth_col ul li
{
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.cm_ftr_forth_col_address ul {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.cm_ftr_forth_col_address ul li:last-child {
	padding-bottom : 0px;
}
.cm_footer  .footer-section .cm_ftr_forth_col_address .footer-content p {
	margin-bottom: 0px;
}
.cm_footer .cm_ftr_forth_col .cm_ftr_icons .footer-social svg {
	display: inline-block;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}
.cm_footer .footer-social {
	gap: unset;
	padding-left: 0px;
	padding-top: 13px;
}
.cm_footer .cm_ftr_forth_col .footer-social-item a {
	align-items: self-end;
	display: flex;
	justify-content: center;
}
.cm_footer .cm_ftr_forth_col .footer-social-item a[href*="linkedin"] {
	margin-top: 4px;
}
.cm_footer .cm_ftr_forth_col .footer-social-item a[href*="facebook"] svg {
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	width: 29px;
}
.cm_footer .cm_ftr_forth_col h3 {
	padding: 10px 0px  5px;
	font-size: 20px;
	color: 

  
  
    
  


  rgba(2, 170, 168, 1.0)

;
	margin-bottom: 32px;
	display: block;
}
.cm_footer .cm_ftr_forth_col li:not(:last-child) {
	margin-bottom: 10px;
}
.cm_ftr_forth_col {
	margin-top: 55px;
}
/*************************************************** back to top styling *************************************************/
.cm_footer .back_to_top {
	height: 0;
	width: 0;
	border-radius: 0px;
	font-size: 0;
	bottom: 33px;
	position: fixed;
	display: flex;
	border: 0;
	z-index: 999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	right: 34px;
	bottom: 34px;
}
.cm_footer .back_to_top.visible {
	font-size: 23px;
	height: 39px;
	width: 39px;
}
.cm_footer .back_to_top svg {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 15px;
}
.cm_footer .footer-social-item {
	margin-right: 10px;
	margin-left: 4px;
}
.cm_footer .cm_ftr_forth_col .footer-social-item a[href*="linkedin"] {
	margin-top: 1px;
}
.cm_footer .footer-social {
	padding-top: 14px;
}
/************************************************************ Media query  of footer ************************************************/
@media (max-width: 1200px) {
	.cm_footer .cm_ftr_first_col {
		margin-top: 70px;
		margin-bottom: 17px;
	}
	.cm_footer.footer .page-center {
		max-width: 970px;
		padding-bottom: 110px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_first_col {
		width: 100%;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_sec_col, 
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_third_col, 
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_forth_col {
		width: 33%;
	}
	.cm_ftr_sec_col .footer-menu {
		margin-left: 0px;
	}
	.cm_ftr_forth_col_address ul {
		margin-bottom: 60px;
	}
}
@media (max-width: 991px) {
	.cm_footer.footer .page-center {
		max-width: 750px;
		padding: 22px 0 35px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_first_col, 
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_sec_col, 
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_third_col, 
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_forth_col{
		width: 100%;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .num5 .row1 .footer-image img {
		max-width: 126px;
		width: 100%;
		margin-right: 14px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .num5 .row2 .footer-image img {
		max-width: 155px;
		width: 100%;
	}
	.cm_ftr_fifth_col {
		display: flex;
	}
	.cm_footer .cm_ftr_col_fst_content span a, 
	.cm_footer .footer-section .footer-content p:last-child,
	.cm_footer p {
		font-size: 14px;
		line-height: 1.78571428571;
	}
	.cm_ftr_sec_col a, 
	.cm_ftr_third_col a, 
	.cm_ftr_forth_col a{
		font-size: 14px;
		line-height: 1.78571428571;
		word-wrap: break-word;
	}
	.col-section.cm_ftr_fifth_col.desktop_hide {
		padding-bottom: 15px;
	}
	.cm_ftr_forth_col li, .cm_ftr_forth_col li>a {
		font-size: 14px;
		line-height: 1.78571428571;
	}
	.cm_footer .footer-row.cm_ftr_icons.al_left.al_tab_left.al_mob_left.row2.type_social_icons {
		padding-bottom: 9px;
	}
	.cm_footer .col-section.cm_ftr_forth_col p {
		max-width: 20em;
	}
	.cm_ftr_forth_col_address ul {
		margin-bottom: 17px;
	}
	.cm_footer .cm_ftr_forth_col h3 {
		margin-bottom: 9px;
	}
	.cm_ftr_forth_col {
		margin-top: 16px;
	}
	.cm_ftr_sec_col ul>li.hs-menu-depth-1>a, 
	.cm_ftr_third_col ul>li.hs-menu-depth-1>a {
		margin-bottom: 8px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.num3 .footer-row.row1 {
		padding-top: 20px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .col-section.num2 .footer-row.row1 {
		padding-top: 20px;
	}
	.cm_footer.footer.footer_section__2 .footer-section-1 .num1 .row1 .footer-image img {
		max-width: 175px;
	}
	.cm_footer .cm_ftr_first_col {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.cm_footer.footer .col-section.cm_ftr_sixth_col.desktop_hide  p {
		max-width: 20em;
	}
	.cm_footer .footer-menu a {
		font-size: 14px;
		line-height: 1.78571428571;
	}
}
@media (max-width: 767px) {
	.cm_footer.footer .page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cm_footer.footer .flex_row .col-section:not(:first-child) {
		padding-top: 0px;
	}
}
@media (max-width: 320px) {
	.col-section.cm_ftr_fifth_col.desktop_hide {
		flex-direction: column;
	}
	.cm_footer.footer_section__2 .footer-section-1 .col-section.cm_ftr_fifth_col.num5 .footer-row.row2 {
		padding-top: 55px;
	}
	.cm_footer .footer-social {
		gap: 0px;
	}
}
/************************************************ header styling ***************************************/

.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>a, 
.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a {
	font-family: var(--FSIndustrieNw-Bold);
}

.cm_header .sticky_header_active .primary-section {
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}
.cm_header.header .top-section {
	padding-bottom: 0px;
	padding-top: 0px;
}
header.cm_header.header .contact-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 66.666%;
	line-height: 49px;
}

.cm_header .top-section h4 {
	font-family: var(--AtlasGrotesk-Regular);
}

.cm_header.header .social-share li svg {
	height: 12px;
	vertical-align: middle;
	width: 23px;
}
.cm_header.header .social-share ul li>a {
	width: auto;
	height: auto;
	display: inline-block;
	background-color: transparent;
}
.cm_header.header .social-share ul>li {
	margin-right: 0px;
	padding-right: 3px;
}
.cm_header.header .logo-section {
	width: auto;
}
.cm_header.header .primary-section {
	padding-bottom: 0px;
	padding-top: 0px;
}
.cm_header.header .primary-container .page-center {
	padding-right: 15px;
	padding-left: 15px;
}
.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>a {
	text-transform: uppercase;
	line-height: 6.25;
	padding-left: 21px;
	padding-right: 17px;
}
.cm_header .nav>nav>ul .header__menu-item--depth-1:hover>a {
	color: rgba(255, 181, 2, 1.0);
}
.cm_header .flex_row .col4 {
	padding-right: 0px;
}
.cm_header.header .nav.megamenu>nav>ul .header__menu-item--depth-1>a>.child-trigger {
	display: none;
}
.cm_header.header .header__menu--desktop>.header__menu-wrapper {
	justify-content: unset;
	column-gap: 0px;
}
.cm_header .right-section:before {
	border-left: 1px solid var(--primarycolor);
	content: '';
	height: 30px;
	padding-right: 22px;
}
.cm_header .primary-section .container-wrapper {
	column-gap: 10px;
}
.cm_header.header .search .search-icon-container {
	position: relative;
	margin-right: 0px;
}
.cm_header.header .search-icon-container:before {
	content: "";
	width: 26px;
	height: 25px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/download.svg);
	position: relative;
	top: -2px;
}
.cm_header .search-icon-container svg {
	display: none;
}
.cm_header .nav.megamenu .header__menu--desktop>.header__menu-wrapper>li.two_items>ul>li {
	width: 100% !important;
	border-bottom: 1px solid #00000008;
}
.cm_header .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
	top: 100% !important;
	border-top: 3px solid var(--yellowcolor);
	border-radius: 0px;
	flex-direction: column;
	padding: 0px;
	max-width: 250px;
	transform: none;
	box-shadow: 0 3px 25px 0px rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .10) inset;
	left: 3px;
}
.cm_header .nav.megamenu>nav>ul.header__menu-wrapper .header__menu-item--depth-1:hover ul.header__menu-submenu--level-2 {
	transform: none;
}
.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a {
	font-size: 16.00000000004px;
	transition: all .3s linear;
	text-align: left;
	line-height: 1;
	padding: 15px 10px;
}

@media(min-width:992px){
	.sticky_header .cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>a {
		line-height: 70px;
	} 
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>a {
		line-height: 100px;
	}
}
.sticky_header .cm_header .right-section:before {
	border-left: 1px solid #0000000f;
}
.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	display: inline;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	line-height: 9px;
	content: "-";
	margin-right: 5px;
	position: static;
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	left: 0px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	color: var(--yellowcolor);
}
.cm_header.header .logo-section img {
	display: inline-block;
}

.search-open .cm_header.header .search-icon-container:before {
	padding-top: 5px !important;
	padding-right: 2px !important;
}
.cm_header.header .search-icon-container:before {
	top: 0;
	right:1px;
}

.custom-no-navigation .cm_header .right-section:before {
	content: unset;
} 
.custom-no-navigation .cm_header .primary-section .page-center {
	padding: 9px 15px;
}  

@media (min-width: 992px) {
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a:hover:before {
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		opacity: 1;
	}
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a:hover {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 991px) {
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a:before {
		display: none;
		transform: none;
	}
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a:hover {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cm_header.header .sticky_header_active>.primary-section {
		position: relative;
	}
	.cm_header.header .logo-section {
		line-height: 100px;
		width: 100%;
		padding-left: 47px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cm_header .cst-humburger-icon {
		display: block;
		position: absolute;
		padding: 10px 0 0px  !important;
		top: 35px;
		left: 30px;
		z-index: 99;
		height: 30px;
	}
	.header .search .search-icon-container:after {
		display: none;
	}
	.cm_header .right-section:before {
		display: none;
	}
	.cm_header .search {
		padding-right: 15px;
	}
	.header.cm_header .cst-humburger-icon {
		padding-left: 20px;
	}
	.cm_header.header .cst-humburger-icon .trigger {
		background-color: var(--primarycolor);
		margin: 6px 0 7px 12px;
		transition: 0.3s;
		-webkit-transform-origin: 0.28571rem center;
		transform-origin: 0.28571rem center;
		margin: 0 !important;
		position: relative;
		width: 30px !important;
	}
	.cm_header.header .cst-humburger-icon .trigger:nth-child(2) {
		margin-left: 12px;
		width: 28px;
	}
	header.header .nav {
		display: none;
		height: auto;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 50;
	}
	.cm_header .container-wrapper.mobile-open .top-section.mobile_section {
		display: none;
	}
	header.header .nav .header__menu.header__menu--desktop {
		min-height: unset;
	}
	header.cm_header .nav .header__menu.header__menu--desktop>ul>li>a {
		display: block;
		padding-right: 60px;
		line-height: 1.125;
		padding: 15px 0;
	}
	header.cm_header .nav .header__menu.header__menu--desktop>ul {
		padding: 10px 15px;
		border-top: 3px solid var(--yellowcolor);
		box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
		margin-bottom: 0px;
	}
	header.header .nav .header__menu.header__menu--desktop>ul>li:first-child {
		border-top: none;
	}
	header.header .nav .header__menu.header__menu--desktop ul>li:not(:last-child) {
		border-bottom: 1px solid #3b3f4426;
	}
	header.header .mobile-close-icon {
		display: none;
	}
	.mobile-menu-open .cm_header.header .cst-humburger-icon .trigger:nth-child(2) {
		background: transparent;
	}
	.mobile-menu-open .cm_header.header .cst-humburger-icon .trigger:nth-child(1) {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: 3px;
		width: 30px;
		position: relative;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}
	.mobile-menu-open .cm_header.header .cst-humburger-icon .trigger:nth-child(3) {
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: -1px;
		width: 30px;
		position: relative;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}
	.cm_header.header .cst-humburger-icon .trigger:nth-child(3) {
		top: 7px;
	}
	.cm_header.header .cst-humburger-icon .trigger:nth-child(1) {
		top: -7px;
	}
	.cm_header .nav.megamenu .header__menu--desktop>.header__menu-wrapper  ul {
		transition: none !important;
		height: auto !important;
	}
	header.cm_header .mobile-open .nav {
		max-width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
		right: 0;
	}
	.cm_header .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
		max-width: unset;
		padding-left: 25px;
		border-top: none;
		box-shadow: none;
	}
	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a {
		padding: 15px 15px 15px 0;
	}
	header.cm_header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger:before {
		font-family: "tm-zippco-icons";
		font-style: normal;
		font-weight: normal;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		text-align: center;
		opacity: .8;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		margin-left: 29px;
		margin-top: 5px;
		font-size: 65%;
		-webkit-font-smoothing: antialiased;
		content: '\f107';
	}
	header.header .nav .header__menu.header__menu--desktop>ul>li>.mobile-child-trigger.child-open:before {
		content: '\f106';
		font-size: 65%;
		margin-left: 20px;
		margin-top: 5px;
	}
	header.cm_header .header-search-inner {
		padding: 0 30px;
	}
	.cm_header.header .logo-section img {
		position: relative;
		top: -3px;
	}
	.search-open .cm_header.header .search-icon-container:before {
		padding-top: 5px !important;
		padding-right: 5px !important;
	}

	header.cm_header .mobile-open .nav,
	header.header.cm_header .nav .header__menu.header__menu--desktop {
		overflow: visible;
	}

	.cm_header .nav.megamenu .header__menu--desktop>.header__menu-wrapper>li.two_items>ul>li:not(:last-child) {
		border-bottom: 1px solid rgba(59, 63, 68, 0.15) !important;
	}

	.cm_header .nav.megamenu>nav>ul .header__menu-item--depth-1>ul>li>a {
		line-height: 1.12500;
	}

}

/*******************************************************************  search Icon css ****************************************************/
.search-open .header-search-inner {
	background-color: transparent;
}
header.cm_header .header-search-inner {
	position: absolute;
	min-height: auto;
	top: 100%;
	height: auto;
	max-width: 1170px;
	margin: 0 auto;
	right: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	padding: 0px 15px;
	overflow-y: visible;
}
header.cm_header .header-search-inner .search-suggestion:before {
	text-align: center;
	width: 1px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid;
	content: " ";
	position: absolute;
	right: 18px;
	z-index: 9999;
	top: -5px;
	right: 22px;
	border-bottom-color: var(--primarycolor);
}
header.cm_header .header-search-inner .search-suggestion {
	margin-right: 0;
	max-width: 300px;
	padding: 0px;
	width: 100%;
	border-top: 3px solid var(--primarycolor);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
header.cm_header .hs-search-field__bar {
	padding: 0px;
	display: table;
	height: 100%;
	width: 100%;
}
.header-search-inner .hs-search-field__bar form {
	padding: 8px;
}
.child_theme header.cm_header form input[type=text] {
	height: 40px;
	padding: 9px 15px;
	float: left;
	width: 85%;
	background-color: rgba(11, 169, 167, 0.1);
}
.cm_header button span:before {
	content: "";
	background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/header-search-btn.svg);
	width: 26px;
	height: 25px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	width: 75%;
	height: 75%;
	filter: brightness(0) invert(1);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.cm_header .header-search-inner .hs-search-field__bar button svg {
	display: none;
}
.cm_header .header-search-inner .hs-search-field__bar form button {
	position: relative;
	float: right;
	background: var(--primarycolor);
	width: 15%;
	right: 0;
	bottom: 0;
	height: 40px;
}
.cm_header .header-search-inner .hs-search-field__bar form {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	position: relative;
}
.cm_header .header-search-inner .header-search-close {
	display: none;
}
.search-open .cm_header.header .search-icon-container:before {
	content: '\e82e';
	text-align: center;
	font-family: "tm-zippco-icons";
	background-image: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 5px;
	font-weight: 600;
	padding-top: 5px;
}
.search-open .cm_header.header .search-icon-container:hover:before {
	color: var(--yellowcolor);
}
/* rucss ends */
/* ajcss starts */
.cm-blog-listing .page-center.full_width {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-top: 45px;
	padding-bottom: 53px;
}
.cm-blog-listing  .blog-wit-sidbr .blog-index__post-inner-card {
	box-shadow: 5px 5px 12px 0 rgba(32, 46, 60, 0.5);
}
.cm-blog-listing .blog-wit-sidbr h4.list-post-title {
	margin-bottom: 0;
	margin-top: 0;
	color: var(--primarycolor);
	line-height: 25px;
	min-height: 4.2em;
	display: block;
	font-family: var(--AtlasGrotesk-Medium);
	font-size: 18px;
}
.cm-blog-listing .blog-wit-sidbr .post-btm {
	padding: 22px 30px 0;
}
.blog-wit-sidbr .blog-index__post-image .feature_img {
	position: unset;
}
.blog-wit-sidbr .blog-index__post-image.hs-featured-wrp {
	padding-bottom: 0;
}
.cm-blog-listing .blog-wit-sidbr h4.list-post-title a {
	color: var(--primarycolor);
}
.cm-blog-listing  .blog-wit-sidbr .smallCard .icon_svg {
	margin-right: 0;
}
.cm-blog-listing .blog-wit-sidbr span.icon_svg:before {
	content: "\f073";
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 12px;
	padding-right: 3px;
}
span.item-date {
	padding: 3px 3px 3px 0;
	display: inline-block;
}
.cm-blog-listing .blog-wit-sidbr h4.list-post-title a {
	color: var(--primarycolor);
	/* line-height: 25px;
	*/
}
.cm-blog-listing .blog-wit-sidbr span.icon_svg svg {
	display: none;
}
.cm-blog-listing .blog-wit-sidbr .meta_wrap {
	margin-bottom: 0;
}
.cm-blog-listing .sidebar .blog-index .blog-index__post .blog-index__post-inner-card.custom {
	transition: 0.5s;
}
.cm-blog-listing .sidebar .blog-index .blog-index__post:hover .blog-index__post-inner-card.custom {
	transform: translateY(-10px);
}
.cm-blog-listing span.value_m {
	font-size: 12px;
	line-height: 25px;
}
.cm-blog-listing .feature_img img {
	width: 100%;
	height: 100%;
}
@media(max-width: 1200px) {
	.cm-blog-listing .page-center.full_width {
		padding-top: 14px;
		margin-top: 17px;
	}
}
/* ajcss ends */
/* sncss starts */
.two-col-content.cm_two_col_cover .page-center {
	position: static;
}
.two-col-content.cm_two_col_cover .parallax_inner {
	position: static !important;
}
.two-col-content.cm_two_col_cover .parallax_inner .single_parallax {
	position: static;
	padding-bottom: 0;
}
.two-col-content.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
	width: 46%;
	left: auto;
	background-position: left bottom;
	margin-right: 0;
}
@media only screen and (min-width: 1801px) {
	.two-col-content.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
		margin-right: -6.55%;
	}
}
.two-col-content.cm_two_col_cover .content-col .description h2 {
	margin-bottom: 46px;
}
.two-col-content.cm_two_col_cover .content-col .description {
	font-family: var(--AtlasGrotesk-Medium);
	margin: 0;
}
.two-col-content.cmtwocol .top_sec {
	text-align: left;
	padding: 0 15px;
	margin-bottom: 35px;
}
.two-col-content.cmtwocol .content-col .description {
	margin-bottom: 0;
	padding-right: 4%;
}
.two-col-content.cmtwocol  .content_box {
	margin: 0;
	padding-right: 4%;
}
.two-col-content.cmtwocol .content-col .description strong {
	font-family: var(--AtlasGrotesk-Bold);
	font-weight: normal;
}
.two-col-content.cmtwocol .content-col .description a:not(:hover, :focus) {
	text-decoration: underline;
}
.two-col-content.cmtwocol h5 {
	font-weight: 400;
	font-size: 25px;
	color: var(--yellowcolor);
	margin: -2px 0 33px;
	font-family: var(--FSIndustrieNw-Bold);
}
.two-col-content.cmtwocol .mediaimg .single-img img {
	width: auto;
	margin-bottom: 35px;
}
.two-col-content.cmtwocol .mediaimg .single-img {
	text-align: right;
	margin-bottom: 0;
}
.simple-banner.cm-banner p {
	font-family: var(--AtlasGrotesk-Medium);
	font-size: 20px;
	max-width: 29em;
	padding-top: 24px;
	line-height: 1.25;
}
.simple-banner.cm-banner:has(p) h1 {
	margin-top: -20px;
}
.two-col-content.features_included.cm_two_col_cover .content-col .description h2 {
	margin-bottom: 30px;
	margin-top: 9px;
}
.two-col-content.features_included.cm_two_col_cover .content-col .description {
	font-family: var(--AtlasGrotesk-Regular);
	line-height: 1.85;
	margin-bottom: 40px;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper {
	width: auto;
	margin: 0 -15px;
	padding: 14px 0 0;
	gap: 43px 0;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp {
	flex: unset;
	max-width: 100%;
	padding: 0 15px;
	width: 51.9%;
	margin-bottom: 0;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp .featimgwrap {
	height: 60px;
	width: 60px;
	max-width: 100%;
	line-height: 2.85em;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	border: 2px solid transparent;
	margin-bottom: 17px;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp .featimgwrap img {
	width: 55px;
	height: 45px;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp .feat-title {
	font-family: var(--AtlasGrotesk-Medium);
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 30px;
}
.two-col-content.features_included.cm_two_col_cover .content-col .description a {
	color: var(--primarycolor);
	text-decoration: underline;
}
.two-col-content.features_included.cm_two_col_cover .content-col .cont-inner > .description p {
	max-width: 84%;
}
.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp:nth-child(even) {
	width: 48.1%;
}
.two-col-content.features_included.cm_two_col_cover .content-col .featimggrp .description {
	margin-bottom: 0;
}
.two-col-content.features_included.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
	background-position: center;
}
.two-col-content.cmwhysection .content-col .description {
	margin-bottom: 35px;
	font-family: var(--AtlasGrotesk-Medium);
}
.two-col-content.cmwhysection  .content_box {
	margin-top: 0;
	padding-left: 25px;
	padding-right: 58px;
}
.two-col-content.cmwhysection  .text_block img {
	margin-top: -8px;
	margin-left: 2px;
}
.two-col-content.cmwhysection .text_block h2 {
	font-size: 30px;
	margin-top: 24px;
	margin-bottom: -2px;
}
.two-col-content.cmwhysection .text_block ul {
	margin: 16px 0 0;
	list-style: none;
	padding: 0;
}
.two-col-content.cmwhysection .text_block ul li {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 21px;
	padding-bottom: 1px;
}
.two-col-content.cmwhysection .text_block ul p {
	font-family: var(--AtlasGrotesk-Medium);
}
.two-col-content.cmwhysection .btn_row {
	gap: 15px 62px;
}
.two-col-content.cmwhysection .btn_row a {
	width: 100%;
	line-height: 1.25;
	color: var(--whitecolor);
	font-size: 17px;
}
.two-col-content.cmwhysection .btn_row > .btn_item {
	width: calc(50% - 40px);
}
@media(max-width: 1680px) and (min-width:1400px) {
	.two-col-content.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
		margin-right: -9.3%;
	}
}
@media(max-width: 1200px) {
	.two-col-content.cmtwocol h5 {
		margin-bottom: 53px;
	}
	.two-col-content.features_included.cm_two_col_cover .content-col, 
	.two-col-content.features_included.cm_two_col_cover .media_column {
		width: 100%;
	}
	.two-col-content.features_included.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
		width: 100%;
		position: static;
		min-height: auto;
		padding-bottom: 75%;
	}
	.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp {
		width: 50%;
	}
}
@media(max-width: 991px) {
	.child_theme .tabber .media-col .form-wrap .hs-input, 
	.child_theme form input[type=email], 
	.child_theme form input[type=file], 
	.child_theme form input[type=number], 
	.child_theme form input[type=password], 
	.child_theme form input[type=search], 
	.child_theme form input[type=tel], 
	.child_theme form input[type=text], 
	.child_theme form select, 
	.child_theme form textarea {
		padding: 15px;
		font-size: 14px;
	}
	.child_theme form {
		padding: 40px 15px 15px;
	}
	.child_theme .widget-type-form h3.form-title {
		padding: 25px 15px 0;
		margin: 0;
	}
	.hs-error-msg {
		font-size: 13px;
	}
	.cm-contact-detail .flex_row .cnt-detail-item {
		width: 100%;
	}
	header.cm_header .header-search-inner .search-suggestion {
		margin-right: 15px; 
	}

	header.cm_header .header-search-inner .search-suggestion:before {
		right: 37px;
	}

	.cm_header.header .search-icon-container:before {
		top: -2px;
		right: 0px;
	}

	header.cm_header .header-search-inner {
		padding-left: 30px;
	}

}
@media(max-width: 767px) {
	.two-col-content.cm_two_col_cover .content-col .description h3, 
	.two-col-content.cmtwocol .content-col .description h3, 
	.two-col-content.features_included.cm_two_col_cover .content-col .description h2 {
		font-size: 24.0px;
		line-height: 1.25;
	}
	.two-col-content.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
		position: static;
		width: 100%;
		min-height: 350px;
	}
	.page-center {
		padding: 0 15px;
	}
	.two-col-content.cm_two_col_cover .flex_row {
		row-gap: 80px;
	}
	.cm-test-slider .text_box blockquote {
		padding: 0;
	}
	.cm-test-slider .theme_center .text_box {
		margin-bottom: 27px;
	}
	.cm-test-slider.testimonials_sliderv2 .theme_center ul {
		bottom: 9px;
		top: auto;
		transform: rotate(-90deg) translateY(-50%);
		right: auto;
		left: 50%;
	}
	.cm-test-slider .left_inner {
		margin: 12px 0;
	}
	.two-col-content.cmtwocol .mediaimg .single-img {
		text-align: left;
	}
	.two-col-content.cm-bottom-form .content-col .form_wrap h2 {
		margin-bottom: 17px;
	}
	.cm-bottom-form .page-center {
		padding-left: 0;
		padding-right: 0;
	}
	.two-col-content.cmtwocol .flex_row {
		row-gap: 20px;
	}
	.two-col-content.cm-bottom-form {
		margin: 0 -20px;
	}
	.cm-bottom-form input.hs-button.primary.large {
		padding: 12px 30px;
		white-space: nowrap;
		padding-left: 13px;
	}
	.two-col-content.cm-bottom-form .hs_submit.hs-submit {
		width: 32%;
		right: 0;
	}
	.cm-bottom-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
		width: 68%;
	}
	.two-col-content.cmwhysection .page-center {
		padding-left: 15px;
		padding-right: 15px;
	}
	.two-col-content.cmwhysection .content_box {
		padding: 0;
	}
	.two-col-content.cmwhysection .btn_row {
		gap: 10px;
	}
	.two-col-content.cmwhysection .btn_row>.btn_item {
		width: auto;
	}
	.two-col-content.features_included.cm_two_col_cover .content-col .cont-inner>.description p {
		max-width: 100%;
	}
	.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp {
		width: 100% !important;
		text-align: center;
	}
	.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp .featimgwrap {
		margin: 3px auto 15px;
		width: 100%;
		text-align: center;
	}
	.two-col-content.features_included.cm_two_col_cover .feature-wrapper .featimggrp .feat-title {
		font-size: 18px;
	}
	.two-col-content.features_included.cm_two_col_cover .flex_row {
		row-gap: 0;
	}
	.two-col-content.cmwhysection .flex_row {
		row-gap: 60px;
	}
	.two-col-content.cmwhysection .text_block h2 {
		margin-top: 20px;
	}
	.two-col-content.cmwhysection .text_block ul {
		margin-top: 10px;
	}
	.two-col-content.cm-bottom-form form {
		max-width: 100%;
	}
	.cm-test-slider.testimonials_sliderv2  .noImage .left_col {
		padding: 0;
	}
	.two-col-content.cmwhysection .flex_row .description ul li {
		font-size: 13px;
	}
	.simple-banner.cm-banner p {
		font-size: 18px;
	}
}
.cm-banner .top_sec h1 {
	word-break: normal;
}
.cm-bottom-form .actions:hover:after {
	filter: none;
}
@media (max-width:767px),(max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	fieldset .input {
		margin-right: 0 !important;
	}
}
@media(max-width: 479px) {
	.cm-card-slider  .splide__arrows {
		display: block !important;
	}
}
.child_theme .cm-get-quote form h5 {
	margin-bottom: 45px;
}
.cm-bottom-image .flex_row .tp-img-cnt-inner a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.cm-bottom-image .flex_row .tp-img-cnt-inner a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #0e1032;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	background-color: var(--primarycolor);
}
.cm-bottom-image .flex_row .inner_spacing:hover  .tp-img-cnt-inner a:after {
	background: #000;
}
.cm-bottom-image .flex_row .inner_spacing:hover .tp-img-cnt-inner a {
	color: #000;
}
.cm-bottom-image .flex_row .inner_spacing:hover  .tp-img-cnt {
	background-color: rgba(255, 181, 2, 0.93);
}
.cm-bottom-image .flex_row .inner_spacing .tp-img-cnt {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.cm-bottom-image .flex_row .inner_spacing:hover .icon img {
	filter: brightness(0) invert(1);
}
.cm-bottom-image .flex_row .inner_spacing .icon img {
	-moz-transition: filter .4s ease-in-out;
	-o-transition: filter .4s ease-in-out;
	-webkit-transition: filter .4s ease-in-out;
	transition: filter .4s ease-in-out;
}
.cm-blog-listing span.item-date {
	padding: 5px 3px 3px 0;
	margin-bottom: 27px;
	display: flex;
	gap: 3px;
}
.cnt-wit-tp-img-wrp-v2.cm-bottom-image .tp-img-cnt-inner p:first-child {
	min-height: calc(8.5em + 18px);
}
.cnt-wit-tp-img-wrp-v2.cm-bottom-image .tp-img-cnt-inner p:first-child {
	margin-bottom: 0 !important;
}
.cm-test-slider .theme_center .text_box > p {
	margin-bottom: 17px;
}
.cm-test-slider .theme_center .text_box blockquote p {
	padding-top: 19px;
}
.simple-banner.cm-banner-home {
	height: 54vw;
	max-height: 730px;
	position: relative;
	padding: 0;
	justify-content: flex-end;
	min-height: auto;
}
.simple-banner.cm-banner-home .top_sec h1 {
	line-height: calc(65 / 60);
}
.simple-banner.cm-banner-home .btn_row {
	padding: 11% 15px;
	margin-top: 33px;
}
.simple-banner.cm-banner-home .page-center {
	position: static;
}
.simple-banner.cm-banner-home .btn_row .hs-sec-btn {
	padding: .7em 1.23em .88em 1.29em;
	font-family: var(--AtlasGrotesk-Regular);
	font-size: 17px;
	line-height: 1;
	font-weight: 400;
}
.simple-banner.cm-banner-home .btn_item {
	position: relative;
	top: -4px;
}
@media(max-width: 1199px) {
	.simple-banner.cm-banner-home .top_sec h1 {
		font-size: 4.7vw;
	}
	.simple-banner.cm-banner-home .btn_row {
		margin-top: 0;
	}
	.two-col-content.features_included.cmhometwocol .parallax_inner .single_parallax .para_imge {
		margin-top: 40px;
	}
}
@media(max-width: 1024px) {
	.simple-banner.cm-banner-home {
		height: 74vw;
		justify-content: center;
	}
	.simple-banner.cm-banner-home .btn_row {
		padding: 0;
		margin-top: 30px;
	}
	.simple-banner.cm-banner-home .btn_row .hs-sec-btn {
		font-size: 13px;
	}
}
.two-col-content.features_included.cmhometwocol .content-col .description h2 {
	margin-top: 0;
}
.two-col-content.features_included.cmhometwocol .feat-title {
	margin-top: 15px;
}
.two-col-content.features_included.cmhometwocol .flex_row.full_img {
	row-gap: 0;
}
.two-col-content.features_included.cmhometwocol .content-col .cont-inner .featimggrp {
	margin-bottom: 0 !important;
}
.two-col-content.features_included.cmhometwocol .content-col .cont-inner .feature-wrapper {
	row-gap: 21px !important;
}
@media(max-width: 991px) {
	.cnt-wit-tp-img-wrp-v2  .flex-row {
		row-gap: 0;
		justify-content: flex-start;
	}
	.child_theme header.cm_header form input[type=text] {
		padding-left: 10px;
	}
}
@media(max-width: 767px) {
	.two-col-content.features_included.cm_two_col_cover.cm-two-col .parallax_inner .single_parallax .para_imge {
		padding-bottom: 0;
		background: none !important;
	}
	.two-col-content.features_included.cmhometwocol .content-col .cont-inner .feature-wrapper {
		padding-top: 18px;
		row-gap: 18px !important;
	}
	.two-col-content.features_included.cmhometwocol .feature-wrapper .featimggrp .feat-title {
		margin-top: 14px;
	}
	.two-col-content.features_included.cmhometwocol .media_column {
		margin-top: 35px;
	}
	.two-col-content.cm-bottom-form .content-col .form_wrap h2 {
		font-size: 24px;
	}
	.testimonials_sliderv2.cm-test-slider .bottom_row {
		padding: 0 15px;
	}
	.card_gallery.cm-card-slider .top_content p {
		line-height: 2;
	}
	.card_gallery.cm-card-slider .page-center h2.title {
		line-height: 1;
		margin-bottom: 24px;
		margin-top: 2px;
	}
	.card_gallery.cm-card-slider .top_content {
		margin-bottom: 0;
	}
	.card_gallery.cm-card-slider .theme_center .top_sec.noButton {
		margin-bottom: 14px;
	}
	.card_gallery.cm-card-slider .card_box h3.it_title {
		font-size: 18px;
		line-height: 1.5;
	}
}
.cm_blog_listingV3.cm-blogList {
	margin-bottom: 0; 
}
.cm_blog_listingV3.cm-blogList.blog-wit-sidbr section.blog-index {
	margin-bottom: 0;
}
.cm_blog_listingV3.cm-blogList .blog-index .blog-index__post-inner-card > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.cm_blog_listingV3.cm-blogList  .blog-index .blog-index__post-inner-card:hover .list-post-title a {
	color: var(--yellowcolor);
}
@media(max-width: 991px) {
	.cm-blog-listing .blog-wit-sidbr .post-btm {
		padding: 22px 20px 0 25px;
	}
	.cm_footer .back_to_top svg {
		margin-top: 0;
	}
}
@media(max-width: 767px) {
	.cm-blog-listing .page-center.full_width {
		padding-bottom: 0;
		margin-bottom: 21px;
	}
	.two-col-content.features_included.cm_two_col_cover .parallax_inner .single_parallax .para_imge {
		padding-bottom: 0;
		background: none !important;
	}
	.two-col-content.features_included.cm_two_col_cover .flex_row {
		row-gap: 40px;
	}
}
.hs-input.invalid.error {
	border: 1px solid #e80000;
}
.request-a-callback-popup fieldset.form-columns-1 .input,
.request-a-callback-popup fieldset.form-columns-2 .input{
	margin-right: 0;
}
@media(min-width: 768px) {
	.request-a-callback-popup  fieldset.form-columns-2 {
		display: flex;
		gap: 4%;
	}
}


.cm_404_page{
	background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/404-page-bg.jpg);
	background-color: #0b0c26;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.cm_404_page .fa-thumbs-o-down:before {
	color: var(--yellowcolor);
	font-size: 150px;
}
.cm_404_page .content-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}

.cm_404_page  .custom-404-page .error-page {
	padding: 150px 0 150px 0;
} 
.cm_404_page h1 { 
	font-size:95px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 24px;
	text-align: center;
	color: var(--whitecolor);
	margin-top: 40px;
}
.cm_404_page .cst-content-wrapper p {
	font-size: 18px;
	margin-bottom: 30px;
	color: var(--white-light-color);
	text-align: center;
	line-height: 1.38888888889;
}
.cm_404_page  .hs-search-field {
	position: relative;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}

.cm_404_page  .hs-search-field__bar {
	padding: 0px;
	margin-bottom: 0px;
}
.child_theme  .cm_404_page  form input[type=text] {
	width: 100%;
	color: #000;
	border-radius: 0;
	border: none;
	font-size: 14px;
	padding: 9px 15px !important;
	font-weight: 400;
	outline: none;
	height: auto;
	border: 2px solid var(--whitecolor);
	vertical-align: inherit;
	line-height: 1.78571428571;
}
.child_theme   .cm_404_page form {
	padding: 0px;
} 
.cm_404_page .hs-search-field button{
	opacity: 0.7;
	right: 14px;
}

.error_page_search .hs-search-field__bar button svg {
	height: 16px;
	min-height: auto;
	min-width: auto;
	margin-top: 2px;
	margin-left: 2px;
}

.footer_partial_wrapper .row-fluid [class*=span] {
	min-height: auto;
}


.cm_search_result_page .content-wrapper{
	padding-left: 15px;
	padding-right: 15px;
}
.cm_search_result_page .hs-search-field__bar {
	max-width: 1170px;
	width: 100%;
	padding: 0px;
}
.child_theme .page_search form{
	padding-top: 29px;
	padding-bottom: 26px;
	display: flex;
	padding-left:25px;
	padding-right:25px;

}
.child_theme .cm_search_result_page .systems-page .page_search form label {
	display: inline;
	order: 1;
	max-width: 22%;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 0px;
}
.cm_search_result_page  .page_search .hs-search-field button{
	position: static;
	order: 2;
} 

.child_theme .page_search form input[type=text]{
	margin-left: 3px;

	order:3;
	padding: 14px 15px;
	border-bottom: none;
	height: 52px;
}
.cm_search_result_page .systems-page {
	padding-top: 82px;
}
.cm_search_result_page .page_search form:before {
	top: 0;
	background: none;
	border: unset;
	left: -5px;
	content: "";
	background-image: url(//9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/Cabsurance_December2024/images/download.svg);
	width: 72px;
	height: 53px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	background-size: 80%;
	filter: brightness(0) invert(1);
	order:2;
	margin-left: 6px;
}


.cm_search_result_page  .hs-search-results__featured-image-wrapper {
	width: 30%;
}
.cm_search_result_page .hs-search-results__content{
	width:70%;
}



.cm_search_result_page .hs-search-results__content:only-child {
	width: 100%;
	padding-left: 0;
}
.cm_search_result_page li.hs-search-results__listing__item {
	display: flex;
}
.cm_search_result_page li.hs-search-results__listing__item:not(:last-child) {
	padding-bottom: 20px;
} 
.cm_search_result_page .hs-search-results__content {
	padding-left: 20px;
}

.cm_search_result_page hnan.hs-search-results__title:hover {
	color: #ffb502;
}

@media (max-width: 1200px){
	.cm_search_result_page .systems-page{
		padding-top: 28px;
	}
}
@media (max-width: 756px){
	.child_theme .cm_search_result_page .systems-page form label{
		max-width: 100%;
	}
}
@media (max-width: 440px){
	.child_theme .page_search form{
		display: inline-block;
	}
	.child_theme .cm_search_result_page .page_search  form input[type=text] {
		margin-left: 48px;
		order: 3;
		padding: 14px 15px;
		border-bottom: none;
		height: 52px;
		width: -webkit-fill-available;
	}
	.cm_search_result_page .page_search form:before{
		top: 80px;
		position: absolute;
		width: 51px;
	}
}

.cm_search_result_page .hs-search-results__listing {
	display: grid;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0
}

.cm_search_result_page .hs-search-results__listing__item {
	display: flex;
	margin: 0;
	padding: 0
}

.cm_search_result_page .hs-search-results__link,
.cm_search_result_page .hs-search-results__link:hover {
	text-decoration: none
}

.cm_search_result_page .hs-search-highlight {
	font-weight: 700
}

.cm_search_result_page .hs-search-results__pagination {
	align-items: center;
	display: flex;
	justify-content: center
}

.cm_search_result_page .hs-search-results__pagination__link {
	align-items: center;
	display: flex;
	margin: 0 .35rem
}

.cm_search_result_page .hs-search-results__pagination__link,.hs-search-results__pagination__link:active,
.cm_search_result_page .hs-search-results__pagination__link:focus,
.cm_search_result_page .hs-search-results__pagination__link:hover {
	text-decoration: none
}

.cm_search_result_page .hs-search-results__pagination__link-icon {
	display: flex;
	height: 16px;
	justify-content: center;
	width: 16px
}

.cm_search_result_page .hs-search-results__pagination__link-icon svg {
	fill: currentColor
}

.cm_search_result_page .hs-search-results__pagination__link--first,
.cm_search_result_page .hs-search-results__pagination__link--prev {
	margin-right: .7rem
}

.cm_search_result_page .hs-search-results__pagination__link--first {
	margin-left: 0
}

.cm_search_result_page .hs-search-results__pagination__link--first .hs-search-results__pagination__link-icon,
.cm_search_result_page .hs-search-results__pagination__link--prev .hs-search-results__pagination__link-icon {
	margin-right: .35rem
}

.cm_search_result_page .hs-search-results__pagination__link--number {
	padding: .35rem .7rem
}

.cm_search_result_page .hs-search-results__pagination__link--last,
.cm_search_result_page .hs-search-results__pagination__link--next {
	margin-left: .7rem
}

.cm_search_result_page .hs-search-results__pagination__link--last {
	margin-right: 0
}

.cm_search_result_page .hs-search-results__pagination__link--last .hs-search-results__pagination__link-icon,
.cm_search_result_page .hs-search-results__pagination__link--next .hs-search-results__pagination__link-icon {
	margin-left: .35rem
}

.cm_search_result_page .hs-search-results__pagination__link--active {
	border-style: solid;
	border-width: 1px
}

.cm_search_result_page .hs-search-results__featured-image-wrapper {
	flex-basis: 33.3333%;
	flex-shrink: 0;
	margin-right: 1.25rem;
	min-width: 33.3333%
}

.cm_search_result_page .hs-search-results__featured-image {
	height: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.cm_search_result_page .hs-search-results__featured-image--empty {
	align-items: center;
	background-color: #d7d7d7;
	display: flex;
	height: 191px;
	justify-content: center;
	margin-right: 1.25rem;
	min-width: 255px;
	width: 255px
}

.cm_search_result_page .hs-search-results__featured-image--empty p {
	margin: 0;
	padding: 0
}

@media (max-width: 767px) {
	.cm_search_result_page .hs-search-results__listing li {
		flex-flow:row wrap
	}

	.cm_search_result_page .hs-search-results__featured-image-wrapper {
		flex-basis: 100%;
		margin-right: 0;
		max-width: 100%
	}

	.cm_search_result_page .hs-search-results__featured-image--empty {
		height: auto;
		margin-right: 0;
		min-width: 100%;
		width: 100%
	}
}

.cm_search_result_page  .show-for-sr {
	border: 0!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	clip: rect(0,0,0,0)!important;
	white-space: nowrap!important
}

@media (max-width: 767px) {
	.cm_search_result_page  .show-for-sr--mobile {
		border:0!important;
		height: 1px!important;
		overflow: hidden!important;
		padding: 0!important;
		position: absolute!important;
		width: 1px!important;
		clip: rect(0,0,0,0)!important;
		white-space: nowrap!important
	}
}

.cm_search_result_page  .page_search {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.cm_search_result_page .hs-search-results__content {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.cm_search_result_page li.hs-search-results__listing__item:not(:last-child) {
		padding-bottom: 0;
	}

	.child_theme .cm_search_result_page  .hs-search-results__pagination {
		margin: 40px 0;
	}
}


.search_page_bp{
	padding-bottom : 70px;
	padding-left : 10%;
	padding-right : 10%;
	padding-top : 90px;
}

@media(max-width:767px){
	.search_page_bp{
		padding-bottom : 1em;
		padding-left : 10%;
		padding-right : 10%;
		padding-top : 3em;
	}
}

.cm_footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
	display: inline-block;
}

.search-open .cm_header.header .search-icon-container:before {
	top: -6px;
}

.cm_search_result_page .hs-search-results__pagination {
	gap: 10px;
}

.popup_modal {
	background-color: rgba(23, 37, 45, 0.6);
}

.popup_modal .popup_modal_box { 
	max-width: 750px;
	width: 90%;
	border-radius: 0;
}

.popup_modal .form__box {
	padding: 0;
}

.popup_modal .form-title:empty {
	display: none;
}

.popup_modal .form__box .hs-richtext h3 {
	font-size: 40px;
	text-transform: uppercase;
	color: var(--whitecolor);
	padding: 0;
	margin-bottom: 15px;
	line-height: 0.875;
}

.popup_modal .form__box form {
	padding: 45px;
}

.popup_modal .form__box fieldset.form-columns-1 .input,
.popup_modal .form__box fieldset.form-columns-2 .input{
	margin-right: 0;
}
@media(min-width: 768px) {
	.popup_modal .form__box  fieldset.form-columns-2 {
		display: flex;
		gap: 4%;
	}
}

.popup_modal .form__box fieldset.form-columns-1 input:not([type="radio"]):not([type="checkbox"]) {
	width:100% !important;
}

.child_theme .hs-fieldtype-textarea.hs-input {
	width: 100% !important;
}

.popup_modal .popup_modal_inner > .closeIcon {
	display: none;
}

.popup_modal .popup_modal_inner .closeIcon.newSvg {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: var(--whitecolor);
	border-radius: 100%;
	padding: 4px;
	width: 18px;
	height: 18px;
	display: block;
	box-sizing: content-box;
}

.popup_modal .popup_modal_inner {
	overflow: auto;
}

.popup_modal .popup_modal_box {
	overflow: visible;
}

.popup_modal .popup_modal_inner .closeIcon.newSvg svg {
	display: block;
}

.popup_modal .closeIcon svg path {
	fill: rgb(59, 122, 190);
}
.popup_modal .popup_modal_inner {
	padding-left: 0;
	padding-right: 0;
}

.child_theme textarea.hs-input {
  min-height: 200px;
}

@media(max-width:767px){

	.popup_modal .form__box form {
		padding: 20px;
	}

	.popup_modal .form__box  .hs-form-field {
		width: 100% !important;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.popup_modal .form__box fieldset .input input,
	.popup_modal .form__box fieldset textarea{
		font-size: 12.99999999998px;
		padding: 5px 10px;
	}

	.popup_modal .form__box  .hs-form-field > label {
		margin: 0;
	}


  .child_theme textarea.hs-input {
		min-height: 100px;
	}

	.popup_modal .form__box .hs-richtext h3 {
		font-size: 28px;
		margin-bottom: 5px;
		line-height: 1.25;
	}

	.popup_modal .form__box .hs-richtext p {
		font-size: 12.99999999998px;
		margin-bottom: 5px;
		line-height: 1.92307692308;
	}

	.popup_modal .form__box .hs-richtext {
		margin-bottom: 0;
	}
}


.child_theme .hs_service .widget-type-form form.hs-form.stacked {
	background: transparent;
	padding: 0;
	color: inherit;
}

.child_theme .hs_service .hs-search-field__bar>form {
	padding-top: 0;
	margin-bottom: 0;
}

.systems-page .widget-type-email_simple_subscription *, 
.systems-page .widget-type-email_subscriptions *,
.systems-page .hs_cos_wrapper_type_member_login *, 
.systems-page .hs_cos_wrapper_type_member_register *,
.systems-page .hs_cos_wrapper_type_password_reset_request *, 
.systems-page .hs_cos_wrapper_type_password_reset *,
.systems-page .hs_cos_wrapper_type_password_prompt * {
	color: var(--whitecolor);
}


.systems-page .widget-type-email_subscriptions form#email-prefs-form,
.systems-page .widget-type-email_simple_subscription form, 
.systems-page .widget-type-email_subscriptions form,
.systems-page .hs_cos_wrapper_type_member_login form, 
.systems-page .hs_cos_wrapper_type_member_register form,
.systems-page .hs_cos_wrapper_type_password_reset_request form,
.systems-page .hs_cos_wrapper_type_password_reset form,
.systems-page .hs_cos_wrapper_type_password_prompt form{
	padding: 0;
}

.contact-banner form.hs-form {
	background: transparent;
	padding: 0;
	color: inherit;
}

@media(min-width:992px){
	.custom-no-navigation .container-wrapper {
		-webkit-transition: all .15s linear;
		-moz-transition: all .15s linear;
		-o-transition: all .15s linear;
		transition: all .15s linear;
	}

	.custom-no-navigation .cm_header.sticky_header_active_wrap .container-wrapper {
		min-height: 52px;
	}
}

.hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container li span {
  font-family: var(--AtlasGrotesk-Bold);
  font-weight: normal;
  margin-bottom: 5px;
}

@media(max-width:991px){
	.custom-no-navigation .cm_header.header .logo-section {
		padding-left: 5px;
    line-height: 82px;
  }

  .custom-no-navigation .container-wrapper {
    min-height: 0px;
  }

  .hs-form .hs-fieldtype-radio.hs_timing ul.inputs-list.multi-container li span {
    font-size: 13px;
  }

}

/* sncss ends */

.fn-date-picker td:not(.is-selected) .pika-button:not(:hover) {
  color: #666 !important;
}
.fn-date-picker .pika-label {
  color: #333 !important;
}