.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/Hero-Section-BG1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lc-common-container {
  max-width: 1000px;
}

.lc-common-container.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.lc-navbar {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  background-image: linear-gradient(45deg, #e22d27, #950500);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-div {
  display: flex;
}

.hero-title {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.hero-color-title {
  color: #e22d27;
}

.text-block {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.hero-content-div {
  width: 50%;
  padding-left: 20px;
}

.image,
.hero-image {
  width: 50%;
}

.hero-image.web-tab {
  display: none;
}

.common-button-navbar {
  background-image: linear-gradient(45deg, #e22d27, #950500);
  border-radius: 5px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.common-button {
  background-image: linear-gradient(45deg, #e22d27, #950500);
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.qr-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.qr-and-content-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qr-text-div {
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.qr-subtext {
  color: #e22d27;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
}

.image-2 {
  margin-left: 10px;
}

.flash-news-section {
  background-image: url('../images/Flash-News-BG1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.flash-news-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flash-news-content-block {
  width: 50%;
  margin-left: 40px;
}

.common-section-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.red-common-color-title {
  color: #e22d27;
  text-transform: uppercase;
}

.red-common-color-title.letter-head {
  color: #fff;
}

.common-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.common-text-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.flash-news-image {
  width: 50%;
}

.whatapp-section {
  background-image: url('../images/Whats-app-BG1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.whatapp-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.whatapp-content-block {
  width: 50%;
}

.whatapp-image {
  width: 40%;
}

.whatapp-image.web-tab {
  display: none;
}

.letter-section {
  z-index: 10;
  position: relative;
  top: 50px;
  bottom: 0;
}

.letter-block {
  background-image: url('../images/LetterPatch-BG.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 8px;
  padding: 60px 40px;
}

.common-section-letter-heading {
  color: #670f00;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.letter-content-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.letter-text-div {
  width: 30%;
}

.letter-form-div {
  width: 40%;
  margin-left: 20px;
}

.address-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.letter-common-text-heading {
  color: #fff;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.letter-common-text {
  color: #fff;
  margin-top: 0;
}

.phone-text-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-text-block.top {
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.letter-form-block {
  width: 70%;
  margin-top: 20px;
}

.letter-form.hide {
  display: none;
}

.letter-text-field {
  opacity: .4;
  background-color: #fff;
  border: 1px solid #141315;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #141315;
}

.submit-button {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e22d27, #950500);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.footer-section {
  background-color: #222;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  font-size: 17px;
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: auto 0% 15% 13%;
}

.footer-text {
  color: #fff;
}

.website-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.policy-text {
  color: #e22d27;
}

.menu-button {
  display: none;
}

.navbar-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  display: none;
}

.navbar-button {
  background-image: linear-gradient(45deg, #e22d27, #950500);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.google-play {
  margin-left: 10px;
}

.text-span {
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .letter-text-field {
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lc-common-container,
  .lc-common-container.navbar {
    max-width: 1200px;
  }

  .hero-content-div {
    padding-left: 40px;
  }

  .flash-news-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lc-common-container {
    max-width: 700px;
  }

  .lc-common-container.navbar {
    max-width: 700px;
    display: flex;
  }

  .lc-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lc-logo {
    width: 40%;
  }

  .qr-text {
    line-height: 24px;
  }

  .qr-subtext {
    margin-top: 10px;
  }

  .flash-news-section,
  .whatapp-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .letter-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-section-letter-heading {
    margin-bottom: 40px;
  }

  .letter-form-block {
    width: 80%;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #e22d27;
    border-radius: 5px;
    display: none;
  }

  .icon {
    display: none;
  }

  .navbar-block {
    width: 100%;
  }

  .image-3 {
    width: 50%;
  }

  .app-store,
  .google-play {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {

  .lc-common-container,
  .lc-common-container.navbar {
    max-width: 500px;
  }

  .hero-div {
    justify-content: space-between;
    align-items: center;
  }

  .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

  .common-button {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .qr-text-div {
    margin-left: 10px;
  }

  .qr-text {
    font-size: 13px;
    line-height: 18px;
  }

  .flash-news-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .common-section-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .common-text {
    font-size: 16px;
    line-height: 24px;
  }

  .common-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .whatapp-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .letter-block {
    background-image: url('../images/Letter-Tab-BG.png');
    background-position: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .common-section-letter-heading {
    margin-bottom: 20px;
  }

  .letter-content-block {
    flex-flow: column;
  }

  .letter-text-div {
    width: 50%;
  }

  .letter-form-div {
    width: 60%;
    margin-top: 20px;
    margin-left: 0;
  }

  .navbar-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    width: 60%;
  }

  .app-store,
  .google-play {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lc-common-container {
    max-width: 300px;
  }

  .lc-common-container.navbar {
    justify-content: space-between;
    max-width: 300px;
  }

  .lc-logo {
    width: 60%;
    padding-left: 0;
  }

  .hero-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-title {
    margin-top: 0;
  }

  .hero-content-div {
    width: 100%;
    margin-top: 20px;
  }

  .hero-image {
    display: none;
  }

  .hero-image.web-tab {
    width: 100%;
    display: block;
  }

  .qr-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .qr-block {
    flex-flow: column;
  }

  .app-store-block {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .flash-news-block {
    flex-flow: column;
  }

  .flash-news-content-block {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .flash-news-image {
    width: 100%;
  }

  .whatapp-block {
    flex-flow: column;
  }

  .whatapp-content-block {
    width: 100%;
    margin-top: 20px;
  }

  .whatapp-image {
    display: none;
  }

  .whatapp-image.web-tab {
    width: 100%;
    display: block;
  }

  .letter-block {
    background-image: url('../images/Mobile-Letter-BG.png');
    background-position: 50%;
    border-radius: 5px;
    padding: 40px 20px;
  }

  .letter-text-div {
    width: 100%;
  }

  .letter-form-div {
    width: 75%;
    margin-top: 30px;
  }

  .submit-button {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block {
    flex-flow: column;
  }

  .footer-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .navbar-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .google-play {
    margin-left: 0;
  }
}