body {
    margin: 0;
    background: #f2f7ff;
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: black;
    transition: 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: orange !important;
}


/********** Header CSS *********/

header {
    height: 80px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 100;
    background-color: #fff!important;
}

.logo-new{
    max-width: 110px;
}
nav {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-logo{
    border: 1px solid #114a82;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prop-nav-header {
    float: left;
}

.prop-nav-btn {
    background: white;
    border: none;
    padding: 5px;
    display: none;
    height: 40px;
    outline: none !important;
}

.prop-open-nav {
    max-height: 400px !important;
    width: 100% !important;
}

.prop-logo-dark {
    display: none;
}

.prop-nav-bar {
    background: black;
    margin: 5px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.prop-nav-links {
    display: flex;
    float: right;
    height: 80px;
    justify-content: center;
    align-items: center;
    transition: max-height 0.6s ease-in;
}

@media screen and (max-width:992px) {
    .prop-navs {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

@media screen and (min-width:992px) {
    .prop-navs {
        margin: 0;
       display: flex;
       justify-content: center;
       align-items: center;
    }
}

.prop-navs li {
    list-style-type: none;
    display: inline;
}

.prop-navs li>a {
    margin: 10px;
    color: white;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.prop-dropdown {
    position: relative;
}

.prop-dropdown>a:before {
    position: absolute;
    content: "\f078";
    font-family: "fontawesome";
    right: 3px;
    top: 4px;
    color: #000;
    font-size: 11px;
}

.prop-dropdown-menu {
    position: absolute;
    background: #fbfbfb;
    padding: 0;
    max-width: 130px;
    left: 0;
    width: 130px;
    margin-top: 5px;
    border-radius: 3px;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all 0.4s ease;
}

.prop-dropdown-menu>li {
    display: block;
    margin: 15px 0px;
}

.prop-dropdown-menu li a {
    color: #565555;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.prop-dropdown-show {
    height: auto !important;
}

.prop-nav-btn-links {
    display: flex;
}

.prop-login-btn {
    margin: 0px;
    padding: 5px;
}

.prop-login-btn a {
    color: white;
    font-size: 14px;
    font-weight: 900;
}

.prop-add-property-btn {
    margin: 0px 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 10px;
    text-align: center;
    height: 35px;
    background: #114a82;
    transition: all 0.4s ease-in-out;
}

.prop-add-property-btn a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: 100;
}

.prop-main-submit-btn {
    background: #114a82;
    border: none;
    color: white;
}

/* ---------- top header ------------- */
.top-header{
    width: 100%;
    background-color: #fff;
    padding: 5px;
}

.contact-info  ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.contact-info  ul li:first-child{
    margin-right: 10px;
    border-right: 2px solid #a9a9a9;
    padding-right: 10px;
}

.contact-info  ul li{
    font-size: 14px;
}

.contact-info  ul li i{
    color:#a9a9a9;
    padding-right: 10px;
}

.contact-info  ul li a{
    color: #114a82;
}
/************* Slider CSS *************/

.prop-slider {
    height: 100vh;
}

.prop-slider-img {
    height: 100vh !important;
}

.prop-property-list-img {
    height: 100% !important;
}

.prop-slider-img img {
    height: 30vh;
    width: 100%;
    object-fit: cover;
}

.prop-main-img,
.prop-slider-img {
    height: 100%;
}

.prop-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: #f9a11b;
    border: none;
    color: white;
    padding: 20px 5px;
    outline: none !important;
}

.prop-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    background: #f9a11b;
    border: none;
    color: white;
    padding: 20px 5px;
    outline: none !important;
}

.prop-slider-overlay {
    width: 100%;
}

.prop-slider-overlay-heading {
    text-align: center;
    margin-bottom: 70px;
}

.prop-slider-overlay-heading h5 {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
}

.prop-slider-overlay-search {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 3px;
}

.prop-slider-overlay-search form {
    margin: 0;
}

.prop-select {
    background: #efefef;
    border: 1px solid #dcdcdc;
}

.prop-select:focus {
    box-shadow: none;
    border: 1px solid #114a82;
}

.prop-static-img,
.prop-static-overlay {
    height: 70vh;
}

.prop-static-img-content {
    margin-top: 15% !important;
}


/*************  Latest Property CSS  *************/

.prop-latest-property {
    padding: 80px 0px;
}

.prop-latest-section .prop-dots li {
    display: inline-block;
}

.prop-latest-property .slick-list {
    padding: 10px;
}

.prop-section-heading {
    margin-bottom: 50px;
    text-align: center;
}


/* Styling slick dots */

.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
}

.slick-dots .slick-active button:before {
    color: #114a82;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '•';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 1;
    color: rgba(52, 73, 94, 0.3);
}

.prop-section-title {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 24px;
    color: #114a82;
}

.prop-section-subtitle {
    font-family: 'Poppins', sans-serif;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.prop-item {
    margin: 0px 20px;
    background: white;
    box-shadow: 0 0 7px -4px #615f5f;
    outline: none;
}

.prop-item-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.prop-item-detail {
    padding: 20px;
}

.prop-item-heading {
    margin: 0;
}

.prop-item-heading a {
    color: #114a82;
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 2px;
    text-decoration: none;
    overflow-wrap: break-word;
}

.prop-item-location {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    overflow-wrap: break-word;
}

.prop-item-price {
    color: #f9a11b;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.prop-item-description {
    color: #f9a11b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.prop-item-extra {
    padding: 20px;
}

.prop-item-extra-list {
    list-style: none;
    padding: 0
}

.prop-item-extra-list li {
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
    margin-right: 25px;
}

.prop-item-extra-list li span {
    display: block;
}

.prop-item-extra-list li+span {
    color: #114a82;
}

.prop-item-extra-btn {
    color: white !important;
    max-width: 120px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 35px;
    background: #114a82;
    transition: all 0.4s ease-in-out;
}


/***************  Simple Step CSS  *************/

.prop-simple-steps {
    background: white;
    padding: 80px 0px;
}

.prop-simple-step-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 15px;
}

.prop-simple-step-item-1:after {
    content: "";
    position: absolute;
    background-image: url('../assets/image/divider.png');
    top: 30px;
    right: -69px;
    display: inline-block;
    width: 135px;
    height: 3px;
}

.prop-simple-step-icon {
    margin-bottom: 38px;
}

.prop-simple-steps-heading h5 {
    color: #114a82;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.prop-simple-steps-description p {
    line-height: 26px;
    margin-bottom: 0;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
}


/*********** Property By City css ************/

.prop-by-city {
    padding: 80px 0px;
}

.prop-img-wrapper {
    position: relative;
    overflow: hidden;
}

.prop-img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.prop-img-wrapper:hover img {
    transform: scale(1.1);
}

.prop-img-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(9deg, #191818b8, transparent);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: white;
    border-radius: 3px;
}

.prop-img-overlay-title {
    font-weight: 900;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 9px;
}

.prop-img-overlay-subtitle {
    margin-bottom: 50px;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}


/*************** Property Agent css ****************/

.prop-agents {
    padding: 80px 0px;
    background: white;
}

.prop-single-agent:hover .prop-agent-overlay {
    bottom: 0;
}

.prop-agent-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.prop-agent-overlay {
    position: absolute;
    bottom: -100%;
    background: #f9a11b;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    align-items: center;
    padding: 20px;
    border-radius: 3px;
}

.prop-agent-info {
    text-align: center;
}

.prop-agent-info h5 {
    color: #114a82;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.prop-agent-info p {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}

.prop-agent-overlay p {
    color: #ffffff;
    margin-bottom: 23px;
}

.prop-agent-social-icons {
    padding: 0;
    list-style: none
}

.prop-agent-social-icons li {
    display: inline;
    margin: 0px 2px;
}

.prop-agent-social-icons li a {
    color: white;
}

.prop-agent-social-icons li a:hover {
    color: #333;
}


/************* Above Footer CSS **************/

.prop-above-footer {
    padding: 80px 0px;
    background-image: linear-gradient(45deg, #000000c7, #000000b5), url(../../img/web/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prop-above-footer-content {
    width: 50%;
    text-align: center;
    margin: auto;
}

.prop-above-footer-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 28px;
    color: #ffffff;
}

.prop-above-footer-btn {
    font-weight: 600;
    border-radius: 4px;
    color: white;
    line-height: 39px;
    display: inline-block;
    width: 150px;
    height: 40px;
    background: #114a82;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.prop-above-footer-btn:hover {
    text-decoration: none;
    background: #ffffff;
    color: #114a82;
}

.footer-logo{
    width: 100%;
}


/************** Footer CSS *************/

footer {
    padding: 80px 0px 0;
    background: white;
}

.prop-footer-logo {
    margin-bottom: 44px;
}

.prop-footer-about-addr {
    font-size: 14px;
    line-height: 26px;
    color: #aaaaaa;
}

.prop-footer-about-list {
    padding: 0;
    list-style: none;
}

.prop-footer-about-list li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #144471;
    margin-bottom: 4px;
    display: block;
}

.prop-footer-link-title {
    color: #34495e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 27px;
}

.prop-link-list {
    padding: 0;
    list-style: none;
}

.prop-link-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #aaaaaa;
    margin-bottom: 9px;
    display: block;
}

