* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Nunito, sans-serif;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 300
}

.pagin {
    padding-left: 0;
    border-radius: 4px;
    border: 1px solid #dad9f1;
    position: absolute
}

.pagin li:last-child {
    border: none;
}

.pagin .first {
    background: #524ea2;
}

.pagin .first a {
    color: #fff;
}

.pagin li {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border-right: 1px solid #dad9f1;
}

.pagin li a {
    color: #524ea2;
    font-size: 16px
}

.contact-form .form-control {
    height: 38px;
    line-height: 38px;
    padding: 0 15px !important;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent !important;
    border: 1px solid #524ea2 !important;
    border-radius: 4px;
    color: #524ea2;
}

.wrap-text .slick-arrow {
    display: none !important
}

.testi2 {
    background: url(../images/testibanner.webp) no-repeat;
}

footer {
    overflow: hidden
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 10px !important;
    line-height: 1.3 !important
}

p {
    margin: 0 0 15px;
    line-height: 1.5 !important
}


/* pagination css */
/* .pagination-default nav div:first-child a, .pagination-default nav div:first-child span  {
    display: none;
}
.pagination-default p{
    display: flex;
    gap: 5px;
} */

.pagination-default .flex-1{
    display: none;
}

.pagination-default .hidden{
    display: block !important;
    width: fit-content;
}

.pagination-default .hidden div:nth-child(2){
    width: fit-content;
}

.pagination-default .navigation span {
    border-radius: 4px;
}

.pagination-default .bg-white {
    text-decoration: none !important;
}

.pagination-default .hidden div:nth-child(2) {
    width: fit-content;
}

.pagination-default .hidden div:nth-child(1) p {
    font-size: 16px;
}

.pagination-default .hidden div:nth-child(2) span {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.pagination-default .hidden div:nth-child(2) a {
    border-radius: 4px;
}

.pagination-default .hidden div:nth-child(2) span a {
    text-decoration: none;
}

.pagination-default .hidden div:nth-child(2) svg {
    width: 30px;
    padding: 3px;
    border-radius: 4px;
    color: #524ea2;
    border: 1px solid #524ea2;
}
/* pagination css */

.testimonial-part blockquote {
    text-align: center;
    padding: 20px;
    border: none;
    margin: 0 15px;
    font-size: 14px
}

.testimonial-part blockquote q {
    font-size: 16px;
    quotes: none;
    color: #fff;
    display: block;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 11px
}

.testimonial-part blockquote cite {
    display: block;
    font-style: normal;
    font-family: Roboto, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500
}

.testimonial-part blockquote .designation {
    color: #fff;
    font-weight: 700
}

header {
    position: relative;
    z-index: 999;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, .5)
}

.contact-section .social-section li a i {
    transition: all .3s ease;
    background: #524ea2;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 100%
}

.contact-section {
    overflow: hidden;
    padding: 0 0 30px
}

textarea.form-control {
    resize: none
}

.contact-section .social-section li a i:hover {
    opacity: .7
}

.top-header .social-section li a i {
    background: #fbe80f;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    height: 26px;
    width: 26px;
    color: #000;
    border-radius: 100%
}

.bottom-header {
    background: #fff100
}

.bottom-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-header .logo {
    width: 110px;
    position: relative
}

.bottom-header .logo a {
    display: block;
    width: 100%
}

.bottom-header .logo img {
    width: 100%
}

.bottom-header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
/*Appraisal CSS*/
.offermenu li a, .appraisal-menu li a {
  color: #fff;
}

.appraisal-wrap {
    width: 920px;
    margin: 60px auto;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #524fa0;
}

.appraisal-head{
    border: none;
    background: #48458f;
    padding: 15px;
    color: #333;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 1px solid #5e5bae;
}
.appraisal-wrap form label {
    margin-bottom: 10px;
    color: #fff;

}

.appraisal-head h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
}
.appraisal-head p{
    color: #fff100;
    margin:0;
}

.appraisal-wrap .form-control {
    background-color: #f2f2f2;
    border: 0px;
    color: #303030;
    height: unset;
    padding: 11px;
    border: none;
    box-shadow: none;
}
.appraisal-wrap form input::placeholder {
    color: #303030;
}

.appraisal-wrap form {
    margin:0 20px;
}

.appraisal-wrap form div div{
    margin-top: 20px;
}

.appraisal-wrap .submit-button {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
    background: #fff100;
    border-color: #fff100;
    color: #524fa0;
    border:none;
    font-size:16px;
}
.appraisal-wrap .submit-button:hover{
    background: #403d85;
    color: #fff100;
}
#captcha_code{
    border: none;
    font-weight: bold;
    padding: 12px;
    background: #f2f2f2;
}
.captcha-field input#captcha_code:focus{
    outline: none;
}
.captcha-field{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: -5px !important;
}
#refresh{
    padding: 12px;
    border: none;
}
#refresh:hover .fas{
    color: #0c84ff;
}
.captcha-ref{
    display: flex;
    gap: 5px;
    margin-top: 0 !important;
}
/*End of Appraisal CSS*/

.bottom-header .main-menu li {
    padding: 30px 15px
}

.bottom-header .navigation {
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 165px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bottom-header .main-menu li a {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #524ea2
}

.bottom-header .btn-list li .dropdown,
.bottom-header .main-menu li .dropdown {
    position: absolute;
    background: #524ea2;
    box-shadow: 0 0 5px 0 #524ea2;
    visibility: hidden;
    z-index: 1111
}

.bottom-header .main-menu li .dropdown li {
    display: block;
    padding: 0;
    padding: 0 10px
}

.bottom-header .main-menu li .dropdown li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    line-height: 30px;
    color: #fff
}

.bottom-header .main-menu li a.active,
.bottom-header .main-menu li a:hover {
    border-bottom: 2px solid #524ea2
}

.bottom-header .btn-list li:hover .dropdown,
.bottom-header .main-menu .hover-item:hover .dropdown {
    visibility: visible
}

.bottom-header .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bottom-header .btn-list li {
    padding-left: 10px
}

.bottom-header .btn-list>li>a {
    background: #524ea2;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #524ea2
}

.bottom-header .btn-list a i {
    margin-right: 5px
}

.filter-wrap .filter-list {
    display: flex;
    justify-content: center;
}

.banner-section video{
    width:100%;
}
.banner-section {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-section .bg-stretch:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0
}

