.custom-model-main,
.custom-model-main-filter {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 9999;
    opacity: 1;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
	display:flex;
	height:100vh;
}
.custom-model-inner,
.custom-model-inner-filter {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 1000px;
    margin: auto;
    max-width: 97%;
    background: white;
}
.custom-model-wrap,
.custom-model-wrap-filter {
    display: block;
    width: 100%;
    position: relative;
    /*background-color: #fff;*/
    /*border: 1px solid #999;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border-radius: 6px;*/
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}
.model-open .custom-model-inner,
.model-open .custom-model-inner-filter {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    top: 6px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    height: 24px;
    line-height: 12px;
    border-radius: 50%;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: none;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 25px;
    right: 20px;
}

.close-btn:hover {
	color: #798D8A;
}
@media (max-width:767px){
	.close-btn{
    color:#323232;
}
}

.listing_guides .jet-listing-grid__item,
.listing_motos .jet-listing-grid__item {
    cursor: pointer;
}