:root{
   --theme-color:#52288e;
   --theme-bg:#f9f5ff;
}
.breadcrumb, .heading-menu, #customers, #allFea, .head-container .fr:last-child, .fl.prdLogo + .fr, footer#meCommonFooterNew .footer, .btmBar {
  display: none !important;
}
.zsiq_theme1 .zsiq_flt_rel{
    background-color: var(--theme-color) !important;
}
.siq_bR, .zsiq-newtheme.zls-sptwndw {
    right: 32% !important;
}
.sec-pTB {
  padding: 0;
}
.head-container {
  max-width: 97%;
}
#header-mainsec .headerinner {
  min-height: 60px;
}
footer#meCommonFooterNew{
  border: 0;
}
.foot-copy {
  max-width: none;
  width: 70%;
  margin: unset;
  background: #f1f1f1;
}
.splnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 70%;
    height: 100px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-family: Poppins;
}
.splnav li {
    padding: 0;
}
.splnav li a {
    padding: 10px 30px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin: 15px 30px 15px 0;
    font-weight: 500;
}
.splnav li a:hover {
    color: var(--theme-color);
}
.dccd {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.dccd .flex {
  display: flex;
}
.dccd p {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  margin: 0 0 10px;
}
.dccd h2 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 400;
  color: #000 !important;
  position: relative;
}
.dccd h2 strong {
  color: var(--theme-color) !important;
  font-size: 24px;
  font-weight: 600;
}
.dccd h2:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 0;
  background: linear-gradient(to right, #feaa09, #fff);
  display: inline-block;
  bottom: -5px;
  left: 0;
}
.dccd h4 {
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: underline;
}
.dccd .main {
  width: 70%;
}
.dccd .form {
  width: 30%;
  background-color: var(--theme-color);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
}
.dccd .form .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dccd .form h3 {
  text-align: center;
  color: #fff !important;
  font-size: 23px;
  font-weight: 400;
  padding: 0 20px;
  margin: 10px 0 0 !important;
  line-height: normal;
  width: 100%;
}
.dccd .form h3 strong {
  display: block;
}
.dccd .form iframe {
  background: #fff;
  margin: 20px auto;
  display: block;
  width: 400px;
  max-width: 90%;
  min-height: 560px;
  border-radius: 5px;
  box-shadow: 0 0 15px #0008;
}
.dccd .form iframe.jump{
  animation: shake 1s ease;
}
.dccd .form p {
  color: #fff;
  width: 100%;
  text-align: center;
}
.dccd .form p a {
  color: #fea;
  font-weight: 700;
}
.dccd .main .banner {
  padding: 20px;
  background-color: var(--theme-bg);
}
.dccd .main .banner img {
  max-width: 400px;
}
.dccd .main .banner .flex {
  align-items: center;
  justify-content: center;
}
.dccd .main .banner .inner-flex {
  margin: 5px;
  max-width: 45%;
}
.dccd .main .banner h1 {
  font-size: 44px;
  line-height: 70px;
  letter-spacing: normal;
  margin: 0;
  font-weight: 300;
}
.dccd .main .banner h1 strong {
  color: var(--theme-color);
}
.dccd .main .banner h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 18px 0 0 !important;
  color: #484848 !important;
  max-width: 350px;
  line-height: 36px;
}
.dccd .overview, .dccd .features, .dccd .os, .dccd .edition, .dccd .resources, .dccd .credit {
  padding: 20px;
  max-width: 90%;
  margin: auto;
}
.dccd .overview .flex {
  align-items: center;
}
.dccd .overview .inner-flex img {
  max-width: 250px;
  margin: 0 30px 0 0;
}
.dccd .overview p.spl {
    background-color: var(--theme-bg);
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 600;
}
.dccd .overview p.spl img {
    max-width: 100px;
}

.dccd .features a {
    display: inline-block;
    background-color: #f1f1f1;
    color: #000;
    padding: 5px 15px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
    min-width: 200px;
}
.dccd .features a:hover {
    background-color: var(--theme-bg);
    color: var(--theme-color);
    font-weight: 600;
}

.dccd .os .flex {
    align-items: center;
}
.dccd .os .flex h3 {
    min-width: 250px;
    font-size: 18px;
    font-weight: 600;
}
.dccd .os .flex h3 i {
    font-weight: 100;
    color: #0004;
}
.dccd .os .flex a {
    min-width: 200px;
    text-decoration: none;
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
}
.dccd .os .flex a img {
    max-width: 40px;
    margin: 15px;
}

