/*     brand Colors              */
@import url("../assets/icons-1.6.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Palanquin+Dark&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karma:wght@500;600&display=swap');

@font-face {
    font-family: 'Mohave Regular';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Regular"), url("../assets/fonts/Mohave-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Italic"), url("../assets/fonts/Mohave-Italic.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Light';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Light"), url("../assets/fonts/Mohave-Light.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Light Italic"), url("../assets/fonts/Mohave-LightItalic.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Medium';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Medium"), url("../assets/fonts/Mohave-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Medium Italic"), url("../assets/fonts/Mohave-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Bold"), url("../assets/fonts/Mohave-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Mohave Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local("Mohave Bold Italic"), url("../assets/fonts/Mohave-BoldItalic.woff") format("woff");
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
    font-family: 'Karma', sans-serif;;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3rem;
    font-weight: normal;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }
}

body {
    font-family: 'Karma', sans-serif;
    font-size: 1em;
}

.section-white-space {
    padding-top: 15px;
    padding-bottom: 48px;
}

.political-news .content-wrapper {
    margin: auto;
}

.political-news .news-images {
    margin: auto;
    margin-right: -15px;
}

.join-us-section {
    margin-bottom: -125px;
}

.join-us-section .heading-wrapper {
    margin-right: 32px;
}

.join-us-section .heading-wrapper h3 {
    line-height: 44px;
}

.join-us-section .para-wrapper p {
    font-size: 1.25rem;
    line-height: 40px;
    text-align: justify;
}

.title-main h2 {
    text-transform: uppercase;
}

.no-text-decor {
    text-decoration: none;
}

.no-text-decor:hover {
    text-decoration: none;
    color: #ef5050;
}

.color-primary-txt {
    color: #EC3434;
}

.news-section {
    /* padding-top: 230px; */
    background-color: #FDF8F8;
}

.video-section {
    position: relative;
}

/* .video-section::after {
    content: '';
    background-color: #EC3434;
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.video-section .owl-stage-outer {
    /* padding: 80px 0; */
}

.video-section .owl-nav {
    display: none;
}

.z-index__1 {
    z-index: 1;
}

.video-player-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hand-wrapper__img {
    margin: 0 -15px;
    height: 453px;
}

.hand-wrapper__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.quotes-section {
    margin-bottom: -200px;
}

.quotes-inner {
    background-color: #EC3434;
    height: 453px;
    margin: 0 -15px;
    width: 60%;
    padding: 80px 100px;
}

.quotes-inner p {
    font-size: 22px;
    margin-top: 40px;
}

.quotes-image-warpper img {
    width: 66px;
}

.quotes-warp {
    font-size: 28px;
    margin-bottom: 20px;
}

.chm-name {
    opacity: 0.60;
    font-size: 1.25rem;
}

.chm-quote {
    float: right;
    position: relative;
    padding: 13px 39px;
    width: 80%;
    z-index: 100;
    margin-top: -125px;
    margin-right: 25px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}

.chm-quote .svg-quote-inner {
    position: absolute;
    top: 16px;
    left: 20px;
}

.chm-quote .svg-quote-inner svg {
    width: 45px;
}

.svg-quote-inner svg {
    width: 45px;
}

.msg-wrap-inner img {
    width: 100%;
}

.msg-section {
    padding-top: 59px;
}

.msch-inner {
    margin-left: 20px;
}

.msch-inner .top-wrp p {
    font-size: 1.25rem;
    opacity: 0.60;
    margin-bottom: 6px;
}

.msch-inner .mid-wrp p {
    opacity: 0.87;
    font-size: 1.25rem;
    line-height: 40px;
}

.image-pb-wrp img {
    max-width: 100%;
}

.leader-section .title-main p {
    font-size: 1.25rem;
    margin-bottom: 6px;
    opacity: 0.6;
}

.leader-section .leader-wrp {
    cursor: pointer;
    border: 6px solid transparent;
    margin-bottom: 20px;
}

.leader-section .leader-wrp:hover {
    border: 6px solid #2B378F;
    transition: border 0.8s ease-in-out;
}

.leader-section .leader-wrp:hover .leader-name {
    background-color: #2B378F;
    color: #FFFFFF;
    margin: 0;
    padding: 2px;
    transition: background-color 0.8s ease-in-out;
}

.leader-section .leader-wrp:hover .leader-name .n-cp {
    margin: 0;
}

.leader-section .leader-wrp .inner-warp-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.leader-name {
    font-size: 1.25rem;
    margin-top: 10px;
}

.leader-name .n-cp {
    background-color: #2B378F;
    color: #FFFFFF;
    padding: 4px 8px;
    margin-right: 5px;
}

