.single-product .quote_calculation {
    margin-bottom: 30px;
}
.single-product .quote_calculation .form-group {
    width: calc(49% - 30px);
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 25px;
}
.single-product .quote_calculation .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.single-product .quote_calculation .form-group input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #CDCDCD;
    font-size: 14px;
    height: 44px;
    border-radius: 4px;
}
.md-switch .md-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.md-switch.sm input.md-toggle-round + label {
    width: 35px;
    height: 18px;
}
.md-switch input.md-toggle-round + label {
    padding: 2px;
    width: 68px;
    height: 40px;
}
.md-switch .md-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.md-switch input.md-toggle-round + label:before {
    right: 1px;
    background: #DDDDDD;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
.md-switch input.md-toggle-round + label:before, input.md-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.md-switch.sm label span {
    margin-left: 35px;
    line-height: 0px;
    font-size: 15px;
    font-weight: 300;
}
.md-switch label span {
    position: absolute;
    top: 10px;
    display: block;
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    min-width: 500px;
    height: 40px;
    margin-left: 65px;
    vertical-align: middle;
    color: #555555;
}
.md-switch.sm input.md-toggle-round + label:after {
    width: 14px;
    height: 14px;
}
.md-switch input.md-toggle-round + label:after {
    width: 34px;
    height: 34px;
    margin: auto 2px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 100%;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}
.md-switch input.md-toggle-round:checked + label:before {
    background-color: #00AF4D;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}
.md-switch.sm input.md-toggle-round:checked + label:after {
    margin-left: 18px;
}