
.mymeditravel-main-menu .container-main-menu {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1500px) {
    .mymeditravel-main-menu .container-main-menu {
        width: 1480px;
    }
}
.header-main-top-tabs {
    background: linear-gradient(90deg, #31B9CC 0%, #194378 100%);
    height: 25px;
}
.header-main-top-tabs > .container-main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-top-control-left {
    color: #FFF;
    display: flex;
    height: 25px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}
.header-top-control-right {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.header-top-control-right .top-control-right-link:last-child {
    padding-right: 0;
    border-right: 0;
}
.header-top-control-right .top-control-right-link:last-child:before {
    display: none;
}

.control-left-content {
    display: flex;
    align-items: center;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 400;
}
.control-left-content:last-child {
    margin-right: 0;
}
.top-control-left-img {
    margin-right: 5px;
}
.currency-wrap-right-box {
    position: relative;
    display: inline-flex;
    background: #FFF;
    border: 1px solid #194378;
    border-radius: 4px;
    padding: 3px 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.currency-wrap-right-box .dropdown-menu {
    display: none;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #eee;
}
.top-mmt-currency-img {
    margin-right: 5px;
}
.currency-wrap-right-box:hover .dropdown-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 650px;
    right: 0;
    left: inherit;
    padding: 10px 10px;
    top: 30px;
    position: absolute;
}
.currency-wrap-right-box .dropdown-menu .dropdown-item {
    flex: 0 0 200px;
    font-size: 12px;
    padding: 3px 5px;
}
.currency-wrap-right-box .dropdown-menu .dropdown-item:hover {
    color: #194378;
}
.currency-wrap-right-box .dropdown-menu .dropdown-item.active {
    background-color: #194378 !important;
    color: #FFF;
}
.top-control-right-link {
    color: #FFF;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border-right: 1px solid #217ca5;
    padding-right: 10px;
    position: relative;
}
.top-control-right-link:before {
    content: '';
    position: absolute;
    right: 0px;
    height: 25px;
    width: 1px;
    background-color: #0e5676;
}
.top-control-right-link a {
    color: #FFF;
    display: inline-flex;
    align-items: center;
}
.top-control-right-link a:hover, .top-control-right-link a:focus {
    color: #f3f3f3;
}
.my-account-link-list {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.my-account-link-list .dropdown-menu {
    min-width: 175px;
    position: absolute;
    z-index: 15;
    background: #FFF;
    top: 22px;
    right: 0;
    border-radius: 4px;
    padding: 10px 0;
    border: 1px solid #f9f9f9;
    box-shadow: 1px -1px 5px rgb(0 0 0 / 30%);
}
.my-account-link-list:hover .dropdown-menu, .my-account-link-list:focus .dropdown-menu {
    display: block;
}
.myaccount-link-list-dropdown {
    min-width: 150px;
}
.myaccount-link-list-item {
    display: block;
    color: #333 !important;
    font-size: 13px;
    padding: 0 15px;
}
.myaccount-link-list-item:hover, .myaccount-link-list-item:focus {
    color: #194378 !important;
}
.link-list-item-images {
    margin-right: 5px;
}
.promote-heading-h1 {
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.promote-heading-h2 {
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    .top-control-left-h2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-top-control-right {
        width: 100%;
        flex: 0 0 100%;
        justify-content: flex-end;
    }
    .header-top-control-right .top-control-right-link:last-child {
        margin-right: 0;
        border: 0;
    }
    .header-top-control-left {
        display: none;
    }
    .control-left-content {
        margin-left: 0;
        margin-right: 0;
    }
    .my-account-link-list .dropdown-menu {
        display: none;
    }
    .my-account-link-list:hover .dropdown-menu, .my-account-link-list:focus .dropdown-menu {
        display: block;
    }
    .currency-wrap-right-box {
        display: none;
    }

}

/*-- Head Menu --*/
body.open-menu-side, body.open-search-side {
    overflow: hidden;
}
header {
    background: #fff;
    top: 0;
    transition: top 0.2s ease 0s;
    z-index: 12;
    position: sticky;
    height: 75px;
}
.menu-side__sub-menu_wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-left: 10px;
    position: relative;
}
.open-menu-side .menu-side__sub-menu_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: rgb(255 255 255 / 46%);
}
.menu-side__sub-menu {
    position: relative;
    padding: 10px 15px 10px 10px;
}
.menu-side__sub-menu__title {
    /*background-color: #f7641b !important;*/
    /*border-color: #f7641b !important;*/
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 3px 10px;
    border-radius: 4px;
}
.menu-side__sub-menu__title:hover {
    /*background-color: #f17639 !important;*/
    /*border-color: #f17639 !important;*/
}
.menu-side-arrow-icon {
    background: url(/images/down-arrow.svg) no-repeat center center;
    background-size: 25px;
    width: 12px;
    flex: 0 0 12px;
    height: 12px;
    transition: all .4s ease;
    display: block;
    position: absolute;
    right: 2px;
    top: 14px;
}
.menu-dropdown-submenu {
    position: absolute;
    background-color: #FFF;
    border-radius: 4px;
    padding: 0;
    width: 530px;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 27%);
    z-index: 15;
    left: 0;
    bottom: auto;
    display: none;
    top: 36px;
}
.menu-dropdown-submenu__item--header {
    display: flex;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px solid #ececec;
    background: #FFF;
    color: #194378;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}
.menu-dropdown-submenu-sub {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    gap: 10px;
}
.menu-dropdown-submenu-sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
}
.menu-dropdown-submenu-sub::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
.menu-dropdown-submenu-sub::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9e9e9e;
}
.col-submenu-sub {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.set-col-full {
    flex: 0 0 100%;
}
.set-col-half {
    flex: 0 0 48%;
}
.set-col-three {
    flex: 0 0 31.33%;
}
.mymeditravel-inside-submenu {
    padding: 10px 15px;
    background-color: rgb(255 255 255 / 17%);
    margin: 10px;
}
.col-full-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #c4ebf5;
}
.col-full-list:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.menu-full-list__item--header {
    color: #FFFFFF;
    font-weight: 500;

}
.menu-dropdown-submenu-link {
    padding: 3px 10px;
    font-size: 12px;
    text-decoration: none;
}
.menu-dropdown-submenu-link:hover {
    color: #194378 ;
}
@media (min-width: 768px){
    .menu-side__sub-menu:hover .menu-dropdown-submenu {
        display: block;
    }
}
@media (max-width: 768px){
    .menu-side__sub-menu_wrap {
        display:none;
    }
    .menu-side__sub-menu {
        padding: 0;
        margin-bottom: 15px;
        position: relative;
    }
    .menu-side__sub-menu:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 35px;
        z-index: 6;
    }
    .menu-dropdown-submenu__item--header {
        font-size: 14px;
        color: #194378;
        font-weight: 400;
        padding: 3px 0;
        border-bottom: none;
        background: #FFF;
        border-radius:0;
    }
    .menu-side__sub-menu__title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .menu-side__sub-menu:hover .menu-dropdown-submenu {
        display: block;
    }
    .menu-side__sub-menu:hover .menu-side-arrow-icon {
        transform: rotate(180deg);
    }
    .menu-dropdown-submenu {
        position: relative;
        width: 100%;
        box-shadow: none;
        left: inherit;
        bottom: inherit;
        top: inherit;
        padding: 0;
    }
    .menu-dropdown-submenu-sub {
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        max-height: 100%;
    }
    .menu-dropdown-submenu-link {
        flex:0 0 100%;
        font-size: 14px;
        padding: 3px 0;
    }
    .open-dropdown .menu-dropdown-submenu {
        display: block;
    }
    .menu-side-arrow-icon {
        top: 10px;
    }
    .mymeditravel-currency-menu {
        color: #FFF !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        margin-bottom: 10px !important;
        display: flex !important;
        justify-content: space-between !important;
    }
}

