@media (max-width: 991px) {
    header .navbar ul li.menu-item a {
        line-height: 16px;
    }
    .navbar ul.navbar-nav {
        max-height: none;
    }
}
.slick-nav.prev-arrow{
    z-index: 1;
}

.trending-content {
    padding: 0;
}

.trending-info{
    padding-left: 50px;
    padding-right: 50px;
}

#sign-up-page-box { background: #fff; border-radius: 10px; position: relative; width: 100%; min-height: 480px; height: 93vh; margin: 15px auto; box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); -webkit-box-shadow: 0px 4px 20px 0px rgba(44, 101, 144, 0.1); }
.sign-up-detail { color: var(--iq-white); }
.sign-up-page { height: 100vh; position: relative; background: url(../images/login/login.jpg)  no-repeat scroll 0 0; background-size: cover; }
.sign-up-page .height-self-center { height: 100vh; border-radius: 15px; }
.sign-up-page-data { border-radius: 15px; }
.sign-up-detail { padding: 50px 80px; }
.sign-up-logo { display: inline-block; width: 100%; }
.sign-up-logo img { height: 50px; }
.sign-up-page .btn { padding: 10px 35px; border-radius: 5px; }
.sign-up-page .form-control, .m-profile .form-control { color: var(--iq-white); }
.sign-up-page .form-control:focus, .m-profile .form-control:focus { background: transparent; box-shadow: none; border: 1px solid var(--iq-primary); }

.sign-up-page{
    height: auto;
}

.sign-up-page,
.sign-up-page .height-self-center{
    height: auto;
}

.sign-up-page{
    padding-top: 50px;
}

.cart-page {
    padding-top: 70px;
    height: auto;
    min-height: 80vh;
}
.select2,
.select2-selection__rendered,
.select2-selection{
    border-radius: 0;
    color: white;
    background-color: #141414;
    line-height: 48px !important;
}
.select2-selection{
    border: 0 !important;
}
.select2-selection__rendered{
    border: 1px solid #404043;
    height: 48px;
}

.select2-container--focus .select2-selection__rendered{
    box-shadow: none;
    border: 1px solid var(--iq-primary);
}

.btn-secondary{
    padding: 12px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

#loading {
    background: black url(../images/loader.gif) no-repeat scroll center center;
}

.video_modal > .modal-dialog{
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto;
}

.video_modal > .modal-dialog > .modal-content {
    background-color: #141414;
}

.video_modal > .modal-dialog > .modal-content > .modal-body{
    padding: 0.2rem;
}

.btn-video-close{
    color: white;
}

.manage-p{
    height: auto;
}

.play-button:before,
.play-button:after{
    width: 80px;
    height: 80px;
}
.play-button i{
    font-size: 30px;
}
.w-name{
    margin-left: 90px;
}

.active.music-play-lists li span,
.active.music-play-lists li:hover span{
    background: var(--iq-primary);
    color: var(--iq-white);
}

.trending-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-fluid{
    padding: 0 50px;
}

.home_category_title{
    font-size: 4em;
}
@media(min-width: 992px) and (max-width: 1400px) {
    .home_category_title {
        font-size: 2em;
    }
}

.play-video-pack:before,
.play-video-pack:after{
    width: 50px;
    height: 50px;
}
.play-video-pack i{
    font-size: 22px;
}

.banner-wrapper{
    background-size: cover;
    background-position: right;
}

@media (max-width: 479px) {
    .banner-caption, .overlay-s-name {
        left: 58px;
    }
}

@media (max-width: 991px) {
    .banner-caption, .overlay-s-name {
        left: 58px;
    }
}


@media (max-width: 767px) {
    .banner-wrapper {
        min-height: 550px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    header .navbar ul li.menu-item a {
        font-size: 13px;
    }
    header .navbar ul li{
        margin-right: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    header .navbar ul li.menu-item a {
        font-size: 12px;
    }
    header .navbar ul li{
        margin-right: 8px;
    }
}

@media (max-width: 768px) {
    li.slide-item.slick-current .block-description {
        display: flex !important;
    }
}

.section-coaching:before{
    background-image: none !important;
}

.section-coaching{
    background-position-y: top;
    background-position-x: left;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 993px) {
    .section-coaching {
        background-size: cover;
    }
}

.dc_sponsor{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 75px;
    padding: 10px;
}

.wrapper_sponsor{
    min-height: 80px;
    margin-bottom: 20px;
}

.form-control-select > select{
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: 1px solid #404043;
    font-size: 14px;
    color: var(--iq-secondary);
    border-radius: 0;
}

.form-control-select > select > option{
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: 1px solid #404043;
    font-size: 14px;
    color: var(--iq-secondary);
    border-radius: 0;
}
