/*! CSS Used from: https://landmaxo.com/demo/assets/old/css/style.css */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&display=swap");

.custom-header {
  font-family: "Roboto", sans-serif !important;
}

.custom-header .bg-light {
  background-color: #dafef8 !important;
}
.custom-header a {
  text-decoration: none !important;
}
.custom-header button.btn.btn-primary.invest {
  background-color: #ffac00 !important;
  border-color: #ffac00 !important;
  color: #0b3f36;
  padding: 4px 20px ;
  font-weight: 700 !important;
  font-size: 16px ;
}
.custom-header.navbar-light .navbar-nav .nav-link {
  color: #0a3402 !important;
  font-weight: 800 !important;

  font-size: 16px !important;
}
.custom-header .navbar-light .navbar-brand {
  width: 250px ;
}
.custom-header button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0 !important;
}
.custom-header .navbar {
  /* padding: 53px 0 30px !important; */
  /* padding: 19px 0; */
}
.custom-header .navbar-nav li.nav-item {
  font-weight: 800 !important;
}
.custom-header .nav-link {
  /* letter-spacing: 1px !important; */
  color: #0b3f36 !important;
}
.custom-header .nav-link:focus,
.nav-link:hover {
  color: #0b3f36 !important;
}

.d-menu-sm-block {
  display: none;
}


.custom-header  #navbarSupportedContent .dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-header  #navbarSupportedContent .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.custom-header  #navbarSupportedContent .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.custom-header  #navbarSupportedContent .dropdown-menu a:hover {
  background-color: #dafef8;
  border-radius: 5px;
}


.dropdown-menu li {
  margin: 2px;
}
.custom-header  #navbarSupportedContent .dropdown-menu {
  right: 0;
}

.custom-header  #navbarSupportedContent .dropdown-toggle:empty::after {
  content: "" !important;
}

.custom-header  #navbarSupportedContent .dropdown:hover .dropdown-menu {
  display: block;
}

.custom-header  .profile-image-dropdown img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}

.custom-header  .profile-image-dropdown  {
  /* letter-spacing: 1px !important; */
    color: #0b3f36 !important;
    font-weight: 600;

}



/*! CSS Used from: http://localhost/landmaxo/assets/public/css/style.css */
.custom-footer-1 p {
  font-size: 14px !important;
}

.common-section-padding.custom-footer-1 {
  padding: 60px 0px !important;
}

.custom-footer-1 .stil-curious-p {
  color: #707070 !important;
  text-align: center !important;
  font-size: 14x !important;
}



/*! CSS Used from: http://localhost/landmaxo/assets/public/css/style.css */
.custom-footer-2  p {
  font-size: 14px !important;
}

.custom-footer-2 a {
  text-decoration: none !important;
}

.custom-footer-2 .copy {
  color: #b5aea0 !important;
  font-size: 15px !important;
  margin-top: 40px !important;
}

.custom-footer-2 h4.footer-subhead {
  color: #6f6755 !important;
  font-size: 15px !important;
}

.custom-footer-2 li.item1 {
  color: #b5aea0 !important;
  line-height: 25px !important;
  font-size: 14px !important;
}
.mob-drop {
  right: 62px;
  top: 70px;
}

 .profile-hover:hover  .dropdown-menu{
  display: block;
}


.box-shadow-cs {
  box-shadow: 0px 11px 13px -18px;
}
/*! CSS Used from: http://localhost/landmaxo/assets/public/css/responsive.css */
@media only screen and (max-width: 767px) {
  footer.custom-footer-2 {
      padding: 50px 0 20px !important;
  }
}




