:root {
  --bg-color: #d9f2f4;
  --blue: #00adbb;
  --light-blue: #71b8be;
  --dark-green: #004f55;
  --white: #fff;
  --black: #000;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Onest", sans-serif;
  background-color: var(--bg-color);
  overflow-x: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

dl,
ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul li {
  list-style: none;
}

ul li:last-child {
  margin-bottom: 0;
}

p {
  /* color: #004f55; */
  font-size: 16px;
  line-height: 25px;
}

.pad-bottom-100 {
  padding-bottom: 60px;
}

.pad-top-100 {
  padding-top: 60px;
}

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

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

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

.white-bg {
  background-color: var(--white);
}

.green-bg {
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
}

.form-select-lg {
  font-size: 13px !important;
}

.white-stroke {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: inherit;
}

hr {
  margin: 20px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

.btn-style {
  background-color: var(--blue);
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
}
.logo-img {
  width: 280px;
}

.btn-style:hover {
  background-color: #ef4b5c;
  transition: all 0.5s;
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--white);
}

.custom-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.custom-container h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.main-head h1 {
  text-align: left;
  margin-bottom: 40px;
  color: var(--white);
  font-size: 40px;
  font-weight: bold;
  width: 70%;
}

.main-head-2 h1 {
  text-align: center;
  color: var(--dark-green);
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}

.main-head-3 h1 {
  text-align: left;
  color: var(--dark-green);
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}

.main-head-4 h1 {
  text-align: left;
  color: var(--dark-green);
  font-size: 50px;
  font-weight: bold;
  width: 60%;
  line-height: 45px;
}

main {
  overflow-x: hidden;
}

#spacer {
  min-height: 300px;
}

.navbar-toggler:hover {
  text-decoration: none;
  background-color: transparent !important;
}
/*********************************** 
           owl-carousel
***********************************/

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
  background: #d6d6d6;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--black);
}

/********************************** 
            BACK TO TOP
**********************************/

.back-to-top {
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  border-radius: 50%;
  background-color: hsl(184.49deg 100% 36.67%);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  border: 2px solid #ffffff;
}

.back-to-top:hover {
  background-color: hsl(353.78deg 83.67% 61.57%);
  transition: 0.5s;
}

.back-to-top .cd-icon {
  --size: 20px;
  display: block;
  margin: auto;
  color: hsl(0, 0%, 100%);
}

.back-to-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-icon {
  --size: 1em;
  font-size: var(--size);
  height: 1em;
  width: 1em;
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.cd-icon use {
  /* SVG symbols - enable icon color corrections */
  color: inherit;
  fill: currentColor;
}

/*********************************** 
Product Page - Inner Banner
***********************************/

#inner-banner h1 {
  color: var(--white);
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 0;
}
#inner-banner {
  margin-top: 85px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#inner_banner_gradient_overlap {
  position: absolute;
  /* margin-top: 0px; */
  /* background: linear-gradient(90deg,rgba(0, 79, 85, 1) 0%, rgba(237, 86, 83, 1) 100%); */
  /* height: 200px;
  background-color: red; 
  background-image: linear-gradient(to top right, red, white); */
  background: #004f55;
  background: linear-gradient(90deg, #004f55 22%, rgba(255, 255, 255, 0) 60%);
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.8;
}

.inner-banner-wrap {
  display: flex;
  align-items: center;
  min-height: 165px;
  width: 50%;
  position: relative;
  z-index: 10;
}

/*********************************** 
Product Page - Bradcrumb 
***********************************/

.breadcrumb {
  padding: 20px 0;
  margin-bottom: 0;
  font-size: 13px;
}

.breadcrumb-item.active {
  color: #00adbb;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--dark-green);
  font-weight: 300;
}

.breadcrumb-item a {
  color: var(--dark-green);
}

/*********************************** 
Product Page - Product List 
***********************************/

#categories {
  padding: 20px 0 0 0;
  background-color: var(--bg-color);
}

#categories .category-wrap h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--dark-green);
}

.category-list ul {
  margin-bottom: 0;
}

.category-list ul li {
  margin-bottom: 20px;
}

.category-list ul li:last-child {
  margin-bottom: 0;
}

.category-list li.active p {
  color: #00adbb;
}

.category-list ul li a {
  color: var(--dark-green);
  display: inline-flex;
  align-items: center;
}
.category-list ul li i {
  font-size: 10px;
  margin-left: 10px;
}
.category-list ul li p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
}

.category-wrap {
  border-right: none;
}

.category-content-wrap {
  padding-left: 0px;
}

.category-content-wrap h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}
.category-content-wrap p {
  font-size: 16px;
  line-height: 30px;
  color: var(--dark-green);
}

/*********************************** 
Product Page - Solutions Section
***********************************/

#solutions {
  padding: 40px 0 80px 0;
}

#solutions h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}

#solutions .tabordion {
  position: relative;
  width: 100%;
  margin: 0;
}
#solutions .tabordion section {
  display: block;
  width: 100%;
}
#solutions .tabordion section input[name="sections"] {
  /* left: -9999px;
  position: absolute;
  top: -9999px; */
  display: none;
}
#solutions .tabordion section input[name="sections"]:checked + label {
  color: #fff;
  background: -moz-linear-gradient(
    90deg,
    rgb(0, 79, 85) 0%,
    rgb(0, 159, 169) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(0, 79, 85) 0%,
    rgb(0, 159, 169) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgb(0, 79, 85) 0%,
    rgb(0, 159, 169) 100%
  );
}
#solutions .tabordion section input[name="sections"]:checked ~ article {
  display: block;
}
#solutions .tabordion section label {
  border-bottom: 1px solid #004f553b;
  font-weight: 700;
  color: var(--dark-green);
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em 4.5em;
  position: relative;
  width: 100%;
  z-index: 100;
  background: #c3e9ec;
  display: flex;
  align-items: center;
  height: 6em;
}
#solutions .tabordion section article {
  display: none;
  left: 0;
  width: 100%;
  position: relative;
  top: 0;
  background: #fefffa;
  font-weight: 300;
  line-height: 1.7;
}
#solutions .tabordion section article p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

#solutions .tabordion section article p b {
  font-weight: 600;
}

#solutions .tabordion section article:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  display: block;
  left: -229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 1;
}

@media all and (min-width: 1024px) {
  #solutions .tabordion {
    width: 100%;
  }
  #solutions .tabordion section label {
    background: #c3e9ec;
    padding: 2em 3.5%;
    width: 25%;
  }
  #solutions .tabordion section article {
    position: absolute;
    width: auto;
    left: 25%;
  }
}

label img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

label {
  position: relative;
}
.section-dark {
  background-color: #b9dadc;
  padding: 3em;
}

.section-white {
  padding: 3em;
}

/*********************************** 
          Tailor made Motor insurances
  ***********************************/

#motor-insurances {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 70px;
  padding-top: 70px;
  /* margin-bottom: -100px; */
}

#motor-insurances h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
  margin-top: 40px;
}

#motor-insurances .tailorMade-card-content-wrap .card-link i {
  color: var(--dark-green);
  border-radius: 50%;
  border: 2px solid var(--dark-green);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  transition: all 0.5s;
}

