/**************************** Header Main Styles Start Here ****************************/
label {
    margin-bottom: 0px;
}
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* .bg-image:not([class*=absolute]) {
    position: absolute;
} */
.header_center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.header_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
.header_left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}
.header_top {
    background: #F5F6F7;
}
.header_main_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 0px 8px;
    margin-left: auto;
    margin-right: auto;
    gap: 98px;
}
.mobile_header {
    display: none;
}
/**************************** Header Main Styles End Here ****************************/




/**************************** Header Changable Styles Starts Here ****************************/

.btn_header_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0px;
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.btn_header_link.active_class {
    color: #1BBC97;
}
.btn_currency_drop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0px;
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.currency_drop_container {
    position: relative;
}
.currency_drop {
    position: absolute;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Grayscale-White, #FFF);
    top: 85px;
    width: 100px;
}
.btn_currency {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.btn_currency.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0px;
    color: var(--Grayscale-600, #1BBC97);
    text-align: center;
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: 0px;
}
.poly_img {
    position: absolute;
    top: -20px;
}

/**************************** Header Changable Styles End Here ****************************/

.footer {
    padding-top: 122.5px;
    padding-bottom: 122.5px;
    background: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 60px 60px 0px 0px;
}
.footer_copyright {
    color: var(--Grayscale-White, #FFF);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer_title {
    color: var(--Grayscale-400, #F4F4F4);
    font-family: 'Manrope';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.footer_address {
    color: var(--Grayscale-White, #FFF);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
}
.footer_address {
    color: var(--Grayscale-White, #FFF);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 0px;
}
.footer_title {
    color: var(--Grayscale-400, #F4F4F4);
    font-family: 'Manrope';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.footer_left_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 240px;
}
.btn_footer_links {
    color: var(--Grayscale-White, #FFF);
    padding: 0px;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.footer_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer_left_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.footer_left_right_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}
.footer_left_right_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}
.footer_left_right_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}




@media only screen and (max-width: 700px) {
/**************************** Header Main Styles Start Here ****************************/
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
        padding: 0px 24px;
    }

    
    .header_top {
        border-bottom: 1px solid var(--Txt, #136576);
        background: var(--New-Grey, #F5F6F7);
        padding: 24px 0px 24px;
    }
    
    .header_mobo_main {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        position: relative;
    }
    .header_mobo_right {
        position: relative;
        height: 28px;
        width: 27px;
        left: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* justify-content: space-between; */
        gap: 16px;
    }
    .header_mobo_main_slide {
        overflow: auto;
        background: #FFFFFF;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 40px 24px;
        height: 590px;
        /* max-width: 173px; */
        position: absolute;
        right: 0px;
        width: 100%;
    }
    .header_main_mobo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 24px;
        padding: 0px;
    }
    .hamburger_menu {
        position: absolute;
        width: 26px;
        right: 0px;
        top: 0px;
    }
    .hamburger_menu_close {
        position: absolute;
        width: 26px;
        right: 0px;
        top: 0px;
    }

    /**************************** Header Main Styles End Here ****************************/

    .btn_header_link {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* Headings/04 */
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }
    .btn_currency_drop {
        justify-content: space-between;
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* Headings/04 */
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }
    .currency_drop {
        position: relative;
        display: flex;
        padding: 0px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
        border-radius: 0px;
        background: transparent;
        top: 0px;
        margin-top: 14px;
        width: 100%;
    }
    .btn_currency {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* P/Para Std */
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
    }
    .btn_currency.active {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;

        /* P/Para Std */
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
    }
    .footer_left_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
    }
    .footer_main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
    }
    .footer_left_right_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }
    .footer_left_right_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 32px;
    }
    .footer_title {
        color: var(--Grayscale-400, #F4F4F4);
        text-align: center;

        /* Headings/04 */
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .footer_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .footer_left_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 240px;
    }
    .footer_copyright {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .btn_footer_links {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .footer_divider {
        width: 100%;
        background: #FFF;
        height: 1px;
    }
    .footer_address {
        color: var(--Grayscale-White, #FFF);
        text-align: center;
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
    }

    .footer {
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 9.5px;
        padding-right: 9.5px;
        background: url(../img/footer_mobo_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        border-radius: 20px 20px 0px 0px;
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
}

@media only screen and (min-width: 780px) and (max-width:991px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 765px;
    }
    .header_main_container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 9px 0px 8px;
        margin-left: auto;
        margin-right: auto;
        gap: 18px;
    }
    .header_left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .header_right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .footer_left_right_main {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .footer_left_main {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .footer_title {
        color: var(--Grayscale-400, #F4F4F4);
        font-family: 'Manrope';
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1028px;
    }
}
@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1190px;
    }
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
    
}
/* @media only screen and (min-width: 1440px) and (max-width:1499px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1264px;
    }
}
*/

@media only screen and (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1256px;
    }
}
