/* DESKTOP */

body {
  font-family: "Montserrat";
  font-weight: 500;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  opacity: 1;
  animation: fadeOut 1s ease-out 2s forwards;
}

#splash img {
  max-width: 200px;
  opacity: 0;
  animation: fadeInLogo 1s ease-out 0.5s forwards,
    logoFadeUp 0.5s ease-in 1.8s forwards;
}

@keyframes fadeInLogo {
  to {
    opacity: 1;
  }
}

@keyframes logoFadeUp {
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.banner-home .home span[property="name"] {
  display: none;
}

.banner-home .home::after {
  content: "Hybrid Booking";
  display: inline;
  font-weight: 500;
  color: inherit;
}

/* HEADER DESKTOP */
.hybrid-ads {
  text-align: center;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 18092024;
  color: white;
  background: #002541;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
  transform: translateY(-20px);
  /* Slide ke atas sedikit */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.hybrid-ads h1 {
  font-size: 16px;
  margin: 0;
}

.hybrid-ads i {
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer;
}

.banner-home {
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-navbar {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30px;
  z-index: 11;
  transition: top 0.5s ease-in-out;
}

.header-navbar .background-round {
  margin-top: 36px;
  border-radius: 50px;
  padding: 20px 20px 20px 32px;
  align-items: center;
  box-shadow: 0px 4px 30px 0px #0000001a;
  background-color: white;
}

.header-navbar img {
  width: auto;
  height: 43px;
}

.header-navbar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-navbar li {
  list-style: none;
  display: inline-block;
  padding: 12px;
  margin-right: 10px;
}

.header-navbar li.current_page_item>a {
  font-weight: 700;
}

.header-navbar li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

.header-navbar .menu-item-106>a,
.header-navbar .menu-item-1104>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-navbar .menu-item-106>.sub-menu,
.header-navbar .menu-item-1104>.sub-menu {
  text-align: left;
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  width: 345px;
  border-radius: 20px;
  left: 135px;
  top: 75px;
  box-shadow: 0px 4px 30px 0px #0000001a;
}

.header-navbar .menu-item-345>.sub-menu,
.header-navbar .menu-item-1102>.sub-menu {
  text-align: left;
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  width: 360px;
  border-radius: 20px;
  left: 350px;
  top: 0;
  box-shadow: 0px 4px 30px 0px #0000001a;
}

.header-navbar .trigger-hover-1 {
  width: 160px;
  height: 60px;
  position: absolute;
  left: 125px;
  top: 32px;
  cursor: auto;
}

.header-navbar .trigger-hover {
  height: 163px;
  width: 40px;
  position: absolute;
  left: -25px;
  top: 0;
  cursor: auto;
}

.header-navbar .menu-item-345>.sub-menu::before,
.header-navbar .menu-item-1102>.sub-menu::before {
  display: none;
}

/* .header-navbar ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid white;
    position: absolute;
    left: 40px;
    top: -24px;
} */

.header-navbar .sub-menu li {
  padding: 0;
  width: 100%;
}

.header-navbar .sub-menu li a {
  margin-bottom: 10px;
  padding: 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-navbar .sub-menu li a:hover {
  background: #dbdbdb;
  border-radius: 8px;
  cursor: pointer;
}

.header-navbar .menu-item-106:hover>.sub-menu,
.header-navbar .menu-item-1104:hover>.sub-menu {
  display: block;
}

.header-navbar .menu-item-345:hover>.sub-menu,
.header-navbar .menu-item-1102:hover>.sub-menu {
  display: block;
}

.header-navbar .login-button {
  position: relative;
  margin: 0;
  padding: 13px 20px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 60px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.header-navbar .background-round .col-md-2 a:nth-child(1) {
  text-decoration: none;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-navbar .background-round .col-md-2:nth-last-child(1) {
  display: flex;
  justify-content: right;
}

.header-navbar .login-button span {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.header-navbar .login-button:hover {
  animation: rotate624 0.7s ease-in-out both;
}

.header-navbar .login-button:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.header-navbar .login-button {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.header-navbar .login-button span {
  z-index: 20;
}

.header-navbar .login-button:after {
  background: #38ef7d;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.header-navbar .login-button:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header-navbar .signup-button {
  color: white;
  font-weight: 600;
  font-size: 14px;
  background-color: #1b8be3;
  border-radius: 60px;
  padding: 15px 20px;
  border: none;
}

.header-navbar .signup-button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.header-navbar .col-md-8 {
  position: relative;
}

.header-navbar .col-md-8 h1 {
  background-color: #f59e0b;
  padding: 2px 6px;
  border-radius: 10px 10px 10px 0;
  color: white;
  font-size: 10px;
  width: max-content;
  position: absolute;
  top: -3px;
  left: 185px;
}

.header-content {
  margin: 0 auto 60px;
  padding-top: 120px;
  text-align: center;
  transition: margin 0.5s ease-in-out;
}

.header-content h1 {
  font-size: 66px;
  font-weight: 700;
  color: #00233e;
  margin-top: 120px;
}

.header-content h1 b {
  font-size: 66px;
  font-weight: 700;
  color: #1b8be3;
}

.header-content span {
  color: #1b8be3;
}

.header-content p {
  color: #00233e;
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px;
}

.header-content ul {
  margin: 0;
  padding: 0;
  margin-top: 32px;
}

.header-content ul li {
  display: inline-block;
}

.header-content .demo-button {
  background-color: white;
  border: 1px solid #d2dbe5;
  border-radius: 60px;
  padding: 16px 20px;
  margin-right: 12px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}

.header-content .demo-button i {
  margin-left: 8px;
}

.header-content .register-button {
  background-color: #1b8be3;
  border: 1px solid #1b8be3;
  border-radius: 60px;
  padding: 16px 20px;
  margin-right: 12px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

.header-content .register-button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.header-content img {
  width: auto;
  height: 310px;
  margin-top: 80px;
}

/* OUR PRODUCT DESKTOP */
.our-product {
  margin: 60px 0;
}

.our-product.bes-product {
  margin: 150px 0 100px;
}

.our-product .bg-blue {
  position: relative;
  background-color: #1b8be31a;
  padding: 80px 24px 24px 24px;
  border-radius: 36px;
}

.our-product img {
  position: absolute;
  top: 0;
  right: 0;
  height: 250px;
}

.our-product .top {
  text-align: center;
}

.our-product .top h3 {
  color: #1b8be3;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 10px;
  background-color: white;
  border-radius: 30px;
  width: max-content;
  margin: 0 auto;
  letter-spacing: 1.4px;
}

.our-product .top h1 {
  color: #222222;
  font-weight: 600;
  font-size: 52px;
  margin: 12px 0 20px;
}

.our-product .top h2 {
  color: #00233e;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.our-product .back {
  position: relative;
  padding: 45px 28px;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  color: black;
  transition: color 0.5s ease, transform 0.4s ease, filter 0.4s ease,
    box-shadow 0.4s ease;
}

.our-product .back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #002541;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  transition: none;
}

.our-product .back.hovering::before {
  width: 150%;
  height: 150%;
  opacity: 1;
  transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
}

.our-product .back.fading::before {
  width: 150%;
  height: 150%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.our-product .back.hovering {
  color: white;
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.our-product .bot {
  overflow: visible;
}

.our-product .bot .back {
  transition: all 0.4s ease;
  transform: scale(1);
}

.our-product .bot .back.blur {
  filter: blur(2px);
  transform: scale(0.97);
}

.our-product .bot .back.focused {
  filter: none;
  transform: scale(1.05);
  z-index: 2;
  position: relative;
}

.our-product .bot {
  margin-top: 120px;
  position: relative;
}

.our-product .bot h1 {
  font-size: 24px;
  font-weight: 600;
  color: #002541;
  margin-bottom: 20px;
}

.our-product .back:hover h1 {
  color: #ffffff;
}

.our-product .bot h2 {
  font-size: 16px;
  font-weight: 400;
  color: #002541b2;
  margin-bottom: 32px;
  line-height: 19px;
}

.our-product .back:hover h2 {
  color: #ffffffb2;
}

.our-product .bot button {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 32px;
  border: 1.5px solid #d2dbe5;
  background-color: white;
  padding: 20px 0;
  text-align: center;
  border-radius: 60px;
  transition: all 0.2s ease;
  position: relative;
}

.our-product .bot button:active {
  transform: scale(0.96);
}

.our-product .bot button::before,
.our-product .bot button::after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Animate only when class is present */
.our-product .bot button.animate-bubbles::before {
  top: -70%;
  background-image: radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #1b8be3 20%, transparent 30%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #1b8be3 15%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.our-product .bot button.animate-bubbles::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #1b8be3 15%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%),
    radial-gradient(circle, #1b8be3 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.our-product .back.hovering button.animate-bubbles::before {
  animation: greentopBubbles 0.6s ease;
}

.our-product .back.hovering button.animate-bubbles::after {
  animation: greenbottomBubbles 0.6s ease;
}

.our-product .back:hover button {
  background-color: #1b8be3;
  border: none;
  color: white;
}

.our-product .bot ul {
  padding: 0;
  margin: 0;
}

.our-product .bot ul li {
  margin-bottom: 16px;
  list-style: none;
  background-image: url("/wp-content/uploads/2024/09/Verified-List.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
  background-size: 20px 20px;
  font-size: 14px;
  font-weight: 400;
}

.our-product .bot p {
  margin-top: 32px;
  color: #002541b2;
  font-size: 14px;
  font-weight: 450;
  margin-bottom: 0;
}

.our-product .back:hover p {
  color: #ffffffb2;
}

/* .our-product .bot li::marker {
    background-image: url('/wp-content/uploads/2024/09/Verified-List.png');
    background-position: center;
    background-size: cover;
} */

/* ABOUT US DEKSTOP */
.about-us {
  margin: 100px 0;
}

.about-us h5 {
  font-weight: 600;
  font-size: 14px;
  color: #1b8be3;
  letter-spacing: 1.4px;
}

.about-us h1 {
  font-weight: 600;
  font-size: 52px;
  color: #222222;
  margin: 12px 0 20px;
}

.about-us p {
  font-weight: 400;
  font-size: 18px;
  color: #00233e;
  line-height: 150%;
}

.about-us button {
  font-weight: 550;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 32px;
  background-color: #1b8be3;
  border-radius: 60px;
  margin-top: 30px;
  border: none;
}

.about-us button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.about-us img {
  width: 100%;
}

/* ABOUT US DEKSTOP */
.payment-gate {
  margin: 100px 0;
}

.payment-gate h5 {
  font-weight: 600;
  font-size: 14px;
  color: #1b8be3;
  letter-spacing: 0.4px;
}

.payment-gate h1 {
  font-weight: 600;
  font-size: 52px;
  color: #222222;
  margin: 12px 0 20px;
}

.payment-gate p {
  font-weight: 400;
  font-size: 18px;
  color: #00233e;
  line-height: 150%;
}

.payment-gate button {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  padding: 12px 32px;
  background-color: #1b8be3;
  border-radius: 60px;
  margin-top: 30px;
  border: none;
}

.payment-gate img {
  width: 100%;
}

/* GET FREE TRIAL DESKTOP */
.get-trial {
  margin-bottom: 120px;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.get-trial .back {
  background-color: #002541;
  text-align: center;
  padding: 50px;
  border-radius: 32px;
}

.get-trial h1 {
  font-size: 32px;
  line-height: 48px;
  color: white;
  font-weight: 600;
  margin-bottom: 4px;
}

.get-trial h2 {
  font-size: 24px;
  line-height: 48px;
  color: white;
  font-weight: 500;
}

.get-trial span {
  color: #1b8be3;
}

.get-trial a {
  text-decoration: none;
}

.get-trial i {
  margin-right: 10px;
  font-size: 22px;
}

.get-trial button {
  padding: 20px 28px;
  color: #fff;
  font-weight: 550;
  font-size: 18px;
  background-color: #f59e0b;
  border-radius: 60px;
  border: none;
}

.get-trial button.download-cm-btn {
  border: 1px solid #ffffff;
  color: white;
  padding: 20px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 18px;
  margin: 0 12px;
  background: none;
}

/* TESTIMONIALS DESKTOP */
.testimonials {
  margin-bottom: 120px;
}

.testimonials .top {
  text-align: center;
  margin-bottom: 40px;
}

.testimonials .top h4 {
  color: #1b8be3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.testimonials .top h1 {
  color: #222222;
  font-size: 52px;
  font-weight: 600;
  margin: 12px 0 20px;
}

.testimonials .top h2 {
  color: #00233e;
  font-size: 18px;
  font-weight: 400;
}

.testimonials .back {
  background: linear-gradient(0deg,
      rgba(27, 139, 227, 0.1) 0%,
      rgba(27, 139, 227, 0) 40%);
  border-radius: 20px;
  padding: 0 40px 32px;
}

.testimonials .back:nth-child(odd) {
  margin-right: 20px;
}

.testimonials .back:nth-child(even) {
  margin-left: 20px;
}

.testimonials .slick-dots {
  bottom: -35px;
}

.testimonials .slick-dots li button:before {
  font-size: 10px;
}

.testimonials .slick-dots li.slick-active button {
  background: #000000;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 1px #a59a9a;
  border: 5px solid #ffffff;
}

.testimonials .slider-testimonial img {
  height: 100px;
  margin-bottom: 12px;
}

.testimonials .slider-testimonial .flex {
  display: flex;
  align-items: center;
}

.testimonials .slider-testimonial .verify {
  height: 24px;
  width: 24px;
  margin: 0;
}

.testimonials .slider-testimonial h1 {
  margin: 0 12px;
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.testimonials .slider-testimonial h2 {
  color: #94a3b8;
  font-size: 14px;
  margin: 0;
}

.testimonials .slider-testimonial p {
  text-align: justify;
  color: black;
  font-weight: 400;
  font-size: 18px;
  margin-top: 16px;
}

/* BENEFITS DESKTOP */
.benefits {
  padding-bottom: 76px;
  position: relative;
  background: linear-gradient(180deg,
      rgba(27, 139, 227, 0) 0%,
      rgba(27, 139, 227, 0.1) 100%);
}

.benefits .line-benefit-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits .line-benefit-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits .col-md-5 {
  padding: 0 40px;
}

.benefits img {
  height: 580px;
  width: auto;
}

.benefits h2 {
  color: #1b8be3;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}

.benefits h1 {
  color: #111827;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
}

.benefits .point {
  margin-bottom: 48px;
}

.benefits .point1 {
  background-color: #dbeafe;
  padding: 4px 12px;
  border-radius: 60px;
  font-size: 12px;
  color: #1e40af;
  margin-bottom: 16px;
  width: max-content;
}

.benefits .point2 {
  background-color: #dcfce7;
  padding: 4px 12px;
  border-radius: 60px;
  font-size: 12px;
  color: #166534;
  margin-bottom: 16px;
  width: max-content;
}

.benefits .point3 {
  background-color: #fee2e2;
  padding: 4px 12px;
  border-radius: 60px;
  font-size: 12px;
  color: #991b1b;
  margin-bottom: 16px;
  width: max-content;
}

.benefits .point h4 {
  color: #111827;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.benefits .point h5 {
  color: #6b7280;
  font-weight: 400;
  font-size: 16px;
}

.benefits .bot {
  text-align: center;
  margin-top: 160px;
}

.benefits .bot h1 {
  color: #002541;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.benefits .bot button {
  background-color: #f59e0b;
  border-radius: 60px;
  padding: 16px 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border: none;
}

.benefits .bot button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

/* ACCOMMODATION DESKTOP */
.bg-header-accom {
  position: relative;
}

.bg-header-accom p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 4px 10px;
  background: #ffffff33;
  width: max-content;
  margin: 0 auto;
  border-radius: 20px;
}

.bg-header-accom span {
  margin: 0 3px;
}

.bg-header-accom p a {
  color: white;
  text-decoration: none;
}

.bg-header-accom .line-acc {
  padding-top: 224px;
  padding-bottom: 136px;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-header-accom i {
  margin-top: 3px;
}

.bg-header-accom h1 {
  font-weight: 700;
  font-size: 66px;
  color: white;
  margin-bottom: 10px;
}

.bg-header-accom h2 {
  font-size: 18px;
  color: white;
}

.sub-head {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub-head h1 {
  font-weight: 700;
  font-size: 40px;
  color: black;
  margin-bottom: 15px;
}

.sub-head h2 {
  font-size: 18px;
  color: black;
  padding: 0 135px;
}

.accommodation {
  margin: 100px 0;
}

.accommodation img {
  width: 100%;
}

.accommodation h1 {
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.accommodation h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.accommodation h1 span {
  color: #1b8be3;
}

.accommodation p {
  color: #00233e;
}

/* PRODUCT REGISTER DESKTOP */
.product-register {
  margin: 100px 0 190px;
  padding: 50px 0 200px;
  text-align: center;
  background-image: url("/wp-content/uploads/2025/08/back-proreg.png");
  position: relative;
}

.product-register h1 {
  margin: 10px 0;
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.product-register h1 span {
  color: #1b8be3;
}

.product-register button {
  padding: 20px 28px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #f59e0b;
  border-radius: 60px;
  border: none;
}

.product-register button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.product-register .our-items {
  padding: 50px 30px;
  background-color: #002541;
  border-radius: 20px;
  display: flex;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  justify-content: space-around;
}

.product-register .our-items div {
  text-align: center;
  width: 120px;
}

.product-register .our-items h2 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}

/* CHANNEL MANAGER DESKTOP */
.product-register.cm {
  background: none;
  margin: 100px 0 80px;
  padding: 0;
}

.product-register.cm .our-items {
  position: unset;
  width: 100%;
}

.payment-gate.cm {
  margin: 80px 0;
  background: #fafafa;
  padding: 50px 0;
}

.payment-gate.cm img {
  width: 524px;
}

.payment-gate.cm h1 {
  font-weight: 500;
  font-size: 40px;
}

.payment-gate.cm h5 {
  padding: 6px 10px;
  background: white;
  width: max-content;
  border-radius: 30px;
}

.increase-occupancy {
  margin: 80px 0;
}

.increase-occupancy h1 {
  font-size: 40px;
  color: #222222;
  margin-bottom: 25px;
}

.increase-occupancy span {
  color: #1b8be3;
}

.increase-occupancy .col-md-6 {
  margin: 15px 0;
}

.increase-occupancy .back {
  border: 1px solid #cecece;
  padding: 32px 24px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.increase-occupancy .back .flex {
  display: flex;
  align-items: center;
}

.increase-occupancy .back .flex div .flex {
  margin-bottom: 20px;
}

.increase-occupancy h2 {
  margin: 0 0 0 15px;
  color: #000;
  font-size: 20px;
}

.increase-occupancy h3 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.increase-occupancy .back .flex .right-imgs {
  margin-left: 40px;
}

.why-choose-cms {
  padding: 80px 333px;
  margin: 80px 0;
  background-color: #f9f9f9;
}

.why-choose-cms img {
  margin: 0 auto;
}

.why-choose-cms h1 {
  margin: 15px 0 40px;
  color: #222222;
  font-size: 40px;
}

.why-choose-cms h2 {
  margin: 30px 0;
  font-size: 26px;
  color: #666666;
  font-weight: 400;
}

.why-choose-cms span {
  color: #1b8be3;
  font-weight: 600;
}

.bes-pricing.cm {
  margin: 100px 0 0;
  padding-bottom: 100px;
}

.bes-pricing.cm .interested {
  margin: 300px 0 0;
  text-align: center;
}

.bes-pricing.cm .interested h1 {
  color: #002541;
  font-size: 48px;
  font-weight: 600;
}

.bes-pricing.cm .interested p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
}

.bes-pricing.cm .interested div div {
  padding: 10px 10px 10px 40px;
  display: flex;
  align-items: center;
  border-radius: 70px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px #0000000d;
  width: max-content;
  margin: 0 auto;
}

.bes-pricing.cm .interested h2 {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 100%;
}

.bes-pricing.cm .interested button {
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  background-color: #f59e0b;
}

.bes-pricing.cm .line-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bes-pricing.cm .line-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* BENEFIT DESKTOP */
.benefit {
  margin: 50px 0;
}

.benefit h1 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin-bottom: 28px;
  position: relative;
}

.benefit h1 img {
  width: 31px;
  position: absolute;
  top: -15px;
}

.benefit .buttons-list {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #0000001a;
  border-radius: 20px;
  cursor: pointer;
}

.benefit .buttons-list .flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.benefit .buttons-list h2 {
  font-weight: 600;
  color: black;
  font-size: 20px;
  margin: 0;
}

.benefit .buttons-list i {
  font-size: 18px;
}

.benefit .buttons-list h3 {
  display: none;
  font-size: 16px;
  color: black;
  margin-top: 15px;
  margin-bottom: 0;
  color: #8b8b8b;
  line-height: 24px;
  font-weight: 350;
}

/* QUESTION DESKTOP */
.question {
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

.question h1 {
  font-size: 40px;
  color: #222222;
  font-weight: 600;
  padding: 16px 0;
  width: 1030px;
  margin: 0 auto 40px;
  border-radius: 10px;
}

.question .accordion {
  width: max-content;
  margin: 0 auto;
}

.question .accordion-item {
  width: 1000px;
  border-radius: 20px;
  margin-bottom: 24px;
  border: none;
  box-shadow: 0px 4px 16px 0px #00000029;
}

.question .accordion-button {
  border-radius: 20px !important;
  background: white;
  color: black;
  font-weight: 500;
}

.question .accordion-body {
  text-align: left;
  font-weight: 350;
}

.question .contact-q {
  margin: 50px auto 0;
  text-align: center;
}

.question .contact-q h5 {
  font-size: 18px;
  color: black;
  margin-bottom: 12px;
}

.question .contact-q button {
  background-color: #1b8be3;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  border-radius: 60px;
  border: none;
}

.question .line-quest {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}

/* FOOTER DESKTOP */
.footer {
  padding: 60px 0;
  box-shadow: 0px -16px 100px 0px #00000012;
}

.footer .top {
  align-items: center;
}

.footer .top {
  padding: 20px 0;
}

.footer .top a {
  text-decoration: none;
}

.footer .top .col-md-2 img {
  width: auto;
  height: 60px;
}

.footer .top .col-md-3 {
  text-align: right;
}

.footer .top .col-md-3 img {
  width: auto;
  height: 28px;
  margin-right: 20px;
}

.footer .mid {
  margin: 40px 0;
}

.footer .mid h1 {
  color: #4d667a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}

.footer .mid ul {
  margin: 0;
  padding: 0;
}

.footer .mid li {
  list-style: none;
  margin-bottom: 20px;
}

.footer .mid a {
  color: #94a3b8;
  font-size: 16px;
  text-decoration: none;
}

.footer .mid input {
  border: 1px solid #d2dbe5;
  width: 100%;
  padding: 16px 22px;
  border-radius: 12px;
}

.footer .mid button {
  text-align: center;
  padding: 16px 0;
  background-color: #1b8be3;
  color: white;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: none;
  margin-top: 24px;
}

.footer .mid .col-md-8 div {
  margin-right: 65px;
}

.footer .bot {
  margin-top: 40px;
  padding: 40px 0;
  align-items: center;
}

.footer .bot h1 {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.footer .bot ul {
  margin: 0;
  padding: 0;
}

.footer .bot li {
  display: inline-block;
}

.footer .bot li:nth-child(1) {
  padding-right: 28px;
  border-right: 1px solid #d2dbe5;
}

.footer .bot li:nth-child(2) {
  padding-left: 28px;
}

.footer .bot a {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

/* POP UP DESKTOP */
.whatsapp-container,
.bes-container,
.language-selection {
  position: relative;
}

.language-selection .floating-language {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: white;
  border: 2px solid white;
  width: auto;
  height: auto;
  border-radius: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2013;
  transition: bottom 0.5s ease;
  padding: 10px 15px;
}

.language-selection .floating-language ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.language-selection .floating-language ul li {
  list-style: none;
  opacity: 0.2;
}

.language-selection .floating-language ul li.active {
  opacity: 1;
}

.language-selection .floating-language a {
  text-decoration: none;
  color: black;
}

.language-selection .floating-language li:nth-child(1) a {
  margin-right: 15px;
}

.language-selection .floating-language img {
  margin-right: 5px;
}

.bes-container .book-sign {
  position: fixed;
  bottom: 150px;
  right: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: bottom 0.5s ease;
}

.bes-container .floating-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #002541;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2013;
  transition: bottom 0.5s ease;
}

.whatsapp-container .floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border: 2px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2013;
  transition: bottom 0.5s ease;
}

.bes-container .floating-button i {
  font-size: 25px;
  color: white;
}

.whatsapp-container .floating-button i {
  font-size: 30px;
  color: white;
}

.whatsapp-popup {
  position: fixed;
  z-index: 2014;
  bottom: 90px;
  right: 20px;
  background-color: #ffffff;
  /*padding: 10px;  */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  background: transparent;
}

.whatsapp-popup.show {
  display: block;
}

.bes-popup {
  position: fixed;
  z-index: 2014;
  bottom: 170px;
  right: 20px;
  background-color: #ffffff;
  /*padding: 10px;  */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  background: transparent;
}

.bes-popup a,
.whatsapp-popup a {
  display: block;
  /*margin-bottom: 10px;*/
  text-decoration: none;
  color: #333333;
}

.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bes-container .popup-header {
  padding: 20px;
  background-color: #002541;
  /*    border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
}

.whatsapp-container .popup-header {
  padding: 20px;
  background-color: #25d366;
  /*    border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
}

.popup-logo {
  width: 75px;
  margin: 0 auto;
  padding: 25px 12px;
  background: white;
  height: 75px;
  border-radius: 75px;
  text-align: center;
}

.popup-logo-image {
  width: 100%;
}

.popup-opening-hours {
  margin-top: 20px;
  text-align: center;
}

.bes-container .popup-opening-hours p {
  color: white;
}

.popup-opening-hours-heading {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.popup-opening-hours-info {
  margin-bottom: 0.2rem;
}

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

.popup-links a:hover {
  font-weight: 600;
}

.popup-links a {
  display: block;
  /*margin-top: 10px;*/
  padding: 19px;
  background: white;
}

/* CHECK TRANSACTION DESKTOP */
.modal.fade#checktransaction {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.modal.fade#checktransaction.show {
  display: flex !important;
}

.modal.fade#checktransaction.modal-active {
  display: flex !important;
}

.modal.fade.show#checktransaction {
  z-index: 99999999999;
}

.modal.fade#checktransaction .modal-dialog {
  margin: 0;
}

.modal.fade#checktransaction .modal-content {
  width: 600px;
}

.modal.fade#checktransaction .modal-header {
  background-color: #012b4a;
  text-align: center;
  display: block;
  color: white;
  padding: 20px 0;
}

.modal.fade#checktransaction .modal-header h4 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.fade#checktransaction .modal-header img {
  width: 24px;
  margin-right: 10px;
}

.modal.fade#checktransaction .modal-body {
  padding: 32px;
}

.modal.fade#checktransaction .modal-body p {
  color: #111827;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
}

.modal.fade#checktransaction .modal-body h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}

.modal.fade#checktransaction .modal-body div div:nth-child(3),
.modal.fade#checktransaction .modal-body div div:nth-child(3) div {
  margin-bottom: 0;
}

.modal.fade#checktransaction .modal-body div div input {
  padding: 10px 14px;
  border-radius: 12px;
}

.modal.fade#checktransaction .modal-body div div div select {
  width: 104px;
  margin-right: 20px;
  padding: 10px 14px;
  border-radius: 12px;
  color: #7e868d;
}

.modal.fade#checktransaction .modal-footer {
  padding: 24px 32px;
}

.modal.fade#checktransaction .modal-footer .btn-close-check {
  padding: 16px 30px;
  margin: 0 10px 0 0;
  border-radius: 12px;
  background-color: #f2f2f2;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.modal.fade#checktransaction .modal-footer .btn-close-check:hover {
  background: red;
  color: white;
  transition: 0.7s all;
}

.modal.fade#checktransaction .modal-footer .btn-confirm-check {
  padding: 16px 30px;
  border-radius: 12px;
  background-color: #1b8be3;
  color: #ffffff;
  font-size: 16px;
  border: none;
  font-weight: 600;
  margin: 0;
}

.modal.fade#checktransaction .modal-footer .btn-confirm-check:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.modal.fade#checktransaction .modal-body .modal-calendar-date {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-top: 10px;
  display: none;
}

.modal.fade#checktransaction .modal-body .modal-calendar-date.show {
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: max-content;
  box-shadow: 0px 4px 24px 0px #0000001a;
}

.modal.fade#checktransaction .modal-body .header-cal h1 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.modal.fade#checktransaction .modal-body .calendar {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal.fade#checktransaction .modal-body .date-picker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.modal.fade#checktransaction .modal-body .date-picker-header button {
  background: #007bff;
  border: none;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.modal.fade#checktransaction .modal-body .date-picker-header button:hover {
  background: #0056b3;
}

