@font-face{
  font-family: 'Muli Reguler';
  font-style: normal;
  font-weight: normal;
  src:  local('Muli Reguler'), '../fonts/muli-cufonfonts-webfont/Muli-Regular.woff' format('woff');
}

@font-face{
  font-family: 'Muli';
  scr:  local('Muli'), '../fonts/muli/Muli-Regular.ttf' format('truetype');
}


body{
  overflow: hidden!important;
  margin: 0!important;
  font-family: Muli Reguler, sans-serif;
}

.btn-transparent{
  background: none;
}

a{
  text-decoration: none;
}

.heading1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 41px;
}

.heading4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.color-black {
  color: #394d6f;
}

.color-gray {
  color: #C9CED7;
}

.color-blue {
  color: #2d98da;
}

.link {
  text-decoration: none;
}

.wrapper {
    overflow: auto;
    height: 100vh;
    width: 100%;
    background: white;
}

.form-control {
  border: 1px solid rgb(209, 216, 224);
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  padding: 11.5px;
  color: var(--black);
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.form-control::placeholder {
  color: #A5AEAE;
}

.form-control:focus {
  border: 1px solid rgb(209, 216, 224);
  -webkit-border-radius: 5px;
  box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.hide{
  display: none;
}

@media (min-width: 1200px){
  .container {
      max-width: 1540px !important;
  }
}