.sp-popup {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.sp-popup-content {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 900px;
    max-width: 93%;
    height: 625px;
}
.sp-popup-content h2,
.sp-popup-content h3 {
    color: #303030;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.close-popup {
    position: absolute;
    top: -21px;
    right: -19px;
    background: #015abd;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 40px;
    font-size: 20px;
    width: 40px;
}
#fs-query-part {
    margin-top: 20px;
}
.column-2:after {
    content: "";
    display: table;
    clear: both;
}
.column-2 .column {
    float: left;
    width: 50%;
    padding: 10px;
    /* height: 300px; Should be removed. Only for demonstration */
}
.column-2 .column img {
    width: 100%;
}
#gform_23 textarea {
    height: 130px !important;
}
#fs-query-image {
    background: url('https://studyplex.org/wp-content/uploads/2022/08/fs-query-popup-img.jpg') no-repeat center bottom;
    height: 500px;
}
.sp-popup-content img.gform_ajax_spinner {
    height: 50px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: top !important;
}
@media screen and (max-width: 767px) {
    .hide-in-mobile {
        display: none;
    }
    .sp-popup-content {
        height: 500px;
        overflow-y: scroll;
    }
    .close-popup {
        top: 0;
        right: 0;
        border-radius: 0;
        height: 40px;
        width: 30px;
    }
    .sp-popup-content #gform_23 input[type="text"],
    .sp-popup-content #gform_23 textarea {
        width: 100% !important;
    }
    .column-2 .column {
        width: 100%;
    }
}


@media (max-width: 460px){
    .sp-popup-content h2,
    .sp-popup-content h3 {
        color: #303030;
        font-family: 'Poppins';
        font-weight: 700;
        margin: 0;
        text-align: center;
        font-size: 22px;
}
}