.banner-title {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

.bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.banner-section .bg-stretch {
    position: relative;
    height: 250px;
    width: 100%
}

.banner-caption {
    width: 100%;
    position: relative;
    padding: 25px 0;
    z-index: 9
}

.banner-caption .listing-buy {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner-caption .listing-buy .map-holder {
    width: 100%;
    order: 0;
    margin-bottom: 60px
}

.banner-caption .listing-buy .map-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-section .tab-content {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    padding: 20px 20px 0;
    width: 100%;
    order: 2
}

.filter-wrap {
    width: 100%
}

.wrap-text .slick-arrow {
    display: none !important
}

.testi2 {
    background: url(../images/testibanner.webp) no-repeat;
    background-size: cove
}

footer {
    overflow: hidden
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 10px !important;
    line-height: 1.3 !important
}

p {
    margin: 0 0 15px;
    line-height: 1.5 !important
}

.testimonial-part blockquote {
    text-align: center;
    padding: 20px;
    border: none;
    margin: 0 15px;
    font-size: 14px
}

.testimonial-part blockquote q {
    font-size: 16px;
    quotes: none;
    color: #fff;
    display: block;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 11px
}

.testimonial-part blockquote cite {
    display: block;
    font-style: normal;
    font-family: Roboto, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500
}

.testimonial-part blockquote .designation {
    color: #fff;
    font-weight: 700
}

header {
    position: relative;
    z-index: 999;
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, .5)
}

.contact-section .social-section li a i {
    transition: all .3s ease;
    background: #524ea2;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 100%
}

.contact-section {
    overflow: hidden;
    padding: 0 0 30px
}

textarea.form-control {
    resize: none
}

.contact-section .social-section li a i:hover {
    opacity: .7
}

.top-header .social-section li a i {
    background: #fbe80f;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    height: 26px;
    width: 26px;
    color: #000;
    border-radius: 100%
}

.bottom-header {
    background: #fff100
}

.bottom-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.bottom-header .logo {
    width: 110px;
    position: relative
}

.bottom-header .logo a {
    display: block;
    width: 100%
}

.bottom-header .logo img {
    width: 100%
}

.bottom-header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bottom-header .main-menu li {
    padding: 30px 15px
}

.bottom-header .filter-wrap .filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-wrap .filter-list li {
    padding: 0 10px;
    display: inline-block;
}

.filter-wrap .filter-list li a {
    transition: color .35s ease;
    font-weight: 700;
    color: #524ea2
}

.filter-wrap .filter-list li a:hover {
    color: #8983ff
}

.banner-caption .listing-buy .nav-tabs {
    border-bottom: none;
    width: 100%;
    order: 1
}

/*.nav-tabs>li.active>a,*/
/*.nav-tabs>li.active>a:focus,*/
/*.nav-tabs>li.active>a:hover {*/
/*    border: transparent*/
/*}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 1px solid #7671d1;
        border-bottom: none;
    }

    .nav-tabs > li > a {
        border: none;
    }

    .banner-caption .listing-buy li.active a, .banner-caption .listing-buy li.active a:focus {
      background: #5949a7;
      color: #fff;
    }

.banner-caption .listing-buy .nav-tabs a {
    background:#7671d1;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 17px;
    text-decoration: none;
    border-radius: 5px 5px 0 0
}
.filter-wrap .filter-list li a.active-tab {
  background: #524ea2;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
}

.banner-caption .search-list,
.filter-wrap .search-list {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-wrap .search-list .form-group,
.search-list .form-group {
    width: calc(100% - 145px);
    margin-bottom: 0
}

.banner-caption .search-list input,
.filter-wrap .search-list input {
    height: 45px;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    width: 100%;
    border: 1px solid #524ea2;
    border-right: none
}

.banner-caption .button,
.filter-wrap .button {
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 45px;
    padding: 8px 10px;
    border-radius: 0 10px 10px 0;
    background: #524ea2;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 110px
}

text {
    font-weight: 700
}

.banner-caption .button:focus {
    outline: 0
}

.banner-caption .button i {
    padding-right: 10px;
    font-size: 14px
}

.banner-caption .listing-buy a.active {
    background: #fff
}

.banner-caption {
    color: #fff
}

.banner-section .tab-pane {
    padding: 20px 0 0
}

.banner-section .more-wrap {
    padding-bottom: 10px
}

.more-btn .more-text {
    position: relative;
    padding-left: 45px
}

.more-btn .more-text:after {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: 'Less';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    font-weight: 700;
    visibility: visible
}

.more-btn .more-text:before {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: 'More';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-weight: 700;
    visibility: hidden
}

.more-btn i {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.more-btn.collapsed i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.more-btn.collapsed .more-text:after {
    opacity: 0;
    visibility: hidden
}

.more-btn.collapsed .more-text:before {
    opacity: 1;
    visibility: visible
}

.banner-section .more-content {
    padding: 15px 0;
    border-top: 2px solid #fff
}

.more-wrap {
    text-align: center
}

.more-btn {
    color: #fbe80f;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.more-btn:focus {
    color: #fbe80f;
    text-decoration: none
}

.more-btn:after {
    -webkit-transition: all .2s;
    transition: all .2s;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 15px;
    height: 1px;
    opacity: 0;
    background-color: #fbe80f
}

.more-btn:hover {
    color: #fbe80f
}

.more-btn:hover:after {
    opacity: 1;
    bottom: 0
}

.banner-new {
    background: rgba(255, 255, 255, .6);
    padding: 15px 40px;
    position: relative;
    top: 200px;
    min-height: 267px
}

.banner-new p {
    font-size: 18px
}

.overline-text {
    display: inline-block;
    position: relative;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    z-index: 2
}

.overline-text:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -15px;
    right: -15px;
    bottom: -5px;
    background: #524ea2;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.client-section .top-heading {
    margin-bottom: 30px
}

.top-heading h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px !important
}

.property-section .featured {
    background: #524ea2;
    display: inline;
    padding: 5px 8px;
    color: #fff
}

.property-section .featured-property {
    margin-top: 10px;
    font-weight: 700
}

.property-section .featured-property:after {
    width: 50px;
    height: 4px;
    margin: 0 auto;
    content: '';
    background: #fbe80f;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center
}

.property-section .common-property {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    height: 330px;
    margin: 0 15px
}

.property-section .common-property a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.property-section .common-property a:focus {
    text-decoration: none;
    outline: 0
}

.property-section .common-property:hover .price-section {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.common-property .image-section {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 0
}

.common-property .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.price-section {
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    padding: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(82, 78, 162, .5);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.price-section .feature-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.common-property .price {
    font-size: 13px;
    background: #fbe80f;
    display: inline;
    padding: 2px 3px;
    font-weight: 700;
    color: #524ea2;
    position: absolute;
    z-index: 99;
    top: 10px;
    max-width: 60%;
    right: 10px
}

.price-section h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 0;
    font-weight: 700;
    margin-bottom: 10px
}

.price-section address {
    font-size: 13px;
    margin-bottom: 0;
    height: 72px;
    overflow: hidden;
    color: #fff
}

.price-section address i {
    padding-right: 8px
}

.feature-list {
    background: rgba(0, 0, 0, .7);
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feature-list li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    width: 90px
}

.feature-list li i {
    background: #524ea2;
    color: #fff;
    padding: 10px;
    border: 1px solid rgba(42, 65, 232, .1)
}

.feature-list li span {
    font-size: 13px;
    color: #fff;
    display: block;
    padding-top: 5px
}

.house-detail {
    background-color: #e9e8ff;
    padding: 15px;
    text-align: center
}

.house-detail .title {
    margin: 0
}

.feature-list.secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none
}

.feature-list.secondary li i {
    font-size: 30px
}

.feature-list.secondary li span {
    font-size: 12px;
    font-weight: 700;
    color: #524ea2
}

.propertydetail-part {
    padding: 50px 0
}

#two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px
}

#two-columns #sidebar {
    width: 100%
}

#two-columns #content {
    width: 100%
}

.title {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 18px;
    margin-bottom: 15px
}

.sidebar-content {
    padding: 20px 15px;
    background-color: #f7f4f4;
    margin-bottom: 15px;
    border-radius: 5px
}

.sidebar-content:last-child {
    border: none
}

.btn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #524ea2;
    color: #fff;
    font-weight: 700
}

.links-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.links-list li {
    padding: 5px 10px;
    border-bottom: 1px solid #ccd6ef
}

.links-list li:last-child {
    border-bottom: none
}

.links-list li a {
    text-decoration: none;
    font-weight: 700
}

.contact-detail {
    padding: 15px;
    background-color: #dfdef5;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.contact-detail .contact-image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    /* border-radius: 50%; */
    /* background: #524ea2;
    color: #fff; */
    /* overflow: hidden; */
    /* display: flex;
    flex-wrap: wrap;
    font-size: 40px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase */
}

.contact-detail .contact-image img {
    /* max-width: none; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* object-fit: cover */
}

.contact-detail .contact-info {
    padding-left: 15px;
    width: 100%
}

.contact-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.name {
    font-size: 16px;
    font-weight: 700;
    color: #524ea2;
    display: block;
    margin-bottom: 5px
}

.contact-list li {
    margin-bottom: 5px
}

.contact-list li i {
    margin-right: 5px
}

.contact-list li a {
    font-size: 14px;
    font-weight: 700
}

.about-section {
    padding: 30px 0 0;
    overflow: hidden;
    text-align: center
}

.about-section h2 {
    font-weight: 700;
    color: #524ea2;
    font-size: 40px;
    padding: 10px 0
}

