
    .apply-form-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding-bottom: 100px;
  z-index: 1;
  padding-top:200px;
}

 input {
        height: 50px !important;
        margin: inherit 40px;
    }

.apply-form-box {
  position: relative;
  display: block;
  padding: 50px;
  z-index: 10;
}

.apply-form-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #646464;
  background-blend-mode: luminosity;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}

.apply-form-box__content {
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  float: right;
  background-color: #f7f1eb;
  padding: 50px;
}

.apply-form-box__content .sec-title {
  padding-bottom: 45px;
}


#apply-form {
  position: relative;
  display: block;
}

#apply-form .form-group {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

#apply-form .form-group .input-box {
  position: relative;
  display: block;
}

#apply-form .form-group .input-box .icon {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  color: #a5a2a0;
  font-size: 16px;
  line-height: 50px;
  width: 45px;
  text-align: center;
}

#apply-form .form-group .input-box .icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group input[type="text"],
#apply-form .form-group input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 0px solid #f0f0f0;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

#apply-form .form-group .select-box {
  position: relative;
  display: block;
  width: 100%;
}

#apply-form .form-group .nice-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0px;
  border: solid 0px #f6f6f6;
  width: 100%;
  height: 50px;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font);
}

#apply-form .form-group .nice-select:after {
  position: absolute;
  content: "\e901";
  font-family: 'icomoon' !important;
  color: #7f7873;
  font-size: 16px;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  height: 50px;
  width: 45px;
  bottom: 0;
  text-align: center;
}

#apply-form .form-group .nice-select:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 45px;
  bottom: 10px;
  width: 1px;
  background: #f2ece7;
}

#apply-form .form-group .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
}

#apply-form .form-group .nice-select .option {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}


#apply-form .button-box {
  position: relative;
  display: block;
}

#apply-form .button-box button {
  color: #ffffff;
}

#apply-form .button-box button:after {
  background-color: var(--thm-base);
}



/*** 
=============================================
    Card Banner Area Style      
=============================================
***/
.card-banner-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 100px;
  z-index: 1;
}

.card-banner-content {
  position: relative;
  display: block;
  background-color: #f7f1eb;
  padding: 53px 60px 60px;
  z-index: 1;
}

.card-banner-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: -1;
}

.card-banner-content-img-box {
  position: absolute;
  bottom: 0;
  right: 60px;
}


.card-banner-content .inner-title {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.card-banner-content .inner-title h4 {
  color: var(--thm-base);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}

.card-banner-content .inner-title h2 {
  font-size: 36px;
  line-height: 46px;
}

.card-banner-content .text {
  position: relative;
  display: block;
  padding-bottom: 28px;
}

.card-banner-content .text p {
  color: #7f7873;
}

.card-banner-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}


