* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;v
}

body {
    background: var(--white-color);
    color: var(--black-color);
    font-family: var(--primary-font);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border: none;
    color: var(--white-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}

#myBtn:hover {
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*LOGOBAR*/
.header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: var(--white-color);
    box-shadow: 0 0 4px;
}

.logo-bar-wrapper {
    justify-content: space-between;
    padding: 10px 0;
}

.logo img {
    width: 125px;
}

.date {
    text-align: right;
}

img{
    border-radius: 0.8rem;
}

/*LOGOBAR ENDS*/
/*OPTION BAR*/
.option-bar {
    padding: 10px;
    padding-top: 0;
}

.option-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.option-bar-inner span {
    /* background: black;
    color: #fff;
    padding: 5px 15px;*/
}

.option-bar-inner .marquee {
    background: var(--primary-color);
    color: #fff;
    margin-right: 43px;
    padding: 5px;
    width: 66%;
    overflow: hidden;
}

.option-bar-inner .marquee .inner {
    width: 100%;
    display: flex;
    color: white;
}

.option-bar-inner .marquee .inner > * {
    white-space: nowrap;
    padding: 0 4rem;
}

.option-bar-inner .marquee .inner a {
    color: #fff;
    margin-right: 2em;
}

.pradesh-tab h3 a {
    font-size: 18px;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    margin-right: 20px;
}

.login {
    margin-right: 20px;
}

.login i {
    color: var(--primary-color);
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.login a:hover i {
    color: var(--white-color);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.login .user a {
    color: var(--primary-color);
    font-weight: 500;
}

.login .user a:hover {
    color: var(--secondary-color);
}

.english-button a {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
}

.english-button a:hover {
    display: inline-block;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.hidden-menu {
    box-shadow: var(--box-shadow);
    padding: 20px;
    margin-top: 15px;
}

.hidden-menu ul {
    display: flex;
    justify-content: space-between;
}

.hidden-menu ul li a {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 500;
    padding-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
}

.hidden-menu ul li:last-child a {
    margin-right: 0px;
}

.hidden-menu ul li a img {
    width: 100%;
    height: 100px;
}

.login-part {
    border-radius: 11px;
}

/* top-header */
/* form */
.user input, .pass input {
    width: 100%;
    height: 35px;
    border: none;
    border: 1px solid var(--font-color);
    border-radius: 6px;
    outline: none;
    padding: 0 40px;
}

.user i,
.pass i {
    position: relative;
    top: 31px;
    right: -10px;
    color: var(--primary-color);
}

.modal-dialog {
    max-width: 1000px;
    min-width: 320px;
}

/*FORM*/

/* BUTTONS */
.login-part .btn {
    display: flex;
    justify-content: center;
}

.login-part .btn button {
    width: 50%;
    border: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 0;
}

/* BUTTON ENDS */
p.last {
    text-align: right;
    font-size: 14px;
    display: inline-block;
}

p.last a {
    color: var(--primary-color);
}

p.last a:hover {
    color: var(--secondary-color);
}

.login-part p.or {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: var(--font-color);
}

.login-part p.or:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--font-color);
    left: 100px;
    top: 50%;
    position: absolute;
}

.login-part p.or:before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--font-color);
    right: 100px;
    top: 50%;
    position: absolute;
}

.login-options,
.facebook-login {
    justify-content: center;
}

.login-options .facebook-login a {
    justify-content: center;
    display: inline-block;
    background: #385490;
    color: var(--white-color);
    padding: 5px 15px;
}

.remember-option {
    justify-content: space-between;
    padding: 10px 0;
}

.remember-option a {
    color: var(--primary-color);
}

.remember-option a:hover {
    color: var(--secondary-color);
}

.points-remember h5 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.points-remember-list li {
    line-height: 35px;
}

.no-acc p {
    color: var(--font-color);
}

.no-acc p a {
    color: var(--primary-color);
}

.no-acc p a:hover {
    color: var(--secondary-color);
}

.login-head {
    color: var(--primary-color);
}

/*OPTION BAR ENDS*/
/*NAVBAR*/
/*MAIN NAVBAR STARTS*/

.header-wrapper {
    background: var(--primary-color);
}

.navbar {
    height: auto;
    width: 100%;
    padding: 10px 5px;
    justify-content: space-around;
    font-family: var(--secondary-font);
}

.header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    background: var(--primary-color);
    box-shadow: 0 0 4px;
}

.navbar .dropdown-menu .dropdown-item {
    color: var(--black-color);
}

