/* category */
.category_icon {
    background: #F5F3FD;
    border-radius: 20px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s linear;
}
.category_icon:hover {
    /*transform: scale(1.03);*/
    background: #e4defb;
    transition: all .5s linear;
}
.category_icon img {
    max-width: 50px;
    max-height: 50px;
    will-change: transform;
}
.category_wrap {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.category_wrap span {
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-top: 10px;
}
.trending_liztings_wrap {
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all .5s linear;
}
.trending_liztings_image {
    height: 170px;
    position: relative;
    transition: all .5s linear;
    overflow: hidden;
}
.trending_liztings_image .item{
    height: 170px;
}
.trending_liztings_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.trending_liztings_details {
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.price {
    background: #fff;
    box-shadow: 2px 2px 4px 0px #0000000F;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 5px 10px;
    color: #28C76F;
    font-size: 15px;
    border-radius: 0px 0px 4px 0px;
    font-weight: 400;
}
.like {
    width: 30px;
    height: 30px;
    background: #00000099;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    border-radius: 50px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fav_active {
    color: #fb4040;
}
.trending {
    background: #6C5CE7;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    right: 10px;
}
.trending_liztings_details h6 {
    color: #171717;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.radio_style .form-control {
    font-size: 14px;
}
.others {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.others span {
    color: #8D8D8D;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.others span iconify-icon {
    margin-right: 5px;
    color: #000000ab;
}
.property_slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.property_slider .owl-dots button{
    width: 20px;
    height: 2px;
    margin: 0 2px;
    background: #A3A3A3CC!important;
    border-radius: 20px!important;
}
.property_slider .owl-dots .active{
    background: #222831!important;
}
.property_slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.trending_liztings_wrap:hover .owl-nav{
    display: flex;
}
.property_slider .owl-nav button{
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 0px #0000001A;
}
.lizting_wrap {
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #DFDFDF;
    display: block;
    transition: 0.3s linear;
    margin-bottom: 2px;
}
.lizting_wrap:hover img{
    transform: scale(1.04);
    transition: 0.3s linear;
}
.lizting_img {
    height: 150px;
    transition: 0.3s linear;
}
.lizting_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}
.lizting_details {
    padding: 10px;
}
.lizting_details h6 {
    color: #171717;
    font-size: 15px;
    font-weight: 500;
    min-height: 35px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
#recently_added_near_you {
    margin-bottom: 40px;
}
.rec_view {
    margin-bottom: 40px;
}
.common_price {
    color: #28C76F;
    font-size: 15px;
    font-weight: 400;
}
.lizting_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.lizting_slider .owl-nav button{
    width: 35px;
    height: 35px;
    background: #fff!important;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 0px #0000001A;
    transition: all .5s linear;
}
.sub_category_select_wrap ul li a:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #6c5ce716;
    transition: all .5s linear;
    color: #6c5ce7;
}
.lizting_slider .owl-nav .owl-prev {
    left: -20px;
    position: absolute;
}
.lizting_slider .owl-nav .owl-next {
    right: -20px;
    position: absolute;
}
.lizting_slider .owl-nav .disabled{
    opacity: 0;
}

.advertisement {
    height: 100%;
    border: 1px solid #6C5CE7;
}
.advertisement a {
    text-decoration: none;
    display: flex;
    height: 100%;
}
.advertisement a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offer_banner img {
    width: 100%;
    height: 100%;
}
.list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list ul li{
    width: 20%;
    padding-right: 10px;
    float: left;
}
.list_wrap {
    text-decoration: none;
    height: 200px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all .10s linear;
}
.list_wrap:hover img {
    transform: scale(1.04);
    filter: grayscale(1);
    transition: all .10s linear;
}
.list_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .10s linear;
}
.list_wrap:hover .list_title{
    bottom: -100%;
    transition: all .5s linear;
}
.list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 77.65%);
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: end;
    transition: all .5s linear;
}
.list_title h6 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.offer_banner2 img {
    width: 100%;
}
.cta_left h6 {
    color: #171717;
    font-size: 24px;
    font-weight: 500;
}
.cta_left p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.cta_wrap span {
    min-width: 40px;
    height: 40px;
    background: #00ADB5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.cta_wrap {
    display: flex;
    align-items: center;
}
.cta_wrap h6 {
    color: #808080;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.cta_wrap a{
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    color: #171717;
}
/* footer */
footer {
    background: #222831;
    padding-top : 50px;
}
.ftr_left h6 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
}
.ftr_left p {
    color: #F6F6F6;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    width: 370px;
}
.ftr_input {
    background: #31363D;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.email_input {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.email_input::placeholder{
    color: #908F8F;
    font-size: 14px;
    font-weight: 400;
}
.ftr_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #484c5245;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.ftr_top_left {
    display: flex;
    align-items: center;
    width: 545px;
    margin-bottom: 30px;
}
.ftr_top_left p {
    color: #F6F6F6;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.ftr_logo img {
    width: 108px;
}
.ftr_logo {
    border-right: 1px solid #484c5245;
    padding-right: 20px;
    margin-right: 20px;
}
.ftr_title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ftr_input::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../../images/main/go.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(0%, -50%);
}
.news_latter_input{
    width: 10%;
    opacity: 0;
    position: relative;
    z-index: 99;
}
.quick_links a {
    text-decoration: none;
    color: #C3C3C3 !important;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin-bottom: 10px;
    transition: all .5s linear;
    cursor: pointer;
}
.quick_links a:hover{
    color: #00ADB5!important;
}
.copy_right {
    margin-top: 30px;
}
.copy_right_wrap p{
    margin: 0;
    color: #CBCBCB;
    font-size: 12px;
    font-weight: 400;
}
.copy_right_wrap p a{
    color: #CBCBCB;
    text-decoration: none;
}
.social_media{
    display: flex;
}
.social_media a {
    width: 38px;
    height: 38px;
    background: #333B4780;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    transition: all .5s linear;
}
.social_media a:hover{
    background: #00ADB5;
    transform: scale(.9);
    transition: all .5s linear;
}
.copy_right_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border-top: 1px solid #484c5245;
}
/* privacy policy */
.privacy_policy_wrap {
    display: inline-block;
    width: 100%;
}
.privacy_policy_left {
    width: 20%;
}
.privacy_policy_right{
    width: 80%;
    float: right;
}
.privacy_policy_right ul li{
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .privacy_policy_left ul .active{
    background: #00ADB5;
  }
  .privacy_policy_left ul .active a{
    color: #fff;
  }
 .privacy_policy_right ul {
    padding-left: 15px;
  }
  #privacy_policy h6 {
    color: #171717;
    font-size: 20px;
    font-weight: 600;
}
  #privacy_policy h1{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
  }
  .privacy_policy_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
.privacy_policy_left ul li a {
    text-decoration: none;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    border-bottom: 1px solid #DFDFDF;
    display: inline-block;
    width: 100%;
}
.privacy_policy_left {
    padding-right: 40px;
}
/*.privacy_policy_left ul li {*/
/*    padding: 10px 20px;*/
/*    border-bottom: 1px solid #DFDFDF;*/
/*}*/
.privacy_policy_left ul li:last-child a{
    border: 0;
}
  .effective_date {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
  }
  .width_80 {
    width: 80%;
    margin: auto;
  }
  #privacy_policy table {
    border-color:#e8e8e8;
    font-size: 14px;
  }