#motor-insurances
  .tailorMade-card-wrap:hover
  .tailorMade-card-content-wrap
  .card-link
  i {
  color: var(--white);
  transition: all 0.5s;
  border: 2px solid var(--white);
  color: var(--white);
}

.tailorMade-card-content-wrap {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap !important;
  /* align-items: flex-end; */
  padding: 2em;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.tailorMade-card-wrap:hover .tailorMade-card-content-wrap::before {
  opacity: 1;
}

.tailorMade-card-wrap .tailorMade-card-content-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.tailorMade-card-wrap:hover .tailorMade-card-content-wrap h3,
.tailorMade-card-wrap:hover .tailorMade-card-content-wrap p {
  color: var(--white);
  transition: all 0.5s;
}

.tailorMade-card-content-wrap h3 {
  color: var(--dark-green);
  font-weight: bold;
  transition: all 0.5s;
  font-size: 25px;
}

.tailorMade-card-content-wrap p {
  color: var(--dark-green);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  width: 100%;
  transition: all 0.5s;
}

/*********************************** 
    Exlusive Benifits For Ladies
***********************************/

#benifits-for-ladies h1 {
  font-size: 60px;
  font-weight: 700;
  color: var(--white);
  margin-top: 15%;
  line-height: 60px;
}
.pro-benifits {
  margin-bottom: 100px;
}

.benifits-for-ladies-wrap {
  display: block;
  gap: 30px;
  margin-bottom: 30px;
  /* margin-bottom: 50px; */
  overflow-wrap: break-word;
}

.benifits-for-ladies-wrap .icon {
  margin-bottom: 20px;
  width: 100px;
}

.benifits-for-ladies-wrap .content h3 {
  color: var(--white);
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
}

.benifits-for-ladies-wrap .content p {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;
}

#benifits-2 ul li {
  color: var(--white);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;
  list-style: disc;
}

#benifits-2 ul {
  padding-left: 15px;
}

#benifits-2 .benifits-for-ladies-wrap {
  display: flex;
  flex-direction: column;
}

#benifits-2 .content {
  width: 100%;
}

/* .content {
  width: 60%;
} */

#solutions-2 h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-green);
  margin-top: 2%;
}

.solutions2-head {
  background: linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.solutions2-bottom {
  background-color: var(--white);
  padding: 30px;
  min-height: auto;
}

.solutions2-bottom p {
  font-size: 15px;
  margin-bottom: 0;
  color: var(--dark-green);
  font-weight: 600;
}

.solutions2-head h3 {
  color: var(--white);
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 30px;
  font-size: 1.75rem;
}

.solutions2-head img {
  top: 0;
  position: absolute;
  margin-top: -40px;
  width: 80px;
  left: 0;
  margin-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#benifits-for-ladies {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /* padding-bottom: 100px; */
  /* background-position-y: 60%; */
}

#solutions-2 {
  margin-bottom: -100px;
}

#solutions-2 ul li {
  list-style: disc;
  margin-bottom: 10px;
}

#solutions-2 ul li:last-child {
  margin-bottom: 0;
}

#solutions-2 ul {
  padding-left: 15px;
}
.category-content-wrap {
  padding-left: 0;
  margin-top: 40px;
}

.solutions2-card-wrap {
  margin-bottom: 80px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*********************************** 
      Other Benifits
***********************************/

#other-benifits {
  padding-bottom: 50px;
}

#other-benifits h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
  color: var(--dark-green);
  margin-top: 200px;
}

#other-benifits .benifits-for-ladies-wrap .content h3 {
  color: var(--dark-green);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#other-benifits .benifits-for-ladies-wrap .content p {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
}
#other-benifits .content ul {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  margin-left: 15px;
}

#other-benifits .content ul li {
  margin-bottom: 10px;
}
#other-benifits .content ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  margin-left: -10px;
}

/*********************************** 
      Other Benifits 2
***********************************/

#other-benifits-2 {
  padding-bottom: 50px;
  padding-top: 50px;
}

#other-benifits-2 h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-green);
}

#other-benifits-2 .benifits-for-ladies-wrap .content h3 {
  color: var(--dark-green);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#other-benifits-2 .benifits-for-ladies-wrap .content p {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
}
#other-benifits-2 .content ul {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  margin-left: 15px;
}

#other-benifits-2 .content ul li {
  margin-bottom: 10px;
}
#other-benifits-2 .content ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  margin-left: -10px;
}

#other-benifits-2 .content {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-left: 4px solid #00adbb;
}

/*********************************** 
      Partner Garages
***********************************/

#partner-garages {
  background-color: #fff;
  padding: 100px 0;
}

#partner-garages h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: var(--dark-green);
}

.table-wrap .border-right {
  border-right: none;
}

/*********************************** 
      INSURANCE CLAIM SECTION
***********************************/

#insurance-claim h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 85px;
}

.claim-card-wrap {
  background-color: #ecf9fa;
  border-radius: 10px;
  padding: 40px 40px 40px 60px;
  position: relative;
  margin-bottom: 75px;
}

.claim-card-wrap p {
  margin-bottom: 0;
}

.claim-card-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.claim-card-wrap .icon img {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0px;
  margin-top: -35px;
  width: 70px;
}

/*********************************** 
      Downloads Section
***********************************/

#downloads {
  background-color: #fff;
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.download-card p {
  margin-bottom: 0;
  color: #004f55;
  width: 40%;
}

#downloads h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

/*********************************** 
      Eligibility Section
***********************************/

#eligibility h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 50px;
}

.eligibility-card img {
  margin-bottom: 30px;
}

.eligibility-card p {
  color: #004f55;
  width: 80%;
  margin-bottom: 0;
}

.eligibility-card {
  margin-bottom: 30px;
}

/*********************************** 
      Eligibility Section 2
***********************************/

#eligibility-2 h1,
#terms-and-conditions h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

#eligibility-2 .eligibility-wrap ul li,
#terms-and-conditions .terms-and-conditions-wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #004f55;
}

#eligibility-2 .eligibility-wrap ul li:last-child,
#terms-and-conditions .terms-and-conditions-wrap ul li:last-child {
  margin-bottom: 0;
}

#eligibility-2 .eligibility-wrap ul,
#terms-and-conditions .terms-and-conditions-wrap ul {
  padding-left: 3em;
}

/*********************************** 
      Terms & Conditions Section 2
***********************************/

#terms-and-conditions {
  background-color: var(--white);
}

/*********************************** 
      Inquiry Form
***********************************/

.inquiry-left h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
  width: 100%;
}

.inquiry-left p {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 40px;
  width: 60%;
  z-index: 10;
  position: relative;
}

.inquiry-left {
  padding-left: 15px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.inquiry-left:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(220, 66, 37, 0.5)),
    color-stop(100%, rgba(0, 47, 75, 0.5))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 47, 75, 0.5) 0%,
    rgba(220, 66, 37, 0.5) 100%
  );
  background: linear-gradient(to bottom, #ee4b5c 0%, #ee4b5c52 100%);
}

.inquiry-left .btn-style-2 {
  border-radius: 10px;
  background-color: rgb(239, 75, 92);
  color: #fff;
  padding: 0 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  width: 170px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 1px;
  align-items: center;
  z-index: 10;
  position: relative;
}

