html{  scroll-behavior: smooth;}
body{padding:0px;margin:0px; font-size:16px; padding-top:0px; font-family: "Lexend", sans-serif;}
.login-box span{text-align:left !important;}
/************  Full site loader **************/
table.resp-table tr td a {
    color: #194b60;
    font-weight: bold;
}
section.slider {
    background: #E8F3F6;
    padding-top: 60px;
}
.carousel-inner {
    border-radius: 20px;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: adds a semi-transparent background */
  
    z-index: 9999; /* Ensure it stays on top */
    display: none; /* Initially hidden */
    display: flex; /* Flexbox for centering */
    justify-content: center;
    align-items: center;
}

.overlay__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.overlay__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
    
}

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


.submit-btn-wrap {
    position: relative;
    margin-bottom: 15px;
}
.CardField.is-link-hidden.previous-link-hidden.CardField--ltr {
    top: 4px;
}
.field-icon {
  position: absolute;
  z-index: 2;
  top:15px;
  right:15px;
}
a.btn.btn-primary {
    background: #8BC34A !important;
    border: none;
}
a.btn.btn-info {
    background: #ccc !important;
    border: none;
}
.overlay-bg {
    display:none;
    background: #1c1c1c75;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.submit-btn-wrap .spinner .rect3 {
    animation-delay: -.8s;
}
.submit-btn-wrap .spinner .rect5 {
    animation-delay: -.4s;
}
.submit-btn-wrap .spinner .rect4 {
    animation-delay: -.6s;
}
.submit-btn-wrap .spinner > div {
     background: #194b60;
    height: 90%;
    margin: 0 3px;
    width: 3px;
    animation: sk-stretchdelay 1.2s ease-in-out infinite;
    border-radius: 10px;
}
.submit-btn-wrap button{    position: relative;}
.submit-btn-wrap .spinner .rect2 {
    animation-delay: -1s;
}
.submit-btn-wrap .loader > .spinner {
    margin:0 auto;
    display: flex;
    height: 100%;
    text-align: center;
    font-size: 10px;
    border: none !important;
    animation: none !important;
    align-items: center;
    justify-content: center;
}

@keyframes sk-stretchdelay {
	0%,40%,to {
		transform: scaleY(.12);
	}

	20% {
		transform: scaleY(1)
	}
}
.loader-btn {
    position: relative;
}
.submit-btn-wrap .loader {
    display: none;
    transition: .3s opacity;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    background: #f8c251;
    z-index:9;
    border-radius: 5px;
}


.input-login input[type="submit"] {
    width: 100%;
    height: 50px;
    font-weight: 800;
    border-radius: 5px;
    background: #F8C251;
    border: 1px solid #F8C251;
    color: #194b60;
}

.input-login input[type="submit"]:hover {
    background: #194b60;
    color: #F8C251;
    border-color: #194b60;
}

.input-c input[type="submit"] {
    width: 100%;
    height: 50px;
    font-weight: 800;
    border-radius: 5px;
    background: #F8C251;
    border: 1px solid #F8C251;
    color: #194b60;
}

.input-c input[type="submit"]:hover {
    background: #194b60;
    color: #F8C251;
    border-color: #194b60;
}

.input-cv input[type=submit]{
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #194b60;
    background: #f8c251;
    border: 1px solid #f8c251;
    width: 100%;
    border-radius: 30px;
    padding: 18px 0px;
}

p:last-child {
margin-bottom:0px;
}
h1 {
font-size:70px;    font-family: "Lexend", sans-serif;
}
h2 {
font-size: 50px;   font-family: "Lexend", sans-serif;
}
h3 {
font-size: 45px; font-family: "Lexend", sans-serif;}
h4 {
font-size: 35px;  font-family: "Lexend", sans-serif; }

h5 {
font-size: 30px; font-family: "Lexend", sans-serif; 
}
h6 {
font-size: 20px; font-family: "Lexend", sans-serif;
}

ul{list-style:none; padding:0px;transition:ease-in-out 0.5s; font-family: "Lexend", sans-serif;}
	a{text-decoration:none !important; transition:ease-in-out 0.5s; font-family: "Lexend", sans-serif; }
