/*GENERAL CSS*/
.rd-cpblts .rd-cpblts-section-base{
    position: relative;
    padding-left: 97px;
    padding-right: 97px;
    background-color: #F5F5F5;
    overflow: hidden;
}

div.field.success-notif {
    background-color: #aed6d0c7!important;
    color: #000000 !important;
    padding: 20px 35px !important;
    font-family: Lato-Regular !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: center !important;
    border-radius: 5px !important;
}

/*---------BUTTONS-----*/

.rd-cpblts-btnblack, 
.rd-cpblts-btnghost, 
.rd-cpblts-btnaquamarine {
  text-decoration: none;
  display: inline-block;
  padding: 24px 35px 24px 35px!important;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
   transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  border-radius: 4px;
  text-transform: uppercase!important;
}

.rd-cpblts-btnblack {
  font-family: Gilroy-Bold;
  background-color: #000000!important;
  color: #ffffff!important;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  border: 1px solid transparent;
  padding: 24px 35px 24px 35px!important;
}

a.rd-cpblts-btnblack:hover {
  background-color: transparent!important;
  color: #000000!important;
  border: 1px solid #000000;
}

.rd-cpblts-btnghost, 
a.rd-cpblts-btnghost, 
button.rd-cpblts-btnghost {
  font-family: Lato-Regular;
  background-color: #ffffff!important;
  color: #017992!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #00799157!important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 35px 24px 35px!important;
}


a.rd-cpblts-btnghost:hover {
  background-color: #017992!important;
  color: #ffffff!important;
  border: 1px solid #017992;
}

button.rd-cpblts-btnghost:hover {
  background-color: #017992!important;
  color: #ffffff!important;
  border: 1px solid #017992;
}

a.rd-cpblts-btnaquamarine, 
button.rd-cpblts-btnaquamarine{
    width: auto;
    font-family: Gilroy-Bold;
    font-size: 15px;
    font-weight: bold;
    line-height: 17.58px;
    background-color: #79F9AB;
    color: #000000;
    border: 1px solid #79F9AB!important;
    padding: 24px 35px 24px 35px!important;
    pointer-events: all !important;
}

button.rd-cpblts-btnaquamarine[disabled]{
    pointer-events: none !important;
}

a.rd-cpblts-btnaquamarine:hover{
    background-color: #63db92;
    color: #000000;
    border: 1px solid #63db92!important;
    color: #000000;
}

button.rd-cpblts-btnaquamarine:hover{
    background-color: #63db92;
    color: #000000;
    border: 1px solid #63db92!important;
    color: #000000;
}


/*---------END BUTTONS-----*/

/*--------- TEXT -----*/
.rd-cpblts p,
.rd-cpblts h1,
.rd-cpblts h2,
.rd-cpblts h3 {
    margin: 0 0 0px;
}

/*--------- END TEXT -----*/

/*--------- Header -----*/
.rd-cpblts .header-block {
    padding-top: 121px;
    padding-bottom: 121px;
    background: linear-gradient(180deg, #0BB8AD 74.48%, #25CAAC 100%);
    position: relative;
}

.success-notif-container {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.rd-cpblts .header-block .header-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-cpblts .header-block .header-con .details{
    width: 50%;
}

.rd-cpblts .header-block .header-con p.small-title{
    font-family: Gilroy-Regular!important;
    font-weight: normal!important;
    font-size: 39px!important;
    line-height: 48px!important;
    color: #ffffff!important;
    margin-bottom: 13px;
}

.rd-cpblts .header-block .header-con h1.header-title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 76px!important;
    line-height: 88px!important;
    color: #ffffff!important;
    margin-bottom: 91px;
}

.rd-cpblts .header-block .header-con a.rd-cpblts-btnblack{
    width: auto!important;
    padding: 24px 62px 24px 62px!Important;
}

.rd-cpblts .header-block .header-con img{
    width: 50%;
}
/*--------- END Header -----*/

/*--------- End-to-end recruitment -----*/
.rd-cpblts .second-block{
    padding-top: 100px;
    padding-bottom: 180px;
    background: #ffffff;
}

.rd-cpblts .second-block .title{
    width: 924px;
    margin: auto;
}

.rd-cpblts .second-block .title h1.block-title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 49px!important;
    line-height: 64px!important;
    color: #000000!important;
    text-align: center;
}

.rd-cpblts .second-block .details{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 140px;
}

.rd-cpblts .second-block .details .grid{
    width: 50%;
}

.rd-cpblts .second-block .details .grid-card{
    margin-bottom: 56px;
}

.rd-cpblts .second-block .details .grid-card:last-child{
    margin-bottom: 0px;
}

.rd-cpblts .second-block .details .grid-card p.title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 31px!important;
    line-height: 64px!important;
    color: #000000!important;
    margin-bottom: 4px;
}

.rd-cpblts .second-block .details .grid-card p.body-txt{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 32px!important;
    color: #000000!important;
}

.rd-cpblts .second-block .details img{
    width: 50%;
}

/*--------- End-to-end recruitment -----*/

