/* reset all style */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body {
  background: #ffffff;
  font-family: LG Smart, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  min-width: 350px;
}
html {
  scroll-behavior: smooth;
}

/* *** end ***  */

/* *** mobile first --- */

.container-section {
  max-width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}

.section-video-hero {
  background-image: url('/content/dam/lge/sa_en/rhq_dishwasher/images/background-image-hero.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
 min-height: 560px;
  /* min-height: 100vh; */
  width: 100%;
  position: relative;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-video-hero .hero-title {
  font-size: 30px;
  font-family: LG Smart, LG EI, Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.section-video-hero .hero-desc {
  font-size: 15px;
  font-family: LG Smart, LG EI,Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  line-height: 16px;
  width: 50%;
  margin: 0 auto;
}

.section-video-hero .hero-button {
  padding: 28px 32px 28px 32px;
  border-radius: 100px;
  width: fit-content;
  height: max-content;
  border: 8px solid #ffffff7a;
  margin: 35px auto 25px auto;
}
.section-video-hero .hero-button i.fa-play {
  color: #ffffff7a;
  font-size: 2em;
  line-height: 1em;
  vertical-align: -34%;
}

.section-video-hero .footer-video--hero {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-video-hero .footer-video--hero p {
  font-size: 30px;
  font-family: LG Smart, LG EI,Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 10px;
}

.section-video-hero .footer-video--hero a.btn-custom-primary {
  background-color: white;
  border: 2px solid #a41d37;
  color: #a41d37;
  font-size: 25px;
  font-family: LG Smart, LG EI,Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 50px;
  letter-spacing: 1px;
}

/* iframe */
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 99999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}

.section-banner {
  height: 100%;
}

.section-banner .container-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 50%;
  }
  .lightbox-close {
    top: -30px;
    right: -5%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent !important;
  position: absolute;
  font-weight: 300;
  font-size: 16px;
  display: block;
  border: none !important;
  color: white !important;
  top: -40px;
  right: 3%;
}

.image-section {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 5px auto 5px auto;
}

.image-section img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.button--Terms {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button--Terms .btn-custom-primary-inverse {
	margin-bottom:10px;
  background-color: #a41d37;
  color: white;
  font-size: 25px;
  font-family: LG Smart, LG EI, Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 50px !important;
  letter-spacing: 1px;
  border: none !important;
}

.button--Terms p {
  font-size: 0.9rem;
  font-family: LG Smart, LG EI, Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #a41d37;
}

.section-banner-image {
  background-image: url('/content/dam/lge/sa_en/rhq_dishwasher/images/bgimage.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.grid-episodes--item {
  position: relative;
  margin: 15px auto 30px auto;
}
.image-container-grid {
  width: 100%;
  height: 314px;
  min-height: 250px;
  object-fit: cover;
  margin: 0 auto;
}
.grid-episodes--item .item--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
}

.grid-episodes--item .grid--item-box {
  color: #ffffff;
  background-color: #a41d37;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  width: 80%;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.btn-link-more {
	background:#fff;
  color: #a41d37;
  border: 1px solid #fff;
  font-size: 0.8rem;
  font-family: LG Smart, LG EI,Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  letter-spacing: 1px;
  margin: 5px auto;
  padding: 5px 20px;
}

.btn-link-more:hover {
  color: #a41d37;
  border: 1px solid #fff;
}
.btn-link-more:active,
.btn-link-more:focus {
  outline: auto;
  box-shadow: none;
}

.header-title {
  font-size: 40px;
  font-family: LG Smart, LG EI,Myriad Pro, LG EI, Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 30px auto;
}

.section-episodes {
  margin: 30px auto;
}

.grid-interactive--item {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #000000;
  padding: 30px 0 10px;
  margin-bottom: 60px;
  border-bottom: 3px solid #a41d37;
  box-shadow: 20px 20px 20px grey;
}

.grid-interactive--item:hover {
  text-decoration:none;
}

.grid-interactive--item .interactive-title {
  color: #000000;
  font-size: 20px;
  font-family: LG Smart, LG EI,Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.grid-interactive--item .interactive-title.custom-title-direct {
  margin-bottom: 0;
}

.grid-interactive--item .interactive-img-container {
  width: 100%;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-interactive--item .interactive-img-container img {
width: 192px;
    height: 207px;
  object-fit: contain;
}


.grid-interactive--item .interactive-description {
  color: #000000;
  font-size: 15px;
  font-family: LG Smart, LG EI,Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 600;
}

.section-interactive {
  background-image: url('/content/dam/lge/sa_en/rhq_dishwasher/images/bg-222-top.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-interactive .container-section {
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}

.section-contact-us {
  background-image: url('/content/dam/lge/sa_en/rhq_dishwasher/images/formbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-us-image-section {
  margin-top: 30px;
  margin-bottom: 100px;
}
.contact-us-image-section img {
  width: 90%;
  height: 100%;
  max-width: 450px;
  object-fit: cover;
  margin: 0 auto;
}

.contact-us-header {
  margin-bottom: 30px;
}

.contact-us-header .contact-us-title {
  font-size: 35px;
  font-family: LG Smart, LG EI,Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 500;
}

.contact-us-header .contact-us-sub-title {
  font-size: 40px;
  font-family: LG Smart, LG EI,Segoe UI Historic, Segoe UI, Arial, sans-serif;
  font-weight: 600;
}

.container-form {
  clear: left;
  font: 14px LG EI,Helvetica, Arial, sans-serif;
  background: ;
  width: 90%;
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  margin: 50px auto 5px auto;
  padding: 30px;
  padding-bottom:15px;
  border-radius: 50% 50% 0 0;
  position: relative;
  text-align: center;
}

.container-form .gift-box-absolute {
  position: absolute;
  top: 55px;
  left: 0;
  width: 150px;
}

.contact-us-footer-absolute {
  position: absolute;
  bottom: -90px;
  left: 0;
  top: auto;
}

.contact-us-title-image {
  width: 345px;
  margin: 0px auto;
}

.mc-field-group input,
.mc-field-group select {
  border-radius: 50px !important;
  width:100%;
  height: 40px !important;
  border: 1px solid #abb0b2 !important;
  color: #94999b !important;
}

.mc-field-group select {
  padding: 0 10px !important;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 95% !important;
  padding-bottom: 3%;
  min-height: 50px !important;
  margin: 0 auto !important;
  display: grid;
}

.text-dec-input {
  
    font-size: 17px;
    font-family: LG Smart, LG EI,Segoe UI Historic, Segoe UI, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
	padding-left:5px;
}

.group-sub-input {

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
}

.group-sub-input li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.group-sub-input li input[type='checkbox'],
.group-sub-input li input[type='radio'] {
  accent-color: #a41d37;
  width: 22px !important;
}

#mc-embedded-subscribe {
  margin: 0 !important;
  padding: 5px 60px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #a41d37 !important;
}

/* *** media *** */
@media only screen and (min-width: 520px) {
  /* .contact-us-card {
    width: 481px;
    height: 510px;
  } */
}
@media only screen and (min-width: 600px) {
  .section-video-hero .hero-title {
    font-size: 35px;
    line-height: 40px;
  }

  .section-video-hero .hero-desc {
    font-size: 18px;
    line-height: 20px;
  }

  .section-video-hero .footer-video--hero p {
    font-size: 35px;
    line-height: 40px;
  }

  .section-video-hero .footer-video--hero a.btn-custom-primary {
    font-size: 25px;
    padding: 5px 25px;
  }
  .image-container-grid {
    width: 100%;
    height: 350px;
    min-height: 350px;
    object-fit: cover;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 900px) {
  .section-video-hero .hero-title {
    font-size: 38px;
    line-height: 40px;
  }

  .section-video-hero .hero-desc {
    font-size: 20px;
    line-height: 20px;
  }

  .section-video-hero .footer-video--hero p {
    font-size: 38px;
    line-height: 40px;
  }

  .section-video-hero .footer-video--hero a.btn-custom-primary {
    font-size: 28px;
    padding: 5px 25px;
  }
  .image-container-grid {
    width: 100%;
    height: 300px;
    min-height: 295px;
    object-fit: cover;
    margin: 0 auto;
  }

  /* .contact-us-card {
    width: 680px;
    height: 722px;
  } */
}

@media only screen and (min-width: 1200px) {
  .section-video-hero .hero-title {
    font-size: 40px;
    line-height: 40px;
  }

  .section-video-hero .hero-desc {
    font-size: 22px;
    line-height: 22px;
  }

  .section-video-hero .footer-video--hero p {
    font-size: 40px;
    line-height: 40px;
  }

  .section-video-hero .footer-video--hero a.btn-custom-primary {
    font-size: 30px;
  }

  .image-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 10px;
  }

  .image-section img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .grid-episodes--item .grid--item-box p {
    font-size: 0.95rem;
  }

  .btn-link-more {
    font-size: 0.9rem;
  }

  .contact-us-image-section img {
    width: 100%;
    max-width: 600px;
  }
  /* .contact-us-card {
    width: 100%;
    max-width: 600px;
  } */
}

@media only screen and (min-width: 1400px) {
  .section-video-hero {
    height: 100%;
    min-height: 660px;
  }
  .section-video-hero .hero-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 40px;
  }

  .section-video-hero .hero-desc {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
  }

  .section-video-hero .footer-video--hero p {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px;
  }

  .section-video-hero .footer-video--hero a.btn-custom-primary {
    font-size: 35px;
  }

  .header-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 700px) {
  .contact-us-header .contact-us-title {
    font-size: 20px;
  }

  .contact-us-header .contact-us-sub-title {
    font-size: 30px;
  }

  .container-form .gift-box-absolute {
    position: absolute;
    top: 60px;
    left: 0;
    width: 120px;
  }

  .container-form {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .contact-us-footer-absolute {
    position: absolute;
    bottom: -60px;
    left: 0;
    top: auto;
  }

  .container-form .gift-box-absolute {
    position: absolute;
    top: 75px;
    left: 0;
    width: 95px;
  }

  .contact-us-header .contact-us-sub-title {
    font-size: 33px;
  }
}

#mc_embed_signup #mce-success-response {
display: none !important;}

.thanks{ 
margin-top:17vh;
background:#fff7f8;

  }
  
  .abiad{color: !important}
  .ahmar{color:red !important;}
  .newbtn{padding:20px; width:310px;}
  .lg_thank_you{margin:0 auto;
  width:300px;
  }
  
@media only screen and (max-width: 768px) {
	
	.section-banner-image {
    zoom: 50%;}
	
}
.policy{padding:20px;}
.plinks{text-decoration:underline}

@media only screen and (max-width: 425px) {
.interactive-title.fix{margin-bottom: 48px;}
}

.container{
  padding-left:0px !important;
  padding-right:0px !important;
}
.breadcrumb{
  max-width: 100% !important;

}
a{
  color:black;
}