@charset "utf-8";
/* Begin Common Elememts
====================================*/
box:before,
.box:after {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}
.box {
    *zoom: 1;
}
body {
    height: 100%;
    min-height: 100%;
    font: 12px/16px Verdana, Geneva, sans-serif;
    color: #424242;
    background: #fff;
}
body.canvas-slid {
    position: fixed !important;
    background: url(/assets/i/ui/main_bg.jpg) repeat-x 0
        0;
}
.transition {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    clear: both;
    margin: 0;
    padding: 15px 0 0;
    font-family: "droid_sansregular";
}
p {
    clear: both;
    margin: 0;
    padding: 15px 0 0;
}
p a {
    color: #ff6200;
}
a:focus {
    text-decoration: none;
}
h1 {
    clear: both;
    padding: 0;
    margin: 0;
    font-family: "droid_sansregular";
    font-weight: normal;
    font-size: 28px;
    color: #ff3c00;
}
h2 {
    padding: 0;
    font: 400 24px/26px "droid_sansregular";
    color: #ff3c00;
}
img,
img a {
    border: 0;
    outline: none;
}
fieldset,
legend {
    border: 0;
}
ol {
    margin-bottom: 0;
}
/* End Common Elememts
====================================*/

@font-face {
    font-family: "droid_sansregular";
    src: url("/assets/fonts/droidsans-webfont.eot");
    src: url("/assets/fonts/droidsans-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("/assets/fonts/droidsans-webfont.woff")
            format("woff"),
        url("/assets/fonts/droidsans-webfont.ttf")
            format("truetype"),
        url("/assets/fonts/droidsans-webfont.svg#droid_sansregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.padding-null {
    padding: 0 !important;
}
.padding-right-null {
    padding-right: 0 !important;
}
.padding-left-null {
    padding-left: 0 !important;
}
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
        padding: 0;
    }
}
.container {
    *width: 960px;
    *padding: 0;
}

.main-wrap {
    clear: both;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-left: 0;
}
#page {
    clear: both;
    position: relative;
    width: 100%;
}
.navopen #page {
    overflow: hidden;
}
.navopen .main-wrap {
    margin-left: 260px;
}
.navopen .nav-group {
    display: block !important;
}
/* =================================================================== */
/* Begin Header
====================================================================== */
.header-wrap {
    clear: both;
    position: relative;
    width: 100%;
    background: #92278f;
}
.header-wrap .row {
    clear: both;
    width: 960px;
    min-height: 74px;
    margin: 0 auto;
}
.header-wrap .col-sm-5 {
    padding-right: 0;
}
.header-wrap .logo-outer {
    padding-left: 0;
}
#logo {
    float: left;
    display: block;
    width: 246px;
    height: 60px;
    margin: 7px 0 0;
    background: url(/assets/i/ui/logo.png) no-repeat 0 0;
    cursor: pointer;
}
#logo.fr {
    background: url(/assets/i/ui/logo-fr.png) no-repeat 0
        0;
}
#logo img {
    display: none;
}
.add-post-mobile {
    display: none;
}
#mobile-detect {
    display: none;
}
.header-wrap input[type="search"],
.header-wrap input.input-search {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #c08bb8;
    width: 336px;
    height: 32px;
    border-right: none !important;
    float: left;
    padding-left: 10px;
    font: 400 12px Verdana, Geneva, sans-serif;
}
.header-wrap input[type="button"],
.header-wrap input[type="submit"] {
    position: relative;
    width: 33px;
    height: 32px;
    border: 1px solid #c08bb8;
    text-align: center;
    font-size: 16px;
    color: #999 !important;
    background: #fafafa;
    cursor: pointer;
    border-left: none !important;
    font-family: FontAwesome;
    z-index: 2;
}
.header-wrap input:focus {
    outline: none;
}
.header-wrap .search {
    float: right;
    position: relative;
    padding-top: 12px;
}

.navbar-nav > li > a {
    padding: 10px 0 0;
}
header nav {
    float: left;
    margin-top: 0px;
    min-height: 30px;
    line-height: 30px;
}
header nav li {
    float: left;
    position: relative;
    min-height: 30px;
    margin-right: 10px;
    background: #c786c7;
}
header nav li a {
    font-family: "droid_sansregular";
    font-size: 14px;
    color: #fff;
}
.navbar-nav > li > a {
    padding: 5px 30px;
    line-height: 20px;
}
header nav li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
}
header nav li a:hover,
header nav li.effective a {
    text-decoration: none;
    border-bottom: 0;
    color: #92278f;
    background-color: transparent !important;
}
header nav li.post_classified,
header nav li.post_classified:hover {
    float: right;
    margin: 0;
    background: url(/assets/i/ui/post_ad_nav_btn.jpg)
        repeat-x 0 bottom;
}
header nav li.post_classified a {
    font-size: 18px;
    color: #fff !important;
    background: none;
}
.main-nav {
    width: 100%;
    overflow: visible;
}
.nav-outer {
    float: none;
    clear: both;
    height: auto;
    z-index: 3;
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#nav-container {
    width: 100%;
    height: auto;
}
#nav-container.fixed {
    position: fixed;
    top: 0;
}
.logo-with-btn {
    padding: 0;
    position: relative;
    z-index: 51;
}
.navbar-toggle {
    padding: 6px 10px;
    margin: 20px 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.navbar-toggle span {
    color: #fff;
    width: 21px;
    height: 24px;
    text-align: left;
}
.navbar-toggle:hover span {
    color: #eee;
}
.fa.fa-times,
.navopen .fa-bars {
    display: none;
}
.navopen .fa-times {
    display: block;
}

.main-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav > ul > li:hover,
header nav li.effective {
    background: #fff;
}
.main-nav > ul > li:hover > a {
    color: #92278f;
}
.main-nav > li > ul,
.main-nav > ul > li.active > ul,
.main-nav > ul > li > ul > li > ul,
.main-nav > ul > li.active > ul > li.active > ul {
    float: none;
    position: absolute;
    left: -99999px;
    top: 30px;
    padding: 10px 0 18px;
    width: 185px;
    background: #c786c7;
    z-index: 20;
}
.main-nav > ul > li:hover > ul,
.main-nav > ul > li.active:hover > ul {
    left: 0px;
}
.main-nav > ul > li > ul > li:hover > ul,
.main-nav > ul > li > ul > li.active:hover > ul {
    left: 185px;
    top: 0;
}
.main-nav li li {
    width: 100%;
    min-height: 25px;
    padding-top: 5px;
    line-height: 18px;
    background: none;
    padding-left: 30px;
    padding-right: 30px;
}
.main-nav li li li {
    padding: 5px 10px 0 15px;
}
.main-nav > ul > li > ul > li a {
    padding: 0;
    color: #fff;
    font-size: 110%;
    line-height: 32px;
    background-image: none;
}
.main-nav > ul > li.active > ul > li a {
    background-image: none;
}
.main-nav > ul > li > ul > li a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
}
.main-nav > ul > li > ul > li:hover a {
    color: #fff;
}

