/*
Theme Name: Custom Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@import url('https://web.archive.org/web/20220712220033cs_/https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap');
.main-menu ul, .footer-top ul, .myt-support ul, .sidebar-menu ul#menu-my-account-menu, .ads-lsit-actions ul,.single .date ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body{
	font-family: 'Overpass', sans-serif;
}
h1, h2, h3{
	font-family: 'Chivo', sans-serif;
}
.header-bottom {
    background: #000000;
    padding: 20px 0;
    position: relative;
    width: 100%;
    z-index: 1;
    transition: all .3s;
}
img {
    width: 100%;
    height: auto;
}
.main-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 29px;
}
.header-bottom .row {
    align-items: center;
}
.main-menu ul li a {
    color: #fff;
    position: relative;
    font-weight: 300;
    padding-bottom: 8px;
    transition: all .5s ease;
}

.main-menu ul li a:before {
	content: "";
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .5s;
}
.main-menu ul li a:hover:before {
    width: 100%;
    right: auto;
}
.main-menu ul li a:hover {
    /* font-weight: 700; */
}
.btn-1 {
    background: var(--c2);
    padding: 0px 0px;
    color:#fff;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 150px;
    display: flex;
    gap: 5px;
}
.btn-1 a{
	color: #fff;
}
.user svg {
    fill: #fff;
    width: 23px;
}
.user a {
    display: flex;
    width: 50px;
    justify-content: center;
    height: 50px;
    align-items: center;
    border-radius: 50%;
    background: #565656;
}
.header-bottom .d-flex {
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.slider-item .content {
    position: absolute;
    top: 25%;
    right: 9%;
    width: 49%;
    color: #fff;
}
.slider-item {
    position: relative;
    height: 662px;
}
.slider-item .content h2 {
    font-size: 80px;
    font-weight: 900;
    font-style: italic;
    text-align: right;
    line-height: 72px;
}
.slider-item .content h4 {
    font-size: 19px;
    font-weight: 200;
    text-align: right;
    text-transform: uppercase;
    display: none;
}
.heading h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    color: #fff;
}

section.section1 {background-size: cover;position: relative;padding: 90px 0;}
.btn-style-1 {
    padding: 6px 15px;
    background: #fff;
    color: var(--c2);
    display: table;
    line-height: normal;
    border: 1px solid #fff;
    transition: all .5s;
}

.btn-style-1:hover {
    background: transparent;
    color: #fff;
}

section.section1 .image {
    position: absolute;
    right: 5%;
    top: -20px;
    width: 570px;
}