.modal-content{
    border: 0;
}
.register_content_popup {
    padding: 35px 10px 20px 10px;
}
.left-side {
    display: inline-block;
    position: sticky;
    top: 10px;
    float: left;
}
.list_left{
    width: 25%;
    padding-right: 35px;
}
.project_tab {
    display: inline-block;
    width: 100%;
}
.list_right {
    width: 75%;
    float: right;
}
.list_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.list_bottom ul li {
    width: 20%;
    float: left;
    padding-right: 6px;
    margin-bottom: 10px;
}
.list_image {
    height: 130px;
    position: relative;
}
.list_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
    will-change: transform;
}
.list_content h6 {
    color: #171717;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-height: 40px;
}
.active>.page-link, .page-link.active {
    border: 0!important;
}
.list_wrapper {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    overflow: hidden;
    height: 270px;
    box-shadow: 1px 1px 3px 0px #0000001A;
    transition: all .5s linear;
}
.list_wrapper:hover img{
    transform: scale(1.05);
    transition: all .5s linear;
}
.ad_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.list_content {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
.list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list_top p {
    color: #7F7F7F;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}
.sort {
    border: 1px solid #DFDFDF;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: 500;
}
.sort select{
    border: 0;
    background: transparent;
    margin-left: 2px;
}
.list_filter {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
.filter_head {
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clear_all_btn {
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 5px;
    background: #fe000000;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #fe0000;
    color: #fe0000;
}
.categories_select_list {
    padding: 15px 20px;
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    width: 100%;
    overflow-y: auto;
}
.categories_select_list::-webkit-scrollbar
{
  height: 10px;
  background-color: #DFDFDF;
}
.categories_select_list::-webkit-scrollbar-thumb
{
  background-color: #b4b4b4;
  margin: 5px;
}
.categories_select_list span {
    background: #00adb51c;
    color: #00adb5;
    border: 1px solid #00adb5;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 4px 7px ;
    font-size: 11px;
    margin-right: 5px;
    justify-content: center;
    width: fit-content;
    text-transform: capitalize;
    white-space: nowrap;
}
.categories_select_list span button {
    border: 0;
    margin-left: 5px;
    display: flex;
    color: #00adb5;
    font-size: 14px;
}
.active_list {
    font-size: 12px;
    padding: 5px 10px 5px 25px;
    background: #ffffff;
    width: fit-content;
    border-radius: 20px;
    text-transform: capitalize;
    color: #7060e8;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #7060e8;
    background: #7060e81f;
}
.active_list::after {
    position: absolute;
    content: '';
    left: 6px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7060e8;
    transform: translate(0%, -50%);
    text-decoration: blink;
	/* -webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate; */
}
@keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
.filter_head h6 {
    color: #171717;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.filters {
    padding: 0px 20px 10px;
    height: 492px;
    overflow-y: auto;
}
.accordion-item:last-of-type {
    border-radius: 0;
}
.filters .accordion-button {
    font-size: 15px;
    font-weight: 500;
    color: #171717;
    padding: 10px 0px;
    text-transform: capitalize;
}
.filters .accordion-body {
    padding: 0;
}
.filters .accordion-item {
    border: 0;
    padding: 5px 0px;
}
.filters .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
.filters .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.radio_style [type="radio"]:checked,
.radio_style [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio_style [type="radio"]:checked + label,
.radio_style [type="radio"]:not(:checked) + label
{
    padding-left: 28px;
}
.radio_style [type="radio"]:checked + label:before, .radio_style [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio_style [type="radio"]:checked + label:after, .radio_style [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #7060e8;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio_style [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio_style [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio_style .form-group label {
    position: relative;
    cursor: pointer;
    color: #171717;
    font-size: 13px;
    font-weight: 400;
}
.radio_style .form-group {
    margin-bottom: 7px;
}
.filter_body .scroll_wrap {
    max-height: 160px;
    overflow: auto;
}
.scroll_wrap::-webkit-scrollbar
{
  width: 5px;
}

.scroll_wrap::-webkit-scrollbar-thumb
{
  background-color: #c2c2c2;
  margin: 5px;
}
.category_accordian h6 {
    color: #6C5CE7;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin: 0;
}
.filter_body{
    margin-bottom: 20px;
}
.filter_body .accordion-button {
    padding: 3px 0px;
}
/* .filter_body{
    height: 200px;
}

.filter_body::-webkit-scrollbar
{
  width: 5px;
} */

.filter_body::-webkit-scrollbar-thumb
{
  background-color: #c2c2c2;
  margin: 5px;
}
.category_accordian h6::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #6C5CE7;
    transform: translate(0%, -50%);
}
#category_slider .owl-dots button {
    width: 6px;
    height: 6px;
    background: #e7e7e7 !important;
    border-radius: 50px;
    margin: 0 2px;
}
#category_slider .owl-dots .active {
    width: 12px;
    background: #6e5fe7 !important;
}
/* #category_slider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
} */
.admin_name iconify-icon {
    color: #00adb5;
    margin-left: 5px;
    font-size: 20px;
}
 .trending_liztings .col-lg-3:nth-last-child(-n+4) .trending_liztings_wrap, 
 .trending_liztings .col-md-4:nth-last-child(-n+4) .trending_liztings_wrap,
 .trending_liztings .col-sm-6:nth-last-child(-n+4) .trending_liztings_wrap,
 .trending_liztings .col-6:nth-last-child(-n+4) .trending_liztings_wrap  {
   margin-bottom: 0;
 }
.filter_body .accordion-button::after{
    display: none;
}
.category_accordian {
    width: 100%;
}
.b_border{
    border-bottom: 1px solid #DFDFDF!important;
}
.category_check {
    padding-left: 20px;
}
.accordion-button::after {
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236A6A6A' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236A6A6A' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5'/%3E%3C/svg%3E");
}
.type_amount input {
    border: 1px solid #DFDFDF;
    padding: 10px 20px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    width: 47%;
}
.type_amount input::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
}
.type_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter_price button {
    border: 0;
    background: #00ADB5;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.filter_make input {
    border: 1px solid #DFDFDF;
    padding: 10px 20px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px;
}
.filter_make input::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
}
.advertisement_panel {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
}
.advertisement_panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.chat_profile_right .tab-pane {
    /* padding-top: 30px; */
    background-color: #fff;

}
.list_pagination li span, .list_pagination li a {
    text-decoration: none;
    color: #171717;
    font-size: 13px;
    font-weight: 500;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.list_pagination li a:hover {
    color: #000;
}
ul.pagination li{
    display: contents!important;
}
.pagination p {
    margin: 0;
}
.list_pagination .active span{
    background: #00ADB5;
}
.blog_list .list_wrap {
    margin-bottom: 20px;
}
.blog_list .list_wrap  .list_title h6 {
    font-size: 16px;
}
.blog_category {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #8d8d8d21;
}
.blog_category a {
    text-decoration: none;
    color: #8D8D8D;
    padding: 0px 10px 15px 10px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #00acb500;
}
.blog_category .active {
    color: #00adb5;
    font-weight: 600;
    border-bottom: 2px solid #00adb5;
}

/* blog detail */
.blog_title {
    color: #1e1e1e;
    font-size: 26px;
    font-weight: 600;
}
.date {
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 13px;
}
.date iconify-icon{
    margin-right: 5px;
    font-size: 20px;
}
.blog_image {
    margin: 20px 0px;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
}
.blog_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_left {
    width: 70%;
    float: left;
}
.blog_right {
    width: 30%;
    float: right;
    padding-left: 40px;
}
.blog_details {
    display: inline-block;
    width: 100%;
}
.blog_left h6 {
    font-size: 20px;
    font-weight: 600;
}
.recent_blogs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent_blogs ul li {
    padding: 10px 0px;
}
.recent_blogs ul li:first-child{
    padding-top: 0;
}
.recent_blogs ul li:last-child{
    padding-bottom: 0;
}
.recent_blogs ul li a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.recent_post_img {
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
    height: 75px;
}
.recent_post_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent_post_content {
    width: 70%;
    padding-left: 20px;
}
.recent_post_content h6 {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.recent_blogs
 {
    border-top: 1px solid #1e1e1e30;
    padding-top: 10px;
}
.recent_blogs h4 {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
  .blog_left ul {
    padding-left: 20px;
}
.blog_left ul li {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
#wrapper .social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-190px);
    opacity: 0;
    transition: .5s;
    position: absolute;
}
  #wrapper input[type="checkbox"]{display:none;}
  #wrapper .checkbox:checked ~ .social {
    opacity:1;
    transform:scale(1) translateY(-80px);
  }
  
  #wrapper .label {
    background: #00a6ad;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 4px;
  }
  #wrapper .label iconify-icon{
    margin-left: 5px;
    font-size: 18px;
  }
  #wrapper ul {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    list-style: none;
}
#wrapper ul li {
    font-size: 19px;
    cursor: pointer;
    float: left;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
  
  #wrapper ul li:hover {
    color:#fff;
}
  #wrapper ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 35px auto;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e2e2e2;
}
  #wrapper .entypo-twitter{
    background: #14171A;
  }
  #wrapper .entypo-youtube{
    background: #FF0000;
  }
  #wrapper .entypo-facebook{
    background: #4267B2;
  }
  #wrapper .entypo-instagram{
    background: #E1306C;
  }
 .mb_filter_btn {
    display: none;
    margin-bottom: 10px;
 }
 .closebtn {
    display: none;
}
.mb_filter_btn button {
    border: 1px solid #00adb559;
    background: #00adb526;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #292929;
}
.mb_filter_btn button iconify-icon {
    margin-right: 8px;
    font-size: 16px;
    color: #00adb5;
}
#mySidenav2{
    display: none;
  }

  /* contact page */
  .contact_main_title {
    color: #171717;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact_top p {
    color: #4B4444;
    font-size: 16px;
    font-weight: 400;
    width: 920px;
}
.contact_mails {
    background: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    transition: all .5s linear;
}
.contact_mails:hover{
    background: #00ADB5;
    transition: all .5s linear;
}
.contact_mails:hover .mail_wrap span{
    background: #fff;
    color: #00ADB5;
    transition: all .5s linear;
}
.contact_mails:hover a{
    color: #ffffff;
    transition: all .5s linear;
}
#contact {
    background: #FAF9F9;
    padding: 80px 0px;
}
.cm_top {
    padding: 20px;
    height: 140px;
}
.cm_top h6 {
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.cm_top p {
    color: #4B4444;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.mail_wrap {
    border-top: 1px solid #EFEFEF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mail_wrap a{
    color: #00ADB5;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.mail_wrap a iconify-icon{
    margin-left: 20px;
}
.mail_wrap span {
    background: #00ADB5;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.contact {
    width: 85%;
    margin: auto;
}
.contact_left {
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
}
.contact_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_right p {
    color: #4B4444;
    font-size: 16px;
    font-weight: 400;
}
.contact_right {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.contact_top {
    margin-bottom: 40px;
}
.contact_mail_wrap h4 {
    color: #171717;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.contact_content {
    margin-top: 80px;
}
/* product detail */
.product.wrapper {
    margin-bottom: 20px;
}
/* product gallery */
/* zoom */
.zooma-main {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: 500px ! Important;
}
.zooma-main img {
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    opacity: 0;
    top: 0;
    left: 0;
    object-fit: contain;
}
    .zooma-main img.is-loaded {
    position: absolute;
    }
    .zooma-main img.is-active {
    opacity: 1;
    pointer-events: initial;
    }
    .zooma-main img.is-zoomed-in {
    cursor: zoom-out;
    /* width: initial; */
    }
    
    .zooma-thumbnail img {
    display: block;
    width: 100px;
     height: 100px; 
    opacity: 0.5;
    padding: 5px;
    object-fit: cover;
    }
    .like span {
        display: flex;
}
    .zooma-thumbnail img.is-active {
    opacity: 1;
    outline: 1px solid;
    }
    .product__thumbnails.zooma-thumbnail {
        display: flex;
        margin-top: 10px;
    }
.views {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    background: #222831;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: unset;
}
.views iconify-icon{
    margin-right: 5px;
    font-size: 18px;
}
.detail_left {
    width: 70%;
    float: left;
}
.detail_right {
    width: 30%;
    float: right;
    padding-left: 40px;
}
.list_details {
    display: inline-block;
    width: 100%;
}
.product_detail_top {
    display: flex;
    justify-content: space-between;
}
.product_name {
    color: #171717;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 580px;
}
.location {
    display: flex;
    align-items: center;
    color: #3B3737;
    font-size: 15px;
    font-weight: 500;
}
.location iconify-icon {
    color: #00ADB5;
    font-size: 18px;
    margin-right: 5px;
}
.main_price {
    color: #00adb5;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.btn_wrap{
    display: flex;
    align-items: center;
}
.btn_wrap button {
    border: 0;
    border-radius: 4px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #00adb5;
}
.btn_wrap button iconify-icon{
    font-size: 20px;
    margin-right: 5px;
}
.btn_wrap a {
    border: 0;
    border-radius: 4px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #00adb5;
    text-decoration: none;
}
.btn_wrap a iconify-icon{
    font-size: 20px;
    margin-right: 5px;
}
.share_btn {
    background: #00ADB5;
    color: #fff!important;
}
.save_btn {
    background: transparent;
    border: 1px solid #00ADB5 !important;
}
.save_btn iconify-icon{
    color: #00ADB5;
}
.product_detail_left {
    width: 60%;
}
.product_detail_right {
    text-align: right;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.extra_detils ul {
    padding: 30px 0px 0px;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid #E2E2E2; */
}
.extra_detils ul li {
    width: 50%;
    float: left;
    text-align: left;
    /* border-left: 1px solid #22283121; */
    /* min-height: 80px; */
    padding: 0px 30px;
}
.extra_detils ul li:nth-child(even) {
    padding-right: 0;
}
.extra_detils ul li:nth-child(odd) {
    padding-left: 0;
}
.extra_detils ul li:first-child{
    border: 0;
}
.extra_detils ul li:nth-child(4n + 1) {
    border: 0;
} 
.extra_detils ul li h6 {
        color: #4B4444;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    text-align: left;
    width: 46%;
    padding-right: 15px;
    min-height: 34px;
    display: flex;
    align-items: center;
}
.extra_detils02 {
    padding: 20px 0px;
}
.extra_detils02 ul {
    padding: 0;
    border-bottom: 0;
}
.extra_detils ul li h6 img {
    margin-right: 8px;
    display: none;
}
.extra_detils ul li div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.extra_detils ul li span {
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    display: block;
    text-align: right;
}
.product_description {
    padding: 20px 0px;
}
.product_description h4{
    color: #171717;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}
.product_description h6{
    color: #171717;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.list_bg {
    background: #FAF9F9;
    border-radius: 8px;
    padding: 25px 25px;
    margin-bottom: 15px;
}
#related_list_slider .trending_liztings_details h6 {
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 35px;
}
#related_list_slider .trending_liztings_image {
    height: 135px;
}
.chat_wrapper {
    background: #FAF9F9;
    border-radius: 8px;
    padding: 30px 25px;
}
.chat_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.chat_profile_img {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50px;
}
.submitbtn {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
}
.chat_profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.p_left {
    display: flex;
    align-items: center;
}
.p_details h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.chat_profile .p_details h6{
    display: flex;
    align-items: center;
}
.chat_profile .p_details h6 iconify-icon {
    color: #00adb5;
    margin-left: 5px;
}
.post_time {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 400;
}
.chat_profile a {
    color: #00ADB5;
    font-size: 32px;
}
.go_chat_btn {
    text-decoration: none;
    background: #00ADB5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}
.go_chat_btn:hover{
    color: #ffffff;
}
.go_chat_btn img{
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.report_ad {
    text-decoration: none;
    color: #5C5C5C;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    border: 0;
    background: transparent;
}
.report_problem_wrap .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.report_ad:hover{
    color: #00ADB5;
}
.report_problem_wrap h6 {
    color: #171717;
    font-size: 22px;
    margin-bottom: 20px;
}
.describe_report textarea {
    width: 100%;
    border: 1px solid #00000025;
    border-radius: 4px;
    padding: 10px 10px;
    resize: none;
    outline: none;
    box-shadow: none;
    height: 100px;
    font-size: 14px;
}
.bottom_chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.ad_id {
    font-size: 13px;
    font-weight: 500;
    color: #232323;
}
.report_problem_wrap {
    padding: 20px;
}
.describe_report textarea::placeholder{
    font-size: 14px;
}
.describe_report {
    margin: 20px 0px 20px;
}
.report_btn {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    width: 100%;
}
.report_check .form-group label {
    font-size: 14px;
}
.send_message_wrap .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.alert_img {
    text-align: center;
    margin-bottom: 20px;
}
.alert_img img {
    width: 80px;
}
.chat_now_btn {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.send_message_wrap {
    padding: 20px;
}
.alert_points{
    margin-bottom: 20px;
}
.alert_points ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.alert_points ul li {
    font-size: 14px;
    position: relative;
    color: #5C5C5C;
    padding-left: 25px;
    margin-bottom: 7px;
}
.alert_points ul li::after{
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2300ADB5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M12 16h.008M12 10v3m-1.425-7.783L3.517 17a1.667 1.667 0 0 0 1.425 2.5h14.116a1.666 1.666 0 0 0 1.425-2.5L13.426 5.217a1.666 1.666 0 0 0-2.85 0'/%3E%3C/svg%3E");
}
.chat_now_btn:hover {
    color: #ffffff;
}
.alert_points h6 {
    text-align: center;
    color: #171717;
    font-size: 22px;
    margin-bottom: 20px;
}
.advertisement_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advertisement_area{
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}
#related_list_slider .owl-nav {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
#related_list_slider .owl-nav button{
    width: 35px;
    height: 35px;
    background: #fff!important;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 0px #0000001A;
}
#related_list_slider .owl-nav .owl-prev {
    left: -20px;
    position: absolute;
}
#related_list_slider .owl-nav .owl-next {
    right: -20px;
    position: absolute;
}
/* chat profile */
.chat_profil{
    display: inline-block;
    width: 100%;
}
.chat_profile_left {
    width: 30%;
    padding-right: 10px;
}
.chat_profile_right {
    width: 70%;
    float: right;
    margin-top: 75px;
    padding-left: 25px;
}
.chat_profile_wrap {
    background: #fff;
    box-shadow: 7px 0px 20px #76767642;
    padding: 15px 15px;
    border-radius: 15px;
    height: 100%;
    text-align: center;
}
.chat_profile_right .common_price {
    margin-top: 10px;
    display: block;
}
.chat_profile_right .trending_liztings_details h6{
    font-size: 16px;
}
.chat_profile_right .trending_liztings_image {
    height: 150px;
}
.chat_profile_main_wrap .chat_profile_img{
    /* margin: auto; */
    width: 85px;
    height: 85px;
    position: relative;
}
.admin_name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.chat_details span {
    color: #8D8D8D;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.chat_details span iconify-icon {
    margin-right: 8px;
    font-size: 15px;
    color: #44c77d;
}
.user_verified {
    margin-top: 3px;
}
.user_verified h6 {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
}
.user_verification_icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.user_verification_icons .user_icons {
    width: 26px;
    height: 26px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #00ADB5;
    margin: 0 2px;
    font-size: 18px;
}

/* dlt account alert */
.dlt_accound_alert .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.dlt_accound_alert h6 {
    color: #171717;
    font-size: 22px;
    margin-bottom: 10px;
}
.dlt_accound_alert p{
    font-size: 13px;
    font-weight: 400;
    color: #171717;
}
.alert_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
}
.alert_btn_wrap button {
    border: 0;
    margin-left: 10px;
    border-radius: 2px;
    padding: 4px 13px;
    font-size: 13px;
    background: #f2f2f2;
    color: #3c3c3c;
    transition: all .5s linear;
}
.yes_btn:hover{
    background: #00ADB5;
    color: #fff;
    transition: all .5s linear;
}
.cancel_btn:hover{
    background: #e4e4e4;
    transition: all .5s linear;
}
#delete_account .modal-dialog {
    max-width: 400px;
}
.dlt_accound_alert {
    padding: 10px;
}
.profile_share_btn iconify-icon{
    margin-right: 5px;
    font-size: 20px;
}
.profile_share_btn {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_share_btn:hover{
    color: #fff;
}
.report_user_btn {
    border-radius: 4px;
    border: 1px solid #00ADB5;
    color: #00ADB5;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.report_user_btn iconify-icon{
    margin-right: 5px;
    font-size: 20px;
}
.report_user_btn:hover{
    color: #00ADB5;
}
/* empty */
.empty_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.empty_content img {
    width: 70px;
    opacity: .3;
    margin-bottom: 10px;
}
.empty_content h6 {
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 5px;
}
.ad_filter {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 20px;
}
.ad_category {
    border: 1px solid #DFDFDF;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: 500;
}
.ad_type {
    border: 1px solid #DFDFDF;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #7F7F7F;
    margin-left: 10px;
    font-weight: 500;
}
.ad_filter select {
    border: 0;
    background: transparent;
    margin-left: 2px;
}
.ads_main_wrap {
    border-radius: 15px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}
.bg_dim {
    pointer-events: none;
    opacity: .5;
}
.ad_status span {
    text-align: center;
    font-size: 12px;
    border-radius: 25px;
    padding: 3px 15px;
}
.ad_live {
    border: 1px solid #4BB543;
    color: #4BB543;
    background: #4bb5431f;
}
.draft {
    color: #363f72;
    border: 1.5px solid #D5D9EB;
    background: #F8F9FC;
}
.ad_reject {
    color: #C6131B;
    border: 1.5px solid #C6131B;
    background: #f4d0d1;
}
.ad_expired {
    color: #0b0c17;
    border: 1.5px solid #0b0c17;
    background: #ceced1;
}
.under_review {
    color: #e78a33;
    border: 1.5px solid #e78a33;
    background: #ffdf9f;
}
.ads_image {
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.ads_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_category_check img {
    max-width: 56px;
    max-height: 56px;
    object-fit: cover;
}
.ads_bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #EAECF0;
    margin-top: 10px;
    padding-top: 10px;
}
.ad_edit button, .ad_edit a {
    border: 0;
    display: flex;
    text-decoration: none;
    background: transparent;
    color: #6e6e6e;
    font-size: 20px;
    margin-right: 10px;
}
.ad_edit{
    display: flex;
    align-items: center;
}
.continue {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
}
.ad_content_right {
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.save_btn span {
    display: flex;
}
.offer_banner2 img {
    width: 100%;
}
.ad_content_right h6 {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 2px;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ad_content_right span {
    font-size: 12px;
    color: #828282;
    display: block;
    width: 100%;
}
.ad_status {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.ads_bottom p {
    font-size: 13px;
    font-weight: 400;
    color: #828282;
    margin: 0;
}
.catpopup .modal-dialog {
    max-width: 800px;
}
.catpopup .btn-close {
    position: absolute;
    right: 30px;
    top: 10px;
}
.catpopup h1 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
}
.catpopup h6 {
    color: #171717;
    font-size: 20px;
    font-weight: 600;
}
.personals_content {
    padding: 20px;
}
.personals_content ul li {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.personals_content ul {
    padding-left: 15px;
}
.personals_btn {
    display: flex;
    margin-top: 20px;
}
.personals_btn button {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
    font-size: 15px;
    background: #eeeeee;
    margin-right: 10px;
    border: 0;
}
.personals_btn a {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
    font-size: 15px;
    background: #00adb5;
    color: #fff;
}

/* about page */
.about_left {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.about_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_right {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.about_right h4 {
    color: #171717;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.head_center {
    text-align: center;
    margin-bottom: 40px;
}
.head_center h4 {
    margin-bottom: 10px;
}
.why_choose_wrap {
    background: #FAF9F9;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 20px;
    height: 300px;
}
.why_choose_wrap img{
    margin-bottom: 30px;
}
.why_choose_wrap h6{
    color: #171717;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.features_right .accordion-item {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0 !important;
}
.features_right .accordion-button {
    padding: 20px 0px;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}
.features_right .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
.features_right .accordion-button:not(.collapsed) {
    background: transparent;
    color: #00adb5;
}
.features_right .accordion-button::after {
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%2300ADB5' d='M128 24a104 104 0 1 0 104 104A104.13 104.13 0 0 0 128 24m40 112h-32v32a8 8 0 0 1-16 0v-32H88a8 8 0 0 1 0-16h32V88a8 8 0 0 1 16 0v32h32a8 8 0 0 1 0 16'/%3E%3C/svg%3E");
}
.features_right .accordion-button:not(.collapsed)::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300ADB5' fill-rule='evenodd' d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M4 7.5v1h8v-1z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.features_right .accordion-body {
    padding: 30px 0px;
}
#mission_vision {
    display: flex;
}
.mission_left {
    padding: 50px 60px 50px 155px;
    background: #222831;
    height: 390px;
}
.vision_right {
    padding: 50px 155px 50px 60px;
    background: #00ADB5;
    height: 390px;
}
#mission_vision h6 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 300px;
}
#mission_vision p{
    color: #F9F9F9;
}
#about_cta {
    padding: 100px 0px;
    position: relative;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#about_cta::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000A6;
}
.about_cta {
    position: relative;
    z-index: 9;
}
.about_cta_left h4 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
}
.about_cta_right p {
    color: #FFFFFF!important;
}
.about_cta_right {
    width: 500px;
    float: right;
}
.about_cta_right a {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 30px;
    display: flex;
    width: fit-content;
}
/* success page */
#success {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tick_icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #4BB543;
    color: #fff;
    font-size: 40px;
    margin: 0 auto 10px;
}
.success h1 {
    font-size: 36px;
    color: #323232;
    font-weight: 600;
}
.success p {
    color: #585858;
    font-size: 14px;
}
#error {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error h1 {
    font-size: 36px;
    color: #323232;
    font-weight: 600;
}
.error p {
    color: #585858;
    width: 400px;
    margin: auto;
    font-size: 14px;
}
.error img {
    width: 300px;
    animation: bounce .8s ease infinite alternate;
}
@keyframes bounce {
    0% {
        text-shadow:
                    0 5px 0 #ccc,
                    0 2px 3px rgba(0, 0, 0, 1);  
    }
    100% {
      transform:translateY(-10px);
    }
  }
  .bk_hm_btn {
    border-radius: 4px;
    border: 0;
    background: #00adb5;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    width: fit-content;
    margin: 20px auto 0px;
}