.mymeditravel-main-menu {
    border-bottom: 1px solid rgb(241, 241, 241);
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    font-size: 13px !important;
    font-weight: normal !important;
    background: #fff;
    z-index: 12;
}

.head-top-control {
    height: 50px;
    min-height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    flex-direction: row-reverse;
}
@media (min-width: 1500px) {
    .head-top-control {
        width: 1480px;
    }
}



.open-search-side .head-top-control,
.open-menu-side .head-top-control {
    position: relative;
    overflow: hidden;
}
.open-search-side .menu-main-nav {
    opacity: 0.6;
}
.open-menu-side .menu-main-search-nav {
    opacity: 0.6;
}
.head-bottom-control {
    height: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mmt__logo {
    display: block;
    width: 205px !important;
    float: left;
}
.mmt__logo {
    display: block;
    width: 205px !important;
    float: left;
}
.bacsiday__logo {
    display: block;
    width: 152px !important;
    float: left;
}
.dokku__logo {
    display: block;
    width: 129px !important;
    float: left;
}
.img-logo-mmt {
    width: 100%;
}
.cart-notification-mobile {
    width: 42px;
    height: 40px;
}
.mymeditravel-btn-top {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 8px;
}
.mymeditravel-btn-menu-boxes {
    margin-left: auto;
    position: relative;
}
.mymeditravel-btn-menu-list {
    display: flex;
    height: 40px;
    align-items: center;
    margin-left: auto;
}
.mymeditravel-btn-menu {
    font-size: 14px;
    font-weight: 500;
    color: #1277a3;
    max-width: 195px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}
.mymeditravel-btn-menu:hover {
    color: #269dd0;
}
.mymeditravel-dropdown-submenu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    padding: 10px 15px;
    background: #fff;
    min-width: 180px;
    z-index: 99;
    flex-direction: column;
}
.mymeditravel-btn-menu-boxes:hover .mymeditravel-dropdown-submenu {
    display: flex;
}
.mymeditravel-dropdown-submenu-link {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #136589;
}
.dropdown_submenu_list {
    padding: 10px 15px;
    position: relative;
}
.mymeditravel-dropdown-submenu:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: none;
    border-top-color: #ffffff;
    content: '';
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: -5px;
    transform: rotate(178deg);
    display: none;
}
.dropdown_submenu_list li {
    list-style: none;
    margin-bottom: 5px;
    padding-top: 5px;
}
.dropdown_submenu_list li a {
    display: block;
    color: #0f82b4;
    font-size: 14px;
    font-weight: normal;
}
.dropdown_submenu_list li a:hover {
    color: #269dd0;
}
.mymeditravel-icon-menu {
    margin-right: 5px;
}
.mymeditravel-btn-normal {
    color: #0f82b4;
    background-color: #fff;
    border-color: #0f82b4;
    position: relative;
    margin-left: 5px;
    font-weight: normal;
}

