.footcontrol--cta__right {
    float: unset;
}
@font-face {
    font-family: 'Calibril';

    src:
         url('../fonts/Calibril 3.ttf') format('truetype');
    font-style: normal;
}
.choice--subtitle {
  font-family: 'Calibril';

    font-size: 30px;
    font-size: 17px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 0 10px;
    line-height: 28px;
}
/* .choice--title{
  font-family: 'Calibril';
} */
.formiframe {
    width: 138%;
    height: 740px;
    margin-left: 0%;
}
.btnca1 {
    position: relative;
    top: 0;
    bottom: 0;
    width: 284px;
    height: 47px;
    margin: auto;
    cursor: pointer;
    z-index: 10;
}
.footcontrol--cta-text {
    display: block;
    font-family: "Kessel 105","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: 15px;
    padding: 14px 26px 12px;
}
.choice--desc{
    font-family: "Bauer Bodoni Std","Bodoni MT",Didot,"Didot LT STD","Hoefler Text",Garamond,"Times New Roman",serif;
}

.mess{
    width:40%;
}

.requirement{
    display: none
 }

@media only screen and (max-width: 600px) {
  .requirement{
     display: none
  }
  .formdis{
      display: none;
  }
  .superform--title {
    display: block;
    font-size: 31px;
    margin-top: -34%;
}
.mess {
    width: 54%;
    margin-top: 34%;
}
.formiframe {
    width: 100%;
    height: 740px;
    margin-left: 3%;
    margin-top: -32%;
}
}
@media only screen and (width: 768px) {

    .requirement{
     display: none
  }
  .formdis{
      display: none;
  }
  .superform--title {
    display: block;
    font-size: 31px;
    margin-top: -20%;
}
}
@media only screen and (width: 411px) {

    .formiframe {
        width: 100%;
        height: 740px;
        margin-left: 9%;
        margin-top: -32%;
    }
}
