@font-face {
    font-family: gotham-book;
    src: url('https://res.cloudinary.com/just-property/raw/upload/v1654698196/Website/new/assets/gotham-book.otf');
}

@font-face {
    font-family: gotham-bold;
    src: url('https://res.cloudinary.com/just-property/raw/upload/v1654698201/Website/new/assets/gotham-bold.otf');
}

@font-face {
    font-family: gotham-medium;
    src: url('https://res.cloudinary.com/just-property/raw/upload/v1664279725/Website/new/assets/GOTHAM-MEDIUM.OTF');
}

/*  Colours:  */
:root {
    color: #093C71;
    color: #3B5998;
    color: #003D6A;
    color: #0090BF;
    color: #C4D3E2;
    color: #D0112B;
    color: #DF4A32;
    color: #F4CE3C;
    color: #FFDE4F;
    color: #093C7100;
    color: #0000003B;
    color: #323232;
    color: #00000029;
    color: #0000002E;
    color: #0000003D;
    color: #A8A8A8;
}

body {
	margin: 0;
	padding: 0;
	font-family: gotham-book;
    color: #323232;
    position: relative;
    /* text-align: justify; */
    max-width:1920px;
    margin-left: auto;
    margin-right: auto;
}

img {
	width: 100%;
	height: auto;
}

h1,
h2 h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-family: gotham-bold;
}

p,
li,
a {
	font-size: 15px;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

ul.list, ol.list {
    list-style-type:initial;
    padding-left: 25px;
}

.info-section ul.list {
    list-style-type:initial;
    padding-left: 25px;

}

.info-section ul>li {
	font-family: gotham-book!important;
    line-height: 40px;
}

.info-section ::marker {
    color: #EEBD01!important;
}

ul>li>i {
	font-size: 20px;
	margin-right: 20px;
	color:#093C71;
	margin-left: -47px;
}

ul>li, ol>li {
    /* margin-left: 49px; */
	font-family: gotham-bold;
}

a:hover, a:focus {
	text-decoration: none;
    outline: none;
}

button:focus {
    outline: none!important;
}

.fa, .fas {
	vertical-align: middle;
    /* font-family: 'Font Awesome 5 Pro'; */
}

i {
    vertical-align: middle;
}

strong {
    font-family: gotham-bold;
}

.cursor-pointer{
    cursor: pointer;
}

.pulse {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.tab-only {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color:#ffffff;
}

/* Navbar */
header {
	padding-top: 0rem;
	padding-bottom: 0rem;
	z-index: 99999999999!important;
    box-shadow: 0px 3px 4px #00000020;
}

header .bg-light {
	background-color: transparent!important;
    text-align: right;
    padding: .5rem 0;
	float: right;
}

.homepage-header .bg-light {
    background-color: transparent!important;
}

.other-header, .homepage-header {
    background-color: #093C71!important;
}

.logo {
    margin-top: 5px;
}

.custom-control-inline {
    display: inline-block;
    width: 100%;
}

.red-dot, .blue-dot, .red-dot-solid, .blue-dot-solid {
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 10px;
}

.red-dot:before {
    border: 1px solid #D0112B!important;
}

.search-navbar .custom-control-input.red-dot:checked~.custom-control-label.red-dot::after, .red-dot-solid:before, .sale-rent-form .custom-control-input.red-dot:checked~.sale-rent-form .custom-control-label.red-dot::after {
    background: #D0112B!important;
    border: 1px solid #D0112B;
    border-radius: 100%;
    content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
    cursor:pointer;
}

.sale-rent-form input, .sale-rent-form label {
    cursor:pointer;
}

.blue-dot:before {
    border: 1px solid #0090BF!important;
}

.rental-text {
    color:#0090BF!important;
}

.search-navbar .custom-control-input.blue-dot:checked~.custom-control-label.blue-dot::after, .blue-dot-solid:before, .sale-rent-form .custom-control-input.blue-dot:checked~.sale-rent-form .custom-control-label.blue-dot::after {
    background: #0090BF!important;
    border: 1px solid #0090BF;
    border-radius: 100%;
    content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: #093C71;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff!important;
	text-transform: uppercase;
	font-weight: 500;
    cursor: pointer;
}

header .nav-link {
    display: block;
    padding: 1rem 0rem!important;
    padding-left: 10px!important;
    padding-right: 0px!important;
}

header .nav-link i {
	vertical-align: middle;
    font-size: 18px;
    margin-top: -2px;
    display: inline-block;
}

header .nav-item {
    margin-left: 30px!important;
	font-family: gotham-book!important;
}

header .dropdown-toggle::after {
    display: none;
}

header dropdown-item:focus, header .dropdown-item:hover, header .dropdown-item.active, header .dropdown-item:active {
    color: initial!important;
    text-decoration: none!important;
    background-color: transparent!important;
    border: none!important;
    outline: none!important;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    max-height: 770px;
    height: auto;
    padding: 20px 40px;
    overflow-y: auto;
    border: none;
    width: 300px;
}

header .dropdown-header {
    display: block;
    padding: .5rem 0rem;
}

header .dropdown-item {
    padding: .25rem 0rem;
}

.search-navbar .shadow.dropdown-menu {
    box-shadow: 0 3px 9px -1px rgba(0,0,0,.16)!important;
    outline: none;
    top: 150%;
    z-index: -2190!important;
}

.dropdown-divider {
    margin: 20px 0px 20px 0;
}

.dropdown-menu::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 50px;
    border-radius: 13px;
}
 
.dropdown-menu::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 0.4em;
    background-color: #fff;
    border-radius: 13px;
}
 
.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: #C4D3E2;
    outline: none;
    width: 0.4em;
}

/* search-navbar */
.search-areas-wrapper {
    max-width: 30%;
}

.property-type-placeholder {
    min-width:180px;
    width:180px!important;
}

.search-navbar {
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fff;
}

.search-navbar .navbar {
    padding: 1rem 0 1rem 0.5rem;
}

.search-navbar-form .input-group, .add-alert .input-group, .add-alert input, .add-alert select, .sale-rent-form .input-group, .add-alert .select2-container {
	border: 1px solid #093C71;
	border-radius: 5px;
}

.city-search .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    max-height: 41px;
    overflow-y: auto;
}

.add-alert .select2-container input {
    min-height:0px;
}

.search-navbar-form .input-group input, .sale-rent-form .input-group input {
	border: none;
	width: auto!important;
}

.search-navbar-form .input-group-prepend button i, .add-alert .input-group-prepend button i {
    font-size: 19px;
    vertical-align: middle;
    color: #093C71!important;
}

.search-navbar .input-group, .search-navbar .custom-select, .sale-rent-form .custom-select {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    /* width: auto; */
    max-height: 43px;
	height: auto;
	border-radius: 5px;
   	border: 1px solid #093C71;
    font-size: 15px;
}

.input-group.for-sale-main {
    line-height: 40px;
}

.search-navbar .form-control {
    background-color: #fff;
    border-radius: 5px!important;
    text-align: left;
    min-height: 40px;
    max-height: 40px;
    height: auto;
    padding: 0 10px;
    max-width: 130px;
    min-width: 130px;
    width: auto;
    color: #093C71;
    font-size: 13px;
    cursor: pointer;
}

.search-navbar .form-control.listing-type-placeholder {
    max-width: 110px!important;
    /* min-width: 110px!important; */
    min-width: 75px;
    width: 75px!important;
}

.search-navbar .custom-select {
    min-height: 41px;
}

#bcForm .form-control {
    border: 1px solid #093C71;
    margin-bottom:10px;
    color:#333;
}

#bcForm select.form-control, .careers-form select.form-control {
    padding: 10px 30px;
    height: 70px;
    font-size: 15px;
    background-image: url('https://spaces.cdn-nucleus.live/national-website/arrow-down-blk.png') !important;
    background-position: calc(100% - 25px) 30px, calc(100% - 0px) 5px, 100% 0px;
    background-repeat: no-repeat;
    background-size: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #495057!important;
}

.add-alert input, .add-alert select {
    background-color: #fff;
    border-radius: 5px!important;
    text-align: left;
    min-height: 40px;
    max-height: 40px;
    height: auto;
    padding: 0 10px;
    width: 100%;
    color: #093C71;
    font-size: 13px!important;
}

.add-alert .custom-select {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/arrow-down-blk.png') !important;
    background-position: calc(100% - 10px) 15px, calc(100% - 0px) 5px, 100% 0px;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.add-alert .input-group-lg>.custom-select, .add-alert .input-group-lg>.form-control {
    font-size: 13px;
}

.add-alert .form-control.search {
    width: 100%;
}

.search-navbar .form-control.search {
    max-width: 100%;
    min-width: 100%;
    width: auto;
}

.search-navbar .city-search {
    max-height:none!important;
}

/* .select2-container {
    z-index: 1110!important;
} */

.search-navbar .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border:none!important;
    padding-top: 8px;
    padding-bottom:8px!important;
}

.search-navbar .select2-container--default .select2-selection--single {
    height:auto!important;
    border:none!important;
    padding-top: 6px;
    padding-bottom:6px!important;
    background-color: transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #f4ce3c transparent;
    border-width: 0 6px 6px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #f4ce3c transparent transparent transparent;
    border-width: 6px 6px 0 5px;
    margin-top: 0px;
    top: 70%;
}

.careers-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -30px;
}

.where-our-people-work {
    padding: 5% 0;
} 

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

.search-navbar .select2-container .select2-search--inline .select2-search__field {
    margin-top:2px!important;
    margin-left: 15px;
}

.select2-dropdown {
    z-index:99999999999!important;
    border:none!important;
    margin-top:0px!important;
    background-color: transparent;
}

.search-navbar .select2-dropdown {
    z-index:999999999999!important;
}

.home-search .select2-dropdown, .sort-wrapper .select2-dropdown {
    z-index:100!important;
}

.search-navbar .form-control::placeholder, .search-navbar .form-control:-ms-input-placeholder, .search-navbar .form-control::-ms-input-placeholder {
    color: #444;
    opacity: 1;
    font-size: 15px;
}

.select2-results__option {
    margin-left:0px!important;
    font-size: 16px;
    min-width:150px;
    font-family: gotham-book;
}

.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0 3px 9px -1px rgba(0,0,0,.16)!important;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    max-height: 250px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:#093c71!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top:0px!important;
    background-color:#093C71!important;
    border-color:#093C71!important;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color:#ffffff;
    font-family:gotham-book;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color:#ffffff;
    border-right-color:#ffffff;
}

.select2-dropdown {
    border-color:#093C71!important;
    margin-top:-2px!important;
}

.search-navbar .input-group-prepend button i, .add-alert .input-group-prepend button i {
    font-size: 18px;
    vertical-align: middle;
    color: #093C71!important;
}

.search-navbar .input-group-lg>.form-control, .add-alert .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 13px;
}

.search-navbar button, .add-alert button {
	background-color: transparent;
	color: #093C71;
	text-transform: uppercase;
	font-size: 13px!important;
	border: none;
}

.search-navbar .form-control:focus, .sale-rent-form .form-control:focus {
    color: #093C71;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: none;
}

.search-navbar .custom-control-label::before, .sale-rent-form .custom-control-label::before, .sale-rent-form .custom-control-label::before {
    background-color: #cfcdcd;
}

.search-navbar .custom-control-label, .sale-rent-form .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: normal;
    min-width: 130px;
    cursor: pointer;
}

