.mobile-pill-img {
    width: 100%;
    padding: 5px;
    float: left;
    height: 100px;
    object-fit: cover;
    border-radius: 25px;
}

.mobile-article_title {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #e4e5df;
    font-family: 'Poppins';
    line-height: 15px;
    display: block;
}

.mobile-dark {
    background-color: #0B1229;
}


.hr-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #334262;
    margin: 1em 0;
    padding: 0;
}

.more-mobile {
    color: #334262;
    font-size: 16px;
    font-weight: bold;
    font-family: 'PT Serif';
    /*float: left;*/
}

.more-text-mobile {
    color: #d3592d;
    font-size: 16px;
    font-weight: bold;
    font-family: 'PT Serif';
    /*float: left;*/
}

.swipe-up-content {
    font-family: 'PT Serif';
    font-weight: bold;
    font-size: 24px;
    color: #0b1229;
    position: absolute;
    top: -11px;
}

/** SNAKE BACKGROUND **/
.snake-light {
    background-color: #131B33;
    margin: 0 auto !important;
    color: #ffffff !important;
    padding-bottom: 1rem;
}

.snake-dark {
    background-color: #0B1229;
    margin: 0 auto !important;
    color: #ffffff !important;
    padding-bottom: 1rem;
}

/** SNAKE BACKGROUND **/
.mob-dark-nav {
    background-color: #0B1229;
    border-bottom: 1px solid #334262;
}

.navbar-toggler-left {
    position: absolute;
    left: 0;
}

@media screen and (max-width: 600px) {
    .navbar a {
        color: #ffffff !important;
        font-size: 2rem !important;
        text-align: center !important;
    }

    .navbar-row {
        width: 100%;
    }

    .article_description {
        color: #334262;
        font-weight: 600 !important;
        line-height: 10px;
        display: block;
        margin-top: 0;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 760px) {
    .mobile-nav-icon {
        width: 50% !important;
        margin: 15px auto !important;
    }

    .desk-cent {
        display: grid;
    }

    .navbar-mobile {
        height: 6rem !important;
        padding: 10px;
    }

    .input-search {
        width: auto !important;
    }

}

@media screen and (min-width: 800px) {
    #fixed-content {
        padding: 20px !important;
        top: 6rem !important;
        position: fixed !important;
        bottom: 10px !important;
        width: 32% !important;
        overflow-y: auto;
    }

}

@media screen and (max-width: 760px) {
    .main-topic-img-desktop {
        width: 100%;
        height: 50%;
        object-fit: cover;
        border-radius: 25px;
    }

    .no-margin {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop-title {
        padding: 2px;
    }

    .heading-title-desktop {
        font-size: 11px !important;
    }

    .heading-desc-desktop {
        font-size: 9px !important;
    }

    .current-topic {
        font-size: 40px !important;
    }

    .parent-topic {
        color: #334262;
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 700;
    }

    .parent-topic {
        line-height: 30px;
        display: block;

    }

}

@media screen and (max-width: 560px) {
    .font-size-resp {
        font-size: 11px;
    }
}

@media screen and (max-width: 1100px) {
    .no-margin {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1360px) {
    .dark-desktop-article-image {
        height: 100px;
    }
}

.main-topic-img-desktop {
    width: 90%;
    height: 50%;
    object-fit: cover;
    border-radius: 25px;
}

/** MOBILE NAVIGATION **/
.navbar-mobile {
    height: 5rem;
    background-color: rgb(11, 18, 41);
    color: #ffffff !important;
    border-bottom: 1px solid #334262;
}

.mobile-nav-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: -2px;
}

.mobile-nav-icon {
    width: 100%;
}

/** ICON **/
.menu {
    position: relative;
    left: 0;
    top: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    height: 50px;

}

.menu .bar {
    width: 31px;
    height: 3px;
    background: white;
    box-shadow: 1px 1px 3px RGBa(0, 0, 0, 0.4);
    border-radius: 2px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.menu:hover .bar     {
    box-shadow: 1px 1px 7px 1px RGBa(0, 0, 0, 0.3);
}

.menu:hover {
    color: var(--in-orange);
}

.menu .bar:not(:first-child) {
    margin-top: 10px;
}

#hi {
    position: absolute;
    left: -999px;
    top: -999px;
}

#hi:checked + .menu {
    -webkit-transform: translate(-50%, -50%) rotatey(180deg);
    transform: translate(-50%, -50%) rotatey(180deg);
}

#hi:checked + .menu .bar {
    -webkit-transform: rotatey(180deg) rotatex(360deg);
    transform: rotatey(180deg) rotatex(360deg);
}

#hi:checked + .menu .bar:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 12px;
}

#hi:checked + .menu .bar:nth-child(2) {
    opacity: 0;
}

#hi:checked + .menu .bar:nth-child(3) {
    margin-top: -17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/** ICON **/
/** SEARCH ICON **/
.mobile-search-icon {
    font-size: 25px;
    /*margin-top: 15px;*/
    /*position: absolute;*/
    /*right: 0;*/
}

.mobile-search-icon-h {
    /*width: 100%;*/
    /*height: 100%;*/
}

/** SEARCH ICON **/

/** MOBILE MENU **/
.mobile-menu-toggle {
    position: fixed;
    left: 0;
    background: #131B33;
    height: 100vh;
    width: 0;
    z-index: 100;
}

