/*===========================
  CUSTOM css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500;600&display=swap");

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;

  --cs-green-primary: #00a950;
  --cs-green-200: #00986d;
  --cs-green-400: #00857d;
  --cs-green-600: #00717e;
  --cs-green-800: #005c70;
  --cs-green-900: #2f4858;
  --cs-green-gray: #91c0ca;
  --cs-green-tong: #b7cf53;
  --cs-green-blue: #56bbb3;
  --cs-green-dark: #49908a;
  --cs-green-gray: #91c0ca;
  --cs-green-light: #f9fffa;
  --cs-green-gradient-bright: linear-gradient(180deg, #00a950, #00db68);
  --cs-green-gradient-dark: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(210.83deg, #005c70, #1f8fa8 49.48%, #005c70 96.88%);
  --cs-green-gradient-middle: linear-gradient(205.22deg, #46b8c8, #6df87b 51.56%, #00a950 98.96%);

  --cs-yellow-200: #f9ffae;
  --cs-yellow-400: #ffde82;
  --cs-yellow-600: #c9a74e;

  --cs-gold-light: #f7f298;
  --cs-gray-900: #0e1c29;
  --cs-gray-800: #3e4954;
  --cs-gray-700: #566069;
  --cs-gray-600: #6e777f;
  --cs-gray-550: #909ca6;
  --cs-gray-500: #ced9e3;
  --cs-gray-400: #f6f6f6;
  --cs-gray-200: #f4faff;
  --cs-warm-secondary: #fffaec;
  --cs-warm-third: #fffef9;
  --cs-gold-bright: #fdd773;
  --cs-gold-linear: linear-gradient(205.22deg, #fdd773 12.66%, #ffeab0 48.5%, #fdd773 82.83%);
  --cs-gold-premium: linear-gradient(205.22deg, #fdd773, #ffeab0 49.48%, #fdd773 96.88%);
  --cs-gold-400: #f6f6f6;
  --cs-gold-200: #fff5dd;
  --cs-result-good: #00a950;
  --cs-result-normal: #e8b839;
  --cs-result-bad: #eb5147;
  --cs-result-total: #f4f0fd;
  --cs-red: #d54848;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* body {
  font-family: "Mitr", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--white);
  overflow-x: hidden;
  background-image: url(/assets/bersim/images/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
} */
body {
  font-family: "Mitr", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--white);
  overflow-x: hidden;
  background-color: #072634;
  background-image: url(/assets/bersim/images/bg-star-v2.jpg);
  background-repeat: repeat-y;
  /* background-attachment: fixed; */
  background-position: center top;
  background-size:100%;
  
  /* background: rgb(1, 61, 76);
  background: -moz-radial-gradient(circle, rgba(1, 61, 76, 1) 0%, rgba(1, 21, 23, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(1, 61, 76, 1) 0%, rgba(1, 21, 23, 1) 100%);
  background: radial-gradient(circle, rgba(1, 61, 76, 1) 0%, rgba(1, 21, 23, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013d4c",endColorstr="#011517",GradientType=1); */
}

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

img {
  max-width: 100%;
}

a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: var(--cs-yellow-400);
}

i,
span,
a {
  display: inline-block;
  color: var(--white);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mitr", sans-serif;
  font-weight: 500;
  color: var(--cs-yellow-400);
  /* margin: 0px; */
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: var(--white);
  margin: 0px;
}

.fs-small {
  font-size: small;
}

.ft-number {
  font-family: "Oswald";
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

select {
  appearance: auto !important;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
}

.main-btn:hover {
  color: #fff;
  background-position: right center;
}

.btn-primary {
  color: var(--cs-yellow-400);
  background-color: var(--cs-green-800);
  border: none;
}

.btn-primary:hover {
  color: var(--cs-green-800);
  background-color: var(--cs-yellow-400);
  border: none;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*===== All Section Title Style =====*/
.section-title .line,
#footer .line {
  background: var(--white);
  width: 150px;
  height: 2px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: spinner-linspin 1568.2353ms linear infinite;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #361cc1 #361cc1 #e1e1e1;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e1e1e1;
  -webkit-animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e1e1e1;
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: var(--cs-green-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 0;
}

.navbar-social {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
    background: var(--cs-green-primary);
    text-align: center;
  }

  #nav-footer {
    background: none;
  }
}

.navbar-nav .nav-item {
  margin-right: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a,
#footer a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 8px 0;
    /* color: #2E2E2E*/
  }
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
  color: var(--cs-yellow-400);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .main-btn {
  line-height: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}