.about-section h5 {
    font-size: 16px;
    padding-bottom: 10px
}

.about-section p {
    font-size: 14px;
    line-height: 25px
}

.about-content {
    margin: 20px 0
}

.about-content .about-detail {
    padding: 10px 5px;
    margin-bottom: 5px;
    max-width: 220px;
    margin: 0 auto 25px
}

.about-content .about-detail i {
    font-size: 50px;
    color: #524ea2;
    margin-bottom: 10px
}

.about-content .about-detail h4 {
    padding: 5px 0;
    font-weight: 700
}

.about-content .about-detail p {
    line-height: 20px;
    font-size: 13px
}

.blog-property {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 15px 15px
}

.blog-property:hover {
    background-color: #e1dfff
}

.blog-property:focus {
    outline: 0;
    text-decoration: none
}

.blog-property .image-section {
    height: 200px
}

.blog-property img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover
}

.blog-text {
    padding: 15px;
    border-top: 4px solid #524ea2
}

.blog-property h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 70px
}

.blog-property span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000
}

.blog-property p {
    text-align: justify;
    margin: 0;
    color: #666f84
}

.popular-section {
    background-color: #f2f2ff;
    padding: 50px 0
}

.city-content {
    width: 100%;
    height: 175px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    transition: .6s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 15px
}

.city-content:hover .overlay {
    opacity: 1;
    transform: translateY(0)
}

.city-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    z-index: 2;
    transition: .5s;
    opacity: 1
}

.city-content .overlay {
    position: relative;
    z-index: 3;
    color: #fff
}

.city-content .overlay h2 {
    color: #fff;
    font-size: 20px
}

.top-footer {
    background: url(../images/footerbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .5)
}

footer p {
    margin: 0 !important
}

.top-footer .common-footer p {
    color: #fff;
    text-align: justify;
    padding-top: 10px;
    line-height: 1.5 !important
}

.top-footer h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700
}

.top-footer .common-footer ul {
    margin-top: 10px
}

.top-footer .common-footer li {
    margin-bottom: 6px
}

.top-footer .common-footer li a i {
    padding-right: 5px
}

.top-footer .common-footer li a:hover {
    color: #fbe80f
}

.top-footer .common-footer li a {
    color: #fff;
    line-height: 1;
    font-weight: 400
}

.common-footer-social ul {
    margin-bottom: 30px
}

.common-footer-social li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px
}

.common-footer-social li a {
    color: #fff
}

.common-footer-social li a i {
    transition: all .35s ease;
    background: #fff100;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    width: 35px;
    color: #000;
    border-radius: 100%
}

.about-detail {
    margin-bottom: 10px
}

.about-detail img {
    width: 100%
}

.common-footer-social .btn-footer {
    transition: all .35s ease;
    background: #fff100;
    padding: 10px 20px;
    color: #524ea2;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase
}

.bottom-footer {
    background: #524ea2;
    padding: 15px 0
}

.bottom-footer p,
.bottom-footer p a {
    font-size: 15px !important
}

.bottom-footer .left-align,
.bottom-footer .right-align {
    text-align: center
}

.main-section {
    background: #fff;
    padding: 30px 0
}

.main-section h2 {
    text-align: center;
    font-weight: 700
}

.main-section h2 span {
    color: #fbe80f
}
.banner-caption .button:hover {
  background: #46438d;
  color: #cfceec;
}

/* About Us Page CSS */

.cta-wrap {
    text-align: left;
}

.cta-wrap li {
    display: inline-block;
}

.cta-wrap li a {
    background: #524ea2;
    border-radius: 4px;
    padding: 10px 12px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.main-project {
    margin-top: 50px;
    box-shadow: 0 0 10px 0 #000;
    position: relative;
    overflow: hidden;
    height: 240px
}

.main-project:before {
    position: absolute;
    content: '';
    width: 80%;
    height: 200%;
    background: rgba(82, 78, 162, .7);
    top: -50%;
    left: 100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: .5s
}

.main-project:hover:before {
    left: 10%
}

.main-proeject img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.main-project .main-project-content {
    width: 100%;
    position: absolute;
    top: -100%;
    color: #fff;
    left: 0;
    z-index: 2;
    padding: 0 10px;
    transition: 1.1s
}

.main-project-content h4 {
    line-height: 25px
}

.main-project:hover .main-project-content {
    top: 80px
}

#button {
    display: inline-block;
    background-color: #fbe80f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    margin-right: 70px;
    display: none !important
}

#button i {
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    font-size: 19px
}

#button:hover {
    cursor: pointer;
    background-color: #000
}

#button.show {
    opacity: 1;
    visibility: visible;
    background-color: #8581e6
}

#button.show:hover {
    background-color: #1a11e0
}

.filter-section label {
    font-size: 14px;
    font-weight: 700
}

.listing-buy label {
    font-weight: 400
}

.property-heading {
    margin: 0 auto 25px
}

.property-heading address {
    font-size: 20px;
    color: #524ea2;
    font-weight: 700;
    margin-bottom: 5px
}

.property-heading h2 {
    margin-bottom: 5px
}

.property-heading i {
    margin-right: 5px
}

.slider-wrapper {
    position: relative;
    z-index: 1
}

.slider-wrapper .price {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    background: #524ea2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 18px
}
    .banner-caption .button:hover {
      background: #46438d;
      color: #cfceec;
    }

@media(min-width:992px) and (max-width:1199px) {
    .bottom-header .navigation li {
        padding: 8px 15px 8px 0
    }

    .bottom-header .navigation li a {
        font-size: 15px;
        line-height: 1
    }
}

@media(max-width:991px) {
    .bottom-header .menu-toggle {
        visibility: visible;
        position: absolute;
        right: 10px
    }

    .bottom-header .container {
        width: 100%
    }

    .common-footer .footer-logo {
        margin: 0 auto
    }

    .bottom-footer,
    .bottom-footer .text-right,
    .top-footer {
        text-align: center !important
    }

    .bottom-header .navigation {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 250px;
        margin: 0;
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
        transform: translate(-300px);
        transition: all ease-in-out .3s;
        display: block;
        padding: 25px 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35)
    }

    .nav-active .bottom-header .navigation {
        transform: translate(0)
    }

    .bottom-header .main-menu li {
        padding: 0;
        width: 100%;
        margin-bottom: 5px
    }

    .bottom-header .main-menu li .dropdown {
        width: 100%
    }

    .bottom-header .main-menu>li a {
        padding: 15px;
        line-height: 1;
        display: block
    }

    .slide .carousel-inner {
        padding-bottom: 60px
    }

    .bottom-header .main-menu li a.active,
    .bottom-header .main-menu>li a:hover {
        background-color: #524ea2;
        color: #fff;
        border: none
    }

    .bottom-header .right-section {
        position: absolute;
        right: 60px
    }

    .bottom-header .btn-list {
        display: block;
        padding-top: 15px
    }

    .bottom-header .btn-list li {
        padding: 0 15px;
        width: 100%;
        margin-bottom: 15px
    }

    .bottom-header .btn-list a {
        display: block;
        width: 100%;
        text-align: center
    }

    .contact-form.career {
        padding: 20px 15px !important
    }

    button i {
        margin-right: 5px
    }

    .contact-section {
        padding: 0
    }

    .about-section-detail .two-columns .image-wrap {
        margin-bottom: 25px
    }

    .bottom-header .btn-list .hover-item .dropdown,
    .bottom-header .main-menu li .dropdown {
        max-height: 0;
        position: static;
        box-shadow: none;
        overflow: hidden
    }

    .bottom-header .btn-list .hover-item:hover .dropdown,
    .bottom-header .main-menu .hover-item:hover .dropdown {
        max-height: none
    }

    .bottom-header .btn-list .hover-item:hover .dropdown {
        padding: 10px 0 0
    }

    .bottom-header .main-menu li .dropdown li {
        margin: 0;
        padding: 0
    }

    .bottom-header .main-menu li .dropdown li a {
        line-height: 1
    }

    .bottom-header .main-menu li .dropdown li a:hover {
        background: #000
    }
    .banner-section .tab-content {
      background-color: #5949a7;
    }
    .btn-banner-1 {
      display: none;
    }
    .banner-caption .button {
      background-color: #fff100;
      color: #000;
    }
    .banner-caption .listing-buy .map-holder{
        margin-bottom:-19px;
    }
    
}

