.heading-menu{display:none;}
.bdyOverlay {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.comEdiPopup {
  background: #fff;
  box-shadow: 0 0 18px #939393;
  display: none;
  height: 480px;
  position: fixed;
  top: 130px;
  z-index: 9999999;
  padding: 10px 30px 60px 30px;
  box-sizing: border-box;
  max-width: 1025px;
  width: 100%;
}
.comEdiPopup .popupMainHea {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 20px 10px 0px;
  position: relative;
}
.comEdiPopup .popupMainHea .cloBut {
  color: #f00;
  cursor: pointer;
  font-size: 30px;
  line-height: 18px;
  padding: 3px 5px;
  position: absolute;
  right: -10px;
  top: 5px;
}
.comEdiPopup .popupMainHea span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.comEdiPopup table.editionTable {
  margin: 5px auto 20px;
}
.comEdiPopup table.editionTable thead tr th {
  background: #f4faff;
  font-size: 16px;
  border: 1px solid #d6d6d6;
}
.comEdiPopup table.editionTable thead tr th:nth-child(1) {
  text-align: left;
}
.comEdiPopup table.editionTable thead tr td a {
  color: #126bb1;
}
.comEdiPopup table.editionTable tbody tr td:first-child {
  background: #f9f9f9;
}
.comEdiPopup table.editionTable td {
  border: 1px solid #d6d6d6;
}
.hed {
  height: 370px;
  overflow-y: scroll;
}
.hed table {
  border: 1px solid #e5e5e5;
}
.campareTD3 + .campareTD2 {
  border-left: 1px solid #e2e2e2;
}
.campareHeadGreen {
  font: normal 18px 'Open Sans', sans-serif;
  color: #FFFFFF;
  background: #82be33;
  padding: 10px 5px 10px 15px;
  border-right: 1px solid #ffffff;
}
.campareHeadGray {
  background: #f2f4f5;
  padding: 6px 12px 6px 12px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #e2e2e2;
}
.campareHeadTxt {
  font: normal 18px 'Open Sans', sans-serif;
  color: #559600;
  padding: 25px 7px 5px 7px;
}
.campareHeadTxt2 {
  font: normal 15px 'open sans';
  color: #559600;
}
.campareTD {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0 10px 14px;
  position: relative;
  vertical-align: middle;
}
.campareTD a {
  color: #4C596E;
}
.campareTD3 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  padding-left: 10px;
}
.campareTD2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 15px;
  text-align: left;
  border-right: 1px solid #e2e2e2;
}
.grayRound {
  background: #efefef;
  border-radius: 5px;
  margin: 25px 0 10px 0;
  padding: 10px;
}
.grayRound td {
  vertical-align: top;
}
.addon {
  background: #f2f4f5;
  border-radius: 12px;
  margin: 0 auto;
  padding: 0px 8px;
  display: inline-block;
  text-align: center;
}
.buyNowBtn {
  background: #9AA7B1;
  border-radius: 20px;
  color: #FFFFFF !important;
  padding: 3px 10px;
}
.tooltip-group {
  position: relative;
  display: inline;
  cursor: pointer;
}
.tooltip-group:hover .tooltip1 {
  display: block;
}
.icon-help {
  background: url(images/help-icon-new.png) no-repeat;
  background-size: 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
  margin-top: -1px;
}
.tooltip1 {
  position: absolute;
  display: none;
  width: 215px;
  background: #1A1A1A;
  color: #fff;
  font-size: 11px;
  padding: 7px;
  top: -123px;
  left: -93px;
  z-index: 2;
  font-weight: normal;
}
.tooltip1:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid #1A1A1A;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -5px;
  left: 46%;
}
.tooltip1:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 0;
}
.tooltip1 a {
  color: #fff;
  text-decoration: underline;
}
.tooltip-content {
  margin-bottom: 5px !important;
}
.container_popup {
  margin: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.quote-compo-help_popup {
  background: #454545;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  text-align: left;
  width: 300px;
  z-index: 9999;
  position: absolute;
  top: -12px;
  left: 205px;
}
.quote-compo-help_popup .arrow-left {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #454545;
  border-top: 10px solid transparent;
  height: 0;
  margin: 5px 0px 0px -15px;
  position: absolute;
  width: 0;
}
.quote-compo-help_popup a {
  color: #fff;
  text-decoration: underline;
}
.campareHeadGray_Top {
  text-align: center;
  background-color: #dbe0e2;
}
.CompareTD1 {
  background-color: #fbfbfb;
  padding: 10px 5px 10px 15px;
  border-bottom: 1px solid #e2e2e2;
}
#help-popup_2 {
  left: 143px;
}

  .show-icon-over-txt {
margin-left: 8px;
}
  .show-icon-over-txt img{
margin-bottom: 2px;
}
  .pricingDetails .campareTD2{text-align: center;}
  .pricing_details {
      white-space: nowrap;
  }

  .gq-checkbox-label {
      margin-bottom: 15px;
      margin-top: 10px;
      position: relative;
  }

  h1.head {
      font-size: 32px;
      font-weight: 100;
      margin: 0;
  }

  #scroll p {
      font-size: 15px;
      margin: 0 0 30px 0;
  }

  .container {
      position: relative;
  }

  a.btn-style {
      background: #7b868a !important;
      font-size: 14px !important;
      transition: all 1s;
      position: absolute;
      right: 0;
      top: 33px;
      line-height: 20px;
  }

  .getqtTbl {
      border: none;
      margin: 0 auto 20px;
      width: 58%;
  }

  .getqtTbl td {
      padding: 8px 0;
      width: auto;
  }

  .getqtTbl input,
  .getqtTbl select {
      border: 1px solid #ccc;
      font-size: 14px;
      height: 20px;
      line-height: 20px;
      width: 90%;
      vertical-align: middle;
  }

  .getqtTbl select {
      background: #fff;
      height: 36px;
      width: 94.1%;
  }

  .getqtTbl input,
  .getqtTbl select {
      background: #fff;
      padding: 7px;
  }

