
/*	@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Public Sans';
    src: url('/asset/fonts/PublicSans_fonts/PublicSans-Regular.ttf') format('truetype');
}*/
body {
    margin: 0px;
    font-family: "Public Sans", sans-serif;
    padding: 0;
    margin: 0;
}
ul,
li {
    padding: 0;
}
.container-header {
    display: flex;
    width: 100%;
}

.column {
    flex: 1;
    color: white;
}
div#nav-top {
    background: #000;
    padding: 20px 40px;
    max-width: 1920px;
    margin: auto;
}
.nav-social li {
    display: inline-block;
    padding: 0 5px 0 0;
}
.nav-social li a {
    display: block;
}
.nav-social li a i{
    display: flex;
}
.sec-nav-social {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 0px;
}
ul.nav-social li a img {
    width: 19px;
    height: 19px;
}
ul.nav-social li a {
    box-sizing: border-box;
    background: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
ul.nav-social li a:hover{
    background-color: #F88C00;
}
.column.nav-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.column.nav-btns {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 0px;
}
.column.nav-btns button {
    background: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    transition: all .3s linear;
    align-items: center;
    display: flex;
    justify-content: center;
}
img.headerlogo {
    width: 255px;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    cursor: pointer;
}
ol,
ul {
    list-style: none;
}
.navbar-header {
    background: #151515;
    padding: 0px 40px;
    margin-top: -1px !important;
    width:100%;
    box-sizing: border-box;
    max-width: 1920px;
    margin: auto;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    transition: all 0.5s ease;
}
.navbar_menu {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
}
.navbar_marquee {
    flex: 1;
    display: inline;
    align-items: center;
    color: #fff;
    font-family: "Public Sans", sans-serif;
}
.js-marquee{
    font-size:14px;
    white-space: nowrap;
}
.navbar_list {
    display: flex;
    justify-content: end;
    flex-grow: 1;
    gap: 2rem;
    padding-left: 30px;
}
.navbar_list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.12px;
    font-weight: 600;
}
.navbar_list li a:hover {
    color: #ff9000;
}
.navbar_list li .arrow {
    transition: 0.3s ease;
}
.navbar_list li .arrow.up {
    transform: rotate(180deg);
}
.navbar_list-drop {
    display: inline-block;
    position: relative;
}
.navbar_list-drop-menu {
    display: none;
    position: absolute;
    margin-top: 1rem;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background: #2d2d2df0;
    top: 26px;
    border-radius: 1rem;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.122);
    z-index: 999;
}
ul.navbar_list-drop-menu.company.open li {
    border-bottom: 0.5px solid #323232;
}
ul.navbar_list-drop-menu.company.open li:last-child {
    border-bottom: none;
}
ul.navbar_list-drop-menu.company.open li a {
    padding: 8px;
}
.navbar_list-drop-menu.open {
    display: flex;
}
.navbar_list-drop-menu.features {
    right: 0;
}
.navbar_list-drop-menu.company {
    left: -90px;
    width: max-content;
}
.dropdown_menu_hm.navbar_list-drop-menu.company li a {
    font-size: 13px;
}
.dropdown_menu_hm.navbar_list-drop-menu.company li a {
    padding: 14px 19px;
    border-bottom: 1px solid #565656;
}
.dropdown_menu_hm.navbar_list-drop-menu.company li:first-child a{
    padding-top: 0px;
    }