/*--------- Industry Expertise -----*/
.rd-cpblts .third-block{
    padding-top: 99px;
    padding-bottom: 196px;
    background: linear-gradient(180deg, #0BB8AD 86.98%, #25CAAC 100%);
}

.rd-cpblts .third-block .title h1.block-title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 39px!important;
    line-height: 64px!important;
    color: #ffffff!important;
    text-align: center;
}

.rd-cpblts .third-block .title p.body-txt{
    font-family: Gilroy-Regular!important;
    font-weight: normal!important;
    font-size: 25px!important;
    line-height: 32px!important;
    color: #ffffff!important;
    text-align: center;
}

.rd-cpblts .third-block .grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    margin-top: 97px;

}

.rd-cpblts .third-block .grid .card{
    background: #ffffff!important;
    overflow: hidden;
    border-radius: 8px;
}

.rd-cpblts .third-block .grid .card img{
    height: 315px;
    width: 100%;
    object-fit: cover;
}

.rd-cpblts .third-block .grid .card .details{
    padding: 23px 26px 23px 26px;
}

.rd-cpblts .third-block .grid .card .details p.title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 25px!important;
    line-height: 32px!important;
    color: #000000!important;
    margin-bottom: 7px;
}

.rd-cpblts .third-block .grid .card .details p.body-txt{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000000!important;
}
/*--------- Industry Expertise -----*/

/*--------- Find your next best talent with Recruitday -----*/
.rd-cpblts .fourth-block{
    padding-top: 115px;
    padding-bottom: 140px;
    background: #FFFFFF;
}

.rd-cpblts .fourth-block img{
    height: 110px;
    margin: auto;
    margin-bottom: 23px;
}

.rd-cpblts .fourth-block .fourth-con{
    text-align: center;
      display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.rd-cpblts .fourth-block .fourth-con h1.block-title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 49px!important;
    line-height: 64px!important;
    color: #000000!important;
    margin-bottom: 30px;
    width: 762px;
}

.rd-cpblts .fourth-block .fourth-con p.body-txt{
    font-family: Gilroy-Regular!important;
    font-weight: 400!important;
    font-size: 25px!important;
    line-height: 32px!important;
    color: #000000!important;
}

.rd-cpblts .fourth-block .fourth-con form{
    width: 426px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    margin-top: 70px;
}

.rd-cpblts .fourth-block .fourth-con form .field-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 16px;
    grid-column-gap: 20px;
}

.rd-cpblts .fourth-block .fourth-con form .field{
    text-align: left;
}

.rd-cpblts .fourth-block .fourth-con form .field label{
    font-family: Lato-Bold!important;
    font-weight: 700!important;
    font-size: 16px!important;
    line-height: 24px!important;
    margin-bottom: 8px;
}

.rd-cpblts .fourth-block .fourth-con form .field input,
.rd-cpblts .fourth-block .fourth-con form .field textarea{
  background: #E9F2F4;
  border: 1px solid #C4DADE;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: Lato-Regular!important;
  font-weight: 400!important;
  font-size: 16px!important;
  line-height: 24px!important;
  padding: 17px 19px 17px 19px;
  height: 59px; 
  margin-bottom: 5px !important;
}

.rd-cpblts .fourth-block .fourth-con form .field textarea{
  height: 118px;
}

.rd-cpblts .fourth-block .fourth-con form .terms-privacy {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 16px!important;
    margin-bottom: 26px;
}

.rd-cpblts .fourth-block .fourth-con form .terms-privacy span{
    font-family: Lato-Bold!important;
    font-weight: 700!important;
}
/*--------- Find your next best talent with Recruitday -----*/

/*--------- Explore other solutions -----*/
.rd-cpblts .fifth-block{
    padding-top: 85px;
    padding-bottom: 200px;
    background:  #E5E5E5;
}

.rd-cpblts .fifth-block h1.block-title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 49px!important;
    line-height: 64px!important;
    color: #000000!important;
    text-align: center;
} 

.rd-cpblts .fifth-block .solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 73px;
}

.rd-cpblts .fifth-block .solutions-card {
    overflow: hidden;
    position: relative;
    height: 451px;
    border-radius: 8px;
}

.rd-cpblts .fifth-block .solutions-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.rd-cpblts .fifth-block .solutions-card .solutions-overlay {
    display: flex;
    position: relative;
    z-index: 2;
      align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-start;
    height: 100%;
    padding: 38px 48px 38px 48px;
    background: linear-gradient(0deg, #000000 35.43%, rgba(0, 0, 0, 0) 92.31%);
    color: #ffffff;
}

.rd-cpblts .fifth-block .solutions-card .solutions-overlay p.title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 25px!important;
    line-height: 32px!important;
    color: #ffffff!important;
    margin-bottom: 12px;
}

.rd-cpblts .fifth-block .solutions-card .solutions-overlay p.body-txt{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #ffffff!important;
    margin-bottom: 25px;
}

.rd-cpblts .fifth-block .solutions-card .solutions-overlay a.learn-more{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #ffffff!important;
}
/*--------- Explore other solutions -----*/

