/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

nav {
    /* position: sticky; */
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    /* overflow: hidden; */
}


.dropdown {
    position: relative;
    /* overflow: hidden; */
}

.dropdown-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    position: absolute;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #EBF0FF;
    border-radius: 8px;
    z-index: 1;
}

.container a,
.dropdown .dropbtn {
    white-space: nowrap;
}

.container a:hover,
.dropdown:hover .dropbtn {
    color: #288ECE;
}

.dropdown:hover .dropbtn img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.dropdown_flex {
    left: -340px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px
}

.navh_link_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}

.dropdown:hover .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.logo_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 40px;
    border-bottom: 1px solid rgba(40, 142, 206, 0.4);
}

.input_nav_div,
.input_email_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

input#mem_no {
    width: 120px;
}

select#mem_type {
    color: #BDC2D0;
    width: 140px;
    border: none;
    border-radius: 0px;
    border-right: 1.5px solid #288ECE;
    margin: 0;
}

.nav_input {
    background: #FFFFFF;
    padding: 12px 16px;
}


.nav_loginbtn {
    padding: 8px;
    background: #288ECE;
    border-radius: 28px;
}

#home_page .nav_loginbtn {
    padding: 6px 8px 4px;
}

.nav_input_mem,
input#mem_email {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1.5px solid #288ECE;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
}

/* input#mem_email {
    width: 200px;
} */

.link_icons {
    /* position: relative;
    z-index: 2; */
    /* z-index: 6; for active */
}

input#mem_email:focus {
    border: 2px solid;
    border-radius: 24px;
    outline: none;
    border-color: #48aae7;
    -webkit-box-shadow: 0 0 4px 0.2rem rgba(31, 76, 120, 0.2);
    box-shadow: 0 0 4px 0.2rem rgba(31, 76, 120, 0.2);
}


.mem_details:focus {
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

li:nth-child(2):has(:focus) {
    background: lightgreen;
}

.nav_input_mem:has(:focus) {
    border: 2px solid;
    border-radius: 24px;
    outline: none;
    border-color: #48aae7;
    -webkit-box-shadow: 0 0 4px 0.2rem rgba(31, 76, 120, 0.2);
    box-shadow: 0 0 4px 0.2rem rgba(31, 76, 120, 0.2);
}

.social_media_link {
    position: fixed;
    z-index: 2;
    top: 30%;
    width: 50px;
    height: 270px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 20px 20px 0px;
    gap: 24px;
}

.social_media_link::before {
    content: "";
    /* top: -8px; */
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 270px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 20px 20px 0px;
}


a.sm_icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    margin-left: 8px;
    background-color: #ffff;
    border-radius: 100px;
}

a.sm_icon::before {
    content: "";
    position: absolute;
    /* top: -12px;
    left: -10px; */
    z-index: -2;
    width: 57px;
    height: 48px;
    border-radius: 0px 50px 50px 0px;
    /* filter: blur(2px); */
}

a.facebook::before {
    background: #3B5998;
}

a.youtube::before {
    background: #FA0910;
}

a.twitter::before {
    background: #1DA1F2;
}

a.instagram::before {
    background: #E1306C;
}

a.linkedin::before {
    background: #0A66C2;
}

a.sm_icon img {
    vertical-align: middle;
}

/* #quick_link,
#phone_app {
    position: fixed;
    bottom: 19%;
    right: 0;
} */

#phone_app {
    bottom: 10%;
}

.float_icon {
    z-index: 4;
    position: fixed;
    bottom: 19%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 16px;
    margin-right: 16px;
    margin-top: 24px
}


.float_icon>img {
    width: 40px;
    height: 40px;
    display: block;
    padding: 8px;
    margin-right: 24px;
    background: #288ECE;
    border-radius: 100px;
    /* width: fit-content; */
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    cursor: pointer;
    overflow: visible;
}

a.action_link {
    width: -webkit-fill-available;
    padding: 16px 24px;
    background: #D4EFFF;
    border-radius: 8px;
}

.action_link_div {
    /* display: flex; */
    height: 60vh;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    background: #288ECE;
    border-radius: 16px;
    /* width: fit-content; */
}

.status_bdiv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.phone_div {
    padding: 24px;
    background: #288ECE;
    border-radius: 16px;
}

.download_app_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.phone_header_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 8px; */
    margin-bottom: 32px;
}

.phone_header_div h1,
.phone_header_div h1 * {
    text-align: center;
}

