/* Global Styles */
body {
  font-size: 100%;
  font-family: "Urbanist", serif;
  margin: 0;
}

html {
  font-size: 15px;
  color: #111;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  font-size: 100%;
  scrollbar-width: thin;
}

a:hover,
a,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #c5e889 ;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 130%;
  margin: 0;
  font-family: "Lexend", serif;
}

.lm-container, .container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
.lm-container.lm-container-small, .container.lm-container-small {
  max-width: 960px;
}

.ni-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
}

.col1 {
  grid-column: span 1;
}

.row1 {
  grid-row: span 1;
}

.col2 {
  grid-column: span 2;
}

.row2 {
  grid-row: span 2;
}

.col3 {
  grid-column: span 3;
}

.row3 {
  grid-row: span 3;
}

.col4 {
  grid-column: span 4;
}

.row4 {
  grid-row: span 4;
}

.col5 {
  grid-column: span 5;
}

.row5 {
  grid-row: span 5;
}

.col6 {
  grid-column: span 6;
}

.row6 {
  grid-row: span 6;
}

.col7 {
  grid-column: span 7;
}

.row7 {
  grid-row: span 7;
}

.col8 {
  grid-column: span 8;
}

.row8 {
  grid-row: span 8;
}

.col9 {
  grid-column: span 9;
}

.row9 {
  grid-row: span 9;
}

.col10 {
  grid-column: span 10;
}

.row10 {
  grid-row: span 10;
}

.col11 {
  grid-column: span 11;
}

.row11 {
  grid-row: span 11;
}

.col12 {
  grid-column: span 12;
}

.row12 {
  grid-row: span 12;
}

/* Navigation */
/* Navigation */
/* Search Modal */
.backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  z-index: 17;
  display: block;
}

.search-menu--active .search-menu {
  pointer-events: auto;
  transform: translateY(0);
  top: 0;
}
.search-menu--active .backdrop {
  opacity: 1;
  pointer-events: auto;
}

/* Search Modal */
/* sidebar menu */
.show__side--menu .responsive--nav {
  left: 0;
  transition: all 0.4s ease;
}

/* sidebar menu */
/* Column News */
/* Column News */
/* User dashboard sidbar */
.trigger-close {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #85BB65;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 15px;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  font-weight: 700;
  z-index: 1;
  line-height: 28px;
  text-align: center;
}

body.show-user-sidebar .user-dashboard {
  right: 0;
}
body.show-user-sidebar .backdrop {
  opacity: 1;
  pointer-events: auto;
}

/* User dashboard sidbar */
/* Fixed Tab */
/* Fixed Tab */
/* Advertisement BLock */
.desktop-mode {
  display: none;
}

.mobile-mode {
  display: block;
}

/* Advertisement BLock */
/* special Gradient Block */
/* special Gradient Block */
/* Special Block V1 */
/* Special Block V1 */
/* exclusive-col */
/* exclusive-col */
/* special Block v2 */
/* special Block v2 */
/* special Block v2 */
.exclusive-news-holder .dn-container-small .heading:hover {
  color: #fbec88;
}
.exclusive-news-holder .dn-container-small .heading:hover a {
  color: #fbec88;
}

/* special Block v2 */
/* Overlay News */
/* thumbnail news */
.white .thumbnail-news a .news-title {
  color: #fff;
}
.white .thumbnail-news a:hover {
  color: #fff;
  opacity: 0.87;
}

@keyframes red_blink {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #bf1e2e;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.main-header {
  position: relative;
  z-index: 100;
  top: 0;
  transition: 0.3s linear;
  left: 0;
  width: 100%;
}
.main-header .main-header__wrapper {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  z-index: 1;
}
.main-header .main-header__wrapper .lm-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.main-header .main-header__wrapper .logo {
  padding: 6px 0;
  margin: auto 0;
  display: inline-block;
  margin-bottom: auto;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5rem;
  color: #6EAA4B;
}
.main-header .main-header__wrapper .logo img {
  width: 150px;
  transition: width 0.3s ease;
}
.main-header .main-header__wrapper .main-header__nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  z-index: 1;
  margin: 0 auto;
}
.main-header .main-header__wrapper .main-header__nav > ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-self: stretch;
}
.main-header .main-header__wrapper .main-header__nav > ul > li {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:before {
  width: 100%;
  height: 1px;
  content: "";
  background: #85BB65;
  top: 0%;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  z-index: 12;
}
.main-header .main-header__wrapper .main-header__nav > ul > li span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 7px;
  transition: 0.2s linear;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul {
  position: absolute;
  top: 140%;
  z-index: 252;
  background: #fff;
  width: 230px;
  border-radius: 0 0 8px 8px;
  list-style-type: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1019607843);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0588235294);
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li > a {
  display: block;
  font-size: 12px;
  height: auto;
  font-weight: 600;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover > a,
.main-header .main-header__wrapper .main-header__nav > ul > li > ul > li:hover span {
  color: #85BB65;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:not(:last-child) {
  margin-right: 22px;
}
.main-header .main-header__wrapper .main-header__nav > ul > li > a {
  display: flex;
  color: rgba(19, 21, 25, 0.9);
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lexend", serif;
  padding: 25px 0;
}
.main-header .main-header__wrapper .main-header__nav > ul > li.active > a,
.main-header .main-header__wrapper .main-header__nav > ul > li.active span {
  color: #85BB65;
}
.main-header .main-header__wrapper .main-header__nav > ul > li.active > a {
  color: #85BB65;
  padding: 25px 0;
}
.main-header .main-header__wrapper .main-header__nav > ul > li.active::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover > a,
.main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
  color: #85BB65;
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover span {
  display: inline-block;
  transform: rotate(180deg);
}
.main-header .main-header__wrapper .main-header__nav > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-header .main-header__wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header .main-header__wrapper .header-right .th-btn {
  color: #fff;
  padding: 14.5px 20px;
  border-radius: 100px;
}
.main-header .main-header__wrapper .header-right a {
  box-shadow: none;
  font-weight: 400;
}
.main-header .main-header__wrapper .header-right a.th-btn {
  color: #000;
  padding: 14.5px 20px;
  border-radius: 100px;
}
.main-header .main-header__wrapper .header-right a.th-btn-outline {
  color: #000;
  border: 1px solid #85BB65;
}
.main-header .main-header__wrapper .header-right a.th-btn-outline:hover {
  color: #000;
  border-color: #C7E0B8;
}

.hamburger {
  display: none;
  width: 25px;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: auto;
}
.hamburger > span {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.7019607843);
  margin-bottom: 8px;
}
.hamburger > span:nth-child(2n) {
  width: 60%;
}
.hamburger > span:last-child {
  margin-bottom: 0;
}
.hamburger:hover > span {
  background: #85BB65;
  width: 100%;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -340px;
  height: 100vh;
  z-index: 11111;
  background: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
#sidebar > ul > li {
  position: relative;
}
#sidebar > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
#sidebar > ul > li > ul {
  list-style: none;
  padding: 0;
  background: #f1f1f1;
  display: none;
  margin: 0;
}
#sidebar > ul > li > ul > li > a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  font-size: 15px;
  padding: 8px 8px 8px 17px;
  display: block;
  font-family: "Urbanist", serif;
}
#sidebar > ul > li > ul > li:hover > a {
  color: #85BB65;
}
#sidebar > ul > li > a {
  color: #000;
  padding: 10px 15px;
  font-size: 15px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 500;
  display: inline-block;
  font-family: "Urbanist", serif;
}
#sidebar > ul > li span {
  position: absolute;
  right: 14px;
  top: 14px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #85BB65;
}
#sidebar > ul > li:hover > a {
  color: #85BB65;
}

.show__side--menu #sidebar {
  left: 0;
  transition: all 0.4s ease;
}

.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

.dropdownActive .dropdown-menu {
  display: block;
  right: 0;
}
.dropdownActive .dropdown-menu a {
  font-size: 13px;
  font-weight: 500;
}

.sidebar-login {
  padding: 10px 20px;
  display: none;
}
.sidebar-login .dropdownActive .dropdown-menu {
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
}
.sidebar-login .th-btn {
  margin-bottom: 15px;
  width: 100%;
}
.sidebar-login .th-btn:last-child {
  margin-bottom: 0;
}

.logged-in-user {
  height: auto;
  width: auto;
  border: none;
  padding: 0;
  margin-left: 10px;
  position: relative;
}
.logged-in-user img {
  padding: 2px;
  object-fit: cover;
  border: 1px solid #85BB65;
  height: 38px;
  width: 38px;
  border-radius: 28px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  position: relative;
}
.logged-in-user span {
  margin-left: 8px;
  display: inline-block;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
}

.user-dropdown {
  position: absolute;
  top: 90%;
  transition: 0.4s ease;
  right: 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 140px;
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
}
.user-dropdown a {
  font-size: 15px;
  display: block;
  padding: 6px 15px;
  color: #000;
  text-align: right;
}
.user-dropdown a:hover {
  color: #c5e889 ;
}