button.btn-style-2:focus-visible {
  outline: none;
}

.btn-style-2 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-style-2:focus {
  width: 170px;
}

.inquiry-right .btn-style-2 {
  border-radius: 10px;
  background-color: #ffffff;
  color: #004f55;
  padding: 0 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  width: 170px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 1px;
  align-items: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-style-2:hover {
  background-color: #00adbb;
  color: #ffffff;
}

.inquiry-right .btn-style-2 i,
.inquiry-left .btn-style-2 i {
  font-size: 18px;
}

.inquiry-right button:focus:not(:focus-visible) {
  border-radius: 10px;
  background-color: #ffffff;
  color: #004f55;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 1px;
}

.inquiry-right {
  background-color: #004f55;
  padding-left: 15px;
  padding-right: 15px;
}

.inquiry-right h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
  width: 100%;
}

.inquiry-right .form-control {
  background-color: #407b80;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.inquiry-right label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.inquiry-right textarea {
  resize: none;
}
.inquiry-right .form-group {
  margin-bottom: 30px;
}
.inquiry-right .btn-holder {
  display: flex;
  justify-content: flex-end;
}

/*********************************** 
      Related Products
***********************************/

#related-products {
  background-color: #fff;
}

.contact-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: column;
  margin-top: 40px;
}

.find-branches,
.hotline {
  display: flex;
  align-items: center;
  gap: 20px;
}

.find-branches h3 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hotline h3 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hotline h3 a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.find-branches:hover h3 {
  color: #f84242;
}

.hotline:hover h3 {
  color: #f84242;
}

.hotline:hover h3 a {
  color: #f84242 !important;
}

.find-branches img,
.hotline img {
  width: 30%;
}

#related-products h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 0;
}

.find-branches h3,
.hotline h3 {
  color: var(--dark-green);
  font-size: 20px;
  margin-bottom: 0;
}

.content-wrap {
  display: flex;
  align-items: flex-end;
}

.related-product-card-wrap {
  min-height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2em;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.related-product-card-wrap .content-wrap {
  position: relative;
  z-index: 999;
}

.related_product_card_wrap_overlap {
  position: absolute;
  min-height: 229px;
  /* background: linear-gradient(
    90deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(237, 86, 83, 1) 100%
  ); */
  background: linear-gradient(
    90deg,
    rgba(0, 79, 85, 1) 0%,
    rgb(255 255 255 / 3%) 100%
  );
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  /* opacity: 0.7; */
}

.related-product-card-wrap .card-content h3 {
  font-size: 25px;
  font-weight: bold;
  color: var(--white);
}

.related-product-card-wrap .card-content p {
  color: var(--white);
  margin-bottom: 0;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.related-product-card-wrap .card-link i {
  color: var(--white);
  border-radius: 50%;
  border: 2px solid var(--white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
}

#related-products .related-card-holder {
  margin-top: 40px;
}
/*********************************** 
          CONTACT US PAGE
  ***********************************/

.contact-social-links {
  display: flex;
  gap: 20px;
}
.contact-social-links li i {
  background-color: #6ca0a4;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.5s;
}

.contact-social-links li i:hover {
  color: #fff;
  transition: all 0.5s;
  transform: translateY(-2px);
  background-color: #00adbb;
}

.contact-form-wrap .form-control {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #004f55;
  outline: none;
  box-shadow: none;
}

.contact-form-wrap .form-group {
  margin-bottom: 30px;
}

.contact-form-wrap label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.contact-form-wrap textarea {
  resize: none;
}

.contact-form-wrap .apply-btn {
  background-color: #004f55;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}

.contact-form-wrap .apply-btn:hover {
  background-color: #00adbb;
  transition: all 0.3s;
}

.contact-form-wrap button:focus:not(:focus-visible) {
  outline: 0;
  background-color: #004f55;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
}

.contact-form-wrap h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 1em;
}

.contact-info h3 {
  font-size: 30px;
  font-weight: 700;
  color: #6ca0a4;
  margin-bottom: 1em;
  width: 80%;
}

.contact-social h3 {
  font-size: 30px;
  font-weight: 700;
  color: #6ca0a4;
  margin-bottom: 0.5em;
  width: 80%;
}

.contact-info-holder {
  margin-bottom: 2em;
}

.contact-info-holder a {
  color: var(--dark-green);
  transition: all 0.3s;
}

.contact-info-holder a:hover {
  color: #36adbb;
  transition: all 0.3s;
}

.contact-info-holder p {
  color: var(--dark-green);
  margin-bottom: 0;
}

.contact-form-wrap .form-select {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #004f55;
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border: none;
}

.contact-form-wrap {
  margin-bottom: 40px;
}

/*********************************** 
          FOOTER SECTION
  ***********************************/

footer {
  background-color: #0f2b2d;
  padding: 30px 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

footer #top-menu .logo img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

ul.primary-menu {
  text-align: center;
}
#top-menu li.links a {
  text-transform: uppercase;
}
#top-menu li.links a,
#middle-menu li.links a,
#bottom-menu li.links a {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.5s;
}

#top-menu li.links a:hover,
#middle-menu li.links a:hover,
#bottom-menu li.links a:hover {
  color: #00adbb;
  transition: all 0.5s;
  transform: translateY(-2px);
}

#middle-menu li,
#bottom-menu li {
  margin-bottom: 20px;
}

#middle-menu li:last-child {
  margin-bottom: 40px;
}

#top-menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

#middle-menu {
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.menu-wraper h4 {
  font-size: 25px;
  color: #00adbb;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.social-links li a {
  background-color: #eff3f3;
  color: #0f2b2d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links li a:hover {
  color: #fff;
  transition: all 0.5s;
  transform: translateY(-2px);
  background-color: #00adbb;
}

.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

li.links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

li.links i {
  font-size: 10px;
}

.footer-address p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

#bottom-menu {
  padding-top: 40px;
}

/*********************************** 
          Team Page
  ***********************************/

#team-head .content-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
}

#team-head p {
  font-size: 16px;
  line-height: 30px;
  color: var(--dark-green);
}

#team-head p:last-child {
  margin-bottom: 0;
}

#team-head h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-green);
  margin-top: 20px;
}

#board-of-directors h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
}

#board-of-directors .card-content-wrap .card-link i {
  color: var(--dark-green);
  border-radius: 50%;
  border: 2px solid var(--dark-green);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  transition: all 0.5s;
}

#board-of-directors .card-content-wrap {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 2em;
  transition: all 0.5s;
  position: relative;
  min-height: 320px;
  z-index: 1;
  flex-wrap: wrap;
}

#board-of-directors .card-content-wrap h3 {
  color: var(--dark-green);
  font-weight: bold;
  transition: all 0.5s;
  margin-bottom: 0;
  font-size: 25px;
}

#board-of-directors .card-content-wrap p {
  color: var(--dark-green);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  width: 100%;
  transition: all 0.5s;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}

#board-of-directors .card-wrap:hover .card-content-wrap h3,
#board-of-directors .card-wrap:hover .card-content-wrap h4,
#board-of-directors .card-wrap:hover .card-content-wrap p {
  color: var(--white);
  transition: all 0.5s;
}

