/* Colours
Blue:	
	#00457c
	rgb(0,69,124)
	
Light Blue:
	#b2c7d7
	rgb(178, 199, 215)
	
Grey:
	#c4c4c4
	rgb(196,196,196)
*/

/*Minimal Reset*/
input[type=checkbox],
input[type=radio] {
    width: auto;
}

.required {
    color: red;
    position: absolute;
    right: 6px;
    top: 14px;
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    background: #eee;
}

a:hover {
    text-decoration: none;
}

table {
    width: 100%;
}

/*responsive centered images*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;
}

/*Wraps*/
.footerWrap {
    background: #f6f6f6;
    padding: 15px 0;
    /* border-top: solid 5px #00457c; */
}

.innerWrap {
    margin: 75px 0;
}

.blueInnerWrap {
    padding: 75px 0;
    background: #00457c;
}

.contentWrap {
    margin: 150px 0 50px;
}

/*General*/
.centerBlue {
    text-align: center;
    color: #00457c;
}
.centerBlue.text-left{
    text-align: left;
}
.highlight {
    color: #00457c;
}

button.multiselect {
    border: solid 3px #fff;
    background: #fff;
}

.btnBlue {
    border: solid 3px #00457c;
    background: #fff;
    color: #00457c;
    padding: 8px 50px;
    font-weight: bold;
    transition: all 0.35s;
    display: inline-block;
}

.btnBlue:hover,
.btnBlue:active {
    background: #00457c;
    color: #fff;
    transition: all 0.35s;
}

.btnL {
    font-size: 22px;
}

@media (max-width:767px) {
    .btnL {
        font-size: 18px;
    }
}

span.avoidwrap {
    display: inline-block;
    white-space: nowrap;
}

/*Bootstrap Adjustments*/
.noGutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.biggerGutter>[class*="col-"] {
    padding: 0 30px;
}

.showMd {
    display: none;
}

@media (max-width: 991px) {
    .showMd {
        display: block;
    }
}

@media (max-width: 768px) {
    .pullCenter {
        text-align: center;
    }

    .pullLeft {
        text-align: left;
    }
}

/*Nav*/
.navbar {
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    border-bottom: none;
    color: #fff;
    /* border-bottom: solid 1px #00457c; */
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: inherit;
    margin-top: 12px;
}

.collapse.in ul.navbar-nav {
    background: #fff !important;
}

/*navbar active and hover li*/
.navbar-nav li a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: linear-gradient(to bottom, #fff, #c4c4c4) !important;
    color: #00457c !important;
    border-radius: 5px;
}

.navbar-nav li a.active {
    background: linear-gradient(to bottom, #fff, #c4c4c4) !important;
    color: #00457c !important;
    border-radius: 5px;
}

/*dropdown menu*/
ul.dropdown-menu {
    padding: 0;
}

/*chevrons*/
.navbar .fa.fa-chevron-down {
    font-size: 10px;
    vertical-align: middle;
}

.navbar-brand {
    padding: 0px;
    height: 90px;
    transition: all 0.35s;
}

.navbar-brand>img {
    height: 100%;
    max-height: 95px;
    padding: 10px 0px 0px ;
    width: auto;
    display: inline-block;
    padding-left: 28px;
}

.footerWrap ul li a:hover,
.footerWrap ul li a:active {
    color: #000 !important
}

@media (max-width:768px) {
    nav:not(.smallNav) .navbar-brand>img {
        height: 100px;
    }
}

.headerPhone {
    color: #fff;
    font-size: 23px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 200px;
}

@media (max-width:450px) {
    .headerPhone {
        display: none;
    }
}
.smallNav .headerPhone{
    margin-top: 0;
}
.navbar.smallNav {
    min-height: 90px;
}
.navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
    transition: all 0.35s;
}
.link-tag {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    color: #010C1F;
    font-size: 10px;
    font-weight: 600;
    vertical-align: super;
    letter-spacing: 1px;
}
.smallNav .link-tag {
    background-color: #010C1F;
    color: #fff;
}
/*Smaller Nav on scroll*/
.smallNav {
    background: rgb(238, 238, 238);
    transition: all 0.35s;
    border-bottom: solid 1px #00457c;
}

.smallNav.navbar-default .navbar-nav>li>a {
    margin-top: 0;
}

.smallNav .headerPhone {
    color: #000;
    font-size: 20px;
}

.smallNav .navbar-nav>li>a,
.collapse.in .navbar-nav>li>a {
    color: #000;
}

.smallNav .navbar-brand {
    height: 80px;
    padding-left: 15px;
    transition: all 0.35s;
}
#myNavbar ul.navbar-nav{
    margin-top: 10px;
}
.smallNav #myNavbar ul.navbar-nav{
    margin-top: 20px;
}

.smallNav .navbar-toggle {
    padding: 5px;
    margin: 10px 5px 10px 0;
    color: #000;
    transition: all 0.35s;
}

/* .smallNav .navbar-nav li a:hover,
.smallNav .navbar-nav li.active a {
    border-radius: 0;
} */

/*Move nav collapse point*/
@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav>li>a {
        margin-top: 0;
    }

    .dropdown-menu {
        width: 100%;
    }
}

/*end Nav*/

/*Footer*/
.footerWrap {
    color: #00457c;
}

.footerWrap a {
    text-decoration: none;
    color: #00457c;
}

.footerWrap a:hover,
.footerWrap a:active {
    color: #fff;
}

.footerWrap ul {
    padding: 0;
}

.footerWrap ul>li {
    display: inline-block;
    padding: 0 10px;
}

.footerWrap ul.footer-contact>li {
    padding-left: 0px;
    padding-right: 0px;
}

.footerWrap ul.footer-contact>li i {
    margin-right: 8px;
}

.footerWrap h4 {
    margin: 0;
}

.footerWrap img {
    margin: 0;
}

.footerWrap .float-button {
    display: inline-block;
    padding: 8px 8px 6px;
    padding-right: 15px;
    margin-top: 20px;
    background-color: #50c65e;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    box-shadow: 1px 4px 6px 0px rgba(173, 173, 173, 1);
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}

.footerWrap .float-button:hover {
    background-color: #90d573;
}

.footerWrap  .fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}
.footer-logo{
    margin-top: 20px !important;
    max-height: 160px;
}
@keyframes whatsapp-animation {
    from {opacity: 0%;}
    to {opacity: 100%}
}

@media screen and (max-width: 545px) {
    .footerWrap .float-button span {
        display: none;
    }
    .footerWrap  .float-button {
        width: 58px;
        border-radius: 10px;
        height: 54px;
    }
    .footerWrap .fa-whatsapp {
        font-size: 40px !important;
    }
}

.socialBtn a {
    background: #19a2d8;
    border-radius: 100%;
    font-size: 18px;
    width: 35px;
    height: 35px;
    transition: all 0.35s;
    text-align: center;
    display: inline-block;
    color: #fff;
}



