﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: grey;
}

#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: normal;
}

.main-form-wrapper #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    display: flex;
    gap: 42px;
}

    .main-form-wrapper #msform select {
        border: 1px solid #676767;
    }

    .main-form-wrapper #msform .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border-radius: 45px;
    }

    .main-form-wrapper #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

.main-form-wrapper .form-card {
    text-align: left;
    margin-top: 40px;
}

.main-form-wrapper #msform fieldset:not(:first-of-type) {
    display: none;
}

.main-form-wrapper .input-group {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.main-form-wrapper .radio-group {
    padding-bottom: 40px;
}

    .main-form-wrapper .radio-group .form-check-input:checked {
        background-color: #339C61;
        border-color: #339C61;
    }

        .main-form-wrapper .radio-group .form-check-input:checked[type=radio] {
            background-image: none;
        }

    .main-form-wrapper .radio-group .form-check {
        display: flex;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
        color: #676767;
        gap: 11px;
        margin-bottom: 19px;
        margin-left: 20px;
        font-weight: 600;
    }

    .main-form-wrapper .radio-group .form-check-input {
        width: 20px;
        height: 20px;
        border: 1px solid #BCBCBC;
        outline: none;
    }

.main-form-wrapper .input-group .input-control {
    padding: 8px 15px 8px 15px;
    border: 1px solid #676767;
    outline: none;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    font-weight: 600;
    color: #676767;
    background-color: transparent;
    font-size: 14px;
    font-family: "Raleway";
    letter-spacing: 1px;
    border-radius: 35px;
}

.main-form-wrapper .input-control:focus {
    border: 1px solid #ccc !important;
}

.main-form-wrapper #msform input:focus,
.main-form-wrapper #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.main-form-wrapper .border-radius-input {
    border-radius: 10px !important;
}

.main-form-wrapper #msform .action-button {
    width: 172px;
    background: #73081C;
    font-weight: bold;
    color: white;
    border: 0 none;
    display: flex;
    border-radius: 0px;
    cursor: pointer;
    float: left;
    padding: 10px 10px;
    margin: 10px 0px 10px 5px;
    border-radius: 50px;
}

    .main-form-wrapper #msform .action-button:hover,
    .main-form-wrapper #msform .action-button:focus {
        background-color: #823342;
    }

.main-form-wrapper #msform .action-button-previous {
    width: 149px;
    background: #73081C;
    font-weight: bold;
    color: white;
    gap: 10px;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    display: flex;
    margin: 10px 5px 10px 0px;
    float: left;
    margin-left: 20px;
    border-radius: 36px;
}

    .main-form-wrapper #msform .action-button-previous:hover,
    .main-form-wrapper #msform .action-button-previous:focus {
        background-color: #823342;
    }

.main-form-wrapper .card {
    z-index: 0;
    border: none;
    position: relative;
}

.main-form-wrapper .fs-title {
    font-size: 25px;
    color: #673ab7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.main-form-wrapper .purple-text {
    color: #673ab7;
    font-weight: normal;
}

.main-form-wrapper .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.main-form-wrapper .fieldlabels {
    color: gray;
    text-align: left;
}

.main-form-wrapper #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
    color: lightgrey;
    max-width: 407px;
    width: 100%;
}

    .main-form-wrapper #progressbar .active {
        color: #73081C;
    }

.main-form-wrapper .bg-color {
    background: #F4E7E9;
    height: 100vh;
    border-radius: 6px;
    z-index: -1;
    max-width: 407px;
    width: 100%;
    padding: 26px;
}

    .main-form-wrapper .bg-color h3 {
        font-size: 20px;
        font-weight: 700;
        color: #2D2D2D;
        text-align: left;
        margin-bottom: 20px;
    }

.main-form-wrapper #progressbar .active {
    color: #73081C;
}

.main-form-wrapper #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 100%;
    display: flex;
    float: none;
    position: relative;
    font-weight: 400;
    padding-bottom: 48px;
    align-items: center;
    gap: 15px;
}

.main-form-wrapper #progressbar #account:before {
    font-family: FontAwesome;
    content: "";
    background-image: url("../images/user-details.svg");
    background-repeat: no-repeat;
    height: 53px;
    width: 53px;
    background-position: center;
}

.main-form-wrapper #progressbar #personal:before {
    font-family: FontAwesome;
    content: "";
    background-image: url("../images/search-panel.svg");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center;
}

