/*
grey: color: #919191;

 */


@font-face {
  font-family: "Gotham-Book";
  src: url("/css/fonts/Gotham-Book.otf") format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("/css/fonts/Gotham-Black.otf") format("opentype");
  font-weight: 800;
}

.btn-brand-essential:hover {
    background-color: #a1d2ce !important;
    color: #FFF!important;
}

.btn-brand-signature:hover {
    background-color: #649270 !important;
    color: #FFF!important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 81px;
}

p {
    color: #231F20;
    font-size: 17px;
    line-height: 40px;
    font-weight: 300;
}

a {
    transition: all .25s ease-in-out;
    color: #464443;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

/* COMMON STYLES  */
.h-70 {
    font-size: 70px;
}

.h-56 {
    font-size: 56px;
}

.h-42 {
    font-size: 42px;
}

.h-40 {
    font-size: 40px;
}

.h-38 {
    font-size: 38px;
}

.h-36 {
    font-size: 36px;
}

.h-34 {
    font-size: 34px;
}

.h-32 {
    font-size: 32px;
}

.h-30 {
    font-size: 30px;
}

.h-28 {
    font-size: 28px;
}

.h-26 {
    font-size: 26px;
}

.h-24 {
    font-size: 24px;
}

.h-22 {
    font-size: 22px;
}

.h-21 {
    font-size: 21px;
}


.h-20 {
    font-size: 20px;
}

.h-19 {
    font-size: 19px;
}

.h-18 {
    font-size: 18px;
}

.h-17 {
    font-size: 17px;
}

.h-16 {
    font-size: 16px;
}


.h-15 {
    font-size: 15px;
}

.h-14 {
    font-size: 14px;
}

.h-13 {
    font-size: 13px;
}

.lh-2 {
    line-height: 200%;
}

.lh-0 {
    line-height: 0px;
}




.lh-10 {
    line-height: 10px 
}



.lh-15 {
    line-height: 15px !important;
}

.lh-16 {
    line-height: 16px 
}

.lh-17 {
    line-height: 17px;
}

.lh-18 {
    line-height: 18px 
}

.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-33 {
    line-height: 33px;
}

.lh-37 {
    line-height: 37px;
}


.lh-40 {
    line-height: 40px!important;
}

.lh-60 {
    line-height: 60px!important;
}

.lh-sm-p {
    line-height: 27px;
}

.bg-org{background-color: #E97200!important; }

.bg-light {
    background-color: #F8F8F8 !important;
}

.bg-black {
    background-color: #000;
}

.text-org {
    color: #E97200;
}
.text-grey {
    color: #464443;
}

.text-second-grey {
    color: #919191;
}
.text-grey2{
    color:#8A8B8A!important;
}

.text-black {
    color: #000;
}

.text-B29F5E {
    color: #B29F5E;
}

.text-99CC33 {
    color: #99CC33;
}

.text-light-grey {
    color: #666666;
}

.text-green {
    color: #00a75c;
}

.text-light-black {
    color: #333333;
}

.text-white {
    color: #fff;
}

.bg-999 {
    background-color: #999;
}


.bg-B2B2B2 {
    background-color: #B2B2B2!important;
}

.text-w-bold {
    font-weight: 600;
}

.text-w-black {
    font-weight: 700;
}

strong,
.text-w-medium {
    font-weight: 500;
}

.text-w-regular {
    font-weight: 400;
}

.text-w-light {
    font-weight: 300;
}

.ls-8 {
    letter-spacing: 8px;
}

.ls-7 {
    letter-spacing: 7px;
}

.ls-6 {
    letter-spacing: 6px;
}

.ls-5 {
    letter-spacing: 5px;
}

.ls-4 {
    letter-spacing: 4px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-1 {
    letter-spacing: 1px;
}

.mw-500 {
    max-width: 500px;
}

.ml-6 {
    padding-left: 6rem;
}

.h-60vh{
    height:80vh;
    min-height:300px;
}

.custom-links {
    color: #333333;
}

.custom-links:hover {
    color: #000;
}

.link-with-border {
    border: 1px solid #FFF;
    padding: 15px 30px;
    font-size: 15px;
}

.link-with-border:hover {
    background-color: #f2f2f2;
    color: #919191 !important;
    border: 1px solid #919191;
}

.link-button {
    color: #FFF!important;
    font-size: 11.6px;
    letter-spacing: 2px;
    background-color: #878787;
    padding: 15px 20px;
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    cursor:pointer;
}

.link-button:hover {
    color: #ffffff;
    background-color: #666666;
}

.link-white {
    color: #000;
    font-size: 11.6px;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 15px 20px;
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    position: absolute;
    width: 100%;
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
}

.link-white:hover {
    color: #ffffff;
    background-color: #878787;
    border: 1px solid #878787;
}

.card-height {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
    height: 350px;
}


.link-gold {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    background-color: #B4A15F;
    padding: 15px 20px;
    letter-spacing: 2px;
    border: 2px solid #FFF;
    max-width: 200px;
    margin: 0 auto;
}

.link-gold:hover {
    background-color: #9e8338;
    color: #FFF;
}

.link-download-btn {
    font-size: 13px;
    padding: 15px;
    max-width: 300px;
}

.img-linked,
.text-linked {
    transition: all .25s ease-in-out;
    display: block;
}

.img-linked:hover {
    transform: scale(1.05);
}

.text-linked:hover {
    transform: scale(1.05);
}

.text-underline{
    text-decoration:underline!important;
}

.bg-EFEFEF {
    background-color: #EFEFEF!important;
}

.border{border:1px solid #CCC!important;}
.border-top {    border-top: 1px solid #999999!important;}
.border-bottom {    border-bottom: 1px solid #999999!important;}
.cell-border{border:2px solid #FFF!important;}
@media screen and (max-width: 575px) {
    .h-56 {
        font-size: 42px;
        line-height: 42px;
    }

    .h-38 {
        font-size: 28px;
        line-height: 36px;
    }

    .h-36 {
        font-size: 26px;
        line-height: 34px;
    }
    .h-32 {
        font-size: 23px;
        line-height: 32px;
    }
     .h-30 {
        font-size: 21.5px;
        line-height: 30px;
    }
    .h-26 {
        font-size: 20px;
        line-height: 30px;
    }

    .h-20 {
        font-size: 18px;
        line-height: 28px;
    }
    .h-19 {
        font-size: 16px;
        line-height: 24px;
    }

    .h-17 {
        font-size: 13px;
        line-height: 28px;
    }

    .link-with-border {
        padding: 10px 20px;
        font-size: 13px;
        max-width: 300px;
    }
    .link-download-btn{
        /* padding: 0; */
    }

    .link-button,
    .link-gold {
        display: block;
        text-align: center;
    }

    .m-lf-set {
        margin-left: 1rem;
        margin-right: 1rem;
    }

}
@media (min-width:768px) and (max-width: 991px){
.h-20{font-size: 18px;}
}

.custom-card {
    border: 0;
}

.custom-card-footer {
    border: 0;
    background-color: #FFF;
    padding: 5px;
}

.custom-card-body {
    padding: 5px;
}

.sq-boxes {
    position: relative;
    ;



}

.bx-right {
    left: 50px;
}

.bx-left {
    right: 50px;
}
.lg-wrapper{max-width: 700px;}
.md-wrapper{max-width: 600px;}
.sm-wrapper {max-width: 500px;}
.sm-wrapper-300 {max-width: 300px;}
.sm-p-wrapper {max-width: 225px;}

@media screen and (min-width: 992px) {
    .sq-boxes {
        position: absolute;
        padding: 15px 15px 15px 50px;
        width: 100%;
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sq-boxes .h-38 {
        font-size: 30px;
    }

    .sq-boxes .h-17 {
        font-size: 16px;
        line-height: 30px;
    }

}

/* COMMON STYLES ENDS */


/* top Navigation  */
.nav-wrapper {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 81px;
}

#topNavigation .menu-icon,
#topNavigation .home-link,
#topNavigation .menu-status {
    display: none !important;
}


#topNavigation a,
.navbar > li > a,
#rightNavigation a,
.navbar > li > a {
    /* text-transform: capitalize; */
    color: #7a7a7a;
    font-weight: 700;
    font-size: 11.7px;
    white-space: nowrap;

}

#topNavigation a,
.navbar > li > a {
    letter-spacing: 3px;
    padding: 12px 16px 30px;
}

@media (min-width:1200px)  and (max-width:1350px) {
    #topNavigation a,
    .navbar > li > a {
        letter-spacing: 1px;
    }
}

#rightNavigation a,
.navbar > li > a {
    color: #FFF;
    letter-spacing: 2px;
}



#topNavigation .active a,
#topNavigation .active a:focus,
#topNavigation .active a:hover,
#topNavigation li a:hover,
#topNavigation li a:focus,
.navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
    color: #000;
    font-weight: 700;
    background: transparent;
    outline: 0;
}

#topNavigation .navbar-nav {
    padding-top: 20px;
}

#topNavigation {
    padding: 0 !important;
}

#topNavigation .dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 1px solid #FFF;
    border-radius: 0;
    /* -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.15)  !important; */
    box-shadow: 6px 0px 8px 2px rgba(145, 145, 145, 0.33) !important;
}

/*first level*/
#topNavigation .collapse ul > li:hover > a {
    background: #FFF;
}

#topNavigation .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
    background: #f2f2f2;
}

/*second level*/
#topNavigation .collapse ul ul ul > li:hover > a {
    background: #f2f2f2;
}