a{outline:none;box-shadow:none; transition:ease-in-out 0.5s;}
:hover{ transition:ease-in-out 0.5s;}
button{outline:none;box-shadow:none; transition:ease-in-out 0.5s; font-family: "Lexend", sans-serif;}
input{outline:none;box-shadow:none; font-family: "Lexend", sans-serif;}
input:focus{outline:none;box-shadow:none;}
button:focus{outline:none;box-shadow:none;}
:before, :after {
font-family:FontAwesome;
}
#card-element {
    padding: 10px;
    border-radius: 4px !important;
    background-color: white;
    margin-top: 6px !important;
    height: 50px;
    border: 1px solid #194b60 !important;
}
#card-errors {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;;
    margin-top: 10px;
}

ul.amenities-area.clearfix li {
    margin-bottom: 15px;
    float: left; /* This will allow items to float next to each other */
    width: 50%;  /* This will allow two items per row */
}

/* Optional: Clear floats after the list items */
ul.amenities-area.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
a.cancel-btn {
    background: #F8C251;
    padding: 7px 15px;
    border-radius: 60px;
    color: #194B60;
    font-weight: 600;
}
span.monthly-charge {
    background: #194b60;
    padding: 5px 15px  !important;
    border-radius: 40px;
    color: #f8c251  !important;
    display: inline-block !important;
    font-weight: 600  !important;
    margin-bottom:20px;
}
a.cancel-btn:hover {
    background: #194b60;
    color: #fff;
}
ul.list-area.clearfix li a.active {
    color: #194b60;
}
button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
button.btn.btn-primary {
    background: #194b60;
    border-color: #194b60;
}
.modal-body i {
    color: #194B60;
    font-size: 70px;
    margin: 40px 0px 20px;
}
.alert {
    padding: 5px !important;
}
.modal-content h2 {
    font-size: 30px;
    color: #000;
    font-weight: 800;
}

.input-c input[type=file] {
    width: 100%;
    height: 50px;padding:2px;
    border: 1px solid #194B60;
    border-radius: 8px;
}
/*Responsive Table*/


table.resp-table {
    border-collapse: separate;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0px 5px;
}
table.resp-table td {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    padding: 17px 17px;
}
a.delete-btn:hover i {
    color: #083142; transition:ease-in-out 0.5s;
}
span.status {
    background: #f8c251;
    padding: 1px 11px;
    display: inline-block;
    border-radius: 20px;
}
table.resp-table th{
	font-weight: 700;
	font-size: 16px;	
	color: #ffffff;
    background: #194B60;
    padding: 17px 17px;

}
a.delete-btn {
    color: #194B60;
}
table.resp-table tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
table.resp-table td:first-child{
  border-radius: 10px 0 0 10px;
}
table.resp-table tr:nth-child(odd) {
    background-color: #E9F4F7;
}

table.resp-table tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
table.resp-table tr:nth-child(even) {
    background-color: #F0F0F0;
}
table.resp-table td:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	
	
  table.resp-table {
    border: 0;
  }

  table.resp-table caption {
    font-size: 1.3em;
  }
  
  table.resp-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
    table.resp-table tr {
        display: block;
        margin-bottom: 6px;
        border-radius: 10px;
    }
  
    table.resp-table td {
        position: relative;
        display: block;padding-left: 140px;
        font-size: 15px;
        text-align: right;
        border-bottom: 1px solid #caecdd;
        border-radius: 0px !important;
    }
  
    table.resp-table td::before {
        content: attr(data-label);
       font-family: "Lexend", sans-serif;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/**/
ul.pagination li {
    padding: 0px 5px;
}
ul.pagination {
    margin-top: 30px;
    justify-content: center;
}
li.page-item.disabled a {
    background: transparent !important;
    border: 1px solid #BCBCBC !important;
    color: #BCBCBC !important;
    font-weight: 500;
}
.page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #194B60;
    border-color: #194B60 !important;
}
.page-link {
    position: relative;
    display: block;
    width: 30px;
    padding: 1px 0px;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    color: #194B60 !important;
    text-decoration: none;
    border-radius: 30px !important;
    background-color: #fff;
    border: 1px solid #194B60 !important;
}
li.page-item.active span {
    background: #194b60;
    color: #f8c251 !important;
}
input#formFileMultiple {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: #939393;
}
input[type="file"]::-ms-browse:hover {
  background-color: #F8C251 !important; color:#194B60;
  border: 1px solid #F8C251  !important;
}
ul.property-images li {
    position: relative;
    width: 11%;
}
ul.property-images li {
    position: relative;
    width: 11%;
    float: left;
    padding-right: 5px;
}
ul.property-images li img {
    width: 100%;
}
.img-cr {
    position: relative;
}
.img-cr a {
    position: absolute;
    right: 5px;
    color: #194B60;
    font-size: 20px;
}
input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #F8C251  !important;
   border: 1px solid #F8C251  !important;color:#194B60;
}

