* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

p,
ul,
ol,
dl,
pre,
ds,
fieldset,
figure {
  margin: 0px !important;
}

ul,
ol {
  padding-left: 0px !important;
}

body {
  font-optical-sizing: auto;
  color: rgb(4, 26, 44);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
}

p {
  margin: 0px !important;
  padding: 0px !important;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  top: 0px;
  transition: 0.6s;
  z-index: 99;
}

header.header-position {
  background: transparent;
}

.top-header-section {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #ffffff3b;
}

.header-top-section {
  width: 92%;
  margin: 0px auto;
}

.header-top {
  width: 100%;
  grid-template-columns: 25% 50% 25%;
  margin: 0px auto;
  display: grid !important;
}

.menuSection.uk-flex.uk-flex-middle {
  justify-content: center;
}

.uk-sticky-fixed .top-header-section {
  border-color: rgb(239, 239, 239);
  height: 80px;
}

.uk-sticky-fixed span.icons-price {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.uk-sticky-fixed .svg-size .uk-icon>* {
  margin-top: -6px;
}

.uk-sticky-fixed .menu-button a {
  color: rgb(0, 0, 0) !important;
}

.uk-sticky-fixed .menu-button {
  height: 90px;
  border-color: rgb(239, 239, 239);
}

.uk-sticky-fixed header {}

.uk-sticky-fixed .hotels-button a {
  color: rgb(42, 30, 90) !important;
}

.uk-sticky-fixed .search-button a {
  background: rgb(247, 246, 238);
}

.uk-sticky-fixed .top-menu ul li a {
  color: rgb(0, 0, 0);
}

.uk-sticky-fixed button.open-button {
  color: rgb(0, 0, 0);
}

.banner-slider {
  width: 100%;
  position: relative;
}

.banner-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.banner-text-container {
  max-width: 1440px;
  width: 90%;
  margin: 0px auto;
  text-align: left;
  color: rgb(255, 255, 255);
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  width: 60%;
}

.banner-description {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  width: 50%;
  margin-bottom: 20px !important;
}

@media (max-width: 768px) {
  .banner-text-container {
    width: 95%;
    padding: 0px 15px;
  }

  .banner-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .banner-description {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .banner-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 28px;
  }

  .banner-description {
    font-size: 14px;
  }

  .banner-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.top-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-menu ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  padding: 0px 6px;
}

.top-menu ul li a:hover {
  color: rgb(73, 206, 155);
  text-decoration: none !important;
}

.top-menu ul li.has-submenu {
  position: relative;
}

.top-menu ul li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  background: rgb(255, 255, 255);
  min-width: 180px;
  border-radius: 0px;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin-top: 5px !important;
}

.top-menu ul li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top-menu ul li.has-submenu .submenu li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid rgb(237, 237, 237);
}

.top-menu ul li.has-submenu .submenu li:last-child {
  border-bottom: 0px;
  margin-top: -10px;
}

.top-menu ul li.has-submenu .submenu li a {
  display: block;
  padding: 10px 20px;
  color: rgb(0, 0, 0);
  font-size: 13px;
  transition: 0.3s;
  line-height: 1;
  font-weight: 500;
}

.top-menu ul li.has-submenu .submenu li a:hover {
  padding-left: 30px;
  text-decoration: none !important;
}

button.uk-button.uk-button-default.uk-margin-small-right {}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary> :not([class*="uk-card-media"]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  border: 0px !important;
}

.mobile-header {
  display: none;
}

.mobile-header .uk-button {
  margin-top: 6px;
  padding: 0px !important;
}

.mobile-header .logo img {
  width: 180px;
}

button.uk-offcanvas-close.uk-icon.uk-close {
  color: rgb(29, 35, 67);
}

.uk-offcanvas-bar {
  overflow-y: auto;
  background: rgb(255, 255, 255) !important;
}

.canvas-section {
  width: 96%;
  margin: 50px auto 0px;
}

.canvas-logo {
  width: 100%;
  text-align: center;
}

.canvas-logo img {
  margin: 0px auto;
}

.canvas-menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.canvas-menu ul li a {
  display: block;
  color: rgb(42, 30, 90);
  transition: 0.5s;
}

.canvas-menu ul li a:hover {
  color: rgb(42, 30, 90);
  padding-left: 10px;
}

.uk-button-default {
  border: 0px !important;
}

.buttonSection {
  width: 100%;
  position: fixed;
  height: 52px;
  bottom: 1px;
  left: 0px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0px 10px;
  z-index: 999999;
}