/* analytics */
.analytics_chart_box {
    margin-bottom: 20px;
}
.analytics_count {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    height: 120px;
    border: 1px solid #00000014;
}
.analytics_count h6 {
    color: #00adb5;
    font-size: 24px;
    font-weight: 600;
}
.analytics_count h5 {
    font-size: 15px;
    font-weight: 500;
    color: #292929;
    margin: 0;
}
.analytics_count span {
    font-size: 11px;
    color: #858585;
    display: flex;
}
.analytics_tab .nav-link {
    color: #484848;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 0;
    padding-bottom: 10px;
}
.analytics_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00adb5;
    background-color: transparent;
    border-bottom: 1px solid #00adb5;
}
.analytics_tab .nav-pills {
   
    border-bottom: 1px solid #00000014;
}
.analytics_table {
    margin-top: 20px;
}
.analytics_table table thead tr th {
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    padding: 10px;
}
.analytics_table table tbody tr td {
    font-size: 14px;
    color: #7c7c7c;
    padding: 15px 15px;
}
.analytics_table table thead tr th:first-child {
    width: 350px;
}
.analytics_table .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #4b4b4b12;
    color: var(--bs-table-striped-color);
}
.analytics_table table {
    border-color: #0000000a;
}
.analytics_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.analytics_title span {
    font-size: 12px;
    font-weight: 400;
    color: #858585;
}


