.ffrb{
  font-family: var(--zf-primary-bold);
}
.ffr{
font-family: var(--zf-primary-regular);
}
.ffsb{
  font-family: var(--zf-primary-semibold);
}
body,html{
       margin:0;
       font-size: 14px;
       font-size: calc(.775rem - -.15 *(100vw - 20rem) / 100);
       font-family: var(--zf-primary-regular), sans-serif;
    }
@media only screen and (max-width:1681px) {
  body,html{
  font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100) !important;
  }

}
    .h40{
       height: 40px;
    }
    .whiteBg{
       background-color:#fff;
    }
    .bg1976d2{
       background-color: #1976d2;
    }
    .bgf6f6{
       background-color: #f6f6f6;
    }

    .clrFFF{
       color: #fff;
    }
    .pT40{
       padding-top: 40px;
    }
    .pB40{
       padding-bottom: 40px
    }
    .alignCnt{
       text-align: center;
    }
    .f24 {
       font-size: 1.714rem;
    }
    .f16, .f17 {
       font-size: 1.143rem;
    }
    .m0 {
       margin: 0px;
    }

    .maxWidth900{
       max-width: 900px;
    }
    .m0Auto{
       margin:0 auto;
    }
    .f18 {
       font-size: 1.286rem;
    }
    .dIB{
       display: inline-block;
    }
    .vat{
       vertical-align: top;
    }
    .posRel{
       position: relative;
    }
    .lightGreyBg{
       background-color: #f4f4f4;
    }
    .h100{
       height: 100%;
    }
    .minHgt270{
       min-height: 270px;
    }
    ul li{
       list-style: none;
    }
    .p0{
       padding: 0;
    }
    .lh24{
       line-height: 1.714rem;
       }.lh20{
              line-height: 1.429rem;
       }
       .lh22{
        line-height: 1.625rem;
       }
       .pdLR20{
          padding-right: 20px;
          padding-left:20px;
       }
       .tab-section{
          border:1px solid #d8d8d8;
          position: relative;
       }
       .tab-section:after{
          position: absolute;
          top:0px;
          left: 240px;
          bottom: 0px;
          width: 1px;
          height: 100%;
          background-color: #d6d6d6;
          content: "";
       }
       .option-tabs{
          max-width: 240px;
       }
       .option-tabs li{
          border-bottom: 1px solid #d8d8d8;
          padding-right: 20px;
          padding-left:20px;
          padding-top: 8px;
          padding-bottom: 8px;
          cursor: pointer;
       }
       .boxBored{
          box-sizing: border-box;
       }
       .hide{
          display: none;
       }
       .mT10{
          margin-top: 10px;
       }
       .mT20{
          margin-top: 20px;
       }
       .mT25{
          margin-top:25px;
       }
       .input-fields {
          
  padding: 10px;
  outline: none;
  margin-bottom: 42px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  width: calc(((100% / 2) - 4px) - 10px);
  vertical-align: top;
height:39px;
}
.select2-container,.addition-field{
  width: calc(((100% / 2) - 4px) - 10px) !important;
  vertical-align: top;
}
       .clr1f86de{
          color:#1f86de;
       }
       .pointer{
          cursor: pointer;
       }
       .textArea-field {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  margin-bottom: 32px;
  resize: none;
  outline: none;
  height: 89px;
}
select, input, form, textarea, pre {
  font-family: var(--zf-primary-regular), sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 0.875rem;
}
.m0Imp{
 margin:0 !important;
}
.workshop-notes{
 padding:20px;
 background-color: #f6f6f6;
}
#register-now{
    background-color: #F0483E;
    border-width: 0;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
      padding:12px 35px;
      color: #fff;
      margin-top: 35px;
      font-size: 18px;
}
#register-now:hover{
 box-shadow: 0 3px 3px 0 rgba(240, 72, 62, 0.4);
}

.color8b8b8b {
  color: #8b8b8b;
}
li.lightGreyBg{
 color:#333;
 }
 
@media only screen and (max-width:415px) {
 .input-fields,.select2-container,.addition-field{
    width: 100%  !important;
    vertical-align: top;
 }
 .additionl-user{
  white-space: normal !important;
 }
 #additionl-userDetails input[placeholder="Email Id"]{
  width: calc(100% - 68px) !important;
 }
}
.eventNone{
  pointer-events: none;
  cursor: default;
}
.op05{
  opacity: 0.5;
}


.addition-field {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-bottom: 20px;
}