.mymeditravel-navbar-top {
    background-color: #363c3f;
    width: 100%;
    height: 30px;
}
.link-top-mymeditravel {
    display: flex;
    justify-content: flex-end;
}
.list-top-mymeditravel {
    padding:5px 15px;
    position: relative;
}
.link-mds {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}
.link-mds:hover {
    color: #f1f1f1;
}
.mymeditravel-icon-top-img {
    margin-right: 5px;
}
.menu-main-nav {
    cursor: pointer;
    width: 35px;
    height: 35px;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    display:none;
}
.menu-main-nav-line {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #04325f;
    transition-duration: .25s;
}
.menu-main-nav-line::before, .menu-main-nav-line::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #04325f;
    transition-duration: .25s;
}
.menu-main-nav-line::before {
    content: '';
    top: -8px;
}
.menu-main-nav-line::after {
    content: '';
    top: 8px;
}
.menu-main-search-nav {
    display: none;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.menu-main-contact-nav {
    display: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.open-search-side .menu-main-search-nav {
    position: relative;
}
.open-search-side .menu-main-search-nav:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    background-image: url(/images/mmt/bg-menu-nav-close.svg);
    background-color: #FFF;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.wrapper-menu-full {
    min-height: 150px;
    opacity: 0;
    z-index: 0;
    left: -300px;
    transition: opacity 0.3ms;
    right: initial;
    position: fixed;
    top: 75px;
    bottom: 0;
    width: 300px;
    background: linear-gradient(180deg, #279eaf 0%, #194579 100%);
    padding: 0 0 100px 0;
    overflow: auto;
    color: #474747;
}
.wrapper-menu-full-bg {
    content: '';
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    z-index: -9999;
    top: 75px;
    display: none;
    transition: all 0.5s;
}
.open-menu-side .menu-main-nav {
    width: 35px;
    height: 35px;
}
.open-menu-side .menu-main-nav-line {
    transform: rotate(45deg);
    width: 25px;
}
.open-menu-side .menu-main-nav-line::before {
    top: 0;
    transform: rotate(0);
}
.open-menu-side .menu-main-nav-line::after {
    top: 0;
    transform: rotate(90deg);
}
.open-menu-side .wrapper-menu-full {
    opacity: 1;
    z-index: 98;
    transition: all 0.5s;
    left: 0;
}
.open-menu-side .wrapper-menu-full-bg {
    opacity: 1;
    z-index: 1;
    transition: all 0.5s;
    display: block;
}
.get-free-personalized-wrap {
    transition: all 0.3ms;
    opacity: 1;
}
.open-menu-side .get-free-personalized-wrap {
    opacity: 0;
    display: none;
}
.menu-full-row {
    display: flex;
    flex-wrap: wrap;
}
.menu-full-col {
    flex:0 0 25%;
}
.mymeditravel-inside-menu-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    display:none;
}
.mymeditravel-inside-menu-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #99a8af;
}

