/*!
Theme Name: Blocksy
Theme URI: https://creativethemes.com/blocksy/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Version: 2.1.22
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 6.5
Requires PHP: 7.0
Tested up to: 6.8
Text Domain: blocksy
Blocksy Minimum Companion Version: 2.0.74-beta1
Tags: accessibility-ready, blog, block-patterns, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments
*/
html {
  font-family: "Anuphan", sans-serif;
}
body {
  font-family: "Anuphan", sans-serif;
}
.entry-meta {
  /*display: none;*/
}
.price {
  font-size: 50px;
}
.mainBox {
  display: block;
  overflow: hidden;
}
.boxPro {
  display: block;
  float: left;
  width: 30% !important;
  margin: 0 20px 20px !important;
  background-image: linear-gradient(to top, #96fbc4 0%, #f9f586 100%);
  min-height: 400px;
}
.boxPro h2 {
  font-size: 24px;
  text-align: center;
  color: #00af54;
}
.boxPro h2 span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.boxSim {
  display: block;
  float: left;
  width: 30% !important;
  margin: 0 20px 20px !important;
  background-image: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
  min-height: 400px;
}
.boxSim h2 {
  font-size: 24px;
  text-align: center;
  color: #000000;
}
.boxSim h2 span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.hero-section {
  margin: 0 !important;
  width: 100% !important;
}
.card-content {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.entry-header {
  margin-bottom: 50px !important;
}
.ct-button {
  margin: auto;
  border-radius: 30px;
  width: 75%;
  font-size: 22px;
}
.speed {
  text-align: center;
  color: #2c3623;
  display: block;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.speed strong {
  font-size: 22px !important;
  color: #f27f22 !important;
  font-weight: bold !important;
}
.speed span {
  display: block;
  font-size: 13px;
}
.page-title {
  text-align: center;
  color: #3b7c05;
}
.page-title span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.listAccess ul li {
  color: #000;
}
.boxFeature {
  display: block;
  width: 97%;
  margin: 50px auto;
  padding: 40px;
  background: #fff;
}
.btnMore {
  display: block;
  overflow: hidden;
  width: 40%!important;
  margin: 15px auto 70px;
  text-align: center;
  padding: 10px 0;
  background: #015c3d;
  font-size: 26px;
  color: #fff;
  border-radius: 20px;
  clear: both;
}
@media screen and (max-width: 600px) {
  .boxPro, .boxSim {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .boxPro h2, .boxSim h2 {
    font-size: 20px !important;
  }
  .btnMore {
    display: block;
    overflow: hidden;
    width: 60%;
      font-size: 18px!important;
  }
  .listAccess ul li {
    font-size: 14px !important;
  }
}