.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

header, .navbar {
    background-color: #0366a8;
}

header .navbar li, header .navbar a {
    color: white;
}

header .navbar a {
    padding: 10px 10px;
}

header .navbar ul.dropdown-menu.menu-slide li a {
    color: black;

}

header .navbar ul.dropdown-menu.menu-slide li a:hover {
    color: white !important;
}

header .main-banner {
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

header .mobile-menu-area {
    position: absolute;
    background-color: transparent;
}

header .top_header_wrap {
    margin-top: 0px !important;
}

.rn_block img {
    height: 134px;
}

.top_header_icon .mobile-logo {
    width: 40px;
    margin-top: -13px;
    margin-left: -10px;
}

#mobile-banner {
    width: fit-content;
    white-space: nowrap;
    font-weight: 600;
    color: white;
    font-size: 16pt;
    margin: auto;
    margin-top: -6px;
    text-align: center;
}

.top-banner {
    background-color: white;
    padding: 10px;
}

.top-banner .search, .search-page .search{
    margin-bottom: 15px;
}

.top-banner .input-group, .search-page .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.top-banner .form-control, .search-page .form-control {
    display: block;
    height: calc(1.6em + 1.5rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.top-banner .input-group-append, .search-page .input-group-append {
    display: flex
}

.top-banner .input-group-text , .search-page .input-group-text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 30px;
}

.search-page .input-group {
    margin-bottom: 10px;
}

.search-page .input-group input {
    font-size: 10pt;
}

.search-page .input-group-text{
    width: 70px;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 10px;
}

.top-banner .container .row, .search-page .container .row {
    display: flex;
    align-items: center;
}

.top-banner .checkbox-group, .search-page .checkbox-group {
    display: flex;
    padding-left: 15px;
}

.top-banner .checkbox-group .form-check , .search-page .checkbox-group .form-check {
    margin-right: 15px;
}

.search-page #main-search-wrapper {
    padding: 20px 15px;
    background: white;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 5px;
}

.post-wrapper .post-thumb a:last-child:hover::before {
    background-color: unset;
}

#three-big-buttons {
    margin-bottom: 40px;
    padding: 40px 0px;
    background-color: #0366a8 !important;
}

#three-big-buttons .big-buttons {
    overflow: hidden;
}

#three-big-buttons .big-buttons .button-images {
    text-align: center;
}

#three-big-buttons .big-buttons .button-images img {
    width: 100%;
    max-width: 250px;
    margin: auto;
    height: auto;
    -webkit-box-shadow: 0px 0px 22px -3px rgba(196, 196, 196, 0.75);
    -moz-box-shadow: 0px 0px 22px -3px rgba(196, 196, 196, 0.75);
    box-shadow: 0px 0px 22px -3px rgba(196, 196, 196, 0.75);
    border-radius: 7px;
}

#three-big-buttons .big-buttons .title p {
    font-family: Ubuntu2;
    color: white;
    font-weight: 1000;
    text-align: center;
    /* padding: 20px; */
    margin-bottom: 0px;
    padding: 10px;
    font-size: 17pt;
}

.politics_wrapper .rn_block .post-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.recent_news_inner .owl-wrapper-outer .post-thumb img {
    height: 180px !important;
}

.left-post .tickers {
    padding: 5px 15px;
    background-color: #f6f6f6;
    max-height: 1085px;
    overflow: auto;
}

.tickers::-webkit-scrollbar {
    display: none;
}

.left-post .tickers li {
    background-color: #ffffff;
    border-bottom: 5px solid #f60b2c;
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 !important;
}

.left-post .tickers li img {
    width: auto !important;
    height: 100px;
    margin: auto !important;
    border-radius: 0 !important;
}

#cat-news .post-wrapper .post-thumb img {
    width: 100%;
    height: 220px;
}

#partners .wrapper {
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: nowrap;
}

#partners .wrapper .partner-item {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    margin: 0 10px;
    margin-bottom: 10px;
    width: 180px;
    text-align: center;
    padding: 10px;
    height: 100px;
    display: inline-block;
}

