.top-banner-img {
    display: none;
    background: whitesmoke;
    position: relative;
    cursor: pointer;
}

.top-banner-img img {
    width: 100%;
}

/* .top-banner-img img:last-child{
	display: none;
} */

.tbi-btn{
    position: absolute;
    bottom: 0;
    left: 10px;
    background: white;
    display: block;
    /* background: red; */
    height: 25px;
    padding: 0px 15px;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    box-shadow: rgb(0 0 0 / 7%) 0px -12px 15px;
}

.tbi-btn:hover{
    transition: all 0.3s linear;
	color:#045191;
}

.top-banner-img .tbi-btn .fa{
    transform: rotate(180deg);
    position: relative;
    top: 2px;
}

.top-banner-img.active .tbi-btn .fa{
    transform: rotate(0deg);
    position: relative;
    top: 0px;
}

.custom-header{
    background-color: white;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 110;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .17);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .17);
}

.custom-header .header-top{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    height: 95px;
}

.custom-header .header-top .cht-logo{
    position: relative;
    display: block;
    width: 240px;
    margin-left: 15px;
}

.cht-logo .icon-r-bx {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    /* border: 1px solid #045191; */
}

.cht-logo .icon-r-bx,
.cht-logo .icon-r-bx .icon-r-ani,
.cht-logo .icon-r-bx .icon-r-ani .icons-f,
.cht-logo .icon-r-bx .icon-r-ani .icons-b {
    width: 80px;
    height: 56px;
}

/* .cht-logo .icon-r-bx .icon-r-ani{
    transform: rotatey(0deg) scale(0.85);
} */

.custom-header .header-top .cht-logo img{
    width: 100%;
}


.custom-header .cht-right .app-links img{
    width: 29px;
    height: 29px;
    margin-right: 5px;
    padding: 2px;
    position: relative;
    top: -1px;
}

.custom-header .cht-right .app-links img.mr-3px{
    margin-right: 3px;
}

