.report-title-container {
    background-color: #2f3b43;
    height: 500px;
}

.report-img {
    height: 500px;
    width: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-title {
    padding: 50px 110px 110px 80px;
    line-height: 1.7 !important;
}

.report-title h1 {
    font-size: 60px;
    font-family: LoraBold;
    color: #fedc4a !important;
    margin-top: -20px;
}

.report-details-sidebar h2 {
    font-size: 35px;
    font-family: LoraBold;
    color: #2f3b43 !important
}

.report-title p {
    font-size: 16px;
    font-family: MonserratReg;
    color: #fff !important
}

.obg-plus {
    border: 1px solid #212b33;
    border-radius: 50px;
    padding: 5px 15px;
    background-color: #212b33;
    display: inline-block;
    max-height: 40px;
}

.obg-plus .o,
.obg-plus .p {
    display: inline-block;
    font-size: 18px;
}

.obg-plus .o {
    font-family: Lora;
    color: #fff;
}

.obg-plus .p {
    font-family: LoraItalic;
    color: #fedc4a;
}

.report-details-sidebar {
    padding: 80px 55px;
    background-color: #F5F5F5;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs li {
    background: none;
    color: #222;
    display: block;
    padding: 2px 0px;
    cursor: pointer;
    color: #7E7E7E !important;
}

ul.tabs li.current {
    font-family: MontserratBold;
    color: #000 !important;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
}

.banner-img {
    width: 100% !important;
    height: 340px !important;
    background-repeat: no-repeat !important ;
    background-size: cover !important;
}

.reports-tab-title {
    font-size: 35px;
    font-family: LoraBold;
    color: #2f3b43 !important
}

.float-right {
    float: right;
}

.btn-obg-yellow {
    background-color: #fedc4a;
    color: #000;
    border: 1px solid #fedc4a;
    border-radius: 0px;
    padding: 2px 10px;
    font-family: MontserratMedium;
    transition: 0.2s;
}

.btn-obg-yellow:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #000;
    border: 1px solid #fedc4a;
    border-radius: 0px;
    padding: 2px 10px;
    font-family: MontserratMedium;
    transition: 0.2s;
}

.btn-obg-yellow-outline {
    background-color: rgba(0, 0, 0, 0);
    color: #fedc4a;
    border: 1px solid #fedc4a;
    border-radius: 5px;
    padding: 2px 10px;
    font-family: MontserratMedium;
    padding: 10px 20px;
    transition: 0.2s;
}

.btn-obg-yellow-outline:hover {
    background-color: rgba(241, 195, 0, 0.1);
    color: #fedc4a;
}

.btn-obg-yellow:hover {
    background-color: #f1c300;
    border: 1px solid #f1c300;
}

.report-details-content {
    margin-top: 30px;
    font-size: 16px;
    font-family: MontserratReg;
}

.sidebar-parent {
    margin-top: -55px;
    padding-right: 0px;
}

.report-content-wrapper {
    padding-left: 0px;
    padding-right: 0px
}