.search-navbar .custom-control, .sale-rent-form .custom-control {
    position: relative;
    display: block;
    min-height: 10px;
    padding-left: 1.5rem;
    line-height: 30px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    height: 0.3em!important;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em!important;
    background-color: #fff;
    border-bottom-right-radius: 10px;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #C4D3E2;
    outline: none;
    width: 0.5em!important;
    border-bottom-right-radius: 10px;
}

.city-search .select2-container .select2-selection--multiple::-webkit-scrollbar {
    height: 0.3em!important;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.city-search .select2-container .select2-selection--multiple::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em!important;
    background-color: #fff;
    border-bottom-right-radius: 10px;
}
 
.city-search .select2-container .select2-selection--multiple::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #C4D3E2;
    outline: none;
    width: 0.5em!important;
    border-bottom-right-radius: 10px;
}

.city-search {
    width: 450px!important;
    max-width:100%;
}

.large-dropdown {
    width: max-content;
    border: none;
}

.more-options-dropdown-large {
    left: auto !important;
    right: 0 !important;
}

#map, #map2, #sales_map, #rentals_map, #commercial_map {
	height: 400px;
	width: 100%;
	border-radius: 10px; 
}

/* breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb a, .breadcrumb-item.active {
	color:#323232;
	font-size: 12px;
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #323232;
    content: ">";
}

/* General */
.border-radius5 {
    border-radius: 5px!important;
}

.border-radius10 {
    border-radius: 10px!important;
}

.border-radius20 {
    border-radius: 20px!important;
}

.border-radius-0 {
    border-radius: 0px!important;
}

.border-top-0 {
    border-top: 0!important;
} 

.border-right-yellow {
    border-right: 2px solid #FFDE4F;
}

.border-top-yellow {
    border-top: 2px solid #FFDE4F;
}

.divider {
    border-bottom: 1px solid #C4D3E2;
}

.light-divider {
    border-bottom: 1px solid #F5F5F5;
}

.dark-divider {
    border-bottom: 3px solid #093C71;
}

.line-height-normal {
    line-height: normal;
}

.line-height-0 {
    line-height: 0!important;
}

.line-height-25 {
    line-height: 25px!important;
}

.line-height-30 {
    line-height: 30px!important;
}

.h-400 {
    height: 400px!important;
}

.h-220 {
    height: 220px!important;
}

.stars img {
    width: 100px;
    height: 100px;
    padding: 20px;
}

.font-10 {
	font-size: 10px!important;
}

.font-15 {
	font-size: 15px!important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
	font-size: 20px!important;
}

.font-25 {
    font-size: 25px!important;
}

.font-30 {
	font-size: 30px!important;
}

.font-35 {
	font-size: 35px!important;
}

.font-40 {
	font-size: 40px!important;
}

.font-45 {
	font-size: 45px!important;
}

.font-50 {
	font-size: 50px!important;
}

.sml-txt {
	font-size: 8px;
}

.pl-10 {
	padding-left: 10px!important;
}

.pr-10 {
	padding-right: 10px!important;
}

.pt-40 {
    padding-top: 40%;
}

.dark-txt {
    color: #323232;
}

.h-50 {
    min-height: 50px;
}

.h-70 {
    min-height: 70px;
}

.h-100px {
    min-height: 100px;
}

/* Favourite styles */
.favourite-selected {
    color: #093C71;
}
/* ================ */

.btn-div-center {
	text-align: center;
}

.btn-primary:focus {
    box-shadow: none!important;
}

/* .btn-primary:active, .btn-primary:hover, .btn-primary:visited, .btn-primary:link, .btn-primary:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    border: inherit;
    outline: none;
} */

.btn-primary.red, .btn-primary.red:not(:disabled):not(.disabled).active, .show>.btn-primary.red.dropdown-toggle {
    background-color: #D0112B;
    border-color: #D0112B;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.red:hover, .btn-primary.red:not(:disabled):not(.disabled):active {
    background-color: #D82A41;
    border-color: #D82A41;
}

.btn-primary i {
    text-align: right;
    font-size: 13px;
    margin-left: 10px;
}

.btn-primary.light-grey {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    width: auto;
    text-transform: uppercase;
    color: #093C71;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.light-grey:not(:disabled):not(.disabled).active, .btn-primary.light-grey:not(:disabled):not(.disabled):active, .btn-primary.light-grey:hover {
    color: #fff;
    background-color: #D0112B;
    border-color: #D0112B;
}

.btn-primary.white {
    background-color: #fff;
    border-color: #fff;
    width: auto;
    text-transform: uppercase;
    color: #093C71;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.white:not(:disabled):not(.disabled).active, .btn-primary.white:not(:disabled):not(.disabled):active, .btn-primary.white:hover {
    color: #093C71;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary.blue, .btn-primary.blue:not(:disabled):not(.disabled).active, .show>.btn-primary.blue.dropdown-toggle {
    background-color: #0090BF;
    border-color: #0090BF;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.blue:hover, .btn-primary.blue:not(:disabled):not(.disabled):active {
    background-color: #229FC8;
    border-color: #229FC8;
}

.btn-primary.yellow, .btn-primary.yellow:not(:disabled):not(.disabled).active, .show>.btn-primary.yellow.dropdown-toggle {
    background-color: #F4CE3C;
    border-color: #F4CE3C;
    width: auto;
    text-transform: uppercase;
    color: #093C71;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.yellow:hover, .btn-primary.yellow:not(:disabled):not(.disabled):active {
    background-color: #ECCF62;
    border-color: #ECCF62;
}

.btn-primary.dark-blue, .btn-primary.dark-blue:not(:disabled):not(.disabled).active, .btn-primary.dark-blue:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-blue.dropdown-toggle {
    background-color: #093C71;
    border-color: #093C71;
    width: auto;
    text-transform: uppercase;
    color: #F4CE3C;
    padding: 10px 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.btn-primary.dark-blue:hover, .btn-primary.dark-blue:not(:disabled):not(.disabled):active {
    background-color: #1C4D80;
    border-color: #1C4D80;
    padding: 10px 40px;
}

.btn-primary.dark-blue-border-only {
    background-color: transparent;
    border: 2px solid #093C71;
    width: auto;
    text-transform: uppercase;
    color: #093C71;
    padding: 5px 10px!important;
    text-align: center;
    font-size: 12px!important;
    font-weight: 800;
}

.btn-primary.dark-blue-border-only:not(:disabled):not(.disabled).active, .btn-primary.dark-blue-border-only:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-blue-border-only.dropdown-toggle {
    color: #fff;
    background-color: #093C71;
    border-color: #093C71;
}

.btn-primary.grey-only {
    background-color: #A8A8A8;
    border: 2px solid #A8A8A8;
    width: auto;
    text-transform: uppercase;
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.btn-primary.dark-blue-border-only:not(:disabled):not(.disabled).active, .btn-primary.dark-blue-border-only:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-blue-border-only.dropdown-toggle {
    color: #fff;
    background-color: #A8A8A8;
    border-color: #A8A8A8;
}

.btn-primary.dark-blue-filled {
    background-color: #093C71;
    border: 2px solid #093C71;
    width: auto;
    text-transform: capitalize!important;
    color: #ffffff;
    padding: 5px 10px!important;
    text-align: center;
    font-size: 12px!important;
    font-weight: 500!important;
}

.btn-primary.dark-blue-filled:not(:disabled):not(.disabled).active, .btn-primary.dark-blue-filled:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-blue-filled.dropdown-toggle {
    color: #fff;
    background-color: #093C71;
    border-color: #093C71;
}

.btn-primary.btn-sm, .btn-primary.btn-sm:active, .btn-primary.btn-sm:focus {
    width: auto;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.btn-primary.btn-x-sm {
    width: auto;
    text-transform: uppercase;
    padding: 5px 15px!important;
    text-align: center;
    font-size: 10px!important;
    font-weight: 800;
}

.badge-secondary {
	background-color: #D0112B;
	color: #fff;
	border-radius: 8px;
}

.buy-link:hover, .sell-link:hover, .buy-link:active, .sell-link:active, .buy-link.active, .sell-link.active {
    background-color: #D0112B!important;
	color: #fff;
}

.rent-link:hover, .let-link:hover, .rent-link:active, .let-link:active, .rent-link.active, .let-link.active {
    background-color: #0090BF!important;
	color: #fff;
}

.buy-link:hover, .sell-link:hover, .rent-link:hover, .let-link:hover {
    color: #fff;
}

.card-title {
	margin-bottom: 30px;
}

.card-link {
	color: #323232;
	text-transform: uppercase;
    vertical-align: middle;
    padding: 5px 15px;
    margin-left: 0!important;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
}

.card-link:hover {
	color: #323232;
}

.card-link.active {
	background-color: #D0112B;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
    padding: 5px 15px;
    vertical-align: middle;
    font-family: gotham-bold;
}

.home-search-container .sale-rent-form .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: auto; */
    max-height: 42px;
    height: auto;
    border-radius: 5px;
    border: none!important;
    font-size: 15px;
}

.home-search-container .sale-rent-form .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    /* content: url('https://spaces.cdn-nucleus.live/national-website/arrow-down-blk.png'); */
    border-left: none;
    width: 10px;
    height: 20px;
    font-size: 30px;
    line-height: 50px;
}
.home-search-container .btn-primary.active, .home-search-container .btn-primary:hover {
    background-color: #093C71!important;
    color: #fff!important;
    border-color: #093C71!important;
}

.home-search-container .sale-rent-form .input-group.for-sale-main {
    line-height: 40px;
}

.home-search-container .sale-rent-form .input-group.for-sale-main {
    line-height: 40px;
}

.home-search-container .sale-rent-form .dropdown {
    max-width: 200px;
    padding: 0;
}

.home-search-container .sale-rent-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 20px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 26px;
    transition: none;
}

.home-search-container .select2-container {
    z-index: 999!important;
}

/* .home-search-container .buy-link:hover, .home-search-container .sell-link:hover, .home-search-container .buy-link:active, .home-search-container .sell-link:active {
	color: #093C71!important;
	border-radius: 8px;
	font-size: 17px;
    padding: 5px 15px;
    vertical-align: middle;
    font-family: gotham-bold;
}

.home-search-container .rent-link:hover, .home-search-container .let-link:hover, .home-search-container .rent-link:active, .home-search-container .let-link:active {
	color: #093C71!important;
	border-radius: 8px;
	font-size: 17px;
    padding: 5px 15px;
    vertical-align: middle;
    font-family: gotham-bold;
} */

.uppercase {
	text-transform: uppercase!important;
}

.light-font {
    font-family: gotham-book!important;
}

.bold-font {
    font-family: gotham-bold!important;
}

.dark-grey-txt {
	color: #323232!important;
}

.light-blu-txt {
	color: #C4D3E2;
	font-family: gotham-bold;
}

.wht-txt {
	color: #fff!important;
}

.blu-txt {
	color: #093C71!important;
	font-family: gotham-bold;
}

.red-txt {
	color: #D0112B!important;
	font-family: gotham-bold;
}

.blue-txt {
	color: #0090BF!important;
	font-family: gotham-bold;
}

.green-txt {
	color: #3BAF29!important;
	font-family: gotham-bold;
}

.yellow-txt {
	color: #F4CE3C;
	font-family: gotham-bold;
}

.red-txt.underlined {
	color: #D0112B;
	border-bottom: 1px solid #D0112B;
}

.grey-txt {
    color: #A8A8A8!important;
}

.grey-back-for-link {
    background-color: #A8A8A8!important;
}

.wht-back {
    background-color: #fff;
}

.red-back {
	background-color: #D0112B!important;
    height: auto;
	color: #fff;
}

.sky-blue-back {
	background-color: #0090BF!important;
    height: auto;
	color: #fff;
}

