<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins&amp;display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');

@font-face {
    font-family: 'hel-new';
    src: url('fonts/Helvetica Neue CE 55 Roman.eot');
    src: local('â˜º'), url('fonts/Helvetica Neue CE 55 Roman.woff') format('woff'), url('fonts/Helvetica Neue CE 55 Roman.ttf') format('truetype'), url('fonts/Helvetica Neue CE 55 Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hel-bold';
    src: url('fonts/Helvetica Bold.eot');
    src: local('â˜º'), url('fonts/Helvetica Bold.woff') format('woff'), url('fonts/Helvetica Bold.ttf') format('truetype'), url('fonts/Helvetica Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppin-extra';
    src: url('fonts/Poppins-ExtraBold.eot');
    src: local('â˜º'), url('fonts/Poppins-ExtraBold.woff') format('woff'), url('fonts/Poppins-ExtraBold.ttf') format('truetype'), url('fonts/Poppins-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: local('â˜º'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header {
    -webkit-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
    height: 70px;
}

.dynamic-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 100;
}

.dynamic-dropdown .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    min-width: 32px;
    background: rgb(239, 239, 239);
}

.dynamic-dropdown .btn .fa {
    font-size: 24px;
    color: #030303;

    transform: rotate(0);
    transition: transform .25s cubic-bezier(0.25, 1, 0.5, 1);
}

.dynamic-dropdown .dynamic-ul-wrap {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;

    opacity: 0;
    pointer-events: none;
    transition: opacity .25s cubic-bezier(0.25, 1, 0.5, 1);
}

.dynamic-dropdown .dynamic-ul {
    border: 1px solid #DFDFDF;
    border-radius: 18px;
    background: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 18%) !important;
    margin: 0 !important;
    padding: 10px !important;
}

.dynamic-dropdown .dynamic-ul .dynamic-li a {
    width: 100%;
    height: auto;
    white-space: pre;
}

.dynamic-dropdown.is--active .dynamic-ul-wrap {
    opacity: 1;
    pointer-events: auto;
}

.dynamic-dropdown.is--active .btn .fa {
    transform: rotate(180deg);
}

.dynamic-dropdown .dynamic-ul.hide-ul,
.dynamic-dropdown.hide-dropdown {
    display: none;
} 

.menu-left-h .dropdown-premium {
    display: none;
}

.dropdown-premium {
    margin-right: 10px;
    float: right;
}

.dropdown-premium .form-group {
    margin: 0;
}

.dropdown-premium .select2-container  {
    max-width: 85px;
}

.dropdown-premium .select2-container--open .select2-selection {
    border: 0;
}

.dropdown-premium .select2-selection {
    padding: 10px;
    min-height: 51px;
    border-radius: 18px;
    border-color: #DFDFDF;
    border: 0;
}

.dropdown-premium .select2-container .select2-selection__rendered {
    color: var(--main-brand-gray-color);
    padding: 0 15px 0 0;
}

.dropdown-premium .select2-container .select2-selection__rendered .lang-selector {
    display: flex;
    align-items: center;
}

.dropdown-premium .select2-container .select2-selection__rendered .lang-img {
    width: 22px;
    margin-right: 5px;
}

.dropdown-premium .select2-container .select2-selection__rendered .lang-text {
    display: none;
}

.dropdown-premium .select2-container .select2-selection__rendered .lang-text.lang-value {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 0;
}

.dropdown-premium .select2-container .select2-selection__arrow {
    top: -2px;
    right: 0;
    height: 100%;
    width: 30px;
    transform: inherit;
}

.menu-left-h .button-wrap ul.menu a:hover {
    color: var(--main-brand-color) !important;
}  

.menu-left-h .button-wrap .dynamic-dropdown a:hover {
    color: var(--main-brand-color) !important;
}

.select2-dropdown--below.nav--dropdown {
    padding-top: 10px;
    margin-top: 0;
    border-radius: 18px !important;
    border: 1px solid #DFDFDF !important;
    border-top: 0 !important;
    width: 150px !important;
    left: -25px;
}
.select2-dropdown--below.nav--dropdown:after {
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
    background: #fff;
}

.select2-dropdown--below.nav--dropdown:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translate(-50%, 0) rotate(45deg);
    background: #fff;
    z-index: -1;
    box-shadow: 1px 0px 6px rgb(0 0 0 / 18%) !important;
}

.select2-dropdown--below.nav--dropdown .select2-search {
    margin: 0;
    padding: 0 10px 8px;
}

