.calculator{
    border:1px solid black;
    width:500px;
    height:500px;
    float:left;
}

#results{
    float:left;
    width:100%;
	    color: red;
    margin-bottom: 20px;
}

.cforms_sty3{
    float: left;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.service-box{
    width:100%;
    /*min-height: 200px;*/
}

.divider_line_service{
    margin-top:40px;
    margin-bottom:40px;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    width: 100%;
}

.service-tab-padd{
    padding-top:10px!important;
}
.service-tab-h4{

}

select{
    height:45px;
    width:100%;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 2px 0 rgba(238, 238, 238, 1) inset;
}