.navbar-btn .main-btn:hover {
  color: #fff;
  background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: var(--white);
}

.sticky .navbar-nav .nav-item a {
  color: var(--white);
}

.sticky .navbar-nav .nav-item a.active,
.sticky .navbar-nav .nav-item a:hover {
  color: var(--cs-yellow-400);
}

/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background: var(--cs-green-gradient-bright);
  /* height: 365px; */
  background-size: 100% 365px, cover;
  background-repeat: no-repeat;
}

#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-hero-content {
  padding-top: 180px;
}

.head-otherpage {
  height: 120px;
}

@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 130px;
  }

  .header-hero {
    background-size: 100% 220px, cover;
  }
}

.header-hero-content .header-sub-title {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-sub-title {
    font-size: 30px;
  }
}

.header-hero-content .header-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 30px;
  }
}

.header-hero-content .text {
  color: #fff;
  margin-top: 30px;
}

.header-hero-content .main-btn {
  margin-top: 40px;
}

.header-hero-image {
  padding-top: 45px;
}

.header-hero-image img {
  max-width: 650px;
}

@media (max-width: 767px) {
  .header-hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .header-hero-image {
    padding-top: 30px;
  }
}

/*===========================
  BRAND css 
===========================*/
@media (max-width: 767px) {
  .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-logo {
  padding: 15px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-logo {
    padding: 15px 15px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-logo {
    width: 33.33%;
  }
}

.single-logo img {
  max-width: 100%;
  -webkit-filter: grayscale(5);
  filter: grayscale(5);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/*===========================
  BREADCRUMB
===========================*/
#breadcrumb {
  background: rgba(0, 0, 0, 0.3);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.75rem 1rem;
  margin-bottom: 0rem;
  list-style: none;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--cs-blue-dark);
}

/*===========================
  CAROUSEL css 
===========================*/
.carousel-inner img {
  border-radius: 30px;
  border: 2px solid var(--white);
}

/*===========================
  FORTUNE css 
===========================*/

.fortune-box {
  align-self: stretch;
  border-radius: 30px;
  background: var(--cs-green-gradient-middle);
  position: relative;
  flex-shrink: 0;
  flex-direction: column;
  padding: 20px 40px;
  align-items: center;
  justify-content: center;
}

.fortune-content {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fortune-box-head {
  font-size: 40px;
  color: var(--cs-green-900);
}

.fortune-box-sub {
  font-size: 14px;
  color: var(--cs-gray-700);
}

.fortune-box input,
.fortune-box .btn-primary {
  padding: 1rem 1rem;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .fortune-box-head {
    font-size: 36px;
  }

  element.style {
    visibility: visible;
    animation-name: fadeInRightBig;
  }

  .bd-white-2 {
    border: 2px solid var(--white);
  }

  .fortune-content {
    flex: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fortune-box {
    padding: 20px;
  }

  .fortune-box input,
  .fortune-box .btn-primary {
    font-size: 20px;
  }
}

/*===========================
  HORO  css 
===========================*/
#horo-input {
  background: rgba(0, 0, 0, 0.5);
}

#horo-input .horo-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20;
}

#horo-input .horo-input-inside {
  flex-grow: 1;
  align-self: stretch;
}

#horo-input .horo-button-inside {
  align-self: stretch;
}

#horo-input .horo-button-inside .btn {
  padding-left: 50px;
  padding-right: 50px;
}

#horo-input .fortune-box-sub {
  color: var(--cs-green-blue);
}

#horo-input .input-info {
  color: var(--cs-gray-500);
}

#horo-input .box-resultnumber {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 80px;
  margin-left: 80px;
  margin-right: 80px;
  gap: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.result-title .txt-title {
  font-size: 40px;
}

.result-title .txt-number {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: var(--cs-yellow-400);
}

.horo-spec h4 {
  color: var(--white);
}

.horo-spec table td {
  padding-top: 3px;
}

.horo-spec table td:first-child {
  font-family: "Oswald";
  color: var(--cs-green-blue);
  font-style: normal;
  padding-right: 30px;
}

.horo-spec table tr {
  border-bottom: 1px solid var(--cs-green-800);
}

.single-chart {
  position: relative;
}

.single-chart .chart-result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* z-index: 1000; old */
  z-index: 90;
}

.single-chart .chart-result .text-chartresult {
  font-size: 20px;
  font-weight: 500;
  color: var(--cs-yellow-400);
}

.single-chart .chart-result .text-chartscore {
  font-family: "Oswald";
  font-size: 52px;
  font-weight: 500;
  line-height: 2.3rem;
}

