.Section1 {
    min-height: 47vh !important;
    max-height: 47vh !important;
}

.verfrow {
    background: linear-gradient(0deg, #5e84ff 0%, rgb(67, 147, 159,0.93) 0%),url('./img/sawatlogo.png') no-repeat center;
    flex-wrap: wrap;
    background-size: 25%;
}

small screen button
.navbar-toggler {
    height: 9vh;
    margin-left: 8px;
}

.navbar {
    background-color: #FCFCFC;
}

.navbar-brand {
    display: flex !important;
    justify-content: space-between !important;
}

.brand_logo {
    width: 20% !important;
}

.Licence_Brand_Name {
    text-shadow: 1px 4px 4px #242222;
}

.navbar-nav {
    font-weight: 500;
    font-size: 17px;
    gap: 25px;

}

.nav-link {
    color: gray !important;
}

.nav-link:hover {
    color: black !important;
    text-shadow: 1px 4px 8px #242222 !important;
}
.navbar-nav .nav-item {
    margin: 0 15px; /* Adjust the 15px value as needed */
}
/* 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: #5e84ff !important;
}

.table_body {
    font-size: 15px;
    color: black;

}

/* footersection */
tbody,
tr,
td {
    border: 1.5px solid #D0D0D0 !important;
}

.contact {
    color: whitesmoke;
}

.footersection {
    background-color:#b2c3fb;
}
.fotter_img {
    max-width: 30%
}

.align {
    padding-block: 5px;
    padding-inline: 10px;
    margin-inline: 3px;
}

/* Contact Us Page */

.infoheading {
    color: #28156E;
}

/* sticky data */
div.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    font-weight: 700;
    color: white;
    background-color:#5e84ff;
    padding: 2px;
    font-size: 20px;
  }
.footer_ul
{
    list-style: none;
}
.footer_ul li
{
    margin-block: 5px;
}
/* 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%;
    }

    .Licence_Brand_Name {
        font-size: 14px;
    }

    .media {
        padding-top: 20px;
    }

    .verfrow {
        min-height: 70vh;
        background-size: 80%;
    }

    /* 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 */
.abts_row {
background-color: rgb(67, 147, 159,0.90) !important;
}
.districk_name {
    color: #5e84ff;
    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:#b2c3fb;
    color: black;
    border-radius: 30px;
}

/* Contact US */

.info_icon {
    color: #5e84ff;
}

.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;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}

.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: #5e84ff;
    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%;
    }
}
.verfrow {
    background: linear-gradient(0deg, #5e84ff 0%, rgb(223, 223, 223, 0.93) 0%), url(img/sawatlogo.png) no-repeat center;
    flex-wrap: wrap;
    background-size: 25%;
}

/* home  section */
.verify_div {
    background-color: #5e84ff;
    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:rgb(67, 147, 159,0.93);
}