/*third level*/
#topNavigation .collapse ul ul,
#topNavigation .collapse ul ul.dropdown-menu {
    background: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

#topNavigation .collapse ul ul ul,
#topNavigation .collapse ul ul ul.dropdown-menu {
    background: #FFF
}

#topNavigation .collapse ul ul ul ul,
#topNavigation .collapse ul ul ul ul.dropdown-menu {
    background: #FFF
}

#topNavigation .dropdown-toggle::after,
#rightNavigation .dropdown-toggle::after {
    display: none;
}

@media only screen and (min-width: 991px) {
    #topNavigation .collapse ul li {
        position: relative;
    }

    #topNavigation .collapse ul li:hover > ul {
        display: block
    }

    #topNavigation .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    #topNavigation .collapse ul ul li {
        position: relative
    }

    #topNavigation .collapse ul ul li:hover > ul {
        display: block
    }

    #topNavigation .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 200px;
        display: none
    }

    #topNavigation .collapse ul ul li a {
        font-size: 13px;
        padding: 8px 38px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    #topNavigation .collapse ul ul ul li a {
        font-size: 12px;
        padding: 5px 10px;
        font-weight: 500;
    }
}

#topNavigation .navbar-brand {
    padding: 1px !important;
}

@media screen and (max-width: 768px) {}