input[type="file"]::file-selector-button:hover {
  background-color: #F8C251 !important;
  border: 1px solid #F8C251 !important;color:#194B60;
}
input[type=file]::file-selector-button {
  border: 1px solid #194B60;
  padding: 14px 15px 13px;
  border-radius: 8px;
  font-weight: 700; margin-left:0px; margin-top:0px; margin-bottom:1px;
font-size: 12px;
line-height: normal;
color: #f8c251;
  background: #194B60;
  transition: 1s;
}

.input-c button:hover { background:#194B60; color:#F8C251; border:1px solid #194B60;}
.input-c button {
    background: #F8C251;
    padding: 10px 15px;
    border-radius: 60px;
    color: #194B60;
    font-weight: 600;
    border: 1px solid #F8C251;

    min-width: 250px;
}
.light-bg {
    background: #E9F4F7;
}
.padd-70{ padding: 70px 0px;}

ul.list-area.clearfix li {position:relative; padding-left:25px; padding-bottom:10px;}
ul.list-area.clearfix li i {
    color: #194B60;
    position: absolute;
    left: 0px;
    top: 6px;
}
ul.list-area.clearfix li a:hover {
    color: #194b60;
}
ul.list-area.clearfix li a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #000000;
}
.wt-box.clearfix h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: normal;
    color: #194b60;
    margin-bottom: 20px;
}
.wt-box.clearfix {
    box-shadow: 0px 0px 34px 0 rgb(0 0 0 / 0.10);
    background-color: #ffffff;
    padding: 25px;    margin-bottom: 30px;
    border-radius: 20px;
}
header.sticky-top {
    background: #194b60;
    z-index: 1122;
}
ul.ameneties-area.clearfix li {
    float: left;
    width: 50%;
}
.commission-box img {
    position: absolute;
    right: 30px;
    top: 30px;
}
.sticky-nav{position:relative;}
.sticky-nav.sticky{position:sticky; top:0px;}
.commission-box {
    background: #f5c050;
    padding: 30px;
    border-radius: 20px;
}
.login-box h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #194b60;
    text-align: center;
}
.login-box span {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    text-align: center;
    display: block;
}
.login-box {
    max-width: 538px;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-top: 30px;
}
.logo-cvr img {
    margin: 40px auto 0px;
    display: block;
    width: 130px;
}
.login-box .form-check label {
    padding-left: 5px;
    padding-top: 2px;
}

.commission-box.sticky{ position:sticky; top: 120px;}
.commission-box{position:relative;  z-index: 0;}
.login-box {
    max-width: 538px;
    margin: 0 auto;
    display: block;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-top: 30px;
}
body.blue-bg {
    background: #194b60;
    padding-bottom: 50px;
}
.perc {
    font-weight: 700;
    font-size: 59px;
    line-height: 24px;
    color: #194b60;
    padding: 20px 0px;
}
.commission-box span {
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    color: #194b60;
}
ul.ameneties-area.clearfix li {
    margin-bottom: 15px;
}
.form-check-input:checked[type=checkbox] {
    background: url(../images/check.svg) #f8c251;
    background-position: center;    background-size: 17px;
}
.form-check-input:focus {
    border-color: #194b60;
    outline: 0;
    box-shadow: none;
}
.form-check-input[type=checkbox] {
    border-radius: 0px;
    width: 19px;
    height: 19px;
    border: 2px solid #194B60;
}
.form-check label {
    padding-left: 5px;
}
.form-check-input:focus{outline:none;box-shadow:none;}
.form-check-input:checked {
    background-color: #F8C251;
    border-color: #F8C251;
}
.white-box-new h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
    color: #194b60;    margin-bottom: 20px;
}
button.carousel-control-prev {
    background: #f8c251;
    opacity: 1;
    width: 60px;
    height: 60px;    top: 44%;
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
}
.big-prc {
    font-weight: 700;
    font-size: 37px;
    line-height: normal;
    text-align: center;
    color: #194b60;
    background: #f5c050;
    padding: 10px 25px;
    border-radius: 10px;
    float: right;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.contact-box {
    max-width: 1000px;
    margin: 0 auto;
}
section.property-detail {
    padding: 30px 0px 70px;
}
.white-box-new h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;    margin-bottom: 0px;
    color: #194b60;
}
ul.features-area li img {
    position: absolute;
    left: 0px;
    top: 3px;
}
ul.features-area li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.white-box-new {
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}
.input-c {
    position: relative;
    margin-bottom: 30px;
}
section.contact-form p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #323232;
    padding-right: 50px;
}
.input-c {
    position: relative;
}
.login-box .input-c {
    margin-top: 30px;
    margin-bottom: 15px;
}
.input-cv button {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #194b60;
    background: #f8c251;
    border: 1px solid #f8c251;
    width: 100%;
    border-radius: 30px;
    padding: 18px 0px;
}
.input-login button {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #F8C251;
    border: 1px solid #F8C251;
    color: #194b60;
    font-weight: 700;
    margin-bottom: 10px;
}
.input-login {
    margin-top: 20px;
}
.input-login a {
    color: #194b60;
}
.input-login button:hover {
    background: #194b60;
    color: #F8C251;
    border-color: #194b60;
}
.input-login button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #F8C251;
    border: 1px solid #F8C251;
    color: #194b60;
}

