

.template-info .ct-112 {
  background-image: url("https://www.securecheckorder.com/cdn/custom_template/images/component/yp-white-paper-50.jpg");
}

.template-info .ct-112 * {
  margin: 0px;
  padding: 0px;
}

.template-info .ct-112 img {
  max-width: 100%;
}

.template-info .ct-112 .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.template-info .ct-112 a {
  text-decoration: none;
}

.template-info .ct-112 li {
  list-style-type: none;
}

.template-info .ct-112-banner {
  position: relative;
}

.template-info .ct-112-banner img {
  width: 100%;
  display: block;
}

.template-info .ct-112-banner-cont-sec {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.template-info .ct-112-banner-cont h1 {
  line-height: 1.1;
}

.template-info .ct-112-banner-cont p {
  line-height: 1.1;
  margin-bottom: 15px;
}

.template-info .ct-112-banner-cont ul {
  padding-left: 15px;
}

.template-info .ct-112-banner-cont ul li {
  list-style-type: disc;
  line-height: 1.4;
  color: var(--text_color);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px 0;
}

.template-info .ct-112-title {
  text-align: center;
}

.template-info .ct-112-title h2 {
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 600;
}

.template-info .ct-112-title p {
  line-height: 1.3;
  color: var(--text_color);
  font-weight: 400;
  margin-bottom: 20px;
  font-style: italic;
}

.template-info .ct-112-title span {
  color: var(--c-40b546);
}

.template-info .ct-112-col-sm-4__lists {
  margin: 0 -15px;
}

.template-info .ct-112-col-sm-4__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ct-112-col-sm-4__list {
    width: calc(100% / 2);
    padding: 0px 15px 0px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ct-112-col-sm-4__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
margin-top:15px;
  }
}

@media all and (min-width: 961px) {
  .template-info .ct-112-col-sm-4__list {
    width: calc(100% / 3);
    padding: 0px 15px 0px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ct-112-col-sm-4__list {
    margin-bottom: 15px;
  }
}

.template-info .ct-112-panel-wrapper {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
border: 1px solid var(--border_color);
}

.template-info .ct-112-panel-wrapper:hover {
  -webkit-box-shadow: 0 1px 1px 1px var(--rgba5);
          box-shadow: 0 1px 1px 1px var(--rgba5);
}

.template-info .ct-112-panel-img img {
  display: block;
  width: 100%;
}

.template-info .ct-112-panel-down-cont-sec {
  border: 1px solid var(--border_color);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: var(--white-color);
  padding: 15px;
  text-align: center;
}

.template-info .ct-112-panel-down-cont-sec h3 {
  line-height: 1.1;
  font-weight: 600;
}

.template-info .ct-112-panel-down-cont-sec p {
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 10px;
}

.template-info .ct-112-price-title {
  text-align: center;
}

.template-info .ct-112-price-title h1 {
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--heading-color);
  font-weight: 600;
}

.template-info .ct-112-price-title p {
  line-height: 1.4;
  color: var(--text_color);
  font-weight: 400;
  margin-bottom: 20px;
}

.template-info .ct-112 table {
  width: 100%;
  border: 1px solid var(--border_color);
  border-radius: 3px;
  border-collapse: collapse;
}

.template-info .ct-112 table thead td {
  font-weight: 600;
}

.template-info .ct-112 table td {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: 400;
  border: none;
}

.template-info .ct-112 table td span {
  color: var(--border_color);
}

.template-info .ct-112 table tr {
  border-top: 1px solid var(--border_color);
}

.template-info .ct-112-bg-white {
  background-color: var(--white-color);
}

.template-info .ct-112-bg-dd {
  background-color: var(--ddd);
}

.template-info .ct-112-col-sm-3__lists {
  margin: 0 -10px;
}

.template-info .ct-112-col-sm-3__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 641px) and (max-width: 960px) {
  .template-info .ct-112-col-sm-3__list {
    width: calc(100% / 3);
    padding: 10px 10px 10px;
  }
}

