@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
		height: 100%
}

p {
		color: grey
}

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

#heading {
		text-transform: uppercase;
		color: #1173b6;
		font-weight: normal
}

#msform {
		text-align: center;
		position: relative;
}

#msform fieldset {
		background: white;
		border: 0 none;
		border-radius: 0.5rem;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
		position: relative
}

.form-card {
		text-align: center;
		margin-bottom: 25px;
}

select.form-control {
		padding: 15px;
		height: auto;
}

#msform fieldset:not(:first-of-type) {
		display: none
}

.error {
		color: #ff0000 !important;
}

.hide {
		display: none !important;
}

.show {
		display: block !important;
}

#msform input,
#msform textarea,
#msform select {
		padding: 15px;
		border: 1px solid #ccc;
		border-radius: 0px;
		margin-bottom: 0;
		margin-top: 2px;
		width: 100%;
		box-sizing: border-box;
		/* font-family: montserrat; */
		color: #2C3E50;
		background-color: #fff;
		font-size: 16px;
		letter-spacing: 1px
}

input.ebill-slider {
	border: 0 !important;
	padding: 0 !important;
	background-color: #999999 !important;
	margin: 0 !important;
	border-radius: 3px !important;
}

#msform input:focus,
#msform textarea:focus {
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: 1px solid #1173b6;
		outline-width: 0
}

#msform .action-button {
		width: 100%;
		max-width: 360px;
		background: #f69510;
		box-shadow: #7b4b09 0 5px 0;
		font-weight: bold;
		color: white;
		border: 0 none;
		border-radius: 15px;
		cursor: pointer;
		padding: 20px 10px;
		margin: auto;
		font-size: 20px;
		transition: box-shadow 0.1s, background 0.1s, transform 0.1s;
		position: relative;
		top: 0;
}

#msform .action-button:hover,
#msform .action-button:focus {
		box-shadow: #7b4b09 0 2px 0;
		background: #e67c00;
		transform: scale(0.98);
}

#msform .action-button:active {
		box-shadow: none;
		background: #c96a00;
		transform: scale(0.96);
}

#msform .action-button-previous {
		background: #b5b5b5;
		font-weight: normal;
		color: white;
		border: 0 none;
		cursor: pointer;
		padding: 10px 25px;
		margin: 60px auto 30px auto;
		font-size: 14px;
		text-transform: uppercase;
		border-radius: 15px;
		float: center;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
		background-color: #000000
}

.card {
		z-index: 0;
		border: none;
		position: relative
}

.fs-title {
		font-size: 25px;
		color: #1173b6;
		margin-bottom: 15px;
		font-weight: normal;
		text-align: left
}

.purple-text {
		color: #1173b6;
		font-weight: normal
}

.steps {
		font-size: 25px;
		color: gray;
		margin-bottom: 10px;
		font-weight: normal;
		text-align: right
}

.fieldlabels {
		color: gray;
}

#progressbar {
		margin-bottom: 30px;
		overflow: hidden;
		color: lightgrey
}

#progressbar .active {
		color: #1173b6
}

#progressbar li {
		list-style-type: none;
		font-size: 15px;
		width: 25%;
		float: left;
		position: relative;
		font-weight: 400
}

#progressbar #account:before {
		font-family: FontAwesome;
		content: "\f13e"
}

#progressbar #personal:before {
		font-family: FontAwesome;
		content: "\f007"
}

#progressbar #payment:before {
		font-family: FontAwesome;
		content: "\f030"
}

#progressbar #confirm:before {
		font-family: FontAwesome;
		content: "\f00c"
}

#progressbar li:before {
		width: 50px;
		height: 50px;
		line-height: 45px;
		display: block;
		font-size: 20px;
		color: #ffffff;
		background: lightgray;
		border-radius: 50%;
		margin: 0 auto 10px auto;
		padding: 2px
}

#progressbar li:after {
		content: '';
		width: 100%;
		height: 2px;
		background: lightgray;
		position: absolute;
		left: 0;
		top: 25px;
		z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
		background: #1173b6
}

.progress {
		height: 20px
}

.progress-bar {
		background-color: #1173b6;
}

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


body {
		font-family: 'Poppins', sans-serif;
}

.call_us {
		text-align: right;
		padding-top: 20px;
}

.call_us a {
		padding: 10px 25px;
		text-decoration: none;
		font-size: 20px;
		background: #1173b6;
		color: #fff;
		border-radius: 30px;
}

.call_us a:hover {
		background: #f69510
}

h6.hg6 {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 20px;
}

h6.hg6 span {
		font-weight: 600;
		color: #1173b6
}

.call_us img {
		background: #fff;
		width: 30px;
		height: 30px;
		border-radius: 35px;
		padding: 5px;
		margin-right: 5px;
		margin-top: -3px;
}

.top_section {
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
		padding-bottom: 10px;
		padding-top: 10px;
}

h2.hg2 {
		text-align: center;
		margin: 40px 0 20px 0;
		color: #1173b6;
		line-height: 50px;
}