.login-box a.forgot-link {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    text-align: right;
    color: #194b60;
    float: right;
}
.input-c input[type=text], .input-c input[type=email], .input-c input[type=password] {
    width: 100%;
    height: 50px; padding:0px 17px;
    border-radius: 5px;
    border: 1px solid #194b60;
}
.input-c textarea{    width: 100%;
	    border-radius: 5px;
    border: 1px solid #194b60;
}
.input-c label {
    position: absolute;
    top: -9px;
    left: 15px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #194b60;
    padding: 0px 5px;
}
.contact-box h2 span {
    color: #194B60;
}
.contact-box h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    text-align: left;
    margin-bottom: 30px;
}
span.small-intro {
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #000000;
}
.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
section.contact-form {
    padding: 70px 0px;
    background: #E8F3F6;
}
section.property-detail {
    background: #E8F3F6;
}
button.carousel-control-prev span {
    background: transparent;
    font-size: 23px;
    color: #194b60;
}
button.carousel-control-next span {
    background: transparent;    font-size: 23px;
    color: #194b60;
}
button.carousel-control-next{
    background: #f8c251;
    opacity: 1;
    width: 60px;
    height: 60px;    top: 44%;
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0px;
}
nav.navbar.navbar-expand-lg.custom-nav.sticky-top.blue.newClass {
    position: fixed; right:0px;left:0px;    z-index: 9999999;
}
nav.navbar.navbar-expand-lg.white-bg {
    padding: 20px 0px;
}
nav.navbar.navbar-expand-lg.custom-nav.sticky-top.blue {
    background: #194b60;
}
ul.navbar-nav.custom-bar-right.ms-auto li a:hover {
    background: #0b2c39;
    color: #fff;
}
img.s-left {
    position: absolute;
    left: 0px;
    bottom: 0px;    z-index: -1;
}
img.s-right {
    position: absolute;    z-index: -1;
    right: 0px;
    bottom: 0px;
}
input.form-control.me-2 {
    border-radius: 40px;
}
.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}
ul.feature-list.clearfix li {
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #838383;
    width: 33.3%;
}
.input-spc.mt-0.w-100 {
    max-width: 100%;
}
ul.footer-menu.clearfix {
    margin-bottom: 20px;
}
ul {
    margin-bottom: 0px;
}
a.detail-btn:hover {
    background: #194b60;
    color: #f8c251;
}
.list-box img {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    content: "";
}
.list-box {
    position: relative;
    width: 100%;
    height: 247px;
    border-radius: 20px;
    overflow: hidden;
}
section.listing-bg {
    padding: 70px 0px 40px;
    background: #E8F3F6;
}
.white-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px; margin-bottom:30px;
}
ul.pricing-detail.clearfix li {
    width: 50%;
    float: left;
    min-height: 46px;
}
ul.pricing-detail.clearfix li:nth-child(2) {
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #194b60;
    display: flex;
    align-items: center;
    justify-content: end;
}
a.detail-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #194b60;
    background: #F8C251;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 30px;
}
ul.feature-list.clearfix {
    margin: 15px 0px 10px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
}
ul.feature-list.clearfix li {
    float: left;
    width: 33.3%;
}
ul.feature-list.clearfix li span img {
    position: absolute;
    left: 0px;
}
.input-spc.mt-0.w-100 button {
    padding: 16px 30px;
}
.input-spc.mt-0.w-100 img.location {
    position: absolute;
    left: 22px;
    top: 22px;
    border-right: 1px solid #B7B7B7;
    padding-right: 10px;
    width: 37px;
}
.input-spc.mt-0.w-100 input[type=search] {
    height: 70px;
    padding-right: 150px;
}
ul.feature-list.clearfix li span {
    width: 100%;
    display: block; margin-bottom:5px;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    position: relative;
    color: #000000;
    padding-left: 26px;
}
button.navbar-toggler img {
    width: 50px;
}

