@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #7600c0;
  --warm-white-text: #fdf7e3;
  --primary-hover: #8a1ce0;
  --intense-orange: #f95f18;
}

html {
  font-size: 100%;
}
body {
  font-family: "Poppins";
  color: #000;
  font-size: 100%;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-family: "Poppins";
}
/* img {
	max-width: 100%;
	height: auto;
} */
a {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
}
.site-header {
  padding: 10px 0;
}
.site-header a {
  font-size: 18px;
  color: #000;
  padding: 0 25px;
}
.site-header a.active {
  color: var(--primary-color);
}
.site-header a.logo {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.heading {
  font-size: 35px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.site-banner {
  display: block;
  position: relative;
}
.site-banner .banner-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.site-banner .banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 19, 19, 0.46);
}
.site-banner .banner-img img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.login-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 860px;
  width: 100%;
}
.login-sec h1 {
  background: rgba(14, 31, 59, 0.73) none repeat scroll 0 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
}
.login-sec .login-form {
  background: #fff;
  padding: 15px;
}
.login-sec .login-form h2 {
  color: var(--intense-orange);
  font-size: 20px;
}
.login-sec .login-form .form-field {
  display: flex;
  flex-direction: row;
}
.login-sec .login-form .form-field input {
  border: 1px solid #7d7d7d;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 18px;
  line-height: 22px;
  padding: 0.5rem 1rem;
  flex: 1 1 auto;
  outline: none;
}
.login-sec .login-form .form-field button {
  font-size: 18px;
  line-height: 45px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--warm-white-text);
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  outline: none;
}
.login-sec .login-form .form-field button:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--warm-white-text);
}
.login-bt-text {
  font-size: 0.825rem;
  padding-top: 15px;
}
.login-bt-text h5 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins";
  margin: 0;
}
.login-bt-text p {
  margin: 0;
}
.included-heading {
  background: #fff;
  color: #000;
  padding: 20px 0 20px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.included-heading.about_us {
  margin-top: 50px;
}
.included-heading .wave {
  position: absolute;
  bottom: -60px;
  left: -5%;
  z-index: 1;
  width: 110%;
  fill: #fff;
}
.included-heading .heading {
  margin: 0 auto;
}
.included-heading img {
  margin-top: 20px;
  width: 80%;
}
.included-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
}
.included-services .service-block {
  margin-top: 60px;
  color: #666;
}
.included-services .service-block .service-heading {
  display: flex;
  flex-direction: row;
  font-size: 1.875rem;
  font-family: "Poppins";
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.included-services .service-block .service-heading .icon {
  width: 60px;
}
.included-services .service-block .service-heading .icon img {
  width: 50px;
}
.icons-sec {
  padding: 60px 0;
  text-align: center;
}
.icons-sec .icon {
  width: 140px;
  height: 150px;
  margin: 15px auto;
}
.icons-sec .icon img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-sec .icon img:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-font-smoothing: antialiased;
}
.icons-sec h3 {
  font-size: 1.25rem;
  font-family: "Poppins";
  font-weight: 600;
  max-width: 200px;
  margin: 0 auto;
}
.partner-slider {
  width: 100%;
  background: var(--intense-orange);
  padding: 20px 15px 20px;
  margin-top: 20px;
}
.partner-slider .slick-dots {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.partner-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.partner-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  border: none;
  font-size: 0;
  opacity: 0.7;
}
.partner-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.partner-slider .item {
  padding: 0 5px;
}
.partner-slider .item img {
  width: 100%;
  border-radius: 10px;
}
.testimonial-sec {
  padding: 60px 0;
}
.testimonial-sec .heading {
  margin-bottom: 30px;
}
.testimonial-sec .item {
  padding: 0 30px;
}
.testimonial-sec .quote-content {
  border: 1px solid #949494;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial-sec .quote-content:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 40px;
  background-image: url(../images/down-arrow.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 17px;
  height: 27px;
}
.testimonial-sec .quote-content p {
  margin: 0;
}
.testimonial-sec .member-info {
  display: inline-block;
  width: 100%;
  padding-left: 50px;
  margin-top: 20px;
}
.testimonial-sec .member-info .member-img {
  float: left;
  width: 60px;
}
.testimonial-sec .member-info .member-img img {
  width: 45px;
}
.testimonial-sec .member-info .member-name {
  float: left;
  width: calc(100% - 60px);
  line-height: 45px;
}
.testimonial-slider {
  position: relative;
  padding-bottom: 45px;
}
.testimonial-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 30px;
  border: none;
  background: #fff;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: solid 1px var(--primary-color);
  z-index: 1;
}
.testimonial-slider .slick-arrow:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
.testimonial-slider .slick-arrow.slick-prev {
  right: 80px;
}
.testimonial-slider .slick-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  margin-left: -8px;
  margin-top: -5px;
}
.testimonial-slider .slick-arrow:hover:after {
  border-color: #fff;
}
.testimonial-slider .slick-arrow.slick-prev:after {
  transform: rotate(135deg);
  margin-left: -2px;
}
.site-footer {
  background: #282f39;
  padding: 50px 0 0;
  color: #fff;
  font-size: 1rem;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.site-footer h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Poppins";
}
.site-footer a {
  color: #fff;
}
.site-footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.site-footer ul li {
  list-style: none;
  line-height: 22px;
  font-weight: 300;
}

