.Section1 {
    min-height: 80vh;


}

.verfrow {
    background-color: #F3F3F3;
    flex-wrap: wrap;

}

.navbar {
    background-color: #FCFCFC;
}

.nav_bar {
    justify-content: center;

}

.navbar-brand {
    display: flex !important;
    justify-content: space-between !important;
}

.navbar-nav {
    font-weight: 500;
    font-size: 17px;
    gap: 25px;

}

.nav-link {
    color: gray !important;
}

.nav-link:hover {
    color: blue !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn_1 {
    color: white !important;
    background-color: #B03500 !important;
    letter-spacing: 5px;
}

.btn_1:hover {
    background-color: blue !important;
}

.table_body {
    font-size: 17px;
    color: #616161;

}

tbody,
tr,
td {
    border: 1.5px solid #D0D0D0 !important;
}

.contact {
    color: #616161;
}

.footersection {
    background-color: #28156E;
}

.align {
    padding-block: 5px;
    padding-inline: 10px;
    margin-inline: 3px;
}

/* Contact Us Page */

.infoheading {
    color: #28156E;
}

/* Media Queries */

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 768px)and (max-width: 1023px) {}

@media only screen and (min-width: 960px)and (max-width: 1023px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .brand_img {
        width: 99%;
    }

    .media {
        padding-top: 20px;
    }

    .verfrow {
        min-height: 70vh;
    }

    /* About Section*/

    .lauthentication {
        display: inline !important;
    }

    .abtr2rg {
        padding-block: 20px;
    }

    /* contact page */

    .infoheading {
        text-align: center;
    }

    .formbold-main-wrapper {
        padding: 10px !important;
    }
/*
    .contact_section {
        min-height: 70vh !important;
    } */
    .gov_img
    {
        padding-block: 20px;
    }
}



/* About Section */
.abts1 {
    background-color: rgba(225, 220, 220, 0.489);
}

.districk_name {
    color: #28156E;
    text-decoration: underline;
    font-style: italic;
}

.districk_name:hover {
    color: rgb(7, 100, 7);
}

.alignment {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abtheading {
    background-color: #28156E;
    color: white;
}

/* Contact US */

.info_icon {
    color: #2b0f91;
}

.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
}

.formbold-form-label {
    display: block !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #07074d !important;
    margin-bottom: 12px !important;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #28156E;
    color: white;
    width: 100%;
    cursor: pointer;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}


/* home  section */
.verify_div
{
    background-color: #2b0f91;
border-radius: 80px;
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: white;

}
.s1_innersection,.contact_section
{
    background-color:#F0EEEE;
}