@media all and (min-width: 641px) {
  .template-info .ct-112-col-sm-3__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 961px) {
  .template-info .ct-112-col-sm-3__list {
    width: calc(100% / 4);
    padding: 10px 10px 10px;
  }
}

@media all and (max-width: 767px) {
  .template-info .ct-112-col-sm-3__list {
    margin-bottom: 10px;
  }
}

.template-info .ct-112-size-wrapper {
  background-color: var(--transparent);
  text-align: center;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .ct-112-size-wrapper img {
  width: 100%;
  display: block;
}

.template-info .ct-112-size-wrapper h3 {
  font-weight: bold;
  line-height: 1.1;
  color: var(--heading-color);
  padding-bottom: 10px;
}

.template-info .ct-112-size-wrapper:hover {
  -webkit-box-shadow: 0 1px 1px 1px var(--rgba5);
          box-shadow: 0 1px 1px 1px var(--rgba5);
}

@media (min-width: 768px) {
  .template-info .ct-112-banner-cont p {
    font-size: 18px;
  }
  .template-info .ct-112-banner-cont ul li {
    font-size: 17px;
  }
  .template-info .ct-112-paper-stock-sec, .template-info .ct-112-pricing-sec, .template-info .ct-112-sizes-sec {
    padding-top: 25px;
  }
  .template-info .ct-112-title h2 {
    font-size: 30px;
    line-height: 1.1;
  }
  .template-info .ct-112-title p {
    font-size: 21px;
  }
  .template-info .ct-112-panel-down-cont-sec h3 {
    font-size: 18px;
  }
  .template-info .ct-112-panel-down-cont-sec p {
    font-size: 14px;
  }
  .template-info .ct-112-price-title h1 {
    font-size: 30px;
  }
  .template-info .ct-112-price-title p {
    font-size: 21px;
  }
  .template-info .ct-112 table td {
    padding: 8px;
    font-size: 14px;
  }
  .template-info .ct-112 table td span {
    margin-left: 20px;
  }
  .template-info .ct-112-size-wrapper h3 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
}

@media (min-width: 1024px) {
  .template-info .ct-112-banner-cont-sec {
    top: 40px;
  }
  .template-info .ct-112-banner-cont h1 {
    font-size: 63px;
    font-weight: 600;
    margin: 20px 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .ct-112-banner-cont-sec {
    top: 0px;
  }
  .template-info .ct-112-banner-cont h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 10px;
  }
  .template-info .ct-112-panel-down-cont-sec {
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  img#banner-mb {
    height: auto;
    margin-bottom: 115px;
}
  .template-info .ct-112-banner img {
    height: 180px;
  }
  .template-info .ct-112-banner-cont-sec {
    top: 12px;
  }
  .template-info .ct-112-banner-cont h1 {
    font-size: 16px;
    margin: 10px 0;
  }
  .template-info .ct-112-banner-cont p {
    font-size: 12px;
  }
  .template-info .ct-112-banner-cont ul li {
    font-size: 12px;
  }
  .template-info .ct-112-title h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .template-info .ct-112-title p {
    font-size: 12px;
  }
  .template-info .ct-112-paper-stock-sec {
    padding: 0 15px;
  }
  .template-info .ct-112-panel-down-cont-sec {
    margin-bottom: 20px;
  }
  .template-info .ct-112-panel-down-cont-sec h3 {
    font-size: 14px;
  }
  .template-info .ct-112-panel-down-cont-sec p {
    font-size: 12px;
  }
  .template-info .ct-112-price-title h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .template-info .ct-112-price-title p {
    font-size: 12px;
  }
  .template-info .ct-112 table td {
    padding: 5px;
    font-size: 12px;
  }
  .template-info .ct-112-sizes-sec {
    padding: 0 10px;
  }
  .template-info .ct-112-size-wrapper h3 {
    font-size: 14px;
    margin: 10px 0;
  }
}
/*# sourceMappingURL=ct-112.css.map */