#board-of-directors .card-wrap:hover .card-content-wrap::before {
  opacity: 1;
}

#board-of-directors .card-wrap .card-content-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

#board-of-directors .card-content-wrap h4 {
  color: var(--dark-green);
  font-weight: 400;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 0;
}

#board-of-directors .card-wrap:hover .card-content-wrap .card-link i {
  color: var(--white);
  transition: all 0.5s;
  border: 2px solid var(--white);
  color: var(--white);
}

#board-of-directors {
  /* margin-bottom: -100px; */
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

/*********************************** 
          Table
  ***********************************/

/*********************************** 
          Table 2
  ***********************************/

#table-2 .table__row th:nth-child(2),
#table-2 .table__row th:nth-child(3) {
  width: 10em;
}

/*********************************** 
          Table 3 (small table)
  ***********************************/

#table-3 table {
  width: 100%;
}

/*********************************** 
          Team Popup
  ***********************************/

.popup-content-holder p {
  font-size: 15px;
}

.popup .popup-header {
  min-height: 150px;
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.popup .popup-content-holder {
  padding: 30px;
  height: 285px;
  overflow: auto;
  overflow-y: scroll;
  float: left;
  width: 100%;
}

.popup .popup-content-holder p:last-child {
  margin-bottom: 0;
}

.popup .close-btn img {
  width: 60px;
}

.popup .close-btn img {
  width: 40px;
}

.content-holder h3 {
  color: var(--dark-green);
  font-weight: bold;
  transition: all 0.5s;
  margin-bottom: 0;
  font-size: 20px;
}

.content-holder h4 {
  color: var(--dark-green);
  font-weight: 400;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 0;
  margin-bottom: 0;
}

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 63%);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 99999;
}

.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  backdrop-filter: blur(5px);
}

.popup {
  position: absolute;
  top: 455px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 50%;
  transition: 0.5s all;
}
.popup {
  position: absolute;
  top: 455px;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 90%;
  transition: 0.5s all;
}

.popup.active {
  transition: 0.5s all;
  transform: translate(-50%, -50%) scale(1);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup label {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column-reverse;
}

.popup .label__text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #cfd0d3;
  margin-bottom: 5px;
}

.popup input {
  height: 45px;
  font-size: 18px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3;
}

.popup input:focus {
  border-bottom: 1px solid #2982ff;
}

.popup input:focus + .label__text {
  color: #2982ff;
}

.popup textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3;
  font-size: 18px;
  padding-top: 5px;
}

.popup textarea:focus {
  border-bottom: 1px solid #2982ff;
}

.popup textarea:focus + .label__text {
  color: #2982ff;
}

.popup button {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border: 2px solid #2982ff;
  background: #2982ff;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s all;
}

.popup button:hover {
  background: #fff;
  color: #2982ff;
  transition: 0.5s all;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--dark-green);
}

/*********************************** 
    About Us Section 2 - Desktop
  ***********************************/

/* #about-section-2 {
  display: none;
} */

.white-box {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.white-box p {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}

.green-box {
  background-color: #0e7483;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.green-box h3 {
  color: #fff;
  font-size: 30px;
}

.green-box h4 {
  color: #fff;
  font-size: 18px;
}

#about-section-2 .col-md-2.box-2,
#about-section-2 .col-md-2.box-5 {
  margin-top: 6em;
}

#about-section-2 .col-md-2.box-6,
#about-section-2 .col-md-2.box-1 {
  margin-top: 12em;
}

/*********************************** 
    About Us Section 2 - Mobile
  ***********************************/

#about-section-2-mobile {
  background-size: cover;
  height: 1186px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
}

/*********************************** 
         About Us Stats Section
  ***********************************/

#about-stats-section h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}

.circle-holder {
  border-radius: 50%;
  border: 2px solid #137785;
  background-position: center;
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d9f1f3;
  position: relative;
}

#about-stats-section {
  display: none;
}

.circle-holder img {
  width: 25%;
  margin-bottom: 10px;
}

.circle-holder h3 {
  font-size: 18px;
  color: var(--dark-green);
}

.circle-holder h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--dark-green);
}

.circle-1,
.circle-2,
.circle-3,
.circle-4,
.circle-5,
.circle-6,
.circle-7 {
  width: auto;
}

.circle-2,
.circle-3 {
  margin-top: 2em;
}

.circle-2,
.circle-3 {
  margin-top: -8em;
}

.circle-4,
.circle-5 {
  margin-top: -6em;
}

.circle-6,
.circle-7 {
  margin-top: -5em;
}

.bottom-content h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--dark-green);
}

.bottom-content h3 {
  font-size: 18px;
  color: var(--dark-green);
}

.bottom-content {
  margin-top: 20px;
}

.arrow-container {
  width: 15px;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  height: 25px;
  position: absolute;
  bottom: -20px;
  margin-left: -10px;
}

.arrow-down {
  height: 3px;
  margin-bottom: 8px;
  background: var(--dark-green);
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  background: var(--dark-green);
  transform: rotate(90deg);
  transform-origin: 0% 20%;
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

/*********************************** 
    About Us Stats Section - Mobile
  ***********************************/

#about-stats-slider .item {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
#about-stats-slider .item img {
  width: 25%;
}

#about-stats-slider .circle-2,
#about-stats-slider .circle-3 {
  margin-top: 0;
}

#about-stats-section-mobile h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}

/*********************************** 
        Vision & Mission Section
  ***********************************/

#vision-section {
  margin-bottom: -50px;
  margin-top: -100px;
}

#vision-section .box-style-1 {
  background-image: url(../images/vision-bg.jpg);
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

#vision-section .box-style-2 {
  background-image: url(../images/vision-box-style-2-bg.jpg);
  min-height: 310px;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#vision-section .box-style-1 .white-stroke {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  margin-bottom: 0;
}

#vision-section .box-style-1 p {
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

#vision-section .box-style-2 p {
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

#vision-section .box-style-2 p:last-child {
  margin-bottom: 0;
}

#vision-section .box-style-2 h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--white);
  text-align: center;
}

/*********************************** 
         Why Us Section
  ***********************************/

#why-us {
  background-color: #fff;
}

#why-us h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}

#why-us p {
  font-size: 16px;
  line-height: 30px;
  color: var(--dark-green);
}
#why-us p:last-child {
  margin-bottom: 0;
}

/*********************************** 
         History Section
  ***********************************/

#history {
  background-color: var(--dark-green);
}

#history h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--white);
}

.history-card h2.white-stroke {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: inherit;
  font-size: 75px;
  font-weight: bold;
}

.history-card h4 {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 25px;
}

.history-card p {
  color: var(--white);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 40px;
}

.timeline {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}

.horizontal-timeline {
  display: relative;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.horizontal-timeline:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.horizontal-timeline::-webkit-scrollbar {
  height: 6px;
}

.horizontal-timeline::-webkit-scrollbar-track {
  background: #e5e5e5;
  border: 2px solid transparent;
  background-clip: content-box;
  /* THIS IS IMPORTANT */
}

.horizontal-timeline::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: 15px;
}

