/* jyoti css start */

.management-tabs{
  display: grid;
  grid-template-columns: min(16.6666666667vw, 30vh) repeat(6, 1fr) min(16.6666666667vw, 30vh);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.management-tabs .div-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.management-tabs .div-2 {
  grid-area: 1 / 2 / 2 / 5;
}
.management-tabs .div-3 {
  grid-area: 1 / 5 / 2 / 8;
}
.management-tabs .div-4 {
  grid-area: 1 / 8 / 3 / 9;
}
.management-tabs .div-5 {
  grid-area: 2 / 2 / 3 / 4;
}
.management-tabs .div-6 {
  grid-area: 2 / 4 / 3 / 6;
}
.management-tabs .div-7 {
  grid-area: 2 / 6 / 3 / 8;
}
.management-tabs-child{
  padding-block: min(2.2222222222vw, 4vh);
  padding-inline: min(2.0833333333vw, 3.75vh);
  border: 1px solid #a8c5bb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}

.gradient-bg{
  background: linear-gradient(to right, #ff6a00, #a558f1);
}
.flex-1{
  flex: 1;
}

.hr-software-bg {
  background: linear-gradient(to bottom, #ffffff 80%, #FFD8C7 100%);
}
.hr-vtab-nav{
  background-color: #F1EBFF;
}
.hr-vtab-nav .hr-text p{
  color: #2d2e32;
  font-size: 15px;
}

.hr-vtab-nav button{
  position: relative;
}
.hr-vtab-nav button.nav-link::before{
  width: 2px;
  content: '';
  left: 10px;
  top: 10px;
  height: 100%;
  background-color: #ccc;
  position:absolute;
}
.hr-vtab-nav button.nav-link.active::before{
  width: 2px;
  content: '';
  left: 10px;
  top: 10px;
  height: 100%;
  background-color: #FF6C2D;
  position:absolute;
}
.hr-vtab-nav .hr-text{
  text-align: left;
}
.translate-circle{
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.yellow-border{
  border-bottom: solid 8px #FFA300;
}
.tranform-bg{
  background: url(../images/tranform-bg.jpg) no-repeat;
  background-size: cover;
}
.purple-border-left{
  left: -10px;
}
.blue-border-left{
  right: -10px;
}
.pink-border-bottom{
  left: -10px;
  bottom: 0;
}
.orange-border-bottom{
  right: -10px;
  bottom: 0;
}
.white-box{
  min-height: 215px;
}
.tranlate-circle{
  transform: translate(-50%, -50%);
}
.bg-orange {
  background-color: #ff6a00;
}
.bg-gray{
  background-color: #ead7ff;
}
.fs-12{
  font-size: 12px;
}
.tackle-FSI h3{
  z-index: 3;
  position: relative;
}
.tackle-FSI h3 span{
  z-index: 4;
  position: relative;
}
.column-2{
  text-align: right; transform: translate(0px, -60px); max-width: 40%; margin-left: auto;
}
.column-3{
  text-align: left; transform: translate(0px, 30px);
}
.column-4{
  text-align: right; max-width: 35%; margin-left: auto; transform: translate(0px, -50px);
}
.column-5{
  text-align: left; transform: translate(100px, 50px);
}
.column-6{
  text-align: right; transform: translate(-50px, -34px); max-width: 50%; margin-left: auto;
}
.lock-content{
  margin-top: 40px;
}
.lock-content p{
 padding: 0 20px;
}
.text-right{
  text-align: right;
}
.orange-text{
  color: #fc6a6b;
}
.blue-text{
  color: #0083ff;
}
.yellow-text{
  color: #fddb5d;
}
.line-height-20{
  line-height: 20px;
}
.bottom_55{
  bottom: 55px;
}

.bg-light-white{
  background-color: rgba(255, 255, 255, 0.57);
  border: solid 1px #fff;
}
.thank-you::before{
  background-image:url(../images/thankyou/orange-circle.png);
  width: 114px;
  height: 115px;
  position:absolute;
  left: 0;
  bottom:0;
  content: '';
  display: none;
}
.thank-you::after{
  background-image:url(../images/thankyou/purple-circle.png);
  width: 114px;
  height: 115px;
  position:absolute;
  right: 0;
  top:0;
  content: '';
  display: none;
}
.fs-50{
  font-size: 50px;
}
.purple-text{
  color: #7e35d2;
}
.bg-light-gray{
  background-color: #DED0FF;
}

#wpcf7-f12-o1 form.wpcf7-form, #wpcf7-f84-o1 form.wpcf7-form, #wpcf7-f12-o2 form.wpcf7-form{
  position: relative;
}
.wpcf7-form.submitting {
position: relative;
}
.wpcf7-form.submitting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.8;
  z-index: 999;
}


#wpcf7-f12-o1 form.wpcf7-form span.wpcf7-spinner, #wpcf7-f84-o1 form.wpcf7-form span.wpcf7-spinner, #wpcf7-f12-o2 form.wpcf7-form span.wpcf7-spinner{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    display: block;
    margin: 0;
    background: #ff6b1f;
    z-index: 1000;
}
#wpcf7-f84-o1 span.wpcf7-not-valid-tip{
  color: #ffffff;
}
#wpcf7-f84-o1 .wpcf7-response-output{
    color: #000000;
}
#wpcf7-f84-o1 .submit-btn-col p{
    margin-bottom:0;
}
#wpcf7-f84-o1 .row .col-md-10 p{
    margin-bottom:0;
}
.w-180{
    width:180px;
    top:-20px;
}
.pink-gradient{
    background: linear-gradient(to right,#ff5e3a 20%,#a834e1 100%);
}
 .pricing-row-head {
    background-color: #d4bded !important;
    border-left: 4px solid #ff6c2d !important;
    padding: 10px;
    color: #212529 !important;
}
.fs-15{
  font-size: 15px;
}

.hr-pricing-plans .accordion-body{
  max-height: 161px;
  overflow-y: auto;
}
.hr-pricing-plans .pricing-fix-container {
    max-height: none;
    overflow-y: hidden;
}
 
/* jyoti css end */

@media (max-width: 767px) {
  .management-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}
  .management-tabs .div-1 {
    grid-area: 1/1/ 2/2;
  }
  .management-tabs .div-2 {
    grid-area: 1/2/2/3;
  }
  .management-tabs .div-3 {
    grid-area: 2/1/3/2;
  }
  .management-tabs .div-4 {
    grid-area: 2/2/3/3;
  }
  .management-tabs .div-5 {
    grid-area: 3/1/4/2;
  }
  .management-tabs .div-6 {
    grid-area: 3/2/4/3;
  }
  .management-tabs .div-7 {
    grid-area: 4/1/5/3;
  }
  .flex-1 {
    flex: auto;
    text-align: center;
    margin-bottom: 10px;
}
.dwin-circle{
  display: none;
}
.pink-border-bottom{
  bottom: 0;
}
.orange-border-bottom{
  bottom: 0;
}
.tackle-FSI h3 svg{
  display: none;

}
.tackle-FSI h3.column-2, .tackle-FSI h3.column-3, .tackle-FSI h3.column-4, .tackle-FSI h3.column-5, .tackle-FSI h3.column-6{
    text-align: center;
    transform: translate(0px, 0px);
    max-width: none;

}
.lock-mobile{
  position:  relative !important;
  transform: translate(0, 0) !important;
  left: 0 !important;
  top: 0 !important;
  text-align: center;
  margin-top: 30px;
}
.lock-content{
  margin-top: 40px;
}
.lock-content p{
  padding: 0 100px;
}
.column-1{
  text-align: center;
}
.mobile-view{
  flex-wrap: nowrap;
  position: static !important;
}
.mobile-view .col-md-4{
  width: 50%;
}
.mobile-display-none{
  display: none;
}
.column-two-mobile{
  flex-direction: column;
  text-align: center !important;
}
.column-two-mobile .blue-text{
  order: 1;
}
.column-two-mobile .text-row{
  order: 2;
}
.column-three-mobile{
  flex-direction: column;
  text-align: center !important;
}
.thank-you-image{
  position: static !important;
  margin-top: 0 !important;
}
.submit-btn-col{
  padding-left: 13px !important;

}
#wpcf7-f84-o1 .submit-btn-col p{
    margin-bottom: 10px;
}


}