@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap");
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #151414;
}

.add-heading {
  position: relative;
  display: inline-block;
}

.add-heading::before {
  content: url("../webicon/add.svg");
  position: absolute;
  display: block;
  left: -16px;
  top: -22px;
}

@media (max-width: 575.98px) {
  .add-heading::before {
    left: -11px;
    top: -18px;
  }
}

.heading-h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .heading-h2 {
    font-size: 30px;
  }
}

.heading-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .heading-h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.atagblack {
  color: #151414;
}

.atagblack:hover {
  color: #151414;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #01669F;
}

.splide__arrow svg {
  width: 21px;
  height: 25px;
  fill: #151414;
  fill-opacity: 0.5;
}

.splide__arrow {
  background: none;
}

.splide__arrow--prev {
  left: -4em;
}

@media (max-width: 576px) {
  .splide__arrow--prev {
    display: none;
  }
}

@media (max-width: 576px) {
  .splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
}

.splide__arrow--next {
  right: -4em;
}

@media (max-width: 576px) {
  .splide__arrow--next {
    display: none;
  }
}

section.menu .menubgblue {
  position: relative;
  background-color: #01669F;
}

section.menu .menubgblue:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 1px;
  left: -144px;
  border: 72px solid transparent;
  border-right-color: #01669F;
  border-bottom-color: #01669F;
}

section.menu .menubgblue .menu-followus {
  background-color: #fff;
  position: relative;
}

section.menu .menubgblue .menu-followus::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -31px;
  top: 10px;
  border-left: 20.5px solid #fff;
  border-right: 20.5px solid #fff;
  border-bottom: 21px solid transparent;
  transform: rotate(90deg);
}

section.menu .menubgblue .menu-followus svg {
  fill: #01669F;
}

section.menu .menubgblue .menu-followus svg:hover {
  fill: #008000;
}

section.menu .menubgblue .menu-followus a {
  color: #151414;
}

section.menu .menubgblue .menu-followus a:hover {
  color: #008000;
}

section.menu .menubgblue .menu-followus .menu-followus-border {
  border-left: 1px solid #01669F;
}

section.menu .menubgblue .menunav {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 576px) {
  section.menu .menubgblue .menunav {
    background: transparent;
  }
}

section.menu .menubgblue .menunav li.menuli .nav-link {
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(currentColor 0 0) bottom/var(--d, 0) 2px no-repeat;
  transition: 0.5s;
}

section.menu .menubgblue .menunav li.menuli .nav-link:hover {
  --d: 100%;
}

section.banner {
  background-color: #FBF9F6;
}

section.banner .carousel-control-next,
section.banner .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

section.about .aboutbg {
  margin-top: -50px;
  background: #F1FFF1;
  border: 1px solid #008000;
  box-shadow: 0px 10px 20px -10px rgba(0, 128, 0, 0.2);
}

@media (max-width: 576px) {
  section.about .aboutbg {
    margin-top: 0px;
  }
}

section.about .aboutbg .about-knowbtn {
  background: rgba(0, 128, 0, 0.2);
  border-radius: 25px;
  color: #008000;
}

section.about .aboutbg .about-knowbtn:hover {
  background-color: #008000;
  color: #fff;
}

section.about .aboutbg .about-whatsbtn {
  background-color: #008000;
  color: #fff;
  border-radius: 25px;
}

section.about .aboutbg .about-whatsbtn svg {
  fill: #fff;
}

section.about .aboutbg .about-whatsbtn:hover {
  background: rgba(0, 128, 0, 0.2);
  color: #008000;
}

section.about .aboutbg .about-whatsbtn:hover svg {
  fill: #008000;
}

section.service {
  background-color: #FBF9F6;
  background-image: url("../webicon/servicebg.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  section.service {
    background-image: none;
  }
}

section.service .service-card {
  border: 1px solid #01669F;
  border-radius: 0px;
  box-shadow: 0px 0px 15px #F3FBFF;
}

section.service .service-viewbtn {
  background-color: #01669F;
  color: #fff;
  border-radius: 25px;
}

section.service .service-viewbtn:hover {
  background-color: transparent;
  border: 1px solid #01669F;
  color: #01669F;
}

section.cta {
  background-color: #01669F;
}

section.cta .cta-p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}

section.cta .cta-consultbtn {
  background-color: #F3FBFF;
  color: #01669F;
  border-radius: 25px;
}

section.cta .cta-consultbtn:hover {
  background-color: transparent;
  border: 1px solid #F3FBFF;
  color: #F3FBFF;
}

