@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'hurme_geometric_sans_4regular';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.forMob,
.forTab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.form .main-banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
}

@media only screen and (max-width: 1470px) {
	.form .main-banner {
		background-position-y: top;
		background-size: contain;
	}
}

.form .main-banner > img {
	width: 100%;
	height: auto;
}

/*quiz-section*/
.quiz-section {
	width: 100%;
	padding: 50px 0;
	float: left;
	position: relative;
	text-align: right;
}

/*.quiz-section > .container {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width:1170px) {
	.quiz-section > .container {
		margin: 0 0 0 auto !important;
	}
}*/

.logo {
	display: block;
	margin: 0 auto;
}

.quiz-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 700px;
	background: transparent;
	margin-top: 0;
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin-right: 130px;
	position: relative;
	z-index: 2;
}

.quiz-header {
	float: left;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	background: #48B4FD;
	border-radius: 20px 20px 0 0;
}

.quiz-header h1 {
	font-size: 29px;
	line-height: 38px;
	color: #ffffff;
	font-weight: 800;
}

.quiz-header p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.3px;
	color: #ffffff;
	margin-top: 10px;
}

.quiz-body {
	float: left;
	width: 100%;
	padding: 25px 50px 30px;
	position: relative;
	background-color: #fff;
}

.quiz-footer {
	float: left;
	width: 100%;
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}

.question-Box {
	float: left;
	width: 100%;
}

.quiz-progressbar {
	float: left;
	width: 100%;
	height: 4px;
	background-color: #fff;
	position: relative;
}

.quiz-progressbar > span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #f9c243;
	-webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.step-hdng {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 31px;
	line-height: 38px;
	font-weight: 800;
	color: #000000;
	padding: 0 30px;
}

.btn-back {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 50px;
	height: 48px;
	line-height: 51px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.2);
}

.option-box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
}

.option-col {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.desc-opt {
	float: left;
	width: 100%;
	border: 2px solid #12254f;
	background: #fff;
	border-radius: 10px;
	position: relative;
	height: 68px;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	color: #12254f;
	text-align: center;
	padding: 5px 20px 5px 20px;
	transition: all .15s ease-in-out;
	font-family: 'hurme_geometric_sans_4regular';
	letter-spacing: 0.3px;
}

.option-col input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.option-col input[type="radio"]+span {
	border: 1px solid #ccc;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	z-index: 1;
	background: #fff;
	cursor: pointer;
}

.option-col input[type="radio"]:checked+span {
	background: url(../images/hover-tik.svg) center center no-repeat #fff;
	border: 1px solid #fff;
	background-size: 19px;
}

.option-col input[type="radio"]:checked+span+.desc-opt {
	background-color: #12254f;
	border-color: #12254f;
	transform: scale(1.01);
	color: #fff;
}

.option-col:hover .desc-opt {
	background-color: #12254f;
	border-color: #12254f;
	transform: scale(1.01);
	color: #fff;
}

.option-col:hover input[type="radio"]+span {
	background: url(../images/hover-tik.svg) center center no-repeat #fff;
	border: 1px solid #fff;
	background-size: 19px;
	transform: scale(1.01);
}

.step-number {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.step-dot span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	width: 13px;
	height: 13px;
	background: #d7d7d7;
	border-radius: 50%;
	border: 2px solid #fff;
}

.step-dot span.active {
	background: #48B4FD;
	border: 2px solid #48B4FD;
}

.step-conut {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.3px;
	color: #000000;
	font-weight: 500;
	margin-top: 10px;
}

.step-conut span {
	color: #12254f;
	font-weight: 800;
}

.lock-txt {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-top: 0;
	text-align: center;
	letter-spacing: 0.3px;
	padding: 0;
}

.lock-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.secure-seal {
	display: block;
	margin: 20px auto 20px;
	max-width: 100%;
}

/*========CONGRATS_PAGE==============*/
.loader_box {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.loader-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

ul.loader_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	min-height: 255px;
	margin-top: 10px;
}

ul.loader_list li {
	text-align: left;
	margin-top: 25px;
}

ul.loader_list li h3 {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 600;
}

ul.loader_list li p {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-top: 5px;
}

ul.loader_list li p img {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	margin: -5px 10px 0 0;
}

.congrs_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 630px;
	background: #12254f;
	border-radius: 20px;
	margin-top: 35px;
	padding: 40px 30px;
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
}