.prop-footer-social-list li a i {
    background: #d4d2d2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-footer-social-list li {
    display: inline-block;
}

.prop-footer-social-list {
    padding: 0;
    list-style: none;
}

.prop-footer-form h5 {
    color: #34495e;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 27px;
}

.prop-footer-form form {
    position: relative;
}

.prop-footer-form input {
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #114a82;
    height: 42px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 40px;
    outline: none;
}

.prop-footer-form button {
    background: none;
    color: #34495e;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    border: none;
    height: auto;
    padding: 0;
}

.prop-footer-middle-title {
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 24px;
}

.prop-footer-social-list {
    padding: 0;
    list-style: none;
}

.prop-footer-social-list li {
    display: inline-block;
}

.prop-footer-social-list li a i {
    background: #d4d2d2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


/******************** Property Copyright Section *******************/

.prop-copyright-section {
    padding: 5px;
    text-align: center;
    background: #114a82;
}

.prop-footer-copyright p {
    margin: 0;
    color: #aaaaaa;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.prop-footer-copyright a {
    margin: 0px 5px;
    text-decoration: none;
    color: #aaaaaa;
}


/***************Property Listing Css****************/

.prop-listing-area {
    padding: 80px 0px;
}

.prop-filter-wrapper {
    background: white;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

.prop-filter-title {
    margin-bottom: 35px;
}

.prop-filter-title h5 {
    color: #34495e;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.prop-filter-type-list li a {
    color: #aaa;
    font-size: 14px;
    line-height: 35px;
    padding-left: 15px;
    position: relative;
    display: block;
}

.prop-filter-type-list li a span {
    float: right;
}

.prop-filter-type-list {
    padding: 0;
    list-style: none;
}

.prop-filter-type-list li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: 'fontawesome';
    line-height: 35px;
}

.prop-filter-wrapper .prop-item {
    margin: 0px;
}

.prop-feature-slider {
    height: 50vh;
}

.prop-listing-wrapper {
    margin-bottom: 20px;
}

.prop-listing-top-filters {
    display: flex;
    justify-content: space-between;
}

.prop-listing-top-filters-left span {
    font-size: 14px;
    margin: 0;
    color: #f9a11b;
}

.prop-listing-select {
    color: #aaa;
    width: auto;
    background-color: transparent;
    border: none;
    font-size: 14px;
    outline: none;
}

.prop-switch-list {
    padding: 0;
    list-style: none;
}

.prop-switch-list li {
    display: inline-block;
    cursor: pointer;
}

.prop-switch-list li i {
    font-size: 14px;
    margin-left: 5px;
    color: #114a82;
}

.prop-grid-items {
    display: none;
    flex-wrap: wrap;
}

.prop-grid-items .prop-item {
    margin: 0px;
}

.prop-list-item {
    display: flex;
    margin: 0px;
}

.prop-list-item .prop-item-img img {
    max-width: 100%;
}

.prop-list-item .prop-item-img,
.prop-list-item .prop-list-item-content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}


