#navbarSupportedContent {
    display: none !important;
}

.border-start {
    border-color: #eaecf4 !important;
}

.border-end {
    border-color: #eaecf4 !important;
}

.border-bottom {
    border-color: #eaecf4 !important;
}

.border {
    border-color: #eaecf4 !important;
}

.mob_menu {
    display: none;
}

.header_btns {
    display: flex;
    gap: .5rem;
}

.main_menu_container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav_item:hover span {
    color: #ed184f;
}

.nav_item:hover .dropdown-indicator::after {
    color: #ed184f;
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

.nav_item.open span {
    color: #ed184f;
}

.nav_item.open .nav_link {
    animation: pulse .8s infinite;
}

.dropdown-indicator::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #3b5068;
}

.nav_item.open .dropdown-indicator::after {
    color: #ed184f;
}

/* .m-acc-head.active .dropdown-indicator svg path {
    fill: #ed184f !important;
} */


.desktop_menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.book_call_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 48px;
    padding: 0px 1.5rem;
    border: 1px solid;
    border-radius: 50rem;
    font-size: 1.125rem;
    color: #3b5068;
    text-transform: capitalize;
}

.contact_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    height: 48px;
    padding: 0px 1.5rem;
    border: 1px solid #a61137;
    border-radius: 50rem;
    font-size: 1.125rem;
    color: #fff;
    text-transform: capitalize;
    background-color: #ed184f;
}

.book_call_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.contact_btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.contact_btn:hover {
    color: #fff;
    background-color: #f03b69;
    /* border-color: #f03b69; */
}

.book_call_btn:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #3b5068;
}

.site-logo .custom-logo-link img {
    width: 134px;
    height: 48px;
}

.desktop_nav {
    li {
        list-style: none;
    }

    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 0rem !important;
}

