body {
    padding-top: 191px;
}

.topbar-container {
    display: flex;
    align-items: center;
}

.topbar-container.left-content {
    justify-content: flex-start;
}

.topbar-container.right-content {
    justify-content: flex-end;
}

.mobile-icon-topbar {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
/*    border-left: 1px solid #dddddd;*/
}
a{
    text-decoration: none !important;
}
.mobile-icon-topbar img {
    height: 32px;
}

.mobile-list-topbar {
    display: inline-block;
    padding-left: 4px;
    padding-right: 10px;
/*    border-right: 1px solid #202945;*/
}

.mobile-list-topbar select {
    border: none;
}

.pay-bill-topbar {
    display: inline-block;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .pay-bill-topbar {
        width: 100%;
    }
}

.search-topbar {
    display: inline-block;
    width: 200px;
}

.pay-bill-container .pay-bill-amount {
    margin-right: 10px;
}

.pay-bill-container {
    display: inline-flex;
    height: 40px;
    align-items: center;
    margin-left: 10px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 768px) {
    .pay-bill-container {
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px;
    }
}

.menu-welcome-message {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    margin-right: 16px;
}

.account-selector {
    height: 24px !important;
    margin: 12px 0;
    font-size: 12px;
    font-weight: normal;
    background-color: #1D1D1D;
    color: white;
    min-width: 110px;
}

.account-selector ~ .select2 {
    padding-bottom: 6px;
}

.account-selector-select2.select2-selection.select2-selection--single {
    height: 28px !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}

.account-selector-select2.select2-selection .select2-selection__rendered {
    font-size: 12px;
    line-height: 16px !important;
    color: #ffffff !important;
}

.account-selector-select2.select2-selection .select2-selection__arrow {
    height: 20px !important;
}

.account-selector-select2.select2-selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #D50037 transparent transparent transparent !important;
}

.account-selector-select2.select2-selection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #D50037 transparent !important;
}

.bigdrop {
    width: 355px !important;
    left: unset !important;
    right: -110px;
    background-color: #202945 !important;
    color: #fff;
    border: none !important;
}

.bigdrop .select2-results {
    padding: 4px;
}

.bigdrop .extra-options {
    display: block;
    padding: 6px;
    border-top: 1px solid #E5E1E6;
    cursor: pointer;
    text-decoration:none;
}

.bigdrop .extra-options:hover {
    background-color: #F8F8F8;
    color: #202945;
}
.bigdrop .extra-options:hover .btc-e-icons-settings:before {
    background-image: url('../images/11.svg'); 
}
.bigdrop .extra-options:hover .btc-e-icons-account-logout:before {
    background-image: url('../images/297.svg');
}
.bigdrop .extra-options:hover .btc-e-icon-basicline-11:before {
    background-image: url('../images/9.svg');
}
.bigdrop .extra-options:hover .btc-e-icon-shoppingline-12:before {
    background-image: url('../images/287.svg');
}
.bigdrop .extra-options:hover .btc-e-icons-account-remove:before {
    background-image: url('../images/remove.svg');
}
.bigdrop .extra-options:hover .btc-e-icons-account-add:before {
    background-image: url('../images/add.svg');
}
.bigdrop .extra-options:hover .btc-e-icon-basicline-11::before,
.bigdrop .extra-options:hover .btc-e-icon-shoppingline-12::before,
.bigdrop .extra-options:hover .btc-e-icons-account-add::before,
.bigdrop .extra-options:hover .btc-e-icons-settings::before,
.bigdrop .extra-options:hover .btc-e-icons-account-logout::before,
.bigdrop .extra-options:hover .btc-e-icons-account-remove::before {
    color: #202945; 
}


.bigdrop .extra-options .option-icon {
    margin-right: 10px;
}

/* Clearing ---------------------------------- */
.group::after,
.entry-content::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 782px) {

    .admin-bar .screen-height {
        min-height: calc(100vh - 46px);
    }
}

.screen-width {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

/* Sections ---------------------------------- */

section {
    padding: 5rem 0 0 0;
    width: 100%;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 786px) {
    section {
        padding: 8rem 0;
    }
}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.section-inner.max-percentage {
    width: 100%;
}

.section-inner.thin {
    max-width: 58rem;
}

.section-inner.small {
    max-width: 80rem;
}

.section-inner.medium {
    max-width: 100rem;
}

.section-inner.no-margin {
    margin: 0;
}


@supports ( -webkit-overflow-scrolling: touch ) {

    .bg-attachment-fixed {
        background-attachment: scroll;
    }
}

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
    background: #fff;
}

.header-inner {
    max-width: 168rem;
    padding: 3.15rem 0;
    /*z-index: 100;*/
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 4rem;
    text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
    justify-content: flex-start;
    padding-left: 0;
    text-align: left;
}


/* Overlay Header ---------------------------- */

.overlay-header #site-header {
    background: transparent;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*z-index: 2;*/
}


@media (max-width: 782px) {

    .admin-bar.overlay-header #site-header {
        top: 46px;
    }
}

/* Header Navigation ------------------------- */

.header-navigation-wrapper {
    display: none;
}

/* Header Toggles ---------------------------- */

.header-toggles {
    display: none;
}

.header-inner .toggle {
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 0 2rem;
}

.header-inner .toggle svg {
    display: block;
    position: relative;
    z-index: 1;
}

.header-inner .toggle path {
    fill: currentColor;
}

.toggle-inner {
    display: flex;
    justify-content: center;
    height: 2.3rem;
    position: relative;
}

.toggle-icon {
    display: block;
    overflow: hidden;
}

.toggle-inner .toggle-text {
    color: #6d6d6d;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: calc(100% + 0.5rem);
    width: auto;
    white-space: nowrap;
    word-break: break-all;
}

.overlay-header .toggle-text {
    color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
    height: 2.5rem;
    max-width: 2.3rem;
    width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: 0.8rem;
    width: 2.6rem;
}

.nav-toggle .toggle-inner {
    padding-top: 0.8rem;
}

/* Primary Menu ---------------------------- */

#acountActive.active {
    background: #fff !important;
    color: #202945;
}

#acountActive.active a {
    color: #202945;
}

.primary-menu-wrapper {
    display: none;
}

#acountActive {
    background: #ffffff;
    color: #202945;
}