.dropdown_menu_hm.navbar_list-drop-menu.company li:last-child a{
    border-bottom: unset;
    padding-bottom: 0px;
}
.navbar_buttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.blur_cls {
    display: flex;
    width:calc(80% - 200px);
    flex-wrap: wrap;
    align-items: center;
}
a.navbar-breaking-news {
    font-weight: 700;
    font-size: 12px;
    background: #d21a1a;
    border-radius: 4px;
    color: #fff;
    padding: 6px;
    letter-spacing: 1.5px;
}
.footer-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /* margin: 5px 0; */
    padding: 50px 0px;
    gap: 20px;
}
.footer-container {
    padding: 0 40px 0 120px;
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}
.f-column {
    flex: 1;
    margin: 2px;
    padding: 0px;
}
.f-column:first-child {
    margin-left: 0;
}
/* .f-column:last-child {
    margin-right: 0;
    flex: 1 3;
} */
footer.footer-section {
    background: #151515;
    color: #fff;
    position: relative;
    z-index: 5;
}
.footer-section h2 {
    /* font-family: "Public Sans"; */
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    margin-right:15px;
}
.foo-social{
    padding-left:0 !important;
    margin-top:15px !important;
}
img.f-img {
    width: 290px;
    padding-top: 20px;
}
.footer-about-us.f-column p, .foo_cont_details {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #c0c0c0;
    margin: 10px 0px;
    max-width: 100%;
    text-transform: capitalize;
}
.f-contact-details{
    margin-top:15px;
}
.footer-about-us.f-column .foo_cont_details .email_txt {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #c0c0c0;
    text-transform: capitalize;
    justify-content: space-between;
    /* gap: 10px; */
    max-width: 70px;
    width: 100%;
}
.f-contact-details .foo_cont_details {
    /* margin-bottom: -12px; */
    margin: 0px 0px 5px 0px !important;
    text-transform: lowercase !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.f-contact-details .foo_cont_details .email_txt {
    /* padding-right: 10px; */
    margin: 0px 0px 0px 0px;
}
.footer-ourpicks-blog {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 16px 0px;
    align-items: center;
    gap: 15px;
}
.div1 {
    flex: 1 1 auto; /* dynamic width */
    padding: 0px 15px;
    width:100%;
}
p.footer_p_first {
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    overflow: hidden;
}
.div2 {
    flex: 0 0 auto; /* fixed width */
    width: 23%;
}
.div2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
p.foo-team-name {
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.65);
    margin: 0px 0px;
}
.foo-blog-title {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #ececec;
    margin: 0px 0px;
}
p.foo-blog-title span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom:3px;
}
p.foo-team-name span {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.foo-blog-caterogy {
    padding-left: 0px;
    margin: 0px 0px;
    white-space: nowrap;
}
ul.foo-blog-caterogy li {
    display: inline;
    padding-right: 10px;
    /* font-family: "Open Sans", sans-serif; */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.65);
}
.footer-ourpicks-blog:last-child {
    border: none;
}
ul.foo-social i {
    background: #1f1f1f;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 30px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer-quick-links .sr-only {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
ul.foo-social li a {
    display: inline-flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ececec;
}
ul.foo-social li a span {
    font-weight: normal;
}
ul.foo-social {
    padding-left: 0px;
    padding-top: 10px;
}

.footer-quick-links_inner ul.foo-social{
    padding-top: 0px;
}


ul.foo-social li a:hover {
    color: #ff9000;
}
ul.foo-social li a:hover i {
    background: #ff9000;
    color: #fff;
    transition: all 0.3s linear;
}
.app-link {
    padding-top: 15px;
}
.app-link img {
    display: block;
    padding-bottom: 10px;
}
.footer-about-us.f-column {
    width:25%;
}
.footer-our-pick.f-column {
    width: calc(50% - 50px);
    padding: 0 2%;
}
.footer-quick-links{
    width: 25%;
    padding-left: 0%;
}
.footer-quick-links_inner{
    padding-left: 25%;
}
ul.foo-social li {
    padding: 5px 0px;
}
.test{
    border-radius: 12px;
    overflow: hidden;
}
/* tks */
section.footer-copyrights {
    background: #040404;
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: all .3s linear;
}
section.footer-copyrights p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #777777;
    justify-content: center;
}
section.footer-copyrights p a.active{
    color:#F88C00;
}
p.foo-copy a {
    border-bottom: 1px solid #777;
    margin: 0px 5px;
    padding-bottom:1px;
    transition: all .3s linear;
}
/*End Footer CSS*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0 0 0 / 82%); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    /* background-color: #fefefe; */
    margin: auto;
    padding: 0;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: flex;
    justify-content: center;
    max-width: 550px;
    width: 100%;
    border: 0px solid red;
    flex-direction: row-reverse;
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-body {
    padding: 2px 16px;
    /* display: flex; */
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 100%;
    /* max-width: 550px; */
}
.header-search {
    width: 550px;
    height: 48px;
    position: relative;
}
.header-search input {
    width: 100%;
    height: 100%;
    padding: 2px 50px 0 45px;
    border-radius: 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 16px;
}
a.search-button {
    width: 19px;
    height: 19px;
    display: flex;
    position: absolute; 
    align-items: center;
    justify-content: center;
    top: 4px;
    bottom:0;
    margin:auto;
    left: 19px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    text-decoration: none;
}

