@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&amp;display=swap");
:root {
  --color-theme-primary: #029432;
  --color-theme-secondary: #e4fad9;
  --color-theme-button: #ff4501;
  --color-theme-form: #f3f3f3;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-light: 300;
  --text-color-Primary: #333333;
  --text-color-secondary: #71757b;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  height: 30px;
}
.register .btn{
  display: inline-block;
  font-weight: 400;
  /*line-height: 1.5;*/
  /*color: #212529;*/
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  /*padding: .375rem .75rem;*/
  /*font-size: 1rem;*/
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.register {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  background-color: var(--color-theme-secondary);
  background-image: url(https://www.lankapropertyweb.com/myaccountV2/assets/img/login/Group-1.svg);
  background-position: right;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.form {
  background-color: var(--color-theme-form);
  border-radius: 0.6rem;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.form h4 {
  font-size: 18px;
  font-weight: bold;
}
.social-media-links {
  all: unset;
  width: 45%;
  padding: 0.5em;
  color: var(--text-color-secondary);
  font-weight: var(--font-weight-regular);
  background-color: white !important;
  font-size: 14px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.217);*/
  box-shadow: 2px 2px 5px rgba(0 0 0 / 25%);
}

.social-media-links img {
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.or-bar {
  position: relative;
  height: 1rem;
  display: grid;
  align-items: center;
  font-weight: var(--font-weight-regular);
}

.or-bar hr {
  margin: 0;
}

.or-bar p {
  position: absolute;
  color: #a0a4aa;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2em;
  background-color: var(--color-theme-form);
  z-index: 1;
  font-weight: var(--font-weight-regular);
  margin: 0;
}

.profession p {
  color: var(--text-color-secondary);
  font-weight: var(--font-weight-regular);
  margin: 0;
  font-size: 14px;
}

.profession .radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.radio-button label {
  width: 100%;
  border: 1px solid var(--color-theme-primary) !important;
  color: var(--color-theme-primary);
  font-weight: var(--font-weight-regular);
  font-size: 14px;
  height: 35px;
  line-height: 2;
}
.radio-button label:hover {
  background-color: var(--color-theme-secondary);
  opacity: 0.8;
}
.radio-button input:checked ~ label {
  background-color: var(--color-theme-secondary);
  font-weight: bold;
}
.form-floating label {
  color: var(--text-color-secondary);
  font-weight: var(--font-weight-regular);
}

.form-check a {
  color: var(--color-theme-primary);
  text-decoration: none;
}

.form-check-input,
.form-check-label {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.form-check-input:checked {
  background-color: var(--color-theme-primary);
}

.form .submit {
  background-color: var(--color-theme-button);
  font-weight: bold;
  font-size: 14px;
}

.form .submit:hover {
  opacity: 0.8;
}

.form .login-text {
  font-weight: bold;
  margin: 0.3em 0;
}

.form .login-link {
  border: 2px solid var(--color-theme-button);
  color: var(--color-theme-button);
  font-weight: bold;
  font-size: 14px;
  height: 37px;
  line-height: 2;
}

.form .login-link:hover {
  background-color: var(--color-theme-button);
  color: white;
}

.form .form-floating {
  position: relative;
}

.form .form-floating .form-control {
  font-size: 18px;
  height: 58px;
}

.form #floatingPassword::-ms-reveal {
  display: none;
}

.form .show-password {
  display: none;
  position: absolute;
  top: 2em;
  right: 1em;
  transform: translateY(-50%);
  opacity: 0.8;
  cursor: pointer;
}

.form .password-strength {
  display: none;
  align-items: center;
  justify-content: start;
}

.form .password-strength-text {
  color: red;
  margin: 0 5px;
}

.form .password-strength-bar {
  display: block;
  width: 4rem;
  height: 5px;
  margin: 0 5px;
  border-radius: 3px;
  background-color: red;
}

.right {
  padding: 0;
}

.right h4 {
  font-weight: var(--font-weight-light);
}

.card-slider {
  overflow: auto;
  cursor: grab;
}

.card-container {
  width: 215%;
  display: grid;
  grid-auto-flow: column;
  gap: 1em;
}

.card-slider::-webkit-scrollbar {
  display: none;
}

.card-container .card {
  display: grid;
  grid-template-rows: 5.5rem 3rem auto;
  text-align: center;
  font-weight: var(--font-weight-regular);
  color: var(--text-color-secondary);
  padding: 20px;
}

.card-container .card img {
  height: 5rem;
  width: auto;
  margin-inline: auto;
  padding: 0.5rem;
}

.card-container .card .card-title {
  font-weight: bold;
  color: var(--text-color-Primary);
  font-size: 14px;
}

.card-container .card .card-text {
  padding: 0 1rem;
  font-size: 12px;
  margin-top: 10px;
  color: #333;
}

.form .forgotPass {
  color: var(--color-theme-primary);
  text-decoration: none;
}

.form-check-input[type="checkbox"] {
  height: 1.6rem;
  width: 1.6rem;
  margin-top: 1.5px;
}

.radio-deck {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}

.radio-deck input {
  display: none;
}

.radio-deck label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 5px;
  transition: 0.5s all ease;
}

.radio-deck label:hover {
  background-color: white;
}

.radio-deck input:checked + label {
  background-color: white;
}

.floating-btn {
  position: absolute;
  bottom: 25%;
  right: 0%;
  width: 4.5rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 680px){
  .floating-btn{
    bottom: 19%;
  }
  .form .submit {
  margin-top: 1.5rem !important;
}
}
.floating-btn .img-btn {
  cursor: pointer;
  height: 5rem;
  margin-right: 5px;
}

.floating-btn .floating-list {
  display: none;
}

.floating-btn .floating-list .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.floating-btn .floating-list ul {
  position: absolute;
  z-index: 10;
  list-style: none;
  text-align: center;
  width: 80%;
  top: 45%;
  left: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
}

.floating-btn .floating-list ul li {
  padding: 0.5em;
}

.floating-btn .floating-list ul li:nth-child(1) {
  border-bottom: 1px solid var(--text-color-secondary);
}

.floating-btn .floating-list a {
  text-decoration: none;
  color: var(--color-theme-primary);
}

.floating-btn .floating-list.show {
  position: relative;
  display: block;
  padding: 0.5rem;
  height: 10rem;
  width: 11rem;
}

.validation {
  list-style: none;
  color: red;
  padding: 0;
  display: none;
}

.validation span {
  margin: 0.5em;
  font-size: 12px;
}
.invalid-feedback, .form-text{
  font-size: 12px;
}

.awards {
  display: block;
  width: 80%;
}

#remember.form-check-input {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 2px;
}

.alert {
  z-index: 3;
  animation: fade-in 1s forwards;
  width: 100% !important;
}

@media screen and (min-width: 769px) {
  .register {
    padding: 0 !important;
  }
  .register .bgimg {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .social-media-links {
    width: 40%;
    /*width: 100%;
    margin-top: 10px;*/
  }
  .card-slider {
    overflow: scroll;
  }
  .card-container {
    width: 230%;
  }
  .register {
    background: none;
    background: url(https://www.lankapropertyweb.com/myaccountV2/assets/img/login/Rectangle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50px;
  }
  .floating-btn .floating-list.show {
    transform: translateX(-15%);
  }
  .register .bgimg {
    position: absolute;
    left: 0;
    top: 165px;
    height: auto;
    width: 100%;
    z-index: -1;
    display: none;
  }
  .right {
    margin: 0;
    background: #007f2a;
  }
  .container-fluid.py-5 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 680px) {
  .card-container {
    width: 310%;
  }
}
@media screen and (max-width: 375px) {
  .register {
    background-size: contain;
    background-position-y: 116px;
  }
}

@keyframes fade-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateX(20px);
  }
  70% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.show {
  opacity: 1;
  font-size: 14px;
}
.form-floating label{
  font-size: 17px;
  line-height: 2;
}
.form-floating > .form-control:autofill ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label{
  line-height: 1;
  font-size: 14px;
}
.form-floating>.form-control:-webkit-autofill~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
  line-height: 1;
  font-size: 14px;
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 3rem !important;
}
a {
  text-decoration: none;
}
body {
  font-family: Raleway,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}
  @media screen and (max-width: 1140px){
.container {
  max-width: 100%;
  width: 100%;
}}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
div.nav-main-container {
  width: 100%;
}
.cd-menu {
  margin: 10px 10px 10px 65px !important;
  width: auto;
  padding-left: 0;
}
.cd-dropdown-wrapper {
  padding: 3px 4px 4px 7px !important;
  width: auto;
}
@media(max-width: 680px){
.footer .col-xs-6 {
  width: 50%;
}}
#email_submit_footer {
  color: #fff;
  height: 39px;
}
.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.form-control{
  font-size: 14px;
}
.modal-footer > .btn-secondary {
  background-color: #e6e6e6;
  color: #868686;
  height: auto;
  font-size: 18px;
  border-radius: 5px;
}
.modal-footer > .btn-primary {
  background-color: #018e37;
  color: #ffffff;
  height: auto;
  font-size: 18px;
  border-radius: 5px;
}
.modal-body a {
  color: #018e37;
}
.modal-header{
  text-align: center;
  display: inline-block;
}
.my-3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media(max-width: 680px){
  /*.social-media{
    display: block !important;
  }*/
}
.social-media-fb{
    justify-content: center;
  }
.form .show-password.reg_pwd {
  top: 2.1em;
  right: 2.5em;
}
#ma_pwd.form-control.is-invalid{
  padding-right: calc(3em + .75rem);
}
.menu.style-1.container, .top-navigation .container, #footer .container{
  max-width: 100% !important;
}
.widget .row{
    margin-right: -15px; 
    margin-left: -15px;
}
.footer h3 {
  margin-top: 20px;
}
  @media (max-width: 680px){
.top-right {
  height: 60px !important;
}}
.navbar.navbar-top.navbar-inverse{
  padding-top: 0;
  padding-bottom: 0;
}
.form-control.autofocus {
  color: #212529;
  background-color: #fff;
  border-color: #dc3545;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(253, 13, 13, 0.25);
}
@media(min-width: 1140px) and (max-width: 992px){
.card-container .card {
  display: block;
  }
}
@media(max-width: 680px){
.card-container .card {
  display: block;
  }
}
/*PRELOADING------------ */
#overlayer {
    z-index:1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background:white;
    opacity: 0.5;
}
.loader {
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 45%;
    left: 0;
    text-align: center;
}
.loader-inner {
    vertical-align: center;
    display: inline-block;
    width: 100%;
}
button.close{
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 30px;
}
#lost_password_success .fa-check{
  padding: 10px;
  background-color: #7ac142;
  border-radius: 50%;
  color: #fff;
}
/* Tick mark */

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 15px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.checkmark-error {
    box-shadow: inset 0px 0px 0px #a00b00;
}

.checkmark-error .checkmark__circle {
    stroke: transparent;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}


/* Tick mark end */
@media (min-width: 768px) and (max-width: 992px){
#footer .col-md-3 {
  width: 33.33%;
}
#footer .col-sm-4 {
  width: 33.33333333%;
}
#footer .col-sm-12 {
  width: 100%;
}
}
.list-inline.top-right.topnavmenu {
  display: none;
}
@media (max-width: 992px){
.cd-dropdown.dropdown-is-active{
  top: 20px;
}
.cd-dropdown .cd-close{
  margin-top: -20px;
}
}