:root {
  --white_color: #fff;
  --hover_background_color: #2f9b8f;
  --ct24-border-color: #ccc;
  --ct26_wrapper_bg_color: #E6E7E8;
  --arrow-color: #e9242a;
  --card_bg_color: transparent;
  --black-color: #000;
  --border_color: #ccc;
  --slider-background: linear-gradient(90deg,#eaeaea 48.44%,rgba(0,186,242,0) 100%);
  --box1-background: -webkit-linear-gradient(left, #cfd1db, #9b9ead);
  --box3-background: radial-gradient(#7a8c99, #8b9dab, #829bb1);
  --box2-background: #99d0aa no-repeat;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.template-info .md-66 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .md-66 img {
  max-width: 100%;
}

.template-info .md-66 a {
  text-decoration: none;
}

.template-info .md-66 li {
  list-style-type: none;
}

.template-info .md-66 .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.template-info .md-66 .ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .md-66 .jb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-info .md-66 .al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .md-66 .banner-static-sec {
  position: relative;
  top: 23px;
}

.template-info .md-66 .banner-static {
  visibility: visible;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.template-info .md-66 .banner-box1 {
  background: var(--box1-background);
}

.template-info .md-66 .banner-box1 .otherBannerText {
  color: var(--white_color);
}

.template-info .md-66 .upperTest {
  text-transform: capitalize;
}

.template-info .md-66 .otherBannerText h3 {
  font-weight: bold;
  text-transform: capitalize;
}

.template-info .md-66 .otherBannerText a {
  position: relative;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 7px;
  background: var(--arrow-color);
  color: var(--white_color);
  height: 27px;
}

.template-info .md-66 .otherBannerText a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -16px;
  top: -4px;
  border-left: 16px solid var(--arrow-color);
  border-top: 17px solid var(--card_bg_color);
  border-bottom: 17px solid var(--card_bg_color);
  font-weight: 500;
}

.template-info .md-66 .banner-box2 {
  background: var(--box2-background);
}

.template-info .md-66 .banner-box2.otherBannerText {
  color: var(--black-color);
}

.template-info .md-66 .banner-box3 {
  background: var(--box3-background);
}

.template-info .md-66 .banner-box3 img {
  top: 0;
  bottom: 0;
  margin: auto;
}

.template-info .md-66 .banner-box3 .otherBannerText {
  color: var(--white_color);
}

.template-info .md-66 .home-middle-section {
  padding: 70px 0 0;
}

.template-info .md-66 .middle-title {
  font-size: 18px;
  font-weight: bold;
}

.template-info .md-66 .middle-title-desc {
  padding-top: 5px;
}

.template-info .md-66 .home-middle-section > ul {
  padding-top: 15px;
}

.template-info .md-66 .home-middle-section > ul > li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ct24-border-color);
}

.template-info .md-66 .home-middle-section > ul > li:last-child {
  border-bottom: none;
}

.template-info .md-66 .home-middle-section > ul > li h3 {
  font-weight: bolder;
  color: var(--hover_background_color);
  font-size: 17px;
  margin-bottom: 6px;
}

.template-info .md-66 .home-middle-section > ul > li p {
  font-size: 13px;
  line-height: 20px;
}

.template-info .md-66 .home-middle-section ul li:after {
  content: '';
  position: absolute;
  background: url(https://www.computerbusinesschecks.com/includes/templates/check/images/iconSprites.png) no-repeat;
  left: 0;
  top: 0;
}

.template-info .md-66 .home-middle-section ul li.homeIcon1:after {
  background-position: -1px -3px;
  width: 76px;
  height: 73px;
}

.template-info .md-66 .home-middle-section ul li.homeIcon2:after {
  background-position: -78px -3px;
  width: 52px;
  height: 52px;
}

.template-info .md-66 .home-middle-section ul li.homeIcon3:after {
  background-position: -138px 0;
  width: 61px;
  height: 60px;
}

.template-info .md-66 .home-middle-section ul li.homeIcon4:after {
  background-position: -204px -3px;
  width: 58px;
  height: 44px;
}

.template-info .md-66 .home-middle-section ul li.homeIcon5:after {
  background-position: -269px 0;
  width: 52px;
  height: 57px;
}

.template-info .md-66 .home-middle-section ul li.homeIcon6:after {
  background-position: -333px 0;
  width: 61px;
  height: 61px;
}

.template-info .md-66 .menu {
  white-space: nowrap;
  overflow-x: auto;
  min-height: 126px;
}

.template-info .md-66 .banner-skyblu-slide {
  margin: 0 5px;
}

.template-info .md-66 .slider-sec {
  border-top: 1px solid var(--ct24-border-color);
  clear: both;
  display: inline-block;
  width: 100%;
  background: var(--ct26_wrapper_bg_color);
}

.template-info .md-66 #QsSoftwareLogo {
  margin: 0;
  background-size: contain;
}

.template-info .md-66 .slider-sec .slides a {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid var(--border_color);
}

.template-info .md-66 .banner3 {
  background-color: #648fc1;
  position: relative;
  color: white;
  text-align: center;
}

.template-info .md-66 .banner3 .text1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 55px;
  text-transform: uppercase;
}