.socialBtn a:hover,
.socialBtn a:active {
    background: #00457c;
    color: #fff;
    transition: all 0.35s;
}

.footerWrap h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 2px;
}

.footerWrap ul {
    list-style: none;
    padding-left: 5px
}

.footerWrap ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 8px;
    position: relative;
}

.footerWrap ul li a {
    color: #31333f
}

.footerWrap ul li span {
    padding-right: 13px
}

.footerWrap ul.icon-arrow li {
    padding-left: 32px;
    padding-right: 0;
}

.footerWrap ul.icon-arrow li:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 9px;
    top: 11px;
    color: #31333f;
    font-size: 17px;
}

.footerWrap .extraform .input-group {
    margin: 20px auto;
    width: 100%;
}

.footerWrap .extraform input.btn.btn-lg {
    width: 70%;
    height: 52px;
    text-align: left;
    color: #adadad;
    font-size: 16px;
    border-radius: 0;
    padding: 10px;
    outline: none;
    background: #fff;
}

.footerWrap .extraform button.btn {
    width: 30%;
    height: 52px;
    border-radius: 0;
    font-size: 16px;
    background-color: #19a1db;
    border-bottom: 3px solid #1589ba;
    padding: 10px;
}

.footerWrap ::-webkit-input-placeholder {
    color: #adadad;
}

.footerWrap ::-moz-placeholder {
    color: #adadad;
}

.footerWrap :-ms-input-placeholder {
    color: #adadad;
}

.footerWrap :-moz-placeholder {
    color: #adadad;
}

.searchbox {
    display: block;
}

.searchbox span.input-group-text {
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: 9px;
    z-index: 9;
    color: #30353b;
}

.searchbox input {
    padding: 10px;
    height: 50px;
    background: transparent;
    border: 0px;
    outline: none;
    border-bottom: 1px solid #30343d;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
}

.socialBtn {
    padding-top: 30px;
    display: block
}

.footlast {
    background: #c4c4c4;
    padding: 20px 0px;
    margin-top: 30px
}

.footerWrap .link-blue {
    padding-left: 0px;
    padding-top: 10px
}

.footerWrap .link-blue a {
    color: #1aa2de;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:768px) {
    .socialBtn a:not(:last-child) {
        margin-right: 15px;
    }
}

.socialBtn i {
    text-align: center;
    height: 2em;
    line-height: 2em;
    white-space: nowrap;
    width: auto !important;
}

/*End of Footer*/

/*Index*/
.galleryIndex img {
    width: 100%;
    min-height: 250px;
    max-height: 100vh;
}

/*swiper zoom*/
.galleryIndex .swiper-slide-active img {
    transform: scale(1.1);
    transition: all 8s;
}

.galleryIndex .swiper-slide-prev img {
    transform: scale(1.1);
}

/*SearchBar*/
.banner {
    position: relative;
}

.bannerHover {
    position: absolute;
    bottom: calc(100% / 5);
    z-index: 1;
    left: 15%;
    right: 15%;
}

@media (max-width:768px) {
    .bannerHover {
        bottom: 0;
        position: relative;
        width: 100%;
        display: inline-block;
        left: 0;
    }
}

.search {
    background: rgba(255, 255, 255, 0.88);
    padding: 20px;
	border-radius: 23px;
}
.search.inner-page{
    max-width: 500px;
    margin: 20px auto 40px;
}
.search h2 {
    margin-top: 0;
}

.search select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

.search input {
    width: 100%;
    border: solid 3px #00457c;
    background: none;
    color: #00457c;
    padding: 10px;
    font-weight: bold;
    transition: all 0.35s;
    margin: 0;
    height: 48px;
    background-color: transparent;	
	border-radius: 23px;
}



/*Replace swiper btn color*/
.swipeBtnBlue .swiper-button-prev,
.swipeBtnBlue .swiper-button-next {
    background: none;
}

.swipeBtnBlue i {
    margin-top: 8px;
    color: #00457c;
    font-size: 30px;
}
.blueInnerWrap .swipeBtnBlue i{
    color: #fff;
}
.swipeBtnBlue h4 i{
    margin-top: 0px;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 3px;
}
/*Center swiper, arrows on outside*/
.swiperOuter {
    position: relative;
    width: 80%;
    -webkit-transform: translateX(12.5%);
    -moz-transform: translateX(12.5%);
    -ms-transform: translateX(12.5%);
    -o-transform: translateX(12.5%);
    transform: translateX(12.5%);
}

.swiperOuter .swiper-button-prev {
    position: absolute;
    left: -5%;
}

.swiperOuter .swiper-button-next {
    position: absolute;
    right: -5%;
}

/*Container*/
.swiperOuterCont {
    position: relative;
}

.swiperOuterCont .swiper-button-prev {
    position: absolute;
    left: -5%;
}

.swiperOuterCont .swiper-button-next {
    position: absolute;
    right: -5%;
}

@media (max-width:768px) {
    .swiperOuterCont .swiper-button-prev {
        position: absolute;
        left: 0;
    }

    .swiperOuterCont .swiper-button-next {
        position: absolute;
        right: 0;
    }
}

/*Team*/
.indexTeam img,
.indexAsso img {
    height: 218px;
    object-fit: cover;
    object-position: top;
}
#SocialMedia img{
    height: 220px;
    object-fit: cover;
    object-position: top;
}
.staffDetails {
    border: solid 2px #00457c;
    border-top: none;
    padding: 10px;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    transition: all 0.35s;
    height: auto !important;
}

.staffDetails h3 {
    margin-top: 0;
    color: #00457c;
    font-size: 20px;
    transition: all 0.35s;
}
.staffDetails h3 a{
    color: inherit;
}
.staffDetails .popover{
    margin-left: 12px;
    width: 90%;
}


