@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");

* {
    --acsl-FF: "Poppins", sans-serif;
    --acsl-brand: #662d91;
    --acsl-body: #e8f1ff;
    --acsl-box: #127cab;
    --acsl-link: #014e86;
    --acsl-complied: #74b749;
    --acsl-light-green: #dbffde;
    --acsl-total: #086a93;
    --acsl-notcomplied: #cf4a4a;
    --acsl-pending: #ffb400;
    --acsl-yellow: #fdc02d;
    --acsl-light-yellow: #fff7db;
    --acsl-darkgray1: #545454;
    --acsl-lightgray: #ebebeb;
    --acsl-lightblack1: #090909;
    --acsl-lightblack2: #292929;
    --acsl-light-pink: #ffdbfa;
    --acsl-prussianblue: #0f3849;
    --acsl-tablehead: #e0ebef;
    --acsl-lightblue: #dbedff;
    --acsl-newspaperheading: #413829;
    --acsl-newspapertext: #54401e;
    --acsl-lightbg: #f4f4f5;
    --acsl-lightborder1: #dbe8f1;
    --acsl-lightborder2: #e7eef3;
    --acsl-inputborder: #cddbe6;
    --acsl-white: #fff;
    --acsl-black: #090909;
    --acsl-transparent: transparent;
    --sidebar-color: #f5f9ff;

    --acsl-regularFW: 400;
    --acsl-mediumFW: 500;
    --acsl-semiboldFW: 600;
    --acsl-boldFW: 700;

    --trans-02: all 0.2s ease;
    --trans-04: all 0.5s ease;

    font-family: var(--acsl-FF);
    font-weight: var(--acsl-RegularFW);
    line-height: 1.4;
    text-decoration: none;
}

main {
    margin-bottom: -10px;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 1rem;
    background-color: var(--acsl-white);
    margin: 0px;
    height: 100vh;
}

b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--acsl-FF);
    font-weight: var(--acsl-RegularFW);
    margin: 0;
}

p {
    font-family: var(--acsl-FF);
    font-weight: var(--acsl-RegularFW);
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.7;
}

ul,
li,
a,
span {
    font-family: var(--acsl-FF);
    font-weight: var(--acsl-RegularFW);
}

img {
    max-inline-size: 100%;
    display: block;
    margin-bottom: 10px;
}

.font-small {
    font-size: 13px;
    line-height: 1.7em;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.text-light {
    color: var(--acsl-white);
}

.text-dark {
    color: var(--acsl-black);
}

.bg-black {
    background-color: #7d0691;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.hidden {
    display: none;
}

.acsl-container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.default-container {
    padding: 0px 20px 0 40px;
}

.acsl-row {
    display: flex;
    gap: 1em;
}

.align-center {
    text-align: center;
}

.align-middle {
    display: flex;
    align-items: center;
}

.acsl-heading_2 {
    font-size: 32px;
    line-height: 38px;
}

.acsl_heading_3 {
    font-size: 20px;
    line-height: 30px;
}

.acsl-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.acsl-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.acsl-row-4 {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.acsl-col {
    border: 0px solid rgba(0, 0, 0, 0.8);
    flex: 0 0 calc(25% - 15px);
}

.acsl-col-8 {
    width: 66%;
    float: left;
}

.acsl-col-4 {
    width: 33%;
}

.acsl-col-6 {
    width: 50%;
    float: left;
}

.cta-box-style-1 {
    background-color: var(--acsl-white);
    padding: 15px;
    display: flex;
    flex-direction: column;
    padding-inline: 0.625rem;
    border-radius: 15px;
    align-items: flex-start;
    position: relative;
    margin-block-end: 1.875rem;
    border: 1px solid #c8c1cc;
    background-image: url("images/box-bg.svg");
    background-repeat: no-repeat;
    background-position: 96% 96%;
}

.cta-box-style-1 p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.simple-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--acsl-dark);
}

.simple-link:hover {
    color: var(--acsl-brand);
}

.btn-primary {
    background-color: var(--acsl-yellow);
    border: 2px solid var(--acsl-yellow);
    padding: 6px 15px 7px;
    display: inline-block;
    color: var(--acsl-black);
    font-weight: 500;
    border-radius: 50px;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: var(--acsl-transparent);
    border-color: var(--acsl-white);
    color: var(--acsl-white);
    transition: 0.2s ease-in-out;
}

.cta-box-style-1 img {
    width: 48px;
    z-index: 1;
    margin-bottom: 5px;
}

.cta-calculator-box {
    padding: 15px 15px 40px;
    border-radius: 15px;
    padding-right: 40%;
}

.box-yellow {
    background: var(--acsl-light-yellow);
    background-image: url(images/provident.svg);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: auto;
}

.box-blue {
    background: var(--acsl-lightblue);
    background-image: url(images/gravity.svg);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: auto;
}

.box-green {
    background: var(--acsl-light-green);
    background-image: url(images/professional.svg);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: auto;
}

.box-pink {
    background: var(--acsl-light-pink);
    background-image: url(images/income.svg);
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: auto;
}

.cta-calculator-box p {
    font-size: 12px;
}

.btn-secondary {
    border: 1px solid var(--acsl-black);
    border-radius: 100px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    color: var(--acsl-black);
}

.btn-secondary:hover {
    background: var(--acsl-black);
    color: var(--acsl-white);
    transition: 0.2s ease-in-out;
}

.trending-carousel .owl-item {
    padding-bottom: 10px;
}

.news-box {
    background-color: var(--acsl-lightbg);
    padding: 15px 15px 20px;
    border-radius: 20px;
    border: 1px solid #dddddd;
    height: 105px;
}

.news-box:hover {
    box-shadow: 2px 4px 8px 0 #00000040;
    background-color: #fff;
}

.news-box p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-box h3 {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
}

.news-box a {
    color: #292929;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.news-box a i {
    font-size: 13px;
    margin-left: 5px;
}

.news-box .date {
    font-size: 14px;
    color: #454545;
}

.news-box .date i {
    margin-right: 5px;
}

.news-box .latest-tag {
    position: absolute;
    right: 15px;
    background-color: var(--acsl-white);
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    color: #F8BC27;
}

.news-box .latest-tag i {
    margin-left: 3px;
}

.latest-star {
    width: 16px !important;
    display: inline-flex !important;
    margin-bottom: -2px !important;
    filter: brightness(0) saturate(100%) invert(65%) sepia(80%) saturate(424%) hue-rotate(10deg) brightness(100%) contrast(93%);
}

