@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Reem Kufi', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&display=swap');


body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #fff;
}

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

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



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* calculate-uplift */
.calculate-uplift-section {
	padding: 102px 0 120px;
	overflow: hidden;
}

.calculate-uplift-section .calculate-uplift-description {
	position: relative;
}

.calculate-uplift-section .calculate-uplift-description .squar-shape {
	position: absolute;
}

.calculate-uplift-section .calculate-uplift-description .squar-shape.shape1 {
	bottom: -116px;
	right: -40px;
}

.calculate-uplift-section .calculate-uplift-description .squar-shape.shape2 {
	top: 200px;
	left: -205px;
}

.calculate-uplift-section .calculate-uplift-description .squar-shape.shape3 {
	top: 50%;
	right: -220px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.calculate-uplift-section .calculate-uplift-content > .row {
	margin: 0 -50px;
}

.calculate-uplift-section .calculate-uplift-content > .row > * {
	padding: 0 50px;
}

.calculate-uplift-section .sub-title {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.6em;
	color: #ffaa00;
	margin-bottom: 18px;
}

.calculate-uplift-section .block-title {
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	color: #271801;
	text-transform: uppercase;
	margin-bottom: 25px;
}

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

.calculate-uplift-section .calculate-uplift-detail .detail {
	margin-bottom: 50px;
}

.calculate-uplift-section .calculate-uplift-detail .detail p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #09232a;
}

.calculate-uplift-section .your-annual-risk-block {
	background: #ffaa00;
	padding: 40px 30px;
}

.calculate-uplift-section .your-annual-risk-block .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 29px;
	color: #000109;
	margin-bottom: 30px;
}

.calculate-uplift-section .your-annual-risk-block .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.calculate-uplift-section .your-annual-risk-block form {
	border-top: 1px solid #ffffff;
	padding: 20px 0 0;
}

.calculate-uplift-section .your-annual-risk-block form .form-group {
	margin-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}

.calculate-uplift-section .your-annual-risk-block form .form-group.form-check {
	border: none;
}

.calculate-uplift-section .your-annual-risk-block form .form-label {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #000109;
	margin-bottom: 20px;
}

.calculate-uplift-section .your-annual-risk-block form .form-label span {
	display: block;
	font-weight: 600;
	font-size: 25px;
	line-height: 29px;
	color: #ffffff;
	margin-top: 5px;
}

