* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

/* form */
#formbox {
  max-width: 380px;
  margin: 0 auto;
  width: 100%;
  margin-top: 33px;
  border-radius: 4px;
  background: #f1f1f1;
}
.formTitleContainer {
  padding: 11px 0;
  background: #dc2626;
}
.formTitle {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 21px 17px 16px 17px;
  border-radius: 4px;
  background: #f1f1f1;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #cacaca;
  background: #fff;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 12px;
  width: 100%;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel {
  margin-top: 14px;
}
#checklabel p {
  color: #333;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px; /* 120% */
  padding-left: 16px;
}
#checklabel p a {
  color: #333;
  font-family: Lato;
}
#check {
  float: left;
}
.submit {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  border-radius: 6px;
  background: #dc2626;
  border: 0;
  cursor: pointer;
  padding: 16px 0;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #dc2626;
  box-shadow: 0 0 10px #dc2626;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1080px;
  margin: 0 auto;
}

/* header */
.headerTop {
  background: #273c51;
}
.headerSub {
  color: #d7d7d7;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
}
.headerBottom {
  background: #344a5f;
  padding-top: 8px;
  padding-bottom: 5px;
}
.headerBottomLink {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  text-transform: uppercase;
}
.headerBottomLink img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

/* content */
.contentInner {
  max-width: 760px;
}
.contentTopSub {
  color: #686868;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
}
.contentTitle {
  color: #17191c;
  font-family: 'Open Sans';
  font-size: 31px;
  font-style: normal;
  font-weight: 800;
  line-height: 37.2px; /* 120% */
  margin-top: 9px;
}
.contentImg {
  margin: 20px 0;
}
.contentImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentTitle1 {
  color: #17191c;
  font-family: 'Open Sans';
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.25px; /* 125% */
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  margin-top: 19px;
}
.contentSub {
  color: #333;
  font-family: 'Open Sans';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 160% */
}
.contentSub a {
  color: #167ac6;
  font-weight: 700;
}
.contentBox {
  border-radius: 6px;
  background: #e5fcf6;
  padding: 15px 15px 21px 15px;
  margin-top: 9px;
}
.contentSubs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.2px;
  margin-top: 20px;
}
.contentSub1 {
  color: #5c626d;
  font-family: 'Open Sans';
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.48px; /* 160% */
  margin-top: 18px;
}
.contentSub1 a {
  color: #167ac6;
  font-weight: 700;
}
.contentImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 42px;
}
.contentImgs img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* footer */
.footer {
  padding: 60px 0;
  background: #2e3138;
  margin-top: 30px;
}
.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.footerSub {
  color: #abb0ba;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 160% */
}
.footerSub a {
  color: #abb0ba;
}
.btnContainer {
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.stickyBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px; /* 160% */
  border-radius: 5px;
  background: #e92c2c;
  -webkit-box-shadow: 0 5px 0 0 #bc1f1f;
  box-shadow: 0 5px 0 0 #bc1f1f;
  padding: 10px 80px;
}