.modal.fade#checktransaction .modal-body .date-picker-header span {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.modal.fade#checktransaction .modal-body .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}

.modal.fade#checktransaction .modal-body .weekdays>div {
  text-align: center;
  font-weight: bold;
  padding: 8px;
  font-size: 0.9rem;
}

.modal.fade#checktransaction .modal-body .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.modal.fade#checktransaction .modal-body .day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.modal.fade#checktransaction .modal-body .day:hover {
  background: #e3f2fd;
}

.modal.fade#checktransaction .modal-body .day.current-month {
  color: #333;
}

.modal.fade#checktransaction .modal-body .day.other-month {
  color: #ccc;
}

.modal.fade#checktransaction .modal-body .day.today {
  font-weight: bold;
}

.modal.fade#checktransaction .modal-body .day.selected {
  background: #007bff;
  color: white;
  font-weight: bold;
}

.modal.fade#checktransaction .modal-body .checktranstbl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal.fade#checktransaction .modal-body .checktranstbl>div {
  display: flex;
  flex-direction: column;
}

.modal.fade#checktransaction .modal-body .checktranstbl h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.modal.fade#checktransaction .modal-body .amount-container {
  display: flex;
  gap: 10px;
}

.modal.fade#checktransaction .modal-body .amount-container select {
  flex: 0 0 80px;
}