.select2-dropdown--below.nav--dropdown .select2-results {
    margin: 0;
    padding: 0;
}

.select2-dropdown--below.nav--dropdown .select2-results__options {
    padding-bottom: 5px;
    border-radius: 0 0 16px 16px;
}

.select2-dropdown--below.nav--dropdown .select2-results__option {
    font-size: 14px !important;
    padding: 8px 10px;
    color: var(--main-brand-gray-color);
}

.select2-dropdown--below.nav--dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7f7 !important;
}

.select2-dropdown--below.nav--dropdown .select2-results__option .lang-selector {
    display: flex;
    align-items: center;
}

.select2-dropdown--below.nav--dropdown .select2-results__option .lang-img {
    width: 22px;
    margin-right: 5px;
}

.select2-dropdown--below.nav--dropdown .select2-results__option .lang-text {

}

.select2-dropdown--below.nav--dropdown .select2-results__option .lang-text.lang-value {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}

.select2-dropdown--below.nav--dropdown .select2-results__option[aria-selected=true] {
    color: var(--main-brand-color) !important;
    background: transparent;
}

.ui-widget.ui-widget-content {
    background: white;
    box-shadow: none;
}

.ui-widget.ui-widget-content:not(.ui-autocomplete.ui-front) {
    background: transparent;
    top: 0 !important;
}

.subdomain_theme1 .header-sec.fixed {
    position: fixed;
}

.header-sec.header.fixed {
    z-index: 999;
    padding: 0 10px;
}

#editor_preview #fullscreenbtn .header.fixed {
    width: 100%;
    position: fixed;
    top: 0px !important;
    height: 98px;
    z-index: 999;
    box-shadow: 0px 0px 13px #e0e0e0;
    padding: 15px 15px;
}

#editor_preview #fullscreenbtn.fullwdth {
    padding: 50px 0px 0 0px;
}

.header-sec {
    padding: 15px 20px;
    background: #fff;
    height: 98px;

    /* position: absolute; */
    width: 100%;
    top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.menu-left-h {
    float: left;
    width: 42%;
}

.menu-left-h a.logo-inner {
    float: left;
    width: auto;
}

.menu-left-h a.logo-inner img {
    /* width: 100px; */
    max-width: 171px;
    margin-top: 0px;
    max-height: 100px;
}

.menu-left-h ul {
    margin-top: 15px;
    margin-left: 15px;
    list-style: none;
    padding: 0px;
    width: auto;
    float: left;
    overflow: hidden;
}

.menu-left-h ul li {
    float: left;
    width: auto;
    padding-left: 0px;
    line-height: inherit;
    /* white-space: pre; */
    flex-shrink: 0;
}

.menu-left-h ul li.hide-items {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.menu-left-h ul li a {
    display: block;
    width: auto;
    height: 40px;
    border-radius: 36px;
    padding: 10px 12px 0;
    font-family: 'Poppins', sans-serif !important;
    color: #455671;
    text-decoration: none;
    font-size: 15px;
    border: none;
}

.menu-right-h {
    float: left;
    width: 65%;
    width: 100%;
}

.menu-right-h a.join-login {
    font-family: 'Poppins', sans-serif !important;
    color: var(--main-brand-text-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 45px;
    border: 1px solid #e0dfdf;
    line-height: 40px;
    padding: 0px 18px;
    margin: 0 0 0 10px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    float: right !important;
    background: var(--main-brand-color);
    flex-shrink: 0;
}

.menu-right-h a.join-login:hover {
    color: var(--main-brand-color);
    border: 1px solid var(--main-brand-color);
    background: transparent;
}

.search-emp {
    width: auto;
    float: right;
    border-radius: 18px;
    background: #fff;
    height: auto;
    position: relative;
}

.search-emp input {
    color: var(--main-brand-gray-color);
    font-size: 14px;
    float: left;
    border: none;
    width: 230px;
    line-height: 49px;
    padding-left: 20px;
    background: none;
    outline: none;
    padding: 0px 15px;
    border-radius: 0px;
    margin-right: 0;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 18px 0 0 18px;
    font-weight: normal;
    font-family: 'Roboto', arial;
}

.search-emp input::-webkit-input-placeholder {
    /* Edge */
    color: var(--main-brand-gray-color) !important;
    font-weight: normal;
}

.arezza .search-emp input{
    font-size: 12px;
}



.search-emp input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--main-brand-gray-color) !important;
    font-weight: normal;
}

.search-emp input::placeholder {
    color: var(--main-brand-gray-color) !important;
    font-weight: normal;
}

.search-emp button {
    border: none;
    background: var(--main-brand-color);
    width: 60px;
    height: 51px;
    color: var(--main-brand-text-color);
    font-size: 16px;
    float: left;
    border-radius: 0 18px 18px 0;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--main-brand-color);
    text-align: center;
    padding: 0px;
}