/********** Pagination ********/

.prop-listing-pagination {
    margin-top: 40px;
}

.prop-pagination-list {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-pagination-list li {
    display: inline-block;
    width: 33px;
    line-height: 33px;
    text-align: center;
}

.prop-pagination-list li a {
    color: #949494;
    font-size: 14px;
}

.prop-pagination-list li i {
    font-size: 10px;
    padding: 10px 0px;
}

.prop-pagination-list li a:hover {
    color: white;
    background: #f9a11b;
    display: block;
    border-radius: 3px;
}


/******** Single Property CSS ********/

.prop-static-item .prop-slider-img {
    height: 100% !important;
}

.prop-static-item,
.prop-static-item-overlay {
    height: 50vh;
}

.prop-single-overlay-content {
    padding: 20vh 0 !important;
}

.prop-single-property-heading {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.prop-single-gallery-item{
    display: flex!important;
    justify-content: center!important;
}

.prop-single-gallery-item.slick-slide img {
    object-fit: contain;
    height: 500px;
    max-width: 100%;
}

.prop-single-gallery-main-slider {
    position: relative;
}

.prop-single-widget-wrapper {
    padding: 10px;
    background: white;
    border-radius: 3px;
    margin-bottom: 30px;
}

.prop-single-gallery-nav-item {
    outline: none;
    max-width: 130px;
}

.prop-single-gallery-nav-item img {
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
}

.prop-single-gallery-slider-nav .slick-track {
    display: flex;
    justify-content: center;
}

.prop-container-heading h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 900;
}

.prop-description-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prop-description-feature-item {
    display: flex;
    align-items: center;
    width: 30%;
    margin: 10px 0px;
}

.prop-feature-content h5 {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px;
}

.prop-feature-content {
    margin-left: 10px;
}

.prop-feature-content p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.prop-description-content p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.prop-sidebar-about-property {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}

.prop-sidebar-property-details img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.prop-sidebar-details-heading {
    color: #34495e;
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.prop-sidebar-details-list {
    list-style: none;
    padding: 0;
}

.prop-sidebar-details-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

.prop-sidebar-details-list li a i {
    color: #114a82;
    width: 22px;
    font-size: 12px;
}

.prop-sidebar-request-form {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}

.prop-sidebar-request-form label {
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #114a82;
    margin-bottom: 12px;
}

.prop-sidebar-request-form input {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #aaaaaa;
    height: 42px;
    box-shadow: none !important;
}

.prop-sidebar-request-form textarea {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #aaaaaa;
    box-shadow: none !important;
}

.prop-sidebar-request-form button {
    background-color: #114a82;
    color: #ffffff;
    border: 2px solid transparent;
    display: block;
    width: 100%;
}


/*************** Contact CSS ***************/

.prop-contact-details {
    padding: 80px 0px;
}

.prop-contact-heading {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
    color: #114a82;
    font-weight: 800;
}

.prop-contact-block {
    margin-bottom: 30px;
}

.prop-contact-block h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 13px;
    color: #114a82;
}

.prop-contact-block p {
    line-height: 22px;
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}

.prop-contact-block a {
    color: #333;
    transition: 0.5s;
}

.prop-contact-form {
    padding: 80px 0px;
    background: white;
}

.prop-contact-form-wrapper label {
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #114a82;
    margin-bottom: 12px;
}

.prop-contact-form-wrapper input {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #aaaaaa;
    height: 42px;
    box-shadow: none !important;
}

.prop-contact-form-wrapper textarea {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #aaaaaa;
    height: 200px;
    box-shadow: none !important;
    resize: none;
}

.prop-contact-form-wrapper button {
    background-color: #114a82;
    color: #ffffff;
    border: 2px solid transparent;
    display: block;
}


/*************** About Page CSS ***************/

.prop-about-info {
    padding: 80px 0px;
    background: white;
}

.prop-about-img img {
    width: 100%;
    object-fit: cover;
    height: 330px;
    max-height: 500px;
}

.prop-about-heading h5 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #114a82;
    font-weight: 600;
}