.congrts-hdng {
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	color: #ffe700;
}

.congrts-text1 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-top: 10px;
	color: #fff;
}

.congrts-text2 {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-top: 20px;
	color: #fff;
}

.get-btn {
	display: inline-block;
	vertical-align: middle;
	background: #12254f;
	width: 100%;
	max-width: 425px;
	height: 64px;
	border-radius: 50px;
	border: none;
	box-shadow: 0 6px 10px 1px rgba(18, 37, 79, 0.4);
	margin-top: 30px;
	font-size: 25px;
	line-height: 61px;
	color: #fff !important;
	letter-spacing: 0.5px;
	-webkit-appearance: none;
	outline: none;
	font-family: 'hurme_geometric_sans_4bold';
}

/*===footer====*/
.footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #fff;
}

.footer-text {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: #191919;
	font-weight: normal;
	margin: 15px 0;
}

.uptext {
	text-transform: uppercase;
	font-weight: 600;
}

/*==============Media=============*/
@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}
}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.forDesk {
		display: none;
	}

	.forTab {
		display: block;
	}

	.s2_text {
		font-size: 17px;
		line-height: 25px;
	}
}


@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		max-width: 600px;
		padding: 0 15px;
	}

	.forMob {
		display: block;
	}

	.hide-mob {
		display: none;
	}


	/*quiz-section*/
	.quiz-section {
		padding: 15px 0 30px;
	}

	.logo {
		width: 150px;
	}

	.quiz-header h1 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}

	.quiz-header p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 8px;
	}

	.quiz-body {
		padding: 20px 20px 20px;
	}

	.step-hdng {
		font-size: 22px;
		line-height: 27px;
	}

	.option-col {
		margin-top: 12px;
	}

	.desc-opt {
		height: 62px;
		font-size: 18px;
		padding: 5px 15px 5px 45px;
	}

	.option-col input[type="radio"]+span {
		width: 22px;
		height: 22px;
		margin-top: -10px;
		left: 12px;
	}

	.option-col:hover input[type="radio"]+span,
	.option-col input[type="radio"]:checked+span {
		background-size: 16px;
	}

	.btn-back {
		width: 35px;
		height: 35px;
		line-height: 35px;
		left: 10px;
		top: 20px;
		border-radius: 6px;
	}

	.btn-back img {
		width: 15px;
	}

	.loader-img {
		width: 220px;
	}

	ul.loader_list {
		max-width: 300px;
	}

	ul.loader_list li h3 {
		font-size: 17px;
		line-height: 26px;
	}

	ul.loader_list li p {
		font-size: 15px;
		line-height: 24px;
	}

	.congrs_box {
		padding: 20px 15px;
		margin-top: 15px;
		width: calc(100% + 30px);
		margin-left: -15px;
		border-radius: 0;
	}

	.congrts-hdng {
		font-size: 26px;
		line-height: 32px;
	}

	.congrts-text1 {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: 0.5px;
		margin-top: 7px;
	}

	.congrts-text2 {
		font-size: 14px;
		line-height: 23px;
		margin-top: 15px;
	}

	.get-btn {
		width: 95%;
		font-size: 20px;
		height: 50px;
		line-height: 48px;
		margin-top: 20px;
	}

	.lock-txt {
		font-size: 10px;
		line-height: 16px;
	}

	.lock-txt img {
		width: 10px;
		margin: -2px 3px 0 0;
	}

	.secure-seal {
		margin: 15px auto 0;
		max-width: 90%;
	}

	.quote_sec1 {
		padding: 25px 0 30px;
	}

	.common_heading {
		font-size: 26px;
		line-height: 32px;
	}

	.s2_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}

	.table-height {
		height: 255px;
	}

	.quote_s1_chart_box {
		margin-top: 25px;
	}

	.quote_s1_chart_box table tr th {
		font-size: 14px;
		line-height: 20px;
		padding: 14px 0;
	}

	.quote_s1_chart_box table tr td {
		font-size: 12px;
		line-height: 16px;
		padding: 12px 0;
		width: 21%;
	}

	.quote_s1_chart_box table tr td:first-child {
		padding: 12px 10px;
	}

	.quote_health_btn {
		margin-top: 25px;
		max-width: 320px;
		height: 60px;
		line-height: 58px;
		font-size: 18px;
	}

	.quote_sec2 {
		padding: 25px 0 30px;
	}

	.footer {
		padding: 20px 0;
	}

	.footer-text {
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0;
	}

}