.news-box a:hover {
    color: var(--acsl-brand);
    transition: 0.2s ease-in-out;
}

button.owl-prev,
button.owl-next {
    background-color: #292929 !important;
    width: 55px;
    height: 55px;
    border-radius: 5px;
}

button.owl-prev:hover,
button.owl-next:hover {
    background-color: var(--acsl-brand) !important;
    transition: 0.3s ease-in-out;
}

button.owl-prev {
    position: absolute;
    top: 28%;
    left: -60px;
}

button.owl-next {
    position: absolute;
    top: 28%;
    right: -60px;
}

button.owl-prev i,
button.owl-next i {
    color: var(--acsl-white);
    font-size: 20px;
    border: 2px solid;
    border-radius: 50px;
    width: 26px;
    height: 26px;
    padding: 3px;
    line-height: 28px;
}

.promotion-slider .owl-item img {
    border-radius: 10px;
}

.bg-blue {
    background-color: var(--acsl-box);
}

.bg-light-blue {
    background-color: #f6f9fe;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.footer-links a {
    color: #fff;
    margin: 0 8px;
    font-size: 13px;
}

.acsl-copyright-text {
    margin-bottom: 0px;
    font-size: 13px;
}

.acsl-social-icons {
    margin-left: 40px;
}

.acsl-social-icons i {
    font-size: 22px;
    color: var(--acsl-white);
    margin: 0 7px;
}

.acsl-social-icons i:hover {
    color: var(--acsl-box);
}

/* header */
.acsl-header {
    /* position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%; */
}