.mobile-search {
    display: block;
    text-align: center;
    margin-top: 0.2rem;
}

.search-text {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #25324F;
    margin-bottom: 4px;
    font-family: 'Poppins', Serif;
}

.input-search {
    position: fixed;
    z-index: 11;
    /* margin: 0 auto; */
    width: auto;
    text-align: center;
    display: none;

}

#searchList {
    position: relative;
    top: 42px;
}

.search-text a {
    text-decoration: none;
    color: #e8e9ea;
}

@media screen and (max-width: 600px) {
    #gform-frame {
        width: 100% !important;
        overflow-x: hidden;
    }
}

.mobile-nav-list {
    display: none;
}

.search-menu-toggle {
    display: none;
    position: fixed;
    right: 0;
    background: #131B33;
    height: 92vh;
    width: 356px;
    z-index: 9999;
    overflow-y: scroll !important;
}

span.fb-tw-icons {
    position: relative;
    left: 0;
    right: 0;
    z-index: 90;
    width: 100%;
    bottom: 0;
    height: 3rem;
    text-align: center;
    background-color: #d3592d;
    padding: 10px;
}

.share-tw {
    font-size: 30px;
    margin-left: 1rem;
    color: #1da1f2;
}

.share-fb {
    font-size: 30px;
    color: #365899;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.fixed-menu {
    position: fixed;
    z-index: 99999;
}

.blur-filter {
    filter: blur(5px);
}

.mobile-nav-list {
    list-style: none;
    margin-top: 3rem;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', serif;
}

.mobile-menu-list-item {
    border-bottom: 1px solid #334262;
    padding: 5px;
}

.mobile-menu-list-item:hover {
    background-color: #334262;
}

.nav-link-mobile {
    text-decoration: none;
}

/*.fa-stack[data-count]:after {*/
.itn-bell[data-count]:after {
    /*position:absolute;*/
    /*left: 13%;*/
    /*top: 0.1%;*/
    /*content: attr(data-count);*/
    /*font-size:30%;*/
    /*padding:.6em;*/
    /*border-radius:999px;*/
    /*line-height:.75em;*/
    /*color: white;*/
    /*background:rgba(255,0,0,.85);*/
    /*text-align:center;*/
    /*min-width:2em;*/
    /*font-weight:bold;*/
    position: relative;
    top: -10px;
    content: attr(data-count);
    font-size: .5em;
    padding: 0.6em;
    border-radius: 50%;
    line-height: .75em;
    color: white;
    background: rgba(222, 89, 45,.90);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    right: 1em;
}

/** MOBILE MENU **/


/** MOBILE NAVIGATION **/

/** SLIDER MOBILE **/
@media screen and (max-width: 600px) {
    .poppins14px {
        font-family: 'Poppins', serif;
        font-size: 14px;
        font-weight: 600;
        color: #0b1229;
    }

    .mob-slider::-webkit-slider-thumb {
        background: white;
        outline: none;
        border: none;
        margin-top: -7px;
        height: 22px;
        width: 22px;
        border-radius: 22px;
    }

    .mob-slider::-webkit-slider-runnable-track {
        background: #9D3211;
        border-radius: 25px;
        border: none;
        height: 08px;

    }

    .itn-bell {
        margin: 0;
    }

}

#fixed-content {
    top: 1rem;
    position: relative;
    bottom: 10px;
}

.sliders-bottom-channel {
    position: fixed;
    background-color: #D3592D;
    height: 0;
    left: 0;
    right: 0;
    z-index: 100;
    bottom: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    -webkit-overflow-scrolling: touch;
}

.title-slider-mobile {
    font-size: 17px;
    font-weight: 700;
    color: #131b33;
    font-family: 'Poppins', serif;
}

.right-setting-mobile {
    color: #e4e5df;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
    font-family: 'Poppins', serif;
    font-weight: 700;
}

.left-setting-mobile {
    color: #e4e5df;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    font-family: 'Poppins', serif;
    font-weight: 700;
}

.slide-setting-mobile {
    margin-top: 0.4rem;
}

.mobile-slider-input {
    text-align: center;
    display: block;
}

.arrow-down {
    width: 30px;
    height: 30px;
    background: #0b1229;
    position: fixed;
    bottom: 19%;
    left: 45%;
    border-radius: 25px;
    z-index: 999999;
    display: none;
}

.arrow-down.active {
    background: #0b1229;

}

.arrow-down:before, .arrow-down:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: white;
    position: absolute;
    top: 13px;
    transition: transform .5s;
}

.arrow-down:before {
    right: 4px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
    width: 14px;
}

.arrow-down:after {
    right: 13px;
    transform: rotate(-45deg);
    width: 14px;
}

.arrow-down.active:before {
    transform: rotate(-45deg);
}

.arrow-down.active:after {
    transform: rotate(45deg);
}

/** SLIDER ICON **/

/** SLIDER MOBILE **/

@media only screen and (max-width: 1500px) and (min-width: 400px) {
    .respTopOpen {
        top: 50% !important;
    }

}

.respTopOpen {
    top: 50%;
}

.respTopClose {

}

.swipe-up-design {
    width: 50px;
    margin-bottom: 10px;
    background: #0b1229;
    height: 6px;
    position: fixed;
    margin-top: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 25px;
}
