body {
    background: url('../../assets/img/background-stones.jpg');
    /* background:#a7a7a7; */
}

h3.title {
    text-align: center;
    font-size: 35px;
    color: black;
    font-family: 'Open Sans';
    font-weight: 100;
}

.header {
    /* border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 10px 9px #f5f0f0; */
    margin-bottom: 30px;
}

.header .row {
    margin: 0px;
}

.logo img {
    width: 470px;
}

.logo {
    padding: 20px 50px;
}

.top-bar {
    background: white;
    padding: 10px 10px;
    box-shadow: 1px 1px 15px #dddada;
    border-radius: 5px;
    border: 5px solid #f5ed21;
    margin-bottom: 65px;
}

.container-ct {
    width: 90%;
    margin: auto;
}

button.clear {
    width: 100%;
    color: white;
    background-color: #d7222a;
    border-color: #d7222a;
}

button.clear:hover {
    color: white;
    background-color: #a3030a;
    border-color: #a3030a;
}


.form-container {
    background: white;
    border: 5px solid #f5ed21;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
    padding: 20px 15px;
}

.form-group {
    display: flex;
    align-items: center;
}


.form-group>span {
    margin: 0px 10px;
}

.form-container .row {
    margin-top: 20px;
}

.col {
    position: relative;
}

span.dollar-sign {
    position: absolute;
    top: 4px;
    left: 27px;
    font-weight: 600;
    font-size: 20px;
}

button.btn-quote {
    background: #f6f049;
    font-weight: 500;
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
}

select.focus, input.focus, input.focus[type=checkbox]~span, .login-btn.focus {
    box-shadow: 0px 0px 5px 3px #d7222a;
    animation: blink 1s infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

/* select, option {
 text-transform: capitalize;
} */

h1.section-title {
    padding-left: 0px;
    font-size: 25px;
    background: #f5ed21;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

select {
    white-space: normal;
}

.col-block {
    margin-left: auto;
}

span.info {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

@media (max-width:600px) {
    .logo img {
        width: 100%;
    }

    .form-container .row>div:first-child {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .opt-title {
        font-weight: 200;
        font-size: 20px;
    }

    .form-container .row {
        margin-top: 50px;
    }

    .sliderWithLabels>div>span {
        font-size: 9px !important;
        font-weight: bold;
    }
}

@media (max-width:450px) {
    .container-ct {
        overflow-x: hidden;
    }
    .m-m-0{
        margin-top:10px !important;
    }
    h1.section-title {
        font-size: 20px;
    }
}

.description {
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
}

input#efficiency_gain.active, #revenue_gain.active, #matrix_num_2.active {
    background: #71bf5c;
    color: white;
    font-weight: 500;
}


.selected {
    border: 2px solid #2196f3;
}

@keyframes blink {
    50% {
        box-shadow: 0px 0px 2px 0px #d7222a;
    }
    100%{
        box-shadow: 0px 0px 5px 3px #d7222a;
    }
}


#heat_range_celsius .step-marks div:nth-child(2), #heat_range_farenheit .step-marks div:nth-child(2) {
    border-right: 0px;
}

#heat_range_celsius .step-marks div:nth-child(3), #heat_range_farenheit .step-marks div:nth-child(3) {
    border-left: 0px;
}

#heat_range_celsius .step-marks div:nth-child(4), #heat_range_farenheit .step-marks div:nth-child(4) {
    border-right: 0px;
}

#heat_range_celsius .step-marks div:nth-child(5), #heat_range_farenheit .step-marks div:nth-child(5) {
    border-left: 0px;
}

.kg {
    display: none;
}

button.btn.btn-info.js-signin-modal-trigger {
    flex: 1;
    color: white;
}

.scroll-msg {
    position: absolute;
    display: flex;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: black;
    bottom: -55px;
    background: #f5ed21;
    box-shadow: 0px -10px 20px 3px #7e7e7e;
    margin: 0px -15px;
}

.scroll-msg h3 {
    position: absolute;
    font-size: 20px;
}
.login-btn {
    position: absolute;
    right: 10%;
    top: 7px;
}

.modal-close {
    position: absolute;
    right: -25px;
    top: -25px;
    background: #080808;
    color: white;
    height: 25px;
    padding: 2px;
    width: 25px;
    text-align: center;
    border-radius: 40px;
    font-weight: bold;
    font-family: cursive;
    cursor: pointer;
}

@media (max-width:850px){
    .login-btn{
        position: static;
        margin-top:10px;
    }
}


@media (min-width:600px){
    .calculations .row > div:nth-child(2) {
    padding-left: 0px;
}
}