.prop-about-panel {
    margin: 20px 0px;
}

.prop-about-panel h5 {
    font-size: 18px;
    font-weight: 900;
    color: #34495e;
    margin-bottom: 19px;
}

.prop-about-panel p {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.prop-about-services {
    padding: 80px 0px;
}

.prop-about-services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prop-about-service-item {
    width: 50%;
    display: flex;
    margin: 20px 0px;
}

.prop-about-service-item-content {
    margin-left: 20px;
}

.prop-about-service-item-content h5 {
    color: #34495e;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.prop-about-service-item-content p {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}


/*********** FAQ css *********/

.prop-faq-section {
    padding: 80px 0px;
    background: white;
}

.prop-faq-img img {
    width: 100%;
    object-fit: cover;
}

.prop-faq-content .card-header {
    background-color: #f8f8f8;
    border: 1px solid #eee;
}

.prop-faq-content button {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    color: #114a82;
}

.prop-faq-content button:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    color: #114a82;
}

.prop-faq-content .card {
    border: none;
}

.prop-faq-content .card-body {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}


/************* Policy CSS *************/

.prop-policy-section {
    padding: 80px 0px;
    background: white;
}

.prop-policy-wrapper p {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.prop-policy-wrapper strong {
    color: #114a82;
}


/************ Term and Condition *************/

.prop-toc-section {
    padding: 80px 0px;
    background: white;
}

.prop-toc-wrapper h5 {
    font-size: 20px;
    color: #114a82;
    line-height: 20px;
    font-weight: 900;
}

.prop-toc-wrapper p {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}


/************ Enquiry Modal CSS ***************/

#enquiryModal .modal-header {
    background: #114a82;
    border-bottom: none;
}

#enquiryModal .close {
    color: white;
    opacity: 1;
    outline: none;
}