.search-btn-res,
.tab-show {
    display: none;
}

#search-tab .close {
    display: none;
}

.resp-btn {
    display: none;
}

.Areeza .search-emp input{
    font-size: 12px;
}

/* menu */

.header .menu {
    clear: both;
    transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 18px 13px;
    position: relative;
    user-select: none;
    border: 1px solid #e0dfdf !important;
    border-radius: 8px;
}

.header .menu-icon .navicon {
    background: #ddd;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .fa {
    transform: rotate(0);
    transition: transform .25s cubic-bezier(0.25, 1, 0.5, 1);
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #ddd;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */
.header .menu-btn {
    display: none;
}

.header .menu-btn~.menu {
    z-index: 1;
}

.header .menu-btn:checked~.menu {
    max-height: 390px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon .fa {
    transform: rotate(180deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

#search-tab {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.menu-left-h .button-wrap {
    display: flex;
    padding-left: 15px;
    max-width: calc(100% - 150px);
    width: 100%;
    justify-content: space-between;
}

#search-tab form {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.search-btn-res.search.new-hader.autocomplete- {
    position: relative;
    top: 0;
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 15px;
    transform: none;
}

.search.search-btn-res.autocomplete- input {
    width: calc(100% - 55px);
    margin: 0;
}

.search-btn-res.autocomplete- .autocomplete-items {
    right: initial;
    margin: 0;
    margin-top: 4px;
    border: 0;
    box-shadow: 0 3px 10px #222222;
    max-height: calc(100vh - 100px);
    overflow: auto;
    background: #fff;
    border-radius: 18px;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div {
    padding: 15px 20px;
    border-bottom: 1px solid #d4d4d4;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div:first-child {
    padding-top: 20px;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div:last-child {
    padding-bottom: 20px;
    border: 0;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div i {
    color: #030303;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div strong {
    font-family: 'Roboto';
    font-weight: bold;
    color: #131947;
    font-size: 13px;
    cursor: pointer;
}

.search-btn-res.autocomplete- .autocomplete-items &gt; div:hover strong {
    color: var(--main-brand-color) !important;
}

/* 48em = 768px */
@media (min-width: 991px) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
        /* font-size: 13px !important; */
    }

    .header .menu {
        clear: none;
        float: left;
        max-height: none;

    }

    .header .menu-icon {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1460px) {

    .main-edit-dv.reducedv .search-emp input {
        color: var(--main-brand-gray-color);
        font-size: 14px;
        float: left;
        border: none;
        width: 160px;
        line-height: 49px;
        padding-left: 20px;
        background: none;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
        font-weight: normal;
        font-family: 'Roboto', arial;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .main-edit-dv.reducedv .search-emp input {
        color: var(--main-brand-gray-color);
        font-size: 14px;
        float: left;
        border: none;
        width: 160px;
        line-height: 49px;
        padding-left: 20px;
        background: none;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
        font-weight: normal;
        font-family: 'Roboto', arial;
    }

    .main-edit-dv.reducedv .search-emp button {
        border: none;
        background: var(--main-brand-color);
        width: 45px;
        height: 51px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid var(--main-brand-color);
        text-align: center;
        padding: 0px;
    }

    .main-edit-dv.reducedv .menu-left-h ul li {
        float: left;
        width: auto;
        margin-left: 0px;
        padding-left: 0px;
        line-height: inherit;
    }

    .main-edit-dv.reducedv .menu-right-h a.join-login {
        font-family: 'Poppins', sans-serif !important;
        color: var(--main-brand-color);
        font-size: 14px;
        font-weight: bold;
        border-radius: 45px;
        border: 1px solid #e0dfdf;
        line-height: 40px;
        padding: 0px 18px;
        margin-left: 10px;
        min-width: 110px;
        text-align: center;
        margin-top: 12px;
        text-decoration: none;
        float: right !important;
    }
}

@media (min-width: 992px) and (max-width: 1375px) {
    .menu-left-h ul li {
        float: left;
        width: auto;
        margin-left: 6px;
        padding-left: 0px;
        line-height: inherit;
    }

    .resp-btn {
        display: none;
    }

    .menu-right-h {
        float: left;
        width: 49%;
    }

    .menu-left-h {
        float: left;
        width: 51%;
    }

    .search-emp,
    .search-btn-res {
        display: none;
    }

    .menu-left-h .search-btn-res {
        display: none;
    }

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 18px;
        display: block;
        color: #e0dfdf;
        padding: 3px 16px;
        border-radius: 10px;
        border: none;
        border: 1px solid #e0dfdf;
        top: 0px;
        height: 40px;
        line-height: 31px;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 4px 17px 11px 17px;
        font-size: 27px;
    }
}

@media (min-width:641px) and (max-width: 1075px) {
    .menu-left-h .button-wrap .dropdown-premium {
        display: block;
    }
    .search-emp,
    .menu-right-h .search-btn-res {
        display: none !important;
    }

    .menu-right-h {
        display: none;
    }

    .menu-left-h {
        float: left;
        width: 100%;
    }

    ul.menu {
        width: 100% !important;
        border-radius: 0;
        box-shadow: 0 8px 13px rgba(222, 222, 222, 0.4);
        float: left !important;
        margin: 16px auto;
        background: #fff;
    }

    .menu-icon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        user-select: none;
        margin-left: 15px;
        margin-top: 10px;
        margin-right: 20px;
    }

    .menu-left-h ul li {
        float: left;
        width: 100%;
        margin-left: 10px;
        padding-left: 0px;
        line-height: inherit;
    }

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 18px;
        display: block !important;
        color: #e0dfdf;
        padding: 3px 16px;
        border-radius: 10px;
        border: none;
        border: 1px solid #e0dfdf;
        top: 0px;
        height: 40px;
        line-height: 31px;
    }

    #search-tab {
        display: block;
    }

    #search-tab.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: calc(100% - 55px);
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: var(--main-brand-color);
        width: 55px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid var(--main-brand-color);
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 4px 17px 11px 17px;
        font-size: 27px;
    }


}