section.section1 .heading:before {content: "";border: 1px solid #fff;position: absolute;width: 80%;height: 130%;left: -50px;top: -20px;}

section.section1 .heading {position: relative;}

section.section1 .heading h2, section.section1 .heading a {
    z-index: 1;
    position: relative;
}
section.section2 .heading h2 {
    color: var(--c3);
    line-height: 50px;
}
section.section2 .heading h2 strong {
    color: var(--c1);
}
.woocommerce ul.products li.product {
    text-align: center;
    border: 1px solid #cfcfcf;
    /* min-height: 392px; */
}
.woocommerce ul.products li.product h2 {
    font-size: 30px !important;
    font-weight: 900;
    color: var(--c3);
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    transition: all .5s;
}
.woocommerce ul.products li.product a.rating {
    display: table;
    padding: 15px 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product .star-rating {
    margin: 0 auto;
    font-size: 20px;
}
.woocommerce .star-rating::before {
    color: var(--c1);
    letter-spacing: 0px;
}
.woocommerce ul.products li.product .price {
    color: var(--c3);
    font-size: 17px;
    margin-bottom: 30px;
    margin-top: 12px;
}
section.section3 .items .item:not(:first-child) {
    border-left: 2px solid #4E4E4E;
    padding-left: 50px;
}
section.section3 .items {
    display: flex;
    justify-content: space-between;
}
section.section3 {
    background: #252525;
    padding: 20px 0;
}
section.section3 .items .item .content h2 {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
}
section.section3 .items .item .content p {
    color: var(--c1);
    font-size: 14px;
    margin-bottom: 0;
}
section.section3 .items .item {
    height: 140px;
    display: flex;
    align-items: center;
}
section.section2 {
    padding: 42px 0 0 0;
}
section.section2 .heading {
    margin-bottom: 51px;
}
footer {
    background: var(--c3);
    color: #fff;
}
footer h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: "Klavika Rg", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
footer p {
    font-size: 15px;
}
footer .logo {
    width: 60%;
    margin-bottom: 19px;
}
footer a {
    color: #fff;
    padding: 6px 0;
    display: block;
    transition: all .5s;
}
footer a:hover {
    color: #fff;
}
footer a i {
    margin-right: 5px;
}
footer li {
    font-size: 13px;
}
footer .contact-info li:first-child {
    margin-bottom: 10px;
}
footer .quick-links ul li a:before {content: "\f054";font-family: 'Font Awesome 5 Pro';margin-right: 10px;font-size: 10px;}
footer .quick-links li {
    border-bottom: 1px solid #ffffff1c;
    padding: 3px 10px;
}
footer .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
footer .image img {
    width: 30%;
}
footer .header-top .container {
    border-top: 1px solid #3d3d3d;
    padding-top: 10px;
}
footer .header-top .container {
    border-top: 1px solid #3d3d3d;
    padding-top: 10px;
}
footer .footer-top {padding: 50px 0 20px 0;}
section.trending .heading h2 {
    color: var(--c1);
}
section.trending .heading h2 {
    color: var(--c1);
}
.post-box {
    padding: 25px 25px 25px 25px;
    background: #fff;
    border-bottom: 2px solid var(--c2);
}
section.trending:before {content: "";position: absolute;width: 100%;background: #F4F4F4;height: 350px;top: 0;}
section.trending {padding: 65px 0;position: relative;}
.post-box .heading h3 {
    font-size: 18px;
    font-weight: 800;
}
.post-box-image {
    margin-bottom: 10px;
}
.post-box .heading h3 a {
    color: var(--c1);
    transition: all .5s;
}
.post-box-image img {
    margin-top: -35px;
}
.recent-work-slider {margin-top: 70px;}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title {
    color: var(--c1);
}
.post-box h3 a:hover {
    color: var(--c3);
}
footer a:hover {
    color: var(--c2);
}
.inner-banner {
    height: 350px;
    /* margin-top: 102px; */
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}
.inner-banner .inner-banner-title h2 {
    font-weight: 800;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px;
}
.inner-banner:before {content: "";position: absolute;width: 100%;height: 100%;background: #00000085;}
.about .image {
    height: 380px;
}
.about .image img {
    object-fit: cover;
    height: 100%;
}
.about .heading {
    text-align: left;
}
.about .heading h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: var(--c1);
}
.about .heading p {
    font-size: 15px;
}
.about .row {
    align-items: center;
}
.about {
    padding: 60px 0;
    background: #f5f5f5;
}
.contact-detail ul li .icon {
    position: absolute;
    width: 70px;
    border-radius: 50%;
    display: flex;
    left: 0;
    border: 1px solid var(--c1);
    height: 70px;
    align-items: center;
    justify-content: center;
    color: var(--c1);
    background: transparent;
    transition: .5s all;
    background-size: 150%;
}
.contact-detail ul li {
    position: relative;
    height: 70px;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    padding-left: 80px;
}
.contact-detail ul li p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--c3);
    font-style: italic;
}
.contact-detail ul li .icon i {
    font-size: 26px;
}
.contact-detail ul li .icon:hover {}
.contact-detail ul li p a {
    color: var(--c3);
}
.contact-detail {
    padding: 0 0px 0 130px;
}
.contact-detail .heading {
    margin-bottom: 40px;
}
.contact .form {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 20px;
}
section.contact {
    padding: 60px 0;
}
.form {
    background: #fff;
    padding: 40px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px -7px #000;
}
.form .heading h2 {
    color: var(--c1);
    font-size: 32px;
}
.form .wpcf7-form-control {
    width: 100%;
    border: 1px solid #2f455c42 !important;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 5px;
    margin-top: 5px;
}
.form .wpcf7-form-control::placeholder{
	color:#2f455c7a;
}
.form .submit .wpcf7-form-control {
    display: table;
    width: auto;
    padding: 10px 45px;
    border-radius: 2px;
    color: #fff;
    background: var(--c1);
    cursor: pointer;
    margin-bottom: 0;
}
.form .submit span {
    display: none;
}
.form .heading {
    margin-bottom: 30px;
}
.form label {font-size: 15px !important;font-weight: 900 !important;width: 100%;color: var(--c3);line-height: 26px;}
.contact-detail .heading h2 {
    color: var(--c1);
}
section.trending.blog-page:before {
    height: 100%;
}
.blog-page .post-box {
    margin-bottom: 80px;
}
section.trending.blog-page {
    padding: 65px 0 0 0;
}
.single .image {
    height: 380px;
}
.single .image img {
    height: 100%;
    object-fit: cover;
}
.single .date {
    border-bottom: 1px solid #0000002e;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.single .date p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.single .content h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single .content p {
    color: #000000ba;
}
section.single {
    padding: 60px 0 50px 0;
}
.post-sidebar .title h3 {
    letter-spacing: -1px;
    font-size: 23px;
    font-weight: 800;
    font-style: italic;
}
.post-sidebar .title {
    margin-bottom: 25px;
}
.post-sidebar .sidebar-content {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000026;
}
.post-sidebar .sidebar-content .image {
    height: 65px;
    width: 65px;
}
.post-sidebar .sidebar-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-sidebar .sidebar-content h3 {
    font-weight: 800;
    font-size: 17px;
    font-style: italic;
}
.post-sidebar .sidebar-content span {
    font-size: 12px;
    font-weight: 400;
}
.post-sidebar .sidebar-content h3 a {
    color: #000;
}
section.single .post {
    margin-bottom: 50px;
}
.woocommerce-sidebar .sidebar:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce-sidebar .sidebar h3 {
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
}
.woocommerce ul.product_list_widget li a span {
    font-size: 20px;
    color: var(--c1);
    font-style: italic;
    font-weight: 900;
}
.woocommerce ul.product_list_widget li {
    border-bottom: 1px solid var(--c1);
    padding: 0px 0 15px 0;
    margin-bottom: 15px;
}
.woocommerce ul.product_list_widget {margin-top: 10px;}

.woocommerce ul.product_list_widget li img {
    width: 60px;
}
.woocommerce div.product .product_title {
    font-size: 35px;
    font-style: italic;
    font-weight: 800;
}
section.related.products h2 {
    font-weight: 800;
    font-style: italic;
}
.woocommerce #reviews #comments h2 {
    font-weight: 800;
    font-style: italic;
}
.content-area {
    padding: 50px 0;
}
.woocommerce .woocommerce-ordering select {
    padding: 6px 0px;
}
section.woocommerce-shop-archive.pt-5 {
    display: none;
}
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    background: #fff;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}
.mobile-menu-btn {
    display: none;
    cursor: pointer;
	float:right;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 20px 30px 0 30px;
    width: 100%;
    position: fixed;
    background: rgb(37 37 37 / 50%);
    backdrop-filter: blur(20px);
    transition: all .6s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 48%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 8px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 22px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {right: 0;}
.slider-item .image {
    height: 100%;
}
.slider-item .image img {
    height: 100%;
    object-fit: contain;
    background: #0b0f12;
}
.error-svg svg {
    width: 50%;
    /* height: 600px; */
}
header.sticky .header-bottom {
    padding: 8px 0;
}
header.sticky .header-bottom .logo {
    width: 150px;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header-bottom .logo {
    width: 100%;
    transition: all .5s;
}
.box-style-02 .box-style-02-item i {
    font-size: 50px;
    color: var(--c1);
}
.box-style-02 .box-style-02-item {font-size: 19px;}
section.user-registration .box-style-02 {
    padding: 40px 0;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 9px -5px;
    background: #fff;
}
.btn-style-2 {
    background: #000 !important;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    display: table;
}
.btn-style-2:hover {
    background: var(--c1) !important;
    transition: all .7s;
}
.user-registration-form .form-group p {
    margin: 18px 0;
}
.user-registration-form .form-control {
    padding: 1px 10px;
}
.user-registration-form a {
    color: var(--c1);
}
.user-registration-form .input-group.input-group-merge { position: relative;}
.user-registration-form .input-group.input-group-merge input#password {width: 100%;}
.user-registration-form .input-group.input-group-merge a.primary_color.password-show-icon {
    position: absolute;
    right: 10px;
    top: 4px;
    z-index: 1;
}
.user-registration-form .input-group.input-group-merge.remember-box {
    margin: 10px 0;
}
.user-registration-form .input-group.input-group-merge.remember-box input#remember {
    float: left;
}
.user-registration-form .input-group.input-group-merge.remember-box label.custom-control-label {
    padding: 1px 20px;
}
.sidebar-menu {
    background: #eee;
}
.sidebar-menu ul {
    padding: 0;
    margin: 0;
}
.sidebar-menu ul li {
    border-bottom: 1px solid #c1c1c1;
}
.sidebar-menu ul a {
    color: #000;
    transition: all .5s;
    padding: 13px 20px;
    display: block;
}
.sidebar-menu ul a:hover {
    color: var(--c1);
    padding-left: 10px;
}
.sidebar-menu ul li:last-child {
    border-bottom:none;
}
.myt-support {
    background: #eee;
    padding: 10px 20px;
}
.myt-support h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}
.myt-support ul li {
    text-align: center;
    border-bottom: 1px #c1c1c1 solid;
    padding: 16px 0;
}
.myt-support ul li:last-child {border: none;}
.myt-support ul li a {
    color: #222;
    transition: all .7s;
}
.myt-support ul li {
    color: #222;
}
.myt-support ul li a:hover {
    color: var(--c1);
}
.title-style-02 {
    color: #222;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}
.add-new-ad-form {
    border: 1px solid #cecece;
    border-radius: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-section-1 {
    border-bottom: 1px solid #cecece;
    padding: 15px 20px;
}
.title-small-1 h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
}
.add-new-ad-form form .form-section-1:last-child {
    border-bottom: none;
}
.form-section-1:nth-child(even) {
    background: #f6f6f6;
}
.user-menu-top button svg {
    fill: #fff;
}
.user-menu-top button {
    padding: 0px 13px !important;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}
.user-menu-top .dropdown-menu a.dropdown-item {padding: 8px 10px;border-bottom: 1px solid #dbdbdb;transition: all .5s;width: 200px;}
.user-menu-top .dropdown-menu a.dropdown-item:hover {
    background: var(--c1);
    color: #fff;
}
.user-menu-top .dropdown-menu a:last-child {
    background: #333;
    width: 100%;
    display: block;
    color: #fff;
    padding: 9px 10px;
}
.user-menu-top .dropdown-menu {
    padding: 0;
}
.user-menu-top .dropdown-menu a:last-child:hover {
    background: var(--c1);
}
section.user-registration.pt-5 {
    margin-top: -130px;
    position: relative;
}
.user-menu-top .dropdown-toggle:after {
    display: none;
}
.product-image-slider-item {
    border-radius: 10px;
    overflow: hidden;
}
.product-image-slider {
    margin-bottom: 10px;
}
.product-thumb-slider .product-thumb-slider-item {
    margin: 0px 3px;
    border-radius: 6px;
    overflow: hidden;
    opacity: .6;
}
.product-thumb-slider-item.slick-current {
    opacity: 1;
}
.product-thumb-slider ul.slick-dots li button:before {
    width: 20px;
    height: 4px;
    background: #000;
    font-size:0 ;
}
.product-detail-content h4 {
    font-size: 16px;
}
.product-detail-content h2 {
    font-weight: 700;
    font-size: 22px;
}
.product-image-slider .product-image-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-thumb-slider .product-thumb-slider-item {
    height: 100px;
}
.product-thumb-slider .product-thumb-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-image-slider .product-image-slider-item {
    height: 600px;
}
.additional-info ul.additional-info-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.additional-info ul.additional-info-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 49.666667%;
    max-width: 49.666667%;
    padding: 10px 0px;
    display: flex;
}
.additional-info ul.additional-info-list li span:first-child {
    font-weight: bold;
    width: 48%;
}
.product-view-page .additional-info {
    padding: inherit;
    background: #eee;
}
.product-view-page .product-description {
    margin: 40px 0 10px;
    border-top: 1px solid #e4e4e4;
    padding: 20px 19px;
}
.product-view-page .additional-info h4 {font-weight: 700;}
.product-view-details {
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    padding: 20px 19px;
    border-radius: 10px;
}
.product-image-slider .slick-arrow {
    width: 35px;
    height: 40px;
    background: #222;
	z-index:9;
}
.product-image-slider .slick-arrow:before {
    display: none;
}
.product-image-slider .slick-arrow:before {
    display: none;
}
.product-image-slider .slick-arrow i {
    color: #fff;
    font-size: 23px;
}
.product-image-slider .slick-prev {
    left: 10px;
}
.product-image-slider .slick-next {
    right: 10px;
}
.postads-archive-item-image {
    height: 282px;
    display: block;
    position: relative;
}
.postads-archive-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.postads-archive-item-image p {
    background: #ffffff;
    bottom: 0px;
    position: absolute;
    margin-bottom: 0px;
    padding: 4px 13px;
    border-top-right-radius: 7px;
}
.postads-archive-item {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    overflow: hidden;
}
.postads-archive-item-content span.archive-price {
    font-size: 23px;
    font-weight: 700;
    color: var(--c1);
}
.postads-archive-item-content {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.postads-archive-item-content h5 a {
    color: #222;
    font-weight: 600;
}
.archive-seller-contact ul {
    display: flex;
    column-gap: 33px;
}
.archive-seller-contact ul li .author-contact {
    font-weight: 600;
    font-size: 25px;
    color: #222;
}
.archive-seller-contact {
    margin-top: 36px;
}
a.author-email {
    padding: 11px 68px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 19px;
}
a.author-email i {
    margin-right: 10px;
}
.filter-form-field-title {
    padding: 8px 12px;
    font-weight: 600;
    font-size: 15px;
}
.filter-form-field {
    padding: 15px 13px;
}
.filter-form-field-item {
    border: 1px solid #dbdbdb;
    margin-bottom: 6px;
    border-radius: 2px;
    overflow: hidden;
}
.filter-form-field-title i.fal.fa-plus {
    position: absolute;
    right: 0;
    top: 0px;
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filter-form-field-title {
    position: relative;
}
.filter-form-field {
    display: none;
}
.filter-form-field-title.active {
    background: var(--c1);
    color: #fff;
}
.filter-form-field-title.active i:before {
    content: "\f068";
}
.filter-form-field-title i:before {
    width: 23px;
    height: 23px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.keyword-search {
    position: relative;
}
.keyword-search button {
    position: absolute;
    right: 11px;
    background: var(--c1) !important;
    border-color: var(--c1) !important;
    bottom: 0;
}
.ads-list-item {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-bottom:10px;
}
.ads-lsit-details {display: flex;flex-direction: column;justify-content: center;padding: 10px 15px;}
.ads-lsit-actions ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    column-gap: 18px;
}
.ads-lsit-actions ul li a {
    font-size: 22px;
}
a.delete-list-item {
    color: red;
}
a.edit-list-item {
    color: #000;
}
.ads-lsit-details h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
span#btn-loading {
    display: none;
}
.contact-dealer-details h5 strong {
    text-transform: uppercase;
}
div#loanCalVdp {
    padding: 20px;
    background: #eee;
    display: none;
}
h3.loan-title-mobile {
    font-weight: 600;
}
.loan-buttons-estimate {
    padding: 10px 29px;
    background: #000;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}
a.wishlist-trigger {
    position: absolute;
    top: 12px;
    font-size: 16px;
    right: 11px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.ads-lsit-details p {
    margin-bottom: 0;
    font-size: 14px;
}
.ads-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* //saved list page css start */

.saved-list-item .postads-archive-item-image {
    height: 188px;
}
.saved-list-item a.author-email {
    padding: 10px 28px;
    font-size: 15px;
}
.saved-list-item .archive-seller-contact {
    margin-top: 18px;
}
.saved-list-item ul li .author-contact {
    font-size: 16px;
}
.saved-list-item .postads-archive-item-content h5 a {
    font-size: 18px;
}

/* //saved list page css end */
.saved-message {
    position: absolute;
    right: 33px;
    top: 13px;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding-right: 19px;
	display:none;
}
.filter-form-field-submit button {
    margin-top: 18px;
    background: var(--c1);
    color: #fff;
    border: 0;
    padding: 5px 15px;
    cursor: pointer;
    transition: .4s all;
}
.filter-form-field-submit button:hover {
    background: #222;
}
#post-ads-filter select.form-control {
    height: 31px !important;
}
form#post-ads-filter .form-control {
    padding: 0.175rem 0.75rem;
}
.filter-form-field label {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
}
div#posts-loader img {
    width: 39px;
    margin: 0 auto;
}
div#posts-loader {
    display: none;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 200px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
}
.related-post-description span {
    color: #858585;
    font-size: 14px;
    text-transform: capitalize;
}
.related-post-description h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 14px;
}
.related-post-description p {
    margin-bottom: 0px;
    font-weight: 600;
}
.related-posts .slick-track {
    margin-left: 0;
}
.related-post-image img {
    height: 168px;
    width: 100%;
    object-fit: cover;
}
.related-post-description {
    padding: 6px 0px;
}
.related-post-description h6 a {
    color: #000;
    font-weight: 500;
}
.sidebar-menu ul li.current-menu-item a {
    background: var(--c1);
    color: #fff;
}
.sidebar-menu h3 {
    padding: 0px 17px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 9px;
}
.user-image span {border-radius: 100%;overflow: hidden;background-color: rgb(233, 236, 239);}
input#user-image {
    display: none;
}
.upload-btn {
    color: #fff !important;
}
img#user-image-src {
    width: 125px;
    height: 125px;
    object-fit: cover;
}
div#chat-trigger i {
    font-size: 24px;
    margin-left: 11px;
    top: -16px;
}
/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