.mymeditravel-inside-menu-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: #99a8af;
}

.mymeditravel-inside-menu-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #657379;
}

.mymeditravel-inside-submenu > .mymeditravel-inside-menu-wrap {
    max-height: inherit;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: inherit;
    margin-bottom: inherit;
}

.menu-full-list li {
    list-style: none;
    color: #FFF;
}
.readmore-nav {
    margin-top: 10px;
}
.menu-full-list {
    position: relative;
    display: flex;
    flex-direction: column;
}
.menu-full-list__item {
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.menu-full-list__item:hover, .menu-full-list__item:focus {
    color: #bdd2db;
}
.menu-full-list__item:before {
    position: absolute;
    left: 3px;
    top: 8px;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #FFFFFF;
    display: inline-block;
}
.menu-full-list__item:last-child {
    margin-bottom: 0;
}
.menu-full-list-currency {

}
.menu-full-list-currency.dropdown-item {
    color: #FFF !important;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 2px;
    position: relative;
    padding: 3px 15px;
    border-bottom: 0;
}
.menu-full-list-currency.active {
    border-radius: 4px;
}
.menu-full-list li a {
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    display: block;
    padding-left: 13px;
    position: relative;
}
.menu-full-list li a:hover, .menu-full-list li a:focus {
    color: #bdd2db;
}
.menu-full-list li a:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #FFF;
    position: absolute;
    left: 3px;
    top: 9px;
}

@media (max-width: 1200px){
    .mymeditravel-search-procedure {min-width: 230px;}
    .mymeditravel-search-country {min-width: 200px;}
}

@media (max-width: 980px){
    .mymeditravel-main-menu {
        height: 75px;
    }
}