.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999;
}
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    padding: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: auto;
}
  .popup .close {
    font-size: 26px;
    text-decoration: none;
    color: #030303;
    margin-right: 20px;
    position: relative;
    top: 4px;
}
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  .register_privacy h1 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}
.register_privacy h6 {
    color: #171717;
    font-size: 20px;
    font-weight: 600;
}
.register_privacy ul li {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.register_privacy ul {
    padding-left: 15px;
}
.table-responsive::-webkit-scrollbar
{
  height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb
{
  background-color: #c2c2c2;
  margin: 5px;
}

/* price range */
.range-slider {
	margin: auto;
	text-align: left;
	position: relative;
    display: flex;
}
.range-slider span {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.range-slider span .filternme {
    font-size: 12px;
    margin: 0 0 4px;
    font-weight: 400;
}
.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}
.range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    -moz-appearance: textfield;
    color: #323232;
    padding: 5px;
    border-radius: 4px;
    width: 96%;
    height: 36px;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
	border: 2px solid #ff6347;
}

.range-slider input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

.range-slider input[type=range]:focus {
	outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: #00ADB5;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
	background: #00ADB5;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
	background: #00ADB5;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	animate: 0.2s;
	background: #00ADB5;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #00ADB5;
	height: 15px;
	width: 15px;
	border-radius: 25px;
	background: #00ADB5;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #00ADB5;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #00ADB5;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
	background: #00ADB5;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

.range-slider input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #00ADB5;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}
.reviewstar {
    display: flex;
    border: 0;
    background: transparent;
}
.reviewstar iconify-icon {
    color: #ffa534;
    font-size: 22px;
    margin: 0 -3px;
}
.p_details p {
    font-size: 11px;
    margin: 0;
    cursor: pointer;
}
.review_wrapper {
    width: 100%;
}
.review_wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.starrate {
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
}
.rating {
	display: flex;
	align-items: center;
	grid-gap: .3rem;
	font-size: 22px;
	color: #febc13;
	margin-bottom: 2rem;
}
.rating .star {
	cursor: pointer;
}
.rating .star.active {
	opacity: 0;
	animation: animate .5s calc(var(--i) * .1s) ease-in-out forwards;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.rating .star:hover {
	transform: scale(1.1);
}
.review_wrapper textarea {
        width: 100%;
        background: #fff;
        padding: 1rem;
        border-radius: .5rem;
        border: none;
        outline: none;
        resize: none;
        margin-bottom: .5rem;
        border: 1px solid #00000024;
        height: 150px;
        font-size: 14px;
    }
    .review_btns {
        display: flex;
        justify-content: right;
        margin-top: 10px;
    }
    .review_modal .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .review_modal{
        padding: 20px;
    }
    .review_save{
        border-radius: 4px;
        border: 0;
        background: #00ADB5;
        color: #fff;
        font-size: 15px;
        padding: 4px 13px;
        font-weight: 500;
        text-decoration: none;
    }
    .alert_btn_wrap form{
        display: flex;
    }
    .cancel_btn {
    border: 0;
    margin-left: 10px;
    border-radius: 2px;
    padding: 4px 13px;
    font-size: 13px;
    background: #f2f2f2;
    color: #3c3c3c;
    transition: all .5s linear;
    margin-right: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    }
    .cancel_btn:hover{
        color: #3c3c3c;
    }
    .review_login {
        border-radius: 4px;
        border: 0;
        background: #00ADB5;
        color: #fff;
        font-size: 15px;
        padding: 4px 13px;
        font-weight: 500;
        text-decoration: none;
        display: block; 
        margin: 0 auto; 
    }
    .other_reviews ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .other_reviews {
    background: #fff;
    border-radius: 15px;
    height: 100%;
}
    .other_reviews ul > li {
        display: flex;
        border-bottom: 1px solid #0000000d;
        padding: 15px 0px;
    }
    .other_reviews ul > li:last-child{
        border: 0;
        padding-bottom: 0;
    }
    .other_reviews ul > li:first-child{
        padding-top: 0;
    }
    .reviewer_details {
        text-align: left;
    }
  .review_profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 50px;
    display: inline-block;
}
.replymsg {
    display: flex;
}
    .review_profile img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .reviewer_details{
        margin-left: 10px;
    }
    .others_review iconify-icon {
    font-size: 22px;
    margin: 0 -3px;
}
.reviewcomments {
    padding: 0;
    margin: 7px 0 0;
    display: inline-block;
}
.reviewcomments li iconify-icon {
    color: #00afb4;
    margin-right: 5px;
    font-size: 17px;
}
.reviewcomments li {
    border: 1px solid #00afb4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 4px 9px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
}
.reviewer_details p {
    color: #8D8D8D;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 22px;
}
    .reviewer_details h6 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        display: flex;
        align-items: center;
        color: #303030;
    }
    .others_review {
        display: flex;
        align-items: center;
        margin-left: 10px;
        color: #febd15;
    }

    .starrate p {
    font-size: 12px!important;
    margin-left: 5px!important;
}

.chat_tabs {
    padding: 0 0 6px;
    margin: 0;
    list-style-type: none;
    display: flex;
    border-bottom: 1px solid #8d8d8d21;
}
.chat_tabs .nav-item {
    margin-right: 20px;
}
.chat_tabs .nav-item button.active {
    color: #00afb4;
    
    position: relative;
}
.chat_tabs .nav-item button.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #00afb4;
    display: block;
    position: absolute;
    bottom: -7px;
}
.chat_tabs .nav-item button {
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
}