.phone a {
  width: 50px;
  height: 50px;
  background: rgb(0, 65, 160);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.phone a img {
  width: 30px;
  height: 30px;
}

.phone a:hover {
  background: rgb(18, 90, 196);
}

.contact-button a {
  width: auto;
  height: 50px;
  padding-left: 20px;
  padding-right: 6px;
  background: rgb(73, 206, 155);
  border-radius: 50px;
  color: rgb(255, 255, 255);
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
}

.contact-button a:hover {
  color: rgb(255, 255, 255);
}

.contact-button a span {
  width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.contact-button a span img {
  width: 16px;
  height: 13.71px;
}

.contact-button a span img {
  transform: rotate(-45deg);
  transition: 0.3s;
}

.contact-button a:hover span img {
  transform: rotate(0deg);
}

.banner-slider .slick-dots {
  bottom: 65px;
}

.banner-slider li.slick-active {
  background: rgb(255, 255, 255) !important;
}

.banner-slider .slick-dots li {
  border: 1px solid rgb(255, 255, 255);
}

.p-2 {
  padding: 0px 10px;
}

.about-wrapper {
  position: relative;
  padding-bottom: 100px;
}

.about-section {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 40%;
  gap: 12%;
}

.head-title span {
  font-size: 13px;
  color: rgb(73, 206, 155);
  font-weight: 600;
  display: block;
  margin-right: 6px !important;
}

.head-title p {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-left: 20px;
  display: block;
}

.about-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}

.about-img {
  position: relative;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
}

.about-content {
  font-size: 16px;
}

.about-content p {
  width: 90%;
}

.years {
  width: 242px;
  height: 242px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(0, 64, 160, 0.51);
  position: absolute;
  top: 22%;
  right: -120px;
}

.years img {
  width: 50px;
  height: 50px;
}

.years span {
  font-size: 18px;
  width: 80%;
  margin: 0px auto;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-align: center;
}

.about-us-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.bg-blue {
  position: relative;
  padding: 60px 0px;
  background: rgb(0, 65, 160);
}

.hotel-services {
  width: 90%;
  margin: 0px auto;
}

.hotel-services-title {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.hotel-services-title span {
  font-size: 40px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.hotel-services-title p {
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.line-top {
  position: absolute;
  left: 0px;
  top: 0px;
}

.line-bottom {
  position: absolute;
  right: 0px;
  bottom: 5%;
}

.tab-menu {
  width: 90%;
  margin: 40px auto;
}

.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.tab-button {
  width: 190px;
  height: 50px;
  background: rgb(73, 206, 155);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  justify-content: center;
}

.tab-button:hover {
  background: rgb(61, 189, 138);
}

.tab-button.active {
  background: rgb(0, 65, 160);
}

.hotel-text {
  width: 150px;
  height: 150px;
  background: rgb(73, 206, 155);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  color: rgb(255, 255, 255);
  position: relative;
}

.hotel-text span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
}

.tab-content {}

.tab-pane {
  display: none;
  animation: 0.3s ease 0s 1 normal none running fadeIn;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

button.tab-button.directly {
  background: rgba(255, 255, 255, 0.84);
  color: rgb(8, 54, 121);
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
}

button.tab-button.directly.active {
  background: rgb(255, 255, 255) !important;
}

button.tab-button.directly img {
  width: 70px;
}

button.tab-button.without-directly {
  background: rgb(8, 54, 121);
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
}

button.tab-button.without-directly img {
  width: 70px;
}

.tab-content {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}

button.tab-button.without-directly.active {
  background: rgba(8, 53, 121, 0.725);
}

.dc-bottom {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.dc-bottom img {
  width: 100%;
}

.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title span {
  font-size: 40px;
  font-weight: 700;
}

.title p {
  font-size: 16px;
  font-weight: 500;
  width: 40%;
  margin: 0px auto;
}

.referance-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.referance {
  width: 100%;
  background: rgb(247, 250, 253);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.referance img {
  border-radius: 4px;
}

.packet {
  width: 100%;
  background-image: url("../images/packet-bg.png");
  background-color: rgb(246, 246, 246);
  border-radius: 10px;
  background-position: center bottom;
  background-size: cover;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border: 2px solid transparent;
  background-repeat: no-repeat;
}

.packet a {
  display: flex;
  padding: 10px 16px;
  background: rgb(73, 206, 155);
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  gap: 6px;
  transition: 0.5s;
  white-space: nowrap;
}

.packet a:hover {
  background: rgba(73, 206, 155, 0.537);
  color: rgb(255, 255, 255);
}

.packet-title {
  font-size: 26px;
  font-weight: 600;
}

.packet-list ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.packet-list ul li {
  display: flex;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.packet-bottom {
  width: 100%;
  border-top: 1px dashed rgb(255, 255, 255);
  padding-top: 20px;
  gap: 5px;
  align-items: center !important;
}

.packet-bottom span {
  color: rgb(13, 63, 103);
  margin-top: 1px;
}

.packet.Growth {
  border: 2px solid rgb(73, 206, 155);
}

.ribbon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-inner {
  position: relative;
}

.ribbon-text {
  position: absolute;
  top: 17%;
  left: 48%;
  transform: rotate(45deg);
  transform-origin: left top;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.packet-slider {
  width: 90%;
  margin: 0px auto;
}

.packet-wrapper {
  position: relative;
  padding-bottom: 160px;
}

.packet-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.promotion-banner-section {
  position: relative;
  background: url("../images/promotion-banner.jpg") center center / cover;
  height: 700px;
}

.promotion-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 40px;
  color: rgb(255, 255, 255);
}

.promotion-banner span {
  font-weight: 100;
}

.case-wrapper {
  padding: 60px 0px;
  background: rgb(247, 250, 253);
}

.case-img img {
  width: 100%;
  border-radius: 4px;
}

.case span {
  font-size: 18px;
  font-weight: 600;
  color: rgb(4, 26, 44);
}

.case-bottom {
  height: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-wrapper {
  background: url("../images/contact-bg.jpg");
  padding: 60px 0px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.contact-section {
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 50% 50%;
}

.contact-form {
  width: 100%;
  padding: 50px 30px;
}

.contact-section span {
  font-size: 40px;
  font-weight: 600;
}

.contact-section p {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}

.input-area {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.input-area input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  color: rgb(4, 26, 44);
  font-size: 12px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
}

.input-area input[type="text"]::placeholder {
  color: rgb(152, 152, 152);
}

.input-area input[type="tel"]::placeholder {
  color: rgb(152, 152, 152);
}

.input-area input[type="email"]::placeholder {
  color: rgb(152, 152, 152);
}

.contact-form select {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  color: rgb(4, 26, 44);
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  border: 0px;
  outline: none;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  color: rgb(4, 26, 44);
}

.contact-form textarea {
  width: 100%;
  height: 138px;
  padding: 10px;
  outline: none;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
  color: rgb(4, 26, 44) !important;
}

.contact-right {
  background: rgb(247, 250, 253);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 16px;
}

.input-area input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
}

.input-area input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 0px 10px;
  outline: none;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 6px;
}

.contact-form textarea::placeholder {
  color: rgb(152, 152, 152) !important;
}

.contact-form button {
  padding: 0px 20px;
  height: 46px;
  background: rgb(73, 206, 155);
  color: rgb(255, 255, 255);
  font-size: 13px;
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 50px;
  border: 0px;
}

.contact-left {
  width: 100%;
  border-radius: 20px;
  background: url("../images/contact-left.jpg");
  z-index: 9;
  right: -16px;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.left-logo img {
  width: 120px;
}

.left-contact-info {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}

.left-contact-info span {
  font-size: 18px;
}

.left-contact-info p {
  font-size: 14px;
  background: rgb(247, 250, 253);
  border-radius: 10px;
  display: block;
  padding: 10px !important;
}

.adress {
  margin: 10px 0px;
}

.contact-phone {
  color: rgb(39, 162, 74);
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.mail {
  color: rgb(4, 26, 44);
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  transition: 0.3s;
}

.contact-phone:hover {
  color: rgb(39, 162, 74);
  text-decoration: underline !important;
}

.mail:hover {
  color: rgb(4, 26, 44);
  text-decoration: underline !important;
}

.inner-area {
  width: 100%;
}

.inner-area label {
  width: 100%;
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}

.partner-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
  background: rgb(247, 250, 253);
}

footer {
  width: 100%;
  background: rgb(4, 26, 44);
  padding: 30px 0px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.165);
}

.footer-menu ul {
  display: flex;
  gap: 16px;
}

.footer-menu ul li a {
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.footer-menu ul li a:hover {
  text-decoration: underline !important;
}

.social-media ul {
  display: flex;
  gap: 10px;
}

.social-media ul li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  border-radius: 100%;
}

.social-media ul li a svg {
  width: 15px;
  color: rgb(4, 26, 44);
}

.social-media ul li a:hover {
  opacity: 0.6;
}

.footer-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info {
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.custom-tooltip {
  background: white !important;
  color: black !important;
}

.question {
  cursor: pointer;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  width: 280px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  transform: translateX(-50%);
  font-size: 13px;
  left: -120px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
}

.question:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.service-sections {
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  transition: 0.5s;
  padding: 40px 20px;
  margin-top: 36px;
}

.service {
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid rgb(235, 236, 236);
  padding: 0px 20px;
}

.service-sections::after {
  width: 1px;
  height: 150px;
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  border-right: 1px dashed rgb(255, 255, 255);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: rgb(227 227 227);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.service-list {
  margin-top: 26px;
}

.service-list span {
  font-size: 20px;
  font-weight: 600;
}

.service-list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.number {
  color: rgb(221 221 221);
  font-size: 60px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  bottom: -20px;
  transition: 0.5s;
}

.service:hover .number {
  color: rgb(73, 206, 155);
}

.service:hover .service-icon {
  background: rgb(73, 206, 155);
}

.service-sections .service:last-child {
  border-right: 0px;
}

.withoutDirectly {
  text-align: center;
}

.withoutDirectly img {
  width: 98%;
  margin-right: -2%;
  margin-top: -38px;
}

.withoutDirectly ul {
  display: none;
}

span.uk-icon svg {
  font-size: 28px;
  width: 28px;
}

.uk-nav li>a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  color: #041A2C !important;
  font-size: 16px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.banner-slider,
.banner-slider-item {
  height: 100vh;
  overflow: hidden;
}

.tab-logo {
  text-align: center;
  margin-top: 23px;
  width: 150px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 36px;
}

.tab-logo img {
  width: 100px;
}