@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 {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(89.77deg, rgba(217, 217, 217, 0) 23.88%, #003C64 114.2%);
}

/* ccc CSS Start */

/* header css */
.new_header{
  width: 100%;
  padding: 5px 0;
  background: #fff;
  box-shadow: 1px 1px 5px #d8d8d8;
  position: sticky;
  top: 0;
}
.new_header_content{
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_header_content_logo img{
  width: 218px;
  height: 38px;
}
.new_header_content_right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #003C64;
}

.lang_btn_active{
  background: #003C64;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
}

.new_header_content_right img{
  width: 50px;
}
/* header css */

/* hero css */

.new_hero{
  /* background: #fff; */
  /* background-image: url('/front/img/hero-bg-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  height: 751px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.new_hero_content{
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.new_hero_content_left{
  width: 630px;
}
.new_hero_title{
  display: inline-block;
  margin-bottom: 20px;
}
.new_hero_title img{
  width: 452px;
  height: 79px;
  vertical-align: bottom;
}
.new_hero_title span{
  color: #003C64;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new_meyor_speech{
  margin-bottom: 30px;
}
.new_meyor_speech p{
  color: #434343;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
}
.new_apps_info{
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  justify-content: start;
  align-items: start;
}
.new_apps_info h3{
  color: #003C64;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.new_apps_link{
  margin-top: 15px;
  display: flex;
  gap: 20px;
}
.new_apps_link img{
  width: 144px;
  height: 44px;
}

.new_hero_content_right{
  width: 520px;
}
.new_meyor_img img{
  width: 520px;
}

.new_counter_box{
  flex-shrink: 0;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px 30px;
  margin-top: 110px;
}
.new_counter_box h3{
  color: #003C64;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 23px;
}
.new_counter{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.new_counter div:nth-child(1){
  border-right: 1px solid #000;
  padding-right: 50px;
}
.new_counter div:nth-child(2){
  border-right: 1px solid #000;
  padding-left: 50px;
  padding-right: 50px;
}
.new_counter div:nth-child(3){
  padding-left: 50px;
}
.new_counter_count{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new_counter_count:nth-child(1){color: #C48D06;}
.animSolved{color: #00FF67 !important;}
.new_counter_count:nth-child(3){color: #C48D06;}
.new_counter_text{
  color: #434343;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* hero css */


/* process css */

.new_app_process{
  /* background: #F2F3F3; */
  padding-top: 100px;
  padding-bottom: 100px;
}


.new_app_process_content_box{
  max-width: 1150px;
  margin: 0 auto;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #00000040;

  padding: 50px;
}
.new_app_process_content_box h1{
  color: #003C64;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.new_app_process_content{
  display: flex;
  gap: 20px;
}
.item{
  width: 287px;
}
.item img{
  width: 100%;
}
.item h3{
  color: #003C64;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
}
.item p{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
/* process css */


/* Fullscreen overlay */
.dots-overlay{
  position:fixed; inset:0; display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.6); z-index:9999; font-size:0;
}

/* Reusable dot style */
.dot{
  display:inline-block; width:10px; height:10px; margin:0 4px; border-radius:50%;
  background:#333;
  transform:translateY(0);
  animation:dotJump .7s ease-in-out infinite;
  opacity:.4;
}

/* Stagger the jumps */
.dot:nth-child(2){ animation-delay:.12s; }
.dot:nth-child(3){ animation-delay:.24s; }

@keyframes dotJump{
  0%, 80%, 100% { transform:translateY(0);   opacity:.4; }
  40%           { transform:translateY(-8px); opacity:1; }
}

/* Optional: tiny inline dots next to numbers */
.inline-dots{
  display:inline-flex; margin-left:6px; vertical-align:middle;
}
.inline-dots .dot{ width:6px; height:6px; margin:0 2px; }

.dot{ animation:dotJump .7s ease-in-out infinite !important; }


/* qr css */
.new_app_qr{
  /* background: #fff; */
  padding-top: 100px;
  padding-bottom: 100px;
}
.new_app_qr_content{
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.new_app_qr_content_left{
  flex: 1;
}
.new_app_qr_content_left img{
  width: 100%;
}

.new_app_qr_content_right{
  flex: 1;
  text-align: center;
}
.new_app_qr_content_right img{
  width: 124px;
  align-items: center;
}

.new_qr_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.new_qr_info h3{
  color: #003C64;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.new_qr_link{
  margin-top: 20px;
}
.new_qr_link img{
  width: 144px;
  height: 44px;
}

/* qr css */


/* footer css */

.new_footer{
  background: #003C64;
  padding-top: 40px;
  padding-bottom: 40px;
}
.new_footer_content{
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_widget_right{
  display: flex;
  align-items: center;
  gap: 20px;
}

.new_footer_content_left{
  flex: 1;
}
.new_footer_content_left img{
  width: 199px;
}
.new_footer_content_middle{
  flex: 1;
}
.new_footer_content_middle ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.new_footer_content_middle ul li a{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.new_footer_content_middle ul li a:hover{
  color: #e6e6e6;
  text-decoration: none;
}
.new_footer_content_right{
  flex: 1;
  justify-content: flex-end;
}
.new_footer_content_right img{
  width: 127px;
  text-align: right;
}
/* footer css */

/* copyright css */

.new_copyright{
  background: #003C64;
}
.new_copyright_content{
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}
.new_copyright_content p{
  color: #fff;
}

/* copyright css */

/* media query start */

@media only screen and (max-width: 1024px) {
  .new_header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .new_hero {
      padding-left: 10px;
      padding-right: 10px;
  }
  .new_app_qr {
      padding-left: 10px;
      padding-right: 10px;
  }
}

@media only screen and (max-width: 820px) {
  .new_hero {
    height: auto;
  }
  .new_hero_content {
    flex-direction: column;
  }
  .new_hero_content_left {width: 100%;}
  .new_hero_content_right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .new_counter {
    margin: 50px auto;
  }
  
}

@media only screen and (max-width: 431px) {
  body{
    background: linear-gradient(89.77deg, rgba(217, 217, 217, 0) 23.88%, #a4d6f7 114.2%);
  }
  .new_header_content_logo img {
    width: 200px;
    height: auto;
  }
  .new_header_content_right {gap: 10px;}
  #powered-by{display: none;}

  .new_hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .new_hero_title img {
    width: 292px;
    height: auto;
  }
  .new_hero_title span {
    font-size: 40px;
  }
  .new_meyor_img img {
    width: 100%;
  }

  .new_apps_info {
    justify-content: center;
    align-items: center;
  }

  .new_counter_box {
    margin-top: 30px;
  }
  .new_counter {
      margin: 0px auto;
  }

  .new_counter div:nth-child(1) {
      padding-right: 30px;
  }
  .new_counter div:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
  .new_counter div:nth-child(3) {
    padding-left: 30px;
  }

  .new_app_process {
    padding-top: 30px;
    padding-bottom: 30px;
}
  .new_app_process_content {
    flex-direction: column;
  }

  .new_hero_title {
    text-align: center;
  }
  .new_meyor_speech p{
    text-align: center;
  }

  .new_app_process_content .item {
    width: 100%;
    text-align: center;
  }

  .new_app_qr_content {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .new_footer_content {
    gap: 40px;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }

  .new_footer_content_left img {
    width: 100px;
  }

  .footer_widget_right {
    flex-direction: column;
  }

  .new_footer_content_right img {
    width: 80px;
  }

  .new_copyright_content p{
    text-align: center;
  }

  .new_copyright_content {
    justify-content: center;
  }
  
}

@media only screen and (max-width: 390px) {
  .new_header_content_logo img {
    width: 200px;
    height: auto;
  }
  .new_header_content_right {gap: 10px;}
  #powered-by{display: none;}

  .new_hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .new_hero_title img {
    width: 292px;
    height: auto;
  }
  .new_hero_title span {
    font-size: 40px;
  }
  .new_meyor_img img {
    width: 100%;
  }
  .new_counter {
    margin: 50px auto;
    width: 100%;
  }
  .new_app_process_content {
    flex-direction: column;
  }
  .new_app_process_content .item {
    width: 100%;
  }

  .new_app_qr_content {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .new_footer_content {
    gap: 40px;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  .new_footer_content_right img {
    width: 200px;
  }

  .new_copyright_content p{
    text-align: center;
  }
  
}

/* media query end */

/* ccc CSS END */



#old-home{
  display: none;
}


/* 

#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 {
  display: none;
  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;
  }
}