.header-search .close{
    display: none;
}
.dropdown_toggle_hm span:first-child img{
    display:none;
}
.recent-search-list {
    padding-top: 0px;
}
span.serach_result_date {
    display: block;
    /* font-family: 'Open Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #949494;
}
span.search_result_name {
    /* font-family: 'Open Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #F88C00;
}
.serach_result_mb p {
    /* font-family: 'Open Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display:-webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
    .recent-search-section.recent_search_fir{
        padding: 22px;
        margin-top: 0px;
        background: #fff;
        border-radius: 20px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    .recent-search-left {
        display: flex;
        gap: 20px;
        align-items: start;
    }
    .recent-search-left img {
        width: 120px;
        height: 80px;
        border-radius: 10px;
        object-fit: cover;

    }
    .header-search span.close {
        position: relative;
        top: -35px;
        right: 15px;
    }
    .recent-search_img_textt {
        display: flex;
        flex-direction: column;
    }
    .search_result_til {
        margin-bottom: 2px;
        font-weight: bold;
        color: #000;
        font-size: 14px;
        padding-right:8px;
    }
    .recent-search_img_textt a{
        display:flex;
        flex-direction:column;
        gap:4px;
    }
    .search_result_til2 {
        font-size: 13px;
        color: #5E5D5D;
        text-align: left;
    }
    input.input_field.foo {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .recent_search_fir.sm_section{
        display:block;
    }
    .recent_search_fir{
        display: none;
    }
    .recent-search-section.serach_result_mb{
        display: none;
    }
    .serach_result_mb{
        background: rgb(255, 255, 255);
        padding: 28px 10px;
        border-radius: 12px;
        margin-top: 20px;
    }
    .recent-search-section ul.recent-search li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0px;
        border-bottom: 1px solid #0000002b;
    }
    .recent-search-section ul.recent-search li:last-child {
        border: none;
    }
    .recent-search-section label b{
        font-size:15px;
        color:#000;
        width:100%;
        display:block;
        text-align: left;
    }
    .footer-quick-links_inner-tab-view{
        display:none;
    }
    .h_height {
        height: 153px;
    }
    .drop_arow{
        transform: rotate(180deg);
    }
    .navbar_list-drop a span:last-child img{
        width: 12px;
        position: relative;
        top: 0px;
        transition: all .3s linear;
    }
    a.search-button img {
        filter: opacity(0.5);
    }
    .recent-search-title{
        display: flex;
        justify-content: space-between;
        margin-bottom:8px;
    }
    .class_mob_clr{
        display:none;
    }
    .class_mob_clr {
        position: absolute;
        margin-bottom:0px;
        margin-right:0px;
        color: #F88C00;
        font-weight: 500;
        font-size: 17px;
        display:inline-block;
        cursor:pointer;
    }
    .class_mob_clr_p{
        text-align: right;
        margin: auto;
        position: relative;
        bottom: 0px;
        right: 60px;
        top: -30px;
        margin-top: 0px;
        /* margin-bottom:10px; */
    }
    .no_history {
        color: #757575;
    }
    @media  (max-width: 1199px){
        .navbar_list{

            gap: 1rem;
        }
    }
    @media  (max-width: 1050px){
        .navbar_list{
            gap: .6rem;
        }
        .navbar_list li a{
            font-size: 13px;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .cls_404{
        margin-top:-15px;
    }
    .js-marquee{
        color:#000 !important;
    }
    .navbar{
        padding: 0.5rem 0 1rem;
    }
    .blur_cls{
        /* background: #ffffff; */
        border-bottom: 0px solid #d9d9d9;
        box-sizing:border-box;
        width:100%;
    }
    .footer-section h2{
        margin-bottom:0px;
    }
    input.input_field.foo{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .navbar_list > li > a.active img{
        filter: invert(22%) sepia(180%) saturate(2271%) hue-rotate(7deg) brightness(100%) contrast(85%);
    }
    
    .dropdown_toggle_hm span:first-child img{
        display: block;
    }
    /* .alt_height{
        height:100px;
    } */
    .h_height {
        height: 163px;
    }
    .dropdown_toggle_hm span:first-child img{
        display:block;
    }
    .navbar_list-drop-menu.company {
        left: 0;
        top: 58px;
        width: 100%;
        border-radius: 0;
        box-sizing: border-box;
        margin-top:0rem;
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:last-child {
        transform: translateY(-7px) rotate(46deg);
    }
    div#nav-top {
        background: #000;
        padding: 20px 25px;
    }
    .change .bar:first-child {
        transform: translateY(11px) rotate(-45deg);
    }
    .bar{
        width: 27px;
        background-color: #ffffff;
        margin-bottom: 6px;
        transition: 0.4s;
        border-radius: 12px;
        height: 3px;
    }
    .navbar-header{
        padding:0px 25px;
        background:transparent;
        position:relative;
    }
    .navbar-header:before{
        position:absolute;
        content:"";
        width:100%;
        height:1px;
        bottom:7px;
        left:0;
        background-color: #d9d9d9;
    }
    div#nav-top {
        background: #000;
        padding: 20px 25px;
        width: 100%;
        box-sizing: border-box;
    }
    div#nav-top.sticky_header{
        padding: 7px 25px;
    }
    .navbar_menu{
        position: fixed;
        width: 60%;
        height: 100%;
        left: -100%;
        top: 77px;
        transition: all 0.3s linear;
    }
    .navbar_menu{
        justify-content: start;
    }
    .navbar_list {
        flex-direction: column;
        width: 50%;
        margin: 0;
        height: 100%;
        background: #111111;
        justify-content: flex-start;
    }
    .navbar_menu.left_sidebar {
        left: 0;
        z-index: 999;
    }
    .navbar_list li a span {
        display: block !important;
    }
    .nav-social{
        display:none;
    }
    .navbar_list > li > a:hover,
     .navbar_list > li >  a:focus,
      .navbar_list > li >  a.active {
        border-left: 5px solid #f88c00;
        background: linear-gradient( 90deg, rgba(248, 140, 0, 0.147) 0%, rgba(248, 140, 0, 0) 100% );
    }
    .navbar_list {
        gap: 0;
        padding: 0;
    }
    .navbar_list li a {
        margin-bottom: 0px;
        padding: 20px 20px;
        transition: all 0.3s linear;
        border-left: 0px solid #f88c00;
    }
    .navbar_list li a.active {
        color: #F88C00;
    }
    .bar {
        width: 27px;
        background-color: #ffffff;
        margin-bottom: 6px;
        transition: 0.4s;
        border-radius: 12px;
        height: 3px;
    }
    .bar:last-child {
        margin-bottom: 0;
    }
    section.footer-copyrights p{
        font-size: 13px;
    }
    .footer-quick-links_inner-tab-view{
        display:block !important;
    }
    .footer-quick-links_inner-tab-view .footer-quick-links_inner{
        padding-left: 0%;
    }
    .footer-quick-links{
        display:none;
        margin-top:20px;
    }
     .footer-quick-links .sr-only, .app-link{
        display:none;
    }
     .foo-social{
        padding-top: 0 !important;
        display: flex;
        margin-top: 0 !important;
    }
    .footer-quick-links_inner{
        display:flex;
    }
    .footer-section h2{
        margin-right:24px;
    }
    .footer-columns{
        padding-bottom:0px;
    }
}
    .header-search .clear {
        position: absolute;
        z-index: 1001;
        width:20px;
        top: 0px;
        bottom:0;
        margin:auto;
        cursor: pointer;
        display: block;
        right: 20px;
        text-align: center;
        color: #000;
        font-size: 20px;
        transition: all 0.6s ease;
        display: none;
    } 
    .header-search .clear img{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    } 
    /* a.search-button.typed .icon {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        border-width: 6px;
        top: -11px;
        left: -11px;
    } */
    /* a.search-button.typed .icon:after {
        width: 52px;
        height: 8px;
        bottom: -20px;
        right: -30px;
    } */
    /* a.search-button.typed .icon .clear {
        line-height: 58px;
        font-size: 20px;
    } */
    
    /*End Search*/
    
    /* tks */
    .main-container {
        overflow-x: hidden !important;
        width: 100% !important;
    }
    .navbar_list li a {
        text-transform: uppercase;
    }
    .navbar_list li a.active{
        color:#F88C00
    }
    .navbar_list li a span {
        display: none;
    }
    .dropdown_toggle_hm span{
        display:block !important;
    }
    .navbar_list li a.dropdown_toggle_hm:hover span img, .dropdown_toggle_hm.active span img{
        filter: invert(1%) sepia(8%) saturate(4171%) hue-rotate(359deg) brightness(100%) contrast(107%);
    }
    header {
        position: absolute;
        z-index: 9;
        width:100%;
        /* background:#000; */
    }
    .blus_div {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 2;
        bottom: 0;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
    .blus_div {
        display: none;
    }
    .navbar_marquee {
        width: 100%;
        overflow: hidden;
        position:relative;
        height:20px;
        display:flex;
    }
    .marquee{
        width: 100%;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background: #ccc; */
    }
    .js-marquee{
        color:#fff;
    }
    /* .scrolling-text { 
        animation: marquee 60s linear infinite; 
        white-space: nowrap;
        display:inline-block;
        position:absolute;
    } */
    
    /* @keyframes marquee {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @media screen and (max-width:1440px){
        @keyframes marquee {
            0% {
                transform: translateX(140%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
    }  */
    * {
        margin: 0;
        padding: 0;
    }
    .gfg-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px auto;
        padding: 30px;
        font-size: 30px;
        width: 300px;
        height: 300px;
        background-color: darkseagreen;
        color: black;
    }
    #hm_sec_banner{
        border-radius: 12px;
        overflow: hidden;
    }
    @media only screen and (min-width: 1024px) {
        img.f-img {
            width: 210px;
        }
    }
    @media screen and (max-width:1199px){
        .footer-quick-links_inner{
            padding-left: 16%;
        }
    }
    @media screen and (max-width:991px){
        .footer-quick-links_inner{
            padding-left: 0%;
        }
    }
    .bg_load { 
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        /* background: url(/assets/images/loading.gif) 50% 50% no-repeat #fff; */
        /* background-size: 120px; */
        background:#fff;
    }
    .bg_load_inner{
        display: flex;
        width: 100%;
        height: 100%;
        margin: auto;
        align-items: center;
        justify-content: center;
    }
    .bg_load_inner img{
        width:200px;
        object-fit: cover;
        height: 200px;
    }
