@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
  font-family: ubuntu-medium;
  src: url('/fonts/Ubuntu/Ubuntu-Medium.ttf');
}
@font-face {
  font-family: ubuntu-regular;
  src: url('/fonts/Ubuntu/Ubuntu-Regular.ttf');
}
@font-face {
  font-family: ubuntu-bold;
  src: url('/fonts/Ubuntu/Ubuntu-Bold.ttf');
}


html {
    background-color: #f8f8f8;
  }
  input invalid {
    border: rgb(255, 210, 210);
  }
  .select invalid{
    /* border-style: ; */
  }




  body {
    /* font-family: "ubuntu-medium"; */
    /* height: 100vh; */
    background-color: #ffffff;

  }
  .tab .heading{
    text-align: center;
    
  }
  .tab h5{
    font-family: "ubuntu-medium";
    
  }

  .tab h2 {
    color: #8f8f8f;
    /* font-size: 20px;  */
    font-family: "ubuntu-bold";
    
  }
  a {
    color: #92badd;
    display:inline-block;
    text-decoration: none;
    font-weight: 400;
  }
  
  h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    margin: 40px 8px 10px 8px; 
    color: #cccccc;
  }
  .navbar{
    background-image: linear-gradient(to  right, rgb(0, 117, 153), rgb(196, 233, 255));
    box-shadow: 0 2px 0  0 rgba(0, 0, 0, 0.11);


  }

  
  
  
  /* STRUCTURE */
  form{
    margin: 0px 30px 0px 30px;
    min-height: 500px;
  }


.logo img {
  display: block;
  max-width:300px;
  padding: 10px;
  width: auto;
  height: auto;
}
.agrement p{
  font-size: 10px;
}
  
  .wrapper {

    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  
  #formContent {
    font-family: "ubuntu-regular";
    font-size: 13px;
    color: rgb(88, 88, 88);
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: rgb(255, 255, 255);
    /* height: 100%;  */
    width: 95%;
    padding-top: 60px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
   
  }
  
  #formFooter {

    /* position: relative;   */
    background-color: #ffffff;
    border-top: 1px solid #dce8f1;
    text-align: center;
    /* height: 100px; */
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  
  
  .agree{
    color: rgb(255, 70, 70);
    padding-left: 10px;
  }
  .agree input{
    margin: 10px;
  }
  /* TABS */
  
  h2.inactive {
    color: #cccccc;
  }
  
  h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
  }
  
  
  
  /* FORM TYPOGRAPHY*/
  
  input[type=button], input[type=submit], input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #39ace7;
  }
  
  input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  
input[type=text] , input[type=email] , input[type=date] , .selectoption{
    background-color: #ffffff;
    /* max-height: 35px; */
    color: #0d0d0d;
    text-decoration: none;
    border: 2px solid #e0e0e0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }
  /* .selectoption{
    height: 30px;
    line-height: 30px;
    -webkit-appearance: menulist-button;  
    -moz-appearance:none;
  } */

  
  
  input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
  }

    
  
  
  input[type=text]:placeholder {
    color: #cccccc;
  }
  
  
  

  
  
  /* OTHERS */
  
  *:focus {
      outline: none;
  } 
  
  #icon {
    width:60%;
  }







  /* adding tabs */

  .tab {
    display: none;
  }








  /* footer */


section {
    padding: 55px 0;
}

section .section-title {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
  font-family: "ubuntu-regular";
    background: #d8d8d8 !important;
} 
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#000000;
}
#footer a {
    color: #686868;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#686868;
}
#footer ul.social li a:hover{
	color:#000000;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
input[type=button], input[type=submit], input[type=reset]  {
  padding: 15px 30px;
}
.footer-buttons{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
h2{
    font-size: 25px;
}

}
/* privacy policy  */

.privacy-content{
    padding: 20px 20px 20px 20px;
    font-size: 11px;
    
}
.privacy-content h2{
    text-align: center;
    color: #000000;
}
