body {
    overflow-x: hidden;
    width: 100%;
}

.open-button {
    background-color: #000 !important;
    color: #fff;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
    z-index: 2;
    border-radius: 20px;
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    border-radius: 20px;
    right: 15px;
    z-index: 300000000;
    background: #000;
    max-width: 300px;
    padding: 5px;
    border-radius: 10px;
}

.form-container {
    /* background-color: #4CAF50; */
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    align-content: center;
}

.form-container .cancel {
    background-color: red;
}

.form-container input {
    padding: 10px;
    margin: 5px 0 5px 0;
    border: none;
    background: #fff !important;
    color: #000;
    resize: none;
}

.form-container textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 5px 0;
    border: none;
    background: #fff !important;
    resize: none;
    color: #000;
    min-height: 200px;
}


/* YOUTUBE VIDEO */

.youtube {
    display: flex;
}

#youtubeVideo {
    margin-left: auto;
    margin-right: auto;
}

marquee a {
    color: #000000;
    font-weight: 600;
}

#main-marquee {
    margin-right: 20%;
    /* margin-left: 15%; */
}

.nav-link,
.dropdown-menu {
    font-size: 13px;
}


/* The sidebar menu */

.sidenav {
    overflow-y: auto;
    overflow-x: hidden;
    align-content: center;
    text-align: center;
    /* height: 100vh; */
    /* background: #ddd; */
    /* width: 100vh; */
    background: #e5e5e5 !important;
    max-width: 20%;
    position: absolute;
    max-height: 2000px;
    z-index: 1;
    top: 10%;
    right: 0px;
    padding: 10px;
}

.left-sidenav {
    overflow: auto;
    /* overflow-x: hidden; */
    align-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #e5e5e5 !important;
    /* height: 100vh; */
    /* width: 100vh; */
    max-width: 15%;
    position: absolute;
    z-index: 10;
    top: 22%;
    left: 0%;
}

.mainContent {
    /* height: auto; */
    overflow: auto;
    display: table;
    width: 80%;
    /* margin-left: 15%; */
    min-height: 2000px !important;
    text-align: center;
    align-content: center;
    padding: 10px;
    margin-top: 40px;
    margin-right: 20%;
    height: auto !important;
    /* min-height: 800px; */
}

#includedContent {
    margin-top: 40px;
}

.pageContent {
    /* height: auto !important; */
    /* min-height: 1000px !important; */
    margin-top: 30px;
}

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


/* Sets up our marquee, and inner content */

.marquee {
    overflow: hidden;
    position: relative;
    padding-left: 100%;
    /* Some browsers may require -webkit-animation */
    animation: reduce 20s linear infinite;
}

.marquee__inner {
    white-space: nowrap;
    display: inline-block;
    /* Some browsers may require -webkit-animation */
    animation: scroll 20s linear infinite;
}

#marquee-1 {
    animation-delay: 10s;
}

#marquee-2 {
    animation-delay: 3s;
}


/* Creates two white-to-transparent gradients at the ends of the marquee */

.marquee::before,
.marquee::after {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    content: "";
    display: block;
    background: linear-gradient( to right, white, transparent);
}

.marquee::after {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.marquee:hover,
.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

@keyframes reduce {
    to {
        padding-left: 0;
    }
}

@keyframes scroll {
    to {
        transform: translateX( -100%);
    }
}

.slideshow {
    position: relative;
    overflow: hidden;
}


/* #new-articles-div {
    width: 40% !important;
    height: 100%;
    /* max-height: 100px !important; */


/* } */

#new-articles {
    /* margin-top: 20px; */
    height: 100%;
    width: 40%;
    overflow: hidden;
    /* float: right !important; */
    overflow: hidden;
}

#top-banner {
    text-align: center;
    align-content: center;
    margin-top: -20px;
    /* float: right; */
    /* width: 100%; */
    /* height: 100px; */
}

#top-header {
    /* width: 80%; */
    padding: 20px;
    text-align: center;
    align-content: center;
    /* max-height: 100px; */
    margin-left: 0%;
    margin-right: 20%;
}

.images {
    background: url(slideshow.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: slideshow 10s linear infinite;
}

@keyframes slideshow {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

#mobile-search {
    display: none;
}

#mobile-about-us {
    display: none;
}

#banners4-div {
    margin-right: 20% !important;
}

#mobile-banners-div {
    display: none;
}

@media screen and (max-width: 700px) {
    #main-marquee {
        margin-right: 0%;
        margin-left: 0%;
    }
    #mobile-banners-div {
        margin-bottom: 20px;
        text-align: center;
        align-content: center;
        display: block;
    }
    #banners4-div {
        margin-right: 0px !important;
    }
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .sidenav {
        /* visibility: hidden; */
        display: none;
    }
    #mobile-search {
        display: block;
    }
    #mobile-about-us {
        display: block;
    }
    .left-sidenav {
        display: none;
        /* visibility: hidden; */
    }
    #aboutUs {
        /* visibility: hidden; */
        display: none;
    }
    #topper_search_input {
        width: 100%;
    }
    #dropdown {
        margin-top: 10px;
    }
    #prev-asked-questions {
        visibility: collapse;
    }
    #search-button-group {
        margin-top: 10px;
    }
    #main-marquee {
        margin-right: 0px;
    }
    #main-navbar {
        margin-top: 20px;
    }
    #top-header {
        width: 100%;
        margin-right: 0%;
    }
    #top-banner {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        height: 100px;
    }
    .mainContent {
        /* height: auto; */
        overflow: auto;
        display: inline-block;
        width: 100% !important;
        text-align: left;
        align-content: center;
        /* padding: 10px; */
        margin-right: 0px !important;
        margin-top: 40px;
        margin-left: 0px !important;
        /* min-height: 800px; */
    }
    #youtubeVideo {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    #navbar-logo {
        /* visibility: collapse; */
    }
    .tagsList li {
        list-style: none;
        padding: 5%;
    }
}


/* ribbon */


/* common */

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}


/* top left*/

.ribbon-top-left {
    top: -20px;
    left: -30px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}


/* top right*/

.ribbon-top-right {
    top: -10px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}


/* bottom left*/

.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}


/* bottom right*/

.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}