.is-active {
    display: none;
}

#topNavigation .is-active {
    display: block;
    border-bottom: 1.5px solid #000;
    color: #000 !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #topNavigation .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    #topNavigation .navbar-collapse {
        display: none !important;
    }

    #topNavigation .navbar-brand {
        padding: 7px !important;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {

    #topNavigation a,
    .navbar > li > a {
        padding: 12px 10px 30px;
    }
}

/* top Navigation ENDS */

/* right Navigation */
#rightNavigation .menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
    transition: all .30s ease-in-out;
    height: 80px;
    width: 80px;
    padding: 20px 5px;
}

@media screen and (min-width: 768px) {
    #rightNavigation .menu-btn {
        top: 12px;
    }

    #rightNavigation .menu-btn img {
        width: 20px;
        height: 13px;
        ;
    }
}

@media screen and (max-width: 767px) {
    #rightNavigation .menu-btn img {
        padding: 8px 12px 9px;
    }

}

.menu-container {
    position: fixed;
    right: -350px;
    top: 0;
    height: 100vh;
    width: 300px;
    z-index: 2147483640; /* TO OVERWRITE CHAT*/
    background-color: #FFF;
    color: #FFF;
    transition: all .30s ease-in-out;
    overflow: hidden;
    overflow-y: scroll;
}