@media(min-width:668px) and (max-width:991px) {
    .banner-section .banner-caption h2 {
        font-size: 25px
    }

    .banner-section .banner-caption p {
        font-size: 18px
    }
}

@media(max-width:667px) {
    .blog-property .image-section {
        height: 200px !important
    }

    .banner-section .banner-caption h2 {
        font-size: 25px
    }

    .banner-section .banner-caption p {
        font-size: 18px
    }

    .banner-caption .button,
    .search-list .form-group {
        border-radius: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .search-list .form-group .form-control {
        border-radius: 0;
        border: 1px solid #524ea2;
        padding: 5px 10px
    }

    .banner-caption {
        padding: 25px 0
    }

    .banner-caption .button i {
        padding-right: 15px
    }

    .banner-section .tab-content {
        border-radius: 0
    }

    .banner-caption .listing-buy .nav-tabs a {
        padding: 5px 15px
    }

    .banner-caption .listing-buy .nav-tabs a:focus,
    .banner-caption .listing-buy .nav-tabs a:hover {
        background: #2019a5;
        color: #fff
    }
}

@media(min-width:992px) {
    .bottom-header .main-menu li {
        padding: 19px 10px
    }

    .bottom-header .main-menu li a {
        font-size: 13px
    }

    .bottom-header .logo {
        width: 155px
    }

    .bottom-header .main-menu {
        padding-right: 10px
    }

    .bottom-header .navigation {
        width: calc(100% - 155px)
    }

    .nav-opener {
        display: none
    }
    .btn-banner-2 {
        display: none;
    }
}

@media(min-width:1200px) {
    .bottom-header .main-menu li {
        padding: 30px 12px
    }

    .bottom-header .main-menu li a {
        font-size: 17px
    }

    .bottom-header .logo {
        width: 220px
    }

    .bottom-header .navigation {
        width: calc(100% - 220px)
    }
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 15px 10px 0;
    width: 97%
}

.jcf-range .jcf-range-track {
    margin: 0 15px 0 0;
    position: relative;
    display: block;
    height: 10px
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #fff;
    border-radius: 5px;
    display: block;
    margin: 5px 0
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #fbe80f;
    width: 10px;
    height: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #524ea2;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    box-shadow: 0 -1px 4px 2px rgba(255, 255, 255, .7);
    left: 0
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px
}

.jcf-range .jcf-active-handle {
    z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
    border: 1px solid transparent;
    margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
    background: 0 0 !important;
    opacity: .3
}

.jcf-range-wrapper .value {
    position: absolute;
    top: -20px;
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #524ea2;
    font-weight: 700
}

.body-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 15px
}

.body-text h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px
}

.body-text h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px
}

.body-text h4 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 15px
}

.body-text h5 {
    font-size: 18px;
    line-height: 1.2
}

.body-text h6 {
    font-size: 16px;
    line-height: 1.2
}

.body-text {
    float: left;
    width: 100%
}

.body-text p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #666f84;
    font-weight: 400
}

.body-text p>a {
    font-weight: 400
}

.body-text p>a:not(.btn) {
    border-bottom: 1px solid transparent
}

.body-text p>a:not(.btn):hover {
    border-bottom-color: #00c1e3
}

.body-text>ol,
.body-text>ul {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.body-text>ol {
    list-style: none;
    counter-reset: li;
    margin-bottom: 23px
}

.body-text>ol>li,
.body-text>ul>li {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #666f84;
    line-height: 28px;
    position: relative;
    margin-bottom: 5px
}

.body-text>ol>li {
    counter-increment: li
}

.body-text>ol>li::before {
    content: counter(li) ".";
    margin-right: 10px;
    color: #022169;
    font-weight: 700;
    display: inline-block;
    width: 17px
}

.body-text>ul>li {
    padding-left: 20px
}

.body-text>ul>li::after {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    height: 2px;
    width: 8px;
    background-color: #524ea2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px
}

.body-text>blockquote {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 34px;
    border: none;
    padding: 0
}

.body-text>blockquote>q {
    color: #022169;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.417;
    margin-bottom: 0
}

.body-text>blockquote>q:first-child::before {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    content: '';
    background-image: url(../images/quote-left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 15px;
    top: -4px;
    position: relative
}

.body-text>blockquote>cite {
    font-size: 15px;
    font-weight: 700;
    display: block;
    font-style: normal;
    color: #666f84;
    margin-top: 10px
}

.gallery-slider .thumbnail-wrap {
    width: 100%;
    height: 200px;
    display: block
}

.gallery-nav .thumbnail-wrap img,
.gallery-slider .thumbnail-wrap img {
    width: 100%;
    height: 100%;
    max-width: none
}

.gallery-nav .thumbnail-wrap {
    height: 100px;
    padding: 5px
}

.gallery-nav .slick-current {
    background-color: #fbe80f
}

.gallery-nav {
    padding: 10px 30px
}

.testimonial-slider {
    background: rgba(0, 0, 0, .5);
    padding: 10px 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* margin-left: auto; */
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.slickNext,
.slickPrev {
    margin-top: -4px
}

.slick-dots {
    display: flex;
    flex-wrap: wrap
}

.slick-dots li {
    padding: 0 5px;
    display: none
}

.slick-dots li.slick-active button {
    background-color: #fff100;
    color: #fff
}

.slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    border: 1px solid #524ea2;
    padding: 0 0 6px
}

.slick-dots button:hover {
    background-color: #524ea2;
    color: #fff
}

.slick-next,
.slick-prev {
    background-color: rgba(0, 0, 0, .4) !important;
    padding: 0 !important;
    border: none !important;
    font-size: 25px
}

.slick-arrow:hover {
    opacity: .7
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background-color: transparent;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.slick-arrow:hover {
    background-color: #3bc04e
}

.slick-arrow.slick-next {
    right: 0
}

.testimonial-section {
    overflow: hidden
}

.property-slider:hover .slick-arrow.slick-prev,
.testimonial-section:hover .slick-arrow.slick-prev {
    left: 20px
}

.property-slider:hover .slick-arrow.slick-next,
.testimonial-section:hover .slick-arrow.slick-next {
    right: 20px
}

.news-part {
    padding: 80px 0
}

.news-part h2 {
    text-align: center
}

.news-part .slick-slide {
    padding: 25px 15px
}

.tag {
    display: inline-block;
    background: #524ea2;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 2px;
    margin-bottom: 7px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    box-shadow: 0 0 3px 0 rgb(255 255 255 / 50%)
}

.common-footer .footer-logo {
    width: 200px
}

@media(min-width:768px) {
    #button {
        display: block !important
    }

    .banner-section {
        min-height: 700px
    }

    .banner-section .bg-stretch {
        position: absolute;
        height: auto
    }

    .property-section {
        padding: 0
    }

    #two-columns #sidebar {
        flex-basis: 350px;
        max-width: 350px
    }

    #two-columns #content {
        flex: 1;
        padding-right: 25px
    }

    .gallery-slider .thumbnail-wrap {
        height: 650px
    }

    .gallery-nav .thumbnail-wrap {
        height: 150px
    }

    .price-section h4 {
        font-size: 16px
    }

    .price-section address {
        font-size: 15px
    }

    .feature-list {
        padding: 10px 0 7px
    }

    .property-section .row {
        display: flex;
        flex-wrap: wrap
    }

    .property-section .row>.same-height {
        display: flex;
        flex-wrap: wrap
    }
}

@media(min-width:1366px) and (max-width:1920px) {
    .feature {
        margin-top: 20px
    }
}