.acsl-top-header {
    background-color: #662d91;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

.marquee-text {
    white-space: nowrap;
    padding-right: 100vw;
    /* space between repeats */
    font-size: 14px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
}

.acsl-top-header a {
    color: #fec02c;
    text-decoration: underline;
}

.acsl-top-header strong {
    font-weight: 700;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.acsl-top-header.sticky {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    background-color: #662d91;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.acsl-top-header.sticky p {
    margin: 0px;
    padding: 5px 20px;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 600px) {
    p {
        font-size: 12px !important;
    }
}

.acsl-header .acsl-mega-menu>ul>li {
    display: inline-block;
    margin-left: 15px;
    color: var(--acsl-black);
}

.acsl-header .acsl-mega-menu>ul>li>a {
    font-size: 13px;
    transition: color 0.3s ease;
    font-weight: 500;
    color: var(--acsl-black);
    padding: 22px 5px;
}

.acsl-logo {
    padding: 0px 0px;
}

.acsl-header .item-left {
    flex: 0 0 17%;
}

.acsl-header .acsl-logo img {
    height: 50px;
    margin-bottom: 0px;
}

.acsl-header .item-right {
    flex: 0 0 80%;
    display: flex;
    justify-content: flex-end;
}

.acsl-header .menu-main li:hover .menu-item {
    border-bottom: 5px solid #292929;
    transition: all 0.3s ease;
}

.acsl-header .acsl-mega-menu>ul>li>a:active {
    color: #653090;
}

.menu-main li a:hover {
    color: #653090 !important;
}

.menu-main .btn-brand:hover {
    color: #ffffff !important;
    background-color: #000;
    border-color: #000;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    padding: 100px 20px 50px;
    box-shadow: 0px 45vh 100px 35vh #00000059;
    pointer-events: none;
}

.acsl-header .acsl-mega-menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 25px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.mega-menu-title a {
    color: var(--acsl-black);
}

.mega-menu-title a:hover {
    color: var(--acsl-brand);
}

.acsl-header .mega-menu .list-item li a {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    color: var(--acsl-black);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-top: -5px;
    white-space: normal;
    line-height: 18px;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu>ul>li>a:hover {
    color: var(--acsl-brand);
}

.acsl-header ul {
    padding-left: 0px;
    margin: 0px;
}

.acsl-header ul li {
    list-style: none;
}

.acsl-header .acsl-mega-menu>ul>li .single-column-menu {
    min-width: 240px;
    max-width: 350px;
}

.menu-btn {
    margin-left: 10px !important;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 15px 0;
    display: block;
    font-size: 14px;
    transition: color 0.3s ease;
    color: var(--acsl-black);
    font-weight: 500;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
    color: var(--acsl-brand);
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4 {
    width: 100%;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 23%;
    padding: 0 10px;
}

.acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 15px;
    color: #ea4636;
    padding: 10px 0;
}

.btn-brand {
    background-color: var(--acsl-brand);
    border: 2px solid var(--acsl-brand);
    padding: 7px 17px 7px !important;
    display: inline-block;
    color: #fff !important;
    border-radius: 50px;
    cursor: pointer;
}

.btn-brand:hover {
    background-color: var(--acsl-black);
    border-color: var(--acsl-brand);
    color: var(--acsl-brand) !important;
    transition: 0.2s ease-in-out;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/* Tabs */
.tab {
    width: 20%;
}

.tab button {
    color: var(--acsl-black);
    padding: 25px 20px;
    width: 100%;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #fff;
}

.tab button span {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.tab button img {
    width: 58px;
    margin: 0 auto;
}

.tab button:hover {
    background-color: #efefef;
}

.tab button.active {
    background-color: #fff;
    color: var(--acsl-brand);
}

.tabcontent {
    width: 80%;
    padding-left: 20px;
    padding-top: 60px;
}

.menu-item-login {
    font-size: 13px;
    transition: color 0.3s ease;
    font-weight: 500;
    color: var(--acsl-black);
    padding: 15px 20px;
    display: block;
    border-bottom: 0px solid #00000014;
}

.apps-login-item {
    cursor: pointer;
}

/*Login page styles starts*/
.fullheight {
    height: 100vh;
    display: flex;
    align-items: center;
}

.bg-blue-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(226, 235, 255, 1) 100%);
}

.acsl-login-title {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.login-box {
    box-shadow: 0 0 15px 0px #e2ebff;
    border-radius: 10px;
    background: url(images/login-bg-svg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: 1000px;
    width: 1000px;
    padding: 30px 30px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.login-form input,
.login-form select {
    width: calc(100% - 50px);
    padding: 10px 40px 10px 10px;
    font-size: 13px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0px #c6c6c675;
    background-color: var(--acsl-white) !important;
    outline: none;
}

a.logo-link-width {
    outline: none;
}

.login-form button:focus-visible,
.login-form a:focus-visible {
    text-decoration: underline;
    outline: none;
    transition: outline 0.3s ease-in-out;
}

.main-content img {
    outline: none;
}

.login-form select {
    width: calc(100%);
}

.login-form input::placeholder,
.login-form select::placeholder {
    color: #c6c6c6;
    font-size: 12px;
}

.login-form .icon {
    position: absolute;
    top: 12px;
    right: 10px;
    /* transform: translateY(-80%); */
    cursor: pointer;
    font-size: 14px;
    color: #54687d;
}

.login-form .icon:hover {
    color: #333;
}

.forgot-pw {
    /* color: #090909 !important; */
    /* font-size: 10px !important; */
    margin-top: -10px !important;
    display: block;
    width: fit-content;

    color: #20a2dc !important;
    font-size: 13px !important;
    text-decoration: underline;
    font-weight: 600;
    padding: 3px;
    text-decoration: underline;
}

.submit-button {
    display: block;
    margin-left: auto;
    padding: 8px 15px;
    background-color: #365c96;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.submit-button:hover {
    background-color: var(--acsl-brand) !important;
    transition: 0.3s ease;
}

.login-form a {
    color: #20a2dc;
}

.login-form p,
.login-form a {
    font-size: 12px;
}

.login-form .register {
    margin-bottom: -20px;
    display: block;
    width: fit-content;
    text-decoration: underline;
}

.policy-links {
    margin-top: 10px;
}

.register {
    display: block;
}

.register .row {
    display: flex;
    width: 100%;
    column-gap: 10px;
}

.register .col-50 {
    margin: 0px 0px 15px;
    flex: 1;
}

.register .policy-links {
    margin-top: 0px;
}

.register .select2 span {
    font-size: 12px;
}

.register span.select2-selection {
    padding: 5px 0px 0px 0px;
    min-height: 40px;
    border: 1px solid #c6c6c6;
    box-shadow: 2px 2px 6px 0px #c6c6c675;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container .select2-selection__arrow {
    height: 38px !important;
    top: 1px;
}

/* Responsive Styles */
@media (max-width: 600px) {
    .d-none-mobile {
        display: none;
    }

    .pr-40 {
        padding-right: 0px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .breadcrumb-search {
        padding: 0 15px;
    }

    .login-box {
        background: unset;
        margin: 0 10px;
        background-color: #fff;
        display: block;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px 0px 20px 20px;
    }

    #registerform,
    #subForm {
        width: calc(100% - 20px);
    }

    .login-form .register {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .register .row {
        display: block;
    }
}

/*Login page styles ends*/

/* large screen Styles */
@media (min-width: 991px) {
    #disclamier-popup {
        width: 80% !important;
    }

    .acsl-col-2 {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #c4c4c4;
        padding: 0 10px;
    }

    .acsl-col-2 .list-item {
        width: 50% !important;
    }

    .mega-menu .acsl-col-2:last-child {
        border: none;
    }

    .mega-menu .list-item li {
        display: flex;
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 10px 0;
        margin: 20px 10px;
        align-items: center;
    }

    .mega-menu .list-item {
        width: 25%;
    }

    .mega-menu .list-item li img {
        width: 44px;
        margin-right: 0px;
    }

    .acsl-container.mega-menu-container {
        display: flex;
        padding: 0px !important;
        max-width: 1160px;
    }

    .mega-menu .list-item li:hover {
        box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25098039215686274);
        transition: 0.3s ease;
    }

    .mega-menu .list-item li:hover a {
        color: #662d91 !important;
    }

    .mega-menu-title {
        position: absolute;
        top: 60px;
        font-size: 20px;
        font-weight: 500;
        padding-left: 10px;
    }

    /* Tabs */
    .tabcontent .mega-menu-title {
        font-size: 16px;
    }

    .tab-menu {
        padding: 40px 20px 40px !important;
    }

    .tabcontent .acsl-col-2 .list-item {
        width: 33% !important;
    }

    .tabcontent .acsl-col-2:last-child .list-item {
        width: 50% !important;
    }

    .acsl-col-2 {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        border-right: 1px solid #c4c4c4;
        padding: 0 10px;
    }

    .tabcontent .acsl-col-2.col3 {
        width: 65%;
    }

    .tabcontent .col2 .list-item {
        width: 50% !important;
    }

    .tabcontent .col1:last-child .list-item {
        width: 100% !important;
    }

    .tabcontent .list-item li {
        text-align: center;
        display: block !important;
    }

    .tabcontent .list-item li a {
        font-weight: 400 !important;
    }

    .tabcontent .list-item a {
        font-size: 13px !important;
    }
}

/*responsive*/
@media (max-width: 991px) {
    .trendingnews {
        margin-top: 10px;
    }

    #disclamier-popup {
        transform: translate(-50%, -5%) !important;
        width: 80% !important;
    }

    .mega-menu .acsl-col-2:not(:first-child) {
        margin-top: 30px;
    }

    .mega-menu .list-item li img {
        display: none;
    }

    .acsl-header .acsl-mega-menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0px;
    }

    .acsl-container.mega-menu-container {
        padding: 0px;
    }

    .mega-menu-title {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .acsl-header .mega-menu .list-item li a {
        font-size: 13px;
        padding: 10px 0px;
    }

    .acsl-header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .acsl-header .item-left,
    .acsl-header .item-right {
        flex: 0 0 auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .acsl-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .acsl-header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }

    .acsl-header .mobile-menu-trigger span:before,
    .acsl-header .mobile-menu-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .acsl-header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .acsl-header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .acsl-header .item-right {
        align-items: center;
    }

    .acsl-header .acsl-mega-menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .acsl-header .acsl-mega-menu.active {
        transform: translate(0%);
    }

    .acsl-header .acsl-mega-menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .menu-btn {
        margin-left: 0px !important;
    }

    .country-dropdown {
        margin-left: 10px !important;
    }

    .acsl-header .acsl-mega-menu>ul>li>a {
        padding: 15px 20px;
        display: block;
        border-bottom: 1px solid #00000014;
    }

    .acsl-header .menu-main li:hover .menu-item {
        border-bottom: 1px solid #00000014;
    }

    .menu-item-has-children i {
        transform: rotate(-90deg);
        margin-left: 10px;
        line-height: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
    }

    .acsl-header .acsl-mega-menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        background-color: #ffffff;
        top: 0;
    }

    .acsl-header .acsl-mega-menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .acsl-header .acsl-mega-menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .acsl-header .acsl-mega-menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .acsl-header .acsl-mega-menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .acsl-header .acsl-mega-menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 0px;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu,
    .acsl-header .acsl-mega-menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: scroll;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .acsl-header .acsl-mega-menu>ul>li .sub-menu>ul>li>a,
    .acsl-header .acsl-mega-menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    /* Tabs */
    .tab {
        width: 90%;
        display: flex;
        margin-bottom: 20px;
    }

    .tab button img {
        display: none;
    }

    .tab button span {
        margin-top: 0px;
    }

    .tab button.active:after {
        display: none;
    }

    .tab button {
        padding: 25px 10px;
        font-size: 13px;
        font-weight: 500;
    }

    .tabcontent {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 20px;
    }

    .tab-menu-title {
        margin-top: 25px;
    }
}

.acsl-header .acsl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    border-bottom: 1px solid #ebebeb;
    height: 70px;
    background: linear-gradient(90deg,
            hsla(0, 0%, 96%, 1) 0%,
            hsla(0, 0%, 100%, 1) 20%,
            hsla(218, 65%, 97%, 1) 64%,
            hsla(216, 71%, 99%, 1) 100%);
}

.ascl-navbar {
    position: relative;
}

.hamburger {
    display: none;
    font-size: 30px;
    color: var(--acsl-black);
    cursor: pointer;
}

.ascl-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ascl-menu li {
    color: var(--acsl-black);
    padding: 0 4px;
    position: relative;
}

.menu-link {
    padding: 7px 15px;
    font-size: 16px;
    color: var(--acsl-black);
    display: block;
}

.menu-link:hover {
    color: var(--acsl-brand);
}

.country-dropdown select {
    margin-left: 5px;
    padding: 5px 25px 5px 10px;
    border: 1px solid #4e2979;
    border-radius: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.acsl-banner-title {
    font-size: 44px;
    line-height: 1.4em;
}

.banner-section {
    padding: 40px 20px 10px;
    text-align: center;
    max-width: 45%;
    margin: 0 auto;
}

.banner-section h1,
.banner-section h1 span {
    font-size: 34px !important;
    line-height: 48px;
}

.outer-content {
    background: rgb(245, 245, 245);
    background: linear-gradient(124deg,
            rgba(245, 245, 245, 1) 0%,
            rgba(255, 255, 255, 1) 25%,
            rgba(235, 243, 255, 1) 65%,
            rgba(252, 252, 252, 1) 100%);
}

.error-message {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.error-input {
    border: 1px solid red !important;
}

.acsl-searchform-input {
    /* inline-size: calc(50%); */
    margin: 15px auto;
    width: 640px;
    max-width: 720px;
    min-width: 500px;
    box-shadow: 2px 2px 6px #0000001a;
    border-radius: 15px;
}

.acsl-searchform-input-inner {
    display: flex;
    border: 2px solid #424242;
    background-color: var(--acsl-white);
    border-radius: 15px;
}

.suggestions-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    display: none;
}

.acsl-autocomplete-wrap {
    display: none;
    background-color: #fff;
    border: 2px solid var(--acsl-brand);
    border-top: none;
    max-height: 215px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 0 0 0.9375rem 0.9375rem;
    max-inline-size: inherit;
    margin: 0 auto;
    position: absolute;
    margin-top: 40px;
    scrollbar-width: none;
    margin-left: -1px;
    left: unset;
    width: 636px;
    max-width: 720px;
    min-width: 500px;
}

.suggestions-list-wrapper {
    height: 160px;
    overflow-y: auto;
    scrollbar-width: none;
}

#suggestions-list {
    list-style-type: none;
    margin: 0;
    padding: 0 15px;
}

#suggestions-list li {
    margin-bottom: 10px;
}

.request-assistance {
    background-color: var(--acsl-brand);
    padding: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.schedule-Product {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.span_check {
    font-size: 12px;
    color: #fff;
}

.acsl-request_assitance {
    color: var(--acsl-black);
    background: white;
    border-radius: 12px;
    padding: 7px;
    padding-top: 10px;
    display: flex;
    max-width: 200px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.acsl-search-button {
    border: none;
    flex: 0 0 60px;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer;
}

.acsl-search-button i {
    font-size: 24px;
}

input#search-bar:focus {
    background-color: #fff !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

input#search-bar {
    border: none;
    outline: none;
    font-size: 15px;
    width: 100%;
    padding: 15px;
    background-color: #fff !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.error {
    font-size: 11px;
    color: red;
    display: block;
}

#search-type {
    border-radius: 12px 0 0 12px;
    background-color: #424242;
    color: #fff;
    font-size: 14px;
    padding: 12px 40px 10px 12px;
    cursor: pointer;
    outline: none;
    border: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    margin: 0px;
}

/* Opensearch styles */
.acsl-custom-title {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.acsl-opensearch {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

/* Tabs */
.acsl-opensearch .tab-container {
    border: 1px solid #c6dcf3;
    border-radius: 10px;
}

.acsl-opensearch .tabs {
    display: flex;
    border-bottom: 1px solid #c6dcf3;
}

.acsl-opensearch .tab {
    flex: 1;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6em;
    border-right: 1px solid #c6dcf3;
}

.acsl-opensearch .tab:last-child {
    border: none;
    border-top-right-radius: 10px;
}

.acsl-opensearch .tab:first-child {
    border-top-left-radius: 10px;
}

.acsl-opensearch .tab i {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.tab img {
    width: 36px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.acsl-opensearch .tab.active {
    background-color: #e9f4ff;
}

/* Tab Content */
.acsl-opensearch .tab-content {
    display: none;
    padding: 15px 15px 10px 15px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

.acsl-opensearch .tab-content.active {
    display: block;
}

/* Checkbox List */
.acsl-opensearch .checkbox-group {
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    max-width: 840px;
}

.acsl-opensearch label {
    margin-bottom: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

/* Footer Buttons */
.acsl-opensearch .footer-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.acsl-opensearch .footer-buttons button {
    padding: 8px 20px;
    border: 2px solid #365c96;
    border-radius: 50px;
    cursor: pointer;
    background: #365c96;
    color: white;
    font-size: 14px;
}

.acsl-opensearch .footer-buttons button:hover {
    background: #fff;
    color: #365c96;
    transition: 0.2s ease-in-out;
}

/* Change the border color */
.acsl-opensearch input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #20a2dc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

/* Custom tick */
.acsl-opensearch input[type="checkbox"]::before {
    content: "✔";
    font-size: 14px;
    color: #20a2dc;
    display: none;
    margin-top: 2px;
}

.acsl-opensearch input[type="checkbox"]:checked::before {
    display: block;
}

.acsl-opensearch .checkbox-group-title {
    font-size: 14px;
    font-weight: 600;
    color: #20a2dc;
}

.acsl-opensearch .btn-right {
    gap: 10px;
    display: flex;
}

.acsl-opensearch .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    color: #000;
    font-size: 15px;
    background-color: transparent;
    cursor: pointer;
}

.acsl-opensearch .close-btn:hover {
    border-color: #662d91;
    background-color: #662d91;
    color: #fff;
    transition: 0.2s ease;
}

body.modal-open {
    overflow: hidden;
}

/* Full-page overlay */
#modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Dark overlay */
    z-index: 1000;
}

#custom-options {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 800px;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    border-radius: 8px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark transparent overlay */
    display: none;
    /* Hidden by default */
    z-index: 999;
    /* Behind the popup */
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
    #custom-options {
        width: 85%;
    }

    .acsl-opensearch .checkbox-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .fordesktop {
        display: none;
    }

    #preferences-form .fordesktop {
        display: none;
    }

    #custom-options {
        width: 85%;
        max-height: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 12px;
    }

    .acsl-opensearch .checkbox-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    .acsl-opensearch label {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .tab img {
        margin-bottom: 5px;
        width: 32px;
    }

    .acsl-opensearch .tab {
        padding: 9px 6px;
        font-size: 10px;
        line-height: 0px;
        display: block;
        align-content: center;
        margin-bottom: 0px;
    }

    .acsl-opensearch .close-btn {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .acsl-opensearch .btn-right {
        display: block;
        text-align: right;
    }

    .acsl-opensearch .footer-buttons button {
        padding: 6px 15px;
        font-size: 13px;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    #search-type {
        font-size: 13px;
        padding: 14px 30px 10px 8px;
    }
}

@media (min-width: 768px) {
    .formobile {
        display: none;
    }

    #preferences-form .formobile {
        display: none;
    }
}

/*sidebar styles*/
.sidebar .text {
    font-size: 14px;
    color: #292929;
    opacity: 1;
    margin-left: 10px;
}

.sidebar {
    position: fixed;
    top: 72px;
    left: 0px;
    height: 100%;
    width: 280px;
    background-color: var(--sidebar-color);
    transition: var(--trans-02);
    height: 100%;
    overflow-y: auto;
    border: 1px solid #e0ebfa;
    box-shadow: 0 0 10px 0 #001d311a;
    z-index: 1;
}

.sidebar header {
    position: relative;
}

.sidebar header .toggle {
    position: fixed;
    bottom: 50%;
    height: 25px;
    width: 100px;
    background-color: #673392;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-style: unset;
    z-index: 9;
}

.sidebar .toggle {
    transform: rotate(-90deg);
    left: -38px !important;
}

.sidebar header .toggle:before {
    content: "Sidebar";
}

.sidebar ul {
    padding: 0px;
    margin: 0px;
}

.sidebar li {
    margin-top: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.sidebar li a {
    height: 100%;
    width: -webkit-fill-available;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: var(--trans-04);
    padding: 10px 15px;
}

.sidebar li a:hover,
.sidebar .active {
    color: var(--acsl-black);
}

.sidebar li a:hover .text {
    color: var(--dark-color);
}

.sidebar li a img {
    padding: 5px;
    border-radius: 100px;
    margin-bottom: 0px;
    width: 28px;
}

.sidebar li a:hover img,
.sidebar .active img {
    background-color: #fff;
}

.sidebar.close {
    width: 78px;
}

.sidebar.close .text {
    opacity: 0;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar .menu {
    padding-bottom: 200px;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(78 41 121);
}

.close .toggle {
    transform: rotate(-90deg);
}

.selectContainer,
.selectCalculators {
    margin: 25px 10px 15px;
    width: 100%;
}

.selectContainer select,
.selectCalculators select {
    padding: 12px 10px;
    border: 1px solid #afc2e1;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    width: 255px;
}

/*Listing page styles*/
.body-content {
    margin-left: 260px;
}

.acsl-accordion .acsl-accordion-item {
    border-bottom: 1px solid #61a0d3;
}

.acsl-accordion .acsl-accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #61a0d3;
}

.acsl-accordion button[aria-expanded="true"] .icon {
    background-color: transparent;
    color: #61a0d3;
}

.acsl-accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 0px 15px;
    color: var(--acsl-lightblack2);
    font-size: 14px;
    background: none;
    outline: none;
    border: none !important;
}

.acsl-accordion button:hover,
.acsl-accordion button:focus {
    cursor: pointer;
    color: var(--acsl-brand);
}

.acsl-accordion button:hover::after,
.acsl-accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.acsl-accordion button .acsl-accordion-title {
    padding: 10px 0px 5px;
    display: block;
    width: 95%;
    line-height: 1.3em;
}

.acsl-accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #61a0d3;
    background-color: #61a0d3;
    color: #fff;
}

.acsl-accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.acsl-accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.acsl-accordion button[aria-expanded="true"] {
    color: var(--acsl-brand);
}

.acsl-accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.acsl-accordion button[aria-expanded="true"]+.acsl-accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.acsl-accordion .acsl-accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.acsl-accordion .acsl-accordion-content p {
    font-size: 13px;
    margin: 0px 0 25px;
    line-height: 1.7em;
    font-weight: normal;
}

.faq-img {
    max-width: 220px;
    margin: 0 auto;
}

.listing-box {
    background-color: #f6f9fe;
    padding: 25px 15px 15px;
    border-radius: 10px;
    border: 1px solid #c6d9f6;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.act-box {
    padding: 20px 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.updated-date {
    color: #424243;
    font-size: 12px;
}

.updated-date strong {
    font-weight: 600;
}

.read-more {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: var(--acsl-lightblack2);
}

.read-more:hover {
    color: #4e2979;
}

.download {
    text-decoration: none;
    color: #fff;
    background-color: #365c96;
    padding: 8px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
}

.download:hover {
    background-color: #4e2979;
}

.download img {
    margin-bottom: 0px;
    width: 15px;
    margin-left: 5px;
}

.listing-box .align-left {
    float: left;
    width: 80%;
}

.listing-box .listing-title {
    margin-bottom: 10px;
    padding-top: 10px;
}

.listing-box .align-right {
    float: right;
    text-align: right;
    width: 20%;
    margin-top: 0px;
    padding-bottom: 0px;
}

.location {
    border: 1px solid #c6d9f6;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
    margin-top: -40px;
    display: block;
    width: fit-content;
    margin-bottom: 0px !important;
    padding: 5px 10px;
}

/*pagination*/
.acsl-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acsl-pagination__label,
.acsl-pagination-showdetails {
    font-size: 15px;
}

.entries-per-page {
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 4px 7px;
    box-shadow: 2px 2px 10px 0 #0000001a;
    margin: 0 5px;
    outline: none;
}

.page-number {
    background-color: transparent;
    border: 1px solid #ebebeb;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.page-number.active,
.page-number:hover {
    background-color: #192a45;
    color: #fff;
    transition: 0.2s ease;
}

/*breadcrumb*/
.breadcrumb {
    display: flex;
    padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #d8e2f2;
    background-color: #f8fafb;
    width: fit-content;
    margin-left: 40px;
    max-height: 42px;
    white-space: nowrap;
}

.breadcrumb li {
    list-style: none;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.breadcrumb-links {
    display: flex;
    column-gap: 10px;
    padding-left: 0px;
}

.breadcrumb li img {
    margin-bottom: 0px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #424242;
}

.breadcrumb li a:hover {
    color: var(--acsl-brand);
}

.breadcrumb .page {
    font-weight: 500;
}

.breadcrumb .home,
.breadcrumb .divider {
    width: 20px;
    padding-left: 10px;
    margin-right: -5px;
}

/*Filter styles*/
.filter {
    margin: 20px 0px 0px 10px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.filter .checkbox-dropdown {
    width: 200px;
    border: 1px solid #c6c6c6;
    padding: 11px;
    position: relative;
    user-select: none;
    box-shadow: 2px 2px 6px 0 #0000001a;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    margin: 0 5px;
    height: fit-content;
}

.filter .checkbox-dropdown:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #000;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.filter .checkbox-dropdown.is-active:after {
    border-bottom-color: #000;
    border-top-color: #fff;
    margin-top: -9px;
}

.filter .checkbox-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    border: inherit;
    border-top: none;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 1;
}

.filter .checkbox-dropdown-list input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-left: 0px;
    margin-right: 5px;
}

.filter .is-active .checkbox-dropdown-list {
    opacity: 1;
    pointer-events: auto;
}

.filter .checkbox-dropdown-list li label {
    display: block;
    border-bottom: 1px solid silver;
    padding: 10px;
    transition: all 0.2s ease-out;
    font-size: 12px;
    cursor: pointer;
}

.filter .checkbox-dropdown-list li label:hover {
    background-color: #cde1ff;
    color: #365c96;
}

.filter .checkbox-dropdown-list::-webkit-scrollbar {
    width: 5px;
}

.filter .checkbox-dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.filter .checkbox-dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(78 41 121);
}

.acsl-top-content {
    margin-top: 60px;
}

.breadcrumb-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-heading-filter {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.page-heading-filter h2 {
    padding-left: 40px;
}

.acsl-search {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    border: 2px solid #424242;
    outline: none;
    height: 39px;
    border-radius: 5px 0px 0px 5px;
}

.acsl-search:focus {
    border: 2px solid #f8bc27;
    transition: 0.35s ease;
}

.acsl-search:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.search-container {
    display: inline-flex;
}

.search-container button {
    background-color: #424242;
    padding: 0px 15px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #424242;
    height: 43px;
}

.search-container button img.search-icon {
    margin-bottom: 0px;
    width: 30px;
    filter: brightness(0) invert(1);
}

/*Detail page*/
.detail-content {
    border: 1px solid #c6d9f6;
    padding: 20px;
    border-radius: 10px;
    width: calc(100% + -20px) !important;
}

.detail-content .acsl-heading_3 {
    padding-bottom: 0px;
    width: 90%;
}

.detail-content .updated-date {
    font-style: italic;
    margin-bottom: 20px;
    display: block;
    margin-top: 5px;
}

.detail-content p {
    font-size: 14px;
    line-height: 1.8em;
}

.detail-content .location-1 {
    font-size: 12px;
    color: #4e2979;
    display: flex;
    float: right;
}

.detail-content .location-1 img {
    margin-bottom: 0px;
    width: 15px;
    padding-right: 2px;
}

.related-posts .articel-title {
    color: #090909;
    font-weight: 600;
    font-size: 16px;
}

.related-posts .articel-title:hover {
    color: #4e2979;
}

.related-posts .text-description {
    color: #424242;
    font-size: 14px;
}

.related-posts .acsl-col {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #0000001a;
}

.related-posts .acsl-col .post-image {
    border-radius: 5px 5px 0 0;
    height: 160px;
    object-fit: cover;
    width: 100%;
}

.related-posts .date,
.related-posts .place {
    display: flex;
}

.related-posts .article-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.related-posts .post-content {
    padding: 2px 10px 5px;
}

.related-posts .article-info span {
    color: #292929;
    font-size: 12px;
}

.related-posts .article-info span img {
    width: 15px;
    margin-right: 4px;
}

.select2-container--default .select2-selection--single {
    border-color: #fff;
    height: 60px;
    padding: 7.5px 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
}

.select2-dropdown {
    border-radius: 0;
    box-shadow: #444 0px 3px 5px;
    border: 0;
}

/*Holiday styles*/
.acsl-inline-title {
    display: flex;
    color: #292929;
    font-weight: 500;
}

.acsl-inline-title img {
    width: 20px;
    margin-right: 5px;
}

.acsl-holiday-box {
    border: 1px solid #a1c6fe;
    border-radius: 10px;
    background-color: #f9fbff;
    padding: 12px 20px 18px;
    text-align: center;
}

.acsl-holiday-box:hover {
    background-color: #fff;
}

.acsl-holiday-box .acsl-title a {
    color: #20a2dc;
    font-size: 14px;
    font-weight: 600;
}

.acsl-holiday-box p {
    font-size: 11px;
    margin-bottom: 0px;
    color: #424242;
    margin-top: 10px;
}

/*holiday table*/
.table-container {
    width: 90%;
    margin: 20px auto;
    overflow-x: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 8px;
}

.acsl-table {
    width: 100%;
    border-collapse: collapse;
}

.acsl-table thead {
    background-color: #c3d9fd;
}

.acsl-table th,
.acsl-table td {
    padding: 10px 12px;
    text-align: left;
    border: 1px solid #dee9fc;
    font-size: 13px;
}

.acsl-table th {
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    font-weight: 500;
}

.acsl-table th.sortable:hover {
    background-color: #aac7f6;
}

.acsl-table .sortable:after {
    content: url(../images/sort-arrow.svg);
    padding-left: 5px;
}

.acsl-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.acsl-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.acsl-download {
    text-align: right;
    padding-top: 15px;
}

.acsl-download span {
    font-style: italic;
    font-size: 12px;
    padding-right: 10px;
}

.align-right {
    text-align: right;
    margin-top: -60px;
    padding-bottom: 15px;
}

.align-right p {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.table-outer {
    background-color: #f8fafb;
    padding: 15px;
    border-radius: 10px;
}

@media (max-width: 768px) {

    .acsl-table th,
    .acsl-table td {
        font-size: 14px;
        padding: 10px;
    }
}

.acsl-heading_3 {
    font-size: 20px;
}

.acsl-heading_4 {
    font-size: 15px;
    font-weight: 600;
}

.locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    gap: 1em;
    border: 1px solid #e0eaff;
    background-color: #f9fbff;
    border-radius: 10px;
    padding: 20px;
    padding-left: 40px;
    color: #20a2dc;
}

.locations a {
    color: #20a2dc;
    font-size: 14px;
}

.locations p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0px;
}

.locations a:hover {
    color: #4e2979;
    transition: 0.2s ease;
}

.main-content .list-content li {
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 5px;
}

.list-items li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.select-menu {
    position: relative;
    width: 260px;
    margin: 15px 10px 0px;
}

.select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 15px 15px;
    border: 1px solid #afc2e1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px 0px;
}

.sBtn-text {
    font-size: 13px;
    color: #333;
}

.options {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #e6eefe !important;
    border: 0px solid #ccc;
    border-radius: 0px;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.options.active {
    max-height: max-content;
    border-radius: 0px 0px 10px 10px;
}

.option {
    display: flex;
    align-items: center;
    padding: 20px 5px;
    cursor: pointer;
    transition: 0.3s;
}

.option:hover {
    background: #cde1ff;
}

.option-text {
    margin-left: 10px;
    font-size: 14px;
    color: #090909;
}

/* Styling for content sections */
.menu-links {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    margin-top: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #555;
}

.menu-links.active {
    max-height: max-content;
    display: block !important;
}

.sidebar .menu-links .active,
.sidebar .menu-links li:hover {
    background-color: #cde1ff;
}

.acsl-location-filter select {
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    padding: 8px 15px;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 2px 6px 0 #0000001a;
}

.acsl-location-filter {
    margin-top: -50px;
}

/*FAQ*/
.faq-detail .default-container {
    background-color: #f6f9fe;
    padding: 20px;
    margin-left: 40px;
    width: calc(100% - 100px) !important;
    border: 1px solid #c6d9f6;
    border-radius: 5px;
}

.faq-detail .acsl-heading_2 {
    font-size: 16px;
    font-weight: 500;
}

/*Responsive table*/
.acsl-responsive-table {
    border: 1px solid #e0eaff;
    border-collapse: collapse;
    padding: 0;
    margin-left: 40px;
    width: calc(100% - 60px);
    table-layout: fixed;
    margin-bottom: 20px;
}

.acsl-responsive-table td a {
    color: #20a2dc;
    word-wrap: break-word;
}

.acsl-responsive-table th,
.acsl-responsive-table td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #e0eaff;
}

.acsl-responsive-table th {
    font-size: 15px;
    font-weight: 500;
    background-color: #d8e5ff;
}

.table-style-2 th {
    background-color: #f2f6ff;
}

.table-style-2 .main-title th {
    background-color: #e0eaff !important;
    text-align: center;
}

.maintenance-img {
    display: inline;
}

#disclamier-popup p a {
    text-decoration: underline;
    color: var(--acsl-brand) !important;
}