.menu-container a {
    color: #FFF;
}

.menu-container a:hover {
    color: #F2F2F2;
    text-decoration: none;
}

.showMenu {
    right: 0;
    background-color: #5E5E5E;
}

.hideButtons {
    right: -150px !important;
    transform: scale(1.5);
}

.menu-container .menu-close {
    font-weight: 700;
    font-size: 12.5px;
    padding-top: 30px;
    padding-left: 25px;
    letter-spacing: 3px;
    transition: all .05s ease-in-out;
}

.menu-container .menu-close:hover {
    cursor: pointer;
}

.menu-container .menu-close .float-right {
    font-size: 27px;
    padding-right: 40px;
    margin-top: -10px;
}

#rightNavigation .menu-icon {
    margin: -10px 10px 0 20px;
}

#rightNavigation .navbar-nav .nav-item {
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 10px;
    transition: all .20s ease-in-out;
}

#rightNavigation .navbar-nav .nav-item:hover {
    background-color: #494949;
}

#rightNavigation .nav-items {
    display: initial;
}

#rightNavigation .menu-status {
    float: right;
}

#rightNavigation .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    left: 45px !important;
    top: -10px !important;
}

#rightNavigation .dropdown-menu .dropdown-item {
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: all .20s ease-in-out;
}

#rightNavigation .dropdown-menu .dropdown-menu {
    left: 20px !important;
    display: block;
}

#rightNavigation .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    padding-left: 20px;
}


/* right Navigation ENDS */

/* HERO SECTION */
#hero-wrapper {
    /* height: calc(100vh - 72px); */
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background-color: #919191;
}

#hero-video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}


.hero-caption-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;

}

.hero-caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    padding-bottom: 100px;
    padding-top: 100px;
}

.hero-caption p {
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto;
    color: #FFF;
}

@media screen and (max-width:767px) {

    .hero-caption-wrapper,
    .hero-caption {
        position: relative;
        background-image: none;
        background-color: #F3F3F3;
        ;
    }

    .hero-caption {
        height: auto;
        padding: 30px 15px 35px;
    }

    .hero-caption h1 {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 3px;
        color: #464443;
    }

    .hero-caption p {
        font-size: 15px;
        line-height: 28px;
        color: #464443;
        padding-bottom: 15px;
    }

    .hero-caption a {
        color: #464443 !important;
        border: 1px solid #464443;
    }

}

/* HERO SECTION ENDS */


/* HOME PAGE */
.has-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.golf-award {
    background-image: url('../images/bg-golf-awards.jpg');
    height: 700px;
}

.section-play {
    background-image: url('../images/bg-play.jpg');
    /* height: 1350px; */

}

#play-cards .card {
    border: 0;
    margin-top: 20px;
}

#play-cards .card-footer {
    border: 0;
    background-color: #FFF;
    padding: 5px;
}

/* #play-cards  .card-body{padding: 5px;} */

@media screen and (min-width: 768px) {
    .card-deck .card {
        -ms-flex: 1 0 44%;
        flex: 1 0 44%;
    }
}

@media (min-width: 0) {
    .card-deck .card {
        flex: 0 1 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card {
        flex: 0 1 calc(50% - 30px);
    }
}

/* @media (min-width: 768px) {.card-deck .card {flex: 0 0 calc(33.3333333333% - 30px);}} */
@media (min-width: 1200px) {
    .card-deck .card {
        flex: 0 0 calc(33.33% - 30px);
    }
}


.chat-box-wrapper {
    float: right;
    border: 1px solid #F2f2f2;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    margin-right: 100px;
    box-shadow: -3px -7px 16px;
    max-width: 385px;
    display: none;
}

.chat-box-wrapper .img-chat-options {
    margin: 5px 10px;
}



@media screen and (max-width: 767px) {
    .golf-award {
        background-image: none;
        height: auto;
        margin-bottom: 50px;
    }

    .chat-box-wrapper {
        margin: 0 auto;
        float: none;
    }

    .chat-box-wrapper .img-chat-options {
        margin-right: 0;
    }

    .section-play {
        /* background-image: url('../images/bg-play-sm.jpg'); */
        background-position: -365px 0px;

    }

    .card-height {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0, 0, 0, .125) !important;
        border-radius: .25rem;
        height: 250px;
    }
}

