/*--------------------------------------------------------------
# NRI Real estate investor club
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  
}

a:hover {
 
  text-decoration: none;
}
.br-l-10{
  border-radius: 10px 0px 0px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b22234;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3b3b6d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #b22234;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: #ffffff;
}

#topbar .contact-info a, #topbar .nri-login a {
  line-height: 0;
  color: #ffffff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ffffff;
}

#topbar .contact-info i {
  color: #ffffff;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5cb874;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {   
  transition: all 0.5s;
  z-index: 997;
  height: auto;
  color:#ffffff;
}
#header .usa-logo, #header .uk-logo {
  position: absolute;
}

#header .usa-logo img, #header .uk-logo img {
 max-width: 90px;
}
#header .uk-logo {
  right: 10px;
}
#header .usa-logo {
  left: 10px;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header::before {
  content: "";
  position: absolute;
  /* top: 0px; */
  left: -3%;
  width: 30%;
  height: 117px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(23deg);
  transform: skew(23deg);
  border-radius: 0 10px 10px 0;
  z-index: 0;
  
}
.sticky-header {
  /* position: fixed; */
  background: transparent;
  top: 40px;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sticky-header.fixed-top{
  top:0px;
}
.header-with-top2  {
  background: #3c3b6e;
}
#header .logo h1{
  padding: 8.5px 0 28px;
  margin-right: 35px;
  float: left;
  color: #b22234;
  font-size: 44px;
  font-weight: bolder;
  position: relative;
  z-index: 15;
}
@media (min-width:992px) {
  #header .logo h1{
    padding: 28.5px 0 28px;
    margin-right: 35px;
    float: right;
    color: #b22234;
    font-size: 44px;
    font-weight: bolder;
    position: relative;
  }
  .navbar .reic h2{
    margin-bottom: 0px;
    font-size: 40px;
  }
}
#header .logo h1 span {
  color: #3c3b6e;
  margin-left: 10px;
}
@media (max-width:991px) {
  #header .logo h1 {
    padding: 10px 0 5px;
    margin-right: 35px;
    float: left;
    color: #b22234;
    font-size: 24px;
    font-weight: bolder;
  }
  .navbar .reic h2 {
    margin-bottom: -18px;
    font-size: 16px;
  }
  #header::before {
    height: 50px;
    
  }
}

@media (max-width:575px){
  #header::before {
   
    width:33%;
  }
  #topbar{
    font-size: 10px;
  }
  .navbar .reic h2{
    font-size: 14px !important;
  }
}
#topbar .contact-info a, #topbar .nri-login a:after {
  content: "";
  border-right: solid 1px;
  margin-left: 16px;
}

#topbar .contact-info a, #topbar .nri-login a:last-child:after{
  content: none;
}

#topbar .contact-info a, #topbar .nri-login a:hover {
  text-decoration: underline;
}

#header .logo h1 span.domain{
  font-size: 14px;
  display: table;   
  float: right;
}

/* #header .logo img {
  max-height: 50px;
  } */

  .scrolled-offset {
    margin-top: 70px;
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}



.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 5px 10px;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #5cb874;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #ffffff;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  border: 2px solid #b22234;
  background-color: #b22234;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #ffffff;
  color: #333333;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media(min-width:992px) and (max-width:1299px) {
  .navbar a,
  .navbar a:focus {     
    padding: 10px 10px 5px 10px;
    font-size: 13px;    
  }
  .navbar .getstarted, .navbar .getstarted:focus {    
    padding: 6px 12px;
    margin-left: 14px; 
    font-size: 12px;
  }
  #header .usa-logo img, #header .uk-logo img{
    display: none;
  }
  #header::before{
    width: 28%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    position: relative;
    top:10px;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #b22234;
}