#acountActive a {
    color: #202945;
}

ul.primary-menu {
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.0277em;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}

.primary-menu .icon::before {
    height: 0.9rem;
    width: 0.2rem;
}

.primary-menu .icon::after {
    height: 0.2rem;
    width: 0.9rem;
}

.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
}

.primary-menu > li {
    margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li.menu-item-has-children > a {
    padding-right: 2rem;
}

.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
}

.primary-menu a {
    color: inherit;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    word-break: normal;
    word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
    text-decoration: underline;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: underline;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
    text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
    background: #202945;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.primary-menu ul::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #202945;
    right: 1.8rem;
}

.primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
    top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
}

.primary-menu ul ul::after {
    border-bottom-color: transparent;

    /*rtl:ignore*/
    border-left-color: #202945;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
}

.rtl .primary-menu ul ul::after {
    transform: rotate(180deg);
}

/*
* Enable nav submenu expansion with tapping on arrows on large-viewport
* touch interfaces (e.g. tablets or laptops with touch screens).
* These rules are supported by all browsers (>IE11) and when JS is disabled.
*/
@media (any-pointer: coarse) {

    .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 2rem;
    }

    .primary-menu ul li.menu-item-has-children > a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
}

.admin-bar .menu-modal {
    top: 32px;
}

@media (max-width: 782px) {

    .admin-bar .menu-modal {
        top: 46px;
    }
}

.menu-modal.show-modal {
    display: flex;
}

.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
    background: #fff;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3.1rem 0;
    width: 100%;
}

button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
    margin-right: 1.6rem;
}

.menu-modal .menu-top {
    flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
}

.modal-menu li {
    border-color: #dedfdf;
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
    border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    text-decoration: none;
    width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: underline;
}

button.sub-menu-toggle {
    border-left: 0.1rem solid #dedfdf;
    flex-shrink: 0;
    margin: 1rem 0;
    padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
    height: 0.9rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
}

button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
}

.modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
}

.modal-menu ul li {
    border-left-width: 1rem;
}

.modal-menu ul li a {
    color: inherit;
    font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
    position: relative;
}

.menu-wrapper .active {
    display: block;
}

.menu-wrapper.is-toggling {
    pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
    transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
        transition-duration: 1ms !important;
    }

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
    display: none;
}

.mobile-menu {
    display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
    flex-shrink: 0;
    padding: 4rem 0;
}

.menu-bottom nav {
    width: 100%;
}

.menu-copyright {
    display: none;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
    text-decoration: underline;
}

.menu-bottom .social-menu {
    justify-content: center;
}


/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: -9999rem;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
}

.admin-bar .search-modal.active {
    top: 32px;
}

@media (max-width: 782px) {

    .admin-bar .search-modal.active {
        top: 46px;
    }


}

.search-modal-inner {
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
    display: flex;
    justify-content: space-between;
    max-width: 168rem;
}

.search-modal.active {
    left: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
#chatselect{
    font-size: 18px;
}
button.search-untoggle {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: -2.5rem;
    padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
    color: inherit;
}

.search-modal.active .search-untoggle {
    animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
    transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
}

.search-modal .search-field {
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 2rem;
    letter-spacing: -0.0277em;
    height: 8.4rem;
    margin: 0 0 0 -2rem;
    max-width: calc(100% + 2rem);
    padding: 0 0 0 2rem;
    width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
    color: inherit;
}

.search-modal .search-field::-moz-placeholder {
    color: inherit;
    line-height: 4;
}

.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}

.search-modal .search-submit:focus {
    right: 0;
}

@media ( max-width: 767px ) {

    /*ul, ol {margin: 0 0 3rem 2rem;}*/
    /* Blocks -------------------------------- */
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        float: none;
    }

    /* Entry Content ------------------------- */
    /* LISTS */
    /*ul,*/
    /*ol {*/
    /*margin: 0 0 3rem 2rem;*/
    /*}*/
    /*li {*/
    /*margin: 0.5rem 0 0 1rem;*/
    /*}*/
    /* Post Footer --------------------------- */
    /* POST NAV LINKS */
    .post-nav-links {
        margin: 3em 0 0 0;
    }
}

@media ( min-width: 480px ) {

    /* Blocks -------------------------------- */
    /* BLOCK: BASE ALIGNMENT WIDTH */
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright,
    .wp-block-cover-image.alignleft,
    .wp-block-cover-image.alignright,
    .wp-block-cover.alignleft,
    .wp-block-cover.alignright,
    .wp-block-embed.alignleft,
    .wp-block-embed.alignright,
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright {
        max-width: 26rem;
    }

    /* BLOCK: TABLE WIDTH */
    .wp-block-table.alignleft,
    .wp-block-table.alignright {
        max-width: 100%;
    }

    /* Entry Content ------------------------- */
    /* ALIGNMENT CLASSES */
    .alignleft,
    .alignright {
        max-width: 26rem;
    }

    /* Post Footer --------------------------- */
    /* POST NAV LINKS */
    .post-nav-links {
        margin: 3em 0 0 0;
    }
}

.topbar {
    width: 100%;
    float: left;
    background: #202945;
    /*height: 48px;*/
    line-height: 48px;
}

.topbar .logo {
    width: 100px;
    opacity: 0;
}

.mobile-logo {
    opacity: 0;
}

.main-box {
    max-width: 1265px;
    margin: 0 auto;
}

.main-nav {
    margin-left: 13%;
    position: relative;
    float: left;
}

.main-nav.menu-nav-right {
    float: right;
    margin-left: 0;
}

.main-nav li {
    float: left;
    list-style: none;
    line-height: 48px;
}

.main-nav.menu-nav-right li {
    float: right; /* position: relative; */
}

.main-nav li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    display: block;
    padding: 0 27px 0 19px;
}

.main-nav li:hover a {
    background: #fff;
}
.main-nav li:hover .btc-e-icons-cart:before {
    background-image: url('../images/3.svg');
}
.main-nav li:hover .btc-e-icons-bell:before {
    background-image: url('../images/notificationIcon.svg');
}
.main-nav li:hover .menu-badge {
    background-color: #202945;
    color: #fff;
}
.main-nav li > ul, .main-nav li li > ul {
    width: 665px;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 55px 18px 20px 0px;
    display: none;
    margin: 0px;
    z-index: 100;
    background: #fff;
}