#enquiryModal .prop-container-heading h5 {
    text-align: center;
}


/***************** Login Form CSS ********************/

.prop-login-section {
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prop-login {
    display: flex;
    justify-content: space-between;
    background: #fdfdfd;
    box-shadow: 0px 0px 1px 0px #807d7d;
}

.prop-login-img {
    flex-grow: 0;
}

.prop-login-img img {
    width: 100%;
    height: 100%;
}

.prop-login-form {
    flex-grow: 0;
    width: 500px;
    padding: 40px;
}

.prop-login-form input,
.prop-login-form select {
    background-color: #f8f8f8;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #aaaaaa;
    height: 42px;
    box-shadow: none !important;
}

.prop-login-form label {
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #114a82;
    margin-bottom: 12px;
}

.prop-login-form button {
    border: none;
    font-weight: 600;
    border-radius: 4px;
    color: white;
    line-height: 39px;
    display: block;
    margin: auto;
    width: 150px;
    height: 40px;
    background: #114a82;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}


/*********** Responsive Menu Css **********/

@media screen and (max-width: 992px) {
    nav {
        display: block;
    }
    .prop-nav-header {
        float: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prop-nav-btn {
        display: block;
    }
    .prop-nav-links {
        background: #fff;
        padding: 0;
        float: none;
        width: 100%;
        max-height: 0;
        display: block;
        height: auto;
        overflow: hidden;
    }

    .prop-logo img {
        width: 80px;
    }
    .prop-navs {
        padding: 0px;
        position: relative;
        left: 0;
        transform: none;
        padding: 10px;
    }
    .prop-navs li {
        display: block;
        margin: 5px 0px;
    }
    .prop-navs li>a {
        margin: 0;
        display: block;
        color: #000;
    }
    .prop-nav-btn-links {
        display: block;
        padding: 10px;
        text-align: center;
    }
    .prop-slider-overlay-heading h5 {
        font-size: 25px;
    }
    .prop-prev,
    .prop-next {
        display: none !important;
    }
    /***********  Dropdown css  ************/
    .prop-dropdown-menu {
        position: relative;
        padding: 0;
        max-width: 100%;
        width: 100%;
        height: 0;
        overflow: hidden;
        margin-top: 0px;
        border-radius: 3px;
        transform-origin: 0 0 0;
        transform: scaleY(1);
        background: none;
        transition: all 0.4s ease;
    }
    .prop-dropdown-menu>li {
        margin: 5px 0px;
    }
    .prop-dropdown-menu li a {
        color: #ffffff;
        margin: 0;
        padding: 0px 40px;
        margin-left: 0px;
    }
    .prop-simple-step-item-1:after {
        content: none;
    }
    .prop-simple-step-item {
        margin-bottom: 20px;
    }
    .prop-above-footer-content {
        width: 100%;
    }
    .prop-static-img {
        height: 90vh;
    }
    .prop-static-overlay {
        height: 90vh;
    }
    .prop-static-img-content {
        margin-top: 35% !important;
    }
    .prop-login-btn {
        margin: 0px;
    }
    .prop-about-img {
        margin-bottom: 40px;
    }
    .prop-add-property-btn {
        background: #FF9800;
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .prop-dropdown:hover .prop-dropdown-menu {
        transform: scaleY(1);
    }
}

@media screen and (max-width: 768px) {
    .prop-img-wrapper {
        max-width: 350px;
        margin: 0px auto;
    }
    .prop-description-feature-item {
        width: 50%;
    }
    .prop-listing-wrapper {
        margin-top: 40px;
    }
    .prop-about-services-wrapper {
        display: block;
        text-align: center;
    }
    .prop-about-service-item-icon img {
        margin: auto;
        display: block;
    }
    .prop-about-service-item-icon {
        margin-bottom: 20px;
    }
    .prop-about-service-item {
        width: 100%;
        display: block;
    }
    .prop-faq-content {
        margin-top: 40px;
    }
    .prop-login-img {
        display: none;
    }

    .prop-slider-overlay-search {
        padding: 12px;
    }

    .prop-slider-overlay-heading{
        margin-bottom: 0;
    }
}


/*radio button css*/

input[type="checkbox"],
input[type="radio"] {
    --active: #114a82;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #114a82;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

input[type="checkbox"]:after,
input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
}

input[type="checkbox"]:disabled:checked,
input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
    cursor: not-allowed;
}

input[type="checkbox"]:hover:not(:checked):not(:disabled),
input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    box-shadow: 0 0 0 var(--focus);
}

input[type="checkbox"]:not(.switch),
input[type="radio"]:not(.switch) {
    width: 18px;
}

input[type="checkbox"]:not(.switch):after,
input[type="radio"]:not(.switch):after {
    opacity: var(--o, 0);
}

input[type="checkbox"]:not(.switch):checked,
input[type="radio"]:not(.switch):checked {
    --o: 1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
}

input[type="checkbox"]:not(.switch) {
    border-radius: 7px;
}

input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg));
}

