@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@font-face {

  font-family: 'BentonSans-Regular';

  src: url('../fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BentonSans-Regular.otf')  format('opentype'),

       url('../fonts/BentonSans-Regular.woff') format('woff'), url('../fonts/BentonSans-Regular.ttf')  format('truetype'), url('../fonts/BentonSans-Regular.svg#BentonSans-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'BentonSans-Medium';

  src: url('../fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/BentonSans-Medium.otf')  format('opentype'),

       url('../fonts/BentonSans-Medium.woff') format('woff'), url('../fonts/BentonSans-Medium.ttf')  format('truetype'), url('../fonts/BentonSans-Medium.svg#BentonSans-Medium') format('svg');

  font-weight: normal;

  font-style: normal;

}



@font-face {

  font-family: 'BentonSans-Light';

  src: url('../fonts/BentonSans-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/BentonSans-Light.otf')  format('opentype'),

       url('../fonts/BentonSans-Light.woff') format('woff'), url('../fonts/BentonSans-Light.ttf')  format('truetype'), url('../fonts/BentonSans-Light.svg#BentonSans-Light') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'BentonSans-Bold';

  src: url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BentonSans-Bold.otf')  format('opentype'),

       url('../fonts/BentonSans-Bold.woff') format('woff'), url('../fonts/BentonSans-Bold.ttf')  format('truetype'), url('../fonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'BentonSans-Book';

  src: url('../fonts/BentonSans-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/BentonSans-Book.otf')  format('opentype'),

       url('../fonts/BentonSans-Book.woff') format('woff'), url('../fonts/BentonSans-Book.ttf')  format('truetype'), url('../fonts/BentonSans-Book.svg#BentonSans-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}

* {
    outline: none !important;
    box-shadow: none;
}
html, body{
    font-size: 12px;
    line-height: 16px;
    font-family: BentonSans-Regular;
    color: #6d6d6d;
}
body {
    overflow-x: hidden;
    font-family: BentonSans-Regular;
}

p {
    font-size: 12px;
    font-family: BentonSans-Regular;
    line-height: 18px;
    color: #6d6d6d;
}
ul li
{
    list-style: none;
    font-family: BentonSans-Regular;
    color: #6d6d6d;
}
li a
{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: BentonSans-Medium;
    color: #6d6d6d;
}
input{
  font-family: BentonSans-Regular;
}

.form-control{
  font-size:12px !important;
  height: 29px;
}