.calculator_container {
	margin-bottom: 5vw;
}
.calculator_container .top {
	text-align: center;
}
.calculator_container .top h2 {
	font-size: 30px;
	color: #3dc3b0;
	font-weight: 500;
	line-height: 1.36;
}

.calculator_container .top h2 img{
   max-height: 29px;
    vertical-align: baseline;
}

.calculator_container .top p {
	margin: 20px 0;
}

#calculator {
	background: #e5e4e4;
	padding: 15px;
	overflow: hidden;
}

#calculator > .col {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#calculator > .col > .col-item {
	width: 50%;
	padding: 20px;
}
#calculator .cost_title {
	font-size: 18px;
	color: #3dc3b0;
}
#calculator .cost_desc {
	font-size: 18px;
}
@media (max-width: 768px) {
	#calculator > .col > .col-item {
		width: 100%;
		padding: 10px;
	}
	#calculator .cost_desc {
		font-size: 14px;
	}
}
.cost_slidder {
	display: flex;
	align-items: center;
}
.cost_slidder .slidder_align {
	width: 60.666%;
}
.cost_slidder .slidder_input {
	width: 33.33%;
	margin-left: auto;
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.cost_slidder {
		flex-direction: column;
		align-items: start;
	}
	.cost_slidder .slidder_align {
		width: 100%;
	}
	.cost_slidder .slidder_input {
		margin-top: 10px;
		width: 100%;
	}
}
.cost_slidder .slidder_input .dolar {
	font-size: 22px;
	width: 22px;
}
.cost_slidder .slidder_input input {
	height: 40px;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	border: none;
	flex: 1; max-width: 100%;
	margin-left: 5px;
	padding: 0 10px;
	font-size: 20px;
}

/* 右下价格区 */
.display_price {
	flex-wrap: wrap;
	align-items: start;
	width: 100%;
	background: #3d3935;
	padding: 30px 20px 20px;
	color: #fff;
}

.display_price .monthPay {
	width: 40%;
}
.display_price .monthPay .dollar {
	margin: 0;
	font-size: 26px;
	line-height: 1;
	color: #3dc3b0;
}
.display_price .monthPay .calc_amount {
	margin: 0 !important;
	padding: 0 0 10px 10px;
	color: #3dc3b0;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	margin-left: 15px;
}
@media (max-width: 768px) {
	.display_price .monthPay {
		width: 100%;
	}
	.display_price .monthPay .dollar {
		font-size: 20px;
	}
	.display_price .monthPay .calc_amount {
		font-size: 36px;
	}
}

.display_price .dobbox_one {
	width: 60%;
}
.display_price .dobbox_one .dob_box {
	color: #fff;
	max-width: 30%;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	padding: 0.5rem;
	margin-right: 4px;
	font-weight: normal;
	display: inline-block;
}
.display_price .dobbox_one .dob_box.boxbg {
	background: #3dc3b0;
}
.display_price .dobbox_one .dob_box input {
	display: none;
}
.display_price .estimated_text {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.display_price .dobbox_one {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.display_price .dobbox_one .dob_box {
		max-width: 100%;
		font-size: 18px;
	}
	.display_price .estimated_text {
		font-size: 15px;
	}
}

.total_price {
	background: #a9a9a9;
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
}
@media (max-width: 768px) {
	.total_price {
		font-size: 20px;
	}
}

/********** Range Input Styles **********/
input[type='range'] {
	-webkit-appearance: none;
	width: 100%;
	padding-bottom: 0;
}

input[type='range']:focus {
	outline: 0;
}

input[type='range'] {
	padding: 0;
	background-color: transparent;
}

input[type='range']::-webkit-slider-thumb {
	height: 20px;
	width: 5px;
	border-radius: 0;
	border: 0;
	background-color: #3d3935;
	top: -8px;
}

@media (max-width: 767px) {
	input[type='range']::-webkit-slider-thumb {
		width: 15px;
	}
}

input[type='range']::-moz-range-thumb {
	height: 20px;
	width: 5px;
	border-radius: 0;
	border: 0;
	background-color: #3d3935;
	top: -8px;
}

@media (max-width: 767px) {
	input[type='range']::-moz-range-thumb {
		width: 15px;
	}
}

input[type='range']::-ms-thumb {
	height: 20px;
	width: 5px;
	border-radius: 0;
	border: 0;
	background-color: #3d3935;
	top: -8px;
}

@media (max-width: 767px) {
	input[type='range']::-ms-thumb {
		width: 15px;
	}
}

input[type='range']::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #3dc3b0;
	padding: 0;
	margin-bottom: 8px;
	margin-top: 8px;
}

input[type='range']::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #3dc3b0;
	padding: 0;
}

input[type='range']::-ms-track {
	background: 0 0;
	border-color: transparent;
	color: transparent;
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #3dc3b0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0;
}
input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #3dc3b0;
	cursor: pointer;
	position: relative;
	top: -11px;
	padding: 0;
}

input[type='range']::-moz-range-thumb {
	-webkit-appearance: none;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #3dc3b0;
	cursor: pointer;
	position: relative;
	top: -11px;
	padding: 0;
}

input[type='range']::-ms-thumb {
	-webkit-appearance: none;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #3dc3b0;
	cursor: pointer;
	position: relative;
	top: -11px;
	padding: 0;
}

input[type='range']::-webkit-slider-runnable-track {
	background-color: #3d3935;
}

input[type='range']::-moz-range-track {
	background-color: #3d3935;
}

input[type='range']::-ms-track {
	background-color: #3d3935;
}
