﻿._SR_buildingType-ImgBox img {
    width: 100%;
    height: auto;
}
._SR_section_padding {
    padding-top: 30px;
    padding-bottom: 50px;
}

._SR_input_label {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 100;
    color: #4d4d4d;
}

.margin-top90 {
    margin-top: 90px;
}

._SR_LeftBannerImg {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    height: 500px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

._SR_RightRightImg {
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -35%;
    height: 500px;
}

._SRBanner-overlay {
    position: absolute;
    width: 550px;
    height: auto;
    left: 0;
    right: 0;
    background: rgba(28, 50, 107, 0.7);
    top: 50%;
    transform: translateY(-50%);
    padding: 25px !important;
    z-index: 2;
    margin: auto;
    align-content: center;
    text-align: center;
}

._SR_H1 {
    font-size: 46px;
    line-height: 1.2;
    color: #1C326B;
    margin-bottom: 40px;
    text-transform: none;
    margin-top: 0px;
    text-align: center;
    font-family: 'MyriadPro_Regular', sans-serif !important;
}

._SRBanner-overlay h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-transform: none;
    margin-top: 0px;
}

._SRBanner-overlay p {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
}

._SRBanner-overlay h4 {
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
}

.SR_progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .SR_progressbar .step.active {
        background-color: #1C326B !important;
    }

        .SR_progressbar .step.active p {
            color: #FFFFFF !important;
        }

    .SR_progressbar span.SR_border {
        border: 2px solid #1C326B;
        width: 80px;
        margin: 10px;
    }

.SR_h3 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: none;
    font-family: 'MyriadPro_Regular', sans-serif !important;
    color: #1C326B;
    text-align: center;
    margin-bottom: 40px;
}

._SR_buildingTypeBox {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 18px 0px;
}

#Service_Type ._SR_buildingTypeBox {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 18px 0px;
    margin-bottom: 30px;
}

._SR_buildingType-ImgBox {
    height: 220px;
    display: flex;
    align-items: center;
}

#Service_Type ._SR_buildingType-ImgBox img {
    height: 220px;
    padding: 40px;
    object-fit: contain;
}
/*._SR_buildingType-ImgBox img {
        height: 220px;
    }*/

._SR_buildingType-Body {
    padding: 30px;
    min-height: 200px;
    background-color: #1C326B;
    align-content: center;
    text-align: center;
    cursor: pointer;
}

#Service_Type ._SR_buildingType-Body {
    min-height: unset;
    text-align: left;
}

._SR_buildingType-Body:hover, ._SR_buildingType-Body:active, ._SR_buildingTypeBox.selected ._SR_buildingType-Body {
    background-color: #EDEDED;
}

    ._SR_buildingType-Body:hover h4, ._SR_buildingType-Body:hover h5, ._SR_buildingType-Body:hover p, ._SR_buildingType-Body:active h4, ._SR_buildingType-Body:active h5, ._SR_buildingType-Body:active p, ._SR_buildingTypeBox.selected ._SR_buildingType-Body p, ._SR_buildingTypeBox.selected ._SR_buildingType-Body h4, ._SR_buildingTypeBox.selected ._SR_buildingType-Body h5 {
        color: #1C326B;
    }

._SR_buildingType-Body h4 {
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 100;
    margin-bottom: 20px;
}

._SR_buildingType-Body h5 {
    font-size: 25px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 100;
    margin-bottom: 10px;
}

._SR_section-title {
    font-size: 30px;
    line-height: 1.2;
    color: #1C326B;
    font-weight: 100;
    margin: 10px 0px 30px -5px
}

._SR_buildingType-Body p {
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}

._SR_Nextbutton:disabled {
    opacity: 0.5;
}

._SR_Nextbutton {
    background-color: #1C326B;
    color: #FFFFFF;
    padding: 10px 30px !important;
    margin-top: 40px;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 18px;
    border: solid 1px #1C326B;
    text-transform: uppercase;
    float: right;
    width: 120px;
    margin-right: 30px;
}

._SR_Prevbutton {
    background-color: #1C326B;
    color: #FFFFFF;
    padding: 10px 30px !important;
    margin-top: 40px;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 18px;
    border: solid 1px #1C326B;
    text-transform: uppercase;
    width: 120px;
    margin-left: 30px;
}

#Building_Type ._SR_Nextbutton {
    margin-right: 10.5%;
}

#form_details ._SR_Nextbutton {
    float: none;
}

