.form-block form .hs-richtext, form .hs-richtext p {
  font-size: 9px;
  line-height: 16px;
}
.mobile-txt{
  display:none;
}
.playbook-section {
  background-color: #F4F4FA;
}
.playbook-wrap-block{
  display:flex;
  /*   align-items:center; */
}
.playbook-hero-block {
  width: 50%;
  /*   padding-left: 75px; */
  display: flex;
  justify-content: center;
  align-items:center;
}
.playbook-block-img{
  display:flex;
  width: 50%;
}
.playbook-block-img img {
  width: 100%;
}
.playbook_img_right img {
  width:100%;
}
.playbook-head {
  border-radius: 114px;
  padding: 5px 14px 5px 14px;
  background-color: #9D4EDD;
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 32px;
}
.playbook-bot-block{
  Width:50%;
}
.play-head{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 14px;
  color:#fff;
}
.playhead-txt{
  max-width:424px;
  width:100%
}
.play-btn {
  border-radius: 16px;
  padding: 20px 24px;
  display: inline-flex;
  background: #4F4BFF;
  transition: background-color 500ms cubic-bezier(.215, .61, .355, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
.play-btn a{
  color:#fff;
}
.play-btn:hover, .play-btn:active, .play-btn:focus {
  background-color: #615dff;
  color: #fff;
  font-weight: 600;
}
.play-para-text {
  margin-bottom: 24px !important;
}
.play-para-text p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color:#18174d;
}
.play-para-text{
  font-weight:600;
}
.overlay-block {
  background: rgba(24,23,77,.5);
  bottom: 0;
  display: none;
  left: 0;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  overflow-y:auto;
}
.workforce-popup-block {
  border-radius: 12px;
  display: flex;
  max-width: 1133px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  height: calc(100vh - 100px);
}
.form-block{
  background: #9d4edd;
  border-radius: 0 12px 12px 0;
  height: 100%;
  position: relative;
  width: 50%;
  padding: 98px;
  display: flex;
  justify-content: center;
}
.close-btn{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor:pointer;
  z-index:1;
}
.workforce-form{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);      
  width: 100%;
  padding: 98px;  
}
.from-wrapper {
  padding: 24px 32px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  border-radius: 12px;  
  width:387px;
}
.from-wrapper span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hide-playbook{
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 0 52px 0 75px;
  flex-direction: column;
  background-color:#fff;  
  width:50%;
}
.playbook-block-img {
  display: flex;
  /*   height:100%; */
}
.playbook_img_right{
  display: flex;
  height: 100%;
}
.playbook_img_right img{
  height: 100%;
}
@media screen and (max-width:1171px){
  .playbook-hero-block {
    /*     padding-left: 20px; */
    justify-content: center;
    /*     padding:50px 0; */
  }
  .playbook-block-img img {
    display: block;
    object-fit: cover;
  }
  .playbook-top-block {
    padding: 50px 0px;
  }
  @media screen and (max-width:1100px){
    .workforce-form {
      padding: 70px;
    }
  }
  @media screen and (max-width:991px){
    br{
      display:none;
    }
    .from-wrapper {
      max-width:100%;
    } 
    .playbook-hero-block {
      width: 100%;
    }
    .playbook-block-img{
      width: 100%;
    }
    .playbook-bot-block {
      Width: 100%;
    }
    .playhead-txt {
      max-width: 100%;
      text-align: center;
    }  
    .playbook-section{
      padding: 0px;
    } 
    .playbook-hero-block{
      padding:0px;
    }  
    .playbook-top-block{
      width:100%;
      text-align:center;
      padding: 50px 20px;
    } 
    .form-block{
      text-align:center;
      width:100%;
      padding: 40px 28px;
      height:auto;
    }
    /*   .playbook-section:after{
    bottom:0;
    height: 58%;
    top: auto;
    width: 100%;
  }   */
    .workforce-popup-block{
      flex-direction:column;
      height:auto;
    }
    #hide-playbook{
      padding: 80px 28px 34px;
      width:100%;
      text-align:left;
    }
    .workforce-form{
      padding: 28px;
      left: 50%;
      position: relative;
      top: 50%;
      transform: translate(-50%, 0); 
      display: flex;
      justify-content: center;
    } 
    .close-btn{
      height: 40px;
      right: 20px;
      top: 20px;
      width: 40px;
    } 
    .playbook-head{
      margin-bottom:24px;
    }
    .copy,.title-4{
      margin-bottom:24px;
    }
    /*   .play-para-text{
    text-align:center;
  } */
    .overlay-block{
      overflow-y: auto;
    }
  }
  @media screen and (max-width:768px) {
    .playbook-wrap-block{
      flex-direction:column;     
    }
    .desktop-txt{
      display:none;}
    .mobile-txt{
      display:block} 
    .playbook-top-block
    {
      width:100%;
      text-align:center;
    } 
    .workforce-popup-block{
      overflow-y:scroll;
      transform: translate(-50%, -37%);
    }
    /*   playbook-section:after {
    bottom: 0;
    height: 56%;
  } */
    .workforce-form{
      left: 50%;
      position: relative;
      top: 50%;
      /*     transform: translate(-50%, -50%);  */
    }
  }
  @media screen and (max-width:576px){
    /*   .playbook-section:after
    {
    height: 50%;
  } */
    .workforce-form{
      left: 50%;
      position: relative;
      top: 50%;
      transform: translate(-50%, 0); 
      padding:0;
    }
    .close-btn {
      height: 25px;
      right: 10px;
      top: 10px;
      width: 25px;
    }
    .playbook-bot-block {
      width: 100%;
      left: 0;
      padding-top:0;
    }
  }
  @media only screen and (max-width: 800px) and (min-width: 320px)  {
    .workforce-popup-block{
      transform: translate(-50%, -25%);
    }
  }