.sec_top {
  margin-top: 80px !important;
  /* margin-top: 5% !important; */
}

.head_font {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 0px;
  margin: 5% auto;
}

.head_para {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.ismob_view {
  display: inline !important;
}

.ismnotob_view {
  display: none !important;
}

.career_top_bg1 {
  background-color: #D4EBFF;
  height: 350px;
}

.career_top_bg {
  background-color: #D4EBFF;
  height: 400px;
}

.redlable_mtop {
  margin-top: -1% !important;
  position: static;
}

.red_bg_text {
  background-color: #F7562E;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  font-family: 'Poppins';
  border-radius: 25px;
}

.cr_img_width {
  width: 25%;
}

.section3_bg {
  background-color: #F5F5F5;
}

.card_leftborder {
  border-left: 5px solid #D34834 !important;
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.card_a_tag {
  color: #000 !important;
  cursor: pointer;
}

.card_text_gray {
  font-size: 18px;
  color: #ABABAB;
  font-family: 'Poppins';
}

.section4_bg {
  background-color: #FCF0EA;
}

.a_mailtext {
  color: #D34834;
}

.a_mailtext:hover {
  color: #D34834;
}

/* Child pages */

.container_h150 {
  height: 150vh !important;
}

.baner_para {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.li_pading5 {
  padding: 5px 0px;
}

.applyfor_card_mt25 {
  margin-top: -34% !important;
  /* margin-top: -250px; */
  position: static;
}

.applyfor_cardbg {
  background-color: #fff;
  padding: 30px 50px;
  /* border: 2px solid #F7562E;*/
  box-shadow: 1px 5px 41px 0px rgba(228, 228, 228, 0.8);
}

.applyfor_heading {
  font-family: Poppins;
  font-style: normal;
  /* font-weight: 500; */
  /* font-size: 24px; */
  /* line-height: 65px; */
  color: #000000;
}

.required_lable {
  color: red;
}

.resume_input {
  border: 1px solid #d3d8de !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
}

.submit_btnred {
  /* background: linear-gradient(to right, #ea2621 0%, #f7562e 90%) !important; */
  padding: 5px 20px !important;
  color: white !important;
  background-color: #F7562E !important;
}

/* @ Mobile view */

@media only screen and (max-width: 600px) {
  .career_top_bg1 {
    background-color: #D4EBFF;
    height: auto !important;
  }
  .career_top_bg {
    background-color: #D4EBFF;
    height: auto !important;
  }
  .redlable_mtop {
    margin-top: -4% !important;
    position: static;
  }
  .mobile_h1text {
    font-size: 25px !important;
    font-family: 'Poppins';
  }
  .head_para {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px;
  }
  .ismob_view {
    display: none !important;
  }
  .ismnotob_view {
    display: inline !important;
  }

  .container_h150 {
    height: auto !important;
  }
}
