/* Phone Component CSS - Extract from style.css */

.phone-form .phonesection {
	width: 100%;
	margin: 0 auto;
	background: transparent;
	box-sizing: border-box;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#phone {
	background: url(/images2/Phone/phone.png) no-repeat transparent;
	background-size: contain;
	background-position: center;
	height: 85vh;
	width: 100%;
	max-width: 650px;
	padding: 90px 90px 110px 90px;
	left: 0;
	text-align: center;
	position: relative;
	z-index: 100
}

@media screen and (max-width: 768px) {
	#phone {
		display: none;
	}

	.phonesection {
		display: none;
	}
}

#apply-now {
	width: 100%;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans Condensed";
	font-size: 18px;
	padding: 10px;
	letter-spacing: .5px;
	background: #ac702a !important
}

#apply-now a {
	outline: medium none !important;
	color: #fff
}

@media screen and (max-width:450px) {
	#phone {
		width: auto;
		margin-left: -27px;
		margin-right: -27px;
	}

	.terms-slider .info .item-info {
		width: 305px !important
	}
}

.transition {
	-webkit-transition: all .5s;
	transition: all .5s
}

button {
	background: #ac702a;
	cursor: pointer
}

.button {
	border-radius: 50px;
	width: 100%;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans Condensed";
	font-size: 18px;
	padding: 10px;
	letter-spacing: .5px;
	color: #fff;
	border: 1px solid #006eb5;
	transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.button:hover {
	color: #ac702a;
	background-color: #fff
}

.small-button {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer
}

.small-button img {
	width: 7px
}

.small-button:hover {
	background-color: #ac702a;
	opacity: .8
}

#top-slider {
	margin: 0 auto 40px;
	width: 300px;
	height: 150px;
	position: relative
}

@media screen and (max-width:370px) {
	#top-slider {
		width: 260px;
		height: 130px
	}
}

#top-slider .background {
	width: 300px;
	height: 150px;
	border-radius: 300px 300px 0 0;
	background-color: #0a94fe;
	overflow: hidden;
	position: relative
}

@media screen and (max-width:370px) {
	#top-slider .background {
		width: 260px;
		height: 130px
	}
}

#top-slider .background .scale {
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 0;
	top: 0
}

@media screen and (max-width:370px) {
	#top-slider .background .scale {
		width: 260px;
		height: 260px
	}
}

#top-slider .background .scale .background-scale {
	width: 300px;
	height: 150px;
	border-radius: 0 0 300px 300px;
	background-color: #3172ba;
	position: absolute;
	bottom: 0;
	z-index: 2
}

@media screen and (max-width:370px) {
	#top-slider .background .scale .background-scale {
		width: 260px;
		height: 130px
	}
}

#top-slider .button-scale {
	width: 280px;
	height: 0;
	background-color: rgba(100, 100, 100, .3);
	position: absolute;
	bottom: 0;
	z-index: 6
}

@media screen and (max-width:370px) {
	#top-slider .button-scale {
		width: 240px
	}
}

#top-slider .button-scale img {
	height: 70px;
	width: 70px;
	-webkit-transform: rotate(-105deg);
	transform: rotate(-105deg);
	position: absolute;
	bottom: -33px;
	left: -30px;
	cursor: all-scroll
}

#top-slider .button-scale #top-slider-button {
	height: 1px;
	width: 100%
}

#top-slider .white-block {
	width: 300px;
	height: 150px;
	position: center;
	top: 0;
	left: 0;
	overflow: hidden
}

@media screen and (max-width:370px) {
	#top-slider .white-block {
		width: 260px;
		height: 130px
	}
}

#top-slider .white-block-background {
	width: 260px;
	height: 150px;
	border-radius: 260px 260px 0 0;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0
}

@media screen and (max-width:370px) {
	#top-slider .white-block-background {
		width: 230px;
		height: 130px
	}
}