.main-header.dropdown-show .user-dropdown {
  opacity: 1;
  visibility: visible;
}

.site-footer {
  background: #121C0C;
  padding: 35px 0 15px 0;
}

.footer-title {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.footer-links {
  list-style-type: none;
  padding: 0;
  list-style-type: none;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 4px 0;
  padding: 4px 0;
}
.footer-links a:before {
  height: 1px;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  content: "";
  width: 0;
}
.footer-links a:hover {
  color: #fff;
}
.footer-links a:hover:before {
  width: 100%;
}

.footer-contact-info img {
  width: 60px;
  margin-bottom: 13px;
}
.footer-contact-info h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.footer-contact-info p {
  font-size: 17px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
.footer-contact-info p a {
  color: inherit;
}

.footer-social-icon-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  margin-top: 8px;
  gap: 8px;
}
.footer-social-icon-wrap a {
  font-weight: 300;
  font-size: 16px;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  text-align: center;
  line-height: 31px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.footer-social-icon-wrap a:hover {
  color: #fff;
  background: #85BB65;
}
.footer-social-icon-wrap a:hover svg path {
  fill: #fff;
}
.footer-social-icon-wrap a svg {
  width: 18px;
  height: 18px;
  fill: #2b2b2b;
}

.copyright {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 15px;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
}
.copyright p {
  display: inline-flex;
  margin-right: auto;
}
.copyright a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5490196078);
}
.copyright a:hover {
  color: #fff;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #85BB65;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 14px 22px 11px 22px;
  border-radius: 100px;
  -webkit-transition: 0.4s all ease-in-out;
  font-family: "Lexend", serif;
  transition: 0.4s all ease-in-out;
}
.th-btn i {
  font-weight: 300;
  margin-left: 8px;
  font-size: 19px;
  vertical-align: middle;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.th-btn::before {
  position: absolute;
  content: "";
  background: #C7E0B8;
  width: 110%;
  min-height: 200px;
  z-index: -1;
  border-radius: 15%;
  top: 100%;
  left: 100%;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.th-btn:hover {
  color: #000;
  box-shadow: none;
}
.th-btn:hover i {
  margin-left: 10px;
}
.th-btn:hover:before {
  top: -75px;
  left: -1px;
}
.th-btn.th-btn-outline {
  border: 1px solid #85BB65 ;
  color: #85BB65 ;
  background: none;
}
.th-btn.th-btn-outline::before {
  background: #C7E0B8;
}
.th-btn.th-btn-outline:hover {
  border: transparent 1px solid;
  color: #fff;
}
.th-btn.th-btn-outline.white {
  border: 1px solid #fff;
  color: #fff;
}
.th-btn.th-btn-outline.white:hover {
  border: 1px solid #85BB65;
}
.th-btn.th-btn-white {
  color: #85BB65;
  background: #fff;
}
.th-btn.th-btn-white::before {
  background: #85BB65;
}
.th-btn.th-btn-white:hover {
  /* border: transparent 1px solid; */
  color: #fff;
}
.th-btn.th-btn-white.white {
  border: 1px solid #fff;
  color: #fff;
}
.th-btn.th-btn-white.white:hover {
  border: 1px solid #85BB65;
}

.section-title-wrap .section-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  font-family: "Lexend", serif;
  letter-spacing: -0.5px;
}
.section-title-wrap .section-title.isWhite {
  color: #fff;
}
.section-title-wrap .section-title strong {
  font-weight: 600;
  color: #101828;
}
.section-title-wrap .section-title.section-title-small {
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 7px 0;
}
.section-title-wrap p,
.section-title-wrap ul {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #1c2837;
}
.section-title-wrap p:not(:last-child),
.section-title-wrap ul:not(:last-child) {
  margin-bottom: 20px;
}
.section-title-wrap p li,
.section-title-wrap ul li {
  font-size: 17px;
  margin-bottom: 15px;
}
.section-title-wrap ul {
  line-height: 1.3;
  margin: 21px 0 28px 0 !important;
  padding: 0 0 0 20px;
}

.accordion-wrapper {
  margin: 20px 0 0 0;
}
.accordion-wrapper .accordion-body {
  padding: 16px;
  font-size: 16px;
  display: none;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 0 0 4px 4px;
  color: #000;
  background: #fff;
  border: 1px solid #85BB65;
}
.accordion-wrapper .accordion-item {
  margin-bottom: 24px;
}
.accordion-wrapper .accordion-item .accordion-header {
  font-weight: 400;
  border-radius: 4px;
  font-family: "Urbanist", serif;
  font-size: 18px;
  color: #000;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  padding: 11px 16px;
  border: 1px solid #85BB65;
}
.accordion-wrapper .accordion-item .accordion-header:before {
  content: "";
  background-image: url("../img/caret.png");
  font-size: 13px;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 23px;
  height: 23px;
  transition: 0.3s ease;
}
.accordion-wrapper .accordion-item .accordion-header.active {
  color: #000;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.accordion-wrapper .accordion-item .accordion-header.active:before {
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
  color: #fff;
  transform: rotate(180deg);
}

.heading-caption::before {
  width: 40px;
  height: 40px;
  background: rgba(64, 142, 198, 0.4784313725);
  content: "";
  opacity: 0.4;
  border-radius: 100%;
  position: absolute;
}
.heading-caption:after {
  content: "";
  position: absolute;
  background: url(../img/logo-icon.png) no-repeat;
  width: 44px;
  transform: scale(0.6);
}
.heading-caption span {
  display: inline-block;
  margin: 10px 0 0 20px;
  color: #1d2939;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.job-card {
  background: #fff;
  transition: all ease-in-out 0.5s;
  border-radius: 5px;
  padding: 20px 0 15px 0;
  display: block;
  color: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.0588235294);
  height: 100%;
  cursor: pointer;
  border: 1px solid rgba(30, 39, 97, 0.2);
}
.job-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.17);
  transform: translateY(-10px);
}
.job-card .d-flex {
  padding: 0 20px;
}
.job-card .image-box img {
  width: 38px;
  margin-right: 15px;
  height: 38px;
  border-radius: 100%;
}
.job-card .company-info {
  flex: 2;
  position: relative;
}
.job-card .company-info span {
  border-radius: 64px;
  text-transform: uppercase;
  font-size: 11px;
  color: #111;
  font-weight: 600;
  margin: 0 5px 6px 0;
  background: rgba(12, 13, 12, 0.1019607843);
  padding: 5px 15px 6px 15px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: -10px;
  border-right: none;
  display: inline-block;
}
.job-card .company-info h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0.9;
  letter-spacing: -0.1px;
  padding-right: 90px;
}
.job-card .company-info small {
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.67);
  font-weight: 700;
  font-size: 12px;
}
.job-card .job-info {
  padding: 0 20px;
  margin-top: 15px;
  background: #000;
}
.job-card .job-info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
  position: relative;
  transition: all 0.35s ease-in-out;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 1.3;
}
.job-card .job-info h3 a {
  color: #000;
}
.job-card .job-info h3 a:hover {
  color: #85BB65;
}
.job-card .job-info span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 7px 0 0;
  line-height: 1;
  opacity: 0.75;
  font-weight: 500;
  border-right: 1px solid rgba(0, 0, 0, 0.2901960784);
}
.job-card .job-footer {
  padding: 10px 20px 0 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(26, 29, 30, 0.14);
  flex-wrap: wrap;
  align-items: center;
}
.job-card .job-footer p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin: 0;
  opacity: 0.75;
  font-weight: 500;
}
.job-card .job-footer a {
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  border-width: 2px;
  color: #85BB65;
  border: none;
}
.job-card .job-footer a:hover {
  color: #85BB65;
  text-decoration: underline;
}

.mb-30 {
  margin-bottom: 30px;
}

