body {
    font-family: "Barlow", serif
}

.steps-page-wrapper {
    max-width: 1440px;
    margin: auto;
}

    .steps-page-wrapper img {
        max-width: 100%;
        height: auto;
    }

.step-left {
    background: rgba(59, 161, 181, 0.2);
    padding: 80px 50px 80px 50px;
}

.roof-num {
    border-radius: 15px;
    background: #fff;
    padding: 16px;
}

.step-left h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.roof-num label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.img-radio {
    border: 1px solid #ABB5BE;
    border-radius: 8px;
    padding: 0px;
    height: 100%;
}

    .img-radio img {
        margin-bottom: 10px;
    }

.form-check-input {
    border: 1px solid #EF5B4E;
    position: relative;
    top: 1px;
}

    .form-check-input:checked {
        background-color: #EF5B4E;
        border-color: #EF5B4E;
    }

.step-btn {
    margin-top: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}


body .get-free-quote {
    background: #df5549;
    border-color: #df5549;
    color: #fff;
}

    body .get-free-quote:hover {
        background: #df5549;
    }

.radio-button-group .btn-check + .btn:hover,
.radio-button-group .btn-check + .btn:focus,
.radio-button-group .btn-check + .btn:focus:active,
.radio-button-group .btn-check + .btn:visited {
    border: 1px solid #EF5B4E;
}

.radio-button-group .btn-check:checked + .btn, .radio-button-group .btn.active, .btn.show, .radio-button-group .btn:first-child:active, :not(.btn-check) + .btn:active {
    background: #EF5B4E;
    border-color: #EF5B4E;
    color: #fff;
}

.roof-type {
    margin-top: 20px;
}

.right-inner {
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #D9F9FF 100%);
}

.step-right {
    background: #38A1B6;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    padding: 80px 80px 170px 80px;
}

.right-inner {
    max-width: 550px;
    padding: 20px 25px;
    text-align: center;
    border: 6px solid #338595;
    box-shadow: 0px 0px 20px rgba(29, 81, 91, 0.15);
    border-radius: 17px;
    position: relative;
    margin: auto;
}

    .right-inner:after, .right-inner:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 97px;
    }

    .right-inner:after {
        top: -43px;
        right: -87px;
        background: url(../images/fact-sparkle-1.svg) no-repeat;
    }

    .right-inner:before {
        bottom: -84px;
        left: -60px;
        background: url(../images/fact-sparkle-2.svg) no-repeat;
    }

    .right-inner p {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        opacity: 0.8;
    }

.step-right h1 {
    font-weight: 700;
    font-size: 52px;
    color: #38A1B6;
    font-family: "BioRhyme", serif;
    padding-bottom: 20px;
}

.check-btn {
    padding: 8px 20px;
    padding-left: 30px;
    display: inline-block;
    border: 1px solid #EF5B4E;
    min-width: 253px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #EF5B4E;
}

    .check-btn img {
        float: right;
    }

.step-input input {
    padding: 17px 10px;
    border: 1px solid #DEE2E6;
    margin-top: 16px;
}

.roof-num.step-btn label {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.roof-num.personlize-form label {
    font-size: 20px;
    font-weight: 700;
}

.step-input .form-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #242435;
}

.step-five .step-input input {
    margin-top: 0;
}

.step-five .form-check label {
    font-size: 12px;
    font-weight: 400;
    color: #242435CC;
    line-height: 14px;
}

span.line {
    height: 6px;
    display: block;
    background: #EF5B4E;
    position: relative;
    top: -4px;
}

.step-bar {
    background: #d3d3d7;
    padding: 10px 0 5px 0;
    padding-top: 0;
}

    .step-bar span {
        font-size: 16px;
        font-weight: 700;
        color: #D54943;
    }

    .step-bar span {
        padding-left: 10px;
    }

.step-page .step-bar span {
    padding-left: 10px;
    width: 20%;
}

.step-two .step-bar span {
    padding-left: 10px;
    width: 40%;
}

.step-three .step-bar span {
    padding-left: 10px;
    width: 60%;
}

.step-four .step-bar span {
    padding-left: 10px;
    width: 75%;
}

.step-five .step-bar span {
    padding-left: 10px;
    width: 100%;
}
.form-range{position: relative; z-index: 2;}

.form-range::-webkit-slider-thumb {
    background: #fff;
    border: 3px #EF5B4E solid;
    width: 26px;
    height: 26px;
    position: relative;
    top: -4px;
    left: -1px;
    z-index: 2;
    box-shadow: none!important;
}