.main-nav.menu-nav-right li > ul, .main-nav.menu-nav-right li li > ul {
    width: 665px;
    position: absolute;
    left: unset;
    right: 0;
    top: 100%;
    margin: 0px;
    z-index: 100;
    background: #fff;
}

.main-nav.menu-nav-right li > ul.sub-menu, .main-nav.menu-nav-right li li > ul.sub-menu {
    width: 100px;
    position: absolute;
    left: 0;
    right: unset;
    padding: 20px 20px 20px 0px;
    margin-left: 20px
}

.main-header.sticky .main-nav li > ul {
    padding: 20px 18px 20px 0px;
}

.main-header.sticky .main-nav.menu-nav-right li > ul {
    padding: 20px 18px 20px 0px;
}

.main-header {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 100%;
    background: #fff;
    height: auto;
}

.sticky .header {
    padding: 10px 0px 31px 0px;
}

.main-nav li > ul {
    padding: 35px 18px 35px 0px;
}

.main-nav.menu-nav-right li > ul {
    /*padding: 35px 0px 35px 18px;*/
}

.main-nav li ul:before {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    left: -10000px;
    top: 0;
    background: #fff;
}

.main-nav li ul:after {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    right: -10000px;
    top: 0;
    background: #fff;
}

.main-nav li li {
    float: left;
    margin: 0;
    padding: 0 14px;
    line-height: normal;
    position: relative;
}

.main-nav li li a {
    font-size: 13px;
    color: #202945 !important;
    position: relative;
}

.main-nav li li a, .main-nav li:hover li a {
    color: #336699;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}

.main-nav li li a:hover {
    color: #002e53;
    text-decoration: none;
}

.main-nav li li > a:before {
    content: "";
    width: 0%;
    height: 3px;
    background: #D50037;
    position: absolute;
    bottom: -5px;
    z-index: 999;
}

.main-nav li > ul li:hover > a:before, .single.single-post .corporate-menu > ul li.menu-item-44778 > a:before {
    width: 100%;
    background: #D50037;
    z-index: 9999;
}

.main-nav li:hover > ul {
    display: block;
    z-index: 999;
}

.main-nav li .arrow {
    display: none;
}

.main-nav li li > ul {
    width: auto;
    background: #fff;
    padding: 25px 0 20px 0;
    margin-left: 14px;
    min-width: 195px;
}

.main-nav li li > ul:before {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    left: -10000px;
    top: 0;
    background: #fff;
}

.main-nav li li > ul:after {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    right: -10000px;
    top: 0;
    background: #fff;
}

.main-nav li li li > ul {
    position: absolute;
    padding-top: 0;
    display: none;
    margin-left: 10px;
    margin-top: -17px;
    left: 100%;
    z-index: 1;
    width: auto;
}

.main-nav li li li > ul:before {
    content: '';
    width: 10000px;
    height: 100%;
    position: absolute;
    left: -10000px;
    top: 0;
    background: #fff;
    z-index: 0;
}

.main-nav li li li {
    padding: 0;
    width: 100%;
    line-height: 20px;
}

.main-nav li li li a {
    font-size: 11px;
    color: #6d6d6d !important;
    position: relative;
    z-index: 1000;
}

.main-nav li li li > a:before {
    height: 2px;
    bottom: 0;
}

.main-nav li li li:hover a {
    font-size: 11px;
}

/*see more menu*/
.business-menu ul li.active2, .Global-menu ul li.active2 {
    display: none;
}

.business-menu ul li.active2.show, .Global-menu ul li.active2.show {
    display: block;
}

.business-menu ul li.active.hide, .Global-menu ul li.active.hide {
    display: none;
}
.personal-menu:hover > a ,.business-menu:hover > a,.global-menu:hover > a,.corporate-menu:hover > a{
    color: #D50037;
}
.main-nav li li.seemore {
    font-size: 12px;
    padding: 30px 0 0 0;
}

.main-nav li li.seemore .next {
    background: url(../images/arrow-menu.png) 4px 2px no-repeat;
    cursor: pointer;
    padding: 0 20px;
}

.main-nav li li.seemore .prev {
    background: url(../images/arrow-menu-left.png) 4px 2px no-repeat;
    cursor: pointer;
    display: none;
    padding: 0 20px;
}

.main-nav li li.seemore.btn-active .prev {
    display: block;
}

.main-nav li li.seemore.btn-active .next {
    display: none;
}

.main-nav li li.seemore .next:hover, .main-nav li li.seemore .prev:hover {
    background-position: 7px 2px;
}

.main-nav li.current-menu-item a:before,
.main-nav li.current_page_parent a:before {
    width: 100%;
}

.main-nav li li:hover li a:before {
    width: 0%;
}

.main-nav ul li li li:hover > a:before {
    width: 100%;
}

.page-id-12 .personal-menu > ul, body.personal-m .personal-menu > ul {
    display: block;
}

.page-id-12 .personal-menu > a,
.page-id-2700 .business-menu > a,
.page-id-1437 .Global-menu > a,
.page-id-2898 .corporate-menu > a,
body.personal-m .personal-menu > a,
body.business-m .business-menu > a,
body.Global-m .Global-menu > a,
body.corporate-m .corporate-menu > a,
body.single.single-post .corporate-menu > a {
    background: #fff;
    color: #292929;
}

.page-id-2700 .business-menu > ul, body.business-m .business-menu > ul {
    display: block;
}

.page-id-1437 .Global-menu > ul, body.Global-m .Global-menu > ul {
    display: block;
}

.page-id-2898 .corporate-menu > ul, body.corporate-m .corporate-menu > ul, .single.single-post .corporate-menu > ul, body.single.single-post .corporate-menu > ul, body.page-template-other-page-common .personal-menu > ul {
    display: block;
}

.admin-menu {
    float: right;
}

.admin-menu ul {
    float: left;
}

.admin-menu .wpml-ls-statics-shortcode_actions {
    float: left;
    clear: none;
    padding: 0px;
    border: none;
}

.admin-menu .wpml-ls-statics-shortcode_actions li a {
    line-height: 48px;
}

.admin-menu li {
    float: left;
    list-style: none;
    line-height: 48px;
}

.admin-menu li.none a {
    background-image: none !important;
}

/*.admin-menu li:last-child a{background:url(images/icon-global.png) right 5px center no-repeat #353535;}
.admin-menu li:last-child:hover a{background:url(images/icon-global-hover.png) right 5px center no-repeat #fff;}*/
.admin-menu li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 27px 0 19px;
}

