#conditionsModal {
    width: 50%;
    max-width: 540px;
    height: 50%;
}

.modal-foot {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

#conditionsModal .overlay-close {display: none;}

.dialog-mask{
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}
.dialog-overlay{   /* adjust according to your requirement */
    top:35%;
    left:40%;
}

.thicc {
    border: 2px solid lightgrey;
    border-radius: 7px;
}
.sq-box {
    width: 306px;
    border: 2px solid lightgrey;
    border-radius: 7px;
}

#mapid {
    height: 240px;
}

#infoBtn {
    position:relative;
    top: 3px;
}

.carousel-round{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.wb-eqht section {
    display: inline-block;
}
.hgth-inhrt {
    min-height: inherit;
}