label {
    padding: 0px !important;
    margin: 0px !important;
}

.select-box {
    background-color: #EEF7F8;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    height: 200px;
}

.select-box:hover {
    border: 1px solid #002684;
}

.form-check-input:hover {
    background-color: #002684;
}

.select-box main {
    background-color: #002684;
    color: #fff !important;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.col-md-4 h6 {
    margin: 0px;
}


/* Modal */
@media screen and (min-width:1098px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 75px;
    }

    .modal .modal1 {
        width: 50%;
        height: 350px;
        background-color: #fefefe;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 350px;
        display: block;
    }

    .modal .formdiv {
        width: 100%;
        margin: 0px auto;
    }

    .modal .formdiv h1 {
        padding-top: 0px !important;
    }

    .modaldiv .modalct {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .modaldiv .close {
        font-size: 35px;
        font-weight: 600;
        color: #a6a6a6;
        cursor: pointer;
        padding-right: 10px;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        width: 40%;
        height: 40px;
        border: none;
        font-weight: 400;
        font-size: 17px;
    }

}

@media screen and (min-width:768px) and (max-width:1098px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 50px;
    }

    .modal .modal1 {
        width: 60%;
        height: 400px;
        background-color: #fefefe;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 400px;
        display: block;
    }

    .modal .formdiv {
        width: 100%;
        margin: 0px auto;
    }

    .modal .formdiv h1 {
        padding-top: 0px !important;
    }

    .modaldiv .modalct {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .modaldiv .close {
        font-size: 25px;
        font-weight: 600;
        color: #a6a6a6;
        cursor: pointer;
        padding-right: 8px;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        width: 60%;
        height: 45px;
        border: none;
        font-weight: 400;
        font-size: 18px;
    }

}

@media screen and (max-width:768px) {

    .modal {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 50px;
    }

    .modal .modal1 {
        width: 70%;
        height: 400px;
        background-color: #fefefe;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .modaldiv {
        width: 100%;
        height: 400px;
        display: block;
        align-items: center;
        margin: auto;
        overflow: auto;
    }
    
    .modal .formdiv {
        width: 100%;
        margin: 0px auto;
    }

    .modal .formdiv h1 {
        padding-top: 0px !important;
    }

    .modaldiv .close {
        font-size: 20px;
        font-weight: 1000;
        color: #a6a6a6;
        cursor: pointer;
        padding-right: 10px;
    }

    .modaldiv .close:hover {
        color: #000;
    }

    .modaldiv .button5 {
        background-color: #000;
        color: #fff;
        border-radius: 8px;
        width: 100%;
        height: 35px;
        border: none;
        font-weight: 400;
        font-size: 13px;
    }

}