@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.hero-head{
  font-family: "Bebas Neue", sans-serif;
  letter-spacing:1px;
  font-size: 45px;
}
.hero-section {
    background-color: #004F6E !important;
}
.form-container {
    background: #99142f;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
    color: white;
}
.image-section {
    background: white;
}
.heart-image {
    max-width: 100%;
}
.hero-head,.hero-para{
    color: white;
}
.hero-para{
    font-size: 18px;
}
.form-head{
    text-align: center;
}
.footer-border{
    background-color: #99142f;
    height: 10px;
}
.sonu_mobile_img{
    display: none;
}
.sonu_desktop_img{
    height: 100%;
    max-height: 400px;
}
.form-check-label{
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .hero-section{
        max-height: 750px;
    }
    section.hero-section .container {
        padding-top: 25px !important;
        }
    .hero-head{
        font-size: 36px;
    }
    .sonu_mobile_img{
        display: block;
    }
    .sonu_desktop_img{
        display: none;
    }
    .hero-head,.hero-para{
        text-align: center;
    }
    .sign-up-form{
        position: relative;
    }
    .image-section {
        padding-top: 30px;
    }
    p.hero-para {
        font-size: 16px;
    }
    .nishulk-para{
        font-size: 14px;
    }
}
@media only screen and (min-width: 370px) and (max-width: 430px) {
  .hero-section {
    height: 100%;
    max-height: 650px;
  }
}
input#terms {
    width: 15px;
    height: 15px;
    margin-top: 6px;
}
a.pvcy {
    color: #fff;
}
a.pvcy:hover {
    color: #000;
}