.input_style {
		border: 2px solid #ccc !important;
		background: #fff !important;
		font-size: 14px !important;
		padding: 15px !important;
}

.col-xs-6 {
		width: 50%;
}

@media screen and (max-width:765px) {
	.top_section {
		margin-bottom: 65px;
	}
}	

@media screen and (max-width: 575px) {
		.call_us a {
				padding: 10px 15px;
				font-size: 13px;
		}

		h6.hg6 {
				font-size: 14px;
		}

		h2.hg2 {
				font-size: 20px;
				line-height: 26px;
		}
		h2.hg2 br{
				display: none;
		}

		#msform .action-button {
				padding: 15px 10px;
		}
}

.footer {
	font-size: 12px !important;
	padding-top: 35px;
}

.noshow {
	display: none;
}

/** custom range slider **/

.slidermain {
	width: 100%;
	margin: 75px auto;
	position: relative;
}

#slider {
	-webkit-appearance: none; 
	width: 100%;
	height: 7px;
	border-radius: 3px;
}

#slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}

#selector {
	height: 104px;
	width: 48px;
	position: absolute;
	bottom: -20px;
	left: 28%;
	transform: translateX(-28%);
	z-index: 2;
}
.selectBtn {
	height: 48px;
	width: 48px;
	background-image: url('../img/slider-icon.png');
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
}
#selectValue {
	width: 48px;
	height: 40px;
	position: absolute;
	top: -2px;
	background: #f69510;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 13px;
	font-weight: bold;
}
#selectValue::after {
	content: '';
	border-top: 17px solid #f69510;
	border-left: 24px solid #fff;
	border-right: 24px solid #fff;
	position: absolute;
	bottom: -14px;
	left: 0;
}
#progressBar {
	width: 28%;
	height: 7px;
	background: #f69510;
	border-radius: 3px;
	position: absolute;
	bottom: 7px;
	left: 0;
}


.range-slider {
	-webkit-appearance: none;
	/* Override default CSS styles */
	appearance: none;
	width: 100%;
	/* Full-width */
	height: 10px;
	border-radius: 5px;
	/* Specified height */
	background: #d3d3d3;
	/* Grey background */
	outline: none;
	/* Remove outline */
	opacity: 0.7;
	/* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s;
	/* 0.2 seconds transition on hover */
	transition: opacity .2s;
	&:hover {
		opacity: 1;
		/* Fully shown on mouse-over */
	}
	&::-webkit-slider-thumb {
		-webkit-appearance: none;
		/* Override default look */
		appearance: none;
		width: 18px;
		/* Set a specific slider handle width */
		height: 18px;
		/* Slider handle height */
		background: #4CAF50;
		/* Green background */
		cursor: pointer;
		/* Cursor on hover */
		border-radius: 50%;
	}
	&::-moz-range-thumb {
		width: 18px;
		/* Set a specific slider handle width */
		height: 18px;
		/* Slider handle height */
		background: #4CAF50;
		/* Green background */
		cursor: pointer;
		/* Cursor on hover */
	}
}

.range-slider {
	padding: 0 !important;
}

.action-button img {
	width: 65px;
	margin-bottom: 8px;
}

.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.range {
	display: flex;
	width: 600px;
}

.range__slider {
	width: 50%;
}

.range__value {
	width: 50%;
	margin-left: 45px;		
	text-align: center;
	border-left: #e6e4e4 1px solid;
}

.form-group {
	display: flex;
	flex-direction: column; 
	justify-content: center;
}

.form-group label {
	text-transform: uppercase;
	font-size: .7rem;
	color: #222;
	margin-bottom: 5px;
}

.form-group span {
	font-size: 2rem;
	font-weight: 600;
	color: #3c3b3b;
}

.range__slider label {
	margin-bottom: 10px;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 13px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0;
	margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #1173b6;
	border: #ff9000 5px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #ffffff;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #ff9000;
	border: #244cf9 5px solid; cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
	background: #ffffff;
}

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}


/* new 1:1 consent styling */

.select-all-wrapper {
	display: none;
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
	text-align: left;
}

.select-all-link {
	color: #0066cc;
	text-decoration: underline;
	cursor: pointer;
}

#consent {
	width: 100%;
	font-size: 11px;
	color: gray;
	position: relative;
	margin: 1rem 0;
	display: none;
}

.consent-scroll {
	width: 100%;
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: white;
}

.consent-scroll::-webkit-scrollbar {
	width: 6px;
}

.consent-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.consent-scroll::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.consent-scroll .container-fluid {
	text-align: center;
}

.consent-item {
	display: inline-block;
	width: 200px;
	margin: 5px 0;
	text-align: left;
}

.consent-item input[type="checkbox"] {
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 13px !important;
}

.consent-item label {
	margin: 0;
	white-space: normal;
	line-height: 1.2;
	font-size: 11px;
	color: gray;
	display: inline-block;
	vertical-align: middle;
}
