ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainHeader ul.navbar-nav li ul.dropdown-menu{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
}
.mainHeader ul.navbar-nav li ul.dropdown-menu li a.dropdown-item{
    padding: 6px 8px;
    background: rgba(000,000,000,0.75);
    color: #def7fa;
    font-size: 15px;
    font-weight: 300;
}
.mainHeader ul.navbar-nav li ul.dropdown-menu li a.dropdown-item:hover{
    background: rgba(000,000,000,0.90);
}
.mainHeader ul.navbar-nav li ul.dropdown-menu li {border-bottom: 1px solid #6c757d;}
.mainHeader ul.navbar-nav li ul.dropdown-menu li:last-child{
    border-bottom: 0;
}
nav.navbar {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9999;
    background-color: rgba(28, 57, 74, 0.7) !important;
    padding: 0px;
}
nav.navbar.innerHeader {
    top: 0;
}
.rightNav{
    width: 100%;
    justify-content: flex-end;
    border-right: 1px solid #7b9baf;
}
.rightNav li a.nav-link {
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    color: #ffffff !important;
}
.rightNav li a.nav-link.active {
    background: #11242f;
    color: #ffffff;
}
.navbar-brand{
    padding: 4px 0 6px; 
    margin: 0;
}
.navbar-brand img{
    height: 45px;
    width: auto;
    display: block;
}
.rightAlignNav{
    justify-content: end;
}
.userIcon img{
    width: 40px;
    filter: brightness(0) invert(1);
}
.userIcon.afterLogin img{width: 33px;}
.navbar-brand  li a.nav-link{
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    color: #fff;
}
.navbar-brand  li a.nav-link.active{
    background: #11242f;
    color: #fff;
}
.navbar-brand  li a.nav-link.dropdown-toggle::after{
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -2px;
    margin-left: 8px;
}
.navbar-brand  li ul.dropdown-menu{
    padding: 0;
    border-radius: 0;
    background: rgba(000,000,000,0.7);
}
.navbar-brand  li ul.dropdown-menu li a{
    padding-top: 6px; 
    padding-bottom: 6px;
    color: #fff;
    font-size: 14px;
}
.navbar-brand  li ul.dropdown-menu li a.dropdown-item:hover{color: #11242f;}
nav .navbar{
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 9999;
    background-color: rgba(28,57,74,0.70) !important;
    padding: 0;

}
.navbar-toggler{
  border: 0px solid;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler span{
    filter: brightness(0) invert(1);
}
.navbar-toggler:focus{
  box-shadow: none;
}
.callicon{
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  width: 270px;
}
.callicon img{
    float: left;
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}
.callinfo{
  float: left;
  width: calc(100% - 60px);
  text-align: left;
}
.callinfo span{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #dde4ef;
}
.callinfo a{
    font-size: 18px;
    color: #cbe2ed;
    float: left;
    width: 100%;
    line-height: 20px;
    text-decoration: none;
}
.userIcon{
  padding-left: 10px;
  
}
.userIcon img{
    width: 40px;
    filter: brightness(0) invert(1);
}
.assignBtn{
  display: none;
}
a.btnRcnt{
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    width: 180px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}
a.btnRcnt img{
    width: 18px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
a.btnRcnt:hover{
    background: transparent;
    color:#fff;
}
.forgotPass a{
    color: #7e7e7e;
    text-decoration: none;
}
.forgotPass a:hover{
    color: #000;
}
@media screen and (max-width: 767px){
  .assignBtn{
    display: block;
  }
  .headerInner nav.navbar{
    padding-bottom: 15px;
  }
  .rightNav{
    margin-top: 10px;
    border-right: 0px solid;
  }
  .rightNav li.nav-item{
    border-bottom: 1px solid #5989a4;
  }
  .rightNav li.nav-item ul.dropdown-menu{
    padding-bottom: 8px;
    background: #2b6889;
    border: 0px solid;
  }
  .rightNav li a.nav-link{
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .rightNav li a.nav-linkdropdown-toggle::after{
    position: absolute;
    top: 20px;
    right: 15px;
  }
.userIcon{
    float: left;
    padding: 0;
    width: calc(100% - 200px);
}
.userIcon img{float: left;}
}

.captchaInpt{float: left; width: 100%; position: relative;}
.fstCptch{display: inline-block;float: left;}
.fstCptch img{float: left;margin: 0 12px; width: 18px;}
.fstCptch span.icnFstlst{font-size: 22px;float: left; margin: 0 12px 0 8px;}
.fnlCaptch{float: left;display: flex; align-items: center;}
.fstCptch input, .fnlCaptch input{width: 55px !important; text-align: center; margin-right: 5px !important;}
.fnlCaptch input{margin-right: 0; margin-bottom: 0 !important;}
.fnlCaptch img.imgEqueal{float: left;margin: 0 12px; width: 18px;}
.captchaInpt .fnlCaptch label.error{float: left;width: 100%;position: absolute; bottom: -28px;left: 0; font-size: 11px;}

.menu-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.navLogo img{filter: brightness(0) invert(1)}
.menu-container .dropdown-menu.show{
  padding: 15px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: rgb(114,123,20,0.95);
  border: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
  transition: all 200ms linear;
  margin-top: 5px;
  width: 245px;
  text-align: center;
}
.menu-container .dropdown-menu.show p{margin-bottom: 0; margin-top: 6px; font-size: 13px; color: #fff; letter-spacing: 0;}
.menu-container .dropdown-menu.show button{border-radius: 30px; background-color: #000; border-color: #B5B42F;}
.menu-container .dropdown-menu.show p a{text-decoration: underline; color: #fff; font-weight: 500;}
.menu-container .dropdown button{text-decoration: none; color: #fff; font-size: 16px;}
.menu-container .dropdown:last-child button{padding-right: 0;}
.menu-trigger {
  background: #fff;
  border-radius: 90px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  vertical-align: middle;
  transition: box-shadow 0.4s ease;
  margin-left: auto; /* Strictly for positioning */
}

.menu-trigger:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.menu-trigger span {
  font-weight: 700;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 10px;
}

.menu-trigger img {
  border-radius: 90px;
}

.menu {
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 60px;
  right: 0;
  width: 300px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  border-bottom: 1px solid #dddddd;
}

.menu li a {
  text-decoration: none;
  color: #333;
  padding: 15px 20px;
  display: block;
}
/* TabBaner Css Start Here */
.tabsContainer{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.tabsContainer .tabsCaption {
    background-color: transparent;
    padding: 0 !important;
    border: 0px solid;
    margin-top: 24px;
}
.tabsContainer .shadow.tabsCaption{box-shadow: none !important;}
.tabsContainer .tabsCaption nav{
    display: flex; justify-content: center;
}
.tabsContainer .tabsCaption .nav-tabs{
    margin-bottom: 0 !important;
    border-bottom: 0px solid;
    z-index: 2;
}
.tabsContainer .tabsCaption .nav-tabs button.nav-link{
    margin: 0 1px;
    background: #fff;
    padding: 8px 42px;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #b3b3b3 !important;
}
.tabsContainer .tabsCaption .nav-tabs button.nav-link.active{
    color: #fff;
}
.tabsContainer .tab-content{
    padding: 12px !important;
    border-radius: 6px;
    background: #fff !important;
}
.tabsContainer .tab-content .container{
    padding: 0;
}
.tabsContainer .tab-content .container .selectOption_search{display: flex;}
.tabsContainer .tab-content .container .selectOption_search .form-floating{padding: 0 2px; position: relative;}
.loaderSrch{ position: absolute; top: 4px; right: 8px;}
.loaderSrch img{height: 22px;margin-top: 6px;filter: brightness(0.67) invert(0);}
.tabsContainer .tab-content .container .selectOption_search .form-floating label{
    padding: 0.75rem 1rem;
    font-size: 14px;
}
.tabsContainer .tab-content .container .selectOption_search .form-floating .form-select {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0.45rem;
    height: 42px;
    min-height: 42px;
    font-size: 12px;
    padding-right: 25px;
    background-position: right .35rem center;
    background-size: 12px 10px;
}
.searchButton{padding-left: 0;}
.searchButton button, .searchButton input[type=submit] {
    width: 100%;
    height: 50px;
    border: 0px solid;
}
.searchButton input[type=submit] {height: 42px}
.form-floating input[type=text].form-select{--bs-form-select-bg-img: none;}
  .srchBox_are{
    position: absolute;
    background-color: #fff;
    display: block;
    padding: 0;
    border: 0px solid #ededed;
    border-radius: 6px;
    margin-top: 8px;
    box-shadow: none;
    width: 100%;
  }
  .srchBox_are ul {float: left; width: 100%;max-height: 260px; overflow-y: scroll;}
  .srchBox_are ul li{float: left; width: 100%;}
  .srchBox_are ul li{font-size: 13px; line-height: 16px; text-align: left; border-bottom: 1px solid #e2e2e2;padding: 8px 12px; background: #f5f5f5;}
  .srchBox_are ul li{color: #000; float: left; text-decoration: none;}
  .srchBox_are ul li:last-child{border-bottom: 0px; border-radius: 0 0 6px 6px;}
  .srchBox_are ul li:first-child{border-radius: 6px 6px 0 0;}
/* Featue Css Start HEre */
.featureTitle {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-bottom: 25px;
}
.featureTitle p{
    font-size: 18px;
    font-weight: 300;
    padding: 0 10%;
}
.featureCard_exclusive {
    box-shadow: 0 0 5px rgba(000,000,000,0.15);
    color: #fff;
    float: left;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 6px 6px 0 0;
}
.featureCard_exclusive .image img {
    width: 100%;
    vertical-align: top;
    position: relative;
}
.featureCard_exclusive figcaption{
    padding: 10px 15px 15px;
    bottom: 0;
    width: 100%;
    position: relative; 
    float: left;
}
.featureCard_exclusive figcaption .fp_price{
    position: absolute;
    top: -15px;
    background: #3EC6AE;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
}
.featureCard_exclusive figcaption .fp-title h4{
    font-size: 18px;
    color: #000;
    margin: 5px 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.featureCard_exclusive figcaption .fp-title h4 a{
    color: #3EC6AE;
    text-decoration: none;
}
.featureCard_exclusive figcaption .fp-address {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #a2a2a2;
    margin-bottom: 8px;
}
.featureCard_exclusive figcaption .fp-address img{
    width: 20px;
    margin-right: 5px;
}
.featureCard_exclusive figcaption .fp--excerpt p{
    color: #474b4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.featureCard_exclusive {
    box-shadow: 0 0 5px rgba(000,000,000,0.15);
    color: #fff;
    float: left;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 6px 6px 0 0;
}
.featureCard_exclusive figcaption .feature-title h4 {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}
.featureCard_exclusive figcaption .feature-title h5 {
    font-size: 18px;
    color: #000000;
    margin: 5px 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featureCard_exclusive figcaption .feature_address{
    position: absolute;
    top: -40px;
    background: rgba(255, 255, 255, 0.75);
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 20px;
    color: #000000;
    display: flex;
    align-items: center;
}
.featureCard_exclusive figcaption .feature_address img{
    width: 16px;
    margin-right: 5px;
}
.property_detail{
    border-top: 1px solid #c6c6c6;
}
.rightContainer.category_list .category_boxField .contentCAption .fp--excerpt{
    color: #474b4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}
.rightContainer.category_list .category_boxField .featureCard_exclusive figcaption{min-height: auto;}
/* .rightContainer.category_list .category_boxField .featureCard_exclusive figcaption{min-height: 180px;} */
.property_detail .area{
    border-right: 0px solid #c6c6c6;
    float: left;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    width: 33.33%;
}

.property_detail .area img{
    float: left;
    opacity: 0.5;
    width: 50px;
    position: absolute;
    top: 0px;
    left: 6px;
}
.property_detail .area span{
    width: auto;
    float: left;
    font-size: 12px;
    color: #000;
    padding-left: 2px;
    font-weight: bold;
    padding-left: 30px;
}
.property_detail .area.area_First img, .property_detail .area:nth-child(3n+1) img{left: 12px;}
.property_detail .area.area_First span, .property_detail .area:nth-child(3n+1) span{padding-left: 36px;}


.property_detail .area:last-child{
    width: auto;
    border-right: 0px solid
}
.property_detail .area .alignRight{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.property_detail .area .alignRight span{width: auto;}
.adjustProp_details .property_detail .area{width: 37.5%;}
.adjustProp_details .property_detail .area.area_First{width: 25%;}
.adjustProp_details .property_detail .area span{padding-left: 28px;}
.adjustProp_details .property_detail .area.area_First span, .property_detail .area:nth-child(3n+1) span{padding-left: 34px;}
.property_detail .area img{width: 46px;}
.saleCapton {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}
.saleCapton .saleCapton_tab {
    background: #dfcc32;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    align-items: center;
    float: left;
    margin-left: 6px;
}
.saleCapton .saleCapton_tab p{margin: 0;}
.saleCapton .saleCapton_tab.green {
    background: #3fc7ae;
}
.propertyAreaContainer{
    float: left;
    width: 100%;
}
/* PRoject Banner Section */
.projectBanner{
    width: 100%;
    padding: 45px 40px 40px;
}
.propertyArea {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 25px 0;
    background-color: #ebf5fa;
}
.propertyArea .propertyArea_box {
    padding: 0;
    border-radius: 5px;
    margin-top: 8px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.propertyArea .propertyAreaCard {
    padding: 0 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    float: left;
}
.propertyArea .propertyAreaCard .cardimage {
    width: 30%;
    float: left;
    padding-right: 16px;
}
.propertyArea .propertyAreaCard .cardimage span {
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.9);
    display: block;
}
.propertyArea .propertyAreaCard .cardimage span img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
.propertyArea .propertyAreaCard .cardImage_content {
    width: 70%;
    float: left;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.propAreaBox_col figcaption{background-color: #fff;}
.propertyArea .propertyAreaCard .cardImage_content span {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 5px;
    line-height: 15px;
}
.propertyArea .propertyAreaCard .cardImage_content p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}
/* propertyCArd */
.propertyWhiteBg {
    width: 100%;
    padding: 25px 0;
    background-color: #ffffff;
    display: flex;
}
/* Blog Card */
.BlogCard_container{float: left; width: 100%; background-color: #fff; margin: 25px 0 30px;}
.blogCard {
    float: left;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.25s ease;
    padding: 10px;
}
.blogCard .blogImage {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 4px;
    border-radius: 2px;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
    position: relative;
}
.blogCard .image {
    height: 100%;
    object-fit: contain;
    padding-top: 42.55%;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-filter: none !important;
}
.blogCard .image img{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.blogCard .feature_date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(38, 33, 33, 0.75);
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.blogCard .feature_date img{width: 20px; margin-right: 5px;}
.blogCard figcaption {
    padding: 0 0 0 15px;
    bottom: 0;
    position: relative;
}
.blogCard figcaption .feature-title {
    display: flex;
    flex-direction: column;
}
.blogCard figcaption .fp--excerpt p {
    color: #6c6c6c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogCard .contentCAption .fp--excerpt{
    height: 90px;
    overflow: hidden;
}
.blogCard .contentCAption a.continueBtn{
    color: #000;
    text-decoration: none;
    opacity: 65%;
    font-weight: 600;
}
.blogCard .contentCAption a.continueBtn:hover{
    opacity: 100%;
}
.blogCard figcaption .fp--excerpt a.continueBtn {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.footerNewsletter{
    float: left;
    width: 100%;
}
.subscribeNews .container h3, .subscribeNews .container p {
    color: #ffffff;
    text-align: left;
}
.newsSubscribe_form {
    position: relative;
}
.subscribeNews .container {
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
}
.newsSubscribe_form input {
    height: 55px;
    border-radius: 40px;
    background-color: #ffffff;
    padding: 0 15px;
    border: 0px solid;
    width: 100%;
}
.newsSubscribe_form button {
    position: absolute;
    right: 2px;
    height: 53px;
    top: 1px;
    border-radius: 40px;
    width: 120px;
    color: #ffffff;
    font-size: 18px;
    border: 0px solid;
}
.FooterBootm {
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: left;
}
.footerLeftInfo img {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0.5) invert(1);
    opacity: 0.7;
}
.FooterBootm p {
    color: #ffffff;
}
.footerUseLink .footerFsc-widgt {
    float: left;
    width: 50%;
}
.FooterBootm h5 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 1.25rem;
}
.FooterBootm ul {
    margin: 0;
    padding: 0;
}
.featureProp_wrap li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.featureProp_wrap img {
    width: 70px;
    overflow: hidden;
    border-radius: 6px;
    float: left;
}
.featureProp_wrap p {
    width: calc(100% - 80px);
    padding-left: 10px;
    color: #ffffff;
    margin-bottom: 0;
}
.quicklink li {
    border-bottom: 1px solid;
    border-color: #ffffff;
    float: left;
    width: 100%;
    list-style-type: none;
}
.quicklink li a {
    color: #ffffff;
    font-weight: 300;
    padding: 7px 0;
    float: left;
    width: 100%;
    text-decoration: none;
}
.contactINfo .input-group {
    background: transparent;
    margin-bottom: 6px;
    border-radius: 2px;
    width: auto;
    display: inline-flex;
    padding-right: 20px;
}
.contactINfo span {
    float: left;
    padding: 5px;
    margin-right: 5px;
    border: 0px solid;
    width: 28px;
    height: 28px;
    border-radius: 3px !important;
}
.contactINfo .input-group p {
    margin: 0;
    padding-left: 10px;
    color: #000000;
    filter: brightness(0.5) invert(1);
    opacity: 0.7;
}
.searchMain_wrapper h1.title_first{
    text-align: center;
    padding: 5% 0;
}
.contactINfo .input-group p a{
    color: #000000;
    text-decoration: none;
}
.contactINfo span img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.copyright {
    background-color: #000000;
    padding: 8px 20px 8px;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.copyright .copyrightContent {
    text-align: left;
}
.copyright .copyrightContent p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}
.footerSocial {
    float: right;
}
.footerSocial li{
    margin-left: 10px;
    float: left;
}
.footerSocial li img{
    width: 24px;
}
/* Login Css Start */
.overlayCitySignup{
    height: auto;
    width: 100%;
    background: #000;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    float: left;
    padding-top: 55px;
}
.signUpText{
  background-color: rgba(000,000,000,0.65);
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 10%;
  text-align: left;
  float: left;
}
.signUpText h1{
    color: #fff;
    line-height: 42px;
    font-size: 32px;
}
.signUpText .SingListContent ul{
    margin-top: 40px; 
}
.signUpText .SingListContent ul li{
    color: #dadada;
     margin-bottom: 10px;
}

.signUpCol {
  background-color: rgba(255,255,255,0.96);
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 10%;
  text-align: left;
  float: right;
}
.signUpCol .UserForm{
    width: 450px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(224,224,224,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(224,224,224,1);
    box-shadow: 0px 0px 15px 3px rgba(224,224,224,1);
    border-radius: 6px;
    padding: 20px 15px;
}
.signUpCol .UserForm h1{
    font-size: 22px;
    color: #333;
    line-height: 30px;
    margin: 0 0 20px;
}
.overlayCitySignup .signUpCol{height: auto;}
.overlayCitySignup .signUpCol.heightVh{height: 100vh;}
.signUpCol .UserForm .radioCheck{
    margin-bottom: 20px; 
}
.formContainer .formInput{
    margin-bottom: 12px;
}
.formContainer .formInput.passowrdInput{
    position: relative;
}
.formContainer span.errorText{
    font-size: 10px;
    color: #f53c3c;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.UserForm button{
    font-weight: 500;
    margin-top: 10px;
}
.innerBody_wrapper{
    margin-top: 70px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.categoryWraper{padding: 0 16px;}
.categoryWraper h1 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 400;
}
.categoryWraper .featureCard_exclusive{
    margin-bottom: 16px;
    margin-top: 0;
}
.categoryWraper .leftlistItem .optionField {
    margin-bottom: 6px;
}
h1.title_first{
    font-size: 24px;
    margin: 0 0 25px;
  }
  .searchBanner .carousel-caption {
    left: 15%;
    right: inherit;
    width: 400px;
    text-align: left;
    bottom: inherit;
    top: 30%;
}
.searchBanner .carousel-caption h5 {
    color: #000;
    font-size: 24px;
}
.searchBanner .carousel-caption p {
    color: #545454;
    font-size: 18px;
}
.searchBanner .tabsContainer{width: 1000px;}
/* contact us css start  */
.contactWrapper {
    margin: 75px 0;
}
.contactWrapper .leftContect-box{
    border-right: 1px solid #ededed;
}
.contactWrapper .leftContect-box .infoBox{
    text-align: center;
    padding: 10px 20px;
}
.contactWrapper .leftContect-box .infoBox h3{
    font-size: 20px;
    color: #313541;
    margin: 8px 0 12px;
}
.contactWrapper .leftContect-box .infoBox p{
    font-size: 15px;
    color: #3f3f3f;
    margin: 0 0 12px;
}
.contactWrapper .leftContect-box .infoBox p.contactInfo_mail{width: 100%; margin-bottom: 20px;}
.contactWrapper .rightContect-box{
    padding-left: 25px;
    text-align: left;
}
.contactWrapper .rightContect-box h2{
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px;
}
.contactWrapper .rightContect-box form{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.contactWrapper .rightContect-box form input, .contactWrapper .rightContect-box form textarea{
    width: 100%;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #ededed;;
    padding: 0 10px;
}

.cmsContaier h2{
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 15px;
}
.cmsContaier p{
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px !important;
    font-size: 16px;
    text-align: left !important;
}
.blog_container .shadow{
    padding: 10px;
    border-radius: 16px;
}
.blog_container img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}
.blog_container .blogmAin_content img{
    float: left;
    width: calc(50% - 20px);
    border-radius: 20px;
    margin-right: 20px;
}
.detailsdescription{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.publishDetails{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.blog_container h1.title_first{
    margin: 0 0 15px;
}
.publishDetails h1.title_first{
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 600;
    float: left;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.publishDetails .publishContent{
    display: flex;
    flex-direction: row;
    float: left;
    margin-top: 10px;
}
.publishDetails .publishContent img{
    height: 20px;
    margin-right: 5px;
    width: auto;
}
.publishDetails .publishContent p{
    margin: 0;
    font-size: 14px;
    color: #878787;
    margin-right: 20px;
}
.stickyPos{
    position: sticky;
    top: 70px;
}
.stickyPos .form-floating.optionField .form-select{
    min-height: 50px;
    height: 50px;
    font-size: 14px;
    padding-top: 22px;
}
.stickyPos .form-floating.optionField .form-select~label{
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 0;
    line-height: 14px;
    height: 38px;
}
.loadMore{margin-top: 20px;}
.loadMore button{
    background: transparent;
    border: 0px solid;
    color: #22536E;
    font-size: 15px;
    padding: 5px 16px;
    border-radius: 3px;
    font-weight: 500;
}
.featureProject_banner{
    margin-bottom: 25px;
}
.blog_container.featureProject_banner h1.title_first{margin-bottom: 8px;}
/* details Css Start here */
.titleDetails_proptech h1 {
    font-size: 26px;
    margin: 0 0 5px;
    font-weight: 600;
}
.addressWrapper {
    margin-bottom: 5px;
}
.addressWrapper p {
    margin-bottom: 5px;
}
.addressWrapper p img{margin-right: 6px; height: 18px;}
.titleDetails_proptech h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    width: 66%;
    display: inline-block;
    justify-content: space-between;

}
.titleDetails_proptech h2 button{
    background-color: transparent;
    border: 0;
    float: right;
}
.titleDetails_proptech h2 button img{
    width: 22px;
}
.propertyDetails_content .rightContent_property {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 30px;
}
.prop_Features {
    margin: 15px 0 25px;
    float: left;
    width: 100%;
}
.rightContent_property .prop_Features h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.rightContent_property .facilitiesBox {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.rightContent_property .FeaturesProperty, .rightContent_property .prop_Features {
    float: left;
    width: 100%;
}
.rightContent_property .facilitiesBox span {
    color: #9f9f9f;
    float: left;
    width: 145px;
    font-size: 15px;
}
.rightContent_property .facilitiesBox .facilitieslist {
    float: left;
    width: calc(100% - 150px);
    padding-left: 20px;
}
.rightContent_property .facilitiesBox .facilitieslist p {
    color: #22536e;
    font-size: 15px;
    font-weight: 600;
    margin-right: 25px;
    float: left;
}
.rightContent_property .FeaturesProperty h4, .rightContent_property .prop_Features h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.rightContent_property .FeaturesProperty ul li {
    float: left;
    width: 50%;
    padding-right: 25px;
    margin-bottom: 6px;
}
.rightContent_property .FeaturesProperty ul li label {
    display: flex;
    justify-content: space-between;
    color: #9f9f9f;
    font-size: 15px;
    font-weight: 600;
}
.rightContent_property .FeaturesProperty ul li label span {
    color: #22536e;
}
.propertyDetails_content .leftDetails {
    width: 100%;
    float: left;
    border: 1px solid #bbbbbb;
    padding: 12px 10px;
    border-radius: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.propertyDetails_content .leftDetails h3 {
    font-size: 18px;
    color: #313541;
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 18px;
}
.propertyDetails_content .leftDetails p.typeTitle {
    font-size: 14px;
    font-weight: 600;
    color: #313541;
    line-height: 20px;
    margin: 0 0 5px;
}
.propertyDetails_content .leftDetails .infoAgent {
    margin: 0;
    float: left;
    width: 100%;
}
.propertyDetails_content .leftDetails .infoAgent p, .propertyDetails_content .leftDetails .infoAgent a {
    color: #484848;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 4px;
    float: left;
    width: 100%;
    font-weight: 300;
}
.agntInfDtl{float: left;width: 100%;display: flex;}
.propertyDetails_content .leftDetails .infoAgent a {
    text-decoration: none;
}
.propertyDetails_content .leftDetails .infoAgent a span {
    margin-right: 7px;
}
.propertyDetails_content .leftDetails .infoAgent a span img{width: auto; height: 20px;}
.propertyDetails_content .leftDetails form button {
    background: #000;
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #000;
    margin-top: 28px;
}
.propertyDetails_content .leftDetails form input, .propertyDetails_content .leftDetails form textarea {
    width: 100%;
    height: 35px;
    float: left;
    border: 1px solid #818591;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 0 8px;
}
.propertyDetails_content .leftDetails form.agentForm input, .propertyDetails_content .leftDetails form.agentForm textarea{margin: 0;}
.propertyDetails_content .leftDetails form.agentForm .formInput_wrap{margin: 0 0 5px;float: left;width: 100%;}
.propertyDetails_content .leftDetails form.agentForm .formInput_wrap label.error{font-size: 11px; margin: 0;float: left;width: 100%;}

.addressBox{ margin-top: 10px;}
.addressBox p{margin-bottom: 8px;font-size: 15px; float: left; margin-right: 20px;}
.addressBox p a{ color: #000;}
.addressBox p a:hover{color: #ff0000}
.marginBottom20{margin-bottom: 16px;}
.propertyDetails_content .leftDetails form .unitAvailable select{
    width: 100%;
    height: 35px;
    float: left;
    border: 1px solid #818591;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 0 8px;
}
p.proptechTerms {
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
}
p.proptechTerms a {
    color: #3fc7ae;
}
 .bannerDetails .carousel-indicators [data-bs-target] {
    width: 100px;
    height: auto;
    cursor: pointer;
    opacity: 1;
    background: transparent;
}
.bannerDetails .carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.bannerDetails .img-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: 0.3s ease;
    transform: scale(1);
    height: 60px;
} 
.bannerDetails .img-thumbnail.active img {
    opacity: 1;
    transform: scale(1.05);
    position: relative;
    z-index: 2;
    outline: 1px solid white;
}
.padding-hide{
    padding-left: 0;
    padding-right: 0;
}
.profileImage{
    float: left;
    width: 100%;
    position: relative;
}
.profileImage .imageHouse{
    overflow: hidden;
    position: relative;
    float: left;
    height: 240px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
.profileImage .imageHouse img{
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: 100%;
}
.profileField.userImage-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.profileImage img.userImage{
    height: 115px;
    position: absolute;
    right: -45px;
    border: 4px solid #fff;
    bottom: 15px;
}
.userProfile_info{
    padding-left: 55px;
}
.aboutProfile_content{
    float: left;
    width: 100%;
}
.aboutProfile_content p{
    font-size: 17px;
    color: #7c7878;
    line-height: 25px;
    letter-spacing: 0.15px;
    margin-bottom: 30px;
    font-weight: 300;
}
.userProfile_info ul li{
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.userProfile_info ul li img{
    width: 18px;
    margin-right: 8px;
}
.userProfile_info ul li p{
    margin-bottom: 0;
    font-size: 15px;
}
.userProfile_info ul li a{
    text-decoration: none;
}
.userProfile_info ul li a:hover{
    text-decoration: underline;
}
.propFileBg_container{
    background-color: #ececec;
    padding-top: 50px;
}
h3.titlePro_updt{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9e9f2;
}
.profileUpdt_list h2.updetProf a{
    color: #5c5c5c;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.profileUpdt_list h2.updetProf a:hover, .profileUpdt_list h2.updetProf.active a{
    color: #000000;
}
.profleLeftList{
    border-right: 1px solid #d9e9f2;
}
.profileUpdt_list{
    margin-top: 5px;
}
.profleRightList{
    padding-top: 25px;
    padding-left: 20px;
}
.profileUpdt_list .accordion-item{
    border: 0px solid;
}
.profileUpdt_list .accordion-item h2 button.accordion-button{
    padding: 15px 10px 15px 0;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold;
    color: #2d7096;
}
.profileUpdt_list .accordion-item h2 button.accordion-button.pdtopHide{
    padding-bottom: 0;
}
.profileUpdt_list .accordion-item h2 button.accordion-button.collapsed{
    color: #5c5c5c;
}
.profileUpdt_list .accordion-body{
    padding: 5px 8px;
}
.profileUpdt_list .accordion-body ul{
    padding-left: 8px;
}
.profileUpdt_list .accordion-body ul li{
    padding: 6px 0;
}
.profileUpdt_list .accordion-body ul li a{
    color: #2d7096;
    text-decoration: none;
}
.profileUpdt_list .accordion-body ul li a.active{
    color: #000;
}
.wdthHeadTitle{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9e9f2;
}
.wdthHeadTitle button.printBtnCmsn{
    float: right;
    background: #5cccaf;
    border: 0px solid;
    height: 28px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 2px;
    color: #fff;
}
.profileUpdt_list .logoutBtn{
    padding: 15px 0;
    float: left;
    width: 100%;
}
.profileUpdt_list .logoutBtn a{
    color: #ff0000;
    text-decoration: none;
}
.profileUpdt_list .logoutBtn a:hover{
    color: #bd1e1e;
}
.profileUpdt_list .logoutBtn a img{
    width: 22px;
    margin-right: 8px;
}
.profileField label{
    font-size: 14px;
    color: #585858;
    font-weight: 600;
}
.profileField_sbmbtn{
    display: flex;
    justify-content: flex-end;
    margin-top: 27px !important;
}
.profileField_sbmbtn .sbmtBtn_prfl{
    height: 38px;
    border: 0px solid;
    border-radius: 4px;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}
.profileField_sbmbtn .sbmtBtn_prfl:hover{
    background: #000;
}
.profileField .fileUpload {
	background: #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0.675em;
    position: relative;
    text-align: center;
    width: 150px;
    cursor: pointer;
}
.profileField__btn.profileField{
    margin-top: 28px;
    margin-bottom: 0 !important;
}
.profileField__btn.profileField .fileUpload{
    float: left;
    width: 115px;
    height: 38px;
    margin-right: 20px;
    padding: 8px;
}
.profileField__btn.profileField span{
    font-weight: 400;
}
.notesStatemnt{
    margin-bottom: 20px;
    margin-top: -10px;
}
.notesStatemnt p{
    font-size: 13px;
    font-style: italic;
    color: #000;
}
.profileField__btn.profileField a.viewBtnUpload{
    float: left;
    width: 115px;
    height: 38px;
    margin-right: 0;
    line-height: 38px;
    background: #4e9f71;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.profileField__btn.profileField a.viewBtnUpload:hover{
    background: #3d7f5a;
}
.profileField .userImage{
     width: 150px;
     height: 150x;
     overflow: hidden;
     margin-bottom: 16px;
     border-radius: 4px;
}
.profileField .userImage img{
    width: 100%;
    height: auto;
}
.profileField .fileUpload:hover, .profileField .fileUpload:active, .profileField .fileUpload:focus {
	background: #00a2a4;
  cursor: pointer;
}
.profileField .fileUpload span{
    cursor: pointer;
    color: #fff;
    font-size: 14px
}
.profileField .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
    cursor: pointer;
}

.profileField input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.dataTable__container .dataTable-top {
    padding: 0;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.dataTable-top .dataTable-dropdown{float: left;}
.dataTable-top .dataTable-dropdown label, .crmTable_list .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label{
    font-size: 14px;
    color: #787878;
}
.dataTables_wrapper .tabel tr td.btnTable a.btn.btn-info{
    height: 28px;
    border-radius: 4px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
}
.dataNew_table label, .dataNew_table .dataTables_info{
    font-size: 14px;
    color: #787878;
}
.dataNew_table .dataTables_paginate{margin-top: 8px !important;}
.dataNew_table .dataTables_paginate .pagination li.paginate_button a{
    font-size: 13px;
}
.dataNew_table table.table thead tr th, .dataNew_table tbody table.table tr td {
    font-size: 13px;
}
.dataNew_table table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>*{
    box-shadow: none;
}
.dataNew_table tbody table.table tr td{
    box-shadow: none;
    background-color: transparent;

}
.dataNew_table table.table tbody tr td button {
    padding: 5px 15px;
    font-size: 12px !important;
    border-radius: 2px;
    color: #fff;
}
.dataTable-top .dataTable-search{
    float: right;
}
.dataTable-dropdown select.dataTable-selector {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 14px 14px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin-right: 0.25rem;
    width: auto;
}
.dataTable-top > div:last-child{
    float: right;
}
.dataTable-top .dataTable-input {
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    font-size: 15px;
}
.crmTable_list{float: left; width: 100%; margin-top: 0px;}
.crmTable_list tr th, .crmTable_list tr td {
    font-size: 13px;
}
.crmTable_list tr td button {
    padding: 2px 5px;
    font-size: 11px !important;
    border-radius: 2px;
    color: #fff;
}
.footerTable {
    display: block;
    width: 100%;
}
.crmTable_list .dataTables_info, .footerTable p {
    font-size: 12px;
    color: #939393;
    margin: 0;
    float: left;
}

.footerTable ul.pagination li a.page-link, .crmTable_list .dataTables_paginate .pagination li a {
    font-size: 12px;
}
.profleRightList_title h3{
    font-size: 20px;
    margin-bottom: 25px;
    color: #295a97;
}
.navCrm_Tab{
    border-bottom: 0 !important;
}
.navCrm_Tab button.nav-link{
    background: #b8ccd7;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    height: 36px;
    border: 0 solid #000;
    margin-right: 8px;
    border-radius: 4px;
}
.navCrm_Tab button.nav-link.active{
    background: #000;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    height: 36px;
    border: 0 solid #000;
    border-radius: 4px;
}
.detailsListAdd .navCrm_Tab button.nav-link{margin-bottom: 6px;}
.image.features_Image{
    position: relative;
    margin: 0 auto;
    height: 250px;
    width: 100%;
    float: left;
    background: #ededed
}
.image.features_Image img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: auto;
    max-height: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    height: 100%;
    width: auto;
}
.category_list .category_boxField .image.features_Image{
    height: 215px;
}

.BlogContainer h1.headTitle-center{
    text-align: center;
    font-size: 24px;
    color: #000;
    margin: 30px 0 25px;
}
.blogCol .featureCard_exclusive{border-radius: 6px; margin: 0 0 20px;}
.blogCol .feature_date{
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(38, 33, 33, 0.75);
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.blogCol .image.features_Image .feature_date img{position: relative; height: 14px; margin-right: 7px;}
.blogTitle_Head p{color: #454545; font-size: 15px;}
.blogTitle_Head p img{
    width: auto;
    height: 18px;
    margin-right: 4px;
}
.blogCol .blogTitle{
    float: left;
    width: 100%;
    padding: 8px 15px;
    min-height: 60px;
}
.blogCol .blogTitle h1{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.helpFeature{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0 10%;
}
.helpFeature h1{
    font-size: 24px;
    color: #032623;
    margin-bottom: 16px;
    margin-top: 25px;
}
.helpFeature .accordion .accordion-item{
    margin-bottom: 16px;
    border-top: 1px solid #dee2e6;
    border-radius: 0;
}
.helpFeature .accordion .accordion-item button{ 
    border-radius: 0;
    background: #7893a3;
    color: #fff;
}
.helpFeature .accordion .accordion-item button:focus{
    outline: none;
    box-shadow: none;
}
.helpFeature .accordion .accordion-item .accordion-button::after{
    filter: brightness(0) invert(1);
}
.listingAdd_col{
    float: left;
    padding: 75px 0;
    display: flex;
    align-items: center;
}
.listingAdd_col .padngVndrL h1{
    font-size: 26px;
    margin-bottom: 15px;
    float: left;
    color: #200303;
    width: 100%;
    font-weight: bold;
}
.listingAdd_col .padngVndrL h2 {
    font-size: 20px;
    margin-bottom: 30px;
    float: left;
    margin-top: 0;
    width: 100%;
}
.listingAdd_col .padngVndrL h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    padding-left: 5px;
}
.padngVndrR img{width: 100%; height: auto;}
.spacebeweenText{justify-content: space-between;}
.spacebeweenText p{font-size: 15px;}
.spacebeweenText p.backToPage{color: #434343; display: flex; align-items: center; font-size: 15px;}
.spacebeweenText p.backToPage img{width: 16px; margin-right: 6px; opacity: 0.5;}
.spacebeweenText p.backToPage a{text-decoration: none;}
.spacebeweenText p.backToPage a:hover, .spacebeweenText p a:hover{color: #000}
.VndrCBtn{float: left; margin-top: 30px;}
.listingAdd_col .VndrCBtn a.LgnVnrcntr {
    background-image: linear-gradient(to right, #296587,#11242f,#296587,#296587  );
    box-shadow: 0 5px 15px rgba(41, 90, 156, 0.4);
    width: auto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 0;
    line-height: 48px;
    height: 50px;
    width: 275px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-shadow: 1px 1px #0d0b0b;
    text-decoration: none !important;
    display: block;
    float: left;
  }
  .listingAdd_col .VndrCBtn a.LgnVnrcntr:hover {
    background-position: 65%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .contactINfo .input-group p{width: calc(100% - 35px);}
  .listingSingup h1{
    text-align: center;
    font-size: 24px;
    margin: 25px 0 50px;
}
.suplierSingup{
    float: left;
    width: 100%;
    border-right: 2px solid #9dbbd0;
    padding-right: 25px;
}
.suplierSingup .form-group{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.suplierSingup .form-group label.control-label{
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400 !important;
}
.suplierSingup .form-group .inputForm-control input, .suplierSingup .form-group .inputForm-control select, .suplierSingup .form-group .inputForm-control textarea {
    font-size: 14px;
    height: 38px;
    width: 100%;
    margin-left: 0;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0 10px;
}
.suplierSingup .form-group .inputForm-control textarea{
    height: 60px;
}
.suplierSingup .form-group .inputForm-control .CheckTerms input{
    width: auto;
    height: auto;
}
.suplierSingup .form-group .inputForm-control .CheckTerms{
    font-size: 15px;
}
.suplierSingup .form-group .inputForm-control .CheckTerms a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.suplierSingup .form-group .inputForm-control input.btn-signup{
    width: 200px !important;
    color: #fff;
    height: 42px;
    margin-top: 15px;
    transition: ease-in-out 0.3s;
}
.suplierSingup .form-group .inputForm-control input.btn-signup:hover{
    background-color: #000;
}
.termsListing_box, .termsWraper-Contnt{
    float: left;
    width: 100%;
}
.termsListing_box h3{
    font-size: 20px;
    margin: 0 0 20px;
}
.termsWraper-Contnt p{
    font-size: 15px;
    color: #454545;
}
.infoMenu_head img{
    height: 20px;
    margin-right: 8px;
    filter: brightness(0.5) invert(1);
}
.blogCard figcaption .feature-title h4{font-size: 22px; font-weight: 600;}
.featureCard_exclusive figcaption .propArea_by {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featureCard_exclusive figcaption .propArea_by span{
    width: 26px;
    height: 26px;
    background-color: #000;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featureCard_exclusive figcaption .propArea_by p{
    color: #474b4f;
    font-size: 15px;
    margin: 0 0 4px;
}
.featureCard_exclusive figcaption .propArea_by h4{
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.featureCard_exclusive figcaption .propArea_by span img{
    filter: brightness(0.5) invert(1);
    width: 14px;
    transform: rotate(-20deg);
}
.blog_container .shadow.toppalaceImage_wrapper{
    width: 75%;
    margin: 0 auto 30px;
}
.publishDetails.toppalaceContent_wrapper{
    width: 75%;
    margin: 0 auto;
    float: none;
}
.publishDetails.toppalaceContent_wrapper h1.title_first{margin: 0 0 20px;}
.publishDetails.toppalaceContent_wrapper .publishContent{display: block;}
.termsListing_box .termsWraper-Contnt{height: 800px;}
.stickyPos .categoryHeight_set{height: 480px;}
.stickyPos .categoryHeight_set .mCSB_inside>.mCSB_container{margin-right: 18px;}
.successFlFrm-sbmsn{
    width: 600px;
    margin: 40px auto;
    border: 1px solid #ededed;
    border-radius: 6px;
}
.successFlFrm-sbmsn .successBox_cntr{
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.successFlFrm-sbmsn .successBox_cntr h2{
    margin-bottom: 20px;
}
.successFlFrm-sbmsn .successBox_cntr p{
    color: #737373;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
label.error{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 8px;
}
/* loanActivities css start*/
.searchLoan_propList{
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.searchLoan_propList input{
    padding-right: 110px;
}
.searchLoan_propList .searcButton_prprt{
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 100px;
    border: 0;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchLoan_propList .searcButton_prprt img{
    width: 20px;
    filter: brightness(0) invert(1);
    margin-right: 5px;
}
.profleRightList .form-control:disabled {
    background-color: #fff;
}
.profileFieldBorder_outline{
    border: 1px solid;
    border-color: #d2d2d2;
    padding: 20px 20px 10px;
    float: left;
    width: 100%;
    border-radius: 6px;
    background: #fcfbfb;
}
.profileFieldBorder_outline .profileField_valueSrch{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
}
.profileFieldBorder_outline .profileField_valueSrch:last-child{border-bottom: 0px solid;}
.profileField_valueSrch label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.profileField_valueSrch span{
    color: #585858;
}
.profileField_valueSrchCollateral{
    width: 50%;
    float: left;
}
.profileField_valueSrchCollateral p{
    font-size: 12px;
    color: #787878;
}
.profileField_valueSrch span.CollateralInfo{
    width: 50%;
    float: left;
    text-align: right;
}
.notFirlsds{font-size: 12px; color: red; margin: 0;}
/* afterSubsas:  */
.loanSbntBtn{
    height: 38px;
    background: #21536f;
    border: 0px solid;
    border-radius: 4px;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}
.loanSbntBtn.prevsBtn{
    background-color: #B5B42F;
}
.greyColr{background-color: #ededed !important;}
.date-birth-select .formInpt select.form-select {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.date-birth-select .formInpt select:nth-child(1){
    margin-left: 0;
}
.profileField label span.notechk{
    font-size: 12px;
    color: #656565;
    font-weight: 300;
}
h2.lonInf{
    font-size: 22px;
    margin-bottom: 15px;
}
.loanInfo_wrapper{
    float: left;
    width: 100%;
}
.infoContnet{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.infoContnet label{
    font-size: 14px;
    color: #2d7096;
    font-weight: 500;
    margin-right: 25px;
    text-align: left;
}
.infoContnet span{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.infoContnet .valuBoolean {
    display: flex;
    flex-direction: row;
}
.valuBoolean span{
    margin-left: 12px;
    align-items: center;
    display: flex;
}
.multistep-box .valuBoolean span{
    font-size: 14px;
    color: #000;
}
.multistep-box .valuBoolean span.errorField{
    font-size: 12px;
    color: #f00;
}
.valuBoolean span:first-child{margin-left: 0;}
.valuBoolean span input{
    margin-right: 6px;
}
.valuBoolean input.typeText{
    height: 34px;
    border: 1px solid #c2c2c2;
    width: 210px;
    border-radius: 4px;
}
.formFldExtra{
    margin-bottom: 20px;
}
.formFldExtra h2.lonInf{text-align: left;}
.upldFle [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upldFle [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
.upldFle [type="file"] + label {
        background: #000;
        border: none;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        margin: 0;
        outline: none;
        padding: 6px 15px;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
        font-size: 14px;
}
.infoContnet .valuBoolean .upldFle.wdthAdjust{min-width: 85px;}
.multistep-box span.upldNote{
    font-size: 10px;
    color: #919191;
    font-weight: 400;
    margin-top: -2px;
    display: block;
}
h4.titleInerer{
    font-size: 18px;
    color: #a0a0a0;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: left;
}
h4.titleInerer span{
    font-size: 12px;
    color: red;
    font-weight: 400;
    margin-top: 0;
}
.infoContnet.blockFlex{display: block;}
.infoContnet.blockFlex ul{
    display: block;
    padding-left: 16px;
}
.infoContnet.blockFlex ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    list-style-type: disc;
    font-size: 14px;
    color: #000;
    text-align: left;
}
p.paratagTitle{
    margin-bottom: 20px; font-size: 15px;
}
.centerlAign{
    text-align: center;
}
.backTOHmeBtn{
    width: 170px;
    margin: 0 auto;
    float: none;
    display: block;
    background: #000;
    color: #fff;
    height: 42px;
    border-radius: 4px;
}
/* stepFormValidation */
#multistep_form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
    z-index: 999;
    opacity: 1; 
    visibility: visible; 
}
/*progress header*/
#progress_header {
overflow: hidden;
margin: 0 auto 45px;
padding: 0;
}
#progress_header li {
list-style-type: none;
width: 25%;
float: left;
position: relative;
font-size: 16px;
font-weight: bold;
font-family: monospace;
color: #fff;
text-transform: uppercase;
}
#progress_header li:after {
width: 30px;
line-height: 30px;
display: block;
font-size: 18px;
color: #9e9c9c;
font-family: monospace;
background-color: #dbdbdb;
border-radius: 100px;
margin: 0 auto;
background-repeat: no-repeat;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
#progress_header li:nth-child(1):after {
content: "1";
margin-left: 0;
}
#progress_header li:nth-child(2):after {
content: "2";
margin-left: 0;
}
#progress_header li:nth-child(3):after {
content: "3";
margin-left: 0;
}
#progress_header li:nth-child(4):after {
    content: "4";
    margin-left: 0;
}
#progress_header li:before {
content: '';
width: 100%;
height: 5px;
background: #dcdcdc;
position: absolute;
left: -100%;
top: 50%;
z-index: -1;
}
#progress_header li:first-child:before {
content: none;
}
#progress_header li.active:before, 
#progress_header li.active:after {
background-image: linear-gradient(to right top, #35e8c3, #36edbb, #3df2b2, #4af7a7, #59fb9b) !important;
color: #fff !important;
transition: all 0.5s;
}
.additionalTable table tr th{background-color: #f2f3f9; border: 0}
.additionalTable table tr td, .additionalTable table tr th{
    font-size: 14px;
    text-align: left;
}
.additionalTable table tr th:last-child, .additionalTable table tr td:last-child{text-align: center;}
.additionalTable table tr td input.nameInput{
    border: 1px solid #cfcfcf;
    height: 30px;
    border-radius: 3px;
    width: 100%;
    padding: 0 10px;
}
/*title*/
.title-box {
width: 100%;
margin: 0 0 30px 0;
}
.title-box h2 {
font-size: 22px;
text-transform: uppercase;
color: #2C3E50;
margin: 0;
font-family: cursive;
display: inline-block;
position: relative;
padding: 0 0 10px 0;
font-family: 'Roboto', sans-serif;
}
.title-box h2:before {
content: "";
background: #6ddc8b;
width: 70px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
display: block;
}
.title-box h2:after {
content: "";
background: #6ddc8b;
width: 50px;
height: 2px;
position: absolute;
bottom: -5px;
left: 0;
right: 0;
margin: 0 auto;
display: block;
}
/*Input and Button*/
.multistep-box {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 1px 1px 55px 3px rgba(255, 255, 255, 0.4);
padding: 0;
box-sizing: border-box;
width: 100%;
}
.multistep-box:not(:first-of-type) {
display: none;
}
.multistep-box p {
margin: 0 0 12px 0;
text-align: left;
}
.multistep-box span {
font-size: 12px;
color: #FF0000;
}
.formInpt input, .formInpt textarea, .formInpt select {
padding: 0 15px;
border: 1px solid #ccc;
border-radius: 3px;
margin: 0;
width: 100%;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
color: #2C3E50;
font-size: 13px;
transition: all 0.5s;
outline: none;
height: 40px;
margin-bottom: 0 !important;
}
input:focus, textarea:focus {
box-shadow: inset 0px 0px 50px 2px rgb(0,0,0,0.1);
}
.formInpt select.box_error{
    border-color: #FF0000;
    box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
input.box_error, textarea.box_error {
border-color: #FF0000;
box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
input.box_error:focus, textarea.box_error:focus {
box-shadow: inset 0px 0px 50px 2px rgb(255,0,0,0.1);
}
p.nxt-prev-button {
    float: left;
    display: inline-block;
    margin: 0;
}
p.nxt-prev-button.d-flex{
    display: flex;
    justify-content: space-between;
    float: inherit;
}
p.nxt-prev-button.flexOff{
    float: right;
}
.right-save-button input[type=button]{
    background: #000;
    border-radius: 4px;
}
p.nxt-prev-button.flexOff input[type=submit], .right-save-button  input[type=submit]{
    background-color: #47ba94;
    border-radius: 4px;
}
.right-save-button{
    float: right;
}
.action-button {
width: 100px;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 0 5px;
transition: all 0.5s;
}
.nxt-prev-button .action-button{
    background-color: #000;
    border-radius: 4px;
}
.nxt-prev-button .previous{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.nxt-prev-button .ss_next_btn, .nxt-prev-button .fs_next_btn{
    background-color: #000;
}
.action-button:hover, 
.action-button:focus {
box-shadow: none;
}
.form_submited #multistep_form {
opacity: 0; 
visibility: hidden; 
}
.form_submited h1 {
-webkit-background-clip: text;
transform: translate(0%, 0%);
-webkit-transform: translate(0%, 0%);
transition: all 0.3s ease;
opacity: 1;
visibility: visible;
}
.multistep-box .profileForm_col label{text-align: left;}
.profleRightList.detailsLoanView .profileFieldBorder_outline{
    border: 0 solid; 
    border-color: #d2d2d2;
    padding: 0;
    background: transparent;
}
.profileField_valueSrch a.ViewBtnPdfVw{
    height: 33px;
    font-size: 14px;
    padding: 0 15px;
    background: #d3b51f;
    border-radius: 4px;
    color: #fff;
    margin-left: 8px;
    line-height: 33px;
    display: inline-block;
    text-decoration: none;
}
.profileField_valueSrch a.ViewBtnPdfVw:hover{
    height: 33px;
    font-size: 14px;
    padding: 0 15px;
    background: #a48900;
    border-radius: 4px;
    color: #fff;
    margin-left: 8px;
    line-height: 33px;
    display: inline-block;
}

/* Css Ebd Profile */
.profleRightList h2.titleInnerPro_section{
    font-size: 22px;
    margin-bottom: 25px;
}
.subscriptionCheck span{
    color: #777777;
    padding-left: 8px;
    font-size: 15px;
}
.date-birth-select select.form-select:last-child{
    margin-right: 0;
    padding-right: 30px;
}
.newsLetter_container .col-md-offset-6{
    margin-left: 25%;
}
.newsLetter_container{margin-top: 30px;}
.newsLetter_container .FormBox-Container {
    box-shadow: -1px -1px 7px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -1px -1px 7px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: -1px -1px 7px 0 rgba(0,0,0,.1);
    float: left;
    width: 100%;
}
.newsLetter_container .formHeading {
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    float: left;
    width: 100%;
}
.newsLetter_container .form-group{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.newsLetter_container .form-group label{
    font-size: 14px;
    margin-bottom: 5px;
}
.newsLetter_container .form-group input.filedInpt{
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
}
.newsLetter_container .form-group input.filedInpt:focus-visible{
    box-shadow: 0px 1px 0px 0px #857ae7;
    outline: none;
}
.newsLetter_container .formHeading h1 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding: 0;
}
.newsLetter_container .FormBx-Body {
    padding: 20px 24px;
    float: left;
    WIDTH: 100%;
}
.inputContnt span.ntRead_note{
    font-size: 13px;
    font-style: italic;
    color: #595959;
    margin-top: 2px;
}
.sbmtNewsletBtn{
    float: right;
    font-size: 14px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: 120px;
    height: 42px;
    line-height: 33px;
    padding: 0;
    border-radius: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}
.sbmtNewsletBtn:hover{
    background: #fff;
    color: #000;
    border: 1px solid;
}
.newsSubscribe_form a.btnsubscribe{
    float: right;
    width: 205px;
    height: 50px;
    background: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #5741da;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}
.youtubeVideo, .widthmap_property{
    float: left;width: 100%; margin-top: 25px;
}
.youtube-embed {
    position: relative;
    padding-bottom: 45%;
    width: 100%;
    text-align: left;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.mapProperty{
    overflow: hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.mapProperty iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.textOption_bnk{
    float: left;
    width: 100%;
}
.profileField .textOption_bnk label{float: left; width: 50%;}
.whichBnakOption{
    float: left;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.whichBnakOption p{margin-left: 16px;}
.whichBnakOption p input{margin-right: 5px;}
.opionBnkAcct{
    background: #e2e8f0;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
}
.opionBnkAcct .optionList{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.opionBnkAcct .optionList:last-child{
    margin-bottom: 0;
}
.opionBnkAcct .optionList p{
    float: left;
    width: 150px;
    color: #000;
    font-size: 15px;
}
.opionBnkAcct .optionList input.form-control{
    width: calc(100% - 150px);
}
.spouseWrapper{
    background: #e2e8f0;
    padding: 15px 5px;
    float: left;
    width: calc(100% - 20px);
    border-radius: 4px;
    margin: 0 auto 10px;
}
.spouseWrapper h4{
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}
.spouseWrapper .profileField .valuBoolean{
    float: left;
    width: 100%;
}
.spouseWrapper .profileField .valuBoolean span{float: left; margin-right: 20px; margin-left: 0;}
.loanWatnWrpper{
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 12px 15px 0;
}
.loanWatnWrpper .infoContnet{
    align-items: center;
}
.loanWatnWrpper .infoContnet .valuBoolean{
    display: block;
    width: 245px;
}
.loanWatnWrpper .infoContnet .valuBoolean.widthFlex{display: flex;  width: auto;}
.loanWatnWrpper .infoContnet .valuBoolean span.errorMsg{
    font-size: 12px;
    color: #FF0000;
}
.active>.page-link, .page-link.active{background-color: #434343; border-color: #434343;}
.commisionTableVw table{
    border: 1px solid #ededed;
  }
  .commisionTableVw table tr td{color: #454545;font-size: 14px;}
  .commisionTableVw table tr td:first-child{width: 50%; border-right: 1px solid #ededed;font-weight: 600; color: #000}
  .twoColumnTable{
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .twoColumnTable .halfSecnd{
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .twoColumnTable .halfSecnd:first-child{margin-left: 0;}
  .twoColumnTable .halfSecnd table tr td, .twoColumnTable .halfSecnd table tr th{
    font-size: 14px;
    padding: 8px 12px;
  }
  .twoColumnTable .halfSecnd table tr:nth-child(odd){
    background: #f1f5f7;
  }
  .twoColumnTable .halfSecnd table tr td{border-right: 1px solid #ededed;}
  .twoColumnTable .halfSecnd table tr th{background: #f4f4f4}
  .twoColumnTable .halfSecnd table{
    border: 1px solid #ededed;
  }
/* overlayBackground Css */
.grayOverlay_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 99999;
}
.imageLoader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.imageLoader img{
    width: 55px;
    height: 55px;
}
/* View Button on Loan UPload Css Start Here */
.infoContnet .valuBoolean .ViewBtn{
    height: 33px;
    font-size: 14px;
    padding: 0 15px;
    background: #d3b51f;
    border-radius: 4px;
    color: #fff;
    margin-left: 8px;
    line-height: 33px;
}
.infoContnet.whereU-fit{
    float: left;
    width: 100%;
    display: block;
    text-align: left;
}
.infoContnet.whereU-fit label{
    width: 100%;
    margin-bottom: 20px;
}
.multistep-box .infoContnet.whereU-fit .valuBoolean{display: block;}
.multistep-box .infoContnet.whereU-fit .valuBoolean span{
    margin-left: 0;
    margin-bottom: 10px;
}
/* information View communication */
.leftRght_Padding{
    padding-left: 0;
    padding-right:0;
  }
  .cardWidth{
    width: 100%;
    float:left;
  }
  .cardWidth .card{
    border-radius: 12px 12px 0 0;
    border: 1px solid #eee;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .cardWidth .accordion>.card .card-header{padding:0; margin-bottom: 0; border: 0;}
  .cardWidth .accordion>.card .card-header h2 button{
    margin: 0; 
    box-shadow: none; 
    border: 0px solid; 
    border-radius: 0;
    height: 44px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eee;
    background: #F7F7F7;
    text-decoration: none !important;
    background-size: 20px !important;
  }
  .cardWidth .accordion>.card .card-header h2 button:hover{
    background:#ededed !important;
    text-decoration: none;
    border-color: #eee !important;
    background-size: 20px !important;
    background: #F7F7F7 !important;
  }
  
  .cardWidth .card-body{padding: 0}
  .infoContainer .colleft_Col{float: left; padding-right:0}
  .infoContainer .colRight_Col{float: left}
  .ticketInfoLeft{box-shadow: 0px 2px 14px -3px rgba(0,0,0,0.1); border: 1px solid #ededed; border-radius: 12px;}
  .ticketInfoLeft ul li{
    list-style-type: none;
    padding: 12px 15px !important;
    border-bottom: 1px solid #eee;
  }
  .ticketInfoLeft ul{margin:0}
  .ticketInfoLeft ul li span{
    font-size: 12px;
    color: #454545;
    line-height: 14px;
  }
  .ticketInfoLeft ul li p{
    font-size: 14px;
    color: #000;
    margin-bottom:0;
    line-height: 16px;
  }
  .ticketInfoRght{ border-radius: 12px;float: left; width: 100%;}
  .rplCls_btn{float: left; width: 100%; margin-top: 15px;}
  .rplCls_btn button{width: 48%; 
    margin-right: 4%;     
    height: 38px;
    font-size: 14px;
    float: left;
    line-height: 38px;
    padding: 0;
    border-radius: 3px;
    text-transform: uppercase;
    background: #c9ba54;
    border: 0px solid;
    color: #fff;
  }
  .rplCls_btn button:hover{background: #b5a749;}
  .rplCls_btn button:last-child{margin-right:0; background: #f75151; border-color: #f75151;}
  .rplCls_btn button:last-child:hover{ background: #d25858!important;}
  .userContent_top{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding: 10px 15px;
    display: flex;
      justify-content: space-between;
    border-top: 0px solid;
  }
  .userContent_top label{font-size: 14px !important; font-weight: 400 !important;}
  .userContent_top .userInfo{}
  .userContent_top .userInfo p{font-size: 15px; margin-bottom: 0; color: #000; margin: 0; display: flex; align-items: center;}
  .userContent_top .userInfo p img{height: 16px; margin-right: 5px;opacity: 0.5;}
  .userContent_top .userInfo span{
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
  padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    text-align: center;
    min-width: auto;
    font-size: 12px;
  color: #858585;
  line-height: 18px;
    margin-left: 20px;
  display: inline-block;
  }
  .userContent_body{
    float: left;
    width :100%;
    padding: 10px 15px;
  }
  .userContent_body h4{
    font-size: 15px;
      margin-bottom: 24px;
  }
  .userContent_body p{font-size: 15px; color: #000;}
  .userContent_body .addressIp{float: left; width: 100%;}
  .userContent_body .addressIp{font-size: 14px; line-height:16px;color: #666;}
  .userContent_body .addressIp label{margin-left: 12px;}
  .infoField_wrap{float: left; width: 100%;}
  .infoField_wrap.infoField_wrapReply{margin-top: 20px; border-left: 6px solid #45bcf0; background: #f4fbff;}
  .infoField_wrap.infoField_wrapReply .userContent_top{ border-bottom: 1px solid #8ec5de;}
  .infoField_wrap.infoField_wrapReply .userContent_top .userInfo span{
    background: #45bcf0;
    border-color: #45bcf0;
    color: #fff;
  }
  form.replyMsgBox.card{
      padding: 0;
      border: 1px solid #eee !important;
  }
  .cardForm_Body{
    padding: 10px 15px;
  }
  form.replyMsgBox textarea{
    border: 1px solid #ededed;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px;
    border-radius: 6px !important;
    width: 100%;
    height: 130px !important;
  }
  form.replyMsgBox textarea:focus{
    box-shadow: none;
  }
  form.replyMsgBox textarea:focus-visible{
    outline: 1px solid #55aad3;
  }
  .titleAttch h5{font-size: 15px;margin: 10px 0 8px;}
  .titleAttch h5 span{font-size: 11px; color: #979797; padding-left: 6px}
  .submtBtn_area{
    display: flex;
    justify-content: center;
  }
  form.replyMsgBox input[type=submit]{
    height: 38px;
    line-height: 35px;
    background: #66d290;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-indent: 0;
    padding: 0 40px;
    border-color: #66d290!important;
    border-radius: 3px;
    transition: all 0.3s;
    border: 0;
  
  }
  form.replyMsgBox input[type=submit]:hover{
    background: #54bf7e !important;;
    border-color: #54bf7e !important;
    transition: all 0.3s;
    
  }
  
  /* FileUpload CSS */
  .customfileUpload{position: relative; margin-bottom: 10px;    border: 1px solid #ededed;}
  .customfileUpload input{
    font-size: 14px;
    height: 30px !important;
    padding-left: 9px;
    opacity: 0;
    width: 90px;
    z-index: 99;
    position: relative;
  }
  .customfileUpload span.upload-btn{font-size: 14px;}
  .upload-btn::before{
    position: absolute;
    content: "Browse";
    background: #94a19a;
    color: #fff;
    height: 32px;
    width: 85px;
    line-height: 24px;
    padding: 5px;
    text-transform: uppercase;
    top: -1px;
    left: 0;
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
  }
  /*  ===== information View communication css END ===== */
  .dFlex-back .backBtnCrm_head a{
    background: #000;
    color: #fff;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 3px;
    font-weight: 400;
  }
  h2.downpayment_titleHead{
    font-size: 18px;
    color: #454545;
    margin: 0 0 12px;
  }


@media screen and (max-width: 1024px){
    .searchBanner .tabsContainer{width: 100%;}
}
@media screen and (max-width: 767px){
    .titleDetails_proptech h2{
        width: 100%;
    }
    a.btnRcnt{width: auto;}
    .assignBtn{
        float: right;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .assignBtn a.userIcon_mobv img{width: 25px; margin-right: 15px; filter: brightness(0) invert(1);}
    .mainHeader ul.navbar-nav .dropdown-toggle::after{
        position: absolute;
        right: 10px;
        top: 20px;
    }
  .signUpText{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 15%;
    height: auto;
  }
  .signUpCol .UserForm{
    width: 100%;
  }
  .signUpCol{
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
  }
  .signUpText h1{
    line-height: 32px;
    font-size: 22px;
  }
  .signUpText.SingListContent ul{
    padding-left: 16px;
  }
  .contactWrapper .rightContect-box{padding-left: 16px;}
  .rightAlignNav a.btnRcnt{
    display: none;
  }
  .tabsContainer{width: 100%;}
  .rightAlignNav .userIcon, .rightAlignNav .callicon{width: 50%; padding-bottom: 15px;}
  .tabsContainer .tab-content .container .selectOption_search{flex-direction: column; padding-left: 0;padding-right: 0;}
  .tabsContainer .tab-content .container .selectOption_search .form-floating{
    width: 100%;
    margin-bottom: 8px;
  }
  .mainBanner{margin-top: 55px;}
  nav.mainHeader.navbar{top: 0px;background-color: #14384d !important;}
  .searchButton{padding-left: 16px;}
  .tabsContainer .tabsCaption{margin-top: 20px;box-shadow: none !important;padding: 0 16px !important;}
  .propertyArea .propertyAreaCard{width: 100%;}
  .blog_container .shadow{padding: 4px; border-radius: 6px;}
  .blog_container img{ border-radius: 6px;}
  .footerUseLink .footerFsc-widgt{width: 100%;}
  .profileImage img.userImage{right: 15px;}
  .userProfile_info {padding-left: 15px; margin-top: 30px;}
  .projectBanner{padding: 20px 0; margin-bottom: 0; border-radius: 0;}
  h1.title_first{font-size: 20px;}
  .featureProject_banner p{font-size: 15px;}
  nav.mainHeader.navbar, nav.navbar{top: 0;background-color: #14384d !important;}
  nav.navbar .dropdown-toggle::after{position: absolute; right: 10px; top: 20px;}
  .rightNav li.nav-item ul.dropdown-menu{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
  }
  .rightNav li.nav-item ul.dropdown-menu li{border-bottom: 1px solid #6c757d;}
  .rightNav li.nav-item ul.dropdown-menu li:last-child{ border-bottom: 0;}
  .rightNav li.nav-item ul.dropdown-menu li a.dropdown-item {
    padding: 8px 15px;
    background: rgba(000,000,000,0.75);
    color: #def7fa;
    font-size: 15px;
    font-weight: 300;
    }
    .rightAlignNav .userIcon{display: none;}
    .rightAlignNav .callicon{justify-content: flex-start;}
    .listingAdd_col .padngVndrR{margin-top: 30px;}
    .listingAdd_col{padding: 40px 0;}
    .overlayCitySignup{display: flex; flex-direction: column-reverse;}
    .suplierSingup{padding-right: 0; border-right: 0;}
    .suplierSingup .form-group .col-md-5, .suplierSingup .form-group .col-md-7{float: left; width: 100%;}
    .suplierSingup .form-group{display: block; float: left; width: 100%; margin-bottom: 12px;}
    .suplierSingup .form-group label.control-label{font-weight: 500 !important; margin-bottom: 5px; text-align: left;}
    .listingSingup h1{margin: 25px 0 30px}
    .termsListing_box .agreementContent{margin-top: 30px;}
    .termsListing_box .termsWraper-Contnt{height: 400px !important;}
    .propFileBg_container{border-radius: 0;}
    .propFileBg_container .container.py-5{padding: 0 !important;}
    .navCrm_Tab button.nav-link{margin-bottom: 8px;}
    .profleLeftList{border-right: 0px;}
    .date-birth-select select.form-select{width: 100%; margin: 0 0 6px !important;}
    .propFileBg_container .card-body.p-4{
        padding: 20px 16px !important;
    }
    .profleRightList{padding-left: 16px; padding-right: 16px; border-top: 2px solid #e0e0e0;}
    .multistep-box{padding: 0;}
    .navCrm_Tab button.nav-link, .navCrm_Tab button.nav-link.active{padding: 0 12px;}
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter{text-align: left; margin-bottom: 6px;}
    .dataTable__container.crmTable_list .dataTables_wrapper .dataTables_length,  .dataTable__container.crmTable_list .dataTables_wrapper .dataTables_filter{text-align: left; margin-bottom: 10px;}
    .dataTable__container.crmTable_list .dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content: left !important; margin-top: 10px;}
    .dataTables_wrapper .row.dt-row .col-sm-12{display: block; width: 100%;overflow-x: auto; margin: 0;}
    .infoContnet.whereU-fit{
        float: left;
        width: 100%;
        display: block;
        text-align: left;
    }
    .infoContnet.whereU-fit label{
        margin-bottom: 20px;
    }
    .infoContnet.whereU-fit .valuBoolean{
        flex-direction: column;
    }
    .infoContnet.whereU-fit .valuBoolean span{margin-bottom: 6px; margin-left: 0;}
    .newsSubscribe_form{margin-top: 15px;}
    .overlayCitySignup .signUpCol.heightVh{height: auto;}
    .contactWrapper{margin: 30px 0;}
    .newsLetter_container .col-md-offset-6{margin-left: 0%;}
    .helpFeature{margin-top: 0; padding: 0;}
    .notesStatemnt{margin-top: 10px;}
}
@media screen and (max-width: 540px){
    a.btnRcnt img{display: none;}
    a.btnRcnt{padding: 4px 10px;}
    .navbar-toggler{padding-right: 0;}
    .assignBtn a.userIcon_mobv img{margin-right: 10px; width: 22px}
    .signUpCol{padding-top: 55px;}
    .copyright{
        display: flex;
        flex-direction: column-reverse;
    }
    .copyright .copyrightContent{
        text-align: center;
        margin-top: 15px;
    }
    .copyright .footerSocial{
        display: flex;
        justify-content: center;
    }
    .subscribeNews .col-md-6{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rightContent_property .facilitiesBox .facilitieslist{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px;
    }
    .rightContent_property .FeaturesProperty ul li{width: 100%; margin-bottom: 10px; padding-right: 0}
    .right-save-button .action-button{width: auto; padding: 10px 15px;}
    .tabsCaption .tab-content.border{padding-top: 0 !important;}
    .tabsContainer .tabsCaption .nav-tabs button.nav-link.active{border-color: #0000ff !important; border-bottom: 0;}
}
.dataTables_wrapper table.dataTable tr td a{text-decoration: none;}
.paginationField{display: flex; justify-content: flex-end;}
.noteAmtLoan{background: transparent !important; display: inline-block; padding: 0 !important; border-radius: 0 !important;margin-bottom: 0 !important;}
.noteAmtLoan p{margin-bottom: 0; color: #e3e3e3; font-size: 14px;}
.noteAmtLoan p span{background: #676767; display: inline-block; padding: 5px 10px; border-radius: 4px;margin-bottom: 16px;}