.listing-module {
    padding: 40px 0 0;
}
.custom-listing .listing-module:nth-child(1) {
    padding: 5px 0 0;
}
.listing-heading h3 {
    font-family: CarlMarx;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 57px;
    letter-spacing: 0.5px;
    color: #045A86;
    margin-bottom: 0px;
}
.custom-listing .listing-module:nth-child(2) .listing-heading h3 {
    margin-bottom: 70px;
}
.listing-short-description {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #103756;
    font-family: parisine-std,sans-serif;
    padding-top: 20px;
    padding: 20px 0px 20px 0;
}
.listing-module-wrapper ol {
    margin: 0;
    padding: 0;
}
.list-description p {
    font-family: Parisine;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #8E8E96;
    margin: 0;
}
.listing-module-wrapper ol li.small-font-list h3 {
    font-family: CarlMarx;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 41px;
    letter-spacing: 1px;
    color: #FC7900;
    margin-bottom: 0;
    padding-left: 25px; 
    padding-top: 5px;
}
.listing-module-wrapper ol li.medium-font-list h3 {
    font-size: 40px;
    line-height: 41px;
    font-family: CarlMarx;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FC7900;
    margin-bottom: 0;  
    padding-left: 25px;
}
.listing-module-wrapper p a {
    color: #FC7900;
}
.medium-font-list h3 {
    padding-top: 5px;
}
.listing-module-wrapper ol li span {
    background: #FC7900;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    justify-content: center;
    font-family: CarlMarx;
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    position: absolute;
    left: -3px;
    top: 0px;
    margin: 0 auto;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.15);
}
.listing-module-wrapper ol li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
    margin: 15px 0 25px;
}
li.medium-font-list:before {
    position: absolute;
    content: "";
    background-image: url(../../../images/arrow-line.png);
    height: 100%;
    width: 18px;
    top: 0px;
    bottom: auto;
    left: 12px;
    right: 0;
    background-size: cover;
    background-position: bottom;
}
li.medium-font-list:last-child::before {
    display: none;
}
li.medium-font-list:first-child::after {
    position: absolute;
    content: "";
    background-image: url(../../../images/arrow-line-one.png);
    width: 2px;
    height: 44px;
    background-size: cover;
    left: 20px;
    right: auto;
    top: -44px;
}
.listing-module-wrapper p {
    font-family: Parisine;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #8E8E96;
    margin: 20px 0;
}
.listing-description ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.listing-description ul li {
    padding-left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #045A86;
    text-decoration: underline;
    margin: 10px 0;
    list-style-type: disc !important;
    display: list-item;
}
.listing-description {
    padding-left: 20px;
}
.first-step-form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #103756;
    font-family: parisine-std,sans-serif;
}
.first-step-form li {
    list-style-type: none;
    font-family: Parisine;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #8E8E96;
    font-family: parisine-std,sans-serif;
}
.first-step-form .hs-form-field {
    margin-bottom: 24px; 
}
.first-step-form input, .first-step-form select { 
    background: #F3F3F7;
    height: 50px;
    width: 100% !important;
    padding: .5em .5em;
    border-radius: 12px;
    box-sizing: border-box;
    min-height: 50px;
    border: 2px solid #D0D0D7;
    color: #8E8E96;
    font-size: 16px;
    line-height: 20px;
    font-family: parisine-std,sans-serif;
    font-style: normal;
    font-weight: bold;
}
.first-step-form select { 
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../../images/select-arrow.png) no-repeat #F3F3F7;
    background-position-x: 98%;
    background-position-y: 20px;
}
.first-step-form input:active, .first-step-form select:active {
    background-color: #fff !important;
    color: #045A86;
}
.first-step-form input:focus, .first-step-form select:focus {
    background-color: #fff !important;
    color: #045A86;
}
.first-step-form select:focus {
    outline: none;
}
.first-step-form ul {
    margin: 0;
    padding: 0;
}
.first-step-form ul li {
    list-style-type: none !important;
}
.first-step-form ul li label {
    list-style-type: none;
    color: #8E8E96;
    font-family: parisine-std,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
}
.first-step-form .contact-form-hotspot .actions input.hs-button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 1em 1em .875em 1em;
    background-color: #015984;
    border: 0;
    color: #fff;
    display: inline-block;
    width: auto !important;
    height: 50px;
    min-height: 50px;
    background: #FC7900;
    box-shadow: 0px 4px 20px -1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 24px;
    line-height: 0;
    letter-spacing: 1px;
    font-family: CarlMarx;
    text-transform: capitalize !important;
}
.first-step-form .contact-form-hotspot .actions input.hs-button:hover {
    background-color: #015984;
}
.first-step-form .hs-richtext.hs-main-font-element p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #045A86;
    margin: 0;
}
.first-step-form  .wp-block-jarvis-advancedheading {
    padding-bottom: 25px;
}
.first-step-form-last .hs-richtext.hs-main-font-element p {
    margin-bottom: 0;
    color: #fff;
    line-height: 16px;
}
.first-step-form-last label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #D0D0D7;
    font-family: parisine-std,sans-serif;
    margin-bottom: 5px;
}
.first-step-form-last:before {
    position: absolute;
    content: "";
    background-color: #FC7900;
    height: 18px;
    width: 380px;
    top: 0;
}
.enroll_arrow_img img {
    position: relative;
    left: 50%;
    top: 40px;
}
.first-step-form input::-webkit-input-placeholder { 
  color: #8E8E96;
}
.first-step-form input::-moz-placeholder { 
  color: #8E8E96;
}
.first-step-form input:-ms-input-placeholder { 
  color: #8E8E96;
}
.first-step-form input:-moz-placeholder { 
  color: #8E8E96;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .custom-ipad-heading {
        padding-bottom: 7px !important;
        font-size: 48px !important;
    }
    .first-step-form .hs-form-field {
        margin-bottom: 18px;
    }
}
@media (max-width: 1024px) {
    .first-step-form-last:before {
        width: 326px;
    }
    .enroll_arrow_img img {
        display: none;
    }
}
@media (max-width: 991px) {
    .first-step-form-last:before {
        width: 241px;
    }
}
@media (max-width: 767px) {
    .first-step-form-last:before { 
        width: 375px;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}