* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

*, html, body {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: #282828;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  direction: ltr;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 60px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h2 {
  font-size: 18px;
}


.header a{
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* Header css start */
.header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    width: 100%;
    padding: 0px 20px;
    z-index: 800;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FDF5F1;
    border-bottom: 1px solid rgba(225, 225, 225, 0.7);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    box-shadow: 0 3px 3px rgba(23,43,77,.08);
}



body.menu-behind .header .brand {
  min-width: 180px;
}
.header .top-title {
  text-align: right;
}

.header a {
  color: #000;
  text-decoration: none;
}
.header a:hover{
  color: #5ad9ac;
  text-decoration: none;
}
.header span {
  font-size: 18px;
}

/* Header css end */



.btn-gradient {
  background: #5ad9ac;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  line-height: 20px;
}
.btn-gradient:hover {
  color: #ffffff;
}

.w-100 {
  width: 100%;
}

.main_wrap {
  padding: 145px 0;
  display: block;
}

.top-header-wrap {
  position: relative;
  z-index: 1;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.backbtn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.top-title {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}

.center-wrap {
  padding: 30px 15px;
  background-color: #ffffff;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.form-group {
  border-radius: 15px;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
}

.form-group .f_field {
  color: #333333;
  font-size: 16px;
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  box-shadow: none;
  outline: none;
}

.form-group label {
  color: #282828;
  font-size: 14px;
  font-weight: 900;
  display: block;
  margin-bottom: 3px;
}

.form-group input::placeholder {
  color: #D3D3D3;
}

.img-wrap-1 {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.img-wrap-1 img {
  width: 95%;
  max-width: 400px;
}
.img-wrap-1.checksign img {
  max-width: 300px;
}

.title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.title-wrap .h2 {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
}
.title-wrap p {
  font-size: 16px;
}
.btn-wrap {
  margin-top: 30px;
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.form-detail {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.form-detail .form-d {
  margin-bottom: 8px;
}

.thankyou-page .img-wrap-1 {
  margin-top: 20px;
}

.thankyou-page .title-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.w-break {
  word-break: break-word;
}

.flexrow {
  display: flex;
  flex-wrap: wrap;
}
.flexrow .col_fr {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  max-width: 50%;
}

@media(min-width: 768px) {
  .center-wrap {
    padding: 40px;
  }
  .backbtn {
    top: 10px;
    left: 10px;
  }
  .title-wrap {
    margin-bottom: 50px;
  }
}
@media(min-width: 1200px) {
  .top-title {
    font-size: 30px;
  }
}
@media(max-width: 1199px) {
  .main_wrap {
    padding: 88px 0;
  }
}
@media(max-width: 767px) {
  .title-wrap .h2 {
    font-size: 20px;
  }
  .title-wrap p {
    font-size: 15px;
}
.flexrow .col_fr {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.header .brand img {
  width: 160px;
}
}


.page-container .page-content-wrapper {
  min-height: 100%;
  position: relative;
}

.form-group label:not(.error) {
  font-family: 'Muli';
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

.form-group label:not(.error) {
  font-size: 11px;
  line-height: 20px;
  /* text-transform: none; */
  font-weight: 700;
  color: #000;
}

.footer {
    background-color: #FDF5F1;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer .container{ max-width: 1050px; margin:0 auto;}
.footer-copy{ text-align: center;}