.main-form-wrapper #progressbar #payment:before {
    font-family: FontAwesome;
    content: "";
    background-image: url("../images/open-ended.svg");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center;
}

.main-form-wrapper #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "";
    background-image: url("../images/document-details.svg");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center;
}

.main-form-wrapper #progressbar strong {
    text-align: left;
}

.main-form-wrapper .star-img ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.main-form-wrapper .star-img li img {
    width: 22px;
    transition: opacity 0.3s;
    opacity: 0;
}

.main-form-wrapper .star-img li.active img {
    opacity: 1;
}

.main-form-wrapper .star-img ul {
    display: flex;
    gap: 80px !important;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    color: #676767;
    margin-bottom: 20px !important;
}

    .main-form-wrapper .star-img ul li {
        list-style-type: none;
    }

.main-form-wrapper #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 42px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 70px;
    padding: 4px 17px 0 15px;
}

.main-form-wrapper #progressbar li:after {
    content: "";
    width: 2px;
    height: 100%;
    background: lightgray;
    position: absolute;
    left: 0 !important;
    top: -56px;
    z-index: -1;
    display: flex;
    left: 25px !important;
    transform: translate(-50%, 0%);
}

.main-form-wrapper #progressbar li.active:before,
.main-form-wrapper #progressbar li.active:after {
    background: #73081C;
}

.main-form-wrapper .progress {
    height: 20px;
}

.main-form-wrapper .progress-bar {
    background-color: #73081C;
}

.main-form-wrapper .fit-image {
    width: 100%;
    object-fit: cover;
}

.main-form-wrapper #leaveReviewModal .modal-dialog {
    max-width: 700px;
}

.main-form-wrapper #leaveReviewModal .modal-content {
    border-radius: 1.3rem;
}

.main-form-wrapper #leaveReviewModal .leaveReviewModal {
    font-size: 26px;
    padding: 30px;
    text-align: center;
}

.main-form-wrapper #leaveReviewModal .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

    .main-form-wrapper #leaveReviewModal .buttons a {
        border: 1px solid #73081c;
        border-radius: 50px;
        padding: 10px 30px;
        color: #73081c;
        text-decoration: none;
        transition: background 0.3s;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-form-wrapper #leaveReviewModal .buttons a:first-child {
            background: #73081c;
            color: white;
        }

        .main-form-wrapper #leaveReviewModal .buttons a:hover {
            background: #73081c;
            color: white;
        }

.main-form-wrapper .input-heading h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.main-form-wrapper .input-group label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2D2D2D;
}

.main-form-wrapper .input-group .form-select:focus {
    box-shadow: none;
    outline: none;
}

.main-form-wrapper .input-group select {
    margin-bottom: 40px;
    border: 1px solid #EAEAEA;
    padding: 10px 15px;
}

.main-form-wrapper .input-group .form-select {
    background-image: url("../images/arrow-caret.svg");
}

.rangeSlider {
    max-width: 426px;
    max-width: 426px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 20px;
}

    .rangeSlider h3 {
        font-size: 16px;
        color: #676767;
        font-weight: 600;
    }

    .rangeSlider .text-range {
        display: flex;
        justify-content: space-between;
        margin: 8px 0px 18px 0px;
    }

        .rangeSlider .text-range p {
            font-size: 12px;
            font-weight: 600;
        }

.value-range-data ul {
    display: flex;
    gap: 94px;
    margin: 0;
    padding: 0;
    color: #676767;
    font-weight: 600;
    padding-left: 0px;
}

    .value-range-data ul li {
        font-size: 16px;
        list-style: none;
        position: relative;
        left: 5px;
    }

.thanks-wrapper {
    height: calc(100% - 200px);
}

    .thanks-wrapper .thanks-msg {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 647px;
        text-align: center;
        margin: 0 auto;
    }

        .thanks-wrapper .thanks-msg h3 {
            font-size: 28px;
            color: #73081C;
            font-weight: bold;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .thanks-wrapper .thanks-msg a {
            color: #73081C !important;
            font-weight: 600;
        }

        .thanks-wrapper .thanks-msg img {
            margin-bottom: 36px;
        }

        .thanks-wrapper .thanks-msg .para-text {
            max-width: 477px;
            width: 100%;
        }

        .thanks-wrapper .thanks-msg .counter {
            color: #73081C !important;
            font-weight: 30px;
            font-weight: bold;
            padding-right: 3px;
        }

    .thanks-wrapper .rangeSlider h3 {
        font-size: 16px;
        color: #676767 !important;
        font-weight: 600 !important;
    }

    .thanks-wrapper .border-style {
        border: 1px solid #BCBCBC !important;
    }

    .thanks-wrapper .sub_heading {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

#leaveReviewModal .leaveReviewModal {
    font-size: 26px;
    padding: 30px;
    text-align: center;
}

#leaveReviewModal .buttons a {
    border: 1px solid #73081c;
    border-radius: 50px;
    padding: 10px 30px;
    color: #73081c;
    text-decoration: none;
    transition: background 0.3s;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #leaveReviewModal .buttons a:hover {
        background: #73081c;
        color: white;
    }

    #leaveReviewModal .buttons a:first-child {
        background: #73081c;
        color: white;
    }

