.details .sps-card a {
    color: black;
    display: block;
    height: 46px;
    overflow: hidden;
    line-height: 1.3;
}

.details h5 a {
    height: 51px !important;
}

.details h5 {
    margin-bottom: 0px;
    padding: 8px 8px !important;
}

.rrr {
    margin-top: 3px;
    color: #000;
}

.nav-pills .nav-link {
    border-radius: 0px;
    font-size: 20px;
    background-color: #f0f2f5;
    color: black;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #000066;
    }

.description {
    height: 48px;
    overflow: hidden;
}

.headline {
    height: 46px;
    overflow: hidden;
}

.sps-card img {
    width: 100%;
    max-height: 350PX;
}

.listing-page
h3.antarbarta {
    height: 63px;
    overflow: hidden;
}

.listing-page
.sps-card h5 a {
    color: black;
    display: block;
    height: 47px;
    overflow: hidden;
    margin-bottom: 0px;
}

.listing-page
p.antarbarta {
    height: 32px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.sectionc .sectionc-card-shadow img {
    max-height: 225px;
}

.sectionc h5 {
    height: 45px;
    overflow: hidden;
    line-height: 1.25;
}

.sectionc p {
    height: 22px;
    overflow: hidden;
}

    .sectionc p.sabai {
        height: 22px;
        overflow: visible;
        padding-top: 28px !important;
    }

.last-head-flex .sabai {
    padding-top: 20px !important;
}

.business-video {
    position: relative;
    margin-bottom: 10px;
}

    .business-video img:first-child:before {
        background-color: #000;
    }

    .business-video img:first-child {
        opacity: 0.5;
    }

    .business-video .play-button {
        position: absolute;
        top: 34%;
        left: 42%;
    }

#main_nav .dropdown-item {
    background-color: #0798a8 !important;
    color: white !important;
    margin-bottom: 3px;
}

    #main_nav .dropdown-item:hover {
        background-color: #ff8000 !important;
    }

.box-shadow-down {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.64);
}

#ScrollToTopButton {
    display: inline-block;
    background-color: #e53935;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: fixed;
    bottom: 68px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #ScrollToTopButton i {
        color: white;
        padding-top: 15px;
        font-size: 1.2em;
    }

    #ScrollToTopButton:hover {
        cursor: pointer;
        background-color: #0798a8;
    }

    #ScrollToTopButton:active {
        background-color: #555;
    }

    #ScrollToTopButton.show {
        opacity: 1;
        visibility: visible;
    }


@media (min-width: 500px) {

    #ScrollToTopButton {
        margin: 0px;
    }
}

.tabbable {
    position: relative;
}

    .tabbable .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

        .tabbable .nav-tabs .nav-link {
            white-space: nowrap;
        }

/*.tabbable .nav-tabs {
    -ms-overflow-style: none;*/ /* Internet Explorer 10+ */
/*scrollbar-width: none;*/ /* Firefox */
/*}

    .tabbable .nav-tabs::-webkit-scrollbar {
        display: none;*/ /* Safari and Chrome */
/*}*/
.logo label {
    display: none;
}

footer img {
    max-height: 100px;
}

.information-container {
    margin-top: 0px;
    padding-left: 25px;
}

    .information-container h4 {
        font-size: 20px !important;
    }

    .information-container p {
        font-size: 17px !important;
    }

p.header-text {
    font-weight: bold;
    color: #ff8800;
    font-size: 20px;
}

.footer-link a {
    font-size: 20px;
    color: #0798a8 !important;
    margin-bottom: 8px;
}

.header-text-other {
    font-size: 17px;
    font-weight: bold;
    color: #ff8800;
    margin-bottom: 0px;
}

.about-us {
    position: relative;
    margin-top: 18px;
    border: 2px solid #ff8800;
    padding: 30px 30px 15px 30px;
    color: #0798a8;
    text-align: center;
    font-size: 15px;
    max-width: 312px;
}

    .about-us div.about-header {
        background-color: #0798a8;
        border: 2px solid #ff8800;
        border-top: 0px;
        color: white;
        text-align: center;
        width: 100px;
        position: absolute;
        left: 34%;
        right: auto;
        top: -15px;
        padding: 2px 15px;
        font-size: 16px;
    }

.bigyapan-container {
    margin-top: 1.5rem;
}

.bigyapan-front {
    background-color: #ff8800;
    color: white;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.bigyapan-back {
    background-color: #0798a8;
    color: white;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.trailer-content {
    padding-left: 20px;
}

.header-content h1 {
    font-size: 30px;
    margin-top: 37px;
    text-align: center;
}

.trailer-content h1 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.trailer-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.trailer-content h3 {
    font-size: 20px;
}

@media(max-width:768px) {
    .top_head {
        display: none;
    }

    .logo label {
        display: block;
        padding-left: 6%;
        font-size: 15px;
        color: grey;
        margin-top: -4px;
    }

    .hamro-team {
        text-align: center;
        border-right: 1px dotted #0798a8;
    }

    .information-container {
        padding: 0px;
    }

    .information {
        text-align: center;
    }

    .bigyapan-container {
        margin-top: 30px;
        padding: 0 15px;
    }

    .bigyapan-front {
        border-radius: 0px;
    }

        .bigyapan-front h1 {
            font-size: 28px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .bigyapan-back {
        border-radius: 0px;
        text-align: center;
    }

        .bigyapan-back h1 {
            font-size: 25px;
        }

        .bigyapan-back h2 {
            font-size: 20px;
        }

        .bigyapan-back h3 {
            font-size: 17px;
        }

    .about-header {
        left: 40%;
    }

    .about-us {
        margin-top: 30px;
    }
}

@media(max-width:375px) {
    .cbs {
        width: 265px;
    }

        .cbs .nav-link {
            padding: 2px 8px;
            font-size: 17px;
        }

    p.sabai {
        padding-top: 9px;
    }

    .navbar-light .nav-link {
        padding: 0px 10px;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    li.nav-item {
        padding: 0px;
    }
}