@media screen and (max-width: 350px) {
    .chat-box-wrapper .img-chat-options {
        height: 25px;
        width: auto;
    }
}
@media screen and (min-width:768px) {
    #nav-inner .navbar-nav .active {
        background-color: #FFF;
        box-shadow: 0 0 0 0 #FFF, 0 15px 0 0 #FFF, 5px -4px 8px #CCC, -5px -4px 8px #CCC;
        color: #000;

    }
}


#qucikMenu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    @media screen and (max-width: 767px){
        .col-quickmenu{
            flex: 100% !important;
            width: 100%!important;
            max-width:100%!important;
            padding: 7px 15px 7px 30px!important;
        }
        .col-quickmenu h1{font-size: 16px!important; margin-left:15px;}
        .col-quickmenu img{width: 32px!important; height:32px!important;}
    }

    @media screen and (min-width: 768px){
        #qucikMenuContent{display:block!important;}
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }

/* HOME PAGE ENDS */


/* FOOTER */

footer{background-color: #54565A!important;}
footer .copyright,
footer .copyright a {
    color: #FFF;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
}

footer .copyright a,
.no-wrap {
    white-space: nowrap;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .text-wrapper {
    width: calc(100% - 70px);
    float: left;
}

footer .logo-wrapper{
    width: 70px;
}

footer .img-social {
    margin: 5px;
}

footer .logo-eqhomes {
    width: 32px;
}

@media screen and (max-width: 767px) {
    footer .text-wrapper, 
    footer .logo-wrapper {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* FOOTER ENDS */

/* Inner Pages */
.img-icons {
    width: 50px;
    height: 50px;
    /* margin-right: 15px; */

}

@media screen and (max-width: 767px) {
    .img-icons {
        width: 40px;
        height: 40px;
    }
}

 #tblHomeDetails{max-width: 350px; margin:0 auto;}
 .for-eq-income-homes #tblHomeDetails{max-width: 450px; margin: 0; }
@media screen and (max-width: 992px) {
  .for-eq-income-homes #tblHomeDetails{margin: 0 auto;  }
}

/*IPAD 768 */
@media (min-width: 768px) and (max-width: 992px){
    #joinUsBox .h-17{font-size: 15px; line-height: 22px;}
    #joinUsBox .h-28{font-size: 18px; letter-spacing: 2px; line-height: 55px;}
    .live-download-map-info{margin-top: 50px!important; padding-bottom: 100px!important;}
}

/*IPAD 768 */
@media (min-width: 992px) and (max-width: 1199px){
    #pageLive .h-38{font-size: 26px!important;}
    #pageLive .h-17{font-size: 14px!important; line-height: 25px; padding-bottom: 5px!important;}
    #pageLive .link-button {font-size: 10px; padding: 10px 15px;}
    #tblHomeDetails table{min-height: 150px;}
    .live-download-map-info{margin-top: 50px!important; padding-bottom: 100px!important;}
}

/* Inner Pages ENDS */

.img-thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.img-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .25s ease-in-out;
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
}

.img-thumb:hover .img-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.img-thumb:hover .img-blank {
    background-color: rgba(255, 255, 255, .5);
}

.form-control {
    border-radius: 0px !important;
}


/* why-eQ-homes  */
@media screen and (min-width: 1200px ){
    #why-eQ-homes .col-quickmenu .h-18{
        font-size: 16px;
    }
}

/* PLAY STYLES */
.play-no-padding {
  padding: 0;
  margin: 0;

}

.play-hero-full {
    padding: 0;
    margin: 0;
	background-size: cover;
	width:100%;

}

.play-w-800 {
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
    width: 820px;
}
.table-data{background-color: #f4f5f5;}

@media screen and (max-width: 991px) {
   .table-data-2{background-color: #FFF!important;}
   .table-data-1{background-color: #f4f5f5!important;}
}


/* PLAY STYLES ENDS */



/* ABOUT US */
#about-us .logo-regional-eQhomes {
    width: 80px
}

#about-us .logo-regional-group {
    width: 280px
}

#about-us .logo-tmsi {
    width: 330px
}

#about-us .logo-hobin-architecture {
    width: 320px
}

#about-us .table td,
.table th {
    padding: 20px .75rem;
}

/* #-us .logo-tmsi{width: 330px}
#about-us .logo-tmsi{width: 330px}about */
/* ABOUT US ENDS */


/* CONNECT */
#connect #map {
    height: 50vh;
    min-height: 400px;
}

