/*===================Preloader CSS Start=====================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111111111;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8) !important;
}

#preloader div {
    float: left !important;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eed968;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eece68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eec368;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #eead68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #ee8c68;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}


/*===================Preloader CSS end=====================*/

.relative-row {
    position: relative;
    min-height: 300px;
    margin-top: 20px;
}

.single_preloder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 70px;
    z-index: 1111;
}

.single_preloder h2 {
    font-size: 60px;
    color: #fff;
}

.single_preloder img {
    height: 100px;
}

.blog_big_image_hover {
    padding-top: 0;
    padding-left: 0;
    bottom: 0;
    height: 100%;
}

.first_post_content {
    position: absolute;
    bottom: 30px;
    height: 30%;
    padding-left: 9px;
    left: 0;
}

.first_div {
    position: relative;
}

.add_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.add_content {
    flex-direction: unset;
}

.single_blog_content {
    display: block;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0;
}

.single_blog .single_blog_btns {
    display: block;
    margin-bottom: 30px;
    text-align: right;
}

.single_blog .ad_content img {
    max-height: 100%;
}

.ad_content {
    height: 100%;
    width: 100%;
    text-align: center;
}

.blog_big_image {
    height: 350px;;
}

.single_blog {
    height: 350px;
    width: 100%;
}

p.single_blog_caption img {
    margin-right: 5px;
}

p.single_blog_caption {
    position: inherit !important;
}

.single_blog_img {
    height: 185px !important;
}

.single_blog_content h3 {
    font-size: 20px;
}

.single_blog_content p.single_blog_caption {
    left: 0;
}

.margin_padding_0 {
    padding-left: 0;
}

.reouter_div {
    padding-left: 12px;
}

.reouter_div a:first-child {
    margin-right: 10px;
}

.reouter a.single_blog_caption {
    color: #FFF !important;
}

.blog_big_image_hover h2,
.single_blog:hover a,
.single_blog:hover h3 {
    cursor: pointer;
}

.buttons {
    margin-top: 10px;
}

.detailes-content {
    width: 100%;
}

.post_details {
    width: 100%;
}

.single_page_feature_image img {
    max-height: 100% !important;
    padding: 0;
    border: 3px solid #FFF;
}

.single_page_feature_image {
    width: 100%;
    height: auto;
    text-align: center;
    /*background-color: rgba(0,0,0,.1);*/
    padding: 0;
    margin-top: 20px;
}

.add_box_fixed.audio_box_fix {
    height: auto !important;
    background: none;
    border: 0;
    box-shadow: none;
    bottom: 0;
}

/*==========Video Plyer Css*/
.audio_close {
    position: absolute;
    z-index: 1111;
    top: -18px;
    right: -68px;
}

.audio_close i.fa.fa-close {
    padding: 5px 7px;
    background: #FFF;
    border-radius: 25px;
    border: 2px solid #000;
    height: 30px;
    width: 30px;
    color: #000;
    cursor: pointer;
}

.audio_close i.fa.fa-close:hover {
    background: #000;
    color: #FFF;
    border: 2px solid #f3eded;
}

div#modalYT {
    background-color: rgba(0, 0, 0, .8);
}

div#modalYT .modal-content {
    border-top: 18px solid #a2a256;
    border-left: 10px solid #cccc86;
    border-right: 10px solid #cccc86;
    border-bottom: 12px solid #cccc86;
}

.buttons ul li a {
    color: #FFF !important;
}

.multimedia_area .gallery_news .gallery_news_img {
    cursor: pointer;
    border: 2px solid #DDD;
    padding: 2px;
}

.multimedia_area .gallery_news .gallery_news_details h3 {
    margin: 0;
}

.multimedia_area .gallery_news .gallery_news_details h3 a {
    padding: 0 0 15px 0;
}

.multimedia_area .gallery_news .gallery_news_details h4 {
    color: #FFF;
    margin: 0;
}