.blue-back {
    background-color: #093C71!important;
    height: auto;
	color: #fff;
}

.yellow-back {
    background-color: #F4CE3C!important;
    height: auto;
	color:#093C71;
}

.light-blue-back {
	background-color: #C4D3E2!important;
    height: auto;
	border-radius: 15px;
    border: 0;
}

.grey-back-only {
	background-color: #F5F5F5!important;
    border-radius: 19px;
}

.grey-back {
	background-color: #F5F5F5!important;
    height: auto;
	border-radius: 19px;
	color: #093C71;
	min-height: 450px;
}

.darker-grey-back {
    background-color: #ececec!important;
    height: auto;
	border-radius: 19px;
	color: #093C71;
	min-height: 450px;
}

.white-back {
	background-color: #fff!important;
}

.yellow-back-only {
    background-color: #F4CE3C!important;
    height: auto;
}

.dark-blue-back-only {
    background-color: #093C71!important;
    height: auto;
}

.mobi-header-btn {
    padding: 5px 10px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.mw-100 {
    min-width: 100px;
}

.space20 {
	min-height: 20px!important;
}

.shadow {
    z-index: 995;
    background-color: #fff;
    border-radius: 10px;
	padding: 40px 30px;
}

.accordion .shadow {
    z-index: 999;
}

.accordion ul>li {
    margin-left: 30px;
    font-family: gotham-bold;
}

.shadow ul {
	list-style-type: none;
	padding-left: 0;
}

.shadow ul>li>i {
	font-size: 20px;
	margin-right: 20px;
	color:#093C71;
}

.shadow.blue-back {
	min-height: 370px;
}

.display-inline-block {
    display: inline-block;
}

.toast {
    overflow: hidden;
    font-size: 12px;
    background-color: #C4D3E2;
    background-clip: padding-box;
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 1;
    border-radius: 45px;
    width: auto;
    min-width: 100%;
    max-width: none;
    float: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    color: #093C71;
    background-color: #C4D3E2;
    background-clip: padding-box;
    border-bottom: 0;
}

.toast .close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: initial;
    color: #093C71;
    text-shadow: none;
    opacity: 1;
    vertical-align: middle;
}

.toast.notification {
    overflow: hidden;
    font-size: 12px;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    border-radius: .25rem;
    width: 100%;
    min-width: 100%;
    max-width: 0;
}

.toast.notification .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #093C71;
    background-color: #C4D3E2;
    background-clip: padding-box;
    border-bottom: 0;
}

.toast.notification .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
    color: #093C71;
    text-shadow: none;
    opacity: 1;
    vertical-align: middle;
}

.toast.error {
    overflow: hidden;
    font-size: 12px;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
    border-radius: .25rem;
    width: 100%;
    min-width: 100%;
    max-width: 0;
}

.toast.error .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #ffffff;
    background-color: #F74949;
    background-clip: padding-box;
    border-bottom: 0;
}

.error-output {
    margin-top: 20px;
}

.error-output .alert-danger {
    background-color: #F74949;
    border-color: #F74949;
    color:#fff!important;
}

.error-output .alert-danger p {
    color:#ffffff;
    margin-bottom: 0;
}

.toast.error .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    vertical-align: middle;
}

.add-alert .toast {
    overflow: hidden;
    font-size: 10px;
    border: 1px solid #C4D3E2;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    opacity: 1;
    border-radius: 45px;
    min-width: min-content;
    max-width: max-content;
    width: auto;
    background-color: transparent;
}

.add-alert .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    color: #C4D3E2;
    background-color: transparent;
    /* background-clip: padding-box; */
    /* border: 1px solid #C4D3E2; */
}

.add-alert .toast .close {
    float: right;
    font-size: 10px;
    font-weight: 700;
    line-height: initial;
    color: #C4D3E2;
    text-shadow: none;
    opacity: 1;
    vertical-align: middle;
}

.property-types-form .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #C4D3E2;
    border-radius: 3px!important;
}

.property-types-form .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: normal;
    font-size: 13px;
}

.property-types-form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #093C71;
    border-radius: 3px!important;
}

.property-types-form .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 0;
    background-image: none!important;
}

/*-------------------------------- Fancybox -----------------------------------*/
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #fff;
    padding: 5px;
    right: -55%;
    top: -94px;
    background-color: #093C71!important;
}

.fancybox-navigation .fancybox-button {
    background-color: #093C71!important;
    color: #fff;
}

.fancybox-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    outline: none;
    overflow: hidden!important;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 9999999999999999!important;
}

.fancybox-slide--current {
    display:block!important;
}

.fancybox-container {
    z-index: 9999999999999999!important;
}

/* Slider */
.slider1 {
	margin-bottom: 10px;
}

#datesCarousel .carousel-item, #datesCarousel .carousel-item.active {
    max-width: 100%!important;
    display: block;
}

#datesCarousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    z-index: 999999999;
    min-height: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.carousel-item, .carousel-item.active {
    max-width: 100%!important;
}

.listing-gallery .carousel-item, .listing-gallery .carousel-item.active {
    max-width: 100%!important;
    max-height: 54vh;
    min-height: 54vh;
    height: auto;
    align-items: center;
    align-self: center;
    display: flex;
}

.carousel .carousel-control-prev-icon {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/left-carousel.png');
}

.carousel .carousel-control-next-icon {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/right-carousel.png');
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    height: 10%;
    width: 9%;
    text-align: center;
    top: 45%;
}

.carousel-control-next i, .carousel-control-prev i {
    font-style: normal;
    font-size: 27px;
    background-color: #093C71;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    justify-content: center;
}

.tns-nav {
	text-align:center;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tns-nav-active {
	background-color: #093C71!important;
	border-radius: 100%;
}

.tns-nav button{
	height: 15px;
    width: 15px;
    border: none;
	background-color: #C4D3E2;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

/* Masterslider */
.master-slider .carousel-indicators, .search-results-page .carousel-indicators  {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: auto;
    backdrop-filter: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    margin-right: 0;
    margin-left: 15%;
    list-style: none;
    max-width: 60px;
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 100px;
    display: none;
}

.master-slider .carousel-indicators li, .search-results-page .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    height: 15px;
    margin-right: 0;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity .6s ease;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: transparent!important;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    padding: 10px 20px;
}

.ms-skin-light-3 .ms-bullet {
    width: 10px!important;
    height: 10px!important;
    background-position: 0!important;
    margin: 4px;
    border-radius: 100%;
    background-color: #C4D3E2!important;
}

.ms-skin-light-3 .ms-bullet-selected {
    background-color: #093C71!important;
    background-position: 0!important;
}

/* with arrow nav */
.ms-skin-light-3 .ms-nav-next {
    width: 60px!important;
    background: url('https://spaces.cdn-nucleus.live/national-website/chevron-right-solid.png')!important;
    background-position: left 30px center!important;
    height: 170px!important;
    padding-top: 120px;
    cursor: pointer!important;
    top: 10%!important;
    margin-top: 0px!important;
    position: absolute!important;
    z-index: 110!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    right: -110px!important;
    vertical-align: middle;
    background-size: 30%!important;
    left: auto!important;
    background-color: #fff!important;
    color: #fff!important;
}

.ms-nav-next p {
    color: #fff;
    position: absolute;
    top: 49%;
    right: 45px;
    z-index: 9999;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ms-skin-light-3 .ms-nav-prev {
    width: 60px!important;
    background: url('https://spaces.cdn-nucleus.live/national-website/chevron-left-solid.png')!important;
    background-position: right 10px center!important;
    height: 70px!important;
    padding-top: 220px!important;
    cursor: pointer!important;
    top: 10%!important;
    margin-top: 0px!important;
    position: absolute!important;
    z-index: 110!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    left: -110px!important;
    vertical-align: middle!important;
    background-size: 30%!important;
    right: auto!important;
    background-color: #fff!important;
}
/* -------------- */

.slide .location img, .block-div .location img {
    width: 15px;
}

.properties-left.col.slide {
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-width: 350px;
    max-width: 370px!important;
    float: left;
}

.branch-page-properties .col.slide {
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-width: 440px!important;
    max-width: 440px!important;
    max-height: 390px;
    min-height: 390px;
    float: left;
}

.col.slide {
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-width: 350px;
    max-width: 350px;
    float: left;
}

.agent-profile .tab-content .col.slide {
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    min-width: 339px!important;
    max-width: 340px!important;
    float: left;
}

.col.slide .badge-light {
    background-color: #f8f9fa;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 997;
    padding: 10px;
    font-size: 16px;
}

.col.slide .badge-light i {
    font-size: 16px;
}

.agent-profile-header .col.slide {
    padding: 10px;
    margin: 14px 0px;
    -webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    min-width: 410px;
    max-width: 400px!important;
    float: left;
}

.individual-branch-profile-header .col.slide {
    padding: 10px;
    margin: 14px 0px;
    -webkit-box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    min-width: 410px!important;
    max-width: 410px!important;
    float: left;
}

.block-div {
	display: block;
	width: 100%;
}

.col.slide .media {
    margin-top: 5px;
}

.agent-profile-header .media-body i {
    width: 23px;
    text-align: center;
    font-size: 17px;
}

.property-name {
	color: #093C71;
	font-weight: 500;
    font-size: 16px!important;
}

.location {
    color: #323232;
    font-family: gotham-book!important;
    vertical-align: middle;
    line-height: 25px;
    display: inline-block;
    font-size: 11px!important;
    min-height: 32px;
}

/* .price {
	color: #D0112B;
	font-weight: 500;
} */

.block-div p {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: gotham-bold;
}

.block-div .price i {
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.my-just-property-body .table td {
    vertical-align: middle;
}

.my-just-property-body .block-div .price i {
    color: #093C71;
}

.search-results-page .block-div .price i {
    color: #A8A8A8;
}

.price {
	color: #D0112B;
	font-weight: 900;
	vertical-align: top;
	line-height: 25px;
    font-size: 15px;
}

.block-div .left-align {
    display: inline-block;
    min-width: 62%;
    width: auto;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    max-width: none;
}

.block-div .right-align {
	display: inline-block;
	max-width: 200px;
	min-width: 35%;
	width: auto;
	text-align: right;
	vertical-align: bottom;
    line-height: 60px;
    float:right;
}

.slide-caption .media img {
    width: 35px;
}

.agent-name {
    color: #093C71;
    text-transform: uppercase;
    font-size: 11px;
    font-family: gotham-bold;
    margin-bottom: 0;
    line-height: 22px;
    margin-top: 5px;
    margin-left: 10px;
    max-width: fit-content;
    word-break: break-word;
}

.area-specialists .agent-name {
    max-width: 100%;
    word-break:inherit;
    text-align: left;
    font-size: 16px!important;
}

.agent-desc {
	color: #323232;
	text-transform:initial;
	font-size: 9px;
	font-weight: 600;
}

.badge-yellow {
    border-radius: 0;
    background-color: #F4CE3C;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99999999;
}

.badge-yellow-top {
    border-radius: 0;
    background-color: #F4CE3C;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99999999;
}

.badge-blue-top {
    border-radius: 0;
    background-color: #0090BF;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99999;
}

.col.slide .badge-red-top {
    border-radius: 0;
    background-color: #0090BF;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 998;
}

.badge-red-top {
    border-radius: 0;
    background-color: #D0112B;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 58px;
    z-index: 998;
}

.col.slide .badge-red-top {
    border-radius: 0;
    background-color: #D0112B;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 998;
}

.similar-btn {
    font-size: 11px!important;
    position: absolute;
    left: 82px;
    top: 9px;
    z-index: 998;
    padding: 5px 8px!important;
}

.badge-green {
    border-radius: 0;
    background-color: #C4D3E2;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99999999;
}

/* .slide-caption {
	-webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.1);
} */

.slide-caption .left-align {
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    min-width: 49%;
	padding: 5px;
    
}

.slide-caption .right-align {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background-color: #D0112B;
    min-width: 140px;
    max-width: 160px;
    width: auto;
    color: #fff;
    padding: 7px 10px;
    position: relative;
    border-radius: 25px;
    margin-top: 10px;
    float: right;
}

.slide-caption .right-align:hover {
    background-color: #D82A41;
}

.slide-caption .right-align a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.slide-caption .right-align a:hover {
	border-bottom: 0;
}

.slide-caption .right-align img {
    max-width: 13px;
    position: absolute;
    right: 25px;
    top: 15px;
    transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

/* .slide-caption .right-align i {
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 25px;
    top: 10px;
    transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
} */

.right-align:hover img {
    right: 15px;
}

/* Hover effect */
/* general */

.image-wrapper:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.image-wrapper img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 5px;
}

.image-wrapper {
    position: relative;
	overflow: hidden;
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
	min-height: 560px;
	height: 100%;
	border-radius: 5px;
}

.img-overlay {
	position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    z-index: 995;
}

.video-image-wrapper {
    position: relative;
}

.video-img-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding:40% 20px;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    text-align: center;
}

.video-img-overlay i {
    font-size: 30px;
    color: #fff;
}

.lrg-video-img-overlay i {
    font-size: 60px;
    color: #fff;
}

.lrg-video-img-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding:30% 20px 0 20px;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    text-align: center;
}

.img-wrapper {
    position: relative;
}

.team-img-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0px;
    z-index: 9999;
}

