.hero-sec {
    position: relative;
}

.hero-sec .hero-bg-image {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/paid-hero-bg.jpg');
}

.hero-sec .hero-content .hero-heading {
    margin-bottom: 16px;
    font-size: 55px;
}

@media (max-width: 767px) {
  .hero-sec .hero-content .hero-heading {
    font-size: 40px; /* Smaller font size for mobile */
  }
}

.hero-sec .hero-content .hero-desc {
    width: 100%;
    margin-bottom: 28px;
    font-size:24px;
}

.hero-sec .hero-content .content-lists {
    list-style-type: none;
    padding-left: 0;
    color: #fff;
    margin-bottom: 36px;
}
.hero-sec .hero-content .content-lists li {
    margin-bottom: 4px;
    text-align: center;
}
.hero-sec .hero-content .content-lists li .inline-span {
    /* box-shadow: 0px 4px 4px 0px #0000001b; */
    display: block;
    padding:  2px 0px 4px 2px;
    font-size: 19px;
}

.hero-sec .hero-content .lists-icon {
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 0px;
    background: #23c50b;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}
#FormJump ul.form-section {
    padding: 0 24px !important;
}
li.form-line {
    margin-bottom: 0;
}

.form-wrapper {
    background-color: #EDEDEE;
    padding: 48px;
}

.header .mobile-logo {
    display: block;
}
.header .desktop-logo {
    display: none;
}
.hero-sec .hero-content {
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    .hero-sec .hero-content .hero-desc {
        width: 88%;
    }
    .hero-sec .hero-content {
        text-align: left;
    }
    .hero-sec .hero-content .content-lists {
        margin-bottom: 28px;
    }
    .hero-sec .hero-content .content-lists li .inline-span {
        display: inline-block;
        margin-bottom: 0px;
    }
    .hero-sec .hero-content .content-lists li {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .header .mobile-logo {
        display: none;
    }
    .header .desktop-logo {
        display: block;
    }
}
@media only screen and (max-width: 510px) {
    #FormJump iframe {
        height: 650px !important;
    }
}

@media only screen and (min-width: 510px) and (max-width: 991.9px) {
    #FormJump iframe {
        height: 650px !important;
    }
}