.admin-menu li a:hover {
    background: #fff;
    color: #292929;
}

.header {
    width: 100%;
    float: left;
    padding: 15px 0 26px 0px;
    background: #fff;
}

.logo {
    float: left;
    width: 180px;
    position: relative;
    margin-top: 10px;
    margin-left: 0%;
}

.header .logo {
    z-index: 999;
}

.main-nav li a, .admin-menu li a, .main-nav li li a:before, .header-search .search-left, .logo, .main-footer .column li a:before, .follow-app .follow-us li a, .main-nav li li.seemore .next, .main-nav li li.seemore .prev, .archive ul li a, .main-nav li ul, .header, .carousel-text:before {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.header-search {
    float: right;
    width: 4%;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    z-index: 999999;
}

.header-search.active {
    width: 29%;
}

.header-search .search-left {
    float: left;
    position: absolute;
    right: -100%;
    width: 95%;
    background: #fff;
}

.header-search.active .search-left {
    right: 50px;
    width: calc(100% - 50px);
}

.header-search .section-inner {
    width: 100%;
}

.header-search .close-toggle {
    background: none;
    padding: 10px 15px;
    float: left;
}

.header-search .search-submit {
    display: none;
}

.header-search .search-form {
    margin: 0px;
}

.header-search .search-field {
    padding: 7px 12px;
    font-size: 14px;
    border: none;
    margin: 0px;
    border-bottom: 1px solid #202945;
}

.header-search .search-field:focus, .header-search .close-toggle:focus {
    outline: none;
}

.header-search .icon-search {
    float: right;
    cursor: pointer;
    border-left: 1px solid #202945;
    padding: 4px 0px 3px 3px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.main-header.sticky .header .logo {
    width: 110px;
}

.main-header.sticky .header-search {
    padding-top: 8px;
}

.menu-icon, .topbar .icon-search {
    display: none;
}

.follow-app .left h5 {
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    float: left;
    margin-right: 20px;
    line-height: 24px;
}

.follow-app .left p {
    float: left;
    margin: 0px;
}

.follow-app .left p img {
    margin: 0px;
    float: left;
    margin-right: 10px;
}

.follow-app .left p br {
    display: none;
}

/*media page css*/
.main-box {
    max-width: 1260px;
    margin: 0 auto;
}

.main-footer .main-box {
    padding-right: 15px;
    padding-left: 15px;
}

.top-section, .bottom-section, .bottom-section .row, .two-section, .two-section .row, .top-section .row, .two-section .row .col .meta-date,
.two-section .row .col .text-box, .archive, .media-nav {
    width: 100%;
    float: left;
}

.media-nav ul {
    float: right;
    margin-bottom: 8px;
}

.media-nav li {
    float: left;
    list-style: none;
    margin-left: 20px;
    font-size: 13px;
    color: #9a9a9a;
}

.media-nav li.archive-btn {
    cursor: pointer;
}

.media-nav li a {
    font-size: 13px;
    color: #9a9a9a;
    text-decoration: none;
}

.media-nav li a:hover, .media-nav li a.active {
    color: #D50037;
}

.main-box svg, .main-box img, .main-box embed, .main-box object {
    display: block;
    height: auto;
    max-width: 100%;
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
}

/*Chat css*/
.btn-chat {
    position: fixed;
    z-index: 80;
    bottom: 20px;
    right: 20px;
    /*    width: 68px;
    height: 76px;*/
    line-height: 45px;
    font-weight: 300;
    font-size: 19px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /*-webkit-border-radius: 5px 5px 0 0;*/
    /*-moz-border-radius: 5px 5px 0 0;*/
    /*   -ms-border-radius: 5px 5px 0 0;*/
    border-radius: 50%;
    /*  -o-border-radius: 5px 5px 0 0;*/
    /*border-radius: 5px 5px 0 0;*/
    cursor: pointer;
    background-size: 27px;
    background-color: #E5E1E6;
}

.btn-chat img {
    width: 60px;
}

.btn-default {
    color: #fff;
    background-color: #D50037;
    border-color: #D50037;
}

.btn-default:hover {
    color: #fff;
    background-color: #9b0724;
    border-color: #910621;
}

/*.modal {display: none;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99999999;-webkit-overflow-scrolling: touch;opacity: 1 !important;}*/
.modal a {
    text-decoration: none;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#exampleModalCenter .modal-dialog {
    width: 681px;
    margin: 20px auto;
}

.modal-content {
    line-height: 22px;
    font-size: 14px;
    padding: 20px 80px;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    background-clip: padding-box;
    outline: 0;
}

.modal-content .title {
    line-height: 35px;
    font-size: 30px;
    display: block;
    margin: 0 0 14px;
}

.modal-content p {
    margin: 0 0 20px;
}

.chat-list {
    font-size: 0;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
}

.chat-list li {
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    width: 33.33%;
    padding: 0 21px 28px;
    vertical-align: top;
}

.chat-list [class^='icon-'] {
    font-size: 46px;
    line-height: 46px;
    display: block;
    margin: 0 0 21px;
    color: #d2d2d2;
}

.chat-list .name {
    display: block;
    padding: 0 10px 22px;
    height: 70px;
    color: #202945;
}

/*.chat-list .btn {*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*    line-height: 21px;*/
/*    display: block;*/
/*    min-width: 0;*/
/*    padding: 7px 10px 10px;*/
/*}*/

#exampleModalCenter .modal-dialog {
    width: 681px !important;
    margin: 20px auto;
    position: relative;
    transform: none !important;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-st-facebook:before {
    content: "\e92a";
}

.icon-st-google:before {
    content: "\e92b";
}

.icon-st-twitter:before {
    content: "\e92c";
}

.icon-product:before {
    content: "\e929";
}

.icon-play:before {
    content: "\e928";
}

.icon-antenna:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-book:before {
    content: "\e902";
}

.icon-calendar:before {
    content: "\e903";
}

.icon-circle-close:before {
    content: "\e904";
}

.icon-circle-left:before {
    content: "\e905";
}

.icon-close:before {
    content: "\e906";
}

.icon-datacom:before {
    content: "\e907";
}

.icon-directory:before {
    content: "\e908";
}

.icon-esperience:before {
    content: "\e909";
}

.icon-facebook:before {
    content: "\e90a";
}

.icon-folder:before {
    content: "\e90b";
}

.icon-free:before {
    content: "\e90c";
}

.icon-function:before {
    content: "\e90d";
}

.icon-grade:before {
    content: "\e90e";
}

.icon-help:before {
    content: "\e90f";
}

.icon-home:before {
    content: "\e910";
}

.icon-instagram:before {
    content: "\e911";
}

.icon-internet:before {
    content: "\e912";
}

.icon-location:before {
    content: "\e913";
}

.icon-mobile:before {
    content: "\e914";
}

.icon-network:before {
    content: "\e915";
}

.icon-payment:before {
    content: "\e916";
}

.icon-pc:before {
    content: "\e917";
}

.icon-phone:before {
    content: "\e918";
}

.icon-postpaid:before {
    content: "\e919";
}

.icon-prepaid:before {
    content: "\e91a";
}

.icon-promotion:before {
    content: "\e91b";
}

.icon-roaming:before {
    content: "\e91c";
}

.icon-search-folder:before {
    content: "\e91e";
}

.icon-services:before {
    content: "\e91f";
}

.icon-skill:before {
    content: "\e920";
}

.icon-smartphone:before {
    content: "\e921";
}

.icon-touch:before {
    content: "\e922";
}

.icon-twitter:before {
    content: "\e923";
}

.icon-unlimited:before {
    content: "\e924";
}

.icon-user:before {
    content: "\e925";
}

.icon-youtube:before {
    content: "\e926";
}

.icon-loop-alt3:before {
    content: "\e927";
}

.modal-content .close {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 44px;
    height: 44px;
    padding: 10px;
    opacity: 1;
    color: #333;
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #202945;
    text-shadow: 0 1px 0 #fff;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.search-results article {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 0;
}

.search-results article .meta-date {
    margin-bottom: 5px;
}

.text-listing ul {
    margin-left: 10px;
}

.text-listing li {
    margin-bottom: 10px;
}

.showhidetable {
    padding-bottom: 60px;
}

.table-scroll .table-new.showhidetable {
    padding-bottom: 0px;
}

.buttonshow {
    position: absolute;
    cursor: pointer;
    bottom: 14px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
    background: #D50037;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #D50037;
}

.buttonshow:hover {
    border: 1px solid #202945;
    color: #202945;
}

.page-top {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #be2b35;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    color: #fff;
    left: 10px;
    cursor: pointer;
    display: none;
}

.page-top:hover {
    color: #202945;
}

img.menu-image.menu-image-title-after {
    max-height: 45px;
    padding: 0 0 10px 0;
}

img.hovered-image.menu-image-title-after {
    max-height: 45px;
    padding: 0 0 10px 0;
    display: none;
}

.menu-image-title-after.menu-image-title {
    padding-left: 0;
    font-size: 18px;
}

.main-nav li li a:hover img.hovered-image {
    display: inline-block;
}

.main-nav li li a:hover img.menu-image.menu-image-title-after {
    display: none;
}

.menu-image-hover-wrapper {
    display: block;
    text-align: center;
}

.main-footer .subscribe-ft input[type=email] {
    border: 1px solid #c2c2c2;
    padding: 11px 14px 10px 14px;
    color: #9b9b9b;
    border-right: none;
    background: none;
    height: 43px;
}

.main-footer .subscribe-ft input[type=email]::-webkit-input-placeholder {
    color: #9b9b9b;
}

.main-footer .subscribe-ft input[type=email]:-ms-input-placeholder {
    color: #9b9b9b;
}

.main-footer .subscribe-ft input[type=email]::placeholder {
    color: #9b9b9b;
}

.right-btn {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    padding-left: 29px;
    padding-bottom: 8px;
    padding-right: 29px;
    padding-top: 8px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 1px solid #202945;
    float: right;
    margin-top: 16px;
}

.right-btn:hover {
    background: #202945;
    color: #fff !important;
    text-decoration: none !important;
}

.table-new .t-body li small.highlight {
    color: #be2b35;
    font-weight: 600;
    font-size: 13px;
}

.search-results .search-page article a {
    color: #202945;
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    #acountActive > ul {
        display: block;
    }
    
}


/* responsive *//* responsive */
@media only screen and (min-width: 1360px) and (max-width: 1850px) {
    .table-new-wrap.margintp .table-new {
        width: 30%;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1600px) {
    .manage-paading, .manage-padding {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .slider-manage li h2 {
        font-size: 24px;
    }

    .package-tab.support li {
        font-size: 15px;
        padding: 7px 30px;
        line-height: 22px;
    }

    .main-header .main-box {
        max-width: 1088px;
    }

    .logo {
        width: 135px;
    }

    .logo img {
        max-width: 100% !important;
    }

    .main-nav {
        margin-left: 8%;
    }

    .main-nav li > ul, .main-nav li li > ul {
        padding: 25px 18px 25px 0px;
    }

    .main-nav.menu-nav-right li > ul, .main-nav.menu-nav-right li li > ul {
        padding: 25px 0px 25px 18px;
    }

    .header-search {
        padding-top: 30px;
    }

    body {
        padding-top: 166px;
    }

    .admin-menu li a {
        padding: 0 19px 0 19px;
    }

    .slider-manage li p {
        font-size: 13px;
    }

    .package-tab.five-g li {
        margin: 0 8px;
    }

    .client-info h3 {
        font-size: 26px;
    }

    .themify-popup.style-fullscreen .module-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    body {
        padding-top: 165px;
    }

    .main-footer .main-box {
        padding: 0 25px;
    }

    .main-footer .column {
        margin-bottom: 50px;
    }

    .main-footer .column li {
        font-size: 13px;
    }

    .main-footer .column h5:before {
        width: 80%;
    }

    .footer-copyright {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .header {
        padding: 20px;
    }

    .sticky .header {
        padding: 20px;
    }

    .header .logo {
        width: 140px;
    }

    .main-header.sticky .header .logo {
        width: 120px;
    }

    .main-nav li > ul {
        padding: 32px 18px 20px 0px;
        width: 610px;
    }

    .main-nav.menu-nav-right li > ul {
        padding: 32px 0px 20px 18px;
        width: 610px;
    }

    .main-header.sticky .main-nav li > ul {
        padding: 20px 18px 20px 0px;
    }

    .main-header.sticky .main-nav.menu-nav-right li > ul {
        padding: 20px 0px 20px 18px;
    }

    .main-nav li li {
        padding: 0 10px;
    }

    .main-nav li li a {
        font-size: 13px;
    }

    .header-search {
        padding-top: 25px;
        width: 29%;
    }

    .topbar .main-box {
        padding: 0 20px;
    }

    .header .main-box {
        padding: 0px;
    }

    .main-header.sticky .header .main-box {
        padding: 0px 20px;
    }

    .main-header.sticky .topbar .logo {
        width: 90px;
        margin-top: 6px;
    }

    .main-nav {
        margin-left: 7%;
    }

    .admin-menu li a {
        padding: 0 15px 0 15px;
    }

    .main-nav li a {
        padding: 0 19px 0 19px;
    }

    .main-box {
        padding: 0 20px;
    }

    .top-section .main-box, .media-nav .main-box, .two-section .main-box, .bottom-section .main-box {
        padding: 0 8%;
    }

    .top-section .text-box h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .top-section .text-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .two-section .row .col h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bottom-section .left-col {
        width: 78%;
    }

    .bottom-section .right-col {
        width: 20%;
    }

    .archive h4 {
        font-size: 16px;
    }

    .bottom-section .left-col .img-box {
        width: 30%;
    }

    .bottom-section .left-col .text-box h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .bottom-section .meta-date {
        font-size: 14px;
    }

    .archive h3 {
        font-size: 24px;
        padding-left: 28px;
    }

    .media-section .main-box {
        padding: 0px;
    }

    .table-new {
        margin: 15px 5px;
    }

    .table-new .t-body li.main-heading {
        font-size: 20px;
    }

    .table-new .t-body li {
        font-size: 20px;
        line-height: 26px;
    }

    .unified-slider .text-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .unified-slider .img-box img {
        width: 100%;
    }

    .package-tab.support li {
        font-size: 15px;
        padding: 7px 14px;
        line-height: 20px;
    }

    .offers-table thead td:first-child {
        font-size: 18px;
        line-height: 28px;
        padding: 22px 18px 18px;
    }

    .offers-table tbody td:first-child {
        padding: 15px 10px 13px 8px;
    }

    .offers-table::before {
        left: 134px;
    }

    .package-tab.five-g li {
        margin: 0 6px;
    }

    .investor-page .invest-tab li {
        font-size: 20px;
        padding: 19px 15px;
    }

    .main-nav li li > ul {
        margin-left: 10px;
    }

    img.menu-image.menu-image-title-after, img.hovered-image.menu-image-title-after {
        max-height: 41px;
    }

    .infrastructure .home-hosting .carousel-text p {
        min-height: 150px;
    }

    .infrastructure-main .carousel-text h3 {
        font-size: 20px;
    }

    .new-container .news-right li .text-box {
        width: 65%;
    }

    .client-info h3 {
        font-size: 24px;
    }

    .themify-popup.style-fullscreen .module-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .visit-retail-right .buttons-horizontal {
        float: right;
    }

    .home-hosting .carousel-text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .business-carousel .common h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .personal-carousel .common {
        padding: 35px 0;
    }

    .personal-carousel .common .text-box {
        padding: 130px 10px 0;
    }

    .personal-carousel2 .common h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .personal-carousel2 .common .caption {
        width: 90%;
        min-height: 125px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1359px) {
    .follow-app .follow-us {
        float: right;
    }

    .visit-retail-right .buttons-horizontal {
        float: right;
    }
}

@media only screen and (max-width: 767px) {

    .btn-chat img {
        display: block;
        max-width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 1023px) {

    body {
        padding-top: 53px;
    }

    .main-footer {
        padding: 20px 15px 70px 15px;
    }

    .main-footer .column {
        border-top: 1px solid #525252;
        margin-bottom: 20px;
    }

    .main-footer .column .col, .main-footer .column .col2, .main-footer .column .col3, .main-footer .column .col4 {
        width: 100% !important;
    }

    .main-footer .column ul {
        padding: 13px 0 5px 0;
    }

    .main-footer .column li {
        margin: 0px 0 8px 0;
        font-size: 13px;
    }

    .main-footer .column h5 {
        font-size: 14px;
        margin: 0 0 0 0;
        padding: 6px 0;
        border-bottom: 1px solid #525252;
    }

    .main-footer .column h5:before {
        display: none;
    }

    .main-footer .column ul {
        margin: 0px;
        display: none;
    }

    .follow-app .follow-us {
        float: left;
    }

    .follow-app .follow-us ul {
        margin: 0px;
    }

    .follow-app .left {
        margin-bottom: 15px;
        font-size: 14px;
        margin-right: 20px;
    }

    .footer-copyright {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        padding: 6px 0px;
        margin-bottom: 20px;
    }

    .footer-copyright .left, .footer-copyright .lang {
        float: none;
    }

    .main-footer .column h5 .arrow {
        background: #717171;
        width: 35px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        display: block;
        cursor: pointer;
    }

    .main-footer .column h5.active .arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    body.active {
        overflow: hidden;
    }

    .follow-app .left h5 {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .sticky-logo {
        display: none;
    }

    .mobile-logo {
        opacity: 1;
    }

    img.menu-image.menu-image-title-after {
        display: none;
    }

    .remove-br br {
        display: none;
    }

    .menu-image-title-after.menu-image-title {
      
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .follow-app .left h5, .follow-app .follow-us h5 {
        width: 100%;
    }

    .modal-dialog {
        width: 100%;
        margin: 50px auto;
        padding: 0 8px;
    }

    .modal-content {
        padding: 32px 10px 20px;
    }

    .modal-content .title {
        font-size: 22px;
    }

    .chat-list {
        margin: 0px;
        padding-top: 15px;
    }

    .chat-list li {
        font-size: 14px;
        line-height: 20px;
        display: table;
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

    .chat-list [class^='icon-'] {
        display: none;
    }

    .chat-list .name {
        display: table-cell;
        padding: 0 10px 0 0;
        vertical-align: middle;
        text-align: left;
    }

    /*.chat-list .btn {*/
    /*    line-height: 25px;*/
    /*    display: table-cell;*/
    /*    width: 150px;*/
    /*    margin: 0 0 0 auto;*/
    /*    padding: 6px 10px;*/
    /*    vertical-align: middle;*/
    /*}*/

/*    .btn-chat {
        width: 60px;
        height: 70px;
        right: 10px;
    }*/

    .btn-chat img {
        width:25px;
    }

    .main-footer .subscribe-ft .es-field-wrap {
        width: calc(100% - 115px);
    }

    .main-footer .subscribe-ft {
        width: 100%;
        padding-top: 20px;
    }

    .main-footer .subscribe-ft .emaillist {
        width: 100%;
        max-width: 500px;
    }

    .main-footer .subscribe-ft input[type="email"] {
        height: 40px;
        padding: 5px 10px;
        line-height: 28px;
        font-size: 14px;
    }

    .main-footer .subscribe-ft .es_submit_button {
        width: 115px;
        text-align: center;
        padding: 0 10px;
        font-size: 14px;
        line-height: 40px;
    }

    body.hide-scroll {
        overflow: hidden;
    }

    .tab-nav.invest-tab, .tab-nav3.invest-tab, .tab-nav2.invest-tab {
        margin-bottom: 0px;
    }

    .common-listing li {
        padding: 9px 6px 6px 6px;
    }

    .tab-nav4 {
        padding-bottom: 10px;
    }

    .tab-nav4 li {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .carousel-wrap {
        padding: 0 10.4% !important;
    }
}

@media screen and (max-width: 320px) {
    .offers-table::before {
        display: block;
        left: 46%;
    }
}

@media only screen and (max-width: 800px) {
    .tablecon {
        color: #202945;
        margin-top: 0px;
        width: 100%;
        border-color: white;
        font-size: 8px;
    }

    .tabcontent {
        color: #202945;
        color: white;
        display: none;
        padding: 40px 20px;
        height: 100%;
        font-size: 10px;
        text-align: center;
    }

    .tds {
        text-align: center;
        width: 25%;
        border-color: white;
        font-size: 12px;
    }
}

/*@media only screen and (min-width:400px) and (max-width:767px){*/
/*.modal-dialog{position: absolute;width:100%;left: 0;top: 50%;margin: 0;overflow-y: auto;-webkit-transform: translateY(-50%) !important; -moz-transform: translateY(-50%) !important; -ms-transform: translateY(-50%) !important; -o-transform: translateY(-50%) !important; transform: translateY(-50%) !important;}*/
/*}*/


/*Footer css*/
.main-footer {
    width: 100%;
    float: left;
    background: #1d1d1d;
    padding: 35px 0 0 0;
}

.main-footer .column {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.main-footer .column .col {
    float: left;
    width: 20% !important;
}

.main-footer .column .col2 {
    float: left;
    width: 29.4%;
}

.main-footer .column .col3 {
    float: left;
    width: 28%;
}

.main-footer .column .col4 {
    float: left;
    width: 16.6%;
}

.main-footer .column h5 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin-bottom: 46px;
    color: #fff;
    margin: 0 0 47px 0;
    line-height: 28px;
}

.main-footer .column h5:before {
    content: "";
    width: 210px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 48px;
}

.main-footer .column li {
    font-size: 14px;
    color: #fff;
    list-style: none;
    margin-bottom: 8px;
    font-weight: 300;
}

.main-footer .column li a {
    color: #fff;
    position: relative;
    text-decoration: none;
}

.main-footer .column li a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #ca1331;
    position: absolute;
    left: 0px;
    top: 22px;
}

.main-footer .column li a:hover:before {
    width: 100%;
}

.follow-app {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.follow-app .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.follow-app .left {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.follow-app .left h5 {
    color: #fff;
}

.follow-app .left a {
    color: #fff;
    margin: 0 5px;
}

.follow-app .left a img {
    margin: 0 !important;
}

.follow-app .follow-us {
    float: right;
    padding-top: 10px;
}

.follow-app .follow-us h5 {
    float: left;
    font-size: 13px;
    margin: 0px;
    color: rgb(229, 225, 230);
    line-height: 36px;
    margin-right: 15px;
}

.follow-app .follow-us li {
    float: left;
    list-style: none;
    margin: 0 6px;
    font-size: 16px;
    color: rgb(229, 225, 230);
    display: flex;
    align-items: center;
}

.follow-app .follow-us li a {
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
}



.follow-app .follow-us ul {
    float: right;
}

.follow-app .follow-us li a:hover {
    opacity: 0.7;
    color: rgb(229, 225, 230);
}

.footer-copyright {
    width: 100%;
    float: left;
    border-top: 1px solid #e5e1e650;
    line-height: 48px;
    color: #fff;
    margin-bottom: 68px;
    font-size: 14px;
    font-weight: 300;
}

.footer-copyright .lang {
    float: right;
}

.footer-copyright .left {
    float: left;
    
}

.main-footer .column h5 .arrow {
    display: none;
}

.heading-border {
    border-bottom: 14px solid #3a3a3a;
    width: 150px;
    padding-top: 25px;
    height: 14px;
}

.bigtext {
    font-size: 25px;
    margin-bottom: -10px !important;
    margin-top: -10px !important;
}

.small-text {
    font-size: 12px;
    margin-bottom: -10px !important;
    margin-top: -20px !important;
}

.slider-manage.black li .slide-inner-wrap {
    align-items: center;
    display: flex;
    min-height: 147px;
}

.slider-manage.black li h2 {
    color: #202945;
}

.list-margin li {
    margin-bottom: 22px;
}


.table-new2 .t-body li {
    width: 100%;
    border-top: 1px solid #bdbdbd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    padding: 0px;
    text-align: center;
}

.table-new2 .t-body li:first-child {
    border-top: 0;
    padding-top: 0px;
}


.main-nav li.no-hover-menu:hover a {

}

.main-nav li > ul li.menu-item.active-item > a:before {
    width: 100%;
    background: #D50037;
    z-index: 9999;
}

.main-nav li li.menu-item.active-item a img.hovered-image {
    display: inline-block;
}

.main-nav li li.menu-item.active-item a img.menu-image.menu-image-title-after {
    display: none;
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: list-item;
}

.cart-icon {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 14px;
    vertical-align: bottom;
}

.menu-badge {
    display: inline-flex;
    font-size: 9px;
    position: absolute;
    line-height: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    color: #202945;
    border-radius: 50%;
    top: 6px;
    right: 12px;
}

.main-sub {
    display: none;
}

.mobile-nav-only {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .only-mobile {
        display: list-item;
    }

    .only-desktop {
        display: none;
    }

    .main-footer {
        padding: 20px 15px 70px 15px;
    }

    .main-footer .column {
        border-top: 1px solid #525252;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .main-footer .column .col, .main-footer .column .col2, .main-footer .column .col3, .main-footer .column .col4 {
        width: 100% !important;
    }

    .main-footer .column ul {
        padding: 13px 0 5px 0;
    }

    .main-footer .column li {
        margin: 0px 0 8px 0;
        font-size: 13px;
    }

    .main-footer .column h5 {
        font-size: 14px;
        margin: 0 0 0 0;
        padding: 6px 0;
        border-bottom: 1px solid #525252;
    }

    .main-footer .column h5:before {
        display: none;
    }

    .main-footer .column ul {
        margin: 0px;
        display: none;
    }

    .follow-app .follow-us {
        float: left;
    }

    .follow-app .follow-us ul {
        margin: 0px;
    }

    .follow-app .left {
        margin-bottom: 15px;
        font-size: 14px;
        margin-right: 20px;
    }

    .footer-copyright {
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        padding: 6px 0px;
        margin-bottom: 20px;
    }

    .footer-copyright .left, .footer-copyright .lang {
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .main-footer .column h5 .arrow {
        background: transparent;
        width: 35px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #E5E1E6;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        display: block;
        cursor: pointer;
    }

    .main-footer .column h5.active .arrow, .main-nav li .arrow.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        text-align: left;
    }

    body.active {
        overflow: hidden;
    }

    .follow-app .left h5 {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
        text-align: left;
    }

    .main-sub {
        display: flex;
        height: 60px;
        width: 100%;
        position: relative;
        bottom: 0;
        justify-content: space-between;
        align-items: center;

        padding-left: 10px;
        padding-right: 10px;
    }

    .main-sub-left, .main-sub-right {
        display: inline-block;
    }

    .main-sub-link {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        color: #292929;
        font-size: 16px;
    }

    .main-sub-link:hover {
        color: #292929;
    }
}

@media screen and (max-width: 767px) {
    .main-box .logo a:hover {
        background: none;
    }

    .follow-app .left h5 {
        margin: 15px 0px;
    }
}

.account-selector-selected-element {
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .account-selector-selected-element .account-selector-number {
        font-size: 14px;
        color: #4f55eb;
    }

.account-selector-selected-element .account-selector-type {
    font-size: 12px;
    color: #202945;
}

.account-selector-selected-element span {
    line-height: 16px;
}

#accountNumberSelector ~ .select2 {
    z-index: 9999999;
}

    #accountNumberSelector ~ .select2 .select2-selection__arrow b {
        border-top-color: #4f55eb;
        border-bottom-color: #4f55eb;
    }

#accountNumberSelector ~ .select2 .select2-selection {
    border: none;
}

.account-number-dropdown-container .select2-results__options {
    text-align: left;
}

.select2-selection:focus {
    outline: none;
}

.has-badge {
    position: relative;
}

#notifications-box {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 380px;
    min-height: 200px;
    background: white;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(189, 189, 189, 0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(189, 189, 189, 0.5);
    box-shadow: 0px 3px 6px 0px rgb(189 189 189 / 50%);
    border-radius: 4px;
    line-height: normal;
}

.notification-list-container {
    padding: 15px;
}

.notifications-list-message {
    margin: 15px;
    font-size: 16px;
    display: block;
}

#notifications-list {
    max-width: 768px;
    background: white;
    margin: auto;
    min-height: 300px;
    webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

#notifications-box hr {
    border-color: #707070;
}

.notifications-title {
    margin-top: 3px;
    margin-bottom: 14px;
    font-weight: 600;
}

.notification-row {
    padding: 18px;
    display: flex;
    border: 1px #D3D3D3 solid;
    background-color: #FBFBFB;
    margin-bottom: 7px;
    position: relative;
    border-radius:8px;
}

.notification-row.unread .notification-title {
    margin-right: 30px;
}

.notification-row.unread .notification-title {
    font-weight: 600;
}

.notification-row.read .unread-indicator {
    display: none;
}

.unread-indicator {
    position: absolute;
    right: 18px;
    top: 25px;
    width: 8px;
    height: 8px;
    background-color: #D50037;
    border-radius: 50%;
}

div.notifications-list {
    max-height: 370px;
    overflow-y: auto;
    padding-right: 10px;
}

.notification-list .notification-row:last-child {
    margin-bottom: 0;
}

.notification-icon {
    margin-right: 10px;
}

.notification-icon i {
    font-size: 24px;
}

.notification-content {
    display: flex;
    flex-direction: column;
}

.notification-title {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
}

.notification-offer-service-id {
    font-size: 13px;
    font-weight: 600;
    color: #707070;
}

.notification-offer-service-number {
    color: #D50037;
}

.notification-offer-valid-until {
    color: #707070;
    font-size: 13px;
}

.notification-get-offer {
    font-size: 12px !important;
    color: #D50037 !important;
    text-decoration: underline !important;
    background-color: transparent !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.notification-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.notification-tabs > div {
    border-bottom: 3px solid #707070;
    padding-left: 20px;
    padding-right: 20px;
}

.notification-tabs > div.active {
    border-bottom: 3px solid #D50037;
}

.mobile-menu-badge-container {
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 40px;
    height: 100%;
}

.mobile-menu-badge {
    display: inline-flex;
    font-size: 11px;
    position: absolute;
    line-height: 0;
    width: 21px;
    height: 21px;
    background-color: #D50037;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}
.bootbox-confirm {
    display: flex !important;     /* ensure override */
    align-items: center;          /* vertical center */
    justify-content: center;      /* horizontal center */
    min-height: 100vh;            /* ensure it spans full viewport height */
    padding: 0 !important;        /* override inline padding if needed */
}

.bootbox .modal-dialog {
    margin: 0;
}