.section-7{
    background-color: #f8fafb;
}
.section-7  .header h1 {
    font-size: calc(1.375rem + 1.5vw);
    padding-top: 25px;
    text-align: center;
    font-weight: bold;
}
.section-7  .header p {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

.input-box{
    display: flex;
    justify-content: center;
}
.culture{
    content:url("/images/whyJoinUs/Culture.jpg");
}
input[type='email']{
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: left;
    height: 50px;
    /* border-radius: 5px; */
    /* width: 30%; */
    /* background: rgb(243, 250, 254, 1); */
    color: gray;
    /* font-size: 0.9rem; */
    margin-right: 15px;
    padding-left: 10px;
}

input[type='email']:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}



.section-7 .input-box button{
    width: 200px;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    background-color: #00DCF7;
    border-radius: 0;
    border-style: solid;
    color: black;
    border-color: #00DCF7;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s ease-in;
    font-family: 'Heebo', sans-serif;
    height: 50px;
} 
.section-7 .input-box button:hover {
    border-color: #071228;
    background-color: #071228;
    color: white;
}

.section-7 ::placeholder{
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    text-align: left;
    /* padding-left: 10px; */
}

.section-7 .footer p{
    font-size: 20px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    padding: 40px 20px 5px 20px;
    margin-bottom: 0px;
}

.section-7 .footer .bold{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}
.section-7 .footer .social-media-icons{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
.section-7 .footer .social-media-icons img{
    width: 50px;
    height: 50px;
    padding: 5px;
}
.email{
    display: flex;
    flex-direction: column;
    width: 30%;
}

@media screen and (max-width: 425px){
    .section-7  .header p {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .culture{
        content:url("/images/whyJoinUs/Culture-mob.jpg");
    }
    .input-box{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        justify-content: center;
    }
    .input-box input{
        margin-bottom: 10px;

    }
    .email{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    input[type='email']{
        border: 1px solid rgba(0, 0, 0, 0.3);
        
        height: 40px;
        /* border-radius: 5px; */
        /* width: 90%; */
        /* background: rgb(243, 250, 254, 1); */
        color: gray;
        /* font-size: 0.9rem; */
        margin-right: 0px;
        text-align: left;
        padding-left: 10px;
    }
    .section-7 .footer p{
        font-size: 15px;
        text-align: center;
        font-family: 'Heebo', sans-serif;
        padding-right: 80px;
        padding-left: 80px;
    }
    .section-7 .footer .bold{
        font-weight: 500;
        font-size: 15px;
        font-family: 'Heebo', sans-serif;
    }
    .section-7 .input-box button{
        width: 150px;
        line-height: 20px;
        font-size: 16px;
        height: 45px;
    } 
    .section-7 ::placeholder{
        font-size: 16px;
    }
}
#thank-you-message {
    display: none;
    text-align: center;
}
  
#thank-you-message.show {
    display: block;
}

#error-message{
    display: none;
    text-align: center;
    color: #dc3545;
}

.subscribe-box{
    display: flex;
    flex-direction: column;
}