.phone_mockup {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding: 60px 16px 16px;*/
    padding: 16px;
    gap: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 25%);
    border-radius: 20px;
}

.mockup_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.app_btn span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.app_btn {
    /* width: fit-content; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 16px;
    gap: 8px;
    background: #288ECE;
    border-radius: 8px;
}

img.phone_icon {
    width: 150px;
}

.phone_line {
    width: 132px;
    height: 5px;
    background: #000000;
    border-radius: 100px;
}

.active_nav {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #288ECE;
}

.sm_icon .sm_text {
    display: none;
}

.sbtn_link,
.side_dd {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 16px;
    overflow: visible;
    white-space: nowrap;
    cursor: pointer;
}

.side_dd img {
    margin-left: 12px;
}

.side_dd_div * {
    color: #9098B1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}


.active_side_dd {
    background: rgba(36, 34, 32, 0.04);
    border: 1px solid #EBF0FF;
    border-radius: 12px;
    color: #223263;
}

.active_side_dd::before {
    content: "";
    position: absolute;
    width: 293px;
    height: 56px;
    left: calc(50% - 293px/2 - 9.5px);
    top: calc(50% - 56px/2);
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(126, 187, 226, 0.48) 0%, rgba(126, 187, 226, 0) 100%, rgba(126, 187, 226, 0) 100%);
    opacity: 0.6;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
}



.content_dd {
    border-left: 1px solid rgba(34, 50, 99, 0.2);
    margin-top: 16px;
    margin-left: 16px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.active_pra_div>.content_dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.active_side_dd img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.content_dd .sbtn_link {
    margin: 0px 12px;
    padding: 8px;
}

.content_dd>.side_dd_div {
    margin: 0px 4px;
}

.sbtn_link.active_side_dd::after {
    content: "";
    position: absolute;
    /* display: inline-block; */
    left: -15px;
    top: 1px;
    width: 4px;
    height: 36px;
    background: #288ECE;
    border-radius: 8px;
}

.haveChild>*:not(.active_pra_div) {
    display: none;
}

.haveChild {
    border: none;
    margin-top: 8px;
    margin-left: 8px;
}

.active_side_dd a {
    color: #223263;
}

.nav_profil_btn {
    cursor: pointer;
    padding: 4px 12px 6px;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30); */
    /* margin: 16px; */
}

.nav_profil_btn p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav_profil_btn img {
    width: 40px;
    border-radius: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}

.mob_close_btn {
    display: none;
}

/* .pop_up_login {
    display: none;
} */


/* @media screen and (max-width: 995px), 
       screen and (max-height: 700px) {
  
} */
@media screen and (max-height: 680px) {}