.job-info-card {
  position: relative;
  border-radius: 14px;
  cursor: pointer;
  display: block;
  padding: 20px 0 0 0;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.26);
  margin-bottom: 15px;
}
.job-info-card > div {
  display: flex;
  gap: 12px;
}
.job-info-card > div img {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3411764706);
}
.job-info-card .job-title {
  color: #000;
  font-size: 19px;
  padding-right: 50px;
  position: relative;
  padding-left: 20px;
  font-family: "Urbanist", serif;
  font-weight: 600;
}
.job-info-card .job-title a {
  color: inherit;
}
.job-info-card .job-title:hover a {
  color: #85BB65;
}
.job-info-card p {
  margin: 7px 0 12px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
.job-info-card p i {
  margin-right: 6px;
  color: #85BB65;
  display: none;
}
.job-info-card ul {
  margin: 0px 0 0 0;
  border-radius: 0 0 8px 8px;
  padding: 13px 10px 13px 20px;
  list-style-type: none;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  background: #C7E0B8;
}
.job-info-card ul li {
  color: #8F8F8F;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}
.job-info-card ul li:not(:last-child) {
  border-right: 1px solid rgba(17, 17, 17, 0.3294117647);
  padding-right: 8px;
  margin-right: 4px;
}
.job-info-card ul li i {
  margin-right: 4px;
  font-size: 14px;
  text-align: center;
}
.job-info-card .desc {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
  padding: 0 20px 10px 20px;
  max-height: 120px;
  overflow-y: auto;
}
.job-info-card .desc ul {
  margin: 0;
  background: none;
  padding: 0;
}
.job-info-card .desc ul li {
  display: block;
  border: none;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 16px;
  line-height: 1.3;
}
.job-info-card .desc ul li::before {
  content: "";
  background: rgba(5, 26, 72, 0.4196078431);
  width: 7px;
  border-radius: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  top: 3px;
}
.job-info-card.active {
  border: 2px solid #85BB65;
}
.job-info-card.active:hover {
  border: 2px solid #c5e889;
}
.job-info-card:hover {
  border: 1px solid #c5e889;
}

.job-detail {
  flex: 1;
  position: sticky;
  padding-left: 30px;
  top: 0px;
  border-radius: 8px;
  background: #fff;
  overflow: auto;
}
.job-detail .details {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.job-detail .job-title-wrap {
  overflow-y: scroll;
  max-height: 800px;
}
.job-detail .job-header {
  transition: 0.5s;
  padding: 0;
}
.job-detail .job-header .block-buttons {
  padding: 0 20px 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.job-detail .job-header .block-buttons .share-btn {
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.job-detail .job-header .block-buttons .share-btn i {
  font-size: 26px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  color: #8F8F8F;
}

.job-detail .job-header .block-buttons .share-btn i:hover {
  color: #85BB65;
 }
.job-detail .job-header .block-buttons .share-btn .share-dropdown {
  background: #fff;
  width: 130px;
  position: absolute;
  top: 140%;
  right: 0;
  display: none;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.23);
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown.active {
  display: block;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons {
  display: block;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons .st-btn {
  background: none !important;
  display: flex !important;
  align-items: center !important;
  min-width: inherit !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #000 !important;
  opacity: 1 !important;
  border: none !important;
  padding: 10px 15px 8px 15px !important;
  margin: 0 0 0 0 !important;
  border-radius: 0 !important;
  width: 100%;
  letter-spacing: -1px;
  gap: 10px;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons .st-btn > img {
  height: 20px !important;
  width: 20px !important;
  top: inherit !important;
  vertical-align: middle;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons .st-btn .st-label {
  font-family: "Lexend", serif;
  font-size: 11px;
  color: #000 !important;
  display: block !important;
  min-width: inherit !important;
  margin: 0 !important;
  line-height: 1;
  padding: 0 !important;
  opacity: 0.8 !important;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons .st-btn:hover {
  top: 0 !important;
  background: rgba(0, 0, 0, 0.0705882353) !important;
}
.job-detail .job-header .block-buttons .share-btn .share-dropdown .sharethis-inline-share-buttons .st-btn:hover .st-label {
  opacity: 1 !important;
  color: #85BB65 !important;
}
.job-detail .job-title-wrap .job-header h1 {
  font-size: 20px;
  line-height: 1.3;
  margin: 10px 20px 10px 0;
  font-weight: 600;
  color: #000;
  font-family: "Urbanist", serif;
}
.job-detail .job-title-wrap .job-header h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8117647059);
  font-weight: 400;
  margin-bottom: 10px;
}
.job-detail .job-title-wrap .job-header .job {
  /* background-color: #C7E0B8; */
  border-radius: 4px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.1;
  font-size: 16px;
  padding: 14px;
  padding-left: 0;
  margin: 10px 2px 15px 0;
}
.job-detail .job-title-wrap .job-header .details {
  margin: 20px 0 20px 0;
}
.job-detail .block-buttons {
  padding: 20px 0 0 0;
}

.content-area {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.78;
  color: rgba(0, 0, 0, 0.8509803922);
}
.content-area p:not(:last-child) {
  margin-bottom: 12px;
}
.content-area img,
.content-area iframe {
  margin-bottom: 15px;
  border-radius: 4px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  margin-bottom: 10px;
}
.content-area h3 {
  font-size: 23px;
}
.content-area h4 {
  font-size: 18px;
}
.content-area iframe {
  width: 100%;
}
.content-area ul li,
.content-area ol li {
  margin-bottom: 8px;
}

.pagination {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px !important;
}
.pagination li:first-child *, .pagination li:last-child * {
  width: auto;
  padding: 0 17px;
}
.pagination li a,
.pagination li span {
  color: #000;
  border-radius: 4px !important;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1803921569);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  display: inline-block;
  padding: 0;
}
.pagination li.active, .pagination li:hover {
  background: #85BB65 !important;
  color: #fff !important;
}
.pagination li.active a,
.pagination li.active span, .pagination li:hover a,
.pagination li:hover span {
  background: #85BB65 !important;
  color: #fff !important;
  border-color: #85BB65;
}

#registration_form_userType div {
  display: inline-block;
}
#registration_form_userType div label input {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
#registration_form_userType div label span {
  margin: 0;
  background: #8F8F8F;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 40px;
  padding: 8px 15px 8px 15px;
  cursor: pointer;
  border: transparent 1px solid;
  color: #fff;
  transition: all 0.25s ease;
}
#registration_form_userType div input:checked + span {
  background: #85BB65;
}
#registration_form_userType div label span:hover {
  background: #85BB65;
}

.btn-save {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #8F8F8F;
  background: none;
  height: 33px;
  width: 33px;
  z-index: 1;
  border-radius: 100%;
  font-size: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
}

.btn-save:hover {
  color: #85BB65;
}

.advanced-filter-row {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
}
.advanced-filter-row.active .advanced-filter-field {
  display: inline-flex;
}

.advanced-filter-link {
  color: #CFCFCF;
  font-size: 24px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-bottom: 3px;
}
.advanced-filter-link:before {
  width: 0%;
  height: 1px;
  transition: 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.reset-filter {
  border: none;
  padding: 10px;
  color: #CFCFCF;
  background: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  gap: 8px;
  position: relative;
}
.reset-filter i {
  font-weight: 500;
}

/* .reset-filter:hover, .advanced-filter-link:hover, .btn-save:hover {
  opacity: 0.55;
} */

.advanced-filter-row .opt-field .opt-field-dropdown {
  height: auto;
}
.advanced-filter-row .opt-field:hover > label {
  background: #fff;
  color: #000;
  border: 1px solid #85BB65;
}
.advanced-filter-row .opt-field:hover .opt-field-dropdown {
  border: 1px solid #85BB65;
  border-top: none;
  /* display: block; */
}

.block-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.block-buttons .th-btn {
  min-width: 131px;
  background: #85BB65;
}
.block-buttons .btn-save {
  position: static;
  height: 32px;
  width: 32px;
  font-size: 18px;
}
.block-buttons .btn-report {
  display: flex;
  justify-content: center;
  background: none;
  text-transform: uppercase;
  align-items: center;
  border: none;
  padding: 6px 10px;
}
.block-buttons .btn-report span {
  font-family: "Lexend", serif;
  font-size: 11px;
  color: red;
  display: block;
  margin-right: 8px;
  min-width: inherit;
  margin: 0;
  line-height: 1;
  padding: 0 0 0 9px;
  opacity: 0.8;
}
.block-buttons .btn-report:hover {
  background: rgba(0, 0, 0, 0.0705882353);
}

body.job-scrolled .job-detail .job-header {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  width: 100%;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2901960784);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
body.job-scrolled .job-detail .job-header h3 {
  display: none;
}
body.job-scrolled .job-detail .job-header h1 {
  font-size: 18px;
  max-width: 430px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
body.job-scrolled .job-detail .job-header .job {
  display: none;
}
body.job-scrolled .job-detail .job-header .block-buttons {
  padding: 0px 15px 0 0;
}
body.job-scrolled .job-detail .job-header .block-buttons .th-btn {
  min-width: 80px;
  font-size: 15px;
  padding: 13px 15px 14px 15px;
}
body.job-scrolled .job-detail .job-header .block-buttons .th-btn i {
  display: none;
}
body.job-scrolled .job-detail .job-header .block-buttons .btn-save {
  height: 35px;
  width: 35px;
  font-size: 15px;
}
body.job-scrolled .job-detail .job-header .block-buttons .share-btn .share-dropdown {
  top: 175%;
}

.row-group-search .select2-container {
  width: 100% !important;
}

.sorted-by {
  font-size: 15px;
  font-weight: 500;
}

.btn-holder .select2-container {
  width: 100px !important;
}
.btn-holder .select2-container .selection .select2-selection--single {
  background: none;
  border: none;
  border-radius: 0;
}
.btn-holder .select2-container .selection .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #85BB65;
  font-weight: 700;
  top: 5px;
  right: 0;
  position: absolute;
}
.btn-holder .select2-container .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.btn-holder .select2-container .selection .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  color: #85BB65;
  cursor: pointer;
  padding-left: 0;
}

.sorting {
  border: none;
  font-weight: 500;
  color: #85BB65;
  cursor: pointer;
  background: none;
}

.recruiter-contact {
  padding-top: 22px;
  border-top: 2px solid rgba(0, 0, 0, 0.1607843137);
  margin-top: 22px;
  position: relative;
}
.chat {
  position: absolute;
  top: 13px;
  right: 20px;
}
.recruiter-contact h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
  color: #000;
}
.recruiter-contact .flex {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruiter-contact .flex > div p {
  line-height: 1.8;
  font-size: 16px;
}

.btn-chat {
  display: inline-flex;
  margin-top: auto;
  font-weight: 600;
  font-size: 15px;
  color: #8F8F8F;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.btn-chat:hover {
  color: #85BB65;
}
.btn-chat img {
  width: 40px;
  margin-right: 8px;
}

.block-hero {
  position: relative;
  background-color: #f7fef4;
  z-index: 2;
  padding: 50px 0 45px 0;
  text-align: center;
  height: 88vh;
  display: flex;
  align-items: center;
}
.block-hero .block-caption {
  position: relative;
  z-index: 1;
}
.block-hero .banner-title {
  position: relative;
  font-size: 32px;
  margin: 0 0 30px 0;
  font-weight: 400;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
  font-family: "Lexend", serif;
  color: #000;
  padding-bottom: 70px;
}
.block-hero p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0 auto 20px auto;
}
.block-hero .block-buttons {
  display: inline-flex;
  gap: 10px;
}
.block-hero .th-btn {
  background-color: #fff;
  color: #85BB65;
}
.block-hero .th-btn:hover {
  color: #000;
}
.block-hero .th-btn.th-btn-outline {
  background: none;
  color: #fff;
  border-color: #fff;
}

.ripple-shape {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ripple-shape .ripple-1,
.ripple-shape .ripple-2,
.ripple-shape .ripple-3,
.ripple-shape .ripple-4,
.ripple-shape .ripple-5 {
  width: 700px;
  height: 700px;
  position: absolute;
  left: -30%;
  top: -30%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: ripple2 15s linear infinite;
  animation: ripple2 15s linear infinite;
}
.ripple-shape .ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.ripple-shape .ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ripple-shape .ripple-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.ripple-shape .ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.ripple-shape .ripple-4 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.ripple-shape .ripple-5 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.th-circle .circle {
  position: absolute;
  width: 49px;
  height: 49px;
  display: block;
  background-color: #85BB65;
  border-radius: 50%;
}
.th-circle .circle.style1 {
  left: 2%;
  bottom: 6%;
  background-color: #655bfa;
  opacity: 0.2;
  -webkit-animation: zoom1 3s infinite ease-in-out;
  animation: zoom1 3s infinite ease-in-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.th-circle .circle.style2 {
  width: 23px;
  height: 23px;
  top: 5%;
  left: 0%;
  -webkit-animation: fadeLeftRight 10s linear infinite;
  animation: fadeLeftRight 10s linear infinite;
}
.th-circle .circle.style3 {
  width: 10px;
  height: 10px;
  top: 0;
  left: 44%;
  -webkit-animation: fadeLeftRight 10s linear infinite;
  animation: fadeLeftRight 10s linear infinite;
}

.section_job {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.section_job .section-title-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.section_job .section-title-wrap p {
  padding-top: 0;
}

.row-group-search {
  margin-top: 15px;
}
.row-group-search .col-sm-6:first-child .form-group .opt-field-dropdown label input {
  display: none;
}
.row-group-search .row {
  --bs-gutter-x: 1.0rem;
}
.row-group-search .th-btn {
  width: 100%;
  background: #85BB65;
  color: #000;
  border-radius: 14px;
  height: 50px;
}
.row-group-search .th-btn:before {
  display: none;
}
.row-group-search .th-btn:hover {
  background: #C7E0B8;
}
.row-group-search .form-group {
  position: relative;
  width: 100%;
}
.row-group-search .form-group > span.seelect, .row-group-search .form-group .search-job {
  left: 17px;
  top: 10px;
  z-index: 1;
  color: #121212;
  font-size: 18px;
  position: absolute;
}
.row-group-search .form-group input,
.row-group-search .form-group .form-select {
  border: 3px solid transparent;
  border-radius: 0.5rem;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  padding-right: 18px;
  outline: none;
  width: 100%;
  color: #000;
  height: 50px;
  background-color: #fff;
  transition: 0.3s linear border-color;
}
.row-group-search .form-group input:hover,
.row-group-search .form-group .form-select:hover {
  box-shadow: none;
  border: 3px solid #85BB65;
}
.row-group-search .form-group input:focus,
.row-group-search .form-group .form-select:focus {
  background-color: rgb(218, 233, 244);
}
.row-group-search .form-group .opt-field {
  width: 100%;
  position: relative;
  /* border: 1px solid #C7E0B8; */
  border-radius: 14px;
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single {
  border-radius: 14px;
  height: 50px;
  border: 1px solid #C7E0B8;
  font-size: 16px;
  line-height: 50px;
  color: #000;
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000;
  display: block;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 11px;
  text-align: left;
  padding-left: 45px;
  margin-top: -2px;
  margin-left: 6px;
  transition: 0.2s ease;
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single .select2-selection__arrow {
  font-size: 17px;
  font-weight: 300;
  right: 15px;
  position: absolute;
  height: auto;
  top: 0;
  color: #707070;
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.row-group-search .form-group .opt-field .select2-container .select2-selection--single:hover {
  box-shadow: none;
  border: 1px solid #85BB65;
}
.row-group-search .form-group .opt-field .select2-container.select2-container--open .select2-selection--single {
  border-radius: 8px 8px 0px 0px;
  /* border: 1px solid #85BB65; */
}
.row-group-search .form-group .opt-field .seelect {
  left: 17px;
  top: 13px;
  z-index: 1;
  color: #8F8F8F;
  font-size: 18px;
  position: absolute;
}
.row-group-search .form-group .opt-field > label {
  width: 100%;
  font-size: 16px;
  background: #fff;
  opacity: 1;
  border-radius: 14px;
  font-weight: 400;
  height: 50px;
  padding-left: 50px;
  color: #000;
  border: 1px solid #C7E0B8;
  transition: 0.3s linear;
  margin-bottom: 0;
  position: relative;
}
.row-group-search .form-group .opt-field > label span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 11px;
}
.row-group-search .form-group .opt-field > label i {
  font-size: 15px;
  font-weight: 300;
  right: 15px;
  position: absolute;
}
.row-group-search .form-group .opt-field > label:hover {
  box-shadow: none;
  border: 1px solid #85BB65;
}
.row-group-search .form-group .opt-field > label:focus {
  background-color: rgb(218, 233, 244);
}
.row-group-search .form-group .opt-field .opt-field-dropdown {
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.row-group-search .form-group .opt-field .opt-field-dropdown label {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
  color: #000;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  margin: 0;
  padding: 6px 7px;
}
.row-group-search .form-group .opt-field .opt-field-dropdown label input {
  width: 15px;
  height: 15px;
  padding-left: 0;
  margin-right: 4px;
}
/* .row-group-search .form-group .opt-field .opt-field-dropdown label input:focus, .row-group-search .form-group .opt-field .opt-field-dropdown label input:hover {
  background: none;
  border: none;
} */
.row-group-search .form-group .opt-field.active > label {
  border-radius: 8px 8px 0px 0px;
}
.row-group-search .form-group .opt-field.active .opt-field-dropdown {
  border: none;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.49);
}

.list-tags-banner {
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
}
.list-tags-banner strong {
  color: #fff;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
}
.list-tags-banner a,
.list-tags-banner span {
  display: inline-block;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 64px;
  text-transform: uppercase;
  font-size: 13px;
  background-color: rgba(17, 17, 17, 0.0509803922);
  color: #111;
  font-weight: 500;
  margin: 0 5px 20px 0;
}
.list-tags-banner a:hover,
.list-tags-banner span:hover {
  background: #c5e889 ;
  color: #fff;
}

@-webkit-keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}
@keyframes zoom1 {
  0% {
    scale: 0.2;
  }
  50% {
    scale: 1;
  }
  100% {
    scale: 0.2;
  }
}
@-webkit-keyframes fadeLeftRight {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fadeLeftRight {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.section_about {
  color: #fff;
  position: relative;
  background: #85BB65;
  padding: 45px 0;
  color: #fff;
}
.section_about .lm-container {
  position: relative;
  z-index: 1;
}
.section_about .lm-container .row {
  align-items: center;
}
.section_about .lm-container .row .section-title-wrap .section-title {
  font-size: 45px;
  margin: 18px 0 18px 0;
}
.section_about .heading-caption:before {
  background: rgba(255, 255, 255, 0.4196078431);
}
.section_about .heading-caption span {
  color: #fff;
}
.section_about p {
  color: #fff;
  margin-top: 20px;
}
.section_about .th-btn {
  margin-top: 12px;
}
.section_about::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  bottom: 0;
  background: url(../img/banner-bg.png) no-repeat center bottom;
}

.section {
  padding: 120px 0;
}

.featured-section .section-title-wrap {
  margin-bottom: 30px;
}

.section-practitioners .row {
  --bs-gutter-x: 2.5rem;
}
.section-practitioners .img-box img {
  border-radius: 8px;
}

.section-hospital {
  background-image: linear-gradient(to bottom, #e3f5fa, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: left;
}

.button-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px !important;
}

.section-practitioners .section-title-wrap .section-title {
  margin: 0px 0 30px 0;
  text-align: center;
}

.button-container {
  text-align: center;
  background: #F5F5F5;
  padding: 30px 25px;
  border-radius: 20px;
}
.button-container h3 {
  font-size: 22px;
  margin-bottom: 3px;
}
.button-container span.text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.button-container span.opt {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  opacity: 0.7;
}
.button-container .button-container-wrap {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.button-container .button-container-wrap > a {
  padding: 14px 52px 15px 52px;
}
.button-container .button-container-wrap > a.btn-text {
  color: rgba(0, 0, 0, 0.8196078431);
  padding: 0;
  font-size: 16px;
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  transition: gap 0.3s linear;
}
.button-container .button-container-wrap > a.btn-text i {
  font-weight: 500;
}
.button-container .button-container-wrap > a.btn-text:before {
  width: 0%;
  height: 1px;
  background: #85BB65;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.3s linear;
}
.button-container .button-container-wrap > a.btn-text:hover {
  gap: 12px;
  color: #85BB65;
}
.button-container .button-container-wrap > a.btn-text:hover:before {
  width: 100%;
}

.select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-results__option--selectable {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  margin: 0;
  padding: 6px 7px;
}

.select2-dropdown {
  border: none !important;
  z-index: 3;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.45);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFF !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #FFF !important;
  color: #000 !important;
  border: none !important;
}

.select2-results__option {
  padding: 6px 0 6px 18px !important;
}

.form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  padding: 22px;
  border-radius: 15px;
  max-width: 570px;
  margin: 0 auto;
}
.form-container .form-group > div {
  position: relative;
}
.form-container .form-group > div .password-viewer {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-weight: 500;
  top: 2px;
  opacity: 0.98;
  color: #8F8F8F;
  fill: #8F8F8F;
}
.form-container .form-group > div .password-viewer:hover {
  color: #85BB65;
  fill: #85BB65;
}
.form-container .section-title-wrap {
  margin-bottom: 20px;
}
.form-container .section-title-wrap p {
  margin: 0;
  color: gray;
}
.form-container .section-title-wrap .section-title {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.form-container .th-btn {
  margin-top: 8px;
  width: 100%;
  height: 44px;
}

.mb-12 {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgb(18, 18, 36);
  opacity: 0.8;
  margin-bottom: 10px;
}
.form-group label strong {
  color: red;
}
.form-group input {
  width: 100%;
  border: 1px solid #85BB65;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  outline: none;
}
.form-group input:focus {
  border: 1px solid #85BB65;
  background: #fff;
}

.t_c {
  font-size: 16px;
}
.t_c a {
  text-decoration: underline;
  color: #85BB65;
}
.t_c .d-flex {
  gap: 4px;
}
.t_c .d-flex label {
  font-weight: 400;
  font-size: 16px;
}
.t_c .d-flex .forgot {
  color: #85BB65;
  font-size: 15px;
  text-decoration: none;
}

.existing_user {
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.existing_user a {
  font-weight: 400;
  color: #85BB65;
}

.content-area {
  line-height: 1.65;
}
.content-area p:not(:last-child) {
  margin-bottom: 15px;
}

.switcher > div div {
  display: inline-flex;
  gap: 12px;
}
.switcher label {
  font-weight: 600;
}
.switcher label input {
  margin-right: 5px;
}

.form-container-wrap {
  display: none;
}

.form-container-wrap.active {
  display: block;
}

.block-hero-contact__content-col .map-frame {
  background: #fff;
  padding: 9px;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0901960784);
  height: 450px;
}
.block-hero-contact__content-col .map-frame iframe {
  width: 100%;
  height: 100%;
}
.block-hero-contact__content-col .contact-detail {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-hero-contact__content-col .contact-detail li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 17px;
}
.block-hero-contact__content-col .contact-detail li:last-child {
  padding-left: 0;
}
.block-hero-contact__content-col .contact-detail li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  opacity: 0.6;
}
.block-hero-contact__content-col .contact-detail li h4 {
  color: #85BB65;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}
.block-hero-contact__content-col .contact-detail li p {
  font-weight: 400;
  color: #111;
  font-size: 17px;
  line-height: 1.6;
}
.block-hero-contact__content-col .contact-detail li p a {
  font-weight: 500;
  display: inline-block;
  color: #000;
}
.block-hero-contact__content-col .contact-detail li p a:hover {
  color: #c5e889 ;
}
.block-hero-contact__content-col .section-heading {
  text-align: left;
}
.block-hero-contact__content-col .section-heading .heading {
  font-size: 22px;
  font-weight: 800;
  margin: 15px 0 7px 0;
  text-transform: uppercase;
  font-family: "Lexend", serif;
}
.block-hero-contact__content-col .section-heading span {
  font-size: 18px;
  opacity: 0.96;
  color: rgba(0, 0, 0, 0.6784313725);
  font-weight: 500;
}

.section-contact {
  background: rgba(1, 77, 101, 0.07);
}

.outline-facebook {
  stroke: #3b5998;
}

.icon-facebook {
  fill: #3b5998;
}

.social-media,
.menu-social {
  margin-top: 12px;
}
.social-media a,
.menu-social a {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1803921569);
  text-align: center;
  color: #85BB65;
  border-radius: 4px;
  line-height: 35px;
  margin-right: 5px;
}
.social-media a:hover,
.menu-social a:hover {
  background: #c5e889 ;
  color: #fff;
}

.block-hero-contact__form-col {
  background: #fff;
  border-radius: 4px;
  padding: 22px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 24px;
}
.block-hero-contact__form-col form {
  margin-top: 20px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.block-hero-contact__form-col form div {
  flex: 1;
}
.block-hero-contact__form-col form div input,
.block-hero-contact__form-col form div select,
.block-hero-contact__form-col form div textarea {
  display: block;
  width: 100%;
  padding: 0 0 0 16px;
  height: 46px;
  margin-top: 10px;
  color: #0f1419;
  font-weight: 600;
  border: 1px solid rgba(17, 17, 17, 0.1490196078);
  border-radius: 0.25rem;
  background-color: #fff;
  outline: none;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Lexend", serif;
  transition: all 0.35s ease-in-out;
}
.block-hero-contact__form-col form div input:focus,
.block-hero-contact__form-col form div select:focus,
.block-hero-contact__form-col form div textarea:focus {
  border: 1px solid #85BB65;
}
.block-hero-contact__form-col form div textarea {
  height: 150px;
  padding: 13px 20px;
}
.block-hero-contact__form-col form div .btn {
  width: 120px;
  display: inline-block;
}
.block-hero-contact__form-col form div:first-child + div + div {
  grid-column: span 2;
}
.block-hero-contact__form-col .contact-title {
  color: #85BB65;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 0;
}
.banner-area .banner-content {
  position: relative;
}
.banner-area .banner-content .title {
  font-size: 60px;
  color: #85BB65;
  margin-bottom: 19px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1.1px;
}
.banner-area .banner-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.6705882353);
  line-height: 1.6;
}

.text-heading-wrap span {
  font-size: 24px;
  display: block;
  font-weight: 600;
}
.text-heading-wrap .text-heading {
  font-size: 32px;
  color: #000;
  margin: 2px 0 15px 0;
  font-weight: 400;
  line-height: 1.1;
}
.text-heading-wrap.white .text-heading,
.text-heading-wrap.white span,
.text-heading-wrap.white p {
  color: #000;
}

.section-process {
  color: #fff;
  background: #f7fef4;
}
.section-process .owl-stage {
  display: flex;
}
.section-process .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
  align-self: stretch;
}
.section-process .owl-stage .owl-item .process-block {
  height: 100%;
  width: 100%;
  border: 1px solid #85BB65;
}
.section-process .owl-stage .owl-item .process-block:hover {
  border: 2px solid #85BB65;
}
.section-process .owl-stage .owl-item.custom-active > div {
  border: 2px solid #85BB65;
}
.section-process .owl-nav {
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  width: 100%;
}
.section-process .owl-nav button {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  background: #35601c !important;
  z-index: 1;
  font-size: 14px !important;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  line-height: 30px !important;
}
.section-process .owl-nav button i {
  font-weight: 500;
}
.section-process .owl-nav button:hover {
  background: #85BB65 !important;
  border: 1px solid #85BB65 !important;
}
.section-process .owl-nav button:hover svg path {
  stroke: #fff;
}
.section-process .owl-nav button.owl-prev {
  left: -35px;
}
.section-process .owl-nav button.owl-next {
  right: -40px;
  line-height: 23px !important;
}
.section-process .owl-dots {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 10px 0;
  margin: 15px auto 0 auto;
  max-width: 170px;
  gap: 15px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.section-process .owl-dots:-webkit-scrollbar {
  display: none;
}
.section-process .owl-dots .owl-dot {
  margin: 0 0px 0 0;
  display: inline-block;
  border-radius: 100%;
  flex: 0 0 17%;
}
.section-process .owl-dots .owl-dot button {
  color: #000;
  cursor: pointer;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #85BB65;
  background: #fff;
  border-radius: 100% !important;
  padding: 0;
  margin: 0;
  line-height: 31px;
  width: 31px;
  text-align: center;
  height: 31px;
  transition: all 0.25s ease;
}
.section-process .owl-dots .owl-dot button:hover {
  background: #35601c;
  color: #fff;
}
.section-process .owl-dots .owl-dot.active button {
  background: #35601c;
  color: #fff;
}

.process-items {
  position: relative;
}

.process-items-carousel .slick-slide {
  margin: 0 10px;
}
.process-items-carousel .slick-dots {
  text-align: center;
  margin: 18px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.process-items-carousel .slick-dots li button {
  height: 10px;
  width: 15px;
  border-radius: 10px;
  border: 2px solid #85BB65;
  font-size: 0;
  transition: width 0.2s ease-in-out;
}
.process-items-carousel .slick-dots li.slick-active button {
  width: 23px;
  background: #85BB65;
}

.process-block {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid transparent;
  margin: 0 10px;
}
.process-block:hover {
  border-color: #85BB65;
}
.process-block span {
  background: #85BB65;
  color: #fff;
  border-radius: 4px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  width: 34px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  display: none;
  position: relative;
}
.process-block h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-top: 1px;
  display: block;
  /* vertical-align: middle; */
  text-align: center;
}
.process-block p {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.831372549);
  line-height: 1.75;
  text-align: center;
}

.key__benefits {
  background: #85BB65;
}
.key__benefits .col p {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.68;
  text-align: center;
  border-radius: 5px;
  color: #111;
  background: #fff;
  padding: 15px 20px 15px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-capabilities {
  background: rgba(0, 0, 0, 0.06);
  padding: 35px 0;
}

.content-box {
  margin-bottom: 30px;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box:nth-child(even) .content-box-detail {
  padding-left: 25px;
}
.content-box .content-box-image {
  position: relative;
}
.content-box .content-box-image img {
  width: 100%;
  border-radius: 8px;
}
.content-box .content-box-detail h3 {
  padding: 7px 0 0 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.34;
  color: #000;
}
.content-box .content-box-detail p {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0 0px 0;
  font-weight: 500;
}
.content-box .content-box-detail .th-btn {
  margin-top: 25px;
  font-size: 18px;
}

.section-intro ul,
.section-intro ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-intro ul li,
.section-intro ol li {
  padding-bottom: 6px;
  font-size: 16px;
  position: relative;
  padding-left: 32px;
}
.section-intro ul li i,
.section-intro ol li i {
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  border-radius: 100%;
  top: 4px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #85BB65;
}

.social-login {
  gap: 13px;
  text-align: center;
}
.social-login > span {
  margin: 12px 0 22px 0;
  display: block;
  position: relative;
}
.social-login > span span {
  position: relative;
  background: #fff;
  z-index: 1;
  display: inline-block;
  padding: 0 12px;
}
.social-login > span:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.1294117647);
  height: 1px;
  top: 10px;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
}
.social-login a {
  text-decoration: none;
  position: relative;
  color: rgba(17, 17, 17, 0.7607843137);
  width: 100%;
  height: 50px;
  display: flex;
  line-height: 50px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8705882353);
  border: 2px solid #85BB65;
  margin-bottom: 14px;
  padding: 14px 0;
}
.social-login a:hover {
  background: #F5F5F5 !important;
}
.social-login a svg,
.social-login a i {
  margin-right: 8px;
  font-size: 13px;
}

.cta-text {
  margin-top: 5px;
  font-size: 16px;
}

.box-our-features {
  background-color: #F5F5F5;
}
.box-our-features .text-heading-wrap {
  margin-bottom: 35px;
}
.box-our-features .cta-text {
  text-align: center;
}

.card-feature {
  background: #fff;
  border: 1px solid #85BB65;
  border-radius: 7px;
  padding: 20px;
  min-height: 150px;
  text-align: center;
  margin-bottom: 15px;
}
.card-feature img {
  width: 60px;
  height: 60px;
}
.card-feature .card-feature-wrap h6 {
  margin: 8px 0 10px 0;
  font-size: 18px;
  font-weight: 400;
}
.card-feature .card-feature-wrap p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.card-feature-2 {
  display: flex;
  align-items: flex-start;
}
.card-feature-2:hover .card-image {
  background-color: #85BB65;
}
.card-feature-2:hover .card-image img {
  filter: brightness(0) invert(1);
}
.card-feature-2 .card-image {
  height: 50px;
  width: 50px;
  border-radius: 8px;
  margin-right: 15px;
  line-height: 50px;
  min-width: 50px;
  text-align: center;
  background-color: #eceef2;
}
.card-feature-2 .card-image img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.card-feature-2 h3 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.card-feature-2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.box-our-track .content-area {
  margin-bottom: 20px;
}
.box-our-track ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.section-faq {
  position: relative;
}
.section-faq .accordion-wrapper .accordion-item .accordion-header {
  background: #fff;
}
.section-faq .accordion-wrapper .accordion-item .accordion-header.active {
  background: #f7fef4;
}
.section-faq .text-heading-wrap {
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}

.box-newsletter {
  border-radius: 8px;
  background-color: rgba(30, 39, 97, 0.1294117647);
  padding: 30px;
  border: 1px solid #1e2761;
  position: relative;
}
.box-newsletter::before {
  content: url(../img/bg-newsletter.png);
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
}
.box-newsletter .row {
  position: relative;
  z-index: 2;
  align-items: center;
}
.box-newsletter .row .button-block {
  justify-content: flex-end;
  align-items: center;
}
.box-newsletter .row .button-block > a {
  flex: 1;
}

.quick-video iframe {
  width: 100%;
  height: 550px;
  border-radius: 8px;
}

.advanced-filter-field {
  text-align: left;
  align-items: center;
  margin-right: auto;
  display: flex;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  gap: 15px;
}

.opt-field {
  position: relative;
}
.opt-field .opt-field-dropdown {
  background: #fff;
  border-radius: 0 0 11px 11px;
  min-width: 190px;
  padding: 7px 7px;
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  height: 250px;
  overflow-y: auto;
  z-index: 3;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.49);
}
.opt-field .opt-field-dropdown > label {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 400;
  cursor: pointer;
  padding: 6px 15px 8px 12px;
  gap: 7px;
}
.opt-field .opt-field-dropdown > label input {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.opt-field > label {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 8px 15px;
  border-radius: 100px;
  border: 1px solid #C7E0B8;
  cursor: pointer;
}
.opt-field > label i {
  font-size: 12px;
  font-weight: 300;
}
.opt-field.active label {
  border-radius: 11px 11px 0 0;
  background: #fff;
  color: #000;
  border-color: #85BB65;
  border-bottom: none;
}
.opt-field.active .opt-field-dropdown {
  box-shadow: none;
  display: block;
  border: #85BB65 1px solid;
}

.switcher.mb-12 {
  margin-bottom: 25px;
}

.filter-bar {
  background: #f7fef4;
  padding: 30px 0;
  color: #fff;
}
.filter-bar .row {
  --bs-gutter-x: 1.1rem;
}
.filter-bar .section-title-wrap {
  color: #fff;
}
.filter-bar .section-title-wrap .section-title.section-title-small {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.7;
}
.filter-bar .section-title-wrap .section-title.section-title-small strong {
  color: #fff;
}
.filter-bar .section-title-wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

#results-count {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.search-result {
  color: #000;
}
.search-result .results-container > .btn-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.search-result .results-container > .btn-holder .sidebar-btn {
  display: none;
}

.results-container {
  position: sticky;
  top: 20px;
}

.section-user.mb-5 {
  margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
  .job-detail .job-title-wrap {
    max-height: 550px;
  }
}
@media (max-width: 959px) {
  .main-header .main-header__wrapper .hamburger {
    display: inline-block;
  }
  .main-header .main-header__wrapper .main-header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  #results-count {
    margin-bottom: 0;
  }
  .search-result .results-container .btn-holder {
    background: rgba(64, 142, 198, 0.168627451);
    border: 1px solid #408EC6;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .search-result .results-container .btn-holder .sidebar-btn {
    font-size: 16px;
    font-weight: 600;
    color: #85BB65;
    text-align: center;
    display: inline-flex;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
  }
  .search-result .results-container .btn-holder .sidebar-btn:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
  }
  .job-sidebar {
    display: none;
  }
  .show-job-sidebar .job-sidebar {
    display: block;
    margin-top: 20px;
    background: #85BB65;
    padding: 15px;
    background: rgba(64, 142, 198, 0.168627451);
    border-radius: 11px;
    padding-bottom: 5px;
  }
  .section-user.mb-5 {
    margin: 24px 0 0 0 !important;
  }
  .row-group-search .form-group .opt-field .opt-field-dropdown {
    position: static;
  }
  .job-detail {
    margin-top: 20px;
    padding: 0;
  }
  .job-detail .job-title-wrap h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .advanced-filter-row {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .advanced-filter-row a {
    display: inline-flex;
  }
  .advanced-filter-row .advanced-filter-field {
    flex-wrap: wrap;
    position: static;
  }
  .card-feature .card-feature-wrap h6 {
    font-size: 17px;
  }
  .text-heading-wrap .text-heading {
    font-size: 28px;
    margin: 2px 0 12px 0;
  }
  .main-header .main-header__wrapper .logo img {
    width: 140px;
  }
  .block-hero .block-caption {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .block-hero .block-caption .banner-title {
    position: relative;
    font-size: 50px;
    margin: 0 0 10px 0;
  }
  .block-hero .block-caption p {
    font-size: 16px;
    margin: 8px 0 20px 0;
  }
  .block-hero .block-lottie {
    margin: -90px 0px 0px 0px;
    order: -1;
  }
  .section_about,
  .section {
    padding: 35px 0;
  }
  .section_about .col-sm-6 + .col-sm-6,
  .section .col-sm-6 + .col-sm-6 {
    order: -1;
  }
  .section {
    padding: 35px 0;
  }
  .left-right-section .col-md-6 {
    order: -1;
    margin-bottom: 10px;
  }
  .left-right-section:nth-child(even) {
    background: rgba(0, 0, 0, 0.0901960784);
    border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
  }
  .section-title-wrap .section-title {
    font-size: 40px;
    margin-bottom: 0;
  }
  .section-title-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .footer-contact-info {
    margin-bottom: 10px;
  }
  .footer-social-icon-wrap {
    margin-top: 22px;
  }
  .row-group-search {
    margin-top: 25px;
  }
  .section-title-wrap .section-title {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.3;
  }
  .section-title-wrap p {
    font-size: 15px;
  }
  .section-title-wrap p li,
  .section-title-wrap ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .block-hero .block-caption .banner-title {
    position: relative;
    font-size: 30px;
    margin: 0px 0 15px 0;
    line-height: 1.22;
  }
  .block-hero .block-caption p {
    font-size: 16px;
    margin: 0px 0 15px 0;
    line-height: 1.6;
  }
  .block-hero .block-lottie {
    margin: -90px 0px 0px 0px;
    order: -1;
  }
}
@media (max-width: 480px) {
  .results-container .mt-5 {
    margin-top: 0;
  }
  .results-container .mt-5 .pagination {
    gap: 8px;
  }
  .content-area {
    font-size: 16px;
    line-height: 1.65;
  }
  body.job-scrolled .job-detail .job-header {
    padding: 10px 0 10px 0;
  }
  .block-buttons .th-btn {
    min-width: inherit;
  }
  .search-result .results-container .btn-holder {
    padding-bottom: 17px;
  }
  .search-result .results-container .btn-holder #results-count {
    margin-bottom: 0;
    font-size: 15px;
  }
  .search-result .results-container .btn-holder .sidebar-btn {
    padding: 10px 12px;
    width: 100%;
    color: #fff;
    background: #85BB65;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
  }
  .search-result .results-container .btn-holder .sidebar-btn:hover {
    background: #85BB65;
  }
  .search-result .results-container .btn-holder .sidebar-btn:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
  }
  .advanced-filter-row .opt-field > label {
    font-size: 13px;
  }
  .advanced-filter-row .opt-field .opt-field-dropdown {
    width: 150px;
  }
  .advanced-filter-row .opt-field .opt-field-dropdown > label {
    font-size: 14px;
    padding: 6px 13px 6px 11px;
    gap: 4px;
  }
  .logged-in-user {
    margin-left: 8px;
  }
  .logged-in-user img {
    height: 30px;
    width: 30px;
  }
  .logged-in-user span {
    margin-left: 6px;
    font-weight: 600;
    font-size: 15px;
  }
  .section-process .process-block {
    margin: 0 15px 0 0;
  }
  .section-process .owl-nav {
    margin-top: 20px;
    text-align: center;
    position: static;
    transform: inherit;
  }
  .section-process .owl-nav button {
    margin-left: 10px;
    position: static;
  }
  .quick-video iframe {
    height: 300px;
  }
  .text-heading-wrap span {
    font-size: 15px;
  }
  .text-heading-wrap .text-heading {
    font-size: 24px;
  }
  .card-feature-2 p {
    font-size: 15px;
    line-height: 22px;
  }
  .card-feature .card-feature-wrap p {
    font-size: 15px;
    line-height: 1.5;
  }
  .button-container {
    padding: 24px;
  }
  .button-container a {
    flex: 100%;
  }
  .button-container span.text {
    display: inline-block;
    font-size: 16px;
  }
  .button-container span.opt {
    display: none;
  }
  .button-container .button-container-wrap {
    gap: 12px;
  }
  .button-container .button-container-wrap a.btn-text {
    justify-content: center;
  }
  .section {
    padding: 20px 0;
  }
  .accordion-wrapper .accordion-item {
    margin-bottom: 18px;
  }
  .accordion-wrapper .accordion-item .accordion-header {
    font-size: 17px;
  }
  .section-practitioners {
    overflow: hidden;
  }
  .section-practitioners .section-title-wrap .section-title {
    margin: 0px 0 20px 0;
  }
  .sidebar-login {
    display: block;
    position: absolute;
    bottom: 70px;
    width: 100%;
  }
  .row-group-search .form-group input,
  .row-group-search .form-group .form-select {
    height: 43px;
    font-size: 15px;
    padding-left: 40px;
  }
  .site-footer .col-sm-4 {
    margin-bottom: 14px;
  }
  .block-hero .block-lottie {
    margin: -125px 0px 0px 0px;
  }
  .th-btn {
    font-size: 13px;
    padding: 15px 22px 13px 22px;
  }
  .section-title-wrap .section-title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
  .section-title-wrap p,
  .section-title-wrap ul {
    line-height: 27px;
  }
  .main-header .main-header__wrapper .header-right {
    gap: 5px;
    display: none;
  }
  .main-header .main-header__wrapper .header-right a.th-btn {
    font-size: 13px;
    padding: 10.2px 14px;
  }
  .block-hero {
    padding: 40px 0;
  }
}
@media (max-width: 420px) {
  .hamburger {
    width: 23px;
    margin-right: 6px;
  }
  .section {
    padding: 25px 0;
  }
  .main-header .main-header__wrapper .header-right a.th-btn {
    font-size: 11px;
    padding: 10px 10px;
    font-weight: 700;
  }
}

