@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-color: #025055;
    --grey-color: #575757;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 65px;
}

html, body {
    scroll-behavior: smooth;
    height: inherit;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", sans-serif !important;
    background: #f5f5f5;
    color: #636363;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

* {
    padding: 0;
    margin: 0px;
}

a, a:hover, .btn-link {
    color: var(--primary-color);
    text-decoration: none;
}

img {
    max-width: 100%;
}

.cstm_btn {
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    transition: ease-in-out 0.3s;
    text-align: center;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border: none;
    line-height: normal;
    border-radius: 5px;
    min-width: 135px;
    background: linear-gradient(99.78deg, #F3B562 -5.85%, #ED9A2B 109.55%);
    box-shadow: 0px 8px 21px 0px rgb(0 0 0 / 16%);
    color: #fff;
    letter-spacing: 0.2px;
}

    .cstm_btn img {
        margin-left: 14px;
        margin-top: 5px;
    }

    .cstm_btn:hover, .cstm_btn:focus {
        background: var(--primary-color);
        background: linear-gradient(99.78deg, #0f8b93 -5.85%, #025055 109.55%);
        color: #fff;
    }

        .cstm_btn:hover img, .cstm_btn:focus img {
            filter: brightness(5);
        }

.back_btn {
    background: linear-gradient(99.78deg, #D4D1D1 -5.85%, #C7C1C1 109.55%) !important;
    color: #000000 !important;
}

    .back_btn:hover, .back_btn:focus {
        background: var(--primary-color) !important;
        background: linear-gradient(99.78deg, #0f8b93 -5.85%, #025055 109.55%) !important;
        color: #fff !important;
    }

.secondary_btn {
    background: linear-gradient(99.78deg, #0f8b93 -5.85%, #025055 109.55%);
    color: #fff;
}

    .secondary_btn:hover, .secondary_btn:focus {
        background: #F3B562;
        background: linear-gradient(99.78deg, #F3B562 -5.85%, #ED9A2B 109.55%);
        color: #fff;
    }

p, ul li, ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
    text-align: justify;
}

    p b {
        font-weight: 600;
    }

.heading {
    font-size: 34px;
    font-weight: 600;
    color: #025055;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.message-container {
    background: #fbf1e3;
    padding: 8px 15px;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    color: #764504;
    font-weight: 500;
    z-index: 9;
}

body:has(.message-container.hidden) header {
    top: 0px;
}

.header {
    position: sticky;
    top: 35px;
    z-index: 9;
}

    .header .navbar {
        background: #FFFFFF !important;
        padding: 13px 5px !important;
        border-bottom: 1px solid #f3f3f3;
    }

    .header .cstm_btn {
        box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 12%);
        height: 43px;
        min-width: 130px;
    }

.navbar-nav .nav-item:not(:last-child) {
    margin-right: 24px;
}

.header .navbar .nav-item .nav-link {
    color: #222222;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    position: relative;
    line-height: 21px;
}

    .header .navbar .nav-item .nav-link:after {
        content: '';
        height: 2px;
        width: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        background: transparent;
        border-radius: 3px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .header .navbar .nav-item .nav-link.active, .header .navbar .nav-item.current .nav-link, .header .navbar .nav-item .nav-link:hover {
        color: #025055;
    }

        .header .navbar .nav-item .nav-link.active:after, .header .navbar .nav-item.current .nav-link:after, .header .navbar .nav-item .nav-link:hover:after {
            background: #107c83;
        }

.header .navbar .navbar-brand {
    color: #025055;
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    display: block;
    line-height: 30px;
    outline: none;
}

.login_icon input, .login_icon select {
    padding-left: 40px;
}

.form-control {
    outline: none !important;
    padding: 7px 14px;
    height: 44px;
    border: 1px solid #dedede;
    box-shadow: none !important;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #141414;
}

    .form-control::placeholder {
        color: #141414 !important;
    }

.account_pages {
    padding: 35px 0;
}

    .account_pages.d-flex {
        min-height: calc(100vh - 80px);
        align-items: center;
    }

.login_icon .input-group-addon {
    position: absolute;
    top: 12px;
    left: 11px;
    z-index: 5;
}

.form-group {
    margin-bottom: 14px;
}

.for_got {
    margin-top: -5px;
}

    .for_got a {
        font-size: 14px;
        font-weight: 500;
    }

        .for_got a:hover, .sign_txt a:hover {
            text-decoration: underline;
        }

.sign_txt {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

    .sign_txt a {
        cursor: pointer;
    }

.fnt_w7 {
    font-weight: 600 !important;
}

.join_trning {
    display: flex;
    flex-flow: column;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #3F3F3F;
    align-items: center;
    gap: 3px;
}

    .join_trning a, .join_trning button {
        background: rgb(237 154 43 / 20%);
        border: 1px solid rgb(237 154 43 / 30%);
        color: #2B2C2C;
        font-size: 13px;
        padding: 8px 16px;
        gap: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        font-weight: 600;
    }

        .join_trning a:hover, .join_trning button:hover {
            background: rgb(237 154 43 / 35%);
            border: 1px solid rgb(237 154 43 / 38%);
            color: #2B2C2C;
            text-decoration: none;
        }

.form_box h2 {
    font-size: 28px;
    color: #025055;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.form_box p {
    font-size: 16px;
    color: #525252;
    text-align: center;
    margin-bottom: 20px;
}

.white_box {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.image_box {
    background: linear-gradient(217.64deg, #6CD5DC -5.84%, #025055 106.73%);
    min-height: 550px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}

.form_box {
    max-width: 415px;
    margin: 0 auto;
    padding: 42px 25px;
}

.owl-dots {
    text-align: center;
    padding-top: 22px;
}

    .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        background: rgb(2 80 85 / 25%);
        margin: 0 4px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #025055;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.our_vendors {
    padding: 37px 0 40px;
    border-bottom: 1px solid rgb(200 200 200 / 30%);
}

    .our_vendors .owl-item a {
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 94px;
        overflow: hidden;
        padding: 5px 10px;
    }

        .our_vendors .owl-item a img {
            max-height: 100%;
            max-width: 100%;
            width: auto !important;
        }

    .our_vendors .owl-nav {
        display: none;
    }

.about-section {
    padding: 55px 0px 0px;
}

.about-stats {
    display: flex;
    gap: 15px;
    margin: 18px 0px;
}

.about-stat {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}

    .about-stat span {
        background: rgb(2 80 85 / 15%);
        height: 46px;
        width: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #00574B;
        border-radius: 4px;
    }

    .about-stat h4 {
        margin: 0;
        color: #020202;
        font-weight: bold;
        font-size: 19px;
    }

    .about-stat p {
        margin: 5px 0 0;
        color: #3B3B3B;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }

.about-section p:not(:last-child) {
    margin-bottom: 12px;
}

.about_image {
    height: 100%;
}

    .about_image img#aboutImage {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.service_sec {
    background: #f5f5f5;
    padding: 50px 0px;
    margin-top: 50px;
}

.info-card {
    background-color: white;
    border-radius: 6px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 4px 13px rgb(0 0 0 / 5%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid #107C83;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .info-card:hover {
        transform: translateY(-5px);
    }

    .info-card .fas {
        color: #107C83;
        font-size: 52px;
        min-height: 52px;
        margin-bottom: 15px;
    }

    .info-card h4 {
        font-size: 22px;
        color: #191A15;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .info-card p {
        color: #3B3B3B;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        margin: 0;
    }

.dot-decoration {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ddd;
}

.features-section {
    padding: 55px 0;
}

    .features-section .carousel {
        padding: 15px 0px 50px;
    }

.feature-description h4 {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.features-section ul {
    color: #555;
    padding-left: 25px;
    margin: 0;
}

    .features-section ul ::marker {
        color: #555;
    }

    .features-section ul li {
        text-align: left;
    }

        .features-section ul li:not(:last-child) {
            margin-bottom: 12px;
        }

.slide_img {
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    margin-left: 15px;
}

    .slide_img img {
        border-radius: 8px;
    }

.carousel .carousel-indicators {
    margin: 0;
}

    .carousel .carousel-indicators button {
        height: 15px !important;
        width: 15px !important;
        background: #025055 !important;
        border: none !important;
        border-radius: 100%;
        opacity: .25;
    }

        .carousel .carousel-indicators button.active {
            opacity: 1;
        }

.testimonial-section {
    padding: 50px 0;
    text-align: center;
    background: rgb(16 124 131 / 10%);
}

    .testimonial-section .owl-carousel {
        padding-top: 10px;
    }

        .testimonial-section .owl-carousel .owl-stage {
            display: flex;
        }

.testimonial-card {
    background-color: rgb(66 130 108 / 85%);
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 5px 12px rgb(0 0 0 / 6%);
    text-align: left;
    border: 4px solid #fff;
    height: 100%;
    display: flex;
    flex-flow: column;
}

    .testimonial-card p {
        font-size: 15px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
    }

.user_info {
    display: flex;
    gap: 10px;
    margin-top: auto;
    align-items: center;
    padding-top: 6px
}

    .user_info .user {
        height: 55px;
        width: 55px;
        min-width: 55px;
        background: #fff;
        border-radius: 100%;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .user_info .user img {
            max-height: 100%;
            border-radius: 100%;
        }

.testimonial-card .author {
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: left;
    line-height: normal;
}

.testimonial-card .company {
    color: #fff;
    font-size: 15px;
    margin: 2px 0 0px;
    line-height: 21px;
    text-align: left;
}

    .testimonial-card .company a {
        color: inherit;
    }

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    margin: 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

    .owl-dots .owl-dot.active {
        background: #00574B;
    }

.contact-section {
    padding: 40px 0 50px;
    text-align: center;
    background: rgb(255 255 255 / 25%);
}

    .contact-section .white_box {
        border: 1px solid rgb(2 80 85 / 10%);
        border-radius: 10px;
        box-shadow: 0 0 12px rgb(0 0 0 / 5%);
        max-width: 990px;
        margin: 0 auto;
    }

    .contact-section .heading {
        margin-bottom: 10px;
    }

.phone-number {
    font-size: 16px;
    color: #393939;
    margin-bottom: 18px;
    font-weight: 500;
}

    .phone-number a {
        color: inherit;
    }

    .phone-number .fas {
        margin-right: 5px;
        color: #295055;
    }

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-item {
        padding-bottom: 3px;
    }

    .nav-tabs .nav-link {
        border: none !important;
        font-size: 16px;
        font-weight: 600;
        color: rgb(0 0 0 / 60%);
        margin: 0;
        padding: 7px 24px;
        background: transparent;
        position: relative;
        line-height: 25px;
    }

        .nav-tabs .nav-link.active {
            color: #025055;
            background: transparent;
        }

        .nav-tabs .nav-link:after {
            content: '';
            height: 3px;
            width: 100%;
            background: rgb(2 80 85 / 20%);
            position: absolute;
            left: 0;
            bottom: -3px;
            border-radius: 3px 3px 0 0;
        }

        .nav-tabs .nav-link.active:after {
            background: #025055;
        }

.form_box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 15px;
}

.contact-section .tab-content {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-section .form_box {
    padding: 32px 25px;
    max-width: 460px;
}

.contact-section .image_box {
    min-height: auto;
    background: #107C83;
}

textarea.form-control {
    height: auto;
}

.col_5 {
    width: 485px;
}

.col_7 {
    width: calc(100% - 485px);
}

.bg_form {
    background: #107C83;
}

.max_w_100 {
    max-width: 100% !important;
}

.contact-section .form_box p {
    text-align: left;
    color: #ffffff;
}

    .contact-section .form_box p:last-child {
        margin: 0;
    }

    .contact-section .form_box p a {
        font-weight: 600;
        text-decoration: underline;
        color: #fff;
    }

.footer {
    background-color: #00574B;
    color: white;
    padding: 45px 0 0;
}

    .footer .footer-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .footer h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .footer p {
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        margin-bottom: 13px;
    }

    .footer a {
        color: #fff;
        font-size: 14px;
    }

.social-icons {
    display: flex;
    align-items: center;
}

    .social-icons a {
        margin-right: 10px;
        color: #000000;
        font-size: 15px;
        transition: color 0.3s ease;
        background: #FFFFFF;
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        padding: 4px;
    }

.footer .copyright {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding: 16px 10px;
    font-size: 13px;
}

.footer ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}

    .footer ul.list-unstyled li {
        width: 48%;
        text-align: left;
    }

.contact_info p a {
    display: flex;
    align-items: center;
    gap: 7px;
    word-break: break-word;
}

.contact_info p .fas {
    min-width: 16px;
}

.contact_info p .fa-phone-square:before {
    transform: rotate(90deg);
    display: inline-block;
    margin-left: -1px;
}

.phone-number .fa-phone {
    transform: rotate(90deg);
}

p:last-child {
    margin: 0;
}

#signupPage .form_box, #regManagerBox .form_box, #regVendorBox .form_box {
    max-width: 500px;
}

.account_pages .form_box h6 {
    font-style: italic;
    color: #2D2D2D;
}

.account_pages .form_box {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.steps_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.account_pages .rRequired_msg {
    font-size: 13px;
    font-weight: 400 !important;
    color: #F71E1E !important;
    text-align: right;
    margin: 0px 0 10px;
    line-height: 16px;
}

.password-container {
    position: relative;
}

    .password-container .form-control {
        padding-right: 36px !important;
    }

    .password-container .toggle-password {
        position: absolute;
        top: 16px;
        right: 14px;
        cursor: pointer;
        font-size: 14px;
        color: #636363;
    }

.hidden {
    display: none;
}

.float_box, .tooltip_box {
    position: relative;
}

    .float_box .float_label {
        position: absolute;
        left: 14px;
        top: 13px;
        transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
        font-weight: 400;
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #141414;
        pointer-events: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        width: auto;
    }

    .float_box .intl-tel-input ~ .float_label {
        left: 52px;
    }

    .float_box .form-control:focus ~ .float_label, .float_box input.form-control:not(:placeholder-shown) ~ .float_label, .float_box textarea.form-control:not(:placeholder-shown) ~ .float_label, .float_box select:not([value=""]):valid ~ .float_label, .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        top: -6px;
        font-size: 12px;
        color: #025055;
        background-color: #ffffff;
        padding: 0 3px;
        border-radius: 4px;
        left: 11px;
        line-height: 14px;
        max-width: calc(100% - 20px);
        width: auto;
    }

    .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        left: 49px;
    }

    .float_box .form-control::placeholder {
        color: transparent !important;
    }

.float_label.required:after, .form_label.required:after {
    content: '*';
    color: #F71E1E;
    margin-left: 2px;
}

.login_icon .input-group-addon img {
    max-height: 22px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.modal-title {
    line-height: normal;
    color: #1c1c1c;
    font-weight: 600;
    font-size: 19px;
}

.error_msg {
    font-size: 12px;
    line-height: 13px;
    margin-top: 4px;
    color: #dc3545;
    text-align: left;
}

.account_pages .white_box {
    max-width: 1140px;
    margin: 0 auto;
}

.account_pages.register_page .white_box {
    max-width: 1215px;
}
/*old css*/
section.main-wrapper {
    overflow-x: hidden;
}

.mySelect {
    display: flex;
    gap: 12px;
}

    .mySelect .select2-container {
        display: block;
        width: 100% !important;
    }

        .mySelect .select2-container .select2-selection--single {
            background: none;
            border: none;
            border-bottom: solid 1px white;
            box-shadow: none;
            border-radius: 0;
            color: white;
            -webkit-tap-highlight-color: white;
            height: 34px;
            font-size: 14px;
            text-align: left;
        }

            .mySelect .select2-container .select2-selection--single #select2-mySelect-container {
                color: inherit !important;
                padding: 0px 12px;
                line-height: 34px;
            }

#otherInput {
    color: white;
}

.select2-container .select2-results li {
    text-align: left;
    padding: 6px 11px;
    color: #191818;
    line-height: 18px;
    font-size: 13px;
}

    .select2-container .select2-results li:not(:last-child) {
        border-bottom: 1px solid #ededed;
    }

    .select2-container .select2-results li.select2-results__option--disabled {
        opacity: .7;
    }

.mySelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f2f2f2 transparent transparent transparent;
}

.mySelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding-right: 8px;
}

.mySelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 7px;
    padding-right: 2px;
    font-size: 12.5px;
}

.select2-container .select2-results li.select2-results__option--disabled {
    display: none;
}

.float_box .intl-tel-input input:focus::placeholder, .float_box .intl-tel-input input:not(:placeholder-shown)::placeholder {
    color: #141414 !important;
}

section#news {
    border-bottom: 1px solid #f5f5f5;
}

.news-container .card {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: none;
    overflow: hidden;
    padding: 12px 16px 18px;
    height: 100%;
    background-color: #fff;
}

    .news-container .card .card_image {
        height: 280px;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 -4px 15px;
        background-color: #eee;
        cursor: pointer;
    }

        .news-container .card .card_image img {
            margin: 0;
            border: none;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .news-container .card .t_card-title {
        color: #3e3e3e;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
    }


    .news-container .card .card__date {
        font-size: 13px;
        color: #464646;
        font-weight: 400;
        margin-bottom: 16px;
        line-height: normal;
    }

        .news-container .card .card__date a {
            font-weight: 600;
            display: inline-block;
        }

.news_details .container {
    max-width: 800px;
}

.news_details {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}

#news-list .owl-stage-outer {
    display: flex;
    justify-content: center;
}

#news-list .card.text-start {
    overflow: visible;
}

.news_details h2 {
    font-size: 32px;
}

.news-container .owl-carousel, .news-container .owl-carousel .owl-stage-outer, .news-container .owl-carousel .owl-item {
    height: 100%;
}

    .news-container .owl-carousel .card {
        height: 100%;
    }

.news-badge {
    background-color: #068f94;
    color: #fff;
    font-size: 8px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 5px;
    position: absolute;
    top: -7px;
    right: -20px;
    animation: pulse_new 1.5s infinite;
}

@keyframes pulse_new {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.bagde-flag-wrap {
    position: absolute;
    top: -10px;
    left: -12px;
    animation: pulse_news 1.5s infinite;
}

    .bagde-flag-wrap:before {
        content: "";
        position: absolute;
        top: 35px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 0;
        border-color: transparent #eb9b2e transparent transparent;
    }

.bagde-flag {
    text-transform: capitalize;
    color: #ffffff;
    background: #f2ae53;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.news-container .card:has(.bagde-flag) {
    overflow: visible;
}

.news-container .owl-carousel {
    padding-bottom: 5px;
}

    .news-container .owl-carousel .card__link {
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
    }

        .news-container .owl-carousel .card__link .btn {
            margin-top: auto;
        }

        .news-container .owl-carousel .card__link a {
            text-decoration: underline;
        }

@keyframes pulse_news {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@media (max-width:767px) {
    .mySelect .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 2px;
        padding-right: 0px;
        font-size: 12px;
        white-space: normal;
        line-height: 14px;
    }

    .select2-container .select2-results li {
        padding: 5px 8px;
        line-height: 16px;
        font-size: 12px;
    }

    .mySelect {
        gap: 8px;
    }
}
/*old css*/
.modal .cstm_btn {
    background: #4da790;
    padding: 8px 25px;
    min-width: 120px;
}

    .modal .cstm_btn:hover, .modal .cstm_btn:focus {
        background-color: #ed9a2b;
        border-color: #ed9a2b;
        color: #fff;
    }

.tooltip_box .fa-info-circle {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 16px;
    color: #b3b3b3;
}

.tooltip .tooltip-inner {
    max-width: 225px;
    padding: 7px 10px 10px;
    font-size: 13px;
    line-height: 17px;
}

.tooltip_box .form-control {
    padding-right: 27px !important;
}

.float_box.tooltip_box .float_label {
    max-width: calc(100% - 30px);
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}

    .intl-tel-input.allow-dropdown .selected-flag {
        background: none !important;
    }

.intl-tel-input .country-list .country {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.login_icon.float_box .float_label {
    left: 40px;
}

.login_icon.float_box input:focus ~ .float_label, .login_icon.float_box input:not(:placeholder-shown) ~ .float_label {
    left: 37px;
}

.remember_txt label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #494a4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    cursor: pointer;
}

    .remember_txt label input {
        height: 15px;
        width: 15px;
        min-width: 15px;
        cursor: pointer;
    }

.popover-body li {
    font-size: 13px;
    line-height: 22px;
}

.popover-header {
    background: #025055;
    color: #fff;
}

.popover-body {
    padding: 10px 10px;
}

    .popover-body ul {
        margin-bottom: 0;
    }

.password-container .form-control.is-invalid, .password-container .form-control.is-valid {
    padding-right: 52px !important;
    background-position: right calc(32px + .1875rem) center;
}

.form-control.is-valid {
    border-color: #198754 !important;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.mailCopy {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
    font-weight: 500;
    font-size: 13.2px;
}

    .mailCopy button.copyBtn {
        border: none;
        padding: 0;
        background: transparent;
    }

        .mailCopy button.copyBtn:hover {
            color: #308a90;
        }

    .mailCopy span {
        white-space: normal;
        word-break: break-word;
        line-height: normal;
    }

.footer ul li a {
    opacity: 0.9;
}

    .footer ul li a:hover {
        opacity: 1;
        text-decoration: underline;
    }

.privacy_policy {
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 15px;
}

    .privacy_policy p {
        text-align: left;
        margin-bottom: 10px;
        line-height: 23px;
    }

    .privacy_policy .p {
        margin-bottom: 15px;
    }

    .privacy_policy h3 {
        margin-bottom: 20px;
        color: #202020;
    }

    .privacy_policy p a {
        font-weight: 500;
    }

ol li::marker {
    color: #000000;
    font-weight: 500;
}

.modal {
    background: rgb(0 0 0 / 50%);
}

.modal-backdrop {
    display: none !important;
}

.modal .modal-header {
    justify-content: center;
}

    .modal .modal-header .btn-close {
        margin: 0px;
        position: absolute;
        right: 7px;
        top: 12px;
    }

.modal p {
    font-size: 15px;
    line-height: 24px;
    color: #101010;
}

.form-group em {
    color: #6a6a6a;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.loader-container {
    display: none;
    text-align: center;
    background: rgb(0 0 0 / 42%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 991;
}

    .loader-container > div {
        background: #fff;
        max-width: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 22px 18px 20px;
        border-radius: 10px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    }

    .loader-container .spinner {
        width: 44px;
        height: 44px;
    }

    .preloader .status, .loader-container .spinner {
        background-image: url(../../images/loader-green.gif);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .loader-container p {
        text-align: center;
        margin: 8px 0 0;
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }

.custom_modal .secondary_btn {
    color: #4da790;
    background: transparent;
    border: 1px solid #4da790;
}

.custom_modal p b {
    color: #303030;
    font-weight: 600;
}

#loginBox #errorLogin {
    margin-top: -6px;
    position: relative;
    top: -6px;
    padding-bottom: 5px;
}

#errorLogin a {
    font-weight: 500;
    color: #068f94;
}

.website_title {
    max-width: 850px;
    margin: -25px auto 13px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #525252;
}

    .website_title a {
        font-weight: 600;
        color: #107C83;
    }

        .website_title a:hover {
            text-decoration: underline;
        }

.radio_list .form_label {
    font-size: 14px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 6px;
    width: 100%;
}

.radio_list .radio_label {
    display: inline-flex;
    gap: 5px;
    margin-right: 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    line-height: 16px;
}

.radio_label input {
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.welcomeModal .welcome_img {
    max-height: 115px;
    margin-bottom: 18px;
}

.welcomeModal .modal-body {
    padding: 38px 28px 33px;
}

.welcomeModal h4 {
    color: #212121;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
}

.welcomeModal p {
    text-align: left;
}

.welcomeModal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.welcomeModal .modal-dialog {
    max-width: 710px;
}

.welcomeModal .modal-content {
    border: none;
    border-radius: 22px;
}

.welcomeModal h5 {
    color: #212121;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    padding: 7px 0 2px;
}

.welcomeModal ul li {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #101010;
}

.welcomeModal ul ::marker {
    color: #4da790;
    font-size: 18px;
}

.welcomeModal ul {
    padding-left: 25px;
    padding-bottom: 2px;
}

.our_vendors .owl-slider {
    padding-top: 6px;
}

.orgUserInfo {
    margin: 0px -35px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form_box .orgUserInfo p {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
}

.orgUserInfo .font-bold {
    font-weight: 600;
    color: rgb(2, 80, 85);
    font-size: 18px;
    display: block;
    margin-top: 2px;
}

.orgUserInfo .image {
    /* height: 165px; */
    width: 175px;
    min-width: 175px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .orgUserInfo .image img {
        max-height: 125px;
    }

.winter-market .image_box {
    background: #169199;
    background: linear-gradient(217.64deg, #6CD5DC -5.84%, #05737a 106.73%);
}

.spring-market .image_box {
    background: #F06060;
    background: linear-gradient(217.64deg, #F06060 -5.84%, #e53b3b 106.73%);
}

.summer-market .image_box {
    background: #8CBEB2;
    background: linear-gradient(217.64deg, #8CBEB2 -5.84%, #6ca799 106.73%);
}

.fall-market .image_box {
    background: #8D5C6D;
    background: linear-gradient(217.64deg, #8d5c6d -5.84%, #833e56 106.73%);
}

.image_box .cycle_img {
    display: none;
}

.winter-market .image_box .winter_img, .spring-market .image_box .spring_img, .summer-market .image_box .summer_img, .fall-market .image_box .fall_img {
    display: block;
}

.winter-market .testimonial-section {
    background-image: url(https://s3-us-west-2.amazonaws.com/managemymarket.com/assets/mmm-winter-acc.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.spring-market .testimonial-section {
    background-image: url(https://s3-us-west-2.amazonaws.com/managemymarket.com/assets/mmm-spring-acc.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.summer-market .testimonial-section {
    background-image: url(https://s3-us-west-2.amazonaws.com/managemymarket.com/assets/mmm-summer-acc.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.fall-market .testimonial-section {
    background-image: url(https://s3-us-west-2.amazonaws.com/managemymarket.com/assets/mmm-fall-acc.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.verification_sec {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 344px);
}
.verification_sec .white_box {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    padding: 35px 25px;
    border-bottom: 5px solid #00574b;
}
.verification_sec .mmm_logo {
    margin-bottom: 25px;
}
.verification_sec .mmm_logo img {
    max-height: 100px;
}
.verification_sec .form_box {
    max-width: 100%;
}
.verification_sec h5 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}


.webinar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.webinar-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: flex;
    gap: 5px;
}

    .webinar-card img {
        width: 100%;
        max-width: 270px;
        height: 100%;
        min-height: 200px;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #bfbfbf;
    }

.webinar-info {
    padding: 22px 15px;
}

    .webinar-info h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
        font-weight: 600;
        color: #025055;
    }

    .webinar-info p {
        font-size: 14px;
        margin: 0 0 8px;
        line-height: 21px;
        text-align: left;
    }

        .webinar-info p strong {
            font-weight: 600;
            color: #363636;
        }

    .webinar-info span.ps-3 {
        padding-left: 11px !important;
    }

.modal .webinar-card .cstm_btn {
    height: 38px;
    padding: 6px 14px;
    min-width: 120px;
    font-size: 13px;
}

.webinar_modal .modal-content {
    overflow: hidden;
    border-radius: 5px;
    border: none;
}

.webinar_modal .modal-body {
    background: #f7f7f7;
}

#news-list .owl-stage {
    width: auto !important;
}

#news-list .owl-item, #news-list-2 .owl-item {
    max-width: 430px;
    margin: 0 auto;
}

#news-list-2 h3.t_card-title {
    min-height: 48px;
}

.account_pages .image_box {
    padding-top: 70px;
}

.image_box p {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    color: #fff;
    right: 0;
    font-weight: 500;
}

.home-banner-summer {
    min-height: auto !important;
}

#errorManagerRegister:empty {
    display: none;
}
#redirect-timer-box {
    margin: -12px 0 15px;
}
#redirect-timer-box p {
    font-size: 14px;
    line-height: 21px;
}
.verification_sec h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #00574B;
}
.verification_sec h2 svg {
    height: 26px;
    width: 26px;
}
#redirect-timer-box p span {
    color: #00574b;
}
@media (min-width:768px) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #acabab;
    }

    :-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    :-webkit-scrollbar-track {
        background: transparent;
    }

    :-webkit-scrollbar-thumb {
        background-color: #c7c7c7;
        border-radius: 0;
        border: 0px solid transparent;
        background-color: #c7c7c7;
    }

    ::-webkit-scrollbar,
    ::-webkit-scrollbar-thumb {
        height: 8px;
        border-radius: 0;
        background-clip: padding-box;
        border: 0px solid transparent;
        width: 8px;
        background-color: #eee;
    }

    ::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 0 10px #acabab;
    }

    .profile .cstm_btn .fas {
        display: none;
    }

    .account_pages.register_page .image_box {
        padding-top: 140px;
    }

    .register_page .image_box p {
        top: 33px;
        font-size: 20px;
        line-height: 32px;
        max-width: 480px;
        margin: 0 auto;
    }

    .register_page .manager_img_box p {
        top: 45px;
    }

    .register_page .form_box {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    .form_box.manager_form {
        padding-top: 23px !important;
        padding-bottom: 25px !important;
    }

    .manager_form .join_trning {
        padding-top: 12px;
        gap: 0px;
    }

    .manager_form .text-center.pb-2 {
        padding-bottom: 3px !important;
    }

    .account_pages .rRequired_msg {
        margin: 0px 0 6px;
    }
}

@media (min-width:1200px) {
    .register_page .image_box p {
        top: 26px;
    }

    .register_page .manager_img_box p {
        top: 38px;
    }

    .account_pages .container {
        max-width: 95%;
    }

    .register_page .form_box {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        .register_page .form_box h2.mb-lg-3 {
            margin-bottom: 13px !important;
        }
}

@media (min-width:2200px) {
    .verification_sec {
        min-height: calc(100vh - 346px);
    }
}


@media (min-width:1299px) and (max-width:1399px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 990px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 760px;
    }
}

@media (max-width:1399px) {
    .message-container {
        padding: 8px 10px;
        font-size: 13.25px;
    }

    .news-container .card .t_card-title {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width:1299px) {
    .website_title {
        max-width: 810px;
        margin: -25px auto 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .message-container {
        font-size: 13px;
        line-height: normal;
        min-height: 35px;
    }

    .header {
        top: 47px;
    }
}

@media (max-width:1199px) {
    .info-card .fas {
        font-size: 48px;
        min-height: 48px;
    }

    .info-card {
        padding: 30px 15px;
    }

        .info-card p {
            font-size: 14px;
            line-height: 21px;
        }

    .heading {
        font-size: 32px;
        letter-spacing: 0.2px;
    }

    p, ul li, ol li {
        font-size: 15px;
        line-height: 22px;
    }

    .col_5 {
        width: 460px;
    }

    .col_7 {
        width: calc(100% - 460px);
    }

    .image_box {
        min-height: 530px;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 18px;
    }

    .header .navbar .navbar-brand {
        font-size: 26px;
    }

    .dot-decoration img {
        max-height: 36px;
    }

    .account_pages.d-flex {
        min-height: calc(100vh - 70px);
    }

    .orgUserInfo {
        margin: 0px -12px 8px;
        gap: 10px;
    }

    .news-container .card {
        padding: 10px 14px 16px;
    }

        .news-container .card .card_image {
            height: 255px;
            margin: 0 -4px 12px;
        }

    #news-list .owl-item {
        max-width: 375px;
    }
}

@media (max-width:991px) {
    .account_pages {
        padding: 30px 0;
    }

    .heading {
        font-size: 30px;
        letter-spacing: 0.1px;
        margin-bottom: 18px;
    }

    .our_vendors {
        padding: 32px 0 35px;
    }

    .about-section {
        padding: 45px 0px 0px;
    }

    .form_box h2 {
        font-size: 25px;
        margin-bottom: 4px;
    }

    .form_box p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .form-group {
        margin-bottom: 14px;
    }

    .sign_txt {
        margin-top: 12px;
        padding-top: 10px;
    }

    .join_trning {
        padding-top: 12px;
    }

        .join_trning a {
            padding: 8px 14px;
            border-radius: 5px;
        }

    .form_box {
        padding: 38px 20px;
    }

    .image_box {
        min-height: 470px;
    }

    .header .cstm_btn {
        height: 42px;
    }

    .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0;
    }

    .our_vendors .owl-item a {
        height: 88px;
        padding: 6px 15px;
    }

    .owl-dots {
        padding-top: 15px;
    }

    .info-card h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .info-card .fas {
        font-size: 45px;
        min-height: 45px;
        margin-bottom: 13px;
    }

    .service_sec {
        padding: 42px 0px;
        margin-top: 45px;
    }

    .features-section {
        padding: 40px 0;
    }

    .feature-description h4 {
        font-size: 22px;
        letter-spacing: 0.2px;
        margin-bottom: 13px;
    }

    .slide_img {
        margin-left: 4px;
    }

    p, ul li, ol li {
        font-size: 14px;
        line-height: 21px;
    }

    .features-section ul li:not(:last-child) {
        margin-bottom: 7px;
    }

    .carousel .carousel-indicators button {
        height: 12px !important;
        width: 12px !important;
    }

    .features-section .carousel {
        padding: 5px 0px 30px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-card {
        border-radius: 10px;
        padding: 16px 13px;
        border: 3px solid #fff;
    }

    .testimonial-section .owl-carousel {
        padding-top: 4px;
    }

    .testimonial-card p {
        font-size: 14px;
        line-height: 21px;
    }

    .testimonial-card .company {
        font-size: 13px;
        margin: 1px 0 0px;
        line-height: 20px;
    }

    .phone-number {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .col_5 {
        width: 360px;
    }

    .col_7 {
        width: calc(100% - 360px);
    }

    .contact-section .form_box {
        padding: 30px 20px;
    }

    .form_box h6 {
        font-size: 16px;
    }

    .footer ul.list-unstyled li {
        width: 100%;
    }

    .footer .footer-title {
        font-size: 22px;
    }

    .footer p {
        font-size: 13px;
        line-height: 20px;
    }

    .footer a {
        font-size: 13px;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer .copyright {
        margin-top: 35px;
        padding: 15px 10px;
    }

    .footer {
        padding: 35px 0 0;
    }

    #navbarSupportedContent {
        border-top: 1px solid #eee;
        margin-top: 12px;
        padding: 10px 0 5px;
    }

    .header .navbar .nav-item .nav-link {
        font-size: 15px;
        letter-spacing: 0.2px;
        padding: 5px 8px;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin: 0 0 5px;
    }

    .header .cstm_btn {
        margin-top: 8px;
    }

    .about_image {
        padding-bottom: 20px;
    }

    #loginBox #errorLogin {
        margin-top: -6px;
        top: -1px;
        padding-bottom: 5px;
    }

    .website_title {
        max-width: 810px;
        margin: -23px auto 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .orgUserInfo .font-bold {
        font-size: 16px;
    }

    .orgUserInfo .image {
        width: 162px;
        min-width: 162px;
    }

        .orgUserInfo .image img {
            max-height: 115px;
        }
}

@media (max-width:767px) {
    .image_box {
        min-height: auto;
        padding-top: 25px;
    }

    .account_pages .image_box {
        padding-top: 68px;
    }

    .info-card {
        margin-bottom: 18px;
        height: auto;
        padding: 28px 15px;
    }

    .service_sec {
        padding: 35px 0px 25px;
        margin-top: 40px;
    }

    #featuresCarousel .carousel-item .row {
        flex-flow: column-reverse;
    }

    .feature-description {
        padding-top: 22px;
        padding-bottom: 7px;
    }

    .features-section .carousel {
        padding: 10px 0px 28px;
    }

    .col_5, .col_7 {
        width: 100%;
    }

    .footer .row > div {
        padding-bottom: 28px;
    }

    .footer .copyright {
        margin-top: 10px;
        padding: 13px 10px;
        font-size: 12px;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
        padding: 6px 18px;
        line-height: 24px;
    }

    .phone-number .fas {
        margin-right: 3px;
    }

    .contact-section .form_box {
        padding: 27px 15px;
    }

    .footer ul.list-unstyled {
        margin: 0;
    }

    .footer h5 {
        margin-bottom: 12px;
    }

    .cstm_btn {
        height: 43px;
        min-width: 130px;
        font-size: 13px;
    }

    .form-control {
        height: 43px;
        letter-spacing: 0;
        padding: 7px 12px;
    }

    .login_icon .input-group-addon img {
        max-height: 21px;
    }

    .login_icon .input-group-addon {
        top: 11px;
        left: 10px;
    }

    .login_icon input, .login_icon select {
        padding-left: 38px;
    }

    .header .navbar {
        padding: 13px 2px !important;
    }

        .header .navbar .navbar-brand {
            font-size: 22px;
        }

    .header .cstm_btn {
        height: 40px;
        min-width: 120px;
    }

    .white_box {
        border-radius: 10px;
    }

    .password-container .form-control {
        padding-right: 31px !important;
    }

    .password-container .toggle-password {
        top: 15px;
        right: 13px;
        font-size: 13px;
    }

    .float_box .float_label {
        left: 12px;
        top: 12px;
        font-size: 13px;
        letter-spacing: 0;
    }

    .phone-number {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .footer ul.list-unstyled li:not(:last-child) {
        margin-bottom: 2px;
    }

    .contact_info p a {
        gap: 5px;
    }

    .float_box .form-control:focus ~ .float_label, .float_box input.form-control:not(:placeholder-shown) ~ .float_label, .float_box textarea.form-control:not(:placeholder-shown) ~ .float_label, .float_box select:not([value=""]):valid ~ .float_label, .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        top: -5px;
        font-size: 11px;
        left: 9px;
        line-height: 13px;
    }

    .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        left: 49px;
    }

    .tooltip_box .form-control {
        padding-right: 22px !important;
    }

    .tooltip_box .fa-info-circle {
        right: 8px;
        top: 16px;
        font-size: 12px;
    }

    .login_icon.float_box .float_label {
        left: 38px;
    }

    .login_icon.float_box input:focus ~ .float_label, .login_icon.float_box input:not(:placeholder-shown) ~ .float_label {
        left: 35px;
    }

    .password-container .form-control.is-invalid, .password-container .form-control.is-valid {
        padding-right: 48px !important;
        background-position: right calc(29px + .1875rem) center;
    }

    .mailCopy {
        margin-top: 0px;
    }

    .privacy_policy p {
        margin-bottom: 8px;
        line-height: 21px;
    }

    #loginBox #errorLogin {
        margin-top: -3px;
        top: -2px;
        padding-bottom: 3px;
    }

    .about-section p:not(:last-child) {
        margin-bottom: 10px;
    }

    .welcomeModal .modal-body {
        padding: 25px 18px 22px;
    }

    .welcomeModal h4 {
        font-size: 24px;
        padding-right: 12px;
        margin-bottom: 6px;
    }

    .welcomeModal .btn-close {
        right: 10px;
        top: 10px;
        background-size: 12px;
    }

    .welcomeModal .modal-content {
        border: none;
        border-radius: 15px;
    }

    .welcomeModal .welcome_img {
        max-height: 98px;
        margin-bottom: 13px;
    }

    .welcomeModal h5 {
        font-size: 16px;
        padding: 5px 0 0px;
    }

    .welcomeModal ul {
        padding-left: 18px;
        padding-bottom: 0px;
    }

        .welcomeModal ul li {
            margin-bottom: 4px;
            font-size: 14px;
            line-height: 20px;
        }

        .welcomeModal ul ::marker {
            font-size: 17px;
        }

    .welcomeModal .modal-dialog {
        max-width: 555px;
    }

    .form_box .orgUserInfo p {
        line-height: 18px;
        text-align: center;
    }

    .orgUserInfo .font-bold {
        font-size: 15px;
    }

    .orgUserInfo {
        margin: 0px -5px 7px;
        gap: 8px;
        flex-flow: column;
    }

    .message-container {
        font-size: 12px;
    }

        .message-container div {
            max-width: 550px;
            margin: 0 auto;
        }

    .verification_sec {
        padding: 25px 15px;
        min-height: auto;
    }
    .verification_sec .mmm_logo {
        margin-bottom: 20px;
    }
    .verification_sec .white_box {
        padding: 25px 16px;
        max-width: 430px;
    }
    .verification_sec h5 {
        font-size: 15px;
        line-height: 22px;
    }
    .news-container .card {
        max-width: 375px;
        margin: 0 auto;
    }
    .verification_sec .form_box h2 {
        font-size: 22px;
    }
    #redirect-timer-box {
        margin: -10px 0 14px;
    }
    .verification_sec .btn.cstm_btn.px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .verification_sec h2 svg {
        height: 24px;
        width: 24px;
    }
}

