.heading-menu{display: none;}
#heading-menu{display: block !important;}





/* new styles*/
.service-packs-table {
  width: 100%;
  /*    table-layout: fixed;*/
}

.service-packs-table tr td {
  width: 33.33%;
  vertical-align: top;
}

.sdp-taa-badge {
  background: #0D50A0;
  padding: 10px;
  text-align: center;
  color: #fff;
  font: 18px / 1.2 "Zoho_Puvi_Bold";
  border-radius: 10px 10px 0px 0px;
  margin: 0 10px;
  display: none;
}

.sdp-country-shavalue.sdp-us-only .sdp-taa-badge {
  display: block;
}

.sdp-country-shavalue.sdp-us-only .us-shavalue {
  display: block;
}

.sdp-country-shavalue .us-shavalue {
  display: none;
}

.sdp-country-shavalue:not(.sdp-us-only) .non-us-shavalue {
  display: block;
}

.sdp-country-shavalue.sdp-us-only {
  position: relative;
}

.sdp-country-shavalue.sdp-us-only .sdp-third-col {
  position: relative;
  margin-top: -50px;
}

.sdp-country-shavalue.sdp-us-only .sdp-col-item {
  margin-top: 0;
  border-radius: 0 0px 10px 10px;
  background: #D6F2FF;
}

/*
.service-packs-table tr > td {
    border: 1px solid #d7edfd;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
}
*/
.sdp-col-item {
  border: 1px solid #d7edfd;
  margin: 0 10px;
  padding: 20px 15px 60px;
  border-radius: 10px;
  background: #F7FCFF;
}

.sdp-col-item.active-col {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
  height: 550px;
}

.sdp-country-shavalue.sdp-us-only .sdp-col-item.active-col {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

p.migrate-from {
  font: 18px / 1.2 "Zoho_Puvi_Bold";
  text-align: center;
  margin: 15px 0 20px;
}

p.using-build {
  font: 15px / 1.5 "Zoho_Puvi_Regular";
  text-align: center;
}

.tooltip-wrapper {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.tooltip-text {
  font: 11px / 1.5 "Zoho_Puvi_Regular";
  background: #000;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -20px;
  margin-bottom: 10px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  display: none;
}

.tooltip-wrapper:hover .tooltip-text {
  opacity: 1;
  pointer-events: auto;
}

a.service-pack-cta {
  background: red;
  color: #fff;
  font: 18px / 1.5 "Zoho_Puvi_SemiBold";
  padding: 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}

a.service-pack-cta .sdp-dwn-min {
  display: inline-block;
  right: 1px;
  position: absolute;
  bottom: -10px;
}

p.sha-value-title {
  font: 15px / 1.5 Zoho_Puvi_Bold;
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.sha-value {
  word-break: break-all;
  max-width: 80%;
  text-align: center;
  margin: 10px auto 40px auto;
  font-size: 14px;
  line-height: 1.3;
}

p.skip-backup-entry {
  font: 15px / 1.5 "Zoho_Puvi_Regular";
  text-align: center;
}

ul.cta-wrapper {
  display: flex;
  justify-content: center;
}

/* new styles*/

.accordion-parent-wrap {
  display: none;
}

ul.cta-wrapper li .accord-btn,
ul.cta-wrapper li a {
  font: 13px / 1.5 "Zoho_Puvi_SemiBold";
  background: #4ca6ee;
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin: 7px;
  position: relative;
  cursor: pointer;
}

.cta-wrapper img {
  margin-left: 3px;
}

ul.cta-wrapper li a {
  background: transparent;
  border: 1px solid #3982bb;
  color: #3982bb;
}

ul.cta-wrapper li a span {
  transform: translateX(0px);
  display: inline-block;
  transition: .4s ease-in;
}

ul.cta-wrapper li a:hover span {
  transform: translateX(5px)
}

.accordion {
  text-align: left;
  padding: 20px;
  display: none;
  background: #f7fcff;
  border-radius: 0px 10px 10px;
  margin: -1px 10px;
  border: 1px solid #d7edfd;
}

.accordion.sdp-us-bg {
  background: #D6F2FF;
}

.sdp-three-active .accordion {
  border-radius: 10px 0px 10px 10px;
}

.sdp-two-active .accordion {
  border-radius: 10px;
}

.accordion ul {
  padding-left: 50px;
}

.accordion #windows {
  margin-bottom: 30px;
}

.accordion ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.sdp-notebox {
  background: #fffad5;
  border: 1px solid #f2e8a1;
  padding: 10px;
  margin: 30px 0px 50px;
  border-radius: 5px;
  text-align: center;
}

.sdp-notebox img {
  width: 20px;
  margin-right: 10px;
}

.sdp-notebox p {
  margin: 0;
}

.sdp-notebox.sdp-us-country {
  margin-bottom: 90px;
}

.sdp-dwn-min {
  display: inline-block;
  right: 16px;
  position: absolute;
  bottom: 0px;
}

.sdp-country-shavalue .non-us-shavalue {
  display: none;
}

.sdp-sha-copy-img img {
  width: 17px;
  margin: 0 5px;
}

.sdp-sha-copy-img {
  cursor: pointer;
}

.sdp-down-arrow {
  display: inline-block;
  transform: translateY(0px);
  transition: .5s ease-in;
}

.accord-btn .sdp-dwn-min {
  /* display: inline-block; */
  right: 1px;
  position: absolute;
  bottom: -8px;
}

.accord-btn:hover .sdp-down-arrow {
  transform: translateY(2px);
}

.sdp-ex-text {
  color: #595959;
  margin-top: -10px;
}

.sha-block {
  position: relative;
}

.content_copy_wrapper {
  position: absolute;
  top: -35px;
  background: #323232;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
  font-size: 14px;
  left: 16%;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

ul.cta-wrapper a img {
  transform: translateX(0px);
  transition: .3s ease-in;
}

ul.cta-wrapper a:hover img {
  transform: translateX(3px);
}

.accord-btn img {
  transform: translateY(0px);
  transition: .3s ease-in;
}

.accord-btn:hover img {
  transform: translateY(3px);
}

a.service-pack-cta img {
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .sdp-sp-table-block {
    width: 100%;
    overflow-x: scroll;
  }

  /*
	a.service-pack-cta{
		font: 15px / 1.5 "Zoho_Puvi_SemiBold";
	}
*/
  /*
	p.skip-backup-entry {
		word-break: break-word;
	}
*/
  ul.cta-wrapper li .accord-btn,
  ul.cta-wrapper li a {
    font: 11px / 1.5 "Zoho_Puvi_SemiBold";
    padding: 3px 7px;
  }

  .sdp-country-shavalue.sdp-us-only .sdp-third-col {
    margin-top: 0;
  }
}

@media screen and (max-width: 414px) {

  /*	a.service-pack-cta{padding: 8px 10px;}*/
  ul.cta-wrapper {
    display: block;
  }

  ul.cta-wrapper li .accord-btn,
  ul.cta-wrapper li a {
    font: 15px / 1.5 "Zoho_Puvi_SemiBold";
    padding: 7px;
    display: block;
    text-align: center;
  }
}