.img-wrapper:hover .team-img-overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    overflow: hidden;
    margin: auto;
    transition: all .7s ease;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    vertical-align: middle;
}

.image-wrapper:hover .img-overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin-top: 0;
	/* padding-top: 88% 30px 0 30px; */
	transition: all .7s ease;
	cursor: pointer;
}

.img-overlay-media .img-overlay h3 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 40%;
    position: absolute;
    bottom: 10px;
}

.img-overlay p.date {
    margin-bottom: 0;
    line-height: 20px;
    color: #fff;
	font-size: 15px;
    text-align: left;
}

.img-overlay p.date i {
    font-size: 16px;
    margin-right: 10px;
}

/* Modal styles */
.modal {
    z-index: 99999999999;
}

.modal-content::-webkit-scrollbar {
    height: 0.3em!important;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.modal-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em!important;
    background-color: #fff;
}
 
.modal-content::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #093C71;
    outline: none;
    width: 0.5em!important;
}

.modal p {
    color: #323232;
}

.modal .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 15px;
}

#messageModal .close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-header h5 {
    font-family: gotham-book;
    text-transform: uppercase;
}

.modal-body {
    color: #000;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

/* Home */

.home-categories .image-wrapper {
    position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	min-height: 800px;
	height: 100%;
}

.home-categories .img-overlay {
	position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 78% 30px 0 30px;
    background: transparent linear-gradient(180deg, #093C7100 0%, #093C71 100%) 0% 0% no-repeat padding-box;
    z-index: 999;
}

.home-categories .unlock-home {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/how-much-is-your-house-worth.jpg');
}

.home-categories .how-to-be-tenant {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/credit-check.jpg');
}

.home-categories .get-insight {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/speak-to-broker.jpg');
}

.results-break .image-wrapper {
    position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	min-height: 400px;
	height: 100%;
}

.results-break .img-overlay {
	position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    opacity: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 30% 30px 0 30px;
    background: transparent linear-gradient(180deg, #093C7100 0%, #093C71 100%) 0% 0% no-repeat padding-box;
	z-index: 999;
}

.results-break .img-overlay img {
    width: 100%;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.results-break .image-wrapper:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: none;
}

.results-break p {
	display: inline-block;
}

.results-break .img-overlay h3 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0%;
    position: static;
    display: inline-block;
    line-height: 40px;
}

.home-categories .image-wrapper:hover .img-overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin-top: 0;
	padding: 88% 30px 0 30px;
	transition: all .7s ease;
	transform: translateY(0);
    -webkit-transform: translateY(0);	
	cursor: pointer;
}

.home-categories .img-overlay h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
	font-size: 40px;
}

.home-categories .img-overlay p {
    margin-bottom: 30px;
    line-height: 30px;
    color: #fff;
	font-size: 20px;
}

.home-categories .img-overlay li {
    color: #fff;
	font-size: 20px;
}

.sell-blogs .img-overlay h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0%;
    position: absolute;
	left: 20px;
	bottom: 20px;
    text-align: left;
    padding-right: 15px;
}

.sell-blogs .suburbs {
    overflow-X: hidden;
}

.tenant-cta .image-wrapper {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/credit-check.jpg');
}

.buyers-guide-cta .ooba {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/shutterstock_1716569524_plsjur.jpg');
}

/* Home page */
.home-header {
	background-image: url('https://spaces.cdn-nucleus.live/national-website/home-header.jpg');
	background-size: cover;
	background-position: center;
	height: 100%;
	padding-top: 9rem!important;
    padding-bottom: 9rem!important;
}

.home-header h2 {
    color: #F4CE3C;
    font-family: gotham-bold;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.home-header .btn-primary {
    padding: 10px 30px!important;
    background-color: #F4CE3C!important;
}

.home-header-wht-heading {
    vertical-align: text-top;
}

/* .home-header h2 {
	color: #fff;
	font-size: 40px;
} */

.home-header .card {
	border-radius: 17px;
	box-shadow: 0px 11px 11px #00000029;
	border: none;
	margin-top: 5%;
}

.my-location img {
	/* background-color: #093C71; */
	width: 250px;
	padding: 0;
	line-height: 45px;
	z-index: 9999;
}

.home-header .media-body {
    background-color: #fff;
    max-width: 270px;
    padding: 4px 15px 0 60px;
    margin-left: -50px;
    max-height: 52px;
}

.home-header .media-body h5 {
    display: inline-block;
	line-height: 45px;
	color: #093C71;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

/* .home-welcome {
    margin-top: 3%;
    margin-bottom: 1%;
} */

/* .home-welcome .container {
	border-bottom: 1px solid #F5F5F5;
} */

.section-heading p {
    color: #323232;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.section-heading .red-txt.dropdown, .section-heading .blue-txt.dropdown {
    display: inline-block;
    margin-left: 5px;
}

.section-heading a {
	font-size: 16px;
	font-weight: 700;
}

.section-heading .dropdown-toggle::after {
    display: none;
}

.home-about .section-heading {
    margin-bottom: 10%;
}

.home-about .section-heading h2 {
    font-size: 3rem;
}

.home-about .blue-back {
    text-align: center;
    /* padding: 72.8% 20px 20px 20px; */
    height: 95%;
    max-width: 90%;
    min-width: 90%;
    width: auto;
	margin-top: 20px;
}

.home-about .blue-back.left {
    float: right;
    border-left: 10px solid #C4D3E2;
}

.home-about .blue-back.right {
	border-right: 10px solid #C4D3E2;
}

.home-about .blue-back.left .btn-primary {
	margin-top: 61%;
}

.home-about .blue-back.right .btn-primary {
	margin-top: 58%;
}

.home-about img {
    width: 85%;
}

.home-about .shadow {
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 60px;
    margin-right: 15px;
    min-height: 330px;
    max-height: 330px;
    height: auto;
}

.social-icons-right {
    display: block;
    float: right;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}

.social-icons-left {
    display: block;
    float: right;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.social-icons-bottom {
    display: block;
    float: none;
    text-align: center;
}

.social-icons-left i, .social-icons-right i, .social-icons-bottom i {
    color: #C4D3E2;
    display: block;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 10px;
}

.social-icons-left i:hover, .social-icons-right i:hover, .social-icons-bottom i:hover {
    color: #093C71;
}

.social-icons-bottom i {
    color: #C4D3E2;
	display: inline-block;
	font-size: 25px;
    vertical-align: middle;
}

.social-icons i {
    color: #C4D3E2;
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 20px;
}

.social-icons i:hover {
    color: #C4D3E2;
}

/* .home-about .shadow.align-left {
	top: -50px;
    left: -80px;
    right: 40px;
}

.home-about .shadow.align-right {
    top: 30px;
    right: -630px;
    left: 100%;
} */

.home-about .shadow p.blu-txt {
    font-size: 30px;
    line-height: 30px;
}

.home-about .shadow p {
    line-height: 25px;
}

.home-block-section .logos img {
    width: 180px;
    display: inline-flex;
	margin-left: 10px;
	margin-right: 10px;
}

.home-block-section .shadow img {
    min-width: 70px;
    height: auto;
    max-width: 70px;
    width: auto;
}

/* .home-block-section .blue-back img {
    min-width: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
} */

.home-journey {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/testimonial.jpg');
    background-position: top center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    background-attachment: fixed;
}

.testimonials .shadow.grey-back p {
    color: #323232;
}

.testimonials .shadow {
    position:relative;
}

.home-block-section .shadow {
    height: 100%;
}

.home-block-section .shadow.grey-back p {
    color: #323232;
}

.home-journey .shadow.grey-back {
    min-height: 530px;
}

/* .home-journey h2, .home-journey h3 {
	font-size: 60px;
}

.home-journey p {
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-journey-blocks .blue-back p {
	color: #fff;
}

.home-journey-blocks .shadow {
    min-height: 370px;
    height: 100%;
	top: -100px;
} */

.home-login {
    padding-top: 4%;
    padding-bottom: 5%;
}

.home-login .shadow p, .home-login .shadow ul>li {
    margin-left: 0;
	font-size: 18px;
}

.home-login .shadow ul>li>img {
    min-width: 25px;
    max-width: 25px;
    width: auto;
    margin-right: 10px;
}

.register-page .social-login-wrapper .social-btn {
	width: 75%;
}

.or {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 18px;
}
/* Sell page */
.sell-page-body .search-navbar, .franchisees-body .search-navbar, .let-page-body .search-navbar  {
    display: none;
}
.sell-header .container {
	background-image: url('https://spaces.cdn-nucleus.live/national-website/header_1.jpg');
	background-position: center;
	background-size: cover;
	padding: 2% 3%;
    background-repeat: no-repeat;
}

.sell-header h1 {
	color: #fff;
	text-transform: uppercase;
    font-size: 35px;
}

.sell-header .light-blue-back {
    min-height: 470px;
}

.sell-agents.grey-back {
    min-height: auto;
}

.sell-header .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 10px;
}

.sell-page-list-property-form {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/pin_pattern.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    background-repeat: no-repeat;
    min-height: 400px; 
    height: auto;
}

.custom-control-label.popi-checkbox {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 14px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 100%;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: none;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: none;
    background-image: none!important;
}

.custom-control-input:checked~.custom-control-label::before, .contact-form .custom-control-input:checked~.custom-control-label::before, .list-residential-property-form .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #1C4D80;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.section-heading .red-dot, .section-heading .blue-dot{
    margin-left: 0;
}

.section-heading .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: none;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: none;
}

.section-heading .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: none;
    width: 1rem;
    height: 1rem;
    content: "";
    background: none;
    background-image: none!important;
}

.sell-value-steps {
    padding-top: 0;
    padding-bottom: 3%;
}

.sell-property .media img {
    min-width: 26px;
	max-width: 26px;
	width: auto;
}

.sell-property .media a {
    color: #323232;
}