#top-slider .amount-block {
	position: absolute;
	top: 75px;
	left: 50%;
	display: flex;
	transform: translate(-50%, 0)
}

#top-slider .amount-block img {
	width: 30px;
	margin-top: 4px;
	margin-right: 2px
}

#top-slider .amount-block .amount {
	font-family: verdana !important;
	font-size: 36px;
	font-weight: 700;
	color: black;
}

#top-slider .buttons {
	width: 100%;
	padding: 10px 10px 10px 0;
	display: flex;
	justify-content: space-between;
	margin-right: -10px
}

#top-slider .buttons .reduce-button {
	margin-left: -6px
}

.terms-slider {
	position: relative;
	width: 300px;
	margin: 0 auto
}

@media screen and (max-width:370px) {
	.terms-slider {
		width: 260px
	}
}

.terms-slider .items {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 20px;
	height: 5px;
	position: relative;
	z-index: 1;
	background-color: #2db2f1
}

.terms-slider .items .item {
	cursor: pointer;
	display: block;
	background-color: #3172ba;
	border-radius: 25px;
	height: 12px;
	width: 12px;
	margin-top: -4px
}

.terms-slider .items .item:first-child {
	margin-left: -2px
}

.terms-slider .items .item:last-child {
	margin-right: -2px
}

.terms-slider .progress-line {
	width: 0%;
	background-color: #3172ba;
	height: 5px;
	position: absolute;
	-webkit-transition: all 1s;
	transition: all 1s
}

.terms-slider .progress-line .flag {
	right: -10px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	height: 20px;
	width: 23px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	background-color: #3172ba;
	outline: none;
	cursor: pointer;
	margin-left: -11px;
	border: 0;
	top: -2em;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.terms-slider .progress-line .flag:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: solid 4px #3172ba;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent
}

.terms-slider .info {
	width: 100%;
	margin-left: -30px
}

.terms-slider .info .item-info {
	background: #91d5f3;
	width: 340px;
	border-radius: 3px;
	opacity: 0;
	display: none;
	font-size: 13px;
	padding: 7px 5px;
	letter-spacing: -.2px;
	-webkit-animation: opacity .3s forwards;
	animation: opacity .3s forwards;
	text-align: center;
	color: 	black;
	margin-left: 7px;
}

.terms-slider .info .item-info-image {
	margin-top: 3px;
	background-color: #000;
	border-radius: 8px;
	width: 13px;
	height: 13px;
	float: left;
	display: flex;
	text-align: center;
	justify-content: center
}

.terms-slider .info .item-info-image img {
	width: 3px
}

.info-field {
	margin-bottom: 25px
}

.selector {
	width: 100%;
	border: 1px solid #3172ba;
	cursor: pointer;
	word-wrap: break-word;
	line-height: 1em;
	white-space: normal;
	outline: 0;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	min-width: 14em;
	min-height: 2.71428571em;
	background: #fff;
	display: inline-block;
	padding: .78571429em 2.1em .78571429em 1em;
	margin-bottom: 10px;
	text-align: left;
	color: rgba(0, 0, 0, .87);
	position: relative;
}

.selector::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(/images2/Phone/select.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px
}

.selector .menu {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow-y: auto;
	border-radius: 0;
	border-color: rgba(34, 36, 38, .35);
	left: 0;
	top: 41px;
	background-color: #fff;
	z-index: 1000
}

.selector ::-webkit-scrollbar {
	width: 4px
}

.selector ::-webkit-scrollbar-track {
	border-radius: 0
}

.selector ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 0
}

.selector .selector-item {
	border-top: 1px solid #fafafa;
	padding: .78571429rem 1.14285714rem;
	cursor: pointer
}

.selector .selector-item.selected {
	font-weight: 700;
	background: rgba(0, 0, 0, .03);
	color: rgba(0, 0, 0, .95)
}

.selector .selector-item:hover {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .87)
}
