@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
img,
a,
input,
select,
div {
  margin: 0px;
  padding: 0px;
  outline: none !important;
  box-shadow: none;
  border: 0px;
  list-style: none;
}
body {
  font-family: Kanit !important;
}

p {
  font-weight: 300 !important;
}

.hero {
  background-color: #cce2ff;
  width: 100%;
  padding: 50px 0;
}

.hero .img-bg {
  background-image: url("../images/hero-image2.png");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero p {
  font-size: 18px;
  font-weight: 500;
}
*:focus {
  box-shadow: none !important;
}

.hero .btn,
.index .btn {
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid skyblue;
  color: skyblue !important;
  font-size: 15px;
  transition: 0.5s all;
  letter-spacing: 0.5px !important;
}
.hero .btn:hover,
.index .btn:hover {
  background-color: skyblue !important;
  color: white !important;
  border: none;
}

.special-list {
  list-style-type: none;
}

.special-list li {
  font-size: 17px;
  font-weight: 500;
  margin: 6px 0;
  padding: none !important;
}
.special-list li a {
  text-decoration: none;
  width: fit-content;
  color: black;
  display: flex;
  align-items: center;
}
.special-list li a:hover {
  color: skyblue;
}

.card {
  border: none !important;
  padding: 5px;
  margin-bottom: 20px;
}
.card .card-text {
  font-size: 15px;
}

.less {
  font-weight: 400 !important;
  letter-spacing: 0.4px;
  font-size: 33px !important;
}

.card-hover {
  transition: 0.5s all;
}
.card {
  background: transparent !important;
}

.card-hover:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}
.card-round {
  border-radius: 20px !important;
  border: 3px solid skyblue;
}

.sect-bg {
  background-image: url("../images/new/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* accordion */
.module_summary {
  background-color: #f5f5f5;
  position: relative;
  margin-top: -16px;
}
.module_summary:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url("../images/pattern-3.png") center top no-repeat;
  background-size: 100%;
  opacity: 0.23;
}
.padd-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.acc {
  margin-bottom: 40px;
  margin-top: 20px;
}
.acc .card:first-child {
  margin-top: 0;
}
.acc .card {
  box-shadow: none;
  border: 0;

  margin: 0 !important;
}
/* .acc .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff !important;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem !important;
} */

.module_summary .card-header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
}
.acc .card-header {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.acc .card-body {
  padding: 20px 25px;
  border: 1px dashed #eee;
  border-top: 0;
  background-color: #fff !important;
}

.acc .card-header button {
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 0;
  padding: 12px 22px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  padding-right: 50px;
  font-size: 16px;
  outline: none;
  border: 0;
}
.acc .card-header button:before {
  content: "+";
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 24px;

  right: 20px;
  font-family: arial;
  border: 1px solid #ccc;
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 27px;
  background: #fff;
}
.acc .card-header button[aria-expanded="true"]:before {
  content: "-" !important;
  background: none;
  /* height: 3px; */
  /* top: 28px; */
  position: absolute;
  /* top: 35px; */
  right: 20px;
  color: #fff;
  border-color: #fff;
}

.acc .card-header button[aria-expanded="true"] {
  background: skyblue;
  color: #fff;
}

.icon-cont {
  background-color: dodgerblue;
  color: white;
  border-radius: 20px;
}

.icon-cont svg {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.disc,
.disc li {
  list-style-type: disc !important;
}

.disc li {
  margin-bottom: 4px;
}