@media(min-width:1024px) {
    .blog-property {
        height: 100%
    }

    .slide .test-content p {
        font-size: 20px
    }

    .city-content {
        height: 250px
    }

    .bottom-footer .left-align {
        text-align: left
    }

    .h3,
    h3 {
        font-size: 22px !important
    }

    .bottom-footer .right-align {
        text-align: right
    }

    .top-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner-caption .listing-buy .map-holder {
        flex-basis: 275px;
        max-width: 275px;
        margin-bottom: 0;
        padding: 10px;
        background-color: rgba(0, 0, 0, .3);
        order: 2
    }

    .banner-caption .listing-buy .nav-tabs {
        order: 0
    }

    .banner-section .tab-content {
        flex: 1;
        order: 1
    }

    .top-footer {
        padding: 50px 0 0
    }

    .bottom-header .right-section {
        line-height: 80px
    }

    .bottom-header .navigation li {
        position: relative
    }

    .bottom-header .navigation li .dropdown li {
        padding: 0;
        overflow: hidden
    }

    .bottom-header .btn-list li .dropdown,
    .bottom-header .navigation li .dropdown {
        top: 100%;
        border-radius: 5px;
        width: 200px
    }

    .bottom-header .navigation li .dropdown li a {
        padding: 12px;
        line-height: 1;
        display: block;
        font-weight: 700
    }

    .bottom-header .navigation li .dropdown:after {
        content: '';
        position: absolute;
        top: -8px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: -1;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #524ea2 transparent
    }

    .bottom-header .navigation li .dropdown li a:hover {
        border: none;
    }
}

@media(min-width:1199px) {
    .bottom-header .navigation {
        padding-left: 25px
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.nav-opener {
    position: relative;
    margin-left: auto;
    width: 20px;
    height: 20px;
    /* text-indent: -9999px; */
    overflow: hidden
}
.banner-section video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (min-width:1024px) {
    .nav-opener {
        display: none
    }
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: #524ea2;
    position: absolute;
    top: 16px;
    left: 20%;
    right: 20%;
    height: 3px
}

/* .nav-opener:after,
.nav-opener:before {
    content: '';
    top: 9px
} */

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 20%;
    right: 20%
}

/* .nav-opener:after {
    top: 23px
} */

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-opener:hover {
    opacity: .8
}

.nav-active .nav-opener span {
    opacity: 0
}

.nav-active {
    overflow: hidden;
    position: relative
}

#map {
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transform-origin: top;
    height: 210px
}

#map path {
    transition: .5s fill;
    fill: #fff100;
    stroke: #000;
    stroke-width: 4
}

@media only screen and (min-width:0em) and (max-width:40em) {
    #map path {
        stroke-width: 3
    }
}

#map path:hover {
    fill: #fff;
    cursor: pointer
}

#dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
    display: none
}

/*.modal-box button {*/
/*  padding: 12px !important;*/
/*  background: #000 !important;*/
/*  color: #000 !important;*/
/*}*/
/*.modal-box h3 {*/
/*  padding: 10px;*/
/*  margin-bottom: 0 !important;*/
/*  background: #fff100;*/
/*}*/
/*.modal-box {*/
/*    position: relative;*/
/*    top: 100px;*/
/*    width: 50%;*/
/*    max-width: 650px;*/
/*    min-height: 300px;*/
/*    max-height: 600px;*/
/*    background-color: #fff;*/
/*    overflow: auto;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding: 20px 25px 20px 30px;*/
/*    -moz-box-shadow: 1px 1px 25px #000;*/
/*    -webkit-box-shadow: 1px 1px 25px #000;*/
/*    box-shadow: 1px 1px 25px #000*/
/*}*/
.modal-box {
    position: relative;
    top: 100px;
    width: 50%;
    max-width: 650px;
    min-height: 300px;
    max-height: 600px;
    background-color: #fff;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    /* padding: 20px 25px 20px 30px; */
    -moz-box-shadow: 1px 1px 25px #000;
    -webkit-box-shadow: 1px 1px 25px #000;
    box-shadow: 1px 1px 25px #000;
    border-radius: 4px;
}

.modal-box button {
    padding: 12px !important;
    background: #000 !important;
    color: #000 !important
}

.modal-box button span {
    background: #000 !important;
    color: #000 !important
}

.modal-box h3 {
    padding: 10px;
    margin-bottom: 0 !important;
    background: yellow;
}

.modal-box .state-list li {
    padding: 10px;
    border-bottom: 1px solid #cabebe;
    border-top: none;
}

.modal-box .state-list li a {
    color: #000;
    font-size: 14px;
}

.modal-box .state-list li:hover {
    background: #e8e6ff;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .modal-box {
        width: 70%
    }
}

@media only screen and (min-width:0em) and (max-width:40em) {
    .modal-box {
        width: 80%
    }
}

/*.mapdrop-active {*/
/*    overflow: hidden*/
/*}*/

.region-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden
}

.mapdrop-active .region-dialog {
    opacity: 1;
    visibility: visible
}

.property-section.secondary {
    margin-top: 0 !important
}

.property-section.secondary .common-property {
    margin: 0 !important
}

.property-listing-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.property-listing-section .property-col {
    width: 100%;
    margin-bottom: 30px
}

.banner-caption {
    margin-top: -250px
}

@media(min-width:768px) {
    .property-listing-section .property-col {
        width: 50%
    }

    .banner-caption {
        padding-top: 108px
    }
}

@media(min-width:1024px) {
    .property-listing-section .property-col {
        width: 33.33%
    }

    .banner-section {
        min-height: 550px
    }
}

.top-heading .text-center {
    width: 100%
}

.st0,
.st1,
.st2 {
    pointer-events: none
}

.property-section [class^=col-],
[class*=col-] .common-property {
    margin: 0
}

.white-text {
    color: #fff !important
}

.jobs-list li {
    padding: 0;
    margin-bottom: 15px
}

.jobs-list li a {
    transition: all .35s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #6761ef;
    border-radius: 4px;
    padding: 7px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.jobs-list li a:hover {
    box-shadow: 0 0 10px 0 transparent
}

.jobs-list li .designation {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-top: 7px;
    color: #524ea2
}

.jobs-list li a .job-detail {
    flex: 1;
    padding-right: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.jobs-list li a .btn-wrap {
    flex-basis: 100px;
    max-width: 100px
}

.contact-wrapper .form-control,
.main-section .form-control,
.modal .form-control {
    height: 38px;
    line-height: 38px;
    padding: 0 15px !important;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent !important;
    border: 1px solid #524ea2 !important;
    border-radius: 4px;
    color: #524ea2
}

.contact-form textarea.form-control,
.main-section textarea.form-control,
.modal textarea.form-control {
    height: 150px
}

.form-control:focus {
    outline: 0 !important
}

.form-control::placeholder {
    color: #524ea2
}

.modal-header .close span {
    font-size: 18px;
    font-weight: 700
}

.modal label {
    font-size: 14px
}

.wrap:not(:only-child) {
    margin-bottom: 15px
}

.office-content p {
    margin: 0 0 5px
}

.office-content p i {
    margin-right: 5px
}

.about-section-detail .two-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0
}

.about-section-detail .two-columns.start {
    align-items: flex-start
}

.text-left {
    text-align: left !important
}

.about-section-detail .two-columns .col {
    width: 100%
}

.about-section-detail .two-columns .image-wrap {
    text-align: center
}

.map-wrapper {
    position: relative;
    height: 300px
}

@media(min-width :992px) {
    .about-section-detail .two-columns .col {
        width: 50%
    }

    .about-section-detail .two-columns:nth-child(2n) .col {
        order: 1
    }

    .about-section-detail .two-columns:nth-child(2n) .col+.col {
        order: 0
    }
}

.modal-footer .text-center {
    text-align: center !important
}

.gallery-items {
    list-style-type: none;
    margin: 30px 0;
    padding: 0
}

.gallery-items li {
    width: 100%;
    margin-bottom: 30px
}

.gallery-items a {
    display: block;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.gallery-items a:hover img {
    transform: scale(1.1)
}

.video:after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    position: absolute;
    padding-left: 5px;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #524ea2;
    transform: translate(-50%, -50%);
    left: 50%
}

.gallery-items li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .35s linear
}

