/* @import url('https://fonts.googleapis.com/css2?family=Francois+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,400&family=Roboto:wght@100&display=swap'); */

body .property-content-wrap ul.properties {display: flex;flex-wrap: wrap;column-gap: 30px;row-gap: 30px;margin: 0;list-style: none;}
body .property-content-wrap ul.properties li {
    width: calc(33.33% - 20px);
    float: none;
    clear: none; 
    padding: 0;
    margin: 0; 
    border: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
body .property-content-wrap ul.properties li .action-shortlist {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    width: 55px;
    height: 55px;
    border-bottom-left-radius: 4px;
}
body .property-content-wrap ul.properties li .action-shortlist a:not(body .property-content-wrap ul.properties li .action-shortlist a.button) {
    display: none;
    pointer-events: none;    
}
body .property-content-wrap ul.properties li .action-shortlist a.button {
    display: block;
    font-size: 0;
    cursor: pointer;
    width: 100%;
    height: 100% !important;
    /* background-color: rgba(255, 255, 255, 0.9);
    width: 55px;
    height: 55px; 
    border-bottom-left-radius: 4px; */
}
body .property-content-wrap ul.properties li .action-shortlist a.button:focus,
a.toggle-content:focus {
    outline: none;
}
body .property-content-wrap ul.properties li .action-shortlist a.button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("../assets/images/pin-star.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transition: ease-in-out 0.3s, background 0.3s;
}
body .property-content-wrap ul.properties li .action-shortlist a.button.not_added_room:before {
    background-image: url("../assets/images/pin-star-gray.svg");
}
body .property-content-wrap ul.properties li .thumbnail {position: relative; float: none; width: 100%;}
body .property-content-wrap ul.properties li .thumbnail a {display: block;background: transparent;height: auto;}
body .property-content-wrap ul.properties li .thumbnail .result-image-area {width: 100%;height: 270px;overflow: hidden;display: block;position: relative;}
body .property-content-wrap ul.properties li .thumbnail img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
body .property-content-wrap ul.properties li .thumbnail .result-image-area::before {  content: "";  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23ffffff' points='18,12 14,12 14,8 12,8 12,12 8,12 8,14 12,14 12,18 14,18 14,14 18,14 '/%3E%3Cpath fill='%23ffffff' d='M30.414,27.586L24.2,21.369c-0.80407,1.07364-1.75736,2.02693-2.831,2.831l6.217,6.217 c0.79452,0.76734,2.06066,0.74531,2.828-0.0492c0.74853-0.77504,0.74853-2.00376,0-2.7788L30.414,27.586z'/%3E%3Cpath fill='%23ffffff' d='M13,25C6.37258,25,1,19.62742,1,13S6.37258,1,13,1s12,5.37258,12,12 C24.99284,19.62445,19.62445,24.99284,13,25z M13,3C7.47715,3,3,7.47715,3,13s4.47715,10,10,10s10-4.47715,10-10 C22.99394,7.47967,18.52033,3.00606,13,3z'/%3E%3C/g%3E%3C/svg%3E");  background-repeat: no-repeat;  background-position: center center;  background-size: 30px;  background-color: rgba(0, 145, 163, 0.40);  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  opacity: 0;  visibility: hidden;  z-index: 1;}
body .property-content-wrap ul.properties li .thumbnail > a .result-image-area:hover::before {  opacity: 1;  visibility: visible;}
body .property-content-wrap ul.properties li .bed_bath_reception {display: flex;flex-wrap: wrap;background-color: #faf9fc;margin-top: 4px;border: 1px solid #e1e4e7;position: static;border-radius: 5px 5px 0 0;}
body .property-content-wrap ul.properties li .bed_bath_reception-inner {padding: 10px 10px 10px 30px;width: calc(100% - 55px);display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;column-gap: 13px;row-gap: 10px;color: #555454;font-size: 17px;margin: 0;text-transform: uppercase;font-weight: 600;font-family: Nunito Sans;}
body .property-content-wrap ul.properties li .more-link {padding: 16px;background-color: #f1f1f2;border-left: 1px solid #e1e4e7;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}
body .property-content-wrap ul.properties li .bed_bath_reception-inner > div:not(.price) {display: flex;align-items: center;column-gap: 10px;row-gap: 10px;line-height: 1;}
body .property-content-wrap ul.properties li .bed_bath_reception-inner > div:not(.price) span {line-height: 1;}
body .property-content-wrap ul.properties li .bed_bath_reception-inner span svg { width: 18px; height: 18px;}
body .property-content-wrap ul.properties li .more-link svg {width: 22px; height: 22px;}
body .property-content-wrap ul.properties li .more-link svg path { fill: #ff7f5f; }
body .property-content-wrap ul.properties li .details {margin-top: auto;
    flex: 1;width: 100%; color: #74777c;font-size: 15px;line-height: 1.5;border: 1px solid #e1e4e7;border-top: 0;}
body .property-content-wrap ul.properties li .details > a {padding: 22px 30px;}
body .property-content-wrap ul.properties li .details h3,
body .property-content-wrap ul.properties li .details h3 a {font-size: 18px;line-height: 1.2;font-weight: 600;color: #006580;}
body .property-content-wrap ul.properties li .details a {background: transparent;display: inline-block;color: #74777c; font-size: 15px;font-weight: 400;height: 100%;width: 100%;}
body .property-content-wrap ul.properties li .details a:hover h3 {color: #00a5b5;}
body .property-content-wrap ul.properties li .details a:focus {outline: none;border: 0;box-shadow: none;}
body .property-content-wrap ul.properties li .details .price,
body .property-content-wrap ul.properties li .details .actions {display: none;}
body .property-content-wrap ul.properties li .details h3 {margin-bottom: 8px;}
body .property-content-wrap ul.properties li .details .actions .button{
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px 26px;
    
    background-color: #ff7f5f;
    border-radius: 50px;
    transition: ease-in-out 0.4s;
}
body .property-content-wrap ul.properties li .details .actions .button:hover{
    background-color: #006580;
}
body .property-content-wrap ul.properties li .flag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 145 163 / 65.1%);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    z-index: 2;
}
body .property-content-wrap ul.properties li .flag.right:not(body .property-content-wrap ul.properties li .flag.right.left) {
    justify-content: flex-end;
}
body .property-content-wrap ul.properties li .flag p {
    color: inherit;
    margin: 0;
    
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
body .property-content-wrap ul.properties li.type-property.first.last {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d7d8;
}
body .property-content-wrap ul.properties li.type-property.first.last:last-child {
    border-bottom: 0;
}
body .property-content-wrap ul.properties li.type-property.first.last .thumbnail{
    width: 447px;
}
body .property-content-wrap ul.properties li.type-property.first.last .thumbnail a {
    height: auto;
}
body .property-content-wrap ul.properties li.type-property.first.last .details {
    position: relative;
    width: calc(100% - 447px);
    border: 0;
    padding: 30px 0 30px 42px;
    margin-top: inherit;
}
body .property-content-wrap ul.properties li.type-property.first.last .details h3 {
    margin-bottom: 15px;
    max-width: 70%;
}
body .property-content-wrap ul.properties li.type-property.first.last .details h3, 
body .property-content-wrap ul.properties li.type-property.first.last .details h3 a {
    font-size: 22px;
    color: #4d5968;
    transition: ease-in-out 0.3s;
}
body .property-content-wrap ul.properties li.type-property.first.last .details a:not(body .property-content-wrap ul.properties li .details .actions .button) {
    color: #4d5968;
    font-size: 16px;
    height: auto;
    padding: 0;
}
body .property-content-wrap ul.properties li.type-property.first.last .details a:hover h3 {
    color: #00a5b5;
}
body .property-content-wrap ul.properties li.type-property.first.last .details .price, 
body .property-content-wrap ul.properties li.type-property.first.last .details .actions {
    display: block;
}
body .property-content-wrap ul.properties li.type-property.first.last .details .price .rent_frequency {
    font-size: 15px;
}
body .property-content-wrap ul.properties li.type-property.first.last .bed_bath_reception {
    background-color: #f4f4f4;
    margin-top: 0;
    border: 0;
    border-radius: 0;
}
body .property-content-wrap ul.properties li.type-property.first.last .bed_bath_reception-inner {
    column-gap: 20px;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 30px;
}
body .property-content-wrap ul.properties li.type-property.first.last .details .actions {
    margin-top: 50px;
    text-align: right;
}
body .property-content-wrap ul.properties li.type-property.first.last .details .price {
    position: absolute;
    right: 0;
    top: 27px;
    color: #555454;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    
}
body .property-content-wrap ul.properties li.type-property.first.last .flag p {font-weight: 600;}
body .property-content-wrap ul.properties li.type-property.first.last .flag {background-color: rgba(0,165,181,0.74);}
/* */
body .property-content-wrap .prop_action_wrapper > *, 
body .property-content-wrap .prop_action_wrapper form .order-list-area {
    padding-right: 30px;
}
.post-type-archive-property .filter .select2-container--default .select2-selection--single,
.propert-search-form-sec .filter .select2-container--default .select2-selection--single {
    border-radius: 0;
}
.post-type-archive-property .filter .select2-container--default .select2-selection__rendered,
.propert-search-form-sec .filter .select2-container--default .select2-selection__rendered {
    
    font-weight: 600;
}
body .property-content-wrap .order-list-area select, 
body .property-content-wrap .property-search-form select, 
body .property-content-wrap .propertyhive-ordering select {
    border: 1px solid #ff7f5f;
    background: #fff;
    height: auto;
    padding: 11px 41px 11px 20px;
    line-height: 1.2;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-radius: 8px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../assets/images/select-arrow-down.png");
    background-repeat: no-repeat;
    background-size: 13px 9px;
    background-position: right 20px center;
    
}
body .property-content-wrap .soldstc_let_Area > div.Active-Type {
    display: block;
    padding: 10px 0;
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"] {
    display: none;
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"] + label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    
}
body .property-content-wrap .soldstc_let_Area .label-stc, .view-area > span, .view-area li span {
    font-size: 16px;
    color: #4d5968;
    margin: 0;
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"] + label::after {
    content: "";
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid #ff7f5f;
    border-radius: 3px;
    transform: rotate(0);
    position: static;
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: auto;
    right: 6px;
    top: 6px;
    z-index: 1;
    border-radius: 0;
    margin: 0;
    display: none;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"]:checked + label::before {
    display: block;
    background: transparent;
}
body .property-content-wrap .soldstc_let_Area input[type="checkbox"]:checked + label::after {
    background-color: #ff7f5f;
    display: inline-block;
}
body .property-content-wrap .propertyhive-pagination {
    padding: 0;
    margin: 0;
}
body .property-content-wrap .propertyhive-pagination ul.page-numbers,
body .property-content-wrap .propertyhive-pagination ul.page-numbers:hover  {
    margin: 0 auto !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    line-height: normal !important;
    padding: 0 !important;
    color: inherit !important;
}
body .property-content-wrap .propertyhive-pagination ul li {
    display: inline-block;
}
body .property-content-wrap .propertyhive-pagination .page-numbers.current {
    background: #4c5868;
    color: #ffffff;
}
body .property-content-wrap .propertyhive-pagination ul .page-numbers {
    color: #4c5868;
    font-size: 15px;
    margin: 0 5px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
    border: 0;
    font-weight: 400;
}
body .property-content-wrap .propertyhive-pagination ul .page-numbers:hover {
    background-color: #ff7f5f !important;  
    color: #fff !important;  
}
body .property-content-wrap .propertyhive-pagination ul a.next.page-numbers,
body .property-content-wrap .propertyhive-pagination ul a.prev.page-numbers {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    color: #4c5868;
    font-size: 0;
    margin: 0 10px;
    font-weight: 400;
    background-color: transparent !important;
    padding: 0;
    border: 0;
    border-radius: 0;
}
body .property-content-wrap .propertyhive-pagination ul a.next.page-numbers {
    margin-right: 0;
}
body .property-content-wrap .propertyhive-pagination ul a.prev.page-numbers {
    margin-left: 0;
}
body .property-content-wrap .propertyhive-pagination ul a.next.page-numbers:hover,
body .property-content-wrap .propertyhive-pagination ul a.prev.page-numbers:hover{
    color: #ff7f5f !important;
}
body .property-content-wrap .propertyhive-pagination .prev.page-numbers:after, 
body .property-content-wrap .propertyhive-pagination .next.page-numbers:before {
    text-transform: uppercase;
    display: inline-block;
    color: #4d5968;
    font-size: 15px;
}
body .property-content-wrap .propertyhive-pagination .next.page-numbers:before {
    content: "Next";
    margin-right: 7px;
}
body .property-content-wrap .propertyhive-pagination .prev.page-numbers:after {
    content: "Prev";
    margin: 0 7px;
}
body .property-content-wrap .propertyhive-pagination ul.pagination {
    justify-content: flex-end !important;
    padding: 70px 0;
}
body .property-content-wrap .propertyhive-pagination .next.page-numbers:after,
body .property-content-wrap .propertyhive-pagination .prev.page-numbers:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: #ff7f5f;  
    color: #fff;  
}
body .property-content-wrap .propertyhive-pagination .prev.page-numbers:before {
    content: "\f104";
}
/* Search Form */
body .entry-header .filter {
    max-width: 1260px;
    margin: 0 auto;
}
.property-search-form-wrap {
    position: relative;
    padding: 40px 15px;
    background-color: rgba(0,165,181,1);
}
body .property-search-form {
    display: flex;
    align-items: center;
    /* max-width: 1145px; */
}
body .property-search-form .control {
    flex: 1;
    height: 70px !important;
    padding: 0;
    border-left: 1px solid #ececec;
    max-width: 15%;
}
/* body .property-search-form .control.control-area {
    flex: 1 20%;
} */
body .property-search-form .control .select2-selection__rendered {
    padding-left: 25px !important;
    padding-right: 25px;
    font-size: 15px;
    color: #555555;
    font-weight: 600;
    
}
body .property-search-form .control label {
    display: none;
}
body .property-search-form .control:first-of-type {
    border-left: 0;
    flex: 1 auto;
    max-width: 100%;
}
body .property-search-form input[type="submit"] {
    height: 70px;
    flex: 0 1;
    font-size: 15px;
    max-width: 100%;
    font-weight: 900;
    border: 0;
}
.post-type-archive-property div#container {
    max-width: 100%;
}
.post-type-archive-property .filter,
.propert-search-form-sec .filter {
    max-width: 100%;
    background-color: #00a5b5;
    padding: 40px 15px;
    height: auto;
    border-radius: 0;
}
.post-type-archive-property .filter .property-search-form,
.propert-search-form-sec .filter .property-search-form{
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.33);
}
.post-type-archive-property .prop_action_wrapper,
.post-type-archive-property .properties,
.post-type-archive-property nav.propertyhive-pagination {
    max-width: 1170px;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
.post-type-archive-property .filter .property-search-form,
.propert-search-form-sec .filter .property-search-form {
    max-width: 1140px;
    margin: 0 auto !important;
}
.post-type-archive-property .propertyhive-views {
    display: none;
}
.post-type-archive-property .view-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.post-type-archive-property .view-area > span {
    display: none;
}
.post-type-archive-property .view-area ul li{
    list-style-type: none;
    margin: 10px;
}
.post-type-archive-property .view-area ul li a {
    display: inline-flex;
    align-items: center;
    color: #4d5968;
    
    font-size: 16px;
    cursor: pointer;
}
.post-type-archive-property .view-area ul li a:focus {
    border: 0;
    outline: none;
}
.post-type-archive-property .view-area ul li a svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.post-type-archive-property .view-area ul li a svg path {
    fill: #a1a1a1;
}
.post-type-archive-property .view-area ul li.active a path {
    fill: #ff7f5f;
}
.post-type-archive-property .prop_action_wrapper {
    margin-top: 50px !important;
}
.post-type-archive-property .prop_action_wrapper ul.page-numbers{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.post-type-archive-property .prop_action_wrapper,
.post-type-archive-property .prop_action_wrapper form#sold_let_option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-type-archive-property .property-wrap-filterbar form#sold_let_option .order-list-area {
    margin-right: 30px;
}
.post-type-archive-property .property-wrap-filterbar form#sold_let_option .order-list-area select {
    min-width: 165px;    
}
body.post-type-archive-property #content ul.properties,
body.post-type-archive-property #content .propertyhive-map-canvas-wrapper {
    margin-top: 50px !important;
}
body.post-type-archive-property #content .propertyhive-map-canvas-wrapper {
    height: 1000px;
}
.post-type-archive-property .prop_action_wrapper .view-area {
    order: 2;
}
.post-type-archive-property .prop_action_wrapper form#sold_let_option {
    order: 1;
    padding-right: 10px;
}
body .property-content-wrap .prop_action_wrapper .propertyhive-pagination {
    order: 3;
    flex: 1;
}
.property-inner-banner-result header.hero-banner {
    max-height: 220px;
}
.available-properties ul.properties.clear {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px !important;
}
/* Single page */
.propery-singlepage-wrap .detail-main-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.propery-singlepage-wrap .detail-main-info .image-and-info {
    width: 100%;
    margin-top: 20px;
}
.single-property .propery-singlepage-wrap .status-publish {
    padding-top: 45px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}
.propery-singlepage-wrap .back_to_search {
    text-align: right;
    margin-bottom: 25px;
}
.propery-singlepage-wrap .back_to_search a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #505050;
    font-weight: 900;
    transition: ease-in-out 0.3s;
}
.propery-singlepage-wrap .back_to_search svg {
    fill: #ff7f5f;
    width: 16px;
    height: 16px;
    transition: ease-in-out 0.3s;
    margin-right: 10px;
}
.propery-singlepage-wrap .back_to_search a:hover,
.propery-singlepage-wrap .back_to_search a:hover svg {
    color: #00a5b5;
    fill: #00a5b5;
}
.propery-singlepage-wrap .bed_bath_reception-new {
    width: 100%;
    border: 1px solid #e1e4e7;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.propery-singlepage-wrap .bed_bath_reception-new, 
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception,
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception-new-right {
    display: flex;
    align-items: center;
}
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception {
    background-color: #fff;
    align-self: stretch;
}
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception-new-right .flag {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    
}
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception-new-right .flag p {
    font-weight: 400;
}
.propery-singlepage-wrap .bed_bath_reception > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
}
.propery-singlepage-wrap .bed_bath_reception > div:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 0;
    width: 1px;
    background-color: #e1e3e7;
    height: calc(100% - 16px);
}
.propery-singlepage-wrap .bed_bath_reception > div:first-child {
    padding-left: 20px;
}
.propery-singlepage-wrap .bed_bath_reception > div:last-child {
    margin-right: 0;
}
.propery-singlepage-wrap .bed_bath_reception > div:last-child:before {
    opacity: 0;
}
.propery-singlepage-wrap .bed_bath_reception-new svg {
    width: 18px;
    height: 18px;
}
.propery-singlepage-wrap .bed_bath_reception-new span {
    margin-left: 10px;
    font-family: Nunito Sans;
    column-gap: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
}
.propery-singlepage-wrap .bed_bath_reception-new > div p {
    margin: 0;
}
.propery-singlepage-wrap .detail-main-info .property-title-singlepost, .price-area {
    font-size: 28px;
    line-height: 46px;
    color: #505050;
    font-weight: 700;
}
.propery-singlepage-wrap .detail-main-info .property-title-singlepost {
    padding-right: 15px;
    color: #006580;
}
.price-area {text-transform: uppercase;}
.price-area .rent_frequency {font-size: 15px;font-weight: 700   ;}
.propery-singlepage-wrap .bed_bath_reception-new .bed_bath_reception-new-right {
    background-color: #f1f3f5;
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
}
.bed_bath_reception-new .bed_bath_reception-new-right .flag {
    background-color: rgba(0, 0, 0, 0.1);
} 
.bed_bath_reception-new .bed_bath_reception-new-right .flag p {
    margin: 0 !important;
}
.bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number {
    background-color: rgba(0, 0, 0, 0.3);
    color: #effbff;
}
.bed_bath_reception-new .bed_bath_reception-new-right .flag,
.bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number {
    padding: 14px 32px;
}
.bed_bath_reception-new .bed_bath_reception-new-right .flag p,
.bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number span {
    margin-left: 10px;
    
    column-gap: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number span{
    margin-left: 0;
    color: #effbff;
}
.propery-singlepage-wrap .short-desc-office {
    margin-top: 50px;
}
.propery-singlepage-wrap .short-description .details-heading{
    font-size: 24px;
    color: #006580;
    margin-bottom: 22px;
    font-weight: 700;
    line-height: 27px;
}
.propery-singlepage-wrap .short-description p {
    font-size: 16px;
    color: #0b0b0b;
    
    line-height: 24px;
}
.propery-singlepage-wrap .short-description .feature-area ul {
    column-count: 3;
    column-gap: 60px;
    margin: 0;
    padding: 0;
    column-rule-width: 1px;
    column-rule-style: dotted;
    column-rule-color: #484644;
}
.propery-singlepage-wrap .short-description .feature-area ul li{
    break-inside: avoid;
    font-size: 18px;
    color: #000000;
    line-height: 23px;
    padding: 7px 0;
    font-weight: 600;
    
    margin-left: 20px;
}
.propery-singlepage-wrap .short-description .feature-area ul li::marker {
    color: #ff7f5f;
}
.propery-singlepage-wrap .short-description .feature-area {
    margin-bottom: 35px;
}
.property-slider .slick-arrow {
    display: block;
    width: 46px;
    height: 46px;
    background: url("../assets/images/circle-arrow.png") no-repeat center/contain !important;
    z-index: 9;
    transition: ease-in-out 0.3s;
}
.property-slider .slick-arrow:hover {
    opacity: 0.8;
}
.property-slider .slick-prev:before, 
.property-slider .slick-next:before {
    display: none;
}
.property-slider .slick-prev.slick-arrow {
    left: 20px;
    transform: rotate(180deg);
    transform-origin: center center;
    margin-top: -23px;
}
.property-slider .slick-next.slick-arrow {
    right: 20px;
}
.propery-singlepage-wrap {
    position: relative;
}
.propery-singlepage-wrap #container{
    position: relative;
    z-index: 1;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.propery-singlepage-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    height: 932px;
    z-index: 0;
}
.propery-singlepage-wrap .property-slider .slick-slide > div {
    display: block;
    padding-top: 66.67%;
}
.propery-singlepage-wrap .property-slider .property-slider-main-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.propery-singlepage-wrap .short-desc-office {
    display: flex;
    flex-wrap: wrap;
}
.propery-singlepage-wrap .short-description {
    width: calc(100% - 300px);
}
.propery-singlepage-wrap .office-deatil {
    width: 300px;
    padding-left: 65px;
}
.propery-singlepage-wrap .office-deatil .virtual_tour {
    margin-top: 20px;
}
.propery-singlepage-wrap .office-deatil .maplink-box-text h4 {
    color: #006580;
}
.propery-singlepage-wrap .office-deatil a span:not(.propery-singlepage-wrap .office-deatil a span + span) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border: 1px solid #ff7f5f;
    border-radius: 100%;
    margin-right: 10px;
}
.propery-singlepage-wrap .back_to_search a:focus,
.propery-singlepage-wrap .office-deatil a:focus {
    outline: none;
}
.propery-singlepage-wrap .office-deatil a span svg {
    width: 24px;
    height: 24px;
}
.propery-singlepage-wrap .office-deatil a{
    display: flex;
    align-items: center;
    color: #707070;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    
    font-size: 14px;
    margin-bottom: 12px;
}
.propery-singlepage-wrap .office-deatil a:hover {
    color: #00a5b5;
}
p.propertyhive-info {
    text-align: center;
    padding: 50px 0;
}
.properties-map-popup.leaflet .properties .property {
    display: flex;
    grid-gap: 10px;
}
.properties-map-popup .properties .property .details .address a {
    line-height: normal;
    font-weight: 600;
    
    color: #4d5968;
}
.properties-map-popup .properties .property .details .address a:hover {
    color: #00a5b5;
}
.properties-map-popup .properties .property .details .price {
    color: #555454;
    text-transform: uppercase;
    font-weight: 600;
    
}
.leaflet-container a.leaflet-popup-close-button {top: 5px;right: 5px;}
section.review-sec {overflow: hidden;}
.property_rooms_single .property_room_area_desc a{color: #00a5b5;}
.social-media-single li a{transition: ease-in-out 0.3s;}
.social-media-single li a svg {height: 35px;}
.property_rooms_single .property_room_area_desc a:hover, 
.available-properties .btn-holder a:hover {color: #006580;}
.property_rooms_single .property_room_area_desc a:focus,
body .property-content-wrap .propertyhive-pagination ul a:focus,
.social-media-single li a:focus {border: 0;outline: none;box-shadow: none;}
.social-media-single li a:hover {opacity: 0.5;}
.social-media-single {padding-top: 16px;}
.social-media-single .social-media li:first-child {align-self: center;}
/* form */ 
.page-template-tenancy-application-php .entry-content .wp-block-heading + p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page-template-tenancy-application-php .entry-content.read_less .wp-block-heading + p {
    overflow: inherit;
    text-overflow: inherit;
    display: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}
.tenancy-application_form .gform_fields {
    column-gap: 20px !important;
    row-gap: 20px !important;
}
.tenancy-application_form .gfield.gfield-md-20 {
    margin-bottom: 20px;    
}
.tenancy-application_form .gfield .chosen-container {
    display: none !important;
}
.tenancy-application_form .gfield .select2-container,
.tenancy-application_form .gfield .chosen-container {
    position: relative;
    display: block;
    width: 100% !important;
}
.tenancy-application_form .gfield .select2-container--default .select2-selection--single .select2-selection__rendered,
.tenancy-application_form .gfield .chosen-container .chosen-single span {
    line-height: 43px;
    color: #8d9091;
}
.tenancy-application_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}
.tenancy-application_form .gform-theme--foundation .gform_drop_area {
    border: 1px dashed #9d9ea1;
}
.tenancy-application_form .gfield--type-fileupload .gform_drop_area:before,
.tenancy-application_form .gfield--type-fileupload .gform_drop_area .gform_drop_instructions {
    color: #006580 !important;
}
.tenancy-application_form .gfield--type-fileupload .gform_drop_area:before {
    background-image: url("../assets/images/upload-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    width: 60px;
    height: 60px;
    margin: 10px auto;content: "" !important;
}
.tenancy-application_form .gfield--type-fileupload .gform_drop_area .gform_drop_instructions {
    font-size: 14px !important;
}
.tenancy-application_form .gfield--type-fileupload .gform_drop_area .gform_button_select_files,
.tenancy-application_form .gpnf-nested-entries-container .gpnf-add-entry {
    background-color: #00a5b5 !important;
    border-radius: 6px !important;
}   
.tenancy-application_form .gfield--type-fileupload .gform_drop_area .gform_button_select_files:hover,
.tenancy-application_form .gpnf-nested-entries-container .gpnf-add-entry:hover {
    background-color: #006580 !important;
}
.tenancy-application_form .gfield .chosen-container .chosen-single {
    margin-bottom: 20px;
    height: 45px;
}
body .tingle-modal {
    z-index: 10000 !important;
}
.tingle-modal .tingle-modal__close:focus {
    outline: none;
    border: none;
}
.tenancy-application_form .gfield .ginput_container input,
.tenancy-application_form .gfield .ginput_container select,
.tenancy-application_form .gfield .ginput_container textarea, 
.tenancy-application_form .gfield .select2-container--default .select2-selection--single,
.tenancy-application_form .gfield .chosen-container .chosen-single,
.tingle-modal-box .gfield .ginput_container input,
.tingle-modal-box .gfield .ginput_container select,
.tingle-modal-box .gfield .ginput_container textarea {
    background-color: #f4fafa;
    border: 1px solid #00a5b5;
    font-size: 16px;
    box-shadow: none;
    color: #8d9091;
    font-weight: 300;
    width: 100%;
}
.select2-container--default .select2-results>.select2-results__options, 
span.select2-search.select2-search--dropdown {
    border: 1px solid #00a5b5;
}
.tenancy-application_form .gfield .ginput_container input:focus,
.tenancy-application_form .gfield .ginput_container select:focus,
.tenancy-application_form .gfield .ginput_container textarea:focus{
    border: 1px solid #006580;
}
.tenancy-application_form .gfield .ginput_container input,
.tenancy-application_form .gfield .ginput_container select,
.tenancy-application_form .gfield .select2-container--default .select2-selection--single {
    height: 45px;
}
.tenancy-application_form .gfield.gfield--type-html,
.tenancy-application_form .gfield.select_unit label.gfield_label.gform-field-label{
    color: #006580;
    font-size: 24px;
}
.tenancy-application_form .gfield legend.gfield_label.gform-field-label,
.tenancy-application_form .gfield label.gfield_label.gform-field-label {
    display: inline-block;
    color: #006580;
    font-size: 18px;
    margin-bottom: 15px;
}
.tenancy-application_form .gfield .gchoice input {
    width: 25px !important;
    height: 25px !important;
}   
.tenancy-application_form .gfield .gchoice .gform-field-label{
    font-size: 16px;
    color: #006580;
    font-weight: 400;
}
.tenancy-application_form .gform_footer input[type="submit"], 
.tingle-modal-box__footer .tingle-btn {
    background-color: #00a5b5 !important;
    font-size: 18px !important;
    width: auto !important;
    height: auto !important;
    padding: 13px 40px !important;
    text-transform: uppercase !important;
    min-width: 170px !important;
    border-radius: 6px !important;
}
.tingle-modal-box__footer .tingle-btn {
    margin: 0 10px !important;
}
.tenancy-application_form .gform_footer input[type="submit"]:hover, 
.tingle-modal-box__footer .tingle-btn:hover {
    background-color: #006580 !important;
}
.gform-theme--framework .tenancy-application_form input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    background-color: #319d9d;
    block-size: 25px !important; 
    inline-size: 25px !important;
}
.tenancy-application_form .gfield--type-radio .gchoice .gform-field-label {
    position: relative;
}
.tenancy-application_form .gfield--type-radio .gchoice .gform-field-label:after {
    content: '';
    position: absolute;
    left: -27px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.tenancy-application_form .gfield--type-radio .gchoice input:checked + .gform-field-label:after {
    opacity: 1;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:after, 
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:after {
    opacity: 1;
}
.tingle-modal-box .tingle-modal-box__content .gpnf-modal-header {
    background-color: #00a5b5 !important;
}
.tingle-modal-box .tingle-modal-box__content .gform_fields {
    column-gap: 20px;
    row-gap: 20px;
}
.gform-theme--framework .gform_validation_errors {
    display: none !important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    border: 1px solid;
    padding: 20px;
    border-radius: 4px;
}
tr:first-child td[data-extralabel]::after {
    content: attr(data-extralabel);
    position: static;
    display: inline-block;font-weight: 300;margin-left:3px;
}
/* Responsive */
@media screen and (max-width: 1199px){
  body .property-content-wrap ul.properties li .bed_bath_reception-inner {padding: 10px 10px 10px 20px;font-size: 15px;width: calc(100% - 42px);column-gap: 10px;}
  body .property-content-wrap ul.properties li .bed_bath_reception-inner svg {width: 15px;}
  body .property-content-wrap ul.properties li .bed_bath_reception-inner > div:not(.price) {column-gap: 6px;row-gap: 6px;}
  body .property-content-wrap ul.properties li .more-link {padding: 12px;}
  body .property-content-wrap ul.properties li .more-link svg {width: 17px;}
  body .property-content-wrap ul.properties li .details > a {padding: 20px;}
  body .property-content-wrap ul.properties li.type-property.first.last .details h3, 
  body .property-content-wrap ul.properties li.type-property.first.last .details h3 a,
  body .property-content-wrap ul.properties li.type-property.first.last .details .price { font-size: 20px; }
  body .property-content-wrap ul.properties li.type-property.first.last .bed_bath_reception-inner {font-size: 15px;}
  body .property-content-wrap ul.properties li.type-property.first.last .details {padding: 30px;}
  body .property-search-form .control .select2-selection__rendered {padding-left: 15px !important;padding-right: 15px;font-size: 14px;}
  .filter .select2-container .select2-selection--single .select2-selection__arrow {right: 10px;width: 10px;}
  body .property-search-form .control, body .property-search-form input[type="submit"] {font-size: 14px;}
  .propery-singlepage-wrap:before {height: 40%;}
  .property-search-form-wrap, .post-type-archive-property .filter, .propert-search-form-sec .filter {padding: 20px 15px;}
}
@media screen and (max-width: 991px){
  body .property-content-wrap ul.properties {column-gap: 20px;row-gap: 20px;}
  body .property-content-wrap ul.properties li {width: calc(50% - 10px);}
  body .property-content-wrap ul.properties li.type-property.first.last .details h3, 
  body .property-content-wrap ul.properties li.type-property.first.last .details h3 a,
  body .property-content-wrap ul.properties li.type-property.first.last .details .price { font-size: 18px; }
  body .entry-header .filter {height: auto;}
  body .property-search-form .control, body .property-search-form input[type="submit"] {min-height: 50px !important;height: 50px !important;}
  body .property-search-form .control:first-of-type,
  body .property-search-form .control  {flex: 1;max-width: 100%;}
  body .property-content-wrap .prop_action_wrapper .propertyhive-pagination, 
  .post-type-archive-property .prop_action_wrapper .view-area {width: 100%;}
  body .property-content-wrap .prop_action_wrapper form .order-list-area {margin: 10px 0;}
  .post-type-archive-property .prop_action_wrapper, body.post-type-archive-property #content ul.properties,
  body.post-type-archive-property #content .propertyhive-map-canvas-wrapper  {margin-top: 30px !important;}
  body .property-content-wrap .propertyhive-pagination ul.pagination {padding: 50px 0;}
  body .property-content-wrap ul.properties li.type-property.first.last .thumbnail {width: 320px;}
  body .property-content-wrap ul.properties li.type-property.first.last .details {width: calc(100% - 320px);}
  body .property-content-wrap ul.properties li.type-property.first.last .details .actions {margin-top: 30px;}
  body .property-content-wrap ul.properties li .flag {padding: 10px 15px;}
  body .property-content-wrap ul.properties li.type-property.first.last {padding-bottom: 30px;}
  .propery-singlepage-wrap .detail-main-info .property-title-singlepost, .price-area {font-size: 24px;}
  .propery-singlepage-wrap .short-description .feature-area ul {column-count: 2;column-gap: 30px;}
  .propery-singlepage-wrap .bed_bath_reception-new span,
  .bed_bath_reception-new .bed_bath_reception-new-right .flag p, .bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number span,
  .propery-singlepage-wrap .short-description .feature-area ul li  {font-size: 16px;}
  .propery-singlepage-wrap .short-description .details-heading {font-size: 20px;}
  .propery-singlepage-wrap .office-deatil a span:not(.propery-singlepage-wrap .office-deatil a span + span) {width: 60px;height: 60px;min-width: 60px;min-height: 60px;}
  .propery-singlepage-wrap .office-deatil a span svg { width: 20px;height: 20px;}
  .propery-singlepage-wrap:before {height: 25%;}
  .bed_bath_reception-new .bed_bath_reception-new-right .flag, .bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number {padding: 18px 20px;}
  .tenancy-application_form .gfield.gfield--type-html, .tenancy-application_form .gfield.select_unit label.gfield_label.gform-field-label{font-size: 20px;}
  .tenancy-application_form .gfield legend.gfield_label.gform-field-label, .tenancy-application_form .gfield label.gfield_label.gform-field-label {font-size: 16px;}
  .tenancy-application_form .gfield.gfield-md-20 {margin-bottom: 10px;}
}
@media screen and (max-width: 767px){
    body .property-content-wrap ul.properties li {width: 100%;}
    body .property-content-wrap ul.properties li .bed_bath_reception-inner {padding: 10px;}
    body .property-content-wrap ul.properties li.type-property.first.last .details h3, 
    body .property-content-wrap ul.properties li.type-property.first.last .details h3 a { font-size: 18px; }
    body .property-search-form {flex-wrap: wrap;}
    body .entry-header .filter {height: auto !important;}
    body .property-search-form .control {flex: auto;width: 100%;border-top: 1px solid #ececec;border-left: 0;}
    body .property-search-form .control:first-of-type {border-top: 0;}
    body .property-search-form input[type="submit"] { margin: 0 auto 0 auto;border: 1px solid rgba(255, 255, 255, 0.33);}
    .post-type-archive-property .filter .property-search-form, .propert-search-form-sec .filter .property-search-form {border: 0;}
    body.post-type-archive-property .property-search-form input[type="submit"],
    body.single-property .property-search-form input[type="submit"]  {margin: 0 auto;}
    /* body.post-type-archive-property .property-search-form .control,
    body.single-property .property-search-form .control {margin-bottom: 15px;border: 0 !important;} */
    .post-type-archive-property .filter .select2-container--default .select2-selection--single,
    .propert-search-form-sec .filter .select2-container--default .select2-selection--single  {border-radius: 4px;}
    .post-type-archive-property .view-area ul li {margin: 10px 12px 10px 0;}
    body .property-content-wrap ul.properties li.type-property.first.last .thumbnail,
    body .property-content-wrap ul.properties li.type-property.first.last .details {width: 100%;}
    body .property-content-wrap ul.properties li.type-property.first.last .details {padding: 30px 10px 0 10px;}
    body .property-content-wrap ul.properties li.type-property.first.last .details .price {position: relative;right: 0;top: auto;margin-bottom: 15px;}
    body .property-content-wrap ul.properties li.type-property.first.last {padding-bottom: 10px;}
    body .property-content-wrap ul.properties li .details .actions .button {font-size: 14px;}
    body .property-content-wrap ul.properties li .flag {font-size: 12px;}
    .propery-singlepage-wrap .detail-main-info .property-title-singlepost {width: 100%;}
    .propery-singlepage-wrap .detail-main-info .property-title-singlepost, .price-area {font-size: 20px;line-height: normal;}
    .propery-singlepage-wrap .office-deatil, .propery-singlepage-wrap .short-description {width: 100%;padding-left: 0;}
    .propery-singlepage-wrap .back_to_search {margin-bottom: 15px;}
    .propery-singlepage-wrap .detail-main-info .image-and-info {margin-top: 15px;}
    .propery-singlepage-wrap .bed_bath_reception-new svg {width: 14px;height: 14px;}
    .propery-singlepage-wrap .bed_bath_reception-new span, 
    .bed_bath_reception-new .bed_bath_reception-new-right .flag p, 
    .bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number span {font-size: 14px;}
    .bed_bath_reception-new .bed_bath_reception-new-right .flag, .bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number {padding: 10px;font-size: 14px;}
    .propery-singlepage-wrap .bed_bath_reception > div {padding-right: 10px;margin-right: 10px;padding-top: 10px;padding-bottom: 10px;}
    .propery-singlepage-wrap .bed_bath_reception > div:first-child {padding-left: 10px;}
    .propery-singlepage-wrap .office-deatil {margin-top: 15px;}
    .bed_bath_reception-new .bed_bath_reception-new-right .pro-gallery-number {min-width: auto;}
    .propery-singlepage-wrap .bed_bath_reception-new span {margin-left: 5px;}
    .property-slider .slick-arrow {width: 30px;height: 30px;}
    .property-slider .slick-prev.slick-arrow {margin-top: -15px;}
    .propery-singlepage-wrap .bed_bath_reception-new {flex-direction: column;}
    .propery-singlepage-wrap:before {height: 15%;}
    .propery-singlepage-wrap .back_to_search a {font-size: 14px;}
    .single-property .propery-singlepage-wrap .status-publish {padding: 30px 15px;}
    body .property-content-wrap ul.properties li.type-property.first.last .details h3 {max-width: 100%;}
    body .property-content-wrap ul.properties li .details a {word-break: break-word;}
    .propery-singlepage-wrap .short-description .feature-area ul {column-count: 1;}
    body .property-content-wrap ul.properties li.type-property.first.last .bed_bath_reception-inner {padding: 10px;}
    .tenancy-application_form .gform_footer input[type="submit"], .tingle-modal-box__footer .tingle-btn {font-size: 16px !important;padding: 11px 20px !important;min-width: 120px !important;}
    .tingle-modal-box__footer {flex-direction: column;}
    .tingle-modal-box__footer .tingle-btn {margin: 10px !important;}
    .tingle-modal-box__footer, .tingle-modal-box__content{padding: 1rem !important;}
    .gpnf-modal .gpnf-modal-header {padding: 0 1rem !important;}
    .gpnf-modal .gpnf-modal-header {margin: -1rem -1rem 1rem !important;}
    .tenancy-application_form .gfield .ginput_container input, 
    .tenancy-application_form .gfield .ginput_container select, 
    .tenancy-application_form .gfield .select2-container--default .select2-selection--single {height: 40px;}
    .tenancy-application_form .gfield .ginput_container input, .tenancy-application_form .gfield .ginput_container select, .tenancy-application_form .gfield .ginput_container textarea, .tenancy-application_form .gfield .select2-container--default .select2-selection--single, .tenancy-application_form .gfield .chosen-container .chosen-single, .tingle-modal-box .gfield .ginput_container input, .tingle-modal-box .gfield .ginput_container select, .tingle-modal-box .gfield .ginput_container textarea {font-size: 14px;}
    .tenancy-application_form .gfield legend.gfield_label.gform-field-label, .tenancy-application_form .gfield label.gfield_label.gform-field-label {margin-bottom: 7px;font-size: 14px;}
    .select2-container--default .select2-selection--single {border-radius: 8px !important;}
    body .property-search-form .control:first-of-type, body .property-search-form .control {margin-bottom: 10px !important; border: 0;}
}

@media screen and (max-width: 712px){
    .gpnf-modal .tingle-modal-box {padding-top: 60px;}
    .tingle-modal__close {display: block !important;}
}