.rev_bx .reviewcomments {
    padding: 0;
    margin: 7px 0 0;
    display: inline-block;
    width: 100%;
}
.rev_bx .reviewcomments li iconify-icon {
    color: #00afb4;
    margin-right: 5px;
}
.rev_bx .reviewcomments button {
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 13px;
    float: left;
    margin-right: 7px;
    background: transparent;
    color: #d3d3d3;
        width: 31px;
    height: 31px;
    justify-content: center;
}
.reviewcomments1 .active1 {
    margin-bottom: 0;
}

.rev_bx .reviewcomments button.agree {
    border-color: #00afb4;
    color: #00afb4;
}
.rev_bx .reviewcomments button.disagree {
    border-color: #d03636;
    color: #d03636;
}
.reviewcomments1 {
    border: 1px solid #d9d9d9;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
}
.reviewcomments1 h4 {
    font-size: 15px;
}
.describe_report label {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 600;
}
.reportuser {
    margin: 8px 0 0 !important;
    font-size: 12px !important;
    color: #8D8D8D !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.profile_share_btn img {
    filter: invert(1);
    width: 20px;
    margin-right: 7px;
}
.negative iconify-icon {
    color: #d03636 !important;
}
.negative {
    border-color: #d03636 !important;
}

.filtergraph {
    margin: 0 0 20px 0;
}
.topperform {
    color: #00adb5;
    position: relative;
    top: 4px;
    margin-right:5px;
}
.filtergraph .gr_fil {
    background: transparent;
    border: 1px solid #00adb5;
    padding: 0 10px;
    font-size: 14px;
    color: #00adb5;
    border-radius: 4px;
}
.filtergraph .gr_fil.active{
    background: #00adb5;
    border: 1px solid #00adb5;
    color: #fff;
}
.filtergraph_wrap .sort {
    width: 200px;
    display: flex;
    float: right;
}
.filtergraph_wrap .sort select {
    width: 100%;
}
.graph_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.daterange_wrap iconify-icon {
    margin-right: 15px;
    font-size: 18px;
    margin-top: 5px;
}
.myaccount_form_rt .inplogin_bx label span {
    font-size: 11px;
}
.textareainpt {
    padding: 10px;
    border: 1px solid #00000012;
    box-shadow: none;
    outline: none;
    border-radius: 4px !important;
    font-size: 14px;
    width: 100%;
}
.coverimg .input {
    font-size: 12px;
}
.chat_profile_main_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* justify-content: center; */
    gap: 13px;
}
.chat_profile_main_wrap .chat_details {
    text-align: left;
    width: 67%;
}
.chat_profile_main_wrap .chat_details .starrate {
    display: flex;
    align-items: center;
    margin: 0;
}
.chat_profile_main_wrap .chat_details .starrate p{
    margin: 0;
}
.profilecover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.chat_details p {
    font-size: 14px;
    text-align: left;
    color: #8D8D8D;
    margin: 0;
    position: relative;
    padding-left: 13px;
}
#chat_profil {
    position: relative;
    top: -60px;
}
.enquiry_area .form-group {
    margin-bottom: 15px;
}
.enquiry_area .form-control {
    border-bottom: 1px solid #ececece6 !important;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 0px;
    outline: none;
    box-shadow: none;
    border: 0;
    margin-bottom: 15px;
}
.enquiry_area textarea {
    border: 1px solid #ecececc4;
    background: #fff;
    border-radius: 0;
    height: 100px;
    font-size: 14px;
    width:100%;
}
#enquiry_popup .modal-dialog {
    max-width: 400px;
}
.enquiry_area {
    padding: 10px 15px;
}
.enquiry_area h6 {
    color: #171717;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}
.enquiry_area .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.enquiry_table table thead tr th:first-child {
    width: fit-content;
}
.actions {
    display: flex;
    align-items: center;
}
.action_delete {
    background: #b50000;
}
.action_view {
    background: #08a52f;
    margin-right: 5px;
}
.actions button {
    border: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.view_popup .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.view_popup h6 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #4b4b4b;
}
.enquiry_detail_wrap label iconify-icon {
    margin-right: 5px;
    font-size: 15px;
    color: #5f5f5f;
}
.enquiry_detail_wrap label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #464646b3;
    display: flex;
    align-items: center;
}
.enquiry_detail_wrap p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.enquiry_detail_wrap{
    margin-bottom: 30px;
}
.view_popup {
    padding: 20px 16px 0px 16px;
}
.moretext {
    display: none;
  }
  .moreless-button {
    border: 0;
    background: transparent;
    color: #00adb5;
    font-size: 14px;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
}
#view_popup .modal-dialog {
    max-width: 680px;
}
.enquiry_message {
    background: #0000000a;
    padding: 20px;
    border-radius: 4px;
}


.hidden-radio {
    display: none;
  }
  
  /* Common button styling */
  .reviewcomments1 label {
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* Default gray color */
  .reviewcomments1 label iconify-icon {
    color: #d3d3d3;
    font-size: 16px;
  }
  
  /* Selected state styling */
  .agree:checked + label {
    border-color: #00afb4;
    background-color: #e0f7fa;
  }
  .agree:checked + label iconify-icon {
    color: #00afb4;
  }
  
  .disagree:checked + label {
    border-color: #d03636;
    background-color: #fdecea;
  }
  .disagree:checked + label iconify-icon {
    color: #d03636;
  }
  .review_login_container {
    border: 1px solid #8d8d8d21;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
}
.review_login_container h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.social-btn img {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 5px;
}
.social-btn {
    text-decoration: none;
    font-size: 12px;
    color: #3b3b3b;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.social-btn:hover {
    color: #3b3b3b;
}
.share_popup h5 {
    margin-bottom: 30px;
    border-bottom: 1px solid #00000017;
    text-align: left;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
#copyInput {
    color: #5f5f5f;
    font-size: 14px;
    text-align: left;
}
#copyBtn {
    border: 0;
    padding: 10px;
    background: #ffffff;
}
.filtergraph label {
    border-color: #00adb5;
    color: #00adb5;
    font-size: 14px;
    padding: 2px 10px;
}
.filtergraph .btn-check:checked+.btn, .filtergraph .btn.active, .filtergraph .btn.show, .filtergraph .btn:first-child:active, .filtergraph :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #00adb5;
    border-color: #00adb5;
}
.filtergraph .btn-check+.btn:hover {
    color: #00adb5;
    background-color: var(--bs-btn-bg);
    border-color: #00adb5;
}
#datatable_length label {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }

  /* new style */
  .invalid-feedback {
    color: #dc3545 !important;
}
.main_category label{
    height: 100px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #00000012;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    cursor: pointer;
}
.main_category h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #3b3b3b;
}
.main_category:hover img {
    filter: unset;
    opacity: 1;
}
.main_category img {
    width: 40px;
    margin-bottom: 10px;
    filter: brightness(0);
    opacity: .5;
}
.main_category label:hover {
    border-color: transparent;
    background: #6c5ce70f;
}
.main_category input[type="radio"]:checked+label h6 {
    color: #fff;
}
.main_category input[type="radio"]:checked+label img {
    filter: brightness(0) invert(1);
    opacity: 1;
}


/* new style */
.check_info_label label:after {
    display: none;
}
.check_info_label label{
    margin-bottom: 0!important;
}
.check_info_label_wrap {
    display: inline-block;
    width: 100%;
}
.check_info_label {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.check_info_label .btn-check:checked+.btn, .check_info_label .btn.active, .check_info_label .btn.show, .check_info_label .btn:first-child:active, .check_info_label :not(.btn-check)+.check_info_label .btn:active {
    color: #fff!important;
    background-color: #6c5ce7;
    border-color: #6c5ce7;
}
.check_info_label .btn-check+.btn:hover {
    color: #fff!important;
    background-color: #6c5ce7;
    border-color: #6c5ce7;
}
.check_info_label label {
    background: transparent;
    border: 1px solid #d9d9d9;
    color: #bbbbbb !important;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 12px;
}

.list_pagination .pagination {
    display: flex;
}
.menu, .notification_dropdown {
    display: none;
    position: absolute;
}

.menu.active, .notification_dropdown.active {
    display: block;
}
.filter_body input[type=checkbox]:checked {
    opacity: 1;
}
.filter_body input[type=checkbox] {
    accent-color: #7060e8;
    width: 14px;
    height: 14px;
    opacity: .5;
    position: relative;
    top: 2px;
}
#location_suggestions li:hover {
    background: #00adb5;
    color: #fff;
}
#location_suggestions li {
    display: flex;
    color: #424242;
    font-size: 13px;
}
#location_suggestions li iconify-icon {
    margin-top: 4px;
    margin-right: 10px;
    font-size: 20px;
}
.locationwrap p {
    margin: 0;
    max-width: 170px;
}
.locationwrap {
    cursor: pointer;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
}
.loc_tophead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#locationModal .modal-dialog {
    max-width: 360px;
    margin: 0 auto;
}
.product_description ul li {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
}
.p_details a {
    display: flex;
    flex-wrap: wrap;
}
#locationModal .header-top-actions .location_search_wrap {
    margin: 15px 0 5px;
    width: 100%;
}
#locationModal .modal-footer {
    padding: 20px 0 0;
    margin-top: 0;
    gap: 5px;
}
#locationModal .modal-footer button {
    margin: 0;
    width: 49%;
    border: 1px solid #00adb5;

}
#locationModal .modal-footer button.btn-secondary {
    background: transparent;
    color: #00adb5;
    justify-content: center;
}
.btn-secondary {
    background: #ececec;
    border: 0;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
}