.form-range::-moz-range-thumb {
    background: #fff;
    border: 3px #EF5B4E solid;
    width: 26px;
    height: 26px;
    position: relative;
    top: -4px;
    left: -1px;
    z-index: 2;
    box-shadow: none!important;
}

.form-range::-ms-thumb {
    background: #fff;
    border: 3px #EF5B4E solid;
    width: 26px;
    height: 26px;
    position: relative;
    top: -4px;
    left: -1px;
    z-index: 2;
    box-shadow: none!important;
}

.form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
}

    .form-range::-webkit-slider-thumb:active {
        background-color: #fff;
    }

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #38A1B6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-slider-runnable-track {
    width: 100%;
    height: 0.8rem;
    color: transparent;
    cursor: pointer;
    background-color: #38A1B6;
    border-color: transparent;
    border-radius: 1rem;
}

@-moz-document url-prefix() {
    .price-label .range-counter {
        display: none !important;
    }
}

.price-range {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 10px;
}


.price-label {
    width: 12.5%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: left;
    text-indent: 51px;
}

/*
.price-range:before {
    background: #38A1B6;
    width: 6px;
    height: 18px;
    border-radius: 5px;
    position: absolute;
    top: -27px;
    left: 0px;
    z-index: 0;
    content: "";
}*/


.price-label .range-counter {
    background: #38A1B6;
    width: 6px;
    height: 18px;
    border-radius: 5px;
    position: absolute;
    top: -37px;
    right: 0px;
    z-index: 0;
    cursor:pointer;
}

.price-range .price-label:first-child {
    text-indent: -4px;
    left: 0px;
    position: absolute;
}

    .price-range .price-label:first-child .range-counter {
        left: 0px;
    }

.price-range .price-label:last-child {
    text-indent: 0px;
    text-align: right;
}

    .price-range .price-label:last-child .range-counter {
        right: 0;
    }

.price-range .price-label:nth-child(2) .range-counter {
    right: -5px;
}

.price-range .price-label:nth-child(3) .range-counter {
    right: -2px;
} 


.price-range .price-label:nth-child(8) .range-counter {
    right: 2px;
} 


.shard-types .img-wrap {
    background: linear-gradient(180deg, rgba(51, 133, 149, 0.00) 0%, rgba(51, 133, 149, 0.15) 100%);
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
}

.shard-types .img-radio img {
    margin-bottom: 0;
}

.shard-types .row {
    padding-left: 8px;
    padding-right: 8px;
}

    .shard-types .row .col-sm-3 {
        padding-left: 4px;
        padding-right: 4px;
    }

.checkbox-wrapper {
    text-align: center;
    padding: 12px 5px;
}

    .checkbox-wrapper .form-check {
        margin-bottom: 0;
    }

        .checkbox-wrapper .form-check .form-check-input {
            float: none;
        }

        .checkbox-wrapper .form-check label {
            text-align: left;
        }

.button-space-left {
    margin-left: 20px;
}

.roof-types-list .img-radio {
    padding: 0;
}

    .roof-types-list .img-radio .img-wrap {
        background: #D9D9D9;
    }

.roof-types-list .row {
    padding-left: 8px;
    padding-right: 8px;
}

    .roof-types-list .row .col-sm-3 {
        width: 20%;
        padding-left: 4px;
        padding-right: 4px;
    }

.roof-types-list .img-radio img {
    margin-bottom: 0;
}

.roof-types-list .img-wrap {
    background: #d9d9d9;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

    .roof-types-list .img-wrap img {
        width: 100%;
    }

.source-name {
    font-size: 12px;
    font-weight: 400;
    color: #242435;
    opacity: 0.8;
    padding-top: 20px;
}

.source-name a{
    color: #242435;
    text-decoration:none;
}
.source-name a:hover {
    color: #242435;
    text-decoration: underline;
}

    .check-listing .form-check {
        padding-left: 0;
    }

.label-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 20px;
}

.check-listing .form-check .form-check-input {
    margin-left: -20px;
    margin-right: 8px;
}

.button-group {
    padding-top: 30px;
}

.check-listing .meter-icon {
    margin-bottom: -6px;
}

.btn {
    background: #fff;
    border: 1px solid #EF5B4E;
    color: #EF5B4E;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 25px;
}

    .btn:hover, .btn:focus, .btn:visited, .btn:active {
        background: #EF5B4E !important;
        border-color: #EF5B4E !important;
        color: #fff !important;
    }