.addition-field-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  width: 26px;
  background-color: #9999992e;
  display: inline-block;
  padding: 11px 0px;
  box-sizing: border-box;
  text-align: center;
  height: calc(100% - 2px);
}

.manuval-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0px 6px 8px;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}

.remove-icon {
  background-color: #e24b4b2e;
}

.add-icon {
  background-color: #9999992e;
}

.remove-icon:after,
.add-icon:after,
.add-icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
}

.remove-icon:after {
  background-color: #e24b4b;
}

.add-icon:after,
.add-icon:before {
  background-color: #999;
}

.add-icon:before {
  width: 2px;
  height: 50%;
}
.invalid-field{
  border-color:#e24b4b !important;
}
.success-message{
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.success-message-txt{
    color: #333;
    position: relative;
    top: 50%;
    background: #fff;
    width: 394px;
    text-align: center;
    padding: 30px;
    left: 50%;
    transform:translate(-50%, -100%);
  box-shadow:0px 0px 6px 6px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #eee;
}
.select2-results__option[aria-selected=true] {
      display: none;
}
select#workshops-state,
select#workshops-country{
  display:none;
}
.select2-search__field{
  outline: none;
}

.select2-container--default .select2-selection--single {
  border-color: #d8d8d8;
  border-radius: 0px;
margin-top:0px;
}

.select2-container .select2-selection--single {
  height: 39px;
  padding: 5px 0px;
box-sizing:border-box;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 4px;
}

span[aria-labelledby="select2-workshops-state-container"] {
  margin-top: -3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
}

.online-workshop-area .select2.select2-container.select2-container--default{
  margin-right:-4px;
}

.invalid-field{
  border-color:#e24b4b !important;
}
.select2-container--default .select2-selection--single{
        outline:none;
        border-radius:0px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple{
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius:0px;
}
.select2-container .select2-selection--multiple{
 height:39px;
box-sizing:border-box;
}
.select2-container .select2-search--inline .select2-search__field{
  margin-top: 10px;
  padding-left:5px;
  box-sizing:border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 4px;
    padding: 2px 5px;
}
input[type="search"] {
      -webkit-appearance: textfield;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
[placeholder="Product Interests"]{
      font-size: 14px !important;
      color: #ada9a9 ;
    }
}
[placeholder="Product Interests"]{
  padding-left: 10px;
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #ada9a9; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color:#ada9a9; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color:#ada9a9; 
} 
.pB50{
  padding-bottom: 50px;
}
.pT50{
  padding-top: 50px;
}
.pB14{
  padding-bottom: 14px;
}

.notesList{
  position: relative;
  margin-left: 16px;
}
.notesList:after{
  position: absolute;
  top:0;
  left: -16px;
}
.notesList-one:after{
  content: "1.";
}
.notesList-two:after{
  content: "2.";
}
.notesList-three:after{
  content: "3.";
}


@media only screen and (max-width:568px) {
  #needing-course-568{
    display: block !important; 
  }
 #needing-course{
  display: none;
 }
 .option-tabs{
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #d8d8d8;
 }
 #needing-course-568.minHgt270{
  min-height: auto !important;
 }
}
#workshops-course-568 li.hide{
  height: 0px;
  overflow: hidden; 
}
.option-tabs li.hg0{
  padding: 0 !important;
  border-bottom: 0px;
}
.drop-icon{
  position: relative;
  float: right;
  display: inline-block;
  width: 12px;
  height:12px;
  box-sizing: border-box;
}
.drop-icon:after{
  width: 80%;
  height: 80%;
  content: "";
  border-left:2px solid #dddddd;
  border-bottom:2px solid #dddddd;
  position: absolute;
  top:16%;
  left:0px;
  box-sizing: border-box;
  transform: rotate(-45deg);
}
.lightGreyBg .drop-icon:after{
  transform: rotate(135deg) !important;
    top: 66%;
}
#workshops-course-568 [data-view="registration"]{
  border-bottom: 0px;
}
#registration-li{
  border-top:1px  solid #d8d8d8 !important;
}

.pB10{
      padding-bottom: 10px;
}
#workshops-course-568 h4{
    color:#333 !important;
}

.select2-container .select2-selection--multiple{
  height:39px;
}
.select2-container .select2-selection--multiple{
  height:39px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 4px !important;
  padding: 2px 5px !important;
}
.select2-container .select2-selection--single{
  margin: 0;
}
.addition-field-content{
  bottom:0px !important;
  height:100% !important;
}