.template-info .md-66 .banner3 h3 {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
}

.template-info .md-66 .banner3 .shopNow {
  font-size: 18px;
  color: #fff;
  background: #e21212;
  line-height: 17px;
  padding: 15px 15px;
  display: inline-block;
  position: relative;
}

.template-info .md-66 .banner3 .shopNow:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -27px;
  top: 0px;
  border-left: 27px solid #e21212;
  border-top: 23px solid transparent;
  border-bottom: 24px solid transparent;
  font-weight: 500;
}

.template-info .md-66 .banner3 .saleDiscount {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 28px;
  margin: 5% 0;
}

.template-info .md-66 .banner3 .saleDiscount:before {
  content: '';
  position: absolute;
  height: 2px;
  background: #fff;
  left: -114px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100px;
}

.template-info .md-66 .banner3 .saleDiscount:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #fff;
  right: -114px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100px;
}

@media (min-width: 768px) {
  .template-info .md-66 .banner3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info .md-66 .banner-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-info .md-66 .home-middle-section > ul > li {
    padding-left: 100px;
  }
  .template-info .md-66 .banner-box {
    width: 33.333333%;
    padding: 0;
    height: 232px;
    overflow: hidden;
    position: relative;
  }
  .template-info .md-66 .slider-sec {
    margin-top: 50px;
    padding: 35px 0;
  }
  .template-info .md-66 .menu::before {
    width: 100px;
  }
  .template-info .md-66 .menu::after {
    width: 100px;
  }
  .template-info .md-66 .otherBannerText {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 5%;
    margin-left: 45%;
    position: relative;
  }
  .template-info .md-66 .banner-box > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .template-info .md-66 .otherBannerText h3 {
    font-size: 20px;
    margin: 8px 0 17px;
    text-align: center;
  }
  .template-info .md-66 .upperTest {
    font-size: 19px;
  }
  .template-info .md-66 .otherBannerText a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .md-66 .banner-static {
    margin: 0 -15px;
  }
  .template-info .md-66 .banner-box2 .otherBannerText {
    margin-left: 29%;
  }
  .template-info .md-66 .middle-title-desc {
    font-size: 12px;
    line-height: 1.5;
  }
  .template-info .md-66 .banner-box1 .otherBannerText {
    margin-left: 44%;
    position: relative;
    z-index: 3;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .md-66 .banner-static-sec {
    top: 0;
  }
  .template-info .md-66 .bannerText {
    padding: 6% 5px;
  }
  .template-info .md-66 .banner3 .text1 {
    font-size: 20px;
    line-height: 1.8;
  }
  .template-info .md-66 .banner3 h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  .template-info .md-66 .banner3 .saleDiscount {
    font-size: 20px;
    padding: 0 10px;
  }
  .template-info .md-66 .banner3 .saleDiscount:after {
    left: 100%;
    width: 70px;
    right: auto;
  }
  .template-info .md-66 .banner3 .saleDiscount:before {
    right: 100%;
    left: auto;
    width: 70px;
  }
  .template-info .md-66 .banner3 .shopNow {
    font-size: 15px;
    line-height: 17px;
    padding: 15px 15px;
  }
  .template-info .md-66 .banner-static {
    margin: 13px 0;
  }
  .template-info .md-66 .middle-title-desc {
    line-height: 1.5;
  }
  .template-info .md-66 .home-middle-section > ul > li {
    padding-left: 75px;
  }
  .template-info .md-66 .banner-box {
    margin-bottom: 10px;
  }
  .template-info .md-66 .slider-sec {
    padding: 15px 0;
  }
  .template-info .md-66 .menu::before {
    width: 2px;
  }
  .template-info .md-66 .menu::after {
    width: 2px;
  }
  .template-info .md-66 .banner-box {
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 10px;
  }
  .template-info .md-66 .banner-box > img {
    width: 155px;
    height: 150px;
    margin-bottom: 10px;
  }
  .template-info .md-66 .otherBannerText h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .template-info .md-66 .upperTest {
    font-size: 14px;
    line-height: 1;
  }
  .template-info .md-66 .otherBannerText a {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .template-info .md-66 .banner-box1 .otherBannerText {
    margin-left: 46%;
  }
  .template-info .md-66 .banner-box2 .otherBannerText {
    margin-left: 46%;
  }
  .template-info .md-66 .middle-title-desc {
    font-size: 11.52px;
    line-height: 1;
  }
  .template-info .md-66 .middle-title {
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=md-66.css.map */