#inspire #map {
    height: 50vh;
    min-height: 400px;
}

/* CONNECT END */


/* LIGHT BOX */
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/misc/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/misc/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/misc/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/misc/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/* LIGHT BOX ENDS */


/* LIVE STYLES */
.live_floorplan_btn{border: 2px solid #999; color :#000; font-size: 15px; letter-spacing: 1px; padding: 10px 15px; font-weight: 500;}
.live_floorplan_btn:hover{background-color: #FFF; color: #000;border: 2px solid #000;}
.nav-bar:last-child{display: none;}
.model-home-title{position: absolute; background-color: #848484; color: #FFF; padding: 2px 22px; border: 2px solid #FFF; bottom: -40px; right:-2px; font-weight: 500; font-size: 17px; letter-spacing: 1px;}

.status-title{position: absolute; background-color: #000; color: #FFF; padding: 2px 22px; border: 2px solid #FFF; top: -2px; left:-2px; font-weight: 500; font-size: 17px; letter-spacing: 1px;}


.site-map-nav-tabs .nav-tabs .nav-item.show .nav-link,
.site-map-nav-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #333;
}
.site-map-nav-tabs .nav-tabs .nav-link {
    color: #fff;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background-color: #989898;
    margin-right: 7px;
    margin-bottom: 22px;
}

nav > div a.nav-item.nav-link.active::after {
    content: "";
    position: relative;
    bottom: -40px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: transparent;
    border-top-color: #e74c3c;
}
.thankyou-logo-eqhomes{width: 150px;}

/* LIVE STYLES ENDS*/

.customList {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 40px;
}
.customList li {
  margin: 0 0 1.5rem 0;
  counter-increment: my-counter;
  position: relative;
}

.customList li::before {
  content: counter(my-counter);
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: 2rem;
  width: var(--size);
  height: var(--size);
  top: -5px;
  background: #E97200;
  border-radius: 50%;
  text-align: center;
 
}

.customList-no-counter{
    list-style: none;
  padding-left: 40px;
}

.customList-no-counter li {
  margin: 0 0 1.5rem 0;
  position: relative;
}

.all-0 {
    top:0;
    right:0;
    left:0;
    bottom:0;
}

.bg-spa-bathrooms{background-image: url('../images/why-eQ-homes/eq-homes-spa-bathrooms.jpg'); background-size:cover; min-height:400px; background-repeat:no-repeat;}

#eq-smart-home .nest-thermostat {background-image: url('../images/why-eQ-homes/eq-homes-ottawa-thermostat-control.jpg');background-position:center top; background-size:cover; background-repeat:no-repeat;}
#eq-smart-home .door-bell {background-image: url('../images/why-eQ-homes/eq-homes-ottawa-door-bell.jpg'); background-position:center top; background-size:cover; background-repeat:no-repeat;}
#eq-smart-home .lighting-controls {background-image: url('../images/why-eQ-homes/eq-homes-ottawa-lighting-controls.jpg');background-position:center top; background-size:cover; background-repeat:no-repeat;}
#eq-smart-home .pro-app {background-image: url('../images/why-eQ-homes/eq-homes-ottawa-pro-app.jpg'); background-position:center top; background-size:cover; background-repeat:no-repeat;}
#NavHomeBuyerPath .nav-link{color: #000; display: inline-block;}
#NavHomeBuyerPath .nav-link.active,
#NavHomeBuyerPath .nav-link:hover{color: #E97200; }
#homebuyers-path .bi-caret-down-fill{margin-top: -27px; display: block;}
#homebuyers-path .details-block{display: none;}


/* New home release sales event */
.border-b-2 {
    border-bottom: 2px solid;
}

.border-dgrey {
    border-color: #424449;
}

.border-radius-10 {
    border-radius: 10px;
}

.bg-brand {
    background-color: #424449;
}
.bg-sales-event {
    background-color: #f8f8f8;
}

.bg-grey{background-color: #555559!important; }
.bg-l-grey{background-color: #9a989a!important; }

#new-home-release-sales-event .hero {
    background-image: url("../images/new-home-release-sales-event/buying-online-hero.jpg");
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    ;
}

.accordion-button::after {
    margin: 0px;
}

#event-faq .accordion-button {
    position: relative;
    outline: none;
    border:0px;
    width:100%;
    background: transparent;
    display: flex;
    align-items: center;
}

#event-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #424449;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

#event-faq .accordion-button .plus {
    background-color: #d9d9d9;
    width: 46px;
    height: 46px;
    position: relative;
    display: inline-block;
    margin-left: auto;
    transition: all 1s;
}

#event-faq .plus.collapsed::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #424449;
    height: 4px;
    margin-top: -2px;
    top: 50%;
    left: 10px;
    right: 10px;
    z-index: 9;

}

#event-faq .plus.collapsed::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #424449;
    width: 4px;
    margin-left: -2px;
    left: 50%;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    transition: all 0.15s;
}