.horizontal-timeline::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.history-card {
  white-space: normal;
  display: inline-block;
  margin-right: 50px;
  min-width: 390px;
}

.card:last-child {
  margin-right: 90px;
  margin-bottom: 60px;
}

@media screen and (min-height: 960px) {
  .history-card:last-child {
    margin-right: 90px;
    margin-bottom: 90px;
  }
}

/*********************************** 
         Careers Page
  ***********************************/

#careers-head h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
  margin-top: 40px;
}

#careers-head p {
  font-size: 16px;
  line-height: 30px;
  color: var(--dark-green);
}

#careers-head p:last-child {
  margin-bottom: 0;
}

p.job-description:last-child {
  margin-bottom: 0;
}

#vacancy-holder .vacancy-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
}

#vacancy-holder .vacancy-card {
  border-top: 2px solid var(--dark-green);
  padding: 30px 30px 30px 15px;
}

#vacancy-holder .vacancy-card:nth-child(odd) {
  border-right: none;
}

#vacancy-holder .vacancy-card:nth-child(even) {
  padding: 30px 0 30px 30px;
}

#vacancy-holder .vacancy-card:nth-child(even) {
  padding: 30px 0px 30px 15px;
}

#vacancies {
  margin-bottom: -30px;
  background-color: #fff;
}

.left-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark-green);
}

.vacancy-card h2.position {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--dark-green);
}

.vacancy-card h4.branch {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--dark-green);
}

.vacancy-card p.job-description {
  font-size: 15px;
  line-height: 30px;
  color: var(--dark-green);
}

.industries-list li {
  font-size: 15px;
  line-height: 30px;
  color: var(--dark-green);
  text-decoration: underline;
  text-transform: uppercase;
}

.right-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--dark-green);
}

.right-content button.btn-style-4 {
  border-radius: 10px;
  background-color: var(--dark-green);
  color: #fff;
  padding: 0 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  width: 180px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 1px;
  align-items: center;
  border: none;
  margin-top: 20px;
  transition: all 0.5s;
}

.right-content button.btn-style-4:hover {
  background-color: #00adbb;
  transition: all 0.5s;
}

.right-content button.btn-style-4 i {
  font-size: 20px;
  margin-left: 5px;
}

#vacancies h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
  margin-top: 40px;
}

.filter-wrap {
  margin-bottom: 30px;
  display: flex;
  gap: unset;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.branches,
.job-industry {
  width: 100%;
}
.filter-wrap .branches select {
  background-color: #c7edef;
  border: none;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.filter-wrap .job-industry select {
  background-color: #c7edef;
  border: none;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  border-color: none;
  box-shadow: none;
}

.btn-check:focus-visible + .btn-secondary,
.btn-secondary:focus-visible {
  outline: none;
}

.position-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

/*********************************** 
         Careers Inner Page 
  ***********************************/

.job-position h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-green);
}

.qualifications-wrap h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
}

.qualifications-wrap {
  padding-right: 5em;
}

.career-form-wrap input {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: var(--dark-green);
  outline: none;
  box-shadow: none;
  height: 50px;
  font-size: 15px;
}

.career-form-wrap select {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: var(--dark-green);
  outline: none;
  box-shadow: none;
  height: 50px;
  font-size: 15px;
}
.career-form-wrap textarea {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: var(--dark-green);
  outline: none;
  box-shadow: none;
  resize: none;
}

.form-group {
  margin-bottom: 2em;
}

.btn-holder {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.career-form-wrap .form-group .btn-style-4 {
  border-radius: 10px;
  background-color: var(--dark-green);
  color: #fff;
  padding: 0 20px;
  height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  width: 55%;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  letter-spacing: 1px;
  align-items: center;
  border: none;
  margin-top: 20px;
}

.career-form-wrap button.btn-style-4 i {
  font-size: 20px;
}

.career-form-wrap label {
  font-size: 13px;
  line-height: 30px;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 600;
}

.career-form-wrap .btn-choose {
  background-color: #a3c9cc;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  transition: all 0.5s;
}

.career-form-wrap .btn-choose:hover {
  background-color: #b9e3e7;
  transition: all 0.5s;
}

input.input-ghost {
  display: none;
}

.input-group.input-file input {
  background-color: transparent;
}

span.input-group-btn {
  display: flex;
  align-items: center;
}

span.input-group-btn i {
  font-size: 25px;
  cursor: pointer;
  color: #80adb1;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.career-form-wrap button:focus:not(:focus-visible) {
  padding: 10px 20px;
}

button.btn-choose i {
  font-size: 15px;
  margin-left: 5px;
  color: var(--dark-green);
}

/*********************************** 
         Branch Finder Page 
  ***********************************/

.branch-finder-head h4 {
  margin-bottom: 20px;
  color: var(--dark-green);
  margin-top: 40px;
  font-weight: 400;
}

.branch-search {
  width: 100%;
}

.find-my-location {
  width: 100%;
  float: right;
  display: grid;
}

.branch-finder-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.find-my-location button {
  background-color: #a3c9cc;
  color: var(--dark-green);
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

button:hover {
  background-color: #00adbb;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.branch-search select {
  background-color: #ecf9fa;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  box-shadow: none;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #5e8689;
  margin-bottom: 20px;
}

.contact-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.branch-card {
  background-color: #ecf9fa;
  padding: 30px;
  margin-bottom: 15px;
}

.branch-card:last-child {
  margin-bottom: 0;
}

#branch-finder .contact-details .icon {
  margin-bottom: 15px;
  height: 30px;
}

#branch-finder .email {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.branch-card h3.district {
  font-size: 25px;
  font-weight: 600;
  color: var(--dark-green);
  margin-bottom: 30px;
}

#branch-finder .contact-numbers a,
#branch-finder .email a,
#branch-finder .address p,
#branch-finder .fax li {
  font-size: 16px;
  color: var(--dark-green);
}

#branch-finder .address {
  width: 50%;
}

.button-holder {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

#branch-finder .direction-btn,
#branch-finder .read-more-btn {
  border-radius: 10px;
  background-color: var(--dark-green);
  color: #fff;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#branch-finder .direction-btn:hover {
  background-color: #00adbb;
  color: #ffffff;
}

#branch-finder .read-more-btn:hover {
  background-color: #00adbb;
  color: #ffffff;
}

#branch-finder a.read-more-btn i {
  font-size: 20px;
  margin-left: 5px;
}

#branch-finder a.read-more-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.map-wrap img {
  min-height: 715px;
  object-fit: cover;
}

.branch-list-wrap {
  height: 605px;
  overflow: auto;
  overflow-y: scroll;
  float: left;
  margin-bottom: 40px;
  width: 100%;
}

.search-result-summary .found-locations,
.search-result-summary .all-locations {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.search-result-summary .found-locations {
  color: var(--dark-green);
}

/* .search-result-summary .all-locations {
  color: #8aacb0;
} */

.search-result-summary {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
  width: 100%;
}

/*********************************** 
      Branch Finder Inner Page 
  ***********************************/

#branch-inner h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--dark-green);
  margin-top: 40px;
}

#branch-inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--dark-green);
}