@media(min-width :500px) {
    .gallery-items {
        /* margin:50px -15px; */
        margin: 30px -15px;
        display: flex;
        flex-wrap: wrap
    }

    .gallery-items li {
        width: 50%;
        padding: 0 15px
    }
}

@media(min-width :768px) {
    .gallery-items li {
        width: 33.33%
    }
}

@media(min-width :1024px) {
    .gallery-items li {
        width: 25%
    }
}

@media(min-width:1920px) {
    video {
        width: 100%
    }

    .testi1 h3 {
        margin-top: 15px !important
    }

    .testi2 {
        background: url(../images/testibanner.webp)
    }
}

.body-text strong {
    font-size: 20px
}

#countryList ul {
    background: #fff;
    width: 400px;
    position: absolute;
    left: 25px;
    top: 44px;
    z-index: 100;
    border: 1px solid #ccc;
    height: 250px;
    overflow: auto
}

#countryList li {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    color: #000;
    cursor: pointer
}

#countryList li:first-child {
    background: #ccc
}

#countryList li:hover {
    background: #ccc
}

.bg-stretch {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

#map path:hover {
    fill: #524ea2
}

.testi1 h3:after {
    display: inline-block;
    content: '';
    background: #fff;
    width: 50px;
    height: 3px;
    position: relative;
    bottom: 5px;
    margin-left: 10px
}

.testi1 h3:before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 50px;
    height: 3px;
    position: relative;
    bottom: 5px;
    margin-right: 10px
}

.sold h3:before {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-size: 28px
}

.sold h3:after {
    content: '\f015';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    font-size: 28px
}

.testi span {
    font-size: 24px;
    color: #fff
}

.blog h3:after {
    content: '\f075';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 10px;
    font-size: 28px
}

.tab {
    background: #524ea2;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #524ea2
}

.tab button {
    transition: all .35s ease;
    border: none;
    padding: 15px 30px;
    background: #fff100;
    font-weight: 700;
    width: 100%
}

.tab button:hover {
    background: #524ea2;
    color: #fff
}

.tablinks.active {
    background: #524ea2 !important;
    color: #fff
}

@media(min-width:768px) {
    .tab button {
        flex: 1;
        margin-right: 2px
    }

    .tab button:last-child {
        margin-right: 0
    }
}

.office-detail {
    padding: 30px 0;
    overflow: hidden
}

.office-detail .image-wrap {
    height: 330px
}

.office-detail .image-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.office-dash {
    background: #524ea2;
    padding: 35px;
    height: 330px
}

.office-dash h4 {
    color: #fff;
    margin-bottom: 23px;
    font-size: 20px;
    font-family: poppins, sans-serif;
    font-weight: 700
}

.office-dash .socials a:hover {
    background: #5b57b8;
}

.office-dash .socials a i:hover {
    color: white;
}

.contact-info li {
    padding-bottom: 10px
}

.office-detail .col-md-12 {
    margin-bottom: 30px
}

.contact-info li .icon {
    float: left;
    font-size: 20px;
    line-height: 18px;
    color: #fff100;
    margin: 0 15px 0 0
}

.contact-info li .text {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.contact-info li .text a {
    display: flex;
}

.socials {
    margin-top: 30px
}

.socials li {
    display: inline-block;
    margin-right: 5px
}

.socials li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: #0b2a41;
    font-size: 17px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.socials li a i {
    color: #000
}

.contact-section h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 28px;
    padding: 23px 0 0
}

.contact-section h4:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    background: #fff100
}

.form-group textarea::placeholder,
input[type=text]::placeholder {
    color: #000
}

.text a {
    color: #fff
}

.text a:hover {
    color: #fff000
}

.contact-form option:first-child {
    display: none
}

.gallery-items img {
    border: 1px solid #fff000;
    padding: 5px
}

.gallery-items li p {
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    text-align: center
}