/*--------------Nex Hub Max Dimesions (Smaller Desktop View)(1280) ------------------*/
@media only screen and (max-width: 1280px){

}
/*--------------End Nex Hub Max Dimesions (Smaller Desktop View)------------------*/

/*--------------TABLET LANDSCAPE(1024)------------------*/
@media only screen and (max-width: 1024px){
/*GENERAL CSS*/
  .rd-cpblts .rd-cpblts-section-base{
      padding-left: 15px;
      padding-right: 15px;
  }

    .rd-cpblts .header-block .header-con .details {
        min-width: 583px;
        margin-right: -98px;
    }
}


/*--------------TABLET PORTRAIT(820)------------------*/
@media only screen and (max-width: 820px){
  .rd-cpblts .header-block {
      padding-top: 100px;
      padding-bottom: 100px;
  }

  .rd-cpblts .header-block .header-con {
      align-items: flex-start;
      justify-content: center;
      flex-direction: column-reverse;
  }

  .rd-cpblts .header-block .header-con img {
      width: 100%;
      max-width: 100%!important;
      height: auto;
  }

  .rd-cpblts .header-block .header-con .details {
      width: 100%;
      min-width: 100%;
      margin-right: 0px;
      text-align: center;
  }

  .rd-cpblts .second-block .title {
      width: 100%;
      margin: auto;
  }

  .rd-cpblts .second-block .details {
      justify-content: flex-end;
      margin-top: 0px;
      flex-direction: column-reverse;
      align-content: flex-start;
  }

  .rd-cpblts .second-block .details img {
      width: 90%;
      max-width: 90%!important;
      height: auto;
  }

  .rd-cpblts .second-block .details .grid {
      width: 100%;
  }

  .rd-cpblts .third-block {
      padding-bottom: 100px;
  }

  .rd-cpblts .third-block .grid {
      grid-column-gap: 15px;
  }

  .rd-cpblts .third-block .grid .card img {
    height: 215px;
    width: 100%;
    max-width: 100%!important;
  }

  .rd-cpblts .third-block .grid .card .details {
      padding: 20px 20px 20px 20px;
  }

  .rd-cpblts .fourth-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rd-cpblts .fourth-block img {
    max-width: 100%!important;
  }

  .rd-cpblts .fourth-block .fourth-con h1.block-title {
      width: 100%;
  }

  .rd-cpblts .fifth-block .solutions-card img {
    max-width: 100%!important;
  }

}

/*--------------Mobile(500)------------------*/
@media only screen and (max-width: 600px){ 
  .rd-cpblts .rd-cpblts-section-base {
      padding-left: 0px;
      padding-right: 0px;
  }

  .rd-cpblts .header-block {
    padding-top: 37px;
    padding-bottom: 50px;
  }
  
  .success-notif-container {
    position: relative;
    top: 0;
    left: 0;
  }

  .rd-cpblts .header-block .header-con img {
      width: 90%;
      max-width: 90%!important;
          margin: auto;
  }

  .rd-cpblts .second-block,
  .rd-cpblts .third-block,
  .rd-cpblts .fourth-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .rd-cpblts .header-block .header-con h1.header-title,
  .rd-cpblts .second-block .title h1.block-title,
  .rd-cpblts .second-block .details .grid-card p.title,
  .rd-cpblts .third-block .title h1.block-title,
  .rd-cpblts .fourth-block .fourth-con h1.block-title,
  .rd-cpblts .fifth-block h1.block-title {
    font-size: 32px!important;
    line-height: 37px!important;
  }

  .rd-cpblts .header-block .header-con p.small-title {
    font-size: 25px!important;
    line-height: 32px!important;
  }

  .rd-cpblts .header-block .header-con h1.header-title,
  .rd-cpblts .second-block .details .grid-card p.title,
  .rd-cpblts .third-block .title h1.block-title {
    margin-bottom: 8px;
  }

  .rd-cpblts .second-block .details .grid-card p.body-txt,
  .rd-cpblts .third-block .title p.body-txt,
  .rd-cpblts .fourth-block .fourth-con p.body-txt {
    font-size: 16px!important;
    line-height: 24px!important;
  }

  .rd-cpblts .second-block .details .grid-card {
    margin-bottom: 50px;
  }

  .rd-cpblts .third-block .grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .rd-cpblts .fourth-block .fourth-con form {
      width: 100%;
      margin-top: 50px;
  }

  .rd-cpblts .fifth-block .solutions-grid {
      grid-template-columns: 1fr;
      margin-top: 50px;
  }

  .rd-cpblts .fifth-block .solutions-card .solutions-overlay {
      padding: 25px 30px 25px 30px;
  }

}

/*--------------Galaxy fold (Small mobile view(320)------------------*/
@media only screen and (max-width: 320px){
  .rd-cpblts .fourth-block .fourth-con form .field-grid {
      grid-template-columns: 1fr;
  }

  .rd-cpblts .fifth-block .solutions-card .solutions-overlay {
      padding: 15px 20px 15px 20px;
  }

}
/*--------------End Galaxy fold (Small mobile view(320)------------------*/