#leaveReviewModal .modal-content {
    border-radius: 1.3rem;
}

#leaveReviewModal .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

#leaveReviewModal .modal-dialog {
    max-width: 700px;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1.4em;
        font-size: 34px;
        font-weight: 300;
        color: #73081C;
        cursor: pointer;
    }

        .rating > label::before {
            content: "★";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.buttons {
    top: 10px;
    position: relative;
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto;
}

    .rating-submit:hover {
        color: #fff;
    }

#leaveReviewModal-1 .modal-dialog {
    max-width: 550px;
}

#leaveReviewModal-1 .modal-content {
    border-radius: 20px !important;
}

#leaveReviewModal-1 h2 {
    font-size: 42px;
    color: #73081C;
    font-weight: bold;
}

#leaveReviewModal-1 a {
    color: #676767;
    font-size: 18px;
}

#leaveReviewModal-1 p {
    color: grey;
    font-size: 28px;
    line-height: normal;
    margin-top: 40px;
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
}

#leaveReviewModal-1 .buttonstyle {
    background-color: #73081C;
    color: #fff;
    padding: 5px 42px;
    border: 1px solid transparent;
    border-radius: 50px;
}

#leaveReviewModal-1 .buttonstylenone {
    border: 1px solid #73081C;
    background-color: #fff;
    border-radius: 50px;
    color: #73081C;
    padding: 6px 42px;
}

#leaveReviewModal .buttons a {
    padding: 7px 30px !important;
}

.ratingData {
    display: none;
}

    .ratingData.active {
        display: block;
    }

@media screen and (max-width: 992px) {
    .value-range-data ul {
        gap: 66px;
    }

    .main-form-wrapper .star-img ul {
        gap: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    #leaveReviewModal-1 h2 {
        font-size: 29px;
        color: #73081C;
        font-weight: bold;
    }

    #leaveReviewModal-1 p {
        font-size: 21px;
        margin-top: 26px;
        max-width: 400px;
        width: 100%;
        margin: 28px auto;
    }

    .thanks-wrapper .thanks-msg h3 {
        font-size: 24px;
    }

    .thanks-wrapper .sub_heading {
        line-height: normal;
    }

    .main-form-wrapper #progressbar li {
        display: none;
    }

    .main-form-wrapper #progressbar .active {
        display: flex;
        padding: 0;
    }

    .para-text {
        font-size: 16px;
    }

    .main-form-wrapper #progressbar li::after {
        display: none;
    }

    .value-range-data ul {
        gap: 66px;
    }

    .main-form-wrapper .star-img ul {
        gap: 53px !important;
    }

    .action-button-previous {
        width: 100% !important;
        background: #73081C;
        font-weight: bold;
        color: white;
        gap: 10px;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 10px;
        display: flex;
        margin: 10px 5px 10px 0px;
        float: left;
        margin-left: 0px !important;
        border-radius: 36px;
    }

    #msform .action-button {
        width: 100% !important;
        background: #73081C;
        font-weight: bold;
        color: white;
        border: 0 none;
        display: flex;
        border-radius: 0px;
        cursor: pointer;
        float: left;
        padding: 10px 10px;
        margin: 0px !important;
        border-radius: 50px;
    }

    .logo {
        max-width: 167px !important;
        margin-bottom: 10px;
    }

    .main-form-wrapper #progressbar {
        margin-bottom: 0;
    }

    .main-form-wrapper .bg-color {
        height: auto;
    }

    .main-form-wrapper #msform {
        text-align: center;
        position: relative;
        margin-top: 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .main-form-wrapper .bg-color {
        max-width: initial;
    }

    .thanks-msg h3 {
        font-size: 21px;
        font-weight: 600;
    }
}
