@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('/assets/font/GothamMedium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.fs-16 {
    font-size: 16px;
}

.fs-24 {
    font-size: 24px;
}

.fs-14 {
    font-size: 14px;
}

.black-text {
    color: #0B0B0B;
}

.gray-text {
    color: #cbcbcb;
}

.gotham-text {
    font-family: 'Gotham';
}

.poppins-text {
    font-family: 'poppins', sans-serif;
}

.playfair-text {
    font-family: 'playfair', sans-serif;
}

.text-left {
    text-align: left;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}

html {
    height: 100%;
}

p {
    color: grey;
}

.nav-background {
    background-color: #ffffff;

}

.navbar-section {
    display: flex;
    justify-content: center;

}

.stepper-form {
    background-image: url(/assets/image/form-bg.png);
    object-fit: cover;
    /* height: 100vh; */
    height: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heading {
    text-transform: capitalize;
    color: #0B0B0B;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
}

.stepper-form .card {
    border-radius: 15px;
    padding: 25px 30px;
}

#msform {
    text-align: center;
    position: relative;

}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

/* .form-card a:hover {
    color: #000000;
} */

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .stepper-input,
#msform textarea {

    padding: 8px 15px 8px 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}

/* #msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: #eee !important;


} */


#msform .action-button {
    /* width: 100px; */
    background: #ffc000;
    font-weight: bold;
    color: #000000;
    border: 2px solid #ffc000;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 12px;
    /* margin: 11px 0px 10px 5px; */
    /* float: right; */
    text-decoration: none;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #ffffff;
    border: 2px solid #ffc000;
    color: #ffc000;
    transition: .5s;
}

#msform .action-button-previous {
    /* width: 100px; */
    text-decoration: none;
    font-weight: bold;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 0px 5px;
    /* margin: 10px 5px 10px 0px; */
    /* float: right; */

}

#msform .action-button-previous:hover {
    color: #000000
}


.scrollbar {
    height: calc(70vh - 135px);
    overflow: auto;
    border-radius: 10px;
    margin-top: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background: #03D69C;
}


.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #0B0B0B;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}





.progress-bar {
    background: #1F5FDE;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.progress1 {
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

a.basic-button {
    text-decoration: none;
    border: 1px solid #02D096;
    background-color: #02D096;
    /* padding: 8px 0px; */
    border-radius: 20px;
    text-align: center;
    color: #0B0B0B;
    width: fit-content;
    /* height: 40px; */
    padding: 2px 12px;
}

.input-field {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 16px;
}

.input-field input {
    border: 1px solid transparent;
}

.stepper-form {
    position: relative;
}

.stepper-form .back-img {
    position: absolute;
    left: 87%;
    top: 72%;
}

.btn-btn {
    border-bottom: 1px solid #eee;
    margin-top: 20px;

}

.red-text {
    color: red;
}

.black-text {
    color: #000000;
}

.radio-button .radio-radio {
    width: 21px;
}

.serif {
    border: 1px solid #02D096;
    ;
    width: 184px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 0px;
}

.input-inner-field {
    border: 2px solid #eee;
    padding: 16px;
    border-radius: 16px;
    width: 399px;
}

input[type="radio"]:checked+.input-inner-field {
    border: 2px solid #02D096;

}

input[type="radio"]:checked+.inner-field {
    border: 2px solid #02D096;

}

/* input[type="radio"] {
    display: none; 
} */

.inner-field {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 12px;
    width: 442px;
}

.radio-img {
    width: 100%;
    height: 100%;
}

.text-width {
    max-width: 458px;
}

.stepper-form::before {
    content: '';
    background-image: url('/assets/image/icon.png');
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    height: 237px;
    width: 222px;
    bottom: 0;
}

i.fa-solid.fa-circle-check {
    color: #02D096;
    font-size: 54px;
}

a:hover {
    color: #000000 !important;
}

input[type="text"] {
    outline: none;
    border: none;
    border-bottom: 1px solid #02D096;
}

input[type="text"]:focus {
    box-shadow: 0 1px 0 0 #02D096;
}



@media (max-width: 1440px) {
    .inner-field {
        width: 367px;
    }

    .input-inner-field {
        width: 331px;
    }


}
@media (max-width: 991px) {
    .inner-field {
        width: 489px;
    }

    .input-inner-field {
        width: 442px;
    }

}
@media (max-width: 767px) {
    .inner-field {
        width: 338px;
    }

    .input-inner-field {
        width: 308px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}
@media (max-width: 600px) {
    .inner-field {
        width: 330px;
     
    }

    .input-inner-field {
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}
@media (max-width: 600px) {
    .inner-field {
        width: 330px;
     
    }

    .input-inner-field {
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}
@media (max-width: 481px) {
    .inner-field {
        width: 330px;
     
    }

    .input-inner-field {
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}