.nav-link {
    cursor: pointer;
}

.add-features .nav-item:hover {
    background: var(--primary-color) !important;
}

.nav-item .dropdown-menu {
    background-color: var(--white-color) !important;
    color: var(--black-color) !important;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.4s;
}

.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.nav-item .dropdown-menu a:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}

.dropdown-toggle::after {
    transition: transform 0.5s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    margin-top: 0;
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.nav-item,
.nav-eng,
.navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
}

/* .navbar-light .navbar-nav .nav-link.active {
    color: var(--tred);
} */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active a {
    color: #c93434 !important;
    transition: 0.4s ease-in;
}

/*MAIN NAVBAR ENDS*/
/* BOTTOM NAV */
.ok-hot-topics-top {
    padding: 10px 0;
}

.ok-container {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.flx {
    display: flex;
}

.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper {
    overflow-x: auto;
    display: flex;
    margin-right: 50px;
}

.ok-hot-topics-top .ok-container .hot-topic-tag-wrapper > a {
    display: inline-block;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 6px 15px 2px 42px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: var(--secondary-font);
}

.ok-hot-topics-top a .topic-round-thumb {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2260bf;
}

.ok-hot-topics-top .ok-smart-search {
    margin-left: auto;
}

.ok-smart-search {
    position: relative;
}

.ok-top-search {
    max-width: 500px;
    min-width: 334px;
    display: flex;
    align-items: center;
    align-self: center;
    background-color: rgba(34, 96, 191, 0.08);
    border-radius: 68px;
    padding: 5px 15px;
    margin-left: auto;
}

.ok-top-search > input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.ok-top-search > input:focus {
    outline: none;
}

.ok-top-search .ok-search-trigger {
    max-width: 18px;
    text-align: right;
    cursor: pointer;
}

.ok-smart-search .ok-card-sifaris {
    max-width: 334px;
    border-radius: 14px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 24px;
    background-color: #fff;
    margin-bottom: 28px;
}

.search-auto-complete-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 98;
}

/*BOTTOM NAV ENDS*/
/*SIDE  NAVBAR */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--white-color);
    transition: 0.5s;
    overflow: hidden;
    padding-top: 60px;
}

.sidenav a {
    padding: 12px 8px 12px 30px;
    text-decoration: none;
    font-size: 20px;
    color: var(--primary-color);
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: var(--secondary-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav ul li {
    border-bottom: 1px solid var(--white-color);
}

.openNav {
    /* margin-left: -2.75rem; */
    font-size: 20px;
    color: var(--white-color);
    cursor: pointer;
    margin-top: 0.5rem;
}
.last-open{
    display: none;
}
.second-bg ul {
    padding-top: 1rem;
}

#mySidenav ul .feat-show.show {
    display: block;
    padding: 0;
}

#mySidenav ul .feat-show.show li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul ul {
    position: static;
    display: none;
}

#mySidenav ul .samachar-show.show1 {
    display: block;
    padding: 0;
}

#mySidenav ul .samachar-show.show1 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .jeewan-show.show2 {
    display: block;
    padding: 0;
}

#mySidenav ul .jeewan-show.show2 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .artha-show.show3 {
    display: block;
    padding: 0;
}

#mySidenav ul .artha-show.show3 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .suchana-show.show4 {
    display: block;
    padding: 0;
}

#mySidenav ul .suchana-show.show4 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .khelkud-show.show5 {
    display: block;
    padding: 0;
}

#mySidenav ul .khelkud-show.show5 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .kala-show.show6 {
    display: block;
    padding: 0;
}

#mySidenav ul .kala-show.show6 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul .bichar-show.show7 {
    display: block;
    padding: 0;
}

#mySidenav ul .bichar-show.show7 li a {
    padding-top: 0;
    padding-bottom: 0;
}

#mySidenav ul ul li {
    line-height: 42px;
    border: none;
}

#mySidenav ul ul li a {
    font-size: 17px;
    color: var(--primary-color);
    padding-left: 50px;
}

#mySidenav ul ul li a:hover {
    color: var(--secondary-color);
}

#mySidenav ul li.active ul li a {
    color: var(--white-color);
    background: var(--black-color);
    border-left-color: transparent;
}

#mySidenav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 0.4s;
}

#mySidenav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
}

#mySidenav ul li a {
    position: relative;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
}

#mySidenav ul li a:hover {
    color: var(--secondary-color);
    cursor: pointer;
}