@media (min-width: 768px){
    .mymeditravel-navbar-left {
        margin-left: auto;
    }
    .mymeditravel-navbar-right {
        margin-right: auto;
    }
    .mymeditravel-navbar-form .mymeditravel-form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media (max-width: 768px){
    .menu-main-nav {
        display: flex;
    }

    .menu-full-row {
        flex-direction: column;
    }
    .menu-full-col {
        flex: 0 0 auto;
    }
    .head-top-control {
        flex-direction: row;
        padding: 0;
    }
    .menu-full-list li a:before {
        display: none;
    }
    .open-search-side .head-top-control:before {
        content: '';
        position: absolute;
        left: 0;
        z-index: 99;
        width: 70px;
        height: 100%;
    }
    .open-menu-side .head-top-control:before {
        content: '';
        position: absolute;
        right: 0;
        z-index: 99;
        width: 80px;
        height: 100%;
    }
    .open-search-side .head-top-control:before {
        content: '';
        position: absolute;
        left: 0;
        z-index: 99;
        width: 80px;
        height: 100%;
    }
    .open-search-bar .head-top-control:before {
        background-color: rgb(255 255 255 / 38%);
        content: '';
        position: absolute;
        right: 0;
        z-index: 99;
        width: 60px;
        height: 100%;
    }
    .open-search-bar .head-top-control:after {
        background-color: rgb(255 255 255 / 38%);
        content: '';
        position: absolute;
        left: 0;
        z-index: 99;
        width: 80px;
        height: 100%;
    }
    .head-bottom-control {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
    }
    .menu-main-search-nav {
        display: flex;
    }
    .menu-main-contact-nav {
        display: flex;
    }
    .mymeditravel-wrap-search {
        display: none;
        height: auto;
        right: 0;
        left: initial;
        position: fixed;
        top: 75px;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 0 0 100px 0;
        overflow: auto;
        z-index: 99;
        color: #474747;
        border: 0;
    }
    .open-search-side .mymeditravel-wrap-search {
        /*display: block;*/
        display: none;
    }
    .mmt-search-panel-wrap {
        width: 300px !important;
        position: fixed !important;
        right: -300px;
        z-index: 99;
        top: 75px;
        transition: all 0.5s;
        background-color: #FFF;
    }
    .open-search-side .wrapper-menu-full-bg {
        opacity: 1;
        z-index: 1;
        transition: all 0.5s;
        display: block;
    }
    .open-search-side .mmt-search-panel-wrap {
        right: 0;
        height: 100%;
        transition: all 0.5s;
    }

    .mymeditravel-input-search {
        width: 100%;
        height: 100%;
        padding-top: 15px;
    }
    .mymeditravel-btn-menu-list {
        display: none;
    }
    .menu-full-list {
        height: 0px;
        overflow: hidden;
        transition: height .4s ease;
    }
    .menu-full-list li {
        color: #333;
    }
    .open-dropdown .mymeditravel-inside-menu-wrap {
        height: auto;
        display: block;
    }
    .open-dropdown .menu-full-list {
        height: auto;
        overflow: hidden;
        border-radius: 6px;
        margin-top: 5px;
    }
    .menu-full-heading-navigator {
        color: #FFFFFF;
        cursor: pointer;
        position: relative;
        font-size: 15px;
        font-weight: 500;
        padding: 12px 15px;
    }
    .menu-full-heading {
        color: #FFFFFF;
        border-bottom: 1px dotted #78c2cd;
        cursor: pointer;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
    }
    .menu-full-heading:before {
        content: '';
        background: url('/images/mmt/down-arrow-white.svg') no-repeat center center;
        background-size: 12px 12px;
        flex: 0 0 12px;
        transition: all .4s ease;
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        border: 1px solid #78c2cd;
        padding: 0;
        border-radius: 100%;
        width: 18px;
        height: 18px;
    }
    .menu-full-col:last-child .menu-full-heading {
        border-bottom: 0;
    }
    .open-dropdown .menu-full-heading:before {
        transform: rotate(180deg);
    }
    .menu-full-heading-img {
        margin-right: 5px;
    }
    .menu-full-list li {
        font-size: 16px;
    }
    .menu-full-list li a {
        color: #333;
        font-size: 14px;
        display: block;
        padding: 3px 0;
    }
    .credit-private-user-wrap {
        display: none;
    }
    .credit-private-user-wrap-mobile {
        display: flex;
        padding-bottom: 5px;
    }

}

.mymeditravel_banner_wrapper {
    width: 100%;
    display: flex;
    background-color: #FFF;
}
.mymeditravel_banner_image {
    flex: 0 0 470px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.mymeditravel_banner_image:before {
    width: 470px;
    height: 452px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/images/mymeditravel/bg-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.mymeditravel_banner_logo {
    width: 95px;
    height: 95px;
    border-radius: 95px;
    overflow: hidden;
    background-color: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    right: -38px;
    top: 34px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 6%);
}
.mymeditravel_banner_logo_img {
    width: 100%;
    height: 100%;
}



@media (max-width: 768px){

}