
/*=============== popup-start ===============*/

body .model-btn{
	position: fixed;
    top: 50%;
    left: -40px;
    /* transform: translate(0px, 50%); */
    bottom: 50%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* text-orientation: upright; */
    transform: rotate(-90deg);
    background: var(--btn_bg_clr) !important;
    /* padding: 20px !important; */
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 20px;
    height: 50px;
    border-radius: 0;
    z-index: 1;
}
.model-btn:focus + .model-btn, .model-btn:focus{
        color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0;
}
.model-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
button.close.close-btn {
    text-align: right;
}
.modal-content h2, .modal-content h3{
    font-family: var(--georia_font);
    font-weight: 700;
}
.form-heading h2{
    text-align: center;
}
.form-heading p{
    text-align: center;
}
.form-heading{
    margin-bottom: 20px;
}
.modal-content{
    padding: 20px;
}
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid var(--btn_bg);
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--btn_bg_clr);
    outline-width: 0;
}

#msform .action-button {
    width: auto;
    background: var(--btn_bg_clr);
    color: white;
   text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 19px;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--btn_bg_clr);
}

#msform .action-button-previous {
    width: auto;
    background: var(--btn_bg_clr);
    color: white;
   text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-radius: 19px;
    padding: 9px 30px;
    border: none;
    cursor: pointer;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color:var(--btn_bg_clr);
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: var(--black);
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #000;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: #000;
    text-align: left;
    display: block;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #673AB7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7;
}

/*.progress {
    height: 20px;
}*/

.progress-bar {
    background-color: #673AB7;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}


@media (max-width: 767px){
    body .model-btn{
        font-size: 16px;
        height: 40px;
    }
}
/*=============== popup-end ===============*/

.clear{
        clear: both;
        width: 0;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }
        .open img, .close img{
          width: 30px;
    height: 30px;
    margin-right: 10px;
   /* border: 1px solid #ccc;
    border-radius: 100%;
    padding: 6px;*/
}
        .smiley input{
             display: flex;
             border: 1px solid #ccc !important;
             padding: 10px !important;
        }
         .test .open{
           
             display: none !important;
        }
        .smiley .open{
               display: flex;
                border: 1px solid #ccc;
                padding: 10px;
        }
         .smiley .close{
            display: none;
        }
        .test .close{
            display: flex !important;
    background: var(--btn_bg);
    padding: 10px;
    border: 1px solid var(--btn_bg);
    color: #fff;
        }
        
    /********************************************************************/

    .feedback_container{
        text-align: center;
        padding: 50px;
    }

    .title_feedback{
        font-size: 31px;
        font-weight: 800;
        padding-bottom: 30px;
    }

    .rating_div, .question{
        margin-bottom: 80px;
    }
.qua-sec {
    display: block;
}
    .smiley {
        width: auto;
        margin: auto;
    }

    .smiley span{
        display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    width: auto;
    height: auto;
    cursor: pointer;
    }

        .close{
            opacity: 1 !important;
        }