input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
}

input[type="checkbox"].switch {
    width: 38px;
    border-radius: 11px;
}

input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
}

input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
}

input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
}

input[type="radio"]:checked {
    --s: 0.5;
}

.prop-filter-type-list .form-check-label {
    color: #aaa;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 5px;
}

.prop-filter-type-list .form-check-label span {
    float: right;
}

.prop-filter-type-list .form-check {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0px;
}


/*************## Loader CSS ##**************/

.dash-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #4558881c;
    top: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

img.dash-loader-img {
    width: 80px;
}

.dash-loader-wrapper {
    background: white;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px 0px;
    box-shadow: 0px 3px 15px #ababab8f;
}

.dash-loader-show {
    visibility: visible;
}


/************####### empty data #######*************/

.prop-empty-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prop-empty-data img {
    height: 300px;
    width: 300px;
    margin-bottom: 10px;
}

.prop-filter-clear-wrapper {
    position: absolute;
    right: 25px;
    top: 9px;
    display: none;
}

.prop-filter-clear-btn {
    background: #114a82;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    padding: 2px 5px;
    color: white;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.prop-filter-clear-btn p {
    margin: 0;
}

.prop-filter-clear-btn i {
    cursor: pointer;
}


/*testimonial slider*/

#home-07 {
    padding: 80px 0px;
    background: white;
}

