@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}

body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'futuraptbook';
    src: url('../fonts/futuraptbook.eot');
    src: url('../fonts/futuraptbook.eot') format('embedded-opentype'),
         url('../fonts/futuraptbook.woff2') format('woff2'),
         url('../fonts/futuraptbook.woff') format('woff'),
         url('../fonts/futuraptbook.ttf') format('truetype'),
         url('../fonts/futuraptbook.svg#futuraptbook') format('svg');
}

h1, h3, p {
    font-family:  'futuraptbook';
}

.propaddr {
    font-family:  'futuraptbook';
    font-size: 1.2em;
    font-weight: bold;
}


#main {
    min-height: calc(100vh - 287px);
}

.cst-blue {
    background-color: #2799dd;
}

.cst-green {
    background-color: #2FC996;
}

.nav-link.active {
    border-bottom-color: #2FC996 !important;
}

.cst-blue-text {
    color: #2799dd;
}


.nav-link {
    color: rgba(37, 45, 47, 0.7) !important;
}

.active {
     color: rgba(37, 45, 47, 1) !important;   
}

.cst-grey {
    background-color: #fbfbfb;
    
}

a {
    text-decoration: none !important;
}

tr {
    border-style: none !important;
}

td {
    padding: 22px 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-style: none !important;
}

#main h2 {
    font-family: "Avenir Black", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0px;
    font-style: normal;
    text-align: center;
}

#main h1 {
    font-size: 48px;
    font-family: "Avenir Black", Arial, Helvetica, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 58px;
    margin-bottom: 0;
}

.nav-item {
    padding-left: 15px;
}

.nav-link {
    font-family: "Arial Black", "sans-serif";
    font-size: 16px;
    font-weight: 0;
    letter-spacing: 0px;
    font-style: normal;
}

.menu-button-hotlist {
    background: linear-gradient(90deg,rgba(251,176,59,1) 0%,rgba(237,28,36,1) 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 7.5px 22px;
    line-height: initial;
    font-weight: bold;
}

.menu-button-buyers {
    background: #FFFFFF;
    color: #2fc996;
    border-radius: 50px;
    padding: 7.5px 22px;
    line-height: initial;
    border: 1px solid #2fc996;
    font-weight: bold;
}

.btn-cst-blue {
     background: #2799dd;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 200px;
    height: 45px;
    text-align: center;
}


.btn-cst-green {
     background: #2fc996;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 200px;
    height: 45px;
    text-align: center;
}


.head-ntd-text {
    font-size: 18px;
    font-family: "Avenir Black", Arial, Helvetica, sans-serif;
    padding-right: 21px;
}

.head-ntd {
    padding: 10px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
    border: 2px solid #2799dd;
    border-radius: 50px;
    font-size: 16px;
    color: #2799dd;
    line-height: 1;
}

.tour-info{
    padding: 112px 0px 105px;
    background-image: url(../images/next-tour-back.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: inherit !important;
}


.mr-guest {
    max-width: 380px;
    background: #fff;
}


.mdy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    padding: 0 35px;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 6px;
    color: rgba(137, 136, 140, .5);
    margin-top: 0;
    font-family: "Avenir Black";
}

.mdy-text-wrapper {
    position: relative;
}

.mdy-data-wrapper {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2799DD;
    padding: 15px 33px;
    border-radius: 50px;
    position: absolute;
    width: 182px;
    font-size: 16px;
    line-height: 1;
    font-family: "Avenir Black";
}

.nt-parent-wrapper {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    background: #FFFFFF;
    border-radius: 50px;
    width: 310px;
    margin-left: 75px;
}

.nt-text {
    padding-top: 17px;
    padding-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-family: "Avenir black";
    line-height: 1;
}


.footer-wrapper {
    display: flex;
    border: 1px solid #DADADA;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-msg {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    color: #56555B;
    border-left: 1px solid #DADADA;
    padding: 15px 20px 20px 20px;
    font-family: "futuraptbook";
}

.copyright {
    margin-top: 8px;
    font-size: 12px;
}


ul.footer--ul-li {
    list-style: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    margin-top: 30px;
    font-size: 11px;
    margin-bottom: 10px;
}

ul.footer--ul-li li {
    padding: 0 5px;
    margin-right: 22px;
    color: #56555B;
    line-height: 1;
    position: relative;
}

ul.footer--ul-li li span {
    position: absolute;
    top: 50%;
    right: -15px;
    line-height: 0;
}

/*ul.footer--ul-li li:not(:first-child) {list-style-type: disc;}*/
ul.footer--ul-li li a {
    color: #56555B;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

#map {
  height: 40vh;
}


.guest-form-wrapper {
    background: #F8F8F9;
    padding: 45px 50px;
    -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .13);
}


/* very small 200 to 1000 px screen*/

@media screen 
    and (min-width: 200px) 
    and (max-width: 1000px) 
{
    
    .prop-header {
        text-align: center;
    }
    
    .home-header {
        padding-top: 70px;
        width: 88%;
    }

    .home-header H1 {
        font-size: 24px;
    }
    
    .eximage {
        width: 120px;
    }

    .rlahimage {
        width: 120px;
    }
}

/* medium 1000 to 1600 px screen*/

@media screen 
    and (min-width: 1000px) 
    and (max-width: 1600px) 
{
    
    .home-header {
        padding-top: 100px;
        width: 68%;
    }

    .home-header H1 {
        font-size: 24px;
    }
    
    .eximage {
        width: 160px;
    }

    .rlahimage {
        width: 160px;
    }
    
}


/* large 1600+ px screen*/

@media screen 
    and (min-width: 1600px) 
{

    .home-header {
        padding-top: 80px;
        width: 50%;
    }

    .home-header H1 {
        font-size: 48px;
    }

    .eximage {
        width: 220px;
    }

    .rlahimage {
        width: 220px;
    }
    
    .agentBTN {
        
        margin-top: 25px;
    }

    
}

 .custom-tooltip {
  --bs-tooltip-bg: #1D75AA;
  --bs-tooltip-color: white;
  --bs-tooltip-max-width: 300px;   
}

.agentBTN {
    font-family: 'Gotham';        
    background: #D42A2E;
    border-bottom: 5px solid #888888;
    color: white;
	padding-bottom: 1vh;
	padding-top: 1vh;
}

    
.agentBTN:hover {
    background: #888888;
    border-bottom: 5px solid #D42A2E;
    color: white;
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