.value-left {
	background-image: url('https://spaces.cdn-nucleus.live/national-website/how_we_provide_value.jpg');
	background-position: center;
	background-size: cover;
	min-height: 760px;
	height: auto;
	padding: 40px;
	z-index: 100;
}

.value-left h2 {
    font-size: 60px;
    line-height: 60px;
}

.value-right.blue-back {
    min-height: 800px;
    /* max-height: 800px; */
    height: auto;
    padding: 30px 40px;
    border-right: 10px solid #C4D3E2;
    margin-top: 30px;
    margin-left: -20px;
}

.value-right .card {
	z-index: 99999;
	margin-left: -80px;
	padding: 20px 20px 20px 0;
	border-radius: 15px;
}

.value-right .card p {
	color: #323232;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px;
}

.number {
    color: #fff!important;
    /* padding: 30px; */
    font-size: 40px!important;
    /* border: 5px solid #C4D3E2; */
    /* box-shadow: 2px 0px 6px #00000029; */
    margin-left: -50px;
    margin-right: 20px;
    width: 90px;
    z-index: 99999;
}

.sell-value-steps h5 {
    font-size: 45px;
    position: relative;
    text-transform: capitalize;
    margin-top: -20px;
    margin-bottom: 0;
}

.sell-value-steps h5:before {
    content: '';
    border-top: 8px solid #C4D3E2;
    position: absolute;
    top: -58px;
    left: 0;
    width: 400px;
    z-index: 9999;
}

.sell-value-steps h6 {
	font-size: 60px;
}

.sellers-guide {
	background-image: url('https://spaces.cdn-nucleus.live/national-website/parallax_image.jpg');
	background-position: center;
	background-size: cover;
    background-attachment: fixed;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.sellers-guide h2, .sellers-guide p {
	color: #fff;
}

.guide-form {
	background-color: rgba(255,255,255,0.3);
	border-radius: 20px;
	padding: 40px;
}

.seller-guide-form input, #newsletter-form input {
    border-radius: 16px;
    vertical-align: middle;
	padding: 22px 12px;
	border: none;
}

.sell-agents .media img {
    min-width: 45px;
    max-width: 45px;
    width: auto;
}

.sell-agents .media .agent-contact-details img {
    min-width: 20px;
    max-width: 25px;
    width: auto;
}

.sell-agents .media-body .agent-name {
	font-size: 20px;
    min-height: 45px;
}

.sell-page-body .sell-agents .media-body .agent-name {
    font-size: 20px;
    height: 50px;
    align-items: center;
    align-self: center;
    display: flex;
}

