/* Header height is 100vh when menu is expanded on mobile */
body .dropdown-toggle {
    width: unset !important;
    border: unset !important;
    border-radius: unset !important;
    height: unset !important;
    background: unset !important;
}

.navbar {
    max-width: 1440px;
    margin: 0 auto;
    padding: 8px 0 !important;
}

.tabs-menu {
    display: flex;
}

.tabs-menu .nav-link {
    width: 100%;
}

.nav-link.active {
    background-color: #9c4d9f;
    color: #fff !important;
}

.breaker {
    border-right: 1px solid white;
    height: 100%;
    margin: 0 1rem;
}

.btn-rounded {
    border-radius: 25px;
}

header {
    transition: all 0.4s ease-in-out;
    padding: 0 !important;
}

header:not(.fixed) {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    top: 0;
    left: 0;
}

header.fixed {
    position: fixed;
    background-color: var(--primary-color);
    z-index: 99999;
    width: 100%;
    top: 0;
}

header .container {
    max-width: 1440px;
    padding: 0 40px;
}

.navbar-brand img {
    width: 200px;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
}

/* //////////////////// */

.nav-link:hover {
    color: #fff;
}

body header .nav-link,
body header .nav-link.active {
    font-size: 16px;
    color: #fff;
    padding: 8px;
    line-height: 48px;
    font-weight: 400;
}

body header .nav-link.dropdown-toggle::after {
    display: none !important;
}

header ul.navbar-nav {
    gap: 10px;
    border-right: 3px solid #fff;
    padding-right: 10px;
}

header .get-in-touch-header {
    padding-left: 15px;
}

.dropdown .dropdown-menu.properties a {
    line-height: initial;
    font-size: 15px;
    /*text-transform: uppercase;*/
    background: transparent;
    margin: 10px 0;
    color: var(--text-color);
}

.dropdown .dropdown-menu.properties a:hover {
    color: #bc8418;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.tabSingle {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: start;
    background-color: transparent;
    border: none;
    padding: 8px 16px 8px 0;
    text-decoration: none;
    color: var(--primary-color) !important;
    border: none !important;
}

.tabSingle.active {
    color: var(--primary-color) !important;
}

/* header .get-in-touch-btn {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #b7812f;
    border-radius: 50px;
    padding: 7px 15px;
    text-transform: uppercase;
    line-height: 24px;
} */
.header-btn {
    outline: none;
    cursor: pointer;
    border: 2px solid #bc8418;
    padding: 6px 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px;
    overflow: hidden;
    background: transparent;
    color: #fff !important;
    position: relative;
    z-index: 10;
    transition: color 0.3s;
    line-height: 26px;
    text-decoration: none;
    text-transform: capitalize;
}

.header-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #bc8418;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s;
}

.header-btn:hover::after {
    width: 100%;
}

.mega-menu-drop {
    position: unset;
}

/* Mega menu left section start*/
.menu-sec-left {
    padding: 40px 60px;
    border-right: 1px solid #707070;
}

.menu-sec-left button {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: start;
    background-color: transparent;
    border: none;
    padding: 8px 16px 8px 0;
    text-decoration: underline;
}

.menu-sec-left .region {
    color: rgb(165, 165, 165);
}

.menu-sec-right {
    padding: 40px 60px;
}

.nav.flex-column.nav-tabs li:not(.region) a {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color) !important;
    font-weight: 600;
}

.nav.flex-column.nav-tabs li:not(.region):hover a,
.nav.flex-column.nav-tabs li:not(.region) a.active {
    color: rgb(188, 132, 24) !important;
}

.nav.flex-column.nav-tabs li:not(.region) a.active {
    background-image: url("./../../img/icons/menu-orange-arrow.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}

.menu-sec-right {
    padding: 40px 60px;
}

.menu-sec-right .tab-pane .menu-sec-child-left {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text-color);
}

.menu-sec-right .tab-pane .menu-sec-child-left .subtitle-menu {
    margin-bottom: 12px;
    display: block;
}

.menu-sec-right .tab-pane .menu-sec-child-left a,
.menu-sec-right .tab-pane .menu-sec-child-left .linkClass {
    border: none;
    background-color: transparent;
    margin: 13px 0;
    padding-right: 6px;
    display: block;
    text-decoration: none;
    text-wrap: nowrap;
}

/* .menu-sec-right .tab-pane .menu-sec-child-left .linkClass {
    white-space: break-spaces;
} */

.menu-sec-right .menu-country-section img {
    margin-bottom: 25px;
    height: 218px;
    width: 100%;
    object-fit: cover;
}

.menu-sec-right .menu-country-section .menu-country-name {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    color: var(--primary-color);
}

.menu-sec-right .menu-country-section p {
    font-size: 12px;
    line-height: 20px;
    color: var(--text-color);
}

.menu-sec-right .tab-pane .row {
    flex-direction: row;
}

.networks-mega-menu {
    border-radius: 0;
    transform: translateY(-20px) !important;
}

.reginaol-global-sec {
    padding: 30px;
    background-color: #f6f6f6;
}

.reginaol-global-sec .reginal-global-head {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    color: var(--primary-color);
    font-weight: 400;
}

.reginaol-global-sec p {
    font-size: 12px;
    line-height: 20px;
    color: var(--text-color);
}

.nav.flex-column.nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    background-color: transparent;
    border: none;
    padding: 8px 16px 8px 0;
    text-decoration: none;
    text-transform: capitalize;
}

.menu-sec-child-right .contentClass {
    display: none;
}
.blog-header {
    background-color: var(--primary-color);
}

