.calculator-module{background:#f4f4f4;clear:both;color:#424242;overflow:hidden;padding:30px 20px}.calculator-module .left,.calculator-module .right{float:left;margin:0 10px;width:calc(50% - 20px)}.calculator-module .field{margin-bottom:15px}.calculator-module .field label{margin:0}.calculator-module .field .input-wrap{font-size:0}.calculator-module .field input{background:#fff;border:none;padding:0 10px;width:calc(100% - 150px)}.calculator-module .field .unit,.calculator-module .field input{display:inline-block;font-size:1rem;height:50px;vertical-align:middle}.calculator-module .field .unit{background:#ddd;color:#424242;font-weight:700;line-height:50px;text-align:center;width:150px}.calculator-module .field.down p{display:inline}.calculator-module .field .error{color:red}.calculator-module .calculate input{background:#00808c;color:#fff;float:right;height:50px;line-height:50px;text-align:center;text-transform:uppercase;width:150px}.calculator-module .calculate input:hover{background:#1e545f;color:#cddd2c}.calculator-module .right{background:#fff;margin-top:27px;position:relative;text-align:center}.calculator-module .right:before{background-image:linear-gradient(270deg,#78bc42,#00a0af);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.calculator-module .right .wrap{padding:70px 30px}.calculator-module .right .images img{display:inline-block;height:42px;margin:0 5px 20px;vertical-align:middle;width:auto}.calculator-module .right p{margin:0}.calculator-module .right .monthly-payment{color:#00808c;font-size:60px;font-weight:700;line-height:60px;margin-bottom:50px;margin-top:10px}.calculator-module .right .loan-amount{font-size:36px}.calculator-module .right .apply-button{background:#00808c;color:#fff;display:block;height:50px;line-height:50px;text-decoration:none}.calculator-module .right .apply-button:hover{background:#1e545f;color:#cddd2c}@media screen and (max-width:767px){.calculator-module .left,.calculator-module .right{float:none;width:100%}.calculator-module .calculate input{display:block;float:none;width:100%}}@media screen and (max-width:567px){.calculator-module .field input{width:calc(100% - 100px)}.calculator-module .field .unit{width:100px}}