.landing-ilb {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
#landing-footer {
  position: relative;
  z-index: 10;
  min-width: 1024px !important;
  background-color: #f8f8f8;
  min-height: 15%;
  width: 100%;
}
#top-header {
  min-width: 1024px !important;
}
#top-header .wrapper {
  position: relative;
}
#landingHeader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  width: 100%;
  min-width: 1024px;
}
#sandals-ta-logo {
  position: relative;
  margin: 0;
  z-index: 999;
  width: 163px;
  height: 82px;
  top: 30px;
}
.landing-bg {
  background: #0b1c28
    url(//cdn.sandals.com/applications/tas/img/landing/landing-background.jpg)
    top center no-repeat;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1121px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  min-width: 1450px;
}
.landing-wrapper {
  width: 915px;
  margin: 0 auto;
  text-align: left;
}
.login-content {
  position: absolute;
  top: 240px;
  width: 336px;
  background: #597b88;
  background-color: #597b88;
  background-image: -moz-linear-gradient(top, #798992, #597b88);
  background-image: -ms-linear-gradient(top, #798992, #597b88);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#798992),
    to(#597b88)
  );
  background-image: -webkit-linear-gradient(top, #798992, #597b88);
  background-image: -o-linear-gradient(top, #798992, #597b88);
  background-image: linear-gradient(top, #798992, #597b88);
  background-repeat: repeat-x;
  border-radius: 5px;
  padding: 20px 43px 20px 43px;
  color: #fff;
}
.login-content .user-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.login-content .pass-word {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.login-content .login-btn {
  display: inline-block;
  padding: 0;
}
.login-content .input-txt {
  border: 2px solid #a3c0d5;
  padding-left: 10px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  font-weight: 700;
  width: 315px;
  height: 43px;
  margin: 10px 0 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-content .input-txt:focus {
  border: 2px solid #7eaed4;
}
.login-content .input-pwd {
  border: 2px solid #a3c0d5;
  padding-left: 10px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  font-weight: 700;
  width: 178px;
  height: 43px;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-content .input-pwd:focus {
  border: 2px solid #7eaed4;
}
.login-content .input-error {
  border: 2px solid red;
  box-shadow: 0 0 10px 0 red;
  background: #e4d2d4;
}
.login-content .input-error:focus {
  border: 2px solid red;
  box-shadow: 0 0 10px 0 red;
  background: #e4d2d4;
}
.login-content .login {
  display: inline-block;
}
.login-content a.grey-button {
  background-color: #d5d5d5;
  background-image: -moz-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -ms-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdfdfd),
    to(#d5d5d5)
  );
  background-image: -webkit-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -o-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: linear-gradient(top, #fdfdfd, #d5d5d5);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #888;
  -moz-box-shadow: 0 0 2px #888;
  box-shadow: 0 0 2px #888;
  width: 128px;
  height: 34px;
  color: #2e271a;
  font-size: 24px;
  font-family: openSansCondensedBold;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
  filter: none !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.login-content a.grey-button:hover {
  filter: none !important;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top, #d5d5d5, #fdfdfd);
  background-image: -ms-linear-gradient(top, #d5d5d5, #fdfdfd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d5d5d5),
    to(#fdfdfd)
  );
  background-image: -webkit-linear-gradient(top, #d5d5d5, #fdfdfd);
  background-image: -o-linear-gradient(top, #d5d5d5, #fdfdfd);
  background-image: linear-gradient(top, #d5d5d5, #fdfdfd);
  background-repeat: repeat-x;
}
.login-content a.grey-button .login {
  width: 220px;
}
.login-content a.grey-button img {
  margin-right: 4px;
  margin-top: 3px;
}
.login-content .lgAdvisor {
  font-family: openSansCondensedBold;
  font-size: 18px;
  color: #fff;
}
.login-content .forgetPassword {
  color: #fff;
  font-size: 11px;
  font-family: openSansCondensedBold;
}
.login-content .forgot {
  display: inline-block;
  font-family: openSansCondensedBold;
  font-size: 13px;
  color: #999;
  clear: both;
  margin: 20px 0 0 0;
  padding-left: 0;
  vertical-align: top;
  float: right;
  margin-right: 10px;
}
.login-content .forgot a {
  color: #d7d7d7;
}
.login-content .forgot a:hover {
  color: #fff;
}
.login-content .forgot img {
  vertical-align: baseline;
  margin-right: 8px;
}
.login-content .mar-t-20n {
  margin-top: -20px;
}
.login-content .mar-t-5n {
  margin-top: -5px;
}
.pad-t-35 {
  padding-top: 35px;
}
.pad-l-30 {
  padding-left: 30px;
}
.htext {
  font-family: openSansLight;
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  padding-left: 0;
  text-transform: uppercase;
  margin-top: 590px;
}
.desc {
  color: #7bd5ff;
  font-size: 16px;
  font-family: open-sans-regular;
  line-height: 22px;
  width: 705px;
  padding-top: 20px;
}
.landing-content {
  width: 855px;
  display: inline-block;
  background: #fbfdfd;
  opacity: 1.5;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px #e0f4f9;
  -moz-box-shadow: 0 0 5px #e0f4f9;
  box-shadow: 0 0 5px #e0f4f9;
  padding: 40px 25px 30px 30px;
  margin: 42px 0 0 0;
  border: 1px solid #8db8cf;
  position: relative;
  padding-bottom: 10px;
}
.landing-content h2 {
  font-family: openSansLight;
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  text-transform: uppercase;
  margin-top: 35px;
}
.landing-content h2 span {
  font-family: Arial;
  font-weight: 700;
}
.landing-content .login-sec {
  display: inline-block;
  padding: 15px 0 0 115px;
}
.landing-content .user-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.landing-content .pass-word {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.landing-content .login-btn {
  display: inline-block;
  padding: 0;
}
.landing-content .input-txt {
  width: 198px;
  height: 31px;
  border: 2px solid #abcae1;
  padding-left: 10px;
  background: #cde6f8;
  font-family: Arial, Helvetica, sans-serif;
  color: #004362;
  font-weight: 700;
}
.landing-content .input-txt:focus {
  border: 2px solid #7eaed4;
}
.landing-content .login {
  display: inline-block;
}
.landing-content a.grey-button {
  background-color: #013852;
  background-image: -moz-linear-gradient(top, #285f79, #013852);
  background-image: -ms-linear-gradient(top, #285f79, #013852);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#285f79),
    to(#013852)
  );
  background-image: -webkit-linear-gradient(top, #285f79, #013852);
  background-image: -o-linear-gradient(top, #285f79, #013852);
  background-image: linear-gradient(top, #285f79, #013852);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #888;
  -moz-box-shadow: 0 0 2px #888;
  box-shadow: 0 0 2px #888;
  width: 150px;
  height: 25px;
  color: #3679a8;
  font-size: 20px;
  font-family: openSansCondensedBold;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  filter: none !important;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.landing-content a.grey-button:hover {
  filter: none !important;
  background-color: #285f79;
  background-image: -moz-linear-gradient(top, #013852, #285f79);
  background-image: -ms-linear-gradient(top, #013852, #285f79);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#013852),
    to(#285f79)
  );
  background-image: -webkit-linear-gradient(top, #013852, #285f79);
  background-image: -o-linear-gradient(top, #013852, #285f79);
  background-image: linear-gradient(top, #013852, #285f79);
  background-repeat: repeat-x;
}
.landing-content a.grey-button .login {
  width: 220px;
}
.landing-content a.grey-button img {
  margin-right: 4px;
}
.landing-content .forgot {
  display: inline-block;
  font-family: openSansCondensedBold;
  font-size: 13px;
  color: #999;
  margin-left: 55px;
  clear: both;
  margin: 10px 0 0 337px;
  padding-left: 13px;
  background: url(/assets/img/landing/arrow-new.png) 0 3px no-repeat;
  vertical-align: top;
}
.landing-content .forgot a {
  color: #999;
}
.landing-content .forgot a:hover {
  color: #6a6a6a;
}
.landing-content .logos {
  display: block;
  padding: 25px 0 0 0;
  text-align: center;
}
.landing-content .brands-logo {
  display: inline-block;
  vertical-align: top;
}
.landing-content .bdr-gray {
  border-left: 2px solid #e5e5e5;
  margin: 10px 35px;
  height: 50px;
  display: inline-block;
}
.landing-block {
  display: inline-block;
  margin: 20px 0 50px 0;
  padding-top: 20px;
}
.landing-block .lft-sec {
  width: 280px;
  display: inline-block;
  vertical-align: top;
}
.landing-block .mid-sec {
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
.landing-block .mid-sec .mar-t-10 {
  margin-top: 10px;
}
.landing-block .mid-sec .mar-t-14 {
  margin-top: 14px;
}
.landing-block .mid-sec .mar-t-16 {
  margin-top: 12px;
}
.landing-block .mid-sec .mar-t-21 {
  margin-top: 21px;
}
.landing-block .mid-sec .mar-t-25 {
  margin-top: 25px;
}
.landing-block .mid-sec .mar-t-33 {
  margin-top: 33px;
}
.landing-block .mid-sec .mar-t-36 {
  margin-top: 36px;
}
.landing-block .mid-sec .mar-t-37 {
  margin-top: 37px;
}
.landing-block .mid-sec .mar-t-43 {
  margin-top: 43px;
}
.landing-block .mid-sec .mar-t-49 {
  margin-top: 72px;
}
.landing-block .mid-sec .mar-t-53 {
  margin-top: 55px;
}
@-moz-document url-prefix() {
  .landing-block .mid-sec .mar-t-53 {
    margin-top: 55px;
  }
}
.landing-block .mid-sec .mar-t-63 {
  margin-top: 63px;
}
.landing-block .mid-sec .mar-t-69 {
  margin-top: 69px;
}
.landing-block .mid-sec .mar-t-56 {
  margin-top: 56px;
}
.landing-block .mid-sec .sub-head {
  color: #1cc7c9;
  font-family: openSansCondensedBold;
  font-size: 14px;
  text-align: left;
}
.landing-block h2 {
  font-family: openSansCondensedLight;
  font-size: 26px;
  line-height: 29px;
  color: #e3e3e3;
  display: inline-block;
  padding-bottom: 10px;
}
.landing-block h2 span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 17px;
  font-size: 13px;
  color: #6fb5e6;
  display: block;
}
.landing-block h3 {
  font-family: open-sans-regular;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
.landing-block h3 span {
  font-size: 14px;
  color: #6fb5e6;
  font-weight: 400;
  display: block;
}
.landing-block ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-family: open-sans-regular;
}
.landing-block li {
  background: url(/assets/img/landing/blue-blt1.png) 0 4px no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cacaca;
  padding: 0 0 0 12px;
  margin-top: 5px;
  vertical-align: top;
}
.landing-block p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cacaca;
  line-height: 17px;
  text-align: center;
}
.landing-block .rgt-btn {
  width: 193px;
  display: block;
  vertical-align: top;
}
.landing-block .bd-lft {
  border-left: 2px dotted #6fb5e6;
  opacity: 0.4;
  margin: 0 6px;
  height: 320px;
  display: inline-block;
}
.landing-block a.create-acc {
  width: 206px;
  height: 45px;
  font-family: openSansCondensedBold;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  background: #0d3551;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: -7px 0 0 5px;
}
.landing-block a.create-acc span {
  font-size: 31px;
}
.landing-block a.create-acc:hover {
  background-color: #5890b3;
  background-image: -moz-linear-gradient(top, #5890b3, #5890b3);
  background-image: -ms-linear-gradient(top, #5890b3, #5890b3);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5890b3),
    to(#5890b3)
  );
  background-image: -webkit-linear-gradient(top, #5890b3, #5890b3);
  background-image: -o-linear-gradient(top, #5890b3, #5890b3);
  background-image: linear-gradient(top, #5890b3, #5890b3);
  background-repeat: repeat-x;
  filter: none !important;
  color: #fff;
}
.landing-block .pad1 {
  padding-top: 2px;
}
.landing-block .pad2 {
  padding-top: 17px;
}
.video-block {
  width: 855px;
  height: 536px;
  display: inline-block;
  background: #fff;
  opacity: 0.9;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  padding: 40px 25px 0 30px;
  margin: 0 0 60px 0;
  padding-top: 20px;
  text-align: center;
}
.video-block h2 {
  font-family: openSansLight;
  font-size: 32px;
  line-height: 34px;
  color: #15486b;
  text-align: center;
  padding-left: 20px;
  margin-top: 30px !important;
}
.video-block h2 span {
  font-family: Arial;
  font-weight: 700;
}
.video-block h3 {
  font-family: Arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #15486b;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 16px;
}
.vidoMsg {
  width: 600px;
  height: 340px;
  margin: 0 auto;
}
.footer-txt {
  font-family: openSansLight;
  text-align: center;
  font-size: 45px;
  padding: 53px 0px 4px;
  color: #777777;
  text-transform: uppercase;
}
.footer-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  gap: 10px;
  font-size: 12px;
}
.footer-link a {
  color: #746f68;
}
.footer-link a:hover {
  color: #4977a4;
}
.pad-rgt {
  padding-right: 10px;
}
.header-sdw {
  position: absolute;
  top: 68px;
  left: -30px;
}
.header-sdw1 {
  position: absolute;
  top: 0;
  left: -160px;
}
.chat {
  position: absolute;
  right: 200px;
  top: 13px;
}
#chatClient {
  margin-top: 13px;
  width: 182px;
  height: 35px;
  overflow: hidden;
  border-radius: 3px;
}
#chatClient img {
  margin-left: -2px;
  margin-top: -1px;
}
.specials-logo {
  position: absolute;
  left: 372px;
  top: -65px;
  background: url(/assets/img/landing/specials-logo.png) no-repeat;
  width: 175px;
  height: 118px;
}
.errover {
  min-width: 1024px;
}
.errorCont {
  width: 915px;
  overflow: hidden;
}
.f-size {
  font-size: 20px;
}
.notReg {
  width: 800px;
  margin: 10px auto;
  text-align: center;
}
.notReg h3 {
  font: 23px/26px openSansLight;
  color: #0d4b75;
  text-transform: uppercase;
}
.notReg h4 {
  font: 18px/28px openSansCondensedBold;
  color: #3679a8;
  width: 700px;
  display: block;
  margin: 0 auto;
}
.notReg ul {
  margin: 0 auto 0 auto;
  display: block;
  width: 600px;
}
.notReg ul li {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font: 14px/20px Arial, Helvetica, sans-serif;
  background: url(/assets/img/landing/blue-blt.png) 0 8px no-repeat;
  padding-left: 9px;
  margin-right: 7px;
  background-size: 4px 4px;
}
.langSelect {
  width: 145px;
  position: absolute;
  right: 1px;
  top: 25px;
  z-index: 99;
}
.langSelect .main-link {
  color: #1e4f72;
  font: 12px/1 Arial, Helvetica, sans-serif;
}
.langSelect .main-link i {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin: 3px 2px 0 4px;
}
.langSelect .main-link i.arrowClosed {
  background: url(/assets/img/landing/langSide.png) 0 0 no-repeat;
  width: 9px;
  height: 9px;
}
.langSelect .main-link i.arrowOpen {
  background: url(/assets/img/landing/langDown.png) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}
.langSelect .main-link #countryFlag {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.langSelect .sub-menu {
  background: #104469;
  width: 145px;
  display: none;
  top: 10px;
  position: relative;
}
.langSelect .sub-menu ul {
  color: #97938a;
  display: block;
  padding: 10px;
  padding-left: 0;
}
.langSelect .sub-menu ul li {
  margin: 5px 0;
}
.langSelect .sub-menu ul li a {
  width: 100%;
  padding: 6px 0 6px 10px;
  display: block;
  color: #fff;
  font: 13px/15px openSansCondensedBold;
  text-transform: uppercase;
}
.langSelect .sub-menu ul li a span {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  margin-right: 4px;
}
.langSelect .sub-menu ul li a:hover {
  color: #436e8b;
  background: #cee3ea;
}
#sandals-specialist {
  padding-top: 10px !important;
}
#sandals-specialist a {
  font-size: 21px !important;
  color: #3679a8 !important;
  padding: 10px;
  font-weight: 700;
  background: url(/assets/img/manageBookings/blockArrowSmall.png) 0 18px
    no-repeat !important;
}
#forgot-pwd-container {
  position: absolute;
  top: 195px;
}
#forgot-pwd-container #landing-error-container .content {
  display: inline-block;
  vertical-align: top;
  color: red;
  font-family: openSansCondensedBold;
  font-size: 15px;
  line-height: 18px;
  font-size: 13px;
  text-align: left;
}
#forgot-pwd-container #link-container {
  float: right;
}
#forgot-pwd-container #link-container .forgetPassword {
  font-family: openSansCondensedBold;
  font-size: 13px;
  color: #999;
  padding-left: 13px;
  background: url(/assets/img/landing/arrow-white-small.png) 0 3px no-repeat;
}
#forgot-pwd-container #link-container .forgetPassword a {
  color: #d7d7d7;
}
#forgot-pwd-container #link-container .forgetPassword:hover {
  color: #fff;
}
.hide {
  display: none !important;
}
#landingForm {
  margin-top: 25px;
}
.arrow-top {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 47px;
}
.arrow-top.username {
  left: 100px;
}
.arrow-top.password {
  left: 200px;
}
.arrow-top.both {
  left: 157px;
}
.landing-maintenance {
  background: url(//cdn.sandals.com/sandals/maintenanceBg.jpg) 0 0 no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  padding-top: 10rem;
}
.landing-maintenance h3 {
  font-family: openSansCondensedBold;
  font-size: 30px;
  color: #fff;
}
.landing-maintenance p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 2rem 0;
}
#corona-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}
#corona-boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 850px;
  display: none;
  z-index: 9999;
  border-radius: 5px;
  text-align: center;
}
#corona-boxes #dialog {
  background: #e5e5e5;
  height: auto;
  width: 600px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  filter: none;
}
#corona-boxes #dialog .title {
  margin: 0 0 10px 0;
  padding: 30px 0 10px 35px;
  width: 94%;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  filter: none;
}
#corona-boxes #dialog .title h5 {
  font-family: openSansCondensedBold;
  color: red;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  margin-left: -40px;
}
#corona-boxes #dialog .title h5 img {
  padding-right: 10px;
}
#corona-boxes #dialog .desc {
  padding: 5px 35px;
  height: 235px;
  color: #453c2d;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin: 6px 0;
  margin-top: -40px;
}
#corona-boxes #dialog .desc p {
  font-family: open-sans-regular;
}
.input[type="text"] {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
.canvas {
  pointer-events: none;
}