/* chat css start */


#frame {
  min-width: 360px;
  max-width: 1000px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #search {
    display: none;
  }
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#frame #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame .content {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 39px;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    /* width: calc(100% - 340px); */
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
  height: 40px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 735px) {
  #frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#frame .content .messages ul li img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  float: left;
}
#frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #32465a;
  padding-left: 4px;
}
#frame .content .message-input .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 50px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  border-radius: 3px;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

/* chat css end */
#frame .content .messages ul li img {
    height: 22px;
    object-fit: cover;
    width: 22px;
}
.all-messages ul li a {
    color: #000;
    font-size: 21px;
    display: inline-block;
    padding: 6px 17px;
    font-weight: 600;
    background: #fcfcfc;
    margin-bottom: 27px;
    border-radius: 6px;
}
.all-messages li {
    margin: 0px !important;
    width: 100% !important;
}
.all-messages {
    padding: 20px;
}
.contact-dealer-details h4 a {
    color: #000;
}
.ads-lsit-details h5 a {
    color: #222;
}
.user-info-wrap .user-info {
    display: flex;
    align-items: center;
    column-gap: 11px;
    background: #000;
    color: #fff;
    padding: 6px;
}
.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
}
.user-info h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
}
.all-messages span.notifications {
    font-size: 14px;
    margin-left: 13px;
}