.testing-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #01669F;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.testing-shadow {
  box-shadow: 0px 0px 15px rgba(0, 128, 0, 0.1);
}

.question {
  color: #01669F;
  font-weight: 700;
}

section.testing1 {
  background-color: #FBF9F6;
}

section.testing .headingfaq {
  font-size: 24px;
  font-size: 1.5rem;
  color: #008000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

section.testing li.greenlist::marker {
  content: url("../webicon/greencheck.svg");
}

section.testing li.redlist::marker {
  content: url("../webicon/redcheck.svg");
}

section.testing li.amberlist::marker {
  content: url("../webicon/orangecheck.svg");
}

section.testing li::marker {
  content: url("../webicon/check.svg");
}

section.testing .testing-border {
  border: 1px solid #01669F;
}

section.testing .testing-bg {
  background-color: #01669F;
}

section.testing .testing-bg .testing-bg-p {
  color: #fff;
}

section.testing .testing-bg .testing-bg-span {
  font-weight: 700;
  color: #fff;
}

section.contactus {
  border-top: 1px solid #BFEABF;
  border-bottom: 1px solid #BFEABF;
}

section.contactus form .parsley-custom-error-message {
  color: #e71111;
  font-size: 12px;
}

section.contactus .contactus-bg {
  background: linear-gradient(180deg, rgba(191, 234, 191, 0.4) 0%, rgba(191, 234, 191, 0.1) 100%);
  box-shadow: 0px 4px 24px -1px rgba(0, 128, 0, 0.1);
  backdrop-filter: blur(45px);
  border-radius: 5px;
}

section.contactus .contactus-bg .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #008000;
}

section.contactus .contactus-bg .Contactus-formbtn {
  border: 0px;
  background-color: #008000;
  border-radius: 5px;
  color: #fff;
}

section.contactus .contactus-bg .Contactus-formbtn:hover {
  background-color: transparent;
  color: #008000;
  box-shadow: 0 0 0 1px #008000 inset;
}

section.contactus .contactus-border {
  border: 1px solid #008000;
}

section.contactus .contactus-map {
  background-image: url("../webicon/map.svg");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #008000;
}

section.aboutus {
  background-color: #FBF9F6;
}

section.opening-hours .opening-hours-card {
  background-color: #F1FFF1;
  border: 1px solid #008000;
  border-radius: 0px;
  position: relative;
}

section.opening-hours .opening-hours-card .opening-hours-usualbg {
  position: absolute;
  top: -7%;
  left: 40%;
  background-color: #008000;
  width: 25%;
}

@media (max-width: 576px) {
  section.opening-hours .opening-hours-card .opening-hours-usualbg {
    top: -7%;
    left: 25%;
    width: 50%;
  }
}

section.opening-hours .opening-hours-card .opening-hours-usual-tablebg {
  box-shadow: 0px 0px 15px rgba(0, 128, 0, 0.1);
}

section.opening-hours .opening-hours-card .opening-hours-usual-tablebg table .tablebg-darkg {
  background-color: #BFEABF;
}

section.opening-hours .opening-hours-card .opening-hours-usual-tablebg table .tablebg-darkg td {
  padding: 22px;
}

section.opening-hours .opening-hours-card .opening-hours-usual-tablebg table .tablewithoutbg td {
  padding: 23px;
}

section.opening-hours .opening-hours-p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 400;
}

section.opening-hours .opening-hours-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}

section.opening-hours .opening-hours-card-holiday {
  background-color: #F3FBFF;
  border: 1px solid #01669F;
  border-radius: 0px;
  position: relative;
}

section.opening-hours .opening-hours-card-holiday .opening-hours-holidaybg {
  position: absolute;
  top: -7%;
  left: 40%;
  background-color: #01669F;
  width: 25%;
}

@media (max-width: 576px) {
  section.opening-hours .opening-hours-card-holiday .opening-hours-holidaybg {
    top: -6%;
    left: 25%;
    width: 50%;
  }
}

section.opening-hours .opening-hours-card-holiday .opening-hours-holiday-tablebg {
  background: #F3FBFF;
  box-shadow: 0px 0px 15px rgba(1, 102, 159, 0.1);
}

section.opening-hours .opening-hours-card-holiday .opening-hours-holiday-tablebg table .tablebg-darkg {
  background-color: #B8D8EB;
}

section.opening-hours .opening-hours-card-holiday .opening-hours-holiday-tablebg table .aligntd {
  vertical-align: middle;
}