@media (min-width: 320px) and (max-width: 767px) {

    #search-tab form {
        align-items: flex-start;
    }

    .tab-show {
        display: none;
    }

    .arezza .dropdown-premium{
        margin-right: 33px;
    }

    .arezza .select3-container .select3-selection--single .select3-selection__rendered{padding-left: 0 !important;}

    a.search-btn-res {
        float: right !important;
        width: auto !important;
        font-size: 18px;
        display: block !important;
        color: #e0dfdf;
        padding: 3px 16px;
        border-radius: 10px;
        border: none;
        border: 1px solid #e0dfdf;
        top: 0px;
        height: 40px;
        line-height: 31px;
    }


    #search-tab {
        display: block;
    }

    #search-tab.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

    .search-btn-res.search.new-hader {
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: none;
        background: none;
        margin: auto;
        transform: translate(0, -50%);
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 77%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: var(--main-brand-color);
        width: 55px;
        height: 51px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid var(--main-brand-color);
        margin-top: -1px;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 4px 17px 11px 17px;
        font-size: 27px;
    }

    .header-sec {
        height: 75px;
        padding: 4px 0px;
    }

    .menu-left-h {
        float: left;
        width: 100%;
    }

    .menu-right-h {
        float: left;
        width: 60%;
        display: none;
    }

    .menu-icon {
        cursor: pointer;
        display: inline-block;
        padding: 18px 13px !important;
        position: relative;
        user-select: none;
        margin-left: 15px;
        border: 1px solid #e0dfdf !important;
        border-radius: 8px;
    }

    .menu-icon .navicon {
        background: #ddd;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

    ul.menu {
        width: 100% !important;
        border-radius: 0;
        box-shadow: 0 8px 13px rgba(222, 222, 222, 0.4);
        float: left !important;
        margin: 16px auto;
        background: #fff;
        padding-top: 10px;
    }

    .menu-left-h ul li {
        float: left;
        width: 100%;
        margin-left: 10px;
        padding-left: 0px;
        line-height: inherit;
    }

    .header.fixed {
        padding: 15px 0px;
    }

    .menu-left-h ul li a {
        width: auto;
        height: 40px;
        border-radius: 36px;
        padding: 10px 14px 0;
        font-family: 'Poppins', sans-serif !important;
        color: #8D8D8D;
        text-decoration: none;
        font-size: 15px;
        float: left;
        display: block;
    }
}

.text-secondary {
    color: var(--main-brand-secondary-color) !important;
}

/* Theme-1 css */
.header .menu,
.main-edit-dv .header .menu {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0;
    align-self: center;
    overflow: hidden;
    flex-basis: max-content;
}