/* card css */
/* Grid container */
.flip-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  padding: 2rem;
}

/* Flip card setup */
.flip-card {
  perspective: 1200px;
  height: 320px;
}

/* Inner structure */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}

/* Flip effect */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and back faces */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  backface-visibility: hidden;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: background 0.3s ease;
}

/* Front face */
.flip-card-front {
  background: #85BB65 ;
  color: 000;
}

/* Back face */
.flip-card-back {
  background: #ffffff;
  color: #222;
  transform: rotateY(180deg);
  border: 1px solid #C7E0B8;
}

/* Text styling */
.flip-card-front .flip-content {
  font-size: 1.4rem;
  font-weight: 600;
}

.flip-content {
  text-align: center;
  font-size: 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  line-height: 1.5;
  overflow-y: auto;
  max-height: 100%;
}

/* Responsive support */
@media (max-width: 600px) {
  .flip-card {
    height: 280px;
  }
  .flip-content {
    font-size: 0.95rem;
  }
}

/* quick search section */
.quick-search-section h2 {
    font-weight: 600;
    font-size: 1.8rem;
}

.quick-search-block h3 {
    font-weight: 600;
    min-width: 120px;
}

.quick-link {
    text-decoration: underline;
    color: #212529;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s;
}

.quick-link:hover {
    color: #85BB65;
    text-decoration: none;
}