/*-------------------------
CSS FOR SIDE POP
--------------------------*/
.custom-social-proof {
	position: fixed;
	bottom: 20px;
	left: 15px;
	z-index: 9999999999999 !important;
	font-family: 'hurme_geometric_sans_4regular';
	display: none;
}

.custom-notification {
	width: 355px;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	text-align: left;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 600px;
	box-shadow: 0 0 7px 2px rgb(81 162 215 / 40%);
	background-color: #fff;
	position: relative;
	cursor: pointer
}

.custom-notification-container {
	display: block !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 355px;
	width: 100%;
	padding: 5px 5px;
}

.custom-notification-image-wrapper {
	float: left;
	width: 85px;
}

.custom-notification-image-wrapper img {
	max-height: 80px;
	width: auto;
	display: block;
	margin: 3px auto 5px;
	overflow: hidden;
	width: 80px;
	max-width: 100%;
	border-radius: 50%;
	padding: 0;
}

.custom-notification-content-wrapper {
	float: left;
	width: calc(100% - 85px);
	margin: 0;
	height: 100%;
	color: gray;
	padding: 5px 10px 10px 10px;
}

.custom-notification-content {
	font-family: inherit !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	color: #333;
}

#notify-customer,
#notify-state,
.us {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.time-very {
	width: 100%;
	float: left;
}

.time {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.verified-pop {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.3px;
	color: #0cc34d;
}

.verified-pop img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 3px;
}

@media only screen and (max-width:420px) {

	.custom-notification {
		width: 310px;
	}

	.custom-notification-image-wrapper {
		width: 70px;
	}

	.custom-notification-content-wrapper {
		width: calc(100% - 70px);
		padding: 3px 6px 6px 8px;
	}

	#notify-customer,
	#notify-state,
	.us {
		font-size: 13px;
	}

	.custom-notification-content {
		font-size: 13px;
		line-height: 22px;
	}

	.time {
		font-size: 13px;
	}

	.verified-pop {
		font-size: 11px;
		line-height: 20px;
	}

	.verified-pop img {
		width: 10px;
	}

}

/**
 * For animation
 */
.quiz-box .quiz-body {
	padding: 0;
	overflow: hidden;
}

.quiz-box .quiz-body>div {
	text-align: left;
}

.quiz-box .quiz-body>div>.question-Box {
	padding: 25px 50px 30px;
	float: none !important;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.col-6 {
	position: relative;
	width: 100%;
}

.row .col-6:first-child {
	padding-left: 0;
}

.row .col-6:last-child {
	padding-right: 0;
}

.text-left-align {
	text-align: left;
}

@media (min-width: 768px) {
	.col-6 {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}

.btn-primary {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 280px;
	height: 52px;
	line-height: 50px;
	background: #009966;
	border-radius: 5px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border: none;
}

.form-container {
	width: 100%;
}

.form-control {
	background-color: white;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.15);
	padding: 13px 12px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	margin-top: 16px;
	font-size: 14px;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	margin-top: 16px;
	margin-bottom: .125rem;
}

.form-check-input {
	width: 1.3em;
	height: 1.3em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	border-radius: 4px;
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	outline: none;
}

.form-check .form-check-input {
	float: left;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check .form-check-label {
	display: block;
	padding-left: 1.5rem;
	text-align: left;
	font-size: 16px;
}

.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-radio .form-check-label {}

.form-control a,
.form-check a {
	color: blue;
}

.form-control a:hover,
.form-check a:hover {
	color: darkblue;
}

.error {
	font-size: 13px;
	color: red;
	margin-top: 5px;
}

/**
 * Bids
 */

.list-bids {
	width: 100%;
	min-width: 270px;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

.list-bids .bid-item {
	padding: 20px 30px;
	flex-direction: row;
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 150px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 5px;
	background-color: rgb(243, 243, 243);
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
}

.list-bids .bid-item:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
}

.list-bids .bid-item:first-child {
	margin-top: 0;
}

.list-bids .bid-item .bid-item__images {
	width: 180px;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #dddfe2;
	background-color: #fff;
}

.list-bids .bid-item .bid-item__images img {
	width: 100%;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
}

.list-bids .bid-item .bid-item__content {
	width: 100%;
	max-width: 55%;
	padding: 0 30px;
	text-align: left;
	position: relative;
	z-index: 10;
}

.list-bids .bid-item .bid-item__headline {
	all: revert;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	color: rgb(0, 0, 0);
	text-align: left;
	font-size: 16px;
}

.list-bids .bid-item .bid-item__url {
	all: revert;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
	color: rgb(75, 155, 227);
	margin-top: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left
}

.list-bids .bid-item .bid-item__description {
	all: revert;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	color: rgb(0, 0, 0);
	overflow: hidden;
}

.list-bids .bid-item .bid-item__description ul {
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: circle;
}

.list-bids .bid-item .bid-item__description ul li {
	padding: 0;
	margin: 0;
	list-style: circle;
}

.list-bids .bid-item .bid-item__buttons {
	all: revert;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-direction: column;
	position: relative;
	width: auto;
	min-width: 170px;
	margin: 0 0 0 auto;
}

.list-bids .bid-item .bid-item__buttons .bid-item__button {
	all: revert;
	box-sizing: border-box;
	font-family: 'hurme_geometric_sans_4regular';
	user-select: none;
	-webkit-font-smoothing: antialiased;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 138px;
	padding: 0 15px;
	color: rgb(255, 255, 255);
	background-color: rgb(37, 129, 254);
	border: none;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease;
	width: auto;
	height: 45px;
	position: relative;
	font-size: 16px;
}

.list-bids .bid-item .bid-item__buttons .bid-item__button:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(74, 144, 226);
}

@media (max-width: 991px) {
	.list-bids .bid-item {
		padding: 20px;
	}

	.list-bids .bid-item .bid-item__images {
		width: 150px;
	}

	.list-bids .bid-item .bid-item__headline {
		font-size: 18px;
	}

	.list-bids .bid-item .bid-item__buttons .bid-item__button {
		font-size: 18px;
	}

	.list-bids .bid-item .bid-item__content {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.list-bids .bid-item {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		min-height: 150px;
		padding: 20px 15px;
	}

	.list-bids .bid-item .bid-item__content {
		padding: 15px 0 0;
		width: 100%;
		max-width: unset;
	}

	.list-bids .bid-item .bid-item__headline {
		text-align: center;
	}

	.list-bids .bid-item .bid-item__url {
		margin-top: 5px;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}

	.list-bids .bid-item .bid-item__buttons {
		width: 100%;
		margin: 15px 0 0;
		display: flex;
		flex-direction: column;
		position: relative;
		margin-top: 10px;
	}

	.list-bids .bid-item .bid-item__buttons .bid-item__button {
		flex: none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: 138px;
		height: 50px;
		padding: 0 15px;
		border: none;
		border-radius: 5px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		transition: all 0.3s ease;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.main-logo {
	width: 100%;
	padding: 20px;
	text-align: center;
}

.main-logo img {
	width: 174px;
	height: auto;
}

.clickwall {
	display: none;
	float: left;
	width: 100%;
	padding-top: 40px;
}

.quiz-box .congratulations {
	padding: 40px 20px 0 20px;
}

.quiz-box .congratulations,
.quiz-box .congratulations * {
	text-align: center !important;
}

.quiz-box .congratulations * {
	color: #000000;
}

.quiz-box .congratulations > *:first-child {
	margin-top: 0;
}

.quiz-section.completed-form {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.quiz-section.completed-form .quiz-box {
	margin-right: 0;
}

.question-1 .option-box,
.question-2 .option-box{
	margin-top: 90px;
}

@media only screen and (max-width:1600px) {
	.quiz-box {
		margin-right: 90px;
	}

	.quiz-header h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.quiz-box .quiz-body > div > .question-Box {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.step-hdng {
		font-size: 24px;
		line-height: 30px;
	}

	.option-box {
		margin-top: 20px;
	}

	.option-col {
		margin-top: 12px;
	}

	.desc-opt {
		height: 56px;
	}
}

@media only screen and (max-width:1470px) {
	.quiz-box {
		margin-right: 70px;
		max-width: 650px;
	}

	.multirow-6 {
		display: flex;
		flex-direction: row;
	}

	.multirow-6 > .row {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		width: 50%;
		margin: 0 !important;
	}

	.multirow-6 > .row:first-child {
		padding-left: 0;
	}

	.multirow-6 > .row:last-child {
		padding-right: 0;
	}

	.question-1 .option-box,
	.question-2 .option-box{
		margin-top: 74px;
	}
}

@media only screen and (max-width:1440px) {
	.quiz-section {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.quiz-header h1 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width:1400px) {
	.quiz-section {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width:1370px) {
	.quiz-section {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	.quiz-section .quiz-box {
		margin-right: 0;
	}

	.form .main-banner {
		display: none;
	}

	.main-logo {
		display: block !important;
	}
}

@media only screen and (max-width:767.98px) {
	.clickwall > .container > h1 {
		font-size: 22px;
	}

	.multirow-6 {
		flex-direction: column;
	}

	.multirow-6 > .row {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	.question-1 .option-box,
	.question-2 .option-box{
		margin-top: 120px;
	}
}

/**
 * Homepage
 */
.btn {
	font-size: 30px;
	color: #000;
	background-color: #cacaca;
	padding: 20px;
	border-radius: 100px;
}

.btn-green {
	background-color: #53EAB8;
}

.home .main-banner {
	width: 100%;
	height: 100%;
	max-height: 800px;
	position: relative;
}

.home .main-banner .main-banner-background {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../images/banner_wh_left.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
}

.home .main-banner .banner-content {
	display: flex;
	flex-direction: row;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

.home .main-banner .banner-content > * {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}

.home .main-banner .banner-content > *:first-child {
	padding-left: 20px;
	padding-right: 10px;
}

.home .main-banner .banner-content > *:last-child {
	padding-left: 10px;
	padding-right: 20px;
}

.home .main-banner .banner-content > .left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #12254f;
	position: relative;
}

.home .main-banner .banner-logo {
	max-width: 600px;
	width: 100%;
	height: auto;
}

.home .main-banner .banner-logo.mobile {
	display: none;
}

.home .main-banner .banner-content .headline {
	font-size: 40px;
	margin-top: 80px;
	box-shadow: 0px 34px 34px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 34px 34px 0px rgba(0, 0, 0, 0.4);
	padding: 10px;
	max-width: 700px;
	width: 100%;
}

.home .main-banner .banner-content .subheadline {
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.home .main-banner .banner-content .subheadline > span {
	max-width: 530px;
	display: inline-block;
}

.home .main-banner .banner-content .left .subheadline {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.home .main-banner .banner-content .right .headline,
.home .main-banner .banner-content .right .subheadline {
	display: none;
}

.home .find-your-plan {
	display: block;
	width: 100%;
	font-size: 70px;
	font-family: "hurme_geometric_sans_4bold";
	line-height: 70px;
	text-align: center;
	padding: 30px 20px;
	color: #f9c243;
	background-color: #7e57fd;
	cursor: pointer;
	box-shadow: 0px 2px 17px 9px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 17px 9px rgba(0, 0, 0, 0.4);
}

.home .footer {
	padding-top: 0;
	margin-top: 0;
}

.section {
	margin: 60px 0;
	padding: 0;
}

.section h1 {
	font-size: 50px;
	color: #12254f;
	padding: 0 20px;
}

.section-1-content {
	display: flex;
	flex-direction: row;
	gap: 0;
}

.section-1-content > * {
	margin-top: 60px;
}

.section-1-content img.affordable {
	max-width: 300px;
}

.section-1-content > div:last-child {
	padding-left: 60px;
}

.section-1-content p {
	font-size: 30px;
	color: #12254f;
	text-align: justify;
}

.section-1-content .btn {
	display: block;
	margin-top: 36px;
}

.section-2 {
	background-color: #12254f;
	color: #fff !important;
	padding: 60px 0;
}

.section-2 * {
	color: #fff !important;
}

.section-2-content {
	display: flex;
	flex-direction: row;
	gap: 0;
	margin-top: 60px;
}

.section-2-content > * {
	width: 33.3333%;
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid #f9c243;
	position: relative;
}

.section-2-content > *::before {
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	content: "";
	width: 24px;
	height: 24px;
	background-color: #7e57fd;
	border-radius: 100%;
}

.section-2-content > * > span {
	display: block;
	padding: 0 20px;
}

@media (max-width: 1499.98px) {
	.home .main-banner .banner-logo {
		width: 80%;
	}
}

@media (max-width: 1399.98px) {
	
}

@media (max-width: 1199.98px) {
	.home .container {
		width: 100%;
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.home .main-banner {
		max-height: 600px;
	}

	.home .main-banner .banner-logo {
		width: 70%;
	}

	.home .main-banner .banner-content .headline {
		font-size: 30px;
		margin-top: 60px;
	}
	
	.home .main-banner .banner-content .subheadline {
		font-size: 25px;
	}

	.home .find-your-plan {
		font-size: 54px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section h1 {
		font-size: 40px;
	}

	.section-1-content p {
		font-size: 25px;
	}

	.section-1-content .btn {
		font-size: 25px;
	}

	.section-2-content > * {
		font-size: 25px;
	}
}

@media (max-width: 991.98px) {
	.home .main-banner .main-banner-background {
		background-position-y: center;
	}

	.home .main-banner {
		max-height: 520px;
	}

	.home .main-banner .banner-logo {
		width: 60%;
	}

	.home .main-banner .banner-content .headline {
		font-size: 24px;
	}

	.home .main-banner .banner-content .subheadline {
		font-size: 20px;
	}

	.home .main-banner .banner-content .subheadline > span {
		max-width: 360px;
	}

	.home .find-your-plan {
		font-size: 48px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.section-1-content > * {
		margin-top: 40px;
	}

	.section h1 {
		font-size: 34px;
	}

	.section-1-content p {
		font-size: 20px;
	}

	.section-1-content .btn {
		font-size: 20px;
	}

	.section-1-content img.affordable {
		max-width: 230px;
	}

	.section-2-content > * {
		font-size: 20px;
	}
}

@media (max-width: 848px) {
	.home .main-banner {
		max-height: 480px;
	}

	.home .main-banner .banner-content .headline {
		font-size: 20px;
		margin-top: 40px;
	}

	.home .main-banner .banner-content .subheadline {
		font-size: 18px;
	}

	.home .main-banner .banner-content .subheadline > span {
		max-width: 340px;
	}

	.home .find-your-plan {
		font-size: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 52px;
	}

	.section {
		margin-top: 44px;
		margin-bottom: 44px;
	}

	.section-1-content > * {
		margin-top: 30px;
	}

	.section h1 {
		font-size: 30px;
	}

	.section-1-content p {
		font-size: 18px;
	}

	.section-1-content .btn {
		font-size: 18px;
	}

	.section-1-content img.affordable {
		max-width: 206px;
	}

	.section-2 {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.section-2-content > * {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.home .main-banner {
		max-height: 300px;
	}

	.home .main-banner .main-banner-background {
		background-image: none;
		background-color: #12254f;
	}

	.home .main-banner .banner-logo {
		width: 65%;
		display: none !important;
	}

	.home .main-banner .banner-logo.mobile {
		display: block !important;
	}

	.home .main-banner .banner-content .headline {
		font-size: 18px;
		max-width: 310px;
		margin-top: 30px;
		box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
		color: #fff;
	}

	.home .main-banner .banner-content .subheadline {
		font-size: 14px;
		color: #fff;
	}

	.home .main-banner .banner-content .subheadline > span {
		max-width: 254px;
	}

	.home .main-banner .banner-content .left .headline,
	.home .main-banner .banner-content .left .subheadline {
		display: none;
	}

	.home .main-banner .banner-content .right {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.home .main-banner .banner-content .right .headline,
	.home .main-banner .banner-content .right .subheadline {
		display: block;
	}

	.home .main-banner .banner-content .right .subheadline {
		margin-top: 40px;
	}

	.home .find-your-plan {
		font-size: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 38px;
	}

	.section {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.section-1-content > * {
		margin-top: 24px;
	}

	.section h1 {
		font-size: 24px;
	}

	.section-1-content p {
		font-size: 14px;
	}

	.section-1-content .btn {
		font-size: 14px;
	}

	.section-1-content img.affordable {
		max-width: 136px;
	}

	.section-1-content .btn {
		padding: 14px;
		margin-top: 26px;
	}

	.section-2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section-2-content {
		margin-top: 40px;
	}

	.section-2-content > * {
		font-size: 14px;
	}
}

@media (max-width: 550px) {
	.home .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home .main-banner .banner-logo {
		width: 90%;
	}

	.home .main-banner .banner-content > :first-child {
		padding-left: 10px;
	}

	.home .main-banner .banner-content > :last-child {
		padding-right: 10px;
	}

	.section-1-content > div:last-child {
		padding-left: 20px;
	}

	.section-2-content > * > span {
		padding-left: 5px;
		padding-right: 5px;
	}
}







