* {
  scroll-behavior: smooth;
  font-family: var(--main-font, "Filson Pro");
}

p,
body {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: normal;
  font-family: var(--main-font, "Filson Pro");
}

strong {
  font-weight: 700;
}

.radom {
  margin: auto;
  display: block;
}

.secTitle {
  text-align: center;
}
.secTitle h1 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #004135;
  line-height: 3.2944rem;
  font-family: var(--main-font, "Filson Pro");
  width: 50%;
  margin: auto;
  margin-bottom: 0.5rem;
}
.secTitle h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #004135;
  line-height: 3.2944rem;
  font-family: var(--main-font, "Filson Pro");
  width: 50%;
  margin: auto;
  margin-bottom: 0.5rem;
}
.secTitle p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #797878;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.no-prdct-found {
  text-align: center;
  padding: 50px;
}
.no-prdct-found h2 {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(152, 29, 23, 0.7019607843);
}
.no-prdct-found p {
  font-size: 0.85rem;
  color: #c4c4c4;
}

.dec-none {
  list-style: none;
}

.secTitle2 {
  text-align: center;
}
.secTitle2 h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin: auto;
  margin-bottom: 0.5rem;
}
.secTitle2 p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.secTitle3 {
  text-align: center;
}
.secTitle3 h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #004135;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin: auto;
  margin-bottom: 1rem;
}
.secTitle3 .dec {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.secTitle3 p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.secTitle3 p::last-child {
  margin-bottom: 0;
}

.srb-btn, .srb-btn_copy {
  font-size: 0.85rem;
  font-weight: 700;
  color: #edffe8 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  cursor: pointer;
  transition: 300ms;
  border: none;
  display: inline-block;
}
.srb-btn a, .srb-btn_copy a {
  font-size: 0.85rem;
  font-weight: 700;
  color: #edffe8 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none !important;
}
.srb-btn:hover, .srb-btn_copy:hover {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #47ee40;
}

.arrow-icon-right {
  display: none;
}

.secTitle4 {
  text-align: center;
}
.secTitle4 h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #004135;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin: auto;
  margin-bottom: 0.5rem;
}
.secTitle4 p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}

@media (max-width: 768px) {
  .secTitle {
    text-align: center;
  }
  .secTitle h1 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    line-height: 1.8rem;
    font-family: var(--main-font, "Filson Pro");
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .secTitle h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #000;
    line-height: 1.8rem;
    font-family: var(--main-font, "Filson Pro");
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .secTitle p {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 400;
    color: #000;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle2 h2 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin: auto;
    margin-bottom: 0;
  }
  .secTitle2 p {
    margin: 0;
    font-size: 0.67rem;
    font-weight: 400;
    color: #000;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle3 {
    text-align: center;
  }
  .secTitle3 h2 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #004135;
    line-height: 2.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin: auto;
    margin-bottom: 0.5rem;
  }
  .secTitle3 .dec {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: #004135;
    line-height: 1.3rem !important;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle3 p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: #004135;
    line-height: 1.3rem !important;
    font-family: var(--main-font, "Filson Pro");
  }
}
.chat-bot {
  position: fixed;
  right: 20px;
  bottom: 5%;
  z-index: 9999;
}
.chat-bot .talk-bubble {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.14);
  z-index: 9999;
  text-align: center;
}
.chat-bot .talk-bubble img {
  width: 60px;
  height: auto;
  position: absolute;
  margin: auto;
  inset: 0;
  z-index: 9;
}
.chat-bot .talk-bubble::after {
  content: " ";
  z-index: 1;
  position: absolute;
  width: 0;
  height: 0;
  inset: auto auto -8px 5px;
  border: 20px solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(28deg);
}

.fl-fl {
  background: #fff;
  text-transform: uppercase;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -150px;
  z-index: 999;
  box-shadow: -2px 1px 5px 0 rgba(0, 0, 0, 0.1);
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
}
.fl-fl:hover {
  right: 0;
}
.fl-fl a {
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  margin-left: 2rem;
  vertical-align: top !important;
  font-size: 0.75rem;
  font-weight: 700;
  color: #47ee40;
  line-height: 2.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.fl-fl img {
  margin-left: 0.5rem;
}

.float-1 {
  top: 160px;
}

.float-2 {
  top: 206px;
}

.float-3 {
  top: 252px;
}

.float-4 {
  top: 298px;
}

.other-desc {
  text-align: center;
  display: block;
  margin-top: 1rem;
}
.other-desc p {
  font-size: 0.65rem;
  font-weight: 400;
  color: #797878 !important;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}

.cursor-pointer {
  cursor: pointer !important;
}

.mySwiper {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  display: none !important;
}
.mySwiper .videoPartcard {
  min-height: 270px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.168627451);
}
.mySwiper .videoPartcard iframe {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 1rem;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.accordion-header .accordion-button h3 {
  font-size: 1rem;
  color: #212529;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .secTitle {
    text-align: center;
  }
  .secTitle h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #004135;
    line-height: 1;
    font-family: var(--main-font, "Filson Pro");
    width: 100%;
    margin: auto;
    margin-bottom: 0.5rem;
  }
  .secTitle p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: #797878;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle2 {
    text-align: center;
  }
  .secTitle2 h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #000;
    line-height: 2.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin: auto;
    margin-bottom: 0.5rem;
  }
  .secTitle2 p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle3 {
    text-align: center;
  }
  .secTitle3 h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #004135;
    line-height: 1;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle3 .dec {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    font-family: var(--main-font, "Filson Pro");
  }
  .secTitle3 p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    line-height: 1;
    font-family: var(--main-font, "Filson Pro");
  }
  .videoPartcard iframe {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .fl-fl {
    border-radius: 18%;
    background: #71f051;
    right: -178px;
  }
  .fl-fl:hover {
    border-radius: unset;
    background: #fff;
  }
  .videoPartcard iframe {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1rem;
  }
  .arrow-icon-right {
    display: unset;
    width: 30px;
    height: 20px;
    position: relative;
    top: -1px;
  }
  .hipl_apply_now_btn {
    width: 100%;
    text-align: center;
    color: white;
  }
}
.no-scroll {
  overflow: hidden;
}

.custom-swal {
  z-index: 1000000000000000000;
}

.accordion-button:not(.collapsed) {
  color: inherit !important;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
}

.author-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.author-details .author_details_image {
  border-radius: 50%;
  overflow: hidden;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.author-details .author_details_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.author-details .author_details_info {
  display: flex;
  flex-direction: column;
}
.author-details .author_details_info h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #004135;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.author-details .author_details_info h3:hover {
  color: #47ee40;
}
.author-details .author_details_info p,
.author-details .author_details_info #author-social-p {
  font-size: 0.7rem;
  font-weight: 400;
  color: #646464;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
  padding-top: 0.1rem;
}
.author-details .author_details_info img {
  margin: 0 0.2rem 0.2rem 0;
  width: 0.8rem;
  height: auto;
  background-color: #edffe8;
}
.author-details .author_details_info .socialLinkAnchor {
  text-decoration: none;
  color: inherit;
}
.author-details .author_details_info .socialLinkAnchor:hover {
  color: #47ee40;
}
