body{
	padding: 0;
	margin: 0;
}
* {
    font-family: 'Montserrat', sans-serif;
}
.d-none{
	display: none !important;
}
.calculator_content_main {
    padding: 3%;
}
.lease_calculator_area{
	background: #fff;
    color: #272e37;
	padding: 30px 15px;
}
.lease_calculator_area h4{
	font-size: 16px;
    color: #fff;
    background: #4b4b4b;
    margin: auto;
    display: table;
    border-radius: 5px;
    padding: 10px 60px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    font-weight: 500;
}
.lease_calculator_area h4:before{
	content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-width: 15px 15px 0px;
    border-style: solid;
    border-color: #4b4b4b transparent;
    display: block;
    width: 0;
    transform: translateX(-50%);
}
.calculator_main_content{
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculator_block{
	width: 95%;
    flex-grow: 1;
    vertical-align: top;
    padding: 0 15px;
}
#calculator_step_2 .calculator_block {
	width: 50%;
}
.calculator_block h6{
	font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.each_radio_row {
    cursor: pointer;
    background: #fafafa;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  /*  border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
    font-size: 16px;
    color: #272e37;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border-radius: 6px;
}
.each_radio_row input[type="radio"] {
    display: none;
}
.each_radio_row .month_number {
   	background: #e6e6e6;
    padding: 8px 0px;
    width: 80px;
    font-size: 20px;
}
.each_radio_row .month_number span{
	display: block;
    font-weight: 700;
    font-size: 12px;
}
.each_radio_row .month_amount {
   width: calc(100% - 140px);
   color: #0cca65;
   display: none;
}
.each_radio_row .radio_display {
    width: 60px;
    position: relative;
}
.each_radio_row .radio_display span {
    border: 1px solid #e6e6e6;
/*    display: inline-block;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    display: none;
}
.each_radio_row.active .month_number{
	background: #4b4b4b;
    color: #fff;
}
.each_radio_row.active .month_amount{
    font-weight: 700;
}
.each_radio_row.active .radio_display span{
	background: #0cca65;
    display: none;
}
.new_slotsom_div h6{
    margin: 20px 0;
}
.each_amount_div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.each_amount_div .price_input {
    background: #fafafa;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: normal;
    padding: 18px 0;
    width: calc(100% - 120px);
    margin: 0 auto;
    color: #272e37;
    text-align: center;
    pointer-events: none;
}
.each_amount_div .incremental_btn {
    width: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #4b4b4b;
    border-radius: 6px;
    /*font-size: 30px;*/
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 100%;
}
.each_amount_div .incremental_btn span {
	font-size: 30px !important;
}
.each_amount_div .minus_btn {
    color: #c2c2c2;
    font-size: 40px;
    left: 0;
    background: #eeeeee;
}
.each_amount_div .minus_btn span{
    margin-top: -5px;
    display: block;
}
.add_right_bg_cls table{
    width: 100%;
}
.add_right_bg_cls td{
    vertical-align: top;
    font-size: 14px;
    line-height: 3;
    padding-bottom: 5px;
    word-break: break-word;
}
.add_right_bg_cls td:first-child{
    padding-right: 10px;
}
.add_right_bg_cls td span{
    font-weight: 700;
    background: #fafafa;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 100px;
    margin-left: auto;
}
.add_right_bg_cls td:last-child, .add_right_bg_cls td:last-child span {
    text-align: right;
}
.total_div{
    border-top: 1px solid #4b4b4b;
    margin: 5px 0 30px;
    font-weight: 700;
}
.total_div h5{
    font-size: 18px;
    text-align: center;
    margin: 30px 0 5px;
}
.total_div span{
    font-size: 24px;
    text-align: center;
    display: block;
    color: #0cca65;
}
.vdm_btn_cls {
    letter-spacing: normal;
    text-transform: initial;
    text-align: initial;
    max-width: initial;
    min-width: initial;
    word-break: initial;
    font-weight: initial;
}
.next_step_btn{
    background: #272e37;
    color: #FFFFFF;
    font-weight: 450;
    font-size: 16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    border-radius: 6px;
    display: table;
    border: 0;
}
.next_step_btn.vdm_btn_cls:active, .next_step_btn.vdm_btn_cls:focus, .next_step_btn.vdm_btn_cls:hover {
    background-color: #09F2A0 !important;
    color: #fff !important;
}
.calculator_block a{
    text-decoration: none;
    color: #272e37;
    font-size: 13px;
    font-weight: 600;
}
.form_field_main_div h6{
    text-align: left;
}
.form_content_main{
    box-sizing: border-box;
}
.each_form_field_div, .bottom_back_btn_div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.each_form_field_div label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
    word-break: break-word;
    width: 110px;
}
.field_div{
    width: calc(100% - 120px);
}
.field_div input{
    width: 100%;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    font-size: 15px;
    padding: 15px;
    border-radius: 6px;
    color: #000000;
    background: transparent;
}
.bottom_back_btn_div .next_step_btn{
    width: calc(75% - 10px);
}
.bottom_back_btn_div .next_step_btn.back_btn{
    width: 25%;
    margin-right: 10px;
    background: #fafafa;
    color: #b1b1b1;
}
.calculator_loading_img_div, .calculator_error_popup{
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.41);
	position:absolute;
	z-index:9999999;
	text-align:center;
	display:none;
/*	top: 0;*/
}
.calculator_loading_img_div img{
    width: 90px;
	padding-top:300px;
}
.calculator_error_popup .calculator_error_popup_inner {
	position: relative;
	padding: 30px;
	background: #FFF;
	color: red;
	margin-top: 315px;
	border-radius: 10px;
	display: inline-block;
    min-width: 200px;
    font-size: 14px;
    max-width: 280px;
    -webkit-box-shadow: 1px 1px 5px 0px rgb(153 153 153);
    -moz-box-shadow: 1px 1px 5px 0px rgba(153,153,153,1);
    box-shadow: 1px 1px 5px 0px rgb(153 153 153);
}
.calculator_error_popup .calculator_error_popup_inner .close_icon {
	cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #000;
    font-size: 15px;
}
.success_msg {
    font-size: 18px;
    text-align: center;
    color: #8f8f8f;
    font-family: 'MundialDemibold';
    letter-spacing: 0.75px;
    padding: 10px;
}
.month_radio_content {
    text-align: center;
}
@media(max-width:991px){
    .lease_calculator_area h4 {
        font-size: 14px;
        padding: 10px 18px;
        letter-spacing: .3px;
    }
    .calculator_block{
        width: 100% !important;
        padding: 0;
    }
    .calculator_block h6{
        margin: 20px 0;
        font-size: 16px;
    }
    .total_div span{
        font-size: 20px;
    }
    .each_amount_div .incremental_btn{
        width: 45px;
    }
    .each_amount_div .price_input {
        padding: 15px 0;
        width: calc(100% - 90px);
    }
    .each_radio_row .month_number{
        padding: 5px 0;
    }


}