@media screen and (min-width: 320px) and (max-width: 767px) {
    .cls_404{
        margin-top:-2px;
    }
    .js-marquee {
        color: #292929;
        font-weight: normal;
        font-size: 11px;
    }
    .class_mob_clr {
        display: block;
        text-align: right;
        position: relative;
        margin-bottom: 14px;
        color: #F88C00;
        top: -15px;
        font-weight: 500;
    }
    .footer-section h2{
        margin-bottom:0px;
    }
    input.input_field.foo{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    section.footer-copyrights p{
        font-size: 13px;
    }
    .footer-copyrights{
        gap: 0px;
        box-sizing: border-box;
    }
    .footer-copyrights p{
        font-size:13px;
        line-height: 18px;
    }
    div#nav-top {
        background: #000;
        padding: 10px 12px;
    }
    .h_height {
        height: 110px !important;
    }
    .footer-quick-links{
        margin-top: 0px !important;
    }
    .footer-about-us.f-column .f-contact-details .foo_cont_details{
        margin:2px 0px !important; 
    } 
    .footer-about-us.f-column p, .foo_cont_details{
        margin: 12px 0px 0px !important;
    }
    p.foo-team-name span{
        font-size:9px;
    }
    .footer-about-us .f-contact-details .foo_cont_details {
        text-transform: lowercase;
        /* margin-bottom:4px !important; */
    }
    .footer-about-us .f-contact-details .foo_cont_details a, .footer-about-us .f-contact-details .foo_cont_details .email_txt{
        font-size:9px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
    section.footer-copyrights p {
        font-size: 11px !important;
        line-height: 13px !important;
    }
}
@media screen and (min-width: 280px) and (max-width: 375px) {
    /*.recent-search-left {
        font-size: 14px;
    }*/
    .recent-search-close {
        padding-left: 10px;
    }
    /* section.footer-copyrights p{
        font-size: 11px !important;
        line-height: 13px !important; 
    } */
    section.footer-copyrights{
        height:auto!important;
    }
    .search_result_til2{
      font-size: 10px;
    }
    .search_result_til{
      font-size: 10px;
    }
    .recent-search-section label b{
        font-size: 13px;
    }
    span.search_result_name{
        font-size: 11px;
    }
    .recent-search-left{
        gap:15px;
    }
    .modal-body{
        padding: 2px 15px;
    }
    .recent-search-section.recent_search_fir{
            padding: 20px 0px 0px;
    }
    .recent-search-section.serach_result_mb{
        display: block;
    }
    .recent-search-section.serach_result_mb{
        padding: 15px 0px 0px
    }
    .recent-search-left p {
    color: #000;
    }
    .serach_result_mb p{
        font-size: 12px;
    }
    .serach_result_date{
        font-size: 10px!important;
        text-align: left;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .bg_load_inner img{
        width:120px;
        height: 120px;
    }
    .no_history{
        font-size:14px;
        margin-bottom:10px;
    }
    .serach_result_mb p {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        max-width: 75%;
    }
    section.footer-copyrights p{
        font-size: 13px;
        line-height: 13px;
    }
    .footer-quick-links_inner-tab-view{
        display:none !important;
    }
    .recent_search_fir{
        display: block;
    }
    input.input_field.foo {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .recent-search-section.serach_result_mb{
        display: block;
    }
    .recent-search-section.recent_search_fir{
        padding:1px;
        margin-top:20px; 
    }
    .recent-search-title label:last-child{
        text-align:right;
    }
    .recent-search-section label b{
        font-size:15px;
        padding-top: 0px;
    }
    .recent-search-section label{
        display:block;
        width:100%;
        text-align: left;
    }
    .recent-search-left{
        font-size: 14px; 
    }
    .footer-about-us.f-column .footer_sm_text{
        font-size:10px !important;
        margin:2px 0px 10px!important
    }
    .navbar_list-drop-menu.company{
        width:100%;
        box-sizing: border-box;
    }
    .dropdown_toggle_hm span:first-child img{
        display: block;
    }
    .footer-about-us.f-column p, .foo_cont_details {
        font-size: 12px;
        line-height: 15px!important;
        display: flex!important;
        align-items: center!important;
        letter-spacing: 0.012em;
         max-width: 100%;
     }
    /* .footer_sm_text{
        font-size: 9px!important;
        margin-bottom:15px !important;
        margin-top:-7px !important;
    } */
    .f-contact-details{
        margin-bottom: 15px;
    }
    .navbar_list-drop-menu{
        background: #2D2D2D;
        border-radius: 0rem;
    }
    .navbar_list-drop-menu.company {
        left: 0px;
        top:60px;
        margin-top:0;
    }
    .recent-search-section, .header-search .close {
        display: block;
    }

    .header-search .close {
        color: #404040;
        float: right;
        border: 1px solid;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 600;
        height: 16px;
        text-align: center;
        width: 16px;
    }
    .recent-search-section {
        color: initial;
    }
    .recent-search-section ul.recent-search li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0px;
        border-bottom: 1px solid #0000002b;
    }
    .recent-search-section ul.recent-search li:last-child {
        border: none;
    }
    .recent-search-section {
        padding: 0px;
        margin-top: 0px;
    }
    .recent-search-left {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    /* .recent-search-left img {
        width: 40px;
    } */
    .header-search span.close {
        position: relative;
        top: -35px;
        right: 15px;
    }
}
@media screen and (min-device-width: 280px) and (max-device-width: 767px) {
    .bg_load_inner img{
        width:120px;
        height: 120px;
    }
    .class_mob_clr_p{
        text-align:right;
        right: 20px;
        top: 0;
    }
    .class_mob_clr{
        position: relative;
        margin-bottom: 0px;
        color: #F88C00;
        top: -10px;
        font-weight: 500;
    }
    section.footer-copyrights p{
        align-items: unset;
        line-height:unset !important;
    }
    .navbar_list-drop-menu.company{
        left: 0;
        width: 100%;
        border-radius: 0rem;
        box-sizing: border-box;
        margin-top:0;
        top:60px;
    }
    .dropdown_menu_hm.navbar_list-drop-menu.company li a{
        padding: 14px 0px;
    }
    .dropdown_toggle_hm span:first-child img{
        display: block;
    }
    div#nav-top {
        background: #000;
        padding: 15px 15px;
    }
    .h_height {
        height: 105px;
    }
    p.foo-blog-title span{
        margin-bottom: 0px;
    }
    .f-contact-details{
        margin-top: 3px;
    }
    .footer_sm_text {
        font-size: 10px !important;
    }
    .header-search input {
        border: 1px solid #909090;
    }
    .modal {
        background: #fff;
        padding-top: 40px;
    }
    a.search-button {
        background: transparent;
    }
    .header-search {
        width: 100%;
    }
    .modal-content {
        display: block;
    }
    .navbar_list li a span {
        display: block;
    }
    /* tks -->
  */
   
    .navbar_list > li >  a:hover,
    .navbar_list > li > a:focus {
        border-left: 5px solid #f88c00;
        background: linear-gradient(
            90deg, 
            rgba(248, 140, 0, 0.147) 0%,
            rgba(248, 140, 0, 0) 100%
        );
    }
    .navbar_list {
        gap: 0;
    }
    /* .post-body {
        display: none;
    } */
    img.headerlogo {
        width: 139px;
    }
    .mob-menu-list {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 9999;
        transition: all 0.7s ease;
        bottom: 0;
    }
    .navbar_menu.mob-menu-list.left_sidebar {
        width: 100%;
        height: 100%;
    }
    .mob-menu-list .navbar_list {
        display: flex;
        width: 50%;
        flex-direction: column;
        padding: 20px;
        background-color: #040404;
        height: 100%;
    }
    .bar:last-child {
        margin-bottom: 0;
    }
    i.fa.fa-search {
        font-size: 30px !important;
    }
    .change .bar:last-child {
        transform: translateY(-7px) rotate(46deg);
    }
    .navbar-header{
        background: transparent;
        padding:0px !important
    }
    .blur_cls{
        /* background: #ffffff; */
        padding: 7px 15px 20px;
        height: 37px;
        width:100%;
        border-bottom: 1px solid #d9d9d9;
        box-sizing:border-box;
    }
    .navbar {
        padding: 0;
    }
    .navbar_buttons a.navbar-breaking-news {
        /* height: 23px; */
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 12px;
        padding: 8px 10px;
    }

    /* footer start */
    .footer-container {
        padding: 0px !important;
    }

    .footer-columns {
        margin: 15px 0;
        padding: 20px;
        flex-direction: column !important;
        gap: 40px;
    }
    .footer-columns .f-column {
        padding: 0;
        width: 100%;
    }
    .footer-container img.f-img {
        width: 240px !important;
        padding-top: 20px;
    }
    .footer-container .footer-our-pick.f-column {
        padding: 0;
    }
    .footer-quick-links {
        display: flex;
    }
    .footer-quick-links ul.foo-social {
        display: flex;
        padding-left: 20px;
    }
    .footer-container .footer-quick-links .app-link {
        display: none;
    }
    .footer-quick-links .sr-only {
        display: none;
    }
    ul.foo-social {
        padding-top: 0;
        margin: 0 !important;
    }
    /* ul.foo-social i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 10px;
    } */
    section.footer-copyrights {
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .footer-container {
        margin: 0px auto;
    }
    /* p.foo-team-name {
        text-overflow: ellipsis !important;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } */
    /* p.foo-team-name span {
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis !important;
    } */
    p.foo-blog-title {
        text-overflow: ellipsis !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    p.foo-blog-title span {
        white-space: normal;
        font-size: 16px;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* .footer-about-us.f-column p {
        font-size: 16px;
    } */
    .footer-about-us.f-column .foo_cont_details .email_txt {
        font-size: 16px;
        text-transform: capitalize;
    }
    .f-contact-details .foo_cont_details {
        text-transform: lowercase;
    }

    .header-search input {
        border: 1px solid #909090;
    }
    .modal {
        background: #fff;
        padding-top: 40px;
    }
    a.search-button {
        background: transparent;
    }
    .header-search {
        width: 100%;
    }
    .modal-content {
        display: block;
        max-width:unset;
    }
    .modal-body {
        width:unset;
    }
    .navbar_list li a span {
        display: block;
    }
    .navbar_menu.left_sidebar {
        left: 0;
        z-index: 999;
    }
    .navbar_menu {
        position: fixed;
        justify-content: flex-start;
        width: 70%;
        height: 100%;
        left: -100%;
        top: 72px;
        transition: all 0.3s linear;
    }
    .navbar_list {
        flex-direction: column;
        width: 50%;
        margin: 0;
        height: 100%;
        background: #090909f5;
        justify-content: flex-start;
    }
    .navbar_list li a {
        margin-bottom: 0px;
        padding: 20px 20px;
        transition: all 0.3s linear;
        border-left: 0px solid #f88c00;
    }
    .navbar_list > li > a:hover,
    .navbar_list > li > a:focus,
    .navbar_list > li > a.active{
        border-left: 5px solid #f88c00;
        background: linear-gradient(
            90deg,
            rgba(248, 140, 0, 0.147) 0%,
            rgba(248, 140, 0, 0) 100%
        );
    }
    .navbar_list > li > a.active img{
        filter: invert(22%) sepia(180%) saturate(2271%) hue-rotate(7deg) brightness(100%) contrast(85%);
    }
    .navbar_list {
        gap: 0;
        padding:0;
    }
    /* .post-body {
        display: none;
    } */
    img.headerlogo {
        width: 139px;
    }
    .mob-menu-list {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 9999;
        transition: all 0.7s ease;
        bottom: 0;
    }
    .navbar_menu.mob-menu-list.left_sidebar {
        width: 100%;
        height: 100%;
    }
    .mob-menu-list .navbar_list {
        display: flex;
        width: 50%;
        flex-direction: column;
        padding: 20px;
        background-color: #040404;
        height: 100%;
    }
    .nav-social {
        display: none;
    }
    /* div#nav-top {
        display: contents;
    } */
    .container-header {
        background: #000;
        padding: 0px 0px;
        width: auto;
    }
    .nav-btns {
        padding-right: 0 !important;
    }
    .menu-container {
        display: inline-block;
        cursor: pointer;
    }
    .bar {
        width: 27px;
        background-color: #ffffff;
        margin-bottom: 6px;
        transition: 0.4s;
        border-radius: 12px;
        height: 3px;
    }
    .bar:last-child {
        margin-bottom: 0;
    }
    .column.nav-btns button {
        background: inherit;
    }
    i.fa.fa-search {
        font-size: 30px !important;
    }

    .change .bar:first-child {
        transform: translateY(8px) rotate(-45deg);
    }

    .change .bar:nth-child(2) {
        opacity: 0;
    }

    .change .bar:last-child {
        transform: translateY(-8px) rotate(46deg);
    }
    .navbar {
        padding: 0;
        width: 100%;
    }
    .navbar_buttons a.navbar-breaking-news {
        font-size: 8px;
        padding: 8px 5px;
    }
    .sec-nav-social {
        padding-left: 0px;
        position: relative;
        z-index: 1000;
    }

    /* footer start */
    .footer-container {
        padding: 0px !important;
    }

    .footer-columns {
        margin: 0px 0 0px;
        padding: 20px;
        flex-direction: column !important;
        gap: 40px;
    }
    .footer-columns .f-column {
        padding: 0;
    }
    .footer-container img.f-img {
        width: 130px !important;
        padding-top: 20px;
    }
    .footer-container .footer-our-pick.f-column {
        padding: 0;
        margin-top:5px;
    }
    .footer-quick-links {
        display: flex;
    }
    .footer-quick-links ul.foo-social {
        display: flex;
        padding-left: 20px;
    }
    .footer-container .footer-quick-links .app-link {
        display: none;
    }
    .footer-quick-links .sr-only {
        display: none;
    }
    ul.foo-social {
        padding-top: 0;
        margin: 0 !important;
    }
    .footer-quick-links_inner{
        display:flex;
    }
    ul.foo-social i {
        width: 38px;
        height: 38px;
        font-size: 19px;
        margin-right: 15px;
    }
    section.footer-copyrights {
        height: 75px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .footer-container {
        margin: 0px auto;
    }
    .footer-columns{
        padding: 20px 12px;
    }
    .footer-about-us.f-column p, .foo_cont_details{
        font-size:11px;
        margin: 3px 0px 0px;
        line-height: 18px;
        max-width:100%;
    }
    .footer-about-us.f-column .foo_cont_details .email_txt{
        font-size: 10px;
    }
    .footer-quick-links_inner-tab-view{
        display:none;
    }
    .footer-section h2{
        font-size:11px;
        margin-bottom:0px;
    }
    .footer-columns{
        gap: 6px;
    }
    .footer-quick-links{
        margin-top: -12px;
    }
    .f-contact-details .foo_cont_details a{
        font-size:11px;
    }
    p.foo-blog-title span{
        font-size: 9px;
        line-height: 16px;
    }
    .footer-about-us.f-column .foo_cont_details .email_txt{
        line-height: normal;
        margin: 0px !important;
        max-width: 50px;
    }
    .footer-ourpicks-blog .div1{
        padding: 0px 0px 0px 15px;
    }
    .footer-section h2{
        margin-right: 8px;
    }
    ul.foo-social i{
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding: 3px;
        margin-right: 10px;
    }
    .footer-ourpicks-blog .div2{
        width: 30%;
    }
    #hm_banner_section {
        padding: 4% 12px !important;
    }
    .test{
        border-radius:4px;
    }
    .bar{
        width: 25px;
        margin-bottom: 5px;
    }
    .blur_cls{
        padding: 6px 12px 4px;
    }
}
@media screen and (min-width: 280px) and (max-width: 319px) {
    .cls_404{
        margin-top:2px;
    }
    .js-marquee {
        color: #292929;
        font-weight: normal;
        font-size: 10px;
    }
    .no_history{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .class_mob_clr_p{
        text-align:right;
    }
    .header-search input{
        font-size: 13px;
    }
    input.input_field.foo{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #clear-all-link, .class_mob_clr{
        font-size: 12px;
        font-weight: 400;
    }
    .serach_result_mb p{
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        max-width: 60%;
    }
    section.footer-copyrights p{
        font-size:9px;
    }
    section.footer-copyrights{
        padding: 20px;
        gap: 0px;
    }
  }


  /* .search-btn.popUpBtn:hover {
    background: transparent;
} */
/* .search-btn:hover img {
    filter: invert(123%) sepia(11%) saturate(373%) hue-rotate(201deg) brightness(101%) contrast(90%);
    -webkit-filter: invert(123%) sepia(11%) saturate(373%) hue-rotate(201deg) brightness(101%) contrast(90%);
} */
section.footer-copyrights a:hover {
    color: #FF9000;
}
p.foo-copy a:hover{
    border-bottom: 1px solid #FF9000;
}
.breadcrumbs_gamespg:hover span{
    color: #FF9000;
    cursor: pointer;
}
.breadcrumbs_gamespg:hover span img{
    filter: invert(54%) sepia(92%) saturate(2271%) hue-rotate(7deg) brightness(104%) contrast(104%); 
    -webkit-filter: invert(54%) sepia(92%) saturate(2271%) hue-rotate(7deg) brightness(104%) contrast(104%); 
}
 ul.recent-search,.serach_result_mb{
    max-height: 400px;
    overflow-x: hidden;
    padding-right: 10px;
}
ul.recent-search::-webkit-scrollbar,.serach_result_mb::-webkit-scrollbar{
    width: 5px;
}
ul.recent-search::-webkit-scrollbar-thumb,.serach_result_mb::-webkit-scrollbar-thumb{
    border-radius: 10px;
} 
.recent-search-close{
    cursor:pointer;
    padding:3px;
}
.cls_404{
    background:#000;
}
.cls_404_inner{
    max-width: 650px;
    margin: auto;
    display: flex;
    padding: 100px 20px;
    /* background-color: #000; */
}
.cls_404_inner img{
    width:100%;
}