@font-face {
  font-family: Sagar-Normalimport;
  src: url("/front/fonts/Sagar-Normal.ttf");
}
@font-face {
  font-family: Shorif Sandwipimport;
  src: url("/front/fonts/Shorif Sandwip.ttf");
}

body {
}

#header {
  background: #003C64;
  color: #fff;
  padding: 5px 0;

  position: sticky;
  top: 0;
  z-index: 9999;
}
#header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#logo > a > .sb-logo {
  width: 7em;
}
#logo > a > .mb-logo {
  width: 7em;
}

#header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang {
  margin-right: 10px;
}
.lang a {
  color: #fff;
}
.lang a:hover {
  color: #fff;
  text-decoration: none;
}

/*#desktop-header{*/
/*    background: #0099FF;*/
/*    color: #fff;*/
/*    padding: 5px 0;*/
/*}*/
/*#dncc-logo{*/
/*    background-image: url("/front/img/dncc.png");*/
/*    background-repeat: no-repeat;*/
/*    height: 60px;*/
/*}*/
/*#dncc-logo-text{*/
/*    padding-left: 67px;*/
/*    padding-top: 8px;*/
/*    display: inline-block;*/
/*    font-family: Sagar-Normalimport;*/
/*    font-size: 30px;*/
/*}*/

/*#logo{*/
/*    text-align: center;*/
/*    margin-top: 8px;*/
/*}*/
/*#logo img{*/
/*    width: 200px;*/
/*}*/

/*#menu a{*/
/*    background: #fff;*/
/*    padding: 7px 25px 7px 9px;*/
/*    border-radius: 7px;*/
/*    display: inline-block;*/
/*    margin-top: 10px;*/
/*    color: #0099FF;*/
/*    text-decoration: none;*/
/*    background-image: url("/front/img/login.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: 54px 13px;*/
/*}*/

#headline {
  padding: 15px 0;
}
#sd {
  font-family: Shorif Sandwipimport;
  font-size: 40px;
  color: #003C64;
}
#welcome {
  font-family: Shorif Sandwipimport;
  font-size: 40px;
  color: #000;
}
#headline p {
  font-family: Sagar-Normalimport;
  font-size: 15px;
  color: #6a6a6a;
  line-height: 1.7em;
}

#app-container {
  position: relative;
}
#app-container img {
  position: absolute;
  max-width: 300px;
  top: 0;
  left: 0;
}

#app-info {
  /*position: absolute;*/
  /*top: 170px;*/
  /*left: -15px;*/
  background: #fff;
  border-radius: 7px;
  padding: 25px;
  box-shadow: 1px 1px 5px #c3c3c3;
  /* margin-bottom:10px; */
  min-width: 500px;
  /*width: 326px;*/
  /* min-width: 290px; */
  /* display:none; */
}

#top-left-y:before {
  content: "";
  background: red;
  width: 8px;
  height: 2px;
  position: absolute;
  top: -10px;
  left: -15px;
}
#top-left-x:before {
  content: "";
  background: red;
  width: 2px;
  height: 6px;
  position: absolute;
  top: -8px;
  left: -15px;
}

#bottom-left-y:before {
  content: "";
  background: #e2574c;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 180px;
  left: -15px;
}
#bottom-left-x:before {
  content: "";
  background: #e2574c;
  width: 2px;
  height: 6px;
  position: absolute;
  top: 174px;
  left: -15px;
}

#top-right-y:before {
  content: "";
  background: #e2574c;
  width: 8px;
  height: 2px;
  position: absolute;
  top: -10px;
  right: -15px;
}
#top-right-x:before {
  content: "";
  background: #e2574c;
  width: 2px;
  height: 6px;
  position: absolute;
  top: -8px;
  right: -15px;
}

#bottom-right-y:before {
  content: "";
  background: #e2574c;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 180px;
  right: -15px;
}
#bottom-right-x:before {
  content: "";
  background: #e2574c;
  width: 2px;
  height: 6px;
  position: absolute;
  top: 174px;
  right: -15px;
}

#app-info h3 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  font-family: Sagar-Normalimport;
}

