.car-det-head{
  padding-top: 100px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 50px;
}
.cd-hbody{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cd-hcont h1{
  color: #12376D;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.cd-hcont p{
  color: #808080;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}
.cd-hcont a{
  text-decoration: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 34px;
  margin-left: 10px;
  color: #222222;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  display: inline-flex;
  transition: .5s;
}
.cd-hcont a svg{
  width: 16px;
  height: 16px;
}
.cd-hcont a svg path{
  transition: .5s;
}
.cd-hcont a:hover{
  color: #12376D;
  background: #12376D;
}
.cd-hcont a:hover svg path{
  fill: #fff;
}

.career-det-content{
  padding-top: 40px;
  padding-bottom: 36px;
}
.det-cont{
  margin-bottom: 30px;
}
.det-cont h4{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.det-cont p{
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-right: 8px;
}
.abt-bc-text{
  margin-bottom: 40px;
}
.abt-bc-text h5{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.abt-bc-text p{
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0;
}
.abt-brickendon-consult{
  margin-bottom: 80px;
}
.abt-overview h5{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.abt-overview p{
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0;
}
.abt-overview{
  margin-bottom: 40px;
}
.abt-overview h5{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.abt-overview p{
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0;
}
.abt-skill{
  margin-bottom: 60px;
}
.abt-skill h5{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.abt-skill ol{
  padding-left: 15px;
  margin: 0;
}
.abt-skill p{
  list-style: auto;
  text-align: left;
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.abt-offer{
  margin-bottom: 40px;
}
.abt-offer h5{
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.career-form{
  background-color: #f2f2f2;
  padding: 60px 0;
}
.cf-cont h4{
  color: #12376d;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.cf-cont p{
  color: gray;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 70%;
}
.cf-cont p span{
  display: block;
  margin-top: 30px;
  font-style: italic;
}
.cf-form .name p{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cf-form .name p span {
  width: 48%;
  display: inline-block;
}
.cf-form .career-form-content p span input {
  margin-bottom: 16px;
}
.cf-form input{
  border: 1px solid #12376d;
  border-radius: 0 0 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #323232;
  padding: .5625rem 1rem;
  width: 100%;
  line-height: 1 !important;
  min-height: 42px;
  max-width: 100%;
}
.cf-form .career-form-content .choose-file input{
  border: none;
  padding: 0;
  margin: 0;
}
.choose-file p, .career-form-content p{
  margin-bottom: 0;
}
.career-form-check label{
  margin-bottom: 16px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #7A7A7A;
}
.career-form-check input{
  position: relative;
  border: 2px solid currentColor;
  border-radius: 2px;
  background: none;
  clear: none;
  cursor: pointer;
  display: inline-block !important;
  line-height: 0;
  margin: 0 .6em 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: .5;
  border-radius: 50%;
  transition: all .26s cubic-bezier(.25,.8,.25,1);
  min-height: auto;
}
.career-form-check input:before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 3px;
  margin-top: -5px;
  border-radius: 50%;
  content: "";
  opacity: 0;
  position: absolute;
}
.career-form-check input:checked{
  opacity: 1;
  border-color: #12376D;
}
.career-form-check input:checked::before {
  background-color: #12376d;
  opacity: 1;
}
.career-form-check span.wpcf7-list-item {
  margin: 0;
}
.sub-btn-div{
  text-align: right;
}
.sub-btn-div button{
  background-color: #61ce7000;
  color: #12376d !important;
  border: 1px solid #12376d;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  transition: all .5s;
}
.sub-btn-div button:hover{
  background: #12376D;
  color: #fff !important;
}
@media (max-width:576px){
  .car-det-head {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .cd-hbody {
    align-items: flex-start;
    flex-direction: column;
  }
  .cd-hcont{
    margin-bottom: 20px;
  }
  .cd-hcont a{
    margin-left: 0;
    margin-right: 10px;
  }
  .career-det-content {
    padding-bottom: 0;
  }
  .abt-overview {
    margin-bottom: 20px;
  }
  .abt-skill {
    margin-bottom: 30px;
  }
  .abt-brickendon-consult {
    margin-bottom: 50px;
  }
  .abt-offer {
    margin-bottom: 0;
  }
  .abt-bc-text {
    margin-bottom: 20px;
  }
}