#category_slider .owl-nav button:hover{
    background: #6c5ce7;
    color: #fff;
}
#category_slider .owl-nav .owl-next {
    color: #000;
    position: absolute;
    right: -10px;
    top: 25px;
    width: 30px;
    height: 30px;
    background: #fff ;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 1px #0000001A;
}
#category_slider .owl-nav .owl-prev {
    color: #000;
    position: absolute;
    left: -10px;
    width: 30px;
    height: 30px;
    top: 25px;
    background: #fff;
    border-radius: 50%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 4px 1px #0000001A;
}
.aside_location {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.aside_location .changebtn {
    border-radius: 5px;
    border: 0;
    color: #00adb5;
    font-size: 10px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 3px;
}
.aside_location img {
    width: 12px;
    margin-right: 8px;
}
.aside_location p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
#locationModal1 .modal-dialog {
    max-width: 360px;
}
#locationModal1 .modal-dialog {
    max-width: 360px;
}
#locationModal1 .header-top-actions .location_search_wrap {
    margin: 15px 0;
    width: 100%;
}
#locationModal1 .modal-footer {
    padding: 10px 0 0;
    margin-top: 0;
}
#locationModal1 .modal-footer button {
    margin: 0 0 0 10px;
}
.loc_tophead .btn-close {
    position: absolute;
    right: 0;
    font-size: 11px;
    top: -20px;
    filter: brightness(0) invert(1);
    opacity: 1;
}
/*Chat*/
.ch_chathead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ch_chathead p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.ch_chathead p span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}
.green{
    background-color: #00ce17;
    color: #00ce17;
}
.useravailability span {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.red{
    background-color: red;
}
.ch_chathead h4 {
    font-size: 20px;
    margin: 0;
}
.ch_searchipt .chsearch {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #cfcece75;
    padding: 0 20px 0 40px;
    outline: none;
    font-size: 13px;
}
.lastmsg {
    font-size: 14px;
    background: #f0f0f0;
    padding: 0 15px;
    margin: 0;
    padding-bottom: 8px;
}
.ch_searchipt {
    position: relative;
}
.ch_searchipt iconify-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 26px;
    color: #8d8d8d;
}
.ch_chatbx_cont ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ch_chatbx_cont ul li a{
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    text-decoration: none;
    color: #212529;
}
.ch_chatbx_cont {
    height: 555px;
    overflow-y: auto;
    padding-right: 10px;
}
.ch_chatlist {
    background: #ececec4f;
    height: 100%;
    border-right: 1px solid #ececec;
}
.ch_chatlist .ch_chattop {
    padding: 15px 20px 0;
    background: #fff;
    /* border-bottom: 1px solid #ececec; */
    display: inline-block;
    width: 100%;
}
.ch_chatlist .ch_chatbx_cont{
    padding: 20px;
}
.ch_chatscreen_toplt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.chatpg {
    padding: 0!important;
}
.ch_chatbx_cont ul li .cht_adimg {
    width: 110px;
    height: 85px;
    overflow: hidden;
    margin-right: 10px;
        position: relative;
}
.cht_adimg .soldbtn1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f3fd;
    color: #6c5ce7;
}
.proicon h6 {
    margin: 0;
    font-size: 15px;
}
.msgfor_ad {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.cht_adcnt {
    width: 86%;
}
.ch_chatbx_cont ul .cht_adimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ch_chatbx_cont ul li .cht_adcnt h5 {
    font-size: 14px;
}
.ch_chatbx_cont ul li .cht_adloc {
    display: flex;
    align-items: center;
}
.ch_chatbx_cont ul li .cht_adloc p {
    margin: 0 0 0 3px;
    font-size: 13px;
}
.ch_chatbx_cont .proicon img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.ch_chatbx_cont .proicon {
    border-top: 1px solid #ecececa1;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.ch_chatbx_cont .proicon .msgunread {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00adb5;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    margin-right: 5px;
}
.cht_adcnt_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cht_adcnt_in h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.ch_chatscreen {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}
.viewads {
    color: #00adb5;
    text-decoration: none;
    border: 1px solid #00adb563;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    transition:0.5s linear;
}
.viewads:hover{
    background: #00adb5;
    color: #fff;
    transition:0.5s linear;
}
.backbtn {
    color: #17171799;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition:0.5s linear;
}
.backbtn:hover{
    color:#000;
    transition:0.5s linear;
}
.backbtn iconify-icon{
    margin-right: 5px;
}
.emptychat {
    text-align: center;
}
.emptychat img {
    width: 50px;
    opacity: 0.8;
    margin-bottom: 20px;
}
.emptychat h4 {
    font-size: 18px;
    color: #000000bf;
    margin: 0;
}
/**/

.chat_contact ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.chat_contact ul li{
    border-bottom: 1px solid #e7e4e4;
}
.ch_pro_img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
/*chat screen*/
.pr-0 {
    padding-right: 0;
}
.pl-0 {
    padding-left: 0;
}
.ch_chatscreen_top {
    display: flex;
    align-items: center;
    width: 100%;
    background: #ecececb3;
    padding: 10px 15px;
    justify-content: space-between;
}

.chattime {
    font-size: 11px;
    min-width: 60px;
    text-align: right;
}
.ch_tophead {
    display: flex;
    align-items: center;
}
.ch_tophead .ch_pro_img {
    margin-right: 10px;
    position: relative;
}
.ch_chatscreen_toprt h4 {
    font-size: 15px;
    margin: 0;
}
.ch_chatscreen_toprt p {
    font-size: 11px;
    margin: 0;
}
.ch_msgscreen_in {
    margin-bottom: 25px;
}
.ch_pro_img span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    bottom: 0;
}
.ch_time {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 11px;
    position: relative;
    background-color: #fff;
    padding: 0 5px;
}
.ch_time:before {
    width: 100%;
    height: 1px;
    background: #ececec8f;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}
.ch_time span {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 0 5px;
}
.chtreport .dropdown-toggle {
    border: 0;
    outline: none;
}
.chtreport .dropdown-toggle:after {
   display: none;
}
.dropdown-menu li .dropdown-item {
    font-size: 14px;
    text-align: center;
    border: 0;
    background: transparent;
}
.dropdown-menu li .dropdown-item:hover{
    color:#00adb5;
}
.ch_msgscreen {
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding: 8px 20px;
    background: #fff;
}
.chat_contact {
    height: 340px;
    overflow-y: auto;
}
.ch_sender {
    text-align: right;
    margin-bottom: 12px;
}
.ch_receiver {
    text-align: left;
    margin-bottom: 12px;
}
.ch_receiver span {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}
.ch_sender span {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}
.ch_sender .c_msg {
    background: #00adb5;
    display: inline-block;
    border:1px solid #00adb5;
    color: #fff;
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    border-radius: 5px;
    border-top-right-radius: 0;
    max-width: 350px;
    transition: 0.3s linear;
}
.ch_receiver span {
    display: block;
    font-size: 11px;
}
.ch_receiver .c_msg {
    background: #fff;
    border:1px solid #e3e3e3;
    display: inline-block;
    color: #000;
    padding: 3px 8px 3px 8px;
    font-size: 14px;
    border-radius: 5px;
    border-top-left-radius: 0;
    max-width: 350px;
}
.message_btn {
    background: #ecececb3;
    padding: 15px 15px;
    position: relative;
}
.message_btn .msgipt {
    width: 100%;
    height: 50px;
    padding: 0 45px 0 15px;
    border: 1px solid #ececec;
    font-size: 14px;
    outline: none;
    border-radius: 40px;
}
.message_btn .sendicon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #00adb5;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 26px;
    top: 25px;
}
.message_btn .sendicon iconify-icon {
    position: relative;
    left: 2px;
    font-size: 20px;
}
/*end chat screen*/
.fix_chatmenu{
    position: relative;
}
.fix_chatmenu .chatcount {
    position: absolute;
    right: 2px;
    top: 7px;
    background: #00adb5;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-left-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
    overflow: hidden;
}
.custom-left-modal .modal-dialog {
    margin: 0;
    border-radius: 0;
    height: 100vh;
    overflow: hidden;
    max-width: 100%;
}
.custom-left-modal .modal-content .modal-body {
    padding: 0;
    height: 100vh;
    overflow: hidden;
}
.ch_chatbx_cont ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.custom-left-modal .ch_chatbx_cont {
    height: calc(100vh - 115px);
    overflow-y: auto;
    padding-right: 10px;
}
.custom-left-modal .ch_msgscreen {
    height: calc(100vh - 210px);
}

.custom-left-modal .message_btn {
    position: fixed;
    width: 100%;
}
.custom-left-modal .backbtn {
    font-size: 27px;
    margin-right: 7px;
}
.chat_tab .nav button {
    border: 1px solid #ececec;
    width: 33.33%;
    background: transparent;
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 5px;
    color: #000;
    outline: none;
}
.chat_tab .nav button.active {
    background: #00adb5;
    color: #fff;
    border-color: #00adb5;
}
#mySidenav .mobvisible {
    display: none;
}
.common_top_padding1{
    padding-top: 10px;
}
/* Placeholder Effect */
.image-wrapper {
    background: #e0e0e0; /* Light grey background */
    width: 100%;
    height: 100%; /* Adjust based on your slider height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Add shimmer effect */
.image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
}

/* Image default hidden */
.lazy-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: auto;
}

/* Show image and remove placeholder when loaded */
.image-wrapper.loaded::before {
    display: none;
}
.image-wrapper.loaded .lazy-image {
    opacity: 1;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

#categories {
    height: 172px;
}
section#banner {
    height: 260px;
}