.gallery-txt-wrp {
    background-color: #EC3434;
}

.gallery-txt-wrp b {
    font-size: 2rem;
    padding: 100px;
}

.gallery-img-wrp img {
    width: 100%;
    height: 485px;
    object-fit: cover;
}

.dark-wrap {
    background-color: #170744;
    padding: 0 250px;
}

.dark-wrap p {
    font-size: 1.25rem;
}

.about-pb p {
    font-size: 1.25rem;
    line-height: 40px;
}

.cpn-tag {
    font-size: 1.25rem;
    opacity: 0.60;
}

.pb-inner {
    margin-left: 72px;
}

.pb-inner h2 {
    text-transform: uppercase;
}

.download-app-section {
    background-color: #FBF0EF;
}

.download-app-section .download-inner-wrp p {
    font-size: 2rem;
    margin-top: 20px;
    opacity: 0.78;
}

.download-app-section .download-inner-wrp .download-app-img {
    margin-top: 50px;
}

.download-app-section .download-inner-wrp .download-app-img img {
    width: 100%;
    height: 75px;
}

.contact-section .contact-info p {
    max-width: 250px;
    opacity: 0.60;
    font-size: 1.25rem;
}

.contact-section .contact-info .details-wrap {
    margin-top: 80px;
}

.contact-section .contact-info .details-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.25rem;
    opacity: 0.87;
}

.map-section {
    background-color: #f9f9f9;
}

img.arrow-down {
    height: 40px;
    width: 40px;
    margin: auto;
}

.anchor-link {
    font-family: "Palanquin Dark";
}

.anchor-link:hover {
    text-decoration: none;
    color: #111111;
}

.vertical-line {
    position: absolute;
}

.vertical-line .ef-l:after {
    background-color: #EC3434;
    height: 110px;
    width: 6px;
    left: -12px;
    top: -100px;
    content: '';
    position: absolute;
}

.vertical-line .ef-v:after {
    background-color: #EC3434;
    height: 6px;
    width: 41px;
    left: -6px;
    top: 4px;
    content: '';
    position: absolute;
}

.join-us-section .vertical-line .ef-l:after {
    left: -18px;
    top: -11px;
}

.join-us-section .vertical-line .ef-v:after {
    left: -14px;
    top: -11px;
}

.msg-section .vertical-line .ef-l:after {
    left: unset;
    top: unset;
    right: -465px;
    bottom: -110px;
}

.msg-section .vertical-line .ef-v:after {
    left: unset;
    top: 0;
    right: -460px;
}

.contact-section .vertical-line .ef-l:after {
    left: -52px;
    top: -26px;
}

.contact-section .vertical-line .ef-v:after {
    left: -52px;
    top: -30px;
}

.view-more__wrap a i {
    font-size: 32px;
}

.synosis {
    font-size: 1.25rem;
    margin-bottom: 25px;
}

.news-container {
    border-top: 1px solid #e9e9e9;
}

.news-container p {
    /*opacity: 0.70;*/
    line-height: 1.8;
}

.img-mockup-app img {
    width: 100%;
}

.img-full-width img {
    max-width: 100%;
}

.img-nation__wrapper {
    margin-right: 10px;
}

.img-nation__wrapper .nation-img {
    width: 24px;
    height: 24px;
}

button,
.btn {
    background-color: #EC3434;
    border-radius: 0;
    border: none;
    font-size: 1.125rem;
    height: 48px;
    line-height: 0;
    padding: 0 35px;
    text-transform: uppercase;
}

button:hover,
.btn:hover {
    background-color: #ef5050;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
    background-color: #ef5050 !important;
    border-color: #ef5050 !important;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06) !important;
}

.j-card {
    padding: 64px 42px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 80px 2px rgba(0, 0, 0, 0.04);
}

.lg-card {
    position: relative;
    cursor: pointer;
    border: 6px solid transparent;
    height: 100%!important;
}

.lg-card .img-full-width img {
    width: 100%;
}

.lg-card .img-full-width::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    mix-blend-mode: multiply;
    opacity: 0.5;
    z-index: 1;
}

