



.form-label {
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

    .featurette-heading > span {
        display: block;
        margin-bottom: 10px;
        line-height: 1.5 !important;
    }

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

    .icon-link > .bi {
        margin-top: .125rem;
        margin-left: .125rem;
        transition: transform .25s ease-in-out;
        fill: currentColor;
    }

    .icon-link:hover > .bi {
        transform: translate(.25rem);
    }

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-primary {
    transition: all .2s ease-in-out;
    border: 0;
    border-radius: 10px;
    background-color: #3F51B5;
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(43,0,47,1) 45%, rgba(95,10,135,1) 100%); */
}

    .btn-primary:link,
    .btn-primary:visited {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #3F51B5;
        /* background-image: linear-gradient(90deg, #5200d7, #3000c5); */
        padding: 0.8rem 2rem;
        /* height: 6rem; */
        /* width: 40rem; */
        border-radius: 4px;
        border: none;
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }




    

    .btn-primary span {
        z-index: 20;
    }

.btn::before {
    left: -50%;
}

.btn::after {
    left: -100%;
}

.btn:hover::before {
    left: 120%;
    opacity: 0.5s;
}

.btn:hover::after {
    left: 200%;
    opacity: 0.6;
}

.text-primary {
    color: #3523cc !important;
}

.one {
    position: relative;
    margin: 1rem 0 2rem 0;
}

    .one h1:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -14px;
        background-color: #232dcc;
        z-index: 1;
    }

    .one h1:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 20px;
        left: 50%;
        margin-left: -50px;
        background-color: #cfcfcf;
    }

.bg-white {
    box-shadow: 1px 2px 11px 0px rgb(0 0 0 / 3%);
}


/* Registration Form*/

.header-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(43,0,47,1) 45%, rgba(95,10,135,1) 100%); */
    /* color: #000; */
}

    .header-form .innver-div {
        justify-content: space-around;
        align-items: center;
        display: flex;
    }

    .header-form .header-text {
    }

        .header-form .header-text h1 {
            /* color: #fff; */
            font-weight: 300;
            line-height: 28px;
            margin: 0;
        }

            .header-form .header-text h1 small {
                font-size: 20px;
                color: #f3a028;
            }

    .header-form .main-logo img {
        width: 100%;
        max-width: 130px;
    }

    .header-form .reg-text {
        color: #fff;
        font-size: 25px;
    }

h4, #Spouse_Name {
    color: #3F51B5;
    font-weight: 300;
}

.form-wrapper {
}

.form-select, .form-control {
    border-color: #ddd;
    box-shadow: 0 1px 11px 0px rgb(0 0 0 / 3%);
    padding: 10px 20px;
    border-radius: 10px;
}

.form-select {
    padding-right: 30px;
}

.form-check label {
    margin-left: 10px;
}

.bg-gradient-new {
}

.bg-gradient-rev {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 15px;
}

.ex-footer-frame {
    display: none;
}

.form-wrapper .text-white {
    color: #333 !important;
}

.ChargesCol {
    color: #FF5722;
}

th {
    font-weight: 500;
}

.listDateBox {
    background: #4f075a;
    color: #fff;
    border-radius: 8px !important;
    padding: 10px 0;
    position: absolute;
    top: -117px;
    right: 0;
    z-index: 9;
}

    .listDateBox > div {
        cursor: pointer;
        padding: 5px 20px;
    }

        .listDateBox > div:hover {
            background-color: #000;
            color: #fff;
        }

.date-select {
    position: relative;
}

    .date-select .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .date-select .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 10px 12px;
    }

        .date-select .btn img {
            width: 25px;
        }

.form-check-assign table tbody {
    display: flex;
}

.form-check-assign table td {
    display: flex;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .imgh {
        height: auto !important
    }
}