#Service_Type ._SR_Prevbutton, #Service_Type ._SR_Nextbutton {
    margin-top: 10px;
}

._SR_Nextbutton:hover, ._SR_Prevbutton:hover {
    background-color: #ffb63f !important;
    border: solid 1px #ffb63f;
    color: #1c326b !important;
}

._SR_textbox {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    background-color: #e5e5e5;
    color: #4d4d4d;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

._SR_Detailbox {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    border: none;
    height: 100px;
    margin: 0px;
    background-color: #e5e5e5;
    color: #4d4d4d;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

._SR_padding10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.form-section#section1 {
    min-height: 490px;
    overflow: hidden;
}
/* Section 2 - Different height */
.form-section#section2 {
    min-height: 520px;
    margin-bottom: 50px;
    transition: height 0.3s ease-in-out;
}

.progress-wrapper {
    display: flex;
    justify-content: center;
    height: 560px;
    position: relative;
}

    .progress-wrapper#progressWrapper2 {
        height: 700px;
    }

    .progress-wrapper::before {
        content: "";
        position: absolute;
        width: 2px;
        background-color: #1C326B;
        top: 80px;
        bottom: 0px;
        left: 50%;
        z-index: 0;
    }

.progress-step {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    color: #1C326B;
    border: 2px solid #1C326B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

    .progress-step.active {
        background-color: #1C326B;
        color: #FFFFFF;
    }

@media (max-width: 990px) {
    .SR_progressbar .step {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding: 20px;
        background-color: #FFFFFF;
        -webkit-appearance: button;
        cursor: pointer;
        font-size: 18px;
        border: solid 1px #1C326B;
        position: relative;
    }

        .SR_progressbar .step p {
            color: #1C326B;
            text-transform: uppercase;
            cursor: pointer;
            font-size: 18px;
            font-family: 'MyriadPro_Regular', sans-serif !important;
            letter-spacing: 0.0384615em;
            text-align: center;
            line-height: 1.19;
            justify-content: center;
            align-items: center;
            display: flex;
            top: 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    ._SR_LeftBannerImg {
        z-index: 0 !important;
        height: 400px !important;
    }

    ._SR_RightRightImg {
        height: 400px !important;
    }
}

@media (min-width: 991px) {
    ._SR_required {
        font-size: 16px;
        line-height: 1.5;
        color: #FF8201 !important;
        position: absolute;
        right: 0;
        margin-right: 20px;
        margin-top: 5px;
    }

    .SR_progressbar .step {
        background-color: #FFFFFF;
        padding: 15px 20px !important;
        -webkit-appearance: button;
        cursor: pointer;
        font-size: 18px;
        border: solid 1px #1C326B;
    }

        .SR_progressbar .step p {
            color: #1C326B;
            text-transform: uppercase;
            cursor: pointer;
            font-size: 18px;
            font-family: 'MyriadPro_Regular', sans-serif !important;
            letter-spacing: 0.0384615em;
            text-align: center;
            line-height: 1.19;
            margin:0px;
        }
}

@media (max-width: 767px) {
    ._SR_required {
        font-size: 16px;
        line-height: 1.5;
        color: #FF8201 !important;
        position: absolute;
        left: 10px;
        top: 70px;
    }

    ._SR_buildingTypeBox {
        margin-bottom: 20px;
    }

    ._SRBanner-overlay {
        width: auto;
    }

    .progress-step {
        width: 40px;
        height: 40px;
    }

    ._SR_section-title {
        margin-top: 0px;
    }

    .form-section#section1 {
        min-height: 945px;
        overflow: hidden;
    }

    .progress-wrapper {
        height: 970px;
    }

    .form-section#section2 {
        min-height: 820px;
    }

    .progress-wrapper#progressWrapper2 {
        height: 820px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    ._SR_required {
        font-size: 16px;
        line-height: 1.5;
        color: #FF8201 !important;
        position: absolute;
        right: 0;
        margin-right: 20px;
        margin-top: 5px;
    }

    ._SR_buildingType-Body {
        height: 250px;
    }

    #Service_Type ._SR_buildingType-Body {
        height: 185px;
    }

    .progress-step {
        width: 45px;
        height: 45px;
    }

    ._SR_section-title {
        margin-top: 5px;
    }
}

@media (min-width : 992px) and (max-width:1200px) {
    #Service_Type ._SR_buildingType-Body {
        height: 185px;
    }
}

@media (min-width: 1201px) {
    .SR_progressbar .step {
        padding: 15px 30px !important;
    }
}