.lg-card .news-innner__wrapper {
    color: #FFFFFF;
    width: 75%;
    padding: 40px;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.lg-card .news-innner__wrapper .date-tag {
    opacity: 0.78;
    margin-bottom: 15px;
}

.lg-card .news-innner__wrapper .news-para {
    opacity: 0.80;
    line-height: 24px;
    font-size: 1.25rem;
}

.lg-card:hover {
    border: 6px solid #EC3434;
    transition: border 1s ease-in-out;
}

.sm-card {
    background-color: #FFFFFF;
    box-shadow: 0 8px 50px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border: 6px solid transparent;
    cursor: pointer;
}

.sm-card__head img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.sm-card__body {
    padding: 10px 20px;
}

.sm-card__body .date-tag {
    opacity: 0.56;
}

.sm-card__body .news-title {
    /* height: 52px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm-card__body .news-para {
    height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sm-card:hover {
    /* border: 6px solid #EC3434;
    transition: border 1s ease-in-out; */
}

.item-video-card {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.05); */
    /* border-bottom: 2px solid #EC3434; */
}

.item-video-card__head {
    position: relative;
    height: 310px;
}

.item-video-card__head .inner-wrapper {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding: 15px;
    z-index: 1;
}

.item-video-card__head .img-full-width {
    height: 100%;
}

.item-video-card__head .img-full-width img {
    height: 100%;
    object-fit: cover;
}

.item-video-card__head:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.85%, #000000 100%);
}

.item-video-card__head .date-tag {
    opacity: 0.80;
    margin-bottom: 15px;
}

.item-video-card__head .play-video-btn {
    font-size: 24px;
}

.item-video-card__head .play-button-wrap {
    display: none;
    text-align: center;
    margin: auto;
    margin-bottom: 35px;
}

.item-video-card__body {
    padding: 15px;
}

.item-video-card:hover {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    transform: translate3D(0, -1px, 0) scale(1.1);
    transition: transform .4s ease;
}

.item-video-card:hover .play-button-wrap {
    display: block;
    cursor: pointer;
}

.custom-adv-modal {
    max-width: 1100px;
}

.custom-adv-modal .modal-content {
    border-radius: 0;
}

.custom-adv-modal .modal-body {
    /* padding: 0; */
}

.custom-adv-modal .modal-body .adv-image__fullwidth img {
    width: 100%;
}

.custom-adv-modal .modal-body .right-side.close {
    padding: 15px;
    right: 1px;
    color: #EC3434;
    top:-8px;
}

.custom-adv-modal .modal-body .right-side.close:hover {
    background-color: transparent;
}

.custom-adv-modal .modal-body .adv-content__wrapper {
    padding: 20px;
}

.custom-adv-modal .modal-body .adv-content__wrapper h3 {
    opacity: 0.87;
}

.custom-adv-modal .modal-body .adv-content__wrapper .date-tag {
    opacity: 0.54;
    margin: 0;
}

.custom-adv-modal .modal-body .adv-content__wrapper .content-here p {
    opacity: .70;
    line-height: 25px;
    margin: 0;
    margin-top: 5px;
}

.custom-adv-modal .modal-footer {
    border-radius: 0;
}

.custom-adv-modal .modal-footer .small-btn {
    font-size: 1rem;
}

.carousel-custom-wrapper .carousel-item {
    /* height: 640px; */
}

.carousel-custom-wrapper .carousel-item.gredient-dark:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-custom-wrapper .carousel-item .carousel-caption {
    top: 428px;
    text-align: right;
    left: unset;
}

.carousel-custom-wrapper .carousel-item .carousel-caption p {
    font-size: 1.25rem;
}

.main-banner .carousel-indicators {
    left: unset;
    flex-direction: column;
}

.main-banner .carousel-indicators li {
    background-color: #EC3434;
    width: 15px;
}

.main-banner .carousel-indicators .active {
    width: 30px;
}

.carousel-control-prev-icon {
    background-image: url("../assets/images/bi_arrow-left.svg");
    width: 34px;
    height: 34px;
}

.carousel-control-next-icon {
    background-image: url("../assets/images/bi_arrow-right.svg");
    width: 34px;
    height: 34px;
}

.custom-dropdown__menu {
    position: absolute !important;
}

.dropdown-menu {
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.05);
    border: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #EC3434;
    text-decoration: none;
    background-color: rgba(252, 219, 219, 0.3);
}

.input-container {
    position: relative;
}

input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #9e9e9e;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #9e9e9e;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

