.main-header .logo_box img{
    height: 44px;
}
#main-header-1 .navbar-expand-lg .navbar-nav .active .nav-link{
    color:#fff;
}
#main-header-1 .navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;
}
.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #e9222f!important;
}
.header-shrink .navbar-expand-lg .navbar-nav .nav-link{
    color:#000 !important;
}
.header-shrink .btn-3 {
    color: #000;
}
.header-fixed .logo2{
    display:none;
}
.dropdown-item{
    white-space: normal;
}
.dropdown-submenu .dropdown-menuL{
    left: -100%;
}
.logono1{
    width: 25%;
    margin:auto;
}
.logono1 img{
    width: 100%;
    height: auto !important
}
.navbar-nav{
    padding-left: 10%;
}
.headerShrink{
    background: #fff;
}
.headerShrink .navbar-nav .nav-link{
    color:#000 !important;
}
.headerShrink  .btn-3{
    color:#000 !important;
}
.header_section{
    height: 60px;
}
.talk_btn a{
    display: inline-block;
    color: #fff;
    background-color: #286ce9;
    padding: 16px 56px 10px 20px;
    margin-top:5px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #fff;
    position: relative;
    transition: .5s;
}
.talk_btn a:hover{
    background: #fff;
    color:#000;
    border: 2px solid #286ce9;
}
.talk_btn a .cta-icon {
    content: "";
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 35px;
    background-image: url(../img/magnetic-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    z-index: 3;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-origin: padding-box;
    background-size: 70%;
    transition: 0.1s all ease-out;
    transform: rotate(0);
    transform-origin: center;
}
.talk_btn a:hover .cta-icon{
    transform: rotate(45deg);
}
.bg_trusted_partner h2{
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    padding: 65px 0 40px 0;
    margin: 0;
}
.trusted_partner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trusted_partner_img{
    width: 15%;
}
.trusted_partner_img img{
    width: 100%;
    border-radius: 10px;
    transition: .5s;
}
.trusted_partner_img img:hover{
    transform: scale(1.1);
}
.bg_product_list{
    padding:50px 0px;
}
.bg_filter{
    background: #f2f3f6;
    padding:15px 0px;
}
.bg_filter1{
    width: 100%;
    position: fixed;
    top:58px;
    z-index: 3;
}
.filter_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.filter_innner{
    border-radius: 5px;
}
.filter_innner {
    border-radius: 5px;
}
.filter_innner1 {
    width: 30%;
}
.filter_innner1 input {
    width: 100%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    height: 51px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0px 15px;
    outline: none;
}
.filter_innner2 {
    width: 10%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #fff;
}
.filter_innner3 {
    width: 10%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #fff;
}
.filter_innner4 {
    width: 10%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #fff;
}
.filter_innner5 {
    width: 10%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #fff;
}
.filter_innner6 {
    width: 13%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #fff;
}
.filter_innner7 {
    padding: 14px 0;
    width: 13%;
    box-shadow: 0px 1px 5px 1px #d5cfcf !important;
    /* border: 1px solid #555; */
    background: #b1b1b1;
}
.filter_innner7 a {
    margin: 30px 45px;
    width: 100%;
    height: 51px;
    background: #b1b1b1;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.fltr_btn{
    height: 49px;
    width: 100%;
    border: 0;
    background: 0;
    font-size: 18px;
    font-weight: 600;
}
.dropdown_list{
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px !important;
    box-shadow: 0 0 5px 0 #000000;
    z-index: 3;
    margin-top: 5px;
}
.dropdown_list1{
    width: 21%;
}
.dropdown_list::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.heading{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.buy_rent{
    display: flex;
    /*border: 1px solid #000;*/
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
}
.buy_rent li{
    width: 50%;
    text-align: center;
}
.buy_rent li a{
    color:#000;
    font-weight: bold;
    font-size: 14px;
}
.buy_rent li .buy_active{
    display: block;
    width: 100%;
    text-align: center;
    background: #e8f4fe;
    color: #1a73e8;
    transition: 0.15s all linear;
    margin: 4px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;

}
.reset_btn{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}
.reset_btn1{
    width: 65px;
    border: 2px solid #777779;
    color: #777779;
    border-radius: 5px;
    transition: .5s;
    height: 35px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.reset_btn1:hover{
    background: #777779;
    color:#fff;
}
.reset_btn2{
    width: 65px;
    border: 2px solid #e72636e3;
    background: #e72636e3;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    height: 35px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.dropdown_list{
    display: none;
}
.dropdown_list2{
    width: 35%;
}
.vills_box{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.vills_box li{
   display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ccc;
    /* padding: 6px 18px; */
    /* border-radius: 6px; */
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.vills_active{
    text-align: center;
    background: #e8f4fe;
    color: #1a73e8;
    border:1px solid #1a73e8;
    border-radius: 5px;
}
.price input{
    width: 100%;
    border:1px solid #000;
    padding: 5px;
    border-radius: 5px;
}
.filter_innner6{
    border:0;
}
.filter_innner6 button{
    width: 100%;
    height: 51px;
    border: 2px solid #e72636e3;
    background: #e72636e3;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.fltr_filter{
    display: flex;
    width: 100%;
    font-size:18px;
    font-weight: bold;
    border: 0;
    background: 0;
    height: 49px;
    align-items: center;
    justify-content: space-around;
    padding: 0px 20px;
}
.fltr_filter svg{
    width: 25px;
}
.dropdown_list3{
    right: 0;
}
.dropdown_list3::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 345px !important;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.other_space select{
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}
.other_space input{
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
}
.other_space label{
    font-weight: bold;
    color:#666;
}
.featured_box{
    margin-top: 20px;
}
.featuredBx{
    font-size: 15px;
    font-weight: bold;
    color:#666;
}
.left_img{
    position: relative;
}
.user_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
}
.left_img span{
    margin-left: 70px;
    font-weight: bold;
}
.right_round{
    background: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
    top: -8px;
}
.right_round i{
    font-size: 25px;
    color: #008000;
}
.right_round label{
    font-weight: bold;
    position: relative;
    top: -2px;
}
.mainTitle h3{
    font-size: 1.75rem;
    font-weight: bold;
    color: #353434;
}
.sidebarImg{
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.sidebarImg span img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.sidebarImg p{
    font-size: 14px;
    margin-bottom: 0;
}
.sidebarImg h4{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.sidebarImg1{
    margin-top: 10px;
}
.sidebarImg1 span img{
    width: 60px;
    height: auto;
    border-radius: 0;
}
.form_box{
    margin-top: 15px;
}
.form_box textarea{
    width: 100%;
    border:1px solid #000;
    border-radius: 5px;
    outline: none;
    padding: 10px;
}
.form_box button {
    margin-top: 10px;
    border: 2px solid #eb202e;
    color: #fff;
    background: #eb202e;
    border-radius: 5px;
    padding: 10px 15px;
}

.main_title_4 h4{
    font-size: 20px;
}
.main_title_4 h4 span{
    font-weight: 600;
}
.price_calculate{
    display: flex;
    flex-wrap: wrap;
}
.calculate_box {
    width: 25%;
    border: 1px solid #e2e2e4;
    padding: 5px 20px;
    text-align: center;
    position: relative;
    height: 55.6px;
}
.calculate_box label{
    font-size: 12px;
}
.calculate_box input{
    width: 100%;
    border:0;
    outline: none;
    text-align: center;
    font-size: 13px;
    color:#333;
}
.calculate_box img{
    position: absolute;
    top: -1px;
    z-index: 2;
}
.estimate_box{
    margin-top: 40px;
}
.estimate_title p{
    font-size: 18px;
    color:#000;
    margin-bottom: 30px;
}
.estimate_title p span{
    color:#185abc;
    font-weight: bold;
}
.estimate_circle{
    width: 250px;
    height: 250px;
    border: 2px solid #000;
    border-radius: 50%;
    margin:auto;
    position: relative;
}
.estimate_circle_cener{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.estimate_circle p{
    color:#000;
    margin-bottom: 0;
    font-weight: 600;
}
.estimate_circle h2{
    color:#000;
    margin-bottom: 0;
    font-weight: bold;
}
.amenit_box{
    display: flex; 
    gap:40px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.amenit_box li{
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.amenit_box li i{
    font-size: 30px;
    color:#185abc;
    -webkit-text-stroke: 1px #fff;
}
.right_sticky{
    position: sticky;
    top: 70px;
}
.whatsapp_section a{
    display: flex;
    color: #fff;
    background: #25d366;
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.whatsapp_section a i{
    font-size: 27px;
}
.mainTitle{
    margin-bottom: 10px;
}
.form_box input{
    width: 100%;
    border:1px solid #000;
    border-radius: 5px;
    padding: 7px;
    outline:none;
}
.property_imgg{
    overflow: clip;
}
.fp2_box{
    height:auto !important;
}
.property_photo img{
    width:100%;
    height:170px;
}
.blog_viewmore{
    text-align:right;
}
.blog_viewmore a{
    background: #d09c3f;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
}
.blog_image img{
    width:100%;
    height:250px;
}
.detaill p{
   display: block;
   display: -webkit-box;
   max-width: 100%;
   height: 50px;
   margin: 0 auto;
   line-height: 25px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.blog-photo img{
    height:500px;
}
.propertyTwo{
    height: 350px;
}
.tiTle{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow : hidden;
    max-width: 15em;
    line-height: 1.5;
}

.otp{
    text-align: left;
}
.otp_box1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.otp_box1 input{
    width: 23%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    outline: none;
    text-align: center;
    border-radius: 3px;
}
/* user dasboard dropdown css */
.signIn{
    position: relative;
}
.userBox{
    position: absolute;
    right: 0;
    background: #fff;
    width: 191px;
    padding: 10px 20px;
    box-shadow: 0px 3px 3px 0px #ccc;
    display: none;
    border-top: 2px solid #d09c3f;
}
.signIn:hover .userBox{
    display: block;
} 
.userBox ul li a{
    display: block;
    padding:3px 0px;
    font-size: 14px;
    transition: .5s;
}
.userBox ul li a i{
    width: 16px;
}
.userBox ul li a:hover{
    color: #d58903;
}
/* /user dasboard dropdown css */

/* myprofile page css */
.bg-userprofile{
    padding: 51px 0px;
}
.userProfile{
    padding: 30px;
    border:1px solid #ccc;
    border-radius: 20px;
}
.userproheading{
    font-size: 20px;
    font-weight: 600;
}
.user_group{
    margin-top: 17px;
}
.user_group label{
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.user_group input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 11px;
    outline: none;
    border-radius: 5px;
}
.user_group select{
    width: 100%;
    border: 1px solid #ccc;
    padding: 9px;
    outline: none;
}
.user_groupBtn {text-align: right}
.user_groupBtn button{
    background: #d09c3f;
    border: 0;
    margin-top: 17px;
    padding: 9px 27px;
    color: #fff;
    font-weight: 600;
}
.user_group textarea{
  width: 100%;
  border:1px solid #ccc;
}
/* /myprofile page css */

/* customer dashboard css */
.bg_customerdashboard{
    padding:50px 20px;
}
.navPills{
    border: 1px solid #313131;
    padding: 5px !important;
    gap: 10px;
    background: #313131;
    font-family: 'Nunito', sans-serif;
}
.navPills .nav-link.active, .navPills .show>.nav-link{
    background: #d09c3f !important;
    border-radius: 30px;
    border: 1px solid #d09c3f;
    position: relative;
    font-family: 'Nunito', sans-serif;
}
.navPills .nav-link.active::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #d09c3f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 90%);
}
.navPills .nav-link{
    background: #f1f1f1;
    color:#262525;
    padding: .3rem 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
}
.tabContent{
    border: 1px solid #d09c3f;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}
.accountSummary{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.summary_inner1{
    width: 69%;
    border:1px solid #ccc;
}
.summary_inner2{
    width: 30%;
    border:1px solid #ccc;
}
.subs_heading{
    color: #e9222f;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
    font-family: 'Nunito', sans-serif;
}
.subscriptionDiv {
    color: #000;
    background: #ADD8E6;
    font-size: 13px;
    border-bottom: solid 2px #d09c3f;
    padding: 17px 12px 14px 12px;
    margin-bottom: 10px;
}
.myNewCss a{
    display: inline-block;
    color: #0c5bb4;
    text-decoration: underline !important;
    padding: 0px 0px 5px 10px;
    font-size: 14px;
    transition: .5s;
}
.myNewCss a:hover{
    color:#000;
    text-decoration: none !important;
}
.responseLeads{
    padding: 10px;
}
.responseLeads p{
    font-family: 'Nunito', sans-serif;
}
.responseLeads ul li{
    font-family: 'Nunito', sans-serif;
}
.boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.boxes_inner1{
    width: 49.5%;
    border:1px solid #ccc;
}
.boxes_inner2{
    width: 49.5%;
    border:1px solid #ccc;
}
.accountSummary1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.summary_inner1a{
    width: 69%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.summary_inner3a{
    width: 49.5%;
    border:1px solid #ccc;
}
.summary_inner3b{
    width: 49.5%;
    border:1px solid #ccc;
}
.summary_inner2a{
    width: 30%;
    background: linear-gradient(to right, #fff, #edfaf9);
    border-radius: 8px;
    border: solid 1px #b2dfd8;
    padding: 16px 12px 24px;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    display: block;
    text-decoration: none;
}
.plpack__title{
    font-size: 24px;
    padding: 0 0 16px;
    color: #009681;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
.plpack__response {
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    padding: 0 0 14px;
    position: relative;
    margin: 0 0 16px;
    font-family: 'Nunito', sans-serif;
}
.plpack__response--red {
    color: #e9222f;
    font-weight: bold;
}
.plpack__response--bold {
    font-weight: bold;
}
.plpack__response::before {
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #80cbc0 49%, rgba(255,255,255,0) 100%);
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
}
.plpack--morewidth .plpack__txt {
    font-size: 14px;
    max-width: 232px;
    line-height: 20px;
}
.plpack__cta {
    margin-top: 20px;
    background-color: #d8232a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}
.mmb1ContentBox{
    padding: 10px;
}
.profileBoxLeft p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}
.verifiedCNo{
    color:green;
}
.mmbprofileLink{
    margin-top: 10px;
}
.subs_heading small{
    font-size: 11px;
}
.mmbprofileLink ul li{
    margin:0;
    padding: 0;
    line-height: 20px;
}
.mmbprofileLink ul li a{
    line-height: 20px;
}
.mmbprofileLink ul li a{
    display: inline-block;
    color: #0c5bb4;
    text-decoration: underline !important;
    font-size: 13px;
    transition: .5s;
}
.mmbprofileLink ul li a:hover{
    color:#000;
    text-decoration: none !important;
}
.profileBoxLeft1{
    padding: 10px;
}
.profileBoxLeft1 p{
    line-height: 27px;
}
.response_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.response_inner1{
    width: 17.5%;
    border:1px solid #ccc;
}
.ul_response li a{
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e1e1;
    color: #535353;
    padding: 11px 0 10px 10px;
    font-size: 13px;
    font-weight: bold;
    transition: .5s;
    font-family: 'Nunito', sans-serif;
}
.ul_response li a:hover{
    background: #1a73e8;
    color:#fff;
}
.ul_response li:nth-child(2) a{
    background: #303030;
    color: #ffcc33;
}
.ul_response li:nth-child(2) a img{
    width: 15px;
    margin: -5px 5px 0px 0px;
}
.ul_response li:nth-child(3) a{
    background: #1a73e8;
    color:#fff;
}
.ul_response li:nth-child(2) a span{
    background: #ffcc33;
    color: #000;
    float: right;
    margin-right: 8px;
    padding: 0px 7px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 11px;
    margin-top: -1px;
}
.ul_response li:nth-child(3) a span{
    background: #ffcc33;
    color: #000;
    float: right;
    margin-right: 8px;
    padding: 0px 7px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 11px;
    margin-top: -1px;
}
.ul_response li:nth-child(5) a span{
    background: #ffcc33;
    color: #000;
    float: right;
    margin-right: 8px;
    padding: 0px 7px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 11px;
    margin-top: -1px;
}
.ul_response li:nth-child(6) a span{
    background: #ffcc33;
    color: #000;
    float: right;
    margin-right: 8px;
    padding: 0px 7px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 11px;
    margin-top: -1px;
}
.ul_response li:last-child a{
    border-bottom: 0;
}
.response_inner2{
    width: 81.5%;
    border:1px solid #ccc;
    padding: 10px 15px;
    position: relative;
}
.response_innerr{
    min-height: 500px;
}
.respose_card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.myResponseTitle{
    color:#e9222f;
}
.waRspns__seeReq a{
    display: inline-block;
    color: #e9222f;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 600;
    border: 1px solid #e9222f;
    background-color: #fff;
    padding: 8.4px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: .5s;
}
.waRspns__seeReq a:hover{
    background: #e9222f;
    color:#fff;
}
.proposals_yet{
    width: 50%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.proposals_yet a{
    background: #e9222f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 600;
    border: 1px solid #e9222f;
    padding: 8.4px 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

.ul_responsepro li a{
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e1e1;
    color: #535353;
    padding: 11px 0 10px 10px;
    font-size: 13px;
    font-weight: bold;
    transition: .5s;
    font-family: 'Nunito', sans-serif;
}
.ul_responsepro li:last-child a{
    border-bottom: 0;
}
.ul_responsepro li a:hover{
    background: #1a73e8;
    color:#fff;
}
.proActive{
    background: #1a73e8;
    color:#fff !important;
}
.new{
    background: #e9222f;
    color: #fff;
    float: right;
    margin-right: 8px;
    padding: 0px 7px;
    border-radius: 2px;
    line-height: 19px;
    font-size: 11px;
    margin-top: -1px;
}
.help{
    position: relative;
}
.help a:hover{
    background: #fff !important;
    color:#535353 !important;
}
.help span{
    float: right;
    margin-right: 8px;
    font-size: 18px;
    margin-top: -3px;
}
.help ul{
    display: none;
    position: absolute;
    background: #f1f1f1;
    width: 500px;
    z-index: 3;
    left: 97%;
    top: -180px;
    padding: 20px;
    border-radius: 5px;
    border:1px solid #f1f1f1;
}
.help ul::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #f1f1f1;
    top: 49%;
    left: -10px;
    transform: translate(-50%, -50%);
}
.help:hover ul{
    display: block;
}
.help ul h4{
    font-size: 18px;
    font-weight: 600;
}
.help ul p{
    font-size: 16px;
    font-weight: 500;
}
.mpheading {
    color: #e9222f;
    font-size: 18px;
    font-weight: bold;
}
.plpackxl {
    display: block;
    border-radius: 8px;
    border: solid 1px #b2dfd8;
    background-image: linear-gradient(to right, #fff, #edfaf9);
    overflow: hidden;
    margin: 20px 0px 10px 0px;
}
.plpackxl__dflex {
    display: flex;
}
.plpackxl__heading {
    margin-right: 40px;
    position: relative;
}
.plpackxl__heading__arrow {
    width: 64px;
    height: 64px;
    background-color: #e3f3f1;
    transform: rotate(45deg);
    border: solid 1px #fff;
    outline: solid 6px #e3f3f1;
    z-index: 1;
    position: absolute;
    right: -19px;
    top: 0px;
}
.plpackxl__heading__text {
    font-size: 18px;
    font-weight: bold;
    color: #009681;
    max-width: 129px;
    line-height: 27px;
    padding: 8px 0 8px 12px;
    background: linear-gradient(to right, #fff 0%, #e0f2f0 103%);
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.plpackxl__body {
    padding: 12px 26px 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 180px);
}
.plpackxl__title {
    font-size: 16px;
    color: #303030;
    padding: 0 0 4px;
}
.plpackxl__title--red {
    color: #D8232A;
    font-weight: 600;
}
.plpackxl__title--bold {
    font-weight: 700;
}
.plpackxl__txt {
    font-size: 12px;
    color: #303030;
}
.plpackxl__cta {
    background-color: #d8232a;
    border-radius: 20px;
    text-align: center;
    line-height: 32px;
    width: 146px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.listing_left2 .input-group{
    width: 50%;
    float:right;
}
.search_content{
    display: flex;
    gap:5px;
}
.formFiled select{
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 7px 0px;
    outline: none;
    font-size: 14px;
    color:#535353;
}
.formFiled input{
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px;
    outline: none;
    font-size: 14px;
    color:#535353;
}
.formFiled1 select{
    width: 70px;
}
.formFiled1 input{
    width: 210px;
    box-sizing: border-box;
}
.property-select {
  width: 170px;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.select-trigger {
    border: 1px solid #ccc;
    padding: 3px 12px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #535353;
}

.select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 100;
}

.group {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
}

.group label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
  color: #555;
  font-size: 12px;
}

.group-title {
  font-weight: 600;
  color: #e74c3c;
}

.arrow {
  font-size: 20px;
}
.formFiled button{
    display: inline-block;
    background: #e9222f;
    border-radius: 5px;
    border: 0;
    color: #fff;
    width: 85px;
    padding: 6px 0px;

}
.formFiled a {
    display: inline-block;
    background: #808080bd;
    border-radius: 5px;
    border: 0;
    color: #fff;
    width: 110px;
    padding: 6px 10px;
}
.resetSearch{
    text-align: right;
}
.resetSearch a{
    color:#666;
    text-decoration: underline !important;
    font-size: 15px;
}
.filterblock1{
    float: right;
    width: 70%;
}
.togglebox .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.togglebox .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.togglebox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.togglebox .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.togglebox input:checked + .slider {
  background-color: #009681;
}

.togglebox input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.togglebox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.togglebox .slider.round {
  border-radius: 34px;
}

.togglebox .slider.round:before {
  border-radius: 50%;
}
.filterblock1{
    display: flex;
    gap:10px;
}
.togglebox{
    width: 70%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 0px 0px 10px;
    background: #f1f1f1;
}
.togglebox1{
    display: flex;
    border:1px solid #ccc;
    padding: 7px 5px;
    border-radius: 5px;
}
.fltrby1{
    white-space: nowrap;
    font-size: 14px;
    color: #535353;
}
.fltrby2 select{
    width: 100%;
    border: 0px solid #000;
    font-size: 14px;
    color: #535353;
    outline: none;
}
.properties_tabs{
    margin-top: 20px;
}
.properties_tabs .nav-tabs{
    border-bottom: 1px solid #ccc;
    gap:10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.properties_tabs .nav-tabs .nav-link{
    border:1px solid #d09c3f;
    color:#000;
    border-radius: 0;
}
.properties_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #d09c3f;
    color: #fff;
}
.properties_tabs .tab-content>.active{
    padding: 0px;
}
.properties_tabs .nav-tabs > li > a{
    padding: 9px 13px !important;
    font-size: 14px;
}
.videoFilter{
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.videoFilter select{
    outline: none;
    border:1px solid #ccc;
    border-radius: 5px;
}
.profile_dtl{
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
#profileDetailsWrap {
    color: #222121;
    font-size: 12px;
    margin: 20px 0 20px 0;
}
#profileDetailsWrap .profileLable {
    padding: 10px;
    background: #f9f9f9;
    width: 172px;
    float: left;
    text-align: right;
}
#profileDetailsWrap .profileLable ul li {
    width: 155px;
    display: block;
    margin: 0 0 12px 0;
    text-align: right;
    float: left;
    padding: 0 15px 0 0;
}
#profileDetailsWrap .profileDetailBox {
    padding: 10px;
    width: 590px;
    float: left;
}
#profileDetailsWrap .profileDetailBox ul li {
    width: 580px;
    display: block;
    margin: 0 0 12px 0;
    text-align: left;
    float: left;
    padding: 0 0 0 15px;
}
#profileDetailsWrap .profileDetailBox ul li a.link-click {
    color: #d8232a;
    font-size: 12px;
    text-decoration: underline !important;
}
.verifiedCNo {
    color: #029602 !important;
    padding-left: 10px;
}
#profileDetailsWrap .profileDetailBox ul li a.link-click__update {
    margin-left: 27px;
}
#sameascurrentwhatsappno{
    margin-left: 30px;
}
#sameascurrentwhatsappno input{
    position: relative;
    top:2.5px;
}
.sameas{
    display: inline-block;
    padding-left: 10px;
}
.odrTable tr th, .odrTable tr td{
    font-size: 13px;
    color:#535353;
}

/* /customer dashboard css */

/* pament page css */
.bg_payment{
    padding: 50px 0px;
}
.pricing-wrapper {
  overflow-x: hidden;
}
.tbl_price{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pricing-table{
    width: 83.5%;
}
.pricing-table1{
    width: 15.5%;
}
.pricing-table1 th,
.pricing-table1 td {
  border: 1px solid #e5e5e5;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.pricing-table {
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #e5e5e5;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.pricing-table th{
    width: 19%;
}
.pricing-table th:first-child{
    width: 24%;
}

.feature-head,
.feature {
  text-align: left;
  font-weight: 600;
  background: #f9f9f9;
}

.plan-head {
  background: #fff;
  position: relative;
}

.plan-head.recommended {
  background: #eaf7ea;
  border-top: 4px solid #2ecc71;
}
.yellow{
  background: #eaf7ea;
  border-top: 4px solid #fdce33 !important;
}

.plan-head.light {
  background: #eef9f0;
}

.plan-head.yellow {
  background: #fff9d6;
}

.tag {
    position: absolute;
    top: 2%;
    left: 50%;
    background: #f1c40f;
    font-size: 12px;
    padding: 5px 8px 2px 8px;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.plan-head h4 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #5b5959;
    margin-top: 20px;
}

.plan-head del {
  color: red;
  font-size: 13px;
}

.price {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0;
}

.btnn {
  background: #e60023;
  color: #fff;
  border: none;
  padding: 3px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  border-radius: 2px;
}

.btnn.outline {
  background: #fff;
  color: #e60023;
  border: 1px solid #e60023;
  transition: .5s;
}
.btnn.outline:hover{
    background: #e60023;
    color:#fff;
}


.sample {
  font-size: 12px;
  margin-top: 6px;
}
.smallbx{
    font-size: 12px;
    font-weight: 500;
}
.yes {
  color: green;
  font-size: 18px;
}

.no {
  color: red;
  font-size: 18px;
}
.featurehead{
    background: #0000;
    border:0 !important;
}

.feature{
    text-align: left !important;
    font-size: 13px;
    background: #fff;
}

.pricing-table {
  border-collapse: separate;
  border-spacing: 0;
}

/* Column hover using :has() */
.pricing-table:has(td:nth-child(2):hover, th:nth-child(2):hover) td:nth-child(2),
.pricing-table:has(td:nth-child(2):hover, th:nth-child(2):hover) th:nth-child(2),

.pricing-table:has(td:nth-child(3):hover, th:nth-child(3):hover) td:nth-child(3),
.pricing-table:has(td:nth-child(3):hover, th:nth-child(3):hover) th:nth-child(3),

.pricing-table:has(td:nth-child(4):hover, th:nth-child(4):hover) td:nth-child(4),
.pricing-table:has(td:nth-child(4):hover, th:nth-child(4):hover) th:nth-child(4),

.pricing-table:has(td:nth-child(5):hover, th:nth-child(5):hover) td:nth-child(5),
.pricing-table:has(td:nth-child(5):hover, th:nth-child(5):hover) th:nth-child(5) {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
}
.pricing-table1 {
  border-collapse: separate;
  border-spacing: 0;
}

/* Column hover using :has() */

.pricing-table1:has(td:nth-child(1):hover, th:nth-child(1):hover) td:nth-child(1),
.pricing-table1:has(td:nth-child(1):hover, th:nth-child(1):hover) th:nth-child(1) {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 2;
}

/* /pament page css */




/* start responsive css */
@media screen and (max-width: 767px) and (min-width: 200px){
    .main-header .navbar{
        padding: 0;
    }
    .logono1{
        width: 70%;
    }
    .logono1 img{
        width: 100% !important;
    }
    .banner .item img{
        height: 550px;
    }
    .banner .w-32{
        width: 100%;
    }
    .tab-btn .search-area{
        width: 100%;
    }
    .trusted_partner{
        gap: 10px;
    }
    .trusted_partner_img {
        width: 31%;
    }
}
/* end responsive css */