html, body{font-size: 100%;font-family: 'Open Sans', sans-serif;background:#ffffff;}
p{margin:0;}
p,ul li,ol li{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0;}
ul,label{margin:0;padding:0;}
a:active, a:focus{text-decoration:none;}
body a:hover{text-decoration:none;}

@font-face {font-family: 'PillGothic600mg-Regular';
   src: url(../fonts/PillGothic600mg-Regular.ttf)format('truetype');
}
@font-face {font-family:'Poppins-Light';src:url(../fonts/Poppins-Light.ttf)format('truetype');}
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">

::-webkit-scrollbar { width: 7px;}
 
::-webkit-scrollbar-track {-webkit-box-shadow: 2px -2px 11px #a5a0a0;border-radius: 7px;}
 
::-webkit-scrollbar-thumb {border-radius: 0px;background:#a5a0a0;-webkit-box-shadow: 2px -2px 11px #a5a0a0;}
::moz-scrollbar {width: 7px;} 
::moz-scrollbar-track { -moz-box-shadow: 2px -2px 11px #a5a0a0; border-radius: 7px;} 
::moz-scrollbar-thumb {border-radius: 0px;background:#a5a0a0;-moz-box-shadow: 2px -2px 11px #a5a0a0;}

.pd-lft-rm{padding-left:0}
.pd-rgt-rm{padding-right:0}
.mrg-pd{padding: 0}
ul {list-style:none;}

html,
body {
  height: 100%;
  position: relative;
}

.header {
  width:100%;   
  height: auto;
  position: fixed;
  z-index:11;
  background: #fefefe;
  border-bottom: 1px solid #d2d0d0;
  box-shadow: 0px 0px 7px #b5b3b3;
}
.logo{    
  padding: 24px 0;
  border-bottom: none;
}
.logo img {
  width: 180px;
  padding: 1px 0 0 15px;
}

.header-right{float:right;margin-top: 20px;}
.header-right ul{list-style-type:none;}
.header-right ul li{display: table-cell;}

.header-right ul li{}
.header-right ul li a{color:#fff;padding: 8px 24px;text-transform:uppercase;background: #0255a3;  border-radius:4px;border:2px solid #0255a3;}
.header-right ul li a:hover {background:#000;background: #38a5ce;border:2px solid #0255a3;border: 2px solid #1b8cb7;}




.footer-fixed{position: fixed; width: 100%;}
.footer{background:#38a5ce;padding:1em;font-size:12px !important;border-top:1px solid #eee;margin-top: 35px;}
.footer a{color:#fff;}


/* ------------ rEgister Section-------*/
.inner-page {background:#fbfbfb;height: auto;padding-top:75px;}
.tabs-wrap {margin-top: 48px;}
.field-brd {
      border: 1px solid #0056a621;
    padding: 10px;
}
.form-tab-cust {
  margin-top: 25px;
}
.form-tab-cust .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.form-tab-cust .nav-tabs {   
    text-align: center;
    margin-bottom: 30px;
    border-bottom: none;
}
.form-tab-cust .nav-tabs>li>a{
  text-align: center;
    color: #000;
    padding: 0 15px;
    font-size: 24px;
    font-family: 'Poppins-Light';
}
.form-tab-cust .nav-tabs>li.active>a, .form-tab-cust .nav-tabs>li.active>a:focus, .form-tab-cust.nav-tabs>li.active>a:hover
{
      border: none;
    border-bottom: 1px solid #0356a6;
    border-bottom-color: #0356a6;
    color: #0255a5;
    padding: 0 10px;
    font-weight: 500;
}
.form-tab-cust .nav>li>a:focus, .form-tab-cust .nav>li>a:hover{
  background: transparent;
  border-color: transparent;
  color:#0255a5;
}
.form-tab-cust .btn:active:focus, .form-tab-cust .btn:active:hover {
   background-color: rgb(255, 183, 0);
    border-color: rgb(255, 183, 0);
}

/* ------ sIgn uP pAge -------------*/
.fs-title h1 {font-size: 28px;color: #b1b1b1;}
.tsf-nav-step ul {list-style:none;text-align: center;padding-left: 15px;}
.tsf-nav-step ul  li{display:inline-block;position: relative;}
.tsf-nav-step ul  li a{outline: 0;width: 100%;display: block;text-align: center;color: #000; padding:0 15px; font-size:24px;    font-family: 'Poppins-Light';}
.tsf-nav-step ul  li a:active, .tsf-nav-step ul  li a:focus {background:transparent; color:#df1e14;border-bottom: 1px solid #0255a3;}
label { font-weight: 300;}

/*.tsf-nav-step ul  li a:active:after {background-color: #242424;bottom: -12px;content: ""; height: 1px;left: 0;margin: 0 auto;position: absolute;
    right: 0;width: 59px; }*/

.tsf-container {position:relative;margin-top: 25px;}
.tsf-container legend {padding: 0 0 10px 0;color: #b1b1b1; }
.tsf-container .form-control{
  outline: none;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: #fefefe;
    box-shadow: none;
    border: 1px solid #efefef;
    border-radius: 0;
    height: 35px;
}
.tsf-container .form-control:focus {border-color: #eaeaea;outline: 0;    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(228, 228, 228, 0.6);}
.tsf-step-content label {color: #1f1a17;font-size:14px;font-weight: 500;}
.mrg-right-pd {padding-left:15px !important; padding-right:0 !important;}
.mrg-left-pd {padding-right:15px !important; padding-left:0 !important;}

.tsf-container textarea.form-control {height:110px;overflow-x: hidden;}
.tsf-wizard {padding-top:35px !important}
.tsf-step{background: #fff;padding: 15px;border:1px solid #0255a3;border-radius: 4px;border-top-left-radius: 0;box-shadow: 0px 0px 2px #ededed;position: absolute;
    width: 100%;}

.tab-pane	 {position: relative;}
.tab-pane .trainer-title{
    min-width: 182px;
    background-color: transparent;
    color: #403f3f;
    border: none;    
    box-shadow: none !important;
    bottom: auto;
    position: absolute;
    top: 76px;
    left: -69px;
    padding: 5px 30px;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    box-shadow: 0px -2px 2px #ededed;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
 .brd-flield{
    border: 1px solid #0056a621;
    padding-bottom: 15px;
    border-left: 3px solid #0055a7;
    padding-left: 50px;
}

.ftr-bottom-reg {margin-top:25px;}
.ftr-bottom-reg .btn{
    color: #fff;
    background-color: rgb(255, 183, 0);
    border-color: rgb(255, 183, 0);
    padding: 5px 16px;
    box-shadow: none;
}
.bg-banner{
  background: url(../images/bg-banner.png) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bg-1{
  background: url(../images/bg-banner1.png) no-repeat center top fixed !important;
}
.padding-100 {margin-top: 80px;}
.sm {
  font-size: 12px;
    padding: 2px 10px;
    background: transparent;
    border: 1px solid #0056a3;
    color: #cccccc;
    float: right;
    margin-top: 10px;
}
	
	select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, #0056a6 50%), linear-gradient(135deg, #0056a3 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select {
  /* styling */
  background-color: white;border: thin solid blue;border-radius: 4px;display: inline-block;font: inherit;line-height: 1.5em; padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:active, select:hover {outline-color: red}

.selc-chng{background:#fdfdfd;}

.checkbox {position: relative;cursor: pointer;line-height: initial;font-size: 1em;color: #353F49;font-weight: 500;display: inline-block;
    margin-top: 5px !important;margin-right: 5px;}

.checkbox i {position: absolute;bottom: 0;left: 0;display: block;width: 18px;height: 18px;outline: none;border: 1px solid #D8D8D8;
    background: #fefefe;}
.checkbox input + i:after,.radio input + i:after {position: absolute; opacity: 0;transition: opacity 0.1s;
    -o-transition: opacity 0.1s;-ms-transition: opacity 0.1s;-moz-transition: opacity 0.1s;-webkit-transition: opacity 0.1s;}
.checkbox input:checked + i:after,.radio input:checked + i:after{opacity: 1;}
.checkbox input,.radio input {position: absolute;left: -9999px;}
.checkbox input + i:after {content: '';background: url("../images/tick.png") no-repeat 4px 3px;top: -3px;left: -4px;width: 17px;
    height: 17px;font: normal 12px/16px FontAwesome;text-align: center;}

.ch-name {position:relative;top: 1px;left: 5px;}
.chrges1 {margin-top: 4px;padding-top: 4px; float: left;border-top: 1px dotted #efefef;}