label {
    top: 0;
    left: 0;
    right: 0;
    color: #616161;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

input,
label {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
}

textarea,
label {
    width: 100%;
    /* height: 3rem; */
    font-size: 1rem;
}

/* Interation */
input:valid,
input:focus {
    border-bottom: 2px solid #EC3434;
}

textarea:valid,
textarea:focus {
    border-bottom: 2px solid #EC3434;
}

input:valid+label,
input:focus+label {
    color: #EC3434;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
}

textarea:valid+label,
textarea:focus+label {
    color: #EC3434;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
}

.lang-select a {
    color: #111111;
    text-transform: uppercase;
}

.masthead-brand-logo {
    margin-left: 250px;
}

.masthead-brand-logo img {
    width: 250px;
    height: auto;
}

.main-nav {
    margin: 8px 0;
    font-size: 20px;
}

.main-nav__listed a {
    text-transform: uppercase;
    color: #111111;
    margin: 0 25px;
    text-decoration: none;
    cursor: pointer;
}

.main-nav__listed a:hover {
    color: #EC3434;
}

.search {
    height: 24px;
    width: 24px;
}

.live {
    position: relative;
}

.live-now {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #EC3434;
    border-radius: 100%;
    position: absolute;
}

.navbar-custom .nav-item {
    margin: 4px 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar-custom .nav-item a {
    color: #111111;
}

.navbar-custom .nav-item a:hover,
.navbar-custom .nav-item a:focus {
    color: #EC3434;
}

.navbar-custom .nav-item.active .nav-link.active {
    color: #EC3434;
}

.nav-link.active {
    color: #EC3434 !important;
}

.flex-start {
    align-items: flex-start;
}

/* .navbar-custom {
    margin-top: 12px;
} */

.navbar-custom .navbar-nav {
    background-color: #FFFFFF;
    padding: 0 30px;
    position: relative;
    min-height: 60px;
    align-items: center;
    box-shadow: 0px 8px 80px rgba(0, 0, 0, 0.05);
}

.navbar-custom .navbar-nav::after,
.navbar-custom .navbar-nav::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 15px;
    width: 8px;
    height: 30px;
    background-color: #EC3434;
}

.navbar-custom .navbar-nav::before {
    right: unset;
    left: -8px;
}

.dropdown-toggle::after {
    font-size: 16px;
    border-top: 0.3em solid #EC3434;
}

.navbar-toggler {
    margin-bottom: 10px;
    font-size: 1rem;
}

.navbar-toggler:hover {
    background-color: transparent !important;
}

.masthead::before {
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 356px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(100, 100, 100, 0) 118.82%);
    mix-blend-mode: normal;
    opacity: 0.3;
    z-index: -1;
}

.main-banner {
    /* margin-top: 15px; */
    /* margin-top: -141px; */
}

.main-banner .img-banner {
    /* object-fit: cover; */
    /* height: 32rem; */
}

.search-section {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 100;
}