.site-header .nav a.active {
  color: var(--primary-color);
}

.site-footer ul.address li {
  margin-bottom: 0;
}
.site-footer ul.social-links li {
  display: inline-block;
}
.site-footer ul.social-links li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #282f39;
  transition: 0.4s;
}
.site-footer ul.social-links li a:hover {
  background: #149b9e;
  color: #fff;
}
.footer-bottom {
  width: 100%;
  background: #3e444d;
  max-width: 1660px;
  padding: 25px 22px;
  margin: 50px auto 0;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*About Page*/

.page-banner .banner-img {
  width: 100%;
  position: relative;
  z-index: 1;
  /*padding-top: 33.33%;*/
}
.about_page img {
  filter: brightness(70%);
}

.page-banner .about_banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(
    90deg,
    rgba(20, 155, 158, 0.6) 0%,
    rgba(103, 202, 217, 0.6) 35%
  );
}

.page-banner .about_banner img {
  background: #149b9e;
}
.page-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  max-height: 320px;
}
.btn {
  padding: 7px 40px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 24px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: var(--warm-white-text);
  letter-spacing: 0.05rem;
  min-width: 180px;
  transition: 0.4s;
  font-weight: 500;
}

.btn:hover {
  color: var(--warm-white-text);
  background-color: var(--primary-hover);
}

.btn.secondary-btn {
  background-color: #67cad9;
}
.btn.secondary-btn:hover {
  color: #fff;
  background-color: #f9ae41;
}
.about-page-heading {
  position: relative;
  z-index: 1;
  color: #000;
  padding-top: 40px;
}
.about-page-heading h1 span {
  display: block;
}
.about-page-heading .left-block p {
  max-width: 460px;
  color: #000;
}
.about-page-heading .right-block {
  background: #67cad9;
  padding: 20px;
  border-radius: 25px;
  max-width: 525px;
  width: 88%;
  margin: 0 auto;
  position: absolute;
  left: 60%;
  color: #fff;
  transform: translateX(-50%);
  top: -200%;
}
.right-block h3 {
  line-height: 40px;
  font-size: 30px;
}
.right-block p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
}
.about-page-heading .right-block ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.about-page-heading .right-block ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
}
.about-page-heading .right-block ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  margin: 0;
}
.about-company {
  background: var(--intense-orange);
  padding-top: 40px;
  color: #fff;
  text-align: center;
}
.about-company .heading {
  margin-bottom: 30px;
}
.about-company p {
  margin-bottom: 30px;
}
.about-company .about-img img {
  bottom: -25px;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.about-company .about-img img:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-font-smoothing: antialiased;
}
.our-feature {
  background: #f6f8f9;
  padding: 60px 0;
}
.our-feature .features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
}
.our-feature .features .featured-block .icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-feature .features .featured-block .icon img {
  max-width: 90px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.our-feature .features .featured-block .icon img:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-font-smoothing: antialiased;
}
.our-feature .features .featured-block h4 {
  font-size: 18px;
  color: var(--intense-orange);
}
.yourwellnesshub-workplace {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  margin-top: 30px;
}
.yourwellnesshub-workplace .block {
  position: relative;
  padding-top: 75px;
}
.yourwellnesshub-workplace .block .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
.yourwellnesshub-workplace .block .icon img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yourwellnesshub-workplace .block .icon img:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-font-smoothing: antialiased;
}
.yourwellnesshub-workplace .block .block-content {
  padding: 85px 20px 30px;
  height: 100%;
  font-size: 1rem;
  border: solid 1px #ddd;
}
.yourwellnesshub-workplace .block .block-content h4 {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Poppins";
  min-height: 48px;
}
.yourwellnesshub-workplace .block .block-content p {
  margin-bottom: 0;
}
.bg-grey {
  background: #f2f2f2;
}
.logos-sec {
  padding: 80px 0;
}
.icon-box-blocks {
  padding: 30px 0 0;
}
.why-choose {
  padding: 60px 0 30px;
}
.why-choose .heading {
  margin-bottom: 30px;
}
.why-choose p {
  margin-bottom: 25px;
}
.single-testimonial {
  background: #149b9e;
  padding: 60px 0;
}
.single-testimonial .container {
  max-width: 1660px;
}
.single-testimonial .testi-content {
  padding-left: 30px;
}
.single-testimonial .testi-content:before {
  content: "";
  height: 93px;
  width: 93px;
  display: block;
  margin-bottom: 56px;
  background: url(../images/testimonial_quote.png) no-repeat;
}
.single-testimonial .written_by {
  text-align: right;
  margin-top: 25px;
}
.bottom-shop-btn {
  background: var(--intense-orange);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bottom-shop-btn .heading {
  color: var(--warm-white-text);
}
.bottom-shop-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  width: 70%;
  transform: skewX(55deg);
}
/*Contact Page*/