.single-chart .chart-result p {
  font-size: small;
  color: var(--cs-green-dark);
}

.single-chart {
  width: 200px;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.single-chart .circle-bg {
  fill: none;
  stroke: var(--cs-green-900);
  stroke-width: 3.8;
}

.single-chart .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 3s ease-out forwards;
}

.horo-detail .res-detailheading,
.horo-detail .res-detailscore {
  font-size: 36px;
  font-weight: 500;
}

.horo-detail .res-detailscore {
  color: var(--cs-yellow-400);
}

.horo-detail .res-detailinfo {
  font-size: 18px;
}

.horo-detail .res-remark {
  font-size: 12px;
  color: var(--cs-green-blue);
}

.horo-detail .res-numbertitle {
  display: flex;
  justify-content: flex-start;
}

.horo-detail .res-numbertitle > div {
  align-self: center;
}

.horo-detail .res-numbertitle .res-numbertitle-text {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 10px;
  align-self: center;
}

.horo-detail .res-numbertitle .type-line {
  flex-grow: 1;
  background-color: var(--white);
  height: 1px;
}

.box-descresult {
  padding: 15px 15px 20px;
  border-radius: 20px;
  position: relative;
  margin-top: 60px;
}

.box-descresult h5 {
  padding: 0px 0px 10px 80px;
  color: white;
}

.box-descresult {
  font-weight: 300;
}

.con-numberheader {
  position: absolute;
  width: 65px;
  height: 66px;
  left: 15px;
  top: -20px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border-radius: 50px;
  padding: 15px 20px;
}

.ball-container {
  gap: 20px;
}

.ball-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 71px;
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  padding: 15px 25px;
}

.ball-number.result-good {
  background: var(--cs-result-good);
}

.ball-number.result-normal {
  background: var(--cs-result-normal);
}

.ball-number.result-bad {
  background: var(--cs-result-bad);
}

.box-descresult.result-good {
  background: rgba(73, 144, 138, 0.6);
}

.box-descresult.result-normal {
  background: rgba(216, 182, 61, 0.8);
}

.box-descresult.result-bad {
  background: rgba(192, 89, 56, 0.8);
}

.box-descresult.result-good .con-numberheader {
  background: var(--cs-result-good);
}

.box-descresult.result-normal .con-numberheader {
  background: var(--cs-result-normal);
}

.box-descresult.result-bad .con-numberheader {
  background: var(--cs-result-bad);
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.single-chart.res-good .circular-chart .circle {
  stroke: var(--cs-result-good);
}

.single-chart.res-normal .circular-chart .circle {
  stroke: var(--cs-result-normal);
}

.single-chart.res-bad .circular-chart .circle {
  stroke: var(--cs-result-bad);
}

.single-chart.res-good .text-chartscore {
  color: var(--cs-result-good);
}

.single-chart.res-normal .text-chartscore {
  color: var(--cs-result-normal);
}

.single-chart.res-bad .text-chartscore {
  color: var(--cs-result-bad);
}

@media (max-width: 767.98px) {
  #horo-input .box-resultnumber {
    padding: 20px 20px;
    margin-left: 0px;
    margin-right: 0px;
    gap: 10px;
  }

  .horo-button-inside,
  .horo-button-inside .btn {
    width: 100%;
  }

  .ball-container {
    gap: 4px;
  }

  .ball-number {
    font-size: 18px;
    width: 50px;
    height: 50px;
    padding: 15px 25px;
  }
}

/*===========================
  CARD NUMBER css 
===========================*/
.card-number {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  background: var(--cs-green-gradient-dark);
  border-radius: 20px;
  border: 2px solid var(--white);
  margin-bottom: 40px;
}

.card-number .number {
  font-family: "Oswald";
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: var(--cs-yellow-400);
}

.card-number .line-number-type {
  display: flex;
  justify-content: flex-start;
}

.card-number .line-number-type > div {
  align-self: center;
}

.card-number .number-type {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  align-self: center;
  border: 1px solid var(--white);
}

.card-number .type-line {
  /* flex:1 1 auto; */
  flex-grow: 1;
  background-color: var(--white);
  height: 1px;
}

.card-number .number-info {
  font-size: small;
  color: var(--cs-green-gray);
  text-align: center;
}

.card-number .card-number-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-footer-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.card-footer-left .con-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-number-footer .con-price {
  display: flex;
  flex-direction: row;
}

.card-footer-left .con-result .number-result {
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 600;
  margin: -5px 0px;
}

