.dropdown-hover {
    float: left;
    overflow: hidden;
}

.dropdown-hover-content {
    display: none;
    position: absolute;
    margin-top: 7px;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 27px 0 0;
    z-index: 4;
}
.dropdown-hover:hover .dropdown-hover-content h6 {
    text-align: right;
    padding-bottom: 10px;
}

.dropdown-hover-content .row {
    width: 100%;
    margin: 0;
    direction: ltr;
}

.dropdown-hover-content a.dropdown-item {
    font-size: 14px;
    white-space: normal;
    display: block;
    text-align: right;
    padding-bottom: 5px;
}

.dropdown-hover:hover .dropdown-hover-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(var(--primary-dark-color-rgba), .2);
    -moz-box-shadow: 0 5px 25px 0 rgba(var(--primary-dark-color-rgba), .2);
    box-shadow: 0 2px 4px #0000003b;
}


.mega-menu-column{
    width:20%;
}

.mega-menu-column-one{
    width: 16%;
    border-right: 1px solid #939393;
    margin-left: auto;
}
.mega-menu-column.one.border-right {
    border-right: 1px solid;
}

li.more-mn .mega-menu-column {
    width: 100%;
}

.blink_me {
    animation: blinker 1s linear infinite;
    font-size: 14px;
    color: red;
    position: absolute;
    top: -19px;
    margin-left: 90px;
    transform: rotate(30deg);
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
ul.main-nav::-webkit-scrollbar-thumb, ul.main-nav::-webkit-scrollbar, ul.main-nav::-webkit-scrollbar-track {
    height: 0;
}
.nav-div, .tbar,.foot-bxa,.top-bar-new {
    max-width: 1200px;
    margin: 0 auto;
    width:100%;
}

#div-gpt-lb-1 {

    padding-top: 8px !important;
    text-align: center;

}
.hamburger-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
body.stop {
    overflow: hidden;
}

.navbar-brand{
    margin-right: 0;
}

ul.main-nav::-webkit-scrollbar-thumb {
    background-color: transparent ;
}


.top-brand-bar {
    width: 100%;
    display: inline-block;
}

.main-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

.company-logo {
    text-align: center;
    /* padding-bottom: 10px;
        padding-top: 10px; */
}

.menu-top-brand-menu-container {
    background: #000000;
    border-bottom: 1px solid #dedede;
    display: flex;
    border-top: 1px solid #000;
}

ul#menu-top-brand-menu {
    margin: auto;
    width: 85%;

    padding-left: 0;
    text-align: center;
}

ul.topsocial-icons {
    float: right;
    display: flex;
    align-items: center;
    height: 23px;
    width: 15%;
    justify-content: end;
    margin-bottom: 0;
    padding-left: 0;
    text-align: right;
}

header#navbar {
    width: 100%;
    /*max-width: 1228px;*/
    z-index: 99;
    background: white;
}

.main-nav a.active {
    color: #c60b0b !important;
}
.navbar-nav.menu2 li a.active{
    color: #c60b0b !important;
}

.top-brand-bar {
    width: 100%;
    display: inline-block;
}

.menu-top-brand-menu-container {
    background: #000000;
    border-bottom: 1px solid #dedede;
    display: flex;
}

ul#menu-top-brand-menu {
    margin: auto;
    width: 85%;

    padding-left: 0;
    text-align: center;
}

.top-brand-bar ul li {
    display: inline;
    padding: 0 10px;
}

.top-brand-bar ul li a {
    color: #cecece;
    font-size: 9px;

    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.company-logo {
    text-align: center;
    /* padding-bottom: 10px;
    padding-top: 10px; */
}

.navbar-brand {
    margin-right: 0;
}
.express-parent-div{background: #fff;}
.navbar-wrapper {
    display: flex;
    border-top: 3px solid black;
    border-bottom: 1px solid #cecece;
    background: white;
    justify-content: center;
    direction: rtl;
}

.main-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

.main-nav li a {
    color: black;
    text-transform: uppercase;

    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
}

.hamburger-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.button_container {
    position: relative;
    top: 3px;
    right: 0;
    width: 20px;
    height: 24px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.button_container span {
    background: #000000;
    border: none;
    height: 1.5px;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container:hover {
    opacity: 0.7;
}
.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
    top: 27px;
}


.button_container.active {
    position: fixed;
    top: 15px;
    right: 15px;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 17px;
}

.overlay-btn-menu {
    z-index: 9;
    position: fixed;
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: scroll;
}

.overlay-menu ul{
    display: inline-block;
    width: 195px;
    height: auto;
}

.overlay-menu ul li{
    display: block;
    width: 100%;
}


.overlay-menu ul li a{
    color: white;
}

.overlay-btn-menu.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}

.overlay-btn-menu.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay-btn-menu.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.overlay-btn-menu.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.overlay-btn-menu.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay-btn-menu .overlay-menu {
    position: relative;
    height: 100%;
    top: 45%;
    transform: translateY(-33%);
    font-size: 50px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: center;
}

.overlay-btn-menu ul.nav-1-lsting{
    display: block;
}
img.list-logos-img {
    max-height: 37px;
}
.overlay-btn-menu .nav1 {
    display: block;
    /* flex-wrap: wrap; */
    max-height: 690px;
    /* flex-direction: row; */
}
.overlay-btn-menu.open li {
    border-bottom: 1px solid #363636;
}
.overlay-btn-menu ul {
    display: block;
    width: 195px;
    height: auto;
    margin-top: 10px !important;
    width: 100% !important;
    display: block;
}

.overlay-btn-menu ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 30px;
    position: relative;
    opacity: 0;
    width: 100%;
}

.overlay-btn-menu ul li a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 6px;

    width: max-content;
}

