@font-face {
  font-family: 'thesans_trialregular';
  src: url('../webfonts/thesans_trial-webfont.woff2') format('woff2'),
    url('../webfonts/thesans_trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'thesans_trialregular';
  src: url('../webfonts/thesans_trial-webfont.woff2') format('woff2'),
    url('../webfonts/thesans_trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'thesans_trialregular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'thesans_trialregular';
}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
}

.container {
  max-width: 1250px;
}


/*************************************
  Thanks Start
*************************************/
.close {
  position: absolute;
  top: 100px;
  left: 100px;
}

.thanks_page {
  padding: 100px 0;
  background: url(../images/thanks-bg.jpg) no-repeat top;
  background-size: cover;
}

.title h1 {
  display: inline-block;
  text-align: right;
  font-weight: normal;
}

.title h1 span {
  display: block;
}

.title strong {
  color: #3DC4B8;
}

/*************************************
  Form Start
*************************************/
.form_page {
  padding: 100px 0;
  background: url(../images/form-bg.jpg) no-repeat top;
  background-size: cover;
}

.form-box {
  background: #3DC4B8;
  height: 100%;
  padding: 50px;
  border-radius: 0 28px 28px 0;
}

.form-box ul {
  padding: 0;
}

.form-box li {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-right: 35px;
}

.form-box li:after {
  content: "\f058";
  font-family: 'Font Awesome 6 Free';
  font-weight: 500;
  position: absolute;
  top: 2px;
  right: 0;
}

.form_page .title h1 {
  position: relative;
}

.form_page .title h1:after {
  content: "";
  /*  background: #000; */
  width: 140px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 0;
}

.form_page .title h1 span {
  color: #3DC4B8;
  font-weight: bold;
}

.form-right {
  background: #f3f3f3;
  padding: 50px;
  border-radius: 28px 0 0 28px;
}

.form-right .input-group {
  margin-bottom: 20px;
}

.form-right .input-group label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-right .input-group label span {
  color: #FF2020;
}

.form-right .input-group .form-control {
  width: 100%;
  height: 40px;
  border-color: #90A8A5;
  border-radius: 12px !important;
}

.form-right .input-group label img {
  padding-left: 10px;
}

.form-right .input-group p {
  margin-bottom: 0;
  font-size: 22px;
}

.form-right .input-group p a {
  color: #3DC4B8;
}

.subWrp {
  text-align: center;
  display: block;
}

.submit-btn {
  background: #272727;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 44px 10px 44px;
}

.submit-btn:hover {
  background: #3DC4B8;
}


.form-area {
  display: flex;
  min-height: 730px;
}

.form-area .align-left {
  flex-grow: 1;
  flex-basis: 0;
  background: url(images/img-02.jpg) no-repeat;
  background-size: cover;
}

.form-area .align-right {
  background: url(images/img-03.jpg) no-repeat;
  background-size: cover;
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  color: var(--white);
}


@media screen and (max-width: 1200px) {
  .form-right .input-group p {
    font-size: 20px;
  }

  .form-box li {
    font-size: 20px;
  }


}


@media screen and (max-width: 990px) {
  .form-area {
    display: block;
  }

  .laptopImg {
    text-align: center;
  }

  .form-box {
    border-radius: 28px 28px 0 0
  }

  .form-right {
    border-radius: 0 0 28px 28px
  }

  .form_page .title h1:after {
    width: 100px;
    top: 16px;
  }

  .close {
    top: 40px;
    left: 20px;
  }

  .close img {
    width: 22px;
  }
}

@media screen and (max-width: 480px) {

  .form-box,
  .form-right {
    padding: 30px;
  }

  .form-right .input-group p {
    font-size: 17px;
  }

  .form-right .input-group label {
    font-size: 16px;
  }
}

.error {
  width: 92%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #a94442;
  color: #a94442;
  background: #f2dede;
  border-radius: 5px;
  font-size: 20px;

}

.serverexiterror {
  font-size: 20px !important;
  color: #ed143d !important;
}

.zf-errorMessage {
  color: #ff0000;
}