@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Grold';
    src: url("../fonts/grold.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
}

input,
textarea,
select {
    border-radius: 0 !important;
}

.form-control:focus {
    box-shadow: none;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar {
    background-color: #07112a;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-nav>li {
    padding: 15px 0;
    position: relative;
}

nav.shrink {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

nav.shrink .navbar-nav>li {
    padding: 5px 0;
    position: relative;
}

.navigation-right li:first-child {
    border-right: 1px solid #999;
}

.navigation-right li {
    padding: 0;
}

nav.shrink .navbar-brand img {
    width: 90px;
}

.navbar-nav li a {
    color: #e7e8ea;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px
}

.navbar-nav li a:hover {
    color: #edce76;
}

.mobile-menu .flex-btn span {
    background-color: #fff;
}

.navigation-visible {
    display: none;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
    right: 0;
    top: 80%;
}

.navbar .nav-item:hover .dropdown-menu a {
    color: #000;
    display: block;
}

.navbar .nav-item:hover .dropdown-menu a:hover {
    color: #FFF;
    display: block;
	background: #20458c;
     
}



.main-btn {
    background: linear-gradient(to right, #0a2a67, #20458c);
    border-radius: 0;
    color: #fff !important;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    transition: .3s linear;
    text-transform: uppercase;
}

.main-btn:hover {
    background: linear-gradient(to right, #04225a, #04225a);
    color: #fff;
}

.flexpanel {
    z-index: 1040 !important;
}

.flexpanel .viewport {
    background-color: #07112a;
}

.flexpanel ul li:nth-last-child(1) {
    border: none !important;
}

.flexpanel div.navigation ul li ul {
    padding-left: 20px;
}

.flexpanel div.navigation ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.flexpanel div.navigation ul li {
    border-bottom: 1px solid #aaa;
}

.banner-section {
    /* height: calc(100vh - 79px);*/

}

.banner-section .banner-content-text {
    background-image: url(../images/banner-pattern.jpg);
    background-size: cover;
    justify-content: center;
}

.banner-section .banner-content-text h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.banner-section .banner-content-text h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Grold';
    font-size: 80px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #fbcf0e, #e9bf1b, #c59c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-section .banner-content-text a {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .banner-content-text a svg {
    fill: #c59c4e;
    width: 20px;
    margin-right: 10px;
}

.banner-property {
    position: relative;
}

.banner-property .banner-property-image img {
    height: 100%;
    object-fit: cover;
max-height: 580px;
    object-position: center;
}

.banner-property-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}

.banner-property-details .featured-property {
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #fbcf0e, #e9bf1b, #c59c4d);
    width: 100%;
    align-items: center;
    padding: 5px;
    flex-direction: column;
    width: 20%;
}

.banner-property-details .featured-property h4 {
    color: #1a3e85;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.banner-property-details-flex {
    display: flex;
    flex-direction: column;
width:80%
}

.banner-property-details .price-details {
    background-color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.banner-property-details .price-details .price {
    color: #000;
    font-size: 30px;
    font-weight: 800;
}

.banner-property-details .price-details .property-details {
    display: flex;
    color: #000;
    font-size: 14px;
}

.banner-property-details .price-details .property-details .icon-inner {
    padding: 0 10px;
    display: flex;
    line-height: initial;
    align-items: center;
}

.banner-property-details .price-details .property-details .icon-inner span {
    padding-left: 5px;
}

.banner-property-details .listing-btn-details {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    color: #000;
    padding: 8px 20px;
    border-top: 1px solid #ccc;
    justify-content: space-between;
}

.banner-property-details .listing-btn-details p {
    font-size: 14px;
    width: 70%;
    margin-bottom: 0;
}

.about-home {
    position: relative;
}

.about-home h1 {
    font-size: 80px;
    background: linear-gradient(to right, #0a2a67, #20458c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Grold';
    margin-bottom: 0;
}

.about-home h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.about-home p {
    font-size: 18px;
    color: #5b5e69;
}

.about-home h6 i {
    font-size: 10px;
}

.about-home ul {
    display: flex;
}

.about-home ul li {
    padding: 0 8px;
}

.about-home ul li a {
    color: #c59c4d;
    font-size: 18px;
}

.sell-your-property h2 {
    font-weight: 700;
    padding-bottom: 30px;
    color: #000;
    font-size: 30px;
    text-align: center;
}

.sell-card .sell-card-header {
    background-image: url(../images/blue-pattern.jpg);
    background-size: cover;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    padding-bottom: 50px;
    min-height: 170px;
}

.sell-card .sell-card-header h3 {
    font-family: 'Grold';
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sell-card .sell-card-header h3 span {
    font-family: 'Grold';
    color: #c59c4d;
    font-size: 26px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sell-card .sell-card-content {
    background-color: #f3f3f3;
    padding-top: 60px;
	 padding: 10%;
    position: relative;
    line-height: 24px;
    color: #5b5e69;
    font-size: 14px;
	height:200px;
}

.home-form {
    background-image: url(../images/home-form.jpg);
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 200px;
    background-repeat: no-repeat;
	color:#FFFFFF;
}

.home-form form {
    background-color: rgba(32, 69, 140, .8);
    padding: 50px;
}

.home-form form h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
color:#FFFFFF;
}

.home-form form .row [class*="col-"] {
    padding: 8px;
}

.home-form form input {
    border: 1px solid #FFFFFF;
    padding: 10px;
    font-size: 14px;
}

.home-form form button {
    border: none;
	background:#f9d108;
}

.sell-card .sell-card-content img {
    position: absolute;
    top: -28px;
    left: 0;
}

.automated-search {
    background-image: url(../images/dark-blue-bg.jpg);
    background-size: cover;
    padding: 150px 0 350px;
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

.automated-search h6 {
    color: #e7e8ea;
    text-transform: uppercase;
    font-size: 24px;
}

.automated-search h2 {
    font-family: 'Grold';
    background: linear-gradient(to bottom, #fbcf0e, #e9bf1b, #c59c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.automated-search p {
    color: #e7e8ea;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    z-index: 4444;
}

.automated-search a {
    margin-top: 10px;
    padding: 15px 30px;
    display: inline-block;
}

.automated-search img {
    position: absolute;
    right: -100px;
    width: 60%;
    top: -50px;
}

.account-steps {
    position: relative;
    top: -100px;
}

.account-steps .step-card {
    text-align: center;
}

.account-steps .step-number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #20458c;
    color: #fff;
    font-family: 'Grold';
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 4px solid #fff;
    margin-top: 20px;
}

.home-listings .row [class*="col-"] {
    padding: 2px !important;
}

.home-listings .home-listing-card {
    position: relative;
}

.home-listings .home-listing-card .listing-card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(7, 17, 42, .8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.home-listings .home-listing-card .listing-card-footer h3 {
    background: linear-gradient(to bottom, #fbcf0e, #e9bf1b, #c59c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}

.home-listings .home-listing-card .listing-card-footer a {
    font-size: 14px;
}

.home-listings .home-listing-card .listing-card-footer h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.home-listings .home-listing-card .listing-card-footer h5 span {
    font-weight: 300;
    color: #c59c4d;
    display: block;
    font-size: 14px;
}

.home-listings .home-listing-card.card-small a {
    font-size: 12px;
    padding: 8px 10px;
}

footer {
    background-color: #07112a;
}

footer h6 {
    color: #c59c4e;
    font-size: 16px;
    padding-bottom: 15px;
}

footer ul {
    padding-left: 0;
    margin-bottom: 0;
}

footer ul li a {
    color: #b5b8c0;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    transition: .3s;
}

footer ul li a:hover {
    color: #fff;
}

footer ul.footer-social li {
    display: inline-block;
}

footer ul.footer-social li a {
    font-size: 16px;
    padding: 0 5px;
}

footer p {
    color: #b5b8c0;
    margin-bottom: 0;
    font-size: 16px;
}

.footer-info {
    width: 80%;
}

.footer-bottom p {
    color: #b5b8c0;
    font-size: 14px;
}

footer h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e5e5;
    font-size: 0.7500em;
}

footer h5 a {
    font-size: 14px;
    color: #b5b8c0;
    padding: 0 10px
}

.inner-banner {
    background: url(../images/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background-size: cover;
}

.inner-banner h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Grold';
    font-size: 55px;
    letter-spacing: 2px;
    background: linear-gradient(to bottom, #fbcf0e, #e9bf1b, #c59c4d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#map {
    height: 700px;
    width: 100%;
}

.map-content {
    background-color: rgba(10, 42, 103, .9);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}

.map-content h4 {
    font-size: 18px;
    color: #c59c4e;
    font-weight: 400;
}

.map-content h6 {
    font-size: 18px;
    font-weight: 400;
}

.map-content ul {
    display: flex;
}

.map-content li {
    padding: 5px;
    color: #fff;
    font-size: 18px;
}

.reach-out-section h3 {
    font-size: 36px;
    font-weight: 800;
    color: #1a2e49;
}

.reach-out-section p {
    font-weight: 500;
}

.reach-out-section h3 span {
    color: #07112a;
}

.reach-out-section-content .nav-tabs {
    background-color: transparent;
    border: 1px solid #c59c4e;
    padding: 2px;
    border-radius: 0;
    width: 70%;
    margin: 0 auto;
}

.reach-out-section-content .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #c59c4e;
    border-radius: 0
}

.reach-out-section-content .nav-tabs .nav-link {
    border: none;
    font-weight: 700;
    font-size: 15px;
    padding: 5px;
    color: #c59c4e;
    width: 50%;
    text-transform: uppercase;
}

.reach-out-section-content .nav-tabs .nav-link .nav-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #818181;
    line-height: 30px;
}

.reach-out-section-content .nav-tabs .nav-link.active .nav-icon {
    background-color: #07112a;
}

.reach-out-section-content .tab-content label {
    font-size: 0.8750em;
}

.reach-out-section-content .tab-content input {
    font-size: 0.8750em;
}

.reach-out-section-content .tab-content .ep-row [class*="col-"] {
    padding: 10px;
}

.reach-out-section-content .tab-content .btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.lender-card {
    background-color: #f3f3f3;
    text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	column-gap: 40px; 
}

.lender-card .lender-card-details {
    position: relative;
    
}

.lender-card .lender-card-details h4 {
    font-size: 24px;
    color: #07112a;
    font-weight: 700;
    padding-top: 15px;
}

.lender-card .lender-card-details h6 {
    color: #5b5e69;
    font-style: italic;
    font-size: 14px;
}

.lender-card .lender-card-details p {
    width: 80%;
    margin: 0 auto;
    color: #5b5e69;
    padding-bottom: 15px;
}

.lender-card .lender-card-details li {
    font-weight: 700;
    padding-bottom: 5px;
}

.lender-card .lender-card-details li a {
    color: #20458c;
    padding: 10px 0;
    display: block;
}

.lender-card .lender-card-details .main-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
}

.property-search {
    background-color: #20458c;
}

.property-search.fixed-filter ul:nth-child(1) {
    width: 70%;
    position: relative;
    display: flex;
}

.property-search-row {
    padding: 15px 0;
}

.property-search.fixed-filter ul li a {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-left: 10px;
    background-color: #07112a;
    border-radius: 0;
    outline: none!important;
    border: 0;
    width: 130px;
    justify-content: center;
}

.property-search.fixed-filter ul li a img {
    width: 15px;
    margin-right: 5px;
}

.property-search.fixed-filter ul li a.reset-filters {
    background-color: #0c327c;
    color: #fff;
}

.property-search .sort-price {
    color: #8fb1f2;
    font-size: 14px;
}

.property-search .sort-price span {
    color: #fff;
    font-weight: 400;
    padding-right: 5px;
    padding-left: 5px;
}

.property-search .dropdown-menu {
    width: 400px;
    padding: 15px;
}

.property-search .popover-body {
    padding: 10px 0;
}

.dropdown-menu .dropdown-list {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dropdown-menu .checkbox {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.dropdown-menu .checkbox input {
    height: 20px;
    width: 20px;
}

.dropdown-menu .checkbox label {
    padding-left: 10px;
}

.property-search .dropdown-menu h6 {
    color: #bbb;
    font-size: 0.7500em;
    margin-bottom: 0;
}

.popover-footer {
    background-color: #07112a;
    padding: 5px;
}

.popover-footer .row {
    align-items: center;
}

.property-search .popover-footer input {
    border: 0;
    background-color: transparent !important;
    font-weight: 700;
    color: #616468;
    padding: 0 26px;
    cursor: pointer;
    font-size: 16px;
}

.property-search .popover-footer input.form-submit {
    color: #c79e4f;
}

.dropdown-menu .outer-div-drop h3 {
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.dropdown-menu .outer-div-drop h3 span {
    font-weight: 400;
}

.dropdown-menu .half-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-menu .half-outer .half {
    width: 47%;
}

.dropdown-menu .half-outer .half label {
    display: block;
    font-size: 0.8750em;
}

.dropdown-menu .outer-div-drop select {
    display: block;
    height: 44px;
    font-size: 0.8750em;
    line-height: 42px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 40px 0 20px;
    cursor: pointer;
    position: relative;
    width: 100%;
    color: #4d4d4d;
}

.property-search .outer-div-drop .numbers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
    border: 1px solid grey;
    justify-content: space-between;
    flex-direction: row !important;
}

.property-search .outer-div-drop .numbers ul li {
    padding: 10px 18px;
    border-right: 1px solid #7f8e9b;
    font-size: 0.8750em;
    font-weight: 400;
    color: #7f8e9b;
    border-right: 1px solid #7f8e9b;
    width: inherit;
    text-align: center;
    cursor: pointer;
}

.property-search .outer-div-drop .numbers ul li:last-child {
    border: none;
}

.property-search .outer-div-drop .numbers ul li.active {
    background-color: #c79e4f;
    color: white;
    overflow: hidden;
}

.dropdown-menu.dropdown-right .popover-content {
    padding: 0 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(50vh - 60px);
    padding-bottom: 0;
}

.next-section-pop {
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
}

.dropdown-menu .outer-div-drop h3 {
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.half-outer .check .container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.half-outer .check .container1 input {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
}

.half-outer .check label {
    color: #000;
}

.box-homes {
    background-color: #f7faff;
}

.box-homes.hot-listing {
    background-color: #fffae5;
    border: 2px solid #20458c;
}

.box-homes .details-home h3 {
    font-size: 24px;
    color: #1a2e49;
    font-weight: 800;
    padding-top: 15px;
    padding-left: 15px;
}

.box-homes .details-home h4 {
    font-size: 12px;
    color: #999;
    padding-right: 15px;
}

.box-homes .details-home .icon-outer,
.main-detial-home {
    padding-left: 15px;
    padding-right: 15px;
}

.box-homes .details-home .icon-inner span {
    font-size: 14px;
    font-weight: 400;
    color: #5b5e69;
    padding-left: 5px;
}

.box-homes .box-homes-footer a {
    font-size: 14px;
    text-align: center;
    width: 50%;
    background: linear-gradient(to right, #0a2a67, #20458c);
    color: #fff;
    border-radius: 0;
    padding: 8px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.box-homes .box-homes-footer a:first-child {
    background: linear-gradient(to right, #fbcf0e, #e9bf1b);
    color: #0a2a67;
}

.icon-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    opacity: .9;
    /* z-index: 1; */
}

.icon-wishlist:after {
    content: "\f004";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 1.375em;
    line-height: 16px;
    font-weight: 700;
    color: #6f87a9;
    -webkit-text-stroke: 1px #ffffff;
}

.icon-wishlist.in-wishlist:after {
    color: #f10909;
}

.hot-listing-div {
    display: none;
}

.hot-listing .hot-listing-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 0;
}

.hot-listing .hot-listing-div .hot-listing-text {
    transform: rotateZ(-90deg) translateX(10px);
    position: absolute;
    top: 50%;
    width: max-content;
}

.hot-listing-div span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.8750em;
    padding: 0 10px;
}

.modal-header .property-shedule {
    width: 100%;
}

.property-shedule {
    background-color: #1e4288;
    padding: 15px 15px;
}

.property-shedule .prop-outer-shedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.property-shedule .prop-price h3 {
    font-size: 1.875em;
    color: #ffffff;
}

.property-shedule .prop-outer-shedule .full-detail-prop {
    margin-left: 20px;
}

.property-shedule .prop-outer-shedule .full-detail-prop .location-prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.property-shedule .prop-outer-shedule .full-detail-prop .location-prop .bedroom-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.property-shedule .prop-outer-shedule .full-detail-prop .location-prop .bedroom-details .icons-bed {
    display: flex;
    margin-right: 10px;
}

.property-shedule .prop-outer-shedule .full-detail-prop .location-prop .bedroom-details .bed-det h3 {
    font-size: 0.8125em;
    color: #ffffff;
    margin: 0;
    line-height: 13px;
}

.property-shedule .link-shedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    margin-right: 40px;
}

.property-shedule .link-shedule a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 10px 14px;
    margin: 5px;
    text-align: center;
    background-color: #07112a;
}

.property-shedule .link-shedule a span,
.property-shedule .link-shedule a i {
    margin-right: 5px;
}

.property-shedule .link-shedule .save-wish.saved-wish .after-save {
    display: flex;
}

.property-shedule .link-shedule .save-wish.saved-wish .after-save i {
    font-weight: 700;
}

#property-details .btn-close {
    color: #fff;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    height: 40px;
    top: 50%;
    background-color: #fff !important;
    width: 80px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
    display: none;
}

.price-details-section h3 {
    font-weight: 800;
    font-size: 2.875em;
    color: #07112a;
}

.price-details-section .address-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-details-section .address-details h4 {
    color: #1a2e49;
    font-size: 1.25em;
    font-weight: 700;
}

.price-details-section p {
    font-size: 0.8750em;
    color: #b6b6b6;
}

.price-details-section p b {
    color: #2a1b63;
}

.property-details-main .outer-top-bed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-radius: 5px;
}

.property-details-main .outer-top-bed .bedroom-details {
    align-items: center;
    display: flex;
    padding: 0 20px;
}

.property-details-main .outer-top-bed .bedroom-details .icons-bed {
    margin-right: 14px;
    display: grid;
}

.property-details-main .outer-top-bed .bedroom-details .bed-det h3 {
    color: #c59c4d;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.property-details-main .outer-top-bed .bedroom-details .bed-det h3 span {
    font-size: 24px;
    font-weight: 800;
}

.property-details-main .property-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.property-details-main .property-view .view-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}

.property-details-main .property-view .view-img .view-content h4 {
    color: #7f8e9b;
    font-size: 0.7500em;
    margin-bottom: 0;
}

.property-details-main .prop-main-content p {
    font-size: 0.8750em;
}

#property-details .head-property {
    background: linear-gradient(to right, #0a2a67, #20458c);
    color: #fff;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#property-details .head-property h3 {
    font-size: 1.125em;
    margin-bottom: 0;
}

#property-details .head-property h3 span {
    font-weight: 200;
    margin-left: 15px;
}

#property-details .head-property img {
    height: 50px;
    width: auto;
}

.listing-price-section table td,
.listing-price-section table th {
    padding: 15px 0;
    vertical-align: top;
    border-bottom: none;
    border-top: 1px solid #ddd;
    font-size: 0.8750em;
}

.listing-price-section .table-list table tr td:first-child,
.listing-price-section .table-list table tr th:first-child {
    text-align: left;
}

.listing-price-section .table-list table tr td:last-child,
.listing-price-section .table-list table tr th:last-child {
    text-align: right;
}

.listing-price-section .table-list table tr td,
.listing-price-section .table-list table tr th {
    text-align: center;
}

.listing-price-section table>:not(:last-child)>:last-child>* {
    border-bottom: inherit;
    border-top: none;
}

.listing-price-section .table-list table tr.red-tab {
    color: #cb2027;
    font-weight: 700;
}

.listing-price-section .table-list table tr.green-tab {
    color: #0e9508;
    font-weight: 700;
}

.landing-page-banner {
    background-image: url(../images/landing-page.jpg);
    background-size: cover;
    padding: 100px 0;
}

.landing-page-banner h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

.landing-about {
    background-image: url(../images/landing-about.jpg);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.landing-about h2 {
    font-weight: 600;
    font-size: 36px;
}

.landing-about p {
    font-size: 20px;
    color: #5b5e69;
    line-height: 36px;
}

.landing-about p span {
    font-weight: 700;
}

.landing-services {
    background-image: url(../images/landing-services.jpg);
    background-size: cover;
    padding: 100px 0;
}

.landing-service-card {
    text-align: center;
}

.landing-service-card h3 {
    color: #c59c4e;
    font-weight: 800;
    font-size: 22px;
    padding-top: 10px;
}

.landing-service-card h3 span {
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.landing-service-card p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.landing-services h2 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    padding-top: 40px;
}

.gradient-btn {
    background: linear-gradient(to right, #fbcf0e, #cea425);
    text-transform: uppercase;
    padding: 10px 20px;
    color: #1a3e85;
    font-weight: 700;
    width: max-content;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 15px;
    transition: .3s;
}

.gradient-btn:hover {
    color: #000;
}

.landing-needs h3 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.landing-needs .need-card .need-card-details {
    background-color: #20458c;
    padding: 25px;
    border-radius: 10px;
    height: 300px;
    color: #fff;
}

.landing-needs .need-card .need-card-details h4 {
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.landing-needs .need-card .need-card-details li {
    padding-bottom: 5px;
}

.landing-needs .need-card .need-card-details li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #c59c4e;
    margin-right: 5px;
}

.landing-free-consultation .reach-out-section-content {
    background-image: url(../images/landing-consultation.jpg);
    background-size: cover;
    padding: 100px 60px;
}

.landing-free-consultation .reach-out-section-content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.landing-free-consultation .reach-out-section-content p {
    color: #fff;
    font-size: 16px;
}

.landing-free-consultation .gradient-btn {
    margin-top: 0 !important;
}

.landing-address-col {
    background: linear-gradient(to bottom, #e2e2e2, #fff);
    padding: 80px;
    height: 100%;
    display: flex;
    align-items: center;
}

.landing-address-col .contact-details-box {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.landing-address-col h5 {
    font-size: 14px;
    color: #c59c4e;
    margin-bottom: 0;
    text-transform: capitalize;
}

.application-form h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}

.application-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0a2a67, #20458c);
    margin-bottom: 15px;
}

.application-form .row [class*="col-"] {
    padding: 8px 5px;
}

.input-group.date .input-group-addon {
    background-color: #c8c8c8;
    height: auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.form-select {
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-size: 40px 40px;
}

.application-header img {
    height: 50px;
    width: auto;
}

.application-header h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.white-btn {
    border: 1px solid #c59c4d;
    color: #c59c4d;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0;
}

.application-form h6 {
    font-weight: 700;
    padding-left: 0;
}

.application-form p {
    padding-left: 0;
}

.employer-header {
    border: 2px solid #c59c4d;
    margin: 15px 0;
}

.employer-header .employer-name {
    font-weight: 700;
    color: #000;
}

.employer-header .employer-name i {
    color: #c59c4d;
}

.employer-header .clear {
    font-weight: 700;
    color: #c59c4d;
}

.application-form label,
.application-form input,
.application-form select {
    font-size: 14px;
    position: relative;
}

.application-form h5 {
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 20px;
    margin-bottom: 5px;
}

.input-group input {
    border-left: 0;
    padding-left: 0;
}

.input-group-text {
    background-color: #fff;
    border-right: none;
    font-size: 14px;
    padding-right: 5px;
}

.borrower-income-title {
    background-color: #efecf5;
    border-left: 3px solid #c59c4d;
    padding: 10px 15px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 14px;
}

.application-form .add-add {
    margin-top: 10px;
    width: auto;
    padding: 10px 40px;
}

.home-feature .row [class*="col-"] {
    padding: 15px;
}

.home-features-box-head+ul li {
    padding: 2px 0;
}

.home-features-box-head+ul li:before {
    content: "\f058";
    color: #c59c4d;
    margin-right: 5px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.home-features-box-head h5 {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    color: #1a2e49;
    font-weight: 700;
}

.school-information-box p {
    font-size: 0.8750em;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.school-information-box h6 {
    color: #c59c4d;
    font-weight: 700;
    font-size: 1em;
    padding-bottom: 15px;
}

.payment-calculator .bar-main h4 {
    font-size: 18px;
    font-weight: 700;
}

.payment-calculator .bar-main h4 span {
    font-weight: 400;
    font-size: 16px;
    color: #aaa;
}

.payment-calculator .bar-main .bar-line {
    width: 100%;
    height: 8px;
    background-color: #ed192a;
    margin-top: 16px;
    position: relative;
}

.payment-calculator .bar-main .bar-line-before {
    content: "";
    background-color: #5db75d;
    height: 100%;
    position: absolute;
    width: 50%;
    z-index: 1;
}

.payment-calculator .bar-main .bar-line-after {
    content: "";
    background-color: #efad4d;
    height: 100%;
    position: absolute;
    width: 70%;
}

.payment-calculator .bar-main .dots-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 60px;
}

.payment-calculator .bar-main .dots-bar .blue-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-calculator .bar-main .dots-bar .blue-dot .dots-sq {
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 10px;
}

.payment-calculator .bar-main .dots-bar .blue-dot h3 {
    color: #616468;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
}

.payment-calculator .bar-main .dots-bar .blue-dot .dots-sq.green {
    background-color: #5db75d;
}

.payment-calculator .bar-main .dots-bar .blue-dot .dots-sq.orange {
    background-color: #efad4d;
}

.payment-calculator .bar-main .dots-bar .blue-dot .dots-sq.red {
    background-color: #ed192a;
}

.payment-calculator .bar-main .dots-bar .blue-dot h3 span {
    font-weight: 700;
}

.form-pay .row [class*="col-"] {
    padding: 10px;
}

.payment-main input {
    border: 1px solid #ccc !important;
}

.input-footer {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 4;
}

.input-footer span:nth-child(1) {
    color: #999;
    font-size: 0.8750em;
    padding-right: 8px;
}

.input-footer span:nth-child(2) {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 0.8750em;
    border-left: 1px solid #c9dde2;
}

.payment-calculator .bar-main .form-pay .link-pay input {
    width: 100%;
    border: 0;
    font-size: 18px !important;
}

.payment-calculator .bar-main .form-pay .link-gray input {
    width: 100%;
    border: 0;
    margin-top: 15px;
    font-size: 18px !important;
}

.pagination .page-item.disabled {
    background-color: #bbb;
    color: #333;
}

.pagination a {
    color: #b6b6b6;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #b6b6b6;
    font-weight: 600;
    font-size: 0.7500em;
}

.pagination .previous,
.pagination .next {
    display: flex;
    align-items: center;
    border-radius: 5px !important;
}

.pagination .next {
    padding-left: 0 !important;
}

.pagination .previous a,
.pagination .next a {
    text-transform: uppercase;
    background-color: #07112a;
    color: #fff;
    font-weight: 600;
    border: none !important;
    padding: 5px 40px;
    font-size: 0.7500em;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.pagination .page-item {
    padding: 0 10px;
}

.pagination .page-item.disabled a {
    background-color: transparent;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #07112a;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #07112a;
}


/*Modal*/

.modal-backdrop {
    z-index: 4444;
}

#googlemapModal,
#schedule-tour,
#askquestionModal,
#sell-property,
#financing,
#loginModal,
#signupModal {
    z-index: 7777;
}

#googlemapModal .btn-close {
    right: 40px;
    top: 20px;
    background: #1a2e49;
    color: #fff;
    opacity: 1;
    line-height: 20px;
}

.main-modal .modal-content {
    padding: 30px 20px;
    background-color: #07112a;
}

.main-modal h3 {
    font-weight: 900;
    color: #fff;
    font-size: 24px
}

.main-modal p {
    font-size: 0.7500em;
}

.main-modal .modal-content .modal-body {
    padding-bottom: 0;
}

.modal .modal-header {
    border: none;
    padding: 0;
}

.modal h2 {
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.modal .modal-body {
    padding: 30px;
    padding-top: 10px;
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 25px;
    background: none;
    color: #fff;
    z-index: 8888;
    font-size: 20px;
    opacity: 1;
}

.modal label,
.modal input {
    font-size: 14px;
}

.modal .modal-form [class*="col-"] {
    padding: 8px;
}

.modal .main-btn {
    margin-left: 0;
}

.modal #available-homes-location {
    height: 100%;
    width: 100%;
}

.changing-box {
    padding-bottom: 15px;
}

.changing-box h5 {
    color: #4c4c4c;
    font-weight: 800;
    font-size: 1.25em;
    padding-top: 20px;
    margin-bottom: 5px;
}

.changing-box ul {
    display: inline-block;
    width: 100%;
}

.changing-box ul li {
    display: block;
    cursor: pointer;
    width: 25%;
    float: left;
    padding: 5px;
}

.changing-box ul li .color-box {
    background-color: #effcff;
    padding: 5px;
    text-align: center;
    border: 2px solid #c9dde2;
}

.changing-box ul li.active .color-box {
    border-color: #07112a;
    background-color: #fff;
}

.changing-box ul li .color {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.changing-box ul li.color-normal .color {
    background-color: #000;
}

.changing-box ul li.color-red .color {
    background-color: #ec1d23;
}

.changing-box ul li.color-blue .color {
    background-color: #002cf4;
}

.changing-box ul li.color-green .color {
    background-color: #29ee06;
}

.changing-box ul li .color-name {
    font-size: 0.8750em;
}

.changing-box ul li.font-normal,
.changing-box ul li.font-large,
.changing-box ul li.font-small {
    width: 33.3333%;
}

.changing-box ul li.font-normal .color {
    font-size: 1.875em;
}

.changing-box ul li.font-large .color {
    font-size: 2.25em;
}

.changing-box ul li.font-small .color {
    font-size: 1.125em;
}

.popup-property-img {
    padding-left: 15px;
}

.popup-property-img h3 {
    font-size: 1em;
    font-weight: 600;
}

.popup-property-img h4 {
    font-size: 14px;
    color: #fff;
}

.login-properties-found h3 {
    text-align: center;
    font-weight: 700;
}

.icon-close {
    position: absolute;
    top: 5px;
    right: 40px;
    background: #ed1b2a;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.login-header {
    margin-top: 0;
    text-align: center;
    background-color: #f5f5f5;
    padding: 50px 0;
}

.login-header h2 {
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 600;
}

.login-header p {
    padding-bottom: 15px;
}

.login-filters {
    background-color: #404040;
    padding: 20px 0;
}

.login-filters [class*="col-"] {
    padding: 10px;
}

.login-filters label {
    color: #fff;
    font-size: 0.875em;
}

.login-filters .select2-selection {
    border-radius: 0;
    padding-left: 10px;
}

.login-filters select.w-50 {
    width: 50%;
    float: left;
}

.login-filters select {
    border-radius: 0;
}

.login-filters .select2-container {
    width: 100% !important;
}

.save-filter {
    background-color: #2b7686;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-properties-found {
    margin: 0 !important;
    padding: 50px 0;
}

.login-filters .select2-container--default .select2-selection--multiple {
    background-color: #effcff;
    height: 35px;
    border: none;
}

.slider-homes .property-image {
    height: 200px;
}

.slider-homes .property-image img {
    height: 100%;
    object-fit: cover;
}

#myDIV button {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.send-to-friend{
    font-size: 14px;
    text-align: center;
    transition: .3s;
    background: #6a6a6a;
    color: #fff;
    border-radius: 0;
    padding: 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.send-to-friend:hover{
    background-color:#f86032 ;
    color: #fff;
}