.overlay-menu ul li.mn-heading-menu p {
    background-color: #3c5565;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;

    display: inline-block;
    position: relative;
    margin: 0;
}

.overlay-menu ul li.mn-heading-menu p:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid #3c5565;
    border-right: 6px solid transparent;
    position: absolute;
    right: -6px;
}

.overlay-btn-menu ul li a:hover:after, .overlay-btn-menu ul li a:focus:after, .overlay-btn-menu ul li a:active:after {
    width: 100%;
}
.overlay-btn-menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 1px;
    background: #FFF;
    transition: 0.35s;
}

.overlay-menu ul li.mn-heading-menu p {
    background-color: transparent !important;
    font-size: 23px;
    font-weight: 600;
}
.overlay-btn-menu ul {
    margin-top: 10px !important;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}



@media screen and (max-width: 1024px){

    .hamburger-wrapper {
        display: flex !important;
        align-items: center !important;
        padding-right: 0px;
    }
    li.more-mn{
        display:none;
    }
    div.top-brand-bar ul li {
        padding: 0 6px;
    }

    ul.topsocial-icons {
        display: none;
    }

    ul#menu-top-brand-menu {
        margin: auto;
        width: 100%;
    }
    ul.main-nav {
        overflow-y: scroll;
        justify-content: left;
    }
}

@media screen and (max-width: 991px){
    .overlay-btn-menu ul {
        padding-left: 10px;
        width: 165px;
    }

    .overlay-btn-menu ul li a {
        font-size: 16px;
    }
}




@media screen and (max-width:767px){

    .navbar-wrapper {
        /* margin-bottom: 15px; */
    }

    .overlay-btn-menu ul li a{
        font-size: 16px;
    }

    div#main-menu2 {
        display: none;
    }



    .live-express-logo a {
        display: flex;
        align-items: center;
        padding: 5px 5px;
        justify-content: center;
        background: #ececec;
    }

    img.tv-icon-cls {
        width: 36px !important;
        margin-right: 5px;
    }


}

@media screen and (max-width: 800px){
    .marquee {
        width: 100%;
    }}

@media screen and (max-width: 425px){
    .marquee {
        width: 100%;
    }
    .main-nav {
        width: 90%;
    }

    .overlay-btn-menu .nav1 {
        max-height: 1100px;
    }

    .overlay-btn-menu ul {
        padding-left: 25px;
    }
    .overlay-btn-menu.open{
        overflow: scroll;
    }
    .overlay-btn-menu .overlay-menu {
        transform: translateY(-38%);
    }
}

.dropdown-hover-content {
    max-width: 1170px;
    margin: 0 auto;
}

header#navbar {
    /* position: absolute !important; */
}

.border-class{
    border-left: 1px solid black

}

.arrow-down:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 13px
}

.covid-heading .country-name:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    padding-left: 2px
}

.container.corona-widget {
    /* padding: 0 10px; */
    /* margin-top: 10px; */
    width: 100%;
    max-width: 100%
}

.corona-widget {
    background: #fff;
    position: relative;
    display: inline-block
}

.corona-widget a, .corona-widget h2 {
    font-family: Futura
}

.covid-heading {
    font-size: 13px;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px
}

.corona-image {
    position: absolute;
    left: 3px;
    top: 0;
    height: 34px;
    width: 37px
}

.covid-left-main {
    float: left;
    width: 50%;
    margin-top: 2px;
    padding-right: 0
}

.confirm-bbox {
    float: left;
    width: 100%;
    text-align: center;
    /* padding-right: 12px */
}

.cc-total-title {
    float: left;
    font-size: 11px;
    color: #2d2d2d;
    width: 100%;
    font-weight: 700
}

.cc-total-title span {
    text-transform: uppercase
}

.cc-total-number {
    color: #e21b22;
    font-size: 14px;
    float: left;
    font-weight: 700;
    line-height: 25px;
    width: 100%;
    margin-top: 0;
    height: 14px;
}

.test-confirm-bbox {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    height: 40px
}

.tdc-confirm-box {
    width: 30%;
    float: left
}

.death-total-title, .reco-total-title, .test-total-title {
    font-size: 12px;
    color: #2d2d2d
}

.death-total-number, .reco-total-number, .tdr-death-number, .tdr-reco-number, .tdr-tbox-number, .test-total-number {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    line-height: 22px
}

.arrow-up:after {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-size: 13px
}

.source-covid-db {
    float: left;
    text-align: right;
    width: 100%;
    font-size: 8px;
    padding-right: 8px;
    margin-top: 3px;
    margin-bottom: -5px;
    color: #000;
}

.green:after {
    color: #7cc576
}

.red:after {
    color: #f40707
}

.tdr-box-covid {
    float: left;
    width: 30%;
    /* text-align:left; */
}

.tdr-tbox-title {
    font-size: 12px
}

.tdc-last-24 {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    height: 40px
}

.cc-24-number {
    color: #e21b22;
    font-size: 14px;
    float: left;
    font-weight: 700;
    line-height: 25px;
    width: 100%;
    margin-top: 0;
    height: 14px;
}

.ch-hrs24 {
    width: 100%;
    text-align: center;
    float: left
}

.cc-24-title {
    font-size: 10px;
    color: #2d2d2d;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700
}

.tdc-confirm-box {
    width: 30%;
    float: left
}

.covid-heading .country-name {
    float: right;
    font-size: 10px;
    margin: 5px 5px 0 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px
}

.death-total-title, .reco-total-title, .test-total-title {
    font-size: 12px;
    color: #2d2d2d
}

.covid-heading span {
    color: red
}

.covid-right-main {
    float: left;
    width: 50%;
    margin-top: 2px
}

div#div-gpt-mrec-1 {
    text-align: center
}