* {
  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;
}

@-webkit-keyframes pulsing {
  100% {
    -webkit-box-shadow: transparent 0 0 0 20px;
    box-shadow: transparent 0 0 0 20px;
  }
}

@keyframes pulsing {
  100% {
    -webkit-box-shadow: transparent 0 0 0 20px;
    box-shadow: transparent 0 0 0 20px;
  }
}

/* formbox */
#formbox {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.formTitle {
  background: #60359b;
  padding: 30px;
}
.formTitle p {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 220% */
  letter-spacing: 2px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px;
  position: relative;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid #ececec;
  background: #fff;
  width: 100%;
  margin-bottom: 12px;
  padding: 15px 16px;
}
#phone {
  padding-left: 60px;
}
.intl-tel-input.allow-dropdown {
  width: 100%;
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.55px; /* 115% */
  text-transform: uppercase;
  border-radius: 6px;
  background: #5a3594;
  cursor: pointer;
  padding: 25px 0;
  border: 0;
  margin-top: 17px;
  -webkit-box-shadow: #5a3594 0 0 0 0;
  box-shadow: #5a3594 0 0 0 0;
  -webkit-animation: 2s ease 0s infinite normal none running pulsing;
  animation: 2s ease 0s infinite normal none running pulsing;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#checklabel,
#check {
  display: none;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.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%;
}
.formImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.formImgs img {
  display: block;
  max-width: 100%;
}

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

/* header */
.header {
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 14px;
}
.headerTopLeftBtn {
  display: inline-block;
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: 0.3px;
  border-radius: 40px;
  background: #fc7836;
  padding: 13px 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerTopLeftBtn:hover {
  background-color: hsl(280, 22%, 24%);
  color: #23527c;
}
.headerTopRightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.logInBtn {
  display: inline-block;
  color: #736f6b;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: 0.3px;
  padding: 13px 17px;
  border-radius: 40px;
  border: 1px solid #736f6b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logInBtn:hover {
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
}
.menuBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.5px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 100% */
  letter-spacing: 0.3px;
  padding: 13px 17px;
  border-radius: 40px;
  background: #fc7836;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menuBtn img {
  display: block;
}
.menuBtn:hover {
  background-color: hsl(280, 22%, 24%);
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 13px;
}
.headerLink {
  color: #736f6b;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.25px; /* 115% */
  letter-spacing: 0.3px;
  padding: 12px 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerLink:hover {
  color: #fc7836;
}

/* content */
.content {
  margin-top: 31px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 65%;
}
.contentTitle {
  color: #222;
  font-family: Open Sans;
  font-size: 32.953px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.contentTitle span {
  font: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contentSub {
  color: #222;
  font-family: Verdana;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-top: 14px;
}
.contentImg {
  margin-top: 21px;
}
.contentImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.contentLeftBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}
.contentLeftBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
.contentLeftBoxSub {
  color: #222;
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contentLeftBoxSub a {
  color: #0198bd;
}
.contentLeftBoxImgSub {
  color: #000;
  font-family: Lato;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 18.4px;
  margin-top: 20px;
}
.contentLeftBoxImgSub a {
  color: rgba(51, 122, 183, 1);
}
.contentLeftBoxTitle {
  color: #222;
  font-family: Verdana;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.contentLeftBoxBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Verdana;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding: 14px;
  border-radius: 8px;
  background: #e90e0e;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentLeftBoxBtn:hover {
  -webkit-box-shadow: 0 0 10px #e90e0e;
  box-shadow: 0 0 10px #e90e0e;
}
.contentLeftBoxImg1 img {
  width: auto;
  margin: 0 auto;
}
.contentLeftBoxImgSub1 {
  color: #333;
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-top: 10px;
}
.contentLeftBoxSub2 {
  color: #141414;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.contentLeftBoxTitle1 {
  color: #141414;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.2px;
}
.contentLeftBoxTitle1 a {
  color: rgba(51, 122, 183, 1);
}
.underline {
  text-decoration: underline;
  color: #000 !important;
}
.contentRight {
  width: 31%;
}
.contentRightBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.contentRightBoxTitle {
  color: #666;
  font-family: Georgia;
  font-size: 18.125px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0198bd;
}
.contentRightBoxImg {
  margin-top: 15px;
}
.contentRightBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBoxSub {
  color: #222;
  font-family: Verdana;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  margin-top: 7px;
}
.contentRightBoxSub a {
  color: rgba(1, 152, 189, 1);
}
.italic {
  font-style: italic;
}
.contentRightBoxSub1 {
  color: #222;
  font-family: Verdana;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;
  margin-top: 5px;
}
.steps {
  margin-top: 23px;
}
.stepsTitle {
  color: #666;
  font-family: Georgia;
  font-size: 17.813px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 2px;
  border-bottom: 2px solid #0198bd;
}
.stepsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.stepBox {
  border: 1px solid #ccc;
  background: #f5f9fa;
  padding: 11px;
  padding-bottom: 16px;
}
.stepBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stepBoxTop img {
  display: block;
}
.stepBoxSub {
  color: #222;
  font-family: Open Sans;
  font-size: 20.672px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}
.stepBoxLink {
  display: block;
  color: #0198bd;
  font-family: Verdana;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-top: 6px;
}
.stepBoxImg {
  margin-top: 5.5px;
  border: 1px solid #808080;
}
.stepBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* comments */
.comments {
  margin-top: 16px;
}
.commentsInner {
  width: 65%;
}
.commentsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.commentsBox {
  border-radius: 8px;
  border: 1px solid #e5e5dd;
  background: #fff;
  padding: 25px;
}
.commentsBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e3e4e4;
}
.commentsBoxImg img {
  display: block;
  width: 44px;
  height: 44px;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  border-radius: 50%;
}
.commentsBoxName {
  color: #1c1c1c;
  font-family: Arial;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 121.905% */
  letter-spacing: -0.15px;
}
.commentsBoxTopSub {
  color: #696a6a;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  letter-spacing: 0.15px;
  margin-top: 4px;
}
.commentsBoxMidlle {
  padding: 16px 0;
}
.commentsBoxMidlleTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.commentsBoxTime {
  color: #696a6a;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  letter-spacing: 0.15px;
}
.commentsBoxSub {
  color: #1c1c1c;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  letter-spacing: 0.18px;
  margin-top: 15px;
}
.commentsBoxSub1 {
  color: #1c1c1c;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.15px;
  margin-top: 8px;
}
.commentsBoxBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e3e4e4;
}
.commentsBoxBottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.commentsBoxBottomLeftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.commentsBoxBottomLeftSub {
  color: #696a6a;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  letter-spacing: 0.15px;
}

/* footer */
.footer {
  border-top: 8px solid #fc7836;
  background: #fff;
  margin-top: 48px;
  padding: 20px 0;
}
.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 110px;
}
.searchInput {
  color: #000;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background: #f3f3f3;
  padding: 11.5px 20px;
  border: 0;
  width: 240px;
}
.footerImg img {
  display: block;
  max-width: 100%;
}
