
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
/* font-family: 'Inter', sans-serif; */

html {
	font-size: 18px;
}

body{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.944rem; /* 35px */
	color: #6B6E8D;
	background: #ffffff;
	position: relative;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

p a:hover {
	color: #FFCC00;
}

ol,
ul {
	margin-bottom: 1.111rem; /* 20px */
}

ol ul,
ol ol,
ul ol,
ul ul {
	margin-top: 0.556rem; /* 10px */
	margin-bottom: 0.556rem; /* 10px */
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol li a,
ul li a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

ol li a:hover,
ul li a:hover {
	color: #FFCC00;
}

.container-fluid,
.container {
	padding-left: 0.833rem; /* 15px */
	padding-right: 0.833rem; /* 15px */
}

.row {
	margin-left: -0.833rem; /* -15px */
	margin-right: -0.833rem; /* -15px */
}

.row > * {
	padding-left: 0.833rem; /* 15px */
	padding-right: 0.833rem; /* 15px */
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-3C4169 {
	color: #3C4169 !important;
}

.bg-3C4169 {
	background: #3C4169 !important;
}

.text-292D49 {
	color: #292D49 !important;
}

.bg-292D49 {
	background: #292D49 !important;
}

.text-6B6E8D {
	color: #6B6E8D !important;
}

.bg-6B6E8D {
	background: #6B6E8D !important;
}

.text-FFCC00 {
	color: #FFCC00 !important;
}

.bg-FFCC00 {
	background: #FFCC00 !important;
}

.text-FAFAFA {
	color: #FAFAFA !important;
}

.bg-FAFAFA {
	background: #FAFAFA !important;
}

.text-F9F8F9 {
	color: #F9F8F9 !important;
}

.bg-F9F8F9 {
	background: #F9F8F9 !important;
}

.text-9D5F91 {
	color: #9D5F91 !important;
}

.bg-9D5F91 {
	background: #9D5F91 !important;
}

.text-707070 {
	color: #707070 !important;
}

.bg-707070 {
	background: #707070 !important;
}

.text-797B8B {
	color: #797B8B !important;
}

.bg-797B8B {
	background: #797B8B !important;
}

.text-F8F9FA {
	color: #F8F9FA !important;
}

.bg-F8F9FA {
	background: #F8F9FA !important;
}

.text-F0EBF4 {
	color: #F0EBF4 !important;
}

.bg-F0EBF4 {
	background: #F0EBF4 !important;
}

.text-E4E5E9 {
	color: #E4E5E9 !important;
}

.bg-E4E5E9 {
	background: #E4E5E9 !important;
}

.text-FCEAD7 {
	color: #FCEAD7 !important;
}

.bg-FCEAD7 {
	background: #FCEAD7 !important;
}

.paragraph-small {
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
}

.paragraph-large {
	font-size: 1.389rem; /* 25px */
	line-height: 2.222rem; /* 40px */
}

.fix-width-535 {
	max-width: 29.722rem;
	width: 100%;
}

.fix-width-585 {
	max-width: 32.5rem;
	width: 100%;
}

.fix-width-800 {
	max-width: 44.444rem;
	width: 100%;
}

.fix-width-870 {
	max-width: 48.333rem;
	width: 100%;
}

.fix-width-880 {
	max-width: 48.889rem;
	width: 100%;
}

.fix-width-1030 {
	max-width: 57.222rem;
	width: 100%;
}

.fix-width-1120 {
	max-width: 62.222rem;
	width: 100%;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-500 {
	font-weight: 500 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.border-E4E5E9 {
	border: solid 0.044rem #e4e5e9 !important;
}

/* sub-title */
.sub-title {
	display: inline-block !important;
	font-weight: 500 !important;
	font-size: 1.389rem !important; /* 25px */
	line-height: 1.667rem !important; /* 30px */
	color: #3C4169 !important;
	margin-bottom: 1.667rem !important; /* 30px */
	background: #F0EBF4 !important;
	padding: 0.333rem 0.667rem !important; /* 6px 12px */
	border-radius: 0.278rem !important; /* 5px */
	-webkit-border-radius: 0.278rem !important;
	-moz-border-radius: 0.278rem !important;
	-ms-border-radius: 0.278rem !important;
	-o-border-radius: 0.278rem !important;
	-webkit-border-radius: 0.278rem !important;
}
/* sub-title */

/* main-title */
.main-title {
	font-weight: 600;
	font-size: 2.778rem; /* 50px */
	line-height: 3.333rem; /* 60px */
	letter-spacing: -0.02em;
	color: #3C4169;
	margin-bottom: 1.667rem; /* 30px */
}

.main-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* main-title */

/* section-title */
.section-title {
	font-weight: 700;
	font-size: 2.222rem; /* 40px */
	line-height: 2.5rem; /* 45px */
	color: #3C4169;
	margin-bottom: 3.333rem; /* 60px */
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* section-title */

/* block-title */
.block-title {
	font-weight: 700;
	font-size: 1.667rem; /* 30px */
	line-height: 2.222rem; /* 40px */
	color: #3C4169;
	letter-spacing: -0.02em;
	margin-bottom: 0.833rem; /* 15px */
}

.block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* block-title */

/* small-block-title */
.small-block-title {
	font-weight: 700;
	font-size: 1.389rem; /* 25px */
	line-height: 1.667rem; /* 30px */
	color: #3C4169;
	margin-bottom: 0.833rem; /* 15px */
}

.small-block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* small-block-title */

/* buttons */
.btn {
	position: relative;
	z-index: 9;
	font-weight: 700;
	font-size: 1rem; /* 18px */
	line-height: 2.222rem; /* 40px */
	padding: 0.556rem 1.389rem; /* 10px 25px */
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);
	border: 0.056rem solid transparent; /* 1px */
	border-radius: 0.222rem; /* 4px */
	-webkit-border-radius: 0.222rem;
	-moz-border-radius: 0.222rem;
	-ms-border-radius: 0.222rem;
	-o-border-radius: 0.222rem;
}

.btn:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.05);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 0.222rem; /* 4px */
	-webkit-border-radius: 0.222rem;
	-moz-border-radius: 0.222rem;
	-ms-border-radius: 0.222rem;
	-o-border-radius: 0.222rem;
}

.btn:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.12);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 0.222rem; /* 4px */
	-webkit-border-radius: 0.222rem;
	-moz-border-radius: 0.222rem;
	-ms-border-radius: 0.222rem;
	-o-border-radius: 0.222rem;
}

.btn:active:before {
	opacity: 1;
}

.btn:active:after {
	width: 100%;
}

.btn:active:focus:before,
.btn:hover:before {
	opacity: 1;
}

.btn-large {
	padding: 0.556rem 2.778rem; /* 10px 50px */
}

.btn-simple-white {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-simple-white:focus {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.btn-white {
	color: #292D49;
	background: #ffffff;
	border-color: #ffffff;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn-white:focus {
	color: #292D49;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #292D49;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-simple-yellow {
	color: #FFCC00;
	background: transparent;
	border-color: #FFCC00;
	box-shadow: 2px 0 3px #FFCC00;
	-webkit-box-shadow: 2px 0 3px #FFCC00;
	-moz-box-shadow: 2px 0 3px #FFCC00;
}

.btn-simple-yellow:focus {
	color: #FFCC00;
	background: transparent;
	border-color: #FFCC00;
}

.btn-simple-yellow:active:focus,
.btn-simple-yellow:hover {
	color: #292D49;
	background: #FFCC00;
	border-color: #FFCC00;
}

.btn-yellow {
	color: #292D49;
	background: #FFCC00;
	border-color: #FFCC00;
	/* box-shadow: 2px 0 3px #FFCC00;
	-webkit-box-shadow: 2px 0 3px #FFCC00;
	-moz-box-shadow: 2px 0 3px #FFCC00; */
}

.btn-yellow:focus {
	color: #292D49;
	background: #FFCC00;
	border-color: #FFCC00;
}

.btn-yellow:active:focus,
.btn-yellow:hover {
	color: #292D49;
	background: #FFCC00;
	border-color: #FFCC00;
}

.btn-simple-purple {
	color: #3C4169;
	background: transparent;
	border-color: #3C4169;
	box-shadow: 2px 0 3px #3C4169;
	-webkit-box-shadow: 2px 0 3px #3C4169;
	-moz-box-shadow: 2px 0 3px #3C4169;
}

.btn-simple-purple:focus {
	color: #3C4169;
	background: transparent;
	border-color: #3C4169;
}

.btn-simple-purple:active:focus,
.btn-simple-purple:hover {
	color: #ffffff;
	background: #FFCC00;
	border-color: #FFCC00;
}

.btn-purple {
	color: #ffffff;
	background: #3C4169;
	border-color: #3C4169;
	box-shadow: 2px 0 3px #3C4169;
	-webkit-box-shadow: 2px 0 3px #3C4169;
	-moz-box-shadow: 2px 0 3px #3C4169;
}

.btn-purple:focus {
	color: #ffffff;
	background: #3C4169;
	border-color: #3C4169;
}

.btn-purple:active:focus,
.btn-purple:hover {
	color: #ffffff;
	background: #3C4169;
	border-color: #3C4169;
}

.btn-simple-gray {
	color: #F9F8F9;
	background: transparent;
	border-color: #F9F8F9;
	box-shadow: 2px 0 3px #F9F8F9;
	-webkit-box-shadow: 2px 0 3px #F9F8F9;
	-moz-box-shadow: 2px 0 3px #F9F8F9;
}

.btn-simple-gray:focus {
	color: #F9F8F9;
	background: transparent;
	border-color: #F9F8F9;
}

.btn-simple-gray:active:focus,
.btn-simple-gray:hover {
	color: #292D49;
	background: #F9F8F9;
	border-color: #F9F8F9;
}

.btn-gray {
	color: #292D49;
	background: #F9F8F9;
	border-color: #F9F8F9;
	box-shadow: 2px 0 3px #F9F8F9;
	-webkit-box-shadow: 2px 0 3px #F9F8F9;
	-moz-box-shadow: 2px 0 3px #F9F8F9;
}

.btn-gray:focus {
	color: #292D49;
	background: #F9F8F9;
	border-color: #F9F8F9;
}

.btn-gray:active:focus,
.btn-gray:hover {
	color: #292D49;
	background: #F9F8F9;
	border-color: #F9F8F9;
}
/* buttons */

/* common-get-quote-button */
.common-get-quote-button {
	padding-top: 3.333rem; /* 60px */
}

.common-get-quote-button .btn {
	min-width: 18.333rem; /* 330px */
}
/* common-get-quote-button */

/* slick-slider */
.slick-slider .slick-slide {
	outline: none !important;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 1.667rem; /* 30px */
	line-height: 1.667rem; /* 30px */
	color: #FFCC00;
	cursor: pointer;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}

.slick-slider .slick-arrow:hover {
	color: #9D5F91;
}

.slick-slider .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slick-slider .slick-dots li {
	display: inline-flex;
	margin: 0 0.278rem; /* 0 5px */
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	width: 0.667rem; /* 12px */
	height: 0.667rem; /* 12px */
	background: #FFCC00;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-slider .slick-dots li:first-child {
	margin-left: 0;
}

.slick-slider .slick-dots li:last-child {
	margin-right: 0;
}

.slick-slider .slick-dots li button {
	display: none;
}

.slick-slider .slick-dots li:hover,
.slick-slider .slick-dots li.slick-active {
	background: #9D5F91;
}
/* slick-slider */

/* get-pricing-block */
.get-pricing-block {
	max-width: 21.556rem; /* 388px */
	width: 100%;
}

.get-pricing-block .time-limit {
	display: block;
	text-align: right;
	font-weight: 600;
	font-size: 0.833rem; /* 15px */
	line-height: 1.944rem; /* 35px */
	color: #292D49;
	padding-top: 0.556rem; /* 10px */
	margin-right: 24px;
}

.get-pricing-block .get-pricing-field {
	position: relative;
}

.get-pricing-block .get-pricing-field .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-weight: 500;
	font-size: 1.111rem;
	padding-left: 2.389rem; /* 43px */
	padding-right: 2.389rem; /* 43px */
	border-radius: 0.333rem; /* 6px */
	-webkit-border-radius: 0.333rem;
	-moz-border-radius: 0.333rem;
	-ms-border-radius: 0.333rem;
	-o-border-radius: 0.333rem;
}

.banner-section .get-pricing-block .get-pricing-field .btn {
	box-shadow: 2px 0 3px #FFCC00;
	-webkit-box-shadow: 2px 0 3px #FFCC00;
	-moz-box-shadow: 2px 0 3px #FFCC00;
	text-transform: capitalize;
	box-shadow: #292d4970 2px 1px 6px;
	-webkit-box-shadow: #292d4970 2px 1px 6px;
	-moz-box-shadow: #292d4970 2px 1px 6px;
	border-radius: 0 0.333rem 0.333rem 0;
	-webkit-border-radius: 0 0.333rem 0.333rem 0;
	-moz-border-radius: 0 0.333rem 0.333rem 0;
	-ms-border-radius: 0 0.333rem 0.333rem 0;
	-o-border-radius: 0 0.333rem 0.333rem 0;
}

.get-pricing-block .get-pricing-field .form-control {
	text-align: center;
	height: 4.167rem; /* 75px */
	resize: none;
	font-weight: 400;
	font-size: 1.111rem; /* 20px */
	line-height: 1.667rem; /* 30px */
	color: #292D49;
	border: 0.056rem solid #FFCC00; /* 1px */
	padding: 0.333rem 11.956rem 0.333rem 1.222rem; /* 6px 190px 6px 22px */
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0.333rem; /* 6px */
	-webkit-border-radius: 0.333rem;
	-moz-border-radius: 0.333rem;
	-ms-border-radius: 0.333rem;
	-o-border-radius: 0.333rem;
}

.get-pricing-block .get-pricing-field input[type=number]::-webkit-inner-spin-button,
.get-pricing-block .get-pricing-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.get-pricing-block .get-pricing-field input[type=number]::-moz-inner-spin-button,
.get-pricing-block .get-pricing-field input[type=number]::-moz-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.get-pricing-block .get-pricing-field input[type=number] {
	-moz-appearance: textfield;
}

.get-pricing-block .get-pricing-field .form-control::placeholder {
	text-align: center;
	font-size: 0.944rem; /* 17px */
	line-height: 0.944rem; /* 17px */
	color: rgb(117, 117, 117);
}

.get-pricing-block .get-pricing-field .form-control::-webkit-input-placeholder { color: #797B8B; }
.get-pricing-block .get-pricing-field .form-control::-moz-placeholder { color: #797B8B; }
.get-pricing-block .get-pricing-field .form-control:-ms-input-placeholder { color: #797B8B; }
.get-pricing-block .get-pricing-field .form-control:-o-placeholder { color: #797B8B; }
/* get-pricing-block */

/* review-rating-list */
.review-rating-list .rating-star {
	display: inline-flex;
}

.review-rating-list .front-stars,
.review-rating-list .back-stars,
.review-rating-list .star-rating {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.review-rating-list .star-rating {
	align-items: center;
	/* font-size: 3em; */
	justify-content: center;
	/* margin-top: 50px; */
}

.review-rating-list .back-stars {
	/* color: #bb5252; */
	position: relative;
	/* text-shadow: 4px 4px 10px #000000; */
}

.review-rating-list .front-stars > *,
.review-rating-list .back-stars > * {
	margin: 0 2px;
	display: inline-flex;
}

.review-rating-list .front-stars > *:first-child,
.review-rating-list .back-stars > *:first-child {
	margin-left: 0 !important;
}

.review-rating-list .front-stars > *:last-child,
.review-rating-list .back-stars > *:last-child {
	margin-right: 0 !important;
}

.review-rating-list .back-stars > *:before {
	position: relative;
	content: "";
	display: inline-flex;
	width: 25px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' fill='%23FFCC00' height='1em' viewBox='0 0 576 512'%3E%3Cpath d='M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.review-rating-list .front-stars {
	/* color: #FFBC0B; */
	overflow: hidden;
	position: absolute;
	/* text-shadow: 2px 2px 5px #000000; */
	top: 0;
	margin: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.review-rating-list .front-stars:before {
	display: none;
}

.review-rating-list .front-stars > *:before {
	position: relative;
	content: "";
	display: inline-flex;
	width: 25px; /* 25px */
	height: 24px; /* 24px */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' fill='%23FFCC00' height='1em' viewBox='0 0 576 512'%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}
/* review-rating-list */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	position: sticky;
	top: 0;
	background: #ffffff;
	z-index: 999;
	overflow-x: hidden;
	border-bottom: 0.056rem solid rgba(208, 208, 221, 0.32); /* 1px */
	/* box-shadow: 0.13rem 0.105rem 0.194rem rgba(0, 0, 0, 0.34902); 2.33144px 1.88796px 3.5px */
	box-shadow: 0 2px 10px -7px #0006;
	-webkit-box-shadow: 0 2px 10px -7px #0006;
	-moz-box-shadow: 0 2px 10px -7px #0006;
}

.zi-test-block .header {
	/*position: absolute;
	*/position: fixed;
	top: 0;
	background: transparent;
	z-index: 999;
	overflow-x: hidden;
	width: 100%;
	border-bottom: none;
	/*1px*//*box-shadow: 0.13rem 0.105rem 0.194rem rgba(0, 0, 0, 0.34902);
	2.33144px1.88796px3.5px*/box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.zi-test-block .header.atfix {
	/*position: sticky;
	*/position: fixed;
	top: 0;
	background: #ffffff !important;
	z-index: 999;
	overflow-x: hidden;
	border-bottom: 0.056rem solid rgba(208, 208, 221, 0.32);
	/*1px*//*box-shadow: 0.13rem 0.105rem 0.194rem rgba(0, 0, 0, 0.34902);
	2.33144px1.88796px3.5px*/box-shadow: 0 2px 10px -7px #0006;
	-webkit-box-shadow: 0 2px 10px -7px #0006;
	-moz-box-shadow: 0 2px 10px -7px #0006;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.h-top {
	position: relative;
	z-index: 999;
	padding: 0.444rem 0; /* 8px 0 */
}

.header .h-top:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 60000px; /* 60000px */
	height: 100%;
	background: #FFCC00;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

/* .zi-test-block .h-top:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 60000px;
	height: 100%;
	background: transparent;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.zi-test-block .header.atfix .h-top:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 60000px;
	height: 100%;
	background: #FFCC00;
	z-index: -1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
} */

a.call-now-link {
	text-decoration: none;
	color: #292D49;
	text-transform: uppercase;
}

/* .zi-test-block a.call-now-link {
	color: #FFFFFF;
}

.header.atfix a.call-now-link {
	color: #292D49;
} */

.navbar .h-call-get-quote-buttons .btn {
	font-weight: 500;
	width: 100%;
	margin-top: 1.111rem; /* 20px */
	/* font-size: 1.944rem; 35px */
	/* line-height: 3.056rem; 55px */
	font-size: 2.444rem; /* 35px */
	line-height: 3.056rem; /* 55px */
	padding-top: 2.611rem; /* 47px */
	padding-bottom: 2.611rem; /* 47px */
}

.navbar .h-call-get-quote-buttons .btn img {
	margin-right: 0.556rem; /* 10px */
	/* width: 2.5rem; 45px */
	width: 3.056rem; /* 55px */
}

.navbar {
	padding: 1.111rem 0; /* 20px 0*/
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar-toggler {
	position: relative;
	/*width: 27px;
	height: 27px;*/
	padding: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border: none;
}

.navbar-toggler.collapsed {
	background: transparent;
	padding: 0;
}

.navbar-toggler .menuicon {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: #fff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.navbar-toggler.collapsed .menuicon {
    color: #9D5F91;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transition: 1s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: 1s cubic-bezier(.165,.84,.44,1);
    -moz-transition: 1s cubic-bezier(.165,.84,.44,1);
    -ms-transition: 1s cubic-bezier(.165,.84,.44,1);
    -o-transition: 1s cubic-bezier(.165,.84,.44,1);
}

.navbar-toggler .menuicon .menuicon__bar,
.navbar-toggler .menuicon .menuicon__circle {
	fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.navbar-toggler .menuicon .menuicon__bar {
    /*transform: rotate(0);
    */transform-origin: 50% 50%;
    transition: transform 0.7s ease-in-out;
    -webkit-transition: transform 0.7s ease-in-out;
    -moz-transition: transform 0.7s ease-in-out;
    -ms-transition: transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
}

.navbar-toggler.collapsed .menuicon .menuicon__bar {
	opacity: 1 !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar-toggler .menuicon .menuicon__bar:nth-child(1) {
	opacity: 0;
}

.navbar-toggler .menuicon .menuicon__bar:nth-child(2) {
	transform-origin: 42% 65%;
	transform: rotate(45deg) scaleX(1.05);
	-webkit-transform: rotate(45deg) scaleX(1.05);
	-moz-transform: rotate(45deg) scaleX(1.05);
	-ms-transform: rotate(45deg) scaleX(1.05);
	-o-transform: rotate(45deg) scaleX(1.05);
}

.navbar-toggler .menuicon .menuicon__bar:nth-child(3) {
	transform-origin: 50% 45%;
	transform: rotate(-45deg) scaleX(1.15) translateY(-9px);
	-webkit-transform: rotate(-45deg) scaleX(1.15) translateY(-9px);
	-moz-transform: rotate(-45deg) scaleX(1.15) translateY(-9px);
	-ms-transform: rotate(-45deg) scaleX(1.15) translateY(-9px);
	-o-transform: rotate(-45deg) scaleX(1.15) translateY(-9px);
}

.navbar-toggler .menuicon .menuicon__circle {
	stroke-dashoffset: 0;
	stroke-dasharray: 144.51326204;
	transition: stroke-dashoffset 0.7s linear .1s;
	-webkit-transition: stroke-dashoffset 0.7s linear .1s;
	-moz-transition: stroke-dashoffset 0.7s linear .1s;
	-ms-transition: stroke-dashoffset 0.7s linear .1s;
	-o-transition: stroke-dashoffset 0.7s linear .1s;
}

.navbar-toggler.collapsed .menuicon .menuicon__circle {
	stroke-dashoffset: 144.51326204;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #9D5F91;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler.collapsed .hamburger span:first-child {
	width: 23px;
	display: flex;
	align-self: flex-end;
}

.navbar-toggler.collapsed .hamburger span:nth-child(2) {
	width: 22px;
}

.navbar-toggler.collapsed .hamburger span:last-child {
	width: 12px;
	display: flex;
	align-self: flex-end;
	right: 3px;
}

.navbar-toggler .hamburger span:first-child {
	top: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -7px;
	right: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	right: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.call-now-link * {
	margin: 0;
}

.navbar .navbar-collapse {
	justify-content: space-between;
	align-items: center;
	margin-left: 95px;
}

.navbar-nav .nav-item {
	margin: 0 15px;
}

.navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-nav .nav-item .nav-link {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #292D49;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 30px;
	border-bottom: 1px solid transparent;
}

.zi-test-block .navbar-nav .nav-item .nav-link {
	color: #FFFFFF;
}

.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link {
	color: #292D49;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar-nav .nav-item .nav-link.show,
.navbar-nav .nav-item .nav-link:hover {
	color: #9D5F91;
	border-bottom: 1px solid #FFCC00;
}

.navbar .get-pricing-block {
	/* max-width: 16.389rem; */
	/* 295px */
	margin-left: 3.333rem; /* 60px */
}

.navbar .get-pricing-block .form-control {
	height: 2.556rem; /* 46px */
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
	padding-left: 0.556rem; /* 10px */
    padding-right: 8.333rem; /* 150px */
}

.navbar .get-pricing-block .form-control::placeholder {
	text-align: left;
	font-size: 0.778rem; /* 14px */
	line-height: 0.778rem; /* 14px */
	color: rgb(117, 117, 117);
}

.navbar .get-pricing-block .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
	padding-top: 0.333rem; /* 6px */
	padding-bottom: 0.333rem; /* 6px */
	padding-left: 1.389rem;
    padding-right: 1.389rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 2px 0 3px #FFCC00;
    -webkit-box-shadow: 2px 0 3px #FFCC00;
    -moz-box-shadow: 2px 0 3px #FFCC00;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	padding: 3.889rem 0 1.944rem; /* 70px 0 35px */
}

.banner-section .banner-image {
	margin-right: -8.889rem; /* -160px */
}

.banner-section .banner-image img {
	width: 100%;
}

.banner-section .get-pricing-block {
	padding-top: 1.667rem; /* 30px */
}
/* banner */

/* flex-vs-pods */
.flex-vs-pods-section {
	padding: 1.944rem 0 6.111rem; /* 35px 0 110px */
}

.flex-vs-pods-section .flex-vs-pods-description {
	position: relative;
}

.flex-vs-pods-section .flex-vs-pods-image img {
	width: 100%;
}

.flex-vs-pods-section .flex-vs-pods-content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.flex-vs-pods-section .flex-vs-pods-detail {
	padding: 5.833rem 2.778rem; /* 105px 50px */
}

.flex-vs-pods-section .flex-vs-pods-content .section-title {
	margin-bottom: 1.389rem; /* 25px */
}

.flex-vs-pods-section .flex-vs-pods-content .detail {
	font-size: 1.111rem; /* 20px */
	line-height: 1.667rem; /* 30px */
}
/* flex-vs-pods */

/* client-reviews */
.client-reviews-section {
	padding: 4.444rem 0 5.833rem; /* 80px 0 105px */
}

.client-reviews-carousel {
	opacity: 0;
}

.client-reviews-carousel.slick-initialized {
	opacity: 1;
}

.client-reviews-block {
	position: relative;
	text-align: center;
	padding: 3.889rem 0 0; /* 70px 0 0*/
	max-width: 39.722rem; /* 715px */
	width: 100%;
	margin: 0 auto;
}

.client-reviews-block:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 2.111rem; /* 38px */
	height: 1.389rem; /* 25px */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='38' height='25' viewBox='0 0 38 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.2502 0.598389L24.6502 24.8384H17.6902L25.6102 0.598389H37.2502ZM20.2102 0.598389L7.61021 24.8384H0.650208L8.57021 0.598389H20.2102Z' fill='%23FFCC00'/%3E%3C/svg%3E") no-repeat;
	background-size: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.client-reviews-block .small-block-title {
	font-weight: 600;
	font-style: italic;
	line-height: 2rem; /* 36px */
	margin-bottom: 1.389rem; /* 25px */
}

.client-reviews-block .client-reviews .review-stars-list {
	padding-bottom: 0.556rem; /* 10px */
}

.client-reviews-block .review-stars-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.client-reviews-block .review-stars-list ul li {
	display: inline-flex;
	margin: 0 0.111rem; /* 0 2px */
	padding: 0;
	list-style-type: none;
	font-size: 1.333rem; /* 24px */
	line-height: 1.333rem; /* 24px */
	color: #FFCC00;
}

.client-reviews-block .review-stars-list ul li:first-child {
	margin-left: 0;
}

.client-reviews-block .review-stars-list ul li:last-child {
	margin-right: 0;
}

.client-reviews-block .client-reviews .client-name {
	font-weight: 700;
	color: #9D5F91;
}
/* client-reviews */

/* what-sets-pods */
.what-sets-pods-section {
	padding: 5.278rem 0 2.222rem; /* 95px 0 40px */
}

.sets-pods-table {
	padding: 1.667rem; /* 30px */
	/* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784); */
	background-color: #ffffff;
	box-shadow: 0 3px 6px #00000029;
	-webkit-box-shadow: 0 3px 6px #00000029;
	-moz-box-shadow: 0 3px 6px #00000029;
}

.sets-pods-table .table {
	width: 100%;
	min-width: 22.222rem; /* 400px */
}

.sets-pods-table .table thead tr {
	border: none;
}

.sets-pods-table .table th,
.sets-pods-table .table td {
	font-weight: 500;
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
	vertical-align: middle;
}

.sets-pods-table .table th {
	text-align: center;
	border: none;
}

.sets-pods-table .table tbody td {
	position: relative;
	text-align: center;
	border: solid 0.044rem #e4e5e9; /* 0.8px */
	border-color: #E4E5E9;
	padding: 1rem; /* 18px */
	min-width: 11.111rem; /* 200px */
}

.sets-pods-table .table tbody td:first-child {
	background: #F8F9FA;
	text-align: left;
	width: 25.556rem; /* 460px */
}

.sets-pods-table .table tbody td:before {
	position: relative;
	content: "";
	display: flex;
	margin: 0 auto;
}

.sets-pods-table .table tbody td.checkmark:before {
	width: 1.611rem; /* 29px */
	height: 1.278rem; /* 23px */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='29' height='23' viewBox='0 0 29 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8434 0.291992L10.1082 14.0442L4.22895 8.15768L0 12.392L10.0907 22.5303L10.1082 22.5128L10.1096 22.5142L28.0723 4.52628L23.8434 0.291992Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A") no-repeat;
	background-size: 100% 100%;
}

.sets-pods-table .table tbody td.dash-line:before {
	width: 1.056rem; /* 19px */
	height: 0.056rem; /* 1px */
	background: #707070;
}
/* what-sets-pods */

/* flex-units-every-way */
.flex-units-every-way-section {
	padding: 5rem 0 4.722rem; /* 90px 0 85px */
}

.units-every-way-list .units-every-way-block:nth-child(even) .row {
	flex-direction: row-reverse;
}

.units-every-way-block .row {
	margin: 0;
	align-items: center;
}

.units-every-way-block .row > * {
	padding: 0;
}

.units-every-way-block .units-every-way-image img {
	width: 100%;
}

.units-every-way-block .units-every-way-detail {
	padding: 1.667rem; /* 30px */
}

.units-every-way-block .units-every-way-inner-detail {
	position: relative;
	padding-left: 4.722rem; /* 85px */
}

.units-every-way-block .units-every-way-inner-detail .units-icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.units-every-way-block .units-every-way-inner-detail .units-icon:before {
	position: absolute;
	content: "";
	left: -0.556rem; /* -10px */
	top: 0.167rem; /* 3px */
	width: 2.667rem; /* 48px */
	height: 2.667rem; /* 48px */
	background: #FFCC00;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.flex-units-every-way-section .common-get-quote-button {
	padding-top: 4.444rem; /* 80px */
}
/* flex-units-every-way */

/* our-professional */
.our-professional-section {
	padding: 5.833rem 0; /* 105px 0 */
}

.our-professional-block {
	margin-bottom: 1.667rem; /* 30px */
}

.our-professional-block > .row {
	margin: 0 -1.667rem; /* 0 -30px */
}

.our-professional-block > .row > * {
	padding: 0 1.667rem; /* 0 30px */
}

.our-professional-block .section-title {
	margin-bottom: 1.667rem; /* 30px */
}

.our-professional-block .our-professional-image img {
	width: 100%;
}
/* our-professional */

/* we-make-easier */
.we-make-easier-section {
	padding: 5rem 0 4.722rem; /* 90px 0 85px */
}

.we-make-easier-list {
	display: flex;
	flex-wrap: wrap;
}

.we-make-easier-list > * {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 2.222rem; /* 0 40px */
}

.we-make-easier-list > *:first-child {
	padding-left: 0;
}

.we-make-easier-list > *:last-child {
	padding-right: 0;
}

.we-make-easier-block {
	position: relative;
	text-align: center;
	margin-bottom: 1.944rem; /* 35px */
}

.we-make-easier-block:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 7.111rem; /* 128px */
	height: 0.056rem; /* 1px */
	width: 100%;
	background: rgba(157, 95, 145, 0.38);
}

.we-make-easier-block .icon {
	position: relative;
	height: 5.444rem; /* 98px */
	margin-bottom: 1.667rem; /* 30px */
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.we-make-easier-block .icon:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 5.444rem; /* 98px */
	height: 5.444rem; /* 98px */
	background: #F0EBF4;
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.we-make-easier-block .icon img {
	max-height: 100%;
}

.we-make-easier-block .we-make-detail {
	position: relative;
	padding: 3.056rem 0 0; /* 55px 0 0 */
}

.we-make-easier-block .we-make-detail:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 0.444rem; /* 8px */
	height: 1.944rem; /* 35px */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='7' height='35' viewBox='0 0 7 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.47' cy='32.1199' r='2.72' fill='%23FBCD18'/%3E%3Crect opacity='0.380392' x='3' y='0.589844' width='1' height='29' fill='%23797B8B'/%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.we-make-easier-block .we-make-detail .small-block-title {
	margin-bottom: 0.556rem; /* 10px */
}

.we-make-easier-block .we-make-detail .detail {
	font-weight: 700;
	line-height: 1.389rem; /* 25px */
	max-width: 11.667rem; /* 210px */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* 3-7-2023 */

.we-make-easier-block .we-make-detail .small-block-title {
	margin: 0;
}

.we-make-easier-block .we-make-detail .small-block-title * {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #292d49;
}

.we-make-easier-block .we-make-detail .detail {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #292d49;
}

/* 3-7-2023 */

/* we-make-easier */


/*===========About-page-start========================================*/

/*-----------about-banner-start--------------------------------------*/

.about-flex .flex-vs-pods-image {
	text-align: right;
}

.about-flex .flex-vs-pods-image img {
	object-fit: cover;
}

/*-----------about-banner-end----------------------------------------*/

/*-----------about-trailer-start-------------------------------------*/

.about-trailer-section {
	padding: 0.556rem 0 2.222rem 0; /* 10px 0 40px 0 */
}

.about-trailer-section > .row {
	align-items: center;
}

.at-title {
	margin-bottom: 1.667rem; /* 30px */
}

.at-text p {
	margin-bottom: 1.722rem; /* 31px */
}

.at-text p:last-child {
	margin-bottom: 0;
}

.at-img img {
	object-fit: cover;
}

/*-----------about-trailer-end---------------------------------------*/

/*-----------about-quote-start---------------------------------------*/

.about-quote-section {
	position: relative;
	padding-top: 2.5rem; /* 45px */
	padding-bottom: 2.5rem; /* 45px */
}

.about-quote-title {
	font-weight: 600 !important;
	color: #ffffff !important;
	font-style: italic;
	margin-bottom: 0;
}

.aboute-quote-img {
	margin-bottom: 1.111rem; /* 20px */
}

/*-----------about-quote-end-----------------------------------------*/

/*-----------about-radial-start--------------------------------------*/

.radial-section .about-trailer-section {
    padding: 3.222rem 0 2.222rem 0;
}

/*-----------about-radial-end----------------------------------------*/

/*-----------take-it-start-------------------------------------------*/

.take-it-main {
    padding: 2.778rem 0 2.778rem 0; /* 50px 0 50px 0 */
}

.take-it-title {
	font-weight: 400;
	color: #292d49;
	margin-bottom: 2.778rem; /* 50px */
}

.take-it-item {
	position: relative;
	padding: 3.556rem 2.056rem 0.833rem 2.056rem; /*64px 37px 15px 37px*/
	border: #e0e4e8 solid 0.111rem; /*2px*/
	/* margin-bottom: 2.222rem; */
	/* height: calc(100% - 2.222rem); */
	height: 100%;
	border-radius: 1.111rem; /*20px*/
	-webkit-border-radius: 1.111rem;
	-moz-border-radius: 1.111rem;
	-ms-border-radius: 1.111rem;
	-o-border-radius: 1.111rem;
}

.ti-img img {
	width: 1.333rem; /* 24px */
    height: 1.333rem; /* 24px */
	margin: 0 auto;
	/* object-fit: cover; */
}

.ti-text {
	font-weight: 400;
	margin-bottom: 3.889rem; /* 70px */
	line-height: 1.444rem; /* 26px */
	color: #292d49;
	/* height: 100%; */
}

.ti-rating .review-rating-list .back-stars > *:before {
	width: 0.889rem; /* 16px */
	height: 0.833rem; /* 15px */
}

.ti-rating .review-rating-list .front-stars > *:before {
	width: 0.889rem; /* 16px */
	height: 0.833rem; /* 15px */
}

.ti-rating .review-rating-list .front-stars > *:first-child,
.ti-rating .review-rating-list .back-stars > *:first-child {
    margin-left: 0 !important;
}

.ti-rating .review-rating-list .front-stars > *,
.ti-rating .review-rating-list .back-stars > * {
	margin: 0 0.056rem; /* 0 1px */
}

.ti-name {
	font-weight: 400;
	margin-top: 1.333rem; /* 24px */
	color: #9d5f91;
}

.ti-flex {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}

.ti-slider .slick-track {
	display: flex;
}

.ti-slider {
	opacity: 0;
}

.ti-slider.slick-initialized {
	opacity: 1;
}

.ti-slider .slick-list {
	margin: 0 -0.833rem; /* 0 -15px */
}

.ti-slide {
	padding: 0 0.833rem; /* 0 15px */
	height: auto !important;
}

.ti-slider .slick-prev {
	left: -2.222rem !important; /* -40px */
}

.ti-slider .slick-next {
	right: -2.222rem !important; /* -40px */
}

/* .ti-slider .slick-arrow.slick-disabled {
	display: none !important;
}

.ti-slider .slick-arrow {
	display: block !important;
} */

/* .take-it-item:before {
	position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 24px;
    height: 24px;
    background: url('../images/take-it-quote.svg') no-repeat;
    background-size: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
} */

/*-----------take-it-end---------------------------------------------*/

/*===========About-page-end==========================================*/


/*===========Unit-page-start========================================*/

/*-----------unit-banner-start--------------------------------------*/

.flex-between-text {
	font-weight: 500;
	color: #fafafa;
	margin-bottom: 1.333rem; /* 24px */
}

/*-----------unit-banner-end----------------------------------------*/

/*-----------unit-max-con-start-------------------------------------*/

.max-con-section {
	padding: 5.278rem 0; /* 95px 0 */
}

.max-con-section > .row {
	/* align-items: center; */
}

.max-con-img {
	position: relative;
}

.max-con-img img {
	object-fit: cover;
}

.max-img-above-text {
	position: absolute;
    width: 60%;
	max-height: 80%;
    top: 2.778rem; /* 50px */
    left: 2.778rem; /* 50px */
    background-color: #fc0;
	font-size: 2.556rem; /* 46px */
	line-height: 3.056rem; /* 55px */
	margin-bottom: 0;
	padding: 0.556rem; /* 10px */
	word-break: break-word;
	overflow: auto;
}

/* .max-img-above-text * {
	background-color: #fc0;
	padding: 10px;
} */

.max-con-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.max-con-list ul li {
	position: relative;
	padding-left: 2.5rem; /* 45px */
	margin-bottom: 1.889rem; /* 34px */
}

.max-con-list ul li:last-child {
	margin-bottom: 0;
}

.max-con-list ul li::marker {
	content: none !important;
}

.max-con-list ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0.111rem; /* 2px */
    left: 0;
    width: 1.833rem; /* 33px */
    height: 1.833rem; /* 33px */
    padding: 0.611rem 0.556rem 0.5rem 0.556rem; /* 11px 10px 9px 10px */
    font-size: 0.833rem; /* 15px */
	color: #000000;
    background-color: #FFCC00;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.max-con-list .small-block-title {
	font-weight: 700;
	font-size: 1.278rem; /* 23px */
	margin-bottom: 0.667rem; /* 12px */
	color: #3c4169;
}

.max-con-list ul li p:last-child {
	margin: 0;
}

/*-----------unit-max-con-end---------------------------------------*/

/*-----------unit-size-matter-start---------------------------------*/

.size-matter-section {
	padding-top: 2.778rem; /* 50px */
	padding-bottom: 3.333rem; /* 60px */
}

.sm-title {
	margin-bottom: 2.778rem; /* 50px */
}

.sm-item-title {
	margin-bottom: 0.611rem; /* 11px */
}

.small-block-title {
	font-weight: 500;
	color: #9D5F91;
	margin-bottom: 1.667rem; /* 30px */
}

.sm-item-img {
	margin-bottom: 1.667rem; /* 30px */
}

.sm-item-img img {
	object-fit: cover;
}

.sm-item {
	position: relative;
}

.sm-items > .row [class*=col-]:nth-child(odd) .sm-item:after {
	content: '';
	position: absolute;
	width: 0.056rem; /* 1px */
	height: 100%;
	background-color: #b7bac3;
	top: 0;
	bottom: 0;
	right: -0.833rem; /* -15px */
}

.sm-item-description ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sm-item-description ul li {
	position: relative;
	padding-left: 1.389rem; /* 25px */
	margin-bottom: 0.278rem; /* 5px */
}

.sm-item-description ul li:last-child {
	margin-bottom: 0;
}

.sm-item-description ul li:before {
	content: '\f111';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	color: #fc0;
	font-size: 0.556rem; /* 10px */
	top: 0;
	left: 0;
	width: 1.389rem; /* 25px */
}

.sm-item-description ul li::marker {
	content: none !important;
}

/*-----------unit-size-matter-end-----------------------------------*/

/*-----------unit-environment-start---------------------------------*/

.environment-section .about-trailer-section {
	padding: 3.333rem 0 5rem 0; /* 60px 0 90px 0 */
}

.environment-section .at-title {
	margin-bottom: 2.444rem; /* 44px */
}

.environment-section .at-text * {
	font-weight: 400;
	font-size: 1.111rem; /* 20px */
	line-height: 2.222rem; /* 40px */
}

/*-----------unit-environment-end-----------------------------------*/

/*===========Unit-page-end==========================================*/


/*===========FAQ-page-start=========================================*/

/*-----------faq-section-start--------------------------------------*/

.faq-main {
	position: relative;
}

.faq-main .faq-shape-section {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    z-index: -1;
}

.faq-section {
	padding: 1.667rem 0; /* 30px 0 */
}

.faq-heading {
	margin-bottom: 2.222rem; /* 40px */
}

.faq-heading * {
	font-weight: 500;
	color: #292d49;
}

.faq-img {
	margin-bottom: 2.944rem; /* 53px */
}

.faq-img img {
	object-fit: cover;
}

.tab-content {
	background-color: #ffffff;
	-webkit-appearance: none;
}

.tab-content:focus {
	outline: none !important;
	-webkit-appearance: none;
}

.tab-pane {
	outline: none !important;
}

.faq-tabbing .accordion-item {
	border-bottom: 0.056rem solid rgba(0,0,0,.12);
	/*1px*/
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.faq-tabbing .accordion-button {
	position: relative;
	color: #000000;
	font-weight: 500;
	padding: 1.111rem 2.222rem;
	/*20px40px*/
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.faq-tabbing .accordion-button:after {
	content: '\f106';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #9d5f91;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 1.111rem; /* 20px */
	height: 1.111rem; /* 20px */
	font-size: 0.833rem; /* 15px */
	top: 50%;
	right: 0.556rem; /* 10px */
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.faq-tabbing .accordion-button.collapsed:after {
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}

.faq-tabbing .accordion-button.collapsed:hover {
	background: rgba(0,0,0,.04);
}

.faq-tabbing .accordion-collapse {
	font-weight: 400;
	font-size: 0.778rem; /* 14px */
	line-height: 1.111rem; /* 20px */
	letter-spacing: .0178571429em;
	color: #292d49;
}

.faq-tabbing .accordion-body {
	padding: 1.111rem 1.111rem 1.111rem 2.222rem; /* 20px 20px 20px 40px */
}

.faq-tabbing .accordion-body p {
	margin-bottom: 0.444rem; /* 8px */
}

.faq-tabbing .accordion-body p:last-child {
	margin: 0;
}

.faq-tabbing .accordion-body p a {
	text-decoration: underline;
	color: #292d49;
}

.faq-tabbing .accordion-body p a:hover {
	color: #FFCC00;
}

.faq-tabbing .accordion-body ul {
	padding-left: 1.5rem;
	margin: 0;
}

.faq-slider {
	margin-bottom: 1.667rem; /* 30px */
}

.faq-slider .slick-list {
	margin: 0 -1.333rem; /* 0 24px */
}

.faq-slide {
	padding: 0 1.333rem; /* 0 24px */
}

.faq-slide button {
	margin: 0 auto;
	border: none !important;
	font-size: 1.056rem; /* 19px */
	font-weight: 500;
	color: rgba(0, 0, 0, 0.7);
	padding: 0.278rem 0.556rem; /* 5px 10px */
	outline: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.faq-slide .nav-item {
	outline: none;
}

.faq-slide .nav-link:focus-visible {
	box-shadow: none;
}

.faq-slide .nav-link:hover {
	/* color: #FFCC00; */
	color: rgba(0, 0, 0, 0.6);
	background-color: rgba(255, 204, 0, 0.1);
}

.faq-slide .nav-item.show .nav-link,
.faq-slide .nav-link.active {
	font-weight: 400 !important;
	border: none !important;
	border-bottom: 0.167rem solid #FFCC00 !important; /* 3px */
	color: #FFCC00;
}

.faq-slider {
	opacity: 0;
}

.faq-slider.slick-initialized {
	opacity: 1;
}

.faq-slider.nav-tabs {
	border: none;
}

.faq-slider .slick-arrow {
	font-size: 1.111rem; /* 20px */
	z-index: 99;
}

.faq-slider .slick-arrow.slick-prev {
	left: -0.556rem; /* -10px */
}

.faq-slider .slick-arrow.slick-next {
	right: -0.556rem; /* -10px */
}

/*-----------faq-section-end----------------------------------------*/

/*===========FAQ-page-end===========================================*/



/*===========Contact-page-start=====================================*/

/*-----------contact-section-start----------------------------------*/

.contact-section {
	padding: 2.778rem 0 11.111rem 0; /* 50px 0 200px 0 */
}

.contact-heading {
	font-weight: 500;
	font-size: 1.944rem; /* 35px */
	margin-bottom: 1.111rem; /* 20px */
}

.contact-form {
	background-image: url('../images/contact-bg.jpg');
	background-position: center top !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
}

.form-start {
	padding: 5.556rem 0 5.556rem 0; /* 100px 0 100px 0 */
}

.contact-form .form-input {
	position: relative;
	cursor: pointer;
}

.contact-form .form-input label {
	position: absolute;
	top: 50%;
	left: 0;
	/* padding: 0.833rem 1.111rem; */
	/*15px20px*/font-size: 1.111rem;
	/*20px*/line-height: 1.111rem;
	/*20px*/color: #0009;
	font-weight: 400;
	margin: 0;
	cursor: text;
	pointer-events: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.form-input.focus label{
	/* padding-top: 0;
	padding-bottom: 0; */
	font-size: 0.8rem; /* 18px */
    line-height: 1.111rem; /* 20px */
    color: #ffcc00de;
	opacity: 1;
	top: 0.833rem !important; /* 15px */
}

.form-input.textarea-input label {
	top: 1.944rem; /* 35px */
}

.error-message.form-input.focus label {
	color: #f44336;
}

.contact-form .form-input label span {
	font-size: 1.389rem; /* 25px */
	margin-left: 0.444rem; /* 8px */
	color: #9D5F91 !important;
}

/* .contact-form .form-input:focus label {
	font-size: 18px;
	line-height: 22px;
	top: 15px;
	color: #ffcc00de;
}

.contact-form .form-input:focus label span {
	font-size: 18px;
	color: #9D5F91;
} */

/* .form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
	height: 100%;
} */

.form-input.focus .form-control {
	padding: 1.778rem 1.111rem 0.5rem 1.056rem !important; /* 32px 20px 9px 19px */
	font-size: 1rem !important; /* 18px */
	line-height: 1.111rem !important; /* 20px */
	color: #000000de !important;
	border-bottom: 0.167rem solid #ffcc00de !important; /* 3px */
}

.error-message.focus .form-control {
	border-bottom: 0.167rem solid #f44336 !important; /* 3px */
}

.contact-form .form-input textarea.form-control {
	resize: none;
	height: 8.333rem; /* 150px */
}

.contact-form .form-input .form-control {
	font-size: 1rem; /*18px*/
	line-height: 1.111rem; /*20px*/
	color: #000000;
	font-weight: 400;
	width: 100%;
	height: 3.278rem; /*59px*/
	padding: 0.833rem 1.111rem; /*15px 20px*/
	margin-bottom: 1.389rem; /*25px*/
	border: solid 0.056rem #e0e4e8; /*1px*/
	border-radius: 0.667rem;/*12px*/
	-webkit-border-radius: 0.667rem;
	-moz-border-radius: 0.667rem;
	-ms-border-radius: 0.667rem;
	-o-border-radius: 0.667rem;
}

.contact-form .form-input .form-control::placeholder {
	font-size: 1rem; /* 18px */
	line-height: 1.111rem; /* 20px */
	color: #000000;
	font-weight: 400;
}

.contact-form .form-input .form-control:focus {
	box-shadow: none;
}

.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form input[type=number]::-moz-inner-spin-button,
.contact-form input[type=number]::-moz-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form input[type=number] {
	-moz-appearance: textfield;
}

.form-btn .btn {
	width: 50%;
    font-size: 1.333rem; /* 24px */
    font-weight: 400;
    line-height: 1.667rem; /* 30px */
    padding: 1.111rem 1.111rem; /* 20px 20px */
}

/*-----------contact-section-end------------------------------------*/

/*===========Contact-page-end=======================================*/


/*===========All-location-page-start================================*/

/*-----------all-location-banner-start------------------------------*/

.banner-section.all-location-banner {
	padding: 1.944rem 0 1.944rem;
}

/*-----------all-location-banner-end--------------------------------*/

/*-----------all-location-section-start-----------------------------*/

.all-storage-location-section {
	padding: 4.722rem 0 2.778rem 0; /* 85px 0 50px 0 */
}

.asl-title {
	margin-bottom: 1.111rem; /* 20px */
}

.asl-text {
	margin-bottom: 2.222rem; /* 40px */
}

.asl-text * {
	margin: 0;
}

.asl-item {
	margin-bottom: 1.944rem; /* 35px */
}

.asl-item ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.asl-item ul li {
	font-size: 1.111rem; /* 20px */
	line-height: 1.944rem; /* 35px */
}

.asl-item ul li a:hover {
	color: #FFCC00;
}

/* .asl-item ul li:first-child {
	font-weight: 700;
	margin-bottom: 0.556rem;
} */

/*-----------all-location-section-end-------------------------------*/

/*===========All-location-page-end==================================*/


/*===========Location-page-start====================================*/

/*-----------location-section-start---------------------------------*/

.map-location-section {
	padding: 4.722rem 0; /* 85px 0 */
}

/* .map-iframe iframe {
	width: 100%;
} */

.map-title {
	color: #292d49;
    font-weight: 700;
}

.map-text {
	font-weight: 600;
	margin-bottom: 1.389rem; /* 25px */
	color: #292d49;
}

.map-address * {
	font-weight: 700;
	color: #292d49;
	margin: 0;
}

.map-address a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	color: #0000EE;
    font-size: 18px;
    margin-bottom: 20px;
}

.map-address a:hover {
	text-decoration: none;
	color: #0000EE;
}

.phone-number * {
	color: #292d49;
	margin-bottom: 0;
}

.phone-number p a {
	color: #9D5F91;
}

.phone-number p a:hover {
	color: #FFCC00;
}

.map-all-details {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.map-btn .btn {
	min-width: 13rem; /* 234px */
	text-transform: capitalize;
}

.map-text * {
	line-height: 26px;
}

/*-----------location-section-end-----------------------------------*/

/*-----------rethink-storage-start----------------------------------*/

.rethink-storage .max-img-above-text {
	max-height: 40%;
}

.rethink-storage .max-img-above-text.max-above-text-2 {
	font-weight: 600;
	font-size: 1.167rem; /* 21px */
	line-height: 1.556rem; /* 28px */
	padding: 1.278rem; /* 23px */
	top: 65%;
	transform: translate(0, -60%);
	-webkit-transform: translate(0, -60%);
	-moz-transform: translate(0, -60%);
	-ms-transform: translate(0, -60%);
	-o-transform: translate(0, -60%);
}

/*-----------rethink-storage-end------------------------------------*/

/*-----------typical-storage-start----------------------------------*/

.typical-storage .max-img-above-text {
	width: 85%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

/*-----------typical-storage-end------------------------------------*/

/*-----------people-review-start------------------------------------*/

.what-people-say-section {
	padding: 4.778rem 0 2.556rem 0; /* 86px 0 46px 0 */
}

/* .people-review-heading {
	margin-bottom: 100px;
} */

.people-review-img {
	margin-bottom: 1.111rem; /* 20px */
}

.people-review-img img {
	margin: 0 auto;
	object-fit: cover;
}

.people-review-star {
	margin-bottom: 1.111rem; /* 20px */
}

.people-review-detail {
	margin-bottom: 1.333rem; /* 24px */
}

.people-review-detail * {
	font-size: 0.944rem; /* 17px */
	line-height: 1.5rem; /* 27px */
}

.people-review-detail *:last-child {
	margin: 0;
}

.people-reviewer * {
	font-size: 0.944rem; /* 17px */
	line-height: 1.5rem; /* 27px */
	color: #9d5f91;
}

.people-review-star .review-rating-list .back-stars > *:before {
	width: 1.667rem; /* 30px */
	height: 1.611rem; /* 29px */
}

.people-review-star .review-rating-list .front-stars > *:before {
	width: 1.667rem; /* 30px */
	height: 1.611rem; /* 29px */
}

.people-review-slider {
	opacity: 0;
}

.people-review-slider.slick-initialized {
	opacity: 1;
}

.people-review-slide {
	padding: 0 1.667rem; /* 0 30px */
}

.people-review-slider .slick-list {
	margin: 0 -1.667rem; /* 0 -30px */
}

.people-review-slider.slick-slider .slick-arrow.slick-prev {
	left: -2.778rem; /* -50px */
}

.people-review-slider.slick-slider .slick-arrow.slick-next {
	right: -2.778rem; /* -50px */
}

/*-----------people-review-end--------------------------------------*/

/*-----------location-service-start---------------------------------*/

.our-professional-section.location-service {
	padding: 3.389rem 0; /* 61px */
}

.location-service .professional-btn {
	margin-top: 2.778rem; /* 50px */
}

.location-service .professional-btn .btn {
	min-width: 13.167rem; /* 237px */
}

/*-----------location-service-end-----------------------------------*/

/*-----------moving-need-start--------------------------------------*/

.moving-need-section {
	padding: 3.611rem 0; /* 65px */
}

.mn-item {
	margin-bottom: 3.611rem; /* 65px */
	height: calc(100% - 3.611rem); /* 65px */
}

.mn-img {
	margin-bottom: 1.111rem; /* 20px */
}

.mn-img img {
	width: 100%;
	height: 15rem; /* 270px */
	object-fit: cover;
}

.mn-title {
	font-size: 1.778rem; /* 32px */
	color: #292D49;
	margin-bottom: 1.111rem; /* 20px */
}

.mn-text *:last-child {
	margin: 0;
}

.moving-need-btn .btn {
	min-width: 18.167rem; /* 327px */
}

/*-----------moving-need-end----------------------------------------*/

/*-----------city-list-start----------------------------------------*/

.whenever-need-section {
	padding: 6.111rem 0; /* 110px */
}

.wh-heading {
	margin-bottom: 1.667rem; /* 30px */
}

.wn-text {
	margin-bottom: 3.889rem; /* 70px */
	font-size: 1.111rem; /* 20px */
}

.wn-text *:last-child {
	margin: 0;
}

.wn-btn .btn {
	min-width: 13.222rem; /* 238px */
}

.wn-cities {
	margin-bottom: 3.333rem; /* 60px */
}

.wn-cities ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wn-cities ul li {
	font-size: 1.111rem; /* 20px */
	font-weight: 400;
}

.wn-all-location * {
	display: block;
	font-weight: 600;
	font-size: 1.111rem; /* 20px */
	color: #6B6E8D;
	text-decoration: none;
}

.wn-all-location a:hover {
	text-decoration: none;
	color: #FFCC00;
}

.wn-all-location *:last-child {
	margin: 0;
}

/*-----------city-list-end------------------------------------------*/

/*===========Location-page-end======================================*/

/*===========404-page-start=========================================*/

.error-section {
	padding: 8.333rem 0; /* 150px 0 */
}

.error-section .main-title * {
	font-size: 4.167rem; /* 75px */
    line-height: 4.167rem; /* 75px */
    margin-bottom: 2.778rem; /* 50px */
}

.error-section .block-title * {
	font-weight: 400;
	font-size: 2.222rem; /* 40px */
    line-height: 2.222rem; /* 40px */
    margin-bottom: 2.778rem; /* 50px */
}

.error-section .error-btn .btn {
	min-width: 13rem; /* 234px */
	margin-right: 1.667rem; /* 30px */
}

.error-section .error-btn .btn:last-child {
	margin-right: 0;
}

/*===========404-page-end===========================================*/


/*-----------rethink-home-start-------------------------------------*/

.rethink-home .max-con-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rethink-btn {
	margin-left: 2.5rem;
}

.rethink-btn .btn {
	min-width: 13.111rem; /* 236px */
}

.rethink-home .max-con-list {
	margin-bottom: 2.778rem; /* 50px */
}

/*-----------rethink-home-end---------------------------------------*/

/*-----------home-list-start----------------------------------------*/

.home-list .units-every-way-block .units-every-way-inner-detail {
	padding-left: 0;
}

.home-list .units-every-way-inner-detail .detail *:last-child {
	margin: 0;
}

.home-list .units-every-way-block .units-every-way-image img {
	object-fit: cover;
}

.location-service .our-professional-block .our-professional-image img {
	object-fit: cover;
}

/*-----------home-list-end------------------------------------------*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #292D49;
}

.f-top {
	padding: 2.222rem 0; /* 40px 0 */
}

.f-bottom {
	padding: 0.833rem 0 3.056rem; /* 15px 0 55px */
	border-top: 0.056rem solid #797B8B;
}

.f-bottom .f-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f-bottom .f-social-icons {
	padding: 0;
}

.f-logo a {
	display: inline-flex;
}

.f-copyright {
	padding-top: 1.778rem; /* 32px */
}

.f-payment-list {
	padding-top: 1.667rem; /* 30px */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

/* .f-payment-list img {
	display: inline-flex;
	margin: 0 0.278rem;
}

.f-payment-list img:first-child {
	margin-left: 0;
}

.f-payment-list img:last-child {
	margin-right: 0;
} */

.f-payment-list img {
	height: 2.722rem; /* 49px */
	/* width: 100%; */
	margin-left: 0.278rem;
	margin-right: 0.278rem;
	margin-bottom: 0.5rem;
}

.f-payment-list img:first-child {
	margin-left: 0;
}

.f-payment-list img:last-child {
	margin-right: 0;
}

.f-block {
	margin-bottom: 1.389rem; /* 25px */
}

.f-block .f-detail ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.389rem; /* 0 0 7px */
	padding: 0;
	list-style-type: none;
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
	color: #797B8B;
}

.f-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
	color: #FAFAFA;
}

.f-block .f-detail h4 {
	color: #f8f9fa;
    font-weight: 600;
    font-size: 0.944rem; /* 17px */
}

.f-social-icons {
	padding-top: 2.5rem; /* 45px */
}

.f-social-icons ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.f-social-icons ul li {
	display: inline-flex;
	margin: 0 0.556rem; /* 0 10px */
	padding: 0;
	list-style-type: none;
	font-size: 1.389rem; /* 25px */
	line-height: 1.389rem; /* 25px */
	color: #FFCC00;
}

.f-social-icons ul li:first-child {
	margin-left: 0;
}

.f-social-icons ul li:last-child {
	margin-right: 0;
}

.f-social-icons ul li a {
	text-decoration: none;
	color: #FFCC00;
}

.f-social-icons ul li a:hover {
	color: #FAFAFA;
}

.f-social-icons ul li a:hover svg path {
	fill: #FAFAFA;
}

.f-social-icons {
	padding-top: 2.5rem; /* 45px */
}

.f-copyright ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.f-copyright ul li {
	/* display: inline-flex; */
	margin: 0 0.556rem; /* 0 10px */
	padding: 0;
	list-style-type: none;
	font-size: 0.889rem; /* 16px */
	line-height: 1.389rem; /* 25px */
	color: #797B8B;
}

.f-copyright ul li:first-child {
	margin-left: 0;
}

.f-copyright ul li:last-child {
	margin-right: 0;
}

.f-copyright ul li a {
	text-decoration: none;
	color: inherit;
}

.f-copyright ul li.active a,
.f-copyright ul li a.active,
.f-copyright ul li a:hover {
	color: #FAFAFA;
}

.f-copyright ul li a:hover svg path {
	fill: #FAFAFA;
}

.f-copyright ul li span {
	display: block;
	font-weight: 700;
    font-size: 17px;
    color: #fff;
}

.f-copyright ul li p {
	color: #b7bac3;
    line-height: 34px;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/




/* 12-7-2023 */

/*-----------new-banner-start--------------------------------------*/

.new-banner-main {
	position: relative;
	display: flex;
}

.new-banner-main .bg-video-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.25));
    bottom: 0;
    left: 0;
    right: 0;
}

.new-banner-main video {
	width: 100%;
	height: 37rem; /* 666px */
	object-fit: cover;
}

.zi-test-block .new-banner-main video {
	width: 100%;
	height: 46rem; /* 666px */
	object-fit: cover;
}

.new-banner-main .vide-bg-section {
	position: absolute;
    width: 100%;
    top: 5.556rem;  /* 100px */
    left: 0;
}

.zi-test-block .new-banner-main .vide-bg-section {
	position: absolute;
    width: 100%;
    top: 14.556rem; /* 100px */
    left: 0;
}

.new-banner-main .video-bg-inside {
	max-width: 38.333rem; /* 654px */
}

.video-bg-heading * {
	color: #FFFFFF;
    font-weight: 600;
    font-size: 2.778rem; /* 50px */
    line-height: 3.611rem; /* 65px */
	margin-bottom: 0;
}

.video-bg-heading {
	margin-bottom: 0.833rem; /* 15px */
}

.video-bg-pricing {
	padding: 1.667rem 2.222rem 0.833rem 2.222rem; /*30px40px15px40px*/
	background-color: #000000a6;
	border-radius: 0.222rem; /*4px*/
	-webkit-border-radius: 0.222rem;
	-moz-border-radius: 0.222rem;
	-ms-border-radius: 0.222rem;
	-o-border-radius: 0.222rem;
}

.bg-pricing-heading {
	margin-bottom: 1.111rem; /* 20px */
}

.bg-pricing-heading * {
	font-size: 1rem; /* 18px */
    font-weight: 700;
    line-height: 1.389rem; /* 25px */
    color: #f8f9fa;
	margin-bottom: 0;
}

.bg-pricing-heading * span {
	color: #fc0;
    font-size: 1.5rem; /* 27px */
    margin-right: 0.611rem; /* 11px */
}

.bg-zip-price {
	display: flex;
}

.zip-input {
	margin-right: 1.667rem; /* 30px */
}

.zip-input .form-control {
    height: 4.222rem; /* 76px */
    padding: 0.833rem; /* 15px */
    border: solid 0.056rem #fff; /* 1px */
    background-color: #fff;
    font-size: 1rem; /* 18px */
    color: #292d49;
    width: 19rem; /* 328px */
    text-align: center;
	border-radius: 0.222rem;
    -webkit-border-radius: 0.222rem;
    -moz-border-radius: 0.222rem;
    -ms-border-radius: 0.222rem;
    -o-border-radius: 0.222rem;
}

.zip-input .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.bg-zip-price input[type=number]::-webkit-inner-spin-button,
.bg-zip-price input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-zip-price input[type=number]::-moz-inner-spin-button,
.bg-zip-price input[type=number]::-moz-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-zip-price input[type=number] {
	-moz-appearance: textfield;
}

.get-pricing .btn {
	padding: 0.944rem 3.278rem; /* 17px 59px */
    font-size: 1.111rem; /* 20px */
    font-weight: 700;
    line-height: 2.222rem; /* 40px */
}

.get-pricing span {
	font-size: 0.889rem; /* 16px */
    line-height: 1.667rem; /* 30px */
    color: #f8f9fa;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 0.278rem; /* 5px */
}

.google-review-video {
	margin-top: 2.222rem; /* 40px */
}

.google-review-video a {
	display: block;
}

.google-review-video img {
	width: 11.667rem; /* 210px */
}

/*-----------new-banner-end----------------------------------------*/

/*-----------new-review-start--------------------------------------*/

.new-review-section {
	padding: 3.333rem 16.611rem 2.611rem 16.611rem; /* 60px 299px 47px 299px */
}

.new-review-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}

.new-review-slider.slick-slider .slick-arrow.slick-prev {
	left: -2.778rem; /* -50px */
	font-size: 2.222rem; /* 40px */
}

.new-review-slider.slick-slider .slick-arrow.slick-next {
	right: -2.778rem; /* -50px */
	font-size: 2.222rem; /* 40px */
}

.new-review-inside {
	position: relative;
	padding-top: 3.333rem; /* 60px */
}

.new-review-inside:before {
	position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 2.111rem;
    height: 1.389rem;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='38' height='25' viewBox='0 0 38 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.2502 0.598389L24.6502 24.8384H17.6902L25.6102 0.598389H37.2502ZM20.2102 0.598389L7.61021 24.8384H0.650208L8.57021 0.598389H20.2102Z' fill='%23FFCC00'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.new-reviews {
	margin-bottom: 1.111rem; /* 20px */
}

.new-reviews * {
	font-style: italic;
    font-weight: 600;
	font-size: 1.389rem; /* 25px */
    line-height: 2rem; /* 36px */
    letter-spacing: 0em;
	color: #292D49;
	margin-bottom: 0;
}

.new-review-star {
	margin-bottom: 1.111rem; /* 20px */
}

.new-reviewer * {
	font-size: 1rem; /* 18px */
    font-weight: 700;
    line-height: 1.111rem; /* 20px */
    letter-spacing: 0em;
    text-align: center;
    color: #9d5f91;
	margin-bottom: 0;
}

/*-----------new-review-end----------------------------------------*/

/*-----------desktop-2-section1-start------------------------------*/

.subscribe-section {
	padding: 2.722rem 0 2.444rem 0; /* 49px 0 44px 0 */
    /*margin-bottom: 3.389rem;  25px */
    /* border-bottom: 0.167rem solid #3C4169; 3px */
	/* border-top: 0.167rem solid #3C4169; */
}

.subscribe-mail .subscribe-section {
	border-top: 0.167rem solid #3C4169;
}

.subscribe-blog-inside .subscribe-section {
	border-top: 0.167rem solid #3C4169;
}

/* .subscribe-heading {
	margin-bottom: 2.222rem;  40px
} */

.subscribe-heading * {
	margin-bottom: 0;
    color: #3C4169;
    font-weight: 700;
    font-size: 1.778rem; /* 32px */
    line-height: 1.944rem; /* 35px */
}

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

.subscribe-text {
	margin-right: 1.778rem; /* 32px */
}

.subscribe-text * {
	margin-bottom: 0;
    font-size: 1rem; /* 18px */
    line-height: 1rem; /* 18px */
    color: #000000;
}

.subscribe-section .get-pricing-block .get-pricing-field .form-control {
	padding: 0.667rem 8.611rem 0.667rem 1.667rem; /* 12px 155px 12px 30px */
    height: 2.833rem; /* 51px */
    color: #000000;
    font-size: 1rem; /* 18px */
}

.subscribe-section .get-pricing-block .get-pricing-field .form-control::placeholder {
	color: #000000;
}

.subscribe-section .get-pricing-block .get-pricing-field .btn {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem; /* 18px */
    line-height: 1rem; /* 18px */
    width: 7.111rem; /* 128px */
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-section .get-pricing-block {
	max-width: 17.778rem; /* 320px */
}

/*-----------desktop-2-section1-end--------------------------------*/

/*-----------desktop-2-section2-start------------------------------*/

.featured-articles-section {
	padding: 0.5rem 0 2.778rem 0; /* 45px 0 50px 0 */
}

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

.fal-details {
	background-color: #F9F8F9; /* 30-9-2023 */
    padding: 1.667rem 1.111rem; /* 30px 20px */
}

.fal-title {
	margin-bottom: 1.111rem; /* 20px */
}

.fal-title * {
	margin-bottom: 0;
    font-weight: 700;
    font-size: 1.333rem; /* 24px */
    line-height: 1.889rem; /* 34px */
    color: #000000;
}

.fal-text {
	margin-bottom: 1.667rem; /* 30px */
}

.fal-text * {
	font-size: 0.778rem; /* 14px */
    line-height: 1.222rem; /* 22px */
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
}

.fal-name-date {
	display: flex;
    align-items: center;
	justify-content: flex-end; /* 30-9-2023 */
}

.fal-name {
	margin-right: 1.111rem; /* 20px */
}

.fal-name * {
	font-weight: 400;
    font-size: 0.889rem; /* 16px */
    line-height: 1.111rem; /* 20px */
    margin-bottom: 0;
	color: #6B6E8D;
}

.fal-date * {
	font-weight: 400;
    font-size: 0.889rem; /* 16px */
    line-height: 1.111rem; /* 20px */
    margin-bottom: 0;
	color: #6B6E8D;
}

.far-heading {
	padding-bottom: 0.833rem; /* 15px */
    margin-bottom: 1.111rem; /* 20px */
    border-bottom: 2px solid #FACA10; /* 2px */
}

.far-heading * {
	margin-bottom: 0;
    font-weight: 700;
    font-size: 1.278rem; /* 23px */
    line-height: 1.556rem; /* 27px */
    color: #3C4169;
}

.far-item {
	display: block;
    padding-bottom: 1.111rem; /* 20px */
    border-bottom: 0.056rem solid rgba(86, 97, 114, 0.5); /* 1px */
    margin-bottom: 1.111rem; /* 20px */
    text-decoration: none;
	cursor: pointer;
}

.far-list > .row > [class*=col-]:last-child .far-item {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.far-item > .row {
	margin-left: -0.278rem; /* 5px */
	margin-right: -0.278rem; /* 5px */
}

.far-item > .row > [class*=col-] {
	padding-left: 0.278rem; /* 5px */
	padding-right: 0.278rem; /* 5px */
}

.far-item-left img {
	width: 100%;
	object-fit: cover;
}

.far-item-right {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.far-item-heading * {
	margin-bottom: 0;
    font-weight: 700;
    font-size: 1.056rem; /* 19px */
    line-height: 1.444rem; /* 26px */
    color: #000;
}

.far-item .fal-name {
	margin-right: 0;
}

.far-item .fal-name-date {
	justify-content: space-between;
}

/*-----------desktop-2-section2-end--------------------------------*/

/*-----------desktop-2-section3-start------------------------------*/

.guide-section {
	padding: 2.222rem 0 2.944rem 0; /* 40px 0 107px 0 */
}

.guide-heading {
	position: relative;
}

.guide-heading:before {
	content: '';
    position: absolute;
    width: 77%;
    height: 0.111rem; /* 2px */
    background-color: #3C4169;
    bottom: 0.5rem; /* 9px */
    right: 0;
}

.guide-section .far-item {
	padding-bottom: 0;
	margin-bottom: 1.111rem; /* 20px */
	padding-bottom: 1.111rem;
	border-bottom: 1px solid #E0E0E0;
}

.guide-section .far-list > .row > [class*=col-]:last-child .far-item {
	/* margin-bottom: 1.667rem !important;
	padding-bottom: 0 !important; */
	margin-bottom: 1.111rem; /* 20px */
	padding-bottom: 1.111rem;
	border-bottom: 1px solid #E0E0E0;
}

/* .guide-section .far-item-right {
	padding-bottom: 0.556rem;
	border-bottom: 0.056rem solid rgba(86, 97, 114, 0.5);
} */

.guide-section .guide-heading {
	margin-bottom: 1.944rem; /* 35px */
}

.guide-section .guide-heading * {
	margin-bottom: 0;
	margin-bottom: 0;
    font-weight: 600;
    font-size: 1.333rem; /* 24px */
    line-height: 1.611rem; /* 29px */
    color: #3C4169;
	text-decoration: none;
}

.guide-btn {
	text-align: right;
}

.guide-btn a {
	text-decoration: none;
    font-weight: 600;
    font-size: 1rem; /* 18px */
    line-height: 1rem; /* 18px */
    color: #3C4169;
}

.guide-btn a:hover {
	color: #FFCC00;
}

/*-----------desktop-2-section3-end--------------------------------*/

/*-----------desktop-4-section1-start------------------------------*/

/* .guide-inside-main {
	background-color: #FCEAD7;
} */

.guide-inside-section {
	padding: 2.778rem 0 3.889rem 0; /* 50px 0 70px 0 */
}

/* .guide-inside-section > .row {
	align-items: center;
} */

.guide-inside-img {
	margin-bottom: 1.111rem; /* 20px */
}

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

.guide-inside-update {
	margin-right: 1.111rem; /* 20px */
}

.guide-inside-update:last-child {
	margin-right: 0;
}

.guide-inside-update * {
	margin-bottom: 0;
	font-size: 1rem; /* 18px */
	line-height: 1.111rem; /* 20px */
	color: #3C4169;
}

.guide-inside-update * span {
	font-weight: 600;
}

.guide-inside-details {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.guide-inside-heading {
	margin-bottom: 1.111rem; /* 20px */
}

/* .guide-inside-heading * {
	margin-bottom: 0;
	font-weight: 700;
    font-size: 2.111rem;
    line-height: 3.333rem;
	color: #3C4169;
} */

.guide-inside-text {
	margin-bottom: 1.111rem; /* 20px */
}

.guide-inside-text * {
	margin-bottom: 0;
}

.guide-inside-writer * {
	margin-bottom: 0;
}

.guide-inside-writer * span {
	color: #317EB6;
	font-weight: 600;
}

/*-----------desktop-4-section1-end--------------------------------*/

/*-----------desktop-4-section2-start------------------------------*/

.guide-below-section {
	padding: 3.889rem 0 2.222rem 0; /* 70px 0 40px 0 */
}

.guide-below-list ul {
	padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.guide-below-list ul li {
	text-align: center;
    position: relative;
    padding: 3.333rem 0.278rem; /* 60px 5px */
    background-color: #2E475D;
    max-width: 9.444rem; /* 170px */
	margin: 0 0.556rem; /* 0 10px */
}

.guide-below-text a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #3388E6;
    font-size: inherit; /* 26px */
    line-height: inherit; /* 36px */
    margin-bottom: 0; /* 16px */
}

.guide-below-text a:hover {
	opacity: 0.7;
}

.guide-below-list ul li:first-child {
	margin-left: 0;
}

.guide-below-list ul li:last-child {
	margin-right: 0;
}

.guide-below-list ul li a {
	display: block;
	color: #FFFFFF;
}

.guide-below-list ul li a:hover {
	color: #000000;
}

.guide-below-list ul li span {
    display: flex;
    font-weight: 700;
    font-size: 1.667rem; /* 30px */
    line-height: 1.667rem; /* 30px */
    padding: 0.833rem; /* 15px */
    background-color: #FF5C35;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 3.333rem; /* 60px */
    height: 3.333rem; /* 60px */
    left: 50%;
    top: -1.667rem; /* -30px */
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.guide-below-list ul li a span {
    display: flex;
    font-weight: 700;
    font-size: 1.667rem; /* 30px */
    line-height: 1.667rem; /* 30px */
    padding: 0.833rem; /* 15px */
    background-color: #FF5C35;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 3.333rem; /* 60px */
    height: 3.333rem; /* 60px */
    left: 50%;
    top: -1.667rem; /* -30px */
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.guide-below-list ul li a * {
	margin-bottom: 0;
    font-size: 1rem; /* 18px */
    line-height: 1.667rem; /* 30px */
}

.guide-below-list {
	padding-top: 5.556rem; /* 100px */
}

/*-----------desktop-4-section2-end--------------------------------*/

/*-----------typography-section-start------------------------------*/

.typography-section {
	font-size: inherit;
	line-height: inherit;
	padding: 2.778rem 0; /* 0 50px */
}

.typography-section a {
	word-break: break-word;
}

.typography-section h1 {
	font-size: 2.778rem; /* 50px */
	font-size: 3.556rem; /* 64px */
}

.typography-section h2 {
	font-size: 2.222rem; /* 40px */
	line-height: 3rem; /* 54px */
}

.typography-section h3 {
	font-size: 2.111rem; /* 38px */
	line-height: 2.778rem; /* 50px */
}

.typography-section h4 {
	font-size: 1.778rem; /* 32px */
	line-height: 2.556rem; /* 46px */
}

.typography-section h5 {
	font-size: 1.667rem; /* 30px */
	line-height: 2.444rem; /* 44px */
}

.typography-section h6 {
	font-size: 1.444rem; /* 26px */
	line-height: 2.222rem; /* 40px */
}

.typography-section ol,
.typography-section ul {
    padding-left: 1.111rem; /* 20px */
    margin-bottom: 1.111rem; /* 20px */
}

.typography-section ol ul,
.typography-section ol ol,
.typography-section ul ul,
.typography-section ul ol {
    margin-top: 0.556rem; /* 10px */
    margin-bottom: 0.556rem; /* 10px */
}

.typography-section blockquote {
	padding-left: 1.667rem; /* 30px */
    border-left: 0.167rem solid #FFCC00; /* 3px */
    margin-bottom: 1.111rem; /* 20px */
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.typography-section .alignnone {
    float: none;
    margin: 1.389rem 1.389rem 1.389rem 0; /* 25px 25px 25px 0 */
}

.typography-section .alignleft {
    float: left;
    margin: 1.389rem 1.389rem 1.389rem 0; /* 25px 25px 25px 0 */
}

.typography-section .alignright {
    float: right;
    margin: 1.389rem 0 1.389rem 1.389rem; /* 25px 0 25px 25px */
}

.typography-section .aligncenter {
    display: block;
    float: none;
    margin: 1.389rem auto; /* 25px */
}

/*-----------typography-section-end--------------------------------*/

/* 12-7-2023 */


/* 19-7-2023 */

.yikes-easy-mc-form label.label-inline {
	float: unset !important;
	margin: 0 !important;
	padding: 0 !important;
}

.subscribe-section .get-pricing-block .get-pricing-field .form-control {
	margin: 0 !important;
	background: transparent !important;
	padding: 0.667rem 4.611rem 0.667rem 1.667rem;
}

.subscribe-deatil p {
	color: #000000;
	margin: 0;
	margin-right: 2rem;
	position: relative;
	top: -0.3rem;
}

p.yikes-easy-mc-error-message,
p.yikes-easy-mc-success-message {
	position: absolute;
    top: 60px;
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    height: 70px;
    padding: 10px;
    margin: 0;
}

/* 19-7-2023 */



/* 21-07-2023 */
.farticles-left a{
	text-decoration: none !important;
}
.breadcrumb {
	padding: 1.111rem 0;
	margin: 0;
}
.breadcrumb-item.active {
	/* color: #FFCC00; */
	color: #3C4169;
	font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #3C4169;
}
/* 21-7-2023 */


/* 25-7-2023 */

.popup-modal .modal-dialog {
	width: 510px;
	max-width: unset;
	margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
}

.popup-modal .modal-content {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.popup-modal .btn-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: transparent;
    border: none;
    font-size: 26px;
    color: #FFCC00;
	padding: 0px 20px;
    border-top-right-radius: 5px;
}

.popup-modal .btn-popup-close:hover {
	background-color: #F5F5F5;
}

.popup-modal .modal-body {
	padding: 30px;
}

.popup-modal .contact-form {
	background-image: none;
}

.popup-modal .form-start {
	padding: 0;
}

.popup-modal .contact-form form {
	width: 100%;
}

.modal-hmm {
	margin-bottom: 18px;
}

.modal-hmm * {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 32px;
	color: #292D49;
}

.modal-not-reach {
	margin-bottom: 8px;
}

.modal-not-reach * {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 22px;
	color: #9D5F91;
}

.modal-first-to-know {
	margin-bottom: 24px;
}

.modal-first-to-know * {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	color: #292D49;
}

.popup-modal .form-btn {
	margin-top: 50px;
}

.popup-modal .form-btn .btn {
	padding: 0.5rem 0.5rem;
    width: 174px;
    height: 48px;
	font-size: 1.111rem;
}

.thank-you-modal .modal-dialog {
	width: 510px;
	max-width: unset;
	margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
}

.thank-you-modal .btn-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: transparent;
    border: none;
    font-size: 26px;
    color: #FFCC00;
	padding: 0px 20px;
    border-top-right-radius: 5px;
}

.thank-you-modal .btn-popup-close:hover {
	background-color: #F5F5F5;
}

.modal-thankyou * {
	margin-bottom: 0;
	font-size: 22px;
	color: #9D5F91;
}

.thank-you-modal .modal-body {
	padding: 30px;
}

.get-pricing-block {
	position: relative;
}

.get-pricing-block .error-msg {
	position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 14px;
	line-height: 14px;
    color: #f44336;
}

.contact-form .form-input label.error {
	min-height: 30px;
    position: absolute;
    bottom: -36px;
    top: unset;
    font-size: 14px;
    line-height: 14px;
    color: #f44336;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.contact-form .form-input.focus label.error {
	top: unset !important;
}

.video-bg-pricing {
	position: relative;
}

.video-bg-pricing .error-msg {
	position: absolute;
    bottom: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #f44336;
}

/* 25-7-2023 */
.test-logo {
	display: none;
}


.zi-test-block .header .test-logo {
	display: block !important;
}

.zi-test-block .header.atfix .test-logo {
	display: none !important;
}

/* .zi-test-block .header.atfix .navbar-brand {
	width: 159px;
} */

.zi-test-block .header .h-logo-test {
	display: none !important;
}

.zi-test-block .header.atfix .h-logo-test {
	display: block !important;
}

.zi-test-block .header .navbar-toggler.collapsed .menuicon {
	color: #fff;
}

.zi-test-block .header.atfix .navbar-toggler.collapsed .menuicon {
	color: #9D5F91;
}

.zi-test-block .navbar-nav .nav-item .nav-link:hover {
	color: #FFCC00;
}

/* 29-7-2023 */
.navbar .navbar-brand img {
    width: 129px !important;
    height: 39px !important;
	margin-right: 0 !important;
}
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link:hover {
	color: #9D5F91;
}
/* 29-7-2023 */

/* 7-8-2023 */

.bg-zip-price {
	justify-content: space-between;
}

.form-input .wpcf7-not-valid-tip {
	position: absolute;
    bottom: -27px;
    left: 0;
    font-size: 16px;
}

/* 7-8-2023 */

/* 8-8-2023 */

.all-storage-location-section .asl-list > .row {
	justify-content: center;
}

/* 8-8-2023 */

/* 17-8-2023 */

.google-review-heading {
	margin-bottom: 2.222rem;
}

.average-rating {
	margin-bottom: 4.444rem;
}

.google-review-main {
	padding: 5.111rem 0 4rem 0;
	overflow: hidden;
}

.review-top {
	display: flex;
	align-items: center;
	margin-bottom: 1.278rem;
}

.review-top img {
	width: 1.944rem;
	height: 1.944rem;
	object-fit: cover;
	margin-right: 0.722rem;
}

.review-top * {
	margin-bottom: 0 !important;
	color: #9D5F91 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.111rem !important;
}

.reviews-container .review {
	pointer-events: none;
	margin: 0 1rem;
	margin-bottom: 10px;
	padding: 2.5rem 1.667rem;
	background-color: #FFFFFF;
	box-shadow: 0px 0rem 0.367rem 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0rem 0.367rem 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0rem 0.367rem 0px rgba(0, 0, 0, 0.3);
	border-radius: 0.833rem;
	-webkit-border-radius: 0.833rem;
	-moz-border-radius: 0.833rem;
	-ms-border-radius: 0.833rem;
	-o-border-radius: 0.833rem;
}

.reviews-container .slick-list {
	margin: 0 -1rem;
}

.reviews-container .review p {
	margin-bottom: 0;
	color: #6B6E8D;
	/* font-size: 1rem; */
	font-size: 0.889rem;
	font-weight: 500;
	line-height: 1.556rem;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
	overflow: hidden;
	visibility: visible;
}

.reviews-container {
	opacity: 1;
}

.reviews-container.slick-initialized {
	opacity: 1;
	position: relative;
}

.reviews-container .slick-track {
	display: flex !important;
	padding: 20px 0;
}

.reviews-container .slick-slide {
	/* height: 15rem !important; */
	/* height: 21.111rem; */
	height: 21.111rem !important;
}

.average-rating .review-stars ul {
	list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	margin: 0;
}

.average-rating .review-stars ul li {
	margin: 0 8px;
}

.average-rating .review-stars ul li:first-child {
	margin-left: 0;
}

.average-rating .review-stars ul li:last-child {
	margin-right: 0;
}

.average-rating .review-stars ul li i,
.average-rating .review-stars ul li svg {
	font-size: 6.667rem;
    width: 6.667rem;
    height: 6.667rem;
    color: #FC0;
}

.google-review-slider {
	display: none !important;
}

/* 17-8-2023 */


/* 18-9-2023 */

.header-plain .get-pricing-block .get-pricing-field .btn {
	position: relative;
	height: 2.556rem;
	border-top-left-radius: 0.333rem;
    border-bottom-left-radius: 0.333rem;
}

/* .header-plain .navbar .navbar-collapse {
	justify-content: flex-end;
} */

.header-plain .get-pricing-block {
	justify-content: flex-end;
}

.banner-spanish.banner-section .get-pricing-block .get-pricing-field .btn {
	height: 4.167rem;
	position: relative;
	border-radius: 0.333rem;
	-webkit-border-radius: 0.333rem;
	-moz-border-radius: 0.333rem;
	-ms-border-radius: 0.333rem;
	-o-border-radius: 0.333rem;
}

/* 18-9-2023 */


/* 19-9-2023 */

.military-list ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding: 0;
	margin: 0;
}

.military-list ol li {
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 4.778rem;
	margin-bottom: 2.778rem;
}

.military-list ol li::before {
	content: counter(my-awesome-counter);
	color: #3C4169;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.667rem;
	height: 2.667rem;
	padding: 0.611rem 0.556rem 0.5rem 0.556rem;
	font-size: 1.667rem;
	background-color: #FFCC00;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.military-btn .btn {
	max-width: 18.222rem;
	width: 100%;
}

.military-section {
	padding: 5.556rem 0 2.5rem 0;
}

.as-list.max-con-list ul {
	display: flex;
	flex-wrap: wrap;
}

.as-list.max-con-list ul li {
	flex: 0 0 50%;
}

/* .as-list.max-con-list ul li:nth-child(odd) {
	padding-right: 40px;
}

.as-list.max-con-list ul li:nth-child(even) {
	padding-left: 40px;
} */

.as-img {
	margin-bottom: 4.722rem;
}

.appreciates-service-section {
	padding: 4.056rem 0 2.5rem 0;
}

.more-info-section {
	padding: 4.722rem 0 4.222rem 0;
}

.more-info-section .section-title {
	margin-bottom: 2.778rem;
}

.more-info-img {
	margin-bottom: 3.889rem;
}

.more-info-item .small-block-title {
	margin-bottom: 1.111rem;
	color: #3C4169;
	font-weight: 700;
}

.more-info-item {
	margin-bottom: 2.778rem;
}

.more-info-item p a {
	text-decoration: underline;
}

.more-info-item p span {
	font-weight: 700;
	color: #3C4169;
}

.more-info-section .military-btn {
	margin-top: 0.833rem;
}

.our-professional-landing p span {
	font-weight: 700;
}

.language-change-main {
	display: flex;
	align-items: center;
	margin-left: 1.667rem;
}

.language-title {
	margin-right: 1.667rem;
	position: relative;
}

.language-title:last-child {
	margin-right: 0;
}

.language-title *:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0.056rem;
	right: -0.833rem;
	top: 0;
	bottom: 0;
	background-color: #E4D2DF;
}

.language-title:last-child *:before {
	content: none;
}

.zi-test-block .language-title * {
	color: #FFFFFF;
}

.zi-test-block header.atfix .language-title * {
	color: #292D49;
}

.language-title * {
	position: relative;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	color: #292D49;
	text-decoration: none
}

.language-title *:hover {
	color: #FFCC00;
}

.language-title.active *:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.111rem;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFCC00;
}

.reviews-container {
	opacity: 0;
}

.reviews-container.slick-initialized {
	opacity: 1;
}

.reviews-container.slick-slider .slick-arrow.slick-prev {
	left: -1.667rem;
}

.reviews-container.slick-slider .slick-arrow.slick-next {
	right: -1.667rem;
}

.average-rating p {
	color: #6B6E8D;
}

/* 19-9-2023 */

/* 20-9-2023 */

.contact-form .form-input .form-control::-webkit-datetime-edit {
	opacity: 0;
}

.contact-form .form-input.focus .form-control::-webkit-datetime-edit {
	opacity: 1;
}

.contact-form .form-input select option:first-child {
	display: none;
}

.popup-modal .contact-form .form-input .form-control {
	height: 3.378rem;
}

.spanish-banner-new .video-bg-heading * {
	font-size: 2.1rem;
    line-height: 3rem;
}

.spanish-banner-new .video-bg-pricing {
	max-width: 37.5rem;
    width: 100%;
}

.spanish-banner-new .get-pricing .btn {
	width: 19.167rem;
}

.contact-form #spanish-contact-form .form-input label.error {
	display: none !important;
}

.popup-modal .contact-form .form-input.error .form-control {
	border-color: #f44336;
}

.popup-modal .contact-form .form-input.focus.error .form-control {
	border-bottom-color: #f44336 !important;
}

.popup-modal .contact-form .form-input.focus.error label.form-label {
	color: #f44336;
}

.google-review-star {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.google-review-star img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

/* 20-9-2023 */


/* 21-9-2023 */

.zi-test-block .navbar-nav .nav-item.active .nav-link,
.zi-test-block .navbar-nav .nav-item.current-menu-item .nav-link,
.zi-test-block .navbar-nav .nav-item.current-menu-parent .nav-link,
.zi-test-block .navbar-nav .nav-item .nav-link.active,
.zi-test-block .navbar-nav .nav-item .nav-link.current-menu-item,
.zi-test-block .navbar-nav .nav-item .nav-link.current-menu-parent,
.zi-test-block .navbar-nav .nav-item .nav-link.show,
.zi-test-block .navbar-nav .nav-item .nav-link:hover {
	color: #FFFFFF;
}

.zi-test-block .header.atfix .navbar-nav .nav-item.active .nav-link,
.zi-test-block .header.atfix .navbar-nav .nav-item.current-menu-item .nav-link,
.zi-test-block .header.atfix .navbar-nav .nav-item.current-menu-parent .nav-link,
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link.active,
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link.current-menu-item,
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link.current-menu-parent,
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link.show,
.zi-test-block .header.atfix .navbar-nav .nav-item .nav-link:hover {
	color: #9D5F91;
}

.popup-modal .contact-form .form-input input[type="date" i]::-webkit-calendar-picker-indicator {
	background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	/* appearance: none;
	pointer-events: none; */
}

/* input[type="date"] {
    width: 100% !important;
} */



input[type="date"] {
	width: calc(100% - 2px) !important;
	box-sizing: border-box;
}

.datepicker {
	width: 448px;
}

.datepicker table {
	width: 100%;
}

/* 21-9-2023 */

/* 26-9-2023 */

.datepicker table tr td.active.active {
	background-image: none !important;
	background-color: #FFCC00 !important;
}

/* 26-9-2023 */

/* 30-9-2023 */

.guide-section .far-heading {
	margin-bottom: 30px;
}

.guide-section .far-heading * {
	text-decoration: none;
}

.far-item-heading * {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.222rem;
	color: #292D4A;
}

.guide-btn a {
	color: #9D5F91;
}

.guide-btn a:hover {
	color: #9D5F91;
}

.guide-section .far-heading .guide-btn {
    display: none;
}

.guide-inside-update * {
	font-size: 0.889rem;
	line-height: 0.889rem;
	color: #8F91A0;
}

.guide-inside-update * span {
	font-weight: 500;
}

/* .guide-inside-heading * {
	font-size: 1.778rem;
	line-height: 2.5rem;
} */

/* .guide-below-text ol li strong {
	font-weight: 500;
} */

.guide-below-text a {
	color: #9D5F91;
}

.guide-below-text a:hover {
	color: #9D5F91;
	opacity: 1;
}

.guide-below-text a {
	font-size: inherit !important;
}

.guide-below-text h2 {
	font-weight: 700;
	font-size: 1.778rem;
	line-height: 2.5rem;
	color: #3C4169;
	margin-bottom: 0.556rem;
}

.guide-below-text h2 * {
	font-weight: 700;
	font-size: 1.778rem;
	line-height: 2.5rem;
	color: #3C4169;
}

.guide-below-text p {
	margin-bottom: 0.556rem;
}

.subscribe-section {
    padding: 1.111rem 0 1.667rem 0 !important;
}

.featured-articles-section {
	padding-top: 0 !important;
}

.subscribe-heading {
	margin-bottom: 0 !important;
}

.guide-section {
	padding-top: 0 !important;
}

.far-item {
	border-color: #E0E0E0;
}

.fal-title * {
	color: #292D4A;
}

.fal-text * {
	color: #3C4169;
}

.guide-inside-img {
	text-align: right;
}

.guide-inside-img iframe {
	width: 100%;
	max-width: 560px;
	height: 315px;
}

/* 30-9-2023 */

/* 2-10-2023 */

.guide-below-text ol,
.guide-below-text ul {
	padding-left: 1.111rem;
}

.guide-inside-section h1 {
	font-size: 1.778rem;
    line-height: 2.5rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

.guide-inside-section h2 {
	font-size: 1.278rem;
	line-height: 1.556rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-inside-section h3 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-inside-section h4 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-inside-section h5 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-inside-section h6 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-below-text h1 {
	font-size: 1.778rem;
    line-height: 2.5rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

.guide-below-text h2 {
	font-size: 1.278rem;
	line-height: 1.556rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

.guide-below-text h3 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

.guide-below-text h4 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0;
}

.guide-below-text h5 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

.guide-below-text h6 {
	font-size: 1rem;
	line-height: 1.667rem;
	font-weight: 700;
	color: #3C4169;
    margin-bottom: 0.556rem;
}

/* 2-10-2023 */

/* 3-10-2023 */

.fal-text * {
	font-size: 0.889rem;
	line-height: 1.389rem;
}

/* 3-10-2023 */

/* 19-10-2023 */

.max-con-left {
	height: 100%;
}

.max-con-img {
	height: 100%;
}

.max-con-img video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* 19-10-2023 */

/* 27-10-2023 */

.related-blog-post .mn-title {
	font-size: 1.278rem;
    line-height: 1.556rem;
	margin-bottom: 0.2rem;
}

.related-blog-post .mn-title * {
	text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    visibility: visible;
}

.related-blog-post .mn-text p {
	text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    visibility: visible;
	line-height: 1.5rem;
}

/* 27-10-2023 */

/* 21-11-2023 */

.star-rating-footer {
	margin: 20px 0;
}

.star-rating-footer .kk-star-ratings {
	justify-content: flex-end;
}

.star-rating-footer .kksr-legend {
	font-family: 'Montserrat';
    font-size: 20px !important;
    line-height: normal;
    font-weight: 700;
    color: #3C4169;
}

/* 21-11-2023 */

/* 12-12-2023 */

.page-numbers-wrp ul.page-numbers {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* .page-numbers-wrp ul.page-numbers li.next-prev {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
} */

.page-numbers-wrp {
	padding-top: 50px;
}

/* .page-numbers-wrp ul.page-numbers li.next-prev:first-child {
	left: 0;
}

.page-numbers-wrp ul.page-numbers li.next-prev:last-child {
	right: 0;
} */

.page-numbers-wrp ul.page-numbers li {
	margin-right: 20px;
	border-bottom: 1px solid transparent;
	text-align: center;
}

.page-numbers-wrp ul.page-numbers li.active {
	border-bottom-color: #FFCC00;
	color: #FFCC00;
}

.page-numbers-wrp ul.page-numbers li:last-child {
	margin-right: 0;
}

.page-numbers-wrp ul.page-numbers li a:hover {
	color: #FFCC00;
}

/* 12-12-2023 */

/* 10-1-2024 */

/* .guide-inside-section.guide-new-inside-section .section-title * {
	color: #1A1818;
	font-weight: 600;
	line-height: 133%;
	letter-spacing: -0.9px;
} */

.guide-inside-section.guide-new-inside-section .guide-inside-heading {
    margin-bottom: 2rem;
}

.guide-inside-section.guide-new-inside-section .guide-inside-img {
	margin-bottom: 2rem;
	text-align: center;
}

.guide-inside-section.guide-new-inside-section .guide-inside-img iframe {
	max-width: 100%;
	height: 752px;
}

/* 10-1-2024 */

/* 13-1-2024 */

.self-clean-section {
	/* max-width: 1024px;
	margin-left: auto;
	margin-right: auto; */
	/* padding: 55px 0 40px 0; */
	padding: 22px 0;
}

.self-clean-section .section-title {
	font-weight: 600;
	line-height: 150%;
	color: #1A1818;
	letter-spacing: -0.8px;
	margin-bottom: 10px;
	max-width: 1030px;
}

.self-clean-section .block-title {
	font-weight: 500;
	line-height: 133%;
	color: #1A1818;
	margin-bottom: 50px;
}

.self-clean-img {
	/* max-width: 1060px; */
	margin-bottom: 40px;
	position: relative;
}

.self-clean-img img {
	width: 100%;
	object-fit: cover;
	max-height: 569px;
}

.self-clean-img video {
	width: 100%;
	object-fit: cover;
	height: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.best-seller {
	display: inline-block;
    width: 230px;
    height: 46px;
    line-height: 100%;
    position: absolute;
    right: -34px;
    top: -9px;
	background-image: url('../images/best-seller-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.best-seller span {
	color: #292D49;
    text-align: center;
	font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
	position: relative;
    top: 4px;
}

.self-left-text {
	margin-bottom: 50px;
}

.self-left-text * {
	font-weight: 500;
	font-size: 18px;
	line-height: 166%;
	color: #1A1818;
}

.self-left-text * span {
	font-weight: 800;
}

.self-left-text * b {
	font-weight: 700;
}

.self-img-right img {
	width: 100%;
	max-height: 390px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.installed-section {
	padding: 75px 0 87px 0;
}

.installed-section .section-title {
	line-height: 125%;
	color: #1A1818;
	margin-bottom: 20px;
}

.installed-text {
	margin-bottom: 40px;
	max-width: 870px;
}

.installed-text * {
	font-weight: 500;
	font-size: 18px;
	line-height: 138%;
	color: #1A1818;
}

.installed-img img {
	width: 100%;
	max-height: 670px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.leaf-section {
	padding: 74px 0 151px 0;
}

.leaf-section > .section-title {
	line-height: 137%;
	color: #ffffff;
	margin-bottom: 20px;
	max-width: 1125px;
}

.leaf-section > .section-title span {
	color: #FACA10;
}

.leaf-section > i,
.leaf-section > svg {
	text-align: center;
	font-size: 43px;
	color: #FACA10;
	width: 100%;
	margin-bottom: 30px;
}

.space-need-card {
	position: relative;
	padding: 74px 45px 60px 45px;
	height: 588px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow-y: auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.space-list .form-check {
	height: calc(100% - 30px);
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 222px;
	margin-bottom: 30px;
}

.space-item {
	position: relative;
	padding: 50px 25px;
	background-color: #ffffff;
	box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.22);
	border-radius: 10px;
	border: 5px solid #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}

/* .space-item.active {
	border-color: #FACA10;
} */

.space-list .form-check input:checked + .space-item {
	border-color: #FACA10;
}

.space-item .block-title {
	font-weight: 600;
	line-height: 128%;
	color: #1A1818;
	margin-bottom: 10px;
}

.space-item .block-title b {
	font-weight: 400;
}

.space-item-text * {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #2D3C41;
}

.small-space-text {
	line-height: 100%;
}

.small-space-text * {
	font-weight: 500;
	font-size: 14px;
	line-height: 142%;
	color: #2D3C41;
}

.space-item-last-text * {
	font-weight: 700;
	font-size: 25px;
	line-height: 120%;
	color: #2D3C41;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.space-need-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.space-need-btns .btn {
	width: 328px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 222%;
	color: #033668;
}

.space-need-btns .btn.btn-white-square svg,
.space-need-btns .btn.btn-white-square i {
	margin-right: 20px;
    width: 38px;
    height: 38px;
	color: #FACA10;
}

.btn.btn-yellow-square {
	background-color: #FFCC00;
	color: #292D49;
}

.space-need-btns .btn.btn-yellow-square svg,
.space-need-btns .btn.btn-yellow-square i {
	margin-left: 20px;
}

.space-list {
	padding-bottom: 35px;
}

/* 13-1-2024 */

/* 14-1-2024 */

.lifetime-section {
	padding: 61px 0 55px 0;
}

.lifetime-section .section-title {
	line-height: 137%;
	color: #1A1818;
	margin-bottom: 15px;
}

.lifetime-text {
	margin-bottom: 40px;
	max-width: 870px;
}

.lifetime-text * {
	font-weight: 500;
	line-height: 138%;
	color: #1A1818;
}

.lifetime-card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.lifetime-card .lifetime-item {
	flex: 0 0 18.8%;
	margin-bottom: 30px;
	margin-right: 16px;
	position: relative;
}

.lifetime-card .lifetime-item:nth-child(5n) {
	margin-right: 0;
}

.lifetime-card .lifetime-item img {
	width: 100%;
	/* height: 378px; */
	aspect-ratio: 1/1.4;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.lifetime-card .lifetime-item .lifetime-img-text {
	position: absolute;
	background-color: #ffffff;
	width: 173px;
	min-height: 35px;
	padding: 0 10px;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.lifetime-card .lifetime-item .lifetime-img-text * {
	font-weight: 700;
	font-size: 18px;
	line-height: 222%;
	color: #353535;
}

.install-option-section {
	padding: 68px 0 57px 0;
}

.install-option-section .section-title {
	line-height: 137%;
	color: #1A1818;
	margin-bottom: 60px;
}

.install-option-item {
	margin-bottom: 45px;
}

.install-option-item > .row {
	margin-left: 0;
	margin-right: 0;
}

.install-option-item > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.install-option-item > .row > [class*=col-] > * {
	height: 100%;
}

.install-option-item-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-ms-border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
}

.install-option-item-right {
	position: relative;
	background-color: #FFF1CD;
	padding: 56px 52px 67px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
}

.install-option-item-right .best-seller {
	width: 165px;
	height: 51px;
	right: -24px;
	top: 20px;
	text-align: center;
}

.option-tag {
	display: inline-block;
	width: 115px;
	min-height: 35px;
	background-color: #9D5F91;
	margin-bottom: 6px;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.option-tag * {
	font-weight: 500;
	font-size: 18px;
	line-height: 222%;
	color: #FFFFFF;
}

.install-option-item-right .block-title {
	line-height: 166%;
	color: #1A1818;
}

.install-option-item-right .block-title * {
	letter-spacing: -0.6px;
}

.install-option-item-text * {
	font-weight: 500;
	line-height: 194%;
	color: #1A1818;
}

.install-option-include span {
	font-weight: 700;
	font-size: 20px;
	line-height: 250%;
	color: #3C4169;
	letter-spacing: -0.4px;
	margin-bottom: 10px;
}

.install-option-include ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.install-option-include ul li {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 194%;
	color: #1A1818;
	padding-left: 30px;
}

.install-option-include ul li:before {
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 10px;
	line-height: 100%;
	width: 10px;
	height: 10px;
	padding: 10px;
	background-color: #FFCC00;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.install-option-item.proven-right-item {
	margin-bottom: 77px;
}

.proven-to-work .install-option-section {
	padding: 47px 0 52px 0;
}

.proven-right-item .install-option-item-right {
	background-color: #FFFFFF;
	padding: 42px 30px 42px 28px;
	justify-content: flex-start;
}

.proven-right-item .install-option-include ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.proven-right-item .install-option-include ul li {
	flex: 40% 0 0;
}

.lifetime-warranty-section {
	padding: 59px 0 56px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.lifetime-warranty-section .block-title {
	line-height: 133%;
	color: #1A1818;
}

.lifetime-warranty-section .block-title * {
	letter-spacing: -0.6px;
}

.lw-logo {
	margin-right: 30px;
}

.lw-text {
	max-width: 885px;
}

.lw-text * {
	font-weight: 500;
	font-size: 18px;
	line-height: 194%;
	color: #1A1818;
}

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

.see-customer-say-section {
	padding: 60px 0 64px 0;
}

.see-customer-say-section .section-title {
	line-height: 137%;
	color: #1A1818;
	margin-bottom: 24px;
}

.scs-quote {
	margin-bottom: 16px;
}

.scs-review-up {
	margin-bottom: 64px;
}

.scs-review-up-text {
	max-width: 680px;
	margin-bottom: 16px;
}

.scs-review-up-text * {
	font-weight: 600;
	font-size: 25px;
	line-height: 144%;
	color: #1A1818;
}

.scs-review-up .new-review-star {
	margin-bottom: 0;
}

.scs-reviewer-name {
	line-height: 100%;
}

.scs-reviewer-name * {
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	color: #9D5F91;
}

.scs-review-item {
	max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
	padding: 50px 50px 50px 30px;
	margin-bottom: 40px;
	background-color: #ffffff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.scs-review-item .new-review-star {
	margin-bottom: 10px;
}

.scs-review-item-name {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.scs-review-item-name img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.scs-review-item-name span {
	color: #9D5F91;
	font-size: 18px;
	font-weight: 700;
	line-height: 111.111%;
}

.scs-review-item-text * {
	color: #1A1818;
	font-size: 18px;
	font-weight: 700;
	line-height: 155.556%;
}

.scs-review-item-text *:last-child {
	margin-bottom: 0;
}

.scs-img {
	position: relative;
}

.scs-img img {
	width: 100%;
	max-width: 902px;
	height: 498px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.scs-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 255px;
	top: 50%;
	left: 0;
	right: 0;
	background-color: #FFF1CD;
	z-index: -1;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.helping-section {
	padding: 82px 0;
	/* max-width: 916px; */
}

.helping-section .section-title {
	line-height: 137%;
	color: #1A1818;
}

.helping-img {
	margin-bottom: 40px;
}

.helping-img img {
	width: 100%;
	height: 497px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.helping-text * {
	color: #1A1818;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
}

.helping-text span {
	font-weight: 800;
}

.proud-section {
	padding: 48px 0 70px 0;
	display: flex;
	align-items: center;
}

.proud-section .proud-img {
	margin-right: 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.proud-section .proud-img {
	min-width: 341px;
	min-height: 341px;
}

.proud-section .proud-detail {
	width: calc(100% - 341px);
}

.proud-detail .section-title {
	line-height: 137%;
	color: #1A1818;
	margin-bottom: 20px;
}

.proud-text * {
	font-weight: 500;
	font-size: 18px;
	line-height: 194%;
	color: #1A1818;
}

.most-popular {
	position: absolute;
	left: 50%;
	top: -5px;
	padding: 2px 10px;
	width: 131px;
	text-align: center;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.most-popular * {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: #ffffff;
}

.form-pagination {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.form-pagination span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #D9D9D9;
	margin-right: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

/* .form-pagination span.active {
	background-color: #FACA10;
} */

.space-need-step-btn .btn-back {
	margin-right: 50px;
	color: #BAB0C7;
	font-size: 18px;
	font-weight: 700;
	line-height: 222%;
	text-decoration: none;
	cursor: pointer;
}

.space-need-step-btn .btn-back:hover {
	color: #FFCC00;
}

.multi-form-input input {
	padding: 28px 34px;
	width: 410px;
	max-width: 100%;
	color: #292D49;
	font-size: 25px;
	font-weight: 500;
	line-height: 160%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	border-radius: 10px;
	border: 3px solid #FFF !important;
	background-color: #FFF;
	box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.22) !important;
	box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.22) !important;
	box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.22) !important;
}

.multi-form-input input::placeholder {
	color: #292D49;
	font-size: 25px;
	font-weight: 500;
	line-height: 160%;
}

.space-need-step-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.space-need-card-up .section-title {
	line-height: 137%;
	color: #1A1818;
	margin-bottom: 40px;
}

.multi-step-form {
	position: relative;
}

.small-multi-inputs .multi-form-input input {
	padding: 11px 18px;
	font-size: 20px;
	line-height: 170%;
}

.small-multi-inputs .multi-form-input input::placeholder {
	font-size: 20px;
	line-height: 170%;
}

.last-multi-card .section-title {
	margin-top: 176px;
}

.header-newest-add-start {
	padding: 42px 0;
}

/* 14-1-2024 */

/* 16-1-2024 */

.multi-form-send-btn {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}

.multi-form-send-btn .btn.btn-yellow-square {
	width: 100%;
}

.start-from {
	width: 184px;
	padding: 5px;
	margin-top: 10px;
	background-color: #FAF7FB;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.start-from * {
	font-size: 15px;
	line-height: 30px;
	color: #974E9A;
	margin-bottom: 0;
}

.start-from * span {
	display: block;
	font-weight: 700;
	font-size: 20px;
}

.size-home .space-item {
	justify-content: flex-start;
}

.space-item-above {
    height: 100%;
}

.size-home .space-need-card {
	padding: 34px 45px 30px 45px;
}

.size-home .space-item {
	padding: 50px 25px 36px 25px;
}

/* .size-home .space-need-btns {
	justify-content: center;
} */

.space-item-last-text {
	line-height: 100%;
}

.size-home .space-item-last-text *:first-child {
	margin-bottom: 15px;
	font-size: 35px;
}

.size-home .space-item-last-text span {
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
}

.call-us-cost-section {
	max-width: 834px;
	margin-top: -40px;
}

.call-us-cost-left {
	padding: 102px 0 36px 0;
}

.cucl-img {
	margin-bottom: 40px;
}

.call-us-cost-left .section-title {
	line-height: 125%;
	color: #1A1818;
}

.call-us-cost-left .section-title * {
	letter-spacing: -0.8px;
}

.call-us-cost-left .block-title {
	font-weight: 600;
	color: #9D5F91;
}

.call-us-cost-left .block-title * {
	letter-spacing: -0.6px;
	text-decoration: none;
}

.call-us-cost-left .block-title svg,
.call-us-cost-left .block-title i {
	margin-right: 10px;
}

.call-us-cost-left .block-title a:hover {
	color: #1A1818;
}

.new-footer-start * {
	font-weight: 500;
	color: #ffffff;
}

.new-footer-start {
	padding: 42px 0;
}

.footer-up {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BAB0C7;
}

.footer-up * {
	margin-bottom: 0;
}

.footer-down * {
	margin-bottom: 0;
}

.footer-down {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-down a {
	text-decoration: none;
	margin-right: 10px;
}

.footer-down a:last-child {
	margin-right: 0;
}

.footer-down a:hover {
	opacity: 0.7;
}

.size-home .form-pagination {
	top: 10px;
}

.install-option-item-left {
	position: relative;
}

.install-option-item-left .proven-number {
	width: 72px;
	height: 68px;
	background-image: url('../images/proven-no-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -20px;
	left: 38px;
}

.install-option-item-left .proven-number span {
	color: #292D49;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.5px;
	position: relative;
    left: 11px;
    top: 18px;
}

/* 16-1-2024 */

/* 19-1-2024 */

.space-need-card .multi-form-input {
	position: relative;
}

.space-need-card .multi-form-input label.error {
    position: absolute;
    left: 50%;
    bottom: -20px;
    font-size: 14px;
    line-height: 100%;
    color: #FF0000;
	width: 100%;
	text-align: center;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

/* 19-1-2024 */


/* 24-1-24 12:55 jeel */

.zi-form.intro.show-button .form-pagination {
	display: none !important;
}

.form-pagination {
	display: none;
}

.zi-form.show-button .form-pagination {
	display: block;
}

.phone-ul-id {
	display: none !important;
}

.see-customer-say-main .see-customer-say-section .scs-review-up .scs-review-up-text {
	font-style: italic;
}

.scs-reviewer-name {
	padding: 7px 0 0 0;
}

.space-need-card-up .multi-form-inputs {
	padding: 20px 0 0 ;
}

/* 24-1-24 12:55 jeel */

.woocommerce .quantity .qty
{
	width: 4.631em !important;
}

.radio-error {
    text-align: center;
    color: red;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5px);
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    -o-transform: translate(-50%, -5px);
}

/* 30-1-2024 */

.reviews-new-banner-section > .row {
	align-items: center;
}

.reviews-left {
	padding: 60px 0 75px 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.reviews-left .main-title {
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 23px;
}

.reviews-left .small-block-title {
	font-weight: 500;
	line-height: 160%;
	color: #6B6E8D;
	margin-bottom: 19px;
}

.reviews-tag {
	display: inline-block;
	padding: 16px 35px 16px 22px;
	background-color: #FFF;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.16));
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.reviews-tag .review-rating-list {
	line-height: 100%;
}

.reviews-tag .review-rating-list .back-stars > *:before {
	width: 18px;
	height: 18px;
}

.reviews-tag .review-rating-list .front-stars > *:before {
	width: 18px;
	height: 18px;
}

.reviews-tag .new-review-star {
    margin-bottom: 0;
}

.reviews-text {
	line-height: 100%;
}

.reviews-text.reviews-text-1 {
	margin-bottom: 6px;
}

.reviews-text * {
	color: #292D49;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}

.reviews-text.reviews-text-1 * {
	font-size: 13px;
	font-weight: 700;
}

.google-review-main.google-review-reviews-page {
	padding: 97px 0 84px 0;
}

.google-review-reviews-page .google-review-heading {
	line-height: normal;
	margin-bottom: 16px;
}

.google-review-reviews-page .small-block-title {
	line-height: 140%;
	color: #6B6E8D;
	margin-bottom: 25px;
}

.google-review-reviews-page .reviews-container .review {
	padding: 25px 18px 40px 31px;
	height: unset !important;
	border: 1px solid #EEEDEE;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.google-review-reviews-page .review-top {
	margin-bottom: 17px;
}

.reviews-slide-section-btn {
	margin-top: 43px;
}

.reviews-slide-section-btn .btn {
	width: 328px;
	max-width: 100%;
}

.google-review-reviews-page .reviews-container .review p {
	text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.google-review-reviews-page .reviews-container .review p span {
	font-weight: 700;
}

/* .we-make-esaier-reviews .we-make-easier-block .we-make-detail .small-block-title {
	margin-bottom: 10px;
}

.we-make-esaier-reviews .we-make-easier-block .we-make-detail .small-block-title * {
	color: #3C4169;
	font-size: 25px;
	font-weight: 700;
	line-height: 120%;
} */

/* .we-make-esaier-reviews .we-make-easier-block .we-make-detail .detail * {
	color: #6B6E8D;
	font-size: 18px;
	font-weight: 700;
	line-height: 166.667%;
} */

.we-make-esaier-reviews .common-get-quote-button .btn {
	width: 328px;
	max-width: 100%;
}

.footer-landing .f-content .row {
	margin-left: 0;
	margin-right: 0;
}

.footer-landing .f-content .row [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

/* 30-1-2024 */

/* 7-2-2024 */

.self-clean-section * {
	color: #292D49 !important;
}

.installed-section * {
	color: #292D49 !important;
}

.lifetime-section * {
	color: #292D49 !important;
}

.space-need-card-up * {
	color: #292D49 !important;
}

.space-need-card-up .most-popular * {
	color: #ffffff !important;
}

.install-option-section * {
	color: #292D49 !important;
}

.install-option-section .option-tag * {
	color: #ffffff !important;
}

.two-tab-step .space-need-card-up .most-popular * {
	color: #292D49 !important;
}

.three-tab-step .space-need-card-up .most-popular * {
	color: #292D49 !important;
}

.lifetime-warranty-section * {
	color: #292D49 !important;
}

.see-customer-say-section .section-title {
	color: #292D49 !important;
}

.scs-review-up-text * {
	color: #292D49 !important;
}

.scs-review-item-text * {
	color: #292D49 !important;
}

.helping-section * {
	color: #292D49 !important;
}

.proud-section * {
	color: #292D49 !important;
}

.call-us-cost-left .section-title {
	color: #292D49 !important;
}

.space-need-card-up .start-from * {
	color: #974E9A !important;
}

/* 7-2-2024 */

/* 8-2-2024 */

.installed-img video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.install-option-item-left.for-install-video {
	margin-right: -1px;
}

.install-option-item-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}

.scs-img video {
    width: 100%;
    max-width: 902px;
    height: 498px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.helping-img video {
	width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* 8-2-2024 */

/* 14-2-2024 */

.scs-img {
	margin-top: 214px;
}

.scs-img video {
	margin-top: -100px;
}

/* 14-2-2024 */

/* 15-2-2024 */

.scs-customer-review {
	padding-bottom: 30px;
}

/* 15-2-2024 */

/* 16-2-2024 */

.header-newest-add {
	position: relative;
}

.header-newest-add .header-add-contact {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header-newest-add .header-add-contact ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header-newest-add .header-add-contact ul li {
	/* font-size: 28px;
	line-height: 120%; */
	color: #ffffff;
	margin-bottom: 0;
}

.header-newest-add .header-add-contact ul li * {
	/* font-size: inherit;
	line-height: inherit; */
	color: inherit;
}

.header-newest-add .header-add-contact ul li a:hover {
	opacity: 0.7;
}

/* 16-2-2024 */

/* 20-2-2024 */

.sticky-form-comment-inside {
	position: relative;
	width: 187px;
	height: 187px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.sticky-form-comment-inside:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('https://www.flex.drcoders.com/wp-content/uploads/2024/02/comment.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sticky-form-comment-inside .sfci-icon i,
.sticky-form-comment-inside .sfci-icon svg {
	font-size: 48px;
	line-height: 100%;
	width: 48px;
	height: 48px;
	color: #292D4A;
}

.sticky-form-comment-inside .sfci-icon {
	display: none;
}

.sticky-form-comment.active .sticky-form-comment-inside .sfci-icon {
	display: block;
}

.sticky-form-comment.active .sticky-form-comment-inside .sfci-text {
	display: none;
}

.sticky-form-comment-inside > * {
	position: relative;
	z-index: 9;
}

.sfci-text * {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: normal;
	color: #000001;
}

.sticky-form-btns > input,
.sticky-form-btns > a {
	width: 335px;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 25px;
}

.sticky-form-btns .btn-white-square i,
.sticky-form-btns .btn-white-square svg {
	font-size: 30px;
	line-height: 100%;
	color: #FFCC00;
	margin-right: 15px;
	width: 30px;
	height: 30px;
}

.sticky-form-input {
	position: relative;
}

/* .sticky-form-input:after {
	content: '*';
	position: absolute;
	left: 20px;
	top: 17px;
	font-size: 16px;
	line-height: normal;
	color: #9D5F91;
} */

.sticky-form-input.sticky-form-textarea:after {
	content: none;
}

.sticky-form-input .form-control {
	padding: 17px 20px 17px 32px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #8F91A0;
	width: 335px;
	border: 1px solid #E5E5E5 !important;
	background: #FFF;
	margin-bottom: 15px;
	box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.09) !important;
	-webkit-box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.09) !important;
	-moz-box-shadow: 2.487px 1.678px 5px 0px rgba(32, 39, 43, 0.09) !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sticky-form-input .form-label {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #8F91A0;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-bottom: 0;
	cursor: text;
    pointer-events: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.sticky-form-input .form-label span {
	font-size: 16px;
	line-height: normal;
	color: #9D5F91;
}

.sticky-form-input .form-control::placeholder {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: #8F91A0;
}

.hear-sticky-form-text {
	margin-bottom: 20px;
}

.hear-sticky-form-text * {
	font-weight: 700;
	font-size: 18px;
	line-height: 222%;
	color: #033668;
}

.sticky-form-input.sticky-form-textarea .form-label {
    color: #8F91A0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.sticky-form-input.sticky-form-textarea .form-control {
	height: 183px;
	resize: none;
	margin-bottom: 25px;
}

.contact-form-ad-sticky {
	display: none;
	padding: 50px 50px 25px 50px;
    background: #FFF;
    margin-bottom: -185px;
    margin-right: 257px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.contact-form-ad-sticky.display {
	display: block;
}

.page-template-tpl_advertorial {
	position: relative;
}

.sticky-ad-form {
	position: fixed;
    bottom: 0px;
    z-index: 99;
    display: block;
    right: 0;
    margin-right: 117px;
    margin-bottom: 0;
}

.sticky-form-comment {
	display: flex;
    justify-content: flex-end;
}

/* 20-2-2024 */

/* 21-2-2024 */

.sticky-form-btns {
	position: relative;
}

.sticky-form-btns .wpcf7-spinner {
	position: absolute;
    right: -40px;
    top: 0;
    margin: 0;
}

.sticky-form-input.form-input .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    line-height: 100%;
}

.sticky-ad-form-section form.invalid .wpcf7-response-output {
	color: #dc3232;
    border: none;
	max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
}

.sticky-ad-form-section form.sent .wpcf7-response-output {
	color: #46b450;
    border: none;
	max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
}

form.invalid .sticky-form-input .form-control {
	margin-bottom: 30px;
}

/* 21-2-2024 */

/* 23-2-2024 */

.sticky-ad-form-section form.failed .wpcf7-response-output,
.sticky-ad-form-section form.aborted .wpcf7-response-output {
	color: #dc3232;
    border: none;
    max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
}

/* 23-2-2024 */


/* 23-2-2024 */

.sticky-form-input.form-input label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    line-height: 100%;
	color: #dc3232 !important;
	top: unset !important;
	max-width: 335px;
}

/* .sticky-ad-form-section form.invalid .wpcf7-response-output {
	color: #dc3232;
    border: none;
	max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
} */

/* .sticky-ad-form-section form.sent .wpcf7-response-output {
	color: #46b450;
    border: none;
	max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
} */

.sticky-ad-form-section .sticky-form-input .form-control.error {
	margin-bottom: 30px;
}

/* .sticky-ad-form-section .error,
.sticky-ad-form-section .error {
	color: #dc3232;
    border: none;
    max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
} */

.sticky-ad-form-section #zi-sticty-error * {
	color: #46b450;
    border: none;
	max-width: 335px;
    padding: 0;
    font-size: 14px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 10px;
}

/* .zi-home-page.we-make-easier-section .section-title * {
    text-transform: none;
}

.zi-home-page .moving-need-section .moving-need-heading
{
	text-transform: none;
}


.zi-banner .video-bg-heading *
{
	text-transform: none !important;
} */


/* 28-3-2024 */

.contact-form .form-check {
	position: relative;
	margin-bottom: 20px;
	padding-left: 27px;
}

.contact-form .form-check .form-check-label {
	position: relative;
	font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.contact-form .form-check .form-check-input[type="checkbox"]:checked + .form-check-label:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 100%;
    color: #FFF;
    top: 50%;
    left: -25px;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-form .form-check .form-check-input {
    position: absolute;
    left: 0;
    top: 38%;
    margin-left: 0;
    width: 20px;
    height: 20px;
    box-shadow: none !important;
    background-image: none !important;
    border: solid 0.056rem #e0e4e8;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.contact-form .form-check .form-check-input[type="checkbox"]:checked {
	background-color: #FFCC00;
	border-color: #FFCC00;
}

.contact-form .form-check #information-error {
	font-size: 14px;
    line-height: 100%;
    color: #f44336;
    font-weight: 400;
    position: absolute;
    width: 80%;
    left: 27px;
    bottom: -10px;
}

.contact-section .contact-form .form-input p a {
	text-decoration: underline;
}

.contact-form .form-input.zi-privacy-details {
	margin-bottom: 50px;
}

.contact-form .form-input.zi-privacy-details p {
	font-size: 12px;
    line-height: 130%;
    font-weight: 400;
}

/* 28-3-2024 */

/* 9-4-2024 */

/* mitigation-landing-page */

.miti-header .navbar {
	padding: 33px 0;
	justify-content: flex-start;
	align-items: flex-end;
}

.miti-header .navbar .navbar-brand {
	margin-right: 70px;
}

.miti-header .navbar .miti-header-call {
	color: #292D49;
	font-size: 25px;
	font-weight: 500;
	line-height: 100%;
	text-decoration: none;
	display: block;
}

.miti-header .navbar .miti-header-call span {
	font-weight: 700;
}

.miti-header .navbar .miti-header-call:hover {
	opacity: 0.7;
}

.header.miti-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
    border-bottom: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.header.miti-header.atfix {
	background: #ffffff !important;
    border-bottom: 0.056rem solid rgba(208, 208, 221, 0.32);
    box-shadow: 0 2px 10px -7px #0006;
    -webkit-box-shadow: 0 2px 10px -7px #0006;
    -moz-box-shadow: 0 2px 10px -7px #0006;
}


.miti-footer-above-start {
	padding: 20px 0;
}

.miti-footer-above-start a {
	color: #292D49;
	font-size: 25px;
	font-weight: 500;
	line-height: 144%;
	text-decoration: none;
}

.miti-footer-above-start a span {
	font-weight: 700;
}

.miti-footer-above-start a:hover {
	opacity: 0.7;
}

.miti-footer-below-start {
	padding: 46px 0;
}


.miti-banner-left {
	padding: 153px 0 339px 0;
	height: 100%;
}

.miti-banner-section {
	position: relative;
}

.miti-banner-section .miti-banner-img {
	position: absolute;
	bottom: -13px;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.miti-banner-left .main-title {
	color: #2A2E4A;
	line-height: 120%;
	letter-spacing: -1px;
	max-width: 720px;
	margin-bottom: 23px;
}

.miti-banner-left .block-title {
	color: #9D5F91;
	letter-spacing: unset;
	margin-bottom: 0;
}

.miti-banner-right {
	padding: 154px 74px 237px 74px;
    height: 100%;
    max-width: 539px;
    margin-left: auto;
}

.miti-banner-right .block-title {
	color: #FACA10;
	line-height: 150%;
	margin-bottom: 27px;
}


.miti-banner-form-input .form-control {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 266.667%;
	padding: 9px 20px;
	margin-bottom: 35px;
	border: 1px solid #D3B7CD;
	background: #FFF;
	width: 100%;
	height: auto;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

/* .miti-banner-form-input .form-control { */
.contact-form .miti-banner-form-input.form-input .form-control {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 266.667%;
	padding: 9px 20px;
	margin-bottom: 35px;
	border: 1px solid #D3B7CD;
	background: #FFF;
	width: 100%;
	height: auto;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.miti-banner-form-input .form-control::placeholder {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 266.667%;
}

.miti-banner-form-btn .btn {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 166.667%;
	width: 100%;
	padding: 7px 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.miti-banner-form {
	position: relative;
}

.miti-banner-main {
	overflow: hidden;
}


.miti-why-section {
	padding: 80px 0 125px 0;
}

.miti-why-section > .main-title {
	font-weight: 700;
	line-height: 100%;
	letter-spacing: unset;
	margin-bottom: 60px;
}

.miti-why-item > .row {
	margin-left: 0;
	margin-right: 0;
}

.miti-why-item > .row > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.miti-why-item > .row > [class*=col-] > * {
	height: 100%;
}

.miti-why-item-right {
	padding: 144px 70px 70px 61px;
}

.miti-why-item-left * {
	height: 100%;
}

.miti-why-item-img img {
	width: 100%;
	object-fit: cover;
}

.miti-why-item-right .block-title {
	letter-spacing: unset;
	color: #000;
	line-height: 125%;
	margin-bottom: 0;
}

.miti-why-right-text {
	color: #9D5F91;
	font-size: 22.228px;
	font-weight: 500;
	line-height: 37.444px;
}

.miti-why-right-text * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.miti-why-right-text *:last-child {
	margin-bottom: 0;
}

.miti-why-item {
	margin-bottom: 69px;
}

.miti-why-list .miti-why-item:last-child {
	margin-bottom: 0;
}


.miti-partner-section {
	padding: 65px 0;
}

.miti-partner-section .section-title {
	margin-bottom: 82px;
}

.miti-partner-img {
	margin-left: -220px;
}

.miti-partner-img img {
	width: 100%;
	height: 564px;
	object-fit: cover;
}

.miti-partner-below-right ul li {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.miti-partner-below-right ul li:last-child {
	margin-bottom: 0;
}

.miti-partner-below-right ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3C4169;
	font-size: 30px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.6px;
	width: 48px;
	height: 48px;
	background-color: #FFCC00;
	margin-right: 37px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.miti-partner-below-right ul li p {
	color: #3C4169;
	font-size: 25px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0;
	width: calc(100% - 85px);
}

.miti-partner-below > .row {
	align-items: center;
}

.miti-partner-btn {
	margin-top: 64px;
}

.miti-partner-btn .btn {
	width: 328px;
	max-width: 100%;
}

.miti-partner-below-right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mitiModal .modal-header .btn-close {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}


.miti-unit-section {
	padding: 106px 0 77px 0;
}

.miti-unit-section .section-title {
	line-height: 100%;
	margin-bottom: 65px;
}

.miti-unit-section .block-title {
	line-height: 100%;
	letter-spacing: unset;
	margin-bottom: 0;
}

.miti-unit-item {
	padding: 54px 65px 110px 65px;
	height: calc(100% - 48px);
	margin-bottom: 48px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.miti-unit-item .block-title {
	letter-spacing: unset;
	line-height: 166.667%;
	margin-bottom: 0;
}

.miti-unit-item .small-block-title {
	line-height: 200%;
	margin-bottom: 0;
}

.multi-unit-item-img {
	margin-top: 58px;
}

.multi-unit-item-img img {
	object-fit: cover;
}

.miti-unit-list > .row {
	justify-content: center;
}




.form-popup {
	position: fixed;
	left: 0;
	bottom: -250%;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.form-popup-overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
	-ms-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
}

.form-popup-overlay-open.form-popup-overlay {
	visibility: visible;
	opacity: 1;
}

.form-popup-inside {
	position: absolute;
	width: 100%;
	min-height: 440px;
	background-color: #FFF;
	padding: 39px 30px 48px 30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.form-popup.form-popup-open {
	bottom: 0;
}

.form-popup-step {
	max-width: 315px;
	margin-left: auto;
	margin-right: auto;
}

.form-popup-title {
	color: #3C4169;
	font-size: 23px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 22px;
}

.form-popup-title * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.form-popup-input{
	position: relative;
}

.form-popup-input label{
	position: absolute;
	content: "";
	pointer-events: none;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.form-popup-form .form-input.focus label.error{
	top: unset !important;
	color: #f44336 !important;
}

.form-popup-form .form-input label.error{
	min-height: 30px;
}

.form-popup-form .form-input.focus label{
	color: #6B6E8D !important;
}

.form-popup-form .form-input label.error {
	text-align: left;
    position: absolute;
    bottom: -30px;
	left: 0;
    top: unset;
    font-size: 14px;
    line-height: 14px;
    color: #f44336;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.form-popup-input .form-control {
	color: #6B6E8D;
	font-size: 13.358px;
	font-weight: 500;
	line-height: 266.667%;
	padding: 4px 16px;
	border: 0.891px solid rgba(107, 110, 141, 0.50);
	background: #FFF;
	margin-bottom: 25px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	border-radius: 3.947px;
	-webkit-border-radius: 3.947px;
	-moz-border-radius: 3.947px;
	-ms-border-radius: 3.947px;
	-o-border-radius: 3.947px;
}

.form-popup-input .form-control::placeholder {
	color: #6B6E8D;
	font-size: 13.358px;
	font-weight: 500;
	line-height: 266.667%;
}

.form-popup-btn .btn {
	width: 100%;
	margin-top: 40px;
}

#popup-form-step-2 .form-popup-title {
	margin-top: 123px;
}

.thank-you-text-popup {
	color: #9D5F91;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
}

.thank-you-text-popup * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

/* .miti-modal .block-title {
	color: #FACA10;
    line-height: 150%;
    margin-bottom: 27px;
} */

.miti-modal .small-block-title {
	color: #3C4169;
    line-height: 150%;
    margin-bottom: 20px;
    font-weight: 600;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.miti-modal .miti-banner-form-input .form-control {
	padding: 6px 20px;
	margin-bottom: 25px;
	border-color: #9D5F91;
}

.miti-modal .miti-banner-form-btn .btn {
	font-size: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.miti-modal .modal-header {
	border: none;
}

.miti-banner-right .miti-banner-form-btn .btn {
	margin-top: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.miti-banner-section .miti-banner-img img {
	object-fit: cover;
}

.success-msg{
	color: #FFF;
	margin-top: 15px;
}

.contact-form.miti-banner-form {
	background-image: none !important;
}
.miti-banner-form.contact-form form {
	width: 100%;
}
.contact-form .miti-banner-form-input.form-input .form-label {
	color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 266.667%;
	padding: 0;
	left: 20px;
}
.contact-form .miti-banner-form-input.form-input.focus .form-control {
	border-bottom-color: #000 !important;
	color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 153.667% !important;
	padding: 24px 20px 9px 20px !important;
}


.miti-banner-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3C4169;
	font-size: 25px;
	font-weight: 500;
	line-height: 100%;
	width: 350px;
	height: 44px;
	background: #F0EBF4;
	margin-bottom: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.miti-banner-bar * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.miti-banner-text {
	color: #6B6E8D;
	font-size: 25px;
	font-weight: 500;
	line-height: 160%;
	max-width: 682px;
}

.miti-banner-text * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

/* mitigation-landing-page */

/* 9-4-2024 */