.search-section .card {
    padding: 30px 24px;
    border: none;
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

.search-section .cancel-srh {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #EC3434;
}

.search-section .search-inner {
    max-width: 1140px;
    margin: auto;
}

.topnav {
    display: flex;
    height: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    /* padding: 30px 120px; */
    padding-right: 60px;
    background-color: #FFFFFF;
    transition: height 0.5s ease;
}

.sidebar-top {
    top: 0;
    height: 100%;
}

.sidebar-top .closebtn {
    font-size: 40px;
}

.overflow-hidden::before {
    content: '';
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 99991;
}

.cpn-detail__section-head {
    margin-top: 80px;
}

.cpn-detail__section-head h3 {
    font-family: "Mohave Regular";
}

.cpn-detail__section-body {
    opacity: .60;
    margin-top: 40px;
    max-width: 692px;
}

.cpn-detail__section-footer {
    margin-top: 30px;
}

.cpn-detail__section-footer a {
    color: #EC3434;
    font-size: 20px;
}

.cpn-detail__section-footer a:hover {
    text-decoration: none;
}

.map-site__inner {
    padding: 0 0px;
}

.map-site__inner ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.map-site__inner ul li {
    padding: 0;
    line-height: 32px;
    position: relative;
}

.map-site__inner ul li a {
    font-size: 1.25rem;
    color: #111111;
    text-transform: uppercase;
    text-decoration: none;
}

/* .map-site__inner ul li a:hover {
    text-decoration: none;
    color: #EC3434;
}

.map-site__inner ul li a:hover:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 38px;
    left: -44px;
    top: 18px;
    background-color: #EC3434;
} */

.social-site__inner {
    padding: 0 100px;
    margin-bottom: 60px;
}

.social-site__inner ul {
    padding: 0;
    list-style: none;
}

.social-site__inner ul li {
    line-height: 46px;
}

.social-site__inner ul li a {
    text-transform: uppercase;
    color: #111111;
    opacity: 0.50;
    font-size: 1.125rem;
}

.social-site__inner ul li a:hover {
    text-decoration: none;
    color: #111111;
    opacity: 1;
}

footer {
    background-color: #FDEFED;
    padding: 12px 0;
}

footer .subcribe-inner .input-container {
    width: 400px;
}

footer .subcribe-inner p {
    margin-bottom: 20px;
    max-width: 240px;
}

footer .subcribe-inner .btn-send {
    background-color: transparent !important;
}

footer .site-map a {
    color: #111111;
    margin: 0 18px;
    text-transform: uppercase;
    font-size: 1.25rem;
    cursor: pointer;
}

footer .site-map a:hover {
    text-decoration: none;
    color: #EC3434;
}

.social-followup a {
    color: #111111;
    margin-right: 40px;
}

.social-followup a:hover {
    text-decoration: none;
    color: #EC3434;
}

@media screen and (max-width: 1400px) {
    .sidebar-top {
        top: 0;
        height: 100%;
    }

    .map-site__inner {
        padding: 0 0;
    }

    .custom-adv-modal {
        max-width: 800px;
    }

    .custom-adv-modal .adv-image__fullwidth img {
        width: 100%;
        height: 350px;
    }

    .dark-wrap {
        padding: 50px 100px;
    }

    .quotes-inner {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 992px) {
    .quotes-inner {
        height: 100%;
        width: 100%;
        padding: 20px 50px;
    }
    .main-banner .img-banner {
        /* object-fit: cover; */
        height: 100%;
    }

    .masthead-brand-logo {
        margin: auto;
    }

    .masthead-brand-logo img {
        width: 145px;
    }

    .msch-inner .vertical-line {
        display: none;
    }
}

.text-link {
    font-size: 30px;
}


@media screen and (max-width: 768px) {
    .mobile-prview{
        display:none;
    }
    .qr-image{
        width: 90%!important;
    }
    .text-link {
        font-size: 24px;
    }
    .mobile-popup{
        margin-top: 20px;
    }
    .quotes-inner {
        margin: auto;
    }

    .political-news .content-wrapper {
        width: 100% !important;
        padding: 20px;
    }

    .political-news .news-images {
        width: 100% !important;
        margin: auto;
    }


    .main-nav__listed .search-item {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        background-color: #ff1464;
        padding: 15px;
        border-radius: 100%;
        height: 68px;
        width: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    }

    .main-nav__listed .search-item img {
        filter: brightness(0.25);
    }

    .cpn-detail__section {
        display: none;
    }

    .msch-inner {
        margin: auto;
        margin-top: 15px;
    }

    .chm-quote,
    .pb-inner {
        margin: auto;
        width: 100%;
    }

    .message-form {
        margin: auto !important;
        padding-top: 40px;
    }

    .social-site__inner {
        padding: 0 60px;
    }

    .lst-footer {
        flex-direction: column !important;
        align-items: center;
    }

    .lst-footer .copyright {
        margin-top: 25px;
    }

    .inner-footer .site-map {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 50px;
    }

    .inner-footer .subcribe-inner p {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .inner-footer .subcribe-inner .input-container {
        width: 100%;
    }

    .search-section {
        width: 100%;
        margin: auto;
        position: fixed;
        top: 0;
        z-index: 9999;
        height: 100vh;
    }

    .search-section .card {
        height: 50%;
        justify-content: center;
    }
}

/* manual background */
/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.sticky {
    color: white!important;
}

.is-sticky {
    padding-top: 18px;
    background-color: white!important;
    color: black!important;
}

/* body {
  min-height: 1200px;
} */
nav {
  /* background: #eaebec; */
  /* min-height: 85px; */
}

.navbar-light .navbar-nav .nav-link {
    /* color: white; */
    font-size: 22px;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(224, 55, 55);
}

.mt-40{
    margin-top: -12px;
}


.nav-item {
    font-weight: 700;
}

.nav-item img {
    color: white!important;
}
.dropdown a {
    color: black!important;
}

.stay-open {display:block !important;}

.nav-item button .btn {
    height: 41px;
}

.pointer-none {
    cursor: auto;
}

.home-modal{
    /* height: 80%!important;
    width: 100%!important; */
    width: 100%!important;
    height: 500px!important;
}
.home-modal .modal-dialog {
    position: relative;
    /* width: 100%; */
}
.home-modal .modal-content{
    overflow-y: hidden;
}

.home-modal .modal-body{
    background: linear-gradient(117.82deg, rgba(239, 28, 36, 0.2) -19.99%, rgba(43, 55, 143, 0.2) 113.22%), #FFFFFF;
}

.custom-adv-modal .model-content{
    width: 27rem!important;
}

#news .container h2 {
    /*position: relative;*/
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 2rem;
}

#politicalNews h1{
    font-size: 2rem!important;
}