#branch-inner .address p,
#branch-inner .contact-numbers ul li a,
#branch-inner .email a,
#branch-inner .fax ul li {
  font-size: 16px;
  color: var(--dark-green);
  width: 80%;
  transition: all 0.5s;
}

#branch-inner .address p:last-child {
  margin-bottom: 0;
}

#branch-inner .email a:hover,
#branch-inner .contact-numbers ul li a:hover {
  color: #36adbb;
  transition: all 0.5s;
}

.contact-info img {
  margin-bottom: 20px;
}

.email {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*********************************** 
      News & Events Page 
  ***********************************/

#news {
  margin-bottom: -30px;
}

.news-card h4 {
  font-size: 20px;
  color: var(--dark-green);
  font-weight: bold;
  margin-bottom: 20px;
}

.news-card p {
  font-size: 15px;
  color: var(--dark-green);
  margin-bottom: 20px;
}

.news-card a {
  font-size: 18px;
  color: var(--dark-green);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.news-card img {
  width: 100%;
  /* height: 280px;
  object-fit: cover; */
}

.news-card .news-content {
  background-color: #fff;
  padding: 20px;
  position: relative;
  min-height: 200px;
  z-index: 1;
}

.news-card:hover .news-content::before {
  opacity: 1;
}

.news-card:hover h4,
.news-card:hover p,
.news-card:hover a {
  color: #fff;
}

.news-card .news-content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(0, 79, 85, 1) 0%,
    rgba(1, 155, 164, 1) 100%
  );
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.news-card {
  margin-bottom: 30px;
}

.news-card a i {
  font-size: 13px;
  margin-left: 5px;
}

.news-head h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--dark-green);
  margin-top: 40px;
}

#news .left-content {
  /* border-left: 1px solid #ccc; */
  padding-left: 30px;
}

#news .right-content {
  margin-top: 30px;
  padding-left: 15px;
}

.side-nav-sec-1 h3,
.side-nav-sec-2 h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--dark-green);
}

.side-nav-sec-2 h3 {
  margin-top: 40px;
}

.side-nav-sec-1 ul li {
  margin-bottom: 20px;
}

.side-nav-sec-1 ul li a {
  font-size: 18px;
  color: var(--dark-green);
}

.side-nav-sec-1 ul {
  margin-bottom: 40px;
}

.side-nav-sec-2 ul li p {
  font-size: 16px;
  color: var(--dark-green);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.side-nav-sec-2 ul li {
  margin-bottom: 30px;
  transition: all 0.5s;
}

.side-nav-sec-2 ul li a {
  transition: all 0.5s;
}

.side-nav-sec-2 ul li:hover a {
  color: red;
  transition: all 0.5s;
}

.side-nav-sec-2 ul li a {
  font-size: 16px;
  color: var(--dark-green);
  margin-bottom: 10px;
  font-weight: 600;
}

/* PAGINATION STYLES */

.pagination-wrap nav {
  display: flex;
  justify-content: center;
}

.pagination-wrap {
  margin-top: 30px;
}

.page-link {
  color: #0d6efd;
  background-color: transparent;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item .page-link {
  color: #0a4f55;
}

.page-item.active .page-link {
  z-index: 3;
  color: #004f55;
  background-color: #b9dadc;
  border-color: transparent;
  font-weight: 600;
}

.page-link {
  color: #004f55;
  background-color: transparent;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 600;
}

.page-item.disabled .page-link i,
.page-item .page-link i {
  margin-right: 10px;
}

.page-item:last-child .page-link i {
  margin-left: 10px;
}

.page-link:hover {
  z-index: 2;
  color: #0a4f55;
  background-color: #b9dadc;
  border-color: transparent;
}

.page-link:focus {
  z-index: 3;
  color: #0a4f55;
  background-color: #b9dadc;
  outline: 0;
  box-shadow: none;
}

li.page-item {
  padding: 0 10px;
}

.col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*********************************** 
      News & Events Inner Page 
  ***********************************/

.news-content p {
  font-size: 16px;
  color: var(--dark-green);
  margin-bottom: 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-content img {
  margin-bottom: 30px;
  margin-top: 15px;
}

.news-head h3 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--dark-green);
}

#news-inner .news-content {
  margin-bottom: 40px;
}

#news-inner .left-content {
  border-right: none;
  padding-right: 15px;
}

#news-inner .right-content {
  padding-left: 15px;
}

/*********************************** 
              MAIN NAV 2
  ***********************************/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #00adbb;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
header {
  background-color: #f2f5f5f7;
  border-bottom: 2px solid var(--light-blue);
  backdrop-filter: blur(10px);
}

.nav-logo {
  max-width: 45%;
}

.language-option ul {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
}

.language-option ul a li {
  background-color: #e6fdff;
  padding: 10px 20px;
  color: #000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #bfe7ea;
}

.language-option ul a li:hover {
  background-color: #bfe6ea;
  transition: all 0.5s ease-in-out;
}

.language-option ul a.active li {
  background-color: #bfe7ea;
  padding: 10px 20px;
}

.language-option {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: var(--dark-green);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-icon {
  width: 20px;
  display: none;
}

.navbar-toggler .toggler-holder a {
  display: flex;
  font-size: 13px;
  background-color: #f84242;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
  padding: 0 12px;
  align-items: center;
  width: 50%;
}

.toggler-holder {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.language-option-mobile ul a li {
  background-color: #e6fdff;
  padding: 10px 15px;
  color: #000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #bfe7ea;
}
.language-option-mobile ul a.active li {
  background-color: #bfe7ea;
  padding: 10px 15px;
}

.language-option-mobile ul {
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
  /* flex-wrap: nowrap; */
}

.top-menu .nav-btn {
  display: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
}

.dropdown-menu a {
  padding-right: 10px;
  padding-left: 10px;
  color: var(--dark-green);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-link {
  padding: 10px 0rem;
}
.dropdown-item {
  padding: 5px 0;
}

.navbar-toggler button:focus:not(:focus-visible) {
  outline: none;
  border: none;
  padding: 0;
}

/* Main Category links */

.nav-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.main-category-links a {
  background-color: #e6fdff;
  padding: 5px 20px;
  font-size: 13px;
  color: #000000 !important;
  transition: all 0.5s;
  text-transform: uppercase;
  border-bottom: 4px solid #bfe7ea;
}

.main-category-links a.active {
  background-color: #f84242 !important;
  border-bottom: 4px solid #ffb3b3 !important;
  color: #ffffff !important;
}

.main-category-links a:nth-child(2) {
  color: #000;
  background-color: #e6fdff;
  border-bottom: 4px solid #bfe7ea;
}

.mob-nav-holder {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  align-items: stretch;
}

/*======================
    404 page
=======================*/
#oopss {
  width: 100%;
  height: 100%;
  line-height: 1.5em;
}
#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}
#oopss #error-text img {
  margin-top: 20px;
  height: 250px;
}
#oopss #error-text span {
  position: relative;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 0px;
  text-align: center;
  line-height: 90px;
  margin-top: -25px;
}
#oopss #error-text p.p-a {
  font-size: 15px;
  margin: 0 0 10px 0;
  text-align: center;
}
#oopss #error-text p.p-b {
  font-size: 15px;
}
#oopss #error-text .back {
  background: #fff;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  margin: 1em auto 0;
  padding: 0.7em 2em;
  box-shadow: 0 20px 80px 13px rgba(0, 0, 0, 0.1), inset 0px 42px 0 0px #f84242;
  font-weight: 300;
  transition: all 300ms ease;
}
#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
  color: #000;
}

