@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
	background-color: #d4ebff;
	font-family: 'Montserrat', sans-serif;
	color: #31363c;
	font-size:18px;
	font-weight: 400;
	background: url(/images/My-Home---Light-BG.png) no-repeat center center fixed;
    background-size: cover;
	background-color: #d4ebff;
}

.select2-container--default .select2-selection__arrow {
  display: none;
}
.nav-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo:hover, .nav-logo:focus {text-decoration: none;}
.nav-logo-text {color: #31363c; padding: 0px 15px; font-size: 21px; font-weight: 500; flex-grow: 1;}
.footer-logo > .nav-logo-text {font-weight: 600;}
.nav-bar {
	background: linear-gradient(135deg, #d9d4ff 0%, #c1e2ff 100%);
	box-shadow: 0px 45px 24px -30px rgb(101 111 249 / 40%);
	-webkit-box-shadow: 0px 45px 24px -30px rgb(101 111 249 / 40%);
	-moz-box-shadow: 0px 45px 24px -30px rgb(101 111 249 / 40%);
	border-bottom: 2px solid #cde4fc;
}
.nav-logo-img {
    background: url(/images/My-Home---Light-Logo.png);
    display: inline-block;
    position: inherit;
    width: 72px;
    height: 72px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}
.footer-logo-img {
    background: url(/images/My-Home---Light-Logo.png);
    display: inline-block;
    position: inherit;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}
.blue-text {
	color: #4226a5;
	font-weight: 500;
}
.purple-text {
	color: #790b5e;
	font-weight: 500;	
}
.dark-text-box {
    border-radius: 15px !important;
    border: 2px solid #d9d4ff !important;
    background: #e6f2ff;
    padding: 9px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #4226a5 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.dark-text-box:focus {
	color: #4226a5 !important;
	background: #e6f2ff !important;
	border-color: #656ff9 !important;
}
.gradient-btn {
  padding: 18px 90px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: linear-gradient(60deg, #4226a5, #ff6181);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  color: #4226a5;
  font-size:33px;
  font-weight: 300;
  box-shadow: 12px 12px 24px #4226a54f, -12px -12px 24px #4226a511;
}
.gradient-btn::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 29px;
  background: linear-gradient(145deg, #3c434a, #2c3136);
  background: linear-gradient(-120deg, rgba(255, 255, 255, 1) 0%, rgba(230, 242, 255, 1) 52.97%, rgba(228, 241, 255, 1) 55.46%, rgba(212, 235, 255, 1) 82.66%, rgba(215, 221, 255, 1) 91.13%, rgba(217, 212, 255, 1) 100%);
  background: -webkit-linear-gradient(-120deg, rgba(255, 255, 255, 1) 0%, rgba(230, 242, 255, 1) 52.97%, rgba(228, 241, 255, 1) 55.46%, rgba(212, 235, 255, 1) 82.66%, rgba(215, 221, 255, 1) 91.13%, rgba(217, 212, 255, 1) 100%);
  z-index: -1;
  transition: 200ms;
}
.gradient-btn:hover {
	box-shadow: 6px 6px 12px #4226a54f, -6px -6px 12px #4226a511;
	transform: scale(0.98);
	color: #790b5e;
}
.gradient-btn:active {
	box-shadow: 3px 3px 12px #4226a54f, -3px -3px 12px #4226a511;
	transform: scale(0.95);
	background: linear-gradient(to right, #50b1f9, #7373ff);

    background: linear-gradient(to right, #4226a5, #ff6181);
    color: #790b5e;
}
.table thead th {
	border-bottom: none;
	padding: 1.75rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color: #4226a5;
	font-weight: 500;
}
.table td, .table th {
	vertical-align: top !important;
	border-top: 2px solid #d9d4ff !important;
	text-align: center;
    font-weight: 500;
	}
.project-name {
	font-weight: 500;
	text-align:left !important;
	background: linear-gradient(to right, #4226a5, #ff6181);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.project-name:hover {
	background:#790b5e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor:pointer;
}
.footer {
	background: linear-gradient(135deg, #d9d4ff 0%, #c1e2ff 100%);
	box-shadow: 0px -21px 24px -12px rgb(101 111 249 / 40%);
	-webkit-box-shadow: 0px -21px 24px -12px rgb(101 111 249 / 40%);
	-moz-box-shadow: 0px -21px 24px -12px rgb(101 111 249 / 40%);
}
.footer-link {
	font-size: 12px;
	text-align:center;
	color: #4226a5;
}
.footer-link:hover {color:#790b5e;}

.loader-overlay-livewire{
    display: none;
    background: black;
    opacity: 0.8;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

.loader-text{color: white}

.no-js-div{display: none;}

.back-to-top {
    position: fixed;
    bottom: 65px;
    right: 15px;
    display: none;
    z-index: 10;
}

.c-height {height: 83vh;}

.th-table{text-align:left; padding: 1.75rem 0.75rem;}

/*.footer{position: fixed;height: 33px;bottom: 0;width:100%;}*/

.ft-20{font-size: 15px}

.ft-21{font-size: 21px}
/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}
.tool-left {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}

.tool-left::before,
.tool-left::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool-left:hover::before,
.tool-left:focus::before,
.tool-left:hover::after,
.tool-left:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
/*    border-color: #3E474F transparent transparent transparent; */
    border-color: #111111 transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}

.tool-left::before {
    border-style: solid;
    border-width: 0.75em;
/*    border-color: #3E474F transparent transparent transparent; */
    border-color: transparent transparent transparent #111111;
    bottom: 50%;
    content: "";
    margin-left: -50px;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
} 

.tool-left:hover::before,
.tool-left:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
/*    background: #3E474F; */
    background: #111111;
    border-radius: 10px;
    bottom: 140%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -40px;
    padding: 10px;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 300px;
    font-size:14px;
    font-weight:400px;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool::after { 
        font-size: 12px;
        margin-left: -30px;
        width: 280px; 
  }
}

.tool-left::after {
/*    background: #3E474F; */
    background: #111111;
    border-radius: 10px;
    bottom: 0%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -350px;
    padding: 10px;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);  
    width: 300px;
    font-size:14px;
    font-weight:400px;
}

.tool-left:hover::after,
.tool-left:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .tool-left::after { 
        font-size: 12px;
        margin-left: -280px;
        width: 230px; 
  }
}

/*== miscellany ==*/

.search-data-note {
    font-size: 14px;
    text-align: center;
    margin: 0px 10px 10px 10px;
}

.info-icon {
  background: #a6b3ff;
  color: #ffffff;
  font-size: 9px;
  padding: 1px 7px;
  border-radius: 50% 50% 50% 0%;
  font-weight: 600;
  margin-left: 9px;
  position: absolute;
  margin-top: 5px;
}

.optional-label {
    color: #ff6181;
    font-size: 10px;
    padding: 1px 7px;
    border-radius: 20px;
    font-weight: 400;
    margin-left: 25px;
    position: absolute;
    margin-top: 5px;
    font-style: italic;
}

.dark-search-box {
    border-radius: 15px;
    border: 2px solid #a6b3ff;
    background: #e6f2ff;
    padding: 9px;
    font-family: 'Montserrat', sans-serif;
    color: #4226a5;
    font-size:14px;
    font-weight: 500;
}
.dark-search-box:focus {
    color: #4226a5;
    background: #e6f2ff;
    border-color: #656ff9;
}

.dark-search-box::placeholder {
  color: #4226a5;
  opacity: 0.8; /* Firefox */
}

.dark-search-box::-ms-input-placeholder { /* Edge 12 -18 */
  color: #4226a5;
}

/*== responsive fixes ==*/
.footer-link {font-weight: 600; padding: 12px;}
.footer-powered-link .footer-link {padding: 8px;}
.footer {position: fixed;height: 33px;bottom: 0;width:100%; z-index: 10;}
.search-number-text {font-size:21px; text-align:center; margin: 20px 20px 5px 20px;}
.footer-powered-link a {
    color: #a6b3ff;
    float: right;
    background: linear-gradient(to right, #ff6181, #a6b3ff, #a6b3ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 6s ease-in-out infinite alternate;
    font-weight: 600;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}   

.wrap-powered-link {
    width: fit-content;
    float: right;
    border-radius: 12px 12px 0px 0px;
    margin: 5px 5px 0px 5px;
    background: linear-gradient(135deg, #2a2d33 0%,#0b0c0c 100%);
}
.fa-linkedin {
    -webkit-background-clip: revert;
    background-clip: revert;
    -webkit-text-fill-color: #2782dd;
    text-fill-color: #2782dd;
    font-weight: normal;
    margin-left: 3px;
}
th:first-child, td:first-child
{
  position:sticky;
  left:0px;
  background-color:#e6f2ff;
  text-align:left;
  font-weight: 600;
}

.property-list-table {
    border: 2px solid #d9d4ff;
    backdrop-filter: blur(6px);
}
.property-list-table thead {background: linear-gradient(135deg, #fff 0%, #d4ebff 100%);}

.property-details-table {
    border: 2px solid #d9d4ff;
    backdrop-filter: blur(6px);
    margin-bottom: 90px;
    font-size: 16px;
}

.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .6);
}

@media (max-width: 991px) {
.footer {
    position: sticky;
    height: auto;
    bottom: -1px;
    /* position: relative; */
}
.search-number-text {margin: 30px 0px 0px 0px; line-height: 24px;}
.footer-logo {text-align:center;}
.footer-powered-link a {float: unset;}
.footer-powered-link {text-align:center;}
.wrap-powered-link {width: inherit; float: inherit;}
}
@media only screen and (max-width: 360px) {
.footer-logo {display: none;}
.footer-link {padding: 5px;}
}

/*== text-boxes fixes ==*/

.select2-container--default .select2-selection--multiple {
  border-radius: 15px !important;
  border: 2px solid #d9d4ff !important;
  background: #e6f2ff !important;
  padding: 6px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #4226a5 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #d9d4ff !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 15px !important;
  border: 2px solid #d9d4ff !important;
  background: #e6f2ff !important;
  padding: 6px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #50b1f9 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'Montserrat', sans-serif !important;
  color: #4226a5 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    background: #d9d4ff !important;
    color: #790b5e;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #eef7ff !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #656ff9;
    color: white;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #cdd4ff;
    color: inherit;
}
.select2-container--default .select2-selection--multiple:focus {border-color: #50b1f9;}
.select2-container--default .select2-selection--multiple .select2-selection__choice:focus {border-color: #50b1f9;}
.select2-container--default .select2-selection--single:focus {border-color: #50b1f9;}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {border-color: #50b1f9;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {border-color: #50b1f9;}
.select2-container--default .select2-results>.select2-results__options:focus {border-color: #50b1f9;}

.fa-sort-up {color: #7373ff !important;}
.fa-sort-down {color: #7373ff !important;}

/*== FAQs page ==*/
.card {
    border: 0px solid #00000000 !important;
    background: transparent !important;
}
.card-body {
    padding: 15px !important;
    margin-bottom: 30px !important;
}
.card-header:first-child {
    border-radius: 15px !important;
    border: 2px solid #a6b3ff !important;
    background: #cfdaff !important;
    padding: 9px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #4226a5 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    height: 60px;
    margin: 10px 10px 0px 10px;
}
.card-header:first-child > h5 > a {color: #4226a5 !important;}

.h5, h5 {
    font-size: 17px;
    padding: 6px;
    line-height: 21px;
}
#accordion {margin-bottom: 60px;}

/*== Feedback form ==*/

.btn-cancel {
    padding: 10px;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    box-shadow: 12px 12px 24px #80779e4f, -12px -12px 24px #635f6f11;
    background: #8d8db0;
    border: none;
    margin-top: 15px;
}
.btn-send {
    padding: 10px;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: #4226a5;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #e5e5e5;
    font-size: 21px;
    font-weight: 400;
    box-shadow: 12px 12px 24px #4226a54f, -12px -12px 24px #4226a511;
    margin-top: 15px;
}
.btn-maps {
    padding: 10px 30px;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: #4226a5;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 12px 12px 24px #4226a54f, -12px -12px 24px #4226a511;
    margin-top: 30px;
}
.btn-sales {
    padding: 10px 30px;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: #790b5e;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    color: #e5e5e5;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 12px 12px 24px #4226a54f, -12px -12px 24px #4226a511;
    margin-top: 30px;
}
a.btn-maps:focus, a.btn-maps:hover, a.btn-sales:focus, a.btn-sales:hover {
    color: #a6b3ff !important;
}
@media (max-width: 1200px) {
.btn-sales, .btn-maps {padding: 10px;font-size: 15px;}
}

.icon-green{color: green !important}

.icon-purple{}