.multimedia_area .gallery_news .gallery_news_details h4 {
    color: #FFF;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.multimedia_area .single_multimedia .multimedia_details {
    max-height: 200px;
    overflow: auto;
}

.multimedia_area .gallery_news.active {
    padding-bottom: 0;
    background-color: #FFF;
    color: #000;
}

.multimedia_area .gallery_news.active .gallery_news_details h3 a {
    color: #000;
}

.multimedia_area .gallery_news.active .gallery_news_details h4 {
    color: #000;
}

.multimedia_area .gallery_news .gallery_news_img {
    border: 1px solid #ddd;
}

.multimedia_area .gallery_news.active .gallery_news_img {
    border: 2px solid #FFF;
}

.multimedia_area .gallery_news {
    padding-bottom: 0;
    border: 1px solid #666;
    background-color: rgba(255, 255, 255, .2);
}

.sports_page .blog_right_sidebar .sidebar_single_blog {
    cursor: pointer;
}

.col-lg-4.video_thumbnails {
    max-height: 630px;
    overflow: auto;
}

.desc_overly {
    position: absolute;
    top: 2px;
    right: 9px;
    cursor: pointer;
}

.multimedia_details {
    position: relative;
}

.desc_overly i.fa.fa-eye {
    padding: 10px;
    background: rgba(255, 255, 255, .5);
    color: #FFF;
    border-radius: 5px;
}

.tab-content::-webkit-scrollbar,
.video_thumbnails::-webkit-scrollbar,
.multimedia_details::-webkit-scrollbar {
    width: 5px;
}

.tab-content::-webkit-scrollbar-track,
.video_thumbnails::-webkit-scrollbar-track,
.multimedia_details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tab-content::-webkit-scrollbar-thumb,
.multimedia_details::-webkit-scrollbar-thumb,
.video_thumbnails::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.sports_page .single_blog_low_height {
    height: 350px !important;
}

.srorts_page .add_content {
    height: 350px;
}

.srorts_page .add_content img {
    height: 100%;
    width: 100%;
}

.sports_page a.single_blog .single_blog_special_heading h3 {
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: justify;
    text-transform: uppercase;
}

.sports_page .single_blog span.single_blog_special_heading {
    padding: 10px;
}

.single_blog_content p.single_blog_caption {
    position: absolute !important;
    bottom: 10px;
    left: 12px;
}

.archive_details a, .archive_details span {
    display: inline;
}

.archive_posts a p {
    display: inline;
    padding: 0;
    margin: 0;
}

.archive_area .single_archive .archive_img {
    text-align: center;
}

.archive_img a img {
    max-height: 84px;
}

a.single_blog_caption {
    font-size: 12px;
}

.reouter_div a img {
    height: 18px;
}

.reouter_div a:first-child {
    margin-right: 2px;
}

.category_and_lang_swith.row {
    position: relative;
    bottom: 8px;
}

.post_content {
    /* position: relative; */
}

.single_blog {
    position: relative;
}

.post_title {
    height: 85px;
}

.post_title a h3 {
    font-size: 19px;
    font-weight: 600;
}

.single_lifestyle_img {
    height: 200px;
}

.single_lifestyle_img a {
    height: 100% !important;
}

section.lifestyle_area .single_lifestyle_img img {
    max-height: 100%;
}

.col-md-12.sidebar_section .col-lg-8.col-md-7.big_img_area,
.col-md-12.sidebar_section .col-lg-4.col-md-5,
.sidebar_archive {
    padding: 0 10px !important;
}

button.news_btn a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.col-md-12.sidebar_section .col-md-9 {
    padding: 0 10px;
}

.single_blog.single_blog_tab ul.nav.nav-tabs li a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #ddd;
    margin: 0;
}

.single_blog.single_blog_tab ul.nav.nav-tabs li a.active {
    background: #000 !important;
    color: #FFF;
}

div.loadMoreDiv {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%
}

a.loadMore {
    background: #042a63;
    border-radius: 3px;
    color: white !important;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}

a.loadMore:hover {
    background-color: #021737;
}