section.opening-hours .opening-hours-card-holiday .opening-hours-holiday-tablebg table .table-p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #004A74;
}

section.aboutus-address .aboutus-addressbg {
  background-color: #008000;
}

section.aboutus-address .aboutus-addressbg .aboutus-address-h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}

section.aboutus-address .aboutus-addressbg .aboutus-address-p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
}

.ourservices2, .ourservices4, .ourservices6 {
  background-color: #F1FFF1;
}

.heading-serviceh3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #01669F;
}

@media (max-width: 575.98px) {
  .heading-serviceh3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

section.footer {
  background-color: #FBF9F6;
}

section.footer .add-heading-footer {
  position: relative;
  display: inline-block;
}

section.footer .add-heading-footer::before {
  content: url("../webicon/add.svg");
  position: absolute;
  display: block;
  left: -16px;
  top: -12px;
}

section.footer .logo-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0px 4px 24px -1px #F3FBFF;
  backdrop-filter: blur(45px);
}

section.footer .logo-section p {
  font-size: 14px;
  font-size: 0.875rem;
}

section.footer .footer-h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

section.footer .footer-a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #151414;
}

section.footer .footer-a:hover {
  color: #008000;
}

section.footer .footer-contact svg {
  fill: #01669F;
}

section.footer .footer-contact svg:hover {
  fill: #008000;
}

.fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.whtfixbtn {
  position: fixed;
  bottom: 0;
  background-color: #008000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

section.copyright {
  background-color: #01669F;
}

section.copyright p, section.copyright a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

@media (max-width: 576px) {
  section.copyright {
    margin-bottom: 39px;
  }
}

section.gdpr {
  border-top: 1px solid #BFEABF;
}

section.gdpr1 {
  background-color: #FBF9F6;
}

section.gdpr1 h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

section.terms-condition {
  background-color: #FBF9F6;
}

section.terms-condition h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #008000;
}

section.terms-condition2 {
  background-color: #FBF9F6;
}

.modal .modal-content {
  border: 0px;
}

.modal .modal-content .modal-header {
  border-bottom: 0px;
}

.modal .modal-content .modal-title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #01669F;
}

.modal .modal-content li::marker {
  content: url("../webicon/flask.svg");
}

.modal .modal-content .modal-footer {
  border-top: 0px;
}

.modal .modal-content .modal-footer .modalbtn {
  background-color: #008000;
  color: #fff;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/* ------------------- MAIN CSS- mobile menu css ------------------*/
/* General styles for all menus */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 3px 0 20px 3px rgba(0, 0, 0, 0.3);
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* .cbp-spmenu a:hover {
	background: #4db6ac;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
} */
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  /*border-bottom: 1px solid #258ecd;*/
  padding: 0.9rem 1rem;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1031;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -270px;
    /* left: -190px; */
  }
  .cbp-spmenu-right {
    right: -190px;
  }
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

button#showLeft {
  background: transparent;
  border-color: transparent;
  line-height: 14px;
}

button#showLeft svg {
  fill: #fff;
  width: 30px;
}

button#showLeft:focus {
  outline: none;
  box-shadow: none;
}

button.cbpbtn {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 15px;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

button.cbpbtn svg {
  fill: #01669F;
}

.cbp-spmenu-left.cbp-spmenu-open {
  z-index: 1031;
}

button.cbpbtn:focus {
  box-shadow: none;
  outline: none;
}

.slide-logo {
  width: 70px;
  padding: 0.5rem !important;
}

.slide-category .nav-link {
  padding-left: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  color: #000;
}

.cbp-spmenu li.partner {
  position: relative;
}

.cbp-spmenu li.partner::after {
  content: none;
}

.cbp-spmenu li.partner a.nav-link {
  background-color: #EA1E21;
  color: #fff;
  left: 0;
  z-index: 99;
}

.cbp-spmenu .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.83rem;
  letter-spacing: 2px;
}

.slide-link img {
  width: 20px;
}

.slide-link h5 {
  color: #151414;
  font-size: 1.2rem;
  padding-left: 5%;
  margin-bottom: 10px;
}

.slide-link ul {
  padding-left: 5%;
}

ul.slide-contact {
  list-style-type: none;
}

ul.slide-contact a {
  display: inline-block;
  color: #151414;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px;
}

.slide-contact i.btn-primary:focus {
  font-size: 0.8rem;
}

.slide-contact li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.slide-contact li svg {
  fill: #01669F;
}

#showLeft {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  #showLeft {
    display: block;
  }
}

/* ------------------- MAIN CSS- mobile menu css close ------------------*/