#hero .btn-get-started:hover {
  background: #b22234;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #b22234;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #3c3b6e;
  bottom: 1px;
  left: calc(6% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background: #b22234;
  bottom: 1px;
  left: calc(6% - 66px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;

  padding: 8px;
  border: #cdcdcd solid 1px;
  
}

.services .icon-box .icon {
  margin-left:auto;
  /* width: 100%;   
  display: flex; */
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
/* .services.properties-list .icon-box .icon{
  width: 30%;
  } */
  .services.properties-list .icon-box{
    text-align: left;
    box-shadow: none;
    position: relative;  
  }

/* .services.properties-list .icon-box .share {
  display: none;
}

.services.properties-list .icon-box:hover .share{
position: absolute;
display: block;
right: 10px;
top: 5px;
width: 30px;
}
*/

.services .icon-box .prop-inner{
  background-color: #eff2f6;
}
.services .icon-box .prop-info{
  background-color: #b22234;
  padding: 10px 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.services .prop-type, .services .prop-price {
  padding: 0px 0px 10px 0px;
}


.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 0px;
  color: darkslategrey;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  /*color: #aaaaaa;*/
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5cb874;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #5cb874;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5cb874;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #5cb874;
  border-bottom: 3px solid #5cb874;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5cb874;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #5cb874;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6ec083;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .navbar-brand img{
    position: relative;
    max-width: 200px;
  }

}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0px 0px;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #3b3b6d;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center bottom;
  background-blend-mode: overlay;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 30px 0;
}
#footer ul{
  margin: 0px;
  padding: 0px;
}
#footer ul li{
  list-style-type: none;
  line-height: 28px;
}
#footer ul li a{
 text-decoration: none;
 color: white;
}
#footer ul li a:hover{
  color: #8c8cff;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #3b3b6d;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #8c8cff;
  color: #3b3b6d;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

form label{
  font-size: 14px !important;
}
select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* login input */
.powner-login {
  background: #fafafa;
  padding: 15px;
  border-radius: 0px 10px 0px 0px;
}
.powner-login .form-control {
  border: none;
  border-bottom: #ccc solid 1px;
  border-radius: 0px;
}

.powner-login .form-control:focus {
  box-shadow: none;
}

.form-floating>label.error {
  position: absolute;
  top: 31px;
  color: red;
  font-size: 10px !important;
  
}

.ementies span img {
  max-width: 16px;
}
.ementies div{
  font-size: 16px;
  width: 250px;
}
.accordion-item:first-of-type .accordion-button:focus {
  box-shadow: none !important;
}
.accordion-body .panel-body .checkbox input {
  margin-right: 8px;
}