/* SIDE NAVBAR ENDS */
/*NAVBAR ENDS*/
/*MAIN NEWS FIRST*/
.main-news-first-start {
    padding: 20px 0;
}

.main-news-first-start h2 {
    text-align: center;
}

.main-news-first-start h2 a {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 50px;
    display: inline-block;
    margin-top: 30px;
}

.main-news-first-start h2 a:hover {
    color: var(--secondary-color);
}

.author-details {
    justify-content: center;
    margin: 10px 0;
}

.author .author-image img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.news-image1 img {
    object-fit: fill;
    height: 80vh;
    object-position: 30% 100%;
}

/*MAIN NEWS FIRST ENDS*/
/*NEWS SHORT*/
.news-short-inner-left,
.short-news-div {
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: 0.8rem;
}

.short-news-div {
    padding-bottom: 10px;
}

.news-short-left h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.news-short-left h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 36%;
    top: 50%;
    position: absolute;
}

.news-short-inner-right h2 a {
    color: var(--white-color);
    font-size: 20px;
    padding: 5px 10px;
    background-color: var(--primary-color);
    border-radius: 0.5rem;
}

.news-short-inner-image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
}

.news-short-inner-left h4 {
    padding: 20px 0 5px 0;
    font-size: 30px;
    font-weight: 600;
}

.news-short-inner-left p {
    font-size: 18px;
    line-height: 35px;
}

.short-news {
    margin-bottom: 20px;
}

.short-news-image img {
    width: 210px;
    height: 100px;
    object-fit: cover;
    border-radius: 0.8rem;
}

.short-news-image {
    margin-right: 20px;
}

.short-news-desc h6 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.short-news a .short-news-desc h6,
.news-short-inner-left a h4 {
    color: var(--dark-color);
}

.news-short-inner-left a p,
.short-news a .short-news-desc .author-date p,
.short-news a .short-news-desc .author-date i {
    color: var(--dark-color);
    font-size: 13px;
}

.short-news a:hover .short-news-desc h6,
.news-short-inner-left a:hover h4 {
    color: var(--primary-color);
}

.news-short-ads .money-image a img {
    margin-bottom: 15px;
}

/*NEWS SHORT ENDS*/
/*SHARE BAZAR*/

/*SHARE BAZAR ENDS*/
/*PHOTO GALLERY*/
.photo-gallery-section {
    padding: 3rem 0;
    background: var(--dark-color);
    color: var(--white-color);
}

.photo-gallery-section h2 a {
    color: var(--white-color);
    font-size: 32px;
    margin-bottom: 2rem;
    display: inline-block;
    position: relative;
    font-family: var(--secondary-font);
}

.photo-gallery-section h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--white-color);
    left: 240px;
    top: 50%;
    position: absolute;
}

.photo-gallery-section .item img {
    position: relative;
}

.photo-gallery-section .photo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.photo-gallery-section .photo-caption a {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    color: var(--white-color);
    font-weight: 600;
    font-size: 25px;
    z-index: 2;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.photo-gallery-section .photo-caption a:hover {
    color: var(--white-color);
}

/*PHOTO GALLERY ENDS*/

/*ANTARBARTA*/
.antarbarta h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.antarbarta h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 160px;
    top: 50%;
    position: absolute;
}

.antarbarta-card {
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 0.8rem;
}

.antarbarta-card:hover {
    margin-top: -10px;
}

.antarbarta-image img {
    margin-bottom: 20px;
    height: 250px;
    /*height: 200px;*/
    object-fit: cover;
}

.antarbarta-card h6 a {
    font-weight: 600;
    color: var(--dark-color);
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 15px;
    display: inline-block;
}

.antarbarta-card h6 a i {
    color: var(--secondary-color);
}

.antarbarta-card h6 a:hover {
    color: var(--primary-color);
}

.antarbarta-card p {
    font-size: 18px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    background: none;
    color: var(--primary-color);
    font-size: 18px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--secondary-color);
    background-color: transparent;
}

/*ANTARBARTA ENDS*/

/*PRADESH SAMACHAR*/
/* .pradesh-samachar {
    padding: 15px;
    box-shadow: var(--box-shadow);
    margin-bottom: 25px;
} */

.pradesh-wrapper {
    padding: 20px;
    box-shadow: var(--box-shadow);
    margin-bottom: 2rem;
    border-radius: 0.8rem;
}

.pradesh h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.pradesh h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 100px;
    top: 50%;
    position: absolute;
}

