
.left, .right {
    padding: 5px 25px 5px 25px;
}
.formitem2 {
   /*  padding-left: 50px; */
    text-align: center;
}
.formitem3 {
    padding-right: 10px;
    text-align: center;
}
/* .right img{
    height: 100%;
} */
#subscribebtn {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 3px;
    color: var(--white);
    background: var(--red);
    border: 0 none;
    font-size: 12px;
    font-family: var(--titleFont);
    padding: 0 12px;
    outline: none;
    cursor: pointer;
    transition: 0.15s background ease-in-out, 0.15s color ease-in-out;
}
.group-banner2 {
    background-color: #fcf9f8;
    border-top: 2px solid var(--red);
    /* height: 300px; */
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0 50px;
}
.subscribe_btn {
    -webkit-appearance: button;
}
.flex-item {
    line-height: 20px;
    width: 545px;
}
.subscribe-notification{
    text-align: justify;
    font-size: 12px;
    padding: 30px 30px 10px 25px;
    color: gray;
}
#subscribe {
        padding-top: 50px;
    }
@media screen and (max-width: 1244px) {
    .flex-item {
      width: 500px;
    }
}
@media screen and (max-width: 1124px) {
    .flex-item {
      width: 395px;
    }
}
@media screen and (max-width: 899px) {
    .flex-item {
      width: 100%;
    }
    .formitem2, .formitem3 {
        padding: 10px;    
    }
    #subscribe {
        padding-top: 0px;
    }
    .group-banner2{
        padding: 0px;
    }
}
/* .formitem2 h1 {
    font-size: 40px;
    font-weight: bold;
} */
.formitem2 p {
    font-size: smaller;
}
.firstline{
    width:46%;
}
#subscribebtn4{
    width: 50%;
    font-size: 18px;
}
#subscribebtn3{
    /* font-weight: bold; */
    font-size: 18px;
}