@media (max-width: 991px) {

    .ntb_icon_div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 24px;
        height: 24px;
        gap: 4px;
        overflow: hidden;
    }

    .download_app_btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .phone_mockup {
        width: auto;
    }

    nav {
        z-index: 7;
    }



    .logo_div {
        /* flex-direction: column; */
        /* border: none; */
    }



    .social_media_link {
        display: none;
    }

    .float_icon .icon_img {
        display: none;
    }

    .float_icon {
        /* z-index: 3; */
        z-index: 6;
        bottom: 0% !important;
        right: auto;
        left: 0%;
    }

    .social_media_link::before {
        content: none;
    }

    a.sm_icon img {
        margin-right: 8px;
        width: 32px;
    }

    .sm_icon .sm_text {
        display: block;
        font-size: 18px;
        font-weight: 600;
        vertical-align: middle;
    }

    a.sm_icon {
        position: relative;
        background-color: transparent;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        /* padding: 12px 0; */
        height: 55px;
    }

    a.sm_icon::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 56px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 16px;
    }

    a.sm_icon::before {
        border-radius: 0px;
        width: 96%;
        height: 50px;
    }


    .social_media_link,
    .action_link_div,
    .phone_div {
        /* height: 78vh; */
        height: calc(100vh - 130px);
        /*padding: 24px;*/
        padding: 80px 24px 24px;
        background-color: #ffffff;
        border: 1.5px solid #b2e1ff;
        border-bottom: none;
        border-left: none;
        border-radius: 0;
        overflow-x: scroll;
        margin: 0;
    }

    .social_media_link {
        width: 440px;
        z-index: 6;
        /* z-index: 4; */
        /* z-index: 3; */
        top: auto;
        left: 0%;
        bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 24px;
    }

    /* .logo_div {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0px 24px 14px;
        border: none;
    } */



    .container {
        display: none;
        position: absolute;
        width: 440px;
        height: calc(100vh - 133px);
        padding: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #ddf2ff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: scroll;
    }

    .container a,
    .dropdown .dropbtn {
        padding: 8px;
        border-bottom: solid 0.5px rgba(34, 50, 99, 0.3);
    }

    .dropdown .dropbtn img {
        margin-left: 8px;
    }

    .dropdown-content {
        position: static;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: none;
        background-color: transparent;
    }

    .input_email_btn {
        width: 260px;
    }

    .active_overlay nav {
        background-color: #ffffff;
    }

    .nav_textbtn_div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding: 8px 16px;
        gap: 8%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav_textbtn {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* flex-direction: column; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        padding: 6px;
        border-radius: 6px;
        /* background-color: #D4E8F5; */
    }

    .nav_textbtn::before {
        position: absolute;
        content: "";
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .toggle.nav_textbtn {
        background-color: #D4E8F5;
    }

    .toggleid1 .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .toggleid2 .social_media_link {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .toggleid3 .phone_div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .toggleid4 .action_link_div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    img.ntb_icon {
        width: 24px;
        -webkit-transform: scale(1) translateX(0px);
        -ms-transform: scale(1) translateX(0px);
        transform: scale(1) translateX(0px);
        -webkit-transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
        -o-transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
        transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
    }

    .ntb_close_icon {
        width: 26px;
        padding: 4px;
        border-radius: 100px;
        background-color: #2290CF;
        -webkit-transform: scale(0) translateX(0px);
        -ms-transform: scale(0) translateX(0px);
        transform: scale(0) translateX(0px);
        -webkit-transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
        -o-transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
        transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1);
        /* transition: all 400ms cubic-bezier(.47, 1.64, .41, .8); */
    }

    img.ntb_smicon {
        width: 20px;
    }

    /* .nav_link {
        position: fixed;
        padding-top: 12%;
        background-color: #ffffff;
        z-index: 2;
        top: 90px;
        left: 0%;
        height: 100vh;
        width: 0px;
        overflow: hidden;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 4%;
        transition: all .2s ease-in-out;
    }

    .nav_link {
        display: flex;
        width: 300px;
        box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
    } */

    .toggle .ntb_close_icon {
        -webkit-transform: scale(1) translateX(-28px);
        -ms-transform: scale(1) translateX(-28px);
        transform: scale(1) translateX(-28px);
    }

    .toggle .ntb_icon {
        -webkit-transform: scale(0) translateX(-28px);
        -ms-transform: scale(0) translateX(-28px);
        transform: scale(0) translateX(-28px);
    }

    .nav_profil_btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    nav .input_nav_div {
        display: none;
    }

    body .pop_up_login {
        /* display: none; */
        /* width: fit-content; */
        width: 90%;
        max-width: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        top: 120px;
        /* left: 50%; */
        right: 0%;
        -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
        transform: translate(50%, 0%);
        z-index: 8;
        /* padding: 24px; */
        /* padding: 64px 24px 24px; */
        padding: 52px 24px 24px;
        border-radius: 16px;
        -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        opacity: 0;
        /* transition: all 0.5s ease; */
    }

    .pop_up_login .nav_loginbtn {
        color: #ffffff;
        font-weight: 500;
        padding: 8px 24px;
    }

    .pop_up_login input#mem_no {
        /* width: auto; */
        width: calc(100% - 120px);
    }

    .pop_up_login,
    .pop_up_login .input_email_btn {
        gap: 22px;
    }

    .pop_up_login .input_email_btn {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pop_up_login .nav_input_mem,
    .pop_up_login input#mem_email {
        width: 100%;
    }

    .pop_up_login .nav_input_mem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }


    .active_login_pu nav {
        z-index: 4;
    }

    .active_login_pu .pop_up_login {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-animation: sideInPopup 0.4s ease-out forwards;
        animation: sideInPopup 0.4s ease-out forwards;
        /* display: none; */
    }

    @-webkit-keyframes sideInPopup {
        0% {
            opacity: 0;
            right: 0%;
        }

        100% {
            opacity: 1;
            right: 50%;
        }
    }

    @keyframes sideInPopup {
        0% {
            opacity: 0;
            right: 0%;
        }

        100% {
            opacity: 1;
            right: 50%;
        }
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .active_menudd .dropdown-content {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .dropdown:hover .dropbtn img {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .active_menudd .dropbtn img {
        -webkit-transform: scaleY(-1) !important;
        -ms-transform: scaleY(-1) !important;
        transform: scaleY(-1) !important;
    }

    .dropdown:hover .dropbtn {
        color: #223263;
    }

    .active_menudd .dropbtn {
        color: #288ECE !important;
    }

}

@media (max-width: 645px) {
    .logo_div {
        padding: 0px 16px;
    }


}


@media (max-width: 575px) {

    .logo_div>img {
        height: 60px !important;
    }

    .nav_profil_btn {
        padding: 2px 8px 4px;
        gap: 4px;
    }

    /* .nav_input {
        padding: 8px 12px;
    } */

    .nav_profil_btn img {
        width: 30px;
    }

    .nav_profil_btn p {
        font-size: 14px;
    }

    .footer * {
        font-size: 12px;
    }

    .social_media_link,
    .action_link_div,
    .phone_div,
    .container {
        width: 100vw;
    }

    .social_media_link,
    .action_link_div,
    .phone_div {
        padding-top: 60px;
        border-radius: 12px 12px 0px 0px;
        border: 0;
        height: auto;
    }

    body .action_link_div {
        height: 60vh;
        /* height: 80vh; */
    }

    /* :is(.social_media_link, .action_link_div, .phone_div)::after {
        content: "";
        position: absolute;
        top: 10px;
        left: calc(50% - 16px);
        width: 34px;
        height: 34px;
        background-image: url(../img/close_menu_line.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        background-color: #2290CF;
        border-radius: 60px;
    } */
    .mob_close_btn {
        display: block;
        position: absolute;
        top: 10px;
        left: calc(50% - 16px);
        width: 34px;
        height: 34px;
        background-image: url(../limg/close_menu_line.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        background-color: #2290CF;
        border-radius: 60px;
    }

    /* :is(.social_media_link, .action_link_div, .phone_div) .mob_close_btn { */
    body .action_link_div {
        padding-top: 16px;
    }

    .action_link_div .mob_close_btn {
        position: static;
        display: flex;
        background: #2290CF;
        border-radius: 60px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        background: #ffffff;
    }

    .action_link_div .mob_close_btn img {
        width: 34px;
        padding: 6px;
        border-radius: 60px;
        background: #2290CF;
        /* height: 34px; */
    }

    .phone_div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .phone_div .phone_mockup {
        height: 360px;
        padding: 16px;
    }

    .download_app_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav_textbtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .nav_textbtn .p_smb {
        font-weight: 600;
        font-size: 12px;
    }

    .input_nav_div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    :is(.toggleid2, .toggleid3, .toggleid4) nav {
        z-index: 4;
        /* z-index: 0; */
    }

    :is(.toggleid2, .toggleid3, .toggleid4) .toggle {
        background-color: transparent;
    }

    :is(.toggleid2, .toggleid3, .toggleid4) .ntb_close_icon {
        -webkit-transform: scale(0) translateX(0) !important;
        -ms-transform: scale(0) translateX(0) !important;
        transform: scale(0) translateX(0) !important;
    }

    :is(.toggleid2, .toggleid3, .toggleid4) .ntb_icon {
        -webkit-transform: scale(1) translateX(0px) !important;
        -ms-transform: scale(1) translateX(0px) !important;
        transform: scale(1) translateX(0px) !important;
    }

    a.sm_icon img {
        width: 20px;
    }

    .sm_icon .sm_text {
        font-size: 16px;
    }

    a.sm_icon,
    a.sm_icon::after {
        border-radius: 4px;
        height: 34px;
    }

    a.sm_icon::before {
        border-radius: 4px;
        height: 30px;
    }

    .container {
        height: calc(100vh - 138px);
    }
}

@media (max-width: 400px) {
    img.phone_icon {
        width: 120px;
    }

    .phone_div .phone_mockup {
        height: 330px;
    }

    .phone_header_div .display_h1 {
        font-weight: 300;
        font-size: 28px;
        line-height: 34px;
        margin: 0;
    }

    .phone_header_div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 8px;
    }
}

body .pop_up_login .mob_close_btn {
    display: none;
}


.active_login_pu .pop_up_login .mob_close_btn {
    display: block;
    position: absolute;
    top: 12px;
    left: 16px;
    /* width: 34px;
    height: 34px; */
    width: 28px;
    height: 28px;
    background-image: url(../limg/close_menu_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    /* background-size: 20px; */
    background-color: #2290CF;
    border-radius: 60px;
}