.mobile-item {
    display: none !important;
}
.mobile-item-lavel-2 {
    display: none;
}
.navbar-offcanvas {
    border: 0;
}
.navbar-offcanvas {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navbar-fixed-top {
    position: relative;
}

/*New css for Header */
.d-menu {
    background: transparent;
}
.main-nav > ul > li.d-menu:hover,
.main-nav > ul > li.d-menu:focus {
    background: transparent;
}
.d-menu .btn-d-menu {
    display: block;
    background-image: none;
    background: transparent;
    border: none;
    color: #ffffff;
}
.d-menu .btn-d-menu:focus {
    outline: none;
}
.d-menu .fa {
    display: block;
    width: 21px;
    height: 24px;
    text-align: left;
}
.btn-classified {
    background: url(/assets/i/ui/post_ad_nav_btn.jpg) top
        left / auto 100% repeat-x;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 10px 30px;
    font-size: 130%;
}
.d-menu-items .btn-classified {
    margin-left: 30px;
    margin-bottom: 18px;
    width: 90%;
}
.btn-classified:hover,
.btn-classified:focus,
.btn-classified:active {
    color: #fff;
    border: none;
}
@media only screen and (min-width: 768px) {

    .add-box .post-image-landscape img {
        width: 180px;
        height: 135px;
        object-fit: contain;
    }
    .add-box .post-image-portrait img {
        width: 150px;
        height: 250px;
        object-fit: contain;
    }


    .header-wrap {
        z-index: 1;
    }
    .d-menu {
        width: 35px;
        text-align: center;
    }
    .btn-d-menu .fa-times,
    .btn-d-menu.d-menu-open .fa-bars {
        display: none;
    }
    .btn-d-menu.d-menu-open .fa-times {
        display: block;
    }
    .main-nav > ul > li {
        position: static;
    }
    .main-nav > ul > li.active > ul {
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        padding: 15px 0;
    }
    .main-nav > ul > li > ul > li {
        padding: 0 50px;
    }
    .main-nav > ul > li > ul > li:first-child {
        padding-left: 40px;
    }
    .main-nav > ul > li > ul > li:first-child a,
    .main-nav > ul > li > ul > li:first-child:hover a {
        color: #92278f;
        font-size: 120%;
    }
    .main-nav > ul > li > ul > li:hover a {
        color: #2f2f2f;
    }
    .main-nav > ul > li > ul > li .fa {
        position: absolute;
        left: 10px;
        top: -5px;
        font-size: 2em;
        color: #92278f;
    }
    .main-nav > ul > li > ul > li a,
    .main-nav > ul > li > ul > li a:hover,
    .main-nav > ul > li > ul > li a:focus {
        color: #2f2f2f;
    }
    .header-wrap {
        perspective: 500px;
    }
    .d-menu-items {
        z-index: 10000;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: transparent;
        transition: 0.5s all ease-in-out;
        transform: rotateX(115deg);
        opacity: 0;
        pointer-events: none;
    }
    .d-menu-items.d-menu-open {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: transparent;
        transform: rotateX(0deg);
        opacity: 1;
        pointer-events: visible;
    }
    .d-menu-items .nav-outer {
        padding: 15px 15px 6px 15px;
        border: 1px solid #ccc;
        background: #fff;
    }
    .d-menu-items .nav-outer > .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .menu-with-icon {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
    }
    .menu-with-icon li {
        padding: 0 0 0 35px;
        position: relative;
    }
    .menu-with-icon li:first-child {
        padding: 0 0 0 25px;
    }
    .menu-with-icon li:first-child a {
        color: #92278f;
        font-size: 120%;
    }
    .menu-with-icon li a {
        color: #2f2f2f;
        padding: 4px 5px;
        display: inline-block;
    }
    .menu-with-icon li .fa {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 2em;
        color: #92278f;
    }
    .d-menu-items .how-it-works {
        margin: 0 0 15px 0;
        color: #ff3c00;
        font: 400 24px/26px "droid_sansregular";
    }
    .d-menu-items .menu-box {
        position: relative;
        padding-left: 50px;
        margin-bottom: 16px;
    }
    .d-menu-items .menu-no {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0px;
        top: 5px;
        background: #ffff80;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .d-menu-items .menu-no img {
        max-width: 100%;
    }
    .d-menu-items .menu-no-one {
        background-image: url(/assets/i/ui/one.svg);
    }
    .d-menu-items .menu-no-two {
        background-image: url(/assets/i/ui/two.svg);
        content-visibility: auto;
    }
    .d-menu-items .menu-no-three {
        background-image: url(/assets/i/ui/three.svg);
    }

    .d-menu-items .menu-box h6 {
        padding: 0;
        font-size: 120%;
        margin: 0 0 8px 0;
        color: #ff3c00;
    }
    .d-menu-items .menu-box p {
        padding: 0;
        line-height: 18px;
    }
    body {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 767px) {
    .nav > li.d-menu {
        display: none;
    }
    .nav > li.d-menu + li {
        border: 0;
    }
    .d-menu-items {
        display: none;
    }
    /*.navopen .main-wrap { position: relative; margin: 0; }*/
    .header-wrap > .nav-outer {
        position: fixed;
        left: 0;
        top: 50px;
        height: calc(100% - 50px);
        margin: 0;
        overflow-y: auto;
        width: 100%;
        transition: 0.3s all ease-in-out;
        transform: translateY(-130%);
        opacity: 0;
    }
    .navopen .header-wrap > .nav-outer {
        transform: translateY(0);
        opacity: 1;
    }
    .mobile-toggle.navbar-toggle {
        left: 10px;
        top: -2px;
    }
    .header-wrap .main-nav {
        width: 100%;
    }
    .navopen .main-wrap {
        margin-left: 0;
    }
    .header-wrap > .row {
        z-index: 999;
        background: #92278f;
        height: 50px;
    }
    .nav-outer .main-nav > ul > li > ul > li a {
        position: relative;
        padding-left: 40px;
    }
    .nav-outer .main-nav > ul > li > ul > li a .fa {
        position: absolute;
        left: 12px;
        top: 2px;
    }
    .nav-outer .main-nav > ul > li.mobile-item li.mobile-item-lavel-2 span,
    .nav-outer
        .main-nav
        > ul
        > li.mobile-item
        li.mobile-item-lavel-2.opened
        span {
        float: none;
        width: 100%;
    }
    .nav-outer .main-nav .mobile-dropdown li ul {
        padding: 0 0 10px 0;
    }
    .nav-outer .main-nav .mobile-dropdown li ul li a {
        padding: 6px 15px 6px 60px;
    }
    #nav-container {
        background: #201e1e !important;
    }
    .main-nav li a.btn-classified {
        float: none;
        padding: 12px 30px;
        width: 85%;
        margin: 0 auto;
        font-size: 120%;
        background-image: none;
        color: #fff;
        background: url(/assets/i/ui/post_ad_nav_btn.jpg)
            top left / auto 100% repeat-x;
        display: inline-block;
    }
    .main-nav li a.btn-classified:hover,
    .main-nav li a.btn-classified:focus {
        background-image: none;
        background: url(/assets/i/ui/post_ad_nav_btn.jpg)
            top left / auto 100% repeat-x;
        color: #fff;
    }
    .main-nav li.btn-classified-wrapper:hover a,
    .main-nav li.btn-classified-wrapper:focus a {
        background: url(/assets/i/ui/post_ad_nav_btn.jpg)
            top left / auto 100% repeat-x;
        color: #fff;
    }
    .main-nav li.btn-classified-wrapper {
        padding: 4px 0 12px 0;
        text-align: center;
    }
    .main-nav .navbar-nav li {
        border-top: none;
    }
    .main-nav > ul > li > ul > li:last-child {
        border-bottom: none !important;
    }
    .main-nav li a.nav-category-title {
        border-top: 1px solid #6c7980;
        padding-top: 4px;
        margin-top: 10px;
        color: #6c7980;
        font-size: 120%;
    }
    .main-nav li a.nav-category-title:hover,
    .main-nav li a.nav-category-title:focus,
    .main-nav > ul > li:hover > a.nav-category-title {
        color: #6c7980;
    }
    .main-nav li a {
        text-transform: none !important;
    }
    .main-nav li.mobile-menu-form {
        padding: 0 15px;
        margin-top: 14px;
    }
    .mobile-menu-form .input-group-addon {
        padding: 0;
        background: #fff;
    }
    .mobile-menu-form .btn {
        background: #fff;
        border: none;
    }
    .main-nav .mobile-menu-form .btn .fa {
        margin-top: 0;
    }
    .mobile-menu-form .form-control[type="search"] {
        color: #201e1e;
        border: none;
        padding-left: 0;
        width: 100%;
        height: 34px;
    }
    .mobile-menu-form .form-control[type="search"]:focus {
        outline: none;
        box-shadow: none;
    }
    /*changes 05.09*/
    .main-nav li.flag-wrapper {
        padding: 0 15px;
        display: flex !important;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 100px;
        margin-top: 10px;
    }
    .main-nav li.flag-wrapper a {
        display: flex;
        width: auto;
        float: none;
        padding: 0 10px;
    }
    .main-nav li.flag-wrapper a img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
}
/* =================================================================== */
/* End Header
====================================================================== */

/* =================================================================== */
/* Begin Middle Section
====================================================================== */
/*Previous css code for main section*/
.middle-section {
    padding-top: 25px;
}
.main-column h1 {
    margin-bottom: 8px;
    display: inline-table;
    line-height: 30px;
}
.form-label {
    text-align: right;
    width: 20%;
    padding-top: 4px;
    color: #720060;
    font-size: 13px;
    font-family: "droid_sansregular";
    font-weight: 400;
}
.main-column form {
    padding: 0;
    margin: 0;
}
.form-edit {
    float: left;
    width: 100%;
}
.form-contact label:first-child,
.form-label:first-child,
.input-file {
    float: left;
    margin: 4px 15px 0 0;
}
.input-file {
    float: left;
    margin: 4px 15px 0 0;
    font-weight: normal;
}
.form-contact li,
.form-edit li,
.form-contact > div,
.custom-form-group,
.input-file {
    float: left;
    width: 100%;
    padding: 7px 0;
    list-style: none;
}
.custom-form-group {
    margin: 0;
}
.form-contact {
    clear: both;
}
.form-contact legend {
    font-family: "droid_sansregular";
    font-weight: normal;
    font-size: 20px;
    color: #ff3c00;
    line-height: 27px;
    margin-bottom: 10px;
}
.input-text,
.input-file {
    width: 70% !important;
    border-radius: 0;
}
.form-edit .post-submit-btn,
.form-edit p {
    float: left;
    width: 70%;
    margin: 10px 0 0 157px;
    padding: 0;
    color: #858080;
    font-size: 11px;
    text-align: left;
}
.form-edit .post-submit-btn input[type="submit"] {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    margin: 0 auto;
}
.form-contact .post-submit-btn input[type="submit"] {
    margin: 0 auto;
    display: inherit;
}
.post-submit-btn small {
    text-align: center;
}
.form-edit .post-submit-btn input[type="submit"]:focus,
.form-contact .post-submit-btn input[type="submit"]:focus {
    border: none;
    outline: none;
}
.input-text {
    height: 33px;
    border: 1px solid #cb9ec4;
    background-color: #f9f9f9;
    padding: 4px;
    font-family: "droid_sansregular";
    display: inline;
}
.input-file {
    height: 30px;
    border: 0px solid #cb9ec4;
    background-color: #f9f9f9;
    padding: 0 4px;
    font-family: "droid_sansregular";
}
.form-select {
    width: 70%;
    height: 31px;
    border: 1px solid #cb9ec4;
    border-radius: 0;
    background-color: #f9f9f9;
    padding: 4px;
    font-family: "droid_sansregular";
}
.form-textarea {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    max-height: 160px;
    min-height: 160px;
    border: 1px solid #cb9ec4;
    border-radius: 0;
    background-color: #f9f9f9;
    font-family: "droid_sansregular";
    padding: 4px 4px 4px 4px;
}

.input-wrap > div.error .input-text,
.input-wrap > div.error .form-textarea,
.input-wrap > div.error .form-select,
.input-wrap > div.error .input-text:focus,
.input-wrap > div.error .form-textarea:focus,
.input-wrap > div.error .form-select:focus {
    border-color: #ff3c00;
    outline: none;
}
.input-text:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: #cb9ec4;
    webkit-box-shadow: inset 0 1px 1px rgba(183, 195, 195, 0.5),
        0 0 6px rgba(203, 158, 196, 0.7);
    -moz-box-shadow: inset 0 1px 1px rgba(183, 195, 195, 0.5),
        0 0 6px rgba(203, 158, 196, 0.7);
    box-shadow: inset 0 1px 1px rgba(183, 195, 195, 0.5),
        0 0 6px rgba(203, 158, 196, 0.7);
}
.input-wrap > div > .error-msg {
    float: left;
    display: none;
    clear: right;
    margin: 4px 0 0 140px;
    color: #ff3c00;
    font-size: 12px;
}
.input-wrap > div.error > .error-msg {
    display: block;
}
.input-wrap .error-msg-box {
    float: left;
    position: relative;
    width: 92.3%;
    height: 40px;
    padding: 10px 15px;
    margin: 10px 0;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ff3c00;
    font-family: "droid_sansregular";
    font-weight: normal;
    font-size: 16px;
    color: #111;
    line-height: 20px;
    background: #f7a085;
}
.error-msg-close-btn {
    position: absolute;
    right: 12px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url(/assets/i/ui/error-msg-close-btn.png)
        no-repeat 0 0;
    z-index: 2;
    cursor: pointer;
}
.input-wrap > div.error label {
    color: #ff3c00 !important;
}