.sell-agents .media-body .agent-profile {
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.sell-agents .media-body .agent-profile a {
	font-size: 11px;
	margin-left: 20px;
	color: #323232;
}

.sell-agents .media-body i {
    font-size: 20px;
    color: #C4D3E2;
    margin-right: 20px;
}

.sell-agents .media-body i:hover {
    color: #093C71;
}

.sell-agents .shadow {
    border-radius: 4px;
    padding: 15px 10px;
}
.sell-page-body .sell-agents .shadow {
    min-height:135px;
    align-items:stretch;
}

.sell-page-body .sell-agents .shadow .media-body {
    align-items: flex-start;
    min-height: 102px;
    display: grid;
}

.agent-chat {
	background-color: #AC004D;
	width: 100%;
	padding: 16px 5px 5px 10px;
    margin-top: -10px;
    position: relative;
}

.agent-chat:hover {
    cursor: pointer;
}

.agent-chat img {
    max-width: 13px;
    position: absolute;
    right: 25px;
    top: 24px;
    transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.agent-chat:hover img {
    right: 15px;
}

.agent-chat p, .agent-chat a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.agent-chat i {
    float: right;
    margin-top: 4px;
    margin-right: 10px;
}

.testimonials .shadow img, .home-journey-blocks .shadow img {
	min-width: 120px;
	max-width: 120px;
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.testimonials .quotes-icon {
    min-width: 60px!important;
    max-width: 60px!important;
    width: auto;
    text-align: center;
    display: block;
    margin-top: -70px!important;
    margin-bottom: 20px;
    position: relative!important;
    right: auto!important;
    left: auto!important;
    bottom: auto!important;
}

.home-journey-blocks .position-absolute {
    width: 60px;
    top: -30px;
    left: 38%;
    right: auto;
}

.next-steps {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Our story page */
.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item+.breadcrumb-item.text-white::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: ">";
}

.story-header {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/enquire-background.jpg');
	background-position: center;
	background-size: cover;
	padding: 0% 3%;
	min-height: 70vh;
    position: relative;
}

.story-header h1 {
    line-height:50px;
}

.story-header img {
    width: 21%;
    position: absolute;
    right: 14%;
    top: 27%;
    z-index: 9999;
}

.story-gallery .image-wrapper {
    min-height: 300px;
}

.popover .arrow {
    border: 0;
    display: none!important;
}

.team-header-gallery .image-wrapper {
    min-height: 200px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 300px;
    border-radius: 0;
    font-family: gotham-book;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 13px;
    word-wrap: break-word;
    background-color: rgba(50, 50, 50, 0.8)!important;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    color: #fff;
    max-height: 130px;
}

.header-popover {
    height: 80px!important;
    padding: 0 20px!important;
    text-align: center!important;
}

.popover-body {
    padding: 10px 15px;
    color: #fff;
}

.journey .card img {
    border-radius: 0;
}

.journey .card {
    border: none;
    margin-bottom: 30px;
}

.journey .card-body {
    padding: 0;
}

.journey .card-title {
    margin-bottom: 10px;
}

.mission-vision-values {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/mission_background.jpg');
    background-size: cover;
    background-position: top center;
    padding: 10%;
}

.mission-vision-values .nav-link {
    font-size: 15px!important;
    width: auto!important;
    display: inline-block!important;
    color: #fff;
    font-size: 20px!important;
    font-family: gotham-bold;
    padding: 0 0 10px 0!important;
}

.mission-vision-values .nav-link.active {
    color: #F4CE3C;
    border-bottom: 2px solid #F4CE3C;
}

.mission-vision-values .nav-item {
    margin-left: 20px!important;
    margin-right: 20px!important;
    margin-bottom: 20px!important;
    text-align:center;
}

.mission-vision-values .nav {
    display: inline-flex;
    color: #F4CE3C;
}

.mission-vision-values-tabs .quotes-icon {
    min-width: 60px!important;
    max-width: 60px!important;
    width: auto;
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: -25px;
    position: relative!important;
    right: auto!important;
    left: auto!important;
    bottom: auto!important;
}

.mission-vision-values-tabs .tab-content .shadow {
    min-height: 260px;
    height: auto;
    max-height: 280px;
    overflow-y: auto;
}

.mission-vision-values-tabs .tab-content>.active {
    display: block;
    height: 200px;
}

.agent-profile .tab-content>.active, .tools-tabs .tab-content>.active {
    display: block;
}

/* .services .tab-content>.tab-pane {
    height: 250px;
} */

.ceo-testimonial {
    background-color: #093C71;
}

.about-section1 {
    background-color: #FFDE4F;
    height: 500px;
    padding: 7% 0;
}

.about-section-absolute {
    margin-top: -170px;
    margin-bottom: -180px;
}

.about-section-absolute .col {
    z-index: 99999;
}

.about-section3 {
    background-color: #ececec;
    height: 500px;
    padding: 5% 0 5% 0;
    z-index: 999;
}

.our-agents-page-body .about-section3, .our-franchisees-page-body .about-section3 {
    background-color: #ececec;
    height: auto;
    padding: 0;
    z-index: 999;
}

.our-team-page-body .about-section3 {
    height: auto!important;
    padding: 0;
}

.about-section3 img {
    width: 100%;
}

/* .about-section3 .card-img-top, .mobi-about-section3 .card-img-top {
    height: 190px;
    vertical-align: middle;
    align-self: center;
    display: flex;
} */

/* .mobi-about-section3 p {
    position: absolute;
    top: auto;
    bottom: 0;
}

.mobi-about-section3 .col {
    min-height: 150px;
    text-align: center;
} */

.franchisees-mobi-dropdown {
    width: 100%;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 30px;
}

.franchisees-mobi-dropdown option {
    color: #000;
}

.services .tab-content>.tab-pane.active {
    display: block;
}
/* Commercial page */
.commercial-header .container {
	background-image: url('https://spaces.cdn-nucleus.live/national-website/header.jpg');
	background-position: center;
	background-size: cover;
	padding: 2% 3%;
	min-height:50vh;
}

.commercial-categories .shadow {
    z-index: 9999;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    min-height: 330px;
}

.commercial-categories .shadow h2 {
	position: absolute;
    bottom: 3px;
    left: 30px;
}

.commercial-categories {
	margin-top: -1%;
}

.commercial-seller-guide {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/commercial-seller-guide.jpg');
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding-top: 8%;
    padding-bottom: 8%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.commercial-seller-guide h2, .commercial-seller-guide p {
	color: #fff;
}

.commercial-text {
    color: #3BAF29;
}

.commercial .price {
    color: #3BAF29;
    font-family: gotham-book;
}

.commercial .slide-caption .right-align {
	background-color: #3BAF29;
}

.commercial .slide-caption .right-align:hover {
	background-color: rgba(59, 175, 41, 0.85);
}

.commercial-agents .media.my-location .media-body {
    background-color: #F4CE3C;
    max-width: 270px;
    padding: 4px 15px 0 60px;
    margin-left: -50px;
    max-height: 52px;
}

.commercial-agents .media.my-location .media-body h5 {
    display: inline-block;
    line-height: 45px;
    color: #093C71;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.commercial-agents .media.my-location img {
    min-width: 30px;
    max-width: 53px;
    width: auto;
}
/* Our Team page */

.team-header {
    /* margin-bottom: 8rem!important; */
    min-height: 30vh;
}

.team-gallery {
    padding-top: 8%;
    padding-bottom: 5%;
}

.team-gallery .areas-btns .btn-primary.light-grey:not(:disabled):not(.disabled).active, .team-gallery .areas-btns .btn-primary.light-grey:not(:disabled):not(.disabled):active, .team-gallery .areas-btns .btn-primary.light-grey:hover {
    color: #093C71;
    background-color: #FFDE4F!important;
    border-color: #FFDE4F!important;
}

.team-gallery .card {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.team-header-gallery {
    position: absolute;
    right: -30px;
    left: auto;
    top: 50px;
    max-width: 880px;
}

.team-header-gallery img {
    border-radius: 15px;
}

.team-franchisees .grey-back {
    min-height: 400px!important;
    position: relative;
}

.team-franchisees .grey-back:hover {
    cursor: pointer;
}

.team-franchisees .grey-back:hover .btn-primary {
    opacity: 1;
    transform: translateY(0);
}

.team-franchisees .grey-back .btn-primary {
    position: absolute;
    top: auto;
    bottom: 15px;
    Left: 20px;
    transform: translateY(25px);
    transition: all .5s ease-in-out;
    opacity:0;
    overflow: hidden;
}

.team-franchisees .grey-back img {
    border-radius: 19px;
}

.team-gallery .card .image-wrapper {
    min-height: 330px!important;
}

.team-gallery .card .image-wrapper:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.branch-team-gallery .hovereffect i {
    color: #C4D3E2;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 25px;
}

.branch-team-gallery .hovereffect {
    width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
    height: 100%;
    border-radius: 5px;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    top: -200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
    padding-top: 30%;
}

.hovereffect:hover .overlay {
	opacity: 1;
	border: none;
	filter: alpha(opacity=100);
	margin-top: 200px;
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hovereffect .overlay img {
    width: 25px;
}

.agent-img-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    transition: all 1s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 20px;
    z-index: 9999;
}


.agent-img-overlay a {
    color: #fff;
    padding: 0 10px;
}

.agent-img-overlay i {
    font-size: 25px;
}

.agent-img-overlay img {
    width: 13%;
}

.img-wrapper:hover .agent-img-overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin-top: 0;
	transition: all .5s ease;
	cursor: pointer;
    background: #093C71;
    padding-top: 25%;
    border-radius: 5px;
}

.iti__country-list {
    padding: 10px 0!important;
}

.iti__selected-flag {
    padding: 0 10px 0 10px!important;
}

/* franchisees page */
.franchisees-header .container {
    background-image: url("https://spaces.cdn-nucleus.live/national-website/franchisees-header-new.jpg");
    background-position: bottom center;
    background-size: cover;
    padding: 0;
    min-height: 570px;
}

.franchisees-header h1 {
    margin-top: 35%;
    text-align: center;
    font-size: 50px;
}

.franchisees-intro img {
    width: 70%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #093C71;
    background-color: transparent;
    border-bottom: 3px solid #093C71;
    display: inline-block;
    border-radius: 0;
	font-size: 25px;
    padding: 0!important;
	font-family: gotham-bold;
}

.ms-skin-metro .ms-bullet {
    background-color: #093C71;
}

.nav-pills .nav-link {
	color: #A8A8A8;
	font-size: 25px;
    padding: 0!important;
}

.tab-content ul img {
    width: 17px;
    margin-right: 10px;
    margin-left: -32px;
}

.tab-content ul>li {
    margin-left: 30px;
    font-family: gotham-bold;
}

.slider6 .blue-back {
    margin-left: -60px;
    min-height: 550px;
    height: auto;
}

.franchisee-individual .tns-nav, .ms-skin-default .ms-bullet {
    text-align: right;
    position: absolute!important;
    right: 10px!important;
    bottom: 5%!important;
}

.franchisee-enquire {
    height: auto;
    padding: 5%;
}

.franchisee-enquire textarea.form-control {
    height: 100%;
}

#franchisee-enquire-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: none!important;
}

.colab-op-form {
    height: auto;
    padding: 5% 5% 0 5%;
}

.enquiryForm .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    /* border: 0!important; */
}

.yellow-listed span {
    color:#FFDE4F;
    font-size: 20px;
}

.yellow-listed {
    padding-left: 20px;
}

.yellow-listed li {
    line-height: 20px;
}

.testimonials .stars img {
    width: 70px;
    height: 70px;
    padding: 20px;
}

.testimonials .slider1 > .tns-item {
    width: calc(100%);
    padding-right: 20px;
    transition-duration: 2s;
    animation-duration: 2s;
    min-height: 370px;
}

/* .slider6 .slide:nth-child(odd) img {
    -webkit-transform: translateY(-100%);
    transform: translateX(-100%);
}

.slider6 .slide.slide:nth-child(odd) .blue-back {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.slider6 .slide:nth-child(even) .img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.slider6 .slide:nth-child(even) .txt {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slider6 .slide.active {
  position: absolute;
  z-index: 5;
}

.slider6 .slide.active img, .slider6 .slide.active .blue-back {
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.q-slide {
    min-height: 550px;
    height: auto;
}

.q-slide .card .btn-primary {
    display: inline-block;
    margin: auto;
}

.ml-carousel-choice-answer {
    background-color: #093C71;
    padding: 10px!important;
    border-radius: 100px;
}

.ml-carousel-choice-answer.muted, .ml-carousel-choice-answer:hover.muted {
    background-color: #093c719e!important;
}

.choice-answer-squared {
    max-width: 170px;
    text-transform: uppercase;
}

.ml-carousel-choice-answer:hover, .ml-carousel-choice-answer:focus {
    background-color: #FFDE4F!important;
}

.ml-carousel-choice-answer:hover .custom-control-label, .ml-carousel-choice-answer:focus .custom-control-label {
    color: #093C71!important;
}

.ml-carousel-choice-answer .custom-control-label {
    color: #ffc107;
    text-align: left!important;
}

.multiple-choice-item .custom-control-label::before {
    top: 3px;
}

.survey-link-icon {
    position: relative;
    display: block;
    min-height: 30px;
    padding: 0;
    font-size: 60px;
    border-radius: 100%;
    line-height: 50px;
}

.survey-link-icon img {
    width: 120px;
    margin-left: 10px;
}

.ml-survey-progress .line:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #bdbdbd;
}

.content {
    padding: 10px 20px;
    color: #bdbdbd;
    font-size: 11px;
}

/* .ml-survey-progress {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.testimonials .tns-nav-active {
    background-color: #FFDE4F!important;
    border-radius: 100%;
}

.testimonials .tns-nav button {
    background-color: #ffdf4f4b;
    border-radius: 100%;
}

/* Letting page */

.letting-page h1 {
    margin-top:35%!important;
}

.let-signup h2 {
    margin-top:45%;
}

.letting-facts .media {
    max-width: 90%;
}

.facts-overlay-txt {
    top: 14%; 
    left: 15%;
}

.letting-facts .media img {
    min-width: 55px;
    max-width: 55px;
    width: auto;
}

.letting-facts .media p, .letting-facts .media h5 {
	color: #fff;
}

.letting-facts .blue-back {
	padding: 22% 10% 0 10%;
    margin-top: -20%;
    height: 460px;
    z-index: 100;
    margin-left: 80px;
    border-left: 10px solid #C4D3E2;
    margin-bottom: 5%;
}

.letting-facts .facts-overlay-img {
    z-index: 200;
}

.letting-facts .guide-form {
    background-color: transparent;
}

.facts-overlay-img:after {
	content: '';
	border-top: 10px solid #C4D3E2;
	width: 70%;
	position: absolute;
	top:-4px;
	right: 0;
}

.video-section {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/parallax.jpg');
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.video-section h2 {
	color: #fff;
	margin-bottom: 3%;
	font-size: 50px;
}

.rental-security img {
    width: 100%;
    margin-top: 0;
}

.rental-security ul img {
    width: 17px;
    margin-top: 0;
    margin-right: 10px;
    margin-left: -34px;
}

.rental-security ul>li {
    margin-left: 37px;
    line-height: 20px;
    margin-bottom: 10px;
}

.view-all-agents a {
    color: #323232;
}

.view-all-agents img {
    max-width: 25px;
    margin-left: 15px;
    transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
}

.view-all-agents:hover img {
    margin-left: 25px;
}

.letting-page-slider .slide-caption .right-align {
    background-color: #0090BF;
}

.letting-page-slider .price {
    color: #0090BF;
    font-family: gotham-book;
}

.marketing .marketing-search {
    width: 450px;
    border: 1px solid #093C71!important;
    border-radius: 5px;
}

.marketing .marketing-search input {
    line-height: 100px!important;
    font-size: 13px;
    color: #093C71;
}

.marketing .marketing-search button{
    margin-top: 5px;
}

.marketing .media-body {
    background-color: #fff;
    max-width: 270px;
    padding: 4px 15px 0 60px;
    margin-left: -50px;
    max-height: 52px;
    border: 1px solid #093C71;
}

.marketing .media-body h5 {
    display: inline-block;
	line-height: 45px;
	color: #093C71;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.testimonials.letting-page .grey-back {
    min-height: 520px;
}

/* .testimonials.letting-page h5 {
    color: #093C71;
    font-family: gotham-book;
} */

/* Search results page */
.search-results-page {
	margin: 10px;
}

.searchpage-heading {
    margin: 20px 0;
}

.search-results-page .slide-caption .right-align {
    min-width: 160px;
    max-width: 160px;
    width: auto;
}

.searchpage-map {
    top: 170px;
}

.searchpage-map #map, .searchpage-map #sales_map, .searchpage-map #rentals_map, .searchpage-map #commercial_map {
    width: 100%;
    height: 740px;
}

.search-results-page .col.slide {
    min-width: 450px!important;
    max-width: 450px!important;
}

.my-just-property-body.search-results-page .col.slide {
    min-width: 360px;
}

.web-ref {
    float: right;
}

.img-overlay-media .media img {
    width: 35px;
}

.img-overlay-media .media p {
    margin-bottom: 0;
    font-size: 17px;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.sell-blogs .image-wrapper {
    min-height: 370px;
}
/* New new Developments */

.developments-header {
    background-image: url('https://dummyimage.com/1920x500/ececec/ececec.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
}

.development-info .inline-elements img {
    width: 5%;
    height: auto;
    margin-left: -30px;
}

.developments-documents .customize-tools {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: transparent;
    width: 100%;
    top: 50%;
    transform: translate y(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.developments-documents .controls:focus {
    outline: none;
}
.developments-documents .controls li:hover {
    cursor: pointer;
}

.developments-documents .controls li {
    margin-left: 70px;
}

.developments-documents .controls li.next {
    margin-right: -20px;
}

.developments-documents .controls li>i {
    font-size: 30px;
}

/* New Developmetns */
.provincial-developments .left-align, .provincial-developments .right-align {
    /* line-height: 40px; */
    padding: 0 5px;
}

.provincial-developments .card-body {
    padding: 25px 10px 0 10px;
    min-height: 180px;
    max-height: 190px;
}

.new-developments .overview img {
    width: 18px;
    margin-right: 15px;
    margin-left: -35px;
}

.overview>li {
    margin-left: 50px;
    margin-bottom: 20px!important;
    font-family: gotham-bold;
}

.developments-row .card-body .btn-primary {
    position: absolute;
    bottom: 25px;
}

.view.overlay {
    max-height: 270px;
    overflow: hidden;
    border-radius: 0.25rem!important;
}

.developments-available .block-div .left-align {
    display: inline-block;
    min-width: 63%;
    width: auto;
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    max-width: none;
}

.developments-available .agent-name {
    color: #093C71;
    text-transform: uppercase;
    font-size: 11px;
    font-family: gotham-bold;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 5px;
    margin-left: 10px;
    max-width: fit-content;
    word-break: break-word;
}

/* Agent Profile */
.agent-profile-header .ms-skin-light-3 .ms-bullet-selected {
    background-color: #F4CE3C!important;
    background-position: 0!important;
}

.agent-profile-header h1 {
    font-size: 30px;
}

.agent-profile .tools-tabs .nav-link.active, .agent-profile#toolsTabs .nav-link.active {
    background-color: #D0112B;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px!important;
    border-color: #D0112B;
}

.agent-profile .tools-tabs .nav-link.rent.active, .agent-profile#toolsTabs .nav-link.rent.active {
    background-color: #0090BF!important;
    border-color: #0090BF!important;
}

.agent-profile .tools-tabs .nav-link.commercial.active, .agent-profile#toolsTabs .nav-link.commercial.active {
    background-color: #3BAF29!important;
    border-color: #3BAF29!important;
}

.agent-profile .nav-link {
    font-size: 15px!important;
    width: auto!important;
    display: inline-block!important;
}

.agent-profile .nav-item {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.contact-agent-form {
    background-color: #C4D3E2;
}

.contact-agent-form .form-control:focus {
    border: 0;
}

.contact-agent-form textarea.form-control {
    height: 100%;
    padding: 20px;
}

/* Listing page */
.listing-heading p {
	font-size: 25px;
}

.scroll-div {
	max-height: 462px;
	overflow-y: auto;
}

.listing-gallery .scroll-div {
    max-height:500px;
}

.view-bigger {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    z-index: 999;
    padding: 5px 17px;
    border-radius: 100%;
}

.view-bigger i, .view-bigger a {
    color: #fff;
    font-style: normal;
    font-size: 30px;
    line-height: 48px;
    vertical-align: middle;
}

.scroll-div::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 50px;
}
 
.scroll-div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em;
    background-color: transparent;
}
 
.scroll-div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #C4D3E2;
    outline: none;
    width: 0.3em;
}

.listing .accordion-trigger {
    cursor:pointer;
}

/* Facebook and Google buttons on register page */

.social-login-wrapper {
	text-align: left;
}

.social-login-wrapper .social-btn {
	display: block;
    margin-bottom: 25px;
    padding: 10px 10px 10px 25px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
    font-weight: 700;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    text-transform: uppercase;
    line-height: 40px;
}

.social-login-wrapper .social-btn img {
	float: left;
}

.social-login-wrapper .social-btn:hover {
	border: 1px solid #1a938d;
	transition: all 0.5s ease;
}

.social-login-wrapper .social-btn img {
	width: 30px;
	margin-right: 25px;
	vertical-align: middle;
}

.social-login-wrapper .social-btn.google {
	background-color: #DF4A32;
}

.social-login-wrapper .social-btn.google:hover,
.social-login-wrapper .social-btn.google:focus {
	background-color: #DF4A32;
}

.social-login-wrapper .social-btn.facebook {
	background-color: #3B5998;
}

.social-login-wrapper .social-btn.facebook:hover,
.social-login-wrapper .social-btn.facebook:focus {
	background-color: #3B5998;
}
/* -------------------------------------------- */
.schedule .wht-back.active {
    border: 3px solid #093C71;
}

.schedule .wht-back {
    border: 3px solid #fff;
}

.schedule-arrow {
    /* line-height:110px; */
    vertical-align: middle;
}

.schedule .tns-inner {
    margin:0px!important;
}

.schedule .tns-outer {
    position:relative;
}

.schedule #customize-controls a {
    position:absolute;
    top:21%;
    z-index:999999;
    padding-left:4px!important;
    padding-right:4px!important;
}