.custom-header .cht-right{
    position: absolute;
    right: 10px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.custom-header .cht-right .serach-icon,
.custom-header .cht-right .social {
    padding: 0px 0px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 99px;
    margin-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsl(0deg 0% 94% / 80%);
    color: #525252;
}

.custom-header .cht-right .serach-icon:hover{
    color: #d11c21;
}

.custom-header .cht-right .social .fa {
    position: relative;
    left: 0px;
    top: 0px;
}

.custom-header .cht-right .social.ytp:hover {
    background-color: rgb(255 0 0 / 70%);
    color: white;
}

.custom-header .cht-right .social.fb:hover {
    background-color: rgb(24 119 242 / 70%);
    color: white;
}

.custom-header .cht-right .social.tw:hover {
    background-color: rgb(29 161 242 / 70%);
    color: white;
}

.custom-header .cht-right .social.wta:hover {
    background-color: #44be53;
    color: white;
}

.custom-header .cht-right .social.insta:hover {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
}


.custom-header .cht-left{
    position: absolute;
    left: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.cht-left .menu-icon-bx {
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 1px;
    cursor: pointer;
    padding: 3px;
    transform: scale(0.9);
    margin-right: 10px;
}

.cht-left .menu-icon-bx.other-page-hide{
    display: none;
}

.cht-left .menu-icon-bx span {
    width: 100%;
    height: 3px;
    background-color: rgb(227 30 36);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    border-radius: 100px;
}

.cht-left .menu-icon-bx.active span:nth-child(1) {
    width: 50%;
    margin-left: auto;
}

.cht-left .menu-icon-bx.active span:nth-child(2) {
    width: 90%;
}

.cht-left .menu-icon-bx.active span:nth-child(3) {
    width: 50%;
    margin-right: auto;
}

.cht-left .back-link-tag{
    background: #f3f3f3;
    width: fit-content;
    height: fit-content;
    padding: 5px 13px 7px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    border-radius: 50px;
}

.cht-left .back-link-tag svg{
	width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
}

/* News Cat Link */
.news-cat-links{
    text-align: center;
    position: relative;
}

.news-cat-responsive a,
.news-sub-cat-link a,
.news-cat-links a{
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: uppercase;
    color: #353535;
    padding: 10px 10px;
    position: relative;
    font-family: 'Mukta Vaani', sans-serif !important;
    cursor: pointer;
}

.news-cat-links a.topnavmore{
    line-height: 0;
    font-size: 22px;
    top: 0;
    padding-top: 22px !important;
    position: absolute;
    width: 46px;
    padding: 0;
    height: 100%;
}

.news-cat-links a:hover{
    color: #d11c21;
}

.news-cat-links a::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #d11c21;
    opacity: 0;
}

.news-cat-links a:hover::after{
    opacity: 1;
}

.news-sub-cat-link{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    /* min-height: 47px; */
    background-color:#ce0000;
    background: linear-gradient(90deg, #ce0054, #ce0000);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.news-sub-cat-link.active{
    opacity: 1;
    visibility: visible;
}

.news-sub-cat-link{
    text-align: center;    
}

.news-sub-cat-link a{
    color: white;
    opacity: 0;
}

.news-cat-responsive a,
.news-sub-cat-link.active a{
    color: white;
    opacity: 0.8;
}

.news-sub-cat-link.active a:nth-child(1) {
    -webkit-transition-delay: 0.10s;
    -moz-transition-delay: 0.10s;
    -ms-transition-delay: 0.10s;
    -o-transition-delay: 0.10s;
    -webkit-transition-delay: 0.10s;
}

.news-sub-cat-link.active a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.news-sub-cat-link.active a:nth-child(3) {
    -webkit-transition-delay: 0.20s;
    -o-transition-delay: 0.20s;
    transition-delay: 0.20s;
}

.news-sub-cat-link.active a:nth-child(4) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.news-sub-cat-link.active a:nth-child(5) {
    -webkit-transition-delay: 0.30s;
    -o-transition-delay: 0.30s;
    transition-delay: 0.30s;
}

.news-sub-cat-link.active a:nth-child(6) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.news-sub-cat-link.active a:nth-child(7) {
    -webkit-transition-delay: 0.40s;
    -o-transition-delay: 0.40s;
    transition-delay: 0.40s;
}

.news-sub-cat-link.active a:nth-child(8) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.news-sub-cat-link.active a:nth-child(9) {
    -webkit-transition-delay: 0.50s;
    -o-transition-delay: 0.50s;
    transition-delay: 0.50s;
}

.news-sub-cat-link.active a:nth-child(10) {
    -webkit-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.news-sub-cat-link.active a:nth-child(11) {
    -webkit-transition-delay: 0.60s;
    -o-transition-delay: 0.60s;
    transition-delay: 0.60s;
}

.news-sub-cat-link.active a:nth-child(12) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.news-sub-cat-link.active a:nth-child(13) {
    -webkit-transition-delay: 0.70s;
    -o-transition-delay: 0.70s;
    transition-delay: 0.70s;
}

.news-sub-cat-link.active a:nth-child(14) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.news-sub-cat-link.active a:nth-child(15) {
    -webkit-transition-delay: 0.80s;
    -o-transition-delay: 0.80s;
    transition-delay: 0.80s;
}

.news-sub-cat-link.active a:nth-child(16) {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.news-cat-responsive a:hover,
.news-sub-cat-link a:hover{
    opacity: 1;
}


/* Responsive Cat News */
.news-cat-responsive{
    background-color: #ce0000 !important;
    height: 38px;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    transition: 0.2s all linear;
    display: none;
}

.news-cat-responsive::-webkit-scrollbar{
    display: none;
}

.news-cat-responsive a{
    padding: 0px 8px;
    line-height: 38px;
    height: 38px;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
}

/* --- side-menu-bx css Start --- */
.side-menu-bx{
    width: 250px;
    position: fixed;
    top: 0px;
    left: -260px;
    height: 100%;
    z-index: 111;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}


.side-menu-bx.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.overlaydiv {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    cursor: pointer;
    margin: 0 !important;
    z-index: 110;
}

.overlaydiv.smb-over-active {
    visibility: visible;
    opacity: 1;
}

.smb-logo-bx {
    background: hsl(0deg 0% 94% / 80%);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.smb-close-icon{
    position: absolute;
    right: 7px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 100%;
    color: white;
    padding: 2px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.smb-close-icon:hover{
    transform: rotate(360deg);
    background: #d11c21;
    opacity: 1;
}

.smb-logo-bx .smb-logo-link {
    display: block;
}

.smb-logo-bx .smb-logo-link img.logo-img {
    width: 200px;
    height: 39px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s all 0.5s ease;
}

.side-menu-bx.active .smb-logo-bx .smb-logo-link img.logo-img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.smb-menu-bx {
    height: calc(100% - 100px - 131px);
    max-height: calc(100% - 100px - 131px);
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 100px;
    overflow: auto;
}

.smb-menu-bx ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0px;
    list-style: none;
}

.smb-menu-bx ul li {
    margin: 0px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s all ease-in-out;
}

.side-menu-bx.active .smb-menu-bx ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(1) {
    transition-delay: 0.6s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(2) {
    transition-delay: 0.7s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(3) {
    transition-delay: 0.8s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(4) {
    transition-delay: 0.9s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(5) {
    transition-delay: 1.0s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(6) {
    transition-delay: 1.1s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(7) {
    transition-delay: 1.2s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(8) {
    transition-delay: 1.3s;
}

.smb-menu-bx ul li a {
    padding: 8px 20px 8px 20px;
    display: flex;
    text-decoration: none;
    color: #666666;
    position: relative;
    text-transform: capitalize;
    height: 52px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.smb-menu-bx ul li a svg{
    margin-right: 7px;
    width: 20px;
    height: 20px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.smb-menu-bx ul li a:hover {
    background-color: #e8eff5;
    color: #000;
}

.smb-menu-bx ul li a.active {
    color: #000000;
    /* background-color: #e8eff5; */
}

.smb-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background-color: #fcfcfc;
    width: 100%;
    margin: 0;
    /* border-top: 1px solid #d3d3d34d; */
}

.smb-footer .smbf-lable{
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.smbf-store-links{
    display: flex;
    justify-content: center;
    align-items: center;
}

.smbf-store-links a{
    flex: 0 0 50%;
    padding: 3px;
}

.smbf-store-links a img{
    width: 100%;
}

@media screen and (max-width:900px) {
    .news-cat-responsive{
        display: flex;
    }

    .custom-header .cht-right .app-links,
    .news-sub-cat-link,
    .news-cat-links{
        display: none;
    }
}

@media screen and (max-width:768px) {
    .custom-header .cht-left{
        left: 0;
    }

    .news-cat-responsive,
	.top-banner-img img:first-of-type,
    .cht-left .menu-icon-bx,
    .custom-header .cht-right .social{
        display: none;
    }

    .top-banner-img img:last-of-type{
		display: block;
	}

    .custom-header .cht-right .serach-icon{
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .cht-left .menu-icon-bx{
        transform: scale(1.05);
        margin-left: 10px;
    }

    .cht-left .menu-icon-bx.other-page-hide{
        display: flex;
    }

    .cht-left .back-link-tag{
        left: 0;
        height: 100%;
        background: transparent;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .cht-left .back-link-tag:active{
        /* background: #00000012; */
        color: #d11c21;
    }
}

@media screen and (max-width:576px) {
    .custom-header .header-top .cht-logo{
        transform: scale(0.9);
    }
}

@media screen and (max-width:390px) {
    .custom-header .header-top .cht-logo {
        transform: scale(0.8);
    }
}

@media screen and (max-width:360px) {
    .custom-header .header-top .cht-logo {
        transform: scale(0.7);
    }
}

@media screen and (max-width:330px) {
    .custom-header .header-top .cht-logo {
        transform: scale(0.6);
    }
}