.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.dropdownmenu {
    position: absolute;
    left: 0;
    display: none;
    top: 100%;
    transform: translate(-50%, 0%);
    z-index: 12;
    padding-top: 12px;
}

.has_threecol .dropdownmenu {
    width: 846px;
}

.header .navbar ul li.menu-item-has-children.has_fullwidth_loc {
    position: initial;
}

.has_fullwidth_loc .dropdownmenu {
    width: 100%;
    transform: none;
    padding-top: 48px;
    top: 0;
}

.has_fullwidth_loc .dropdownmenu .dropdowncontent {
    flex-wrap: wrap;
    max-height: 265px;
    overflow-y: auto;
}

.has_fullwidth_loc .dropdownmenu ul {
    width: 14.28%;
}

.has_fullwidth_loc .dropdownmenu .dropdowncontent::-webkit-scrollbar {
    width: 0px;
}

.has_fullwidth_loc .dropdownmenu .dropdowncontent::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.has_fullwidth_loc .dropdownmenu .dropdowncontent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.has_fullwidth_loc .dropdownmenu ul li a {
    position: relative;
}

.has_fullwidth_loc .dropdownmenu ul li a {
    padding-left: 22px;
}

.has_fullwidth_loc .dropdownmenu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: url(./../images/loc_icon.svg)no-repeat center;
    width: 13px; 
    height: 17px;
    background-size: contain; 
}

.dropdowncontent {
    display: flex;
    padding: 32px 42px; 
    background: #ffffff;
    box-shadow: 0px 4px 30px rgb(0, 0, 0, 0.3);
    border-radius: 15px;
    height: 250px;
    overflow-y: scroll;
}

.dropdownmenu ul { 
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: 20px !important;
    border-right: 1px solid #e2e8f0;
}

.scroll-y-none {
    overflow-y: auto !important;
    width: 160px;
    padding: 15px 0px;
    height: auto;
}

.dropdownmenu ul:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.header .navbar ul .dropdownmenu ul li {
    margin-bottom: 20px;
    margin-right: 0;
    display:block;
    text-align:left !important;
    padding:0px;
}

.header .navbar ul .dropdownmenu ul li:last-child {
    margin-bottom: 0;
}

.header .navbar ul .dropdownmenu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    font-family: "HelveticaNeue", sans-serif;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dropdownmenu_card {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px 15px;
}

.dropdownmenu_card ul li {
    padding: 5px 0;
}

.dropdownmenu.active {
    display: block;
}

.mobile-overlay {
    display: none;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.mobile-overlay.active {
    display: block;
    opacity: 0.9;
}

.header {
    padding-top: 22px;
    padding-bottom: 14px;
    transition: position 0.5s ease-in;
    position: relative;
}

.header .logoheader a {
    display: inline-block;
}

.header .maxinner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%; 
    justify-content: space-between;
}

.header .navbar ul li a {
    line-height: 24px;
    z-index: 13;
    color: #252525;
    font-size: 15px;
    font-weight: 500;
    transition: .2s;
}

.header .navbar ul li a:hover {
    color:#039;
}

.header .navbar > ul li:last-child {
    margin-right: 0;
}

.header .navbar ul li.menu-item-has-children {
    padding-right: 16px;
    position: relative;
    background: url(../images/down_arrow.svg) right 0px top 10px no-repeat;
    background-size: 12px;
}

.header .navbar ul li.menu-item-has-children:nth-child(2) .dropdownmenu {
    transform: translate(-40%, 0%);
}

.header .navbar ul li.menu-item-has-children:hover {
    background: url(../images/down_arrow_red.svg) right 0px top 10px no-repeat;
}

.header .navbar ul li.menu-item-has-children:hover .dropdownmenu {
    display: block;
}

.header .navbar ul .dropdownmenu ul {
    display: block;
}

.header .navbar ul .dropdownmenu ul li {
    display: block;
}

.header .navbar ul .dropdownmenu ul li a {
    color: #000 !important;
}

.header .navbar ul .menu-item-has-children.has_threecol .dropdownmenu ul {
    width: calc(33.33% - 20px);
}

.right_hrad_btn .btn_outline {
    display: inline-block;
    text-align: center;
    border: 2px solid #d22f2f;
    padding: 15.62px 27.08px;
    border-radius: 68px;
    background: #fbf9f5;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins-Bold", sans-serif;
    line-height: 19.54px;
    white-space: nowrap;
}

.inner_page .right_hrad_btn .btn_outline {
    background: #fff;
}

.right_hrad_btn .btn_outline:hover {
    background-color: #d22f2f;
    color: #fff;
}

.navbarmenu {
    display: none;
}

.dropdownmenu {
    z-index: 1024;
}

