body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.top-header {
    background: #444444;
    margin: 0 0 0px;
}

.top-header .social-links a {
    margin-right: 10px;
    font-size: 14px;
}

.top-header a {
    font-size: 14px !important;
    color: #a2b3bb !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.bg-white {
    background-color: white !important;
}

.bg-black {
    background-color: black !important;
}

.btn:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.second-header {
    background: #103544;
    color: #fff;
}

.second-header * {
    font-size: 13px;
}

.header__settings-icon {
    fill: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin: -2px 10px 0 0;
    opacity: .5;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 17px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

nav .nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #696969 !important;
    font-weight: 600;
    font-size: 11px !important;
    text-transform: uppercase;
    border-top: 2px solid transparent;
    font-family: 'Poppins', sans-serif;
}

nav .nav-link:hover {
    border-top: 2px solid #103544;
}

.front-banner {
    background: url('https://24housing.co.uk/wp-content/uploads/2018/03/dream-home.jpg') no-repeat top;
    background-size: cover;
}

.front-banner h1 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

.front-banner p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.front-banner .tab-pane {
    background: rgba(255, 255, 255, 0.14);
}

.front-banner .form-control {
    font-size: 100%;
}


.front-banner .form-control::placeholder {
    font-size: 100%;
}

.front-banner .nav-tabs {
    color: white;
    border-bottom: 0 !important;
}


.front-banner .nav-tabs a {
    display: block;
    padding: 0 25px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none !important;
    color: white;
    background: transparent;
    border-color: transparent !important;
}

.front-banner .nav-tabs .nav-link:hover {
    color: white;
    border-color: transparent !important;
}

.front-banner .nav-tabs .nav-link {
    border: 1px solid transparent;
}

.front-banner .nav-tabs .active {
    color: black !important;
    border-color: transparent !important;
    background: #ffb900 !important;
}




.foot .nav-tabs a {
    display: block;
    padding: 0 25px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none !important;
    color: darkgray;
    background: transparent;
    text-transform: uppercase;
    border: 0;
    border-bottom: 3px solid transparent;
}


.foot .nav-link.active {
    color: #103544 !important;
    border-bottom: 3px solid #103544 !important;
}


.apart {
    background: #ffb900;
    z-index: 1000;
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.apart:after {
    content: "";
    background: #ffb900;
    z-index: -1;
    width: 40px;
    height: 100%;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    right: -15px;
}

footer a {
    text-decoration: none !important;
}

footer * {
    font-size: 95%;
    color: white !important;
}

footer h6 {
    border-left: 2px solid #20C063 !important;
    padding-left: 10px;
}

footer hr {
    background: linear-gradient(to right, #20C063 10%, #fff 11%);
    height: 2px;
    width: 91%;
    border: none;
    margin-top: 0;
}

.property-title {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    line-height: 1.3;
    min-height: 88px;
    border-bottom: 1px solid #d6d6d6;
    text-transform: none;
    text-align: left;
}

.property__price {
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #2c3e50;
    padding: 3px 12px 11px;
    line-height: 1;
}

.property__price-value {
    font-size: 46px;
    color: #0ba;
    display: block;
    font-weight: 600;
}

.property__price-label {
    margin-top: 7px;
    display: block;
}

.property__commision {
    text-align: right;
    font-size: 20px;
    margin-bottom: 17px;
    margin-top: 0;
}

.property__commision strong {
    color: #0ba;
    font-size: 25px;
}


.property__actions {
    margin-top: 12px;
    text-align: right;
}

.property__actions .btn--default {
    margin-left: 15px;
}

.btn--default {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 6px 15px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    border: 2px solid #2c3e50;
    background: 0 0;
    color: #2c3e50;
}

.property-info-item {
    font-size: 20px;
    color: #2c3e50;
}

.property-plan-icon svg {
    width: 26px;
    height: 31px;
    fill: #0ba;
    margin: 18px auto 0;
    display: block;
}

.property-plan-title {
    font-weight: 400;
    color: #2c3e50;
    padding: 5px 0 11px;
}

.property-plan-value {
    font-size: 20px;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 16px 0;
    line-height: 1;
    font-weight: 600;
}

.property-subtitle {
    font-size: 20px;
    margin: 40px 0 15px;
    font-weight: 600;
}

.property-amenities i {
    color: #0ba;
}

.form-submit-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 30px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    border: none;
    border-bottom: 4px solid #d99221;
    background: #f3bc65;
    color: #222;
    margin-top: 10px;
}

.widget__title {
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    text-align: left;
}

.widget__headline {
    color: #2c3e50;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    margin: 4px 0 0;
    line-height: 1.1;
    text-align: left;
}

.sidebar label {
    font-size: 80% !important;
    color: #2c3e50;
    font-weight: 500 !important;
}

.form__reset {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 6px 15px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    border: 2px solid #2c3e50;
    background: 0 0;
    color: #2c3e50;
}

.form__submit {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 30px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    border: none;
    border-bottom: 4px solid #d99221;
    background: #f3bc65;
    color: #222;
}