.card-footer-left .con-result .txt-result {
  font-size: 14px;
  color: var(--cs-green-gray);
  margin: -5px 0px;
}

.card-number-footer .con-price .total-price {
  font-family: "Oswald";
  /* font-size: 40px; */
  font-size: 28px;
  font-weight: 600;
}

.card-number-footer .con-price .baht-price {
  font-size: 16px;
  color: var(--cs-green-gray);
  align-self: flex-end;
  margin: 0 0 5px 5px;
}

.card-number .logo-telecom {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--premium--*/
.premium-card {
  background: var(--cs-gold-premium);
}

.premium-card .number,
.premium-card .card-footer-left .con-result .number-result,
.premium-card .card-number-footer .con-price .total-price {
  color: var(--cs-green-800) !important;
}

.premium-card .card-footer-left .con-result .txt-result,
.premium-card .card-number-footer .con-price .baht-price {
  color: var(--cs-green-200);
}

.premium-card .number-info,
.premium-card .number-type {
  color: var(--cs-green-600);
}

.premium-card .number-type {
  border: 1px solid var(--cs-green-600);
}

.premium-card .type-line {
  background-color: var(--cs-green-600);
}

@media (max-width: 767.98px) {
  .card-number .number {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .card-number .number {
    font-size: 36px;
  }
}

@media (min-width: 1400px) {
  .card-number .number {
    font-size: 42px;
  }
}

/*===========================
  BOX CONTENT
===========================*/
#section-content {
  background: rgba(145, 192, 202, 0.1);
}
.box-content {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 25px;
}

/*===========================
  MODAL INFO NUMBER 
===========================*/

#numberinfoModal,
#numberinfoModal span {
  color: var(--cs-gray-600);
}

#numberinfoModal .modal-telnumber {
  font-family: "Oswald";
  font-size: 48px;
  font-weight: 500;
  color: var(--cs-green-800);
  text-align: center;
}

#numberinfoModal .modal-logotele .logo-telecom {
  width: 98px;
  height: 98px;
  background-color: var(--white);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced9e3;
  overflow: hidden;
}

.modal-title {
  color: var(--cs-green-800) !important;
}

.modal-info-right .d-flex {
  gap: 5px;
}

.modal-info-right .price {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  /* font-size: 36px; */
  font-size: 28px;
  /* color: var(--cs-green-200) !important; */
  color: rgb(247, 39, 39) !important;
}

.modal-info-right .txtbaht {
  font-size: 20px;
  align-self: flex-end;
  padding-bottom: 5px;
  margin-left: 5px;
}

.modal-info-right .number-result {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  color: var(--cs-green-200) !important;
  padding-bottom: 5px;
}

.modal-info-right .txt-result {
  margin-top: 2px;
}

.badge {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  gap: 10px;
  border-radius: 5px;
}

.badge-recommend {
  /* color: var(--cs-green-400) !important;
  background: var(--cs-green-light);
  border: 1px solid var(--cs-green-400); */
  color: #ddb444 !important;
  background: #ffffff;
  border: 1px solid #ddb444;
}

.badge-premium {
  color: #94731a !important;
  background: linear-gradient(205.22deg, #fdd773 12.66%, #ffeab0 48.5%, #fdd773 82.83%);
  border: 1px solid #94731a;
}

.box-chartmodal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  gap: 15px;
  background: #f6f6f6;
  border-radius: 20px;
}

.modal-textresult {
  color: var(--cs-gray-600);
  text-align: center;
  font-size: 14px;
}

.modal-textlink a.view-result {
  color: var(--cs-green-800) !important;
  text-align: center;
  text-decoration-line: underline;
}

.box-chartmodal .single-chart .chart-result .text-chartresult {
  color: var(--cs-green-800);
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.con-howtobuy h4 {
  color: var(--cs-green-800) !important;
}

.howtobuy-contact h6 {
  color: var(--cs-gray-600) !important;
}

.con-howtobuy .howtobuy-info {
  font-size: 12px;
}

.howtobuy-button {
  gap: 10px;
}

.howtobuy-button .btn {
  width: 50%;
}

.btn-line {
  background: #06c755;
  color: white;
  border-radius: 20px;
}

.btn-tel {
  background: #c9a74e;
  color: white;
  border-radius: 20px;
}

/*===========================
  SEARCH NUMBER css 
===========================*/
#searchnumber {
  padding: 60px 0;
  /* background: rgba(13, 97, 115, 0.6); */
  background: rgb(255 255 255);
  color: #002c6c;
}
#searchnumber h2 {
  color: #ddb444;
}