#partners .wrapper .partner-item .partner-logo {
    height: 100%;
}

#partners .wrapper .partner-item .partner-logo img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    object-position: center;}

#partners .wrapper .partner-logo:hover img {
    filter: grayscale(100%);
}

#library .category-headding {
    text-align: center;
}

#library .headding-border {
    text-align: center;
    margin-bottom: 5px;
}

#library .headding-border::before {
    margin-left: -51px;
    width: 100px;
}

#library .headding-border::after {
    display: none;
}

#library ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

#library ul li a {
    color: #666;
}

#library ul li.active a {
    color: #337ab7;
}


#library ul li i {
    display: block;
    clear: both;
    font-size: 15pt;
    margin-bottom: 5px;
}

#library #library-content {
    position: relative;
    padding: 15px;
}

#library #library-content .rn_block {
    opacity: 0;
    transition: opacity 300ms;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: -1;
}

#library #library-content .rn_block.active {
    opacity: 1;
    transition: opacity 300ms;
    position: relative;
    z-index: 11;
    top: 0px;
    left: 0px;
}

#library #library-content #search-library > div {
    justify-content: center;
    display: flex;
    padding: 20px 0;
}

#library article.content {
    margin-top: 0;
}

#library ul li a img.library-icon {
    height: 20px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

#library ul li a img.library-icon.active {
    display: none;
}

#library ul li.active a img.library-icon {
    display: none;
}

#library ul li.active a img.library-icon.active {
    display: block !important;
}

section.login-reg-inner .container {
    display: flex;
    justify-content: center;
}

#introduction section#library .rn_block img {
    height: unset;
    margin: auto;
}

#company-list .post-style2 a img {
    height: 200px;
    width: 200px;
    object-fit: contain;
    object-position: top;
}

#company-list .post-style2 p {
    margin: 5px !important;
}

#company-details .sidebar {

    margin-top: 0px;
    padding: 0 15px;
}

#company-details .company-logo img {
    border: 2px solid white;
    border-radius: 50%;
    object-position: center;
    object-fit: contain;
    background-color: white;
    width: 150px;
    height: 150px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 10%);

}

#company-details .sidebar {
    margin-bottom: 40px;
}

#company-details .sidebar .company-logo{
    position: relative;
    top: -70px;
}

#company-details .accordion-buttons {
    margin-top: -50px;
}

#company-details .sidebar .panel-title {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(230,230,230,1);
    box-shadow: 0px 0px 2px 1px rgba(230,230,230,1);

}

#company-details .sidebar p {
    margin-bottom: 5px;
}

#company-cover {
    padding: 0;
    margin-bottom: 0px;
}

#company-cover img {
    max-height: 250px;
    object-position: center;
    object-fit: cover;
    filter: grayscale(0.6);

}

#company-details .content {
    margin-top: 0px;
}

.footer-social-icon {
    height: 40px;
    margin-right: 5px;
}

.footer-social-icon:hover {
    filter: grayscale(0.9);
}

#copyright {
    justify-content: center;
    display: flex;
}

footer #app-download-call-btn {
    margin-top: 15px;
    margin-bottom: 10px;
}

footer .download-app-btn {
    max-width: 150px;
}

#coming-soon {
    padding:0px !important;
    margin: 0px !important;
    background-color: white;
}

#coming-soon img {
    max-height: 400px;
    object-fit: contain;
}

.help-block {
    margin: 0;
}

.list-unstyled {
    margin-top: 5px;
    margin-bottom: 0;
}

.list-unstyled li{
    color: #f60d2b;
    font-size: 90%;
}

.checkbox, .radio {
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width:768px)  {
    .panel {
        border: none;
    }

    .panel-heading {
        display: none;
    }
}

@media(max-width:767px)  {
    #company-details #sidebar-wrapper {
        height: 80px;
    }
    #company-cover img {
        max-height: 200px;
    }
}