.main-column h6 {
    font-size: 12px;
    color: #858080;
}
.main-column h6 span {
    color: #720060;
    font-size: 13px;
}
.input-wrap input.button {
    padding: 6px 20px !important;
    cursor: pointer;
}
.input-wrap .input-radio {
    display: inline;
    margin: 10px 0 0;
    cursor: pointer;
}
.form-edit input.price {
    width: 100px !important;
}

.sidebar-advertisement {
    clear: both;
    margin: 0 auto;
    max-width: 300px;
    overflow: hidden;
}
.sidebar-advertisement img {
    float: left;
    margin: 0;
    width: 100%;
}
.sidebar-module {
    padding-top: 30px;
}
.works_bg {
    float: left;
    padding: 14px 8px;
    width: 100%;
    background: url(/assets/i/ui/how_it_bg.jpg) repeat-x
        bottom #fff;
}
.works_bg.first-item {
    margin-top: 10px;
}
.works_bg figure,
.works_bg .info {
    float: left;
}
.works_bg figure {
    width: 27%;
    margin-right: 3%;
}
.works_bg figure img {
    float: left;
    width: 100%;
    margin: 0;
}
.works_bg img {
    float: left;
    margin-right: 8px;
}
.works_bg .info {
    width: 70%;
}
.works_bg h3 {
    clear: none;
    float: left;
    color: #ff4911;
    font-size: 18px;
    font-family: "droid_sansregular";
    font-weight: normal;
}
.works_bg p {
    clear: none;
    float: left;
    padding-top: 10px !important;
}