#event-faq .plus:not(.collapsed)::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #424449;
    height: 4px;
    margin-top: -2px;
    top: 50%;
    left: 10px;
    right: 10px;
    z-index: 9;
}

#event-faq .plus:not(.collapsed)::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #424449;
    width: 4px;
    margin-left: -2px;
    left: 50%;
    top: 21px;
    bottom: 21px;
    z-index: 10;
    transition: all 0.15s;
}


#event-faq .accordion-item {
    border-bottom: 2px solid #424449;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#event-faq .trigger-accordion-btn {
    min-width: 46px;
}

.border-2 {
    border: 2px solid;
}

.border-brand-color {
    border-color: #424449;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-13 {
    font-size: 13px;
}

.fs-15 {
    font-size: 15px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-47 {
    font-size: 47px;
}

.fs-52 {
    font-size: 52px;
}

.fs-58 {
    font-size: 58px;
}

.fs-62 {
    font-size: 62px;
}

.fs-72 {
    font-size: 72px;
}

.fs-82 {
    font-size: 82px;
}

.fs-89 {
    font-size: 89px;
}

.fs-92 {
    font-size: 92px;
}

.fs-134 {
    font-size: 134px;
}

.fw-me {
    font-weight: 500;
}

.fw-bo {
    font-weight: 600;
}

.mx-58 {
    width: 58px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-65 {
    width: 65px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-90 {
    width: 90px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-100 {
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-125 {
    width: 125px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-150 {
    width: 150px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-175 {
    width: 175px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-200 {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-225 {
    width: 225px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-250 {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-300 {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-350 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-650 {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-750 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-800 {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.mx-999 {
    width: 999px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .mx-lg-90 {
        width: 90px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-lg-100 {
        width: 100px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-lg-125 {
        width: 125px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-lg-150 {
        width: 150px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-lg-175 {
        width: 175px;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 576px) {
    .mx-sm-90 {
        width: 90px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-sm-100 {
        width: 100px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-sm-125 {
        width: 125px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-sm-150 {
        width: 150px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-sm-175 {
        width: 175px;
        max-width: 100%;
        margin: 0 auto;
    }

    .mx-sm-300 {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
}

#new-release-event p {
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    #new-home-release-sales-event .hero {
        background-position: 23%;
    }
}

/** Home release sales event ends **/

.mxw-90 {
    max-width:90%;
}
@media screen and (max-width: 767px) {
    
    .fs-24 {
        font-size: 22px;
    }

    .fs-32 {
        font-size: 28px;
    }

    .fs-36 {
        font-size: 30px;
    }

    .fs-42 {
        font-size: 34px;
    }

    .fs-47 {
        font-size: 37px;
    }

    .fs-52 {
        font-size: 42px;
    }

    .fs-58 {
        font-size: 40px;
    }

    .fs-62 {
        font-size: 38px;
    }

    .fs-72 {
        font-size: 42px;
    }

    .fs-82 {
        font-size: 50px;
    }

    .fs-92 {
        font-size: 46px;
    }

    .fs-134 {
        font-size: 70px;
    }

    #new-release-event h1{
        font-size: 2rem;
    }    
}    

@media screen and (max-width: 576px) {
    
    .fs-18 {
        font-size: 16px !important;
    }

    .fs-24 {
        font-size: 19px;
    }

    .fs-32 {
        font-size: 24px;
    }

    .fs-36 {
        font-size: 30px;
    }

    .fs-42 {
        font-size: 28px;
    }

    .fs-47 {
        font-size: 35px;
    }

    .fs-52 {
        font-size: 29px;
    }

    .fs-58 {
        font-size: 37px;
    }

    .fs-62 {
        font-size: 38px;
    }

    .fs-72 {
        font-size: 42px;
    }

    .fs-82 {
        font-size: 42px;
    }

    .fs-92 {
        font-size: 46px;
    }

    .fs-134 {
        font-size: 50px;
    }
}    

.img-play-btn{position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%); transition: all .35s ease-in-out;}
.img-play-btn:hover{transform: scale(1.25) translate(-50%, -50%); cursor: pointer;}
#videoModalhome .modal-dialog{max-width: 750px;}


#popUpModalCenter 


@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }
}

@media screen and (min-width: 767px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 600px;
    }
}



/* Style for compare window */
#compareToast,
/*#img-compare{z-index: 1059; position: fixed; right:15px; top:35%}*/
#img-compare{z-index: 1059; position: fixed; right:15px; top:500px;}

#img-compare-sm {
    display: none;
}




#img-compare{ transition: all .42s ease-in-out;}

#compareToast {width: 450px; background-color: #FFF; border: 2px solid #000; top:30%}

#compareToast .btn-close{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E"); opacity: 1;}
#compareToast  .btn-compare{position: absolute; left: 0; bottom: 0;}


@media screen and (max-width: 991px){
    #compareToast, #img-compare {

      right: 13px !important;
      top: 62px !important;
    }

    #img-compare-lg {
        display: none;
    }

    #img-compare-sm {
        display: block;
    }

    .hide_for_mobile {
        display: none;
    }

    #compareToast {width: 350px;}
}


.form_box1 {
    display: none;
}

#favTabs .active{background-color: #484c4c; color: #FFF;}

.btn-org{background-color: #000; color: #FFF; font-weight: 300; text-align: center; padding: 7px 50px; display: inline-block; letter-spacing: 2px; border:none; transition: all .30s linear;}
.hoursOfOperation {
    background-color: #878787 !important;
    border-color: #878787 !important;
    color: #ffff;
    border-radius: 2px;
}

.hoursOfOperation:hover, .hoursOfOperation:active, .hoursOfOperation:focus {
    background-color: #878787 !important;
    border-color: #878787 !important;
    color: #ffff;
}

.buttonAlignCoaching a {
    display: inline-block !important;
}

.link-button2 {
    color: #FFF!important;
    font-size: 11.6px;
    letter-spacing: 2px;
    background-color: #878787;
    padding: 8px 8px;
    max-width: 146px;
    text-align: center;
    cursor: pointer;
}

.buttonAlignCoaching a {
    display: inline-block !important;
}

.link-button2 {
    color: #FFF!important;
    font-size: 11.6px;
    letter-spacing: 2px;
    background-color: #878787;
    padding: 8px 8px;
    max-width: 146px;
    text-align: center;
    cursor: pointer;
}


.img-gallery{
    border: 5px solid #fff;
    transition: .25s linear;
  }


  .duo-image { position: absolute; z-index: 30000!important; max-width: 120px;  }
.duo-image-block { position: absolute; z-index: 30000!important; max-width: 100px; margin-left: -50%; }