.report-buy-button {
    margin-top: -60px;
}
.chapter-related-container .report-nav.navigation.post-navigation * {
    font-family: MontserratReg !important;
}
.chapter-related-container .report-nav.navigation.post-navigation h2 {
    font-family: LoraBold !important;
}
@media only screen and (max-width: 1600px) {
    .inner-container {
        width: 100% !important;
    }
}
/** TABLET **/
@media only screen and (min-width: 768px)  and (max-width: 1260px) {
    .nav-next {
        text-align: left !important;
         padding-left: 10px !important; 
    }
    .nav-previous {
        text-align: right !important;
    }
    .post-navigation .nav-next span {
        margin-left: 0px;
    }
    .nav-previous a .row .col-sm-11,
    .nav-next a .row .col-sm-11 {
        width: 100% !important;
    }
    .d-show-mobile {
        display: none !important;
    }
}
@media only screen  and (max-width: 1260px) {
    .nav-previous .col-sm-1, .nav-next .col-sm-1 {
        display: none !important;
    }
    
}
/** MOBILE **/
@media only screen and (max-width: 991px) {
    .nav-previous .col-sm-1, .nav-next .col-sm-1 {
        display: none !important;
    }
    .chapter-related-container h2 {
        font-size: 25px !important
    }
    .nav-links span {
        font-size: 13px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .post-navigation .nav-previous span {
        margin-right:  0px!important;
    }
    .post-navigation .nav-next span {
        margin-left: 0px !important;
    }
    .nav-previous {
        text-align: right !important;
        padding-right: 5px !important;
    }
    .nav-next {
        text-align: left !important;
        /* padding-left: 5px !important; */
    }
    .obg-plus .o, .obg-plus .p {
        top: -5px !important;
    }
}
@media only screen and (max-width: 767px) {
    .report-buy-button {
        position: relative;
        bottom: 0;
        margin-top: 0px !important;
        
    }
    .report-buy-button-mobile {
        margin-top: -10px;
        margin-bottom: 25px;
    }
    button.btn-obg-yellow.report-buy-button.add-to-cart.d-show-mobile {
        padding: 5px 10px;
        margin-bottom: 25px;
        width: 100%;
    }
    .sidebar-parent {
        padding-right: 15px;
    }

    .report-title {
        padding: 5px 30px 30px 30px;
    }

    .report-title h1 {
        font-size: 40px !important;
    }

    .report-title-container {
        height: fit-content;
    }

    .report-img {
        height: 200px;
    }

    .sidebar-parent {
        margin-top: 0px;
    }

    .report-content-wrapper {
        padding: 15px;
        padding-right: 0px  !important;
        padding-left: 0px !important;
    }
    .report-content-wrapper p{
        font-size: 14px !important;
    }
    .nav-previous .col-sm-1, .nav-next .col-sm-1 {
        display: none !important;
    }
    .chapter-related-container h2 {
        font-size: 25px !important
    }
    .nav-links span {
        font-size: 13px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .post-navigation .nav-previous span {
        margin-right:  0px!important;
        min-width: 0px !important;
    }
    .post-navigation .nav-next span {
        margin-left: 0px !important;
    }
    .nav-previous {
        text-align: right !important;
        padding-right: 5px !important;
    }
    .nav-next {
        text-align: left !important;
        padding-left: 5px !important;
    }
    .articles-footer-chapter {
        padding-right: 0px !important;
    }
    .articles-footer-chapter h2 {
        font-size: 25px !important;
    }
    .search-title, .search-title a {
        line-height: 25px !important;
        font-size: 16px !important;
    }
    .obg-plus .o, .obg-plus .p {
        top: -2px !important;
    }
    .reports-tab-title {
        font-size: 25px !important;
    }
    .reports-tab-title small {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .sidebar-parent {
        margin-top: -42px;
    }
}

.reports-tab-title small {
    font-size: 16px !important;
    font-family: MontserratMedium;
}
.search-title a {
    color: #000 !important;
}
.search-image-container {
    margin: auto;
    width: 100%;
    height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 60px 0px;
}

.separator {
    border-bottom: 1px solid #707070;
}

.separator:before {
    position: relative;
    content: "\00a0";
    display: block;
    min-width: 100%;
    margin-top: -90px;
    background-color: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
    padding-bottom: 60px;
}

.separator.active:before {
    position: relative;
    content: "\00a0";
    display: block;
    min-width: 100%;
    margin-top: -90px;
    background: none;
    height: 100px;
    padding-bottom: 60px;
}
.entry-header {
    margin-bottom: 0px !important;
}
p {
    font-size: 16px;
}
.obg-plus .o, .obg-plus .p {
    top: -10px;
}
.obg-plus .p {
    left: 0px !important;
}
.obg-plus {
    top: 5px;
    position: relative;
    left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    #mainnav-mobi {
        width: 98% !important;
        margin-left: -99px !important;
    }
    .report-title {
        padding-bottom: 19px !important;
    }
}