#home-07 p {
    color: #aaaaaa;
    font-size: 18px;
}

#home-07 .section-txt p {
    font-size: 16px;
    padding: 0px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#home-07 h3 {
    font-size: 34px;
    color: #aaaaaa;
}

#home-07 .slick-dots li button:hover:before {
    opacity: 1;
    opacity: .75;
    color: #aaaaaa;
    font-size: 26px;
}

#home-07 .slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    font-size: 28px;
    color: #aaaaaa;
}

#home-07 .dash {
    background-color: #aaaaaa;
}

#home-07 h5 {
    color: #114a82;
    font-weight: 600;
}

#home-07 img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#home-07 .slick-slide img {
    display: inherit !important;
}

#home-07 .a-margin {
    margin: auto;
}

#home-07 .testimonial-box {
    outline: none;
}
.propEnquiryError{
    color:red;
    font-size: 12px;
}


/* ----------  slider css ---------- */

.hero{
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../img/hero/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
    height: 60vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-logo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* ----------  clip bg ----------- */

#clip-bg{
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
    background-image: url('../../img/hero/text-bg.webp');
    background-size: contain;
    background-position: top;
    display: flex;
    align-items: center;
}

#clip-bg .text{
    font-size: 160px;
    font-weight: 900;
    font-family: sans-serif;
}

/* ---------- Land CSS ---------------- */
.land-list{
    list-style: none;
    position: relative;
    padding: 0;
}

.land-list li{
    margin-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.land-list li::before{
    content: "|";
    color: #114a82;
    padding-right: 10px;
    font-weight: 300;
}

.land-list li a{
    color: #114a82;
    font-weight: 500;
}

select{
    cursor: pointer;
}


/* --------- Breadcrumb CSS ----------- */
.breadcrumb-wrap{
    background: url(../../img/web/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb{
    background: transparent;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}



/* --------- media query ------------ */
@media screen and (max-width: 992px) {
    .prop-navs{
        left: 35%;
    }
    .reverse{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .hero{
        height: 40vh;
        align-items: center!important;
    }

    .hero-logo{
        margin-top: 0!important;
    }

    .banner-logo{
        padding: 0 30px
    }

    .contact-info ul li a{
        font-size: 12px;
    }

    .contact-info ul li i{
        padding-right: 0;
    }
}


@media screen and (max-width: 1199.1px) and (min-width:991px) {
    #clip-bg .text{
        font-size: 135px;
    }
}

@media screen and (max-width: 991px) and (min-width:767px) {
    #clip-bg .text{
        font-size: 150px;
    }
    .prop-slider-overlay-heading{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) and (min-width:520px) {
    #clip-bg .text{
        font-size: 110px;
    }
}

@media screen and (max-width: 519.98px) and (min-width:380.1px) {
    #clip-bg .text{
        font-size: 85px;
    }
}

@media screen and (max-width: 380px) and (min-width:320px) {
    #clip-bg .text{
        font-size: 70px;
    }
}

@media screen and (max-width: 319.98px){
    #clip-bg .text{
        font-size: 40px;
    }
}

