.career_section_1
{
    width: 100%;
    margin: auto;
}
.career_section_1_Container
{
  margin-top: 4%;
  width: 80%;
  margin-left: 10%;
}

.career_section_1_Containerbox
{
  padding: 1% 0%;
}

.career_section_1Data_text3
{
  font-size: 2.4vw;
}

.career_section_1_mainContainer
{
  width: 100%;
  margin-top: 5%;
  display: grid;
  margin-bottom: 5%;
}
.career_section_1_mainContainer .career_section_1_mainContainer_Box
{
    width: 100%;
}
.career_section_1_mainContainer_BoxContent
{
  width: 100%;
  font-size: 1.3vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 3% 0% 3% 0%;
  /* background-color: #f3f3f3;
  box-shadow: 0 0 10px rgba(0,0,0,0.2); */
}
.career_section_1_mainSVGCont
{
  width: 20%;
}
.career_section_1_mainSVGContainer_BoxContent
{
  flex-basis: 75%;
  padding: 2% 0% 2% 0%;
  width: 80%;
  margin-left: 10%;
}

.career_section_1_mainContainer_BoxContentText
{
  /* font-size: 3.4vw;
  margin-bottom: 4%;
  flex-basis: 25%;
  margin-left: 10%; */
  text-align: center;
}


  .career_section_1_Container
{
  margin-top: 5%;
  display: grid;
  margin-left: 0%;
  width: 100%;
    
}
.career_section_1_Containerbox
{
  padding: 3% 0%;
}
.career_section_1Data_text3
{
  font-size: 1.4vw;
}
.career_section_1_Container2 a
{
    top: 50% !important;
    transform: translateY(-50%) !important;
    float: right !important;
}
.career_section_1_mainContainer
{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 3%;
}
.career_section_1_mainContainer .career_section_1_mainContainer_Box
{
    text-align: left;
    align-self: flex-end;
    width: 100%;
    background: #fff3f3;
    padding: 9%;
    box-sizing: border-box;
    border-radius: 10px;
    /* height: -webkit-fill-available; */
    height: 100%;
}
.career_section_1_mainContainer_BoxContent
{
  /* text-align: center; */
  width: 100%;
  font-size: 1.3vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.career_section_1_mainSVGContainer_BoxContent
{
  flex-basis: 75%;
}
.career_section_1_mainContainer_BoxContentText
{
  font-size: 2.4vw;
  /* margin-bottom: 10%; */
  /* flex-basis: 25%; */
  font-weight: 500;
}
.career_section_1_mainSVGCont
{
  width: 50%;
}
.career_section_1
{
    width: 80%;
    margin: auto;
}

.career_section_1_mainContainer_BoxContent
{
  object-position: center;
    object-fit: cover;
}

.career_section_1_subheader
{
    object-position: center;
    object-fit: cover;
}
.career_section_1_image
{
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    position: relative;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.career_section_1_mainheader
{
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-size: 4vw;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
    transition: 0.5s;
}
.career_section_1_textmainsubheader
{
    /* background: rgb(1 1 1 / 64%); */
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    text-align: center;
}

@media (max-width: 769px){
    .career_section_1_mainheader
    {
        font-size: 7vw !important;
    }
}
.career_section_1_ContainerboxButton
{
  text-align: center;
}

.career_section_1_mainContainer_para
{
  font-size: 1.8vw;
  margin-bottom: 6%;
  margin-top: 3%;
}

.career_section_1_popup_image
{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    overflow: scroll;
}
.career_section_1_popup_image .career_section_1_popup_imageSpan
{
  position: absolute;
  top: 0;
  right: 4%;
  font-size: 10vw;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}




/* ---------form Container--------------- */



.career_section_1_formcontainer {
  width: 80%;
  margin: 0 auto;
  padding: 0%;
}

.career_section_1_apply_box {
  box-shadow: 4px 3px 5px rgba(1, 1, 1, 0.1);
  border-radius: 10px;
  width: 100%;
  margin-top: 20%;
  padding: 0%;
  background-color: #fff3f3;
  margin-bottom: 5%;
}
.career_section_1_formcontainerHeader
{
  font-size: 4vw;
    font-weight: 600;
    color: #ff6600;
    margin: 0% 0% 0% 4%;
    padding-top: 2%;
}

.career_section_1_title_small {
  font-size: 1.4vw;
  color: black;
}
.career_section_1_ContainerMainFormDiv
{
  padding: 3%;
}

.career_section_1form_containerDiv {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  margin: 0% 0% 0% 0%;
}
.form_control {
  width: 90%;
  display: grid;

}

label {
  font-size: 2vw;
  margin: 3% 1% 0% 1%;
}

input,
select,
textarea {
  padding: 1% 0%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8vw;
  resize: none;
}

input:focus {
  outline-color: #ff6600;
}
button {
  background-color: #ff6600;
  border: transparent solid 2px;
  padding: 1% 1%;
  color: white;
  border-radius: 8px;
  transition: 0.3s ease-in;
  font-size: 2vw;
}
button:hover {
  background-color: transparent;
  border: 2px solid #ff6600;
  color: #ff6600;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.career_section_1button_container {
  margin-top: 2%;
  }
.textarea_control {
  grid-column: 1 / span 2;
  display: flex;
  flex-direction: column;
}
.textarea_control textarea {
  width: 90%;
}

@media (max-width: 769px) {
  .textarea_control {
    grid-column: 1 / span 1;
  }
} 

@media (min-width: 769) {
 .career_section_1_apply_box{
  margin-top: 8%;
 }
 .career_section_1_popup_image .career_section_1_popup_imageSpan
 {
  font-size: 7vw;
 }
} 

.career_section_1_popup_appliedsuccessfully
{
    position: absolute;
    font-weight: 600;
    color: #fff;
    z-index: 100;
    font-size: 3vw;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}