.calculate-uplift-section .your-annual-risk-block form .form-control {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000109;
	height: 50px;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.calculate-uplift-section .your-annual-risk-block form textarea.form-control {
	height: 150px;
}

.calculate-uplift-section .your-annual-risk-block form .form-control::-webkit-input-placeholder { color: #727171; }
.calculate-uplift-section .your-annual-risk-block form .form-control::-moz-placeholder { color: #727171; }
.calculate-uplift-section .your-annual-risk-block form .form-control:-ms-input-placeholder { color: #727171; }
.calculate-uplift-section .your-annual-risk-block form .form-control:-o-placeholder { color: #727171; }

.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-input {
	box-shadow: none;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	/* margin-top: 0; */
	margin-right: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-input:checked {
	background-color: #000000;
}

.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-label {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #000109;
}

.calculate-uplift-section .your-annual-risk-block form .form-detail p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #000109;
}

.calculate-uplift-section .your-annual-risk-block form .form-detail p a {
	text-decoration: underline;
	color: inherit;
}

.calculate-uplift-section .your-annual-risk-block form .form-detail p a:hover {
	color: #ffffff;
}

.calculate-uplift-section .your-annual-risk-block .send-result-button {
	text-align: center;
	margin-top: 30px;
}

.calculate-uplift-section .your-annual-risk-block .send-result-button .btn {
	padding: 23px 60px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000109;
	background: #ffffff;
	box-shadow: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.calculate-uplift-section .your-annual-risk-block .send-result-button .btn:focus {
	color: #000109;
	background: #ffffff;
}

.calculate-uplift-section .your-annual-risk-block .send-result-button .btn:hover,
.calculate-uplift-section .your-annual-risk-block .send-result-button .btn:active:focus {
	color: #ffffff;
	background: #000109;
}

.calculate-uplift-section .calculate-uplift-right {
	background: #ffffff;
	padding: 70px 48px 45px;
	box-shadow: 0px 5px 36px rgba(255, 170, 0, 0.22);
}

.calculate-uplift-block {
	margin-bottom: 75px;
}

.calculate-uplift-block .uplift-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.calculate-uplift-block .uplift-detail .title {
	flex: 0 0 75px;
	max-width: 75px;
	width: 100%;
	margin-right: 30px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #000109;
}

.calculate-uplift-block .uplift-detail .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.calculate-uplift-block .uplift-detail .detail {
	flex: 1 0 0;
	max-width: 100%;
	width: 100%;
}

.calculate-uplift-block .uplift-detail .detail .inner-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000109;
	margin-bottom: 5px;
}

.calculate-uplift-block .uplift-detail .detail .inner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.calculate-uplift-block .uplift-detail .detail p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	color: #09232a;
}

.calculate-uplift-block .uplift-range-slider {
	position: relative;
	/* max-width: 492px; */
	max-width: calc(100% - 90px);
	width: 100%;
	height: 25px;
	margin-left: auto;
	position: relative;
	border-left: 1px solid #000109;
	border-right: 1px solid #000109;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.calculate-uplift-block .uplift-range-slider > span {
	position: absolute;
	bottom: -30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000109;
}

.calculate-uplift-block .uplift-range-slider > span.min-val {
	left: -5px;
}

.calculate-uplift-block .uplift-range-slider > span.max-val {
	right: -5px;
}

.uplift-range-slider .ui-widget.ui-widget-content {
	height: 1px;
	border: none;
	border-bottom: 1px solid #000109;
	cursor: pointer;
}

.uplift-range-slider .ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	width: 9px;
	height: 9px;
	background: #727171;
	border: none;
	margin: 0 -4px;
	outline: none !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* calculate-uplift */

/* subscribe */
.subscribe-section form {
	max-width: 500px;
	width: 100%;
	margin-top: 30px;
	position: relative;
}

.subscribe-section form label {
	margin: 0;
}

.subscribe-section form label > span {
	display: none;
}

.subscribe-section form input {
	height: 60px;
	resize: none;
	border: none;
	margin: 0 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #000000;
	padding: 6px 235px 6px 30px !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.subscribe-section form input::-webkit-input-placeholder { color: #677294; }
.subscribe-section form input::-moz-placeholder { color: #677294; }
.subscribe-section form input:-ms-input-placeholder { color: #677294; }
.subscribe-section form input:-o-placeholder { color: #677294; }

.subscribe-section form .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 60px;
	width: auto;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	background: #ffaa00;
	padding: 6px 40px;
	border: none;
	box-shadow: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.subscribe-section form .btn:focus {
	color: #ffffff;
	background: #ffaa00;
}

.subscribe-section form .btn:active:focus,
.subscribe-section form .btn:hover {
	color: #ffffff;
	background: #000000;
}
/* subscribe */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

@media (min-width: 1300px) and (max-width: 1399px) {
.calculate-uplift-section .calculate-uplift-content > .row { margin: 0 -30px; }
.calculate-uplift-section .calculate-uplift-content > .row > * { padding: 0 30px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.calculate-uplift-section .calculate-uplift-content > .row { margin: 0 -30px; }
.calculate-uplift-section .calculate-uplift-content > .row > * { padding: 0 30px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.calculate-uplift-section .calculate-uplift-content > .row { margin: 0 -15px; }
.calculate-uplift-section .calculate-uplift-content > .row > * { padding: 0 15px; }
.calculate-uplift-section .calculate-uplift-detail .detail { margin-bottom: 35px; }
.calculate-uplift-block .uplift-detail .title { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; }
.calculate-uplift-section .calculate-uplift-right { padding: 50px 30px 20px; }
.calculate-uplift-block { margin-bottom: 60px; }
.calculate-uplift-block .uplift-range-slider { max-width: 100%; }
}

@media (min-width: 768px) and (max-width: 991px) {
.calculate-uplift-section .block-title { font-size: 40px; line-height: 50px; }
.calculate-uplift-section .sub-title { font-size: 18px; line-height: 25px; letter-spacing: 0.4em; }
.calculate-uplift-section .your-annual-risk-block { padding: 30px 20px; }
.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-input { margin-right: 7px; }
.calculate-uplift-block .uplift-detail .title { font-size: 30px; line-height: 30px; margin-right: 20px; }
.calculate-uplift-section .your-annual-risk-block .send-result-button .btn { padding: 15px 45px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.calculate-uplift-section .calculate-uplift-content > .row { margin: 0 -15px; }
.calculate-uplift-section .calculate-uplift-content > .row > * { padding: 0 15px; }
.calculate-uplift-section .calculate-uplift-detail .detail { margin-bottom: 35px; }
/* .calculate-uplift-block .uplift-detail .title { flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; } */
.calculate-uplift-block .uplift-range-slider { margin-left: 0; }
.calculate-uplift-section .calculate-uplift-right { padding: 50px 30px 20px; margin-top: 35px; }
.calculate-uplift-block { margin-bottom: 60px; }
}

@media (max-width: 767px) {
.calculate-uplift-section { padding: 50px 0; }
.calculate-uplift-section .block-title { font-size: 30px; line-height: 35px; }
.calculate-uplift-section .your-annual-risk-block form .form-label { font-size: 16px; line-height: 20px; margin-bottom: 15px; }
.calculate-uplift-section .sub-title { font-size: 16px; line-height: 22px; letter-spacing: 0.3em; }
.calculate-uplift-section .your-annual-risk-block .title { font-size: 22px; line-height: 28px; }
.calculate-uplift-section .your-annual-risk-block form .form-label span { font-size: 22px; line-height: 28px; }
.calculate-uplift-section .your-annual-risk-block { padding: 30px 15px; }
.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-input { margin-right: 7px; }
.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-label { font-size: 14px; line-height: 18px; }
.calculate-uplift-section .your-annual-risk-block form .form-control { font-size: 16px; line-height: 22px; }
.calculate-uplift-block .uplift-detail .title { font-size: 25px; line-height: 25px; }
.calculate-uplift-section .your-annual-risk-block .send-result-button .btn { font-size: 18px; line-height: 22px; padding: 15px 28px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
.calculate-uplift-section .calculate-uplift-content > .row { margin: 0 -12px; }
.calculate-uplift-section .calculate-uplift-content > .row > * { padding: 0 12px; }
.calculate-uplift-section .calculate-uplift-detail .detail { margin-bottom: 35px; }
.calculate-uplift-block .uplift-detail .title { flex: 0 0 100%; max-width: 100%; margin-bottom: 15px; }
.calculate-uplift-section .calculate-uplift-right { padding: 30px 15px 10px; margin-top: 35px; }
.calculate-uplift-block { margin-bottom: 60px; }
.calculate-uplift-block .uplift-range-slider { max-width: 100%; }
}

@media (max-width: 575px) {
.subscribe-section form input { padding: 6px 30px !important; height: 50px; }
.subscribe-section form .btn { position: relative; right: auto; top: auto; bottom: auto; display: flex; min-height: inherit; font-size: 16px; line-height: 20px; padding: 12px 40px !important; margin-top: 20px !important; margin-left: auto; margin-right: auto; }
.calculate-uplift-section .your-annual-risk-block form .form-check .form-check-input { width: 15px; height: 15px; }
}