.staffDetails .popover-title{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.staffDetails h4{
    font-size: 16px;
}
.staffDetails h4 a{
    color: inherit;
}
.staffDetails .viewMore,
.propBox .viewMore {
    background: #fff;
    color: #00457c;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    border-top: solid 2px #00457c;
    width: calc(100% + 20px);
    transform: translate(-10px, 10px);
    transition: all 0.35s;
}

.indexTeam a:hover .staffDetails,
.indexTeam a:hover .staffDetails .viewMore {
    color: #fff;
    background: #00457c;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexTeam a:hover .staffDetails h3 {
    color: #fff;
    transition: all 0.35s;
}

.centerAnchor a {
    color: #000;
    border-bottom: solid 2px rgba(255, 255, 255, 0);
    transition: all 0.35s;
}

.centerAnchor a:not(:last-child) {
    margin-right: 20px;
}

.centerAnchor a:hover {
    color: #00457c;
    border-color: #00457c;
    transition: all 0.35s;
}

.centerAnchorBorder {
    color: #00457c !important;
    border-color: #00457c !important;
    transition: all 0.35s !important;
}

.propBox {
    width: 100%;
    border: solid 2px #00457c;
    border-top: none;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    background: #fff;
    transition: all 0.35s;
}

.indexListings a:hover .propBox,
.indexListings a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent1 a:hover .propBox,
.indexListingsAgent1 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent2 a:hover .propBox,
.indexListingsAgent2 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent3 a:hover .propBox,
.indexListingsAgent3 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent4 a:hover .propBox,
.indexListingsAgent4 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListings1 a:hover .propBox,
.indexListings1 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListings2 a:hover .propBox,
.indexListings2 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.indexListings3 a:hover .propBox,
.indexListings3 a:hover .propBox .viewMore {
    background: #00457c;
    color: #fff;
    border-top-color: #fff;
    transition: all 0.35s;
}

.propBox h3 {
    margin: 0;
}

.propBox i.fa {
    font-size: 16px;
    color: #000;
}

.indexListings a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent1 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent2 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent3 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListingsAgent4 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListings1 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListings2 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.indexListings3 a:hover i.fa {
    color: #fff;
    transition: all 0.35s;
}

.socialHeader {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}

/*iframes*/
.iframeCenter iframe {
    display: block;
    margin: 0 auto;
}

/*Youtube*/
.embed-container {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 500px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Testimonials*/
.testInner {
    margin: 0 50px;
    text-align: center;
}

.testInner h4 {
    color: #00457c;
}

/*End of Index*/

/*Staff Page*/
.staffBox {
    padding: 0 30px;
    margin: 15px 0;
}

.staffBox a {
    color: #000;
}

.staffBox .row {
    background: #fff;
    transition: all 0.35s;
}

.staffBox .row:hover {
    background: #00457c;
    color: #fff;
    transition: all 0.35s;
}

.staffBox .row:hover a {
    color: #fff;
}

.staffBox .row:hover h2 {
    color: #fff;
    transition: all 0.35s;
}

.staffBox img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    background: #fff;
}

@media (max-width:768px) {
    .staffBox img {
        max-width: 460px;
    }
}

.staffBox .details {
    padding: 10px;
    background: #eee;
    color: #000;
    transition: all 0.35s;
}

.staffBox:hover .details {
    background: #00457c;
    color: #fff;
    transition: all 0.35s;
}

.staffBox .details h2 {
    margin-top: 0;
    color: #00457c;
    transition: all 0.35s;
}

/*End of Staff Page*/

/*Profile Page*/
.profImg {
    width: 100%;
    height: auto;
}

.profDetails {
    padding: 1px 20px 20px;
    background: #fff;
}

.profTest {
    background: #c4c4c4 !important;
}

.profTest:Hover {
    background: #00457c !important;
}

.profDetails .profName {
    color: #00457c;
    margin-bottom: 0;
}

.profDetails hr {
    margin: 0 0 10px;
    border-bottom: solid 2px #00457c;
}

.profDetails p {
    margin: 0;
    font-size: 16px;
}

.leavePad {
    margin-bottom: 10px !important;
}

.profDetails a {
    color: #00457c;
    text-decoration: none;
}

.profTest {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #fff;
    background: #484848;
}

.profTest:after {
    content: "";
    position: absolute;
    bottom: -20px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 20px 0 0 20px;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #c4c4c4 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.profTest:hover::after {
    border-color: #00457c transparent;
}

/*End of Profile Page*/

/*Search Page*/
.propSearch {
    background: #ccc;
    padding: 20px;
}

@media (max-width:768px) {
    .propSearch button {
        width: 100%;
    }
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

.propSearch select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

.propSearch select {
    width: 100%;
    height: 100%;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/sDown.png) no-repeat 95% center #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.pagination {
    margin: 0 0 5px;
}

.pagination:hover {
    cursor: pointer;
}

.pagination li a {
    border-radius: 0 !important;
    color: #00457c;
}

.pagination li a:hover {
    color: #00457c;
}

.pagination .active a {
    background-color: #00457c;
    border-color: #010101;
}

.pagination .active a:hover {
    background-color: #00457c;
    border-color: #010101;
}

.properties a {
    text-decoration: none;
    color: #000;
}

.properties hr {
    border-bottom: solid 2px #00457c;
}

.listView .propShell {
    height: auto;
}

.propShell {
    margin-bottom: 30px;
    background-color: #fff;
    transition: all 0.35s;
    height: 570px;
    border-radius: 0 25px 25px;
    overflow: hidden;
}

.propShell .capHead {
    background: #00457c;
    color: #fff !important;
    transition: all 0.35s;
}

.propShell .capHead * {
    color: white !important;
    transition: all 0.35s;
}

.propShell:hover .capHead {
    background: #002541;
}

.capHead {
    background: #c4c4c4;
    padding: 10px 15px;
    transition: all 0.35s;
}

.capHead * {
    color: #333;
    margin-top: 0;
    transition: all 0.35s;
}

.capHead .price {
    margin-bottom: 0;
}

.capBody {
    padding: 10px 15px;
}

.propDesc {
    display: none;
}

.captionIcon {
    margin-bottom: 10px;
    font-size: 22px;
}

/*list view*/
.listView img {
    max-width: 100%;
}
.listView .prop-img{
    max-height: 300px;
    width: 40%;
    float: left;
    min-height: 300px;
}

.listView .caption {
    width: 60%;
    float: left;
}

.listView .propDesc {
    display: block;
}

@media (max-width: 768px) {
    .listView .prop-img {
        width: 100%;
    }

    .listView .caption {
        width: 100%;
    }
}

/*end of Search Page*/

/*Property Page*/
.propRow2 {
    margin-bottom: 30px;
}

.h3Icons {
    font-size: 24px;
    margin: 20px 0 10px;
    text-align: right;
}

.iconsXs {
    text-align: left;
    display: none;
    margin: 0;
}

@media (max-width:768px) {
    .iconsXs {
        display: block;
    }
}

.tools i {
    font-size: 22px;
    padding: 10px 0;
}

.propPhotos .swiper-slide:not(.swiper-slide-active) img {
    /* opacity: 0.5;
    transition: all 0.5s; */
}
.propPhotos .swiper-slide img{
    width: 100%;
}
.propPhotos .swiper-slide-active img {
    transition: all 0.5s;
}

.agentBox {
    background: #c4c4c4;
    padding: 15px;
}

.propContact input,
.propContact textarea {
    border: none;
    border-bottom: solid 1px #ccc;
    resize: vertical;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.propContact button {
    float: right;
}

@media (max-width:768px) {
    .propContact button {
        width: 100%;
    }
}

.propMap {
    width: 100%;
    max-height: 400px;
    border-top: solid 5px #00457c;
}

/*end of Property Page*/

/*Testimonials Page*/
.testPage hr {
    border-bottom: solid 2px #00457c;
}

.testPage h2 {
    margin-top: 0;
    color: #00457c;
}

/*end of Testimonials Page*/

/*for up command down arrows on pages*/
a.back-to-top:link,
a.back-to-top:visited {
    /*display: none;*/
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #00457c url("../images/arrowUp.png") no-repeat center 35%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid White;
}

a:hover.back-to-top {
    background-color: #666666;
}

.phone-header {
    font-size: 44px;
    color: #00A5E6;
    background: -webkit-linear-gradient(transparent, transparent), url(/images/nav-bg.png) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    font-weight: normal;
    margin-top: 40px;
    width: auto;
}

.top-contact-detail {
    position: absolute;
    right: 15px;
    text-align: right;
    z-index: 100;
    font-size: 14px;
}

.phoneTop {
    margin-top: 30px;
}

.emailTop {
    margin-top: 10px;
    margin-bottom: 20px;
}

.tPhone {
    font-size: 2rem;
}

@media (max-width: 1024px) {
    .blueInnerWrap {
        padding: 75px 15px;
    }
}

@media (max-width: 767px) {
    .blueInnerWrap {
        padding: 15px 15px;
    }

    .top-contact-detail {
        display: none;
    }

    .staffBox {
        height: auto;
    }

    .search h2 {
        font-size: 21px;
    }

    .embed-container {
        width: 92%;
        left: 4%;
        margin: 10px 0;
    }
}

#mapCluster {
    border-color: rgba(18, 18, 18, 0.9);
    border-style: solid;
    border-width: 0;
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .phone-header {
        margin-right: 0 !important;
        margin-top: 12px;
    }

    .staffBox {
        height: 600px;
    }

    .dropdown-menu {
        position: relative;
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .staffBox {
        height: 320px;
    }
}

.dropdown.open .dropdown-menu {
    z-index: 99999 !important;
}

/*for slideshow*/
.SliderPropL {
    width: 78%;
    padding-left: 15px !important;
    height: 500px;
    overflow: hidden;
}

.SliderPropR {
    width: 22%;
    padding-right: 15px !important;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .SliderPropL {
        height: 470px;
        overflow: hidden;
    }

    .SliderPropR {
        height: 470px;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .SliderPropL {
        width: 75%;
        height: auto;
        overflow: hidden;
    }

    .SliderPropR {
        width: 25%;
        height: 320px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .SliderPropL {
        width: 100%;
        padding-right: 15px !important;
        height: auto;
        overflow: hidden;
    }
}

.controlBtn {
    position: absolute;
    z-index: 2000;
}

.controlBtn.Left {
    margin-top: 20%;
    left: 20px;
}

.controlBtn.Right {
    margin-top: 20%;
    right: 10px;
}

@media (max-width: 991px) {
    .controlBtn img {
        width: 30px;
    }
}

@media (max-width: 767px) {

    .controlBtn.Right {
        margin-top: 37%;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .controlBtn img {
        width: 20px;
    }
}

.controlBtn.Top {
    left: 37%;
    top: 10px;
}

.controlBtn.Bottom {
    left: 35%;
    bottom: 10px;
}

.SliderPropL2 {
    width: 100%;
    padding-left: 15px !important;
    height: 580px;
    overflow: hidden;
}

@media (max-width: 740px) {
    .SliderPropL2 {
        height: 450px;
    }
}

@media (max-width: 670px) {
    .SliderPropL2 {
        height: 400px;
    }
}

@media (max-width: 568px) {
    .SliderPropL2 {
        height: 330px;
    }
}

.SliderPropR2 {
    width: 100%;
    padding-right: 15px !important;
    overflow: hidden;
}

div.bxslider {
    margin-left: 25%;
    margin-right: 25%;
}

div.bxslider img {
    width: 200px;
}

.controlBtn.Left2 {
    left: 2%;
    top: 30px;
}

.controlBtn.Right2 {
    left: 94%;
    top: 30px;
}

@media print {
    #PrintBrochureIcon {
        display: none;
    }
}

/*Appraisal Forms*/
.appForm select,
.appForm textarea {
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.appForm select::-ms-expand {
    display: none;
    /* remove default arrow in IE 10 and 11 */
}

.appForm select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/sDown.png) no-repeat 95% center #fff;
}

.appForm textarea {
    resize: vertical;
}

.appForm .checkbox label {
    padding-left: 0;
}

.fa-bed,
.fa-bath,
.fa-car {
    margin-left: 5px;
}

.testMargins {
    padding: 0 5vw;
}

@media (max-width:768px) {
    .testMargins {
        padding: 0;
    }
}
/* ads */
.ads-wrapper{
    width: 160px;
}
.ads-wrapper img{
    width: 160px;
}
.ads-wrapper.left{
    left: 0px;
}
.ads-wrapper.right{
    right: 0px;
}

.home-page{
    position: relative;
}
.marquee {
    padding: 20px 15px;
    font-size: 16px;
}
marquee a{
    text-decoration: underline;
    color:rgb(0, 0, 0)
}
marquee a:hover{
    text-decoration: none;
}
marquee a+a{
    margin-left: 30px;
}
.marquee .breaking-news-title {
    background-color: #28518f;
    flex: 0 0 auto;
    padding: 10px 25px;
    color: #fff;
}
.marquee .d-flex{
    align-items: center;
    margin: 0px 15px;
    border: 1px solid #ddd;
    padding-right: 15px;
    background-color: #fff;
}
.home-page .marquee,
.marquee .container,
.home-page .innerWrap,
.home-page .blueInnerWrap .container,
.home-page .innerWrap .container{
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.teamWrapper{
    margin-top: 30px;
}
.home-page .innerWrap .swiperOuter,
.home-page .blueInnerWrap .swiperOuter {
    width: 900px;
    transform: none;
    margin-left: auto;
    margin-right: auto;
}
.d-flex{
    display: flex;
    overflow: hidden;
}
.d-flex .ads-col{
    flex: 0 0 160px;
    max-width: 160px;
}
.d-flex .home-page{
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
}

#midCol.affix-top {
    position: static;
}


#midCol.affix,
#midCol1.affix {
    position:fixed !important;
      top: 65px;
      width:160px;
}

.apply-btn{
    width: auto;
    padding: 0;
    margin: 0;
    border: 0px;
}
.innerWrap.similar_prop{
    margin-bottom: 30px;
}
.similar_prop .swiperOuter{
    width: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;    
}

.AgentProperty {
    margin-bottom: 25px;
    -webkit-border-radius: 0px 40px 40px 40px;
    -moz-border-radius: 0px 40px 40px 40px;
    border-radius: 0px 40px 40px 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 30px;
    background: rgba(213, 168, 85, 0.1);
}

.AgentPropPhoto {
    margin-bottom: 10px;
    -webkit-filter: grayscale(1);
    /* Old WebKit */
    filter: grayscale(1);
}

.AgentPropName {
    font-weight: bold;
    font-size: 16px;
}
.req{
    color:red!important;position:absolute!important;padding-left: 7px;
}

.font24{
    font-size: 24px;
}
.no-result{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #00457c;
}
.price .text-danger{
    color: #333;
}
.client-wrapper{
    margin-bottom: 30px;
    display: inline-block;
}
.client-wrapper .wrap-img {
    padding-bottom: 1rem;
}
.client-wrapper .client-name {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem;
    color:#333;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}

.card-form{
    margin-top: 25px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
}
.card-form .card-header{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2e5da9;
    margin: 20px 0 0;
}
.card-form label{
    font-size: 14px;
    line-height: 14px;
}
.card-form .card-body{
    padding: 15px 30px;
}
.card-form .form-group{
    margin-bottom: 10px;
}
.card-form  .form-control{
    border-radius: 0px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    height: 37px;
    margin-bottom: 0;
}
.card-form  textarea.form-control{
    height: auto;
}
.card-form  .form-control:focus{
    box-shadow: none;
}

.card-form .btn{
    border-radius: 0;
    padding: 7px 25px;
}
.checkboxes{
    margin-top: 8px;
}
.checkbox-item{
    position: relative;
}
.checkbox-item input[type="checkbox"]{
    position: absolute;
    z-index: -1;
}
.checkbox-item input[type="checkbox"] + label {
    background: #fff;
    border-radius: 24px;
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 1px solid #ebecf0;
    padding: 4px 12px 2px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #42526e;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.checkbox-item {
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
}
.checkbox-item input[type="checkbox"] + label:hover {
    border: 1px solid #ebecf0;
    background: #f4f5f7;
}
.checkbox-item input[type="checkbox"]:checked + label  {
    border: 1px solid #a3daff;
    color: #091e42;
    font-weight: 500;
    background: #f0f9ff;
}
.formNote{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}
.formNote a{
    color: #337ab7;
}
.formCheck {
    margin-bottom: 1rem;
}
.formCheck label{
    font-size: 14px;
    font-weight: 400;
}
.formCheck input[type="checkbox"]{
    margin-right: 10px;
}
.card-form button.multiselect{
    border: 1px solid #dfdfdf;
    padding: 6px 12px;
    font-size: 13px;
    height: 37px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.card-form .btn-default:hover{
    background-color: transparent;
}
.card-form .btn-group.open .dropdown-toggle{
    box-shadow: none;
    background-color: transparent;
}
.card-form .multiselect-container{
    padding: 0px 0px 10px 15px !important;
}
.card-form .multiselect-container > li > a > label.radio,
.card-form .multiselect-container > li > a > label.checkbox{
    width: 100%;
}
.card-form .multiselect-container > li > a > label.radio input,
.card-form .multiselect-container > li > a > label.checkbox input{
    margin: 0;
    margin-left: -20px;
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
     outline: none;
 }
 input[type="submit"]{
     margin-bottom: 0;
 }
 .f-height{
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
 }
.radio-inline input[type=radio]{
    margin-top: 0px;
}
.clrRed{
    font-size:14px;color:red; font-weight:bold;
}
.modal .modal-title{
    font-size: 22px;
}
.modal .close{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal .card-form{
    margin: 0;
    border: 0px;
}
.modal .card-form .form-group{
    margin-bottom: 20px;
}
.modal  .card-form .form-control{
    font-size: 14px;
    height:38px;
}
#schedule-tour-popup .modal-dialog {
    width:750px;
}
.btn.ic-blue-color{
    padding: 8px 25px;
}
.btn.ic-blue-color:hover {
    color: #333;
    background: rgba(221, 221, 221, 0.46);
    border-color: transparent;
}
.no-gutters{
    margin: 0px;
}
.no-gutters .col-xs-4,
.no-gutters .col-xs-6,
.no-gutters .col-xs-3{
    padding: 0;
}
.mobile-code  .btn.ic-blue-color{
    padding: 8px 0;
    background-color: green;
    color: #fff;
}
.pr-0{
    padding-right: 0px !important;
}
.pl-0{
    padding-left: 0px !important;
}
#message .modal-dialog{
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
}
.premium-tab {
    padding: 4px 20px;
    background-color: #4caf50;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}
.premium-tab.basic{
    background-color: #f36437;
}
.contact-tab {
    padding: 8px 20px;
    background-color: #2e5da9;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px !important;
    vertical-align: middle;
    margin-left: 0px;
    display: inline-block;
    cursor: pointer;
}
.contact-tab+.premium-tab{
    margin-left: 0px;
    padding-top: 6px;
}
.contact-tab i{
    font-size: 14px !important;  
    color: #fff;
}
hr.br{
    border-color: #d0d0d0;
}
a.splite_sideEnquiry {
    background: #de3438;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 12px 25px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 1001;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    right: -64px;
    top: 47.5%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border-radius: 5px 5px 0 0;
}
#assoc a{
    display: inline-block;
}
#assoc a span{
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem;
    color: #333;
}
@media (min-width: 992px){
    .modal-dialog.modal-md {
        width: 530px;
    }
}
.contactBuilderCrd{
    padding: 10px 15px;
    border: 1px solid #c8c8c8;
    background: #f7f7f7;
}
.contactBuilderCrd .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contactBuilderCrd h3{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.contactBuilderCrd h3 small{
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    color: #2e5da9;
    font-weight: 700;
}
.amenities_list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between; */
}
.amenities_list li{
    padding: 10px 12px;
    margin-bottom: 6px;
    background: #ece7df;
    width: calc((100% / 7) - 4px);
    flex: 0 0 calc((100% / 7) - 4px);
    text-align: center;
	border-radius: 18px;
border: 1px solid #f4efef;
box-shadow: inset 2px 2px 2px 0px rgba(153, 153, 153, 0.405), inset -2px -2px 2px 0 rgb(183, 177, 177) !important;
}

.amenities_list li .amenities__icon {
    background: url(../images/Amenities_V3.png);
    width: 24px;
    height: 24px;
    background-size: 408px 312px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-top: 5px;
}
.amenities_list li .body_med {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
}
.amenities_list li .amenities__icon.am_sauna {
    background-position: -240px -120px;
}
.amenities_list li .amenities__icon.am_steam_room {
    background-position: -336px -120px;
}
.amenities_list li .amenities__icon.am_steam_room {
    background-position: -336px -120px;
}
.amenities_list li .amenities__icon.am_squashCourt {
    background-position: -240px -96px;
}
.amenities_list li .amenities__icon.am_fountain {
    background-position: -168px -96px;
}
.amenities_list li .amenities__icon.am_cricket_pitch {
    background-position: -96px -144px;
}

.amenities_list li .amenities__icon.am_amphitheatre {
    background-position: -288px -120px;
}
.amenities_list li .amenities__icon.am_badminton {
    background-position: -192px -72px;
}
.amenities_list li .amenities__icon.am_entranceLobby {
    background-position: -240px 0;
}
.amenities_list li .amenities__icon.am_conferenceRoom {
    background-position: -192px 0;
}
.amenities_list li .amenities__icon.am_carromBoard {
    background-position: -384px -72px;
}
.amenities_list li .amenities__icon.am_24HrsWaterSupply {
    background-position: -144px -72px;
}
.amenities_list li .amenities__icon.am_firefighting {
    background-position: -96px -96px;
}
.amenities_list li .amenities__icon.am_carParking {
    background-position: -48px 0;
}
.amenities_list li .amenities__icon.am_street_lights {
    background-position: -48px -120px;
}
.amenities_list li .amenities__icon.am_ayurvedic_centre {
    background-position: -336px -144px
}
.amenities_list li .amenities__icon.am_school {
    background-position: -120px -96px
}
.amenities_list li .amenities__icon.am_security_cabin {
    background-position: -72px -144px
}

.amenities_list li .amenities__icon.am_cctv {
    background-position: -72px 0
}
.amenities_list li .amenities__icon.am__24_7Security {
    background-position: 0 0
}
.amenities_list li .amenities__icon.am_clubHouse {
    background-position: -144px 0
}
.amenities_list li .amenities__icon.am_yogaArea {
    background-position: -264px -24px
}
.amenities_list li .amenities__icon.am_wifi {
    background-position: -240px -24px
}
.amenities_list li .amenities__icon.am_waterStorage {
    background-position: -360px -96px
}
.amenities_list li .amenities__icon.am_waitingLounge {
    background-position: -192px -24px
}
.amenities_list li .amenities__icon.am_visitorParking {
    background-position: -168px -24px
}
.amenities_list li .amenities__icon.am_videoDoorSecurity {
    background-position: -144px -24px
}
.amenities_list li .amenities__icon.am_reservedParking {
    background-position: -24px -72px
}
.amenities_list li .amenities__icon.am_toddler_pool {
    background-position: -72px -120px
}
.amenities_list li .amenities__icon.am_theatre {
    background-position: -288px -96px
}
.amenities_list li .amenities__icon.am_tableTennis {
    background-position: -264px -96px
}
.amenities_list li .amenities__icon.am_swimmingPool {
    background-position: -96px -24px
}
.amenities_list li .amenities__icon.am_sewageTreatPlant {
    background-position: -192px -96px
}
.amenities_list li .amenities__icon.am_senior_citizen {
    background-position: -312px -120px
}
.amenities_list li .amenities__icon.am_restaurant {
    background-position: -48px -72px
}
.amenities_list li .amenities__icon.am_reflexology_park {
    background-position: -240px -144px
}
.amenities_list li .amenities__icon.am_reading_lounge {
    background-position: -168px -144px
}
.amenities_list li .amenities__icon.am_rainWaterHarvest {
    background-position: 0px -72px
}
.amenities_list li .amenities__icon.am_powerBackupLift {
    background-position: -312px -48px
}
.amenities_list li .amenities__icon.am__24_7powerBackup {
    background-position: -120px -72px
}
.amenities_list li .amenities__icon.am_pooltable {
    background-position: -288px -48px
}
.amenities_list li .amenities__icon.am_pipedGas {
    background-position: -264px -48px
}
.amenities_list li .amenities__icon.am_pavedCompound {
    background-position: -240px -48px
}
.amenities_list li .amenities__icon.am_park {
    background-position: -216px -48px
}
.amenities_list li .amenities__icon.am_multiPurposeHall {
    background-position: -144px -48px
}
.amenities_list li .amenities__icon.am_multiPurposeCourt {
    background-position: -168px -48px
}
.amenities_list li .amenities__icon.am_maintenanceStaff {
    background-position: -96px -48px
}
.amenities_list li .amenities__icon.am_aerobics_centre {
    background-position: -96px -120px
}
.amenities_list li .amenities__icon.am_amphitheatre {
    background-position: -288px -120px
}
.amenities_list li .amenities__icon.am_badminton {
    background-position: -192px -72px
}
.amenities_list li .amenities__icon.am_basketBall {
    background-position: -264px -72px
}
.amenities_list li .amenities__icon.am_billiards {
    background-position: -288px -72px
}
.amenities_list li .amenities__icon.am_cafeteria {
    background-position: -336px -72px
}


.amenities_list li .amenities__icon.am_cardRoom {
    background-position: -360px -72px
}

.amenities_list li .amenities__icon.am_earthquake_resistant {
    background-position: -24px -120px
}

.amenities_list li .amenities__icon.am_kidsPlayArea {
    background-position: -360px -24px
}
.amenities_list li .amenities__icon.am_communityHall {
    background-position: -168px 0
}
.amenities_list li .amenities__icon.am_busShelter {
    background-position: -312px -72px
}
.amenities_list li .amenities__icon.am_cornerProperty {
    background-position: -24px -96px
}
.amenities_list li .amenities__icon.am_firefighting {
    background-position: -96px -96px
}
.amenities_list li .amenities__icon.am_entranceLobby {
    background-position: -240px 0
}
.amenities_list li .amenities__icon.am_garbageDisposal {
    background-position: -312px 0
}
.amenities_list li .amenities__icon.am_gatedCommunity {
    background-position: -336px 0
}
.amenities_list li .amenities__icon.am_grocery_shop {
    background-position: 0px -120px
}
.amenities_list li .amenities__icon.am_gymnasium {
    background-position: 0px -24px
}

.amenities_list li .amenities__icon.am_intercom {
    background-position: -312px -24px
}
.amenities_list li .amenities__icon.am_joggingTrack {
    background-position: -336px -24px
}
.amenities_list li .amenities__icon.am_landscapeGarden {
    background-position: -384px -24px
}
.amenities_list li .amenities__icon.am_tennisCourt {
    background-position: -24px -48px
}
.amenities_list li .amenities__icon.am_library {
    background-position: -48px -48px
}
.amenities_list li .amenities__icon.am_lifts {
    background-position: -72px -48px
}
.amenities_list li .amenities__icon.am_waitingLounge {
    background-position: -192px -24px
}
.amenities_list li .amenities__icon.am_laundromat {
    background-position: 0px -48px
}
.amenities_list li .amenities__icon.am_hiSpeedInternet {
    background-position: -288px -24px
}
.amenities_list li .amenities__icon.am_cardRoom {
    background-position: -360px -72px
}
.tab-form-wrapper {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(117, 124, 129, 0.12);
    box-shadow: 2px 2px 3px 0 rgba(117, 124, 129, 0.12);
    border: 1px solid #c8cdd2;
    text-align: center;
    max-width: 620px;
}

.reset-password {
    max-width: 720px;
}

.tab-form-wrapper>.tab-pane {
    display: -ms-flexbox;
    display: flex;
}

.tab-form-wrapper>.tab-pane .tab-nav {
    -ms-flex: auto;
    flex: auto;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.tab-form-wrapper>.tab-pane .tab-nav {
    cursor: pointer;
    background: #f9f9fa;
    border-bottom: 1px solid #c8cdd2;
    font-weight: 500;
    color: #657482;
}

.tab-form-wrapper>.tab-pane .tab-nav.tab-active {
    background: #fff;
    font-weight: 500;
    color: #2e3d49;
    border-bottom: 0px;
}

.tab-form-wrapper>.tab-pane .tab-nav+.tab-nav {
    border-left: 1px solid #c8cdd2;
}

.tab-form-wrapper .tab-content {
    background: #fff;
    padding: 40px 60px;
}


.form-header h1 {
    font-size: 30px;
    max-width: 50rem;
    margin-bottom: 30px;
    color: #00457c;
}

.form-body .form-control {
    border-radius: 0px;
    border: 1px solid #cacaca;
    height: 40px;
    padding: 10px 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.form-body .form-control:focus{
    box-shadow: none;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.custom-tab.nav-tabs{
    border-bottom: 0px;
}
.custom-tab.nav>li>a {
    padding: 5px 12px 3px; 
    font-size: 14px;
    color: #7c7c7c;
    letter-spacing: 1px;
    border-radius: 20px;
    font-weight: 600;
    border: 1px solid #d0d0d0;
}
.custom-tab.nav>li{
    margin-bottom: 5px;
}

.custom-tab.nav>li+li{
    margin-left: 5px;
}
.custom-tab + .tab-content{
    padding: 20px 0px;
}
.custom-tab.nav-tabs>li.active>a, .custom-tab.nav-tabs>li.active>a:focus, .custom-tab.nav-tabs>li.active>a:hover{
    background-color: #3c7ab7;
    border-color: #3c7ab7;
    color: #fff;
}

.caption_subdued_small {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: #6c727c;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}
.section_header_bold {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}
.section_header_bold select{
    background: transparent;
    border: 0px;
}
.section_header_bold select:focus{
    outline: none;
}
.badges_large_secondary {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #42526E;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.bhk_icon {
    width: 22px;
    position: absolute;
    left: 7px;
}
.index-footer .container{
    max-width: 1000px;
}
.popup-youtube figcaption{
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0;
    text-align: center;
}
.popup-youtube .img-wrap{
    position: relative;
}
.popup-youtube .img-wrap::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.popup-youtube .img-wrap i{
    width: 52px;
    height: 52px;
    display: inline-block;
    padding-left: 5px;
    color: #fff;
    border-radius: 50%;
    line-height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Listings img{
    width: 100%;
    height: 185px;
}
#assoc .centerBlue{
    margin-bottom: 30px;
}
.assoc-img-wrap{
    height: 100px;
    margin-bottom: 5px;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
}
.assoc-img-wrap img.clients-img{
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}
.custom-popover{
    top:auto;
    bottom: 60px;
    color: #000 !important;
    width: 90%;
}
.custom-popover a{
    color :#000 !important;
}
.custom-popover .popover-content a{
    color: #337ab7 !important;
}
.contactTab{
    position: relative;
}

.or-separator {
    width: 100%;
    margin: 20px 0;
}

.or-separator_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.or-separator_line {
    width: 80%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(0, 7, 9, 0.1);
    height: 0;
}

.or-separator_text {
    margin: 0 10px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    min-width: 32px;
}

.propPhotos .swiper-wrapper{
    height: auto;
}

@media screen and (max-width:768px) {
    .d-flex .ads-col{
        display: none;
    }
    .d-flex .home-page{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .indexTeam img, .indexAsso img,
    #SocialMedia img{
        width: 100%;
        height: auto;
        max-height: 300px;
    }
    .home-page .innerWrap .swiperOuter, .home-page .blueInnerWrap .swiperOuter{
        width: 90%;
    }
    .footerWrap .text-right{
        text-align: left;
    }
    .footerWrap .float-button span {
        display: none;
    }
    .footerWrap  .float-button {
        width: 58px;
        border-radius: 10px;
        height: 54px;
    }
    .footerWrap .fa-whatsapp {
        font-size: 40px !important;
    }
}
.see-price {
    font-size: 12px;
    color: #7f7f7f;
    display: inline-block;
    max-width: 300px;
    vertical-align: sub;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.see-more{
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 37px;
    margin-left: 5px;
    color: #000;
}

.see-more:after{
    background-color: #000;
    color: #fff;
    content: attr(data-content);
    display: none;
    bottom: 100%;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .216s ease;
    transition: all .216s ease;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 200px;
    line-height: 16px;
    z-index: 999;
}

.see-more:after{
    background-color: rgba(51,51,51,0.9);
    -webkit-transform: translate(-82%,140%);
    -ms-transform: translate(-82%,140%);
    transform: translate(-82%,140%);
}
.see-more:hover:after {
    opacity: 1;
    display: block;
    
}
.mt-4{
    margin-top: 1rem;
}
/* added on 6/july/2022 by sudhanshu */
.seoTableBox {
    position: relative;
    z-index: 2;
    margin-top: 1.5rem;
}
.scrollBarHide {
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}
.seoTableBox .seoTabsBox .seoTab {
    padding: 10px 15px;
    font-size: 14px;
    flex: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background: rgba(255,255,255,0.6);
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    border: solid 1px rgba(157,157,157,0.1);
    z-index: 1;
}
.seoTableBox .seoTabsBox .seoTabIcon {
    margin-right: 15px;
    flex: none;
}
.seoTableBox .seoTabsBox strong {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.seoTableBox .seoTabsBox .seoTab.active strong {
    color: #00457c;
}
.seoTableBox .seoTabsBox .seoTab.active {
    background: #fff;
    border-bottom-color: #fff;
}
.seoTableBox .seoTabsBox {
    margin: 0 0 -1px -1px;
    display: flex;
    display: -webkit-flex;
    z-index: 1;
    overflow: auto;
}
.seoTableBody {
    padding: 15px;
    border-radius: 0 8px 8px 8px;
    background: #fff;
    box-shadow: -1px 10px 20px 0 rgb(30 30 30 / 5%);
    position: relative;
    z-index: -1;
}
.tableHeadingHide {
    display: none;
}
.seoTableBox .seoTable {
    height: 82px;
    overflow: hidden;
    display: none;
    transition: .3s;
}
.seoTableBox .seoTable.active {
    transition: .3s;
    display: block;
}
.seoTableBox .seoTableData {
    display: block;
    height: 82px;
}
.seoTableBox .seoTableData {
    overflow: auto;
    height: auto;
    max-height: 82px;
    min-height: 25px;
}
.seoTableBox .table {
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-collapse: collapse;
    margin: 0;
}

.seoTableBox .table>tbody>tr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.seoTableBox .table>tbody>tr td {
    padding: 3px 10px;
    width: 25%;
    border: 0px;
}
.seoTableBox .seoData {
    color: #333;
    font-size: 14px;
}

.seoTableBox .seoData span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #00457c;
}

.seoTableBox .seoLink {
    margin-right: 5px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
}
.seoTableBox .seoLink:hover{
    color: #2196f3;
}
.scrollBar::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 20px;
}
.scrollBar::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 20px;
}

.scrollBar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,.1);
    border-radius: 20px;
    position: absolute;
    z-index: 10000;
}
@media screen and (max-width:540px) {
    .seoTableBox {
        margin-top: 8px;
        z-index: 0
    }

    .seoTableBox .seoTabsBox {
        margin: 0 0 0 -1px
    }

    .seoTableBox .seoTabsBox .seoTab {
        white-space: nowrap
    }

    .seoTableBox .seoTabsBox .seoTabIcon {
        display: none
    }

    .seoTableBox .seoTabsBox span {
        line-height: normal
    }

    .seoTableBody {
        padding: 10px 2px
    }

    .seoTableBox .table>tbody>tr {
        flex-wrap: wrap
    }

    .seoTableBox .table>tbody>tr td {
        width: 50%
    }

    .seoTableBox .seoData span {
        max-width: 150px
    }

    .seoTableBox .seoLink {
        max-width: calc(100% - 47px)
    }
}
.mb-2{
    margin-bottom: 2rem;
}

.d3button {
  box-shadow: inset 2px 2px 2px 0px rgba(153, 153, 153, 0.405), inset -2px -2px 2px 0 rgba(0, 0, 0, 0.7) !important;
}
.yellow-border {
  border: 3px solid #23527c;
}
.shadow-w {
  box-shadow: 0 1rem 3rem rgba(28, 28, 28, 0.59) !important;
  border-radius: 2.25rem !important;
}
.contact-my-form {
  background: #faf8f8;
    background-color: rgb(250, 248, 248);
  padding: 20px 15px;
  box-shadow: 22px -11px 55px 7px rgba(0, 0, 0, 0.48);
  text-align: center;
  border-radius: 10px;
  border: 5px solid #2e5da9;

}
.contact-my-form label p{
	  color:#fff;
}

.grid {
background-color: #ece7df;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.input-base {
  border-radius: 8px !important;
  border-width: 1px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 17px !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-duration: .15s !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
  width: 100% !important;
}
.main-container .optima-form form .form-actions .btn-primary {
  background-color: #AB7E06;
  border: none;
  padding: 17px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  min-width: 165px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'MarkPro-Medium',sans-serif;
  margin-bottom: 16px;
}
.contact-my-form .btn {
  width: 28%;
  background: #094f79;
    background-color: rgb(9, 79, 121);
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'MarkPro-Medium',sans-serif;
  border: none;
  padding: 11px 0;
  margin: 0;
    margin-bottom: 0px;
  box-shadow: 22px -11px 55px 7px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 5px 21px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 5px 21px 1px rgba(0,0,0,0.5);
  border-radius: 0 20px 0 20px !important;
}
#footer-copyright {
  background: #151d29;
  color: #fff;
  padding: 20px 0;
}
.footer {
  border-top: 5px solid #FBBA16;
}
.footer {
  margin: 0;
  padding: 0;
  border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
}
.cf::after, .cf::before {
  content: "/";
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
}
.footer .container {
  position: relative;
}
.container, #block-morbicommodo h2, #block-morbicommodo .field--name-body, .global-contactus .field--name-body, .solution-graybox h2.block-title, .solution-graybox .field--name-body, .our-client-carousel, .page-node-type-travel-software-solution .our-awards-section, .page-node-type-travel-software-solution .our-services-section .our-services, .page-node-type-travel-software-solution .our-solution-partners-description, .page-node-type-travel-software-solution .our-technology-section .field--name-field-technology > .field--items {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px !important;
}
.footer-tab-block {
  position: absolute;
  right: 0;
  top: -54px;
  height: 54px;
  max-width: 1245px;
  left: 0;
}
.footer-tab-block .region-footertab {
  display: flex;
  justify-content: flex-end;
}
.footer-tab-block #block-websolerevamp-contactblock-2 {
  margin: 0 4px 0 0;
  width: 122px;
}
.terms-method li {
  display: inline-block;
  padding: 0 20px;
    padding-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #3f3c3c;
}
.fixed_image {
    width: 100%;
    height: auto; //Auto adjust height (maintain aspect ratio)
}
.img {
  overflow: hidden;
  position: relative;
  height: 290px;
}

