.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/lp-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: inline-block;
  margin: 9px auto 10px;
  padding-right: 22px;
  padding-left: 22px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 13px;
  margin-bottom: 10px;
  color: #f9e6a4;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 17px hsla(0, 0%, 100%, 0.92);
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #f8eecc;
  font-size: 18px;
  line-height: 24px;
}

.content-box {
  top: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  box-shadow: 1px -1px 5px 0 #000;
}

.content-box.right-box {
  margin-top: -15px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: rgba(4, 9, 24, 0.74);
  box-shadow: none;
}

.content-box.left-box {
  margin-top: 40px;
  padding: 25px 0px 0px;
  background-color: #fff;
  box-shadow: none;
}

.fields {
  display: block;
  height: 35px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  float: none;
  background-color: #e1e1e1;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-align: center;
}

.fields.dropdown-fields {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
}

.fields.dropdown-fields.country-field {
  display: inline-block;
  width: 40%;
  float: left;
}

.fields.phone-field {
  display: inline-block;
  width: 56%;
  float: right;
}

.signup-button {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #9ee4e4;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.47);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: none;
}

.title-section {
  height: 111px;
  background-color: #fff;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.61);
}

.success-message {
  background-color: rgba(0, 0, 0, 0.29);
}

.thank-you-message {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}

.error-message {
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(189, 0, 0, 0.47);
  font-size: 12px;
}

.tablet-bg {
  opacity: 1;
}

.brochure-link {
  color: #fff;
}