.wrapper {
    max-width: 1440px;
    margin: auto;
}

.footer-button-section {
    padding-top: 32px;
    min-height: 90px;
}

    .footer-button-section .btn {
        margin-top: 0;
    }

.nextButton {
    float: right;
    color: #fff;
    background: #EF5B4E;
    display: flex;
    display: block;
    text-align: center;
}

    .nextButton img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        margin-left: 5px;
        margin-top: -3px;
    }

    .nextButton:hover, .nextButton:focus, .nextButton:active, .nextButton:visited {
        background: #df5549 !important;
        color: #fff !important;
    }

#emailHelp {
    padding-top: 15px;
}

/***************Header css*************/
.header {
    background: #fff;
    padding: 25px 0px;
    border-bottom: 1px solid var(--gray-500, #ADB5BD);
}

    .header .container {
        max-width: 1280px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-call a {
    color: #242435;
    font-family: Barlow;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    display: flex;
    transition-duration: 0.3s;
}

    .header-call a img {
        margin-right: 6px;
        margin-top: 2px;
    }

    .header-call a:hover span {
        color: #ef5b4e;
        text-decoration: underline;
        transition-duration: 0.3s;
    }

.header-tagline {
    display: none;
}
/***************Header css*************/
.shade-type-buttons {
    position: relative;
}

    .shade-type-buttons .form-check-label {
        position: absolute;
        font-size: 0;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .shade-type-buttons .shade-type-label {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

.roof-type-buttons {
    position: relative;
}

    .roof-type-buttons .form-check-label {
        position: absolute;
        font-size: 0;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .roof-type-buttons .roof-type-label {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

.check-listing .check-btn {
    position: relative;
}

    .check-listing .check-btn .form-check-label {
        position: absolute;
        font-size: 0;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

.check-listing .checklisting-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.footer-iframe {
    margin-bottom: -8px;
    height: 406px;
}

.form-control {
    font-weight: bold;
}

.mt0 {
    margin-top: 0px;
}

.btn-check:focus-visible + .btn {
    border: 1px solid #EF5B4E !important;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
    .text-danger {  
    font-size: 16px;    
    color: #FF0000!important;   
    font-weight: 500;   
    line-height: normal;    
    padding-top: 8px;   
    display: block; 
}   



/**************************************/
/***********Responsive css************/
/*************************************/
@media (max-width: 1420px) {
    .step-left {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* End here 1420px @media */


@media (max-width: 1200px) {
    .price-label {
        text-indent: 41px;
    }

    .roof-num label {
        font-size: 14px;
    }

    .roof-types-list .row .col-sm-3 {
        width: 33.333%;
        margin-bottom: 10px;
    }

    .shade-type-buttons .shade-type-label {
        font-size: 14px;
    }

    .roof-type-buttons .roof-type-label {
        font-size: 14px;
    }

    .footer-iframe {
        margin-bottom: -6px;
        height: 400px;
    }
}
/* End here 1200px @media */


@media (max-width: 1024px) {
    .price-label {
        text-indent: 28px;
    }

    .shard-types .row .col-sm-3 {
        width: 50%;
    }

    .step-left {
        padding-top: 40px;
    }

    .step-right {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 40px;
    }

    .right-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

        .right-inner p {
            font-size: 20px;
        }

        .right-inner:after, .right-inner:before {
            background-size: 60px;
            width: 60px;
            height: 50px;
        }

        .right-inner:after {
            top: -28px;
            right: -54px;
        }

        .right-inner:before {
            bottom: -77px;
            left: -44px;
            height: 85px;
            background-size: 52px;
        }
}
/* End here 1024px @media */

@media (max-width: 991px) {
    .footer-iframe {
        height: 394px;
    }

    .price-label {
        text-indent: 25px;
    }
}
/* End here 991px @media */

@media (max-width: 886px) {
    .footer-iframe {
        height: 411px;
    }

    .price-label {
        text-indent: 19px;
    }
}
/* End here 886px @media */



@media (max-width: 820px) {
    .price-label {
        text-indent: 71px;
    }

    .col-wrapper .col-md-6 {
        width: 100%;
    }

    .right-inner p {
        font-size: 20px;
    }

    .right-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-right h1 {
        margin-bottom: 0;
    }

    .step-right {
        padding-top: 150px;
    }

    .right-inner:after {
        top: -110px;
    }

    .col-wrapper .step-right {
        order: 1;
    }

    .col-wrapper .step-left {
        order: 2;
    }

    .right-inner:after, .right-inner:before {
        display: none;
    }

    .step-right {
        padding: 32px 15px;
    }
}
/* End here 820px @media */


@media (max-width: 768px) {
    .footer-iframe {
        height: 1066px;
    }

    .price-label {
        text-indent: 58px;
    }
}
/* End here 768px @media */

@media (max-width: 767px) {

    .text-danger{ text-align: center;   }       
    .button-space-left {
        margin-left: 0px;
    }

    .right-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .step-left {
        padding: 25px 15px;
        min-height: auto;
    }

    .step-bar {
        background: #d8ecf0;
    }

    .step-right h1 {
        font-size: 32px;
        padding-bottom: 10px;
    }

    .right-inner p {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        opacity: 1;
        padding-bottom: 10px;
    }

    .step-left h2 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    .label-title {
        text-align: center;
        font-weight: normal;
    }

    .check-listing .check-btn {
        width: 100%;
    }

    .price-label {
        font-size: 16px;
        font-weight: 600;
    }

    .step-btn .btn {
        clear: both;
        display: block;
        width: 140px;
        margin: 10px auto;
    }

    .roof-num .check-listing label {
        font-size: 16px;
    }

    .btn.get-free-quote {
        width: 100%;
    }

    .roof-num.personlize-form label {
        font-size: 16px;
    }

    .roof-num.personlize-form .terms-conditions label, #emailHelp {
        font-size: 12px;
        line-height: normal;
        font-weight: normal;
    }

        .roof-num.personlize-form .terms-conditions label a {
            color: #38A1B6;
        }

    .email-info, .propery-address {
        margin-top: 0;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .logo img {
        width: 211px;
    }


    .roof-num.step-btn label.propery-address-sub-label {
        /*  display: none;*/
        text-align: center;
        font-weight: 500;
        line-height: 21px;
    }

    .header-tagline {
        display: block;
        text-align: center;
        font-family: "BioRhyme", serif;
        color: #242435;
        font-family: BioRhyme;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 5px;
    }

    .header-call a span {
        display: none;
    }

    .header-inner {
        display: block;
        text-align: center;
        position: relative;
    }

    .header-call {
        position: absolute;
        top: 9px;
        left: 50%;
        margin-left: 135px;
    }

        .header-call a img {
            width: 25px;
        }

    span.line {
        height: 3px;
        position: relative;
        top: -1px;
    }

    .radio-button-group .btn {
        width: 100%;
    }

        .radio-button-group .btn:last-child {
            margin-top: 25px;
        }

    .footer-button-section .btn {
        width: 46.5%;
        display: inline-block;
    }

    .steps-page-wrapper {
        padding-bottom: 100px;
        background: #d8ecf0;
    }

    .step-left {
        background: transparent;
    }

    .btn.get-free-quote {
        float: right;
    }

    .footer-button-section .full-width-btn {
        width: 100%
    }

    .full-width-control {
        display: block;
    }

        .full-width-control .col {
            width: 100%;
            padding-top: 16px;
        }

    .facts-content {
        display: flex;
        text-align: left;
        justify-content: center;
        align-items: center;
    }

        .facts-content p {
            margin-bottom: 0;
        }

        .facts-content img {
            min-width: 120px;
            transition-duration: 0.3s;
        }

    .source-name {
        padding-top: 10px;
    }

    .price-label {
        text-indent: 65px;
    }
}
/* End here 767px @media */

@media (max-width: 600px) {
    .price-label .range-counter {
        width: 5PX;
    }

    .price-range:before {
        width: 5PX;
    }

    .price-label {
        text-indent: 47px;
    }
}


@media (max-width: 480px) {
    .facts-content img {
        min-width: 89px;
        transition-duration: 0.3s;
    }

    .right-inner {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .price-label {
        text-indent: 33px;
    }
}
/* End here 480px @media */

@media (max-width: 450px) {
    .price-label {
        text-indent: 29px;
    }
}

@media (max-width: 415px) {
    .price-label {
        text-indent: 25px;
    }
}

@media (max-width: 400px) {
    .price-label {
        text-indent: 24px;
    }
}

@media (max-width: 375px) {
    .price-label {
        text-indent: 20px;
    }
}

@media (max-width: 359px) {
    .price-label {
        text-indent: 18px;
    }

    .header-call {
        margin-left: 128px;
    }

        .header-call a img {
            width: 23px;
            margin-top: 4px;
        }
}
/* End here 359px @media */

.step-five .form-check label a {
    color: #38A1B6;
}