input.btn-orange,
button.btn-orange,
a.btn-orange {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: white;
    display: inline-block;
    font-family: "HelveticaNeue-Bold", "HelveticaNeue", Helvetica, Arial,
        Sans-serif;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    border-style: none;
}
.inner_main_content button {
    margin-top: 13px;
}
.btn-large {
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
}
.btn-orange {
    text-shadow: 0 -1px #c98b20;
    background-color: #ff3c00;
    background: #ffaa44;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWE0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkwMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffaa44 0%, #ff9009 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffaa44),
        color-stop(100%, #ff9009)
    );
    background: -webkit-linear-gradient(top, #ffaa44 0%, #ff9009 100%);
    background: -o-linear-gradient(top, #ffaa44 0%, #ff9009 100%);
    background: -ms-linear-gradient(top, #ffaa44 0%, #ff9009 100%);
    background: linear-gradient(to bottom, #ffaa44 0%, #ff9009 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa44', endColorstr='#ff9009',GradientType=0 );
    -webkit-padding: 8px 78px;
    cursor: pointer;
}
.home_button {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    clear: both;
    margin-bottom: 20px;
}
.home_button .btn-large {
    padding: 8px 0;
    width: 100%;
}
.btn-medium {
    font-size: 17px;
    padding: 8px 20px;
    text-align: center;
}
.btn-orange:hover {
    background: #ff9009;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ff9009, endColorStr=#ff9009);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9009, endColorstr=#ff9009)";
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
    outline: none;
    border: none;
    color: #fff;
    background-color: #f89406;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.remember {
    background: url(/assets/i/ui/how_it_bg.jpg) repeat-x
        bottom #fff;
    float: left;
    padding: 14px;
}
.remember h3 {
    color: #ff3c00;
    font-family: "droid_sansregular";
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 14px;
    display: inline-block;
}
.remember ul {
    float: left;
    padding: 0;
    margin: 0;
}
.remember li {
    background: url(/assets/i/ui/right_arrow.png)
        no-repeat left top;
    padding-left: 20px;
    color: #720060;
    font-size: 13px;
    list-style: none;
    font-family: "droid_sansregular";
    margin-top: 13px;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-size: 14px;
    font-family: "droid_sansregular";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb li a {
    color: #e53000;
}
.breadcrumb li.active {
    color: #791c67;
}
.breadcrumb > li + li:before {
    content: "";
    background: url(/assets/i/ui/breadcrumb_arrow.jpg)
        repeat-x 0 5px;
    padding: 0 12px;
}

.detail-img {
    clear: both;
    width: 100%;
}
.detail-img img {
    width: 100%;
}
.add-detail {
    float: left;
    width: 100%;
}

.selection_area {
    float: right;
}
.selection_area .ad_button {
    padding: 0;
    margin: 0;
    float: right;
}
.selection_area .ad_button li {
    float: left;
    margin-top: 0px !important;
    background: url(/assets/i/ui/ad_listing_li_bg.jpg)
        repeat-x;
    line-height: 30px;
    border-right: 1px solid #f7cf84;
    padding-left: 11px;
    padding-right: 11px;
    list-style: none;
}
.ad_button li a {
    color: #fff;
}
.categories {
    background: url(/assets/i/ui/how_it_bg.jpg) repeat-x
        bottom #fff;
    padding: 13px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.sidebar-module.listing,
.sidebar-module.article {
    padding-top: 0;
}
.sidebar h5 {
    font-family: "droid_sansregular";
    font-weight: normal;
    font-size: 20px;
    color: #ff3c00;
    line-height: 27px;
    padding: 0;
}
.categories ul {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.categories span {
    float: left;
    display: block;
    width: 100%;
    font-weight: normal;
    color: #40005c;
    font-size: 16px;
    font-family: "droid_sansregular";
    margin-bottom: 10px;
    display: block;
}
.categories span a {
    line-height: 28px;
    color: #40005c;
    padding: 0 0 0 8px;
}
.categories li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    background: url(/assets/i/ui/right_arrow.png)
        no-repeat left 5px;
    margin-top: 0px !important;
    padding: 6px 0px 6px 16px !important;
}
.categories li a {
    color: #4b4b4b;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    word-break: break-word;
}

.post-similar-job {
    background: url(/assets/i/ui/how_it_bg.jpg) repeat-x
        bottom #fff;
    padding: 13px;
    float: left;
}
.post-similar-job .btn-large {
    width: 100%;
}
.listing-detail {
    float: left;
    margin: 30px 0 0;
    width: 100%;
    line-height: 1.8;
}
.listing-detail a {
    color: #791c67;
}
.listing-btn-right {
    float: right;
}
.listing-detail-left {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.listing-detail-left li {
    margin-top: 0px !important;
    margin-bottom: 15px;
    color: #e53000 !important;
    font-weight: bold;
}
.listing-detail-description {
    float: left;
    width: 100%;
}

.ads-group {
    clear: both;
}
.ads i {
    float: left;
    opacity: 0.7;
    color: #40005c;
}
.ads .info {
    float: left;
    width: 85%;
    padding: 3px 0 0 10px;
}
.ads .info h4 {
    font-weight: 400;
    line-height: 20px;
    color: #40005c;
    padding: 0;
}
.ads .info h4 a {
    color: #40005c;
}
.ads .info ul {
    clear: both;
    list-style: none;
    padding: 5px 0 0;
}
.ads .info ul li a {
    color: #2f2f2f;
}
.ads-group .row {
    padding-top: 20px;
}

.latest-ads {
    clear: both;
}
.latest-ads h2 {
    display: inline-block;
}
.ad-button {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ad-button li {
    float: left;
    line-height: 30px;
    background: url(/assets/i/ui/ad_listing_li_bg.jpg)
        repeat-x 0 0;
    padding: 0 10px;
    border-right: 1px solid #f7cf84;
    color: #fff;
}
.ad-button li a {
    color: #fff;
}
.latestAd-nav,
.latestAd-nav.pagination > li:first-child > a,
.latestAd-nav.pagination > li:last-child > a {
    border-radius: 0;
}

.add-box .post-image {
    float: left;
}
.add-box {
    clear: both;
    position: relative;
    border: 1px solid #d7d7d7;
    margin-top: 25px;
    padding: 15px;
}
.add-box .post-image {
    float: left;
    width: 30%;
    position: relative;
}
.add-box .post-image img {
    float: left;
    max-width: 100%;
    border: 1px solid #d7d7d7;
    margin-right: 12px;
}

.add-box .post-image-landscape img {
}
.add-box .post-image-portrait img {
}

.add-box .add-details {
    float: left;
    width: 100%;
}
.add-box .post-image + .add-details {
    width: 70%;
    padding-left: 2%;
}
.add-box .add-details .heading {
    clear: both;
    position: relative;
}
.add-box .add-details h4 {
    padding: 0;
    font-size: 18px;
    line-height: 1.3;
}
.add-box h4 a {
    color: #791c67;
}
.add-box .price {
    clear: both;
    padding-top: 10px;
    font-weight: 700;
    color: #e53000;
}
.add-box .price.mobile {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff9009;
    padding: 5px 10px;
    color: #fff;
}
.add-box .ad-post-date {
    padding-top: 10px;
}

.ribbon-featured {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.ribbon-featured .ribbon {
    color: white;
    display: block;
    text-align: center;
    top: 13px;
    left: -33px;
    font-weight: 600;
    width: 112px;
    padding: 3px 0;
    position: relative;
    font-size: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ribbon-featured .ribbon {
    background-color: #92278f;
}
div.ribbon {
    background-color: #f8f0f7;
}

/*New css code  for main section*/
.home-content,
.middle-section {
    z-index: -1;
}
.home-content {
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
    .home-content {
        padding: 50px 0 0 0;
    }
}
/*horizontal ad placeholder*/
.h-ad-wrap {
    margin: 18px auto;
    border: none;
    text-align: center;
}
.h-ad-wrap2 {
    margin: -10px auto 18px auto;
    border: none;
    text-align: center;
}
/*Banner section*/
.banner {
    position: relative;
}
.banner-inner {
    padding: 100px 30px 100px 30px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}
.banner h1 {
    color: #fff;
    margin-bottom: 5px;
}
.banner h4 {
    color: #fff;
    margin-bottom: 25px;
}
.banner .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Category section*/
.category-section {
    padding: 5px 0px 27px 0px;
}

.home-content h2 {
    font-size: 28px;
    color: #ff3c00;
    margin: 0 0 25px 0;
}

.home-content h3 {
    font-size: 18px !important;
    padding: 0;
}

.category-section .item p {
    padding: 0;
    margin: 0 0 0px 0;
    color: #92278f;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 16px; /* fallback */
    max-height: 32px;
}
.category-section .item a:hover,
.category-section .item a:focus,
.category-section .item a:active {
    text-decoration: none;
}
.category-section .carousel-control .fa {
    font-size: 50px;
    line-height: 25px;
    color: #777;
    transition: 0.4s all ease-in-out;
    opacity: 0.5;
}
.category-section .carousel-control:hover .fa,
.category-section .carousel-control:focus .fa,
.category-section .carousel-control:active .fa {
    opacity: 1;
}
.category-section .carousel-control {
    width: 30px;
    background-image: none;
    background: transparent;
    text-shadow: none;
    opacity: 0;
    display: flex;
    align-items: center;
}
.category-section .carousel-control.left {
    justify-content: flex-start;
    left: -20px;
}
.category-section .carousel-control.right {
    justify-content: flex-end;
    right: -20px;
}
.category-section .icon-box {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.category-section .icon-box.cars {
    background: rgb(50, 127, 182);
}
.category-section .icon-box.real-estate {
    background: rgb(161, 117, 217);
}
.category-section .icon-box.multimedia {
    background: rgb(107, 206, 187);
}
.category-section .icon-box.jobs {
    background: rgb(227, 74, 107);
}
.category-section .icon-box.personal {
    background: rgb(255, 210, 0);
}
.category-section .icon-box.sports {
    background: rgb(163, 206, 113);
}
.category-section .icon-box img {
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 767px) {
    .category-section .carousel-control {
        opacity: 0;
    }
    .category-section .carousel-control.left {
        left: -15px;
    }
    .category-section .carousel-control.right {
        right: -15px;
    }
}

/*Classified ad section*/
.classified-ad h1 {
    margin: 0 0 20px 0;
}

.c-ad-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -10px;
}

.classified-box {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 4px 4px 20px 4px;
    width: 300px;
    margin: 10px;
    border-radius: 6px;
}
.classified-box.google-ad {
    width: 300px;
    min-height: 250px;
    border: none;
    padding: 0;
}
.classified-box .premium-tag {
    position: absolute;
    left: -1px;
    top: -1px;
    display: inline-block;
    background: #92278f;
    color: #fff;
    padding: 3px 7px;
}
.classified-box .img-wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.classified-box .img-responsive {
    margin: 0 auto 0px auto;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}
.classified-box h3 {
    margin: 0 0 7px 0;
    color: #92278f;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 26px; /* fallback */
    max-height: 52px;
}
.classified-box h3 a {
    color: #92278f;
}
.classified-box h3 a:hover,
.classified-box h3 a:focus,
.classified-box h3:active {
    text-decoration: none;
    color: #92278f;
}
.classified-box h5 {
    margin: 0 0 10px 0;
    color: #ff3c00;
    padding: 0;
}
.classified-box p {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 10px;
}

@media only screen and (max-width: 991px) {
    .c-ad-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .google-ad-wrapper {
        width: 100%;
    }
    .google-ad-wrapper > .classified-box {
        margin-left: auto;
        margin-right: auto;
    }
    .c-ad-wrapper > .classified-box {
        width: 45%;
        width: calc(50% - 20px);
        padding: 4px 4px 20px 4px;
    }
    .c-ad-wrapper > .classified-box h3,
    .c-ad-wrapper > .classified-box h5,
    .c-ad-wrapper > .classified-box p {
        padding-left: 4px;
        padding-right: 4px;
    }
    .classified-box.google-ad {
        width: 300px;
    }
}

@media only screen and (max-width: 475px) {
    .c-ad-wrapper {
        margin: 0 -5px;
    }
    .classified-box {
        padding-left: 10px;
        padding-right: 10px;
        margin: 5px;
        width: calc(50% - 10px);
    }
    .classified-box.google-ad {
        padding: 0;
    }
    .classified-box .img-wrapper {
        height: 145px;
    }
}

/*Whats dahaboo section*/
.whats-dahaboo {
    padding: 20px 30px 10px 30px;
    background: #e0e0e0;
    margin: 20px 0;
}
.whats-dahaboo h4 {
    color: #000;
    margin: 0 0 12px 0;
    padding: 0;
    font-style: bold;
}
.whats-dahaboo p {
    margin: 0 0 12px 0;
    color: #000;
    line-height: 1.6;
    padding: 0;
}
/* =================================================================== */
/* End Middle Section
====================================================================== */

/* =================================================================== */
/* Begin footer
====================================================================== */

/* New Footer Code */
.footer {
    padding: 30px 15px 20px 15px;
    background: #3e4153;
}
.footer h4 {
    padding: 0;
    color: #fff;
    font-size: 130%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.footer ul {
    margin: 0 0 15px -10px;
    padding: 0;
    list-style: none;
}
.footer ul li a {
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
}
.footer .social-icon {
    margin-bottom: 30px;
}
.footer .social-icon li {
    display: inline-block;
}
.footer .social-icon .fa {
    font-size: 20px;
}
.footer .social-icon li a .fa:hover {
        color: #fcb40a;
}

.footer .btn-classified {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
}
.footer p,
.footer li {
    padding: 0;
    color: #fff;
}
.footer .flag-wrapper {
    padding: 0 15px;
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.footer .flag-wrapper a {
    display: flex;
    width: auto;
    float: none;
    padding: 0 10px;
}
.footer .flag-wrapper a img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}
/* =================================================================== */
/* End footer
====================================================================== */

/* Sprite */
.sprite {
    background-image: url(/assets/i/ui/sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-so-facebook-icon-24 {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-so-twitter-icon-24 {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-so-google-icon-24 {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-so-instagram-icon-24 {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.sprite-so-linkedin-icon-24 {
    width: 24px;
    height: 24px;
    background-position: -141px -5px;
}

.sprite-how_works_one {
    width: 83px;
    height: 83px;
    background-position: -5px -39px;
}

.sprite-how_works_two {
    width: 83px;
    height: 83px;
    background-position: -175px -5px;
}

.sprite-how_works_three {
    width: 83px;
    height: 83px;
    background-position: -98px -98px;
}

/* /Sprite */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 19px !important;
    }
    h3 {
        font-size: 16px !important;
    }
    h4,
    h5 {
        font-size: 15px !important;
    }
    .sidebar h5 {
        font-size: 18px !important;
    }
    .categories span {
        font-size: 15px;
    }
    .header-wrap input[type="search"] {
        width: 248px;
    }
    .header-wrap .row,
    .nav-outer {
        width: 720px;
    }
    .navbar-nav > li > a {
        padding: 5px 18px;
    }
    header nav li li {
        padding-left: 18px;
        padding-right: 18px;
    }
    .header-wrap input[type="button"],
    .header-wrap input[type="submit"] {
        margin-left: -7px;
    }
    .add-box .ad-post-date {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 5px;
    }
    .add-box .add-details {
        padding-right: 0;
    }
    .form-edit .post-submit-btn,
    .form-edit p {
        margin-left: 97px;
    }
    .latest-ads-title-bar h1 {
        max-width: 60%;
    }
    .listing-detail-left {
        max-width: 220px;
    }
    .social-link {
        clear: both;
        max-width: 60%;
    }
    .input-wrap .error-msg-box {
        width: 93.6%;
    }
    .input-wrap > div > .error-msg {
        margin: 4px 0 0 96px;
    }
    .btn-medium,
    .btn-large {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-detect {
        display: block;
        width: 1px;
        height: 1px;
        position: absolute;
        left: -999999px;
        top: 0;
    }
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h3,
    h4,
    h5 {
        font-size: 15px !important;
    }
    .navopen .main-wrap {
        position: fixed;
        clear: none;
    }
    .main-column h1 {
        display: block;
    }
    .padding-right-null {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .padding-left-null {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navopen .header-wrap {
        position: relative;
        float: left;
    }
    .header-wrap {
        clear: none;
        position: fixed;
        height: 50px;
        width: 100%;
        z-index: 9;
        padding: 0;
    }
    .header-wrap .row {
        min-height: 0;
        position: relative;
        margin: 0;
    }
    .logo-outer {
        float: none;
        clear: both;
    }
    .header-wrap .row,
    .nav-outer {
        clear: none;
        float: left;
        width: 100%;
    }
    #logo,
    #logo.fr {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 189px;
        height: 30px;
        margin-top: 8px;
        background: url(/assets/i/ui/logo-mobile.png)
            no-repeat 0 0;
    }
    .add-post-mobile,
    .add-post-mobile:hover {
        display: block;
        position: absolute;
        right: 20px;
        top: 7px;
        width: 20px;
        height: 20px;
        color: #fff;
        text-decoration: none;
    }
    .header-wrap input[type="search"] {
        width: 240px;
    }

    .header-wrap nav {
        border-radius: 0;
    }
    .navbar-toggle {
        position: absolute;
        left: 265px;
        top: 8px;
        display: block;
        float: left;
        margin-top: 0px;
    }
    .nav-outer,
    .nav-group .navbar-collapse,
    .nav-group {
        height: auto;
        max-height: auto;
        min-height: 25px;
        box-shadow: none;
        scroll: none;
    }
    .nav-group {
        position: relative;
        z-index: 5;
        width: 100%;
    }
    .nav-outer {
        clear: none;
        position: relative;
        width: 260px;
        top: -55px;
        border: none;
        left: -260px;
        margin: 16px 0 0;
    }
    #nav-container {
        border: none;
        height: auto;
        position: relative;
        background: none;
    }
    #nav-container.fixed {
        position: relative;
    }
    .nav-outer .container {
        padding: 0;
        width: 100%;
    }
    .logo-with-btn {
        float: none;
        clear: both;
        margin: 0 auto;
    }
    header nav li {
        min-height: 35px;
    }
    .main-dropdown {
        display: none !important;
    }
    .mobile-dropdown-lavel-2 {
        display: none;
    }
    .mobile-item,
    .mobile-item-lavel-2 {
        display: block !important;
    }
    .main-nav i {
        float: left;
        margin-top: 4px;
    }
    .main-nav .mobile-dropdown,
    .main-nav .mobile-dropdown li ul {
        float: left;
        top: auto;
        position: relative;
        left: auto;
        width: 100%;
        margin: 0;
    }
    .main-nav > ul > li.active > ul,
    .main-nav > ul > li > ul > li > ul,
    .main-nav .mobile-dropdown > li > ul {
        padding: 0px 0 20px;
        margin: 0;
    }
    .main-nav li:hover .mobile-dropdown {
        left: 0;
    }
    .main-nav .mobile-dropdown li ul,
    .main-nav .mobile-dropdown li:hover ul {
        position: relative;
        left: 0;
        top: 0;
    }
    .main-nav > ul > li > ul > li a:hover,
    .main-nav > ul > li > ul > li:hover a {
        background: none;
    }
    .main-nav > ul > li.mobile-item li.mobile-item-lavel-2 span,
    .main-nav > ul > li.mobile-item li.mobile-item-lavel-2.opened span {
        display: block;
        float: right;
        padding-left: 10px;
        line-height: 44px;
        background: url(/assets/i/ui/mobile-nav-arrow.png)
            no-repeat right 15px;
        width: 85%;
    }
    .main-nav > ul > li.mobile-item li.mobile-item-lavel-2.opened span {
        background-position: right -38px;
    }
    .main-nav > ul > li.opened.mobile-item a,
    .main-nav > ul > li > ul > li a {
        color: #fff;
        font-size: 14px;
    }
    .main-nav > ul > li > ul > li a {
        padding: 0 15px 0 12px;
        color: #fff;
    }
    .main-nav > ul > li > ul > li > ul > li a {
        padding: 10px 15px 0px 52px;
    }
    .main-nav > ul > li.opened.mobile-item > ul > li:hover > a,
    .main-nav > ul > li.opened.mobile-item > ul > li > ul > li:hover > a,
    .main-nav > ul > li.opened.mobile-item > a,
    .main-nav
        > ul
        > li.opened.mobile-item
        > ul
        > li.opened.mobile-item-lavel-2
        > a {
        color: #ccc;
    }
    .main-nav > ul > li ul {
        padding: 0;
    }
    .main-nav li li {
        width: 100%;
        min-height: 10px;
        padding: 0px;
        background: none;
    }
    .main-nav > ul > li > ul > li > ul > li {
        padding: 0px;
        border: 0;
    }
    .main-nav > ul > li > ul > li:last-child {
        border-bottom: 1px solid #353131;
    }
    .main-nav > ul > li > ul > li > ul {
        background: none;
        padding-bottom: 0;
    }

    .main-nav {
        width: 260px;
        overflow-y: scroll;
        left: auto;
        background: #201e1e;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100vh;
    }
    .main-nav li a {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0 25px 0 12px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        z-index: 11;
    }
    .main-nav > ul > li > a > span {
        float: left;
        display: block;
        padding-left: 10px;
        line-height: 44px;
    }
    .main-nav > ul > li.mobile-item > a > span {
        padding-left: 0px;
    }
    .main-nav li a:hover,
    .main-nav > ul > li:hover > a {
        outline: 0;
        border-bottom: 0;
        color: #ccc;
        background: none;
    }
    .main-nav ul {
        width: 100%;
        height: 100%;
        padding: 3px 0 2px;
    }
    .main-nav li {
        float: left;
        width: 100%;
        padding: 0;
        background: none;
        height: auto;
        border-top: 1px solid #353131;
        background: #201e1e;
    }
    .main-nav > ul > li:hover,
    header nav li.effective {
        background: #201e1e;
    }
    .main-nav > ul > li:first-child {
        border: 0;
    }
    header nav li a:focus {
        color: #ccc;
    }
    header nav li.post_classified {
        display: none;
        background: url(/assets/i/ui/post_ad_nav_btn.jpg)
            repeat-x;
        border-radius: 0;
        float: right;
    }
    header nav li.post_classified a {
        font-size: 16px;
    }
    header nav li a:hover,
    header nav li.effective a {
        border-bottom: 0;
        color: #ccc;
        background-color: transparent !important;
    }
    .icon-large.for-mobile {
        display: block;
        float: left;
        margin-top: 4px;
    }
    .main-nav > ul > li > ul > li a:hover,
    .main-nav > ul > li > ul > li:hover a {
        text-decoration: none;
        color: #fff;
    }

    /*.middle-section{padding-top:80px !important}*/
    .breadcrumb {
        display: none;
    }
    .sidebar {
        display: none;
    }
    .sidebar h5 {
        font-size: 18px !important;
    }
    .categories span {
        font-size: 15px;
    }

    .listing-btn-right {
        float: none;
        clear: both;
    }
    .listing-detail-description {
        padding-top: 20px;
    }
    .post_classified {
        display: none;
    }

    .add-box .post-image .price.mobile {
        display: block;
    }
    .add-box .post-image + .add-details .price {
        display: none;
    }
    .add-box .post-image {
        width: 100%;
    }
    .add-box .ad-post-date {
        position: relative;
        right: auto;
        top: auto;
        padding-top: 5px;
    }
    .add-box .add-details {
        padding-right: 0;
    }
    .add-box .post-image + .add-details {
        width: 100%;
        padding: 0;
    }
    .add-box img {
        margin-bottom: 15px;
    }

    .form-label {
        text-align: left;
        width: 100%;
        line-height: 24px;
    }
    .input-text,
    .input-file,
    .form-select,
    .form-textarea {
        width: 100% !important;
    }
    .form-edit input.price {
        width: 97px;
    }
    .form-textarea {
        max-width: 100%;
        min-width: 100%;
        max-height: 120px;
        min-height: 120px;
    }
    .form-edit p,
    .form-edit .post-submit-btn {
        margin-left: 0;
        width: 100%;
    }
    .input-wrap .error-msg-box {
        width: 100%;
    }
    .input-wrap > div > .error-msg {
        margin: 4px 0 0 0;
    }
    .form-contact li,
    .form-edit li,
    .form-contact > div,
    .input-file {
        padding: 2px 0;
    }
    .custom-form-group {
        padding-top: 5px;
    }
    .form-contact label:first-child,
    .form-label:first-child,
    .input-file {
        margin: 0 15px 0 0;
    }
    .input-wrap .input-radio {
        margin: 8px 0 0;
    }
    .post-submit-btn {
        margin-top: 8px;
    }

    .add-box .post-image {
        text-align: center;
    }
    .add-box .post-image img {
        float: none;
        max-width: 100%;
    }

    .add-box .post-image-landscape img {
        object-fit: contain;
        width: 311px;
        height: 250px;
    }
    .add-box .post-image-portrait img {
        /*width: 190px;*/
        height: 250px;
    }

    .btn-medium,
    .btn-large {
        font-size: 15px;
    }

    .selection_area {
        float: left;
    }
    .selection_area .ad_button {
        float: left;
    }
    .selection_area .ad_button li {
        float: left;
        margin-bottom: 20px !important;
    }

    #nav-opener {
        width: 44px;
        height: 31px;
        overflow: hidden;
    }
    #CategoriesBtn {
        background: #333 !important;
        padding-left: 16px;
    }

    a.disabled {
        pointer-events: none;
        cursor: default;
        color: #999;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .article h3 {
        font-size: 17px !important;
        font-weight: 700;
    }
}

/* Bottom Navigation Tab Bar */

.bottom-nav {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bottom-nav {
        display: block;
    }

    .header-wrap {
        position: relative;
    }

    .home-content {
        padding-top: 0;
    }

    .add-post-mobile,
    .add-post-mobile:hover {
        top: 0;
        width: auto;
        height: auto;
        cursor: pointer;
    }

    .navbar.footer-nav {
        margin-bottom: 0;
        border-top: 1px solid #9e9e9e;
    }

    .footer-nav {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        right: 0;
        left: 0;
        height: 60px;
        background-color: #eeeeee;
    }

    .footer-nav ul {
        padding: 0;
        margin: 0;
    }

    .footer-nav li {
        list-style: none;
        width: 20%;
        float: left;
        text-align: center;
        height: 100%;
    }

    .footer-nav li span {
        display: block;
        color: #666666;
    }

    .footer-nav i {
        color: #666666;
        margin-bottom: 3px;
        text-align: center;
        display: block;
    }

    .footer-nav a,
    .footer-nav button {
        display: block;
        height: 60px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .footer-nav .mobile-toggle.navbar-toggle {
        top: auto;
        left: auto;
        position: static;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .footer-nav li.active i,
    .footer-nav li.active span {
        color: #92278f;
        font-weight: bold;
    }

    .footer-nav li.marked i {
        color: #92278f;
    }

    .footer-nav .navbar-toggle:hover span {
        color: #666666;
    }

    .footer-nav li.active .navbar-toggle:hover span {
        color: #92278f;
    }

    .footer {
        padding-bottom: 80px;
    }

    .navopen .flag-wrapper {
        margin-bottom: 60px !important;
    }
}

@media only screen and (max-width: 450px) {
    .h-ad-wrap,
    .h-ad-wrap2 {
        margin-right: -15px;
        margin-left: -15px;
        min-height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .h-ad-wrap,
    .h-ad-wrap2 {
        min-height: 250px;
    }
}

.featured-shops {
    margin-top: 18px;
}
.featured-shops h3 {
    font-size: 18px !important;
    padding: 0;
}

h1.typo-title {
    margin-bottom: 20px;
}
.slider-wrap-hp {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 10px 30px;
}
.slider-wrap {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    padding: 10px 30px;
    position: relative;
}
.slider-wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.slider-wrap .owl-carousel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: solid 1px #d7d7d7;
}
.shops-slider .owl-nav {
    display: block !important;
}
.slide-image {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #e9e9e9;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-image .premium-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #92278f;
    color: #fff;
    padding: 3px 7px;
}
.owl-carousel .owl-item img,
.slide-image img {
    margin: 0 auto 0px auto;
    max-height: 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.two-line-ellipsis {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 15px;
    color: #92278f;
}
.two-line-ellipsis:hover {
    color: #61195f;
    text-decoration: none;
}

.main-content {
    position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    color: inherit;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 2.5rem;
    color: #000;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -20px;
}
.shops-slider .owl-nav button.owl-prev {
    left: -50px;
}
.shops-slider .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}
@media only screen and (max-width: 1199px) {
    .slider-wrap {
        width: calc(100% - 40px);
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 575px) {
    .shops-slider .item {
        padding-right: 110px;
    }
    .slider-wrap {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .shops-slider {
        position: relative;
        z-index: 0;
    }
    .shops-slider:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        right: 0;
        width: 60px;
        background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1)
        );
    }
}

@media only screen and (max-width: 375px) {
    .shops-slider .item {
        padding-right: 80px;
    }
}
.card-slider-wrap .slider-wrap {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}
.card-slider-wrap .owl-dots {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}
.card-slider-wrap .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 5px;
    margin-left: 5px;
}
.card-slider-wrap .owl-dots .owl-dot.active {
    background-color: #fff !important;
}
.modal .slide-title {
    padding-right: 30px;
}
table.modal-dialog {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    margin: 0;
}
table.modal-dialog td {
    padding: 0;
}
table.modal-dialog .modal-content,
table.modal-dialog .modal-header,
table.modal-dialog .modal-body {
    background-color: #fff;
    opacity: 1;
    padding: 0;
}
table.modal-dialog .modal-content {
    border: none;
    box-shadow: none;
}
table.modal-dialog .modal-header {
    border-bottom: none;
}
table.modal-dialog .modal-header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

table.modal-dialog .close {
    color: #000;
    opacity: 1;
}

table.modal-dialog .modal-body img {
    display: block;
    width: 100vw;
    max-width: 100vw;
    object-fit: contain;
    max-height: 100vh;
    height: 100vh;
}

.select-lang select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    background-image: none;
}
.select-lang select::-ms-expand {
    display: none;
}
.select-lang {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: 0.25em;
    max-width: 200px;
    margin: 0 0 15px -10px;
}
.select-lang * {
    color: #fff;
}
.select-lang select {
    flex: 1;
    padding: 0 0.5em;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    z-index: 5;
    padding-left: 100px;
    transition: all ease 0.5s;
    width: 100%;
}
.select-lang::after {
    content: "\25BC";
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0 1em;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    font-size: 8px;
    color: #fff;
}
.select-lang::before {
    position: absolute;
    top: 0;
    left: 35px;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    color: #fff;
}
.select-lang-fr_FR::before {
    content: "Langue:";
}
.select-lang-en_US::before {
    content: "Language:";
}
.select-lang-so_SO::before {
    content: "Luqadda:";
}
.select-lang .fa-absolute {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    z-index: 1;
}

.swipe-article .next {
    position: fixed;
    width: 36px;
    height: 72px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
    cursor: pointer;
    transition: right 0.5s ease-in-out;
    right: 0;
    background-image: url(/assets/i/ui/arrow_next.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.article h3 a, h4 a, li a {
    color: #791c67;
}
.article h3 a:hover, h4 a:hover, li a:hover {
    color: #791c67;
}


/* =================================================================== */
/* Payment pages
====================================================================== */

.premium_fieldset {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.premium_legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    width:auto;
    padding:0 10px;
    margin-bottom:0;
    border-bottom:none;
}
.payment-option {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.payment-option label {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.payment-option img {
    height: 20px;
}
.payment-option ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 0 10px;
    padding: 0;
    align-items: center;
}
.payment-option svg {
    height: 3rem;
    width: auto;
    margin-bottom: 0;
}

#payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
}
#payment-icons img,
#payment-icons svg {
    height: 32px;
    cursor: pointer;