@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575;
    
}


img {
    width: 100%;
}
a {
    text-decoration: none;
	color: #0088d0;
}
a:hover {
    text-decoration: none;
}

.active > .page-link, .page-link.active {
  color: #FFF;
  background-color: #0088d0;
  border-color:#0088d0;
}

.form-check-input:checked {
  background-color: #0088d0;
  border-color: #0088d0;
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #000;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


.search-panel {
}
.search-panel h2 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #3ab54a;
    padding: 10px 15px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.search-panel-inside {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-panel-inside .form-control {
    font-size: 13px;
}
.search-panel-inside .form-select {
    font-size: 13px;
}
.search-panel-inside .form-label {
    color: #000;
}

.advertise-small {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.advertise-large {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.social-link {
    color: #666;
    font-size: 15px;
}
.social-link i {
    margin: 0 1px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.social-link a i {
    color: #fff;
}
.social-link a:hover i {
    color: #fff;
    background: #999;
}

.social-link i.facebook {
    background: #4e71a8;
}
.social-link i.twitter {
    background: #1cb7eb;
}

.social-link i.linkedin {
    background: #0a66c2;
}
.social-link i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social-link i.youtube {
    background: #bb0000;
}
.social-link i.website {
    background: #2f2f2f;
}

.top-info {
    background: #eff7ff;
    padding: 10px 20px;
    font-size: 13px;
}
.top-info .top-info-right {
    text-align: right;
    font-weight: 400;
}
.top-info .top-info-right a {
    text-align: right;
    background: #333;
    padding: 3px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}
.top-info .top-info-right a:hover {
    background: #004bb1;
}

.navbar .navbar-brand img {
    max-width: 320px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 1px 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 6px 10px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.7);
}

.navbar-nav .nav-link.active {
    background: #e10003;
    color: #fff;
}
.navbar-nav .nav-link:hover {
    background: #e10003;
    color: #fff;
}

.navbar {
    background-color: #39b449;
    padding: 5px 0;
}

.slider-banner {
}
.slider-banner .carousel-item {
    width: 100%;
    height: 550px;
}
.slider-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-home {
    padding: 50px 50px 0px 50px;
}
.search-home .search-option-tab {
}

/*
.search-home .search-option-tab .nav-pills .nav-link {
    background: #0088d0;
    margin: 0 2px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}
.search-home .search-option-tab .nav-pills .nav-link.active {
    background: #3ab54a;
    color: #fff;
}
.search-home .search-option-tab .nav-pills .nav-link:hover {
    background: #333;
    color: #fff;
    box-shadow: 0px 15px 10px -8px rgba(0, 0, 0, 0.5);
}
*/

.search-home .search-option {
    padding: 20px;
    background: #ebebeb;
    border-radius: 10px;
}
.search-home .search-option .form-control {
    font-size: 13px;
}

.search-home .recent-home {
}
.search-home .recent-home h2 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #FFC600;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
}
.search-home .recent-home .recent-home-wrapper {
    background: #fff;
    padding: 40px 20px 20px 20px;
    border-radius: 15px;
    margin-top: -28px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.search-home .recent-home .recent-home-wrapper .recent-item-box {
    background: #f2f2f2;
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
	position: relative;
	overflow: hidden;
}

.search-home .recent-home .recent-home-wrapper .recent-item-box .notify-badge-premium{
    position: absolute;
    background: #3A0000;
    top:32px;
    right:-6px;
    text-align: center;
    color:#FFC600;
	padding:0 15px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 15px;
	clip-path: polygon(20% 0%, 81% 0%, 100% 100%, 0 100%);
	transform: rotate(45deg);
	border: 2px solid;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .notify-badge-sold{
    position: absolute;
    background: #eb1a23;
    top:32px;
    right:-5px;
    text-align: center;
    color:#FFF;
	padding:0 25px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 15px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0 100%);
	transform: rotate(45deg);
	border: 2px solid #FFC600;
}




.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-image {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-user {
    font-size: 11px;
}

.search-home .recent-home .recent-home-wrapper .recent-item-box .recent-location {
    font-size: 11px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .pub-date {
    font-size: 11px;
}
.search-home .recent-home .recent-home-wrapper .recent-item-box .views {
    font-size: 11px;
}

.slider {
}
.slick-slide {
    margin: 10px;
}

.top-seller {
    background: #3ab54a;
    padding: 50px;
}
.top-seller .featured {
    text-align: center;
}
.top-seller .featured h2 {
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.top-seller .featured .feature-box {
    line-height: 23px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}
.top-seller .featured .feature-box-image {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}
.top-seller .featured .feature-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.top-seller .featured .feature-box .feature-name {
    font-size: 15px;
    font-weight: 600;
    color: #0088d0;
}
.top-seller .featured .feature-box .feature-price {
    font-size: 17px;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 10px;
    margin-top: 10px;
}
.top-seller .featured .feature-box .feature-contact {
    font-size: 12px;
}
.top-seller .featured .feature-box .feature-ad {
    font-size: 12px;
    color: #eb1a23;
}

.top-seller .featured .feature-box .feature-location {
    font-size: 12px;
}

.most-view {
    padding: 50px;
    background: #fff;
}
.most-view h2 {
    font-weight: 800;
    color: #eb1a23;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.most-view .most-view-box {
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background: #f7f7f7;
}
.most-view .most-view-box .most-view-image {
    width: 100%;
    height: 165px;
    margin-bottom: 10px;
}
.most-view .most-view-box .most-view-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.most-view .most-view-box .most-view-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.most-view .most-view-box .most-view-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}
.most-view .most-view-box .most-view-location {
    font-size: 11px;
}

.promo {
    padding: 50px;
    background: #f7f7f7;
    text-align: center;
}
.promo h1 {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}
.promo h1 span {
    color: #111111;
    font-size: 26px;
}
.promo .icons {
    max-width: 100px;
    margin-bottom: 10px;
}

.city-img {
    background: url("../images/bg.png") no-repeat bottom center #f7f7f7;
    height: 130px;
}

.bottom-link {
    padding: 50px;
    color: rgba(255, 255, 255, 0.5);
    background: #111111;
    line-height: 35px;
}
.bottom-link p {
    line-height: 26px;
}
.bottom-link h2 {
    font-size: 20px;
    font-weight: 600;
}
.bottom-link li {
    list-style: none;
}
.bottom-link .title-head {
    font-size: 22px;
    color: #3ab54a;
    font-weight: 600;
}
.bottom-link a {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}
.bottom-link a:hover {
    color: #fff;
}
.bottom-link i {
    margin-right: 10px;
}
.bottom-link .bottom-logo {
    float: left;
    margin-bottom: 20px;
}
.bottom-link .bottom-logo img {
    max-width: 280px;
}

.footer {
    background: #000;
    padding: 10px 50px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}
.copy-right {
}
.developerID {
    text-align: right;
}
.footer a {
    color: rgba(255, 255, 255, 0.5);
}

.container-page {
    padding: 30px 0;
    background: #f7f7f7;
}
.container-page .content-page {
    background: #fff;
    margin: 5px 0 20px 0;
    padding: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.container-page h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #eb0000;
}

.container-page .content-page .vehicle-list-page {
}
.container-page .content-page .vehicle-list-page .vehicle-item-box {
    line-height: 23px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-item-image {
    width: 100%;
    height: 140px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .brand {
    font-size: 12px;
    text-align: center;
}

.container-page .content-page .vehicle-list-page .vehicle-item-box .brand img{
  width:25px;  
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .brand a {
    color: #0088d0;
}

.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .description {
    font-size: 13px;
    line-height: 18px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-item-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-user {
    font-size: 11px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-user a {
    color: #0088d0;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .address {
    font-size: 11px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .pub-date {
    font-size: 11px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .views {
    font-size: 11px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .ad {
    font-size: 11px;
}
.container-page .content-page .vehicle-list-page .vehicle-item-box .ad a {
    color: #0088d0;
}

.container-page .content-page .vehicle-detail-page {
}
.container-page .content-page .vehicle-detail-page i {
    color: #3ab54a;
}
.container-page .content-page .vehicle-detail-page h2 {
    font-size: 22px;
    font-weight: 600;
    color: #0088d0;
    margin-bottom: 20px;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl .seller-image {
    width: 40px;
    height: 40px;
    min-width: 38px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border:1px solid #ebebeb;
}
.container-page .content-page .vehicle-detail-page .price {
    font-weight: 600;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .price span {
    font-size: 16px;
    font-weight: 600;
    background: #3ab54a;
    color: #fff;
}
.container-page .content-page .vehicle-detail-page .price small {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    font-style: italic;
}
.container-page .content-page .vehicle-detail-page .calendar-ad {
    font-size: 12px;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .calendar-ad dt {
    font-weight: 600;
}

.container-page .content-page .vehicle-detail-page .ad {
    font-size: 12px;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .ad a {
    color: #000;
}
.container-page .content-page .vehicle-detail-page .views {
    font-size: 12px;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .share {
    font-size: 12px;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .share a {
    color: #000;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl {
    line-height: 20px;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl .seller-image img {
    object-fit: cover;
    width: 100%;
    height: 50px;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl .seller-name {
    color: #000;
    font-weight: 600;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl .seller-name small {
    font-size: 12px;
    font-weight: 400;
}
.container-page .content-page .vehicle-detail-page .seller-info .seller-dtl .seller-name a {
    color: #0088d0;
}

.container-page .content-page .vehicle-detail-page .full-info {
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box {
    margin-bottom: 20px;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 14px;
    background: #fff;
    padding: 0 7px;
    display: inline-block;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box h3 i {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    margin-right: 7px;
    color: #000;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box .detail-box-inside {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: -20px;
    font-size: 14px;
    line-height: 21px;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box .detail-box-inside .description p {
    word-wrap: break-word;
    white-space: pre-line;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box .detail-box-inside .product-info {
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box .detail-box-inside .product-info .product-col {
    margin-bottom: 10px;
}
.container-page .content-page .vehicle-detail-page .full-info .detail-box .detail-box-inside .product-info dt {
    font-weight: 600;
}
.container-page .content-page .vehicle-detail-page .share li{
	font-size: 12px;
}
.container-page .content-page .vehicle-detail-page .share li i{
	color: #000;
}

.container-page .content-page .similar-items {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.container-page .content-page .similar-items h2 {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-left: 10px;
}
.container-page .content-page .similar-items .similar-items-box {
    line-height: 20px;
}
.container-page .content-page .similar-items .similar-items-box .similar-items-image {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}
.container-page .content-page .similar-items .similar-items-box .similar-items-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.container-page .content-page .similar-items .similar-items-box .similar-items-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.container-page .content-page .similar-items .similar-items-box .similar-items-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}
.container-page .content-page .similar-items .similar-items-box .similar-items-location {
    font-size: 11px;
}

.container-page .content-page .user-profile-page {
    line-height: 34px;
}
.container-page .content-page .user-profile-page h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}
.container-page .content-page .user-profile-page .user-profile-pic {
    width: 135px;
    height: 135px;
    min-width: 135px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}
.container-page .content-page .user-profile-page .user-profile-pic img {
    object-fit: cover;
    width: 100%;
    height: 140px;
}

.container-page .content-page .user-profile-page .user-details {
    color: #000;
    font-weight: 600;
}
.container-page .content-page .user-profile-page .user-details small {
    font-size: 14px;
    font-weight: 400;
}
.container-page .content-page .user-profile-page .user-details i {
    color: #3ab54a;
}

/*----------------------------*/
.container-page .content-page .user-profile-page .user-posts {
}
.container-page .content-page .user-profile-page .user-posts h2 {
    font-size: 18px;
    font-weight: 600;
    background: #0088d0;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper {
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box {
    background: #f2f2f2;
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box{
    position: relative;
	overflow: hidden;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .btn-promote{ font-size:11px; background:#3ab54a; color:#FFF;}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .btn-sold{ font-size:11px; background:#eb1a23; color:#FFF; cursor:default;}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .btn-request{ font-size:11px; background:#0089d0; color:#FFF; cursor:default;}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .btn-boosted{ font-size:11px; background:#ffc107; color:#000; cursor:default;}



.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .notify-badge-boosted{
    position: absolute;
    background: #3ab54a;
    top:31px;
    right:-4px;
    text-align: center;
    color:#FFF;
	padding:0 20px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 15px;
	clip-path: polygon(20% 0%, 81% 0%, 100% 100%, 0 100%);
	transform: rotate(45deg);
	border: 2px solid;
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .notify-badge-sold{
    position: absolute;
    background: #eb1a23;
    top:33px;
    right:-6px;
    text-align: center;
    color:#FFF;
	padding:0 22px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 15px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0 100%);
	transform: rotate(45deg);
	border: 2px solid #FFC600;
}

.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-user {
    font-size: 11px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-user a {
    color: #666;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-location {
    font-size: 11px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .pub-date {
    font-size: 11px;
}
.container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .views {
    font-size: 11px;
}
.container-page .content-page .login-page{
	max-width: 350px;
	margin: 0 auto;
}
.container-page .content-page .signup-page{

}

.container-page .content-page .signup-page .form-control{
	font-size: 13px;
}

.container-page .content-page .user-dashboard-page{
	
}


.container-page .content-page .user-dashboard-page .profile-pic {
	 color: transparent;
	 transition: all 0.3s ease;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 position: relative;
}
 .container-page .content-page .user-dashboard-page .profile-pic input {
	 display: none;
}
 .container-page .content-page .user-dashboard-page .profile-pic img {
	 position: absolute;
	 object-fit: cover;
	 width: 165px;
	 height: 165px;
	 box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35);
	 border-radius: 100px;
	 z-index: 0;
}
 .container-page .content-page .user-dashboard-page .profile-pic .-label {
	 cursor: pointer;
	 height: 165px;
	 width: 165px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: rgba(0, 0, 0, .3);
	 z-index: 10000;
	 color: #fafafa;
	 transition: background-color 0.2s ease-in-out;
	 border-radius: 100px;
	 margin-bottom: 0;
	 font-size: 12px;
}
 .container-page .content-page .user-dashboard-page .profile-pic:hover .-label {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 background-color: rgba(0, 0, 0, .8);
	 z-index: 10000;
	 color: #fafafa;
	 transition: background-color 0.2s ease-in-out;
	 border-radius: 100px;
	 margin-bottom: 0;
}
 .container-page .content-page .user-dashboard-page .profile-pic span {
	 display: inline-flex;
	 justify-content: center;
	 align-items: center;
	 padding: 0.2em;
	 height: 2em;
}


.container-page .content-page .user-dashboard-page {
    line-height: 34px;
}
.container-page .content-page .user-dashboard-page h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}


.container-page .content-page .user-dashboard-page .user-details {
    color: #000;
    font-weight: 600;
}
.container-page .content-page .user-dashboard-page .user-details small {
    font-size: 14px;
    font-weight: 400;
}
.container-page .content-page .user-dashboard-page .user-details i {
    color: #3ab54a;
}

/*----------------------------*/
.container-page .content-page .user-dashboard-page .user-posts {
}
.container-page .content-page .user-dashboard-page .user-posts h2 {
    font-size: 18px;
    font-weight: 600;
    background: #0088d0;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper {
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box {
    background: #f2f2f2;
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-title {
    font-size: 14px;
    font-weight: 600;
    color: #0088d0;
}
.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-price {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #ccc;
    color: #252525;
    padding-top: 5px;
    margin-top: 5px;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .pub-date {
    font-size: 11px;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-edit {
    font-size: 11px;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-edit a{
    color: #eb1a23;
}

.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-edit i{
    color: #000;
}

.container-page .content-page .add-edit-page .form-control{
	font-size: 13px;
}

.container-page .content-page .add-edit-page .form-select {
  font-size: 13px;
}


.container-page .content-page .contact-page{}
.container-page .content-page .contact-page .col-box{padding: 20px;}

.container-page .content-page .contact-page .col-box h2{ margin-bottom: 20px; font-size: 20px; font-weight: 600; color: #002698; text-transform: uppercase;}
.container-page .content-page .contact-page .col-box i{font-size: 30px; color: #eb0000; margin-top: 5px;}
.container-page .content-page .contact-page .col-box h5{ font-size: 17px; color: #666; font-weight: 700; margin: 0; padding: 0;}
.container-page .content-page .contact-page .col-box p{ font-size: 13px;}


.container-page .content-page .contact-page .col-box .social-link {
    color: #666;
    font-size: 15px;
}
.container-page .content-page .contact-page .col-box .social-link i {
    margin: 0 1px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
	font-size: 17px;
}
.container-page .content-page .contact-page .col-box .social-link a i {
    color: #fff;
}
.container-page .content-page .contact-page .col-box .social-link a:hover i {
    color: #fff;
    background: #999;
}

.container-page .content-page .contact-page .col-box .social-link i.facebook {
    background: #4e71a8;
}
.container-page .content-page .contact-page .col-box .social-link i.twitter {
    background: #1cb7eb;
}

.container-page .content-page .contact-page .col-box .social-link i.linkedin {
    background: #0a66c2;
}
.container-page .content-page .contact-page .col-box .social-link i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.container-page .content-page .contact-page .col-box .social-link i.youtube {
    background: #bb0000;
}
.container-page .content-page .contact-page .col-box .social-link i.website {
    background: #2f2f2f;
}

.container-page .content-page .membership-page .payment-option{
	margin-top: 50px; text-align: center;
}
.container-page .content-page .membership-page .payment-option h5{
	color: #0029AB;
}

.container-page .content-page .membership-page .payment-option .pay-option-col{
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 20px;
	/*align-items: center;*/
	/*display: flex;*/
	/*justify-content: center;*/
	transition: 0.3s;
}

.container-page .content-page .membership-page .payment-option .pay-option-col:hover{
	box-shadow:  0px 25px 15px -16px rgba(0,0,0,0.3);
}


.container-page .content-page .membership-page .payment-option .pay-option-col img{
	max-width: 150px;
}

.container-page .content-page .membership-page .payment-option .pay-option-bank-col{
    text-align:center;
    border: 1px solid #CCC;
	padding: 20px;
	border-radius: 20px;
	transition: 0.3s;
}

.container-page .content-page .membership-page .payment-option .pay-option-bank-col:hover{
	box-shadow:  0px 25px 15px -16px rgba(0,0,0,0.3);
}




.container-page .content-page .news-events-page{}
.container-page .content-page .news-events-page .news-box{ background: #FFF; padding: 20px; border-radius: 10px; box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.container-page .content-page .news-events-page .news-box h2{ font-size: 20px; font-weight: 600; color: #0088d0;}
.container-page .content-page .news-events-page .news-box .date{ color: #3ab54a; font-size: 15px;}
.container-page .content-page .news-events-page .news-box .date span{ font-style: italic; color: #999;}
.container-page .content-page .news-events-page .news-box .news-box-image{width: 100%; height: 175px; overflow: hidden;}
.container-page .content-page .news-events-page .news-box .news-box-image img{ object-fit: cover; width: 100%; height: 100%; transition: transform .2s; margin: 0;}
.container-page .content-page .news-events-page .news-box .news-box-image img:hover{transform: scale(1.1);}

.container-page .content-page .news-events-page .news-box .btn1{ background:#3ab54a; border: 1px solid #3ab54a; color: #FFF; transition: 0s ease-in-out;}
.container-page .content-page .news-events-page .news-box .btn1:hover{background:#5c5957; border: 1px solid #5c5957; transition: 0s ease-in-out;}


.container-page .content-page .news-events-page .news-box .btn1 i{ font-size: 15px; margin-right: 3px; color: #FFF;}
.container-page .content-page .news-events-page .news-box .btn1:hover i{ color: #FFF; transition: 0s;}

.container-page .content-page .page-image{ max-width: 400px; width: 100%; float: right; margin-left: 25px; margin-bottom: 25px; padding: 10px; background: #FFF; box-shadow: 0 0 5px 0 #CCCCCC;}

.upload__box {}
 .upload__inputfile {}
 .upload__btn {
	 display: inline-block;
	 font-weight: 600;
	 color: #fff;
	 text-align: center;
	 min-width: 116px;
	 padding: 5px;
	 transition: all 0.3s ease;
	 cursor: pointer;
	 border: 2px solid;
	 background-color: #4045ba;
	 border-color: #4045ba;
	 border-radius: 10px;
	 line-height: 26px;
	 font-size: 14px;
}
 .upload__btn:hover {
	 background-color: unset;
	 color: #4045ba;
	 transition: all 0.3s ease;
}
 .upload__btn-box {
	 margin-bottom: 0;
}
 .upload__img-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 margin: 10px -10px 0 -10px;
}
 .upload__img-box {
	 width: 115px;
	 padding: 0 10px;
	 margin-top: 10px;
}
 .upload__img-close {
	 width: 24px;
	 height: 24px;
	 border-radius: 50%;
	 background-color: rgba(0, 0, 0, 0.5);
	 position: absolute;
	 top: 5px;
	 right: 5px;
	 text-align: center;
	 line-height: 24px;
	 z-index: 1;
	 cursor: pointer;
}
 .upload__img-close:after {
	 content: '\2716';
	 font-size: 14px;
	 color: white;
}
 .img-bg {
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
	 position: relative;
	 padding-bottom: 100%;
}


/*----------------------------*/

.container-page .right-pannel {
    margin-top: 5px;
}
.container-page .right-pannel h2 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #3ab54a;
    padding: 10px 15px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.container-page .right-pannel .right-news-pannel {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.container-page .right-pannel .right-news-pannel li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
    line-height: 22px;
}
.container-page .right-pannel .right-news-pannel li span {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.container-page .right-pannel .right-news-pannel li a {
    color: #3ab54a;
    font-size: 15px;
}
.container-page .right-pannel .right-news-pannel li a:hover {
    color: #eb0000;
}
.container-page .right-pannel .right-news-pannel a {
    color: #eb0000;
    font-size: 14px;
}
.container-page .right-pannel .need-help {
    padding: 20px 25px;
    border-radius: 10px;
    background: #3ab54a;
    color: #fff;
    font-size: 12px;
}
.container-page .right-pannel .need-help h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.container-page .right-pannel .need-help i {
    margin-right: 10px;
}
.container-page .right-pannel .need-help .bottom-logo img {
    max-width: 250px;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    margin: 10px 0;
}

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
#lightSlider li {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}
#lightSlider li img {
    display: block;
    height: auto;
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
    border: 1px solid #ccc;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 5px;
}

lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 34px;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 1399px) {
    .navbar .navbar-brand img {
        max-width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 6px 8px;
    }
    .slider-banner .carousel-item {
        width: 100%;
        height: 425px;
    }
    .search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-image {
        height: 100px;
    }
    .container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 100px;
    }
	.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 100px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav .search-bar .form-control {
        display: none;
    }
    .navbar-nav .search-bar .btn {
        display: none;
    }
    .promo h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .promo h1 span {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .slider-banner .carousel-item {
        width: 100%;
        height: 355px;
    }
    .navbar-nav .ms-2 {
        margin-left: 0;
    }
    .navbar-nav .search-bar {
        margin: 5px 0;
    }
    .navbar-nav .search-bar .form-control {
        display: inherit;
    }
    .navbar-nav .search-bar .btn {
        display: inherit;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 1px 0;
    }
    .bottom-link {
        text-align: center;
    }
    .bottom-link .bottom-logo {
        float: none;
    }
    .footer .copy-right {
        text-align: center;
    }
    .footer .developerID {
        text-align: center;
    }
	#lightSlider li img {
		height: 340px;
	}
}

@media (max-width: 767px) {
    .search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-image {
        height: 280px;
    }
    .container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 280px;
    }
	.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 280px;
    }
    .similar-items .similar-items-box .similar-items-image {
        height: 280px;
    }
    .most-view .most-view-box .most-view-image {
        height: 280px;
    }
    .slider-banner .carousel-item {
        height: 195px;
    }
    .top-info .top-info-left {
        text-align: center;
    }
    .top-info .top-info-right {
        text-align: center;
        margin-top: 10px;
    }
    .search-home,
    .top-seller,
    .most-view,
    .promo,
    .bottom-link,
    .footer {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .dont-collapse-sm {
        display: block;
        visibility: visible;
    }
	.navbar .navbar-brand img {
  		max-width: 250px;
	}
	.navbar {
		padding: 10px 0;
	}
	
	.container-page .content-page .news-events-page .news-box .news-box-image {
		margin-bottom: 15px;
	}

}

@media (max-width: 428px) {
    .search-home .recent-home .recent-home-wrapper .recent-item-box .recent-item-image {
        height: 230px;
    }
    .container-page .content-page .user-profile-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 230px;
    }
	.container-page .content-page .user-dashboard-page .user-posts .user-posts-wrapper .user-posts-box .user-posts-image {
        height: 230px;
    }
    .most-view .most-view-box .most-view-image {
        height: 230px;
    }
    .similar-items .similar-items-box .similar-items-image {
        height: 230px;
    }
    .top-seller .featured .feature-box-image {
        height: 230px;
    }
    .slider-banner .carousel-item {
        height: 230px;
    }
    
    .container-page .content-page .vehicle-list-page .vehicle-item-box .vehicle-item-image {
        height: 230px;
}
}