.header-sec,
.main-edit-dv .header-sec {
    position: relative;
    display: flex;
    justify-content: space-between;
}

/*.header-sec:after,
.main-edit-dv .header-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 10;
}
*/

.menu-left-h ul li a,
.main-edit-dv .menu-left-h ul li a {
    line-height: 40px;
    padding: 0 10px;
    text-transform : capitalize;
}

.menu-left-h,
.menu-right-h,
.main-edit-dv .menu-left-h,
.main-edit-dv .menu-right-h {
    /* width: auto; */
}

.menu-left-h,
.main-edit-dv .menu-left-h {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    /* max-width: calc(100% - 600px); */
    width: 100%;
}

.menu-right-h,
.main-edit-dv .menu-right-h {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.search-emp input,
.main-edit-dv .search-emp input {
    max-width: 170px;
    width: auto;
}


.menu-left-h .search-btn-res,
.main-edit-dv .menu-left-h .search-btn-res {
    display: none;
}

.header li .resp-btn,
.resp-btn {
    display: none;
}

.search-emp,
.main-edit-dv .search-emp {
    display: none;
}


.arezza .search-emp input{
    width: 255px !important;
}

.Areeza .search-emp input{
    width: 255px !important;
}


.arezza .search-emp input, .main-edit-dv .search-emp input, .Areeza .search-emp input, .main-edit-dv .search-emp input{
    max-width: 264px;
}

.eleb-lang-selector .select2 .image--select2 {
    width: 101px !important;
    position: absolute !important;
    left: 28px !important;
    z-index: 10;
}

.eleb-lang-selector .select2 .select2-selection__arrow {
    position: absolute !important;
    left: 72px !important;
    top: 0px !important;
    z-index: 0 !important;
}

.Arezza .nav--modal .modal-content .modal-body .checkbox label::after {
    left: 1px !important;
}



@media (min-width: 1441px) {
    .search-emp,
    .main-edit-dv .search-emp {
        display: block;
    }


    .Areeza .search-emp,
    .main-edit-dv .search-emp {
        display: flex;
    }
    .arezza .search-emp,
    .main-edit-dv .search-emp {
        display: flex;
    }

 
}

@media (max-width: 1440px) {
    .search-btn-res.search.new-hader {
        position: absolute;
        top: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: none;
        background: none;
        margin: auto;
        transform: translate(0, -50%);
    }

    .search.new-hader input {
        color: #455671;
        font-size: 14px;
        float: left;
        border: none;
        width: 73%;
        line-height: 49px;
        padding-left: 20px;
        background: #fff;
        outline: none;
        padding: 0px 15px;
        border-radius: 0px;
        margin-right: 0;
        box-shadow: none;
        border: 1px solid #DFDFDF;
        border-radius: 18px 0 0 18px;
    }

    .search.new-hader button {
        border: none;
        background: var(--main-brand-color);
        width: 55px;
        height: 53px;
        color: #fff;
        font-size: 16px;
        float: left;
        border-radius: 0 18px 18px 0;
        outline: none;
        cursor: pointer;
        border: 1px solid var(--main-brand-color);
        margin-top: -1px;
    }
    
    .menu-left-h, .main-edit-dv .menu-left-h {
        max-width: calc(100% - 360px);
    }

    .dropdown-premium .select2-selection {
        min-height: 40px;
    }

    .dropdown-premium .select2-container .select2-selection__rendered {
        line-height: 18px;
    }

    a.search-btn-res {
        float: right;
        width: auto;
        font-size: 18px;
        display: block;
        color: var(--main-brand-gray-color);
        padding: 3px 16px;
        border-radius: 10px;
        border: none;
        border: 1px solid #DFDFDF;
        top: 0px;
        height: 40px;
        line-height: 31px;
    }

    #search-tab.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }

    #search-tab .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-brand-color);
        border-color: #ccc;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }
    
    #search-tab {
        display: block;
    }
}

@media (max-width: 1375px) {
    .menu-left-h ul,
    .menu-left-h ul li {
        margin-left: 0;
    }

    .header-sec {
        padding: 15px 20px;
    }

    .menu-right-h a.join-login {
        margin-left: 10px;
        min-width: 110px;
    }
    .menu-left-h ul li a {
        font-size: 15px;
        padding: 0 5px;
    }
}