.nav_link span {
    color: #3b5068;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.nav_link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/* COMMON MEGA MENU STYLES */

.navbar_inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 999;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.nav_item.open .navbar_inner {
    border-top: 1px solid #eaecf4;
}

.mega-inner-div {
    background-color: rgb(246, 248, 251);
    box-shadow: rgba(50, 50, 93, .25)0 50px 100px -20px, rgba(0, 0, 0, .3)0 30px 60px -30px;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: 1px solid #eaecf4;
    margin-left: 25%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s ease;
}

.custom_navbar {
    margin-top: 32px !important;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    position: sticky;
    top: 64px;
    z-index: 2;
    background: #fff;
    transition: transform 1s ease;
}

.nav_item.open>.navbar_inner>.mega-inner-div {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Head link */
.nav_item>a.nav_link span {
    font-weight: 500;
}


/* COLUMN LAYOUT */

.mega-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.mega-col .column_title {
    font-size: 16px;
    font-weight: 600;
    color: #3b5068;
    border-bottom: 1px solid #eaecf4;
    padding: 1rem 2.5rem;
}

.mega-col .column_title a {
    font-weight: 600;
}

.mega-col-list {
    padding: 0.5rem 2.5rem !important;
}

.list_item_title {
    color: #3b5068;
    font-size: 16px;
    display: block;
    transition: .2s;
    font-weight: 400;
}

.list_item_title:hover {
    color: #ed184f !important;
}

.mega-inner-div {
    display: flex;
}

.side-title {
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(59, 80, 104);
    font-weight: 600;
}

.side-con-inner {
    border-radius: 0.5rem;
    background-color: rgb(255, 255, 255);
    height: 100%;
}

.side_poster {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive */
@media(max-width: 991px) {
    .mega-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 576px) {
    .mega-columns {
        grid-template-columns: 1fr;
    }
}


/* TAB LAYOUT */

/* TAB HEADERS */
.mega-tab-heads {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #eee;
}

.mega-tab-head {
    cursor: pointer;
    font-size: 1rem;
    transition: .2s;
    border-bottom: 1px solid #eaecf4;
    font-weight: 500;
    color: #3b5068;
}

.mega-tab-head:last-child {
    border-bottom: none;
}

.mega-tab-head:hover {
    background: #fafafa;
}

.mega-tab-head.active {
    background: #ed184f;
    color: #fff;
}

/* TAB CONTENT AREA */
.mega-tab-contents {
    position: relative;
    background-color: #f6f8fb;
    padding: 0px 0 0 20px;
}

.mega-tab-content {
    display: none;
}

.mega-tab-content.active {
    display: block;
}

/* Inner list inside tab */
.mega-tab-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0px !important;
}

@media(max-width: 991px) {
    .mega-tabs-wrapper {
        grid-template-columns: 1fr;
    }

    .mega-tab-heads {
        border-right: none;
        display: flex;
        overflow-x: auto;
        gap: 10px;
    }

    .mega-tab-head {
        flex: 0 0 auto;
        border-left: none;
        border-bottom: 2px solid transparent;
    }

}

/* new */
.icon-arrow-right-1::before {
    /* content: "\e901"; */
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/right-arrow-svgrepo.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}

.mega-col {
    flex: 1;
}

.icon-arrow-narrow-up-right::before {
    content: "\e902";
    opacity: 0;
    font-size: 10px;
    font-weight: 700;
}

.list_item_title:hover {
    .icon-arrow-narrow-up-right::before {
        opacity: 1;
    }
}

.tab_list_items {
    padding: 0px 20px 0px 0px;
}

.tab_title {
    font-size: 1rem;
    color: #3b5068;
    font-weight: 600;
}

.tab_title a {
    font-size: 1rem;
    color: #3b5068;
    font-weight: 600;
}

/* Hamburger Icon */
.menu-btn-1 {
    height: 24px;
    width: 28px;
    cursor: pointer;
}

.menu-btn-1 span,
.menu-btn-1 span::before,
.menu-btn-1 span::after {
    background: #000;
    border-radius: 3px;
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    margin-top: 10px;
}

.menu-btn-1 span::before {
    margin-top: -10px;
}

.menu-btn-1 span::after {
    margin-top: 10px;
}

.menu-btn-1.active span {
    background: transparent;
}

.menu-btn-1.active span::before {
    margin-top: 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn-1.active span::after {
    margin-top: 0;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    .mega-inner-div {
        margin-left: 0% !important;
    }

    .custom_navbar {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .navbar_inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (min-device-width: 1401px) and (max-device-width: 1700px) {
    .mega-inner-div {
        margin-left: 8% !important;
    }

    .custom_navbar {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .navbar_inner {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}


@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .custom_navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar_inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mega-inner-div {
        margin-left: 0% !important;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 992px) {

    .mega-inner-div {
        margin-left: 0;
    }

    .custom_navbar {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar_inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


@media(max-width: 1200px) {
    .mega-columns {
        width: 100%;
    }

    .mega-tabs-wrapper {
        width: 100%;
    }
}

@media(max-width: 992px) {

    .desktop_menu.active {
        opacity: 1;
        display: block;
        /* transition: all 2s ease-in-out; */
        /* height: auto; */
        height: calc(100vh - 128px);
        width: 100%;
        align-items: flex-start;
        /* min-height: calc(100vh - 128px); */
        max-height: calc(100vh - 128px);
    }

    .desktop_menu {
        /* all: 0; */
        overflow: hidden;
        flex-direction: column;
        /* transition: all 0.5s ease-in-out; */
        scroll-behavior: smooth;
        margin-top: 1.5rem;
        display: none;

        width: 100%;
        /* min-height: 100vh; */
        position: absolute;
        top: 64px;
        background-color: #fff;
        left: 0;
        padding: 0px 20px 30px 20px;
        overflow: scroll;
        margin-top: 0px;
        height: calc(100vh - 128px);
    }

    .mobile-accordion-wrapper {
        /* margin-top: 1.5rem; */
        /* overflow: scroll; */
        /* max-height: 70vh; */
    }

    .mobile_nav {
        width: 100%;
        /* max-height: 90vh; */
        /* overflow: scroll; */
    }

    .header_btns {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .mob_menu {
        display: flex;
        width: 50%;
        justify-content: end;
    }

    .desktop_nav {
        display: none;
    }

    .main_menu_container {
        flex-wrap: inherit;
    }

    .site-logo {
        width: 50%;
    }

    .navbar-container {
        width: 100%;
    }

    .desktop_menu {
        gap: 10px;
    }

    .m-acc-body {
        /* max-height: 0; */
        display: none;
        height: auto;
        overflow: auto;
        scrollbar-width: none;
        /* transition: all 01s ease-in-out; */
    }

    .m-acc-body.is-open {
        display: block;
        /* max-height: 2000px; */
        background-color: #f6f8fb;
        /* transition: all 1s ease-in-out; */
    }


    .m-acc-head {
        width: 100%;
        text-align: left;
        cursor: pointer;
        padding: 12px 15px;
        background: none;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #3b5068;
        font-size: 1rem;
        font-weight: 500;
    }

    .m-acc-head.active i {
        transform: rotate(180deg);
        transition: all 0.2s;
    }

    .m-acc-head i {
        transition: all 0.2s;
    }

    .m-acc-head.active .dropdown-indicator::after {
        color: #ed184f;
        margin-left: 0px;
    }

    .m-acc-head .dropdown-indicator::after {
        content: none !important;
    }

    .m-acc-head .dropdown-indicator svg path {
        fill: #3b5068;
    }

    .m-acc-head .dropdown-indicator svg {
        width: 20px !important;
        height: 20px !important;
    }

    .m-acc-head.active .dropdown-indicator svg path {
        fill: #ed184f;
    }

    .m-acc-head:hover {
        .icon-arrow-narrow-up-right::before {
            opacity: 1;
        }
    }

    .m-acc-head.active {
        color: #ed184f !important;
    }

    .m-acc-item.level-1 .m-acc-link {
        display: block;
        padding: 8px 0px;
        text-decoration: none;
        color: inherit;
    }

    .m-acc-item.level-1 .m-acc-links {
        padding: 10px;
    }

    .m-acc-body .m-acc-links {
        padding: 0px !important;
        margin: 0px;
    }


    .m-acc-item.level-0 .m-acc-head,
    .m-acc-item.level-0 .m-acc-link {
        padding: 1rem;
        border-bottom: 1px solid #eaecf4;
        color: #3b5068;
        font-size: 1rem;
        font-weight: 400;
    }

    .m-acc-item.level-1 .m-acc-head,
    .m-acc-item.level-1 .m-acc-link {
        padding: 1rem 1.50rem;
        background-color: #f6f8fb;
        font-weight: 400 !important;
    }

    .m-acc-item.level-2 .m-acc-link {
        padding: 1rem 2rem;
        font-weight: 400 !important;
    }

    .custom_navbar {
        /* position: relative; */
        margin-top: 0px !important;
        transform: unset !important;
    }


}

@media(max-width: 768px) {
    .custom_navbar {
        padding-left: calc(2.5rem * 0.5);
        padding-right: calc(2.5rem * 0.5);
    }

    .navbar_inner {
        padding-left: calc(2.5rem * 0.5);
        padding-right: calc(2.5rem * 0.5);
    }

    .mega-inner-div {
        margin-left: 0% !important;
    }
}