/* Start Genral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
  font-family: JF-Flat-regular;
  overflow-x: hidden;
}

@font-face {
    font-family: JF-Flat-regular;
    src: url("../fonts/JF-Flat-regular.ttf") format("opentype");
}

@font-face {
    font-family: JF-Flat-medium;
    src: url("../fonts/JF Flat medium.ttf") format("opentype");
}


@font-face {
    font-family: ge-tv;
    src: url("../fonts/ge-tv.ttf") format("opentype");
}
/* End Genral */
/* Start Css Home Page */

.search-section .logo-img {
  margin: 20px auto 50px auto;
}
.search-section .box-search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.search-section .box-search .input-search:focus {
  outline: none !important;
  box-shadow: none;
}

.search-section .box-search .input-search {
  padding: 20px 8px;
  box-shadow: 0 0 5px 5px #f3f3f3;
}

.search-section .box-search .btn-search {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
  color: #FFF;
  padding: 10px 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-section .box-search .btn-search:hover {
  background-color: #FFF;
  border: 1px solid #1abc9c;
  color: #1abc9c;
}

.visit-website a {
  font-weight: bold;
  color: #1abc9c;
  font-size: 17px;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .search-section .box-search {
    width: 80%;
    margin: auto;
  }

  .search-section .box-search .btn-search {
    width: 30%;
  }
}
/* End Css Home Page */
