 .swiper-container {
  width: 100%;
  height: auto;
  position: static;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /*max-width: 250px;*/
    width: auto;
}
.swiper-container .swiper-slide {
    /*border: 1.5px solid #d9d9d9;*/
    background: #fff;
    /*border-radius: 40px;*/
    color: #212529 !important;
    /*padding: 10px;*/
    font-size: 13px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 18px;
}
a.swiper-slide.active {
    border: 1.5px solid #be2121 !important;
}
.swiper-button-next,
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    width: 30px;
    height: 25px;
    top: 30px;
    background-image: none;
    outline: none;
}
.swiper-button-next svg,
.swiper-button-prev svg{
    width: 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -12px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -12px;
}
body{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}
ul li a, a{
    text-decoration: none !important 
}
.top-nav{
    background-image: linear-gradient(-90deg, #be2121 , #ff6c02 70%);
}
.contact-icon, .social-icon{
    display: inline-block 
}
.contact-icon li, .social-icon li{
    display: inline-block;
    padding: 10px 0;
}
.contact-icon li a{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding:0 20px;
    letter-spacing: 1px;
}
.social-icon li a{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding:0 5px;
}
.contact-icon li:first-child a{
    border-right: 1px solid #464646;
}
.contact-icon li:first-child a i{
    transform: rotateY(180deg);
}
.bg-light{
    background: #951a1d !important;
}
.navbar{
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    /*-webkit-box-shadow:0 0 8px 1px rgba(234, 234, 234, 0.5);*/
    /*box-shadow:0 0 8px 1px rgba(234, 234, 234, 0.5);*/
    box-shadow: none;
}
.logo{
    height: 50px;
}
.nav-link {
    display: block;
    padding: 20px;
}
.dropdown-menu{
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.right-menu li a{
    color: #333;
    padding: 0 10px;
}
.navbar-light .navbar-nav .nav-link{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#ff6c02  ;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#ff6c02  ;
}
.dropdown-menu .dropdown-item{
    font-size: 13px;
    padding: 7px 15px;
    color:#be2121 ;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus{
    background: #be2121 ;
    color: #fff;
}
.notifi{
    position: relative;
}
.notifi .dropdown-toggle::after{
    display: none 
}
.notifi .dropdown-menu{
    right: 0;
    left: auto;
    width: 300px;
    overflow: auto;
    max-height: 200px;
}
.notifi .num{
    background: #ff6c02;
    color: #fff !important;
    width: 14px;
    height: 14px;
    display: block;
    text-align: center;
    font-size: 9px;
    padding: 0;
    line-height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: -3px;
    font-weight: 100;
}
.notification-read{
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee; 
}
.noti-user{
    height: 40px;
    position: absolute;
    left: 3px;
}
.noti-detail{
    padding-left: 50px;
    min-height: 30px;
}
.noti-detail .name{
    font-size: 12px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
    color: #be2121 !important 
}
.noti-detail .name span{
    float: right;
    color: #666 !important 
}
.noti-detail p{
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: #111 
}
@media(max-width: 991px){
    .nav-link {
        padding: 10px 20px;
   }
   .notifi .num{
       top: 6px;
   }
}
/* .navbar-nav{
    width: 60%;
    justify-content: center;
    margin-left: 30%;
}
*/
/* @media(max-width:1250px){
    .navbar-nav{
        margin-left: 14%;
   }
}
@media(max-width:1100px){
    .navbar-nav{
        margin-left: 8%;
   }
}
*/
.banner{
    /* background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    vertical-align: middle; */
    display: none
}
.banner h1{
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    letter-spacing: 2px;
    font-size: 45px;
}
.search-box{
    padding: 40px 0;
    /* background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: left -4px;
    background-size: auto 160px; */
}
.input-search-box .input-group-text.btn-search{
    background: #be2121;
    color: #fff;
    border-radius: 50% !important;
    outline: none 
}
.filter-group{
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #be2121;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    background: #be2121;
}
.filter-group .btn{
   /* border: 0;
    */
    font-size: 13px;
    box-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 17px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.filter-group .btn:first-child{
    border-radius: 40px 0 0 40px;
}
.filter-group .btn:last-child{
    border-radius:0 40px 40px 0;
}
.filter-group .btn.active, .filter-group .btn:hover{
    background: #be2121;
    color: #fff;
}
.filter-list li{
    display: inline-block;
}
.filter-list li a{
    border: 1px solid #be2121;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    background: #fff;
    border-radius: 40px;
    color: #212529;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    margin:0 10px 10px;
    min-width: 125px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.filter-list li a:hover{
    background: #be2121;
    color: #fff;
}
.filter-list li.active a{
    background: #be2121;
    color: #fff;
}
.form-control{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 40px;
    border-color: #be2121 
}
.input-search-box{
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    border-radius: 40px;
    background: #fff;
}
.input-search-box .form-control{
    box-shadow: none;
    border:none;
    background: transparent;
}
.input-search-box .input-group-text {
    color: #fff;
    background-color: #be2121;
    border: 0;
    border-radius:0 40px 40px 0 !important;
}
.input-search-box .input-group-text1 {
    background-color: transparent;
    border: 0;
    border-radius:0 40px 40px 0 !important;
    color: #be2121;
}
.place-i::placeholder {
    font-style: italic 
}
.btn-sell{
    background: #be2121;
    color: #fff !important;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 27px;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
}
.list-box{
    padding: 0px 0 40px;
    /* background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
}
.left-filter{
    padding: 0 20px;
}
.left-filter select{
    border-radius: 40px;
    font-style: italic 
}
.round-box{
    border-radius: 10px;
    border: 1px solid #be2121;
    padding: 20px;
}
.round-box label{
    letter-spacing: 1px;
}
.round-box input{
    box-shadow: none !important;
}
/* .slider{
    width: 100%;
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -3px;
    left: 50%;
    width: 13px;
    height: 13px;
    margin-left: -10px;
    background-color: #be2121 !important;
    border-radius: 50%;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 3px;
    background-color: #be2121;
}
.irs--flat .irs-line {
    top: 25px;
    height: 2px;
    background-color: #e1e4e9;
    border-radius: 4px;
}
.irs-min, .irs-max{
    display: none 
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    color: white;
    font-size: 13px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #be2121;
    border-radius: 4px;
    top: -3px;
    font-style: italic;
    font-weight: 500;
    margin-left: -3px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #be2121;
}
*/
.input-date-box{
    border: 1px solid #be2121;
    border-radius: 40px;
}
.input-date-box .form-control{
    box-shadow: none;
    border:none;
    background: transparent;
}
.input-date-box .input-group-text {
    color: #fff;
    background-color: #be2121;
    border: 0;
    border-radius:0 40px 40px 0 !important;
}
.input-date-box .input-group-text1 {
    background-color: transparent;
    border: 0;
    border-radius:0 40px 40px 0 !important;
    color: #be2121;
}
/* .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow:none !important;
}
.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    background-position: 50% 50%;
    color: #444;
    background-color: transparent !important;
    border-color: transparent;
    box-shadow:none;
}
.k-picker-wrap.k-state-default>.k-select {
    border-color:transparent;
    line-height: 40px;
}
.k-picker-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-hover .k-input {
    background-color: transparent;
}
.k-calendar>.k-header {
    border-color: #e6e6e6;
    color: #fff;
    background-color: #be2121;
    background-image: none;
}
.k-calendar td.k-state-selected .k-link{
    border-color: #be2121;
    color: #fff;
    background-color: #be2121;
    background-image: none;
}
.k-calendar>.k-header .k-link.k-state-hover{
    background: rgba(0,0,0,.1);
}
*/
.img-box{
    overflow: hidden;
    min-height:300px;
}
.img-box img{
    object-fit: cover;
    height: 300px;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*.img-box:hover img{*/
/*    transform: scale(1.2);*/
/*}*/
.car-detail{
    margin-bottom: 20px;
}
.car-detail p{
    margin: 0;
    color: #5c5c5c;
    padding: 10px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.car-detail h4{
    color: #fd2f37;
    font-size: 16px;
    font-weight: 600;
}
.car-detail h4{
    display: inline-block;
}
.car-detail h4 span{
    float:right;
}
.btn-more {
    border: 1px solid #be2121;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    background: #be2121;
    border-radius: 40px;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    min-width: 125px;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin: 40px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-more:hover {
    background: #be2121;
    color: #fff;
}
.contact-box{
    padding: 40px 0;
    background: #eaeaea;
}
.contact-inner{
    padding: 15px;
}
.contact-inner img{
    width: 24px;
}
.contact-inner h5{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0;
    margin: 10px 0 0;
}
.contact-inner p{
    margin: 0;
    color: #959595;
}
.subscribe{
    padding: 40px 0;
    background-image: url(../images/subscribe-bg.png);
    background-position: center;
    background-size: cover;
}
.subscribe h3{
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}
.subscribe p{
    margin: 0;
    color: #fff;
    font-weight: 300;
    padding: 10px 0;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}
.subscribe input, .subscribe .btn-more{
    border-radius: 40px !important;
    border:0 !important;
    box-shadow: none !important 
}
.subscribe .btn-more{
    margin: 0px;
    margin-left: 20px;
    min-width: 150px !important;
    font-weight: 300;
    letter-spacing: 2px;
}
.top-footer{
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.top-footer p{
    letter-spacing: 1px;
    padding: 10px;
    margin: 0;
    display: inline-block 
}
.top-footer .social-icon li a {
    color: #222;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 15px;
}
.bottom-footer{
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}
.bottom-footer li{
    display: inline-block;
}
.bottom-footer li a{
    color: #59606a;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 13px;
}
@media(max-width: 767px){
    .bottom-footer{
        display: none;
   }
    .top-footer{
        text-align: center;
   }
    .top-footer ul.float-right{
        float: none !important 
   }
}
/* .filter-cat-owl .owl-item{
    width: auto !important;
}
*/
.filter-cat-owl li{
    list-style-type: none;
}
.filter-cat-owl .owl-item a{
    border: 1.5px solid #d9d9d9;
    background: #fff;
    border-radius: 40px;
    color: #212529 !important;
    padding: 10px;
    font-size: 13px;
    min-width: 125px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 18px;
}
.filter-cat-owl.sub .owl-item a{
    font-size: 13px;
}
.filter-cat-owl .owl-item a.active{
    /* background: #be2121;
    color: #fff !important; */
    border-radius: 40px;
   /* box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    */
    font-size: 13px;
    border:  1.5px solid #be2121;
}
.filter-cat-owl .owl-item a:hover{
    /* color: #fff !important;
    display: block;
    background: #be2121; */
    border:  1.5px solid #be2121;
}
.filter-cat-owl{
    padding: 0 30px;
    position: relative;
}
.filter-cat-owl .owl-prev {
    position: absolute;
    left: 0;
    top: -9px;
    font-size: 35px !important;
    outline: none;
    color: #be2121;
}
.filter-cat-owl.owl-carousel .owl-nav button.owl-prev, .filter-cat-owl.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 35px !important;
    outline: none;
    color: #be2121;
    transform: translateY(-35%);
}
.filter-cat-owl.owl-carousel .owl-dots{
    display: none 
}
.cat-img{
    width: 18px !important;
    display: inline-block !important;
    margin-right: 8px;
}
.sub-back a{
    color: #fff;
    letter-spacing: 1px;
    background: #be2121;
    padding: 7px 15px;
    border-radius: 40px;
    font-weight: 300;
}
.sub-back a i{
    margin-right: 10px;
}
.text-r{
    float: right;
}
.text-l{
    float: left;
}
@media (max-width:991px){
    .text-l, .text-r{
        float: none;
        display: block 
   }
}
.m-0 .btn-more{
    margin: 10px 0;
    padding: 6px 20px !important;
    min-width: auto !important;
    font-size: 11px;
}
.all-price{
    display: inline-block;
}
.all-price select{
    width: 200px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 40px;
}
/* ------------------------ads.html----------------------------- */
.product-box{
    padding: 40px 0;
    position: relative;
}
.product-box:before{
    content: "";
    /* background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.product-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pro-img .owl-carousel .owl-nav button.owl-prev, .pro-img .owl-carousel .owl-nav button.owl-next,.pro-img .owl-carousel button.owl-dot{
    display: inline-block;
    font: inherit;
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
    border: 2px solid #333;
    outline: none;
}
.pro-img .owl-dot.active{
    background: #fd2f37 !important;
    border-color: #fd2f37 !important;
}
.owl-dots {
    text-align: center;
    padding: 15px 0 0;
}
.filter-mr{
    margin-top: 100px;
}
.pro-details{
    padding: 0 20px 20px;
    overflow: hidden;
    /*max-height: 310px;*/
    /*-webkit-transition: all .2s ease-in-out;*/
    /*transition: all .2s ease-in-out;*/
}
.pro-details.extend{
    max-height:100% !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pro-details h2{
    font-weight: 800;
    font-size: 22px;
    padding: 20px 0;
}
.pro-details h3{
    font-size: 18px;
    font-weight: 700;
    color: #fd2f37;
    margin-bottom: 20px;
}
.pro-details h4{
    color: #4a4a4a;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}
.pro-details h4 span{
    font-weight: 700;
    color: #111;
}
.pro-desc{
    padding: 20px;
    border: 1px solid #fd2f37;
    border-radius: 25px;
}
.pro-desc h5 {
    color: #4a4a4a;
    font-size: 16px;
    padding: 0px 0 20px;
    margin: 0;
    font-style: italic;
}
.pro-desc p{
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 25px;
}
a.btn-extend{
    cursor: pointer;
    color: #fff;
}
.blog-comment{
    margin-top: 20px;
}
.blog-comment .user {
    width: 45px;
    float: left;
    margin-top: 8px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-comment .user  img{
    object-fit: cover;
}
.blog-comment .message {
    width: auto;
    background: #f7f7f7;
    margin-left: 50px;
    padding: 5px 10px;
    border-radius: 10px;
}
.blog-comment .message p{
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: .5px;
    font-style: italic;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}
.blog-comment .info {
    /* margin-bottom: 8px; */
    letter-spacing: .5px;
}
.blog-comment .message h6 {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    margin: 0;
    display: inline-block;
    color: #393939 
}
.alt-font {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: right;
    color: #be2121;
}
.blog-comment .link-text {
    display: inline-block;
    margin-left: 12px;
}
.comment{
    margin-top: 30px;
}
.comment h5{
    font-size: 18px;
}
.line-blog{
    margin:45px 0 40px;
}
.postby{
    margin-top: 45px 
}
.postby .blog-comment .user {
    width: 100px;
}
.postby .blog-comment .message {
    margin-left: 115px;
}
.postby .blog-comment .message{
    background: #fff;
}
.postby .blog-comment .message h6{
    margin-top: 20px;
}
.postby .blog-comment .message h6 span{
    font-size: 14px;
    font-weight: 100;
    padding: 12px 0;
    display: inline-block;
    font-style: italic;
}
.postby .blog-comment .alt-font a:first-child {
    font-size: 15px;
    font-weight: 700;
    color: #f73403;
    margin-top: 15px;
    display: inline-block;
}
.postby .blog-comment .alt-font a:last-child{
    font-size: 15px;
    font-weight: 700;
    color: #8a8a8a;
    display: inline-block;
}
.post-comment{
    padding: 20px;
    background: #f1f1f1;
}
.post-comment input{
    border-radius: 40px;
    border:none;
    background: #fff;
}
.post-comment .input-search-box{
    box-shadow: none;
}
.post-comment textarea{
    resize: none;
    min-height: 100px;
    border-radius: 15px;
    border:none;
    background: #fff;
    padding: 15px;
}
.post-comment .btn-more{
    margin: 0;
}
.userPostDetail{
    background: #f7f7f7;
    padding: 20px 10px ;
    border-radius: 10px;
    border:1px solid #eee
}

.userPostDetail .info h6{
    font-size: 12px;
    font-weight: 600;
    color: #be2121;
    line-height: 20px;
    margin: 0;
}
.userPostDetail .info h6 span{
    color: #ff6472;
    font-weight: 400;
    letter-spacing: 1px;
}
.userPostDetail .info .viewReport a:first-child{
    font-size: 12px;
    color: #8e8c8c;
    margin-top: 15px;
    display: inline-block;
    float: left;
    text-transform: capitalize
}
.userPostDetail .info .viewReport a:last-child{
    font-size: 12px;
    font-weight: 500;
    color: #f73403;
    margin-top: 15px;
    display: inline-block;
    float: right;
    text-transform: capitalize
}
.postuser{
    width: 100px;
    height:100px;
    object-fit: cover;
}
.post-user-img{
    width: 100px;
    height:100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
@media(max-width: 767px){
    .filter-mr{
        margin-top: 0px;
   }
    .product-box::after {
        height: 154px;
        width: 126px;
   }
    .product-box::before {
        height: 154px;
        width: 130px;
        background-size: auto 110px;
   }
}
@media(min-width:992px){
    .postby{
        display: none
    }
}
@media(max-width:991px){
    .userPostDetail{
        display: none
    }
}
.negot{
    font-weight: 300;
    color: #888;
    font-size: 14px;
}
.urgent{
    color: #be2121 !important;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #be2121;
    padding: 5px 10px;
    border-radius: 40px;
    letter-spacing: 1px;
}
.makeOffer{
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #be2121;
    padding:5px 15px;
    border-radius: 40px 0 0 40px;
    letter-spacing: 1px;
    position: fixed;
    right: 0;
    bottom: 75px;
    background: #be2121;
    font-weight: 200;
    z-index: 999;
}
.modal .modal-title{
    font-size: 18px;
    font-weight: 600 
}
.modal .modal-footer{
    border: none;
}
.modal-content {
    border-radius: 20px;
    border: none;
}
.custom-control-input:checked~.custom-control-label::before{
    color: #fff;
    border-color: #be2121;
    background-color: #be2121;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 35px;
    padding-left: 1.5rem;
}
.modal-footer .btn-danger{
    padding: 5px 25px;
    border-radius: 40px;
    border-color: #be2121;
    background-color: #be2121;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.modal-content p{
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: .5px;
}
.modal-content input{
    border-radius: 40px;
}
.modal-body .btn-danger{
    border-radius: 40px;
    float: right;
}
/* --------------------------Faq------------------------------ */
.faq-box{
    padding: 70px 0;
    position: relative;
}
.faq-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.faq-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media(max-width: 767px){
    .faq-box::after {
        height: 154px;
        width: 126px;
   }
    .faq-box::before {
        height: 154px;
        width: 130px;
        background-size: auto 110px;
   }
}
.card{
    border:0px;
    margin-bottom: 1px;
    box-shadow: 0 0 9px 2px rgba(0,0,0,.1);
}
.card-header{
    background-image: linear-gradient(-90deg, #be2121 , #ff6c02 70%);
}
.card-header .btn-link{
    color: #fff !important;
    text-decoration: none;
}
.card-body{
    background:#f8f8f8;
    color: #666;
}
/* --------------------------Contact Us------------------------------ */
.contact-box-p{
    padding: 70px 0;
    position: relative;
}
.contact-box-p:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.contact-box-p::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: -1;
}
.contact-form .form-control{
    border-radius: 40px;
}
.contact-form textarea.form-control{
    border-radius: 15px;
    padding: 15px;
}
.contact-form .btn-more{
    margin: 0;
    min-width: 200px;
}
.contact-info{
    text-align: center;
}
.contact-info p a{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #be2121;
   /* border: 1px solid #eee;
    */
    border-radius: 15px;
    background: #f8f8f8;
    display: block;
    padding: 10px 0;
}
.contact-info i{
    font-size: 30px;
    display: inline-block;
    background: #be2121;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.mt-25{
    margin-top: 25px;
}
.letter-space{
    letter-spacing: 1px 
}
.social-icons {
    padding: 0;
    list-style: none;
    margin-top: 20px 
}
.social-icons ul li {
    display: inline-block;
    border: 4px solid #f54d5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    margin: 0 5px;
    height: 50px;
    margin-right: 0px;
    background: #be2121;
    transition: 1s;
}
.social-icons ul li:hover {
    background-color: #f54d5c;
    transform: rotate(360deg);
    transition: 1s;
}
.social-icons ul li a:hover {
    color: #fff;
}
.social-icons ul li a {
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}
.social-icons ul li a i {
    vertical-align: middle 
}
/* ---------------------------------registration------------------------------------------- */
.registration-box{
    padding: 70px 0;
    background: #FAFAFA;
    /* background: url(../images/reg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}
.registration-box .form-control{
    background: #fff;
}
.login-box{
    padding: 85px 0;
}
.login-box .dont-account{
    display: block;
    padding: 10px 0;
}
.login-box label b{
    color: #f54d5c !important;
}
.inner {
    border-radius: 10px;
    margin: auto;
    padding:40px 25px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.inner .btn-more{
    margin: 0 ;
}
.inner h3 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-bottom: 32px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 700
}
.form-group .form-wrapper:first-child {
    margin-right: 20px;
}
.form-wrapper {
    margin-bottom: 17px;
}
.form-wrapper label {
    margin-bottom: 9px;
    display: block;
    font-size: 13px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background: none;
}

.custom-control a{
    font-weight: 600;
    color: #be2121;
}
.modal{
    padding: 0 !important;
}
#termsOfUse .modal-body{
    overflow-y: auto;
    max-height: 600px
}
#termsOfUse .modal-body p{
    margin: 0;
    font-size: 14px;
    padding: 5px 20px;
}
#forgot .btn-more{
    margin: 0px;
}

/* -------------------------------Blog Page------------------------------------- */
.blog-box{
    padding: 70px 0;
    position: relative;
}
.blog-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.blog-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.categories{
    text-align: center;
}
.categories li{
    display: inline-block;
}
.categories li a{
    padding: 10px 20px;
    font-size: 13px;
    min-width: 125px;
    display: block;
    color: #be2121;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    margin: 10px;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.categories li a:hover, .categories li a.active{
    background: #be2121;
    color: #fff;
}
.categories li a i{
    font-size: 16px;
    margin-right: 8px;
}
.blog-title {
    overflow: hidden;
}
.blog-title .btn-more {
    border: 1px solid #be2121;
    background: #be2121;
    border-radius: 40px;
    color: #fff;
    box-shadow: none;
    padding: 4px 5px;
    font-size: 12px;
    letter-spacing: .5px;
    display: inline-block;
    line-height: 20px;
    text-transform: none; 
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
}
.blog-title h3{
    margin: 0;
    margin-top: 40px;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}
.blog-title h3::after{
    content: "";
    height: 4px;
    width: 100%;
    background: #be2121;
    position: absolute;
    bottom:0;
    left: 0;
}
.blog-inner{
    /*border-radius: 20px;*/
    overflow: hidden;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
}
.blog-img{
    position: relative;
    min-height: 220px;
}
.blog-img img{
    object-fit: cover;
    height: 220px;
    width: 100%;
}
.blog-img .post-date{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 40px;
    padding: 2px 20px;
    color: #be2121;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
}
.blog-details{
    padding:15px 20px;
}
.blog-details h5{
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
    color: #be2121 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-details p{
    margin: 0;
    font-size: 13px;
    min-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-read-more{
    padding: 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #be2121 !important;
    display: block;
}
.blog-detail h4{
    font-weight: 600;
    text-transform: uppercase;
    margin: 25px 0 15px;
    font-size: 20px;
    letter-spacing: 1px;
}
.date-post li{
    display: inline-block;
}
.date-post li:first-child a{
    border-right: 1px solid #ddd;
    padding-right: 20px;
    padding-left: 0px;
}
.date-post li a{
    font-size: 14px;
    color: #444 !important;
    margin: 0 0 20px 0;
    display: block;
    padding: 0 20px 0 20px;
    font-weight: 600;
}
.blog-detail:first-child p{
    margin-top: 25px;
}
.blog-detail p{
    color: #555;
    letter-spacing: .5px;
}
.recent-posts{
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    position: relative;
}
.recent-posts h5{
    font-weight: 600;
    font-size: 18px;
}
.recent-inner{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
.recent-inner .recent-img{
    width: 100px;
    position: absolute;
    left: 0;
}
.recent-inner p{
    padding-left: 110px;
    margin: 0;
    color: #333 !important
}
/* --------------------------------------------------------- */
.panel{
    margin-bottom: 0px;
}
.chat-window{
    bottom:0;
	right:0;
    position:fixed;
    float:right;
    max-width: 350px;
    min-width: 350px;

}
.panel-title{
    font-size: 18px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
    position: relative;
}
.icon_minim{
    padding:2px 10px;
}
.top-bar a{
    color: #fff;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
  display: none
}
.msg_container_base:last-child > .msg_container{
    margin-bottom: 60px;
}
.top-bar {
  background: #be2121;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}

.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
.chatimg {
    display: block;
    width: 100%;
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); // not quite perfect but close
}

.msg_sent > time{
    float: right;
}



.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.panel-footer .btn-danger{
    border-radius: 0;
    padding: 7px .75em;
}
/* -------------------------------My Account-------------------------------------- */
.account-box{
    padding: 40px 0 ;
    position: relative;
    background: #FAFAFA;
}
.account-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.account-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.account-inner{
    border-radius: 10px;
    margin: auto;
    padding: 40px 25px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.user-image{
    display: inline-block;
    position: relative;
    border-radius: 50%;
}
.user-image img{
    width: 125px;
    height: 125px;
    border-radius: 50%
}
.account-box .form-control{
    padding-left: 45px
}
.position-r{
    position: relative;
}
.position-r i{
    position: absolute;
    left: 20px;
    top: 13px;
    color: #be2121;
}
i.fa-phone{
    transform: rotateY(180deg);
}
.account-box .btn-more{
    margin: 10px 0;
    padding: 10px 30px;
}
.mr-0{
    margin: 0;
}
.form-control.p-left-45{
    padding-left: 45px;
}
.font-14{
    font-size: 14px !important;
}
.close{
    outline: none !important
}
.without-header{
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    border-radius: 50%;
    height: 30px;
    width: 32px;
    background: #fff;
    color: #be2121;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    right: 15px;
}
.custom-file-upload .custom-file-upload1 i{
    padding-top:8px;
}
.m-tb{
    margin: 10px 0 20px;
}

/* ----------------------------My Posts---------------------------- */
.post-price{
    position: absolute;
    left: 0px;
    top:0px;
    border-radius:0 0 40px 0 ;
    padding: 4px 20px;
    color: #be2121;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
}
.edit-post{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 20px 0 0 0;
    padding: 4px 20px;
    color: #be2121 !important;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
}
/* ----------------------Favrouites------------------------------ */
.fav-box{
    padding: 70px 0;
    position: relative;
}
.fav-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.fav-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: -1;
}
/* ----------------------Sell------------------------------ */

.sell-box{
    padding: 40px 0;
    position: relative;
    background: #FAFAFA;
}
.sell-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.sell-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; */
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sell-inner{
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    border-radius: 5px;
}

.file-upload input[type="file"] {
    display: none;
}
.file-upload .file-upload1 {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    min-width: 100%;
    border-radius: 5px;
    background: #FAFAFA;
}
.file-upload1 span{
    display: block;
}
.file-upload .file-upload1 .fas{
    background: #be2121;
    color: #fff;
    display: block;
    width: 60px;
    margin: 0 auto 10px;
    /* padding: 40px; */
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.file-upload .file-upload1 b{
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}
.inline-box{
    display: inline-block
}
.custom-checkbox.inline-box{
    width: 31%
}
textarea.form-control{
    padding: 15px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  .switch {margin-top: 2px;}
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
input:checked + .slider {
    background-color: #be2121;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #be2121;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .switch-input label{
      display: inline-block;
      margin-right: 15px;
  }
  .upload-img li{
    width: 22%;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    float: left;
    margin: 9px;
  }
  .upload-img li span{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #be2121;
    width: 25px;
    font-size: 12px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    z-index: 99;
  }
  .custom-check .custom-checkbox::nth-child(2){
      clear: both;
  }
  /* ----------------------Subscription------------------------------ */
 
.subs-box{
    padding: 40px 0;
    position: relative;
    background: #FAFAFA;
}
.subs-box h4{
    font-weight: bold;
    text-transform: uppercase;
}
.subs-box:before{
    /* content: "";
    background-image: url(../images/search-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; 
    height: 153px;
    width: 194px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;*/
}
.subs-box::after{
    /* content: "";
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom -4px;
    background-size: auto 160px; 
    height: 153px;
    width: 194px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;*/
}
.subs-inner{
    padding:40px 30px;
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
    border-radius: 5px;
    /* max-width: 500px; */
    margin: 0 auto;
    cursor: pointer;
    min-height: 535px;
}
.subs-inner a{
    color: #333;
}
.subs-inner{
    color: #333;
    border: 2px solid #fff;
    
}
.subs-box{
    /* background-image: url(../images/pay-cart.jpg);
    background-position: bottom left;
    background-size: cover */
    background: #FAFAFA;
}
.subs-inner.active{
    border: 2px solid #be2121;
}
.subs-inner h5{
    font-weight: 600;
    font-size: 18px;
}
.subs-lists li{
    position: relative;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-left: 25px;
    line-height: 30px;
    margin-bottom: 7px;
}
.subs-lists li i{
    position: absolute;
    left: 0;
    top: 8px;
    color: #be2121;
}
.upgrade-title span{
    width: 95%;
    display: inline-block;
    text-align: center
}
.upgrade-title span:first-child{
    /* width: 20%; 
    text-align: left;*/
    font-style: italic;
    float: left;
}
.upgrade-title span:last-child{
    width: 5%; 
    text-align: right;
    color: #bebe19;
    float: right;
}
.subs-inner h4{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
}
.all-price .dropdown-toggle{
    background: #bd2130;
    border-color: #bd2130;
    border-radius: 40px;
    color: #fff; 
    font-size: 12px;
    letter-spacing: 1px;
}
.all-price .dropdown-menu a:hover{
    color: #fff;
    cursor: pointer;
}
.navbar-bottom{
    position: fixed;
    bottom: 0%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9991;
    display: none;
}
.navbar-bottom li{
    float: left;
    width: 20%;
}
.navbar-bottom li a{
    width: 100%;
    font-size: 10px;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #888;
}
.navbar-bottom li.active a{
    color: #be2121;
}
.navbar-bottom li:nth-child(1) {
    width: 15%;
}
.navbar-bottom li:nth-child(2) {
    width: 25%
}
.navbar-bottom li:nth-child(3) a{
    color: #fff;
    background: #be2121;
    border-radius: 10px;
    margin-top: -10px;
}
.navbar-bottom li a i{
    display: block;
    font-size: 20px;
}
.popup-user{
    max-width: 100px;
}
.modal{
    z-index: 9999;
}
.cat-label{
    margin:0;
    margin-right: 5px;
    border: 1.5px solid #d9d9d9;
    padding: 10px;
    border-radius: 40px;
    display: block;
    cursor:pointer;
}
.cat-label input{
    display: none;
}
.swiper-slide label{
    transition: all .2s linear;
}
.swiper-slide label.active, .swiper-slide label:hover{
    border:1.5px solid #be2121 !important;
}
#simlar .owl-item{
    padding:10px 5px;
}
#simlar .item{
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
    overflow: hidden;
}
#simlar .item .car-detail{
    position: absolute;
    bottom: -22px;
    padding: 10px 15px;
    background: rgba(0,0,0,.5);
    width: 100%;
}
#simlar .car-detail p{
    padding:0px;
    color: #fff;
}
#simlar .car-detail h4{
    margin:0px;
    color: #fff;
}
#simlar .img-box{
    height:165px;
}
/* -----------------------Mobile Media Query---------------------------- */
@media(max-width: 1250px){
    .post-box .featured-box{
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
    .location-box{
        padding:5px 20px 5px 10px !important;
        font-size: 14px !important;
    }
}

@media(max-width: 991px){
    
    .navbar{
        padding:0 15px;
        width: 100%;
   }
    .subs-inner{
        min-height: auto;
    }
    .account-box .btn-more{
        font-size: 11px;
    }
    .subs-box .subs-inner{
        min-height: auto !important;
    }
    .subs-box .subs-inner:last-child{
        margin-top: 1.5em
    }
    .subs-lists li {
        font-size: 13px;
        padding-left: 25px;
        line-height: 20px;
    }
}

@media(min-width: 767px){
    .filterFix{
        display: none
    }
    .all-price .dropdown-toggle{
        display: none
    }
}
@media(max-width: 767px){
    .left-filter {
        display: none
    }
    .notifi .num{
        left: 6px;
        right: auto;
    }
    .filterFix{
        position: fixed;
        bottom: 85px;
        right: 20px;
        background: #be2121;
        color: #fff !important;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;    
        box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
        z-index: 999;
    }
    
    .all-price select{
        display: none
    }
}
@media(min-width:500px){
    .btn-sort{
        display: none;
    }
}
@media(max-width:500px){
    .subs-inner h4{
        font-size: 20px;
    }
    .subs-lists li {
        font-size: 11px;
    }
    .btn-sort{
        display: block;
    }
    .btn-sort .btn-danger{
        background-color: #be2121;
        border-radius: 40px;
    }
    .input-search-box{
        width: 70%;
        float: left;
    }
    .navbar-bottom{
        display: flex
    }
    .search-filter .col-sm-6:first-child{
        display: block
    }
    .search-filter .col-sm-6{
        display: none
    }
    .search-box{
        padding: 40px 0 0;
    }
    .btn-sell{
        display: none
    }
    .navbar .navbar-toggler, .navbar .navbar-collapse{
        display: none;
    }
    .navbar-brand {
        text-align: center;
        width: 100%;
    }
    .navigation-pop{
        margin-top: 20px;
    }
    .navigation-pop li{
        text-align: center
    }
    .navigation-pop li a{
        line-height: 30px;
        color: #000 !important;
        font-weight: 600;
        padding: 6px 0;
        display: inline-block;
        font-size: 16px;
    }
    .filter-cat-owl .owl-item a{
        min-width: 110px !important;
        font-size: 11px !important;
    }
    .contact-icon, .social-icon{
        display: block;
        text-align: center;
        float: none;
    }
    .contact-icon li a{
        padding: 0 10px;
    }
    .contact-icon li a, .social-icon li a{
        font-size: 10px;
    }
    .social-icon{
        display: none;
    }
    .nav-link {
        padding: 5px 20px;
    }
    .notifi .num {
        line-height: 14px;
        border-radius: 50%;
        position: absolute;
        top: 0px;
        left: 5px;
        right: auto !important;
    }
    
    .account-box .btn-more{
        width: 100%;
    }
    .subs-inner h5 {
        font-weight: 600;
        font-size: 14px;
    }
    .postby .blog-comment .user{
        float: none;
        display: inline-block;
        height: 100px;
        width: 100px;
    }
    .postby .blog-comment{
        text-align: center
    }
    .postby .blog-comment .message {
        margin-left: 0;
    }
    .message .alt-font{
        display: block;
        float: none;
    }
    .postby .blog-comment .message h6 span {
        font-size: 12px;
        font-weight: 100;
        padding: 5px 0 0;
        display: inline-block;
        font-style: italic;
    }
    .postby .blog-comment .alt-font a:first-child {
        font-size: 15px;
        font-weight: 700;
        color: #f73403;
        margin-top: 10px;
        display: inline-block;
    }
    .pro-details h3 {
        font-size: 13px;
    }
    .negot {
        font-size: 10px;
    }
    .pro-details h4 {
        font-size: 13px;
    }
    .left-filter h4{
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }
    .left-filter p{
        font-size: 13px;
    }
    .toggle-bars{
        top: 15px;
    }
    .custom-checkbox.inline-box {
        width: 48%;
        font-size: 10px;
    }
    .upload-img li {
        width: 42%;
    }    
    .switch-input label{
        margin-right: 10px;
    }
    .form-wrapper label{
        font-size:10px;
    }
    .sell-inner{
        padding:20px;
    }
}

/* ---------------------- chat css------------------------------------- */
    .messaging{
        position: relative;
    }
    img{ max-width:100%;}
    .inbox_people {
    /* background: #f8f8f8 none repeat scroll 0 0; */
    float: left;
    overflow: hidden;
    overflow-y: auto;
    width: 330px; 
    border-right:1px solid #c4c4c4;
    }
    .inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
    background: #fff;
    }
    .top_spac{ margin: 20px 0 0;}


    .recent_heading {float: left; width:20%;}
    .srch_bar {
    display: inline-block;
    text-align: right;
    width: 80%; padding:
    }
    .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

    .recent_heading h4 {
    color: #05728f;
    font-size: 16px;
    margin: auto;
    line-height: 30px;
    }
    .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:90%; padding:2px 30px 4px 6px; background:none; outline: none}
    .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
    }
    .srch_bar .input-group-addon { margin: 0 0 0 -27px;}

    .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
    .chat_ib h5 span{ font-size:13px; float:right;}
    .chat_ib p{ font-size:11px; color:#989898; margin:auto;line-height: 16px;}
    .chat_img { float: left; width: 11%; overflow: hidden; height: 32px;
    width: 32px;
    border-radius: 50%;
    }
     .chat_img img{
         height: 32px; width: 32px;object-fit:cover;
     }
    .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
    }

    .chat_people{ overflow:hidden; clear:both;}
    .chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 10px 16px ;
    cursor: pointer;
    }
    .inbox_chat { height: 550px; overflow-y: auto;}

    .active_chat{ 
        background:linear-gradient(-90deg, #be2121 , #ff6c02 70%);
    }
    .active_chat h5{color: #fff; }
    .active_chat p{ color: #fff;}
    .incoming_msg_img {
        display: inline-block;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }
    .incoming_msg_img img{
        object-fit: cover;
        width: 50px;
        height: 50px;
    }
    .received_msg {
        display: inline-block;
        padding: 0 0 0 10px;
        vertical-align: top;
        width: 92%;
    }
    .received_withd_msg p {
        background: #ebebeb none repeat scroll 0 0;
        border-radius: 3px;
        color: #646464;
        font-size: 14px;
        margin: 0;
        padding: 5px 10px 5px 12px;
        width: auto;
        display: inline-block
    }
    .time_date {
        color: #747474;
        display: block;
        font-size: 12px;
        margin: 0 0 10px;
    }
    .received_withd_msg { width: 57%;}
    .mesgs {
        float: left;
        padding: 30px 15px 25px 25px;
        width: calc(100% - 330px);
        height: 525px;
        overflow-y: auto;
    }

    .sent_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0; color:#646464;
    padding: 5px 10px 5px 12px;
    width:100%;
    }
    .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
    .sent_msg {
    float: right;
    width: 46%;
    }
    .outgoing_msg .time_date{
        text-align: right
    }
    .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    padding-left: 15px;
    border: none;
    outline: none;
    }

    .type_msg {
        border-top: 1px solid #c4c4c4;
        position: relative;
        position: absolute;
        bottom: 1px;
        right: 0;
        background: #fff;
        width: calc(100% - 334px);
        margin-right: 2px;
    }
    .msg_send_btn {
    background: #be2121 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 33px;
    outline: none
    }
    .chat-box{
        background: #FAFAFA;
        padding: 50px 0;
    }
    .back-users{
        width: 30px;
        height: 30px;
        background: #be2121;
        color: #fff !important;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        margin-bottom: 40px;
        border-radius: 5px;
        display:none
    }
    .top-box-fixed{
        top:90px;
        z-index: 9;
    }
    .post-box{
        display:block;
        /*border-radius: 20px;*/
        overflow: hidden;
        box-shadow: 0 0 6px 3px rgba(130,138,145,.5);
        position:relative;
    }
    .post-box .car-detail{
        padding: 0 20px;
        /*background:#F14B6A;*/
        background: rgb(220 215 215 / 70%);
        /*background: rgba(0,0,0,.5);*/
        margin-bottom: 0;
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
    }
    .post-box .img-box img{
        height: 300px;
    }
    .post-box .car-detail p{
        color: #000;
        
    }.post-box .car-detail h4{
        color: #F14B6A;
        
    }
    .post-box .featured-box{
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 20px;
        display: inline-block;
        color: #000;
        font-weight: 700;
        letter-spacing: .5px;
        border-radius: 0 0 20px 0;
        background: #c6b065;
        z-index: 1;
        font-size: 16px;
    }
    .location-box{
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 40px 5px 20px;
        display: inline-block;
        color: #000;
        font-weight: 700;
        letter-spacing: .5px;
        border-radius:  0 0 0 20px;
        background: #fff;
        font-size: 16px;
        z-index: 1;
    }
    .star{
        display: inline-block;
        color: #ddd;
    }
    .star.active{
        color:yellow;
    }
    .dlt{
        display: inline-block;
        float:right;
    }
    .dlt a{
        color:#ff6c02;
    }
    .sell-back{
       background: #be2121;
        text-align: center;
        color: #fff;
        padding: 20px 0;
        position:relative;
        display:none;
   }
   .sell-back h5{
       margin:0;
   }
   .backBtn{
       display: inline-block;
        padding: 10px;
        color: #fff !important;
        font-size: 20px;
        left: 12px;
        position: absolute;
        top: -12px;
   }
    @media(max-width: 991px){
        .received_withd_msg{
            width: 80%;
        }
        .sent_msg {
            width: 80%
        }
    }
    @media(max-width: 800px){
        .inbox_people {
            width: 250px;
        }
        .chat_ib p{
            white-space: nowrap; 
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mesgs, .type_msg {
            width: calc(100% - 250px);
        }
        .input_msg_write input{
            min-height: 43px;
        }
        .incoming_msg_img {
            width: 30px;
        }
        .received_msg {
            width: 85%
        }
    }
    @media(max-width: 576px){
        .list-box .container-fluid > .row{
            margin: 0;
        }
        .list-box .col-lg-9.col-md-8{
            padding-left: 0px;
            padding-right:0px;
        }
        .list-box .col-lg-9.col-md-8 .col-lg-4.col-md-6.col-sm-6{
            padding-left: 0px;
            padding-right:0px;
        }
    }
    @media(max-width: 500px){
        .mesgs, .type_msg{
            display: none;
        }
        .inbox_people{
            width: 100%;
            /*height: 360px;*/
            height: calc(100vh - 200px);
        }
        .back-users{
            display: inline-block;
        }
        .mesgs{
            width: 100%;
            padding: 15px 15px 60px 25px;
            height: 400px !important;
        }
        .type_msg{
            bottom: 1px;
            width: 99%;
        }
        .msg_send_btn{
            top: 5px;
            right: 5px;
        }
        .inbox_chat{
            height: auto;
        }
        .post-box .img-box{
            min-height:210px;
        }
        .post-box .img-box img{
            height: 210px;
        }
        .post-box .featured-box, .location-box{
            font-size: 12px;
            padding: 0px 11px !important;
        }
        .post-box .car-detail p, .post-box .car-detail h4{
            padding:0px;
            margin:0px;
        }
        .post-box .car-detail h4{
            padding:0px 0px 5px;
        }
        /*.img-box:hover img {*/
        /*    transform: scale(1);*/
        /*}*/
        #detail-slider .item img{
            height:250px;
        }
        .makeOffer{
            bottom: 145px !important;
        }
        .goog-logo-link {
           display:none !important;
        } 
        
        .goog-te-gadget{
           color: transparent !important;
        }
        footer{
            display:none;
        }
        .sell-back{
            display:block;
        }
        .navbar{
           display:none;
       }
       .categories li a{
           padding :10px ;
       }
       .soldOut{
           font-size:25px !important;
       }
       .inbox_msg{
           /*height:365px*/
           height: calc(100vh - 250px);
       }
       .categories li{
           width: 98%
       }
       .categories li a{
           min-width: auto;
       }
       .blog-title h3 {
            font-size: 16px;
        }
    }
    
    .post-box .swiper-pagination {
        bottom: 70px;
        z-index:9;
    }
    .post-box .swiper-pagination .swiper-pagination-bullet{
        border: 1px solid #be2121;
        background: #fff;
        opacity: 1;
    }
    .post-box .swiper-pagination .swiper-pagination-bullet-active{
        border: 1px solid #be2121;
        background: #be2121;
    }
    .arebiclang .form-control, .arebiclang label, .arebiclang .navbar-nav a, .arebiclang .blog-details, .arebiclang .car-detail{
        text-align:right !important;
    }
    .arebiclang .form-control option,.arebiclang select.form-control { 
        direction: rtl;
        
    }
    .arebiclang #homeformfilter label{
        text-align:right;
        display:block;
    }
    .arebiclang .car-detail{
        text-align:right;
    }
    .arebiclang .cat-img{
        float: right;
        margin-left: 8px;
        margin-right: 0px;
    }
    
    .arebiclang .all-price{
        float:left;
    }
    .arebiclang .sell-inner .file-upload label{
        text-align: center !important;
    }
    
    .arebiclang .pro-details h3, .arebiclang .pro-details h4{
        text-align:right;
    }
    .arebiclang .pro-details h2{
        text-align:right;
        float: right;
    }
    .arebiclang .urgent{
        float: left;
        margin-right: 10px;
    }
    .arebiclang .negot{
        margin-right: 10px;
    }
    .arebiclang .pro-desc{
        text-align:right;
    }
    .arebiclang .pro-details h3 span, .arebiclang .pro-details h4 span{
        float:left !important;
    }
    
    .arebiclang .userPostDetail .info .viewReport a:first-child{
        float:right ;
    }
    .arebiclang .userPostDetail .info .viewReport a:last-child{
        float:left ;
    }
    
    .arebiclang .custom-file-upload1{
        text-align: center !important;
    }
    .arebiclang .position-r i {
        position: absolute;
        right: 20px;
        left: auto !important;
    }
    .arebiclang .account-box .form-control {
        padding-left: 0;
        padding-right: 45px;
    }
    .arebiclang .blog-detail{
        text-align:right;
    }
    .arebiclang .recent-posts h5{
         text-align:right;
    }
    .arebiclang .recent-inner .recent-img {
        right: 0;
        left: auto;
    }
    
    .arebiclang .recent-inner p {
        padding-left: 0;
        padding-right: 110px;
    }
    
    .arebiclang .comment h5{
        text-align:right;
    }
    
    .arebiclang .blog-title h3{
        text-align: right;
    }
    .arebiclang .blog-title h3 a{
        float: left !important;
    }
    
    .arebiclang #add_post_form_arebic .custom-control {
        padding-right: 1.5rem;
        padding-left: 1.5rem; 
    }
    .arebiclang .simler-ads h5{
        text-align: right;
    }
    .arebiclang #add_post_form_arebic .custom-control-label::before, .arebiclang #add_post_form_arebic .custom-control-label::after {
        right: -1.5rem;
        left: auto;
    }
    
    .arebiclang #reportAd .modal-body .custom-control.custom-radio{
        text-align: right;
        padding-left: 0px ;
        padding-right: 1.5rem;
    }
    .arebiclang #reportAd .custom-control-label::after, .arebiclang #reportAd .custom-control-label::before {
        right: -1.5rem;
        left: auto;
    }
    .arebiclang #reportAd .btn-danger{
        float:left;
    }
    .arebiclang .subs-inner{
        text-align:right;
    }
    .arebiclang .subs-lists li{
        padding-left: 0;
        padding-right:25px;
    }
    .arebiclang .subs-lists li i {
        position: absolute;
        right: 0;
        top: 8px;
        color: #be2121;
    }
     .arebiclang .car-detail h4{
        display: inline-block;
    }
     .arebiclang .car-detail h4 span{
        float:left;
    }
    
    .arebiclang .detailPrice{
        float: right !important;
        display: inline-block;
    }
    .detailPrice{
        float: none !important;
        display: inline-block;
    }
    .soldOut{
        position:relative;
    }
    .soldOut{
        position:absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255,255,255,0.6);
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: #be2121;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index:2;
    }
    
    .arebiclang .switechBox{
        text-align:right;
    }
    .arebiclang .switechBox label{
        float: right;
    }
    .arebiclang .switechBox .form-wrapper{
        margin-bottom: 50px;
    }
    
    .arebiclang .swiper-button-next{
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    .arebiclang .swiper-button-prev{
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    
    .filterBtn{
        display:flex;
        justify-content: space-between;
    }
    
    .arebiclang .filterBtn{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    
    .arebiclang .datalists .row{
        flex-direction: row-reverse;
        
    }
    .arebiclang .blog-details h5{
        direction: rtl;
    }
    .arebiclang .blog-inner .btn-read-more{
        direction: rtl;
    }
    .arebiclang .blog-inner .btn-read-more i{
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
    .arebiclang .categories li a{
        direction: rtl;
    }
    .arebiclang .categories li a i {
        margin-right: 0;
        margin-left: 8px;
    }
    .arebiclang .makeOffer{
        bottom: 100px;
    }
    .arebiclang .chat-btn {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
        
    }