.career_deta_section{
  position:relative;
  z-index:2;
}
.cd_descrp_sec{
  display:none;
}
.career_deta_section .cd_logo_image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
      background-color: var(--tertiary_color);
  -webkit-box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
  border-radius: 100%;
}
.career_deta_section .cd_logo_image img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: block;
}
.career_deta_section .cd_two_col{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 40px;
  border-top: 1px solid var(--secondary_color);
}
.career_deta_section .cd_two_col:last-child{
  border-bottom: 1px solid var(--secondary_color);
}
.career_deta_section .cd_content_side{
  -ms-flex-preferred-size:49%;
  flex-basis:49%;
  margin-right:3%;
}
.career_deta_section .cd_content_side p{
  margin:0 0 12px;
}
.career_deta_section .cd_button_side{
  -ms-flex-preferred-size: 27.2%;
  flex-basis: 27.2%;
  text-align: right;
}
.career_deta_section .cd_heading {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.career_deta_section .cd_heading h5 {
  color: var(--body_color);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.07px;
}

.career_deta_section .cd_button_side a.cta_button[title] {
  padding: 17px 39px 17px 20px;
  letter-spacing: -0.09px;
}
.career_deta_section .cd_button_side a.cta_button[title]:after{
  right:20px;
}
.career_deta_section .cd_button_side a.cta_button[title]:hover:after  {
  right: 12px;
}
.career_deta_section .cd_content_side h3 {
  margin: 0 0 16px;
  font-weight:500;
}
@media(min-width:768px) and (max-width:900px){
  .career_deta_section .cd_content_side {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .career_deta_section .cd_button_side {
    -ms-flex-preferred-size: 30.2%;
    flex-basis: 30.2%;
  }
}
@media(min-width:1024px){
  .career_deta_section .cd_content_side h3 {
    font-size:28.9px;
    line-height:1.15;
  }
  .career_deta_section .cd_content_side p{
    line-height:1.62;
  }
}
@media(max-width:767px){
  .career_deta_section .cd_two_col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .career_deta_section .cd_content_side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 15px;
  }
  .career_deta_section .cd_button_side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .career_deta_section .cd_heading {
    max-width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
  .career_deta_section .cd_button_side a.cta_button[title] {
    padding: 10px 39px 10px 20px;
  }
}

.career_form_section.cf_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  padding-bottom:50px;
}
.career_form_section.cf_popup::-webkit-scrollbar {
  width:0px;
}
.career_form_section.cf_popup::-webkit-scrollbar-track {
  border-radius:0;
}
/* Handle */
.career_form_section.cf_popup::-webkit-scrollbar-thumb {
  background:transparent; 
  border-radius:0px;
}
.career_form_section.cf_popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.career_form_section{
  position:relative;
  z-index:2;
}
.career_form_section .cf_logo_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.career_form_section .cf_logo_img img {
  width: 67px; 
  height: 67px;
  border-radius: 50%;
  display: block;
}
.career_form_section .cf_main {
  max-width: 720px;
  margin: 0 auto;
}
.career_form_section .cf_heading{
  margin:0 0 20px;
}
.career_form_section .cf_content{
  margin:0 0 40px;
}
.career_form_section .form-columns-2 .hs-form-field {
  width: 50% !important;
  margin-right: 0;
  margin-bottom: 18px;
  padding-right: 25px; 
}
.career_form_section .form-columns-2 .hs-form-field:nth-child(2n+2){
  padding-right:0;
}
.career_form_section form input[type=text], 
.career_form_section form input[type=email], 
.career_form_section form input[type=password], 
.career_form_section form input[type=tel], 
.career_form_section form input[type=number], 
.career_form_section form input[type=file], 
.career_form_section form select, 
.career_form_section form textarea {
  border: 1px solid var(--primary_color);
  background-color: #fff;
  color: var(--primary_color);
  border-radius: 6px;
  width: 100% !important;
  outline: 0;
  font-size: 16px;
  padding: 11px 16px;
  line-height: 26px!important;
}
.career_form_section form fieldset.form-columns-2 .hs-form-field:first-child .input {
  margin-right: 0;
}
.career_form_section form fieldset.form-columns-2 .hs-form-field:last-child .input{
  margin-left:0;
  margin-right:0;
}
.career_form_section form label{
  font-weight: 600;
  color: var(--primary_color);
  margin-bottom: 8px;
}
.career_form_section ul.no-list.hs-error-msgs.inputs-list label,
.career_form_section .hs-error-msg{
  font-weight:500;
  text-align:right;
}

.career_form_section .hs-button.large.primary{
  margin-top:10px;
  padding:12px 45px;
  -webkit-transition:.3s ease-in-out;
  -o-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
}
.career_form_section .hs-button.large.primary:hover {
  background-color: #fff;
  color: var(--primary_color);
}
.career_form_section form .actions:before{
  position:unset;
}
/* hide show css */
.career_form_section .close_icon{
  display:none;
}
.cf_popup .cf_show_hide{
  max-width:1144px;
  margin:0 auto;
  padding:60px 40px 40px;
  background-color:#fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
  position:relative;
}
.cf_popup .close_icon img{
  width:22px;
  height:25px;
  cursor:pointer;
}
.cf_popup .cf_main {
  max-width: 100%;
  margin: 0 auto;
}
.cf_popup  .cf_heading{
  text-align:center;
}
.career_form_section.cf_popup .close_icon {
  position: absolute;
  right: 25px;
  top: 20px;
  display:block;
}
.career_form_section .cf_content h4 {
  font-weight: 600;
  margin: 0 0 10px;
}

/* hide show css */

/* two Col css */
.two_cl .cf_two_col{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.two_cl .cf_content{
  -ms-flex-preferred-size:38%;
  flex-basis:38%;
}
.two_cl .cf_form_deta{
  -ms-flex-preferred-size:60%;
  flex-basis:60%;
}
.two_cl .cf_heading{
  text-align:center;
}
.career_form_section.two_cl .cf_main {
  max-width: 100%;
  margin: 0 auto;
}
.career_form_section.two_cl .cf_heading {
  margin: 0 0 45px;
}
.career_form_section.two_cl .cf_content {
  margin:0;
}
@media(max-width:767px){
  .career_form_section .hs-button.large.primary{
    line-height:1;
  }
  .career_form_section .cf_content,
  .career_form_section .cf_heading {
    text-align: center;
  }
  .career_form_section .cf_main{
    max-width:100%;
  }
  .cf_popup .cf_show_hide{
    padding:60px 15px 40px;
  }
  .two_cl .cf_two_col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .two_cl .cf_content{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .two_cl .cf_form_deta{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .career_form_section.two_cl .cf_heading {
    margin: 0 0 20px;
  }
  .career_form_section.two_cl .cf_content {
    margin:0 0 35px;
  }
}
@media(max-width:767px){
  .career_form_section .form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0;
  }
}