.commonselect{
    margin-top: 16px;
}

  .getqtTbl .formfooter {
      background: none;
      text-align: left;
      padding-top: 10px;
  }

  .getqtTbl .formfooter input[type="submit"] {
      background: #069b4f !important;
      border: none;
      cursor: pointer;
      padding: 8px 35px;
      color: #fff;
  }

  .getqtTbl .formfooter input[type="reset"] {
      background: #cfd7da !important;
      border: none;
      color: #676b6d;
      margin: 0 0 0 5px;
      padding: 8px 35px;
  }

  .getqtTbl .formfooter input {
      height: auto;
      width: auto;
  }

  .dwn-priv {
      line-height: 15px;
      color: #666;
      margin-top: 15px;
      font-size: 10px;
  }

  .dwn-priv strong {
      font-weight: bold;
  }

  .fixed_bar_scontainer {
      display: none;
  }

  .zsiq_theme1 .zsiq_flt_rel {
      display: none;
  }

  #meGDPRMessage {
      width: 100%;
      margin: 15px auto 0 !important;
  }

  body .getqtTbl .gq-checkbox {
      width: 18px;
      height: 18px;
      margin: 0 7px 2px 0;
  }
.freeTrial{
      background: #FAEBD7;
      font-weight: 400;
      font-size: 12px;
      padding: 6px 12px 6px 12px;
      border-right: 1px solid #e2e2e2;
      vertical-align: middle;
}
  @media screen and (max-width:900px) {
.quote-compo-help_popup{top: -125px; left: -95px;}
#help-popup_2{left: -137px;}
.quote-compo-help_popup .arrow-left{margin: auto; transform: rotate(-90deg); bottom: -11px; left: 0; right: 0;}
.comEdiPopup{width: 90%; left: 5%;max-width: 100%;}
}
  @media screen and (max-width:767px) {
      .sec-pTB {
          width: 100%;
          box-sizing: border-box
      }

      .head {
          padding-top: 40px;
          margin-bottom: 10px
      }

      .footHead {
          margin: 5% 0 0;
          border-bottom: 1px solid #3e3e3e;
          margin-bottom: 15px !important;
          padding-left: 22px
      }

      .footCont ul li a {
          color: #bbb;
          display: block;
          border: 1px solid #3e3e3e;
          margin-bottom: 5px;
          padding: 5px 10px;
          background: #333;
          border-radius: 2px
      }

      .footer .col3 {
          padding: 20px 24px;
          box-sizing: border-box
      }

      #header-mainsec {
          top: 33px
      }

      #commonHeader {
          min-height: 88px
      }

      #MEmobPanel.prdMobMenu {
          top: 86px
      }

      div#scroll {
          width: 100%;
          padding: 0 10px
      }

      .container h1 {
          text-align: center;
          margin-bottom: 20px;
          width: 100%;
          font-size: 40px
      }

      .container p {
          font-size: 16px !important;
          font-weight: 100;
          line-height: 30px;
          text-align: center;
      }

      .getqtTbl {
          width: 80%;
          margin-top: 25px
      }

      .getqtTbl tr td {
          padding: 10px
      }

      .getqtTbl tr td b {
          font-size: 16px
      }

      .getqtTbl tr td input,
      select,
      textarea {
          height: 30px;
          font-size: 16px;
          width: 100%;
          line-height: 30px;
          padding: 7px 10px;
          border-radius: 2px;
          background: rgba(249, 249, 249, 0.45);
          border: 1px solid #d1d2d3;
      }

      .getqtTbl tr td select {
          border: 0;
          height: 42px;
          font-size: 16px;
          width: 108%;
          line-height: 30px;
          border-radius: 2px;
          background: rgba(249, 249, 249, 0.45);
          border: 1px solid #d1d2d3;
      }

      .getqtTbl tr td textarea {
          border: 0;
          height: 30px;
          font-size: 16px;
          width: 100%;
          line-height: 30px;
          border-radius: 2px;
          height: 100px;
          background: rgba(249, 249, 249, 0.45);
          border: 1px solid #d1d2d3;
      }

      .notebox {
          background: #ffffff;
          text-align: center;
          width: 80%;
          margin: 8px auto;
          border: 0;
          padding: 25px 20px;
          border-radius: 2px;
          color: #fff;
          box-shadow: 0 0 17px -1px rgba(11, 58, 82, 0.08)
      }

      .notebox img {
          margin: 0 auto;
          display: none;
          margin-bottom: 8px
      }

      .notebox span {
          font-size: 16px;
          font-weight: 100 !important
      }

      .notebox a {
          border: 1px solid rgba(255, 255, 255, 0.6);
          color: #fff;
          padding: 10px;
          display: table;
          border-radius: 2px;
          width: 52%;
          box-sizing: border-box;
          margin: 0 auto;
          margin-top: 20px;
          background: #069b4f;
      }

      .getqtTbl input[type="submit"] {
          background: #069b4f !important;
          border: none;
          cursor: pointer;
          padding: 8px 35px;
          width: 100%;
          margin-bottom: 10px
      }

      .getqtTbl input[type="reset"] {
          background: #cfd7da !important;
          border: none;
          color: #676b6d;
          margin: 0 !important;
          padding: 8px 35px;
          width: 100%
      }

      #footerLnks {
          display: none
      }

      .footer-stripe {
          border-top: 4px solid #1e6488
      }

.getqtTbl .formfooter input[type="submit"]{width: 100%;}
  }

  @media screen and (max-width:480px) {
      .getqtTbl {
          width: 100%
      }

      .heading-menu {
          display: none
      }

      .mob-hide {
          display: none;
      }
  }


/* Right Fixed Bar */
#adRhsLnk{position:fixed;right:0;top:175px !important;border:1px solid #ddd;background:#efefef; z-index: 999999;}
#adRhsLnk.adRhsFix{position:fixed;top:96px}
#adRhsLnk a{text-decoration:none;color:#888!important;text-align:center;display:block;margin:0 auto;padding:5px;font-size:13px}
.adRhsIcon{width:52px;height:52px;background:url(images/id360-rhs-sprite.png) no-repeat 0 0;display:block;margin:0 auto}
.adRhsIcon.qte{background-position:-69px 0}
.adRhsIcon.prc{background-position:-69px -65px}
#adRhsLnk a:hover{color:#000}
#adRhsLnk a:hover .adRhsIcon.qte{background-position:-1px 0}
#adRhsLnk a:hover .adRhsIcon.prc{background-position:-1px -65px}


tr.sticky{position: sticky; top: 0;}

  @media screen and (max-width: 600px) {
#adRhsLnk{display: none;}
}
  