:host {
  background-color: #fff;
  display: block;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}

.landingpage{
  height: 100%;
  overflow: auto;
}

.landingpage .close-icon-holder {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.tt-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5;
  background: rgba(0,0,0,0.2);
  transform-origin: center center;
  animation: bounceIn 0.8s both ease;
}

.device-popup {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 40px 4px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  min-height: 160px;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 435px;
  z-index: 5;
}

.device-popup.video {
  background-color: #000;
}

.disabled{
  opacity: 0.5;
  cursor: no-drop !important;
}

.disabled:hover {
  background: #FFFFFF !important;
}

.disabled:hover .fotter-icon-hover {
  display: none !important;
}  

.disabled:hover .fotter-icon-normal {
  display: block !important;
}

.disabled:hover .hp-bottom-menu-text {
  color: #1c99c4 !important;
}

.landingpage .main-page {
  display: flex;
}

.landingpage .main-page.full-height{
  height: 100%;
}

.landingpage .main-page.exclude-collateral-height{
  height: calc(100% - 115px);  
}

.landingpage .left-container {
  width: calc(100% - 440px);
  display: inline-block;
  height: 100%;
}

.landingpage .left-top-content {
  align-items: center;
  display: flex;
  padding: 20px 0px 0px 40px;
}

.landingpage .chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.landingpage .chip-icon img {
  width: 64px;
  height: 64px;
}

.landingpage .device-popup.video {
  background-color: #000;
}

.landingpage .page-info {
  display: inline-block;
  position: relative;
}

.landingpage .page-title {
  font-size: 34px;
  color: #5c5c5c;
}

.landingpage .page-desc {
  color: #555;
  font-size: 14px;
  left: 2px;
  position: relative;
}

.landingpage .page-desc-highlight {
  color: #c00;
}

.landingpage .left-bottom-container {
  left: 60px;
  height: calc(100% - 90px);
  position: relative;
  text-align: center;
}

.landingpage .left-bottom-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.landingpage .right-container {
  width: 440px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% + 115px);
  overflow: hidden;
  z-index: 1;
}

.landingpage .device-selection {
  width: 200px;
  height: 200px;
  margin: 25px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.landingpage .disabled-chip {
  cursor: no-drop;
}

.landingpage .disabled-chip:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(204, 204, 204, 0.5);
  top: 0px;
  left: 0px;
  border-radius: 14px;
}

.landingpage .device-poup-cont {
  line-height: 1.4;
  margin-bottom: 10px;
  width: 80%;
  text-align: center;
}

.landingpage .dev-sel-ctr {
  margin-bottom: 10px;
}

.landingpage .evm-setup-video {
  margin: auto;
}

.hp-evm-video-btn {
  width: 200px;
  height: 48px;
  margin-left: 20px;
  border: 1px solid #5ec5dc;
  border-radius: 24px;
  text-align: left;
  background: url("../../assets/images/video-btn-arrow.png") no-repeat calc(100% - 8px) center;
  font: normal 14px/46px 'Roboto-Regular';
  color: #1c99c4;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.hp-evm-video-btn:hover {
  border-width: 2px;
}

.landingpage .padded-btn {
  padding: 5px !important;
}

.landingpage .btn {
  transition: all 0.3s linear;
}

.landingpage .btn.btn-blue {
  border-color: #189;
  color: #189;
}

.landingpage .btn.btn-bg-green {
  background-color: #329b46;
}

.landingpage .btn.btn-green {
  border-color: #329b46;
  color: #329b46;
}

.landingpage .btn-dis {
  border: 1px solid #ccc !important;
}

.landingpage .btn-strct-2 {
  min-width: 120px;
  padding: 5px;
}

.landingpage .btn-styl-1 {
  background-color: #c00;
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto-medium';
  font-size: 12px;
  padding: 5px 10px;
}

.landingpage .fw-opts {
  justify-content: space-around;
  padding: 8px;
}

.landingpage .fw-container {
  background: #eee;
  width: 450px;
  border: 1px solid #e6e6e6;
  margin-left: 64px;
  padding: 4px;
}

.landingpage .fw-header-content {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

.first-holder {
  min-width: 400px;
}

.thing-form {
  margin: 20px 0;
}

#banner {
  border-bottom: none;
  margin-top: -20px;
}

#banner h1 {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1;
}

.landing-video {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  z-index: 9;
}

.hero-unit {
  background: #4393b9;
  color: #f5f5f5;
  padding: 30px 15px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 70px;
  padding: 30px 0;
  text-align: center;
}

.hp-bottom-container {
  width: calc(100% - 400px);
  height: 90px;
  left: 0px;
  padding-left: 35px;
  margin: 10px 0;
}
.hp-bottom-holder {
  width: 100%;
  justify-content: center !important;
  height: 100%;
  position: relative;
}
.hp-bottom-menu {
  width: 125px;
  height: 90px;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  background: #fff;
  cursor: pointer;
  margin: 0px 5px;
  padding-top: 15px;
  transition: all 0.4s linear;
}
.hp-bottom-menu .fotter-icon-hover {
  display: none;
}
.hp-bottom-menu > img {
  width: 20px;
}
.hp-bottom-menu:hover {
  background: #1c99c4;
  text-decoration: none;
}
.hp-bottom-menu:hover .fotter-icon-hover {
  display: block;
}
.hp-bottom-menu:hover .fotter-icon-normal {
  display: none;
}
.hp-bottom-menu:hover .hp-bottom-menu-text {
  color: #fff;
}
.hp-bottom-menu-text {
  align-items: center;
  display: flex;
  font: normal 12px 'Roboto-Regular';
  color: #1c99c4;
  height: 55px;
  text-align: center;
}
.video-cont {
  left: 200px;
  margin: 15px 0px 0px 25px;
  position: absolute;
  top: -10px;
}
.video-popup {
  align-items: center;
  background: rgba(0,0,0,0.6);  
  display: flex;
  height: 100%;
  justify-content: center;	
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.landing-video {
  height: 100%;
  width: 100%;
  z-index: 9;
}
#landing-video {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.device-popup.video {
  background-color: #000;
  height: 400px;
  width: 600px; 
}
.hp-video-trigger-container {
  width: 500px;
  height: 170px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.hp-evm-video-btn {
  border: 1px solid #5ec5dc;
  border-radius: 24px;
  text-align: left;
  background: url("../../assets/images/video-btn-arrow.png") no-repeat calc(100% - 8px) center;
  font: normal 14px/46px 'Roboto-Regular';
  color: #1c99c4;
  padding: 1px 0 0 31px;
  cursor: pointer;
  width: 200px;
  height: 50px;
}
.hp-evm-video-btn:hover {
  border-width: 2px;
  padding: 0 0 0 30px;
}

.close-icon-holder {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
}