@media (min-width: 1250px){
.center_responsive {
    display: flex;
    align-items: center;
    justify-content: end;
}

}

@media (max-width: 1250px){
.hidden-menu-bar .mainmenu, .float_left {
    float: right;
}
.jp_banner_heading_cont_wrapper {
    height: 88vh;
}
}

@media (max-width: 991px){
.gc_logo {
    position: relative;
    top: 0;
}
.mainmenu {
    display: block;
}
.jp_form_location_wrapper, .jp_form_exper_wrapper, .jp_form_btn_wrapper {
    margin-top: 0px;
}
.jp_bottom_footer_right_cont ul {
    margin-top: 0;
}
.jp_bottom_footer_right_cont li a {
     height: auto;
    line-height: 25px;
}
.jp_bottom_footer_left_cont p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login_form_wrapper p {
    width: 100%;
}
.jp_banner_heading_cont_wrapper {
    background: #0e1427d4;
    height: 88vh;
}

}


@media (max-width: 767px){
.jp_listing_left_sidebar_wrapper {
    padding: 10px;
}
.jp_tittle_heading h2 {
    font-size: 25px;
}
.jp_banner_heading_cont_wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage_btn_row {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
}
.jp_contact_form_box {
    padding: 20px 10px;
    margin: 0px;
}
}