.dccd .edition .edition-table {
    margin: 40px 0;
}
.dccd .edition .edition-table .flex{
    display:flex;
    justify-content:space-between;
}

.dccd .edition .edition-table .flex .flex-inner {
    background-color: #fff;
    max-width: 334px;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    box-shadow: 0 0 3px #0003
}
.dccd .edition .edition-table .flex .flex-inner .edi-head {
    background-color: var(--theme-bg);
    text-align: center;
    padding: 15px;
    width: 100%;
}
.dccd .edition .edition-table .flex .flex-inner .edi-head h3 {
    color: var(--theme-color) !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}
.dccd .edition .edition-table .flex .flex-inner .edi-fea {
    margin: 0;
    padding: 15px 30px;
    width: 100%;
}
.edition-table .flex .flex-inner .edi-fea li {
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    margin-left: 15px;
}
.dccd .edition .edition-table .flex .flex-inner .edi-fea li:before {
    content: '»';
    position: absolute;
    left: -15px;
}
.dccd .edition .edition-table .flex .flex-inner .edi-fea li:first-child {
    font-weight: 600;
    margin-left: 0;
    font-size: 15px;
    min-height: 40px;
}
.dccd .edition .edition-table .flex .flex-inner .edi-fea li:first-child:before {
    content: '';
}
.dccd .edition .edition-table .flex .flex-inner .edi-fea li a{
    color: var(--theme-color);
}
.dccd .edition a.cta {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px;
  line-height: normal;
  max-width: 180px;
  text-align: center;
  background-color: #fac60b;
  font-size: 16px;
  font-weight: 600;
  margin: 30px auto;
}
.dccd .resources a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0 2px #0d56b963;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 30%;
    margin: 2% 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dccd .resources a:hover {
    box-shadow: 0 0 6px #52288e;
}
.dccd .resources a:before {
    content: ''; 
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
}
.dccd .resources a strong {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.dccd .resources a:nth-child(1):before {
    background-image: url(../images/dccd-clip-3.png);
}
.dccd .resources a:nth-child(2):before {
    background-image: url(../images/dccd-clip-2.png);
}
.dccd .resources a:nth-child(3):before {
    background-image: url(../images/dccd-clip-4.png);
}
.dccd .resources a:nth-child(4):before {
    background-image: url(../images/dccd-clip-5.png);
}
.dccd .credit a.cta {
  display: inline-block;
  color: #000;
  background-color: #eee;
  text-decoration: none;
  padding: 12px;
  line-height: normal;
  min-width: 180px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 20px;
}
.dccd .credit a.cta.prm {
    background-color: #f34637;
    color: #fff;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-8px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(8px, 0, 0);
  }
}
@media(max-width:600px) {
  .splnav {
    background: transparent;
    border: 0;
    height: auto;
    left: auto;
    right: 0;
  }
  .splnav li{
    border: 0;
  }
  .splnav li a {
    padding: 5px 15px;
    width: auto;
    color: #000;
    background-color: #f1f1f1;
  }
  .pro-menu#MEmobile {
    display: none !important;
  }
  .dccd .flex {
    flex-wrap: wrap;
  }
  .dccd .form {
    position: static;
  }
  .dccd {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .dccd .main, .dccd .form, .foot-copy {
    width: auto;
  }
  .dccd h2 {
    line-height: normal;
  }
  .dccd .form h3, .dccd .form p {
    width: auto;
    margin: 15px auto 0 !important;
  }
  .dccd .main .banner img {
    max-width: 100%;
  }
  .dccd .main .quote {
    margin: 40px;
  }
  .dccd .main .quote span {
    float: none;
  }
  .dccd .main .banner {
    margin: 0;
  }
  .dccd .main .banner .inner-flex {
    max-width: none;
  }
.dccd .overview p.spl {
    flex-wrap: wrap;
}
.dccd .features a {
    min-width: auto;
    width: 37%;
}
.dccd .os .flex a {
    min-width: auto;
    width: 48%;
}
.dccd .edition .edition-table .flex {
    justify-content: center;
}
.dccd .edition .edition-table .flex .flex-inner {
    margin: 10px;
}
.siq_bR, .zsiq-newtheme.zls-sptwndw {
    right: 10px !important;
}
}