.schedule #customize-controls a[data-controls="prev"] {
    left:-8px;
}

.schedule #customize-controls a[data-controls="next"] {
    right:8px;
}

.schedule-date-selector {
    cursor:pointer;
}

.listing li>img {
    width: 18px;
    margin-right: 10px;
}

.listing .sell-agents .media .img-left {
    min-width: 80px!important;
    max-width: 80px!important;
    width: auto;
}

.listing .sell-agents .media img {
    min-width: 20px;
    max-width: 20px;
    width: auto;
}

.sell-agents .media img {
    min-width: 55px;
    max-width: 55px;
    width: auto;
}

#bcResults .bd-years {
    font-size: 30px;
}

/* Blogs pages */
.blogs-header .container {
    border-bottom: 10px solid #C4D3E2;
    margin-bottom: 5%;
}

.blogs-header .sell-blogs {
    margin-bottom: -12%;
}

.blogs-header .sell-blogs .image-wrapper {
    min-height: 380px;
}

.blogs-search .input-group {
    border-bottom: 2px solid #093C71!important;
}

.blogs-filters .image-wrapper {
    min-height: 430px;
}

.blogs-filters .sell-blogs .img-overlay h3 {
    font-size: 25px;
}

.areas-btns .btn-primary.dark-blue-border-only {
    padding: 5px 13px!important;
    text-transform: none!important;
    color: #093C71;
}

.areas-btns .btn-primary {
    padding: 5px 13px!important;
}

.areas-btns .btn-primary.dark-blue-border-only:not(:disabled):not(.disabled).active, .areas-btns .btn-primary.dark-blue-border-only:not(:disabled):not(.disabled):active, .areas-btns .show>.btn-primary.dark-blue-border-only.dropdown-toggle {
    color: #fff;
    background-color: #093C71;
    border-color: #093C71;
}

.blog-body img {
    padding: 20px;
    margin-bottom: 20px;
}

.blog-pdf-cta {
    margin-top: 30px;
    text-align: center;
    padding: 30px;
    background-color:#C4D3E2;
    border-radius:10px;
}

/* Tools page */
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent!important;
    border: none;
    border-radius: .25rem;
}

.tools-form .form-control {
    border: 1px solid #A8A8A8;
    border-radius: 10px!important;
    padding: 15px;
    text-align: left;
}

.tools-form select.form-control {
    padding:8px;
}

.tools-tabs .nav-link.active {
    background-color: #093C71;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px!important;
}

.tools-tabs .nav-link {
    border: 2px solid #093C71;
    color: #093C71;
    border-radius: 10px;
    padding: 10px 20px!important;
    font-weight: 800;
}

.tools-tabs .nav-item {
    margin-left: 0px!important;
    margin-right: 20px;
}

.tools-tabs .nav {
    margin-bottom: 20px;
}

/* Find a branch */
.agent-search .select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border:0;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    background: url('https://spaces.cdn-nucleus.live/national-website/angle-down-light.png') 95% / 10px 7px no-repeat!important;
    color: #fff;
    z-index: 99999999;
}

.agent-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.agent-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff!important;
    padding: 5px 10px;
    font-weight: 200;
    font-size: 14px;
}

.agent-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff!important;
}

.agent-search .select2-dropdown {
    background-color: transparent!important;
    border: 1px solid #aaa;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    /* z-index: 1051; */
}

.agent-search .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    display: none;
}

.agent-search .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-results__option--highlighted {
    background-color: #ce918a;
    color: white;
}

.agent-search .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    height: 100px;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.agent-search .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    height: 100px;
    background-color: transparent;
}
 
.agent-search .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #DBDBDB;
    outline: none;
    height: 100px;
}

.agent-search .select2-container--default .select2-results__option--selected {
    background-color: #ce918a;
}

.search-branch-page .select2-dropdown {
    margin-top: -40px!important;   
    z-index: 100!important;
}

.search-branch-page .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color:#093C71;
    border-color:transparent;
    color:#fff;
    border:none!important;
    outline:none;
}

.search-branch-page .select2-container--default .select2-results>.select2-results__options {
    margin-top: 6px!important;
}

.search-branch-page .input-group {
	border: 1px solid #093C71;
	border-radius: 5px;
}

.search-branch-page .input-group input {
	border: none;
	width: auto!important;
}

.search-branch-page .input-group-prepend button i {
    font-size: 19px;
    vertical-align: middle;
    color: #093C71!important;
}

.search-branch-page .input-group, .search-branch-page .custom-select {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: auto; */
    max-height: 50px;
	height: auto;
	border-radius: 5px;
   	border: 1px solid #fff;
    font-size: 15px;
}

.search-branch-page .form-control {
    background-color: transparent;
    border-radius: 5px!important;
    text-align: left;
    min-height: 40px;
    max-height: 40px;
    height: auto;
    padding: 0 10px;
    width: auto;
    color: #fff;
    font-size: 13px;
}

.search-branch-page .form-control.search {
    max-width: 300px;
    min-width: 90%;
    width: auto;
}

.search-branch-page .input-group-prepend button i {
    font-size: 18px;
    vertical-align: middle;
    color: #fff!important;
}

.search-branch-page .input-group-lg>.form-control {
	font-size: 13px;
}

.search-branch-page button {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
}

.search-branch-page .form-control:focus {
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
}

.search-branch-page .custom-control-label::before {
    background-color: #fff;
}

.search-branch-page .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: normal;
}

.search-branch-page .media-body.rounded-pill {
    padding:11px 10px 11px 50px;
    margin-bottom: 0;
    max-width: 250px;
    vertical-align: middle;
    margin-left: -40px;
    color: #093C71;
}

.search-branch-page .my-location img {
    width: 45px;
    padding: 0;
    line-height: 45px;
    z-index: 999;
}

.search-branch-page .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #F4CE3C;
}

.search-branch-page .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 0;
    background-image: none!important;
}

.search-branch-page .custom-checkbox {
    margin-top: 10px;
}

.near-you {
    max-height: 340px;
    overflow-y: scroll;
    padding-right: 10px;
}

.near-you .left-img {
    width: 32%;
    padding: 5px;
}

.near-you i {
    font-size: 15px;
    line-height: 25px;
}

.near-you .media-body i {
    font-size: 14px;
    line-height: 10px;
    color:#000;
}

.near-you a, .near-you p {
    font-size: 12px;
    margin-bottom: 0;
}

.near-you .agent-profile img {
    width: 15px;
}

.near-you .agent-profile {
    font-size: 12px;
    color: #323232;
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin-bottom: 0;
    font-family: gotham-bold;
}

.near-you .media-body {
    padding: 9px 0px;
    max-width: 250px;
}

.near-you .media-body p.agent-name {
    font-size: 15px;
}

.near-you .list-unstyled {
    margin-bottom: 0;
}

.near-you .list-unstyled li {
    line-height: 25px;
}

.searchBranchPage-map #map {
    width: 100%;
    /* height: 695px; */
    height: calc(100vh - 16vh);
}


.searchBranchPage-map #rentals_map, .searchBranchPage-map #commercial_map, .searchBranchPage-map #holiday_map {
    width: 100%;
    height: 695px;
}

.searchBranchPage-map #sales_map {
    width: 100%;
    height: 695px;
}

.near-you::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 50px;
}
 
.near-you::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em;
    background-color: transparent;
}
 
.near-you::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #C4D3E2;
    outline: none;
    width: 0.3em;
}

.search-branch-page h2 {
    font-size: 1.4rem;
}

/* Careers */
/* .ads #imagesCarousel i {
    font-size: 30px;
    color: #093C71;
} */

#careers_form .select2-container {
    z-index:999;
}

#careers_form .select2-container--default .select2-selection--single {
    border:none;
    border-radius:26px;
    height:60px!important;
}

#careers_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px!important;
    padding-left: 15px;
}

#careers_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px!important;
}

.ads #imagesCarousel .carousel-control-next {
    right: 0px;
    width: auto;
}

.customize-controls ul>li>i {
    font-size: 20px;
    margin-right: 0px!important;
    margin-left: -20px!important;
}

