body.frontend-page h1,
body.frontend-page h2,
body.frontend-page h3,
body.frontend-page h4,
body.frontend-page h5,
body.frontend-page h6,
body.frontend-page .h1,
body.frontend-page .h2,
body.frontend-page .h3,
body.frontend-page .h4,
body.frontend-page .h5,
body.frontend-page .h6,
body.frontend-page p,
body.frontend-page div,
body.frontend-page ul li  {
    font-family: 'Jost', sans-serif  !important;
}

/* custom class css here */
html {
    scroll-behavior: smooth;
}
  
body{overflow-x: hidden;}

/*scrollbar css*/

/* width */
::-webkit-scrollbar   {
  width: 8px;
  height:4px;
 
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius:3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fd5a55; 
}

.themecolor {
    color: #ea4e49;
}

/* pl = padding left
pr = padding right
ls = list style */



.list_style_circle{list-style: circle !important;}
.list_style_disc{list-style: disc !important;}
.list_style_square{list-style: square !important;}
.list_style_num{list-style: decimal !important;}



.pl_5{padding-left: 5%  !important; }
.pl_10{padding-left: 10% !important;}
.pl_15{padding-left: 15% !important;}
.pl_20{padding-left: 20% !important;}
.pl_25{padding-left: 25% !important;}
.pl_30{padding-left: 30% !important;}
.pl_50{padding-left: 50% !important;}


.pr_5{padding-right: 5% !important;}
.pr_10{padding-right: 10% !important;}
.pr_15{padding-right: 15% !important;}
.pr_20{padding-right: 20% !important;}
.pr_25{padding-right: 25% !important;}
.pr_30{padding-right: 30% !important;}
.pr_50{padding-right: 50% !important;}

/* project css start from here */

.home-one{
  height: auto !important;
}

.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one{
  height: auto;
  min-height: 100vh;
  position: relative;
}