.banner {
    /* background: #e0e0e0; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Add shimmer effect */
/* .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
} */
.share_ico {
    width: 30px;
    height: 30px;
    background: #00000099;
    position: absolute;
    top: 10px;
    right: 43px;
    border: 0;
    border-radius: 50px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_left a {
    text-decoration: none;
    /* display: flex; */
}

.p_left .p_details a h6 {
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
}
.p_left .p_details a h6 iconify-icon{
    color: #00ADB5;
    margin-left: 5px;
}
.other_reviews .blog_category {
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 10px;
}
.other_reviews .blog_category p {
    margin: 0;
}
.header_rt {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header_rt .register {
    margin: 0 20px;
}
.header_rt .account {
    margin: 0 20px;
}
.adlocation {
    color: #8D8D8D;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}
.others {
    border-top: 1px solid #ececec;
    padding-top: 6px;
}
.myaccount_form_rt.mb-30 {
    margin-bottom: 30px;
}
.personals_wrap .personals_content {
    height: 505px;
    overflow-y: auto;
}


/*contest*/
.top_head_contest {
    background: #ededed;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.month_performer_img {
    width: 160px;
    height: 160px;
    margin: 10px auto 20px;
}
.chat_profile1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.p_details1 a {
    color: #00ADB5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 0;
    font-size: 15px;
}
.const_sec1 .about_right {
    margin-left: 0;
}
.matchwinner .p_details span {
    line-height: 17px;
}
.p_details1 a iconify-icon {
    font-size: 20px;
}
.p_details1 h6 {
    font-size: 19px;
    margin: 0;
}
.monthwinner {
    background: #fff;
    border-radius: 15px;
}
.month_performer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.matchwinner {
    background: #fff;
    border-radius: 12px;
}
.matchwinner .chat_profile {
    padding: 20px 20px;
}
.contest_bx {
    background: #EAE7FE;
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
}
.contest_bx h4 {
    color: #6C5CE7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.contest_bx p {
    color: #504E4E;
    font-size: 13px!important;
    margin-bottom: 0;
}
.contest_count {
    padding: 0 20px 20px;
}
.matchwinner .chat_profile .p_details a {
    display: grid;
}
.top_head_contest img {
    width: 25px;
    margin-right: 8px;
}
.cnst_mb{
    margin-bottom: 60px;
}
.width_90 {
    width: 90%;
    margin: 0 auto;
}
.const_sec1 .about_right p {
    width: 80%;
    margin-bottom: 30px;
}
.monthwinner .top_head_contest {
    background: #eae7fe;
}
.head_centre {
    width: 680px;
    text-align: center;
    margin: 0 auto 50px;
}
.how_it_wrk_wrap p {
    margin: 0;
    min-height: 100px;
}
.head_centre h4 {
    color: #171717;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}
.how_it_wrk_wrap {
    background: #FAF9F9;
    padding: 20px;
    border-radius: 8px;
}
.how_it_wrk_wrap span {
    color: #00ADB5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
}
.how_it_wrk_wrap h6 {
    font-size: 20px;
    font-weight: 600;
    color: #171717;
    margin-bottom: 30px;
}
/**/
.mobilebanner.b_slider .item {
    height: unset!important;
}
.verifyemail{
    color: #fff;
    background-color: #00adb5;
    text-decoration: none;
    border: 1px solid #00adb5;
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 5px;
    transition:0.3s linear;
}
.verifyemail:hover{
    color: #fff;
    background-color: #00adb5;
    transition:0.3s linear;
}
.primarycol {
    color: #00adb5;
}

/*error login*/
.errorlogin {
    width: 420px;
    margin: 0 auto;
    text-align: center;
    background: #ececec87;
    border-radius: 15px;
    padding: 30px;
}
.errorlogin img {
    width: 80px;
    margin-bottom: 20px;
}
/**/

/*pagination style*/
.list_pagination ul.paginations {
    display: flex;
    align-items: center;
}
.list_pagination ul.paginations li.page-item {
    padding: 0;
    border: 0;
}
.list_pagination .paginations li span, .list_pagination .paginations li a {
    text-decoration: none;
    color: #171717;
    font-size: 13px;
    font-weight: 500;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 1px solid #dee2e6;
}
.list_pagination ul.paginations li.page-item.active span {
    color: #fff;
}
/**/

/*follow pagination style*/
.list_pagination ul.follow_pagination {
    display: flex;
    align-items: center;
    list-style: none;
}
.list_pagination ul.follow_pagination li.page-item {
    padding: 0;
    border: 0;
}
.list_pagination .follow_pagination li span, .list_pagination .follow_pagination li a {
    text-decoration: none;
    color: #171717;
    font-size: 13px;
    font-weight: 500;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 1px solid #dee2e6;
}
.list_pagination ul.follow_pagination li.page-item.active span {
    color: #fff;
}
/**/

.report_ad iconify-icon {
    color: #00adb5;
}
.useravailability {
    font-size: 13px !important;
    margin-bottom: 6px !important;
    display: flex;
    align-items: center;
}
.avail_status{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 7px;
}
.online iconify-icon{
    color: #00bf00;
}
.offline iconify-icon{
    color: #ff3818;
}
.fewhours iconify-icon{
    color: #ff9900;
}

.read-toggle {
    color: #00adb5;
}
.ad_edit iconify-icon {
    color: #6C5CE7;
}
.verifyemail_review {
    background: #fff;
    box-shadow: 7px 0px 20px #76767642;
    padding: 15px 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
}
.verifyemail_review iconify-icon {
    font-size: 50px;
    color: #00ADB5;
}
.verifyemail_review h4 {
    font-size: 18px;
}
.cmnbtn1 {
    border-radius: 4px;
    border: 0;
    background: #00ADB5;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.cmnbtn1:hover{
    color: #ffffff;
}
.p_details {
    padding-left: 10px;
}

/*New profile design*/
.profilecover {
    position: relative;
    margin-top: 20px;
}
.editcover {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    border: 0;
    background: #fff;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    box-shadow: 7px 0px 20px #76767642;
    border-radius: 5px;
}
.editcover img {
    width: 16px;
    height: 16px;
}
.useravailability iconify-icon {
    font-size: 20px;
    margin-left: -6px;
}
.chat_profile_wrap .myaccount_form_lt {
    box-shadow: none;
    margin: 15px -15px 0;
    border-top: 1px solid #ececec;
    border-radius: 0;
    padding: 0 0;
}
.blist ul li:last-child {
    display: none;
}
.newprofile_design .account_profile {
    margin: 0;
}
.newprofile_design .avatar-upload .avatar-preview {
    width: 80px;
    height: 80px;
}
.newprofile_design .avatar-upload  .account_profile img {
    margin-bottom: 0;
}
.newprofile_design .chat_profile_main_wrap {
    gap: 9px;
    margin: 0 0 15px;
    width: 100%;
}
.newprofile_design .chat_profile_main_wrap .chat_details {
    width: 72%;
}
.newprofile_design .avatar-upload .avatar-edit {
    right: 0;
}
.newprofile_design .chat_tabs {
    border: 0;
    margin-bottom: 20px;
}
.newprofile_design  .others {
    padding: 7px 10px;
}
.newprofile_design .ad_edit button, 
.newprofile_design .ad_edit a {
    font-size: 17px;
    margin-right: 0;
    margin-left: 10px;
}
.newprofile_design .user_verified a {
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid #00ADB5;
}
.newprofile_design .user_verified .profile_share_btn span{
    color: #fff;
}
.newprofile_design .user_verified a.reviewstar {
    border: 0;
}
.newprofile_design .avatar-upload {
    margin: 0;
}
.newprofile_design .chat_details .admin_name {
    margin: 0;
    margin-right: 5px;
    width: 150px;
}
.membersince {
    margin-top: 5px !important;
    justify-content: center;
}
.pro_name_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_name_wrapper .dropdown a iconify-icon {
    color: #000;
    font-size: 20px;
}
.pro_name_wrapper .dropdown-menu.show {
    display: block;
    transform: translate(-136px, 26px) !important;
    padding: 5px 0;
}
.pro_name_wrapper  .dropdown-menu li .dropdown-item {
    padding: 0;
    font-size: 14px;
    background: #fff;
}
.pro_name_wrapper .dropdown{
    top: 5px;
}
.follow {
    border: 1px solid #6C5CE7;
    font-size: 11px;
    color: #6E6E6E;
    padding: 1px 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #6C5CE7;
    color: #fff;
    transition: 0.3s linear;
    text-decoration: none;
}
.follow:hover{
    background-color: transparent;
    color: #6C5CE7;
    transition: 0.3s linear;
}
.following {
    border: 1px solid #6C5CE7;
    font-size: 11px;
    color: #6E6E6E;
    padding: 1px 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color:transparent ;
    color: #6C5CE7;
    transition: 0.3s linear;
    text-decoration: none;
}
.following:hover{
    background-color: #6C5CE7;
    color: #fff;
    transition: 0.3s linear;
}
.editpro {
    border: 1px solid #6C5CE7;
    font-size: 9px;
    color: #6E6E6E;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #6C5CE7;
    color: #fff;
    transition: 0.3s linear;
    max-width: 100px;
    text-decoration: none;
}
.editpro iconify-icon {
    font-size: 13px;
}
.editpro:hover{
    background-color: transparent;
    color: #6C5CE7;
    transition: 0.3s linear;
}
/**/
.dropdown_prof {
    padding: 10px 10px;
    background: #f5f3fd;
    display: flex;
    width: 100%;
    gap: 7px;
    align-items: center;
    margin-bottom: 0px;
    text-decoration: none;
}
.dropdown_prof h4 {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    color: #212529;
}
.dropdown_prof .img-name p {
    color: #6c5ce7;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0 0;
    opacity: 1;
}
.img-name {
    text-align: left;
    width: 130px;
}
.img-name a {
    color: #6c5ce7;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
}
/*home counter active user*/
.active_counter {
    background: #F5F3FD;
    border-radius: 5px;
    padding: 7px 10px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    will-change: transform;
}
.active_counter .animate-text1 {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: transform;
    width: 155px;
}

.active_counter .animate-text1.show {
    opacity: 1;
    will-change: transform;
    transform: translateY(0);
}

.active_counter .animate-text1 iconify-icon {
    font-size: 28px;
    color: #6c5ce7;
}
.active_counter .animate_cnt {
    width: 115px;
    will-change: transform;
}
.active_counter .animate-text1 .animate_cnt h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #6c5ce7;
    will-change: transform;
}
.active_counter .animate-text1 .animate_cnt p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: #00adb5;
    will-change: transform;
}
.animate-text a {
    position: absolute;
    display: block;
    opacity: 0;
    text-decoration: none;
    transition: opacity 0.5s ease;
    will-change: transform;
}
.animate-text a.text-in {
    opacity: 1;
    position: relative;
    animation: textIn 0.5s ease;
    will-change: transform;
}
.animate-text a.text-out {
    opacity: 0;
    animation: textOut 1s ease;
}
@keyframes textIn{
	0%{
		transform: translateY(100%);
        will-change: transform;
	}
	100%{
		transform: translateY(0%);
        will-change: transform;
	}
}
@keyframes textOut{
	0%{
		transform: translateY(0%);
        will-change: transform;
	}
	100%{
		transform: translateY(-100%);
        will-change: transform;

	}
}

/**/

.newprofile_design .dropdown_prof {
    display: none;
}
.newprofile_design .verifyemail span {
    color: #fff;
    font-size: 11px;
}
.dropdown_list ul li.profile{
    display: none;
}
.newprofile_design .dropdown_list ul li.profile {
    display: block;
}

.profilecover #coverImagePreview {
    width: 100%;
    height: 250px;
}
.profilecover .avatar-upload {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}
.profilecover .avatar-upload .avatar-edit input + label {
    width: unset;
    height: unset;
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 13px;
}
.profilecover .avatar-upload .avatar-edit input + label img {
    width: 23px;
    height: 23px;
    object-fit: cover;
    margin-right: 6px;
    margin-bottom: 0;
}
.profilecover .avatar-edit {
    background: #fff;
    bottom: 10px!important;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 5px;
}
.form-control{
    font-size: 14px;
}
.m_top {
    margin-top: 20px;
}
.abt_seller .comp_name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.seller_location {
    font-size: 13px!important;
}
.sell_profpg .chat_profil {
    width: 93%;
    margin: 0 auto;
    display: table;
}

.newprofile_design .chat_profil {
    width: 93%;
    margin: 0 auto;
    display: table;
}
.data_list_count ul {
    margin: 20px 0 25px;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.data_list_count ul li:last-child {
    border: 0;
    padding-right: 0;
    margin: 0;
}
.data_list_count ul li{
    border-right: 1px solid #ececec;
    margin-right: 0;
    padding-right: 20px;
}
.data_list_count ul.loggedin_user_followcount li{
    margin-right: 10px;
    padding-right: 30px;
}
.data_list_count ul.loggedin_user_followcount li:last-child {
    border: 0;
    padding-right: 0;
    margin: 0;
}
.data_list_count ul.loggedin_user_followcount li p {
    font-size: 15px;
}
.data_list_count ul li h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #00adb5;
}
.data_list_count ul li p {
    font-size: 12px;
    margin: 0;
    color: #686868;
    font-weight: 400;
}
.abt_review {
    text-align: center;
    padding: 30px;
    margin: 30px auto 20px;
    border: 1px solid #ececec;
}
.abt_review .starrate {
    flex-wrap: wrap;
}
.abt_review .reviewstar {
    width: 100%;
}
.abtseller_rt {
    padding-left: 70px;
}
.abt_review h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0px;
}
.abt_review h5 span{
    font-size: 30px;
    font-weight: 700;
}
.abt_review .starrate p {
    width: 100%;
    margin: 0;
}
.abt_review_btn {
    margin-bottom: 20px;
}
.abt_social_sec h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.abtseller_rt {
    padding-left: 60px;
    width: 310px;
    float: right;
}
.abtseller_rt .social_media a {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-right: 10px;
}
#nav-inquiry table {
    width: 100% !important;
}
#nav-inquiry #datatable_filter label {
    font-size: 14px;
}
#nav-inquiry .pagination li a {
    padding-bottom: 6px;
}
.newprofile_design .user_verified a span {
    color: #00ADB5;
    font-size: 15px;
}
.responsetime {
    color: #8D8D8D;
    font-size: 13px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.ad_sold {
    padding: 0px 6px;
    font-size: 11px !important;
    border: 1px solid #6C5CE7 !important;
    color: #6C5CE7 !important;
    background: transparent ;
}
.ad_sold:hover{
    background: #6C5CE7 !important ;
}
.ad_renew{
    padding: 0px 6px;
    font-size: 11px !important;
    border: 1px solid #6C5CE7 !important;
    color: #6C5CE7 !important;
    background: transparent;
}
.ad_renew:hover{
    background: #6C5CE7 !important ;
}
.reviewer_details h6 .starrate {
    margin-left: 8px;
}
#send_message .modal-body {
    height: 510px;
    overflow-y: auto;
}
.ch_block {
    text-align: center;
    margin-bottom: 3px;
}
.ch_block span {
    background: #ececec;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 600;
    color: #ff4949;
}
.categories_select_list p {
    font-size: 13px;
    color: #17171799;
    margin: 0;
}
.form-select:focus {
    border-color: transparent!important;
    outline: 0!important;
    box-shadow: none!important;
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ececec!important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #d7d7d7!important;
    box-shadow: none!important;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.product_detail_right .main_price {
    width: 100%;
}
.chat_list_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soldbtn1 {
    background: #6C5CE7;
    color: #fff;
    border: 0;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.ad_delete iconify-icon {
    color: red;
}
.addbtn_pro {
    background: #6c5ce7;
    color: #fff;
    border: 0;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    float: right;
}
.new_probx{
    /* background: #f7f7f7;
    padding: 20px 20px;
    border-radius: 5px; */
}
.new_probx .textareainpt {
    height: 80px;
    margin-top: 10px;
}
.new_probx label {
    margin: 0 !important;
}
.location_wrapper {
    position: relative;
}
.inputbx {
    padding: 10px;
    border: 1px solid #00000012;
    box-shadow: none;
    outline: none;
    border-radius: 4px !important;
    margin-top: 10px;
        font-size: 14px;
}
.del {
    border: 0;
    color: #ff3939;
    background: transparent;
    margin-top: 4px;
    font-size: 23px;
}
.addpro {
    border: 0;
    color: #6c5ce7;
    background: transparent;
    margin-top: 4px;
    font-size: 26px;
}
.sc_btngrp{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.ch_sender .cht_group {
    display: flex;
    align-items: end;
    justify-content: end;
}
.replysec{
    display: flex;
    align-items: center;
}
.replysec .form-control:disabled {
    background: transparent;
    border: 0;
    padding: 0;
    height: unset;
}
.spinner-border {
    position: absolute;
    left: 40%;
    top: 43%;
}
.comingsoon img {
    width: 100%;
    margin-bottom: 25px;
}
.comingsoon {
    text-align: center;
}
.c_del {
    display: none;
    /* transition: 0.3s linear; */
}
.chat_clicked .cht_group .c_msg {
    /* transition: 0.3s linear; */
    display: block;
    margin-right: 10px;
}
.chat_clicked .cht_group .c_del{
    display: inline-block;
}
.c_del button {
    border: 0;
    background: transparent;
    position: relative;
    bottom: -5px;
}
#reply_form .textbtn {
    background: transparent;
    border: 0;
    text-transform: capitalize;
    font-size: 14px;
    color: #6f6f6f;
}
#reply_form {
    margin-top: 5px;
}
.replybtn_wrapper {
    display: flex;
    align-items: center;
}
.replybtn_wrapper select {
    border: 1px solid #ececec;
    font-size: 14px;
    width: 250px;
    padding: 0px 13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px;
    color: #8D8D8D;
}
.replybtn_wrapper .rep_icobtn {
    background: #6c5ce7;
    color: #fff;
    border: 0;
    padding: 0px 9px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
}
.replybtn_wrapper .rep_icobtn iconify-icon {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.profilebx1 .ad_location {
    border: 0;
    padding: 0 10px;
}
.product__carousel {
  display: block;
  /* max-width: 700px; */
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.form-check-input{
    cursor: pointer;
}
.form-check-input:checked{
    background-color: #6c5ce7;
    border-color: #6c5ce7;
}
.form-check-input:focus {
    box-shadow: none;
    border-color: #6c5ce7;
}
.prof_location .location_search_wrap {
    padding: 0;
    border: 0;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
.prof_location{
    position: relative;
}
.prof_location .clear_all_btn {
    position: absolute;
    right: 30px;
    top: 12px;
}
.prof_location .inputbx {
    padding-right: 75px;
}

.myaccount_title1 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #6c5ce7;
}
.myaccount_title2 {
    font-size: 18px;
    font-weight: 600;
    color: #4b4b4b;
}
.createbtn {
    border: 1px solid #6c5ce7;
    background: transparent;
    color: #6c5ce7;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none;
    cursor: pointer;
}
.createbtn:hover { color: #00adb5; }
.prof_headsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.editbtn {
    border: 1px solid #00ADB5;
    color: #00ADB5;
    background: transparent;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.editbtn:hover { color: #00adb5; }
#location_search-error {
    color: red;
}
.modal_loc_popup {
    width: 100%;
    position: relative;
}
.modal_loc_popup input#location_search {
    position: relative;
    border: 1px solid #393e4624;
    padding: 12px 10px 12px 35px;
    border-radius: 4px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.modal_loc_popup:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 27px;
    background: url(../../images/main/search.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    z-index: 9;
}
.listhead{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #4b4b4b;
}
.listhead .myaccount_title1{
    font-size: 18px;
    font-weight: 600;
    color: #4b4b4b;
}
.listhead{
 border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.listhead .ad_category {
    display: flex;
}
.listhead .ad_type{
    display: flex;
}
.listhead .ad_category label{
    width: 90px;
}
.listhead .ad_type label{
    width: 50px;
}
.listhead .ad_filter{
    margin-bottom: 0;
}
.abt_seller .comp_name {
    color: #6C5CE7;
}


.followtabs .follow_sec {
    padding: 15px;
    margin-bottom: 0px;
    text-align: center;
    width: 18.9%;
    background-color: #FAF9F9;
    border: 1px solid #ecececa8;
}
.follow_sec h4 {
    font-size: 15px;
    min-height: 40px;
}
.follow_sec .follow {
    margin: 0 auto;
}
.follow_img {
    margin-bottom: 10px;
}
.follow_img img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.followtabs {
    padding: 0 12px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.followbtns {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.followbtns button {
    border: 1px solid #ececec;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 5px;
}
.followbtns .profile {
    background: #00ADB5;
    color: #fff;
}
.followbtns .unfollow {
    background: transparent;
    border: 1px solid #00ADB5;
    color: #00ADB5;
}
.follow_sec a {
    text-decoration: none;
    color: #000;
}