
/*media querys::devices*/
.header-titles-int{
    display: none;
}
fieldset{
    min-height: 24em !important;
}
.area-form{
    background-color:unset !important;
    border-radius: unset !important;
}
fieldset{
    border:none;
    margin: 0;
    padding: 0;
  }
  legend{
    font-size: 2em;
    padding: 0 .5em 0 0em;
    color:#615e9b;
    margin-bottom:1em;
  }
  label{

    font-weight: normal;

}
.btz1{
    background-color: #615e9b !important;
    color:#fff !important;
}
.footer-pageinfo-int {
    background:unset;
 
}
.section-bg-dual-color{
    background:linear-gradient(to left, #fFF 50%, #f0b323 50%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    fieldset{ min-height: initial !important;}
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
    fieldset{ min-height: initial  !important;}
}