.second-level-tab {
    padding-top: 0 !important;
}
.menu-sec-right .tab-pane .menu-sec-child-left .linkClass {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 6px;
    text-wrap: auto;
}

.second-level-tab button {
    font-size: 14px !important;
    color: var(--text-color) !important;
}

.menu-sec-right .tab-pane .menu-sec-child-left a {
    margin-bottom: 0 !important;
}

span.currencyDropdownMobileMobile span.select2-dropdown--below{
    width: auto !important;
}

/* Mega menu left section end */

/* Mobile Responsiveness */
@media only screen and (min-width: 1199px) {
    .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .dropdown .dropdown-menu.properties {
        bottom: -63px !important;
        top: unset !important;
        border-radius: 0;
        padding: 0;
        left: 7px;
        transition: 0.3s all ease;
    }

    .dropdown .dropdown-menu.network {
        top: 50px !important;
        bottom: unset !important;
        border-radius: 0;
        padding: 0 30px;
        left: 7px;
        transition: 0.3s all ease;
    }

    .dropdown-menu {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
}
@media only screen and (min-width: 1800px) {
    .mega-menu-drop .networks-mega-menu {
        width: 83%;
        left: unset;
        right: 0;
    }
}
@media only screen and (max-width: 1800px) {
    .mega-menu-drop .networks-mega-menu {
        width: 83%;
        left: 7%;
    }
}

header .only-mob-tab {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .menu-sec-left,
    .menu-sec-right {
        padding: 20px 30px;
    }

    .menu-sec-left,
    .menu-sec-right {
        padding: 20px 30px;
    }
    .menu-sec-left {
        width: 33.33% !important;
    }
    .menu-sec-right {
        width: 66.66% !important;
    }
    .menu-sec-right .menu-country-section img {
        height: 120px;
        margin-bottom: 5px;
    }

    .menu-sec-right .menu-country-section .menu-country-name {
        margin-bottom: 2px;
    }

    .menu-sec-right .menu-country-section p {
        margin-bottom: 0;
    }

    header {
        padding: 0 30px !important;
    }

    header.expanded {
        height: 100vh;
        background-color: var(--primary-color);
    }

    header nav .container {
        flex-wrap: wrap !important;
    }

    header nav .container .navbar-collapse:not(.show) {
        display: none !important;
    }

    header nav .container .navbar-collapse {
        flex-basis: 100%;
    }

    header nav .navbar-nav {
        flex-direction: column !important;
        border-right: 0 !important;
        width: 100%;
        gap: 0;
        padding-right: 0;
    }

    header nav .navbar-nav + .get-in-touch-header {
        display: none !important;
    }

    header .navbar-expand-lg .navbar-toggler {
        display: block;
        border-color: #fff;
        border-radius: 0;
        padding: 5px 7px;
        box-shadow: none;
        outline: 0;
    }

    header .only-mob-tab {
        display: block;
    }

    body header .nav-link.dropdown-toggle::after {
        display: inline-block !important;
        border: 0;
    }

    body header .nav-link.nav-link.dropdown-toggle {
        background-image: url("./../../img/icons/211687_down_arrow_icon.png") !important;
        background-size: 30px 30px !important;
        background-repeat: no-repeat !important;
        background-position: center right !important;
        border: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: inherit;
        border-radius: 0;
        padding: 10px 30px;
    }

    .navbar-expand-lg .navbar-nav ul.dropdown-menu {
        margin-top: -18px;
    }

    header .container {
        padding: 0;
    }

    li.nav-item.dropdown.show ul,
    li.nav-item.dropdown.show .networks-mega-menu {
        display: block;
    }

    .mega-menu-drop .networks-mega-menu {
        width: 100%;
        padding: 0 !important;
    }

    .nav-pills,
    .nav-pills *,
    .nav-pills span {
        color: #000 !important;
    }
    .menu-sec-right {
        background: #fff !important;
    }
}

@media (max-width: 991px) {
    .reginaol-global-sec .reginaol-global-right img {
        width: 120px;
    }

    .menu-sec-right .reginaol-global-sec .tab-pane .row {
        flex-direction: column;
    }

    .menu-sec-right .tab-pane .row .col-sm-5,
    .menu-sec-right .tab-pane .row .col-sm-7 {
        width: 100%;
    }

    .menu-sec-right .tab-pane .row .col-sm-7 {
        justify-content: center !important;
    }

    .menu-sec-right .tab-pane .menu-sec-child-left {
        padding: 0;
    }

    .menu-sec-right .tab-pane .row {
        margin: 0;
    }

    /* .dropdown-menu {
            display: none !important;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        .dropdown.show>.dropdown-menu {
            display: block !important;
            opacity: 1;
            transform: translateY(0);
        }

        header.expanded {
            height: 100vh;
        } */
}

@media only screen and (max-width: 575px) {
    .menu-sec-left {
        border: 0;
    }

    .menu-sec-left,
    .menu-sec-right {
        padding: 20px;
    }

    .menu-sec-left button.active:not(.region) {
        background: none;
    }

    .menu-sec-left ul {
        flex-wrap: wrap;
        flex-direction: row !important;
        display: flex !important;
    }

    .nav.flex-column.nav-tabs li:not(.region) a.active {
        background-image: none;
    }
}

@media (max-width: 1199px) {
    .reginaol-global-left {
        width: 41.66%;
    }
    .reginaol-global-right {
        width: 58.33333333%;
    }
    .menu-sec-left,
    .menu-sec-right {
        padding: 20px 30px !important;
    }
}
@media (max-width: 575px) {
    .menu-sec-left,
    .menu-sec-right {
        width: 100% !important;
    }
    select.dollar-btn + span.select2{
        margin-left: 0 !important;
    }
}