@font-face {
  font-family: segoeui;
  src: url(segoeui.ttf) format('truetype');
}

@font-face {
  font-family: seguisb;
  src: url(seguisb.ttf) format('truetype');
}

html,body{
  font-family: segoeui;
}

h1,h2,h3,h4,h5,h6,b{
  font-family: seguisb;
}

h1{
  text-align: center;
  color: #463668;
}

label.error{
  color: red;
}

#menu{
  border-bottom: 1px solid #000;
  height: auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#menu li{
  background: #fff;
  width: auto;
  float:none;
  display: inline-block;
}

#menu li a{
  padding: 0px;
  position: relative;
  top: 1px;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 20px;
  background: #eee;
  position: relative;
  top: 0px;
  border-bottom: 0px;
  left: -4px;
  border-left: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #505050;
}

#menu a span{
  display: inline-block;
  padding: 10px 20px;
}

#menu a.active{
  top: 1px;
  left: 0px;
  background: #fff;
  display: inline-block;
  border: 1px solid #000;
  border-bottom: 0px;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#menu li a.active:after, #menu li a.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  display: none;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#menu a.active{
  
}

.custom-btn{
 background: #99EE0B; 
}

#partner{
  display:flex;
  align-content: center;
  justify-content: center;
}

.partners1{
  padding-top: 30px;
  padding-right: 20px;
}

.partners2{

}

#partner img{
  height: 60px;
}

@media only screen and (max-width: 600px) {
  #partner{
    display:block;
  }
  .partners1{
    text-align: center !important;
  }
  #footer div{
    border: 0px !important;
    border-top: 1px solid #ccc;
    padding-left: 8px !important;
  }
  
  #partner img{
    height: 30px;
  }
}

