@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  font-family: "Open Sans", sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
}

.main-btn {
  width: 140px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 3px solid #0A1A5C;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 0.75em 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #0A1A5C;
  font-size: clamp(14px, 2.5vw, 18px);
}
.main-btn:hover {
  background-color: #0A1A5C;
  color: white;
  transition: all 0.3s ease-in-out;
}

.hero {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  background-image: url("../img/bg_img.jpg");
  background-size: cover;
  background-position: bottom;
}
.hero .content {
  background: linear-gradient(90deg, rgba(0, 9, 58, 0.5) 0.14%, rgba(189, 154, 80, 0.5) 99.82%);
  height: 100%;
  width: 100%;
  position: relative;
}
.hero .content .logo {
  position: absolute;
  top: clamp(1em, 2.5vw, 3em);
  left: clamp(1em, 2.5vw, 3em);
  z-index: 4;
}
.hero .content .logo img {
  width: 120px;
}
.hero .content .zoom-info-container {
  background: white;
  padding: 4em;
  width: calc(55% - 4em);
  height: calc(100% - 8em);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
.hero .content .zoom-info-container .content-info .zoom-logo {
  width: clamp(120px, 2.5vw, 200px);
  margin: 0;
}
.hero .content .zoom-info-container .content-info h5 {
  margin: 0.5em 0 1.5em 0;
  font-size: clamp(22px, 2.5vw, 30px);
  color: #0A1A5C;
}
.hero .content .zoom-info-container .content-info .action-btns .btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  margin-bottom: 20px;
}
.hero .content .zoom-info-container .content-info .action-btns .btn-container h4 {
  margin: 0;
  color: #0A1A5C;
  font-size: clamp(14px, 2.5vw, 18px);
}
.hero .content .footer {
  display: flex;
  width: calc(100% - 2em);
  height: 60px;
  padding: 0.5em 1em;
  max-height: 80px;
  background-color: #0A1A5C;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  flex-wrap: wrap;
  z-index: 3;
}
.hero .content .footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: clamp(14px, 2.5vw, 17px);
  display: inline-block;
  margin-right: 1em;
}
.hero .content .footer a:last-child {
  margin-right: 0;
}

#webchat_page .header-part {
  padding: 15px 0;
}
#webchat_page .header-part img {
  width: 207px !important;
}
#webchat_page .page-path-bar {
  background-color: #0A1A5C !important;
  margin-bottom: 0px;
  padding: 15px 0px;
}
#webchat_page .page-path-bar p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#webchat_page .page-path-bar p a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#webchat_page .page-path-bar p a img {
  width: 15px;
}
#webchat_page .page-title h1 {
  font-size: 22px;
  color: #0A1A5C;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: capitalize;
}
#webchat_page .page-title h1::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  top: -5px;
  left: 0px;
  background: #BD9A50;
  border-radius: 2px;
}
#webchat_page .page-content {
  margin-bottom: 60px;
}
#webchat_page .page-content .page-mini-desc {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700 !important;
  color: #4F4F4F;
  margin-top: 0;
  margin-bottom: 3em;
}
#webchat_page .page-content form .form-divider {
  margin-bottom: 25px;
  border-bottom: 2px solid #BD9A50;
}
#webchat_page .page-content form .form-divider h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #0A1A5C;
}
#webchat_page .page-content form .field-container {
  margin-bottom: 10px;
}
#webchat_page .page-content form .field-container input, #webchat_page .page-content form .field-container textarea {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #0A1A5C;
  color: #0A1A5C;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  outline: none;
  resize: none;
}
#webchat_page .page-content form .field-container input::-moz-placeholder, #webchat_page .page-content form .field-container textarea::-moz-placeholder {
  color: #395BA3;
}
#webchat_page .page-content form .field-container input::placeholder, #webchat_page .page-content form .field-container textarea::placeholder {
  color: #395BA3;
}
#webchat_page .page-content form .field-container input.agree-ckb, #webchat_page .page-content form .field-container textarea.agree-ckb {
  width: initial;
}
#webchat_page .page-content form .field-container.ckb {
  margin: 20px 0;
}
#webchat_page .page-content form .field-container.ckb label {
  color: #BD9A50;
  font-size: 15px;
}
#webchat_page .page-content form .field-container.ckb label a {
  color: #BD9A50;
}
#webchat_page .page-content form .field-container textarea {
  min-height: 100px;
}
#webchat_page .page-content form .field-container .error-message {
  display: none;
  color: red;
  font-size: 12px;
  margin: 0;
}
#webchat_page .page-content form .btn-container button {
  background-color: #fff;
  text-transform: uppercase;
  color: #BD9A50;
  border-radius: 4px;
  border: 2px solid #BD9A50;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  padding: 8px 15px;
  transition: all 0.25s ease-in-out;
}
#webchat_page .page-content form .btn-container button:hover {
  transition: all 0.25s ease-in-out;
  background-color: #BD9A50;
  color: #fff;
}
#webchat_page .page-content .img-side {
  background-image: url("../img/LiveWebChat_FormImage2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
#webchat_page .footer-part {
  background-color: #0A1A5C;
  padding: 20px 0;
}
#webchat_page .footer-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
#webchat_page .footer-part ul.policies li {
  margin: 0;
  margin-right: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
#webchat_page .footer-part ul.policies li:last-child {
  margin-right: 0;
}
#webchat_page .footer-part ul.policies li a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
}
#webchat_page .footer-part ul.policies li a:hover {
  transition: all 0.25s ease-in-out;
  color: #BD9A50;
}
#webchat_page .footer-part ul.social-media-links {
  justify-self: flex-end;
}
#webchat_page .footer-part ul.social-media-links li {
  margin-right: 10px;
}
#webchat_page .footer-part ul.social-media-links li:last-child {
  margin-right: 0;
}
#webchat_page .footer-part ul.social-media-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #BD9A50;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.25s ease-in-out;
}
#webchat_page .footer-part ul.social-media-links li a img {
  width: 23px;
}
#webchat_page .footer-part ul.social-media-links li a:hover {
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  border-color: #BD9A50;
}

/* Media Query for Mobile Devices */
@media (max-width: 600px) {
  .hide-small {
    display: none !important;
  }
  .main-btn {
    width: 100px;
  }
  .zoom-info-container {
    padding: 1em;
    width: calc(100% - 6em) !important;
  }
  .logo img {
    width: 80px;
  }
}
/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 601px) and (max-width: 992px) {
  .main-btn {
    width: 100px;
  }
  .zoom-info-container {
    padding: 2em;
    width: calc(100% - 8em) !important;
  }
  .logo img {
    width: 120px;
  }
  .hide-medium {
    display: none !important;
  }
}
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 993px) {
  .hide-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px !important;
  }
}/*# sourceMappingURL=main.css.map */