.contact-title {
  position: relative;
}
.contact-title .green-box {
  background: #149b9e;
  padding: 25px 30px;
  border-radius: 15px;
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.contact-title .green-box p {
  margin: 0;
}
.contact-sec {
  background: #f2f2f2;
  padding: 100px 0;
}
.btn-blue {
  background: #67cad9;
}
.btn-blue:hover {
  background: #67cad9;
  color: #fff;
  box-shadow: 0 0 15px rgba(103, 202, 217, 0.7);
}
.contact-sec .heading {
  margin-bottom: 30px;
}
.contact-sec .contact-block h3 {
  font-size: 20px;
  margin: 25px 0 15px;
}
.contact-sec .contact-block p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  min-height: 96px;
  margin-bottom: 15px;
}
.contact-sec .contact-block .btn {
  width: 100%;
  max-width: 320px;
  padding: 7px 15px;
}
.contact-sec .form {
  margin-top: 60px;
}
.contact-sec .form .form-group {
  margin-bottom: 20px;
  padding: 0 40px;
}
.contact-sec .form .form-group label {
  font-size: 1rem;
  margin-bottom: 0.725rem;
  font-weight: normal;
}
.contact-sec .form .form-group .form-control {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 1rem;
  height: auto;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
  transition: 0.4s;
}
.contact-sec .form .form-group textarea.form-control {
  height: 120px;
  resize: none;
}
.contact-sec .form .form-group .form-control:focus {
  border-color: #67cad9;
}
.contact-sec .form .form-submit {
  padding: 0 40px;
  margin-top: 20px;
}
.contact-sec .form .error {
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-bottom: 0;
}
.thanks-message {
  border: 3px solid #149b9e;
  padding: 30px;
  background: #fff;
  width: 75%;
  max-width: 700px;
  margin: 60px auto 0;
}
.thanks-message h3 {
  font-size: 22px;
}
.thanks-message p {
  margin: 30px 0;
}
.about_page .wave {
  position: absolute;
  bottom: -60px;
  left: -5%;
  z-index: 1;
  width: 110%;
  fill: #fff;
}
p.error {
  color: #ff0000;
  font-size: 19px;
  padding: 10px;
  background-color: #eeede3;
  border-radius: 4px;
}
.error-message {
  color: #c00;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
  display: none;
}
#captcha_code {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 1rem;
  height: auto;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
  transition: 0.4s;
}

.about_layer-sec {
  position: absolute;
  top: 32%;
  z-index: 11;
  width: 100%;
}

.about_layer-sec h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  filter: drop-shadow(4px 4px 3px #000);
}

.about_layer-sec h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  filter: drop-shadow(4px 4px 3px #000);
}

.about_layer-sec h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  filter: drop-shadow(4px 4px 3px #000);
  margin-top: 25px;
}

#main_client_login .error {
  clear: both;
  color: #ff0000 !important;
  float: left;
  width: 100%;
}

.calendar-thanks-message {
  border: 3px solid #149b9e;
  padding: 30px;
  background: #fff;
  margin: 10px auto 0;
}

.site-footer .footer-bottom {
  font-size: 14px;
}

.site-footer .footer-bottom .sitemap ul {
  padding: 0px;
  text-align: right;
}

.site-footer .footer-bottom .sitemap ul li {
  display: inline-block;
}

.site-footer .footer-bottom .sitemap ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 27px;
}