@media (max-width: 1280px) {
    .menu-left-h, .main-edit-dv .menu-left-h {
        max-width: calc(100% - 300px);
    }
    .menu-left-h .button-wrap {
        padding-left: 8px;
        max-width: calc(100% - 100px);
    }
    .menu-left-h a.logo-inner {
        width: 75px;
    }
    .menu-left-h a.logo-inner img {
        width: 100%;
    }
    .menu-left-h ul li a {
        font-size: 14px;
        padding: 0 3px;
    }
}


@media (max-width: 1075px) {
    .resp-btn {
        display: block;
    }

    .menu-left-h .search-btn-res,
    .main-edit-dv .menu-left-h .search-btn-res {
        display: block;
        align-self: center;
        order: 1;
        margin-right: 20px;
    }

    .menu-right-h,
    .dynamic-dropdown .btn,
    .main-edit-dv .menu-right-h {
        display: none;
    }

    .menu-left-h,
    .main-edit-dv .menu-left-h {
        max-width: 100%;
        justify-content: space-between;

    }

    .menu-left-h .button-wrap {
        max-width: 100%;
        justify-content: flex-end;
    }

    .header .menu,
    .main-edit-dv .header .menu {
        flex-grow: 1;
        width: 100%;
        border-radius: 0;
        box-shadow: 0 8px 13px rgb(222 222 222 / 40%);
        background: #fff;
        max-width: calc(100% - 250px);
    }

    .header .menu li,
    .main-edit-dv .header .menu li {
        padding: 0px 14px 0;
        color: #8D8D8D;
        text-decoration: none;
        font-size: 15px;
    }

    .header .menu li .resp-btn,
    .main-edit-dv .header .menu li .resp-btn {
        margin: 0;
        background: transparent;
        font-weight: normal;
        text-align: left;
        height: 40px;
    }

    .header .menu li:first-child,
    .main-edit-dv .header .menu li:first-child {
        padding-top: 20px;
    }

    .header .menu li:last-child,
    .main-edit-dv .header .menu li:last-child {
        padding-bottom: 20px;
    }

    .header .menu li:nth-last-child(-n+3),
    .main-edit-dv .header .menu li:nth-last-child(-n+3) {
        display: block;
    }

    .header .menu-icon,
    .main-edit-dv .header .menu-icon {
        display: flex;
        align-items: center;
        height: 40px;
        order: 2;
        padding: 5px 15px;
        margin: 0;
    }

    .header .menu-icon .fa {
        font-size: 16px;
    }

    .header .menu-icon .more-text {
        color: var(--main-brand-gray-color);
        padding-left: 8px;
    }

    .menu-left-h a.logo-inner img {
        width: 70px;
        margin-top: 0;
    }

    .header .menu-btn~.menu {
        align-self: flex-start;
        margin-top: 99px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        flex-direction: column;
    }

    .header .menu {
        max-height: 0;
    }

    .resp-btn {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .menu-left-h .button-wrap .dropdown-premium {
        display: block;
    }

    .Arezza .menu-left-h .button-wrap {
        justify-content: space-around;
    }

    .Arezza span.select3.select3-container.select3-container--default {
        width: 60px !important;
    }

    .Arezza .select3-container .select3-selection--single .select3-selection__rendered{
        font-size: 12px;
    }

    .Arezza .header .menu li .resp-btn, .main-edit-dv .header .menu li .resp-btn{
        float:left !important;
    }

    .Arezza .select3-dropdown--below.nav--dropdown{
        margin-top: 7px;
    }

    

    .header-sec {
        padding: 15px 6px;
    }

    .header .menu-icon, .main-edit-dv .header .menu-icon {
        display: flex;
        align-items: center;
        height: 36px;
        order: 2;
        padding: 3px 8px;
        margin: 0;
    }

    #breadCumDiv a{
        padding:10px;
    }

    .select3-container--default .select3-selection--single .select3-selection__arrow b{
        margin-left: 13px;
    }

    .header .menu-icon, .main-edit-dv .header .menu-icon {
        display: flex;
        align-items: center;
        height: 36px;
        order: 2;
        padding: 3px 8px;
        margin: 0 0 0 10px;
    }

    .header .menu-btn~.menu {
        margin-top: 75px;
        padding: 0;
    }

    .header .menu,
    .main-edit-dv .header .menu {
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 425px) {
    /* .dropdown-premium .select2-container {
        min-width: 120px;
    } */
}

@media (max-width: 375px) {
    .header .menu,
    .main-edit-dv .header .menu {
        max-width: 100%;
        transform: none;
        left: 0;
    }
}



</pre></body></html>