@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@600&family=Kanit:wght@200&display=swap');

.bg-dark {
    background-color: #ffffff !important;
}


.bg-gray {
    background-color: #012944;

}

.card-title {
    filter: drop-shadow(15px 15px 15px #222);

}

.form-group {
    margin-top: 10px;
}

* {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}

body {
    background-color: #012944;

}

.logo {
   
    width: 300px;
    margin-bottom: 10px;
}

.float-right {
    float: right;

}

.float-right li {
    border-radius: 50%;
    border: solid white 2px;
    margin-left: 10px;
    padding: 2px 8px;
}

.font-control {
    margin-bottom: -10px;
}

.social_link li a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;

}

.bg-black {
    background: #012944 !important;
}

.mt-in-1 {
    margin-top: -10px;
}

.mt-in-2 {
    margin-top: -20px;
}

.mt-in-3 {
    margin-top: -15px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif
}

:root {
    --primary-color: #012944;
    --secondery-color: #42434e;
    --shadow-color: #9d9fb3
}

body {
    align-items: center;
    justify-content: center
}

.form__container {
    /* margin-top: 4rem; */
    background-color: var(--primary-color);
    /* border-radius: 2rem; */
    padding: 1rem
}

.title__container {
    width: 100%;
    height: 4.5rem;
    padding: 0.6rem 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #42434e
}

.title__container h1 {
    letter-spacing: 2px;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.4rem
}

.title__container p {
    color: var(--shadow-color);
    font-size: 0.75rem
}

.body__container {
    display: flex
}

.left__container {
    width: 25%;
    display: flex;
    justify-content: center;
    border-right: 1px solid #42434e;
    padding: 1.25rem 0;
    margin-right: 2rem;
    padding-right: 1.8rem
}

.side__titles {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.title__name {
    padding: 0.6rem 0.1rem;
    margin-bottom: 0.25rem
}

.title__name h3 {
    margin-bottom: 0.20rem;
    text-align: right;
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 1px
}

.title__name p {
    text-align: right;
    color: var(--shadow-color);
    font-size: 0.75rem
}

.progress__bar__container {
    padding-top: 0.6rem
}

.progress__bar__container ul .active {
    background-color: var(--secondery-color)
}

.progress__bar__container ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    background: var(--shadow-color);
    padding: 0.5rem 0.6rem;
    margin-bottom: 2.2rem;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #ffffff;
    margin-left: 1rem
}

.progress__bar__container ul li::before {
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: var(--shadow-color)
}

.progress__bar__container ul .active::before {
    content: '';
    width: 1px;
    height: 11vh;
    position: absolute;
    background-color: var(--secondery-color)
}

.right__container {
    width: 70%;
    display: flex;
    padding: 1.5rem 1.5rem
}

.right__container fieldset {
    border: none
}

.sub__title__container {
    padding: 1rem 0 1.2rem 0;
    border-bottom: 1px solid #42434e
}

.sub__title__container h2 {
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0.4rem 0
}

.sub__title__container p {
    font-size: 0.75rem;
    color: var(--shadow-color)
}

.active__form {
    display: none
}

.input__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem
}

.input__container label {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 0.4rem
}

.input__container select {
    padding: 0.3rem;
    /* font-size: 1.4rem; */
    border-radius: 0.75rem;
    background: none;
    border: 1px solid #ffffff;
    margin-bottom: 1.2rem;
    outline: none;
    color: #ffffff
}

.input__container input {
    padding: 0.3rem;
    border-radius: 0.75rem;
    background: none;
    border: 1px solid #ffffff;
    margin-bottom: 1.2rem;
    outline: none;
    color: #ffffff
}
.input__container textarea {
    padding: 0.3rem;
    border-radius: 0.75rem;
    background: none;
    border: 1px solid #ffffff;
    margin-bottom: 1.2rem;
    outline: none;
    color: #ffffff
}

.nxt__btn {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 2rem;
    background: #6c757d;
    color: #ffffff
}

.nxt__btn:hover {
    transform: scale(1.03);
    background: #ffffff;
    cursor: pointer;
    color: #012944;

}

.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.prev__btn {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer
}

.selection {
    display: flex;
    align-items: center;
    border: 1px solid var(--shadow-color);
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    width: 100%
}

.selection:hover {
    border: 1px solid var(--secondery-color);
    background-color: var(--primary-color);
    cursor: pointer
}

.imoji {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    margin: 0 0.2rem;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    border-radius: 50%;
    background: var(--shadow-color)
}

.descriptionTitle h3 {
    color: #ffffff;
    margin-bottom: 4px
}

.descriptionTitle p {
    font-size: 0.75rem;
    color: var(--shadow-color)
}

.slider {
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.75rem;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: relative;
    margin-top: 3rem
}

.slider:hover {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative
}

.slider::-webkit-range-thumb {
    width: 50px;
    height: 50px;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative
}

.output__value {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 2em;
    padding: 0.8rem 0.8rem;
    position: absolute;
    background-color: var(--secondery-color)
}

.output__value::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: black;
    transform: rotate(45deg);
    position: absolute;
    margin-top: 40px;
    background-color: var(--secondery-color)
}

@media only screen and (max-width: 600px) {
    body {
        background-color: var(--primary-color)
    }

    .form__container {
        margin: 0;
        padding: 0
    }

    .body__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0
    }

    .right__container {
        width: 90%;
        margin: 0
    }

    .title__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5rem
    }

    .left__container {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        border: none
    }

    .buttons {
        justify-content: space-between
    }

    .descriptionTitle h3 {
        font-size: 1rem
    }

    .descriptionTitle p {
        font-size: 0.6rem
    }

    .side__titles {
        display: none;
        flex-direction: row;
        justify-content: space-evenly
    }

    .title__name h3 {
        font-size: 0.75rem
    }

    .title__name p {
        font-size: 0.5rem
    }

    .progress__bar__container {
        margin-bottom: 0
    }

    .progress__bar__container ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 0 2rem
    }

    .progress__bar__container ul::before {
        height: 5vh
    }

    .progress__bar__container ul li {
        margin: 10px;
        padding: 10px
    }

    .progress__bar__container ul .active::before {
        transform: rotate(90deg)
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.0 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.table td,th {
    color: #ffffff
}
.form-control:disabled, .form-control[readonly] {
    background-color: #262222;
    opacity: 1;
}
.prospectus  .row
{
    box-shadow: 4px 3px 37px 0px;
}

@media only screen and (max-width: 600px) {
  .social{
    width: 190px;
    margin: 0px auto;
    padding-bottom: 20px;
  }
}

a{
    text-decoration: none;
}
.font-0{
    font-size: 0px;
}
