@font-face {}
/*new FAQ page start*/
.faqnav {
  width: 25%;
  float: left;
  padding-right: 20px;
  max-width: 260px; }

.faqnavfixed {
  position: fixed;
  top: 170px; }

.faqcontent {
  width: 75%;
  padding-left: 50px;
  margin-left: 25%; }

.faqnavul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  .faqnavul li {
    position: relative; }
  .faqnavul li a {
    color: #666;
    padding: 15px 0 14px 20px;
    width: 100%;
    line-height: 1.3;
    display: inline-block;
    border-bottom: 1px solid #ececec; }
  .faqnavul li.active a, .faqnavul li.active::before {
    color: #03a9f5;
    text-decoration: none;
    outline: 0; }
  .faqnavul li::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    font-size: 34px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%; }
  .faqnavul li.active::before {
    background: #03a9f5; }

.faqcontent ul, .faqcontent li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
.faqcontent li {
  border-bottom: 1px solid #ececec;
  position: relative; }
.faqcontent li p {
  color: #000; }
.faqcontent h5 {
  padding-bottom: 10px;
  padding-top: 10px; }
.faqcontent .faqanswer {
  background: #F4FAFF;
  padding: 25px;
  margin-bottom: 10px; }
.faqcontent .faqarrow {
  position: absolute;
  right: 1px;
  top: 12px;
  transition: all 500ms ease;
  width: 20px;
  height: 20px;
  background: red;
  cursor: pointer;
  background: url("../images/toggle1.svg") no-repeat;
  background-position: 1px 1px; }
.faqcontent .faqarrowactive {
  background: yellow;
  background: url("../images/toggle2.svg") no-repeat;
  background-position: 1px 7px; }

/*new FAQ page end*/
.marginAuto {
  margin: auto !important; }

.logoslide {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 45px; }
  .logoslide ul {
    margin: auto; }
  .logoslide ul, .logoslide li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .logoslide li {
    display: inline-block; }
  .logoslide p {
    color: #000; }
  .logoslide li {
    margin-left: 0px;
    margin-right: 0px;
    width: 140px; }

@media (min-width: 992px) {
  .logoslide {
    width: 880px; } }
.landingpage1 .leftsec h1 {
  margin-top: 55px; }

.landingForm1 {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding-top: 25px;
  margin-bottom: 55px; }
  .landingForm1 .finput1 input {
    height: 40px; }
  .landingForm1 .finput1 {
    margin: 0 !important; }
  .landingForm1 .lformHolder {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px 30px;
    z-index: 500;
    margin: auto; }
  .landingForm1 .demo-error-msg {
    float: left;
    position: absolute; }
  .landingForm1 .finputrow {
    margin-bottom: 25px; }
  .landingForm1 input {
    width: 100%; }
  .landingForm1 button {
    width: 100%; }
  .landingForm1 .editionsOpt {
    text-align: center;
    margin-top: 18px; }
  .landingForm1 .formtitle * {
    text-align: center; }
  .landingForm1 .tabrow {
    text-align: center;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5f4f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5f4f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5f4f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .landingForm1 .tabrow a {
    position: relative;
    background: #fff;
    color: #000;
    padding: 8px 20px;
    border-radius: 10px 10px 0px 0px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0px solid; }
  .landingForm1 .tabrow a.active {
    background: #D9D991; }
  .landingForm1 .tabrow a.active:after, .landingForm1 .tabrow a.active:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .landingForm1 .tabrow a.active:after {
    border-top-color: #D9D991;
    border-width: 15px;
    margin-left: -15px; }
  .landingForm1 .selectOpt {
    margin-bottom: 17px; }
    .landingForm1 .selectOpt a {
      color: #000;
      margin-right: 25px;
      outline: none; }
    .landingForm1 .selectOpt i {
      border: 2px solid rgba(0, 0, 0, 0.5);
      width: 17px;
      height: 17px;
      display: inline-flex;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      margin-right: 5px; }
      .landingForm1 .selectOpt i span {
        width: 13px;
        height: 13px;
        display: inline-flex;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #fff;
        border: 2px solid #fff; }
    .landingForm1 .selectOpt .activeSelect span {
      width: 13px;
      height: 13px; }
    .landingForm1 .selectOpt .activeSelect i {
      border: 2px solid #FF5C00; }
      .landingForm1 .selectOpt .activeSelect i span {
        background: #FF5C00; }

@media (max-width: 991px) {
  .landingpage1 h1 {
    text-align: center; }

  .landingForm1 .lformHolder {
    width: 100%;
    padding: 20px 10px; }
  .landingForm1 .formtitle * {
    color: #000; }
  .landingForm1 .demo-error-msg {
    position: unset; } }
.marbottom15 {
  margin-bottom: 15px !important;
  margin-top: 30px; }

.smallfont10 {
  font-size: 13px;
  color: blue !important; }

.listpara2 {
  border-left: 3px solid #C0EDFF;
  margin: 0;
  padding-left: 50px; }
  .listpara2 li {
    margin-bottom: 15px; }

@media (min-width: 992px) {
  .botspace1 {
    margin-left: 15px; } }
@media (max-width: 991px) {
  .listpara2 {
    padding-left: 20px; } }
.highlightboxn1 {
  background: #fff url(../images/abstract-blue-bg1.webp) right no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #9EDDF8;
  padding: 15px 25px;
  margin-top: 20px; }
  .highlightboxn1 p {
    margin: 0;
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000; }

.landingcol1 {
  padding-right: 380px;
  width: 100%; }

.landingcol2 {
  width: 350px;
  float: right;
  vertical-align: top; }

@media (max-width: 1050px) {
  .landingcol2 {
    float: none;
    margin-bottom: 40px;
    width: 100%; }

  .landingcol1 {
    padding-right: 0px;
    width: 100%; } }
.resourcesHead {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center; }

.datasheetH1 li {
  padding-left: 20px;
  padding-right: 20px;
  transition: transform 250ms; }
.datasheetH1 a {
  margin-bottom: 20px;
  color: #3460B7; }
  .datasheetH1 a span {
    color: #555555; }
.datasheetH1 .datasheetimg {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle; }
.datasheetH1 .dsimgHolder {
  overflow: hidden;
  display: inline-table;
  width: 176px;
  height: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .datasheetH1 .dsimgHolder:hover {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21); }
  .datasheetH1 .dsimgHolder:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.videoboxRes li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
.videoboxRes .productn1 {
  padding-left: 20px;
  padding-top: 15px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  text-align: left; }
.videoboxRes .videobox {
  background: #2D4A75;
  width: 325px;
  height: 210px;
  display: inline-block;
  position: relative;
  transition: transform 250ms; }
  .videoboxRes .videobox:hover {
    background: linear-gradient(-45deg, #020024, #091579, #245fa1, #2d4a75);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21); }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    .videoboxRes .videobox:hover .reviewcardimg {
      background-size: 125%; }
.videoboxRes .demobut1 {
  background: #1C9AFF;
  color: #fff;
  padding: 5px 7px 5px 12px;
  bottom: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px; }
  .videoboxRes .demobut1:hover {
    background: #40AAFF; }
.videoboxRes .videotime {
  background: #FFD67E;
  color: #2D4A75;
  position: absolute;
  right: 0;
  top: 25px;
  border-radius: 15px 0 0 15px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px; }

.blogcardRes li {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px; }
.blogcardRes .blogcardBox1 {
  background: #fff;
  border: 1px solid #F2EEEE;
  width: 210px;
  height: 275px;
  transition: transform 250ms;
  position: relative; }
  .blogcardRes .blogcardBox1:hover {
    -webkit-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    -moz-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
    box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21); }
    .blogcardRes .blogcardBox1:hover .blogcardimg {
      background-size: 120%; }
    .blogcardRes .blogcardBox1:hover p {
      color: rgba(0, 0, 0, 0.7) !important; }
  .blogcardRes .blogcardBox1 .blogcardimg {
    height: 140px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out; }
  .blogcardRes .blogcardBox1 .cardtext1 {
    text-align: left; }
  .blogcardRes .blogcardBox1 .blogcardimg1 {
    background: #f3f3f3 url("../images/third-party-data-breaches.webp") center no-repeat;
    background-size: 100%; }
  .blogcardRes .blogcardBox1 .blogcardimg2 {
    background: #b0d3f8 url("../images/client-password-management.webp") center no-repeat;
    background-size: 100%; }
  .blogcardRes .blogcardBox1 .blogcardimg3 {
    background: #0c7dce url("../images/databreach-infographic-blog.png") center no-repeat;
    background-size: 100%; }
  .blogcardRes .blogcardBox1 .blogcardimg4 {
    background: #d2edd9 url("../images/password-best-practices.png") center no-repeat;
    background-size: 100%; }
  .blogcardRes .blogcardBox1 .readmore1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3460B7; }
  .blogcardRes .blogcardBox1 p a, .blogcardRes .blogcardBox1 p {
    color: #909090 !important;
    text-align: left !important; }

.reviewcardRes {
  text-align: center; }
  .reviewcardRes li {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px; }
  .reviewcardRes .reviewcardBox1 {
    background: #fff;
    border: 1px solid #F2EEEE;
    width: 210px;
    height: 275px;
    transition: transform 250ms;
    position: relative; }
    .reviewcardRes .reviewcardBox1:hover {
      -webkit-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
      -moz-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
      box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21); }
      .reviewcardRes .reviewcardBox1:hover .reviewcardimg {
        background-size: 120%; }
      .reviewcardRes .reviewcardBox1:hover p {
        color: rgba(0, 0, 0, 0.7) !important; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg {
      text-align: center;
      height: 140px;
      margin-bottom: 10px;
      transition: all 0.3s ease-in-out; }
    .reviewcardRes .reviewcardBox1 .cardtext1 {
      text-align: left; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg1 {
      background: #F9EAD2 url("../images/reviewimg1.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg2 {
      background: #020100 url("../images/reviewimg2.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg3 {
      background: #18304A url("../images/reviewimg3.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg4 {
      background: #020100 url("../images/reviewimg4.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg5 {
      background: #020100 url("../images/reviewimg5.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .reviewcardimg6 {
      background: #020100 url("../images/cso-online-tumb.png") center no-repeat;
      background-size: 100%; }
 .reviewcardRes .reviewcardBox1 .reviewcardimg7 {
      background: #020100 url("../images/tech-republic.png") center no-repeat;
      background-size: 100%; }
 .reviewcardRes .reviewcardBox1 .reviewcardimg8 {
      background: #020100 url("../images/Little_fish_thumbnail.png") center no-repeat;
      background-size: 100%; }
 .reviewcardRes .reviewcardBox1 .reviewcardimg9 {
      background: #020100 url("../images/Gartner_Thumbnail.png") center no-repeat;
      background-size: 100%; }
    .reviewcardRes .reviewcardBox1 .readmore1 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #3460B7;
      font-size: 15px; }
    .reviewcardRes .reviewcardBox1 .readmoreurl {
      color: #909090; }
    .reviewcardRes .reviewcardBox1 p a, .reviewcardRes .reviewcardBox1 p {
      color: #909090;
      text-align: left; }

.securcardRes {
  text-align: center; }
  .securcardRes li {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px; }
  .securcardRes .securcardBox1 {
    background: #fff;
    border: 1px solid #F2EEEE;
    width: 210px;
    height: 275px;
    transition: transform 250ms;
    position: relative; }
    .securcardRes .securcardBox1:hover {
      -webkit-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
      -moz-box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21);
      box-shadow: 0px 2px 9px 0px rgba(53, 50, 50, 0.21); }
      .securcardRes .securcardBox1:hover .securcardimg {
        background-size: 120%; }
      .securcardRes .securcardBox1:hover p {
        color: rgba(0, 0, 0, 0.7) !important; }
    .securcardRes .securcardBox1 .securcardimg {
      text-align: center;
      height: 140px;
      margin-bottom: 10px;
      transition: all 0.3s ease-in-out; }
    .securcardRes .securcardBox1 .cardtext1 {
      text-align: left; }
    .securcardRes .securcardBox1 .securcardimg1 {
      background: #F9EAD2 url("../images/securitythum1.png") center no-repeat;
      background-size: 100%; }
    .securcardRes .securcardBox1 .securcardimg2 {
      background: #020100 url("../images/securitythum2.png") center no-repeat;
      background-size: 100%; }
    .securcardRes .securcardBox1 .securcardimg3 {
      background: #020100 url("../images/unified-pam-cloud-edition.png") center no-repeat;
      background-size: 100%; }
  .securcardRes .securcardBox1 .securcardimg4 {
      background: #020100 url("../images/epm-cloud-edition.png") center no-repeat;
      background-size: 100%; }
  .securcardRes .securcardBox1 .securcardimg5 {
      background: #020100 url("../images/vault-cloud-edition.png") center no-repeat;
      background-size: 100%; }
.securcardRes .securcardBox1 .securcardimg6 {
      background: #020100 url("../images/vault-onprem-edition.png") center no-repeat;
      background-size: 100%; }
.securcardRes .securcardBox1 .casestudyimg1 {
      background: #18304A url("../images/global-charitable-org.png") center no-repeat;
      background-size: 100%; }
.securcardRes .securcardBox1 .casestudyimg2 {
      background: #18304A url("../images/case-study-tumb.webp") center no-repeat;
      background-size: 100%; }
    .securcardRes .securcardBox1 .whitepapersimg1 {
      background: #18304A url("../images/local-administrator.png") center no-repeat;
      background-size: 100%; }
   .securcardRes .securcardBox1 .whitepapersimg2 {
      background: #18304A url("../images/pam-cybersecurity-maturity-model-certification-cmmc.png") center no-repeat;
      background-size: 100%; }
    .securcardRes .securcardBox1 .benefitsimg1 {
      background: #18304A url("../images/benefits-thumb.png") center no-repeat;
      background-size: 100%; }
    .securcardRes .securcardBox1 .readmore1 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #3460B7;
      font-size: 15px; }
    .securcardRes .securcardBox1 .readmoreurl {
      color: #909090; }
    .securcardRes .securcardBox1 p a, .securcardRes .securcardBox1 p {
      color: #909090;
      text-align: left; }
.securcardRes .securcardBox1 .compliance1 {
      background: #18304A url("../images/nis2.png") center no-repeat;
      background-size: 100%; 
}
.securcardRes .securcardBox1 .compliance2 {
      background: #18304A url("../images/essential-eight.png") center no-repeat;
      background-size: 100%; 
}
.securcardRes .securcardBox1 .compliance3 {
      background: #18304A url("../images/cyber-insurance-white.png") center no-repeat;
      background-size: 100%; 
}

.tollfreeflag img {
  margin-right: 4px; }
.tollfreeflag small {
  margin-top: 4px;
  margin-bottom: 2px; }

.pwsecbg {
  background: #dde7fb;
  background: -moz-linear-gradient(top, #D7D7D7 0%, #ffffff 9.5%);
  background: -webkit-linear-gradient(top, #D7D7D7 0%, #ffffff 9.5%);
  background: linear-gradient(to bottom, #D7D7D7 0%, #ffffff 9.5%);
  padding-top: 120px;
  padding-bottom: 80px; }

.pwcontainer {
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.pwtypeOpt {
  text-align: center;
  margin-top: 20px; }
  .pwtypeOpt p {
    font-size: 20px; }
  .pwtypeOpt p, .pwtypeOpt lable {
    margin-bottom: 10px;
    color: #333 !important; }
  .pwtypeOpt label {
    color: #333 !important;
    cursor: pointer; }
  .pwtypeOpt .pwtyperadio {
    appearance: none;
    width: 21px;
    height: 21px;
    border: 2px solid #333;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px;
    vertical-align: middle;
    margin-right: 3px; }
    .pwtypeOpt .pwtyperadio:checked {
      background-color: #333; }

@media (min-width: 1000px) {
  .pwcontainer {
    max-width: 600px; }

  .slidecontainer {
    max-width: 600px;
    margin: auto;
    padding-left: 10% !important;
    padding-right: 10% !important; }

  .slidecontlable {
    max-width: 600px;
    margin: auto; }
    .slidecontlable p {
      margin-bottom: 4px;
      padding-left: 20px;
      color: #333; } }
@media (max-width: 999px) {
  .pwcode {
    padding-right: 40px !important; }

  .bigNote {
    margin-bottom: 20px !important; }

  .pwgsection1 {
    padding-top: 65px !important;
    padding-bottom: 75px !important; }

  .pwgsection2 {
    padding-top: 70px !important; }

  .pwgsection3 {
    padding-bottom: 50px !important; }

  .pwgsection5 {
    padding-top: 65px !important; }

  .pwcontainer {
    margin-bottom: 10px !important; }

  .pwgsection2 .subtitlerobo {
    text-align: center;
    font-size: 28px; }
  .pwgsection2 .secbody {
    text-align: center;
    width: 100%; }
  .pwgsection2 .secbodyAct {
    text-align: center;
    display: block !important;
    widows: 100%; }
    .pwgsection2 .secbodyAct a {
      margin-left: 10px !important;
      margin-right: 10px !important; }

  .pwgsection5 .subtitlerobo {
    text-align: center;
    font-size: 28px; }
  .pwgsection5 .pstips .subtitlerobo {
    text-align: left; }
  .pwgsection5 .ptag {
    text-align: center; }

  .pwgsection3 .subtitlerobo {
    text-align: center;
    font-size: 17px !important; }
  .pwgsection3 .pwpolicytitle {
    text-align: center;
    font-size: 28px !important; }
  .pwgsection3 .secbodylead {
    text-align: center;
    font-size: 16px !important; }
  .pwgsection3 .secbodyAct {
    display: block !important;
    text-align: center !important; }
  .pwgsection3 .pwpaperrollimg {
    text-align: center; }

  .pwgsection1 .subtitlerobo {
    text-align: center;
    font-size: 28px !important; }
  .pwgsection1 .secbody {
    text-align: center; }
  .pwgsection1 .secbodyAct {
    text-align: center !important;
    display: block !important; }
    .pwgsection1 .secbodyAct a {
      margin-left: 10px !important;
      margin-right: 10px !important; }

  .pwsecbg {
    background: #dde7fb;
    background: -moz-linear-gradient(top, #D7D7D7 0%, #ffffff 6.2%);
    background: -webkit-linear-gradient(top, #D7D7D7 0%, #ffffff 6.2%);
    background: linear-gradient(to bottom, #D7D7D7 0%, #ffffff 6.2%); }

  .pwcontainer {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    padding: 20px 50px; }

  .pwcontainer {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
.slidecontainer {
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 3px 20px 11px 20px;
  position: relative; }
  .slidecontainer .lengthVal1 {
    padding: 7px 22px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -73px;
    top: 0px;
    background: #289672; }
    .slidecontainer .lengthVal1 :after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      border-right: 17px solid #289672;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      position: absolute;
      left: -15px;
      top: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

@media (max-width: 1000px) {
  .slidecontainer .lengthVal1 {
    right: unset;
    left: 32px;
    top: -43px;
    background: none;
    color: #333; }
    .slidecontainer .lengthVal1 :after {
      content: '';
      display: inline-block;
      border-right: 17px solid transparent;
      border-left: 17px solid transparent;
      border-top: 17px solid transparent;
      position: absolute;
      left: 15px;
      bottom: -13px; } }
.slider {
  width: 100%;
  -webkit-appearance: none;
  width: 100%;
  height: 2.5px;
  border-radius: 15px;
  background: #020202;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider:hover {
  opacity: 0.8; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #289672;
  border: 1px solid #289672;
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #289672;
  border: 1px solid #289672;
  cursor: pointer; }

.slidervalue {
  font-size: 16px; }

.pwboxholder p {
  font-weight: 400;
  font-style: normal; }
.pwboxholder textarea {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  resize: none;
  height: 26px;
  overflow: hidden; }
.pwboxholder .pwbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  color: #000;
  background: #FFC93C;
  font-size: 20px;
  box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  word-break: break-all; }
  .pwboxholder .pwbox p {
    margin: 0;
    margin-right: 50px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
.pwboxholder .pwcopy {
  background: #333333;
  position: absolute;
  right: -25px;
  top: -25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 51px;
  width: 51px;
  overflow: hidden;
  cursor: pointer; }
  .pwboxholder .pwcopy:hover {
    background: #3A7C67;
    color: #fff; }
  .pwboxholder .pwcopy img {
    padding: 16px; }
.pwboxholder .pwcopy:after {
  content: "";
  background: blue;
  height: 51px;
  width: 51px;
  display: block;
  position: absolute;
  padding-top: 100%;
  padding-left: 300%;
  margin-left: -20px !important;
  margin-top: -200%;
  opacity: 0;
  transition: all 1.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }
.pwboxholder .pwcopy:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s; }
.pwboxholder button {
  width: 100%; }

.pwsetting {
  width: 100%; }

.optionsbox {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 40px 10px 40px;
  margin: auto;
  margin-top: 40px; }
  .optionsbox span {
    margin-left: 13px;
    margin-right: 13px; }
  .optionsbox label {
    color: #333; }

.optCheck {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 45px; }

.optCheck input {
  visibility: hidden;
  cursor: pointer; }

.mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.optCheck:hover input ~ .mark {
  background-color: #E9E9E9; }

.optCheck input:checked ~ .mark {
  background-color: #289672; }

.mark:after {
  content: "";
  position: absolute;
  display: none; }

.optCheck input:checked ~ .mark:after {
  display: block; }

.optCheck .mark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

@media (min-width: 992px) {
  .optionsbox {
    width: 50%; } }
.pwsetting {
  text-align: center; }
  .pwsetting select {
    font-size: 18px;
    height: 50px;
    width: 300px;
    padding-left: 10px; }

.generatepw {
  background: #289672;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  padding: 12px 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .generatepw:hover {
    background: #028253; }

.generateAnimation {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

.robotoh1 {
  text-align: center;
  margin-bottom: 40px; }

.subtitlerobo {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px; }

.bigNote {
  color: #575757;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px; }

.addresscon {
  display: flex; }

.padleftAdd1 {
  padding-left: 21px; }

.pwgsection1 {
  background: #fff;
  padding-top: 85px;
  padding-bottom: 95px; }
  .pwgsection1 .secbody {
    color: #333; }
  .pwgsection1 .secbodyAct {
    display: flex;
    margin-top: 35px; }
    .pwgsection1 .secbodyAct a {
      margin-right: 20px; }

.secbodyAct .outlinebut1 img {
  margin-right: 5px; }

@media (max-width: 1000px) {
  .stpwimg {
    padding-bottom: 40px; } }
.pwgsection2 {
  background: #ECF0FF url("../images/pwgpattern.png") bottom repeat-x;
  padding-top: 90px;
  padding-bottom: 90px; }
  .pwgsection2 .secbody {
    color: #333; }
  .pwgsection2 .secbodyAct {
    display: flex;
    margin-top: 35px; }
    .pwgsection2 .secbodyAct a {
      margin-right: 20px; }

.pwgsection3 {
  background: #F7F7F7 url("../images/pwgpattern2.png") top right no-repeat;
  padding-top: 70px;
  padding-bottom: 80px; }
  .pwgsection3 .subtitlerobo {
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .pwgsection3 .secbodyAct {
    display: flex;
    margin-top: 35px; }
    .pwgsection3 .secbodyAct a {
      margin-right: 20px; }
  .pwgsection3 .pwpolicytitle {
    font-size: 40px;
    color: #289672;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .pwgsection3 .secbodylead {
    font-size: 25px;
    color: #333; }

.pwgsection4 {
  background: #ECF0FF url("../images/pwgpattern.png") bottom repeat-x;
  padding-top: 50px;
  padding-bottom: 50px; }
  .pwgsection4 .ptag {
    color: #333; }

.pwgsection5 {
  padding-top: 110px;
  padding-bottom: 130px; }
  .pwgsection5 .ptag {
    color: #333; }
  .pwgsection5 .pwgsecCol1 {
    padding-right: 30px;
    padding-top: 40px; }
  .pwgsection5 .pstips {
    position: relative;
    background: #FFF7E3;
    background: #FFF7E3 url("../images/tipsbulb.svg") no-repeat;
    background-position: right 10px top 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 70px 30px 40px; }
    .pwgsection5 .pstips ul, .pwgsection5 .pstips li {
      color: #333;
      margin: 0;
      margin-left: 6px;
      padding-left: 4px; }
    .pwgsection5 .pstips li {
      margin-bottom: 10px; }
  .pwgsection5 .pstipsLeft {
    border-left: 1px solid #D78100;
    border-top: 1px solid #D78100;
    width: 30%;
    height: 120px;
    position: absolute;
    top: -20px;
    left: 14px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    border-top-left-radius: 30px; }
  .pwgsection5 .pstipsRight {
    border-right: 1px solid #D78100;
    border-bottom: 1px solid #D78100;
    width: 50%;
    height: 120px;
    position: absolute;
    bottom: -20px;
    right: 14px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px; }
    .pwgsection5 .pstipsRight:after, .pwgsection5 .pstipsRight:before {
      top: 100%;
      left: 0;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .pwgsection5 .pstipsRight:after {
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #fff;
      border-width: 30px;
      margin-left: -30px; }
    .pwgsection5 .pstipsRight:before {
      border-color: rgba(194, 225, 245, 0);
      border-top-color: #D78100;
      border-width: 32px;
      margin-left: -32px; }

.pwcopied {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
  position: absolute;
  right: -138px;
  top: -33px;
  padding: 10px 20px;
  background: #B6F2A7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .pwcopied:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 15px solid #B6F2A7;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -12px;
    top: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

@media (max-width: 1000px) {
  .pwboxholder textarea {
    padding-right: 60px; }

  .pwcopied {
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: -20px;
    top: -53px;
    padding: 10px 20px;
    background: none; }
    .pwcopied:after {
      content: none;
      border-top: 15px solid transparent; }

  .pwgsection5 .pwgsecCol1 {
    padding-right: 10px;
    padding-top: 0; }

  .pwgsection5 .pstips {
    margin-top: 37px;
    padding-right: 40px; }

  .pwboxholder .pwcopy {
    right: 5px;
    top: 6px; }
    .pwboxholder .pwcopy p {
      margin-right: 40px; }

  .pwcontainer {
    margin-top: 0; } }
@media (min-width: 1000px) {
  .pwgsection4 .ptag {
    width: 50%;
    margin: auto; }

  .pwpaperroll {
    margin-top: 60px; } }
@media (max-width: 991px) {
  .pwgsection3 {
    background: #F7F7F7; } }
.blackbut1 {
  background: #333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  padding: 7px 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff; }
  .blackbut1:hover {
    opacity: 0.8;
    color: #fff; }

.linkedinbutton, .twitterbutton, .fbbutton, .redditbutton {
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px;
  width: 55px;
  height: 55px;
  display: inline-flex;
  margin-right: 8px;
  margin-left: 8px; }

.linkedinbutton {
  padding: 12px 14px;
  background: #398ABD; }
  .linkedinbutton:hover {
    opacity: 0.9;
    background: #055B92; }

.twitterbutton {
  padding: 13px 13px;
  background: #49CCFF; }
  .twitterbutton:hover {
    opacity: 0.9;
    background: #15A7E0; }

.fbbutton {
  padding: 13px 12px 12px 16px;
  background: #1877F2; }
  .fbbutton:hover {
    opacity: 0.9;
    background: #0058CA; }

.redditbutton {
  padding: 11px 14px;
  background: #E17143; }
  .redditbutton:hover {
    opacity: 0.9;
    background: #BD4311; }

.outlinebut1 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0px solid rgba(0, 0, 0, 0.3);
  padding: 7px 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #A6A6A6; }
  .outlinebut1:hover {
    opacity: 0.9;
    color: #000;
    background: rgba(0, 0, 0, 0.1); }

.socialbutpwg {
  margin-top: 20px; }

.whitepaperform {
  padding-top: 130px; }
  .whitepaperform h1 {
    font-size: 30px !important;
    margin-top: 0 !important; }
  .whitepaperform p {
    text-align: left;
    color: #333;
    line-height: 27px; }
  .whitepaperform .demo-error-msg {
    position: absolute; }
  .whitepaperform .casestudy-form .main-content__title, .whitepaperform .casestudy-form .botmessageBig {
    text-align: center; }
  .whitepaperform .requestformContainer {
    text-align: left; }
    .whitepaperform .requestformContainer .inxheroHolder {
      text-align: left; }

.customerquote2 {
  background: #E8F0F2; }
  .customerquote2 .quotesymbol3 {
    background: url("../images/quotesymbol3.svg") no-repeat right 40px top;
    padding: 30px; }
  .customerquote2 .testimonials__prev-button {
    left: 15px; }
  .customerquote2 .testimonials__next-button {
    right: 15px; }
  .customerquote2 .testimonials__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    width: 20px; }
  .customerquote2 .ctbox2 {
    background: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    color: #000;
    width: 80%;
    margin-right: 120px; }
  .customerquote2 h3.title {
    text-align: center; }
  .customerquote2 .cqprofile {
    margin-right: 15px; }
  .customerquote2 blockquote p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px; }
  .customerquote2 h5 {
    margin-bottom: 10px;
    margin-top: 20px; }
  .customerquote2 .cq2toprow {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .customerquote2 .cq2toprow p {
      margin: 0; }
  .customerquote2 .cqdate {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 10px; }
  .customerquote2 .cqpname {
    font-weight: 600; }
  .customerquote2 .cqpdetails {
    color: rgba(0, 0, 0, 0.6); }
  .customerquote2 .cqpdetailsH {
    display: flex;
    align-items: center; }
  .customerquote2 .cq2toprow, .customerquote2 .ratingholder {
    display: flex; }
  .customerquote2 .ratingholder {
    margin-bottom: 5px; }
  .customerquote2 .star3 {
    width: 140px !important; }

@media (max-width: 991px) {
  .customerquote2 .ctbox2 {
    width: 95%;
    margin-left: 8px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px; }
  .customerquote2 .quotesymbol3 {
    background: url("../images/quotesymbol3.svg") no-repeat right 20px top;
    padding-left: 0;
    padding-right: 0;
    background-size: 20%; }
  .customerquote2 .cqprofile img {
    width: 100% !important; } }
.logoslide .mf-logo-spacing.d-flex{
    margin-bottom:0px;
}
