.sdl-container {
  font-family: Roboto, sans-serif, Helvetica, sans-serif;
}
.heading {
    font-weight: bold;
    padding-bottom: 15px;
}

.role-heading {
    font-weight: 600;
    padding-bottom: 10px;
}

.skill {
    padding: 15px 0px 5px;
    font-weight: 600;
}

.other-details {
    padding: 15px 0px 5px;
    font-weight: 600;
}

.detail-para {
    padding-bottom: 20px;
}

.round-details {
    font-weight: 600;
    padding-bottom: 15px;
}

.dl-para>dt {
    float: left;
    clear: left;
    width: 70px;
    font-weight: bold;
    color: grey;
}

.dl-para>dd {
    margin-left: 70px;
    padding-bottom: 15px;
}

.apply-fill-details {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    background-color: #ffffffa1;
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px;
    padding-bottom: 60px;
    margin-top: 50px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.apply-fill-details .fill-btn{
    padding: 10px 45px;
    font-size: 26px;
    font-weight: 600;
    color: #484747;
    border-radius: 30px;
  }
  .apply-fill-details .fill-btn:hover{
    color: black;
    text-decoration: none;
  }
  .apply-close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 10px;
    color: black;
    cursor:pointer;
    border: 1px solid #d8d8d8;
    padding-top: 5px;
    width: 25px;
    height: 25px;
    border-radius: 22px;
    background: #d8d8d8;
  }
  
  .apply-bottom-spacing {
    padding-bottom: 25px;
}

  .details-m {
      padding: 0px 0px 50px;
  }
  
  .detail-heading {
      padding-bottom: 20px;
      font-weight: 600;
      text-align: left;
      font-size: 18px;
  }
  
  .apply-required-asterisk {
    position: relative;
  }
  .apply-required-asterisk span{
    display: inline-block;
    position: absolute;
    right: -0.6rem;
    font-weight: 700;
    top: -0.6rem;
    color: #db4d4d;
    font-size: 12px;
  }
  
  .dob-icon{
    float:right;
    margin: -23px 20px 0px 0px;
  }
  
  .apply-btn-m-btom {
      text-align: right;
  }
  
  .apply-btn {
    border: none;
    font-size: 20px;
    color: white;
    background: transparent linear-gradient(90deg, #9752FF 0%, #5E93FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #CCCCCC80;
    opacity: 1;
    border-radius: 3px;
    padding: 7px 80px;
  }
  
  .apply-btn:hover{
    text-decoration: none;
    color:white;
  }

  .sales-recruitment-form {
      position: relative;
  }

  .sales-recruitment-form .input-placeholder {
    position: absolute;
    color: #999999;
    z-index: 1;
    font-size: 14px;
    color: #808080c7 !important; 
    line-height: 1;
    overflow: hidden;
    background-color: #fff;
    top: 16px;
    left: 30px;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    min-width: 48px;
    text-align: left;
  }

  ::placeholder{
    color: #808080c7 !important;
  }





  .sales-recruitment-form .form-control:focus~.input-placeholder:after,
  .sales-recruitment-form .form-control:focus~.input-placeholder:before,
  .sales-recruitment-form .form-control:disabled~.input-placeholder:after,
  .sales-recruitment-form .form-control:disabled~.input-placeholder:before,
  .sales-recruitment-form .form-control:not(:focus):valid~.input-placeholder:after,
  .sales-recruitment-form .form-control:not(:focus):valid~.input-placeholder:before {
    content: '';
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    display: block;
    position: absolute;
}
.sales-recruitment-form .form-control:focus~.input-placeholder:before,
.sales-recruitment-form .form-control:disabled~.input-placeholder:before,
.sales-recruitment-form .form-control:not(:focus):valid~.input-placeholder:before {
    bottom: 50%;
    top: 0;
    background-color: #fcfcfc;
}

.sales-recruitment-form .form-control.input-error {
    border: 1px solid red;
}

  .sales-recruitment-form .form-control {
    height: 44px;
  }

  .sales-recruitment-form .form-control.input-valid {
    border: 1px solid green;
}

.sales-recruitment-form .form-control:focus~.input-placeholder,
.sales-recruitment-form .form-control:not(:focus):valid~.input-placeholder,
.sales-recruitment-form .form-control:disabled~.input-placeholder {
    font-size: 12px;
    top: -6px;
    left: 8px;
    padding: 0rem 8px;
    line-height: 1;
    overflow: hidden;
    border-radius: 4px;
    background-color: transparent;
}

.sales-recruitment-form .form-control:focus~.input-placeholder span,
.sales-recruitment-form .form-control:disabled~.input-placeholder span,
.sales-recruitment-form .form-control:not(:focus):valid~.input-placeholder span {
    display: inline-block;
    position: relative;
    z-index: 1;
}


  .male-female-inline {
    border: 1px solid;
    display: inline-block;
    margin-right: 40px;
    width: 94px;
    text-align: left;
    padding-left: 10px;
    color: #b39999;
}
.male-female-inline .radio-inline {
  padding: 5px 20px 3px;
  font-size: 12px;
}
.gender-txt {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.gen-asterisk span {
  position: absolute;
    left: 42px;
    top: -23px;
    right: inherit;
}
.relocate-radio span{
  left:212px;
  top:-50px;
 }
 .resume span{
   left:68px;
  top:-50px;
}
.time-date span{
  left:295px;
  top:-50px;
}
.experience span{
  left:93px;
  top:-48px;
}
.male-female-inline .radio input[type="radio"],
.male-female-inline .radio-inline input[type="radio"],
.male-female-inline .checkbox input[type="checkbox"],
.male-female-inline .checkbox-inline input[type="checkbox"] {
  margin-top: 1px;
}
  
  @media (min-width: 992px) and (max-width: 1119.98px){
    .apply-close{
      right: 100px;
    }
  }
  
  @media (max-width: 991.98px) {
    .form-m30 {
    margin-bottom: 30px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .apply-bottom-spacing {
        padding-bottom: 0px;
    }
   
    .apply-close {
        right: 65px;
    }
  }

@media (max-width: 767.98px){
    .apply-bottom-spacing {
        padding-bottom: 0px;
    }
    
    .apply-close {
        right: 50px;
        font-size: 12px;
      }

    .apply-fill-details .fill-btn {
        font-size: 22px;
        padding: 10px 13px;
    }

    .applicable-txt{
      font-size: 21px;
    }
    
    .apply-btn-m-btom {
        text-align: center;
    }
}

@media (max-width: 405.98px) {
    .apply-fill-details .fill-btn {
        font-size: 19.8px!important;
        padding: 10px 0px;
    }
}

/* @media (max-width: 374.98px){
    .apply-close{
        right: 25px;
        margin-top:-80px;
      }
} */


/* second Krishnendu */
.sdr-section h3 {
  margin: 0;
  font-size: 36px;
  margin-bottom: 50px;
}
.sdr-section {
  text-align: center;
  margin: 25px 0;
  padding: 25px 0;
  font-family: Roboto, sans-serif, Helvetica;
  position: relative;
}
.sdr-form-filling-section {
  margin-bottom: 50px;
}
.sdr-form-filling-container .item-2, .sdr-form-filling-container{
  padding: 50px 5px 20px 5px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.sdr-mobile-form { 
  padding: 40px 50px 20px;
  position: relative;
  top:20px;
}
.col-md-3 {
  width: 33%;
}
.fill-details-text {
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
  font-size: 30px;
  margin-bottom: 70px;
  margin-top: 55px;
}
.sdr-form-filling-container .carousel-inner {
  padding: 2px 2px;
}
.item-2-col
{
  height:578px;
}
.sdr-main-next:hover,
.sdr-main-next:visited,
.sdr-main-next:focus,
.sdr-main-next:active {
  color: #fff;
  background-color: #5C72FF;
  background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
  outline: none!important;
}
.cancel-icon{
  cursor:pointer;
  border:0px solid #828181;
  border-radius: 18px;
  width:30px;
  height:30px;
  font-size:17px;
  background-color:#d8d5d5
}
.cross-button
{
  position:relative;
  margin-left:93%;
  margin-top:-25px;
  margin-bottom:4%;
}
.required-asterisk {
  position: relative;
}

.sdr-mobile-form .required-asterisk span {
display: inline-block;
position: absolute;
right: -5px;
font-weight: 700;
top: -6px;
color: #db4d4d;
font-size: 10px;
}
.sdr-mobile-form.sdr-main-form .required-asterisk span {
  color: #813588;
  top: -14px;
  font-size: 18px;
}
.sdr-mobile-form.sdr-main-form .data-male-female-button .required-asterisk span {
  top: -34px;
  left: 66px;
}
.sdr-mobile-form .form-group, .sdr-mobile-form .form-control {
  position: relative;
  height: 46px;
}
.sdr-main-next {
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-image: linear-gradient(to right,#a53ef1, #7b8bff);
  margin: auto;
  float: right;
  font-size:20px;
  height:47.5px;
  width:230px;
}
.sdr-main-back
{
  border-radius:4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-color:#848484;
  margin-left:auto;
  float:left;
  font-size:20px;
  height:47px;
  width:165px;
}
.back-btn-area
{
width:50%
}


.sdr-main-form .input-placeholder {
  position: absolute;
  color: #346eff;
  z-index: 1;
  font-size: 11px;
  /* line-height: 1; */
  overflow: hidden;
  background-color: #fff;
  top: 49.8px;
  left:1px;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  min-width: 48px;
  text-align: left;
}
.education-details
{
    float:left;
    margin-left:49.9px;
    font-size:18px;
    font-weight:600;
}
select:invalid { color: rgb(161, 161, 161); }


/* .sdr-main-form .form-control:focus~.input-placeholder:after, .sdr-main-form .form-control:focus~.input-placeholder:before, .sdr-main-form .form-control:disabled~.input-placeholder:after, .sdr-main-form .form-control:disabled~.input-placeholder:before, .sdr-main-form .form-control:not(:focus):valid~.input-placeholder:after, .sdr-main-form .form-control:not(:focus):valid~.input-placeholder:before {
  content: '';
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  display: block;
  position: absolute;
}

.sdr-main-form .form-control:focus~.input-placeholder:before, .sdr-main-form .form-control:disabled~.input-placeholder:before, .sdr-main-form .form-control:not(:focus):valid~.input-placeholder:before {
  bottom: 50%;
  top: 0;
  background-color: #fcfcfc;
}

.sdr-main-form .form-control.input-error {
  border: 1px solid red;
}

.sdr-main-form .form-control.input-valid {
  border: 1px solid green;
}

.form-control:focus~.input-placeholder, .sdr-main-form .form-control:not(:focus):valid~.input-placeholder, .sdr-main-form .form-control:disabled~.input-placeholder {
  font-size: 12px;
  top: -6px;
  left: 8px;
  padding: 0rem 8px;
  line-height: 1;
  overflow: hidden;
  border-radius: 4px;
  background-color: transparent;
}

.sdr-main-form .form-control:focus~.input-placeholder span, .sdr-main-form .form-control:disabled~.input-placeholder span, .sdr-main-form .form-control:not(:focus):valid~.input-placeholder span {
  display: inline-block;
  position: relative;
  z-index: 1;
} */

.sdr-main-form .form-group 
{
  max-width: 100%;
  margin: auto;
  margin-bottom: 40px;
}
.upload-video-fg .vido-upload-file {
  display: none;
}
.sdr-main-form .upload-video-fg 
{
  margin-bottom: 80px;
}
.error-when-api-failed {
  font-size: 14px;
  color: red;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}
@media(min-width:992px) and (max-width:1199.98px)
{
  .sdr-main-form .input-placeholder 
  {
      font-size:10px;
  }
}
@media (min-width:768px) and (max-width:991.98px) 
{
  .sdr-roles-resp-card-blk, .sdr-mobile-form .ws-phone-otp {
      margin: auto;
  }
  .sdr-mobile-form .ws-phone-otp {
      max-width: initial;
  }
  .sdr-mobile-form .form-group.current-salary-fg {
      margin-bottom: 80px;
      margin-top: -10px;
  }
  .item-2-col
  {
  height:835px;
  }
}
@media(max-width: 767.98px) {
  .sdr-form-filling-container .item-1 {
      padding: 50px 0 40px;
      margin-bottom: 34px;
  }
  .sdr-form-filling-container .item-2, .sdr-form-filling-container{
  padding: 50px 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  }
}
@media(min-width:567px) and (max-width: 767.98px) 
{
  .sdr-banner-section {
      margin-bottom: 20px;
  }
  .sdr-banner-section, .sdr-section {
      margin: 10px 0;
      padding: 10px 0;
  }
  .item-2-col
  {
  height:835px;
  }
}
@media(min-width:480px) and (max-width: 566.98px) 
{
  .sdr-banner-section {
      margin-bottom: 20px;
  }
  .sdr-banner-section, .sdr-section {
      margin: 10px 0;
      padding: 10px 0;
  }
   .item-2-col
  {
  height:820px;
  }
}
@media (max-width: 566.98px) 
{
  .sdr-mobile-form { padding: 20px; }
  .education-details
  {
    float:left;
    margin-left:20.5px;
    font-size:16px;
    font-weight:600;
  }
}
@media (min-width:320px) and (max-width: 479.98px)
{
   .sdr-banner-section, .sdr-section
    {
       margin: 10px 0;
       padding: 10px 0;
   }
}
@media (max-width: 479.98px) {
  .col-md-3.col-sm-6.col-xs-6.data-male-female-button 
  {
      width: 100%;
      margin-bottom: 60px;
  }   
  .sdr-section h3 {
  margin: 0;
  font-size: 28px;
  margin-bottom: 50px;
  }
  .col-md-3.col-sm-6.col-xs-6.age-block { width: 100%; }
   .sdr-main-next
  {
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-color:#762586;
  margin: auto;
  float: right;
  font-size:20px;
  height:43.5px;
  width:170px;
  }
  .sdr-main-back
  {
  border-radius:4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-color:#848484;
  margin-left:auto;
  float:left;
  font-size:20px;
  height:43px;
  width:125px;
  margin-top:60px;
  }
   .item-2-col
  {
  height:825px;
  }
  .education-details
  {
      font-size:14px;
  }
  .sdr-main-form .input-placeholder 
  {
      font-size:9px;
  }
  .back-next-btn-block {
    padding: 0px;
  }
}

@media (max-width: 424.98px) {
  .sdr-section.sdr-banner-section h3 { font-size: 25px;}
  .sdr-section h3 {
      font-size: 25px;
      margin-bottom: 25px;
      margin-top: -10px;
  }
  .fill-details-text {font-size: 22px;margin-bottom: 70px;}
  .sdr-main-next
  {
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-color:#762586;
  margin: auto;
  float: right;
  font-size:20px;
  height:43.5px;
  width:150px;
  margin-top:60.5px;
  }
  .sdr-main-back
  {
  border-radius:4px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.5);
  color: white;
  outline: none;
  background-color:#848484;
  margin-left:auto;
  float:left;
  font-size:20px;
  height:43px;
  width:105px;
  margin-top:60px;
  }
   .item-2-col
  {
  height:815px;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .sdr-mobile-form {
      padding: 20px 35px;
  }
  .sdr-mobile-form .form-group input.form-control,
  .sdr-mobile-form .form-group input.form-control:focus,
  .sdr-mobile-form .form-group input.form-control:visited,
  .sdr-mobile-form .form-group input.form-control:active {
      font-size: 16px;
  }
}

.sdr-form-filling-container
{
  box-shadow: 0 3px 6px 0 rgb(255 255 255 / 16%);
}

@media(min-width:478px) and (max-width:622.98px)
{
  .cancel-icon{
  position:relative;
  margin-left:-20px;
  cursor:pointer;
  border:0px solid #afaeae;
  border-radius: 18px;
  width:32px;
  height:34px;
  font-size:17px;
  }
}
@media(min-width:425px) and (max-width:477.98px)
{
  .cancel-icon{
  position:relative;
  margin-left:-20px;
  cursor:pointer;
  border:0px solid #afaeae;
  border-radius: 18px;
  width:32px;
  height:34px;
  font-size:17px;
  }
}
@media (min-width:320px) and (max-width:424.98px)
{
 .cancel-icon{
  position:relative;
  margin-left:-20px;
  cursor:pointer;
  border:0px solid #afaeae;
  border-radius: 18px;
  width:32px;
  height:34px;
  font-size:17px;
  }
}
.span-link
{
  float:left;
  color:red;
  margin-left:30px;
  margin-top:-4px;
  font-size:12px;
}

@media(max-width:991.98px)
{
  .col-md-3 
  {
      width: 100%;
  }
}

.add_file_resume {
    height: 44px;
    border: 1px solid #707070;
    padding: 11px;
    color: rgb(94 147 255);
    font-size: 14px;
    cursor: pointer;
}
.relocate-radio-btn {
    border: 1px solid;
    display: inline-block;
    margin-right: 30px;
    width: 94px;
    text-align: left;
    padding-left: 10px;
    padding: 7px 15px;
    height: 41px;
    color: #a3a3a3
}

span.add_text {
  margin-left: 10px;
}
.telephonic-interview-section {
  margin-top: 30px;
  text-align: left;
}
.select-date-time-blk {
  height: 44px;
  border: 1px solid #a3a3a3;
  padding: 10px 20px;
  text-align: left;
  color: #a3a3a3;
  position: relative;
}
img.date-time-select-icon {
  position: absolute;
  right: 15px;
  top: 18px;
}
.date-timer-blk {
  border: 1px solid #a3a3a3;
  border-top: none;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  text-align: center;
  color: #a85eff;
}
.date-timer-blk .row {
  padding: 10px;
  font-size: 18px;
}
.date-timer-blk .row:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.date-timer-blk .row span {
  padding-left: 5px;
}
.experince-blk {
  margin-top: 30px;
}
.experience-rdio-btn {
  width: 108px;
}
.back-next-btn-block {
  padding: 50px 0;
}

.fresher-declaration-block {
  text-align: left;
}
.fresher-declaration-block .applicable-txt {
  color: rgb(255, 158, 13);
  font-size: 24px;
}
.facing-intership-txt {
  font-size: 20px;
  margin-bottom: 20px;
}

.fresher-declaration-confirm-block {
  text-align: left;
  padding: 20px 20px;
  background: rgb(217, 229, 252);
  margin: 30px 0;
}
.confirm-check {
  height: 18px;
  width: 18px;
}
.confirmation-radio-blk {
  margin-top: 6px;
}
.fresher-confirm-label {
  font-weight: 100;
  position: absolute;
  left: 24px;
  top: 5px;
}
.experienct-txt {
  margin-bottom: 30px;
}
.epxerience-declaration-block .form-m30 {
  margin-bottom: 30px;
}

img.thankyou-card-img {
  display: inline-block;
  margin-bottom: 40px;
  height: 70px;
  width: 70px;
}
.thankyou-card p {
  font-weight: 600;
  font-size: 18px;
}

/* RAjeev */
.video-section.video-section.video-section .thankyou-card-text {
  display: block;
  text-align: center;
}

.sales-header {
  padding: 0px 15px;
}

.sales-header .main-heading {
  font-weight: 600;
  color: #242424;
  padding: 40px 0px 15px 0px;
}

.page-heading {
  color: #242424!important;
  font-weight: 600!important;
}

.sales-video-section {
  margin-top: 30px;
  margin-bottom: 70px;
}

.sales-p20 {
  padding: 20px;
}

.sales-heading {
  color: black;
  font-weight: 600;
  font-size: 26px;
  margin: 15px;
}

.video-section .video-section-play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.video-section .video-section-play-button img {
  background: none;
  border: none;
  box-shadow: none;
}

.video-section p {
  padding: 20px 0px;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
}

.video-section a>img {
  width: 100%;
}

.sales-img {
  display: inline-block;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 10%;
}

.sales-team-background {
  position: relative;
  background-color: #FFFFFF;
  width: 200px;
  height: 200px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px #00000029;
  margin: auto;
}

.team-section {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.post-query-section {
  margin-top: 40px;
  margin-bottom: -40px;
}
.sales-team-data {
  position: relative;
}

.sales-team-data .icon {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 80px;
  top: 104px;
}

.sales-team-data .sales-team-img {
  position: absolute;
  border-radius: 45px;
  width: 90px;
  height: 90px !important;
  top: 36px;
  left: 50px;
}

.sales-team-data .play-icon {
  max-width: 18%;
}

.sales-team-data img {
  background: none;
  border: none;
  box-shadow: none;
}

.sales-team-data .team-names {
  position: relative;
  bottom: -150px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: black;
}

.form-details-section {
  display: block;
  position: relative;
  background-color: #fff;
}

.form-details-section .form-details-title {
  font-size: 20px;
  font-weight: 600;
}

.form-details-section .sales-bottom-spacing {
  padding-bottom: 25px;
}

.form-details-section .sales-fill-details {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  background-color: #ffffffa1;
  padding: 10px 40px;
  margin-bottom: 40px;
}

.sales-required-asterisk, .query-required-asterisk {
  position: relative;
}

.sales-required-asterisk span {
  display: inline-block;
  position: absolute;
  right: -0.6rem;
  font-weight: 700;
  top: -0.6rem;
  color: #db4d4d;
  font-size: 12px;
}

.form-details-section .description {    
  width: 100%;
  top: -12px;
  position: relative;
}

.form-details-section .send-button {
  width: 100px;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
}
.form-details-section textarea {
  border-color: #34d2eb!important;
}

@media (min-width: 320px) and (max-width: 467px){
  .sales-team-data .sales-team-img {
      display: block;
      left: 0;
      margin: auto;
      right: 0;
  }

  .sales-team-data .icon {
      display: block;
      left: 0;
      top: 75px;
      right: 0;
      margin: auto;
  }

  .sales-team-data .play-icon {
      max-width: 6%;
  }

  .form-details-section .form-control {
      margin-bottom: 10px;
  }

  .form-details-section .sales-bottom-spacing {
      padding-bottom: 0px;
  }

  .form-details-section .description{
      top: 0px;
  }

  .form-details-section .send-button {
      margin-top: 0px; 
      margin-left: 0px;
      left: 0;
      right: 0;
      margin: auto;
  }
}

@media (min-width: 468px) and (max-width: 767px){
  .sales-team-data .sales-team-img {
      display: block;
      left: 0;
      margin: auto;
      right: 0;
  }

  .sales-team-data .icon {
      display: block;
      left: 0;
      top: 75px;
      right: 0;
      margin: auto;
  }

  .sales-team-data .play-icon {
      max-width: 6%;
  }

  .form-details-section .form-control {
      margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .sales-team-data .sales-team-img {
      left: 0;
      margin: auto;
  }

  .sales-team-data .icon {
      display: block;
      left: 0;
      top: 75px;
      right: 0;
      margin: auto;
  }

  .sales-team-data .play-icon {
      max-width: 15%;
  }

  .form-details-section .sales-bottom-spacing {
      padding-bottom: 0px;
  }

  .form-details-section .form-control {
      margin-bottom: 10px;
  }

  .form-details-section .description {
      top: 0px;
  }

  .form-details-section .send-button {
      margin-top: 0px; 
      margin-left: 0px;
      left: 0;
      right: 0;
      margin: auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px){ 
  .sales-team-data .sales-team-img {
      left: 0;
      right: 0px;
      margin: auto;
  }

  .sales-team-data .icon {
      display: block;
      left: 0;
      top: 75px;
      right: 0;
      margin: auto;
  }

  .sales-team-data .play-icon {
      max-width: 12%;
  }

  .form-details-section .send-button {
      left: 0;
      right: 0;
      margin: auto;
  }
}

.confirmation-radio-blk {
  position: relative;
}

/* otp */
.sales-recruitment-form .ws-phone-otp .form-control {
  height: 44px;
}
.sales-recruitment-form .ws-phone-otp {
  max-width: 380px;
  position: relative;
  padding-left: 14px;
}
.sales-recruitment-form .ws-phone-otp button {
  color: #fff;
  background-color: #5C72FF;
  background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 100px;
}

.sales-recruitment-form .ws-phone-otp button:hover,
.sales-recruitment-form .ws-phone-otp button:active,
.sales-recruitment-form .ws-phone-otp button:focus,
.sales-recruitment-form .ws-phone-otp button:visited {
  color: #fff;
  background-color: #5C72FF;
  background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
  outline: none!important;
}

.sales-recruitment-form .ws-phone-otp img {
  position: absolute;
  right: 8px;
  top: 11px;
}

.sales-recruitment-form .otp-input-field-voice-call-option {
  position: relative;
  text-align: left;
  padding-left: 15px;
}

.sales-recruitment-form .otp-input-field {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  height: 46px;
}

.sales-recruitment-form .otp-on-voice-call {
  display: inline-block;
  color: #6f6f6f;
  font-size: 9.6px;
  margin-left: 8px;
  margin-top: 4.8px;
  vertical-align: top;
}

.sales-recruitment-form .otp-on-voice-call p {
  color: #6f6f6f;
  margin: 0;
}

.sales-recruitment-form .otp-on-voice-call button {
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
  padding: 1.6px 4.8px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 9.6px;
  width: 72px;
  height: 21px;
}

.sales-recruitment-form .otp-on-voice-call svg {
  width: 12.8px;
  vertical-align: middle;
}

.error-when-api-failed {
  font-size: 14px;
  color: red;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
}

.male-female-inline{
  margin-top: 5px;
}

@media (max-width:450px){
  .sales-recruitment-form .ws-phone-otp button{
    min-width: 20px !important;
  }
  .btn{
    width: 90px;
    font-size: 15px;
    padding: 9px 9px;
  }
}

@media(max-width:425px){
  .detail-heading{
    text-align: left !important;
    font-size: 15px;
  }
}

@media(max-width:374.98px){
  .apply-fill-details .fill-btn{
    font-size: 17.4px !important;
  }
}

@media(max-width:500px){
  .apply-close{
    right: 15px;
  }
}

@media(min-width:590.98px) and (max-width:632px){
  .date-timer-blk .row span{
    font-size: 16px;
  }
}

@media(min-width:493.98px) and (max-width:590.98px){
  .date-timer-blk .row span{
    font-size: 14px;
  }
}

@media(min-width:456px) and (max-width:493.98px){
  .date-timer-blk .row span{
    font-size: 12px;
  }
}
@media(min-width:320px) and (max-width:456.98px){
  .date-timer-blk .row span{
    font-size: 10px;
  }
}
@media(min-width:320px) and (max-width:400.98px){
  .select-date-time-blk{
    font-size: 12px;
  }
}


@media(min-width:350px) and (max-width:376.98px){
  .details-m .fill-btn {
      font-size: 17.5 !important;
  }
}
@media(min-width:320px) and (max-width:350.98px){
  .details-m .fill-btn {
      font-size: 14.5px !important;
  }
}

@media(min-width:360.98px) and (max-width:425.98px){
  .row col-md-6 .detail-heading{
    font-size: 15px;
  }
}

@media(min-width:320px) and (max-width:360.98px){
  .row col-md-6 .detail-heading{
    font-size: 12px;
  }
}


@media(min-width:320px) and (max-width:357.98px){
  .relocate-heading{
      font-size: 15px;
  }
}

@media(min-width:405.98px) and (max-width:426.98px){
  .fourth-heading{
    font-size: 20px !important;
  }
}

@media(min-width:320px) and (max-width:350.98px){
  .applicable-txt{
    font-size: 13px !important;
  }
}
@media(min-width:351px) and (max-width:375.98px){
  .applicable-txt{
    font-size: 15px !important;
  }
}
@media(min-width:376px) and (max-width:426.98px){
  .applicable-txt{
    font-size: 18px !important;
  }
}

@media(min-width:499.98px) and (max-width:649.98px){
  .facing-intership-txt{
    font-size: 16px !important;
  }
}

@media(min-width:399.98px) and (max-width:499px){
  .facing-intership-txt{
    font-size: 16px !important;
  }
}

@media(min-width:320px) and (max-width:399.98px){
  .facing-intership-txt{
    font-size: 11px !important;
  }
}

@media(max-width:649.98px){
  .text-left{
    text-align: center;
  }
}

/* Font responive */

@media (max-width:370px){
  .form-control{
    font-size:10.7px
  }
  .input-placeholder span{
    font-size:11px;
  }
  .apply-mother-tongue{
    font-size:11px !important;
  }

  .apply-age{
    font-size:11px !important;
  }
  .city{
     font-size:11px !important;
  }
}

/* @media (max-width:363.98px){
  .item2-next-btn{
    position:relative !important;
    bottom:120px;
    left:20%;
  }
  .item2-back-btn{
    position:relative !important;
    bottom:15px;
    right:20%;
  }
} */

@media (max-width:363.98px){
  .first-next{
    position:relative !important;
    bottom:10px;
    left:1%;
  }
  .first-back{
    position:relative !important;
    bottom:10px;
    right:1%;
  }
}


@media (max-width:767.98px){
  .form-radio-btn{
    margin-right:-6%;
  }
}

/*First back and next button responsive*/

@media (min-width:529.98px) and (max-width:649.98px){
  .first-next{
    width:200px;
  }
  .first-back{
    width:150px
  }
}

@media (min-width:479.98px) and  (max-width:529.97px){
  .first-next{
    width:180px;
  }
  .first-back{
    width:135px
  }
}

.marks-error{
  text-align: left;
}
.relocate-error{
  color: red;
  font-size: 12px;
}
.internship span{
  left: 378px;
    top: -7px;
}
.declaration{
  top: 423px;
}
@media (min-width:424.98px) and  (max-width:479.97px){
  .first-next{
    width:160px;
    position:relative;
    top:60px;
  }
  .first-back{
    width:120px;
  }
}

@media(min-width:320px) and (max-width:363.98px){
  .first-next{
    width:90px;
    position:relative;
    top:0px;
    left:20px;
  }
  .first-back{
    width:90px;
    position:relative;
    top:2px;
  }
}

@media (min-width:629.98px) and  (max-width:699.98px){
  .second-next{
    width:200px;
  }
  .second-back{
    width:150px
  }
}

@media (min-width:594.98px) and (max-width:629.97px){
  .second-next{
    width:180px;
  }
  .second-back{
    width:135px
  }
}

@media (min-width:479.98px) and  (max-width:594.97px){
  .second-next{
    width:150px;
  }
  .second-back{
    width:115px
  }
}

@media (min-width:424.98px) and (max-width:479.97px){
  .second-next{
    position:relative;
    left:20px;
    width:130px;
  }
  .second-back{
    position:relative;
    right:20px;
    bottom:60px;
    width:95px
  }
}

@media (min-width:363.98px) and (max-width:424.97px){
  .second-next{
    position:relative;
    left:20px;
    bottom:60px;
    width:90px;
  }
  .second-back{
    position:relative;
    right:20px;
    bottom:60px;
    width:90px
  }
}

@media (max-width:363.97px){
  .second-next{
    position:relative;
    left:40px;
    bottom:162px;
    width:90px;
  }
  .second-back{
    position:relative;
    right:40px;
    bottom:60px;
    width:90px
  }
}


@media (min-width:668.98px) and (max-width:699.98px){
  .third-apply-btn{
    width:230px;
    position:relative;
    left:50px;
  }

  .third-back{
    width:165px;
    position:relative;
    right:50px;
  }
}

@media (min-width:618.98px) and (max-width:668.97px){
  .third-apply-btn{
    width:200px;
    position:relative;
    left:50px;
  }

  .third-back{
    width:150px;
    position:relative;
    right:50px;
  }
}

@media (min-width:566.98px) and (max-width:618.97px){
  .third-apply-btn{
    width:200px;
    position:relative;
    left:60px;
    bottom:45px;
  }

  .third-back{
    width:150px;
    position:relative;
    right:60px;
  }
}

@media (min-width:512.98px) and (max-width:566.97px){
  .third-apply-btn{
    width:180px;
    position:relative;
    left:40px;
  }

  .third-back{
    width:135px;
    position:relative;
    right:40px;
  }
}

@media (min-width:479.98px) and (max-width:512.97px){
  .third-apply-btn{
    width:150px;
    position:relative;
    left:40px;
  }

  .third-back{
    width:120px;
    position:relative;
    right:40px;
  }
}

@media (min-width:463.98px) and (max-width:479.97px){
  .third-apply-btn{
    width:150px;
    position:relative !important; 
    left:40px;
  }

  .third-back{
    width:120px;
    position:relative;
    right:40px;
    bottom:60px;
  }
}

@media (min-width:424.98px) and (max-width:463.97px){
  .third-apply-btn{
    width:150px;
    position:relative !important; 
    left:40px;
    bottom:102px;
  }

  .third-back{
    width:120px;
    position:relative;
    right:40px;
    bottom:60px;
  }
}

@media (min-width:363.98px) and (max-width:424.97px){
  .third-apply-btn{
    width:90px;
    position:relative !important; 
    left:40px;
    bottom:60px;
  }

  .third-back{
    width:90px;
    position:relative;
    right:40px;
    bottom:60px;
  }
}

@media (max-width:363.97px){
  .third-apply-btn{
    width:90px;
    position:relative !important; 
    left:40px;
    bottom:165px;
  }

  .third-back{
    width:90px;
    position:relative;
    right:40px;
    bottom:60px;
  }
}

@media (min-width:434.98px) and (max-width:484.98px){
  .time-date{
    position:relative;
    right:250px;
    top:5px;
  }
}

@media  (min-width:424.98px) and (max-width:434.97px){
  .time-date{
    position:relative;
    right:220px;
    top:5px;
  }
}


@media (min-width:405.98px) and   (max-width:424.97px){
  .time-date{
    position:relative;
    right:160px;
    top:5px;
  }
}


@media(max-width:405.97px){
  .time-date{
    position:relative;
    right:165px;
    top:5px;
  }
}

@media(max-width:400.98px){
  .time-date{
    position:relative;
    right:170px;
    top:5px;
  }
}

@media(max-width:388.98px){
  .time-date{
    position:relative;
    right:160px;
    top:5px;
  }
}

@media(max-width:379.98px){
  .time-date{
    position:relative;
    right:165px;
    top:5px;
  }
}

@media(max-width:368.98px){
  .time-date{
    position:relative;
    right:160px;
    top:5px;
  }
}

@media(max-width:357.98px){
  .time-date{
    position:relative;
    right:155px;
    top:5px;
  }
}

@media(max-width:350.98px){
  .time-date{
    position:relative;
    right:125px;
    top:5px;
  }
}

@media(max-width:335.98px){
  .time-date{
    position:relative;
    right:170px;
    top:5px;
  }
}

@media(max-width:424.98px){
  .resume-asterisk span{
    position:absolute;
    left:55px;
    top:-38px;
  }

  .upload-box{
    position:relative;
    top:10px !important;
  }
  #resume_box{
    margin-bottom:-5px;
  }

  
}

@media(max-width:424.98px){
  .relocate-radio span{
    position:absolute;
    left:175px;
    top:-45px;
  }

  .detail-heading{
    margin-bottom:1px;
  }

  .radio-relocate{
    margin-top:10px;
  }
  .experience span{
    position:absolute;
    left:75px;
    top:-45px;
  }

  .time-date span {
    position:absolute;
    left:200px;
    top:-50px
  }
}


@media(max-width:357.98px){
  .relocate-radio span{
    position:relative;
    left:-10px;
  }
}

@media (max-width:449.98px){
  .resend{
    font-size:10.7px;
  }
}

@media (min-width:991.98px) and (max-width:1199.98px){
  .female-gender{
    margin-left:30px !important;
  }
}

.apply-time{
  display:flex;
  flex-direction:row;
  margin-left:10% !important;
}

 @media (max-width:991.98px){
  .apply-time{
    margin-left:15% !important;
  }
}

@media (max-width:725px){
  .apply-time{
    margin-left:10% !important;
  }
}

@media (max-width:675px){
  .apply-time{
    margin-left:7% !important;
  }
}

@media (max-width:370px){
  .file-name-txt{
    font-size:10px !important;
  }
}

@media (min-width:500px) and (max-width:649.98px){
  .internship span{
    position:absolute;
    margin-left:-80px !important;
  }
}

@media (min-width:416px) and (max-width:499.98px){
  .internship span{
    position:absolute;
    margin-left:-300px !important;
    margin-top:25px;
  }
}

@media (min-width:400px) and (max-width:415.98px){
  .internship span{
    position:absolute;
    margin-left:-250px !important;
    margin-top:25px;
  }
}

@media (min-width:394.98px) and (max-width:399.98px){
  .internship span{
    position:absolute;
    margin-left:-170px !important;
  }
}

@media (min-width:336.98px) and (max-width:394.97px){
  .internship span{
    position:absolute;
    margin-left:-220px !important;
  }
}
@media (max-width:336px){
  .internship span{
    position:absolute;
    margin-left:-255px;
  }
}

@media (min-width:991.98px) and (max-width:1199.98px){
  .radio-relocate{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
     margin-right:20% !important; 
  }
}

@media (min-width:610px) and (max-width:650.98px){
  .radio-relocate{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    margin-right:20% !important;
  }
}

@media(min-width:400px) and (max-width:609.98px){
  .radio-relocate{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
  }

  .yes-div{
    height:30px;
    font-size:8px;
    width:70px;
    margin-bottom:10px;
    margin-right:10px;
  }
  .no-div{
    height:30px;
    font-size:8px;
    width:70px;
    margin-bottom:10px;
    margin-right:10px;
  }
  .maybe-div{
    height:30px;
    font-size:8px;
    width:70px;
    margin-bottom:10px;
  }
    .yes-div label{
    margin-top:-6px !important;
    margin-left:-5px;
  }
  .no-div label{
    margin-top:-6px !important;
    margin-left:-5px;
  }
  .maybe-div  label{
    margin-top:-6px !important;
    margin-left:-10px;
  }
}

@media (min-width:767.98px) and (max-width:991.97px){
  .female-gender{
    margin-left:-170px !important;
  }
}

@media (max-width:991.98px){
  #resume_box{
    margin-top:20px;
  }
}
.date-timer-blk .row span {
  padding-left: 5px;
}

@media (max-width:493.98px){
  .time-date-info{
    line-height:20px;
  }
}

@media (min-width:400px) and (max-width:473.98px){
  .text-left{
    display:flex !important;
    flex-direction:row !important;
  }
}

@media (max-width:357.98px){
  .relocate-radio span{
    position:absolute;
    margin-left:65px;
  }
}

@media (min-width:400px) and (max-width:767.98px){
  .responsive-gender-btn{
    display:flex !important;
    flex-direction:row !important;
  }
}


@media (max-width:399.98px){
  .form-radio-btn{
    margin-right :80%;
  }
}

@media (max-width:388.98px){
  .time-date span{
    position:absolute;
    left:225px
  }
}
@media (max-width:335.98px){
  .time-date span {
    position:absolute;
    left:270px
  }
}
@media(min-width:325px) and (max-width:335px){
  img.date-time-select-icon {
  position: absolute;
  right: 8px;
  top: 18px;
  }
}
@media(min-width:358px) and (max-width:368px){
  img.date-time-select-icon {
  position: absolute;
  right: 7px;
  top: 18px;
  }
}
#date-time-data{
  position:absolute;
}
#experience-data{
  position:absolute;
}
#Relocate-data{
  position:absolute;
}
.imp-experienced{
  margin-top: 35px;
  margin-left: -20px;
}
@media(min-width:319.98px) and (max-width:322px){
  #experience-data{
  margin-left:-2px;
  }
  .imp-fresher{
    margin-left: -2px;
  }
  .imp-experienced{
    margin-left: -22px;
  }
}
.fresher-declaration{
  margin-top: 10px;
}