.complain-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.complain-box-info:nth-child(1) {
  box-shadow: 1px 1px 5px #dedddd;
  padding: 16px;
  text-align: center;
  border-radius: 7px;
  /* background: #c48d06; */
  /* color:#fff; */
  border: 1px solid #dedddd;
}
.complain-box-info:nth-child(2) {
  box-shadow: 1px 1px 5px #dedddd;
  padding: 16px;
  text-align: center;
  border-radius: 7px;
  /* background: #03c551; */
  /* color:#fff; */
  border: 1px solid #46BBC0;
}
.complain-box-info:nth-child(3) {
  box-shadow: 1px 1px 5px #dedddd;
  padding: 16px;
  text-align: center;
  border-radius: 7px;
  /* background: #e2574c; */
  border: 1px solid #D4AF37;
  /* color:#fff; */
}
.complain-box-info h4 {
  font-weight: 300;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  color: #003C64;
}

/* #app-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#app-info ul li {
  display: inline-block;
  box-shadow: 1px 1px 5px #dedddd;
  padding: 16px;
  text-align: center;
  border-radius: 7px;
}
#app-info ul li h4 {
  font-weight: 300;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}
#app-info ul li h2 {
  font-weight: 300;
  font-family: Sagar-Normalimport;
  padding: 0px;
  margin: 0px;
} */

#city-meyor {
  background: #fff;
  padding: 12px;
  box-shadow: 1px 1px 5px #e0dcdc;
  border-radius: 5px;
  margin-bottom: 15px;
}
#city-meyor h2 {
  text-align: center;
  color: #2f3236;
  font-family: Sagar-Normalimport;
  font-size: 36px;
}

#home-footer {
  background: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 100px;
      margin-top: 20px;
}

/*#download h2{*/
/*    font-family: Sagar-Normalimport;*/
/*    font-size: 26px;*/
/*    font-weight: 300;*/
/*}*/
/*#download h3{*/
/*    font-family: Sagar-Normalimport;*/
/*    font-size: 28px;*/
/*    font-weight: 500;*/
/*    margin-left: 45px;*/
/*}*/

#download h1 {
  font-family: Sagar-Normalimport;
  font-size: 22px;
  font-weight: 300;
  /*margin-top:3px;*/
  text-align: center;
}
#download img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  width: 100px;
}

#app-store{
  margin-bottom: 20px;
}
#app-store h3 {
  font-family: Sagar-Normalimport;
  font-size: 22px;
  font-weight: 400;
  color: #2f3236;
  text-align: center;
}
#app-store ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#app-store ul li {
  display: inline-block;
}

#contact-img {
  margin-bottom: 15px;
}
#contact-data h1 {
  font-size: 20px;
}
#contact-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  width: 100%;
  background: #f5f5f5;
  padding: 10px 0;
  font-family: Sagar-Normalimport;
}
#copright span {
  color: #828080;
}
#useful-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#useful-link ul li {
  display: inline-block;
}
#useful-link ul li a {
  display: inline-block;
  color: #828080;
  font-size: 12px;
}
#useful-link ul li a:hover {
  text-decoration: none;
}

#social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#social ul li {
  color: #828080;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

#mobile-header {
  background: #003C64;
  color: #fff;
  padding: 5px 0;
  display: none;
}

.modal-dialog {
  max-width: 70%;
}
#modal-close {
  position: absolute;
  right: -15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: 0px 9px;
  top: -14px;
  font-size: 20px;
  text-decoration: none;
  z-index: 100;
}

#other-input-div{
  display: none;
}