.sidebar_archive .tab-content {
    height: 270px;
    overflow: auto;
}

.advertise_area {
    text-align: center;
    padding: 4px;
}

.comment_login {
    padding: 10px 0;
    margin-top: 35px;
}

.comment_login a {
    padding: 0 8px;
}

.dropdown, .dropup {
    position: relative;
    padding: 22px;
}

.dropdown-toggle span {
    font-size: 17px;
}

.dropdown-toggle span:first-child {
    margin-right: 10px;
}

.registration_form {
    padding: 35px;
    border: 1px solid #ddd;
    border-radius: 18px;
    margin-bottom: 50px;
}

.registration_form h2 {
    margin-bottom: 21px;
    text-transform: uppercase;
}

.registration_form .form-group {
    margin: 25px 0;
}

.registration_form .form-group input.form-control {
    height: 36px;
    font-size: 15px;
}

.single_post_latest_news ul.single_posts_ul.top-news-list li:before {
    background-color: transparent !important;
}

.comment_user span {
    font-size: 19px;
    font-weight: bold;
}

.comment_user {
    border-bottom: 2px solid #ddd;
    padding: 5px 0;
}

a.view_more_btn {
    padding: 4px 10px;
    background: #bfbfbf;
    color: #FFF !important;
    border-radius: 6px;
}

a.view_more_btn:hover {
    background: #000;
    color: #FFF !important;
    border-radius: 6px;
}

.header-area .main-menu ul li a i {
    padding-right: 5px;
}

h3.topic {
    font-size: 15px;
    color: #000;
}

.pool_option {
    padding: 15px;
}

h4.pool_heading {
    text-transform: uppercase;
    padding: 10px 0 0 0;
    margin: 0;
}

.multimedia_area .gallery_news .gallery_news_details h3 a {
    color: #fff;
    font-size: 14px;
}

.multimedia_area .gallery_news .gallery_news_img {
    height: 77px;
}

.multimedia_area .gallery_news .gallery_news_details h3 a {
    padding: 6px 0;
}