.all-messages span.notifications span.notifications-count {
    background: red;
    width: 19px;
    height: 20px;
    border-radius: 100px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    justify-content: center;
}
.pagination {
    text-align: center;
    justify-content: center;
}
//Use the following code to hide h2 tag
.screen-reader-text {
    display: none;
}
.page-numbers {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none!important;
}
.current {
    background-color: var(--c1);
    color: #fff;
}
.archive-navigation {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}
.header-btn {
    display: flex;
    flex-wrap: wrap;
}
.header-btn a.btn-1 {
    width: unset;
    padding: 10px 20px;
    transition: .3s all;
}
.header-btn a.btn-1:hover {
    background: var(--c1);
    color: #fff;
}
.add-more-images h5 {
    padding-top: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.form-section-1 .wp-editor-tabs button {
    display: none;
}
.image-uploader .upload-text {
    background: #e1e1e1;
}
.user-registration-form  h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: black;
}
span#charector-count {
    float: right;
}
.form-disabled-message {
    color: red;
    font-size: 14px;
}

.header-btn a.btn-1 {
    background: none;
    text-decoration: underline;
}
.home-postads-image img {
    height: 100%;
    object-fit: contain;
    background: #eee;
    transition:.4s all;
}
.home-postads-content {
    padding: 13px 0px;
    text-align: center;
}
.home-postads-content a {
    font-size: 20px;
    color: #000;
}
.home-postads-box {
    border: 1px solid #eee;
    margin-bottom: 50px;
    transition: .4s all;
}
.home-postads-image:hover img {
    transform: scale(1.1);
}
.home-postads-image {
    height: 235px;
    overflow: hidden;
}
.home-postads-box:hover {
    box-shadow: -3px 0px 21px -8px rgba(0,0,0,0.5);
}
.heading h2 {
    font-size: 35px;
}
.mobile-account-links {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    gap: 21px;
    background: #020202;
    padding: 0px 8px;
}
.mobile-account-list ul {
    display: flex;
    justify-content: space-around;
}
.mobile-account-list ul li a {
    color: #bbb;
    font-size: 22px;
}
.mobile-account-list ul li {
    padding: 10px 12px;
    border-right: 1px solid #3e3e3e;
}
.responsive-inner h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.user-registration-form .title-style-1 {
    margin-top: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.content .wp-caption {
    width: 100% !important;
}
.single .content ul {
    padding-left: 37px;
    list-style: disc;
    line-height: 30px;
    margin-bottom: 12px;
}
.single .content a {
    color: #000;
    text-decoration: underline;
}
.single .content a:hover {
    color: var(--c1);
}
.single .content ol {
    line-height: 32px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*
     FILE ARCHIVED ON 22:00:33 Jul 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:41:52 Jun 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.842
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 10.572
  LoadShardBlock: 132.532 (3)
  PetaboxLoader3.datanode: 196.508 (5)
  load_resource: 243.002
  PetaboxLoader3.resolve: 87.992
  loaddict: 124.341
*/