/* edited */
.employer-section {
  padding-top: 60px;
}

.advanced-filter-link svg {
  fill: #8F8F8F;
}

.advanced-filter-link:hover svg {
  fill: #85BB65
}

.icon-container.icon-arrow-down {
  position: absolute;
  right: 5px;
}

.icon-container.icon-arrow-down svg path {
  stroke: #8F8F8F;
}

.icon-container.icon-arrow-down svg rect {
  stroke: none;
}

.row-group-search .form-group .opt-field > label:hover .icon-container.icon-arrow-down svg path {
  stroke: #85BB65;
}

.row-group-search .form-group .opt-field .select2-container .select2-selection--single:hover .select2-selection__arrow {
  color: #85BB65;
}

.row-group-search .form-group .opt-field > label:hover .seelect{
  color: #85BB65;
}

.row-group-search .form-group .opt-field:hover .seelect{
  color: #85BB65;
}

.row-group-search .th-btn:disabled {
  background: #8F8F8F;
}

/* Card Styles */
.section-cards-home {
  margin-top: 170px;
  margin-bottom: 60px;
}
.card-hover-scroll {
    min-height: 320px;
    overflow: hidden;
    border: 1px solid #85BB65;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.card-hover-scroll:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 2px solid #85BB65;
}

.card-icon {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    margin-bottom: 0;
}