.pradesh-samachar-top img {
    margin-bottom: 20px;
    height: 300px;
    object-fit: cover;
}

.pradesh-samachar-top h5 a {
    color: var(--primary-color);
    font-size: 22px;
}

.pradesh-samachar-top h5 a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.pradesh-small {
    padding: 0;
    box-shadow: none;
    margin: 20px 0;
}

/*PRADESH SAMACHAR ENDS*/

.top-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top-top h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-top h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 230px;
    top: 50%;
    position: absolute;
}

.top-all span a {
    color: var(--white-color);
    font-size: 20px;
    padding: 5px 10px;
    background-color: var(--primary-color);
    border-radius: 0.5rem;
}

.top-all span a:hover {
    background-color: var(--secondary-color);
}

.added-top h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 26px;
    padding-bottom: 20px;
    /* padding-top: 30px; */
    padding-top: 14px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}


/*SPORTS*/
.sports {
    margin-bottom: 2rem;
}

.card .medium-card-img {
    height: 350px;
    width: 100%;
}

.top-sports h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-sports h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 145px;
    top: 50%;
    position: absolute;
}

.card-body {
    padding: 1rem 0;
}

.card-body {
    padding-left: 0;
}

#sports a {
    color: var(--black);
}

.card-text {
    font-weight: bold;
    font-family: "Mukta", sans-serif;
}

.time {
    color: var(--darkgrey);
}

.big-card .time {
    font-size: 1rem;
}

#sports a {
    color: var(--black);
}

.big-card a {
    color: var(--primary-color);
}

.big-card a:hover {
    color: var(--secondary-color);
}

.card {
    border: none;
}

.card .small-card-img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius:0.8rem;
    box-shadow: var(--box-shadow-light);
}

.share-bazar .card-text a {
    color: var(--primary-color);
}

.top-share h2 a {
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: var(--primary-color);
    position: relative;
    display: inherit;
}

.top-share h2 a:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: var(--secondary-color);
    left: 230px;
    top: 50%;
    position: absolute;
}

/*SPORTS ENDS*/

/* header */
.heading {
    background-color: #f0f0f0;
    margin: 1rem 0;
    position: relative;
}

.heading h1 {
    color: #fff;
    width: 40%;
    font-size: 2rem;
    padding: 0.5rem;
    padding-left: 1.5rem;
    background-color: var(--primary-color);
    /* clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); */
}

.heading h1 a {
    color: #fff !important;
}

.view-all {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    border-radius: 1rem;
    padding: 3px 10px;
    background: darkgrey;
    transition: 0.3s;
}

.view-all a {
    color: #fff !important;
    font-size: 1rem;
}

.view-all::after {
    content: "\f101";
    font-family: "Font awesome 5 free";
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
}

.view-all:hover {
    background: var(--secondary-color);
}

.short-news-desc{
    width: 55%;
    display: flex;
    align-items: center;
}

.short-news-image{
    width: 45% !important;
}

.photo-gallery-carousel .item img{
    height: 500px;
    object-fit: cover;
}
/*ADDED*/
.news-short-inner-left:hover{
    margin-top: -5px;
    transition: 0.3s ease-in-out;
    box-shadow: var(--box-shadow);
}


.copyright-part{
    display: flex;

}

.brand-link .brand-image {
    border-radius: 0 !important;
}

.user-panel{
    justify-content: space-between;
}

/*11/22/2022*/
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .nav-item, .nav-eng, .navbar-light .navbar-nav .nav-link {
    /*color: rgb(255, 255, 255);*/
    color:var(--nav-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active a {
    color: var(--hover-color) !important;
    transition: 0.4s ease-in;
}

.related-img img{
    height: 250px;
    object-fit: cover;
}

.main-news-first-start {
    padding: 0;
}

.mobile-nav-bottom{
    display: none;
}
.mobile-nav-container{
    padding: 20px;
}
.navbar-bottom-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-bottom{
    display: none;
}


.floating-icons {
    position: absolute;
    top: 90px;
    right: -20px;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    padding: 10px;
    z-index: 1;
}

.floating-icons ul li a img {
    width: 20px;
}

.floating-icons ul li {
    padding-bottom: 5px;
}

.floating-icons ul li:last-child {
    padding-bottom: 0px;
}

.weather-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.weather-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.weather-nav a:hover {
    color: #f1f1f1;
}

.weather-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .weather-nav {
        padding-top: 15px;
    }
    .weather-nav a {
        font-size: 18px;
    }
}

.patro-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.patro-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.patro-nav a:hover {
    color: #f1f1f1;
}

.patro-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .patro-nav {
        padding-top: 15px;
    }
    .patro-nav a {
        font-size: 18px;
    }
}