@media (max-width: 740px) {

  /*#desktop-header{display: none;}*/
  /*#mobile-header{display: block;}*/
  /*#logo {text-align: left;}*/
  /*#logo img {width: 135px;}*/
  /*#menu{margin-top: -32px;}*/
  /*#menu a {*/
  /*    background: #fff;*/
  /*    padding: 3px 25px 2px 8px;*/
  /*    margin-top: 0px;*/
  /*    border-radius: 7px;*/
  /*    display: inline-block;*/
  /*    color: #0099FF;*/
  /*    text-decoration: none;*/
  /*    background-image: url(/front/img/login.png);*/
  /*    background-repeat: no-repeat;*/
  /*    background-position: 54px 10px;*/
  /*}*/

  #logo > a > .sb-logo {
    width: 5em;
  }
  #logo > a > .mb-logo {
    width: 4em;
  }

  .lang {
    margin-right: 10px;
    font-size: 12px;
  }

  #dncc-logo img {
    width: 35px;
  }
  #dncc-logo-text {
    font-size: 11px;
  }

  #welcome {
    font-size: 28px;
  }
  #sd {
    font-size: 27px;
  }

  #app-container img {
    position: relative;
    width: 332px;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #app-info {
    /* position: absolute; */
    /* top: 170px;
    background: #fff;
    border-radius: 7px;
    padding: 25px;
    box-shadow: 1px 1px 5px #c3c3c3;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 330px; */

    min-width: auto;
  }

  #city-meyor {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #city-meyor h2 {
    font-size: 25px;
  }

  #app-store {
    margin-top: 20px;
  }

  #scan-title {
    text-align: center;
  }

  #download img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .modal-dialog {
    max-width: 96%;
  }

  #home-footer {
    background: #fff;
  }
  #download h2 {
    text-align: center;
  }
  #download h3 {
    text-align: center;
    margin-left: 0;
  }

  #footer {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0;
    font-family: Sagar-Normalimport;
  }

  #app-store h3 {
    text-align: center;
  }
  #app-store ul {
    text-align: center;
  }

  #copright {
    text-align: center;
  }
  #useful-link ul {
    text-align: center;
  }
  #social ul {
    text-align: center;
  }
}

@media (max-width: 500px) {

  /*#desktop-header{display: none;}*/
  /*#mobile-header{display: block;}*/
  /*#logo {text-align: left;}*/
  /*#logo img {width: 135px;}*/
  /*#menu{margin-top: -32px;}*/
  /*#menu a {*/
  /*    background: #fff;*/
  /*    padding: 3px 25px 2px 8px;*/
  /*    margin-top: 0px;*/
  /*    border-radius: 7px;*/
  /*    display: inline-block;*/
  /*    color: #0099FF;*/
  /*    text-decoration: none;*/
  /*    background-image: url(/front/img/login.png);*/
  /*    background-repeat: no-repeat;*/
  /*    background-position: 54px 10px;*/
  /*}*/

  #logo > a > .sb-logo {
    width: 5em;
  }
  #logo > a > .mb-logo {
    width: 4em;
  }

  .lang {
    margin-right: 10px;
    font-size: 12px;
  }

  #dncc-logo img {
    width: 35px;
  }
  #dncc-logo-text {
    font-size: 11px;
  }

  #welcome {
    font-size: 28px;
  }
  #sd {
    font-size: 27px;
  }

  #app-container img {
    position: relative;
    width: 332px;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #app-info {
    /*position: absolute;*/
    /*top: 170px;*/
    background: #fff;
    border-radius: 7px;
    padding: 25px;
    box-shadow: 1px 1px 5px #c3c3c3;
    margin:20px 0px;
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*max-width: 330px;*/
  }

  #city-meyor {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #city-meyor h2 {
    font-size: 25px;
  }

  #app-store {
    margin-top: 20px;
  }

  #scan-title {
    text-align: center;
  }

  #download img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .modal-dialog {
    max-width: 96%;
  }

  #home-footer {
    background: #fff;
  }
  #download h2 {
    text-align: center;
  }
  #download h3 {
    text-align: center;
    margin-left: 0;
  }

  #footer {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0;
    font-family: Sagar-Normalimport;
  }

  #app-store h3 {
    text-align: center;
  }
  #app-store ul {
    text-align: center;
  }

  #copright {
    text-align: center;
  }
  #useful-link ul {
    text-align: center;
  }
  #social ul {
    text-align: center;
  }
}

@media (max-width: 320px) {
  #mobile-header {
    width: 333px;
  }

  #app-container img {
    left: -14px;
  }

  #app-info {
    left: 9px;
    right: -8px;
  }
  #app-info ul {
    text-align: center;
  }
  #app-info ul li {
    padding: 7px;
  }
  #city-meyor h2 {
    font-size: 21px;
  }

  #download h2 {
    font-size: 21px;
  }
  #download h3 {
    font-size: 25px;
  }
  #app-store h3 {
    font-size: 17px;
  }

  #footer {
    width: 333px;
  }
}