.card-title {
    font-size: 24px;
    font-weight: 400;
    color: #8F8F8F;
    margin-bottom: 0.5rem;
}

.card-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

.card-hover-scroll:hover .card-title {
  color: #85BB65;
}
/* Card Features Section Styling */
.box-our-features {
    padding: 120px 0;
    min-height: 500px;
}

.box-our-features .text-heading {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 80px;
}

/* Card Styling */
.card-feature {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    overflow: hidden; /* This is key to hide the overflow content */
    height: 120px; /* Initial height to show only the header */
    display: flex;
    flex-direction: column;
}

/* Hover Effect */
.card-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: auto; /* Adjust this height as needed to fit the full paragraph */
}

/* Header (Icon and Title) Styling */
.card-header-flex {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between the SVG and the title */
    margin-bottom: 20px;
    justify-content: center;
}

.card-feature h6 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    margin: 0;
    text-align: left;
}

/* Paragraph Styling */
.card-content-wrap {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.card-feature:hover .card-content-wrap {
    opacity: 1;
    transform: translateY(0);
}

.card-content-wrap p {
    font-size: 16pxx;
    color: #000;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

/* SVG Icon Styling */
.card-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    fill: #8F8F8F;
    color: #8F8F8F;
}

.card-feature:hover .card-icon-svg {
    fill: #85BB65;
    color: #85BB65;
}

.card-icon-svg .st0 {
  color: none;
  fill: none;
}

.cs-gap {
  gap: 100px;
}

.icon-box svg {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  fill: #8F8F8F;
}

.icon-box svg path {
  fill: #8f8f8f;
}

.card-hover-scroll:hover .icon-box svg {
  fill: #85BB65;
}

.card-hover-scroll:hover .icon-box path {
  fill: #85BB65;
}

.card-text-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-click-info {
  margin-top: 10px;
}

.section-process.section {
  padding: 120px 0;
}

.section-faq .section-header {
  text-align: center;
}

.section-faq .section-header h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 80px;
}