.forex-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.forex-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.forex-nav a:hover {
    color: #f1f1f1;
}

.forex-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .forex-nav {
        padding-top: 15px;
    }
    .forex-nav a {
        font-size: 18px;
    }
}

.horoscope-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.horoscope-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.horoscope-nav a:hover {
    color: #f1f1f1;
}

.horoscope-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .horoscope-nav {
        padding-top: 15px;
    }
    .horoscope-nav a {
        font-size: 18px;
    }
}

.gold-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.gold-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.gold-nav a:hover {
    color: #f1f1f1;
}

.gold-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .gold-nav {
        padding-top: 15px;
    }
    .gold-nav a {
        font-size: 18px;
    }

}

.partner-side {
    margin-top: 20px;
}

.money-image-section {
    padding: 0px 0;
}

.category-partner{
    width: 75%;
    margin: 10px auto;
}
.eng-date{
    margin-left: 0;
}
/* start prelloader */
.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}

.modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
}

.modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}

button:focus {
    outline: transparent;
}

.modal-body img {
    width: 100%;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 800px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 100;
    color: black;
    right: 15px;
    top: -32px;
}

button.close {
    opacity: 1;
    padding: 4px;
    background: white;
}

.close:hover {
    color: black;
}
/* end preloader */
.modal-content{
    width: 100%;
}
.modal-dialog {
    -webkit-transform: translate(0,-50%) !important;
    -o-transform: translate(0,-50%) !important;
    transform: translate(0,-50%) !important;
    top: 50%;
    margin: 0 auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: white;
    display: none;
    overflow: hidden;
    outline: 0;
}

.close-popup-modal{
    color: var(--white-color) !important;
    background: var(--primary-color) !important;
    font-size: 14px;
    padding: 8px 16px !important;
}


.border-card{
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
hr{
    margin-bottom: 30px;
    border-top: 2px solid #ddd;
}
.navbar-nav .social-button{
    width:30px;
    height: 30px;
    margin-right: 10px;
}

.header-social li{
    display: inline;
    float: left;
}
.header-social{
    margin-left: 20px;
    margin-top: -7px;
}
.share-count-box{
    margin-top: 4px;
}
.share-count-box span{
    padding: 3px 20px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #695fc0;
    border: 1px solid #aaa;
    margin-left: 20px;
}

/*Social Icons*/
ul.circle-socials li{
    margin-bottom: 10px;
    list-style: none;
}
ul.circle-socials li .brand-circle{
    font-size: 18px;
    line-height: 25px;
    width: 35px;
    height: 35px;
    border-radius: 36px;
    color: #fff;
    padding: 8px 9px;
    display: inline-block;
  }

  ul.circle-socials li span{
    text-decoration: none;
    color: #38393a;
    font-size: 19px;
    margin-left: 10px;
  }
  .circle-socials .facebook-circle{
    background-color:#3b5998;
    padding-left: 12px !important;
  }
  .circle-socials .youtube-circle{
    background-color:#b00;
  }
  .circle-socials .insta-circle{
    background-color: #bc2a8d;
  }
  .circle-socials .twitter-circle{
    background-color: #00aced;
  }
  .circle-socials .linkedin-circle{
    background-color: #0072b1;
  }
  .circle-socials .tiktok-circle{
    background-color: #010101;
  }

  video.ad-video{
      width: 100%;
      height: 120px;
  }
  video.mobile-top-ad{
      width: 100%;
      height: 100px;
  }

  .header-ads{
      padding-right: 40px;
  }
  .header-ads .col-lg-6{
      padding-right: 100px;
  }

  .main-heading-news img{
      width: 85%;
      max-height: 475px;
      object-fit: cover;
  }

  .main-news-first-start h2{
      margin-bottom: 10px;
  }
  .main-new-first{
      margin-bottom: 7px;
  }

  .single-page-top-ads img{
      max-height: 200px;
      overflow: hidden;
  }

  .img-vid-content{
    width: 100%;
    height: 200px;
  }


  /* CSS for responsive iframe */
.yt-vid-iframe{
    width: 80%;
    height: 450px;
}


@media (max-width: 767px) {
    .yt-vid-iframe{
        width: 100%;

    }
}
