#jsonObj {
    display: none;
}

.state-sec,
.city-sec {
    width: 25%;
    float: left;
    font-family: "bison", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    padding: 40px;
    list-style: none;
}

.state-sec {
    background: #1E454A;
}

.city-sec {
    background: #F66B1E;
}

.state-sec ul,
.city-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.state-sec li,
.city-sec li {
    cursor: pointer;
    margin-bottom: 15px;
}

.state-sec h2,
.city-sec h2 {
    color: #FFFFFF;
    font-family: "bison", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    padding-bottom: 50px;
}

.suburbs-sec {
    width: 50%;
    float: left;
    padding: 40px;
    list-style: none;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

.suburbs-sec h2 {
    color: #1E454A;
    font-family: "bison", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-bottom: 50px;
}

.suburbs-sec ul {
    list-style: none;
    padding: 0;
    display: block;
    float: left;
}

.suburbs-sec a {
    width: 33%;
    float: left;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    color: #1E454A;
    text-decoration: none !important;
}

.main-lm-btn {
    display: flex;
    margin-top: 20px;
    float: left;
    width: 100%;
}

div.loadMore {
    display: block;
    width: fit-content;
    font-family: "bison", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #F66B1E;
    padding: 15px 50px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
}

.state-sec h2:before,
.city-sec h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 20px;
}

.state-sec h2:before {
    background: #F66B1E;
}

.main-suburbs {
    display: flex;
    box-shadow: 0px 0px 20px -9px #000;
}

.city-sec h2:before {
    background: #1E454A;
}

.suburbs-sec h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 20px;
    background: #E7E7E7;
}

.state-sec li:before,
.city-sec li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    padding-right: 10px;
}

.state-sec li:before {
    color: #F66B1E;
}

.city-sec li:before {
    color: #1E454A;
}

.Suburbs li:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    padding-right: 10px;
    color: #968E90;
}

.state-sec li:hover {
    color: #f66b1e;
}

.city-sec li:hover {
    color: #1e454a;
}

.state-sec li.active {
    color: #f66b1e;
}

.city-sec li.active {
    color: #1e454a;
}

.Suburbs a:hover {
    color: #f66b1e
}

@media only screen and (max-width: 768px) {
    .main-suburbs {
        display: block;
    }
    .state-sec,
    .city-sec {
        width: 100%;
    }
    .state-sec li {
        width: 33%;
        float: left;
    }
    .suburbs-sec {
        width: 100%;
    }
    .suburbs-sec a {
        width: 50%;
    }
    
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-96e1ec5.elementor-hidden-desktop.mob-header.elementor-section-content-middle.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-sticky.elementor-sticky__spacer {
        display: none;
    }	
}

@media only screen and (max-width: 400px) {

    .elementor-93 .elementor-element.elementor-element-003750b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-93 .elementor-element.elementor-element-003750b .elementor-icon-list-item > a,
    .mx-elem-time{
        font-size: 16px !important;
    }
    
    .home .elementor-8 .elementor-element.elementor-global-3486 > .elementor-widget-container {
        padding: 8px 10px 0px 10px  !important;
    }

}