.img img {
  max-width: 100%;
  min-width;
  100%;
  min-height: 100%;
}

.elementor-element.elementor-element-16bb2f9:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-16bb2f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url(https://www.nextvisionhome.com/assets/css/call-to-action.jpg);
}
  @media (min-width: 1025px)
.elementor-element.elementor-element-16bb2f9:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-16bb2f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-attachment: scroll;
}
.elementor-element.elementor-element-16bb2f9:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-16bb2f9 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url("https://www.nextvisionhome.com/assets/css/call-to-action.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-element.elementor-element-16bb2f9 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 90px 0px 90px 0px;
}
.elementor-section {
  position: relative;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.elementor {
  hyphens: manual;
}
.elementor-row {
  width: 100%;
  display: flex;
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
  @media (min-width: 768px)
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
  width: 50%;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
.elementor-element.elementor-element-6beb7f8 > .elementor-element-populated {
  padding: 0px 15px 0px 15px;
}
.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget {
  position: relative;
}
.elementor-widget-container {
  padding: 53px 50px 54px 40px;
  background-color: rgba(35,77,212,0.9);
}
.elementor-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
  display: flex;
}
.elementor-element.elementor-element-f4aa931.elementor-position-left .elementor-icon-box-icon {
  margin-right: 30px;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin,15px);
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: 1;
}
.elementor-view-framed .elementor-icon, .elementor-element.elementor-view-default .elementor-icon {
  fill: #ffffff !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.elementor-icon {
  font-size: 85px !important;
}
.elementor-icon-box-content .elementor-icon-box-title, .elementor-element .elementor-icon-box-content .elementor-icon-box-title a {
  font-weight: 600 !important;
   color: #ffffff !important;
}
.elementor-icon-box-content .elementor-icon-box-title {
  color: #ffffff !important;
}
.elementor-icon-box-content .elementor-icon-box-description {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0 !important;
}
  @media (min-width: 768px)
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
  width: 50% !important;
}
.elementor-column {
  position: relative !important;
  min-height: 1px !important;
  display: flex !important;
}
.elementor-element-populated {
  padding: 0px 15px 0px 15px !important;
}
.elementor-column-wrap {
  width: 100% !important;
  position: relative !important;
  display: flex !important;
}
 .elementor-widget-wrap {
  padding: 10px !important;
}
.elementor-widget-wrap {
  display: flex !important;
}
.elementor-widget-wrap {
  position: relative !important;
  width: 100% !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
}
.elementor-icon-box-title a {
  font-weight: 600 !important;
}
.elementor-icon-box-title {
  color: #ffffff  !important;
}
.elementor-icon-box-icon {
  margin-right: 30px;
}
.elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin,15px);
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-icon {
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.elementor-icon {
  font-size: 85px;
}
.elementor-icon i {
  transform: rotate(0deg);
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
[class^="property-icon"], [class*=" property-icon"] {
  font-family: 'property-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quick-search-container {
  color: #fff;
  padding: 2rem;
  border-radius: .25rem;
  text-align: center;
}
/* added on 6/july/2022 by sudhanshu ended */