.modal.fade#checktransaction .modal-body .amount-container input {
  flex: 1;
}

.modal.fade#checktransaction .modal-body #datepicker {
  cursor: pointer;
}

.modal.fade#checktransaction .modal-body .modal-header {
  border-bottom: 1px solid #dee2e6;
}

.modal.fade#checktransaction .modal-body .modal-header h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.modal.fade#checktransaction .modal-body .btn-close-check {
  background: #6c757d;
  border-color: #6c757d;
}

.modal.fade#checktransaction .modal-body .btn-confirm-check {
  background: #007bff;
  border-color: #007bff;
}

/* PRICING DESKTOP */
.pricing {
  margin: 100px 0;
}

.pricing h1 {
  color: #222222;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing h2 {
  color: #00233e;
  font-size: 18px;
  font-weight: 400;
  line-height: 50%;
  margin-bottom: 50px;
}

.pricing .back.first {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 24px 44px 0px #1b8be34d;
  box-shadow: 0px 4px 24px 0px #1b8be333;
  background-color: white;
  border: 2px solid #1b8be3;
}

.pricing .col-md-6 div div h3:nth-child(1) {
  font-size: 20px;
  margin-right: 10px;
}

.pricing h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.pricing h3 i {
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #222222;
}

.pricing .sub-tt {
  padding: 6px 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #f59e0b;
  border-radius: 60px;
  height: max-content;
  margin-left: 10px;
}

.pricing h4 {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0 0;
}

