@font-face {
  font-family: gilroy;
  src: url("../../fonts/Gilroy-Medium.ttf");
}
@font-face {
  font-family: gilroy-bold;
  src: url("../../fonts/Gilroy-Bold.ttf");
}

html {
  font-family: "gilroy";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  color: #343434;
  font-size: 16px;
  font-family: "gilroy";
  padding: 0;
  margin: 0;
  height: 100%;
}
.wrapper {
  background-color: #ffffff;
}
.wrapperContainer {
  overflow-x: hidden;
  display: flex;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-color: #ffffff;
  height: 100vh;
}
.rightDiv h1 {
  color: #f7fafc;
  font-family: "gilroy-bold";
  font-size: 70px;
  padding: 2rem 5rem 0 5rem;
  font-weight: 600;
}
.feature {
  padding: 0rem 5rem 0 5rem;
}
.feature span {
  display: flex;
  align-items: center;
}
.feature span p {
  font-size: 18px;
  color: #e1e8ff;
  padding-left: 0.8rem;
  margin: 0.8rem 0;
  font-weight: 600;
}
.footer {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  color: #a6b7d4;
  font-size: 14px;
  padding: 3.5rem 5rem 0 5rem!important;
  background: unset!important;
}
.footer-right a {
  text-decoration: none;
  color: #a6b7d4;
  padding-right: 1rem;
}
.leftDiv-wrapper {
  padding: 2rem 8rem 2rem 8rem;
}
.leftDiv-head {
  padding-bottom: 4rem;
}
.leftDiv-head span {
  display: block;
  font-size: 16px;
  color: #27272e;
  padding-top: 5px;
}
.leftDiv-form label {
  color: #425466;
  font-size: 14px;
  display: block;
}
a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.leftDiv-form input {
  background-color: #edf2f7;
  outline: 0;
  font-size: 14px;
  border: 0;
  display: block;
  width: 100%;
  height: 3rem;
  margin: 0.5rem 0 1rem 0;
  border-radius: 6px;
}
.leftDiv-form select {
  background-color: #edf2f7;
  outline: 0;
  font-size: 14px;
  border: 0;
  display: block;
  width: 104%;
  height: 3rem;
  margin: 0.5rem 0 2rem 0;
  border-radius: 6px;
  padding: 0 10px;
}
input[type="text"],
[type="tel"],
[type="email"] {
  padding: 0 10px;
}
.cpx-btn {
  background-color: #193058;
  padding: 20px 40px;
  outline: 0;
  color: #ffffff;
  text-decoration: 0;
  border: 0;
  font-size: 17px;
  border-radius: 8px;
  margin: 5rem 0;
  float: right;
}
.back-btn {
  background-color: #193058;
  padding: 20px 40px;
  outline: 0;
  color: #ffffff;
  text-decoration: 0;
  border: 0;
  font-size: 17px;
  border-radius: 8px;
  margin: 5rem 0;
  float: left;
}
.img-header {
  padding-bottom: 7rem;
}
.thank-you-wrapper {
  background-image: url(../../affiliate/assets/Thank-you-background.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: local;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  max-height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.thank-you-body {
  padding: 1rem 8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thank-you-message {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3rem 8rem;
  padding: 2rem 10rem 3rem 10rem;
  border-radius: 25px;
}
.thank-you-message h1 {
  font-size: 35px;
  text-align: center;
  padding-top: 10px;
}
.thank-you-footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #a6b7d4;
  font-size: 14px;
}
.thank-you-footer a {
  color: #a6b7d4;
  text-decoration: none;
  padding-right: 1.5rem;
}
.form-control {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.63px;
  padding: 18px 13px;
  font-size: 14px;
  border: 1px solid black;
  border-radius: 0px;
  font-weight: 400;
}
.iti {
  position: relative;
  display: block;
  margin: 0.5rem 0 2rem 0;
  width: 100%;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
  /* display: none; */
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f3f5f8;
  border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #193058;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #193058;
}
@media only screen and (min-width: 850px){
  .leftDiv {
    width: 50%;
    /* height: 100%; */
    display: flex;
    position: relative;
    flex-direction: column;
    max-height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
  }
  .rightDiv {
    background-image: url(../../affiliate/assets/new-2.svg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    width: 50%;
    /* height: 100%; */
    display: flex;
    position: relative;
    flex-direction: column;
    max-height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 850px) {
  .wrapperContainer {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: space-between;
}

.rightDiv {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  background-image: url(../../new-2.svg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: local;
  padding: 0px;
}
.leftDiv-wrapper{
  padding: 2.5rem;
}
.img-header {
  padding-bottom: 2rem;
}
.cpx-btn{
  margin: 2rem 0;
  width: 49%;
  text-align: center;
}
.back-btn{
  margin: 2rem 0;
  width: 49%;
  text-align: center;
}
.leftDiv-head {
  padding-bottom: 2rem;
}
.rightDiv h1{
  font-size: 40px;
  padding: 2rem;
  display: none;
}
.feature{
  padding: 2rem;
  display: none;
}
.footer {
    display: flex;
    color: #a6b7d4;
    font-size: 14px;
    padding: 1rem 0!important;
    flex-direction: row;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-around;
    background: unset!important;
}
.footer-right a {
  text-decoration: none!important;
  color: #a6b7d4!important;
  padding-right: 1rem!important;
}
.thank-you-body{
  padding: 1rem 2rem;
}
.thank-you-message{
  margin: 2rem 0rem;
  padding: 2rem;
}
.thank-you-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a6b7d4;
  font-size: 14px;
  padding-bottom: 2rem;
}
}
.occupation div p, .yearsofExperience div p{
  background-color: #edf2f6;
  color: #7A828A;
  padding: 13px 10px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.occupation div p.selected, .yearsofExperience div p.selected {
  background-color: #193058;
  color: white;
}