.meet-agents .customize-tools {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: transparent;
    width: 100%;
    top: 72%;
    transform: translate y(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meet-agents .controls li {
    margin-left: 40px;
}

.meet-agents ul>li>i {
    font-size: 30px;
    margin-right: 20px;
    color: #093C71;
    margin-left: -47px;
}

.ads .customize-tools {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: transparent;
    width: 100%;
    top: 50%;
    transform: translate y(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ads .controls li {
    margin-left: 40px;
}

.ads ul>li>i {
    font-size: 30px;
    margin-right: 20px;
    color: #093C71;
    margin-left: -47px;
}

.ads .btn-primary.dark-blue:hover, .ads .btn-primary.dark-blue:not(:disabled):not(.disabled):active {
    padding: 10px 20px!important;
}

.careers-we-offer img {
    width: 55%;
    height: auto;
}

.careers-testimonials {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/pexels-kendall-hoopes-635041.jpg');
    background-position: center;
    background-size: cover;
    padding: 10% 0;
}

.careers-testimonials img {
    width: 15%;
    height: auto;
    position: absolute;
    top: -23px;
    left: 40%;
    right: auto;
}

.list-property .select2-container {
    z-index: 900!important;
}
/* My Just Property pages */
/* ==== Dashboard ======= */
.profile-navs li>a.nav-link {
    color: #093C71;
    font-family: gotham-bold;
    font-size: 18px;
    padding: 0px 0px 10px 0px!important;
    margin-left: 0;
}

.profile-navs li>a.nav-link.active {
    border-bottom: 3px solid #093C71;
}

.how-we-help .card.blue-back.hoverable, .free-guide-info .card.hoverable {
    transition: all 0.3s ease-in-out;
}

.how-we-help .card.blue-back.hoverable:hover, .free-guide-info .card.hoverable:hover {
    -webkit-box-shadow: 9px 9px 6px -6px rgba(59,59,59,0.6);
    -moz-box-shadow: 9px 9px 6px -6px rgba(59,59,59,0.6);
    box-shadow: 9px 9px 6px -6px rgba(59,59,59,0.6);
    cursor: pointer;
}

.how-we-help .card-body {
    min-height: 220px;
}

.how-we-help .card-body .btn-primary {
    position: absolute;
    bottom: 20px;
    top: auto;
}

.alerts-page.nav .nav-link.active, .alerts-page.nav .show>.nav-link {
    color: #fff!important;
    background-color: #093C71!important;
    border-bottom: none!important;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 10px!important;
    font-family: gotham-book;
    text-align: center;
    font-size: 15px;
}

.alerts-page.nav .nav-link {
    border-radius: 10px;
    padding: 15px 10px!important;
    font-family: gotham-book;
    text-align: center;
    font-size: 15px;
    color: #093C71!important;
    background-color: #F5F5F5!important;
}

.our-services-tabs.nav .nav-link.active, .our-services-tabs.nav .show>.nav-link, .our-services-tabs.nav .nav-link {
    border: 2px solid #093C71;
    display: inline-block;
    padding: 0px 10px!important;
    font-family: gotham-bold;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 10px;
    background-color: #093C71!important;
    color: #fff!important;
    margin-right: 5px;
    margin-left: 5px;
}

.our-services-tabs.nav .nav-link {
    font-family: gotham-book;
    color: #093C71!important;
    background-color: transparent!important;
}

/* .my-just-property-body .slide {
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.1);
    margin-top: 10px;
    border-radius: 8px;
} */

.my-just-property-body .slide-inner {
    padding: 10px;

}

/* .my-just-property-body .col-1 {
    max-width: 5px!important;
} */

/* .newsletter-subscription-block .enquiry-btn {
    position: absolute;
    bottom: 15%;
    left: 30%;
    right: 30%;
    top: auto;
    max-width: 200px;
}

.newsletter-subscription-block .shadow {
    padding: 40px;
    min-height: 300px;
} */

/* Form element styles */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 30px 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 26px;
    transition: none;
    /* text-align: center; */
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border: 1px solid #A8A8A8;
}

.list-residential-property-form .form-control, .contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(1em + .16rem);
    padding: 20px 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 14px;
    transition: none;
    border: 1px solid #093C71;
}

.contact-form .custom-checkbox .custom-control-label::before, .list-residential-property-form .custom-control-label::before, .search-form .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #093C71;
}

.seller-guide-form .custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #093C71;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #495057;
    background-color: #fff;
}

.list-residential-property-form .custom-select, .contact-form .custom-select {
    background-image: url('https://spaces.cdn-nucleus.live/national-website/arrow-down-blk.png') !important;
    background-position: calc(100% - 10px) 15px, calc(100% - 0px) 5px, 100% 0px;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #495057!important;
}

.list-residential-property-form select, .contact-form select {
    display: block;
    width: 100%;
    height: calc(1em + 1.5rem);
    padding: 0px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057!important;
    background-clip: padding-box;
    border: none;
    border-radius: 14px;
    transition: none;
    border: 1px solid #093C71;
}

.list-residential-property-form textarea.form-control, .contact-form textarea.form-control {
    height: 150px;
    padding: 20px;
}

.login-register-form input {
	border: 1px solid #ced4da;
	/* padding: 25px; */
	text-align: left;
}

.login-register-form input:focus {
    outline: none!important;
}

input {
	width: 100%;
}

input.home-search {
	padding: 15px 0!important;
	margin-bottom: 20px;
}

.home-header .input-group {
	border-bottom: 2px solid #093C71!important;
}

.input-group-prepend button {
    background-color: transparent;
    border: none;
}

.input-group-prepend button i {
    font-size: 25px;
    vertical-align: super;
	color: #093C71!important;
}

.custom-select-label {
	font-size: 12px;
	font-weight: 700;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 3rem .375rem .75rem;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
	background-image:
    linear-gradient(45deg, transparent 70%, #F4CE3C 60%),
    linear-gradient(140deg, #F4CE3C 20%, transparent 30%) !important;
	background-position:
		calc(100% - 13px) 19px, calc(100% - 3px) 19px, 100% 0,
		100% 0;
	background-size:
		10px 10px,
		10px 10px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
    border: none;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.more-options-dropdown {
    background-image: linear-gradient(45deg, transparent 70%, #F4CE3C 60%), linear-gradient(140deg, #F4CE3C 20%, transparent 30%) !important;
    background-position: calc(100% - 13px) 19px, calc(100% - 3px) 19px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
}

.custom-select:focus {
    outline: 0;
    box-shadow: none;
}

/*Placeholder text*/

.home-search-container input::placeholder, .home-search-container input::placeholder, .home-search-container input::placeholder {
	color: #093C71!important;
	opacity: 1;
	font-weight: 600;
	font-size: 20px;
}

.home-search-container input:-ms-input-placeholder, .home-search-container input:-ms-input-placeholder, input:-ms-input-placeholder {
	color: #093C71!important;
	font-weight: 600;
}

.home-search-container input::-ms-input-placeholder, .home-search-container input::-ms-input-placeholder, input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #093C71!important;
	font-weight: 600;
}

.search-branch-page .city-search input::placeholder {
	color: #fff!important;
	opacity: 1;
}

.search-branch-page .city-search input:-ms-input-placeholder {
	color: #fff!important;
	font-weight: 600;
}

.search-branch-page .city-search input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff!important;
	font-weight: 600;
}

.properties-left::-webkit-scrollbar {
    height: 0.3em!important;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.properties-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    width: 0.5em!important;
    background-color: #fff;
}
 
.properties-left::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #093C71;
    outline: none;
    width: 0.5em!important;
}

/* Footer */
footer {
	background-color: #093C71;
	/* padding-bottom: 40px; */
	padding-top: 40px;
	text-align:center;
}

.footer p, .footer a {
	color: #fff;
}

.footer p.yellow-txt {
    color:#f4ce3c;
}

.footer .footer-nav p, .footer .footer-nav a {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 10px;
}

.footer img {
	min-width: 320px;
	max-width: 320px;
	width: auto;
}

.footer a:hover {
	border-bottom: 0;
	text-decoration: none;
}

p.footer-more-options {
	margin-bottom: 20px!important;
	text-transform: uppercase;
}

p.footer-more-options i {
	margin-left: 20px;
}

p.disclaimer {
	font-size: 14px;
	font-weight: 300;
    text-align: left;
    padding-top: 12px;
}

/* .footer-signup {
    position: absolute!important;
    top: auto;
    right: 5%;
    max-width: 250px;
    bottom: 1.5%;
    border: 2px solid #fff;
    padding: 16px;
} */

/* .footer-signup .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 26px;
    transition: none;
    text-align: center;
} */

.footer-lower {
    background-color:#ffffff;
}

/* Map styles */
#map-content {
    margin: 0;
    padding: 0;
    height: 100px;
    max-width: none;
    width: 300px;
}

/* .gm-ui-hover-effect {
    background: none;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px!important;
    position: absolute;
    cursor: pointer;
    user-select: none;
    top: 0!important;
    right: 0!important;
    width: 30px;
    height: 30px;
}

.gm-style .gm-style-iw-c, .gm-style-iw-d, .gm-style-iw {
    padding: 0!important;
    max-height: 90px!important;
    max-width: none;
    min-width: 300px;
    width: auto;
}

.gm-style #larger-window img {
    max-width: 110px!important;
} */

/* .gm-style .left-img {
    max-width: 120px!important;
} */

/* .gm-style .agent-profile {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 10px!important;
    color: #323232;
}

.gm-style .agent-profile a {
    font-size: 10px!important;
    color: #323232;
}

.gm-style .media-body {
    padding: 0px 5px;
}

.gm-style .agent-profile img {
    max-width: 12px;
} */

.custom-popup {
    border: 0;
}

.custom-popup .media .left-img {
    width: 35%;
}

/* The popup bubble styling. Use this styling instead of the map infowindow styling */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    min-width: 400px;
    max-width: 400px;
    width: 400px;
    min-height: 80px;
    max-height: 150px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
/* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
/* .popup-container { */
/*     cursor: auto;
    height: 0;
    position: absolute; */
    /* The max width of the info window. */
/*     width: 300px; */
/* } */

/* Close button on custom popup */
.custom-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #323232;
    background-color: #fff;
}

/* Campaign pages */
.skewed-background {
    position: relative;
    transform: skewY(-3deg);
    height: 110vh;
    margin-top: -27%;
    margin-bottom: 15%;
}

.campaign-header {
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
}

.free-guide-info .light-blue-back {
    border-radius: 0px;
    min-height: 110px;
    background-color: #DDE9F5!important;
    border: 0;
}

.campaign-footer .disclaimer {
    line-height: 60px;
}

.campaign-footer .social-icons-bottom i {
    color: #fff;
    font-size:40px;
    margin-right: 20px;
    margin-left: 20px;
}

.free-guide-info .light-blue-back img{
    width: 30px;
}

.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 48px;
  text-align:left;
}

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  overflow: hidden;
}

.score i {
    font-size: 50px;
}

.favourite-btn {
    cursor: pointer;
}

.delete-alert i {
    color:#D82A41;
    font-size: 12px;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    background: transparent;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.controls:focus {
    outline: none;
}
.controls li:hover {
    cursor: pointer;
}

.controls li {
    margin-left: 0;
}

.controls li.next {
    margin-right: -40px;
}

.video-cta {
    position:relative;
}

.video-cta-btn {
    position:absolute;
    top: -20px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.video-cta-btn i {
    font-size: 70px;
    color:#ECCF62;
}

#ctaCarousel .carousel-control-prev {
    left: -55px;
    width: 10%;
}

#ctaCarousel .carousel-control-next {
    right: -55px;
    width: 10%;
}

#ctaCarousel .carousel-control-prev i, #ctaCarousel .carousel-control-next i {
    font-size: 30px;
    color:#093C71;
} 

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #F4CE3C;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99999;
}

#return-to-top i {
    color: #093C71;
    margin: 0;
    position: relative;
    left: 12px;
    top: 7px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #F4CE3C;
}

#return-to-top:hover i {
    color: #093C71;
    /* top: 5px; */
}

.sort-wrapper .select2-container--default .select2-selection--single {
    border:none;
}

.sort-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.sort-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:16px;
}

.sort-wrapper .select2-container {
    z-index:999!important;
    left: inherit!important;
    right: 0px;
    width: 190px;
}

.res-bedrooms .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color:transparent!important;
}

.iti {
  width: 100%;
}

.blue-back .iti {
    color:#000;
}

html body .yellow-txt-only {
    color: #F4CE3C!important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.gm-style-iw-d {
    overflow: initial!important;
}

.privacy-policy ol {
    counter-reset: item;
    padding-left: 50px;
}
.privacy-policy li {
    font-family: gotham-book;
    line-height: 30px;
    display: block;
    margin-left: 0px;
    font-size: 15px;
}
.privacy-policy li>strong {
    text-transform: uppercase;
}
.privacy-policy li:before {
    content: counters(item,"." ) ".";
    counter-increment: item;
    margin-left: -36px;
    padding-right: 10px;
}