@media screen and (max-width: 600px) {

    .banner-section h1,
    .banner-section h1 span {
        line-height: 42px;
    }

    .acsl-row-4 {
        flex-direction: column;
    }

    .acsl-responsive-table {
        border: 0;
    }

    .acsl-responsive-table {
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .acsl-responsive-table thead {
        border: 1px solid #000;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .acsl-responsive-table tr {
        border-bottom: 3px solid #673392;
        display: block;
        margin-bottom: 10px;
    }

    .acsl-responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }

    .acsl-responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .acsl-responsive-table td:last-child {
        border-bottom: 0;
    }
}

/*Responsive styles for tablet*/
@media only screen and (max-width: 991px) and (min-width: 601px) {
    .banner-section {
        max-width: 90%;
    }

    .acsl-col {
        flex: 1 1 calc(50% - 15px);
    }

    .acsl-banner-title {
        font-size: 30px;
        line-height: 1.3em;
    }

    .listing-box .align-left {
        width: 70%;
    }

    .listing-box .align-right {
        width: 30%;
    }

    .sidebar header .toggle {
        bottom: 80px;
        left: -35px !important;
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .outer-content {
        padding-bottom: 30px;
    }

    .banner-section .pt-50 {
        padding-top: 20px;
    }

    .cta-box-style-1 {
        margin-block-end: 0;
    }

    .acsl-pagination__label,
    .acsl-pagination-showdetails {
        font-size: 12px;
    }

    .body-content {
        margin-left: 60px;
    }

    .acsl-top-content {
        display: block;
    }

    .breadcrumb {
        width: auto;
        margin-bottom: 15px;
    }

    .d-none-small {
        display: none;
    }

    .acsl-faq .acsl-col-8 {
        width: 100%;
    }

    .footer-content {
        display: block;
        text-align: center;
    }

    .footer-links {
        margin: 20px 0 25px;
    }

    .btn-brand {
        margin: 10px;
        text-align: center;
        padding: 10px 20px !important;
        border: 2px solid var(--acsl-brand) !important;
    }

    .country-dropdown select {
        width: 90%;
        margin-top: 10px;
    }

    .owl-nav {
        text-align: center;
    }

    button.owl-prev {
        left: -30px;
    }

    button.owl-next {
        right: -30px;
    }

    button.owl-prev,
    button.owl-next {
        margin: 0px 10px 0;
        width: 40px;
        height: 40px;
        top: 30%;
    }

    button.owl-prev i,
    button.owl-next i {
        font-size: 15px;
        width: 12px;
        height: 12px;
        padding: 6px;
        line-height: 13px;
    }

    .menu-item-has-children .fa-arrow-right {
        transform: rotate(-0deg) !important;
        right: 45px;
    }

    .pr-40 {
        padding-right: 0px;
    }

    .acsl-table tr th {
        width: 20%;
    }

    .acsl-table .name {
        width: 40%;
    }

    .locations a {
        font-size: 13px;
    }
}

/* Responsive Styles */
@media (max-width: 600px) {
    .banner-section .align-middle h1 span {
        font-size: 30px !important;
        line-height: 45px;
    }

    .banner-section .pt-50 {
        padding-top: 40px;
    }

    .acsl-searchform-input {
        margin: 5px auto;
        inline-size: calc(100%);
    }

    .sidebar {
        top: 60px;
    }

    .acsl-location-filter select {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-section {
        padding: 0px 10px 10px;
        max-width: 100%;
    }

    .acsl-header .acsl-logo img {
        max-height: 40px;
    }

    p {
        font-size: 14px;
    }

    .default-container {
        padding: 0px 15px 0 15px;
    }

    .sidebar.close {
        width: 0px;
    }

    .body-content {
        margin-left: 0px;
        margin-top: 20px;
    }

    .breadcrumb {
        margin-left: 0px;
    }

    .hamburger {
        display: block;
    }

    .acsl-accordion button .acsl-accordion-title {
        width: 90%;
    }

    .acsl-accordion button .icon {
        top: 20px;
    }

    .listing-box .align-left {
        width: 100%;
    }

    .listing-box .align-right {
        text-align: left;
        width: 100%;
    }

    .ascl-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #333;
        width: 100%;
    }

    .ascl-menu.active {
        display: flex;
    }

    .ascl-menu li {
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .acsl-banner-title {
        font-size: 1.6em;
    }

    .cta-box-style-1 {
        margin-block-end: 0px;
    }

    .acsl-row-2,
    .acsl-row-3,
    .acsl-row-4 {
        grid-template-columns: 1fr;
    }

    .acsl-copyright-text {
        margin-bottom: 15px;
        font-size: 12px;
        text-align: center;
    }

    .listing-box .listing-title {
        font-size: 15px;
    }

    .footer-links a {
        font-size: 12px;
        padding: 10px 2px;
    }

    .acsl-social-icons {
        margin-left: 0px;
        text-align: center;
    }

    button.owl-prev,
    button.owl-next {
        width: 30px;
        height: 30px;
    }

    button.owl-prev i,
    button.owl-next i {
        font-size: 11px;
        width: 10px;
        height: 10px;
        padding: 3px;
        line-height: 11px;
    }

    .acsl-autocomplete-wrap,
    .acsl-searchform-input {
        width: 320px;
        max-width: 320px;
        min-width: 320px;
        margin-left: -2px;
    }

    img.banner-img {
        width: 100%;
    }

    .acsl-banner-title-div h1 span {
        font-size: 34px !important;
    }

    .footer.request-assistance {
        display: none;
    }

    .promotion-slider .owl-item img {
        height: 160px;
        object-fit: cover;
    }

    .filter {
        margin-left: 0px;
        display: block;
    }

    .filter .checkbox-dropdown {
        width: calc(100% - 20px);
        margin: 10px 0;
    }

    .acsl-top-content {
        padding: 10px 15px;
        margin-top: 80px;
    }

    .search-container {
        width: 100%;
    }

    .acsl-pagination {
        display: block;
        text-align: center;
    }

    .acsl-pagination-showdetails {
        margin: 15px 0;
    }

    .breadcrumb-search,
    .page-heading-filter {
        display: block;
    }

    .page-heading-filter h2 {
        padding-left: 0px;
        padding-top: 20px;
    }

    .align-right {
        margin-top: 0;
        padding-bottom: 15px;
        text-align: left;
    }

    .acsl-download {
        text-align: left;
        padding-top: 10px;
    }

    .acsl-download span {
        margin-bottom: 10px;
        display: block;
    }

    .acsl-table th,
    .acsl-table td {
        font-size: 12px;
    }

    .row-sm {
        display: block;
    }

    .acsl-col-6 {
        width: 100%;
        float: unset;
    }

    .faq-detail .default-container {
        margin-left: 20px;
        width: calc(100% - 80px) !important;
    }

    .acsl-searchform-input-inner {
        width: 320px;
    }
}

/*large screen*/
@media (min-width: 991px) {
    .sidebar header {
        display: none;
    }
}

#mySizeChart {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#disclamier-popup {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 50%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: left;
}

#disclamier-popup p {
    font-size: 12px;
}