/***************************** 
        Custom Cursor
*****************************/

.cursor {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00adbb;
  /* border: 1px solid #00adbb; */
  opacity: 0.3;
  transition: all 300ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  /* transform: translate(calc(-50% + 15px), -50%); */
  transform: translate(-50%, -50%);
  z-index: 9999999;
  /* transition: width 0.3s, height 0.3s, opacity 0.3s; */
  display: none;
}

.hover {
  background-color: red;
  opacity: 0.5;
  border: none;
  width: 40px;
  height: 40px;
}

/***************************** 
        Pre Loader
*****************************/

.container-loader {
  top: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
}
.loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #bfe7ea;
  width: 100%;
  height: 100%;
  padding: 0 5vw;
}
.container-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-center;
  height: 10%;
  width: 100%;
  z-index: 50;
}

#percent {
  color: var(--dark-green);
  margin: 30px 0 0 0;
  font-size: 15px;
}
#bar {
  width: 60%;
  width: 0%;
  padding: 1px 0px;
  background-color: var(--dark-green);
}

/***************************** 
        Smooth Scroll
*****************************/

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/***************************** 
       Annual Reports
*****************************/

.annual-report-card {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 4em;
  position: relative;
  transition: all 0.5s;
}

.annual-report-card:hover {
  transition: all 0.5s;
  scale: 1.05;
}

.annual-report-card:hover .report-image img {
  filter: grayscale(1);
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.annual-report-card.active .report-image img {
  filter: grayscale(0);
  transition: all 0.5s;
}

.annual-report-card.active:hover .report-image img {
  filter: grayscale(1);
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.report-content h3 i {
  margin-right: 5px;
}

.annual-report-card .report-image img {
  border-radius: 15px;
  max-width: 85%;
}

.annual-report-card .report-image img:hover {
  filter: grayscale(1);
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.report-content {
  padding: 20px;
  position: absolute;
  background: #36adbbb8;
  width: 100%;
  border-radius: 15px;
  bottom: 0;
  margin-bottom: -55px;
  backdrop-filter: blur(10px);
  border: 2px #fff;
  border-style: dotted;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.report-content i {
  color: #fff;
}

/***************************** 
       GIPA - Winners
*****************************/

.gipa-awards-1 .user-image {
  position: relative;
}

.gipa-awards-1 .user-image .image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #c89c44;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gipa-awards-1 .user-image .image::before {
  content: "";
  /* background-image: url("../images/gipa-awards/gipa-user-border.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  background-position: center;
  bottom: 0;
  z-index: 2;
  height: 180px;
  width: 180px;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0px;
}

.gipa-awards-1 .user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gipa-awards-1 .award-icon {
  text-align: center;
  margin-bottom: 15px;
}

.gipa-awards-1 .award-icon i {
  font-size: 48px;
  color: #fff;
}

.gipa-awards-1 .award-content {
  text-align: center;
  margin-top: 15px;
}

.gipa-awards-1 .award-content h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.gipa-awards-1 .award-content h4 {
  color: var(--dark-green);
  font-size: 12px;
  margin-bottom: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gipa-awards-1 .award-badge {
  display: inline-block;
  background: rgb(254 214 0 / 20%);
  padding: 8px 15px;
  border-radius: 20px;
}

.award-badge span {
  font-size: 14px;
  color: var(--dark-green);
}

.gipa-awards-1 .award-badge i {
  margin-right: 5px;
  color: #ffd700;
}

.heading-content-holder h3 {
  background: -webkit-linear-gradient(left, #fcff00, #bf0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

.heading-content-holder h4 {
  font-weight: bold;
  font-size: 50px;
  color: #d76a00;
  text-shadow: 4px 3px 0px #ffffff, 9px 8px 0px rgba(0, 0, 0, 0.15);
}

.heading-content-holder h2 {
  color: var(--dark-green);
  font-size: 35px;
  font-weight: 600;
}

#loadMore {
  text-align: center;
  width: 100%;
  display: block;
}

.btn-style {
  background-color: var(--blue);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
  font-size: 15px;
  cursor: pointer;
}

.btn-style:hover {
  background-color: #ef4b5c;
  transition: all 0.5s;
  color: #fff;
}

/***************************** 
       TENDERS PAGE
*****************************/

.tenders-wraper {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  padding: 35px;
  /* box-shadow: rgb(234 234 234) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
  transform: translateY(0);
  transition: all 0.5s;
}

.tenders-wraper:hover .btn-style {
  color: #ff004d;
  background-color: #ef4b5c;
  transition: all 0.5s;
  color: #fff;
}

.tenders-wraper:hover {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transform: translateY(-4px);
  transition: all 0.5s;
}

.left-content-wrap img {
  max-width: 100px;
}

h3.t-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-green);
}

li.t-date {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: var(--dark-green);
}

li.t-date i {
  color: #0050558f;
}

/***************************** 
  Write to Information Page
*****************************/

#right-to-info table ul li {
  margin-bottom: 15px;
}

/* Accordian */
.accordion.Accordion h3 {
  margin: 0;
  font-weight: 600;
}

.Accordion ul li {
  list-style: disc;
}
.Accordion p {
  margin: 0 0 15px 0;
}

.Accordion ul {
  padding-left: 2em;
  margin-bottom: 20px;
}

.Accordion img {
  margin: 15px auto 15px auto;
  display: block;
}

.accordion {
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease all;
  padding: 0 0 0 0;
}
@media (min-width: 992px) {
  .accordion {
    padding: 0px;
  }
}
.accordion:has(button:hover, button:focus-visible) {
  border-color: #9558b9;
}
.accordion-head {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  .accordion-head {
    padding: 25px;
  }
}
.accordion-head:focus-visible {
  outline: none;
}
/* .accordion-head::after {
  content: "îŒ“";
  color: #000000;
  font-size: 24px;
  left: inherit;
  right: 20px;
  transition: all 0.3s;
} */
.accordion-head.__active {
  background: #00adbb;
  padding-bottom: 0.75rem;
  color: #fff;
}

.accordion-head h3 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}

.accordion-head.__active h3 {
  color: #fff;
  font-size: 30px;
}

.accordion-head:hover h3 {
  color: #fff;
}

@media (min-width: 992px) {
  .accordion-head.__active {
    padding-bottom: 1.5rem;
  }
}
/* .accordion-head.__active::after {
  content: "îŒ–";
} */
.accordion-content {
  display: none;
  padding: 0 0.75rem;
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  .accordion-content {
    padding: 20px;
  }
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 0.8em;
}

.AccordionTrigger.__active .accordion-icon {
  transform: rotate(-180deg);
}

/* Tabs */
.tabs-container nav {
  margin: 0 auto;
  /* background: #ceeef1; */
}

.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #a7a7a7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.tabs-container nav ul li:hover {
  color: #3e4b58;
}

.tabs-container nav ul li.active {
  color: #005055;
  border-top: none;
  font-weight: 600;
}

/* the nitty gritty */
.tabs-container {
  position: relative;
  height: 4em;
}

.tabs-container nav {
  position: absolute;
  width: 100%;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  nav {
    background: transparent;
  }

  .tabs-container nav ul li.active {
    box-shadow: inset 0 -3px 0 #5098b3;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 20px 0px 0px 0px;
  }

  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0px 20px 0.2rem 20px;
    border: none;
    font-size: 25px;
    font-weight: 600;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
}
.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

/***************************** 
      About NEW Page
*****************************/

.award-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 15px;
}

.award-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.award-logo {
  text-align: center;
  margin-bottom: 25px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-logo img {
  max-height: 160px;
  max-width: 100%;
}

.award-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slick slider custom styles */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background-color: #0e9b9b;
  border-radius: 50%;
  z-index: 1;
}
/* 
.slick-dotted.slick-slider {
  width: 900px;
  margin: 0 auto;
} */

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  opacity: 1;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #0e9b9b;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0e9b9b;
}