.search_form .form-group {
  margin-bottom: 1rem;
}

.search_form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.search_form input,
.search_form input[type="checkbox"].number_check + label.label_number_check {
  font-family: "Oswald";
  height: 40px !important;
}

.search_form .number-input {
  font-family: "Oswald";
  text-align: center !important;
  margin-right: 3px;
}

.search_form input[type="checkbox"].number_check + label.label_number_check {
  background: var(--white);
  width: 38px;
  height: 30px;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  border-radius: 5px;
}

.search_form input[type="checkbox"].number_check:checked + label.label_number_check {
  color: var(--white);
  background: var(--cs-green-200);
  width: 38px;
  height: 30px;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
}

.search_form label.label_number_check {
  color: var(--cs-green-800);
}

.search_form input[type="checkbox"].number_check {
  display: none;
}

.btn-find-no,
.btn-next {
  background: var(--cs-yellow-400);
  border-radius: 5px;
  color: var(--cs-green-800);
  border: 1px solid var(--cs-green-800) !important;
  min-width: 190px;
}

.btn-find-no:hover,
.btn-next:hover {
  background: var(--cs-yellow-600);
}

.btn-find-reset,
.btn-back {
  background: var(--cs-green-800);
  border-radius: 5px;
  color: var(--cs-yellow-400);
  border: 1px solid var(--cs-green-800) !important;
  min-width: 190px;
}

.btn-find-reset:hover,
.btn-back:hover {
  background: var(--cs-green-700);
  color: var(--cs-yellow-400);
}

.btn svg {
  margin-bottom: 3px;
}

/*===========================
  BLOGS css 
===========================*/
#blog-section {
  padding: 60px 0;
  background-color: var(--cs-green-gray);
}

#blog-section h2 {
  color: var(--cs-green-800);
}

.card-blog {
  border-radius: 20px;
}

.card-blog img {
  border-radius: 20px 20px 0 0;
  border: 2px solid var(--white);
}

.card-blog .card-body {
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
  border: 2px solid var(--white);
}

.card-blog h5 {
  color: var(--cs-green-800);
}

.card-blog p {
  color: var(--cs-gray-700);
}

/*===========================
	ABOUT css 
===========================*/
.main-about-contact {
  display: flex;
  justify-content: center;
  padding: 15px;
  gap: 20px;
  align-items: center;
}

@media (max-width: 767.98px) {
  .main-about-contact {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-shape-1 {
    display: none;
  }
}

.about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.about-shape-2 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-2 {
    display: none;
  }
}

.about-content {
  max-width: 480px;
}

.about-content .text {
  margin-top: 15px;
}

.about-content .main-btn {
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-top: 40px;
}

.about-content .main-btn:hover {
  background-position: right center;
}

/*===========================
	Number Result  css 
===========================*/
#resultnumber-section .found-total {
  color: var(--cs-yellow-400);
}

/*===========================
	FOOTER  css 
===========================*/
.footer-area {
  background-color: var(--cs-green-600);
}

@media only screen and (min-width: 1921px) {
  .footer-area::before {
    height: 1120px;
  }
}

#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-widget {
  padding-top: 50px;
}

.footer-about .logo img {
  width: 160px;
}

.footer-about .text {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}

.footer-about .social {
  margin-top: 40px;
}

.footer-about .social li {
  display: inline-block;
  margin-right: 30px;
}

.footer-about .social li a {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
  color: #fe8464;
}

.footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.link-wrapper {
  padding: 0 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .link-wrapper {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .link-wrapper {
    padding: 0;
    padding-right: 50px;
  }
}

.link-wrapper .link {
  padding-top: 20px;
}

.link-wrapper .link li {
  margin-top: 20px;
}

.link-wrapper .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-wrapper .link li a:hover {
  color: #fe8464;
}

.footer-contact .contact {
  padding-top: 20px;
}

.footer-contact .contact li {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-content {
  padding-top: 15px;
  text-align: center;
}

.copyright-content p {
  color: #fff;
}

.copyright-content a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.copyright-content a:hover {
  color: var(--cs-yellow-400);
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: var(--cs-green-gradient-middle);
  background-size: 200%;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-to-top:hover {
  color: #fff;
  background-position: right center;
}

.bd-white-2 {
  border: 2px solid var(--white);
}

/* ======================
    ETC CSS
========================= */
.section-py {
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .section-py {
    padding: 40px 0;
  }
}

/* ======================
    DEFAULT CSS
========================= */
.mr-2 {
  margin-right: 2px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.gap-20 {
  gap: 20px;
}
