.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.cbg-primary {
  background-color: #0f75bc !important;
}

.cbg-secondary {
  background-color: #0b9444 !important;
}

.cbg-third {
  background-color: #231f20 !important;
}

.cbg-light-grey {
  background-color: #dddddd !important;
}

.cbg-light-primary {
  background-color: rgba(11, 148, 68, 0.2);
}

.cbg-light-pprimary {
  background-color: #73ada2;
}

.cbg-light-secondary {
  background-color: rgba(11, 148, 68, 0.2);
}

.btn-bg-secondary {
  background-color: #0b9444;
}
.btn-bg-secondary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-primary {
  background-color: #0f75bc;
}

.btn-bg-three {
  background-color: #231f20;
}

.btn-brd-primary {
  color: #0f75bc !important;
  border: 2px solid #0f75bc !important;
  background-color: transparent;
}

.btn-brd-sevondary {
  color: #0b9444 !important;
  border: 2px solid #0b9444 !important;
  background-color: transparent;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}

.angle-gradient {
  background: rgb(217, 78, 41);
  background: linear-gradient(90deg, rgb(217, 78, 41) 0%, rgb(163, 34, 0) 100%);
}

@font-face {
  font-family: Outfit-Regular;
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: Outfit-Bold;
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/Inter-Regular.ttf);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn1 {
  font-size: 19px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 3px;
  width: 80px;
  border-radius: 10px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .bline {
    width: 70px;
  }
}

.bline-s {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .bline-s {
    width: 30px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

.header-strip {
  background-color: #0f75bc;
}
.header-strip .strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-strip .strip .first {
  display: flex;
}
.header-strip .strip .first img {
  width: 20px;
  margin-right: 20px;
}
.header-strip .strip .second {
  display: flex;
}
.header-strip .strip .second .call {
  color: white !important;
}
@media (max-width: 575.98px) {
  .header-strip .strip .second .call {
    background-color: #0f75bc;
    border-radius: 0px 0px 15px 15px;
  }
  .header-strip .strip .second .call:hover {
    background-color: #0f75bc;
  }
}
.header-strip .strip .second a {
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter-Regular;
  color: #0f75bc;
  display: flex;
  transition: all 1s linear;
}
.header-strip .strip .second a:hover {
  color: #0b9444;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a {
    margin-left: 5px;
  }
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a .sh {
    display: none;
  }
}
.header-strip .strip .second a i {
  margin-right: 5px;
  color: #ffffff !important;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a i {
    margin-right: 0px;
  }
}