@media (max-width:575px) {
    p {
        margin-bottom: 12px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .account_pages {
        padding: 25px 0;
    }

    .form_box h2 {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .form_box p {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .for_got a {
        font-size: 13px;
    }

    .sign_txt {
        font-size: 13px;
    }

    .join_trning {
        padding-top: 10px;
        font-size: 13px;
    }

        .join_trning a, .join_trning button {
            font-size: 13px;
            padding: 6px 13px;
            border-radius: 4px;
        }

    .form_box {
        padding: 30px 15px;
    }

    .heading {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .our_vendors .owl-item a {
        height: 78px;
        padding: 6px 15px;
    }

    .owl-dots {
        padding-top: 13px;
    }

        .owl-dots button.owl-dot {
            width: 11px;
            height: 11px;
            margin: 0 3px;
        }

    .our_vendors {
        padding: 30px 0;
    }

    .about-section {
        padding: 35px 0px 0px;
    }

    .about-section {
        padding: 35px 0px 0px;
    }

    .about-section {
        padding: 35px 0px 0px;
    }

    .about-stats {
        gap: 12px;
        margin: 14px 0px;
    }

    .about-stat {
        padding: 10px;
        gap: 10px;
    }

        .about-stat span {
            height: 43px;
            width: 43px;
            font-size: 22px;
        }

        .about-stat h4 {
            font-size: 17px;
        }

        .about-stat p {
            margin: 0px 0 0;
            font-size: 13px;
            line-height: 17px;
        }

    p, ul li, ol li {
        text-align: left;
    }

    .service_sec {
        padding: 30px 0px 22px;
        margin-top: 35px;
    }

    .features-section {
        padding: 35px 0;
    }

    .feature-description h4 {
        font-size: 18px;
        letter-spacing: 0.1px;
        margin-bottom: 10px;
    }

    .features-section ul {
        padding-left: 20px;
    }

    .slide_img {
        margin: 0;
        border-radius: 8px;
    }

        .slide_img img {
            border-radius: 6px;
        }

    .testimonial-section {
        padding: 30px 0;
    }

    .contact-section {
        padding: 32px 0 38px;
    }

    .header .navbar .navbar-brand {
        font-size: 20px;
    }

    .account_pages .rRequired_msg {
        font-size: 11px;
        margin: -2px 0 8px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 15px;
        line-height: 24px;
    }

    .info-card .fas {
        font-size: 42px;
        min-height: 42px;
        margin-bottom: 14px;
    }

    .info-card h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .error_msg {
        font-size: 11px;
        line-height: 12px;
    }

    .form-control {
        font-size: 12px;
        padding: 7px 11px;
    }

    .float_box .float_label {
        font-size: 12px;
        left: 11px;
    }

    .float_box .form-control:focus ~ .float_label, .float_box input.form-control:not(:placeholder-shown) ~ .float_label, .float_box textarea.form-control:not(:placeholder-shown) ~ .float_label, .float_box select:not([value=""]):valid ~ .float_label, .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        font-size: 10.5px;
        left: 8px;
    }

    .float_box .intl-tel-input:has(input:focus) ~ .float_label, .float_box .intl-tel-input:has(input:not(:placeholder-shown)) ~ .float_label {
        left: 49px;
    }

    .modal .cstm_btn {
        padding: 7px 18px;
        min-width: 115px;
    }

    .tooltip .tooltip-inner {
        max-width: 290px;
        padding: 7px 10px 8px;
        font-size: 12px;
        line-height: 15px;
    }

    .remember_txt label input {
        height: 14px;
        width: 14px;
        min-width: 14px;
    }

    .remember_txt label {
        font-size: 13px;
        line-height: 14px;
    }

    .mailCopy span {
        font-size: 12.5px;
    }

    .modal-title {
        font-size: 17px;
    }

    .modal p {
        font-size: 14px;
        line-height: 20px;
    }

    .form-group em {
        font-size: 11px;
        line-height: 12px;
    }

    .website_title {
        margin: -20px auto 8px;
        font-size: 14px;
        line-height: 21px;
    }

        .website_title a {
            display: inline-block;
        }

    .message-container {
        padding: 6px 10px;
    }

    .header {
        top: 57px;
    }

    .news-container .card .t_card-title {
        font-size: 16px;
        line-height: 22px;
    }

    .news-container .card .card__date {
        font-size: 14px;
        margin-bottom: 13px;
        line-height: 20px;
    }

    .news_details {
        padding: 40px 0;
    }
}

@media (max-width:485px) {
    .image_box p {
        top: 9px;
        max-width: 340px;
        margin: 0 auto;
        line-height: 20px;
    }

    .account_pages .image_box {
        padding-top: 80px;
    }

    .navbar-toggler .navbar-toggler-icon {
        max-width: 28px;
        max-height: 28px;
    }
}

@media (max-width:425px) {
    .message-container {
        font-size: 11.5px;
    }

    .header {
        top: 68px;
    }

    .message-container div {
        max-width: 360px;
    }
}

@media (max-width:370px) {
    .heading {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .about-stats {
        gap: 6px;
        margin: 13px 0px;
    }

    .about-stat {
        padding: 8px;
        gap: 6px;
    }

        .about-stat h4 {
            font-size: 16px;
        }

        .about-stat span {
            height: 38px;
            width: 38px;
            font-size: 17px;
        }

        .about-stat p {
            margin: 0px;
            font-size: 11px;
            line-height: 16px;
        }

    .container {
        padding-left: 13px;
        padding-right: 13px;
    }

    .form_box {
        padding: 27px 13px;
    }

    .mailCopy {
        margin-top: 0px;
        flex-flow: column;
    }

        .mailCopy span {
            font-size: 12px;
        }

    .verification_sec {
        padding: 20px 15px;
    }

        .verification_sec .white_box {
            padding: 22px 15px 25px;
        }

    .image_box p {
        font-size: 13px;
        line-height: 18px;
    }

    .account_pages .image_box {
        padding-top: 74px;
    }
}
