
.demo-block {
    background-color: #010E3A;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
        padding-top: 0;
    padding-bottom: 80px;
}
.demo-block-wrapper{
    display: flex;
}


.demo-block {
    position: relative;
}

.demo-block::after {
    position: absolute;
    right: 0;
    content: "";
    height: calc(100% - 80px);
    width: 46%;
    background-color: white;
    top: 0;
        border-radius: 0 0 0 24px;
}
.demo-block-form {
    flex: 1 0 0;
    position: relative;
    z-index: 1;
}

.demo-block .demo-content{
display: flex;
    padding: 80px 80px 80px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}
.demo-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.demo-intro {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #cfd8e3;
}

.demo-features {
    list-style: none;
    padding: 0;
    margin: 0  24px;
}

.demo-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 16px;
}

.demo-icon {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    flex-shrink: 0;
}




h2.demo-title {
    color: white;
}

.demo-block .demo-form{
    padding: 80px 0 80px 80px;
    background-color: white;
    border-radius: 0 0 0 24px;

}


.demo-block img.demo-icon {
    background-color: #3FE0C5;
    border-radius: 8px;
    padding: 4px;
}

.demo-block h1.yb-heading.h1_heading {
    color: white;
        margin-bottom: 32px;
    margin-top: 0;
}

.demo-block p.yb-heading.p_large_light {
    color: white;
    margin-bottom: 32px;
}

.demo-block .demo-features span
 {
    color: white;
    font-family: "Source Sans 3";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    letter-spacing: 0.2px;
}

.demo-block .demo-features span b
{
    color: #FFF;

font-family: "Source Sans 3";
font-size: 20px !important;
font-style: normal;
font-weight: 600;
line-height: 125%; /* 25px */
letter-spacing: 0.2px;
}



.demo-block .demo-form h4 {
    margin-top: 16px;
    margin-bottom: 30px;
}

.demo-block li.demo-feature-item {
    margin-bottom: 24px;
    margin-top: 0;
        margin-left: 0;
}


.demo-block blockquote.testimonial-quote{
    color: #FFF;
}
.demo-block cite.testimonial-name{
    color: #FFF;
}

.demo-block .testimonial-title{
    color: #FFF;
}
.demo-block .testimonial .testimonial-avatar {
    width: 80px;
    height: 80px;
}

.demo-block .testimonial .testimonial-author {
    align-items: flex-start;
}

.demo-block  .testimonial .testimonial-author .testimonial-details {
    padding-top: 12px;
}
.demo-block-form .yb-heading {
    margin: 0 0 48px 0;
}
.demo-form br {
    display: none;
}
.demo-form label {
    font-family: "Lora", serif;
    color: #010E3A;
    font-size: 18px;
    letter-spacing: .18px;
    font-weight: 700;
    line-height: 22.5px;
    margin-bottom: 16px;
}
.demo-form fieldset {
    margin-bottom: 24px;
    max-width: 100%;
}
.demo-form fieldset.form-columns-1 .input .hs-input {
    width: 100%;
}
.demo-form  .input {
    margin-right: 12px;
}
.demo-form input[type="text"], 
.demo-form input[type="password"], 
.demo-form input[type="email"], 
.demo-form input[type="url"], 
.demo-form input[type="date"], 
.demo-form input[type="month"], 
.demo-form input[type="time"], 
.demo-form input[type="datetime"], 
.demo-form input[type="datetime-local"], 
.demo-form input[type="week"], 
.demo-form input[type="number"], 
.demo-form input[type="search"], 
.demo-form input[type="tel"], 
.demo-form input[type="color"], 
.demo-form textarea,
.demo-form select {
    border-radius: 8px;
    border: 1px solid #9E9E9E;
    font-size: 18px;
    line-height: 27px;
    padding: 9.5px 16px;
    letter-spacing: .18px;
    color: #595959;
    outline: none;
    box-shadow: none;
}
.demo-form textarea {
    height: 120px;
}
.demo-form ul.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.demo-form ul.no-list li {
    padding: 0;
    margin: 0;
    color: red;
}

.demo-form ul.no-list li label {
    color: red;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    font-family: 'Source Sans Pro', sans-serif;
}
.demo-form .actions {
    margin-top: 12px;
}
.demo-form select {
    padding: 9.5px 8px !important;
}
.demo-form  .actions input[type="submit"] {
    background: #010E3A;
    border-radius: 12px;
    height: 56px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .18px;
    font-family: "Lora", serif;
    text-transform: none !important;
    transition: border-radius .5s;
}
.demo-form  .actions input[type="submit"]:hover,
.demo-form  .actions input[type="submit"]:active, 
.demo-form  .actions input[type="submit"]:focus {
    border-radius: 8px;
}
.demo-form  .actions input[type="submit"]:focus {
    box-shadow: 0px 0px 0px 4px #3FE0C5;
    color: #fff;
    outline: 1px solid #fff;
}
.form-lower-info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.demo-form fieldset.form-columns-1:nth-child(8),
.demo-form fieldset.form-columns-1:nth-child(9),
.demo-form fieldset.form-columns-1:nth-child(10),
.demo-form fieldset.form-columns-1:nth-child(11),
.demo-form fieldset.form-columns-1:nth-child(12),
.demo-form fieldset.form-columns-1:nth-child(13),
.demo-form fieldset.form-columns-1:nth-child(14) {
    margin-bottom: 0;
}












@media screen and (max-width: 991px) {

    .demo-block-form .yb-heading {
    margin: 0 0 24px 0;
}
.demo-block h1.yb-heading.h1_heading {
    margin-bottom: 24px;
}
.demo-form label {
    font-size: 16px;
    letter-spacing: .16px;
    line-height: 20px;
    margin-bottom: 12px;
}
    .demo-block .demo-form {
    padding: 40px 32px 40px 40px;
    }
    .demo-block .demo-content {
    display: flex;
    padding: 40px 20px 40px 0;
    }
}

@media screen and (max-width: 768px){
    
    .demo-block .demo-block-wrapper
    {
        flex-direction: column;
    }
    .demo-block::after {
    display: none;
    }
        .demo-block .demo-content {
        display: flex;
        padding: 40px 20px 40px 0;
        gap: 32px;
    }
    .demo-block .demo-form {
    border-radius: 24px;
    }
    .demo-block {   
    padding-bottom: 40px;
    }
    
.demo-features{
    margin:0; 
}
}
@media screen and (max-width: 667px){
    .demo-block .demo-form {
    padding: 24px;
}
.demo-form fieldset .input {
    margin-right: 0 !important;
    margin-bottom: 12px;
}
.demo-form fieldset {
    margin-bottom: 0;
    max-width: 100%;
}
.demo-form input[type="text"], .demo-form input[type="password"], .demo-form input[type="email"], .demo-form input[type="url"], .demo-form input[type="date"], .demo-form input[type="month"], .demo-form input[type="time"], .demo-form input[type="datetime"], .demo-form input[type="datetime-local"], .demo-form input[type="week"], .demo-form input[type="number"], .demo-form input[type="search"], .demo-form input[type="tel"], .demo-form input[type="color"], .demo-form textarea, .demo-form select {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 14px;
    letter-spacing: .14px;
}
}