.multimedia_area .single_multimedia .multimedia_img {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.col-lg-3.video_thumbnails h4 {
    padding: 6px 0;
    color: #FFF;
    text-transform: uppercase;
}

.col-lg-3.video_thumbnails {
    height: 613px;
    overflow: auto;
}

a.gallery_icon {
    float: right;
    background: #FFF;
    padding: 4px 13px;
    font-weight: bold;
    border-radius: 4px;
}

ul.nav.nav-tabs li a {
    padding: 10px;
    background: #000;
    margin: 2px;
    color: #FFF;
    font-weight: bold;
}

.gallery_tab .tab-content {
    min-height: 500px;
}

.gallery_tab .tab-content .padding0 {
    padding: 5px;
}

.tab-content .padding0 a {
    width: 100%;
}

.gallery_image_thumb {
    height: 117px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #ddd;
    cursor: zoom-in;
}

.footer_content p a:before {
    content: '|';
    padding: 2px;
    color: #000;
}

.single_blog.single_blog_archive .header {
    background: #ddd;
}

.single_blog.single_blog_archive .topic_div {
    background: #000;
    padding: 16px 10px;
    color: green;
    max-height: 120px;
    overflow: auto;
}

.pool_option .form-group span {
    font-size: 11px;
}

.pool_option .form-group span a {
    color: blue;
    font-size: 16px;
    margin-left: 5px;
}

.single_blog.single_blog_archive .topic_div h3 {
    color: #b1d838;
    font-weight: 600;
}

.single_blog.single_blog_archive .pool_option {
    background: #dcdcd5 !important;
}

.right_archive_con form select {
    height: 33px;
    background: #ddd;
    color: #000;
    font-size: 17px;
}

.single_blog_archive .right_archive .right_archive_con form {
    padding: 10px;
}

span.single_blog_img {
    background: #FFF;
}

span.single_blog_img img {
    padding: 30px;
}

.cursor_pointer {
    cursor: pointer !important;
}

.progress {
    height: 20px;
    margin: 5px 20px;
    font-size: 15px;
}

.pool_details {
    margin: 5px 20px;
}

.pool_details p {
    padding: 0;
    margin: 0;
}

.pool_details {
    background: #ddd;
    padding: 10px;
}

.border_bottom {
    border-bottom: 5px double;
    margin: 17px 20px;
}

.sidebar_single_blog img {
    width: 100%;
}

.sidebar_single_blog a {
    padding: 0;
}

.sidebar_single_blog a span {
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.multimedia_area .gallery_news .gallery_news_img {
    width: 90px;
}

.dropdown-toggle {
    cursor: pointer;
}

.weather_title {
    padding: 19px;
}

.weather_title h4 {
    font-size: 19px;
    color: #000;
}

.weather_details {
    margin: 34px 0px;
}

.temparature span {
    font-size: 16px;
}

td.weakly_weather {
    border-right: 1px solid #f5f5f5;
    padding: 3px;
}

.top_menu {
    position: absolute;
    top: 19px;
    right: 116px;
}

@media screen and (max-width: 600px) {
    .top_menu {
        position: absolute;
        top: 10px;
        left: 41px;
    }

    .logo_area a img {
        width: 56%;
        height: auto;
    }
}

.top_menu a img {
    height: 29px;
}

button.news_btn {
    display: inline-block;
    width: 15px;
    font-size: 16px;
    background: transparent;
    color: #000;
    text-align: center;
    border-radius: 30px;
    margin: 0px 0px;
    box-shadow: none;
    border: none;
    height: 15px;
    cursor: pointer;
    transition: .4s;
    line-height: 15px;
}

div.desktopnav{
    width: 100%;
}

/*
.marketplace
*/
.marketplace .custom-container {
    max-width: 1280px;
    margin: auto;
    position: relative;
    width: 100%;
}
.marketplace .aside{
    display: block;
}
.marketplace .p-3 {
    padding: 1rem!important;
}
.marketplace .mb-4{
    margin-bottom: 1.5rem!important;
}
.marketplace .custom-container div.col-lg-8.col-xl-9 div.member-item.mb-4{
    width: 99%;
    margin: auto;
}
.marketplace .member-item{
    box-shadow:0 1px 2px 0 rgba(0,0,0,.16),0 1px 5px 0 rgba(0,0,0,.12);transition:.3s ease;
    width: 99%;
    margin: auto;
}
.marketplace .member-item:hover{
    background: #f5f5f5;
}
.marketplace .rounded {
    border-radius: .25rem!important;
}
.marketplace .border {
    border: 1px solid #dee2e6!important;
}
.marketplace .bg-white {
     background-color: #fff!important;
}
.marketplace .text-roboto {
    font-family: 'Roboto Slab',serif;
    font-size: 2.25rem !important;
}
.marketplace .text-fruit-green {
    color: #5cb85c;
}
.marketplace .border-deep-white {
    border-color: #e6e6e6 !important;
}
.marketplace .custom_buttom_design a,
.marketplace .custom_buttom_design a:hover,
.marketplace .custom_buttom_design a:visited{
    color: #fff;
}
.marketplace .box-40 {
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
}
.marketplace .box-40 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 36px;
    max-width: 36px;
}
.marketplace .text-14 {
    font-size: 14px;
}
.marketplace .bg-light-white{
    background-color: #f5f5f5;
    width: 100%;
    margin: auto;
    padding-left: 9px !important;
    height: 56px;
}
.marketplace .member-item:hover .px-3.bg-light-white{
    background: #e5e5e5;
}
.marketplace .text-evening {
    color: #445268;
}
.marketplace .card-table tr td:first-child,
.marketplace .card-table tr th:first-child {
    width: 180px;
}
.marketplace .card-table tr td,
.marketplace .card-table tr th {
    vertical-align: middle!important;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 0px solid #ddd;
}
.marketplace .card-table tr td:nth-child(2) {
    min-width: 200px;
}
.marketplace .table-responsive {
    border: 0px solid #799c5d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 20px;
}
.marketplace a {
    color: #232F3E;
}
.marketplace .text-pumpkin {
    color: #ff7519;
}
.marketplace [class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.marketplace .border-lg-right {
    /*border-right: 1px solid #ddd;*/
}
.marketplace .pagination .page-item {
    margin-right: 7px;
}
.marketplace .pagination .page-item .page-link {
    color: #445268;
    border-color: #ddd;
    background-color: #f5f5f5;
    margin: 0;
    padding: .4rem .65rem;
}
.marketplace .pagination .page-item.active .page-link {
    color: #fff;
    border-color: #aaa;
    background-color: #aaa;
}
.marketplace .btn-pumpkin {
    background-color: #5e98c1;
    color: #fff;
    font-size: 14px;
    width: 96px;
}
.marketplace span.startsign{
    color: red;
    font-size: 12px;
}
.marketplace .aside-panel form input[type=email],
.marketplace .aside-panel form input[type=number],
.marketplace .aside-panel form input[type=text] {
    /*width: 92%;*/
    /*float: left;*/
}
.marketplace .aside-panel form{
    width: 94%;
    margin: auto;
}
.marketplace .signup_address_head{
    color: #445268;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    line-height: 6px;
    margin: 3px 4px 12px 5px;
    padding: 0;
}
.marketplace .searchbox #search-addon {
    text-shadow: none;
    margin-top: 0px;
    background: #5e98c1;
    border: none;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    font-size: 16px;
}
.marketplace .searchbox input{
    height: auto;
}
.marketplace .pagination .page-item {
    margin-right: 7px;
}
.marketplace .border-2px {
    border-width: 2px !important;
    padding: 1%;
}
.marketplace .directory li.col-6.col-lg-3{
    border: 1px solid #cccccc;
    width: 23%;
    margin: 1%;
    float: left;
    background: aliceblue;
    max-width: 23%;
    padding: 1%;
}
.marketplace .directory li.col-6.col-lg-3.active{
    background: #5e98c1;
}
.marketplace .directory li.col-6.col-lg-3.active span i,
.marketplace .directory li.col-6.col-lg-3.active span.text-muted{
    color: #ffffff !important;
}
.marketplace .directory li.col-6.col-lg-3 span.text-muted{
    color: #ffffff;
}
.marketplace .directory li.col-6.col-lg-3 .text-muted {
    color: #6c757d;
}
.marketplace .directory li.col-6.col-lg-3:hover {
    background: #5e98c1;
    color: #ffffff;
}
.marketplace .directory li.col-6.col-lg-3:hover span i,
.marketplace .directory li.col-6.col-lg-3:hover span.text-muted {
    color: #ffffff !important;
}
.marketplace h3.marketplacehead{
    font-size: 28px;
    padding: 20px 5px;
    font-weight: normal;
}
.marketplace .directory ul{
    width: 100%;
    margin: auto;
}
.marketplace .bg-white.searchbox div.input-group{
    width: 70%;
    margin: auto;

}
.bg-midnight {
    background-color: #232f3e;
}
.text-white {
    color: #fff!important;
}
.list-border>li {
    border-bottom: 1px solid #ddd;
    position: relative;
}
div.advertisement .bg-midnight.px-3.py-2{
    height: 44px;
}
div.advertisement .bg-midnight.px-3.py-2 h4{
    font-size: 21px;
    font-weight: normal;
    padding: 4px 0;
}
div.advertisement .p-3{
    font-size: 13px;
}
.bg-light-white {
    background-color: #f5f5f5;
}
div.selectoption{
    width: 29%;
    float: left;
}
div.selectoption select{
    width: 100%;
    float: left;
    height: 43px;
}
p.appdownload{
    background: transparent;
    clear: both;
    height: 20px;
    width: 150px;
    float: right;
    margin-top: -9px;
    margin-right: 12%;
    z-index: 1;
}
p.appdownload a{
    float: right;
    color: #0071bc;
    font-weight: bold;
}