/* Custom Styles */
.form-control {
    font-size: 14px;
}
.form {
    border: 1px solid #c0e1ce;
    box-shadow: 0px 0px 10px 0px #dbd3d3;
}
.form h3 {
    padding: 40px 0px;
    background-color: #7f78fe !important;
    color: #fff !important;
}
.form p {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 1.5;
}
.form form {
    padding: 0 30px;
}
.disclaimer-text {
    font-size: 12px !important;
    margin-top: 0.25rem !important;
    margin-bottom: 15px !important;
    color: #888;
}
h1, h2, h3, h4, h5, h6 {
    color: #250b62 !important;
    line-height: 1.5;
}
p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.green {
    color: #00f0ff !important;
}
.circle {
    border: 5px solid #7f78fe;
}
.red {
    color: #ff00fc !important;
}
.star-list li {
    list-style: none;
}

.star-list li::before {
    content: '';
    background: url('https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/3590705/settings_images/q34xanaPTeb7FZEiFNBk_star.png');
        background-size: auto;
    background-size: contain;
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    
}
.star-list li {
    list-style: none;
    padding: 10px 0;
    font-size: 20px;
    color: #000;
    padding-left: 25px;
}
.star-list {
    position: relative;
}
.form h3 {
    padding: 25px 0px;
    background-color: #c0e1ce;
    color: #fff !important;
    font-size: 26px;
    font-weight: 600;
}
.large-font {
    font-size: 72px;
    line-height: 82px;
}
.normal-font {
    font-size: 16px;
}
.white {
    color: #fff !important;
}
.large-font-limited {
    font-size: 62px;
    line-height: 72px;
}