@media (min-width: 1200px) {
    .dropmenu:hover .dropdownmenu {
        display: block;
    }
}

@media (max-width: 1200px) {
    .navbarmenu {
        display: block; 
    }
    .right_hrad_btn {
        display: none;
    }
    .header {
        padding-top: 16px;
        padding-bottom: 14.57px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .logoheader {
        width: 70%;
        text-align: left;
    }
    .header .logoheader img {
        width: 209px;
        height: 42px;
    }
    .header .navbar {
        order: 1;
        height: 100vh;
        position: fixed;
        left: 0px;
        z-index: 999;
        top: 0;
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 335px;
        background-color: #fff;
        overflow-y: scroll;
        display: block !important;
        padding: 0px !important;
    }
    .header .navbar ul {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        z-index: 999;
        height: auto;
        padding-bottom: 100px;
        padding-top: 10px;
    }
    .header .navbar ul li.menu-item-has-children {
        background: none;
        position: relative;
        padding-right: 0;
    }
    .header .navbar ul li.menu-item-has-children:hover {
        background: none;
    }
    .header .navbar ul li.menu-item-has-children a {
        position: relative;
    }
    .header .navbar ul li.menu-item-has-children>a .arrow {
        display: inline-block;
        width: 50px;
        height: 100%;
        background: url(./../images/down_arrow.svg) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
    }
    .header .navbar ul li.menu-item-has-children>a .arrow.active {
        background: url(./../images/down_arrow_red.svg) no-repeat center;
    }
    .header .navbar ul li.menu-item-has-children:hover .dropdownmenu {
        display: none;
    }
    .header .navbar ul li.menu-item-has-children .sub-menu {
        width: 100%;
        position: relative;
        top: auto;
    }
    .dropdownmenu {
        position: relative;
        transform: none;
        top: auto;
        padding: 0;
        width: 100% !important;
    }
    .dropdowncontent {
        display: block;
        padding: 0;
        width: 100%;
        border-radius: unset;
        background: transparent;
        box-shadow: none;
    }
    .header .navbar ul .dropdownmenu ul {
        display: block;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }
    .header .navbar ul .dropdownmenu ul li {
        display: block;
        margin: 0;
    }
    .header .navbar ul .menu-item-has-children.has_threecol .dropdownmenu ul {
        width: 100%;
    }
    .header .navbar ul .menu-item-has-children.has_fullwidth_loc .dropdownmenu {
        width: 100% !important; 
        transform: none;
        padding-top: 0;
        top: auto;
    }
    .header .navbar ul .menu-item-has-children.has_fullwidth_loc .dropdownmenu ul li a {
        padding-left: 35px;
    }
    .header .navbar ul li.menu-item-has-children:nth-child(2) .dropdownmenu {
        transform: none;
    }
    .has_fullwidth_loc .dropdownmenu ul li a::before {
        left: 15px;
        top: 11px;
    }
    .header .navbar.active {
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    .header .navbar ul li {
        margin-right: 0;
        border-bottom: 1px solid #ddd;
        text-align: left !important;
        padding-left: 0px !important;
    }
    .header .navbar > ul li:last-child {
        border-bottom: none;
    }
    .header .navbar ul li a {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .header .navbar ul .dropdownmenu ul li {
        border-bottom: none;
    }
    .header .navbar ul .dropdownmenu ul li a {
        padding: 11px 15px;
        font-size: 14px;
    }
    .directbtn {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .directbtn a span {
        width: 32px;
        height: 32px;
        margin-right: 5px; 
    }
    .directbtn a {
        padding: 4.16px 17.45px 4.16px 4.85px;
    }
    .directbtn a .content h4 {
        font-size: 10px;
        line-height: 11.77px;
    }
    .directbtn a .content p {
        font-size: 14px;
        line-height: 17.41px;
    }
    .directbtn {
        bottom: initial;
        right: 16px;
        transform: translateY(-50%);
        top: 50%;
    }
    .close {
        width: 25px;
        height: 25px;
        color: red;
        position: absolute;
        top: 10px;
        right: 5px;
        display: block;
        z-index: 1024;
    }
    .open-nav::before {
        content: "";
        background: url(../img/home/close2.svg) no-repeat center center / 100%;
        top: 0;
        right: 0;
        width: 46px;
        height: 36px;
        position: absolute;
    }
    .open-nav::before {
        width: 35px;
        height: 23px;
        right: -7px;
    }
}

@media screen and (max-width: 380px) {
    .topbar .leftcontent ul li {
        margin-left: 7px;
    }
    .topbar .navbar li a {
        font-size: 11px;
    }
    .banner .container {
        padding: 0 15px;
    }
    .banner .main_content .upload_plan .content h4 {
        font-size: 10.11px;
    }
}