/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background-color: #f7f7f7;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}


/* Sticky footer styles ends
-------------------------------------------------- */

.progress {
    margin-bottom: 0;
}

.progress-bar {
    background: rgba(219, 88, 22, 1);
    background: -moz-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 88, 22, 1)), color-stop(100%, rgba(246, 191, 63, 1)));
    background: -webkit-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    background: linear-gradient(to right, rgba(219, 88, 22, 1) 0%, rgba(246, 191, 63, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#db5816', endColorstr='#f6bf3f', GradientType=1);
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.well {
    padding: 10px;
    margin-bottom: 0;
}

.logo {
    height: 45px;
    width: auto;
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar {
    background-color: white;
    border-color: white;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(122, 122, 122, .75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(122, 122, 122, .75);
    box-shadow: 0px 2px 2px 0px rgba(122, 122, 122, .75);
}

.bg-shadow {
    background-image: url("~/../../../images/new/shadow.png");
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.col-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.green {
    color: #578b1a;
}

.orange {
    color: #e6891f;
}

.white {
    color: white;
}

.gray {
    color: #7a7a7a;
}

.black {
    font-weight: 700;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.margin-5-per {
    margin: 5% 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-2 {
    margin-top: 20px;
}

h6 {
    color: #747474;
}

.btn-default img {
    width: 100%;
    height: auto;
}

.btn-default {
    background-color: #e6e6e6;
    opacity: .7;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: #fff;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-form {
    font-size: 22px;
    padding: 12px 0;
    background-color: #fff;
    border-color: #dcdcdc;
    border-radius: 0;
    border-bottom: 5px solid #dcdcdc;
}

.btn-form.active,
.btn-form:active,
.btn-form:hover,
.btn-form.focus,
.btn-form:focus,
.btn-form.active.focus,
.btn-form.active:focus,
.btn-form.active:hover,
.btn-form:active.focus,
.btn-form:active:focus,
.btn-form:active:hover {
    background-color: #fff;
    border-color: #a5c484;
    border-bottom: 5px solid #a5c484;
    outline: 0;
}

.btn-success {
    font-size: 24px;
    padding: 8px 76px;
    background-color: #7ca74f;
    border-color: #7ca74f;
    border-radius: 1px;
    box-shadow: 0 3px #6b9044;
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    background-color: #6b9044;
    border-color: #6b9044;
    outline: 0;
}

.form-control {
    height: calc(2.75rem + 2px);
    padding: 6px 10px;
    margin: 10px 0;
    font-size: 1.125rem;
    border: 2px solid #ced4da;
}

.btn-default {
    opacity: .9;
}

select {
    background-image: url("~/../../../images/new/arrow.png");
    background-position: calc(100% - 10px) calc(1em), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 15px 10px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.col-sm-6 {
    padding: 0 10px;
}

[data-step="2"],
[data-step="3"],
[data-step="4"],
[data-step="5"],
[data-step="6"] {
    display: none;
}

.animated {
    animation-duration: .5s;
}


/* .has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: rgba(224, 43, 26, 0.1);
}

.has-error:focus {
    background-color: transparent;
} */


/* diameter start*/

#handle1 .rs-handle {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -6px 0px 0px 14px !important;
    border-width: 6px 104px 6px 4px;
}

#handle1 .rs-handle:before {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}

#handle1 .rs-tooltip {
    top: 75%;
    font-size: 11px;
}

#handle1 .rs-tooltip div {
    text-align: center;
    background: orange;
    color: white;
    border-radius: 4px;
    padding: 1px 5px 2px;
    margin-top: 4px;
}

#handle1 .rs-range-color {
    background-color: #e6891f;
}

#handle1 .rs-path-color {
    background-color: #F0C5C5;
}

#handle1.rs-animation .rs-transition {
    transition-duration: 2s;
}

#handle1 {
    margin: auto;
    z-index: 0;
}


/* diameter end*/

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #333;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 800px;
}

.overlay-frame {
    background: white;
    padding: 20px 50px;
}

@media only screen and (max-width: 991.98px) {
    .btn-form {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.98px) and (min-width: 767.98px) {
    .btn-success {
        font-size: 20px;
        padding: 8px 46px;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        margin-bottom: 150px;
    }
    footer {
        height: 150px;
    }
    select {
        background-position: calc(100% - 8px) calc(1em - 3px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    }
    #text {
        position: relative;
        top: 0;
        left: 0;
        margin: 90px 20px;
        transform: none;
        height: 80%;
        overflow-y: scroll;
    }
    #text::-webkit-scrollbar {
        display: none;
    }
    .overlay-frame {
        padding: 20px 30px;
    }
    h2,
    .h2 {
        font-size: 24px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    .btn-form {
        font-size: 16px;
    }
    .form-control {
        height: 40px;
        padding: 6px;
    }
    .navbar-default {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .text-center-mobile {
        text-align: center !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .btn-success {
        font-size: 20px;
        padding: 8px 46px;
    }
}