.pricing button {
  margin-left: 18px;
  box-shadow: 0px 10px 20px 0px #1b8be33d;
  border: none;
  padding: 12px 18px;
  background-color: #1b8be3;
  border-radius: 60px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.pricing button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.pricing .back.first button i,
.pricing .back.second button i {
  margin-left: 10px;
}

.pricing .back.first .equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.pricing .back.first .equal-height-row>.col-md-6 {
  display: flex;
}

.pricing .back.first .backcolor {
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f8fa;
}

.pricing .back.first h5 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing .back.first ul {
  padding: 0;
}

.pricing .back.first li {
  background-image: url("/wp-content/uploads/2024/09/Verified-List.png");
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
  background-size: 20px 20px;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.pricing .back.first li ul li {
  background-image: none;
  list-style-type: disc;
  width: 50%;
  padding: 0;
  margin: 0;
}

.pricing .back.first li ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.pricing .back.second {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 24px 44px 0px #1b8be34d;
  box-shadow: 0px 4px 24px 0px #1b8be333;
  background-color: white;
  border: 2px solid #1b8be3;
}

.pricing .back.second .backcolor {
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f8fa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing .back.second .wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px #0000000f;
  margin: 10px;
  width: 31.7%;
}

.pricing .back.second .wrapper h5 {
  color: #00233e;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.pricing .back.second .wrapper h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.pricing .back.second .wrapper h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.pricing .back.second .wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px #0000000f;
  margin: 10px;
  width: 47%;
}

.pricing .back.second .wrapper .back {
  display: flex;
  justify-content: space-between;
}

.pricing .back.second .wrapper h5 {
  color: #00233e;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.pricing .back.second .wrapper h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.pricing .back.second .wrapper h6:nth-child(1) {
  margin-right: 12px;
}

.bes-pricing {
  margin: 100px 0;
}

.bes-pricing h1 {
  color: #222222;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 20px;
}

.bes-pricing h2 {
  color: #00233e;
  font-size: 18px;
  font-weight: 400;
  line-height: 50%;
  margin-bottom: 50px;
}

.bes-pricing .back.first {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #1b8be3;
  box-shadow: 0px 24px 44px 0px #1b8be34d;
  box-shadow: 0px 4px 24px 0px #1b8be333;
  background-color: white;
}

.bes-pricing .col-md-6 div div h3:nth-child(1) {
  font-size: 20px;
  margin-right: 10px;
}

.bes-pricing h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.bes-pricing h3 i {
  font-style: normal;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #222222;
}

.bes-pricing .sub-tt {
  padding: 6px 20px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #f59e0b;
  border-radius: 60px;
  height: max-content;
  margin-left: 10px;
}

.bes-pricing h4 {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.bes-pricing button {
  margin-left: 18px;
  box-shadow: 0px 10px 20px 0px #1b8be33d;
  border: none;
  padding: 12px 18px;
  background-color: #1b8be3;
  border-radius: 60px;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.bes-pricing .back.first button i {
  margin-left: 10px;
}

.bes-pricing .back.first .equal-height-row {
  display: flex;
  flex-wrap: wrap;
}

.bes-pricing .back.first .equal-height-row>.col-md-6 {
  display: flex;
}

.bes-pricing .back.first .backcolor {
  padding: 20px;
  border-radius: 10px;
  background-color: #f5f8fa;
}

.bes-pricing .back.first h5 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bes-pricing .back.first ul {
  padding: 0;
}

.bes-pricing .back.first li {
  background-image: url("/wp-content/uploads/2024/09/Verified-List.png");
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
  background-size: 20px 20px;
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.bes-pricing .back.first li ul li {
  background-image: none;
  list-style-type: disc;
  width: 50%;
  padding: 0;
  margin: 0;
}

.bes-pricing .back.first li ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.bes-pricing .back.second {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #1b8be3;
  box-shadow: 0px 4px 24px 0px #1b8be333;
  background-color: white;
}

.bes-pricing .back.second .backcolor {
  padding: 10px;
  border-radius: 10px;
  background-color: #f5f8fa;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bes-pricing .back.second .wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px #0000000f;
  margin: 10px;
  width: 47%;
}

.bes-pricing .back.second .wrapper .back {
  display: flex;
  justify-content: space-between;
}

.bes-pricing .back.second .wrapper h5 {
  color: #00233e;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.bes-pricing .back.second .wrapper h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.bes-pricing .back.second .wrapper h6:nth-child(1) {
  margin-right: 12px;
}

/* UPDATE DEKSTOP */
.upd-top {
  margin: 100px 0;
}

.upd-top .main h1 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 600;
  padding: 0 10px;
}

.upd-top .main h2 {
  margin-bottom: 40px;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}

.upd-top .slider-upd-top .front-image {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 8px;
}

.upd-top .slider-upd-top h2 {
  font-size: 16px;
  color: #6b7280;
  font-weight: 400;
  margin-bottom: 4px;
}

.upd-top .slider-upd-top h1 {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 12px;
}

.upd-top .slider-upd-top a {
  font-size: 16px;
  color: #437dfb;
  font-weight: 500;
  text-decoration: none;
}

.upd-top .slider-upd-top .back {
  margin: 0 10px;
  position: relative;
}

.upd-top .slider-upd-top h3 {
  padding: 4px 10px;
  color: #fef2f2;
  font-size: 12px;
  font-weight: 600;
  background-color: #437dfb;
  border-radius: 50px;
  position: absolute;
  left: 12px;
  top: 12px;
}

.upd-top .slider-upd-top .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: black;
  background: white;
  font-size: 18px;
  padding: 12px;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 14px 0px #00000029;
}

.upd-top .slider-upd-top .slick-next {
  right: 5px;
  top: 150px;
}

.upd-top .slider-upd-top .back h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
  word-wrap: break-word;
}

.upd-top .slider-upd-top .back h1.fallback {
  display: block;
  height: calc(1.4em * 2);
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
}

.upd-top .slider-upd-top .back h1.fallback::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 5px;
}

.upd-top .slick-prev.slick-arrow,
.upd-bot .slick-prev.slick-arrow {
  display: none;
}

.upd-bot {
  margin: 100px 0;
}

.upd-bot .main h1 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 600;
  padding: 0 10px;
}

.upd-bot .main h2 {
  margin-bottom: 40px;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
  padding: 0 10px;
}

.upd-bot .slider-upd-bot .front-image {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border-radius: 8px;
}

.upd-bot .slider-upd-bot h2 {
  font-size: 16px;
  color: #6b7280;
  font-weight: 400;
  margin-bottom: 4px;
}

.upd-bot .slider-upd-bot h1 {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 12px;
}

.upd-bot .slider-upd-bot a {
  font-size: 16px;
  color: #437dfb;
  font-weight: 500;
  text-decoration: none;
}

.upd-bot .slider-upd-bot .back {
  margin: 0 10px;
  position: relative;
}

.upd-bot .slider-upd-bot h3 {
  padding: 4px 10px;
  color: #fef2f2;
  font-size: 12px;
  font-weight: 600;
  background-color: #437dfb;
  border-radius: 50px;
  position: absolute;
  left: 12px;
  top: 12px;
}

.upd-bot .slider-upd-bot .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: black;
  background: white;
  font-size: 18px;
  padding: 12px;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 14px 0px #00000029;
}

.upd-bot .slider-upd-bot .slick-next {
  right: 5px;
  top: 150px;
}

.upd-bot .slider-upd-bot .back h1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
  word-wrap: break-word;
}

.upd-bot .slider-upd-bot .back h1.fallback {
  display: block;
  height: calc(1.4em * 2);
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
}

.upd-bot .slider-upd-bot .back h1.fallback::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 5px;
}

.upd-mid .col-md-12 {
  /* margin: 100px 0; */
  position: relative;
}

.upd-mid .main h1 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 32px;
  font-weight: 600;
}

.upd-mid .main h2 {
  margin-bottom: 20px;
  color: #6b7280;
  font-size: 18px;
  font-weight: 400;
}

.upd-mid .articles-container {
  margin: 0 auto;
}

.upd-mid .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 0 10px;
}

.upd-mid .article-item {
  flex: 1;
  max-width: calc(50% - 10px);
  padding: 0;
}

.upd-mid .back {
  margin: 0;
  position: relative;
  background: transparent;
  padding: 0;
}

.upd-mid .back::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      transparent 100%);
  pointer-events: none;
  z-index: 1;
  border-radius: 8px;
}

.upd-mid .back img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.upd-mid .back h3 {
  padding: 4px 10px;
  color: #fef2f2;
  font-size: 12px;
  font-weight: 600;
  background-color: #437dfb;
  border-radius: 50px;
  position: absolute;
  left: 12px;
  top: 12px;
  margin: 0;
}

.upd-mid .back h1 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
  word-wrap: break-word;
  position: absolute;
  bottom: 33px;
  left: 15px;
  z-index: 10;
}

.upd-mid .back h1.fallback {
  display: block;
  height: calc(1.4em * 2);
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
}

.upd-mid .back h1.fallback::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 5px;
}

.upd-mid .back h2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 4px;
  display: flex;
  position: absolute;
  bottom: 17px;
  left: 15px;
  z-index: 10;
}

.upd-mid .back ul {
  padding: 0;
  margin: 0;
}

.upd-mid .back li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-left: 25px;
}

.upd-mid .back a {
  font-size: 16px;
  color: #437dfb;
  font-weight: 500;
  text-decoration: none;
}

.upd-mid .pagination-wrapper {
  margin-top: 5px;
  position: absolute;
  right: 10px;
}

