@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --multi: 1;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fcfcfc;
    font-family: "Poppins", sans-serif !important;
}

.form-group.flex_fields {
    display: flex;
    align-items: center;
}

.form-group.flex_fields>label {
    text-wrap: nowrap;
    line-height: 1;
}

.flex_fields input {
    margin-left: 10px;
}

.input_item {
    margin-bottom: 24px;
}


/* .flex_fields>input {
width: 100%;
} */

button.custom_green {
    background: #084e44;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fcfcfc;
}

.form_header.text-center>h2 {
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.form_heading>h4 {
    margin-bottom: 22px;
    font-size: 24px;
}

.form-check.text-right {
    text-align: right;
}

.row .div {
    margin-bottom: 3px;
}

.width-100 {
    width: 100%;
}

.padding-box {
    padding: 40px;
    background-color: #fcfcfcdc;
    box-shadow: 0px 8px 19px 0px rgba(0, 0, 0, 0.06);
}

.after-otp {
    display: none;
}

.bold-medium {
    font-weight: 500;
}

.form-group.row span.required, .form-group.row span.error {
    color: crimson;
    font-weight: 600;
}

.dotted-underline {
    border: none;
    border-bottom: 1px dotted #000;
    outline: none;
}


/*about page*/

.inner_about_section {
    background-image: url("../img/about-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.banner_heading {
    height: 100%;
    display: flex;
    align-items: center;
    height: 200px;
}

.banner_heading h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: calc(40px * var(--multi));
}

.about_thumbnail img {
    width: 100%;
}

.about_thumbnail {
    background: #f1f1f1;
    padding: 12px;
    box-shadow: 1px 2px 8px 1px #22222230;
}

.about_main_contents>h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 28px;
    font-size: calc(28px * var(--multi));
}

.about_main_contents>p {
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 25px;
    font-size: calc(16px * var(--multi));
    margin-bottom: 20px;
}

.about_main_contents li {
    margin: 0 0 20px 20px;
}

.table-bordered {
    font-size: 16px;
    font-size: calc(16px * var(--multi));
}

.about_section {
    padding: 80px 0px;
}

.btn-success-custom,
.btn-success-custom:hover {
    background-color: #0e86f6;
    color: #fff;
}

.contact_table tbody tr td h4 {
    font-size: 18px !important;
    font-weight: 600;
}

.footer_brand {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    margin: 1rem 0;
    row-gap: 2rem;
    /* margin-bottom: 50px; */
}

.brand_item img {
    width: 90%;
    margin: auto;
}

.brand_item {
    text-align: center;
}

.footer_brand {
    margin-top: 60px;
}


/*drop down*/

.menu_link.d-flex.justify-content-end>ul>li {
    position: relative;
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu {
    position: absolute;
    left: 0;
    width: 353px;
    padding: 10px;
    background: #084e44;
    border-radius: 0px 0px 10px 10px;
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #084e44;
    top: -7px;
    rotate: 45deg;
    left: 50px;
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu>ul {
    padding-left: 0px !important;
    list-style: none;
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu>ul>li>a {
    line-height: 1;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu>ul>li {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.331);
}

.menu_link.d-flex.justify-content-end>ul>li>.drop_down_menu>ul>li {
    line-height: 20px;
}

.drop_down_menu {
    display: none;
}

.menu_link.d-flex.justify-content-end>ul>li:hover .drop_down_menu {
    display: block;
}

.drop_down_menu {
    position: absolute !important;
}

.drop_down_menu {
    position: absolute !important;
    z-index: 999;
}

.prin_section #content {
    /* text-align: center; */
    /* padding: 20px; */
    border: 1.5px solid #084e44;
    border-radius: 5px;
}

#heading {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
}


/* header css */

.header_logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    height: 106px;
}

.header_logo a span h3 {
    line-height: 1;
}

.header_logo a span h3 {
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 10px;
}


/* Input Field */

#confirmAuditStatus,
#confirmName,
#confirmNameSec {
    background: none;
}

.form {
    border-radius: 16px;
    background-color: white;
    box-shadow: 0px 8px 19px 0px rgba(0, 0, 0, 0.06);
}

.lang_english_trigger {}

.lang_bengali_trigger {
    font-size: 15px;
}

.header_logo img {
    width: 54px;
}

.for_login_header_cont {
    display: flex;
    gap: 10px;
    width: 61%;
}

.language_col.for_login_header_cont a {
    width: 75%;
    max-width: 200px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0;
    line-height: n;
    /* height: auto; */
}

.for_header_logo_outer a {
    all: unset;
}

.hamburger_trigger,
.close_menu {
    display: none;
}

.form-check-input:checked~.form-check {
    background-color: #084e44;
}

.login_tab {
    gap: 0px;
}

.login_tab .form-check input[type="radio"] {
    display: none;
}

.login_tab .form-check {
    width: 50%;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    cursor: pointer;
    /* border: 1px solid #0e86f6; */
}

.login_tab .form-check * {
    cursor: pointer;
}

.login_tab .form-check.active {
    background: #0e86f6;
    color: white;
}

.login_tab .form-check label {
    font-size: 16px; 
    white-space: nowrap; 
}

.g-recaptcha {
    text-align: center;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

a.screen_reader {
    padding: 0;
    height: 21px;
    width: 30px;
    border-radius: 5px;
    font-size: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: normal;
    font-size: small;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    cursor: pointer;
}

.btn-success {
    background-color: #28a745;
    color: #fff;
    border: none;
}

.btn-success:hover {
    background-color: #218838;
}

.btn-link {
    color: #007bff;
    font-size: 1.25rem;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

.captcha-container {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}


.custom-loader {
    width: 20px;
    height: 20px;
    display: inline-grid;
    border-radius: 50%;
    -webkit-mask: radial-gradient(farthest-side, #0000 40%, #000 41%);
    background: linear-gradient(0deg, #ffffff80 50%, #ffffffff 0) center/4px 100%, linear-gradient(90deg, #ffffff40 50%, #ffffffbf 0) center/100% 4px;
    background-repeat: no-repeat;
    animation: s3 1s infinite steps(12);
    margin-left: 10px;
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.custom-loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}

.btn-dark-blue {
    background-color: #003366; /* Dark Blue */
    color: #fff;
    border: none;
}

.btn-dark-blue:hover {
    background-color: #002244;
}

.missing_doc {
    background-color: yellow !important;
    color: #000;
}