/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */.calculativeForm {
    max-width: 750px;
    margin: 0 auto;
}
.pmt_top span.formInput {
    width: 48% !important;
}
.pmt_btm .rslt {
    display: flex;
    justify-content: space-between;
}
.calculativeForm>p {
    color: red;
}
.calculativeForm span.formInput {
    margin-bottom: 14px;
    display: block;
        position: relative;
}
.calculativeForm {
 transition: all ease 0.5s;
 box-sizing: border-box;
}
.pmt_top {
    display: flex;
    justify-content: space-between;
}
.pmt_btm span.formInput{

}
span.formInput input, span.formInput select {
    height: 40px;
    border-radius: 5px;
        width: 100%;
padding: 0px 25px;
}
.calculativeForm button {
   /* width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    background: #f16421;
    border: 1px solid #f16421;*/
    transition: all ease 0.5s;
        cursor: pointer;
}
.calculativeForm button:hover {
   color: #f16421;
    background: #333;
    border: 1px solid #f16421;
    transition: all ease 0.5s;
}
.calculativeForm .cart {
    width: 100%;
    text-align: center;
    
    margin-top: 20px;
    background: #ffffff;
    color: #f16421;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
  
}
.pmt_rsltt {
    padding: 5px 15px;
    background: #333;
    transition: all ease 0.5s;
}
.calculativeForm {
   
    background: #f2f2f2;
    padding: 20px;
}
.pmt_btm {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}
.pmt_btm input {
       border: 1px solid #c9c9c9 !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #f16421 !important;}
.rslt span:before {
    content: "£";
    position: absolute;
    left: 0;
    color: #fff;
    background: #f16421;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;border-radius: 5px 0px 0px 5px;
}
.rslt span {
    position: relative;
}
.pmt_btm label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;    text-transform: initial;
}
span.er_sign {
    position: absolute;
    left: 9px;
    top: 38px;
}label.formLabel.select, label.formLabel.input {
    font-size: 14px;
    font-weight: 600;
}