#disclamier-close-icon {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

/*large screen*/
@media (min-width: 991px) {
    .sidebar header {
        display: none;
    }
}

.logo-link-width img {
    width: 240px !important;
    display: block;
}


/* user login */
.user_profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.user_profile:hover .menu-wrapper,
.user_profile .menu-wrapper:hover {
    display: flex;
}

.user_profile .profile-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user_profile .profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-left: 10px;
    border: 2px solid #662d91;
}

.user_profile .menu-wrapper::after {
    content: "";
    position: absolute;
    top: 42px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b5b5b5;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.user_profile .profile-icon i {
    color: #662d91;
}

.user_profile .menu-overlay {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 50px;
}

.user_profile .menu-wrapper {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    max-width: 300px;
    display: none;
    flex-direction: column;
    padding: 10px 0;
}

.user_profile .menu-wrapper .username {
    font-weight: 600;
    color: #000;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.user_profile .menu-wrapper .menu-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    font-size: 14px;
}

.user_profile .menu-wrapper .menu-item i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    color: #662d91;
}

.user_profile .menu-wrapper .menu-item:hover {
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    li.menu-item-has-children.formobile {
        display: block !important;
    }

    .user_profile.fordesktop {
        display: none;
    }
}



/* Google search */
.gsib_a {
    padding: 15px !important;
    border: 0px solid;
    border-radius: 10px 0 0 10px;
}

form.gsc-search-box {
    border: 2px solid #000;
    border-radius: 12px;
}

.gsc-search-button-v2 {
    padding: 17px 25px !important;
    background-color: #000 !important;
    border-color: #000 !important;
    border-radius: 0px 10px 10px 0 !important;
    margin-left: 0px !important;
    border: none;
}

.gsc-control-cse {
    border: 1px solid #ebf3ff00 !important;
    border-radius: 10px;
    margin-top: 10px;
    background-color: transparent !important;
    padding: 0px !important;
}

.gsc-input-box {
    border: 0px solid #dfe1e5 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 12px;
}

table.gsc-search-box {
    margin-bottom: 0px !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

td.gsib_b {
    display: none !important;
}

.gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
}

.google-search-box {
    max-width: 620px !important;
}

@media (max-width: 600px) {
    .gsc-search-button-v2 {
        padding: 17px 20px !important;
    }

    .gsib_a {
        padding: 10px 10px !important;
    }

    .gsc-search-button-v2 {
        padding: 12.5px 15px !important;
    }
}