.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one:before {
    background-color: unset;
    opacity: 0.75;
    background: linear-gradient(45deg, black, #0a1535);
}

.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one .home_adv_srch_form .search-btn {
    background: linear-gradient(45deg, #fd5a55, #bc322e);
   
}

button.btn.search-btn.mb-2 {
    border-radius: 50px;
	font-size: 18px;
	padding: 10px 20px;
	height: auto;
	width: auto;

}
 .header-nav nav {
    display: flex;
    align-items: center;
    padding:12px 0;
}

.header-nav .header-menu-serch-sec {
    width: 100% !important;
    flex: unset !important;
}
.header-nav nav .ace-responsive-menu {
    flex: auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 5.25px 0;
}
.header-nav .navbar_brand {
    min-width: 150px;
}

 .header-nav nav .ace-responsive-menu > li > a {
    padding: 8px 10px !important;
    font-size: 18px;
}

 .header-nav  nav  .navbar_brand {
    margin-top: 0 !important;
}

.addbusiness_menu {
    border: 1px solid #fd5a55 !important;
    border-radius: 5px;
}

.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one .container:before {
    background-color: #fff;
    bottom: -6%;
    content: "";
    height: 5.21vw;
    min-height: 100px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
    width: 50.50%;
    z-index: 4;
}



.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one .container:after {
    background-color: #fff;
    bottom: -6%;
    content: "";
    height: 5.21vw;
    min-height: 100px;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    width: 50.50%;
    z-index: 4;
}



.whychose_us {
    background: transparent;
    position: relative;
    z-index: 5;
    padding-top: 80px;
}

.why_chose_us:hover .icon {
    background: linear-gradient(45deg, #fd5a55, #bc322e);
}

.why_chose_us:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 8px 30px rgb(34 34 34 / 7%);
    -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    box-shadow: 1px 0px 20px 2px rgb(57 20 20 / 13%);
}

.divider.home-style1 .exposer_btn {
   background: linear-gradient(45deg, #fd5a55, #bc322e);
    color: white;
    font-size: 18px;
    border-radius: 50px;
    font-family: jost;
    transition: all 0s!important;
}

.divider.home-style1 .exposer_btn:hover{
    background: #fd5a55;
}

.for_blog > .thumb,.for_blog a > .thumb {
    margin-top: -40px;
    box-shadow: 0px 2px 9px rgb(29 8 8 / 26%);
    
}

.for_blog {
    overflow: visible;
    margin-top: 50px;
    box-shadow: 0px 2px 9px rgb(29 8 8 / 9%);
}

.for_blog  .bgc-thm {
    background-color: #df443f !important;
    border-radius:5px !Important;
}

.home_content 
 .home-text h2 {
    font-size: 3.4rem;
    margin-bottom: 12px;
}

.home_content .home-text p {
    margin-bottom: 15px;
}

.for_blog > .thumb img {
    height: 241px;
    object-fit: cover;
}

.footer_one {
    background: url('https://nearmelisting.com/uploads/0000/1/2023/03/24/footerbck.webp');
    position: relative;
    background-size: cover;
    background-position: center;

}

.home-one {
    margin-top: 0 !important;
}

html body .wrapper .footer_one:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    background: #090d25;
    opacity: .8 !important;
    background-image: unset !important;
}
.home_adv_srch_form ul.searchBoxElement {
    overflow-y: auto;
    height: 430px;
    border: 1px solid #ededed;
    border-top: 2px solid #ef514c;
    left:20px;
}
.header-nav  .logo1 {
    max-width: 150px;
    margin-top: 0 !important;
}
.mobile-menu .main_logo_home2  .nav_logo_img{
     max-width: 160px;
 }

 .header-nav .ace-responsive-menu li.list-inline-item.add_listing ,
.header-nav .ace-responsive-menu li.list-inline-item.add_listing > a {
    top: 0 !important;
}
.header-nav .ace-responsive-menu li.list-inline-item.add_listing {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_chose_us .icon span {
    color: #e84d48;
}

.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one:after {
    content: '' ;
    position: absolute ;
    left: 50% ;
    bottom: 20px ;
    transform: translateX(-50%);
    width: 50px ;
    height: 90px ;
    background: url('https://nearmelisting.com/uploads/0000/1/2023/04/26/mouseico-150.png') !important;
    opacity: 1 ;
    display: block !important;
    z-index: 9 !important;
    background-size: 45px !important;
    background-position: center !important;
    background-repeat:no-repeat !important;
    animation-duration:2s !important;
    animation-iteration-count: infinite;
    animation-name:mousebounce;
    cursor: pointer;

}

@keyframes mousebounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(-50%, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(-50%, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(-50%, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(-50%, -4px, 0) scaleY(1.02);
  }
}


.frontend-page .page-template-content .bc-form-search-all.home-category-sec  .feature-content {margin-top:0 !important;}

.frontend-page .page-template-content .bc-form-search-all.home-category-sec .home-one {
    display:none;
}

.frontend-page .page-template-content .bc-form-search-all.home-category-sec .feature-content > .row.mt-80 {
    margin-top: 0;
    
}


.frontend-page .page-template-content .bc-form-search-all.home-category-sec .feature-content > .row.mt-80 p em{
    color:#292929 !important;
    font-size:25px;
    font-weight:600;
    font-style:normal;
}

.category-search-sec .home1-overlay:before {
    display: none;
}

.category-search-sec
 .home1-overlay:before {
    display: none;
}

.category-search-sec .home-one .home_content {
 padding:5px 0 55px;
 margin-top: 0;
}

.category-search-sec .home-one .home_adv_srch_form  form.form {
 box-shadow: 0 8px 24px rgb(35 65 104 / 48%);
    margin: 20px 0;
}

.bc_detail_location .our-listing .breadcrumb_content {
    margin-bottom: 25px !important;
    padding-left: 15px;
}

.breadcrumb_content.style2.mb0-991.top_banner_service_bg {
    min-height: 300px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .breadcrumb_content.style2.mb0-991.top_banner_service_bg h1 {
    color: #fff;
    font-size: 42px;
}
  .breadcrumb_content.style2.mb0-991.top_banner_service_bg ol.breadcrumb li,
  .breadcrumb_content.style2.mb0-991.top_banner_service_bg ol.breadcrumb li a,
  .breadcrumb_content.style2.mb0-991.top_banner_service_bg ol.breadcrumb li::before {
    color: #fff;
  }
.category-search-sec .home-one .home_adv_srch_form .search-btn {
    background: linear-gradient(45deg, #fd5a55, #bc322e);
}   
section.our-listing.auto_service_top_row {
    padding-top: 0;
}
section.our-listing.auto_service_top_row .top_banner_service_bg {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
    margin-bottom: 70px !important;
}
.side_bar_div {
    border: 1px solid #00000085;
    border-radius: 10px;
    padding: 20px;
}
.side_bar_div  > a {
    color: #3f70e3;
    font-size: 14px;
    font-weight: bold;
}
.top_categorie.side_bar_div ul li {
    border: 1px solid #00000047;
    margin: 0px 5px 5px 0px;
    padding: 0px 10px;
    border-radius: 5px;
}
.top_categorie.side_bar_div ul li:hover {
    background: linear-gradient(45deg, #f1524d, #c33632);
    color: #fff;
    border-color: #b13e39;
}
.top_categorie.side_bar_div ul {
    display: flex;
    flex-wrap: wrap;
}

/* .category-search-sec*/ 
.home_adv_srch_form ul.nav.nav-tabs{display:none;} 
.footer_one .btn-submit {
    background: linear-gradient(45deg, #fa5a55, #cd2b25) !important;
}

.start-partners {
    display: none;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing ,
header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing {
    background: linear-gradient(45deg, #f1524d, #c33632);
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing:hover ,
header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing:hover{
    background: #fd5a55;
}

.home-category-sec .icon-box:hover {
   background: linear-gradient(45deg, #f1524d, #c33632);
    cursor: pointer;
}

.home-category-sec .icon-box .icon span {
    color: #e44a45;
    font-size: 35px;
}

.home-category-sec .icon-box:hover .icon span {
    color: white;
}

.search_dropdown {
    z-index: 999;
}

.dropdown-menu.show {
    max-width: 100% !important;
    min-width: 100% !important;
}

 .search_option_button  .btn-thm:hover,
 .single_page_review_form  .btn-thm:hover,
 .single_property_social_share .price .btn-thm:hover {
    background: #fd5a55 !important;
    color: white !important;
}

.single_property_social_share .price .btn-thm:hover{
    border-color: #fd5a55!important;
}

.text-thm {
    color: #e84d48 !important;
}

.header-menu-serch-sec .home-one {
    height: auto !important;
}

.header-menu-serch-sec .home-one .home_content.home1 {
    padding: 0;
}

.header-menu-serch-sec .home-one:before ,
.header-menu-serch-sec .home-one ul.nav.nav-tabs{
    display: none;
}

.header-menu-serch-sec .home_content.home1 .col-lg-10.col-xl-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.header-menu-serch-sec .home_adv_srch_opt {
    margin-top: 0;
}

.header-menu-serch-sec {
    flex: 1;
}

.sidebar_category_widget img {
    width: 35px;
}

.sidebar_category_widget ul li a{
    display: flex;
    align-items: center;
}
nav ul#respMenu li.dropdown {
    display: none;
}


.header-nav .header-menu-serch-sec {
    display: none ;
}


.header-nav.stricky-fixed .header-menu-serch-sec {
    display: block ;
}

.header-menu-serch-sec .home_adv_srch_form .input-group input.refineText {
    width: 100% !important;
    max-width: 100%;
}

.header-nav.stricky-fixed .header-menu-serch-sec .home_adv_srch_form form.form .form-row {
    flex-wrap: nowrap;
}


.home-category-sec .feature-content .icon-box img {
    height: 35px;
    width: auto;
    margin-bottom: 15px;
        margin-top: 10px;
}

.home-category-sec  .feature-content .icon-box:hover img{
    filter: brightness(0) invert(1);
}



.header-menu-serch-sec .search-btn {background: linear-gradient(45deg, #fd5a55, #bc322e);}
button.btn.search-btn.mb-2:hover{background:#fd5a55!important;transition: 0s!important;}


.sidebar_listing_list .candidate_revew_select .dropdown-menu {
    max-height: 500px !important;
}

 .header-menu-serch-sec .home_adv_srch_form  .mb-2 {margin: 0 !important;}

.header-menu-serch-sec .home_adv_srch_form  form {background: transparent !important;}

.header-menu-serch-sec .home_adv_srch_form .input-group-text {background: transparent;
                                                              padding-left: 15px !important;}

.header-menu-serch-sec .home_adv_srch_form .form-row {
    border: 1px solid #d7d7d7;
    border-radius: 55px;
    justify-content: space-between !important;
    padding: 5px 0;}

 .home_adv_srch_form input {
    border: none;
    outline: none;
}

.pac-container >  .pac-item {padding: 7px;border-top: 1px solid #edebeb;}

.pac-container.pac-logo {width: 200px !important;border-top: 2px solid #ef514c; box-shadow: none;}

.home_adv_srch_form form{
    padding:7px 8px  7px 18px !important;
}

.home_adv_srch_form form .form-row {justify-content: space-between !important;}

.home_adv_srch_form  .input-group {margin-bottom: 0 !important;}

.home_adv_srch_form .search-btn{
    margin-bottom:0 !important;
}

.category   .home-one:before {display: none !important;}

.category  .home-one{
    min-height:auto !Important;
}

.category  .home-one  .home_content {padding:75px 0;} 

.category  .home-one > .container:before ,
.category .home-one > .container:after ,
.category .page-template-content .bc-form-search-all > .home-one:after{display:none !important;}



.category .feature-content .icon-box img {
    height: 38px;
    width: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 0px !important;
    object-fit: cover;border-radius: 50%;border: 2px solid #fff;
}

.category  .feature-content  .content-details {padding: 0 10px;
                  min-height: 53px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-transform: capitalize;}


.category  .feature-content  .icon-box:hover {
    background: linear-gradient(45deg, #f1524d, #c33632);
    cursor: pointer;
}
.category  .feature-content .icon-box:hover img {
   border: 1px solid #fff;
   background: #fff !important;
}

 .category .home-one .home_content {
    padding: 48px 0 35px;
}

.category .feature-content > .row > .text-center p em.text-white {
    color: #ff6969 !important;
}

.category .home_content .home-text h2 {
    color: #2d2d2d;
    font-size: 36px;
}

.page-template-content > .inner_page_breadcrumb {
    background-size: cover;
    background-position: center;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    padding: 60px!important;
    margin-bottom: 50px!important;
}

.inner_page_breadcrumb:before {
    background-color: unset !important;
    background: linear-gradient(94deg, black, #1c1b49);
    opacity: .7;
}



.about-us .page-template-content > .bc-form-search-all:nth-child(1) > .home-one > .container:before,
 .about-us .page-template-content > .bc-form-search-all:nth-child(1) > .home-one > .container:after,
  .about-us .page-template-content > .bc-form-search-all:nth-child(1) > .home-one:after {
    display: none !important;
}


.about-us .page-template-content > .bc-form-search-all:nth-child(1) > .home-one{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	    min-height: 57vh;
}

.about-us  .home_content {
    padding: 40px 0 40px;
}

.about-us .home_content .home-text p {
    font-size: 17px;
    font-weight: 400 !important;
    max-width: 550px;
    margin: 10px auto;  
    letter-spacing: 1px;
}
/* 
.about-us a.popup-iframe.popup-youtube {display: none;}

.about-us .page-template-content >  .container:nth-child(2) ,
.about-us .page-template-content > .container:nth-child(3),
.about-us .page-template-content > .container:nth-child(4),
.about-us .page-template-content > .container:nth-child(5),
.about-us .page-template-content > .container:nth-child(6) {padding: 50px 15px 80px;}
 */


.about_sec_heading {
    font-size: 35px;
    margin-bottom: 20px;
        background: transparent !important;
}

.about_sec_content {
    font-size: 16.5px !important;
    line-height: 27px !important;
        background: transparent !important;
}

.about-us .page-template-content > .container:nth-child(2) > .row:nth-child(2) > .col-lg-6:nth-child(1),
.about-us .page-template-content > .container:nth-child(4) > .row:nth-child(2) > .col-lg-6:nth-child(1),
.about-us .page-template-content > .container:nth-child(6) > .row:nth-child(2) > .col-lg-6:nth-child(1){
    order:2
}

.about-us .aboutbcksec .home1-overlay:before {
    background-color: transparent;
    background: linear-gradient(to right, black, #171c36);
}

.about-us .about_content {
    margin-top: 0;
    padding-left: 0 !important;
    padding: 0 25px !important;

}
/* 
.about-us  .row{
	align-items: center;
} */

.about-us .page-template-content > .container:nth-child(3),
.about-us .page-template-content > .container:nth-child(5){
	position: relative;
}

.abtpage_btn ,
.abtpage_btn:active,
.abtpage_btn:focus{
    border: none;
    background: linear-gradient(45deg, #eb4f4a, #cb3b37);
    color: white;
    padding: 9px 25px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgb(43 10 10 / 38%);
    margin: 10px 0;
}

.about-us .page-template-content > .container:nth-child(3):before,
.about-us .page-template-content > .container:nth-child(5):before {
    background: #f4f9ff;
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;}

.about-us .about_thumb img {
    max-width: 92%;
}

.about-us .main-title {
    margin: 0 !important;
}
.aboutbcksec .home_adv_srch_opt {
    display: none !important;
}



.vendor-register {
    background: url(https://nearmelisting.com/uploads/0000/1/2022/04/13/vpngbck.png);
    background-size: cover;
    background-position: center;
}

.vendor-register .page-template-content > .container {
  /*   min-height: calc(100vh - 112px); */
    display: flex;
    flex-direction: column;
    padding: 60px 15px !important;
}

.vendor-register .bc-vendor-form-register {flex: 1;
     display: flex;
    flex-direction: column;
    padding:0 !important;}


.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row {margin: 0 !important; flex: 1;   
  justify-content: center;
    text-align: center;
}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-6:nth-child(3) {
    background: url(https://nearmelisting.com/uploads/0000/1/2022/04/13/business.jpg);
    background-size: cover !important;
    background-position: center;
    border-radius: 0px 10px 10px 0px;
    position: relative;
}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-md-1:nth-child(2){display: none;}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-5:nth-child(1) {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 22px;
    background: rgb(255 255 255 / 92%);
    padding: 50px 20px 40px !important;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 2px 8px rgb(16 18 49 / 12%);
}

.vendor-register .bc-vendor-form-register h1 {
    margin-bottom: 25px;
    color:#ff645f;
}

.vendor-register form .form-group > input,
.vendor-register form .input-group > input {
    background: white;
    border: 1px solid #ffc8c8;
    padding: 14px 10px !important;
    height: auto;
    border-radius: 8px;
    margin: 5px 0;
}

.vendor-register form button.form-submit ,
.vendor-register form button.form-submit:hover {
    background: linear-gradient(45deg, #eb4e49, #c83935) !important;
    padding: 8px 30px;
    box-shadow: 0 2px 5px rgb(56 16 16 / 31%);
    border: none;
    color: white;
}

.vendor-register .bc-form-login .form-group.custom-checkbox {display: flex;
                                            align-items: center;
                                            margin: 6px 0 25px;
                                            flex-wrap: wrap;}

.vendor-register .page-template-content > .container:nth-child(1) {
    min-height: unset;
    text-align: center;
    padding: 20px 0 30px !important;
}

.vendor-register .page-template-content > .container:nth-child(2){
        min-height: calc(82vh - 112px);
}

.vendor-register .page-template-content > .container:nth-child(2) > .bc-vendor-form-register > .row > .col-12.col-lg-5:nth-child(1) {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.vendor-register  .buttonsec_for_form button
 {
    padding: 6px 35px;
    background: white;
	color: red;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 1px;
	box-shadow: 0 2px 5px rgb(50 17 17 / 42%);
	border: 1px solid white;
	margin: 14px 10px;	 
    
}

.vendor-register  .buttonsec_for_form button:focus,
.vendor-register  .buttonsec_for_form button:active,
.vendor-register  .buttonsec_for_form button.active{
	
	background: linear-gradient(45deg, #ce3d39, #f4544f);
	color: white;
	
}
/* .vendor-register  button.vendorformbtn2 {border: 1px solid #ff3333;
    background: white;
	color: red;
} */

.vendor-register .bc-form-login .form-group.custom-checkbox .btn-fpswd {margin-left:auto;}

.blogs .wrapper .page-template-content {
    margin-top: 0px !important;
}

.blogs .main-title h2 {
    position: relative;
    padding-bottom: 20px;
}

.blogs .main-title h2:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 80px;
    border-radius: 40px;
    background: #ff6767;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0 !important;
}

.vendor-register .wrapper .page-template-content {margin-top: 0 !important;}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-6:nth-child(3):before {content: '';
                                                                                                                               position: absolute;
                                                                                                                               left: 0;
                                                                                                                               width: 100%;
                                                                                                                               height: 100%;
                                                                                                                               background: linear-gradient(45deg, black, #13184b);
                                                                                                                               opacity: .39;
                                                                                                                               z-index: 0;}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-6:nth-child(3):after {content: 'Welcome to Near me Listing';
                                                                                                                              z-index: 9 !important;
                                                                                                                              position: absolute;
                                                                                                                              font-size: 37px;
                                                                                                                              left: 50%;
                                                                                                                              top: 50%;
                                                                                                                              transform: translate(-50%,-50%);
                                                                                                                              color: white !important;
                                                                                                                              font-family: raleway;
                                                                                                                              font-weight: 600;}

.user-page .our-dashbord .service-edit-wrap form .row > .col-md-3 .panel .panel-body {
    max-height: 650px;
    overflow-y: auto;
}

.user-page .header-nav .header-menu-serch-sec {
    display: block !important;
}

.header-nav nav li.user_setting .dropdown-menu.show {
    width: 100%;
    min-width: 260px !important;
    left: -80px !important;
}

.user-page .my_profile_setting_input .btn2,
 .user-page .btn-field-upload ,
  .user-page  .my_profile_setting_input .update_btn ,
 .user-page a.add-new-property,
 .sign_up_modal button.btn.form-submit {
    background: linear-gradient(45deg, #e64b46, #c93a36);
    border-color: #d13e3a !important;
    transition: 0s !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
   
  
}

.user-page .my_profile_setting_input .btn2:hover,
 .user-page .btn-field-upload:hover ,
  .user-page  .my_profile_setting_input .update_btn:hover ,
 .user-page a.add-new-property:hover,
 .sign_up_modal button.btn.form-submit:hover{
    color: #ffffff;
    font-weight: 500;
    background: #e64b46!important;
    transition: 0s;
 } 


 .user-page  .mbp_pagination ul.pagination li.active .page-link {
    background-color: #ff7070;
}

 .user-page .extra-dashboard-menu {
    background-color: #223e45;}

.vendor-register  form.bc-form-login .row.mt30 .col-xs-12.col-sm-4 {flex: 1 !important;max-width: unset;min-width: 154px;padding: 0 15px;}


.vendor-register form.bc-form-login .row.mt30 .col-xs-12.col-sm-4 a {padding: 9px 5px;font-size: 16px;}

.is_single .feature-property .owl-carousel .feat_property > .thumb > a {width: 100%;}

.is_single .feature-property .owl-carousel .feat_property > .thumb > a > img {height: 230px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.bc_detail_location .our-listing .item-listting > .feat_property > .thumb > a > img {min-height: 220px;object-position: center;}

.bc_detail_location .our-listing .item-listting > .feat_property > .thumb > a,
.our-listing .item-listting > .feat_property > .thumb > a  {
    width:100%;
}

.our-listing .sidebar_listing_list .ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ec4f4a;border-color: #e74c48;
}

.our-listing  .sidebar_listing_list .dropdown .dropdown-menu .dropdown-item.active {
    color: #ff5f5f;
}


.vendor-register .page-template-content > .container:nth-child(3) {
    display: none;
}

.sign_up_modal .tab-pane .sign_up_form .bc-form-register .custom-checkbox input#term {
    z-index: 99;
}

.vendor-register .bc-vendor-form-login > .row {
    justify-content: center;
}
p.item-url-demo{position: relative;padding-right: 40px;white-space: pre-wrap;}
p.item-url-demo a.open-edit-input {display: inline-block;}

p.item-url-demo a.open-edit-input:after {cursor: pointer;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url('https://nearmelisting.com/uploads/0000/1/2022/04/20/edit.png');
  right: 0px;
  background-size: cover;}

 /*  .is_single .our-agent-single .container  .row >  .col-lg-12 > .listing_single_video {
    display:none;
} */



.user-page   .calendar-table > table > thead > tr > th.prev {position: relative;background: url(https://nearmelisting.com/uploads/0000/1/2022/04/22/left-arrow-1.png) !important;background-size: 13px !important;background-repeat: no-repeat !important;background-position: center !important;}

.user-page    .calendar-table > table > thead > tr > th.next {
    position: relative;
    background: url(https://nearmelisting.com/uploads/0000/1/2022/04/22/right-arrow-5.png) !important;
    background-size: 13px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

 .user-page   .our-dashbord .my_dashboard_profile .form-group.error input {border-color: #ff7e7e !important;background: #fff4f4;}



.page-template-content section.divider.home-style1.parallax {
    background-position: center !important;
    background-attachment: fixed !important;
}




.mobile-menu .main_logo_home2 a.mobile-logo-link > span {
    display: none;
}

   .header-nav.stricky-fixed .header-menu-serch-sec {
    flex: unset;
    width: 100%;
}
.header-menu-serch-sec .home_adv_srch_form .input-group .select-wrap {
    flex: 1;
}

section.our-listing .item-listting .thumb img {
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.is_single   div#reviews {width: 100%;}

.is_single   div#reviews .title{
    font-size:18px;
}

.is_single   div#reviews .wrapper > h4 {font-size: 24px;}

.is_single   div#reviews .rates i {font-size: 18px !important;}

.is_single   div#reviews button.btn.btn-thm[type="submit"] {margin: 0 auto;display: block;}

.is_single   div#reviews .custom_reivews {
    display: flex !important;
    flex-wrap: nowrap;
}

 .product_single_content .sspd_review ul li i, .is_single .sspd_review  li i{font-size: 18px !important;color: #f8b704;}

/* .is_single .sspd_review  li i.fa-star {color: #f8b704;} */
/* -------------------------media query start from here----------------------- */




@media(min-width: 1200px){
    .header-menu-serch-sec .home_adv_srch_form  .form-row .home_form_input {flex: 1;}

.header-menu-serch-sec .home_adv_srch_form  .form-row .home_form_input:nth-child(1){
   position: relative;
}
.header-menu-serch-sec .home_adv_srch_form .form-row .home_form_input:nth-child(1):after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 25px;
    width: 2px;
    background: #b0b0b0;
    border-radius: 55px;
}
}

@media(max-width: 1500px){
  .header-menu-serch-sec .home_adv_srch_form form.form ,
 .header-menu-serch-sec .home_adv_srch_form form.form  .input-group-prepend .input-group-text{
    font-size: 13px;
        padding: 0 4px !important;
}

.header-menu-serch-sec .home_adv_srch_form form.form .form-control, .home_adv_srch_form input {
    padding: 5px 10px !important;
}

.header-menu-serch-sec .home-one .col-lg-10.col-xl-8 {
    padding: 0;
}


}

@media(max-width: 1400px){

    header.header-nav a.navbar_brand {
    margin-right: 9px;
}

}

 

@media(max-width:1200px){

 header .header-menu-serch-sec {
    display: none !important;
}
}

@media(max-width:992px){
	.about-us .page-template-content > .container:nth-child(2) > .row:nth-child(2) > .col-lg-6:nth-child(1),
	 .about-us .page-template-content > .container:nth-child(4) > .row:nth-child(2) > .col-lg-6:nth-child(1),
	  .about-us .page-template-content > .container:nth-child(6) > .row:nth-child(2) > .col-lg-6:nth-child(1) {
    order: 0;
}

.our-listing .category-search-sec .home_content.home1 {
    padding: 10px 0 30px !important;
}

.listing_filter_row .listing_list_style li#btn-gird, .listing_filter_row .listing_list_style li#btn-list {
    display: none;
}

.header .main_logo_home2 a.mobile-logo-link {
    right: unset;
    width: auto;
    position: relative;
    padding: unset;
}

.aboutbcksec .home_content.home1 {
    padding: 0 !important;
    margin-top: 86px;
}

.about-us .about_thumb img {
    max-width: 70%;
    margin: 20px auto;
    display: block;
}

.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-5:nth-child(1) {
    padding-left: 2%;
}
.vendor-register .page-template-content > .container > .bc-vendor-form-register > .row > .col-12.col-lg-6:nth-child(3) {
    display: none;
}
}

@media(max-width:767px){
/* .category-faq-detail-sec.breadcrumb_content.style2 {
    padding-left: 15px;
} */
.home_adv_srch_form form .form-row .home_form_input:nth-child(2) {
    width: 100%;
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;}
}

@media(max-width:425px){
    .home_adv_srch_form form .form-row .home_form_input:nth-child(2) {
    width: 100%;
    margin-bottom: 15px !important;
}

      .home_adv_srch_form form .form-row .home_form_input2:nth-child(3) {
    width: 100%;
          position:relative;
          margin-bottom: 0px!important;
}


.is_single div#reviews .title {
    font-size: 15px;}

    .is_single div#reviews .rates i {
    font-size: 13px !important;
}
}

.numbertext::-webkit-outer-spin-button,
.numbertext::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.numbertext{
  -moz-appearance: textfield;
}










/* CSS by Rakesh */

ul#respMenu li {
    margin: 0px 7px;
}


li.depth-1{
    width: 100%;
}

.header-nav nav li.list-inline-item{display:none}
.header-nav nav .ace-responsive-menu li:nth-child(2){position:relative}
.ace-responsive-menu > li > ul.sub-menu{left:20%;top:110%}

.header-nav nav li.vendor-register-menu, .header-nav nav li.login_tab, li.list-inline-item.add_listing{background:linear-gradient(45deg, #fd5a55, #bc322e)
    ;border-radius:10px;color:#fff!important;}
.header-nav nav li.vendor-register-menu:hover, .header-nav nav li.login_tab:hover, li.list-inline-item.add_listing:hover{background: #fd5a55;}
.header-nav nav li.vendor-register-menu a, .header-nav nav li.login_tab a, li.list-inline-item.add_listing a{color:#fff!important;padding: 10px 30px!important;}
.header-nav nav li.vendor-register-menu a:hover, .header-nav nav li.login_tab a:hover, li.list-inline-item.add_listing a:hover{color:#fff!important;}
.why_chose_us .details h4 {
    font-size: 22px;
}


.bc_wrap .page-template-content .main-title .title{
    font-size: 40px;
    font-weight: 500;

}

.bc_wrap .page-template-content .main-title .sub-title{
    font-size: 20px;
}

.why_chose_us .details p{
    font-size: 20px;
}

.icon-box .content-details .title {
font-size: 20px;
line-height: 20px;
}


.main-title h2, h2.title.text-center.mb40, h2 strong, .bc-text.popular_cat_text h2{
    font-size: 40px;
    font-weight: 700;
}

section.our-listing.pb30-991 h2{
    font-size: 20px;
}

.main-title p, .bc-text.popular_cat_text p, div.paddingtop70 p{
    font-size: 20px;
    font-weight: 500;
}

.testimonial_post .thumb img{
    max-width: 90px;
}
.testimonial_post .thumb h4.title{
    font-size:20px
}

.testimonial_post .thumb .client-postn{
    font-size: 18px;
}
.testimonial_post .details p{
    font-size: 18px;
}

.why_chose_us:hover{box-shadow:  0px -3px 0px #d94644;}

.business_exposer p.text-white.mb35{font-size: 20px;}

.footer_mailchimp_form{margin: 0px 5px;}
.footer_mailchimp_form .col-auto{width: 100%;justify-content: space-between;align-items: center;}
.footer_about_widget li a, .footer_qlink_widget li a, .footer_contact_widget li a{font-size: 16px;}
.footer_social_widget .form-mess span.text-danger{display: block;
    margin-top: 5px;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}


div.container.pt20.pb30 .col-md-4.col-lg-4{display: flex;align-items: center;}
.copyright-widget p{margin-top: 0px;}
.header-menu-serch-sec .home-one form.form{padding-top:0px!important; padding-bottom: 0px !important;padding-left: 5px !important;padding-right: 5px !important;margin-bottom: 0px;}
header.header-nav.menu_style_home_one .ace-responsive-menu li a:hover{color: #d94644;
    font-weight: 500;
    text-shadow: 0px 0px 0px #d94644;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover, header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:hover {
    color: #d94644;
    box-shadow: none !important;
    padding-left: 10px;
    transition: 0.2s;}

.home_content .home-text p {font-size: 20px;}
header.header-nav.menu_style_home_one .ace-responsive-menu li a{font-weight: 500;}
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li > a.active span, header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span, header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a, header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span, header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn, header.header-nav.menu_style_home_one.stricky-fixed #search-button i{font-weight: 500;}


.bc_wrap .page-template-content .bc-offer .item{background: #00000070;}
.bc-text.popular_cat_text{margin:50px auto;position: relative;
    z-index:5;padding: 0px!important;}

.home_content {
    padding: 250px 0px 250px;
}
.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one{min-height: 75vh;}

div.bc-offer .row div.col-lg-6, .bc-offer .row div.col-lg-3{
    max-width:33.33% !important;
    flex: 0 0 33.33%;
}
section.home-one.home1-overlay.bg-img1 .row.posr .row.justify-content-center .col-lg-10.col-xl-8 {max-width: 80%;flex: 0 0 80%;}
header section.home-one.home1-overlay.bg-img1 .row.posr .row.justify-content-center .col-lg-10.col-xl-8{max-width:100%!important;flex: 0 0 100%!important;}


.col-auto.home_form_input.mb20-xsd {max-width:40%;width: 100%;display: flex;align-items: center;}

.select-wrap.style2-dropdown {width:80%;text-align:left}
.select-wrap.style2-dropdown input.refineText.formTextbox{width:100% !important;background: transparent;}
.home_adv_srch_form form{padding:7px!important}

.input-group-text.pl0.pb0-767 {
    margin-left: 10px;
}

.footer_logo_widget.text-center.mb15-767{margin:auto}
.bc_wrap .page-template-content .bc-offer .item a.btn-default:hover{color: #d54340;}
.bc_wrap .page-template-content .bc-offer .item:hover a.btn-default{font-size: 18px;bottom: 15px!important;}


.bc_wrap .page-template-content .bc-offer .item{background: #ffffff;
    box-shadow: 0px 0px 10px #00000050;
}
.bc_wrap .page-template-content .bc-offer .item{height: 420px;margin-bottom: 25px;}
.bc_wrap .page-template-content .bc-offer .item .img-cover{height: 75%;z-index: 0;background-position: center !important;}
.bc_wrap .page-template-content .bc-offer .item:hover .img-cover{transform: scale(1.03);}
.bc_wrap .page-template-content .bc-offer .item .item-title{position: absolute;
    z-index: 9;
    color: #000;
    bottom: 50px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    font-weight: 600;
    width: 100%;}

    .bc_wrap .page-template-content .bc-offer .item a.btn-default{
        bottom: 15px;
        opacity: 1!important;
        color: #000;
        left: 50%;
        transform: translate(-50%);
        font-size: 18px;
        font-weight: 500;
        border: 1px solid;
        padding: 4px 12px;
        position: absolute;
        bottom: 15px!important;
    }



.bc-faq-lists .row .col-md-6{max-width:100%;flex: 0 0 100%;}
.bc_wrap .bc-faq-lists .faq-item h3{font-size:24px}
.bc_wrap .bc-faq-lists .faq-item p{font-size:18px}

.bc_wrap .bc-faq-lists .faq-item h3 a {display:none}

.bc_wrap .bc-faq-lists .faq-item{background: white;
    padding: 20px;
    box-shadow: 0px 1px 10px #e34e4d40;
    border-radius: 10px;
    transition: all 0.5s;
    /* margin-bottom: 70px; */
}

.bc_wrap .bc-faq-lists .faq-item:hover {
    box-shadow: 0px 5px 3px #e34e4d;
    transform: translate(0, -10px);
    transition: 0.5s;
}

.bc-text.custom_testimonial .testi_box{padding: 10px 20px;margin-bottom:20px;border-radius:10px;box-shadow: 0px 0px 2px #00000050;}
.image_size{text-align:center;width: 130px;overflow:hidden;object-fit: cover;height: 130px;padding: 5px;border: 1px solid;border-radius: 50%;}
.image_size img{width:100%;object-fit: cover;border-radius: 50%;}

.rating {
    display: flex;
    justify-content: space-between;
}

p.rated {
    font-size: 18px;
    color: red;
    margin-bottom: 0px;
    font-weight: 900;
}

p.star_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}


.testi_location p a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi_location p {
    margin-bottom: 0px;
}

.bc-text.custom_testimonial .testi_box:hover {
    box-shadow: 0px 0px 10px #000;transition:all 0.5s;
}

.rating p {
    font-size: 18px;
}

.bc-text.custom_testimonial .testi_box p {
    font-size: 18px;
}

p.star_icon span:hover {
    color: red;
    cursor: pointer;
}
div.paddingtop70{
    padding-top: 70px;
}

.bc-text.custom_testimonial {
    margin-top: 50px;
    
}

.bc-faq-lists{
    padding-top: 70px;
}


h2.title.text-center.mb40 {
    margin-bottom: 50px!important;
}

.bc_wrap .page-template-content .bc-offer{
    padding-bottom: 40px;
}

span.flaticon-loupe:after {
    content: " Search";
    font-size: 18px;
    font-family: jost;
    font-weight: 500;

}

input.autocomplete.form-control.formTextbox.pac-target-input::placeholder {
    font-size: 16px!important;
}

.header-nav nav {
    max-width: 1481px;
    margin: auto;
}

header.header-nav.menu_style_home_one.header-transparent.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav {
    max-width: 100%;
    margin: auto;
    padding:12px 10px;
}
header.header-nav.menu_style_home_one.header-normal.style2.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav{max-width:100%}
/* body.frontend-page .bc_wrap > div:nth-child(2) {height: auto !important;} */




/* Login form CSS */

.login_form {
    padding: 30px;
    border: 1px solid #c1c1c190;
    box-shadow: 0px 0px 5px #c1c1c190;
    background: #ffc5c41c;

}

.bc-login-form-page .form-title{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

div.fb_button, div.google_button {
    text-align: center;
    border: 2px solid #c1c1c1;margin-top: 15px ;margin-bottom: 5px;
}

p.dont_have{margin-bottom: 0px!important;}
p.dont_have a{text-decoration: underline;color: #dc4947;font-size: 18px;}

div.fb_button:hover, div.google_button:hover {
    box-shadow: 0px 0px 2px 1px #00000050;transition: all .3s;
}

div.fb_button a, div.google_button a{display: block;padding: 10px;font-size: 16px;font-weight: 700 ;
    width: 55%;
    text-align: left;
    margin: auto;
  }

.social_button div.google_button span.fa.fa-google{position:relative}
.social_button div.google_button span.fa.fa-google:after{
    position:absolute;
    content: "";
    background: url(https://nearmelisting.com/uploads/0000/1/2022/06/23/google-icon-150.png);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    z-index: 99;

 }



.login_form h5 {margin-top:30px;font-size:17px}

.login_form h6 {
    border-bottom: 2px solid #c1c1c1d9;
    padding-bottom: 20px;
    font-size: 14px;color: #7e7e7e;
}

.login_form .form-control, .sign_up_form .form-control{font-size: 16px;border-radius: 0px!important;}

.login_form input::placeholder, .login_form .form-control::placeholder, .sign_up_form .form-control::placeholder{font-size:16px}

.login_form .form-group .custom-control-label, .sign_up_form .form-group .custom-control-label{font-weight: 600;}

.login_form .btn-log, .register_form_inner .btn-log{height: 46px;background: linear-gradient(45deg, #fa5a55, #cd2b25) !important;
    font-size: 18px;
    transition:0s;
    font-weight: 500;
    border: 1px solid #fa5a55;
}

.login_form .btn-log:hover, .register_form_inner .btn-log:hover{color:#ffffff;background: #fa5a55 !important;}
.login_form .btn-fpswd{color: #dc4947;font-weight: 600;}
span.fa.fa-facebook {color: #ffffff;
    background: #395899;
    padding: 3px 3px;
    border-radius: 50px;
    margin-right: 10px;height: 25px;width: 25px;line-height: 20px;text-align: center;}

span.fa.fa-google {
    padding: 5px;
    color: #ffffff;
    background: #777777;
    border-radius: 50px;
    margin-right: 10px;height: 25px;width: 25px;line-height: 15px;text-align: center;
}

.bc-login-form-page .form-control{
    border: 2px solid #c1c1c1;
    height: 52px;
}

/* Register form css */

.row.justify-content-center.bc-login-form-page.bc-login-page.register_form {
    padding: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #c1c1c190;
    box-shadow: 0px 0px 5px #c1c1c1d9;
    margin:70px auto;
    background: #ffc5c41c;
}

.bc-login-page.register_form .login_form, .bc-login-page.register_form .register_form_inner{border: none;box-shadow: none;padding: 15px;background: transparent;}
.bc-login-page.register_form  .login_form h6{border:none}


.register_form input.form-control::placeholder {font-size:16px}
label.custom-control-label a {
    color: #e34a45;
    font-weight: 500;
}

.register_form_inner:before {
    content:
    "OR";
    position:
    absolute;
    left: 0%;
    top:50%;
    transform: translate(-50%, -50%);
    background: #fff9f9;
    padding: 10px 0px;
    z-index:9
}

.register_form_inner:after {
    content:"";
    position:absolute;
    height:86%;
    width:2px;
    left:0px;
    background:#c1c1c1;
    top:7%
}


/* Send reset link CSS*/

.card.send_reset_link {
    padding: 60px 20px;
    border: 1px solid #c1c1c190;
    box-shadow: 0px 0px 5px #c1c1c190;
    background: #ffc5c41c;
}

.card.send_reset_link .card-header {
    background: transparent;
    border: none;
    font-size: 28px;
    color: #000;
    font-weight: 900;
    
}

.card.send_reset_link .card-body h5 {
    margin-bottom: 15px;
}


.card.send_reset_link  .form-group.row.mb-0 {
    display: flex;
    justify-content: normal;
    align-items: center;
    padding-top: 20px!important;
}


.card.send_reset_link button.btn.btn-primary {
    display: block;
    width: 100%;
    height: 46px;
    background: linear-gradient(45deg, #fa5a55, #cd2b25) !important;
    border: 1px solid #dc4947;
    font-size: 18px;
    transition: all 0.3s;
    font-weight:400;
}

.card.send_reset_link button.btn.btn-primary:hover{color: #dc4947;
    background: #fff !important;}



.card.send_reset_link a {
    font-size: 16px;
    font-weight: 800;
    color: #e84742;
}

.card.send_reset_link a:hover{text-decoration:underline}
header.header-nav.menu_style_home_one .ace-responsive-menu li.user_setting a{font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:8px 10px;
    font-family: jost;
}

.user_setting_content.menu-active a.dropdown-item.border-0:hover{color:#d3413d!important;margin-left: 10px!important;transition: 0.2s all;}       

header.header-nav.menu_style_home_one .ace-responsive-menu .user_setting .dropdown-menu .user_setting_content a{border-bottom: 1px solid #dedede!important;}


/* 
Add listing page custom css by rakesh */

div.service-edit-wrap {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0px 0px 10px #0001;
    border: 1px solid #ECEDF2;
    border-radius: 8px;position: relative;
}
div.service-edit-wrap > h3.item-url-demo{text-align: center;color: #e24945;}
div.service-edit-wrap .panel .panel-body, div.service-edit-wrap .user-panel .panel-body{
    padding: 10px;
}
.panel .panel-title, .user-panel .panel-title{
    padding: 8px 10px !important;
    background: #223e45;
    color: #fff;
    border-radius: 0px !important;
    border: 1px solid #223e45 !important;line-height: normal;
}

.service-edit-wrap label:not(.terms-scrollable){
    color: #222222;
    font-weight:600;
    line-height: 22px;
    font-size:16px;                     
}

.panel-body div.terms-scrollable label.term-item {
    width: 90%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}
.panel, .user-panel {
    box-shadow: none !important;
    border: 1px solid #0001 !important;
}

input.listing_box_search {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: #f4f4f4;
    border: none;
}
input.listing_box_search:focus, input.listing_box_search :active{
    outline: none;
    box-shadow: none;
}

.service-edit-wrap input.form-control, .service-edit-wrap select.form-control{
    padding-left: 10px;
    font-size: 16px;
    background: #f1f1f150;
    color: #000000;
    font-weight: 500;
}

.service-edit-wrap input.form-control:active, .service-edit-wrap select.form-control:active,
.service-edit-wrap input.form-control:focus, .service-edit-wrap select.form-control:focus{
    border-color: #fd5a55;
    outline: none;
    background: #fff;
    color: #000;
}


.service-edit-wrap input.form-control::placeholder{
    color: #9e9a9a;
    font-size: 16px;
}

.service-edit-wrap .table td, .service-edit-wrap .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


.service-edit-wrap .control-map-group #map_content{
    height: 301px;
    margin-bottom: 15px;
}

.service-edit-wrap .my_profile_setting_input .btn2{
    font-size: 18px;
    border: none;
    background: linear-gradient(45deg, #fd5a55, #bc322e);
    font-family: 'Jost', sans-serif;
    font-weight: 500;

}

.service-edit-wrap .my_profile_setting_input .btn2:hover {
    color: #fff;
    background: #fd5a55;
    border:none
}

.service-edit-wrap input[type=checkbox]:checked:before{
    color: #ffffff;
    content: "";
    font: normal normal normal 13px/1 FontAwesome;
    border: 1px solid #fa5636;
    height: 16px;
    width: 16px;
    background: #fa5636;
    margin: -1px;
    border-radius: 2px;
}

.user-page .dashbord > .container .add_listing form .row > .col-md-3 > .panel:nth-child(1) > .panel-body {
    padding: 0 !important;
}
.listing-img-sec {
    position: relative!important;
    max-width: 24%;
    margin: 2% 0.5%;width: 100%;
}

span.btn.btn-danger.btn-sm.remove-listing-img {
    position: absolute;
    left: 0px;
}
.listing-img-sec img.listing-img-tag {
    margin-bottom: 5px;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
}
.service-edit-wrap form div.d-flex div.pt-3 {
    display: flex;
    align-items: center;
}
.service-edit-wrap form div.d-flex div.pt-3 .btn-primary{
    font-size: 18px;
    border: none;
    background: linear-gradient(45deg, #fd5a55, #bc322e);
    color: #fff;
    font-weight: 500;
    display:inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 8px;
    font-family: 'Jost';
}

.service-edit-wrap form div.d-flex div.pt-3 .btn-primary:hover{
    color: #fff;
    background: #fd5a55!important;
    transition:0s;
    border: none;
}
.breadcrumb_content a.btn.btn-primary:nth-child(1){height:47px;line-height:28px;padding:10px 20px;font-size:18px;font-weight:500}
.breadcrumb_content a.btn.btn-primary:nth-child(1):hover{background:#223e45;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none!important;
}
span.btn.btn-info.btn-sm {
    background: #fa5636;
}


/* View listing page CSS */

.single_property_title .media-body.mt20 h1.mt-0 {color:#fff;font-size:42px}
.row.listing_single_row.style2 {
    align-items: end;
    background: linear-gradient(45deg, #f1524d, #c33632);
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
}

section.our-agent-single.pb30-991 h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}


.listing_single_description.mb60 .overview p {
    font-family:arial, sans-serif!important;
    font-size:18px!important;
}

ul.sidebar_social_icon.mb0 i{height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    font-size: 20px;
}

ul.sidebar_social_icon.mb0 i:hover {
    filter: brightness(1.2);
}
ul.sidebar_social_icon.mb0{text-align: center;}

ul.sidebar_social_icon.mb0 i.fa.fa-facebook{background: #4867aa;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-instagram{background: rgb(151,55,189);
    background: linear-gradient(198deg, rgba(151,55,189,1) 0%, rgba(224,53,102,1) 54%, rgba(254,203,107,1) 100%);;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-twitter{background: #1da1f2;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-youtube{background: #ff0000;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-google{background: #4285f4;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-pinterest{background: #b7081b;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-tumblr{background: #000;color: #fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-weibo{background: #cc4035;color:#fff;}
ul.sidebar_social_icon.mb0 i.fa.fa-linkedin{background: #4867aa;color:#fff;}





.sidebar_map.mb30.text-center button.btn.btn-primary.btn-submit, .single_page_review_form button.btn.btn-thm  {padding:10px 20px;font-size:18px;background: linear-gradient(45deg, #f1524d, #bc322e);transition:0s;border-radius: 8px;
    font-weight: 500;
    font-family: 'Jost';}
.sidebar_map.mb30.text-center button.btn.btn-primary.btn-submit:hover, .single_page_review_form button.btn.btn-thm:hover{background:#fd5a55!important}

.listing_single_sidebar ul.contact_list.list-unstyled.mb15 li a {
    color: #2962ff;
}

.col-auto.home_form_input.mb20-xsd:first-child:after{
    content: "";
    position: absolute;
    right: -14px;
    width: 2px;
    height: 65%;
    background: #8b8b8b;
    top: 50%;
    transform: translate(-50%,-50%);}

.menu_bar_home2 li.list-inline-item[class="menubar"]{right:0px}
.item-listting.col-lg-12 .feat_property.list{min-height: auto;height: auto;}
.item-listting.col-lg-12 .feat_property.list .details .tc_content p{max-height: 100%;}
.item-listting.col-lg-6.col-md-6, .item-listting.col-lg-12 {
    margin-bottom: 15px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-size: 11px;}

.sasw_list .search_option_button button.btn{
    font-size: 18px;
    padding: 10px 20px;
    height: auto;
    font-weight: 500;
    background: linear-gradient(45deg, #fd5a55, #bc322e);
    transition: all 0s;
    font-family: jost;
}

.listing_single_description.mb60 .row {padding:0px 15px}
.owl-theme .owl-nav [class*=owl-]{font-size: 15px;padding: 0px 10px;font-weight: 700;
    background: linear-gradient(45deg, #fd5a55, #bc322e);}
.owl-theme .owl-nav{margin-top: 0px;text-align: center;}
.single_listing_faq, .listing_single_video {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.property_video .thumb{margin-bottom:40px}
.is_single div#reviews .custom_reivews{margin:0px;align-items: baseline;}
.is_single div#reviews {
    width: 100%;
    background: #f6f6f6;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #00000030;
    margin-right: 15px;
}
.is_single div#reviews div#bc-reviews {
    padding-left: 15px !important;
}
.listing_single_description.mb60{
    margin-bottom: 20px;
}
.listing_single_description.mb60 h2{padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;}

.is_single div#reviews .custom_reivews .col-lg-2.pr0 {
    padding-left: 0px;
}

p.fz14.mt10.review-content, p.fz14.mt10{
    font-size: 15px;
}

.sspd_review.pull-right.review-star-rating ul.mb0.pl15 {padding-left:0px;justify-content: start;display: flex;margin-top: 5px;}
div#reviews h4.sub_title.mt-0 {margin-bottom:5px;margin-top: 10px !important;}
.sspd_review ul.mb0.pl15{padding-left: 0px;}



.list-review-action button, div#editreview button.btn.btn-secondary, div#editreview button.save-review-edit  {
    border: none;
    font-size: 15px;
    margin-left: 10px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 8px;
    line-height: 1.5 ;
    font-family: jost;
}

.list-review-action button:hover,div#editreview button.btn.btn-secondary:hover, div#editreview button.save-review-edit:hover  {
    filter: brightness(1.3);
}

div#editreview button.save-review-edit {
    background: red;
    padding: 3px 12px;
    color: #fff;
}

div#editreview button.btn.btn-secondary { 
    background: #143337;padding: 3px 12px;color: #fff;
} 


.list-review-action button.review-delete:focus,.list-review-action button.review-edit:focus, div#editreview button.btn.btn-secondary:focus,
div#editreview button.save-review-edit:focus{outline: none;box-shadow: none;}
div#editreview {background: #00000090;}

.faq_according .accordion .card div.collapse.show{box-shadow: inset 0px 0px 2px #d7d7d7;border-top-style: revert;}
.for_blog.feat_property {
    height: auto;
    min-height: auto;}
td.text-success{text-transform: capitalize;}
.bootstrap-select .dropdown-toggle .filter-option-inner{line-height: 30px;}
form.form-inline.my-2 {
    background: #f4f4f4;
    border-radius: 5px;
    border: 1px solid #ccc;min-width: 360px;justify-content: space-between;
}
form.form-inline.my-2 span.flaticon-loupe:before {position: absolute;left: 0px;}

form.form-inline.my-2 button.btn.my-2.my-sm-0 {
    position: relative;
    width: 100%;
    max-width: 90px;margin: 0px !important;
}
.candidate_revew_search_box input.form-control::placeholder{
    font-size:16px;color:#666
}
form.form-inline.my-2 span.flaticon-loupe {
    display: inline-block;
    max-width: 100px;}

.listing_table .table_body td, .listing_table .table_body th{font-size: 15px;}
.listing_table tr:nth-child(even) {background: #ef514d12}
.listing_table tr:nth-child(odd) {background: rgb(240, 240, 240)}
.listing_table table{margin-bottom: 0px;}

.banner-style-one.owl-theme1.owl-carousel1{display: none;}
body.is_single section:not(.home-one) {padding-top: 60px;}
body.is_single section .col-lg-4.col-xl-4 {padding-right:0px}
input.form-control.listing-img[type="file"] {
    padding: 4px;
    font-size: 16px;}

form.bc_form_search a.dropdown-item {
    padding: 5px 10px;
}
form.bc_form_search .bootstrap-select .dropdown-toggle:before{display: none;}
form.bc_form_search ul.mb0 {
    display: flex;
    justify-content: end;
    align-items: center;
}
form.bc_form_search li.list-inline-item.dropdown.text-left {
    display: flex;
    align-items: center;
}
form.bc_form_search .bootstrap-select .dropdown-toggle .filter-option{position: relative;border: 1px solid #eaeaea;
    padding: 4px;
    border-radius: 10px;}
form.bc_form_search .dropdown-toggle::after{position: absolute;right: 15px;top: 50%;transform: translate(-50%);}
.listing_filter_row.dif.db-767{display: flex;align-items: center;}
form.bc_form_search button.btn.dropdown-toggle.btn-light{padding: 0px 5px;}
form.bc_form_search .filter-option-inner-inner{padding: 0px 8px;}

/* Profile page CSS */

.page-profile-content.page-template-content section.bgc-f4
{padding-top:40px;padding-bottom:40px}
.page-profile-content.page-template-content section.our-listing.pb30-991{padding: 50px 0px 70px !important;}
section.our-listing.pb30-991 .container > .row > .col-lg-8 > .row > .col-lg-12 > h4.mb15 
{font-size:28px;font-weight:600}
.our-listing .profile-service-tabs.mb-0{margin-top: 0px;}
.profile-service-tabs.mb-0 .bc-profile-list-services .feature_property_slider .feat_property.list{min-height: auto;}
.bc-profile-list-services .col-lg-12{padding-left: 0px;}
.our-listing.pb30-991 h4.sub_title.mt-0 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px !important;
}
.sspd_postdate.fz14.mb20{margin-bottom: 0px !important;}
.border-top.pt40.mb40 .bc-reviews {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #00000050;
    margin-right: 15px;
  }

.bc_wrap .bc-profile-list-services .text-center.mt30 a.btn-primary{
    background: linear-gradient(45deg, #f1524d, #c33632);padding: 10px 20px;font-size: 18px;font-weight: 500;transition: 0s all;border-radius: 8px;font-family: jost;}
.bc_wrap .bc-profile-list-services .text-center.mt30 a.btn-primary:hover{background: #f1524d;}
.border-top.pt40.mb40 a.btn.btn-sm.btn-primary{
    background: linear-gradient(45deg, #f1524d, #c33632);
    padding: 10px 20px;
font-size: 18px;
font-weight: 500;
transition: 0s all;
border-radius: 8px;
font-family: jost;
}
.border-top.pt40.mb40 a.btn.btn-sm.btn-primary:hover{background: #f1524d;
}

/* Other CSS */

.alert{margin-top: 30px;}


/* Review Page CSS */

body.user-page .thumb {height:230px}
body.user-page  .feat_property .thumb a{display:block;width:100%}
body.user-page  .feat_property .thumb img{width: 100%;object-fit:cover;height: 100%;object-position: center;}
body.user-page section.our-dashbord.dashbord.bgc-f4 .row .col-md-6.col-lg-4 {margin-bottom:30px}
ul.prop_details.mb0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.prop_details.mb0 li.list-inline-item {display:block;margin:0px!important}


/* share icon css */

.single_property_social_share .social-share ul.share-wrapper {display: flex;
    justify-content: space-between;
    width: fit-content;
    background: transparent;
    padding: 8px 0px;
    align-items: center;
     border-radius:10px;
    margin-bottom:0px;
    left:-3px; }                                                         
                                                                

.single_property_social_share .social-share ul.share-wrapper li{margin:5px}
.single_property_social_share .social-share ul.share-wrapper li:hover {
    box-shadow: 0 0 10px 0px #fff;
}



/* Homepage_review_css */

div.testimonial_slider_home1 .item .testimonial_post{padding: 20px;margin-bottom: 25px;min-height: 400px;}
div.testimonial_slider_home1 .item .testimonial_post .thumb{display:block;align-items:center;margin-top: 40px;}
div.testimonial_slider_home1 .item .testimonial_post .thumb .title_sec{width: 100%;}
div.testimonial_slider_home1 .item .testimonial_post .thumb img.avatar{max-width:85px;width:100%;;padding:5px;border:1px solid;
    position: absolute;top: -60px;left: 50%;transform: translate(-50%, -50%);background: #fff;box-shadow: 0px 0px 10px 1px;
}

div.testimonial_slider_home1 .item .testimonial_post .thumb a{display:block!important;width: 100%;}
div.testimonial_slider_home1 .item .testimonial_post .thumb a h3{font-size: 18px;margin-bottom: 1px;text-align: center;}

div.testimonial_slider_home1 .item .testimonial_post .thumb .title_sec p{margin-bottom: 0px!important;line-height: normal;font-size: 14px;
font-family: jost;font-weight: 600;color: #222;text-align: center;}
div.testimonial_slider_home1 .item .testimonial_post .details{
    position: relative;
    padding: 20px 0px;
}

div.testimonial_slider_home1 .item .testimonial_post .rating_star{
    display: flex;
    align-items: center;
    justify-content: center;
}
div.testimonial_slider_home1 .item .testimonial_post ul.review-star {
    display: flex;
    margin-bottom: 0px;
}

div.testimonial_slider_home1 .item .testimonial_post ul.review-star li i {
    font-size: 15px;
    color: #ed504b;
    margin-right: 3px;
}

div.testimonial_slider_home1 .item .testimonial_post .details .review-item-body {
    text-align: center;font-size: 16px;letter-spacing: .2px;
 color: #5c5c5c;line-height: normal;
font-family: jost;font-weight: 500;
max-height: 160px;overflow: hidden;
}

div.testimonial_slider_home1 .item .testimonial_post .details:after{
    content: "”";
    right: 0px;
    position: absolute;
    font-size: 50px;
    bottom: -35px;
    color: #ed504b;
    line-height: normal;
}
div.testimonial_slider_home1 .item .testimonial_post .details:before{
    content: "“";
    left: 0px;
    position: absolute;
    font-size: 50px;
    top: -20px;
    color: #ed504b;}


 div.testimonial_slider_home1 .item .testimonial_post .client-postn{
    display: block;justify-content: space-between;position: absolute;
    width: 100%;
    padding: 0px 20px;
    left: 0px;
    bottom: 10px;
    text-align: center;
 }
 div.testimonial_slider_home1 .item .testimonial_post .image_sec{width: 120px;}

 div.testimonial_slider_home1 .item .testimonial_post h4.media-heading {
     margin-bottom: 0px;
     font-size: 16px;
     font-weight: 700;
     font-family: Jost !important;
     text-transform: capitalize;
 }
 
 div.testimonial_slider_home1 .item .testimonial_post .date {
     font-size: 13px;
     font-family: 'Jost';
 }

 div.testimonial_slider_home1 .item .testimonial_post .client-postn a {
    color: #ed504b!important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    text-decoration: underline;
    font-family: jost;
}

.bc-reviews .review-list .review-item .review-item-head .media .media-left img{max-width: 50px;border: 1px solid;}
div.display_flex{display: flex;align-items: center;border-top: 1px solid #00000010;
    padding-top: 20px;}
.listing_single_reviews .media .avatar{height: 60px;width: 60px;object-fit: contain;border: 1px solid;padding: 5px;}
.media{display: block;}
.sspd_review{float: none !important;display: flex;justify-content: space-between;align-items: center;}


section#our-testimonials\ home_page_reveiw {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

/* h1.breadcrumb_title {
    font-size: 40px;
}

section.our-listing.pb30-991 h2 {
    font-size: 24px;
} */

section.our-listing.pb30-991 h2:hover{color: #e14844;}
p a#readmore, div#moredata a#readmore2 {color: #f1534e;position: relative;z-index: 9;}


.category-search-faqs-sec.breadcrumb_content.style2.mb0-991.text-left h4 {
    font-weight: bold;
}

div.read_more_links {
    position: relative;
}

/* div.read_more_links:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #ffffff;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,1) 100%);
} */

ul.custom_list_style {
    list-style: disc;
    padding-left: 15px;
}

.category-faq-detail-sec h4 {
    font-weight: 600;
}

.details.listinggrid h2 {
    font-size: 18px;
  }

section.footer_one.home1 .container.pb50 .col-lg-4.col-md-6:nth-child(1) h4.title{
    display:none;
}
section.footer_one.home1 .container.pt10.pb20 .row {align-items:center}
section.footer_one.home1 .footer_socials{display: flex;justify-content: end;align-items: center;}
.footer_socials a{background:white;height:40px;width:40px;text-align:center;vertical-align:middle;line-height:40px;font-size:20px;border-radius:50%;margin-right:10px;transition: 0.5s;}
.footer_socials a:hover{color:#ef4e49;box-shadow: 0px 0px 15px #ef4e49;}
.copyright-widget.mt10.mb15-767 {
    margin-top: 0px;
}

.faq-item a.view_more, .our-blog  a.view_more {
    font-size: 18px;
    font-family: jost;
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #f1524d, #c33632);
    color: #fff;
}

.faq-item a.view_more:hover, .our-blog  a.view_more:hover{
    background:#f1524d; 
}

body.frontend-page.header-normal.page.about-us .bc-text h1 {padding-top:100px;margin-top:100px;font-size:48px}
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.footer_one .col-md-6:first-child .footer_qlink_widget.pl-0 .title {
    display: none;
}

/* T&C page css */

body .wrapper .page-template-content div.bc-text{padding: 30px 0px 80px;}
body .wrapper .page-template-content div.bc-text ul{list-style: disc;margin-left: 20px;}
body .wrapper .page-template-content div.bc-text ol{list-style: auto;margin-left: 20px;}
div.table_of_content {padding: 20px;
    border: 1px solid #00000040;
    border-radius: 20px;}


/* home page skiplink */

a.home_skip{
    position: absolute;
    bottom: 0px;
    left: 50%;
    color: red;
    display: inline-block;
    height: 80px;
    width: 50px;
    transform: translate(-50%, -50%);
    z-index: 99;
}


/* top 10 listing page */
.feat_property.list.top_10_list{justify-content: space-between;}
.feat_property.list.top_10_list .top_images_section{width: 25%!important;padding: 10px;}
.feat_property.list.top_10_list .details{width: 75%;padding-bottom: 10px;}
.feat_property.list.top_10_list .tc_content{display: flex;padding: 20px 10px 0px 10px;align-items: flex-start;justify-content: space-between;}
.rating_like {
    display: flex;
    min-width: 30%;justify-content: space-between;
    align-items: center;}

.rating_like .listing_reviews{position: unset;margin-bottom: 0px!important;}
.rating_like .listing_reviews li{color: #f85752 !important;font-size: 18px;margin-right: 0px !important;font-family: jost;}
.top_10_list ul.fp_meta.float-left.mb0 img{max-height: 16px;max-width: 16px;}
.top_10_list ul.fp_meta.float-left.mb0 a, .top_10_list li.df{font-size: 16px;font-family: jost;font-weight: 500;color: #555;}
.top_10_list a.service-wishlist.icon i {border: 1px solid #55555590;
    border-radius: 50%;
    padding: 8px;margin-left: 5px;font-size: 20px;}

 .feat_property.list .top_images_section .thumb{width: auto;height: 210px;margin:0px!important}
 .feat_property.list .top_images_section .thumb img{height: 100%;}
 .top_10_btn p a, .top_images_section p a {
    display: block;
    text-align: center;
    margin-top: 15px;
    padding: 5px;
    color: white;
    background:  linear-gradient(45deg, #fd5a55, #bc322e);
    width: 100%;
    font-weight: 500;
    font-family: jost;
    border-radius: 8px;
    font-size: 18px;
}
.top_10_btn p a:hover, .top_images_section p a:hover{background: #fd5a55;}
.top_10_btn p a span{font-weight: 700;}
.top_10_list .listing_single_description.mb60{margin-bottom: 0px;}
.top_10_list .owl-carousel .owl-stage-outer {
    margin: 15px 10px 5px;
    padding: 15px 0px 5px;
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;}
.top_10_btn {min-width: 30%;}
.top_10_list .listing_single_description .gallery_item img{height: 130px;min-height: auto;}
.top_10_list ul.sidebar_social_icon.mb0 {
    text-align: center;margin: 15px 0px 5px!important;}
.top_10_list  p.working_hours {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Jost';
        text-align: center;
        border-bottom: 1px solid #00000020;
        border-top: 1px solid #00000020;
        margin: 10px 0px;
        padding: 7px 0px;}

.top_10_list div.overview{font-size: 15px;
    padding: 10px 0px;
    text-shadow: 0 0 #000000eb;}

.feat_property.list.top_10_list{border: 1px solid #00000040;}
button.btn.btn-primary.btn-submit.top_10_more {
    background: linear-gradient(45deg, #fd5a55, #bc322e);
    color: #fff!important;
    font-family: Jost;
    line-height: 30px;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
    height: auto;
    width: auto;
    font-weight: 500;
    transition:all 0s;}
button.btn.btn-primary.btn-submit.top_10_more:hover{background: #fd5a55;}

div.top10_titles{padding-right: 20px;}
.feat_property.list.top_10_list .top_10_btn .thumb {
    margin: 0px auto;   
}
.list-inline-item:not(:last-child){margin-right: 10px!important;}
div#moredata h3 {
    font-size: 16px;
}
.listing_feature_iconbox.mb30{margin-bottom: 15px !important;}
ul.fp_meta.float-left.mb0 li:nth-child(2) > a {
    height: 24px;
    overflow: hidden;
    display: block;
}

/* pagination  */

ul.pagination .page-item.active .page-link, .our-listing .mbp_pagination ul.pagination li.active .page-link {
    background: #f1524d;
    border-color: #f1524d;
    padding: 4px 16px;
    color: #fff;
}
ul.pagination {
    justify-content: center;
    display: flex;
    align-items: center;margin-bottom: 30px;
}
ul.pagination a.page-link {
    color: #5a5a5a;
    font-weight: 500;
    background: transparent;
    padding: 4px 16px;
}
ul.pagination li.page-item a {font-family: jost;}
ul.pagination .page-item.disabled .page-link {
    background: #f1f1f1;
    padding: 4px 16px;
}
ul.pagination .page-link:focus {
    box-shadow: none;
}

ul.pagination .page-link:hover {
    color: red;
}
@media(max-width:767px){
    .our-listing  ul.pagination li.page-item {
        display: none;
    }
    .our-listing  ul.pagination .page-item:first-child,
    .our-listing  ul.pagination .page-item:nth-child( 2 ),
    .our-listing  ul.pagination .page-item:nth-last-child( 2 ),
    .our-listing  ul.pagination .page-item:last-child,
    .our-listing  ul.pagination .page-item.active,
    .our-listing  ul.pagination .page-item.disabled {
        display: block;
    }
}
/* Pagination CSS Removed */
/* pagination css */
/* ul.pagination li:not(.show-mobile) {
    display: none;
} */
/* Pagination CSS Removed */
/* ul.pagination li.page-item:nth-last-child( 2 ),
ul.pagination li.page-item:last-child{display: block !important;}
li.page-item.show-mobile.dots:not(:last-child):after {
    content: "...";
    text-align: center;
    display: block;
    position: absolute;
    right: -40px;
    top: 0px;
    min-width: 40px;
    height: 30.21px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
} */
/* Pagination CSS Removed */
/* li.page-item.show-mobile.dots:not(:last-child){
    position: relative;
    margin-right: 40px;
} */
/* pagination css end */


.popular_listing_slider1.owl-carousel.owl-theme.owl-loaded {
    overflow: hidden;
}
/* Home page search result */
div#autocomplete2-list {
    box-shadow: 0px 0px 10px 0px;
    height:auto;
    max-height:260px;
    background: #d4403c;
    font-size: 14px;
    color: #454545;
}
.autocomplete2-items div {
    line-height: normal;
}
.autocomplete2 input[type=text]{text-transform: capitalize;}
/* Home page search result END*/




@media (min-width: 1500px){
    header.header-nav.menu_style_home_one.header-transparent.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav,
    header.header-nav.menu_style_home_one.header-normal.style2.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav {
    max-width: 90%;}
}

@media (min-width: 1900px){
    header.header-nav.menu_style_home_one.header-transparent.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav,
    header.header-nav.menu_style_home_one.header-normal.style2.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated nav {
    max-width: 80%;}
}


@media (min-width: 1200px) and (max-width: 1440px){
header.header-nav.menu_style_home_one nav ul.ace-responsive-menu li.add_listing {
   width: auto;}

}


@media(max-width:1200px) {
    div.fb_button a, div.google_button a{width: 100%;text-align: center;}
}

@media(max-width:992px) {
    section.our-blog {
        padding-top: 120px;
    } 
    section.home-one.home1-overlay.bg-img1 .row.posr .row.justify-content-center .col-lg-10.col-xl-8{max-width: 100%;flex: 0 0 100%;}

    div.bc-offer .row div.col-lg-6, .bc-offer .row div.col-lg-3{max-width: 50%!important;
        flex: 0 0 50%;}
    .select-wrap.style2-dropdown{width: 70%;}
    .card.send_reset_link a{margin-top: 10px;display: block;}
    .row.listing_single_row.style2{margin-top: 100px;}
    .mobile-menu {
        display: block;
        box-shadow: 0px 0px 5px 1px;
        position: fixed;
        width: 100%;
        z-index: 99999;
        left: 0px;
        top: 0px;}
    .mobile-menu .header.stylehome1,.mobile-menu .header.stylehome1 ul.menu_bar_home2{display:flex;align-items: center;justify-content: space-between;margin-bottom: 0px;padding: 0px 5px !important;}
    .mobile-menu .header.stylehome1 li.add_business a{
        background: linear-gradient(45deg, #fd5a55, #bc322e);
        font-size: 16px;
        font-family: 'Jost';
        line-height: normal;
        font-weight: 500;
        padding: 7px 14px;
        border-radius: 50px;
        margin-right: 10px;
        color: #fff;
    }
    .single_property_title .media-body.mt20 h1.mt-0{font-size: 32px;}
    .is_single div#reviews{margin-left: 15px;}
    .single_page_review_form{padding: 0px!important;margin: 0px!important;padding-top: 20px!important;}
    .is_single div#reviews .wrapper > h4 {padding-top: 20px;}
    .product_single_content.mb30 .media{display: block;}
    .listing_single_description .gallery_item img{max-height: 230px;}
    body.is_single section .col-lg-4.col-xl-4{padding-right: 15px;}
    .stylehome1:before{display: none!important;}
    .row.justify-content-center.bc-login-form-page.bc-login-page.register_form{margin-top: 100px;padding: 20px 0px;margin-bottom: 50px;}
    .page-profile-content.page-template-content section.bgc-f4{margin-top:60px ;}
    .listing_table .table_body td, .listing_table .table_body th{min-width: 180px;}
    body .wrapper .page-template-content {margin-top:70px}
    .review-item h3{font-size:18px;}
    .top_10_list ul.sidebar_social_icon.mb0{display: flex;flex-wrap: wrap;justify-content: center;}
    section.footer_one.home1 .col-lg-4.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        }
        section.footer_one.home1 .col-lg-4.col-md-6 .logo {
            text-align: center;
        }  
        section.footer_one.home1 .col-md-6:nth-child(2) ul.list-unstyled, section.footer_one.home1 .col-md-6:nth-child(1) ul.list-unstyled {display: flex;
            flex-wrap: wrap;width: 100%;justify-content: space-between;}        
        section.footer_one.home1 .col-md-6:nth-child(1) ul.list-unstyled li {
            width: 100%;
        }
    }
@media (min-width: 768px) and (max-width: 992px){
    .feat_property.list .top_images_section .thumb {
        height: 170px;
    }
    .feat_property.list.top_10_list .top_images_section{width: 30% !important;}
    .sidebar_social_icon li{margin-bottom: 5px;}
}
@media (min-width: 768.99px){
    .feat_property.list.top_10_list .top_10_btn .thumb {display: none;}
    .top10_titles .rating_like{display: none;}
}
@media (max-width:768px) {
    section.our-listing.auto_service_top_row {
        padding-top: 70px !important;
    }
    section.our-listing.auto_service_top_row .top_banner_service_bg {
        border-radius: 0 !important;
    }
    .mobile-menu .main_logo_home2  .nav_logo_img {
        max-width: 130px;
    }
    section.our-listing.pb30-991 .col-lg-4.col-xl-4 {
        order: 2;
        margin:20px 0;
    }
    .listing-img-sec {
        position: relative!important;
        max-width: 48%;
        margin:2% 1%;
    }
    .item-listting.col-lg-6.col-md-6 {
        padding-right: 15px;
    }
    .bc-text.popular_cat_text{margin:20px auto 50px}
    .owl-carousel .owl-item{
        transform: scale(.97);
        transition: 0.5s all;
    }
    
    div.bc-offer .row div.col-lg-6, .bc-offer .row div.col-lg-3{max-width: 100%!important;flex: 0 0 100%;}
    input.form-control.email-input{width: 100%!important;}
    .home_adv_srch_form .input-group-text{padding: 0px 5px!important;}
    .home_form_input2{right: 5px;bottom: 0px;}
    .my_dashboard_profile.mb30-lg{padding: 15px;}
    .col-auto.home_form_input.mb20-xsd:first-child:after{display: none;}
    .main-title h2, h2.title.text-center.mb40, h2 strong, h2, .bc-text.popular_cat_text h2,.category .home_content .home-text h2{font-size: 24px;}
    h3, .h3{font-size: 20px;}
    .business_exposer p.text-white.mb35,.main-title p, .bc-text.popular_cat_text p, div.paddingtop70 p{font-size: 18px;}
    .bc-text.custom_testimonial .testi_box p, .bc_wrap .bc-faq-lists .faq-item p, .home_content .home-text p{font-size: 16px;}
    .property_video .thumb iframe{min-height: 300px;}
    .register_form_inner:before{padding: 10px;left: 50%;top: -20px;}
    .register_form_inner:after{top: -20px;width: 85%;height: 2px;left: 50%;transform: translate(-50%);}

    .our-listing .category-search-sec .home_content.home1 .row.justify-content-center {
            background-image:url(https://nearmelisting.com/uploads/0000/1/2022/03/23/headerbck.jpg);background-size:cover;
        position:relative;z-index:5;border-radius: 0px;}
    .our-listing .category-search-sec .home_content.home1 .row.justify-content-center:after{content:"";position:absolute;width:100%;left:0px;top:0px;bottom:0px;background:#040303db;z-index:-1;border-radius: 10px;}


    .home_form_input2{margin: auto;}
    .category-search-sec .home-one .home_adv_srch_form form.form{box-shadow:none}
    
section.our-dashbord.dashbord.bgc-f4 div.breadcrumb_content .row{display:block}
section.our-dashbord.dashbord.bgc-f4 div.breadcrumb_content .row .col-6{display:flex;max-width:100%;width:100%;justify-content:space-between;margin-top:10px}
form.form-inline.my-2{width:100%;max-width:100%;min-width: auto;}
.candidate_revew_select.style2.mb30-991.float-left.fn-smd .list-inline-item{display:block}
.candidate_revew_select.style2.mb30-991.float-left.fn-smd ul.mb0.mt10{display: flex;justify-content: space-between;}
.candidate_revew_select.style2.mb30-991.float-left.fn-smd li.list-inline-item.mb30-767{margin-bottom: 0px!important;}
.for_blog.feat_property div.thumb a {display: block;width: 100%;}
.for_blog.feat_property div.thumb a img {width: 100%;height: 240px;}
.profile-service-tabs.mb-0 .bc-profile-list-services .feature_property_slider .feat_property.list{display: block;}
.profile-service-tabs.mb-0 .bc-profile-list-services .feature_property_slider .feat_property.list .details .fp_footer{position: static;padding: 0px 15px 15px;}
.profile-service-tabs.mb-0 .bc-profile-list-services .feature_property_slider .feat_property.list .details .tc_content{padding: 15px;}
.product_single_content.mb30 .sspd_review.pull-right ul.mb0.pl15{padding-left: 0px;}
.my_listings{overflow: auto;}
ul.prop_details.mb0 {display:block}
ul.prop_details.mb0 li.list-inline-item span {margin-right:5px;padding:0px}
.item-listting.col-lg-6.col-md-6 .feat_property {min-height:auto;height: auto;}
.feat_property .details .fp_footer{position: static;}
.home_mobile_slider.home_custom_list.dn.db-767.owl-carousel.owl-theme.owl-loaded {
    position: static;
    padding: 10px 0px;
    height: auto!important;display: none!important;}

.home_mobile_slider.home_custom_list.dn.db-767.owl-carousel.owl-theme.owl-loaded .owl-stage-outer{
    margin-bottom: 10px;
}

.owl-carousel .owl-item{
    transform: scale(.97);
    transition: 0.5s all;
}

 .owl-carousel .owl-item .icon_home1 {
    background: #F4F4F4;
    margin: 0px 10px;
    padding: 20px;
    border-radius: 8px;
    height: 170px!important;
}

 .owl-carousel .owl-item .icon_home1 .icon span {
    background: red;
    padding: 10px;
    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 28px;
}

.owl-carousel .owl-item .icon_home1 .icon{margin-bottom: 15px;}
.owl-carousel .owl-item .icon_home1 p{font-size: 20px;line-height: 20px;color: #222;}
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]
{display: inline-block!important;}
h1.breadcrumb_title{font-size: 30px;}
.category-search-faqs-sec.breadcrumb_content.style2.mb0-991.text-left h4{font-size: 16px;}
.feature-content.dn-767{display: block!important;padding: 0px 20px;}
.feature-content.dn-767 .row.justify-content-center.mt-80.mb45{margin-bottom: 25px;}
.feature-content.dn-767 .icon-box{height: auto;margin: 10px 0px;
padding: 0px 10px;display: flex;align-items: center;}
.feature-content.dn-767 .icon-box .content-details{padding: 0px 5px;}
.feature-content.dn-767 .icon-box .content-details .title{font-size: 18px;line-height: 18px;text-align: left;}
body.frontend-page.header-normal.page.about-us .bc-text h1 {padding-top:100px;margin-top:150px;font-size:32px}
section.footer_one.home1 .col-md-6 {text-align:left}

.footer_about_widget h4,
.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_apps_widget h4{
    padding:2px 0px;
}

.footer_one{padding: 40px 0 0;}
section.footer_one.home1 .footer_socials{justify-content: center;}
.is_single div#reviews{margin-left: 0px;padding: 30px 10px;}
section{padding: 80px 0px;}
.mbp_pagination_comments .total_review h4{  font-size: 24px;
    font-weight: 600;}
    .owl-carousel .owl-stage-outer{margin: 0px;}

.feat_property.list.top_10_list{display: flex;flex-direction: column-reverse;padding: 15px 5px;
    background: #ffdddd14;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 1px solid #00000020;}

.feat_property.list.top_10_list .top_images_section{width: 100%!important;display: none;}
.feat_property.list.top_10_list .tc_content{display: block;padding: 10px 10px 0px ;}

.feat_property.list.top_10_list .details{width: 100%;}
.rating_like{min-width: 100%;}
.top_10_btn p, .top_images_section p{width: 65%;
    text-align: center;
    margin:10px auto !important;}
.top_10_btn p a{margin-top: 5px;}
.feat_property.list.top_10_list .owl-carousel .owl-stage{width: 100%!important;}
.feat_property.list.top_10_list .owl-next{position: absolute;right: 0px;top: 40%;}
.feat_property.list.top_10_list .owl-prev{position: absolute;left: 0px;top: 40%;}
.feat_property.list.top_10_list  .owl-theme .owl-nav [class*=owl-]{border-radius: 50%;
    border: 5px solid #fff;font-size: 19px;padding: 0px 7px;}
.feat_property.list.top_10_list .owl-item.active {
        width: 100%!important;    }
div.top10_titles{padding-right: 0px;}
.top_10_btn .rating_like {
    display: none;
}
.page-template-content > .inner_page_breadcrumb{
    padding: 120px 0px 60px!important;margin-bottom: 20px!important;
}

  section.our-listing.pb30-991 {padding:120px 0px 50px}
  section.footer_one.home1 .col-md-6.col-lg-6 {
    width: 100%;
    margin: 0px !important;
  }

}


@media(max-width:767px){
    .row.listing_single_row.style2 {
        margin-right: 0;
        margin-left: 0;
    }
    .col-auto.home_form_input.mb20-xsd{width: 100%;max-width: 100%;}
	.single_property_social_share .social-share ul.share-wrapper {
    padding: 0px 0px;
	}  
 .is_single div#reviews{margin-left: 0px;}
.single_listing_faq .faq_according .accordion .card .card-header .btn-link {
    padding-right: 24px;
}	
.home_content .home-text h1 {font-size: 2.8rem;}
div.testimonial_slider_home1 .owl-item:not(.center) .item .testimonial_post{transform: translateY(0px);}
/* pagination css */
/* Pagination CSS Removed */
/* ul.pagination li:not(.show-mobile) {
    display: none;
} */
ul.pagination li.page-item:nth-last-child( 2 ),
ul.pagination li.page-item:last-child{display: block !important;}
/* pagination css end */

.candidate_revew_select.style2 ul li{
    max-width: 600px;width: 100% !important;
}
.candidate_revew_select.style2 ul li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
}


@media (max-width:425px) {
    button.btn.search-btn.mb-2{padding: 12px 30px;}
    .home_content .home-text h1 {font-size: 2.4rem;}
    .bc-login-form-page .form-title {font-size: 22px;}
    .bc-login-page.register_form .login_form, .bc-login-page.register_form .register_form_inner{padding: 5px;}
    .login_form{padding: 20px;}
    .candidate_revew_select.style2.mb30-991.float-left.fn-smd ul.mb0.mt10{display: block;}
    .candidate_revew_select.style2.mb30-991.float-left.fn-smd .dropdown.bootstrap-select.show-tick{width: 100%;}
    .candidate_revew_select.style2 ul li{margin-bottom: 15px!important;margin-right: 0px;}
    .candidate_revew_select.style2 ul li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: 100%;}
    section.footer_one.home1 > .container.pt10.pb20 > .row > .col-md-4.col-lg-4:nth-child(2){display:none}
    section.footer_one.home1 > .container.pt10.pb20{padding-top: 0px!important;padding-bottom: 0px;}
    .copyright-widget.mt10.mb15-767 p {text-align: left;}
    .feat_property .details .fp_footer{position: static;}
    .feat_property{height: auto;margin-bottom: 15px;}
    .sspd_review.pull-right.review-star-rating ul.mb0.pl15{justify-content: start;}
    section.footer_one.home1 .footer_socials{justify-content: start;margin-bottom: 10px;}
    .owl-carousel .owl-stage-outer{margin: 0px;}
    .top_10_btn p, .top_images_section p{width: 100%;}
    .our-dashbord #sentmail{font-size:90%;} 
    .our-dashbord .col-form-label{text-align: left!important;}

}
/* extra_css */
body.frontend-page .page-template-content section.our-blog.pt70.pb70 > .text-center > a 
{    border-radius: 8px;
    margin: 5px 0px;
    padding: 10px 20px;
    font-family: jost;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(45deg, #fa5a55, #cd2b25) !important;color:#fff;
}
body.frontend-page .page-template-content section.our-blog.pt70.pb70 > .text-center > a:hover{background: #fd5a55 !important;}

@media (min-width: 993px){.frontend-page.header-transparent .page-template-content {
    margin-top: -96px;
}}
div .feat_property .badge_icon {
    max-width: 52px !important;
    max-height: 52px !important ;
}

/* Add listing steps design */
.steps{position:absolute;top:-60px;width:100%;left:0;display:flex;align-items:center;justify-content:space-around}
.steps span{background:linear-gradient(45deg,#182c30,#182c30);border-radius:50%;height:35px;width:35px;display:inline-flex;justify-content:center;align-items:center;margin:5px 30px;position:relative;z-index:999;color:transparent;border:1px solid #fff!important}
.steps p.active span{color:#fff;background:linear-gradient(45deg,#fd5a55,#bc322e);box-shadow:0 0 20px red}
.steps p:before{content:"";position:absolute;height:2px;width:100%;background:linear-gradient(45deg,#182c30,#182c30);z-index:-1;left:50%;transform:translate(-50%,-50%);top:50%}
.steps p.active:before{background:linear-gradient(45deg,#fd5a55,#bc322e)}
.steps p:not(.active) span:after{content:"\2713";color:#fff;font-size:20px;width:35px;height:35px;border:1px solid #fff;border-radius:50%;display:flex;position:absolute;justify-content:center;box-shadow:0 0 20px #182c30}
.steps p.active span:after{content:"";color:#fff;font-size:20px;width:35px;height:35px;border:1px solid #fff;border-radius:50%;display:flex;position:absolute;justify-content:center;box-shadow:0 0 20px #fff}
.steps>p{position:relative;margin-bottom:0!important;width:100%;text-align:center}
.modal .btn-primary{
    background: linear-gradient(45deg, #fd5a55, #bc322e)!important;
    border-radius: 10px!important;
    color: #fff!important;
    }
.modal-body #msg1, .modal-body h3{
    font-size: 20px!important;   
}
@media(min-width:2300px){
	.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one .container:before,.page-template-content > .home-top-sec.bc-form-search-all:nth-child(1) > .home-one .container:after {
	  bottom: -8% !important;
  } 
  }

/* User login tooltips */

.tooltips {
    position: absolute;
    background: linear-gradient(45deg, #fd5a55, #bc322e);
    padding: 10px 20px;
    z-index: 99999999999 !important;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #0005;
    right: 0px;
}
.tooltips * {
    display: block !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: inherit;
    letter-spacing: 0.5px;
}
.tooltips:after {
    content: "";
    width: 20px;
    height: 20px;
    border: solid;
    top: -5px;
    left: 10px;
    transform: rotate(-45deg);
    border-width: 10px;
    border-color: #ea4e4a #e94e49 transparent transparent;
    position: absolute;
}
body.frontend-page .bc-faq-lists h2.title {
    position: relative;
    z-index: 9;
}
.menu_bar_home2 li .muser_icon {
    background: linear-gradient(45deg, #f1524d, #c33632);
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

@media(max-width:992px){
    .menu_bar_home2 img.rounded-circle {
        width: 31.5px;
        height: 31.5px;
        display: block;
        border-radius: 50% !important;
    }
    .mobile-menu ul.menu_bar_home2 .dropdown-menu.show {
        width: 100%;
        min-width: 248px !important;
        left: -36px !important;
        border: none;
        border-radius: 5px;
        margin-top: 2px;
        padding: 10px 10px 10px;
        box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
        width: 300px;
    }
    .mobile-menu ul.menu_bar_home2 .user_set_header img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        padding: 3px;
    }
    .mobile-menu ul.menu_bar_home2 .dropdown-menu.show:before {
        background-color: #ffffff;
        content: "";
        height: 37px;
        position: absolute;
        right: 16px;
        width: 37px;
        top: -7px;
        transform: rotate(45deg);
        z-index: -1;
    }
    .mobile-menu ul.menu_bar_home2 .menu-active {
        position: relative;
    }
    .mobile-menu ul.menu_bar_home2 .dropdown-toggle::after {
        display: none;
    }
    .mobile-menu ul.menu_bar_home2 .dropdown-menu .user_setting_content a {
        border-bottom: 1px solid #dedede!important;
    }
    .mobile-menu ul.menu_bar_home2 .dropdown a {
        font-size: 18px;
        display: flex;
        justify-content: flex-start;    
        align-items: center;
        padding: 8px 10px;
        font-family: jost;
    }
}

@media(max-width:767px){
    .user-page   section.our-dashbord.dashbord .service-edit-wrap.add_listing .row > .col-md-3 > .panel:has(.top_button) {
        display: none;
    }
}
    
    
@media(min-width:1200px){
    .user-page   section.our-dashbord.dashbord .service-edit-wrap.add_listing .row > .col-md-3 > .panel:has(.bottom_button)   {
        display: none;
    } 
}