.share-icons {
  display: block;
  text-align: right;
  position: absolute;
  
  width: 95%;
  right: 25px;
  bottom: 25px;
}
.share-icons a {
  margin: 0px 5px;
}
.share-icons a img {
  max-width: 30px;
}
.portfolio-info ul { 
  padding: 0px;
}
.portfolio-info ul li {
  list-style: none;
}
/* .portfolio-info ul li strong{
  display: inline-block;
  width: 35%;
  } */

  .post-property h4{
    color: #b22234;
    position: relative;  
    background: #f6f5f5;
    border-bottom: #ccc dotted 1px;
    font-size: 20px;
    padding: 8px;
  }
  
  .bg-gray{
    background-color: #ecebeb;
  }
  .br-6{
    border-radius: 6px;
  }

  .portfolio-info ul.p-details{
    width: 100%;
    display: flex;
  }

  .portfolio-info ul.p-details li{
    width: 33.333%;
  }
  .border-top{
    border-top: #ccc solid 1px;
  }

  .form-floating>label{
    padding: .5rem .75rem;
    font-size: 13px !important;
  }

  .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
    height: calc(2.5rem + 2px);
    line-height: 1;
  }
  .form-floating>.form-select {
    padding-top: 1.01rem;
    padding-bottom: 0.625rem;
    font-size: 13px !important;
  }

  .button-group-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .button-group-input:checked + .btn-primary {
    color: #fff;
    background-color: #b22234;
    border-color: #b22234;
  }
  .button-group-input:disabled + .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    opacity: 0.5;
  }
  .button-group-input:focus + .btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  }

  .button-group > .btn:not(:first-of-type):not(:last-of-type) {
    border-radius: 0;
  }
  .button-group > .btn:first-of-type:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .button-group > .btn:last-of-type:not(:first-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }


  .wrapper {
    width: 100%; 
  }
  
  .price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 20px;
  }
  .price-input .field {
    /* display: flex; */
    width: 100%;
    height: 30px;
    align-items: center;
    text-align: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 13px;
    /* margin-left: 12px; */
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  
  .b-btn.paypal i {
    color: blue;
  }
  
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }

  .bottom-footer{
    background-color: #b22234;
    color: white;
  }

  .search-prop {
    background: rgba(255,255,255,.5);
    width: 60%;
    height: 60px;
    display: block;
    z-index: 2;
    position: absolute;
    transform: translate(34%, 0px);
    bottom: 0px;
  }
  .w-100{
    width: 100%;
  }

  .prop-info{

    background: #b22234;
    color: wheat;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
  }
  #recent-properties .card-body{
    padding: 0px;
  }
  #recent-properties .recent-block .card .card-img-top {
    filter: grayscale(0);
  }

  #recent-properties .recent-block img{
    transition: .3s;
  }

  #recent-properties .recent-block .card-body{
    color: #444444;
  }

  #recent-properties .recent-block:hover .card-body .prop-inner{
    background: #ffffff;
  }
  #recent-properties .recent-block .card{
    overflow: hidden;
  }

  #recent-properties .recent-block:hover .card .card-img-top{
    transform: scale(1.1);
    filter: grayscale(1);
  }

  .prop-inner {
    padding: 10px;
    background: #eff2f6;
    text-align: center;
  }


  .prop-inner .location a{
    color: #444444;
  }

  .prop-inner .prop-type {
    font-weight: 600;
    font-size: 18px;
    padding: 0px;
    color: darkslategrey;
  }
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 70px);
  }

  section#portfolio-details article a{cursor: pointer;}
  section#portfolio-details article a img {
    max-width: 100%;
    height: 100%;
  }
  .services.properties-list .icon-box .prop-inner{
    text-align: left;
    position: relative;
  }
  .services.properties-list .icon-box .prop-inner span + span a{
    position: absolute;
    right: 20px;
  }
  .services.properties-list .icon-box .icon img {
   
    width: 250px;
    height: 200px;
  }
  .prop-filter{
    border: #ccc solid 1px;
    padding: 10px;
    border-radius: 6px 6px 0px 0px;
  }



  .portfolio-description {
    position: relative;
  }
  .portfolio-description .share-icons {
    position: absolute;
    max-width: 50%;
  }

  .pagination li {
    padding: 2px 12px;
    background: #3c3b6e;
    margin: 1px;
    border-radius: 4px;
    
  }
  .pagination li.active {
    background-color: #b22234;
  }
  .pagination li a {
    color: white;
  }
  .pro-gall {
    border: #ccc solid 1px;
    min-height: 330px;
    padding: 5px;
    border-radius: 6px;
    background: #fafafa;
  }
  .price-go-btn{
    background: #b22234;
    padding: 5px 10px;
    border-radius: 6px;
    color: white;
    margin-top: 15px;
  }
  #panelsStayOpen-collapseNine .accordion-body {
    padding: 8px;
  }
  .wish-btn{
    background: #b22234;
    padding: 3px 15px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
  }
  .wish-btn:hover, .viewed-btn:hover{
    color:white;
  }
  .viewed-btn{
    background: #3c3b6e;
    padding: 3px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: white;
  }
  table, th, td {
    padding: 5px 8px;
  }
  table, th {
    border: 1px solid black;
    border-collapse: collapse;
  }

  .tacbox {
    display: block;
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #eee;
    max-width: 100%;
  }

  .col-12.col-lg-8 a {
/*  line-height: 31px;
  color: black;
  text-decoration: underline;
  border: #ccc solid 1px;
  display: block;*/
  padding: 7px 15px;
}

.col-12.col-lg-8 a:hover {
  text-decoration: none;
  background: #fafafa;
  color: red;
}

.col-12.col-lg-8.prop-list a {
  /*line-height: 31px;*/
  color: black;
  text-decoration: underline;
  /*border: #ccc solid 1px;*/
  /*padding: 7px 15px;*/
  /*display: block;*/
}

.col-12.col-lg-8.prop-list a:hover {
  text-decoration: none;
  background: #fafafa;
  color: red;
}


.post-button {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  
}

.post-button label,
.post-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  
}

.post-button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.post-button input[type="radio"]:checked + label {
  background: #0d6efd;
  border-radius: 4px;
  color: #ffffff;
}

.post-button label {
  cursor: pointer;
  z-index: 90;
  line-height: 1.8em;
  border-radius: 4px;
  background-color: #fafafa;
  border: #ccc solid 1px;
}
/*----- enter top ----------*/
.bgWhite{
  background:white;
  
}

.title{
  font-weight:600;
  margin-top:20px;
  font-size:24px
}

.title p {
  font-size: 12px;
  color: #118a44;
}
.title p.msg {
  color: initial;
  text-align: initial;
  font-weight: bold;
}

.customBtn{
  border-radius:0px;
  padding:10px;
}

form.otp-form input{
  display:inline-block;
  width:50px;
  height:50px;
  text-align:center;
}

.e_msg{
  color: red;
}
.div_note{
  overflow: scroll;
  max-height: 200px; 
  overflow-x: hidden;
}