@media (max-width: 767px) {
  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .award-card {
    margin: 10px;
  }
}

#why-choose-grid .img-holder img {
  width: 100%;
}

#why-choose-grid .content-holder h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-green);
}

#why-choose-grid .content-holder p {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 15px;
}

#why-choose-grid .content-holder p:last-child {
  margin-bottom: 0;
}

#why-choose-grid .content-holder {
  padding: 50px 50px;
}

#why-choose-us .img-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 60px;
}

#why-choose-us .content-wrapper {
  width: 60%;
}

#why-choose-us .green-bg {
  position: relative;
  padding: 60px;
}

#why-choose-us .content-wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--white);
}

#why-choose-us .content-wrapper p {
  color: var(--white);
  margin-bottom: 0px;
}

#about-section-2 {
  background-image: url();
}

.card-item {
  background-color: #ffffffad;
  padding: 40px;
  border: 2px solid var(--white);
  backdrop-filter: blur(5px);
  display: flex;
  flex-wrap: wrap;
  /* height: 310px; */
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.card-item h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark-green);
}

.card-item p {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 0;
}

#vision-and-mission .card {
  padding: 40px;
  margin: 0;
  display: flex;
  height: 358px;
  justify-content: flex-start;
  border-radius: 0;
  border: 0;
}

#vision-and-mission .card h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-bottom: 20px;
}

#vision-and-mission .card p {
  margin-bottom: 0;
}

#vision-and-mission .icon-wrapper {
  width: 13%;
  margin-bottom: 20px;
}

#certificates .certificates-wrapper .section-title,
#certificates2 .certificates-wrapper .section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--blue);
}

#certificates .certificates-wrapper .section-description,
#certificates2 .certificates-wrapper .section-description {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 40px;
  width: 60%;
  margin: 0 auto 20px;
}

#certificates2 {
  position: relative;
  margin-bottom: 16em;
}

#vision-and-mission {
  position: absolute;
  bottom: 0;
  margin-bottom: -28em;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
}

/* Responsive flexbox 5 coloumn grid - START */

#core-values .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

#core-values .grid-item {
  flex: 1 1 200px;
  background-color: #0a6e74;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 250px;
}

#core-values .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#core-values .icon img {
  width: 50%;
}

.grid-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

#core-values .grid-item p {
  font-size: 0.9rem;
  opacity: 0.9;
  color: #ffffff;
}

/* Responsive breakpoints */
@media (max-width: 1100px) {
  #core-values .grid-item {
    flex-basis: calc(33.333% - 10px);
  }
}

@media (max-width: 768px) {
  #core-values .grid-item {
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  #core-values .grid-item {
    flex-basis: 100%;
  }
}
/* Responsive flexbox 5 coloumn grid - END */

#core-values {
  padding-top: 17em;
}

#core-values h2.section-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

#core-values p.section-description {
  color: var(--dark-green);
  font-size: 15px;
  margin-bottom: 40px;
  width: 60%;
}

.heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}
.custom_ul {
  padding-left: 3em;
}

.custom_ul li {
  list-style: disc;
  margin-bottom: 20px;
  font-size: 20px;
}

.table-wrap h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-green);
  margin-bottom: 20px;
}

/* pagination styles */

.pagination {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.pagination li {
  margin-right: 2px;
}

.pagination li a {
  font-size: 13px;
  position: relative;
  display: block;
  color: #373737;
  padding: 15px 18px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #004f55;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination li.active a {
  background-color: #004f55;
  color: #fff;
  border-color: #004f55;
}

.pagination li.disabled a {
  pointer-events: none;
  background-color: #fff;
  color: #777;
  border-color: #004f55;
}

.pagination li a:hover {
  background-color: #004f55;
  color: #fff;
  border-color: #004f55;
}

/* pagination styles */
.category-content-wrap ul {
  font-size: 16px;
  line-height: 30px;
  color: var(--dark-green);
  padding-left: 3em;
}
.category-content-wrap ul li {
  list-style: disc;
}
#breadcrumb {
  background-color: var(--bg-color);
}
.cat-card:hover i,
#find-branches .main-head-4 i:hover,
.motor-card-holder.bg-color-2:hover .motor-card i {
  overflow: hidden;
  cursor: pointer;
  background-color: #f54143;
  transition: all 0.5s ease-in-out;
  color: var(--bg-color);
  border: 2px solid var(--bg-color);
}
.popup {
  top: 50%;
}
#benifits-for-ladies p {
  color: #fff;
}
.table-slic {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #004f55;
  min-width: 700px;
}
.table-slic u {
  color: #004f55;
}
.table-slic th,
.table-slic td {
  text-align: left;
  padding: 8px;
}
.Accordion .table-slic ul li {
  list-style: none;
  padding-bottom: 6px;
}
.table-slic th {
  position: relative;
  z-index: 10;
  background-color: hsl(var(--tv5-color-bg-hsl));
  border-bottom: 2px solid #004f55;
  font-weight: 600;
  color: #004f55;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*********************************** 
          Table 2
  ***********************************/

#table-2 .table__row th:nth-child(2),
#table-2 .table__row th:nth-child(3) {
  width: 10em;
}

/*********************************** 
          Table 3 (small table)
  ***********************************/

#table-3 table {
  width: 100%;
}
.banner-style-text {
  position: absolute;
  right: -450px;
  max-height: 555px;
  align-items: center;
  display: none;
}
#inner-banner .banner-style-text h1 {
  font-size: 300px;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #fff;
}
.benifits-gradient {
  background: #004f55;
    background: linear-gradient(90deg, rgb(89 88 88 / 67%) 20% 20%, rgb(0 79 85 / 82%) 45% 45%, rgb(6 22 24 / 29%) 100%);
}

/* home modal */
#home-modal .modal-body a.pre-order-btn {
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
}
#home-modal .modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}
.modal-dialog.modal-dialog-home{
    margin: auto;
    height: 100vh;
}
#home-modal .modal-header {
    padding: 0px 10px;
}
#home-modal .modal-header button{
    font-size: 30px;
    background-color: transparent;
    border: none;
}
.home-banner-popup{
    width: 100%;
}
