@charset "UTF-8";
body{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}
.outer-calculator-wrapper .yearly_monthly_calculator {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%!important;
}
.yearly_monthly_calculator .calculater-range-slider {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
    background: #1f70b0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 45px -15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 45px -15px;
 
}
.yearly_monthly_calculator .calculater-range-slider .left-calculae-area {
    width: 100%;
    max-width: 100%;
    padding: 40px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}
.yearly_monthly_calculator h4 {
    color: #FFF!important;
    font-size: 21px!important;
    font-family: 'Lato', sans-serif;
    font-weight: 300!important;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
    position: relative;
    line-height: 27px!important;
}
.yearly_monthly_calculator h4 strong {
    font-size: 30px!important;
}

.yearly_monthly_calculator input[type=radio] {
    display:none;
}

.yearly_monthly_calculator input[type=radio] + label {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #1f70b0;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    min-width: 60px;
}
.yearly_monthly_calculator input[type=radio] + label:hover {
    background:#1b99f9; 
    border: 1px solid #1b99f9;
    color: #FFF;
}
.yearly_monthly_calculator input[type=radio]:checked + label {
    outline: 0;
    background:#1b99f9;
    color: #FFF;
    border: 1px solid #1b99f9;
}
.yearly_monthly_calculator .radio_btn_layout {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.yearly_monthly_calculator .left-calculae-area p {
    font-size: 18px!important;
    color: #7385a0;
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: block;
    margin: 0;
    line-height: 19px;
    padding-bottom: 0!important;
}
.yearly_monthly_calculator input.no-of-employees-count {
    width: auto;
    min-height: 40px;
    border: 1px solid #e1e7f0;
    padding-left: 15px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
    margin: 0 15px;
    color: #003c7b;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 28px;
    max-width: 130px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 1;
}
.yearly_monthly_calculator .handle-counter {
    text-align: center;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.yearly_monthly_calculator .price_counter-minus, .yearly_monthly_calculator .price_counter-plus {
    background: #ffffff;
    border: 1px solid #adadad;
    color: #7f7f7f !important;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: 600;
}


@media screen and (max-width: 600px) {
.yearly_monthly_calculator .price_counter-minus, .yearly_monthly_calculator .price_counter-plus {
    width: 38px;
    height: 38px;
    min-width: 38px;
}
}