.bric-logo {
  display: block;
  width: 95px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.form-wrapper {
  margin-bottom: 12px;
}

.form-text {
  display: block;
  margin-top: 15px;
  margin-bottom: 17px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fdfdfd;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.brochure-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-para {
  margin-top: 39px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1f9faa;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.phone-colunn {
  padding-top: 23px;
  padding-right: 0px;
  padding-left: 0px;
}

.talk-with-text {
  margin-top: 34px;
  margin-right: -25px;
  float: right;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.phones-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #32384d;
}

.body {
  background-image: none;
}

.para-heading {
  margin: 0px 25px 20px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #031616;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.para-heading.light {
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fdfefe;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
}

.green-bit {
  color: #2bb5b3;
}

.bulletpoints {
  color: #3f4242;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.white-bit {
  color: #fbfbfc;
}

.bric-link {
  color: #000;
  text-decoration: none;
}

.want-to-know-more {
  margin-top: 20px;
  color: #07b9c0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.checkbox-text {
  color: #fdfcfc;
  font-size: 13px;
  font-weight: 400;
}

.small-text {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 9px;
  line-height: 17px;
  font-style: italic;
  text-align: center;
}

.small-text.dark-small {
  color: #000;
}

.checkbox-field {
  margin-top: 70px;
  clear: both;
}

.list-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #030a1d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.unordered-list {
  margin-left: 40px;
}

.list-item {
  padding-left: 57px;
  background-image: url('../images/green-tick_1green-tick.png');
  background-position: 0px 26%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.blue-text {
  color: #61a8b3;
}

.text-span {
  font-size: 22px;
}

.header-blue {
  color: #000304;
  font-size: 22px;
}

.phone-image {
  float: right;
}

.phone-para {
  margin: 20px 10px 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.phone-block {
  width: 100%;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  text-decoration: none;
}

.flag {
  float: left;
}

.country {
  margin-top: 2px;
  margin-left: 7px;
  float: left;
  color: #e6dcaa;
  font-size: 16px;
}

.phone-number {
  margin-top: 2px;
  float: right;
  color: #a2e6f0;
  font-size: 16px;
}

.close-button {
  margin-top: 12px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.text-span-2 {
  color: #040000;
}

.green-div {
  padding: 10px 7px;
  background-color: #1f9faa;
  text-align: center;
}

.text-span-3 {
  color: #000405;
}

.two-options-img {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.form-div {
  width: 400px;
  padding-right: 50px;
  padding-left: 5px;
  float: right;
}

.head-left {
  height: 680px;
  background-color: #33435a;
}

.h1 {
  margin-top: 45px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fdfdfd;
  font-size: 29px;
  line-height: 32px;
  font-weight: 700;
}

.h2-1 {
  font-family: Lato, sans-serif;
  margin-bottom: 15px;
  color: #fdfdfd;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.h2-2 {
  font-family: Lato, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fdfdfd;
  font-size: 20px;
  line-height: 25px;
}

.form-text {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 16px;
  text-align: left;
}

.divider-line {
  width: 100%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #6099a3;
}

.head-right {
  height: 680px;
  background-image: url('../images/bg.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
	text-align: center;
}

.logos {
  max-width: 30%;
}

.coral-logo {
  
  margin: 20px auto;
}

.radisson-logo {
  position: absolute;
  left: 0%;
  bottom: 0%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.awards-logo {
  position: absolute;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 40%;
}

.highlights {
  padding-top: 35px;
  padding-bottom: 10px;
}

.highlights-h2 {
  margin-bottom: 30px;
  color: #76bcbb;
  font-size: 30px;
  text-align: center;
}

.paragraph {
  margin-top: 15px;
  color: #202121;
  line-height: 29px;
  font-weight: 300;
  text-align: left;
}

.higlights-cols {
  margin-top: 15px;
  margin-bottom: 10px;
}

.hl-col {
  padding: 10px;
}

.hl-text {
  margin-left: 42px;
  color: #000;
  font-size: 22px;
  line-height: 40px;
}

.hl-item {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/tick.png');
  background-position: 0% 5%;
  background-repeat: no-repeat;
}

.button {
  display: block;
  width: 400px;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #9ee4e4;
  box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.47);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.left-imgs {
  width: 50%;
}

.right-imgs {
  width: 50%;
}

.footer-section {
  background-color: #33435a;
}

.image {
  position: static;
  display: block;
  width: auto;
  margin: 15px auto;
}

.footer-textblock {
  margin-top: 39px;
  font-family: Lato, sans-serif;
  color: #fbf9f9;
}

.footer-textblock.left-block {
  float: right;
}

.checkbox-field-2 {
  margin-top: 12px;
}

@media (max-width: 991px) {
  body {
    background-position: 56% 0%;
  }
  h1 {
    margin-bottom: 2px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    margin-top: 10px;
    font-size: 14px;
  }
  .content-box.right-box {
    margin-top: -15px;
  }
  .content-box.left-box {
    border-width: 17px;
  }
  .fields {
    height: 32px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .signup-button {
    height: 46px;
    margin-top: 15px;
    background-image: none;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    text-shadow: none;
  }
  .thank-you-message {
    font-size: 13px;
  }
  .form-text {
    font-size: 12px;
    line-height: 19px;
  }
  .header-para {
    margin-top: 41px;
    font-size: 30px;
    line-height: 27px;
  }
  .talk-with-text {
    margin-top: -3px;
    margin-right: 0px;
    font-family: Lato, sans-serif;
    font-size: 11px;
  }
  .para-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .bulletpoints {
    font-size: 20px;
    line-height: 33px;
  }
  .want-to-know-more {
    font-size: 23px;
  }
  .checkbox-text {
    font-size: 11px;
    line-height: 15px;
  }
  .small-text {
    line-height: 12px;
  }
  .checkbox-field {
    margin-top: 55px;
  }
  .unordered-list {
    margin-left: 0px;
  }
  .text-span {
    font-size: 18px;
  }
  .header-blue {
    font-size: 18px;
  }
  .phone-para {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 16px;
  }
  .phone-block {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .country {
    font-size: 13px;
  }
  .phone-number {
    font-size: 13px;
  }
  .close-button {
    margin-top: 0px;
    font-size: 14px;
  }
  .form-div {
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .head-right {
    background-position: 47% 50%;
  }
  .paragraph {
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 30px;
  }
  .hl-text {
    margin-left: 35px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body {
    background-image: none;
  }
  h3 {
    margin-top: 0px;
  }
  .content-box {
    margin-top: 61px;
  }
  .content-box.right-box {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-box.left-box {
    margin-top: 0px;
    padding-top: 20px;
  }
  .fields {
    border-radius: 5px;
  }
  .signup-form {
    padding-right: 70px;
    padding-left: 70px;
  }
  .signup-button {
    margin-top: 24px;
    background-image: none;
    font-size: 18px;
    line-height: 22px;
    text-shadow: none;
  }
  .title-section {
    height: 85px;
  }
  .bric-logo {
    width: 71px;
    margin-top: 6px;
    float: left;
  }
  .form-text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 22px;
  }
  .middle-head-col {
    margin-top: -84px;
  }
  .left-header-col {
    height: 85px;
  }
  .brochure-icon {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-para {
    margin-top: 27px;
    padding-left: 94px;
    font-size: 28px;
  }
  .phone-colunn {
    display: none;
    margin-top: -84px;
  }
  .talk-with-text {
    display: none;
  }
  .phones-div {
    left: 0px;
    top: -438px;
    right: 0px;
    bottom: auto;
  }
  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .para-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .small-text {
    font-size: 10px;
  }
  .column {
    display: none;
  }
  .text-span {
    font-size: 17px;
  }
  .header-blue {
    font-size: 17px;
  }
  .phone-image {
    margin-right: 10px;
  }
  .close-button {
    margin-bottom: 25px;
  }
  .form-div {
    width: auto;
    float: none;
  }
  .head-left {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 15px;
  }
  .h1 {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .h2-1 {
    text-align: center;
  }
  .h2-2 {
    text-align: center;
  }
  .form-text {
    text-align: center;
  }
  .head-right {
    height: 420px;
    background-position: 50% 0%;
  }
  .highlights {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hl-col {
    margin-top: -5px;
    margin-bottom: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hl-text {
    font-size: 20px;
  }
  .left-imgs {
	display: none;
    width: 100%;
  }
  .right-imgs {
    width: 100%;
    -webkit-transform: translate(-2px, 0px);
    -ms-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  .image {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .footer-textblock {
    margin-top: 10px;
  }
  .footer-textblock.left-block {
    float: none;
  }
  .column-2 {
    text-align: center;
  }
  .text-block {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  body {
    background-position: 56% 34px;
    background-size: 749px;
  }
  p {
    font-size: 13px;
  }
  .content-box {
    margin-top: 75px;
  }
  .content-box.right-box {
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .content-box.left-box {
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: none;
  }
  .signup-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .signup-button {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-shadow: none;
  }
  .title-section {
    height: 76px;
    margin-bottom: 0px;
  }
  .bric-logo {
    width: 52px;
    margin-top: 9px;
  }
  .form-text {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
  }
  .brochure-icon {
    width: 250px;
    margin-bottom: 0px;
  }
  .header-para {
    margin-top: 24px;
    padding-right: 20px;
    padding-left: 64px;
    font-size: 19px;
    line-height: 20px;
  }
  .phones-div {
    top: -393px;
  }
  .para-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .para-heading.light {
    line-height: 24px;
  }
  .bulletpoints {
    font-size: 18px;
    line-height: 30px;
  }
  .list-text {
    font-size: 18px;
  }
  .list-item {
    padding-left: 45px;
  }
  .text-span {
    font-size: 12px;
    line-height: 16px;
  }
  .header-blue {
    font-size: 14px;
    line-height: 20px;
  }
  .phone-image {
    margin-top: 0px;
  }
  .bold-text {
    font-size: 18px;
  }
  .h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .h2-1 {
    font-size: 17px;
    line-height: 20px;
  }
  .h2-2 {
    font-size: 18px;
  }
  .form-text {
    margin-top: 16px;
    margin-bottom: 8px;
    padding-right: 13px;
    padding-left: 13px;
  }
  .head-right {
    height: 300px;
  }
  .highlights {
    padding-right: 10px;
    padding-left: 10px;
  }
  .highlights-h2 {
    font-size: 21px;
  }
  .paragraph {
    font-size: 18px;
    line-height: 23px;
  }
  .hl-col {
    padding-right: 3px;
    padding-left: 3px;
  }
  .hl-text {
    margin-left: 28px;
    font-size: 16px;
    line-height: 20px;
  }
  .hl-item {
    background-position: 0% 24%;
    background-size: 23px;
  }
  .button {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
  }
}

