body{
	font-family: 'Poppins', sans-serif;
	color: #202020;
	font-weight: 400;
    font-size: 14px;
}
img{
	max-width: 100%;
}
a, a:hover{
	transition: all 0.3s;
	color: initial;
	text-decoration: none;
}
:focus{
	box-shadow: none !important;
	outline: none !important;
}

/* mobile menu */
.mobile-menu{
	z-index: 9999999999;
    position: relative;
}
.sidenav {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -100%;
  background-color: #177ebceb;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  text-align:center;
}
.side-overlay{
    background: #0000006e;
    float: left;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    transition:1s;
}
.sidenav a {
    padding: 20px 0;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;    
}
.sidenav a:hover{
    background: #e71546!important;
}
.sidenav a+a {    
    border-bottom: 1px solid #fff;
}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn {
     position: absolute;
    top: 0;
    right: 12px;
    font-size: 52px;
    margin-left: 50px;
    padding: 0;
}

/* header */
header {
    z-index: 999;
    width: 100%; 
    padding: 10px 0;
    background-color: #fff;
}
header #collapsibleNavbar {
    padding: 0 35px;
}
header ul.navbar-nav li+li {
    margin: 0 0 0 26px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
}
header ul.navbar-nav li a.active:after {
    content: "\f86c";
    width: 100%;
    position: absolute;
    bottom: -6px;
    line-height: 0;
    left: 0;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    font-family: "Font Awesome 5 Pro";
}
.icon-menu{
    margin-top: 7px;
}
.mail-icon i,.search-icon i {
    font-size: 18px;
    color: #3e3e3e;
    font-family: "Font Awesome 5 Pro";
}
.search-icon.collapsed i{
    color: #3e3e3e!important;
}
.search-icon i{
    color: #e71546;
}
.mail-icon i:hover,.search-icon i:hover{
    color: #e71546!important;
    cursor:pointer;
}
.ad-btn{
    background: #e71546;
    border-radius: 50px;
    min-height: 36px;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-btn{
    background: transparent;
    border: solid 2px #3e3e3e;
    color: #3e3e3e!important;
    border-radius: 50px;
    min-height: 36px;
    padding: 0 20px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-btn:hover{
    background: #53aa34;
    color:#fff!important;
    border:none;
}
.join-btn:hover{
    background: #53aa34;
    color:#fff!important;
    border:solid 2px #53aa34;;
}
.login-drop .dropdown-menu {
    padding: 0 24px;
    left: auto;
    right: 0;
    margin-top: 20px;
    border: solid 1px #3e3e3e;
    border-radius: 0;
}
.login-drop .dropdown-menu:before {
    content: "\f0d8";
    position: absolute;
    top: -33px;
    color: #fff;
    text-shadow: 0px -2px #3e3e3e;
    right: 8px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 40px;
}
.login-drop a.dropdown-item{
    font-weight: 300;
    font-size: 14px;
    color: #686868;
    border-bottom: solid 1px #cfcfcf;
    padding: 10px 0px;
}
.login-drop a.dropdown-item:hover{
    color: #157DBA;
    background-color: transparent!important;
}
.login-drop a.dropdown-item:hover i{
    font-weight: 900;
}
/*Search Bar*/
.search-bar {
    background: #dfdfdf;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.search-bar .input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: none;
    background-color: #f9f9f9;
}
.search-bar .input-group input {
    background: transparent!important;
    border: 0;
    height: 49px;
    padding-left: 0;
}
.search-bar .input-group-text {
    border: none;
    padding: 0;
    height: 49px;
    width: 50px;
    display: flex;
    color: #3e3e3e;
    justify-content: center;
}
.search-bar .input-group input::placeholder{
    color: #3e3e3e;
}
.search-btn {
    background: #53aa35;
    color: #fff;
    border: none;
    height: 50px;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    float: left;
    top: 5px;
    right: 5px;
    max-width: 120px;
    font-size: 16px;
    transition: 0.4s;
}
.search-btn:hover{
    background: #157dba;
}
/*Banner*/
section{
    padding: 40px 0;
}
.grey-bg{
    background: #f6f6f6!important;
}
.banner-slide img {
    border: solid 1px #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 8px #0000002b;
}

section.banner {
    background-image: url(../img/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0!important;
    position: relative;
}
.sell-btn{
    background: #53aa35;
    color: #fff!important;
    border: none;
    height: 49px;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sell-btn:hover{
    background: #157dba;
}
h3.title {
    font-weight: 700;
    letter-spacing: 0.6px;
}
h3.title span {
    color: #e71546;
}
img.sep-img {
    width: 46px;
}
/*Work*/
.why-content{
    text-align: center;
    margin-top: 20px;
}
.why-img img{
    width:110px;
}

/*Category*/
.category{
    height: 140px;    
    background: #F5F5F5;
    border: 1px solid #F5F5F5;    
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.category:hover {
    background: #EFF6F9;
    border-color: #0A73A1;
    box-shadow: 3px 10px 12.1px rgba(10, 115, 161, 0.19);
}
.cat-box{
    width:100%;
}
.cat-box .dropdown-menu {
    border: none;
    border-radius: 0 0 10px 10px;
    background: #e71546;
    min-width: auto!important;
    width: 100%;
    padding-bottom: 0;
}
.cat-box .dropdown-menu .dropdown-item{
    color:#fff;
    background: transparent!important;
    border-top: solid 1px #fff;
    font-size: 14px;
        padding: 6px 10px;
}
.category:hover .dropdown-toggle::after {
    color: #fff;
}
.cat-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.category h6{
    margin:0!important;
}
/*Owl*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e71546!important;
    height: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #b8b8b8!important;
}
.owl-carousel .item{
    padding: 4px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px;
}
/*Item*/
.feature-box {
    box-shadow: 0px 0px 4px #0000001a;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}
.fea-img{
    border-radius: 8px;
    overflow: hidden;
}
.fea-img img {
    transition: 0.6s ease-in-out;
    width: 100%!important;
    height: 200px!important;
    object-fit: cover;
}
.fea-content {
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    position: relative;
}
.fea-content .price {
    font-weight: 600;
    font-size: 18px;
    color: #197db8;
    margin: 12px 0;
}
span.discont {
    font-weight: 300!important;
    font-size: 16px;
    color: #2f2f2f;
    text-decoration: line-through;
}
.feature-box:hover .fea-content a {
    color: #e71546!important;
}
.feature-box:hover img {
    transform: scale(1.1);
    z-index: -1;
}
.feature-box span.like-btn {
    color: #e71546;
}
.feature-box span.posted {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 300;
}
/*Subscrice*/
.subscribe{
    padding: 50px 0;
}
.subscribe input{
    height: 60px;
    border-radius: 50px;
    outline: none!important;
    box-shadow: none;
    font-size: 14px;
    padding-right: 130px;
}
/*Footer*/
footer {
    background: #f6f6f6;
    color: #303030!important;
    padding: 40px 0;
}
ul.quick-links {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.quick-links li{
    margin-bottom: 14px;
}
ul.quick-links a {
    color: #303030!important;
}
ul.quick-links a:hover{
    color: #177ebc!important;
}
footer .footbar{
 
    display: flex;
    justify-content: center;
    position: relative;
}
footer .footbar:after {
    content: "";
    width: 1px;
    height: 75%;
    background: #878b8e;
    bottom: 0;
    position: absolute;
    right: 0;
}
footer .footbar:last-child:after {
    display: none;
}
.copyright-bottom{
    background: #f6f6f6;
}
.copyright{
    padding: 10px 0;
    border-top: solid 1px #878b8e;
}
/*Submit Ad*/
.yoolal-bg{
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0!important;
    position: relative;
}
.sec-btn{
    background-color: #167dbb!important;
}
.yoolal-box{
    background: #ebe9ef;
    padding: 30px;
    border-radius: 20px;
}
/*.submit-ad h3.title{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.submit-ad h3.title:after {
    content: "";
    height: 1px;
    width: 39%;
    background: #454445;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin:auto;
}
.submit-ad .sell-btn{
    max-width: 100%;
    width: 60%;
    margin: auto;
}
.yoolal-fld{
    width: 100%;
    background: linear-gradient(to right, #cd2e42, #629b36);
    padding: 1px;
    border-radius: 50px;
}
.yoolal-box label,.yoolal-box .fld-error{
    font-size: 16px;
    margin-left: 16px;
}
.fld-error span {
    font-size: 14px;
    color: #dc3545!important;
}
.yoolal-fld .input-group-text{
    border-radius: 0 50px 50px 0;
    background: #fff!important;
    border: 0!important;
}
.reveal.view .fa-eye:before{
    content: "\f070"!important;
}
.yoolal-box input,.yoolal-box select {
    background: #fff;
    border: 0;
    border-radius: 50px;
    height: 49px;
}
.yoolal-box .note{
    font-size: 13px;
    font-weight: 300;
}
.forgot-link{
    color: #157DBA;
}
.login-btn .sell-btn{
    max-width: 200px;
    letter-spacing: 1px;
    font-size: 16px;
}

/*Inner Pages*/
.ad-box{
    margin-top: -218px;
}
.inner-title{
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
.page-nav{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    background: #ffffff8c;
    padding: 16px 8px;
    border-radius: 50px;
}
ul.page-nav li {
    width: 25%;
    text-align: center;
    margin: 0 20px;
}
.page-nav a {
    text-transform: uppercase;
    color: #585856;
    padding: 13px 12px;
    background: #f5f5f5;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 50px;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-nav a:hover, .page-nav a.active{
    background: #53aa34;
    color: #fff;
}
.page-nav a:hover i,.page-nav a.active i{
    font-weight: 900;
}   
.ad-box .yoolal-box{
    background: #f6f6f6;
}
.ads-box {
    background: #fff;
    padding: 4px;
    border-radius: 12px;
}
.ads-title{
    background: #e7f2f8;
    padding: 16px;
    border-radius: 10px 10px 0 0;
}
.ads-title h5{
        font-weight: 700;
}
.sort-btn{
    display: inline-flex;
    position: relative;
}
.sort-btn .btn{
    background: #fff;
    border-radius: 50px;
    height: 50px;
    width: 200px;
    text-transform: uppercase;
    font-weight: 700;
}
.sort-btn .btn:hover{
    box-shadow: 0px 0px 8px #0000001c;
}
.sort-btn .dropdown-menu {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
}
.sort-btn .dropdown-menu li {
    margin: 10px 0;
}
.ads-content{
    padding: 20px 16px;
}
.ad-concept {
    border-bottom: solid 1px #cfcfcf;
}
.light-bg{
    background-color: #edf6ea;
}
.ads-btn{
    background: #167dbb;
    color: #fff!important;
    border: none;
    height: 49px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ads-btn:hover{
     background: #53aa34;
}
ul.ads-edits {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
ul.ads-edits li {
    margin: 0 12px;
}
ul.ads-edits li a {
    color: #464945;
    font-size: 16px;
    font-weight: 500;
}
ul.ads-edits li a:hover {
    color: #e71546!important;
}
/*.ad-data{*/
/*    font-size: 16px;*/
/*}*/
.ad-price h4{
    color: #53aa34;
    font-weight: 700;
}
ul.adf-links{
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 16px;
    color: #1a1818;
    margin: 0;
}
.fav-btn i.fas.fa-heart {
    font-size: 20px;
    color: #e75462;
}
/*My Details*/
[type=file] {
  height: 0!important;
  overflow: hidden;
  width: 0;
}
[type=file] + label {
  background: #f6f6f6;
  border: none;
  border-radius: 10px;
  color: #167dbb; 
  width:100%;
  text-align:center;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin:0;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
[type=file] + label:hover{
    background:#167DBB;
    color:#fff;
}
.accept-line{
    color:#53aa34;
}
#profile-detail a{
    color:#167DBB;
}
div.checkbox.switcher label, div.radio.switcher label {
  padding: 0;
}
div.checkbox.switcher label *, div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input, div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span, div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small, div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span, div.radio.switcher label input:checked + span {
  background: #53aa34;
}
.recieve-txt{
    width: 80%;
}
.submit-ad h3.title:after {
    content: "";
    height: 1px;
    width: 39%;
    background: #454445;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.checkbox.switcher label input:checked + span small, div.radio.switcher label input:checked + span small {
  left: 50%;
}
.profile-title{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.profile-title:after {
    content: ""!important;
    height: 1px;
    width: 80%;
    background: #cfcfcf;
    bottom: 0;
    left: 0;
    position: absolute;
}
.user-head{
    position: relative;
    padding-bottom: 10px;   
}
.user-head:after {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cfcfcf;
}
.user-head p{
    margin: 0!important;
}

/*Post Ad*/
.post-page{
    height: 274px!important;
}
.edit-btn a {
    color: #167dbb!important;
}
.title-hint span{
    position: absolute;
    right: 0;
    text-align:right;
    margin-bottom: .5rem;
}
.title-hint{
    display: flex;
    align-items:center;
}
.yoolal-box label{
    margin-left:0;
    font-weight: 600;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin:0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius:2px;
  border: solid 2px #000000;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg);
}
.youtube-field{
    position: relative;
}
.youtube-icon i{
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ff0000;
}
.yoolal-fld.youtube-field input {
    padding-left: 60px;
}
.img-gallery{
    list-style: none;
    padding:0;
    margin:0;
}
ul.img-gallery {
    display: flex;
}
ul.img-gallery li{
    margin-right:6px;
}
ul.img-gallery li:last-child{
    margin-right:0;
}

/* footer Social Media  */

.social-media-icon {
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    text-align: center;
    border-radius: 20%;
    font-size: 22px;
    color: #fff;    
}

.social-media-icon:hover {
    opacity: 0.7;
}    

.bg-fb {
    background-color: #3B5998;
}

.bg-twitter {
    background-color: #55ACEE;
}
.bg-tiktok {
    background-color: #E61545;
}
/*  */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #28a745;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #28a745;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.desc-point {
    list-style: none;
    padding: 0;
}
ul.desc-point li {
    margin-bottom: 12px;
}
ul.details.desc-point li .title{
 color: #646262;
 width:50%;
}
.single-property .owl-thumbs{
    margin-top:30px;
}
.single-property .owl-thumbs .owl-thumb-item{
    width: 100%;
    max-width:120px;
    background: transparent;
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.single-property .owl-thumbs .owl-thumb-item.active img {
    border: solid 3px #e71546;
}
.single-property .owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
  border: solid 3px #eee;
 box-shadow: 0px 0px 4px #00000075;

}
span.fea-title {
    display: flex;
    align-items: center;
    height:48px;
}
span.fea-title a{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.single-property .item img {
    border-radius: 14px!important;
    overflow: hidden;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.single-property .owl-thumbs .owl-thumb-item img{
    border-radius: 10px;
    height: 100px;
    width:100%;
    object-fit: cover
}
h1.single-price {
    color: #53aa34;
    font-weight: 700;
}
.profile-pic img {
    height: auto;
    width: 100%;
    max-width:85px;
    border-radius: 50%;
    object-fit: cover;
}
.property-icon i {
    font-size: 22px;
}
.chat-btn a {
    max-width: 100%;
}
.property-map {
    border-radius: 0 0 14px 14px!important;
    overflow: hidden;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-shadow: 0px 0px 4px #0000001f;
    border-radius: 8px;
    overflow: hidden;
}
.upload-btn-wrapper img{
    width:100%;
    max-width:155px;
    height:117px;
    object-fit: cover;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%!important;
    width: 100%;
    cursor: pointer;
}
.yoolal-fld input {
    background: #fff;
    border: 0;
    border-radius: 50px;
    height: 49px;
}


.category-box input[type=radio] {
    width: auto;
    box-shadow: none!important;
    margin: 0;
}
.category-box .radio-img > input:checked + .model-data {
    border: 2px solid #e71546;
}
.category-box label{
    width:100%;
}
.category-box label .model-data {
    display: inline-block;
    font-weight: 700;
    margin: auto;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px #eee;
    width: 100%!important;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.stepper .tab-pane {
    display: none;
}
.stepper .tab-pane.active{
    display: block;
}
.stepper .fade.in{
    opacity: 1;
}
.stepper .next-step,.stepper .prev-step{
    max-width: 200px;
    width:100%;
    letter-spacing: 1px;
    font-size: 16px;
    background: red;
    background: #53aa35;
    color: #fff!important;
    border: none;
    height: 49px;
    border-radius: 50px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepper .next-step:hover,.stepper .prev-step:hover {
    background: #157dba;
}
.stepper .prev-step{
    background: #e71546;
}

.ad-pgimg {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.cursor-pointer{
    cursor: pointer;
}

select#selsearchcountry {
    background-color: #F9F9F9;
    height: 49px;
    margin: 0!important;
    padding-left: 0;
}

.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right {    
    display: none;
}

.disp-format {
    font-size: 17px;
    width: 20px;
    height: 20px;
    line-height: 22px !important;
    text-align: center;
    color: #fff;
    float: right;
    background-color: #e61545;
    border-radius: 50px;
}

.send-btn {
    background: #157cbb;
    color: #fff!important;
    border: none;
    height: 49px;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn:hover {
    background: #53aa35;
}

.send-btn{
    max-width: 100%;
    width: 60%;
    margin: auto;
}

.send-btn{
    max-width: 200px;
    letter-spacing: 1px;
    font-size: 16px;
}






/*.join-btn option {*/
/*    position: relative;*/
/*}*/
/*.join-btn option::before {*/
/*    content: '';*/
/*}*/
/*.join-btn option::nth-child(2)::before {*/
/*    background-image: url("");*/
/*}*/



/* 08-03-2022 */
.theme-toggle {
    height: auto;
    top: 4px;
    position: relative;
    width: 220px;
}
.theme-toggle span {
    position: relative;
    top: -8px;
}
.theme-toggle-btns {
    font-size: 18px;
    height: auto;
    padding: 12px 18px !important;
    position: fixed;
    z-index: 99;
    transform: translateY(-50%);
    height: auto;
    right: auto;
    bottom: 10px;
    right: 15px;
    padding: 10px 16px !important;
}
.theme-toggle .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.theme-toggle .tgl-flat + .tgl-btn {
    padding: 0;
    transition: all 0.2s ease;
    background: #e71546;
    border: 4px solid #e71546;
    border-radius: 2em;
    margin: 0;
}
.theme-toggle .toggle-btn .tgl-flat:checked + .tgl-btn {
    background: #0E1B33;
    border: 4px solid #0E1B33;
}
.theme-toggle .toggle-btn .tgl-flat + .tgl-btn:after {
    position: relative;
    display: block;
    content: "";
    width: 38%;
    height: 100%;
    transition: all 0.2s ease;
    background: #ffffff;
    border-radius: 50px;
    left: 0;
}
.theme-toggle .toggle-btn .tgl-flat:checked + .tgl-btn:after {
    background: #ffffff;
    left: 62%;
}
/*Custom Code 10/05/25*/
.theme-color {
    color: #144C74;
}
.sec-color {
    color: #E61545;
}
.header-bar .navbar-nav{
    background: #FFFFFF;
    box-shadow: 7px 9px 15px rgba(23, 77, 119, 0.07);
    border-radius: 63px;
    padding: 10px;
    border: solid 1px rgb(23 127 189 / 40%);
}
.filterbar{
    background: #042049
}
.filterbar ul{
    list-style: none;
    overflow-x: auto;
}
.filterbar ul li+li{
    margin-left: 50px;
}
.filterbar a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}
.filterbar ul::-webkit-scrollbar {
  display: none;
}
.filterbar ul{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.font-600 {
    font-weight: 600;
}
.action-btn a{
    font-size: 16px;
    height: 40px;
    padding: 0 30px !important;
    width: 100%;
    max-width: 160px;
}
footer {
    background: #177FBD;
    border-radius: 20px 20px 0 0;
}
.footbar {
    background: #fff;
    border-radius: 20px 20px 0 0;    
}
.footer-links {
    list-style: none;
}
.footer-links li+li {
    margin-top: 6px;
}
.widget-title {
    color: #1E293B;
}
.about-content, .footer-links a{
    color: #909090;
}
.cat-links li{
    width: 50%;
}
.subscribe-box {
    background: linear-gradient(90deg, #177FBD 0%, #53AA34 100%);
    border-radius: 15px;
}
.category-list {
    gap: 8px;
}
.category-list a {
    width: calc(100% / 7 - 8px);
}
.item-box {
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 14px;
}
.item-img {
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
}
.item-img a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.item-title {
    font-size: 18px;
}
.item-location {
    color: #909090;
}
.item-price {
    color: #E61545;
    font-size: 18px;
}
.service-box {
    background: #EEEEEE;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.service-title {
    padding: 24px;
}
.service-title h4 {
    color: #767272;
    font-size: 28px;
    font-weight: 600;
}
.service-title a {
    color: #E61545;
}
.service-box.blue{
    background: #D4EDF8;
}
.service-box.blue .service-title h4 {
    color: #146A90;
}
.service-box.lemon{
    background: #FEF9C4;
}
.service-box.lemon .service-title h4 {
    color: #867C14;    
}
.service-box.brown{
    background: #F2E7E3;
}
.service-box.brown .service-title h4 {
    color: #8B3415;
}
.service-box.green{
    background: #E3F2E6;
}
.service-box.green .service-title h4 {
    color: #259D3D;
}
.service-box.maroon{
    background: #FAE8E8;
}
.service-box.maroon .service-title h4 {
    color: #B44747;
}
.client-slide .owl-stage {
    padding-left: 0!important;
}
.wishlist-btn{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(243, 243, 243, 0.45);
    border: 1px solid rgba(176, 176, 176, 0.19);
    right: 24px;
    top: 24px;
}
.wishlist-btn.filled img{
   filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(4564%) hue-rotate(336deg) brightness(90%) contrast(100%);
}
.max-w-100 {
    max-width: 100%;
}
.side-ad {
    max-height: 520px;
}
.text-rotator {
  position: relative;
  height: 40px;
  overflow: hidden;
}
.text-rotator .text {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadeText 8s infinite;
}

.text-rotator .text:nth-child(1) {
  animation-delay: 0s;
}
.text-rotator .text:nth-child(2) {
  animation-delay: 2s;
}
.text-rotator .text:nth-child(3) {
  animation-delay: 4s;
}
.text-rotator .text:nth-child(4) {
  animation-delay: 6s;
}

@keyframes fadeText {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  25%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

.drag-drop-area {    
    padding: 0px;
    margin: 2px 0 0;
    border: 2px dashed transparent;		
    background-color: #53aa35;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;   
}
.drag-drop-area:hover {
    background-color: #157dba;
}

.prefix-symbole {
    position: relative;
}
.prefix-symbole::before {
    content: '$';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 18px;
}
.prefix-symbole input {
    text-align: left;
    padding: 0 0 0 24px;
}
.prefix-plus-symbole {
    position: relative;
}
.prefix-plus-symbole::before {
    content: '+';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 18px;
}
.prefix-plus-symbole input {
    text-align: left;
    padding: 0 0 0 24px;
}

.property-dropdown {
    position: absolute;
    z-index: 9;
    background: #042049;
    padding-top: 18px;
    text-align: left;
    min-width: 120px;
}
li:hover .property-dropdown {
    display: block!important;
}
.property-dropdown .dropdown-item {
    padding: 8px 10px;
}
.property-dropdown .dropdown-item:hover {
    background: #e71546;
    color: #fff;
}

.category-dropdown {
    position: absolute;
    z-index: 9;
    background: #EFF6F9;
    border-style: solid;
    border-width: 1px;
    border-width: 0px 1px 1px;
    border-color: #0A73A1;
    text-align: left;
    min-width: 120px;
    bottom: -75px;
    max-width: 80%;
}
.category:hover .category-dropdown {
    display: block!important;
}
.category-dropdown .dropdown-item {
    padding: 8px 10px;
}
.category-dropdown .dropdown-item:hover,.category-dropdown .dropdown-item:focus {
    background: #0A73A1;
    color: #fff;
}