.list-box img {
    width: 100%;
}
section.heading-search-area h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: normal;
    color: #ffffff;    margin-bottom: 0px;
}
.white-box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #194b60;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
section.heading-search-area {
    padding: 140px 0px 40px;
    background: #194b60;
}
a.navbar-brand.custom-logo img {
    width: 110px;
}

ul.navbar-nav.custom-bar-right.ms-auto li:last-child {
    padding: 28px 0px 0px 20px;
}
nav.navbar.navbar-expand-lg.custom-nav {
    background: transparent;
    padding: 0px 15px;
}
nav.navbar.navbar-expand-lg.custom-nav.fixed-top {
    border-bottom: 1px solid #ffffff3d;
}
a.navbar-brand.custom-logo {
    border-right: 1px solid #ffffff3d;
    padding: 10px 20px 10px 0px;
}
section.banner {
    background: url(../images/banner.jpg);
    padding: 15% 0px 10%;    background-position: center;
    text-align: center;
    background-size: cover;
    position: relative;
}
.step-box h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    color: #000000;
}
img.arrow-one {
    position: absolute;
    left: -25%;
    top: 24%;
}
img.arrow-two {
    position: absolute;
    right: -25%;
    top: 17%;
}
span.y-box {
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #000000;
    display: inline-block;
    left: 0px;
    position: absolute;
    right: 0px;
    margin: -35px auto 0px;
    background: #f8c251;
    max-width: max-content;
}
a.user-button {
    width: 40px;
    height: 40px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar.navbar-expand-lg.custom-nav.fixed-top.newClass {
      background: #194b60a8;
}

.step-box {
    margin-bottom: 40px;
}
section.how-it-works {
    padding: 70px 0px 30px;    position: relative;
}
.price-box.text-center span {
    color: #F8C251;
    font-weight: 600;
}
section.plan-area p {
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #194b60;
}
section.plan-area h2 {
    font-weight: 700;
    font-size: 49px;
    line-height: normal;
    color: #194b60;
}
.price-box.text-center {
    width: 183px;
    background: #194b60;
    border: 1px solid #194b60;
    height: 183px;
    padding: 25px 15px;
    border-radius: 170px;
}
p.start-line.text-center.mt-5 {
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
margin-bottom: 50px;
    color: #000000;    
}
.price-box.text-center h3 {
    font-weight: 700;
    font-size: 67px;
    line-height: normal;
    color: #f8c251;
    margin-bottom: -5px;
    margin-top: -5px;
}
.cpy {
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    border-top: 1px solid #f8c251;
    text-align: center;
    padding: 20px 15px;
}
.price-box.text-center span {
    color: #F8C251;
    font-weight: 600;
}
ul.footer-menu.clearfix li {
    display: inline-block;
    padding: 0px 15px;
}
ul.footer-menu.clearfix li a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}
footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    max-width: 791px;
    margin: 0 auto 30px;
}
footer {
    background: #194b60;
    padding: 50px 0px 0px;
}
footer img {
    width: 127px;
    margin-bottom: 30px;
}
section.plan-area {
    background: #F8C251;
    padding: 35px 0px;
}
section.how-it-works h2 span {
    position: relative;
}
section.how-it-works h2 {
    font-weight: 700;
    font-size: 49px;
    line-height: normal;
    text-align: center;
    color: #000000;
    max-width: 810px;
    margin: 0 auto;
}
ul.footer-menu.clearfix li a:hover {
    color: #f8c251;
}
.step-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #3c3c3c;
}
.icon-cvr img {transition:ease-in-out 0.5s;}
.icon-cvr:hover img {
    filter: invert(1);transition:ease-in-out 0.5s;
}
.icon-cvr:hover {transition:ease-in-out 0.5s;
    background: #edba4e;
}
.icon-cvr {
    background: #194B60; transition:ease-in-out 0.5s;
    width: 137px;
    height: 137px;
    border-radius: 100px;
    display: flex;
    align-items: center; margin: 0 auto 50px;
    justify-content: center;
}
nav.navbar.navbar-expand-lg.custom-nav {
    background: transparent;
}
ul.navbar-nav.custom-bar.mx-auto li a {
    font-family: Lexend;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}