.site-footer .footer-bottom .sitemap ul li a::before {
  content: "";
  width: 2px;
  height: 12px;
  background: #a9abae;
  position: absolute;
  left: 10px;
  padding-right: 0px;
  top: 5px;
}

.site-footer .footer-bottom .sitemap ul li:first-child a:before {
  display: none;
}

.footer-block {
  display: flex;
}
.footer-sec .aboutus_iso {
  max-width: 80px;
  margin-top: 0;
  float: left;
}

.footer-sec .aboutus_iso img {
  width: 100%;
}

.footer-links {
  max-width: 100%;
  display: block;
  padding: 0;
}

.footer-sec h2 {
  color: var(--warm-white-text);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer-sec ul li a {
  color: var(--warm-white-text);
  font-size: 12px;
  font-family: "Poppins";
}

.footer-last,
.footer-last a {
  color: #fff;
  text-decoration: none;
}

.footer-last {
  background-color: #1f1f1f;
  font-size: 13px;
  padding: 6px 0;
  text-shadow: 1px 1px 0 #000;
  width: 100%;
  float: left;
}

.footer-last .l-side {
  padding-top: 0;
  float: left;
  width: 50%;
  text-align: left;
}

.footer-last .r-side {
  float: right;
  line-height: 24px;
  text-align: right;
  width: 50%;
}

.footer-last,
.footer-last a {
  color: #fff;
  text-decoration: none;
}
.footer-last a.ds-link {
  background: rgba(0, 0, 0, 0) url("../images/dotsquares-logo.png") no-repeat
    scroll left center / 15px auto;
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
  padding-left: 20px;
  text-decoration: none;
}

.footer_address ul {
  margin-top: -5px;
}
.footer_address li {
  color: var(--warm-white-text);
  font-size: 12px;
  font-family: "Poppins";
  line-height: 22px;
}

.site-banner .login-sec .login-sec-title {
  background: none;
}

.site-banner .login-sec .login-sec-subtitle {
  font-size: 20px;
  padding: 10px;
  text-transform: uppercase;
}

.page_title {
  margin-top: 40px;
}
label.error {
  color: #ff0000 !important;
  float: none !important;
  font-size: 12px !important;
  font-weight: normal;
}

.f_logo1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.f_logo1 .aboutus_inc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.f_logo1 .aboutus_inc .about-inc-logo {
  font-size: 12px;
  color: var(--warm-white-text);
  font-family: "Poppins";
}
/* .f_logo1 .aboutus_inc img {max-width: 295px; width: 100%;} */
.f_logo1 .aboutus_iso {
  max-width: 100px;
}

.footerBG {
  background: #1f1f1f;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  color: var(--warm-white-text);
}
.copyright {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}
.copyright p {
  color: var(--warm-white-text);
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.copyright p a {
  color: var(--warm-white-text);
  font-size: 12px;
}
.copyright .ds-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}
.copyright .ds-right .footer-last {
  color: var(--warm-white-text);
  font-size: 12px;
}
.copyright .ds-right .footer-last .ds-link {
  background: url("../images/dotsquares-logo.png") no-repeat scroll left
    center / 15px auto;
  color: var(--warm-white-text);
  font-size: 12px;
}

/*-------17 nov 2025 */

.login_captcha_visible .owl-item img {
  min-height: 420px !important;
}

.login_error_visible .owl-item img {
  min-height: 360px !important;
}

.login_captch_code {
  width: 100%;
  float: left;
  margin: 0px;
  margin-bottom: 5px;
}

.login_captch_code label {
  font-size: 14px;
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.login_captch_code #captcha_code {
  border: 1px solid #7d7d7d;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(125, 125, 125);
  border-radius: 4px 0 0 4px;
  font-size: 18px;
  flex: 1 1 auto;
  outline: none;
  width: 120px;
  float: left;
  margin-right: 8px;
}

.login-sec .warningText {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 400px;
  padding: 5px;
  padding-left: 15px;
}

#fromsection .hsfc-NavigationRow .hsfc-NavigationRow__Buttons button {
  display: inline-block;
  margin-top: 30px;
  background: var(--primary-color);
  color: var(--warm-white-text);
}
#fromsection .hsfc-NavigationRow .hsfc-NavigationRow__Buttons button:hover {
  background: var(--primary-hover);
  color: var(--warm-white-text);
}
#fromsection .hsfc-NavigationRow .hsfc-NavigationRow__Buttons button:disabled {
  background-color: #cccccc;
  color: #666666;
}
.contact_form a {
  color: var(--primary-color);
}
.contact_form a {
  color: var(--primary-hover);
}