header {
  padding: 10px 0px;
  position: relative;
  z-index: 2;
}
header .cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  header .cheader .logo {
    width: 150px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .logo {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .logo {
    width: 70px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(11, 148, 68, 0.9);
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
  }
}
header .cheader .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Dropdown Button */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul {
    flex-direction: column;
  }
}
header .cheader .navigation ul .dropdown:hover a svg {
  color: #0f75bc !important;
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown:hover {
  border-bottom: none !important;
}
header .cheader .navigation ul .dropdown svg {
  transform: scale(0.8);
}
header .cheader .navigation ul .dropdown .dropdown-content {
  margin-top: 17px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a {
  color: #000000;
  text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content a {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a:hover {
  background-color: white;
}
header .cheader .navigation ul .dropdown .show {
  display: block;
}
header .cheader .navigation ul .dropbtn {
  background-color: transparent;
  border: none;
  font-size: 19px;
  font-family: Inter-Regular;
  color: #000000;
  text-transform: uppercase;
}
header .cheader .navigation ul .dropbtn i {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn {
    color: white;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn:hover {
    color: #0b9444;
    border-bottom: 0px solid #0b9444;
  }
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
  padding: 13px 0px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    width: 100%;
    padding: 10px 0px;
  }
}
header .cheader .navigation ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 7px;
  margin-top: -2px !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content {
    top: 17px;
    border-top: 0px solid #0f75bc;
    background-color: transparent;
    min-width: 100%;
    box-shadow: unset;
  }
}
header .cheader .navigation ul .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-family: Inter-Regular;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 14px;
    font-family: Inter-Regular;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
header .cheader .navigation ul .dropdown-content a:hover {
  background-color: rgba(15, 117, 188, 0.2);
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a:hover {
    color: #0f75bc;
    background-color: rgba(15, 117, 188, 0);
  }
}
header .cheader .navigation ul .dropdown:hover .dropdown-content {
  display: block;
}
header .cheader .navigation ul .up {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #292929;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up {
    position: unset;
    background-color: unset;
    display: unset;
    justify-content: unset;
    padding: unset;
    text-align: center;
    margin-bottom: -10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -25px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -30px;
  }
}
header .cheader .navigation ul .up li a {
  margin: 0px 10px;
  color: #0b9444 !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
    color: #ffffff !important;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul .up li a:hover {
  color: #0f75bc !important;
  border-bottom: 0px solid #0f75bc;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a:hover {
    color: white !important;
  }
}
header .cheader .navigation ul li {
  list-style: none;
  margin: 0px 20px;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li {
    margin: 0px 5px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul li:last-child {
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid #0b9444;
  transition: 0.5s all;
  background-color: #0b9444;
}
header .cheader .navigation ul li:last-child a {
  color: #ffffff !important;
  border: none;
}
header .cheader .navigation ul li:last-child:hover {
  background-color: #0b9444;
  border: 2px solid #0b9444;
}
header .cheader .navigation ul li:last-child:hover a {
  color: #ffffff !important;
  border: none;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li:last-child {
    padding: 7px 25px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li:last-child {
    border: 2px solid #0f75bc;
    background-color: #0f75bc;
  }
  header .cheader .navigation ul li:last-child:hover {
    background-color: #000000;
    border: 2px solid #000000;
  }
  header .cheader .navigation ul li:last-child:hover a {
    color: #ffffff !important;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul li:last-child {
    font-size: 15px;
    padding: 9px 25px;
  }
}
header .cheader .navigation ul li a {
  text-decoration: none;
  font-size: 19px;
  font-family: Inter-Regular;
  color: black;
  text-transform: uppercase;
  transition: background-color 1s linear;
  padding-bottom: 10px;
}
header .cheader .navigation ul li a:hover {
  border-bottom: 2px solid #0f75bc;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li a {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }
  header .cheader .navigation ul li a:hover {
    border-bottom: 2px solid transparent;
    color: #0f75bc;
  }
}
header .cheader .active {
  left: 0%;
}
header .cheader .hamburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
@media (max-width: 992.98px) {
  header .cheader .hamburger {
    position: relative;
    z-index: 99999999999 !important;
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .hamburger {
    width: 10px;
    transform: scale(0.7);
  }
}
header .cheader .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #0f75bc;
}
header .cheader .hamburger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0f75bc;
  content: "";
  top: -10px;
}
header .cheader .hamburger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0f75bc;
  content: "";
  top: 10px;
}
header .cheader .hamburger.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .cheader .hamburger.open .icon:before {
  background-color: #0f75bc !important;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
header .cheader .hamburger.open .icon:after {
  background-color: #0f75bc !important;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
header .cheader .hamburger:hover {
  cursor: pointer;
}

.active {
  left: 0% !important;
}

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

footer {
  min-height: 400px;
  padding-top: 50px;
  position: relative;
  background-color: #0f75bc;
}
@media (max-width: 992.98px) {
  footer {
    padding-bottom: 70px;
    padding-left: 30px !important;
  }
}
footer .logo {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  padding-top: 150px;
}
footer .bline2 {
  display: none;
}
footer p {
  font-size: 15px;
  font-family: Inter-Regular;
  color: white;
  margin-bottom: 2px;
}
@media (max-width: 992.98px) {
  footer p {
    text-align: left;
  }
}
footer h5 {
  font-size: 30px;
  font-family: Outfit-Bold;
  color: white;
  border-left: 5px solid #ffffff;
  margin-left: -15px;
  padding-left: 10px;
}
@media (max-width: 992.98px) {
  footer h5 {
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
}
footer .fborder {
  border-left: 1px solid rgba(15, 117, 188, 0.2);
  padding-left: 50px;
  padding-top: 150px;
  padding-bottom: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992.98px) {
  footer .fborder {
    border-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer ul {
    margin-top: 0px;
  }
}
footer ul li {
  line-height: 1.8;
}
footer ul li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-family: Inter-Regular;
  color: white;
}
footer ul li a:hover {
  color: #000000;
}
@media (max-width: 992.98px) {
  footer .c-flex {
    justify-content: start;
  }
}
footer .d-flex {
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer .d-flex {
    margin-top: 0px;
  }
}
footer .d-flex a i, footer .d-flex a svg {
  margin-right: 10px;
  font-size: 22px;
  font-family: Outfit-Bold;
  color: white;
  transition: all 1s linear;
}
footer .d-flex a i:hover, footer .d-flex a svg:hover {
  color: #000000;
}
footer .d-flex .location {
  width: 20%;
}
@media (max-width: 992.98px) {
  footer .d-flex .location {
    width: 10%;
  }
}
footer .d-flex .location img {
  padding-right: 10px;
  width: 50px;
}
footer .d-flex .detail {
  width: 80%;
}
footer .d-flex .detail h6 {
  font-size: 15px;
  font-family: Inter-Regular;
  color: white;
}
@media (max-width: 992.98px) {
  footer .d-flex .detail h6 {
    margin-top: 0px;
  }
}
footer .d-flex .detail a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Inter-Regular;
  color: white;
}
footer .d-flex .detail a:hover {
  color: #000000;
}
footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copy p {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 14px;
  font-family: Inter-Regular;
  color: white;
}

.top #return-to-top {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #0f75bc;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .top #return-to-top {
    right: 0px;
    transform: scale(0.7);
  }
}
.top #return-to-top i {
  position: relative;
  left: 3px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -5px;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.top #return-to-top:hover i {
  color: #ffffff;
  top: 10px;
}

#mySidenav a {
  position: absolute;
  position: fixed;
  left: -35px;
  transition: 0.3s;
  padding: 15px;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 340px;
  background-color: #0f75bc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#twt {
  top: 400px;
  background-color: #0b9444;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ins {
  top: 460px;
  background-color: #0f75bc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#in {
  top: 520px;
  background-color: #0b9444;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#email {
  top: 580px;
  background-color: #0f75bc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#popup {
  top: 640px;
  background-color: #0b9444;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 
.swiper-button-next,
.swiper-button-prev {
  background: -webkit-linear-gradient(#00286e, #00286e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.sec-h3 {
  font-size: 22px;
  font-family: Outfit-Medium;
  color: #0b9444;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sec-h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.sec-h2 {
  font-size: 53px;
  font-family: Outfit-Bold;
  color: #0f75bc;
  text-transform: uppercase;
}
.sec-h2 span {
  color: #0b9444;
}
@media (max-width: 575.98px) {
  .sec-h2 {
    font-size: 22px;
  }
}

.sec-para {
  font-size: 20px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  text-wrap: wrap;
}
@media (max-width: 575.98px) {
  .sec-para {
    font-size: 16px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

.banner {
  padding: 50px 0px;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -129px;
  padding-top: 150px;
}
@media (max-width: 1399.98px) {
  .banner {
    margin-top: -99px;
  }
}
@media (max-width: 1199.98px) {
  .banner {
    margin-top: -89px;
  }
}
@media (max-width: 992.98px) {
  .banner {
    margin-top: -74px;
    padding-top: 100px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 650px;
    margin-top: -58px;
  }
}
@media (max-width: 992.98px) {
  .banner img {
    margin-top: 20px;
  }
}
.banner .content h3 {
  font-size: 29px;
  font-family: Inter-Regular;
  color: #0b9444;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner .content h3 {
    font-size: 18px;
  }
}
.banner .content h1 {
  line-height: 1;
  font-size: 70px;
  font-family: Outfit-Bold;
  color: #0f75bc;
  text-transform: uppercase;
}
.banner .content h1 span {
  color: #0b9444;
}
@media (max-width: 575.98px) {
  .banner .content h1 {
    font-size: 35px;
  }
}
.banner .content .d-flex a {
  margin-right: 5px;
}
@media (max-width: 992.98px) {
  .banner .content .d-flex {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner .content .d-flex {
    justify-content: center;
  }
  .banner .content .d-flex a {
    margin-right: 2px;
  }
  .banner .content .d-flex a button {
    font-size: 10px;
  }
}
.banner .content button {
  margin-top: 10px;
}
.banner .content .btn-bg-primary:hover, .service-block .btn-bg-primary:hover, .resource-block .btn-bg-primary:hover, .benefit-area .btn-bg-primary:hover {
  background-color: transparent;
  border: 2px solid #0f75bc;
  color: #0f75bc;
}
.banner .content .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}

.inner-banner {
  padding: 15px 0px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -129px;
  padding-top: 125px;
}
@media (max-width: 1399.98px) {
  .inner-banner {
    margin-top: -99px;
  }
}
@media (max-width: 1199.98px) {
  .inner-banner {
    margin-top: -89px;
  }
}
@media (max-width: 992.98px) {
  .inner-banner {
    margin-top: -74px;
    padding-top: 100px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    margin-top: -58px;
  }
}
.inner-banner img {
  width: 400px;
}
@media (max-width: 992.98px) {
  .inner-banner img {
    margin-top: 20px;
  }
}
.inner-banner .content h3 {
  font-size: 23px;
  font-family: Inter-Regular;
  color: #0b9444;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .inner-banner .content h3 {
    font-size: 18px;
  }
}
.inner-banner .content h1 {
  line-height: 1;
  font-size: 60px;
  font-family: Outfit-Bold;
  color: #0b9444;
  text-transform: capitalize;
}
.inner-banner .content h1 span {
  color: #0f75bc;
}
@media (max-width: 575.98px) {
  .inner-banner .content h1 {
    font-size: 35px;
  }
}
.inner-banner .content .d-flex a {
  margin-right: 5px;
}
@media (max-width: 992.98px) {
  .inner-banner .content .d-flex {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .content .d-flex {
    justify-content: center;
  }
  .inner-banner .content .d-flex a {
    margin-right: 2px;
  }
  .inner-banner .content .d-flex a button {
    font-size: 10px;
  }
}
.inner-banner .content button {
  margin-top: 10px;
}

.banner-services {
  padding: 50px 0px;
}
.banner-services .box {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  padding: 0px 40px;
  position: relative;
}
@media (min-width: 575.98px) {
  .banner-services .box:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 575.98px) {
  .banner-services .box {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner-services .box img {
    width: 35px;
  }
}
.banner-services .box h5 {
  font-size: 28px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .banner-services .box h5 {
    font-size: 22px;
  }
}
.banner-services .box p {
  font-size: 13px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.banner-services .box a i {
  font-size: 40px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .banner-services .box a i {
    font-size: 22px;
  }
}

.inner-website {
  padding: 25px 0px;
  display: flex;
  align-items: center;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-website {
  padding: 80px 0px;
  display: flex;
  align-items: center;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .custom-website {
    padding: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  .custom-website .headimg {
    width: 20px;
  }
}
.custom-website a, .inner-website a {
  text-decoration: none;
}
.custom-website button img, .inner-website button img {
  width: 26px;
  filter: brightness(0) invert(1);
}
.custom-website .btn-bg-secondary:hover, .inner-website .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}
.custom-website .btn-bg-secondary:hover img, .inner-website .btn-bg-secondary:hover img {
  filter: unset;
}
@media (max-width: 575.98px) {
  .custom-website .content, .inner-website .content {
    padding: 50px;
  }
}
@media (max-width: 992.98px) {
  .custom-website .content, .inner-website .content {
    padding: 50px 20px;
  }
}

.cars {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992.98px) {
  .cars {
    margin-top: 0px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cars {
    margin-top: 0px;
  }
}
.cars .c-we {
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .cars .c-we img {
    min-height: 500px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cars .c-we .detail {
  position: absolute;
  width: 100%;
  padding: 0px 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 575.98px) {
  .cars .c-we .detail img {
    width: 70px !important;
    min-height: 70px !important;
  }
}
.cars .c-we .detail h6 {
  margin-top: 10px;
  font-size: 22px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h6 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h6 {
    font-size: 16px;
  }
}
.cars .c-we .detail h3 {
  font-size: 40px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h3 {
    font-size: 22px;
  }
}
.cars .c-we .detail p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Inter-Regular;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail p {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.1;
  }
}

.servicesx {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 150px;
}
@media (min-width: 1800px) {
  .servicesx {
    min-height: 200px;
  }
}
@media (max-width: 575.98px) {
  .servicesx {
    min-height: 50px;
  }
}

.services {
  padding-top: 80px;
  text-align: center;
  background-color: #f5fbfa;
}
@media (max-width: 992.98px) {
  .services {
    padding: 50px 0px;
  }
}
.services .mobicon {
  display: none !important;
}
@media (max-width: 992.98px) {
  .services .mobicon {
    display: block !important;
  }
}
@media (max-width: 992.98px) {
  .services .deksimg1 {
    display: none !important;
  }
}
.services .second {
  text-align: left !important;
}
.services .center {
  text-align: center !important;
}
.services .first,
.services .second,
.services .center {
  display: flex;
  align-items: center;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
  .services .first,
  .services .second,
  .services .center {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .services .first,
  .services .second,
  .services .center {
    margin-bottom: 20px;
  }
}
@media (max-width: 992.98px) {
  .services .first,
  .services .second,
  .services .center {
    text-align: left !important;
  }
}
@media (max-width: 575.98px) {
  .services .first,
  .services .second,
  .services .center {
    align-items: start;
  }
}
@media (max-width: 575.98px) {
  .services .imgx img {
    width: 120px;
  }
}
@media (max-width: 992.98px) {
  .services .content {
    padding-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .services .content {
    padding-left: 10px;
  }
}
.services .content h5 {
  font-size: 24px;
  font-family: Outfit-Bold;
  color: #1b4f43;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .services .content h5 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.services .content p {
  font-size: 16px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .services .content p {
    font-size: 12px;
  }
}

.donate {
  min-height: 800px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 992.98px) {
  .donate {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .donate {
    min-height: unset;
  }
}
.donate .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}
.donate .btn-bg-secondary:hover img {
  filter: unset;
}
.donate li {
  font-size: 16px;
  font-family: Inter-Regular;
  color: #1e1e1e;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .donate li {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .donate .headimg {
    width: 20px;
  }
}
.donate button {
  margin-top: 30px;
  border-radius: 0px;
}
.donate button img {
  width: 26px;
  filter: brightness(0) invert(1);
}

.pricing {
  padding: 80px 0px;
  background-color: #ffffff;
}
@media (max-width: 992.98px) {
  .pricing {
    padding: 50px 0px;
  }
}
.pricing .btn-bg-primary:hover, .services .btn-bg-primary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}
.pricing .btn-bg-primary:hover .imf-fluid, .services .btn-bg-primary:hover .imf-fluid {
  filter: unset;
}
.pricing .btn-bg-secondary:hover, .services .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}
.pricing .imf-fluid {
  filter: brightness(0) invert(1);
}
@media (max-width: 575.98px) {
  .pricing .imf-fluid {
    width: 25px;
  }
}
.pricing .pricing-table {
  display: flex;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
.pricing .pricing-table .features {
  width: 40%;
  margin-top: 161px;
}
@media (max-width: 575.98px) {
  .pricing .pricing-table .features {
    margin-top: 0px;
  }
}
.pricing .pricing-table .plan {
  width: 20%;
  margin: 5px;
  border-radius: 10px;
}
.pricing .pricing-table .features, .pricing .pricing-table .plan {
  display: flex;
  flex-direction: column;
}
.pricing .pricing-table .feature-item {
  text-align: right;
  padding: 21px;
}
.pricing .pricing-table .plan-item {
  text-align: center;
  padding: 16px;
}
.pricing .pricing-table .feature-item, .pricing .pricing-table .plan-item {
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
  font-size: 17px;
  font-family: Outfit-Medium;
  color: rgba(27, 79, 67, 0.9);
}
.pricing .pricing-table .plan-item i {
  font-size: 22px;
}
.pricing .pricing-table .bi-x {
  opacity: 50%;
}
.pricing .pricing-table .plan {
  text-align: center;
  color: #fff;
}
.pricing .pricing-table .plan-header {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}
.pricing .pricing-table .plan-price {
  font-size: 32px;
  font-weight: bold;
}
.pricing .pricing-table .plan-subtext {
  font-size: 13px;
  margin-top: 4px;
  opacity: 0.9;
}
.pricing .pricing-table .check {
  color: #fff;
  font-size: 20px;
}
.pricing .pricing-table .cross {
  color: #fff;
  font-size: 20px;
}
.pricing .pricing-table .gold {
  background-color: #0b9444;
}
.pricing .pricing-table .platinum {
  background-color: #0f75bc;
}
.pricing .pricing-table .diamond {
  background-color: #07578f;
}
.pricing .mobile-pricing {
  display: none;
}
@media screen and (max-width: 767px) {
  .pricing .pricing-table {
    display: none !important;
  }
  .pricing .mobile-pricing {
    display: block !important;
  }
  .pricing .mobile-pricing .feature-row {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .pricing .mobile-pricing .feature-row .feature-title {
    background-color: rgba(15, 117, 188, 0.1);
    padding: 10px 15px;
    font-weight: bold;
    font-family: Outfit-Medium;
    font-size: 16px;
    color: black;
  }
  .pricing .mobile-pricing .feature-row .feature-status {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
  }
  .pricing .mobile-pricing .feature-row .feature-status div {
    font-size: 15px;
    font-family: Outfit-Medium;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .pricing .mobile-pricing .feature-row .feature-status div:nth-child(1) {
    background-color: #0b9444;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  .pricing .mobile-pricing .feature-row .feature-status div:nth-child(2) {
    background-color: #1c4153;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  .pricing .mobile-pricing .feature-row .feature-status div:nth-child(3) {
    background-color: #0f75bc;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
  }
  .pricing .mobile-pricing .feature-row .feature-status i.bi-check2 {
    color: #fff !important;
  }
  .pricing .mobile-pricing .feature-row .feature-status i.bi-x {
    color: #fff !important;
    opacity: 0.7;
  }
  .pricing .mobile-pricing .price-section {
    background: rgba(15, 117, 188, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .pricing .mobile-pricing .price-section div {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f75bc;
  }
  .pricing .mobile-pricing .price-section div strong {
    color: #313131;
  }
  .pricing .mobile-pricing button {
    margin: 30px auto;
    display: block;
    border-radius: 0px;
  }
  .pricing .mobile-pricing button img {
    width: 26px;
    filter: brightness(0) invert(1);
  }
  .pricing .mobile-pricing button:hover img {
    filter: unset;
  }
}

.testimonials {
  padding: 80px 0px;
  background: radial-gradient(ellipse at top left, #e2f3fd 0%, #ffffff 60%);
  padding: 60px 20px;
}
@media (max-width: 992.98px) {
  .testimonials {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .testimonials {
    min-height: unset;
  }
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  background: -webkit-linear-gradient(#1c4153, #1c4153);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev {
    background: -webkit-linear-gradient(#0b9444, #0b9444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.testimonials .swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  /* Position the dots below the slides */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.testimonials .swiper-pagination-bullet {
  background-color: rgba(28, 65, 83, 0.5);
  /* Default color of the dots */
  opacity: 1;
  width: 15px;
  height: 15px;
}
.testimonials .swiper-pagination-bullet-active {
  background-color: black;
  /* Color of the active dot */
}
.testimonials .content {
  position: relative;
  margin: 30px 10px;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
  border-radius: 0px 30px;
  padding: 40px;
}
@media (max-width: 575.98px) {
  .testimonials .content {
    padding: 20px 20px;
    margin: 10px;
  }
}
.testimonials .content h6 {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-family: Outfit-Bold;
  color: #000000;
}
@media (max-width: 575.98px) {
  .testimonials .content h6 {
    font-size: 15px;
  }
}
.testimonials .content p {
  font-size: 18px;
  font-family: Inter-Regular;
  color: #464646;
}
@media (max-width: 575.98px) {
  .testimonials .content p {
    font-size: 13px;
  }
}
.testimonials .content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .testimonials .headimg {
    width: 20px;
  }
}

.about-website {
  position: relative;
  z-index: 1;
}
.about-website .btn-brd-white:hover {
  background-color: #ffffff;
  border: 2px solid #0b9444 !important;
  color: #0b9444;
}
.about-website .btn-brd-white:hover img {
  filter: unset;
}
.about-website .btn-bg-secondary:hover {
  background-color: transparent;
  border: 2px solid #0b9444;
  color: #0b9444;
}
.about-website .content {
  padding: 50px;
  background-color: #0b9444;
  border-radius: 20px;
}
@media (max-width: 992.98px) {
  .about-website .content {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-website .content {
    padding: 20px 10px;
  }
}
@media (max-width: 992.98px) {
  .about-website .content .cflex {
    flex-direction: column;
    text-align: center;
  }
}
.about-website .content .headimg {
  filter: brightness(0) invert(1);
}
@media (max-width: 575.98px) {
  .about-website .content .headimg {
    width: 30px;
  }
}
.about-website .content .cont {
  padding-left: 20px;
}
.about-website .content .cont h2 {
  font-size: 45px;
  font-family: Outfit-Medium;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .about-website .content .cont h2 {
    font-size: 25px;
  }
}
.about-website .content .cont p {
  font-size: 24px;
  font-family: Inter-Regular;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .about-website .content .cont p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .about-website .content button {
    margin-top: 10px;
  }
}

.lightboxOverlay {
  width: 100%;
  overflow: hidden !important;
}

.contactus {
  padding: 80px 0px;
  display: flex;
  align-items: center;
}
.contactus .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
  position: relative;
  border-radius: 10px;
  min-height: 677px;
}
@media (max-width: 575.98px) {
  .contactus .container {
    padding: 50px 20px;
    min-height: unset;
  }
}
.contactus form textarea {
  min-height: 150px !important;
  padding-top: 5px;
}
.contactus form input,
.contactus form textarea {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Inter-Regular;
  border: 1px solid #ffffff;
  background-color: white;
  color: #1e1e1e;
  outline: none;
  opacity: 1;
}
.contactus form button {
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */

.testimonial-box {
  padding: 10px;
  border-radius: 10px;
}

.testimonial-box:nth-child(even) {
  background-image: url(https://beyondhealthus.com/assets/images/banner-bg.png);
  padding: 10px;
  border-radius: 10px;
}

.testimonial-box h6 {
  color:#0f75bc;
  font-weight:bold;
  font-style: italic;
}

.serviceSelect, .faqSelect {
  float: left;
  border: 1px solid #ddd;
  padding: 16px 10px;
  border-radius: 7px;
  font-size: 16px;
  width: 98%;
  margin-bottom: 25px;
}

.serviceCatsServicesBox {

}

.serviceCatHeading {


}

.service-block {
  padding: 20px 25px 20px 35px;
}

.serviceBox {
 padding: 10px;
 border-radius: 10px;
}

.serviceBox h2 {
  color:#0b9444;
}

.serviceBox:nth-child(odd){
    background-image: url(https://beyondhealthus.com/assets/images/banner-bg.png);
    background-repeat:repeat-x;
}

.listing-image {
  max-width: 150px;
  float: left;
  padding: 0 10px 10px 0;
  border-radius: 10px;
  border: none;
}

.faq-block {
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 8px;
}

.faq-block:nth-child(even) {
  background-image: url(https://beyondhealthus.com/assets/images/banner-bg.png);
  color: #000;
}

.question {
  font-size: 18px;
  padding: 10px;
}

.answer {
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 0 10px;
  line-height: 1.7;
}

.resource-block {
  padding: 20px 10px;
  border-radius: 10px;
}

.resource-block:nth-child(odd){
    background-image: url(https://beyondhealthus.com/assets/images/banner-bg.png);
}

.benefit-area {
  border-radius: 10px;
  padding: 15px;
  background-image: url(https://beyondhealthus.com/assets/images/banner-bg.png);
}

.benefit-area h4 {
  font-size: 16px;
  margin: 0;
  padding:0;
}

.benefit-area h3 {
  color:#0f75bc;
}

.benefit-area ul {

}

.benefit-area ul li {
  padding: 7px;
  list-style: circle;
}