.h_t {
    font-size: xx-large;
    margin: 20px 0 0 0;
}

.b_i {
    width: fit-content;
    margin: 0;
}

.u_l {
    padding: 0 15px;
}

.u_l:hover {
    color: #4da9e6;
}

.h_p {
    margin: 2px 0 8px 0;
}

.contactus {
    width: 100%;
}

#email {
    pointer-events: none;
}

.x12 {
    font-size: 1em;
    font-weight: 500;
}

#img_success {
    width: 50px;
    height: 50px;
}

#imggab {
    max-width: 300px;
    width: 80%;
    height: auto;
}

#img_u {
    height: 45px;
    width: 45px;
    margin: 25px;
}

.d_101 * {
    margin: 0;
}

#LogoImg {
    width: 200px;
    height: auto;
    align-self: flex-start;
}

.alert_ {
    color: red;
    margin-block-start: 0;
}

.cover {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
}

.cover_M {
    padding: 10px 18px;
    background-color: white;
    color: red;
    border: 1px solid;
    border-radius: 5px;
    margin: 0;
}

@media only screen and (max-width: 950px) {
    .d_tx_4 {
        display: none;
    }
    .d_101 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .b_i {
        padding-left: 0px;
    }
}