.hero-h2{
    display: block;
    color:#fff;
    font-size:32px;
    margin-top:100px;
}
.heading-13{
    font-size: 36px;
}
.pricing-item h4{
    display: block;
    width: 100%;
    text-align: left;
    color:var(--white);
    margin-top:30px;
    font-size: 1em;
}
.sms-opt-in{
    
}
.sms-opt-in a{
    text-decoration: underline;
}
.testi-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.testi-bottom .testi-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 130px;
    background-color: #fff;
    padding:0 10px;
    min-height: 60px;
}
.testi-bottom .testi-logo.no-bg{
    background: none;
    padding:0px;
}
.testi-bottom .testimonial-rating{
    padding-right: 15px;
}

.testi-video{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width:100%;
    min-height: 300px;
    background-color: #ff5000;
    cursor: pointer;
    padding:20px;
    position: relative;
}
.testi-video .icon-play{
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    opacity: 0.8;
    
}
.testi-video .icon-play svg{
    fill:#fff;
}
.testi-video:hover .icon-play{
    transform: translate(-50%,-50%) scale(1.2);
    -webkit-transform: translate(-50%,-50%) scale(1.2);
}
.testi-video:hover .icon-play svg{
    opacity: 1;
}
.testi-video img{
    max-width: 150px;
}
.testimonial-list-wrap{
    display: flex;
}
.testimonial-list-wrap .testimonial-item{
    margin:0 auto;
}
.testimonial-list-wrap .testimonial-item {
    background-color: var(--dark-metal);
    color: var(--white);
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    display: flex;
    width:100%;
    max-width: 720px;
  }
.video-lightbox{
    visibility: hidden;
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    padding:30px;
    background: rgba(0, 0, 0,0.8);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.video-lightbox.active{
    visibility: visible;
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.video-lightbox .content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    max-width: 400px;
    background-color: #000;
}
.video-lightbox .content button{
    width: 30px;
    height: 30px;
    color:#000;
    position: absolute;
    right:-15px;
    top:-15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.video-lightbox .content button svg{
    max-width: 16px;
}
.video-lightbox .content button:hover{
    background-color: #ccc;
}
.video-lightbox .content video{
    width: 100%;
}
.feature-2-container ul{
    display: flex;
    flex-direction: column;
    padding:0px 0 0 40px;
    margin:15px 0 0 0;
}
.feature-2-container ul li{
    font-size: 24px;
    color:var(--light-purple);
    margin-bottom: 15px;
    font-weight: 300;
}
.feature-2-container ul li strong{
    color:#fff;
}
.pricing-header{
    margin-bottom: 20px;
}
.feature-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.error-message{
    color:#ff0000;
  }
  .footer-buttons{
    display: flex;
    flex-direction: row;

  }
  .footer-buttons .btn{
    margin:0 10px;
  }
  #attendingSpringboardContainer {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
@media screen and (max-width: 1439px){
    .paragraph-2{
        font-size: 18px;
    }
    .hero-h2{
        font-size: 28px;
      }
      .feature-2-section h2{
        font-size: 40px;
      }
}

@media screen and (max-width: 1279px) {
    .testi-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .testi-bottom .testimonial-rating{
        padding-right: 0px;
        padding-bottom: 16px;
    }
    .testi-bottom .testi-logo{
        max-width: 150px;
        min-height: 60px;
    }
    .heading-13{
        font-size:30px;
    }
    h1{
        font-size: 60px;
    }
    .feature-text-heading{
        font-size:20px;
    }
    .text-block-7{
        font-size:16px;
    }
    .feature-2-container ul li{
        font-size: 16px;
    }
    .text-block-10{
        font-size:18px;
    }
    .heading-8{
        font-size:20px;
    }
    .heading-7{
        font-size: 28px;
    }
    .feature-3-container{
        position: relative;
     
    }
    .feature-3-container:before{
        content:" ";
        position: absolute;
        left:0px;
        top:0px;
        width:100%;
        height: 100%;
        background: rgba(255, 255, 255,0.5);
        z-index: 1;
    }
    .feature-3-container .feature-3-img-wrap{
        position: relative;
        z-index: 2;
    }
    .feature-3-container .feature-3-content-wrap{
        position: relative;
        z-index: 3;
    }
   
  
}
@media screen and (max-width: 1023px) {
  
}
@media screen and (max-width: 991px) {
    .with-cursive-line-v1{
        padding-bottom: 10px;
    }
    .feature-2-content-wrap{
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .hero-h1{
        font-size: 50px;
    }
    .hero-h2{
        font-size: 21px;
    }
    .hero-text{
        font-size:18px;
    }
    .feature-2-section h2{
        font-size:30px;
    }

}
@media screen and (max-width: 639px){
  
    .testimonial-header p{
        font-size:16px;
    }
    .video-lightbox .content{
        max-width: 320px;
    }

    .hero-h1{
        font-size: 40px;
    }
    .hero-h2{
        font-size: 18px;
    }
    .heading-3{
        font-size:20px;
    }
    .feature-section{
        padding-bottom: 50px;
    }
    .btn-call .num{
        display: none;
    }
    .footer-section .text-xl{
        font-size:16px;
    }
    .footer-section img{
        max-width: 60px;
    }
    .hero-banner-cta-wrap .btn{
        margin:0 5px;
    }
    
}
@media screen and (max-width: 488px){
    .hero-h1{
        font-size:30px;
    }
    .hero-h2{
        margin-top:50px;
    }
    .heading-13{
        font-size:24px;
    }
    .image-6{
        width:14px;
    }

}

@media screen and (max-width: 380px){
    .heading-3{
        font-size:20px;
    }
    .hero-banner-cta-wrap{
        flex-direction: column;
        padding:20px;
        width: 100%;
    }
    .hero-banner-cta-wrap .btn{
        width: 100%;
    }
    .footer-buttons{
        flex-direction: column;
        padding:20px;
        width: 100%;
    }
    .footer-buttons .btn{
        width: 100%;
        margin-bottom: 10px;
    }
}