.hidegalimage {
    background: url(../images/user.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-color: rgba(82, 78, 162, .1);
    background-position: center
}

.hidegalimage img {
    display: none
}

.team-detail .image-section a {
    height: 260px;
    display: block;
    width: 100%
}

.team-detail {
    background: #fff;
    margin-bottom: 24px;
    border: 1px solid #e9ecef;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 5%);
    height: 480px;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.team-detail img {
    height: 135%;
    object-fit: cover;
    width: 100%;
    margin-bottom: 0
}

.list {
    padding: 10px
}

.team-detail:hover h5 {
    color: #fff000
}

.team-detail h5 {
    margin-bottom: 5px !important
}

.team-detail p {
    margin-bottom: 5px
}

.list {
    position: relative;
    top: 101px
}

.list a {
    color: #524ea2
}

.list li {
    display: inline-block;
    padding: 5px;
    height: 30px;
    width: 30px;
    border: 1px solid #ffb600;
    margin-right: 5px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #524ea2;
    border-color: #524ea2;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #dddcf4;
    border-color: #dddcf4;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #dad9f1;
    color: #524ea2;
}



/* new css */

/* main page */

.banner-title {
    margin-left: 20px;
}

.form-group-min {
    margin-left: 20px;
}

.more-wrap {
    margin-top: 5px;
}

.more-content {
    margin-left: 20px
}

.banner-caption .button:hover {
    background: #46438d;
    color: #cfceec;
}

.banner-caption .listing-buy .nav-tabs a:hover {
    background: #46438d;
    color: #cfceec;
}

.bottom-header .btn-list li a {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}

.bottom-header .btn-list li a:hover,
.cta-wrap li a:hover {
    background: #46438d;
    color: #cfceec;
    transition: all 300ms ease-in-out;
}

.btn:hover {
    background: #46438d;
    color: #cfceec;
}

.top-heading {
    padding-bottom: 20px
}

.dropdown li a:hover {
    background: red;
}

.bottom-header .navigation li .dropdown li a:hover {
    background: #25316a;
    border-radius: 0px !important;
;
}

.property-section-main {
    margin-top: 30px;
}

.property-section-image {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* residential page*/

.button-sr:hover {
    background: #46438d;
    color: #cfceec;
}

.button-sr i {
    margin-right: 10px;
}

.filter-wrap .filter-list {
    padding-top: 30px;
}

.property-section .row {
    margin-bottom: 30px
}

.search-list button i {
    padding-right: 10px;
}

/*property-details*/

.propertydetail-property {
    padding: 50px 0px 0px 0px;
}

/* for about us */

.aboutus-heading {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #524ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0px !important;
}

.image-wrap img {
    width: 100%;
}

/* for team */

.team-heading {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #524ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0px !important;
}

.team-section .container {
    padding: 0px 0px 10px 0px;
}

.team-details {
    margin-top: 20px;
}

.team-details h2 {
    padding-bottom: 5px;
    padding-top: 5px;
    background: #524ea2;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px !important;
}

/* for team details */

.team-section-detail .container {
    padding-right: 40px !important;
}

.team-details-person {
    margin-top: 0px;
}

.team-details-person .team-list li:first-child:hover {
    color: #333;
}

.team-details-person .team-list li:hover {
    color: #524ea2;
}

.team-details-person .team-list li a {
    color: #333;
}

.team-details-person .team-list li a:hover {
    color: #524ea2;
}

.team-details-person h4 {
    font-size: 24px !important;
}

.team-details-person .button-section .agent-btn {
    max-width: 160px;
    background: #524ea2;
    border-radius: 3px;
    padding: 12px 25px;
}

.team-details-person .button-section .agent-btn:hover {
    color: #b7b6ce;
}

.bio-detail h3 {
    margin-top: 30px !important;
}

.bio-detail p span {
    color: #524ea2;
}

.bio-detail p .thank-you {
    color: #333;
    font-weight: 600;
}

.bio-detail p img {
    width: 90px;
    margin-left: 10px;
}

.agent-rate {
    margin-top: 40px;
}

/* for our offices */

.office-section {
    padding: 30px 0 0;
}

.office-section h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #524ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 30px !important;
}

/* for gallery */

.main-section {
    padding: 30px 0 0;
}

.main-section h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #524ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0px !important;
}

/* for modal */

.modal-header-foot {
    background: #fff100;
    border-radius: 6px 6px 0px 0px;
}

.modal-content-foot label {
    color: #594987;
    margin-top: 10px;
}

.modal-content-foot .modal-form-foot input::placeholder {
    color: #594987;
}

.modal-footer-button {
    background: #fff100;
}

.book {
    background-color: red;
}

.modal-content-foot form {
    background: #fff;
}

.modal-content-foot form .form-control {
    background: #e7e6f5 !important;
    border: 0px !important;
    color: #5f5394 !important;
}

.modal-content-foot form .form-control::placeholder {
    color: #c1beed;
    font-weight: normal !important;
    font-size: 14px;
}

.modal-content-foot form .col-md-12 {
    padding-bottom: 20px !important;
}

.modal-footer {
    padding-bottom: 20px;
}

/* for careers */

.contact-section-careers {
    margin-top: 20px !important;
}

.contact-section-careers input::placeholder {
    color: #524ea2;
    margin-left: 10px;
}

.contact-section-careers textarea::placeholder {
    color: #524ea2;
}

.contact-section-careers .below-choosefile {
    margin-top: 5px;
    font-size: 14px;
}

.contact-section-careers .submit-btn {
    background-color: #524ea2;
    color: #fff;
    font-weight: 700;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 4px;
    border: 0px;
    margin-top: 30px;
    width: 100%;
}

.contact-section-careers .submit-btn:hover {
    background-color: #fff100;
    color: #524ea2;
}

.re-captcha {
    float: none !important;
}

/* custom accordion */

.job-detail {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: #524ea2;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.designation {
    font-size: 18px;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.accordion-panel img {
    width: 14px;
    margin-right: 15px;
}

.accordion-panel h2 {
    background: none;
    color: #524ea2;
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    padding-left: 10px;
    margin-top: 20px;
}

.accordion-panel p {
    font-size: 16px;
    color: #666f84;
    line-height: 28px;
    text-align: justify;
    padding-left: 10px;
    margin-bottom: 0px;
    line-height: 32px !important;
}

.accordion-panel p:nth-last-child(2) {
    color: #000;
    margin-top: 20px;
}

.accordion-panel i {
    margin-right: 10px;
}

.accordion-panel a {
    margin: 20px 0px 5px 10px;
}

.accordion-panel button {
    background-color: #524ea2;
    color: #fff;
    font-weight: 700;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 4px;
    border: 0px;
}

.accordion-panel .apply-button {
    padding: 10px 15px !important;
}

.accordion-panel .apply-button:focus {
    color: #fff;
}

.accordion {
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.accordion-careers {
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-top: 30px;
}

.accordion-careers span {
    width: 100%;
    padding: 10px;
}

.accordion-careers .job-detail {
    border-bottom: 1px solid #524ea2;
}

.accordion-careers span i {
    margin-right: 5px;
    color: #bcbadd;
    font-size: 16px;
}

.accordion-careers div {
    padding: 10px;
    border-bottom: 2px solid #524ea2;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.accordion-careers div p {
    margin-bottom: 0;
}

.accordion-description {
    border: 1px solid #524ea2;
    border-top: 0;
    border-radius: 4px;
}

.accordion div:after {
    content: 'Read More';
    font-size: 14px;
    float: right;
    font-weight: 500px !important;
    color: #524ea2;
    white-space: nowrap;
    display: flex;
    justify-content: end;
}

.accordion div:after:hover {
    color: #fffe00;
}

.activetwo div:after {
    content: "Read Less";
}

.contact-section-careers .contact-form .form .form-group {
    background: #fff !important;
}

.career-contact-form {
    padding: 30px 30px 30px;
    background: #f8f7ff;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 8px;
}

.career-contact-form .heading {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.career-contact-form .heading span {
    color: grey;
    font-size: 20px;
}

.career-contact-form .form-group {
    background: #fff;
    border-radius: 5px 1px solid #e5e5e5
}

.career-contact-form .form-group .form-control {
    background-color: none !important;
    border: none !important;
}

.input-group-career {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    margin: auto;
    line-height: normal;
    margin-top: 30px;
}

.input-group-career .form-control {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: 23px !important;
    line-height: none !important;
}

.input-group-career span i {
    color: #524ea2;
    margin-right: 10px;
}

.input-group-career .custom-file input {
    font-style: italic;
}

.form-group-career {
    display: flex;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.form-group-career .form-control {
    line-height: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.form-group-career i {
    margin-right: 10px;
    color: #524ea2;
}

.form-group-career textarea {
    height: unset !important;
}

.form-group-captcha {
    display: flex;
    justify-content: space-between;
}

.form-group-captcha label {
    margin-bottom: 0;
}

.form-group-captcha label p {
    margin-bottom: 0;
}

.captcha-text {
    margin-bottom: 0px;
}

.captcha-text img {
    width: 25px;
    height: 25px;
}

.contact-form-side {
    padding: 0 15px;
}

.contact-form-side h3 {
    margin-bottom: 0px;
    font-size: 26px !important;
    margin-top: 10px !important;
}

/* for breadcrumb */

.breadcrumb-section ol {
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: unset;
    padding: 10px 0px 0px 0px;
}

/* footer */

.top-footer {
    margin-top: 25px;
}

.common-footer-social .btn-footer:hover {
    background: #46438d;
    color: #cfceec;
}

.common-footer-social li a i:hover {
    background: #46438d;
    color: #cfceec;
}

@media (max-width: 280px) {

    /* main page */

    .banner-title {
        margin-left: 0px;
    }

    .form-group-min {
        margin-left: 0px;
    }

    .banner-section .tab-content {
        padding: 20px 20px 5px 20px;
    }

    .banner-section .tab-pane {
        padding: 10px 0px;
    }

    .more-wrap {
        float: left;
    }

    .property-section-main {
        padding: 10px 0px;
        margin-top: 10px !important;
    }

    .banner-caption {
        padding: 20px 0px;
    }

    .property-section-main .new-text {
        padding: 15px 15px 0px 15px;
    }

    .blog-property {
        margin: 0;
    }

    /* residential */

    .property-section-residential .row .line-content {
        margin-top: 30px !important;
    }

    /* team */

    .main-section h2 {
        font-size: 20px;
    }

    .team-details {
        margin-top: 0px !important;
    }

    /* aboutus */

    .main-section {
        padding: 30px 10px 0px 10px;
    }

    .about-section-detail .col {
        padding: 0px !important;
    }

    .about-section-detail .two-columns {
        padding: 10px 0px;
    }

    .about-section-detail h3 {
        font-size: 16px;
    }

    .cta-wrap li a {
        margin-top: 0px;
    }

    .image-wrap img {
        width: 100%;
        margin-top: 0px;
        height: max-content;
    }

    /* careers */

    .contact-form-side {
        padding: 0px !important;
        margin-top: 20px;
    }

    .contact-form-side h3 {
        font-size: 24px;
    }

    .job-detail {
        font-size: 18px !important;
    }

    .careers-accordion-body h2 {
        font-size: 18px;
    }

    .careers-accordion-body p {
        font-size: 16px;
        text-align: left !important;
    }

    .re-captcha {
        float: none !important;
    ;
    }

    /* team detail */


    .team-details-person {
        margin-bottom: 0px;
        padding: 0px 20px;
        margin-top: 50px !important;
    }

    .image-section {
        width: 150px;
        height: 140px;
    }

    .agent-btn {
        max-width: 112px;
        font-size: 11px;
        padding: 13px 22px;
    }

    .agent-btn-call {
        /* added class */
        margin-left: 10px !important;
    }

    .bio-detail {
        padding: 0px 20px;
    }

    /* footer  */

    .common-footer-social a {
        font-size: 13px !important;
        padding: 10px 10px !important;
    }

    .top-footer {
        margin-top: 60px;
        padding: 50px 0px 20px 0px;
    }
}

@media (min-width: 281px) and (max-width:767px) {

    /* main page */

    .banner-title {
        margin-left: 0px;
    }

    .form-group-min {
        margin-left: 0px;
    }

    .more-wrap {
        float: left;
    }
    .banner-section video {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .property-section-main {
        padding: 20px 0px 10px 0px;
        margin-top: 0px !important;
    }

    .property-section-main .new-text {
        padding-left: 15px;
        padding-bottom: 0px;
    }

    /*.property-section-image div {*/
    /*    height: 290px !important;*/
    /*}*/

    .banner-section .tab-content {
        padding: 20px 20px 20px 20px;
    }

    .new-text {
        padding-left: 30px !important;
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }

    .banner-caption .listing-buy .nav-tabs {
        margin-left: 20px;
    }

    .property-section-residential {
        padding: 40px 0px 100px 0px !important;
    }


    /* buy */

    .filter-wrap .search-list {
        width: 115%;
        justify-content: unset;
    }

    .filter-wrap .search-list button {
        width: 90px;
        padding: 8px 0px;
    }

    .search-list button i {
        padding-right: unset;
    }

    /* about us */

    .cta-wrap li a {
        margin-top: 0px;
    }

    .cta-wrap li .ctt-btn {
        margin-bottom: 40px;
    }

    .about-section {
        padding: 20px;
    }

    .about-section-detail {
        padding: 20px;
    }

    /*property detail*/

    .price {
        font-size: 11px !important;
    }

    /* team detail*/

    .team-details-person {
        margin-bottom: 0px;
        padding: 0px 20px;
        margin-top: 50px;
    }

    .agent-btn {
        max-width: 140px !important;
    }

    .agent-btn-call {
        margin-left: 15px !important;
    }

    .bio-detail {
        padding: 0px 20px;
    }

    .team-section-detail .container {
        padding-right: 0px !important;
    }

    /* careers */

    .contact-form-side {
        padding: 0px !important;
        margin-top: 20px;
    }

    .contact-form-side h3 {
        font-size: 24px;
    }

    .job-detail {
        font-size: 18px !important;
    }

    .careers-accordion-body h2 {
        font-size: 18px;
    }

    .careers-accordion-body p {
        font-size: 16px;
        text-align: left !important;
    }

    .re-captcha {
        float: none !important;
    }

    .checkbox-text {
        font-size: 16px !important;
    }

    .contact-form p img {
        width: 30px;
    }

    /* .footer */

    .top-footer {
        margin-top: 60px;
    }

    .common-footer-social a {
        font-size: 13px !important;
        padding: 10px 10px !important;
    }

/*Appraisal*/
    .appraisal-wrap form{
        margin:0 30px;
    }
   .bottom-header .btn-list li a {
    box-shadow: unset;
    }

}

@media (min-width: 768px) and (max-width:1024px) {

    /* main page */

    .property-section .new-text {
        padding-left: 15px !important;
        padding-bottom: 10px;
    }

    .form-group-min {
        margin-bottom: 40px;
    }

    .banner-section {
        min-height: 600px;
    }

    .new-text {
        padding-bottom: 0px !important;
    }

    .banner-caption {
        margin-top: -120px;
    }

    .search-list-home {
        margin-left: 0px !important;
    }

    .banner-caption .listing-buy .map-holder {
        margin-bottom: unset;
    }

    .banner-section .tab-content {
        padding: 0 20px 0;
    }

    /* aboutus */

    .cta-wrap li a {
        margin-top: 0px;
    }

    .cta-wrap li .ctt-btn {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    /* .careers */

    .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }

    .contact-form-side {
        padding: 0px !important;
        margin-top: 20px;
    }

    .contact-form-side h3 {
        font-size: 30px;
    }

    .job-detail {
        font-size: 24px !important;
    }

    .designation {
        font-size: 18px;
    }

    .careers-accordion-body h2 {
        font-size: 24px;
    }

    .careers-accordion-body p {
        font-size: 18px;
        text-align: left !important;
    }

    .re-captcha {
        float: none !important;
    }

    .contact-form-side {
        padding: 0px !important;
    }

    /* gallery */

    .main-section-gallery {
        padding-top: 40px;
    }

    .gallery-items {
        margin-bottom: 0px;
    }

    /* team details */

    .team-section-detail .container {
        padding-right: 105px !important;
    }

    .team-details-person {
        margin-top: 40px;
    }

    /*property-details*/

    .contact-detail .contact-info {
        padding-left: 0px;
    }

    .contact-list li i {
        font-size: 8px;
    }

    .contact-list li a {
        font-size: 7px;
    }

    /* .footer */

    .common-footer-social a {
        font-size: 10px !important;
        padding: 10px 10px !important;
    }

    .top-footer .row {
        display: flex;
    }

    .top-footer .row .col-md-4 {
        width: 33.33%;
    }

    .top-footer .row .col-md-3 {
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .top-footer .row .col-md-5 {
        width: 33.33%
    }
}

/* for navigation */

@media (min-width: 1024px) {
    .circle {
        display: none;
    }
}


/* team details */

.team-section-detail {
    margin-top: 30px;
}

.button-section {
    margin-top: 20px
}

.team-list li {
    margin-top: 10px;
}

.team-list i {
    margin-right: 20px;
}

.team-details-person .button-section .agent-btn {
    max-width: 160px;
    background: #524ea2;
    border-radius: 3px;
    padding: 12px 25px;
}

.agent-btn {
    background: #0061df;
    padding: 13px 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    max-width: 180px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.property-image-main {
    width: 950px !important;
    margin: 0 auto;
    display: block;
    height: 800px !important;
}

.property-image-main img {
    width: 100%;
    height: 100%;
}

.testimonial-part blockquote a {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.testimonial-part blockquote a:hover {
    color: #fff100;
}

.testimonial-slider {
    padding: 0px !important;
}


/* Contact us css */
#captcha_code{
    border: none;
    font-weight: bold;
    padding: 12px;
    background: #f2f2f2;
}
.captcha-field input#captcha_code:focus{
    outline: none;
}
.captcha-field{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: -5px !important;
}
#refresh{
    padding: 8px 12px;
    border: none;
}
#refresh:hover .fas{
    color: #0c84ff;
}
.captcha-ref{
    display: flex;
    gap: 5px;
    margin-top: 0 !important;
}
.tab .dropdown{
    flex: 1;
    margin-right: 2px;
}
.tab .dropdown:last-child{
    margin-right: 0;
}
.tab .dropdown button{
    transition: all .35s ease;
    border: none;
    padding: 15px 30px !important;
    background: #fff100;
    font-weight: 700;
    width: 100%;
    height: 100%;
}
.tab .dropdown button:hover{
    background: #524ea2;
    color: #fff;
}
.tab .dropdown .dropdown-menu::after{
    content: '';
    position: absolute;
    top: -8px;
    left: 90px;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #524ea2 transparent;
}
.tab .dropdown .dropdown-menu{
    background-color: #524ea2 !important;
    position: absolute;
    top: 115%;
    width: 190px;
    padding: 0;
    left: 15%;
}
.tab .dropdown .dropdown-menu li a{
    color: #fff !important;
    font-weight: 700;
    line-height: 2.6rem;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 20px;
}
.tab .dropdown .dropdown-menu li a:hover{
    color: #fff !important;
    background: #25316a;
}
.body-text figure img {
    width: 100%;
}
@media (min-width: 281px) and (max-width:767px){
    .captcha-field{
        display: flex;
        flex-direction: column;
    }
    .tab{
        display: flex;
        flex-direction: column;
    }
    .tab .dropdown{
        margin-right: 0;
        margin-bottom: 2px;
    }
    .tab .dropdown:last-child{
        margin-bottom: 0;
    }
}
/* Contact us css */
