@font-face {
    font-family: 'UbuntuB';
    src: url('../fonts/UbuntuB.eot');
    src: url('../fonts/UbuntuB.eot') format('embedded-opentype'),
         url('../fonts/UbuntuB.woff2') format('woff2'),
         url('../fonts/UbuntuB.woff') format('woff'),
         url('../fonts/UbuntuB.ttf') format('truetype'),
         url('../fonts/UbuntuB.svg#UbuntuB') format('svg');
}

@font-face {
    font-family: 'UbuntuR';
    src: url('../fonts/UbuntuR.eot');
    src: url('../fonts/UbuntuR.eot') format('embedded-opentype'),
         url('../fonts/UbuntuR.woff2') format('woff2'),
         url('../fonts/UbuntuR.woff') format('woff'),
         url('../fonts/UbuntuR.ttf') format('truetype'),
         url('../fonts/UbuntuR.svg#UbuntuR') format('svg');
}

.logoImg{ margin-top:56px; margin-bottom:35px;}
.borderAll{ border:1px #b8b8b8 solid; margin-bottom:30px; margin-top:0;}
.head25BoldBlack{ font-size:25px; text-align:center; font-family:UbuntuB, Arial, Tahoma; color:#333333; text-transform:uppercase; margin-bottom:30px;}
.head25RegularBlack {font-size:18px; text-align:center; font-family:UbuntuR, Arial, Tahoma; color:#333333; text-transform:uppercase; margin-bottom:60px;}
.txt15RegularRed{ color:#ed1d24; margin-top:20px;}
.wrapperOne{width:80%; margin:0 auto;}
.txt15RegularBlack{ color:#333;  font-size:15px; font-family:UbuntuR, Arial, Tahoma; margin-top:10px;}

.nameField{ padding:10px; border:#d3d3d3 1px solid; width:100%; margin-bottom:30px;}
.namfieldDobOne{padding:10px; border:#d3d3d3 1px solid; width:50px; margin-bottom:30px; margin-right:30px; color:#989898;  font-size:15px; font-family:UbuntuR, Arial, Tahoma; text-align:center;}
.namfieldDobTwo{padding:10px; border:#d3d3d3 1px solid; width:96px; margin-bottom:30px; margin-right:30px; color:#989898;  font-size:15px; font-family:UbuntuR, Arial, Tahoma; text-align:center;}

.labelClassGender{ margin: 0 17px; font-weight:normal; font-family:UbuntuR, Arial, Tahoma; color:#333; font-size:15px; }
.checkBoxForm{ margin-top:10px; margin-bottom:30px; }
.btnSubmit{ width:174px; background:#ed1d24; border:1px #ed1d24 solid; margin:30px auto; display:block; border-radius:30px; text-align:center; font-family:UbuntuB, Arial, Tahoma; color:#fff; font-size:15px; padding:10px;   -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;}
.btnSubmit:hover{ background:none; color:#333;}

@media (max-width: 992px) {

.head25RegularBlack{   font-size: 15px;}
.txt15RegularRed{ text-align:center;}
.namfieldDobTwo{ margin-right:10px;}
.namfieldDobOne{ margin-right:0px;}
.labelClassGender{margin: 0 14px;}

}