.our-track-row {
  margin-bottom: 100px;
}

/* Container for the changing images */
.feature-image-wrapper {
    position: relative;
    width: 100%;
    height: auto; /* Or set a fixed height if you have the same image dimensions */
    padding-bottom: 75%; /* Adjust for your image's aspect ratio (e.g., 75% for 4:3) */
    display: block;
}

.feature-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the image fits without distortion */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.feature-image.active-image {
    opacity: 1;
}

/* Hoverable feature card styling */
.card-feature-2 {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.card-feature-2 h3 {
    padding: 10px;
    transition: color 0.3s ease;
}

.card-feature-2:hover h3, 
.card-feature-2.active-h3 h3 {
    border: 1px solid #85BB65;
    background-color: #fff;
    border-radius: 8px;
    color: #000; /* Your brand's accent color */
}

.cta-text a {
  color: #253919;
  font-weight: 500;
}

.cta-text a:hover {
  color: #85BB65;
}

.section-process h2.text-heading {
  margin-bottom: 80px;
}

.card-icon-svg #secondary-2 {
  fill: #fff;
}

.box-our-features.employers {
  padding: 120px 0;
  min-height: 550px;
}

.form-group.mb-12 {
  margin-bottom: 22px;
}

/* New CSS to change the color of the checkmark for checkboxes and radio buttons */
    /* Use 'accent-color' for a simple, reliable solution */
    .opt-field-dropdown input[type="checkbox"],
    .opt-field-dropdown input[type="radio"] {
        accent-color: #85BB65;
    }
    
    /* Optional: For older browsers or more complex custom styling. */
    /* This overrides the old pseudo-element method which was buggy. */
    .opt-field-dropdown input[type="checkbox"],
    .opt-field-dropdown input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        margin: 0;
        font: inherit;
        color: #000;
        width: 1.15em;
        height: 1.15em;
        border: 1px solid #C0C0C0;
        transform: translateY(-0.075em);
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 8px;
    }
    
    .opt-field-dropdown input[type="checkbox"] {
        border-radius: 0.15em;
    }

    .opt-field-dropdown input[type="radio"] {
        border-radius: 50%;
    }

    .opt-field-dropdown input[type="checkbox"]:checked {
        background-color: #85BB65;
        border-color: #85BB65;
    }
    
    .opt-field-dropdown input[type="radio"]:checked {
        background-color: #85BB65;
        border-color: #85BB65;
    }

    .opt-field-dropdown input[type="checkbox"]:checked::before {
        content: '';
        display: block;
        width: 0.65em;
        height: 0.65em;
        transform: translate(-50%, -50%) scale(1);
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff; /* Checkmark color */
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 85% 0, 39% 60%);
    }

    .opt-field-dropdown input[type="radio"]:checked::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(1);
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff; /* Radio circle color */
    }

    .opt-field.disabled {
        pointer-events: none;
        /* opacity: 0.5; */
    }

    .opt-field.disabled:hover {
      border: 3px solid #85BB65;
    }

    .advanced-filter-field .opt-field-dropdown {
    display: none;
}
.advanced-filter-field .opt-field.active .opt-field-dropdown {
    display: block;
}