.upd-mid .page-numbers {
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.upd-mid .pagination-wrapper span,
.upd-mid .pagination-wrapper a {
  border: 1px solid rgba(216, 216, 216, 1);
  color: #d8d8d8;
  padding: 10px 14px;
  border-radius: 10px;
  margin-left: 10px;
}

.upd-mid span.page-numbers.current {
  background-color: #437dfb;
  color: #ffffff;
  border: 1px solid #437dfb;
}

.upd-mid .pagination-wrapper li {
  list-style: none;
  display: inline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .upd-mid .row {
    flex-direction: column;
  }

  .upd-mid .article-item {
    max-width: 100%;
  }

  .upd-mid .back img {
    height: 200px;
  }
}

/* SINGE ARTICLE DESKTOP */
.single-article {
  margin: 100px 0;
}

.single-article .col-md-4 {
  margin-top: 188px;
}

.single-article h3 {
  padding: 4px 10px;
  color: #fef2f2;
  font-size: 12px;
  font-weight: 600;
  background-color: #437dfb;
  border-radius: 50px;
  margin-bottom: 12px;
  width: max-content;
}

.single-article h1 {
  color: #111827;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.single-article h2 {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  display: flex;
}

.single-article h2 ul {
  padding: 0px;
  margin-left: 15px;
}

.single-article h2 li {
  font-style: italic;
  margin-left: 10px;
}

.single-article img {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.single-article p {
  color: #6b7280;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
}

.single-article .other-article .back {
  padding: 10px;
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.single-article .other-article a {
  text-decoration: none;
}

.single-article .other-article .other-titles {
  color: #111827;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-article .other-article .back img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}

.single-article .other-article .back h1 {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-article .other-article .back ul {
  padding: 0;
  margin-bottom: 0;
}

.single-article .other-article .back li {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.grecaptcha-badge {
  display: none;
}

/* SIGN IN DESKTOP */
.sign-in {
  background: linear-gradient(236.11deg, #002541 83.74%, #005fa7 99.47%);
  padding: 20px 5px;
  position: relative;
}

.sign-in .card-form-signin {
  width: 520px;
}

.sign-in form {
  width: fit-content;
}

.sign-in .logo {
  width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sign-in h1 {
  margin: 0;
  margin-bottom: 6px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
}

.sign-in h2 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  margin-bottom: 20px;
}

.sign-in title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}

.sign-in input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 20px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-radius: 12px;
}

.sign-in p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  margin-bottom: 20px;
}

.sign-in p a {
  font-weight: 400;
  margin-left: 10px;
}

.sign-in button {
  background: rgba(27, 139, 227, 1);
  padding: 16px 20px;
  text-align: center;
  border: none;
  border-radius: 12px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  transition: all 0.4s;
  vertical-align: middle;
}

.sign-in button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.sign-in button:hover span:after {
  opacity: 4;
  right: 0;
}

.sign-in .card-right {
  width: 100%;
  height: 800px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-in .card-right .left {
  position: absolute;
  left: 0;
  top: 0;
}

.sign-in .card-right .right {
  position: absolute;
  right: 0;
  top: 0;
}

.sign-in .card-right h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 35, 62, 1);
  margin: 0;
  margin-bottom: 30px;
}

.sign-in .card-right h1 span {
  background: linear-gradient(269.46deg, #1b8be3 43.07%, #c0dcf1 83.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sign-in .card-right ul {
  margin: 0;
  padding: 0;
  max-width: 65%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sign-in .card-right ul li {
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 20px;
  padding: 6px 10px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  border-radius: 70px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 37, 67, 1);
}

.sign-in .card-right ul li img {
  margin-right: 10px;
  width: 40px;
}

.sign-in .card-right .join-vendor {
  width: 100%;
  max-width: 94%;
  left: 3%;
  bottom: 20px;
  background: rgba(248, 248, 248, 1);
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  /* z-index: 2; */
}

.sign-in .card-right .join-vendor img {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(248, 248, 248, 1);
  border-radius: 50%;
}

.sign-in .card-right .join-vendor h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}

.sign-in .card-right .join-vendor p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(107, 114, 128, 1);
  margin: 0;
}

.d-mobile {
  display: none !important;
}

.d-desktop {
  display: block;
}

/* SIGN UP DESKTOP */
.sign-up {
  background: linear-gradient(236.11deg, #002541 83.74%, #005fa7 99.47%);
  padding: 20px 5px;
  position: relative;
}

.sign-up .card-form-signin {
  width: 520px;
}

.sign-up form {
  width: fit-content;
}

.sign-up .logo {
  width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sign-up title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}

.sign-up input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 20px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-radius: 12px;
}

.sign-up .product-option {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(204, 204, 204, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(204, 204, 204, 1);
  background: transparent;
  margin-bottom: 15px;
  appearance: none;
  position: relative;
}

.sign-up .product-option-wrap {
  position: relative;
}

.sign-up .product-option-wrap::before {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 900;
  /* margin-right: 8px; */
  position: absolute;
  right: 20px;
  top: 20%;
  color: rgba(204, 204, 204, 1);
}

.sign-up .cb-regist {
  width: fit-content;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
}

.sign-up .cb-regist input {
  width: 16px;
  margin: 0;
  margin-right: 10px;
}

.sign-up .sign-up-button {
  background: rgba(27, 139, 227, 1);
  padding: 16px 20px;
  text-align: center;
  border: none;
  border-radius: 12px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.sign-up button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.sign-up button span:after {
  content: " Now!";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.7s;
}

.sign-up button:hover span {
  padding-right: 47px;
}

.sign-up button:hover span:after {
  opacity: 4;
  right: 0;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.sign-up .card-right {
  width: 100%;
  height: 800px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up .card-right .left {
  position: absolute;
  left: 0;
  top: 0;
}

.sign-up .card-right .right {
  position: absolute;
  right: 0;
  top: 0;
}

.sign-up .card-right h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 35, 62, 1);
  margin: 0;
  margin-bottom: 10px;
}

.sign-up .card-right h1 span {
  background: linear-gradient(269.46deg, #1b8be3 43.07%, #c0dcf1 83.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sign-up .card-right p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 37, 65, 1);
  margin-bottom: 20px;
}

.sign-up .card-right ul {
  margin: 0;
  padding: 0;
  /* max-width: 65%; */
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sign-up .card-right ul li {
  display: inline-block;
  margin: 0px 10px;
  margin-bottom: 20px;
  padding: 6px 10px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.07);
  border-radius: 70px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(0, 37, 67, 1);
}

.sign-up .card-right ul li img {
  margin-right: 10px;
  width: 40px;
}

.sign-up .card-right .join-vendor {
  width: 100%;
  max-width: 94%;
  left: 3%;
  bottom: 20px;
  background: rgba(248, 248, 248, 1);
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  /* z-index: 2; */
}

.sign-up .card-right .join-vendor img {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(248, 248, 248, 1);
  border-radius: 50%;
}

.sign-up .card-right .join-vendor h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
  margin: 0;
}

.sign-up .card-right .join-vendor p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(107, 114, 128, 1);
  margin: 0;
}

.d-mobile {
  display: none !important;
}

.d-desktop {
  display: block;
}

.sign-in .backtohome-btn button,
.sign-up .backtohome-btn button {
  padding: 12px 10px;
  border-radius: 40px;
  position: absolute;
  top: 50px;
  left: 50px;
  box-shadow: 0px 4px 24px 0px #0000001a;
  font-size: 14px;
  color: black;
  width: max-content;
  background: white;
  z-index: 2;
  border: none;
}

.sign-up .backtohome-btn button i {
  margin-right: 4px;
}

.sign-up .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  /* langsung muncul */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.sign-up .popup-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}

.sign-up .popup-content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 660px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.sign-up .close-cara {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* CONTRACT DATA SUBMIT DESKTOP */
.contract-data-submit {
  background: linear-gradient(236.11deg, #002541 83.74%, #005fa7 99.47%);
  padding: 50px 0;
}

.contract-data-submit .logo {
  width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.contract-data-submit h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0;
  color: white;
}

.contract-data-submit input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 20px;
  width: 100%;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  border-radius: 12px;
}

.contract-data-submit title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}

.contract-data-submit select {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(204, 204, 204, 1);
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(204, 204, 204, 1);
  background: transparent;
  margin-bottom: 15px;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.contract-data-submit .btn-submit-cds {
  background: rgba(27, 139, 227, 1);
  padding: 16px 20px;
  text-align: center;
  border: none;
  border-radius: 12px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.contract-data-submit select option {
  color: black;
}

.contract-data-submit [type="number"]::-webkit-inner-spin-button,
.contract-data-submit [type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Untuk Firefox */
.contract-data-submit [type="number"] {
  -moz-appearance: textfield;
}

/* CONTACT US DESKTOP */
.contact-us {
  margin: 100px 0;
}

.contact-us .tab {
  margin-bottom: 40px;
}

.contact-us .tab button {
  padding: 17px 30px;
  border: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: none;
  transition: 0.3s all;
}

.contact-us .tab button.active {
  padding: 17px 30px;
  border: none;
  border-bottom: 2px solid #1b8be3;
  color: #1b8be3;
  font-size: 20px;
  font-weight: 600;
  background: none;
  transition: 0.3s all;
}

.contact-us h3 {
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #1b8be3;
  font-size: 14px;
  font-weight: 600;
}

.contact-us h1 {
  margin-bottom: 20px;
  color: #222222;
  font-size: 52px;
  font-weight: 600;
}

.contact-us .col-md-6:nth-child(1) p {
  margin-bottom: 65px;
  color: #00233e;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.contact-us .back {
  padding: 15px 0 20px;
  background-color: #1b8be31a;
  width: 100%;
  height: 133px;
  border-radius: 12px;
  text-align: center;
}

.contact-us .col-md-6:nth-child(1) .back {
  margin-right: 20px;
}

.contact-us .back h4 {
  color: #1b8be3;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.contact-us .back h5 {
  color: #1b8be3;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.contact-us input,
.contact-us textarea {
  margin-bottom: 16px;
  padding: 16px 20px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cccccc;
}

.contact-us .message {
  height: 135px;
}

.contact-us .submit-contact {
  padding: 16px 0;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #1b8be3;
  border-radius: 12px;
  width: 100%;
  text-align: center;
}

.contact-us .submit-contact:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

/* OUR TEAM */
.our-team {
  margin: 100px 0;
  text-align: center;
}

.our-team .col-md-12 {
  margin-bottom: 40px;
}

.our-team h5 {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1b8be3;
  margin-bottom: 12px;
}

.our-team h1 {
  font-size: 52px;
  font-weight: 600;
  color: #222222;
}

.our-team h2 {
  font-size: 52px;
  font-weight: 600;
  color: #22222266;
}

.our-team h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #00233e;
  margin-top: 20px;
}

.our-team .col-lg-3 {
  padding-bottom: 48px;
}

.our-team img {
  margin: 0 auto;
}

.our-team .back {
  padding: 12px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px;
  position: absolute;
  width: 262px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  box-shadow: 0px 4px 24px 0px #0000001a;
}

.our-team h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #000000;
  margin-bottom: 6px;
}

.our-team h6 {
  font-size: 12px;
  font-weight: 500;
  color: #1b8be3;
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #1b8be31a;
  width: max-content;
  margin: 0 auto;
}

/* THANKYOU PAGE CONTRACT */
.thankyou-contract {
  margin: 150px 0;
  text-align: center;
}

.thankyou-contract h1 {
  margin: 40px 0 24px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.thankyou-contract h2 {
  margin: 12px 0 31px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.thankyou-contract h3 {
  margin: 60px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #8ec545;
  border: 1px solid #8ec545;
  padding: 16px 24px;
  border-radius: 50px;
}

.thankyou-contract h3 img {
  margin-right: 8px;
}

.thankyou-contract h4 {
  margin: 10px 0 100px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.thankyou-contract a {
  padding: 20px;
  margin-top: 50px;
  background-color: #000;
  color: white;
  border-radius: 60px;
  text-decoration: none;
}

.thankyou-contract a i {
  margin-right: 8px;
}

/* HYLINKS */
.hylinks {
  background: #114771;
  padding: 100px 0;
  position: relative;
}

.hylinks .container {
  position: relative;
  z-index: 1;
}

.hylinks .profile img {
  width: 100px;
  height: 100px;
}

.hylinks .btn-linktree {
  background-color: #ffffff;
  border: none;
  color: #1b8be3;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  width: 350px;
  display: block;
}

.hylinks .btn-linktree:hover {
  background-color: #1480c9;
  color: #ffffff;
  transform: translateY(-5px);
}

.hylinks .bg-big {
  height: 800px;
  opacity: 0.2;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.hylinks h1 {
  font-size: 32px;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
}

.hylinks p {
  font-size: 16px;
  letter-spacing: 2px;
  color: white;
}

.hylinks .links i {
  margin-right: 6px;
}

/* LANDING PAGE DESKTOP */
.hb-landing-page-s1 {
  margin: 0 0 50px 0;
  padding: 150px 0 0 0;
  position: relative;
  text-align: center;
}

.hb-landing-page-s1 .hb-s1-liner {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 100%;
  z-index: -1;
}

.hb-landing-page-s1 .hb-s1-linel {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 100%;
  z-index: -1;
}

.hb-landing-page-s1 .hb-s1-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: 60px;
}

.hb-landing-page-s1 .hb-s1-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.hb-landing-page-s1 .hb-s1-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 66px;
  color: #00233e;
  margin-bottom: 25px;
  line-height: 100%;
}

.hb-landing-page-s1 .hb-s1-title span {
  background: linear-gradient(90deg,
      rgba(27, 139, 227, 0) -12.26%,
      #1b8be3 62.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
}

.hb-landing-page-s1 .hb-s1-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #00233e;
  margin-bottom: 32px;
}

.hb-landing-page-s1 .hb-s1-btn {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 15.5px 20px;
  background-color: #1b8be3;
  border-radius: 60px;
  border: none;
  margin-bottom: 70px;
}

.hb-landing-page-s2 {
  margin: 50px 0;
  text-align: center;
}

.hb-landing-page-s2 .hb-s2-title,
.hb-landing-page-s2 .hb-s2-endt {
  color: #6f6f6f;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.flex-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hb-landing-page-s2 .hb-s2-endt span {
  font-weight: 600;
}

.hb-landing-page-s2 .hb-s2-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hb-landing-page-s2 .hb-s2-items .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hb-landing-page-s2 .hb-s2-items .flex-item {
  flex: 0 0 calc(100% / 7 - 10px);
  text-align: center;
}

.hb-landing-page-s2 .hb-s2-items img {
  width: 150px;
  height: 80px;
}

.hb-landing-page-s3 {
  margin: 50px 0;
  text-align: center;
  position: relative;
}

.hb-landing-page-s3 .hb-s3-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 52px;
  margin-bottom: 20px;
  color: #00233e;
}

.hb-landing-page-s3 .hb-s3-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 160px;
  color: #00233e;
}

.hb-landing-page-s3 .hb-s3-bluebg {
  background-color: #1b8be31a;
  border-radius: 30px;
  height: 360px;
}

.hb-landing-page-s3 .hb-s3-image {
  width: 900px;
  height: 644px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -71px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

/* AFFILIATE */
.hybridbooking-affiliate {
  margin: 50px 0;
}

.hybridbooking-affiliate h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 100%;
  letter-spacing: 0px;
}

.hybridbooking-affiliate h2 {
  color: black;
  font-weight: 500;
  margin: 8px 0;
  font-size: 11pt;
  line-height: 16pt;
}

.hybridbooking-affiliate .ha-content {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.hybridbooking-affiliate .ha-content .ha-title {
  font-size: 18px;
  font-weight: 700;
}

.hybridbooking-affiliate .ha-content .ha-description {
  color: #616161;
  font-weight: 500;
  margin: 8px 0;
  font-size: 11pt;
  line-height: 16pt;
}

.hybridbooking-affiliate .ha-content .ha-subs {
  color: #616161;
  font-weight: 500;
  font-size: 11pt;
  line-height: 16pt;
}

/* .hybridbooking-affiliate .ha-content ul {
  margin: 0;
  padding: 0;
} */

.hybridbooking-affiliate .ha-content ul li {
  color: #616161;
  font-weight: 500;
  font-size: 11pt;
  line-height: 16pt;
}

/* DESKTOP END */

/* MOBILE */

@media (max-width: 765px) {
  ::-webkit-scrollbar {
    display: none;
  }

  /* HEADER MOBILE */
  .header-navbar {
    display: none;
  }

  .bg-header-accom p {
    font-size: 10px;
  }

  .bg-header-accom .line-acc {
    padding-top: 200px;
    padding-bottom: 100px;
    background-image: none !important;
  }

  .bg-header-accom h1 {
    font-weight: 700;
    font-size: 32px;
    color: white;
    margin-bottom: 10px;
  }

  .header-content {
    padding-top: 0;
  }

  .header-content img {
    display: none;
  }

  .header-content h1 b {
    font-size: 38px;
  }

  .header-content h1 {
    font-size: 38px;
    margin-top: 180px;
  }

  .header-content p br {
    display: none;
  }

  .header-content p {
    padding: 0 15px;
    font-size: 16px;
  }

  /* SUB HEAD MOBILE */
  .sub-head {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-head h1 {
    font-size: 24px;
  }

  .sub-head h2 {
    padding: 0 20px;
    font-size: 16px;
  }

  /* ACCOMMODATIONS MOBILE */
  .accommodation {
    padding: 0 20px;
    border-radius: 30px 30px 0 0;
    text-align: center;
  }

  .accommodation .left h1 {
    font-size: 24px;
  }

  .accommodation .right .back {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
  }

  .accommodation .right {
    margin: 50px 0 0;
  }

  .accommodation .left button {
    margin-top: 12px;
  }

  .accommodation img {
    width: 100%;
  }

  .accommodation h1 {
    font-size: 28px;
    margin-top: 32px;
  }

  .accommodation h2 {
    margin-top: 15px;
  }

  .accommodation p {
    font-size: 14px;
  }

  /* HYLINK MOBILE */
  .hylinks .bg-big {
    height: 320px;
  }

  .hylinks .btn-linktree {
    width: 325px;
  }

  .hybridbooking-affiliate {
    margin: 50px 20px;
  }

  /* OUR PRODUCT MOBILE */
  .our-product {
    margin: 80px 0;
  }

  .our-product .bg-blue {
    padding: 60px 25px 5px 25px;
    border-radius: 60px 60px 0 0;
  }

  .our-product .top h1 {
    font-size: 24px;
  }

  .our-product .top h2 {
    line-height: 22px;
    font-size: 14px;
  }

  .our-product .bot {
    margin-top: 40px;
  }

  .our-product .bot button {
    background-color: #1b8be3;
    color: white;
    border: none;
  }

  .our-product .back {
    margin-bottom: 20px;
    padding: 45px 18px;
    height: max-content !important;
  }

  .our-product .bot h1 {
    font-size: 20px;
  }

  .our-product .bot h2 {
    font-size: 14px;
    line-height: auto;
  }

  .our-product .back:hover {
    position: relative;
    background: white;
    height: max-content;
    width: auto;
    bottom: 0;
    transition: none;
  }

  .our-product .bot ul li {
    margin: 0;
    font-size: 14px;
  }

  /* ABOUT US MOBILE */
  .about-us {
    text-align: center;
  }

  .about-us h1 {
    font-size: 24px;
  }

  .about-us button {
    margin-bottom: 20px;
  }

  .about-us img {
    height: 200px !important;
  }

  .about-us p {
    font-size: 14px;
  }

  /* PAYMENT GATE MOBILE */
  .payment-gate {
    text-align: center;
  }

  .payment-gate h1 {
    font-size: 24px;
  }

  .payment-gate h5 {
    margin-top: 20px;
  }

  .payment-gate img {
    height: auto !important;
  }

  .payment-gate p {
    font-size: 14px;
  }

  /* BES PRICING MOBILE */
  .pricing h1 {
    font-size: 24px;
  }

  .pricing h2 {
    font-size: 16px;
  }

  .pricing h3 {
    font-size: 20px;
    margin: 0;
  }

  .pricing .col-md-6 div div h3:nth-child(1) {
    font-size: 14px;
    margin-right: 0;
  }

  .pricing .flex {
    align-items: center;
    justify-content: space-between;
  }

  .pricing span {
    padding: 0;
    font-size: 14px;
  }

  .pricing .back.second .wrapper h6.price-text {
    margin-top: 8px;
    text-align: left;
  }

  .pricing .back.second .wrapper h6.price-text span {
    font-size: 12px;
  }

  .pricing .back.second .wrapper h5.price-text span {
    font-size: 13px;
  }

  .pricing h4 {
    margin: 10px 0;
    font-size: 14px;
  }

  .pricing .back.first h5 {
    font-size: 18px;
  }

  .pricing .back.first .backcolor {
    margin-top: 10px;
  }

  .pricing .back.first li {
    background-position: 0 0;
    font-size: 14px;
  }

  .pricing .back.first li ul li {
    width: 100%;
  }

  .pricing .back.second .wrapper {
    width: 42%;
    padding: 20px 18px;
  }

  .pricing .back.second .wrapper div {
    display: block !important;
  }

  .pricing .back.second .wrapper h5 {
    font-size: 16px;
  }

  .pricing .back.second .wrapper h6 {
    font-size: 12px;
    text-align: left;
  }

  .pricing button {
    margin: 12px auto 0;
    padding: 10px 18px;
    font-size: 14px;
  }

  .pricing .col-md-12 .col-md-6:nth-child(2)>div {
    justify-content: space-evenly !important;
  }

  .pricing .col-md-6:nth-child(2) h4 {
    margin: 0;
  }

  .bes-pricing h3 {
    font-size: 20px;
    margin: 0;
  }

  .bes-pricing .col-md-6 div div h3:nth-child(1) {
    font-size: 14px;
    margin-right: 0;
  }

  .bes-pricing .flex {
    align-items: center;
    justify-content: space-between;
  }

  .bes-pricing .sub-tt {
    padding: 4px 18px;
    font-size: 14px;
  }

  .bes-pricing h4 {
    margin: 10px 0;
    font-size: 14px;
  }

  .bes-pricing .col-md-6:nth-child(2) h4 {
    margin: 0;
  }

  .bes-pricing .col-md-12 .col-md-6:nth-child(2)>div {
    justify-content: space-evenly !important;
  }

  .bes-pricing .back.first h5 {
    font-size: 18px;
  }

  .bes-pricing .back.first .backcolor {
    margin-top: 10px;
  }

  .bes-pricing .back.first li {
    background-position: 0 0;
    font-size: 14px;
  }

  .bes-pricing .back.first li ul li {
    width: 100%;
  }

  .bes-pricing .back.second .wrapper {
    width: 100%;
  }

  .bes-pricing .back.second .wrapper h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .bes-pricing .back.second .price-text {
    display: flex;
    flex-direction: column;
  }

  .bes-pricing .back.second .wrapper div {
    align-items: center;
  }

  .bes-pricing .back.second .wrapper .back div:nth-child(2) {
    width: 60%;
    justify-content: space-between;
  }

  .bes-pricing .back.second .price-text .currency {
    margin: 0;
  }

  .bes-pricing button {
    margin: 0 auto;
    padding: 10px 18px;
    font-size: 14px;
  }

  .bes-pricing .back.second .wrapper h6 {
    text-align: left;
  }

  /* UPDATE MOBILE */
  .upd-top .slider-upd-top .slick-next,
  .upd-bot .slider-upd-bot .slick-next {
    right: 15px;
  }

  .upd-top .main h1,
  .upd-mid .main h1,
  .upd-bot .main h1,
  .single-article h1 {
    font-size: 24px;
  }

  .upd-top .main h2,
  .upd-mid .main h2,
  .upd-bot .main h2 {
    font-size: 16px !important;
  }

  .single-article h2,
  .single-article p,
  .single-article ul li {
    font-size: 14px !important;
  }

  .single-article h4 {
    font-size: 20px !important;
  }

  .single-article .other-article .back h2,
  .single-article .other-article .back li {
    font-size: 12px !important;
  }

  .single-article img {
    height: 140px !important;
    margin-right: 0 !important;
  }

  .single-article .back img {
    height: 100px !important;
    margin-right: 12px !important;
  }

  /* CHECK TRANSACTION MOBILE */
  .modal.fade#checktransaction .modal-content {
    width: 95%;
    margin: 0 auto;
  }

  .modal.fade#checktransaction .modal-body p {
    font-size: 16px;
  }

  .modal.fade#checktransaction .modal-footer {
    justify-content: space-between;
  }

  .modal.fade#checktransaction .modal-footer .btn-close-check {
    padding: 12px 18px;
    margin: 0 5px 0 0;
  }

  .modal.fade#checktransaction .modal-body div div input {
    font-size: 14px;
  }

  .modal.fade#checktransaction .modal-body .amount-container select {
    font-size: 14px;
  }

  .modal.fade#checktransaction .modal-footer .btn-confirm-check {
    padding: 12px 18px;
  }

  /* GET TRIAL MOBILE */
  .get-trial {
    margin-bottom: 80px;
  }

  .get-trial .back {
    padding: 32px;
    border-radius: 0;
  }

  .get-trial h1 {
    font-size: 28px;
    line-height: 38px;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .get-trial h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .get-trial h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .get-trial button.download-cm-btn {
    margin: 12px;
    font-size: 16px;
    padding: 16px;
  }

  /* LANDING PAGE MOBILE */
  .hb-landing-page-s2 .hb-s2-items {
    align-items: center;
    flex-wrap: wrap;
  }

  .hb-landing-page-s2 .hb-s2-items .flex-item {
    flex: 0 0 calc(100% / 3 - 10px);
  }

  /* OUR TEAM MOBILE */
  .our-team h1,
  .our-team h2 {
    font-size: 28px;
  }

  .our-team h3 {
    font-size: 14px;
  }

  /* TESTIMONIAL MOBILE */
  .testimonials {
    margin-bottom: 80px;
  }

  .testimonials .back {
    padding: 0 20px 32px;
  }

  .testimonials .top h1 {
    font-size: 24px;
  }

  .testimonials .top h2 {
    font-size: 14px;
  }

  .testimonials .slider-testimonial img {
    height: 80px;
    margin: 0 auto 12px;
  }

  .testimonials .slider-testimonial .flex {
    justify-content: center;
  }

  .testimonials .slider-testimonial p {
    text-align: center;
    font-size: 14px;
  }

  .testimonials .slider-testimonial h1 {
    margin: 0 12px 0 6px;
    font-size: 16px;
  }

  .testimonials .slider-testimonial h2 {
    font-size: 12px;
  }

  .testimonials .back:nth-child(odd) {
    margin-right: 0;
  }

  .testimonials .back:nth-child(even) {
    margin-left: 0;
  }

  /* BENEFITS HOME MOBILE */
  .benefits img {
    width: 100%;
    height: 380px;
  }

  .benefits .col-md-5 {
    padding: 0 20px;
  }

  .benefits .point {
    margin-bottom: 24px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 4px 30px 0px #0000001a;
  }

  .benefits .bot {
    margin-top: 80px;
  }

  .benefits .line-benefit-left {
    width: 120px;
    height: 20%;
    opacity: 0.6;
  }

  .benefits .line-benefit-right {
    width: 120px;
    height: 20%;
    opacity: 0.6;
  }

  .benefits .bot h1 {
    font-size: 28px;
  }

  .benefits h2 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .benefits h1 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .benefits .point h4 {
    font-size: 18px;
  }

  .benefits .point h5 {
    font-size: 14px;
  }

  .benefits .bot button {
    padding: 12px 24px;
    font-size: 18px;
  }

  /* BENEFIT MOBILE */

  .benefit h1 {
    font-size: 24px;
    text-align: center;
  }

  .benefit img {
    width: 80%;
    margin: 25px 0;
    height: 80% !important;
  }

  .benefit h1 img {
    width: 25px;
    top: -40px;
    height: auto !important;
  }

  .benefit .buttons-list h2 {
    font-size: 16px;
  }

  .benefit .buttons-list h3 {
    font-size: 14px;
  }

  /* REGISTER MOBILE */
  .register .top h1 img:nth-child(1) {
    display: none;
  }

  .register .top h1 img:nth-child(2) {
    display: none;
  }

  .register .top h1 {
    font-size: 24px;
  }

  .register .top h2 {
    font-size: 14px;
  }

  .register .mid {
    margin-top: 25px;
  }

  .register .mid .back {
    margin-bottom: 20px;
  }

  .register .bot button {
    padding: 10px 15px;
    font-size: 18px;
  }

  .register .bot h1 {
    font-size: 20px;
    padding: 0;
    margin: auto 10px;
  }

  .register-now {
    padding: 30px 0;
  }

  .register-now button {
    padding: 10px 15px;
    font-size: 16px;
  }

  .register-now h1 {
    font-size: 18px;
    line-height: auto;
  }

  /* QUESTION MOBILE */
  .question {
    padding-bottom: 50px;
  }

  .question .accordion-item {
    width: 100%;
  }

  .question h1 {
    width: 100%;
    font-size: 24px;
  }

  .question .accordion {
    width: 100%;
  }

  .question .line-quest {
    height: 100px;
  }

  .question .accordion-button,
  .question .accordion-body {
    font-size: 14px;
  }

  /* CMS BANNER MOBILE */
  .cms-banner img {
    display: none;
  }

  .cms-banner .col-md-12 {
    padding: 30px 0;
  }

  .cms-banner h2 {
    font-size: 16px;
    color: white;
  }

  .cms-banner h1 {
    font-size: 28px;
  }

  /* PRODUCT REGISTER MOBILE */
  .product-register {
    padding: 50px 0 500px;
  }

  .product-register img {
    width: 40px;
  }

  .product-register h1 {
    font-size: 24px;
  }

  .product-register .our-items {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }

  .product-register .our-items div {
    width: 100px;
    margin-bottom: 15px;
  }

  .product-register button {
    padding: 12px 20px;
    font-size: 16px;
  }

  .product-register .our-items h2 {
    font-size: 14px;
  }

  .product-register .our-items img {
    width: 28px;
  }

  /* FLOATING ICON MOBILE */
  .whatsapp-container .floating-button {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .bes-container .floating-button {
    bottom: 80px;
    width: 50px;
    height: 50px;
  }

  .bes-container .book-sign {
    font-size: 14px;
    bottom: 130px;
  }

  /* SINGLE MOBILE */
  .single-article .col-md-4 {
    margin-top: 50px;
  }

  /* ADS MOBILE */
  .hybrid-ads {
    text-align: left;
    padding: 12px 40px 12px 12px;
  }

  .hybrid-ads i {
    top: 20px;
  }

  .hybrid-ads h1 {
    font-size: 12px;
  }

  /* SIGN IN MOBILE */
  .d-mobile {
    display: block;
  }

  .d-desktop {
    display: none !important;
  }

  .sign-in .card-form-signin {
    width: 100%;
  }

  .sign-in .backtohome-btn button,
  .sign-up .backtohome-btn button {
    top: 20px;
    left: 18px;
  }

  /* SIGN UP MOBILE */
  .d-mobile {
    display: block;
  }

  .d-desktop {
    display: none !important;
  }

  .sign-up .card-form-signin {
    width: 100%;
  }

  .sign-up .popup-content img {
    height: 100%;
  }

  /* CONTACT US MOBILE */
  .contact-us .tab button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .contact-us .tab button.active {
    padding: 12px 24px;
    font-size: 16px;
  }

  .contact-us h1 {
    font-size: 24px;
  }

  .contact-us .col-md-6:nth-child(1) p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .contact-us .back {
    padding: 16px 0;
  }

  .contact-us .col-md-6:nth-child(1) .back {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-us input,
  .contact-us textarea {
    font-size: 14px;
    padding: 12px 16px;
  }

  .contact-us .message {
    height: 100px;
  }

  /* CHANNEL MANAGER MOBILE */
  .multi-channel {
    text-align: center;
  }

  .multi-channel h1 {
    font-size: 28px;
    margin: 20px 0;
  }

  .multi-channel .flex {
    display: block;
  }

  .multi-channel .col-md-6:nth-child(2) {
    text-align: center;
  }

  .payment-gate.cm h1 {
    font-size: 28px;
  }

  .payment-gate.cm h5 {
    margin: 0 auto;
  }

  .increase-occupancy h1 {
    font-size: 28px;
    text-align: center;
  }

  .increase-occupancy .back .flex .right-imgs {
    display: none;
  }

  .why-choose-cms {
    padding: 80px 20px;
  }

  .why-choose-cms h1 {
    font-size: 28px;
  }

  .why-choose-cms h2 {
    font-size: 20px;
    text-align: center;
  }

  .payment-gate.cm img {
    width: 100%;
  }

  .bes-pricing.cm {
    padding-bottom: 50px;
  }

  .bes-pricing.cm .interested {
    margin: 150px 0 0;
  }

  .bes-pricing.cm .interested h1 {
    font-size: 28px;
  }

  .bes-pricing.cm .interested p {
    font-size: 16px;
  }

  .bes-pricing.cm .line-left,
  .bes-pricing.cm .line-right {
    width: 120px;
    height: 20%;
  }

  .bes-pricing.cm .interested div div {
    padding: 30px 40px;
    display: block;
    margin-top: 40px;
  }

  .bes-pricing.cm .interested button {
    margin: 0;
    padding: 14px 24px;
    font-size: 18px;
  }

  .bes-pricing.cm .interested h2 {
    margin: 0 0 12px 0;
    font-size: 16px;
  }

  /* FOOTER MOBILE */
  .footer .top .col-md-2 img {
    height: 32px;
  }

  .footer .top .col-md-3 img {
    height: 24px;
    margin-left: 15px;
    margin-right: 0;
  }

  .footer .top {
    padding: 20px 0 10px;
    border-bottom: 1px solid #4b4343;
  }

  .footer .col-md-3 {
    margin-bottom: 20px;
  }

  .footer .mid .col-md-8 {
    display: block;
  }

  .footer .mid .col-md-8 div {
    margin-bottom: 12px;
  }

  .footer .mid h1 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .footer .mid a {
    font-size: 14px;
  }

  .footer .mid li {
    margin-bottom: 5px;
  }

  .footer .mid input {
    padding: 12px 16px;
  }

  .footer .bot ul {
    text-align: center;
    margin-top: 20px;
  }

  .footer .bot {
    padding: 0;
  }

  .footer .bot h1,
  .footer .bot a {
    font-size: 12px;
    text-align: center;
  }
}

/* MOBILE END */

/* TABLET VIEW */

@media screen and (min-width: 766px) and (max-width: 1200px) {
  ::-webkit-scrollbar {
    display: none;
  }

  /* HEADER TABLET */
  .header-content img {
    width: 100%;
    height: auto;
  }

  .header-content h1,
  .header-content h1 b {
    font-size: 48px;
    margin-top: 20px;
  }

  .header-navbar .col-md-8 h1 {
    top: -1px;
    left: 170px;
  }

  .bg-header-accom h1 {
    font-size: 32px;
  }

  #checkmob+.blanker+.menumobile {
    width: 60% !important;
    top: 145px !important;
  }

  .hybrid-ads h1 {
    margin: 0 40px 0 0;
  }

  /* OUR PRODUCT TABLET */
  .our-product .top h1 {
    font-size: 24px;
  }

  .our-product .top h2 {
    font-size: 16px;
  }

  .our-product .bot {
    margin-top: 60px;
  }

  .our-product .bot h1 {
    font-size: 24px;
  }

  .our-product .bot h2 {
    font-size: 14px;
  }

  .our-product .back {
    padding: 24px 12px;
    background-color: white;
    border-radius: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .our-product .bot ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .our-product .bot ul li {
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
  }

  .our-product .bot button {
    background-color: #1b8be3;
    color: white;
    border: none;
  }

  .our-product .back.hovering::before {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    transition: none !important;
  }

  .our-product .back.hovering {
    color: black !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .our-product .back:hover h2,
  .our-product .back:hover p {
    color: #002541b2;
  }

  .our-product .back:hover h1 {
    color: #002541;
  }

  /* ABOUT US TABLET */
  .about-us h1 {
    font-size: 24px;
  }

  .about-us p {
    font-size: 16px;
  }

  .about-us img {
    height: 235px !important;
  }

  /* HYLINK TABLET */
  .mds li i {
    font-size: 20px;
  }

  /* PAYMENT GATEWAY TABLET */
  .payment-gate h1 {
    font-size: 24px;
  }

  .payment-gate p {
    font-size: 16px;
  }

  /* OUR TEAM TABLET */
  .our-team .col-lg-3 {
    width: 50%;
  }

  /* TESTIMONIAL TABLET */
  .testimonials .top h1 {
    font-size: 24px;
  }

  .testimonials .top h2 {
    font-size: 16px;
  }

  .testimonials .slider-testimonial p {
    font-size: 16px;
    margin-bottom: 0;
  }

  /* CHECK TRANSACTION TABLET */
  .modal.fade#checktransaction .modal-content {
    width: 100%;
  }

  /* ACCOMMODATION TABLET */
  .accommodation {
    text-align: center;
  }

  .accommodation .col-md-5 {
    width: 100%;
    margin-bottom: 40px;
  }

  .accommodation .col-md-7 {
    width: 100%;
  }

  .accommodation h1 {
    font-size: 24px;
  }

  .accommodation p {
    margin: 0;
    font-size: 16px;
  }

  /* GET TRIAL TABLET */
  .get-trial {
    background: none;
  }

  .get-trial .back {
    padding: 40px;
  }

  /* BENEFIT TABLET */
  .benefit .row {
    align-items: center;
  }

  .benefit img {
    display: none;
  }

  .benefit h1 {
    font-size: 24px;
  }

  .benefit .col-md-6:nth-child(1) {
    width: 100%;
  }

  .benefit .buttons-list {
    padding: 20px 10px;
  }

  .benefits img {
    height: 375px;
  }

  .benefits h1 {
    font-size: 28px;
  }

  .benefit .buttons-list h2 {
    font-size: 18px;
  }

  .benefits .point h4 {
    font-size: 18px;
  }

  .benefits .point h5 {
    font-size: 14px;
  }

  .benefits .point {
    margin-bottom: 32px;
  }

  .benefits .bot {
    margin-top: 80px;
  }

  .benefits .bot h1 {
    font-size: 32px;
  }

  .benefits .col-md-5 {
    padding: 0 20px;
  }

  /* PRODUCT REGISTER TABLET */
  .product-register {
    padding: 50px 0 270px;
  }

  .product-register .our-items {
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }

  .product-register img {
    width: 50px;
  }

  .product-register h1 {
    font-size: 24px;
  }

  .product-register button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .product-register .our-items img {
    width: 32px;
  }

  .product-register .our-items h2 {
    font-size: 14px;
  }

  /* PAYMENT GATE TABLET */
  .payment-gate {
    text-align: center;
  }

  .payment-gate .col-md-6:nth-child(1) {
    margin-bottom: 40px;
    width: 100%;
  }

  .payment-gate .col-md-6:nth-child(2) {
    width: 100%;
  }

  .payment-gate img {
    height: 350px;
    width: auto;
  }

  /* BES PRICING TABLET */
  .bes-pricing .col-md-6 {
    width: 100%;
  }

  .bes-pricing h4 {
    margin-bottom: 24px;
  }

  .bes-pricing h3 {
    font-size: 28px;
  }

  .bes-pricing .sub-tt {
    font-size: 14px;
    padding: 4px 18px;
  }

  .bes-pricing .flex {
    align-items: center;
  }

  .bes-pricing .back.first .equal-height-row .col-md-6:nth-child(1) .backcolor {
    margin-bottom: 20px;
  }

  .bes-pricing .back.first li {
    background-position: 0 0;
    font-size: 14px;
  }

  /* .bes-pricing .back.first li ul li:nth-child(odd) {
        margin-right: 5px;
    } */

  .bes-pricing .back.first {
    margin-bottom: 0 !important;
  }

  .bes-pricing .back.second .wrapper {
    width: 47%;
  }

  .bes-pricing .back.second .wrapper h5 {
    font-size: 20px;
  }

  /* QUESTION TABLET */
  .question {
    padding-bottom: 40px;
  }

  .question h1 {
    width: 100%;
    font-size: 24px;
  }

  .question .accordion {
    width: 100%;
  }

  .question .accordion-body {
    font-size: 14px;
  }

  .question .accordion-item {
    width: 100%;
  }

  /* GET TRIAL TABLET */
  .get-trial a button:nth-child(1) {
    margin-bottom: 12px;
  }

  /* PRICING TABLET */
  .pricing h1 {
    font-size: 24px;
  }

  .pricing h2 {
    font-size: 16px;
  }

  .pricing .col-md-6 {
    width: 100%;
  }

  .pricing h4 {
    margin-bottom: 24px;
  }

  .pricing h3 {
    font-size: 28px;
  }

  .pricing span {
    font-size: 14px;
    padding: 4px 18px;
  }

  .pricing .flex {
    align-items: center;
  }

  .pricing .back.first .equal-height-row .col-md-6:nth-child(1) .backcolor {
    margin-bottom: 20px;
  }

  .pricing .back.first li {
    background-position: 0 0;
    font-size: 14px;
  }

  /* .pricing .back.first li ul li:nth-child(odd) {
        margin-right: 5px;
    } */

  .pricing .back.second .wrapper {
    width: 30%;
  }

  .pricing .back.second .wrapper h5 {
    font-size: 20px;
  }

  .pricing .wrapper div {
    display: block !important;
  }

  /* UPDATE TABLET */
  .upd-top .main h1,
  .upd-mid .main h1,
  .upd-bot .main h1 {
    font-size: 24px;
  }

  .upd-top .main h2,
  .upd-mid .main h2,
  .upd-bot .main h2 {
    font-size: 16px;
  }

  .upd-top .slider-upd-top img,
  .upd-bot .slider-upd-bot img {
    height: 150px;
  }

  /* SINGLE ARTICLE TABLET */
  .single-article h1 {
    font-size: 24px;
  }

  .single-article p,
  .single-article ul li {
    font-size: 14px !important;
  }

  .single-article .main-image {
    height: 270px !important;
  }

  .single-article img {
    height: 180px !important;
  }

  .single-article .back img {
    height: 100px !important;
  }

  .single-article .col-md-4 {
    margin-top: 172px;
  }

  /* SIGN IN TABLET */
  .sign-in .d-desktop {
    display: none;
  }

  .sign-in .col-md-7 {
    width: 100%;
  }

  .sign-in p {
    font-size: 16px;
  }

  /* SIGN UP TABLET */
  .sign-up .d-desktop {
    display: none;
  }

  .sign-up .col-md-7 {
    width: 100%;
  }

  /* CONTACT US TABLET */
  .contact-us .tab button {
    padding: 12px 24px;
    font-size: 16px;
  }

  .contact-us .tab button.active {
    padding: 12px 24px;
    font-size: 16px;
  }

  .contact-us h1 {
    font-size: 24px;
  }

  .contact-us .col-md-6 .col-md-6 {
    width: 100%;
  }

  .contact-us .col-md-6:nth-child(1) p {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .contact-us .back img {
    height: 30px;
  }

  .contact-us .back h4 {
    font-size: 16px;
  }

  .contact-us .back {
    padding: 10px 0;
    height: auto;
  }

  .contact-us .col-md-6:nth-child(1) .back {
    margin-bottom: 20px;
    margin-right: 0;
  }

  /* CHANNEL MANAGER TABLET */
  .multi-channel h1 {
    font-size: 28px;
    margin-left: 10px;
  }

  .multi-channel h2 {
    margin-top: 12px;
  }

  .multi-channel .flex {
    justify-content: center;
  }

  .multi-channel .col-md-6 {
    width: 100%;
  }

  .multi-channel .col-md-6:nth-child(2) {
    text-align: center;
  }

  .multi-channel img {
    width: 50px;
  }

  .payment-gate.cm h1 {
    font-size: 28px;
  }

  .payment-gate.cm h5 {
    margin: 0 auto;
  }

  .payment-gate.cm img {
    width: 440px;
  }

  .increase-occupancy h1 {
    font-size: 28px;
  }

  .why-choose-cms {
    padding: 80px 20px;
  }

  .why-choose-cms h1 {
    font-size: 28px;
  }

  .why-choose-cms h2 {
    font-size: 20px;
    text-align: center;
  }

  .hybridbooking-affiliate {
    margin: 50px 20px;
  }

  .bes-pricing.cm .interested h1 {
    font-size: 28px;
  }

  .bes-pricing.cm .interested p,
  .bes-pricing.cm .interested h2 {
    font-size: 16px;
  }

  .bes-pricing.cm .interested button {
    padding: 16px 24px;
    font-size: 18px;
  }

  .bes-pricing.cm .line-left,
  .bes-pricing.cm .line-right {
    width: 280px;
  }

  /* FOOTER TABLET */
  .footer .col-md-3 {
    margin-bottom: 20px;
  }

  .footer .top .col-md-2 img {
    height: 44px;
  }

  .footer .top .col-md-2 {
    width: 30%;
  }

  .footer .top .col-md-7 {
    width: 20%;
  }

  .footer .mid .col-md-8 {
    display: block;
  }

  .footer .top .col-md-3 {
    width: 50%;
  }

  .footer .mid .col-md-8 div {
    display: inline-grid;
    margin-right: 25px;
    margin-bottom: 20px;
  }

  .footer .mid {
    margin: 40px 0 0;
  }

  .footer .bot {
    margin-top: 0;
    padding: 20px 0;
  }

  .footer .bot h1 {
    font-size: 14px;
  }

  .footer .bot .col-md-6:nth-child(1) {
    width: 60%;
  }

  .footer .bot .col-md-6:nth-child(2) {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .header-navbar .background-round {
    display: none;
  }
}

/* TABLET END */

/* SPECIAL CASE */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-navbar li {
    padding: 8px;
  }

  .header-navbar .login-button {
    padding: 5px 8px;
    font-weight: 500;
    font-size: 14px;
  }

  .header-navbar .signup-button {
    padding: 5px 8px;
    font-weight: 500;
    font-size: 14px;
  }

  .header-navbar li a {
    font-size: 14px;
  }

  .header-navbar .col-md-8 h1 {
    left: 135px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-navbar .signup-button {
    padding: 10px 14px;
  }

  .header-navbar .login-button {
    font-size: 14px;
    padding: 10px 14px;
  }

  .header-navbar li {
    padding: 10px;
    margin-right: 5px;
  }

  .header-navbar .col-md-8 h1 {
    left: 170px;
  }
}