* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.kodchasan-extralight {
  font-family: "Kodchasan", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kodchasan-light {
  font-family: "Kodchasan", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kodchasan-regular {
  font-family: "Kodchasan", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kodchasan-medium {
  font-family: "Kodchasan", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kodchasan-semibold {
  font-family: "Kodchasan", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kodchasan-bold {
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h1 {
  margin-bottom: 0 !important;
  font-size: 22px !important;
  font-weight: bold;
}
h2 {
  margin-bottom: 0 !important;
  font-size: 12px !important;
}
h3 {
  margin-bottom: 0 !important;
}
h4 {
  margin-bottom: 0 !important;
}
h5 {
  margin-bottom: 0 !important;
}
h6 {
  margin-bottom: 0 !important;
}
p {
  margin-bottom: 0 !important;
  font-size: 10px;
}

.arrowimg {
  width: 33px;
  height: 33px;
}

.logo {
  width: 72px;
  height: 72px;
}
.optbtn {
  border: 1px solid #f7c800;
  color: #000000;
  border-radius: 8px;
  height: 35px;
  font-size: 12px;
  background: transparent;
  width: 177px;
}
.contactimg {
  width: 16px;
  height: 16px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.box1 {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  border: 1px solid #f7c800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.box1 img {
  width: 19px;
  height: 21px;
}
.bgimg{
    background: url(./assets/bgimg.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}
.deactive{
    height: 35px;
    width: 224px;
    border-radius: 8px;
    border: 1px solid #A3A3A3;
    font-size: 11px;
    color: #EA0000;
    background-color: #fff;
    opacity: 0.6;
}
.deactive img{
    width: 24px;
    height: 24px;

}
.icon{
    width: 88px;
    height: 20px;
}