/***********Form**************************/
.contact_from{
    margin: 20px 10px 20px 20px;
}
label {
    color: #333;
}
label.compulsory:after{
   content: " *";
   color: red;
}
.with-errors{
  font-family: Futura-Medium-BT;
  color: red;
  padding: 4px 0px 0px 8px;
  font-weight: bold;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.toUpperCase{
  text-transform:uppercase;
}
.toLowerCase{
  text-transform:lowercase;
}
.compulsory {
  border-color: #FF0000;
}
.compulsory:focus {
  border-color: #ff4200;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.compulsory1{
   color: red;
   font-size: 18px;
   margin-top: -20px;
}
.form-anim-group{
   position: relative;
   margin-bottom: 1rem;
   height: 72px;
}
.form-control-input{
  height: calc(2.5em + 0.75rem + 2px);
  font-size: 14px;
  font-family: Futura-Medium-BT;
  padding-top: 10px;
  z-index: 100;
}
.form-control-label-compulsory {
    color: #7d7c7c;
    position: absolute;
    margin-top: -34px;
    margin-left: 14px;
    font-size: 15px;
    font-family: Futura-Medium-BT;
    transition: all .1s ease-in-out;
    cursor: text;
    user-select: none;
    z-index: 50;
}
.form-control-input:focus ~ .form-control-label-compulsory,
.form-control-input:not(:placeholder-shown).form-control-input:not(:focus)~.form-control-label-compulsory
 {
  margin-top: -62px;
  margin-left: 5px;
  font-size: 12px;
  background-color: #ffffff;
  color: #484747;
  padding: 4px;
  border : 0.25px solid #ff4200;
  border-radius: 3px;
}
.form-control-label-optional {
    color: #7d7c7c;
    position: absolute;
    margin-top: -34px;
    margin-left: 14px;
    font-size: 15px;
    font-family: Futura-Medium-BT;
    transition: all .1s ease-in-out;
    cursor: text;
    user-select: none;
    z-index: 50;
}
.form-control-input:focus ~ .form-control-label-optional,
.form-control-input:not(:placeholder-shown).form-control-input:not(:focus)~.form-control-label-optional
 {
  margin-top: -62px;
  margin-left: 5px;
  font-size: 12px;
  /*background-color: #d8d8d8;*/
  background-color: #ffffff;
  color: #484747;
  padding: 4px;
  border : 0.25px solid #006ce0;
  border-radius: 3px;
}
.msg-box-label-rows-6{
  margin-top: -120px !important;
}
.msg-box-input-rows-6:focus ~ .msg-box-label-rows-6,
.msg-box-input-rows-6:not(:placeholder-shown).msg-box-input-rows-6:not(:focus)~.msg-box-label-rows-6
{
 margin-top: -160px !important;
}
.red{
  color:#ff4200;
  font-weight: bold;
}
.msg-box-input-rows-6{

}
.form-control-label:active{
}