ul.navbar-nav.custom-bar.mx-auto li a {
    font-family: Lexend;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    padding: 39px 0px;
    border-bottom: 3px solid transparent;
}
ul.navbar-nav.custom-bar-right.ms-auto:before {
    position: absolute;
    width: 5px;
    left: -5px;
    top: 28px;
    height: 42px;
    content: "";
    background: #fff;
}
section.banner .container-fluid {
    position: relative;
}
img.location {
    position: absolute;
    left: 22px;
    top: 28px;
    border-right: 1px solid #B7B7B7;
    padding-right: 10px;
    width: 37px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.input-spc button {
    background: #194B60;
    border: 1px solid #194B60;
    padding: 22px 35px;
    position: absolute;
    right: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    top: 8px;
    border-radius: 70px;
}
.input-spc button:hover {
    background: #f8c251;
    border-color: #f8c251;
    color: #194B60;
}
.input-spc input[type=submit] {
    background: #194B60;
    border: 1px solid #194B60;
    padding: 22px 35px;
    position: absolute;
    right: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    top: 8px;
    border-radius: 70px;
}
.input-spc input[type=submit] :hover {
    background: #f8c251;
    border-color: #f8c251;
    color: #194B60;
}
.input-spc {
    position: relative;
    max-width: 70%;
    display: block;
    margin: 70px auto 0px;
}
.input-spc input[type="search"] {
    width: 100%;
    background: #fff;    border: 1px solid #fff;
    height: 82px;font-weight: 500;
    padding: 0px 200px 0px 70px;
    border-radius: 80px;
}
img.h-line {
    position: absolute;
    bottom: -22px;
    right: 0px;
}
section.banner h1 {
    font-size: 70px;
    line-height: 75px;
    text-align: center;
    color: #ffffff;
}
ul.navbar-nav.custom-bar-right.ms-auto {
    border-left: 1px solid #ffffff3d;
    position: relative;
}
ul.navbar-nav.custom-bar-right.ms-auto li a {
    background: #F8C251;
    padding: 10px 15px;
    border-radius: 60px;
    color: #194B60;
    font-weight: 600;
}
ul.navbar-nav.custom-bar-right.ms-auto li {
    padding: 37px 0px 37px 20px;
}
ul.navbar-nav.custom-bar.mx-auto li  {
   
    padding: 0px 10px;
  
}
ul.navbar-nav.custom-bar.mx-auto li a.active{ border-bottom: 4px solid #fff;}
ul.navbar-nav.custom-bar.mx-auto li a:hover{ border-bottom: 4px solid #fff;}
.overlay-blue {
    background-image: linear-gradient(to left, #00000000, #194b60);
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}
a.navbar-brand.custom-logo {
    position: relative;
}
a.navbar-brand.custom-logo:after {
    position: absolute;
    width: 5px;
    right: -5px;
    top: 28px;
    height: 42px;
    content: "";
    background: #fff;
}
button.navbar-toggler:focus {box-shadow:none !important;}
button.navbar-toggler {
    padding: 0px;
    border: 0px;
    outline: none;
}
ul.custom-bar-right.mob.ms-auto{display:none !important;}
.login-box.signup-box {
    max-width: 700px;
    padding: 40px 25px;
}
.login-box.signup-box a {
    color: #194b60;
    font-weight: 700;
}
.login-box.signup-box h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #194b60;
    text-align: center;
    margin: 25px 0px 10px;
}

/*=============================
         Media Queries
===============================*/
@media (min-width: 2401px) and (max-width: 4000px) {
	body.blue-bg {
    background: #194b60;
    padding-bottom: 50px;
    padding-top: 8%;
}
}
@media (min-width: 2000px) and (max-width: 2400px) {
	body.blue-bg {
    background: #194b60;
    padding-bottom: 50px;
    padding-top: 6%;
}
}
@media (min-width: 1600px) and (max-width: 2000px) {
	body.blue-bg {
    background: #194b60;
    padding-bottom: 50px;
    padding-top: 1%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.card {
    position: relative;
    width: 350px;
    height: 477px;
    perspective: 1000px;
    user-select: none;
    padding: 4px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.input-spc {
    position: relative;
    max-width: 80%;
    display: block;
    margin: 70px auto 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	
	ul.custom-bar-right.mob.ms-auto:after {
    position: absolute;
    width: 5px;
    right: 0px;
    top: 28px;
    height: 42px;
    content: "";
    background: #fff;
}
	ul.custom-bar-right.mob.ms-auto {
    display: block !important;
}
	.price-box.text-center {
    width: 173px;
    background: #194b60;
    border: 1px solid #194b60;
    height: 173px;
    padding: 25px 15px;
    border-radius: 170px;
}

	ul.navbar-nav.custom-bar.mx-auto li a{    padding: 19px 0px;}
	.input-spc {
    position: relative;
    max-width: 95%;
    display: block;
    margin: 70px auto 0px;
}
.login-box h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #194b60;
}
	section.plan-area h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    color: #194b60;
}
	ul.navbar-nav.custom-bar-right.mob.ms-auto{display:block!important;}
	nav.navbar.navbar-expand-lg.custom-nav {
    background: #194b608c;
}
	.step-box h3 {
    font-weight: 600;
        font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000000;
}
	img.arrow-one {
    position: absolute;
    left: -23%;

    max-width: 80px;
}
.login-box a {
    color: #194b60;
    font-weight: 700;
}
img.arrow-two {
    position: absolute;
    right: -23%;

    max-width: 80px;
}
ul.navbar-nav.custom-bar.mx-auto li a.active {
    border-bottom: 0px solid #fff;
    color: #f8c251;
}
ul.custom-bar.mx-auto li a:hover {
    border-bottom: 0px solid #fff;
    color: #f8c251;
}
ul.custom-bar.mx-auto li a {
        border-bottom: 0px solid #fff;
}
ul.custom-bar-right.dsk.ms-auto {
    display: none;
}
ul.custom-bar-right.mob.ms-auto li a {
    background: #f8c251;
        padding: 10px 20px;
    color: #194b60;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	ul.custom-bar-right.mob.ms-auto li {
    float: left;
    margin-left: 15px;
}
	ul.custom-bar-right.mob.ms-auto {
    position: absolute;
    right: 100px;
    border-right: 1px solid #ffffff42;
    padding: 27px 30px 27px 0px;
    top: 0px;
}
div#navbarSupportedContent {
    border-top: 1px solid #ffffff29;
}
}
@media (min-width:576px) and (max-width: 767px) {
	
    .input-spc input[type=submit] {
        background: #194B60;
        border: 1px solid #194B60;
        padding: 22px 35px;
        position: absolute;
        right: 9px;
        font-weight: 700;
        font-size: 16px;
        line-height: normal;
        text-align: center;
        color: #ffffff;
        top: 8px;
        border-radius: 70px;
    }
    .input-spc input[type=submit] :hover {
        background: #f8c251;
        border-color: #f8c251;
        color: #194B60;
    }
	 section.banner {
        background: url(../images/banner.jpg);
        padding: 20% 0px 10% !important;
        text-align: center;
        background-size: cover;
        position: relative;
    }
}
@media (min-width: 320px) and (max-width: 767px) {

    .input-spc input[type=submit] {
        background: #194B60;
        border: 1px solid #194B60;
        padding: 22px 35px;
        position: static;
        width: 100%;
        margin-top: 10px;
        right: 9px;
        font-weight: 700;
        font-size: 16px;
        line-height: normal;
        text-align: center;
        color: #ffffff;
        top: 8px;
        border-radius: 70px;
    }
    .input-spc input[type=submit] :hover {
        background: #f8c251;
        border-color: #f8c251;
        color: #194B60;
    }
	ul.property-images li {
    position: relative;
    width: 20%;
    float: left;
    padding-right: 5px;
}
	section.heading-search-area {
    padding: 120px 0px 20px;
    background: #194b60;
}
	h2.mrg-c {
    margin-bottom: 15px !important;
}
		section.heading-search-area .input-spc.mt-0.w-100 img.location {
    position: absolute;
    left: 22px;
    top: 14px;}
		section.heading-search-area .input-spc.mt-0.w-100 input[type=search] {
    height: 52px;
    padding-right: 150px;
}
	section.heading-search-area button {
    background: #f8c251;
    color: #194b60;
}
	section.heading-search-area h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
	body.blue-bg {
    padding: 0px 15px;
}
	.form-check label {
    padding-left: 0px;
}
	.commission-box {
    margin-top: 30px;
}
	ul.features-area li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
	.big-prc {
    font-weight: 700;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    color: #194b60;
    background: #f5c050;
    padding: 10px 25px;
    border-radius: 10px;
    float: left;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
	.white-box-new h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 20px;
    color: #194b60;
}
	button.carousel-control-prev {
    display: none;
}
button.carousel-control-next {
    display: none;
}
	section.contact-form p {
    font-weight: 400;
   
    line-height: normal;
    color: #323232;
    padding-right: 0px; margin-bottom:20px;
}
	ul.custom-bar-right.mob.ms-auto:after {
        position: absolute;
        width: 5px;
        right: 0px;
        top: 22px;
        height: 32px;
        content: "";
        background: #fff;
    }

	img.s-left {

    max-width: 140px;
}
img.s-right {
   
    max-width: 140px;
}
	div#navbarSupportedContent {
    border-top: 1px solid #ffffff29;
}
	nav#dynamic {
    padding: 0px;
}
	ul.footer-menu.clearfix li {
    padding: 0px 15px;
    display: block;
}
    button.navbar-toggler img {
        width: 35px;
    }
span.y-box {
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #000000;
    display: block;
    position: static;
    right: 0px;
    left: 0px;
    margin: 20px auto 11px;
    background: #f8c251;
    max-width: 200px;
}
	.icon-cvr {
    background: #194B60;
    transition: ease-in-out 0.5s;
    width: 137px;
    height: 137px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
    justify-content: center;
}
	.price-box.text-center {
    width: 183px;
    margin: 20px auto 0px;
    background: #194b60;
    border: 1px solid #194b60;
    height: 183px;
    padding: 25px 15px;
    border-radius: 170px;
}
	section.plan-area p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    color: #194b60;
}
	section.plan-area h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    color: #194b60;
    text-align: center;
}
	img.arrow-one{display:none;}
	img.arrow-two{display:none;}
	
	img.location {
    position: absolute;
    left: 15px;
    top: 17px;
    border-right: 1px solid #B7B7B7;
    padding-right: 10px;
    width: 37px;
}
	.input-spc input[type="search"] {
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 60px;
    font-weight: 500;
    padding: 0px 0px 0px 70px;
    border-radius: 80px;
}
	.input-spc button {
    background: #194B60;
    border: 1px solid #194B60;
    padding: 15px 15px;
    position: static;
    margin-top: 15px;
    width: 100%;
    right: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    top: 8px;
    border-radius: 70px;
}
	section.banner {
    background: url(../images/banner.jpg);
    padding: 42% 0px 20%;
    text-align: center;
    background-size: cover;
    position: relative;
}
	img.h-line {
    position: absolute;
    bottom: -12px;
    right: 0px;                width: 100%;

}
section.how-it-works h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #000000;
    max-width: 810px;
    margin: 0 auto;
}
	.input-spc {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 50px auto 0px;
}
    section.banner h1 {
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        color: #ffffff;
        font-weight: 700;
    }
	a.navbar-brand.custom-logo:after {
    position: absolute;
    width: 5px;
    right: -5px;
    top: 22px;
    height: 32px;
    content: "";
    background: #fff;
}
	
	a.navbar-brand.custom-logo img {
    width: 80px;
}
    ul.custom-bar-right.mob.ms-auto li a {
        font-size: 14px;
        background: #f8c251;
        padding: 10px 14px;
        color: #194b60;
        font-weight: 700;
        text-align: center;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.custom-bar-right.mob.ms-auto li {
        float: left;
        margin-left: 10px;
    }
ul.custom-bar-right.mob.ms-auto {
        position: absolute;
             right: 58px;
        border-right: 1px solid #ffffff42;
        padding: 17px 15px 17px 0px;
        top: 0px;
    }
		ul.custom-bar-right.mob.ms-auto{display:block!important;}
	ul.navbar-nav.custom-bar-right.dsk.ms-auto {
    display: none;
}
ul.navbar-nav.custom-bar.mx-auto li a.active {
    border-bottom: 0px solid #fff;
    color: #f8c251;
}
ul.navbar-nav.custom-bar.mx-auto li a:hover {
    border-bottom: 0px solid #fff;
    color: #f8c251;
}
ul.navbar-nav.custom-bar.mx-auto li a {
    padding: 15px 0px 15px;    border-bottom: 0px solid #fff;
}
	nav.navbar.navbar-expand-lg.custom-nav {
    background: #194b608c;
}
}
@media (min-width: 320px) and (max-width: 576px) {
	
} 