.logo {
  transition: all 0.25s ease;
}
.logo:hover span {
  background: #85BB65;
}
.dashboard-icon-container {
  margin-right: 15px;
}
.dashboard-icon {
  color: #8F8F8F;
  transition: all 0.25s ease;
}
.dashboard-icon:hover {
  color: #85BB65;
}
.profile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-user-info {
  display: flex;
  align-items: center;
}

/* .opt-field.selected-field label.opt-field-label {
  border: 2px solid #121C0C;
} */

.logged-in-user.dashboard-icon span {
  color: #8F8F8F;
}

.logged-in-user.dashboard-icon:hover span {
  color: #85BB65;
}

.opt-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.sort-dropdown a {
  font-weight: 400;
}

.save-btn-container {
  position: relative;
  transition: all 0.25s ease;
  height: 28px;
  width: 28px;
  font-size: 18px;
}

.msg-btn-container {
  position: relative;
}

.save-btn-container .save-msg, .msg-btn-container .msg-text {
  visibility: hidden;
  position: absolute;
  width: 160px;
  font-size: 14px;
  text-align: center;
  padding: 6px;
  background: #121C0C;
  color: #fff;
  border-radius: 14px;
  right: -130px;
  top: 40px;
  opacity: 0;
}

.save-btn-container:hover .save-msg, .msg-btn-container:hover .msg-text {
  visibility: visible;
  opacity: 1;
}

.msg-btn-container .msg-text {
  width: 140px;
  right: -6px;
  top: 34px;
}

/* edited 22 sep */
.selected-field .opt-field-label {
  border: 1px solid #121C0C;
}
.dashboard-icon-container a.dashboard-icon {
  padding: 2px 3px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
}

/* .dashboard-icon-container a.dashboard-icon:hover {
  background: #f7fef4;
} */

.dashboard-icon-container .save-msg {
  visibility: hidden;
  position: absolute;
  width: 90px;
  font-size: 14px;
  text-align: center;
  padding: 2px;
  background: #121C0C;
  color: #fff;
  border-radius: 14px;
  right: -63px;
  top: 40px;
  opacity: 0;
}

.dashboard-icon-container a:hover .save-msg {
  visibility: visible;
  opacity: 1;
  color: #fff;
}