@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&family=Open+Sans&display=swap");
.hero-section .hero-content .scroll-bottom, .feature-section .single-feature .icon, .box-style .icon, .footer .widget-wrapper .footer-widget .socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-toggle::after {vertical-align:middle;}

/*===========================
    01.COMMON css 
===========================*/
html {
  scroll-behavior: smooth;
}
.navbar-light .navbar-toggler {padding:6px 10px 5px;}
body {
  font-weight: normal;
  font-style: normal;
  color: #5B657E;
  overflow-x: hidden;
  position:relative;
}
.topnav {background-color:#58c4d2; padding:0px 20px; text-align:center;}
.topnav ul {display:flex; justify-content:center;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1270px;
    }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.error {
    border:1px solid red;
    color:red;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  color: #58c4d2;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Jost;
  font-weight: 500;
  margin: 0px;
  color: #162447;
}

.section-title p {
  font-size: 18px;
  line-height: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}
.mobdis, .navbar-expand-lg .navbar-collapse.mobdis {display:none!important;}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}

.section-title span {
  font-size: 25px;
  color: #162447;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .section-title span {
    font-size: 18px;
  }
}

.section-title span img {
  max-width: 100%;
  margin-right: 20px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color:#222;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.success {
  color: green;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-item a.main-btn {
	padding:6px 20px!important;
	display:inline-block;
	font-size:12px;
	color:#fff!important;
}
.nav-item a.main-btn:before {display:none;}
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 38px;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  background: #58c4d2;
  overflow: hidden;
}

.main-btn:hover {
  color: #fff;
}

.main-btn.border-btn {
  border: 2px solid #58c4d2;
  background: transparent;
  color: #58c4d2;
}
.border-btn:hover {
	box-shadow: 2px 0 50px 0 rgb(88 196 210 / 25%);
}
.main-btn.sm {
    padding:7px 38px;
    display:block;
    width:100%;
    margin-top:40px;
}
.btn-hover {
  position: relative;
  overflow: hidden;
}

.btn-hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.3);
  transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #58c4d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scroll-top:hover {
  color: #fff;
  background: rgba(88, 100, 255, 0.8);
}

@keyframes animation1 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #58c4d2 #58c4d2 #ddd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #162447;
}

.sticky .navbar .navbar-nav .nav-item a::before {
  color: #162447;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #162447;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 20px 0;
}

.dropdown-item {
    font-size:14px!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 180px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 10px;
}
.bg-light, .navbar-light {background-color:transparent!important;}
.navnar-brand {position:absolute; left:0; right:0; text-align:center;}
.dropdown-menu {padding:18px;}
.dropdown-menu a {padding:9px 0!important;}
.dropdown-menu a:hover {background-color:transparent;}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    margin-left: 0px;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #162447;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  border-radius: 16px;
  background: #e70d8c;
  bottom: 3px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-expand-lg .navbar-nav .nav-link {padding-left:0;}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    top: auto;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0px;
    color: #162447;
  }
}

.navbar-nav .nav-item a:hover::before, .navbar-nav .nav-item a.active::before {
  width: 100%;
}

/* ====== hero-area ===== */
.hero-section {
  position: relative;
  z-index: 1;
  padding: 130px 0 50px;
  /*background-image: url("/web/20251231092222im_/https://wassup.me/assets/img/hero/hero-bg.svg");
  background-position: top center*/
}
.hero-section img {border-radius:30px;}
.secbg {background-color:#f8fbfe; padding:60px 0;}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 130px;
  }
}

.hero-section .hero-content {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-content {
    margin-bottom: 0px;
  }
}

.hero-section .hero-content h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #000;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-content h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero-section .hero-content h1 {
    font-size: 42px;
  }
}

.hero-section .hero-content p {
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}

@media only screen and (min-width: 1400px) {
  .hero-section .hero-content p {
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content p {
    padding-right: 70px;
  }
}

.hero-section .hero-content .main-btn::after {
  background: rgba(255, 255, 255, 0.15);
}

.hero-section .hero-content .scroll-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #58c4d2;
  color: #58c4d2;
  left: 15px;
  bottom: 0;
  z-index: 9;
}

.hero-section .hero-content .scroll-bottom i {
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-section .hero-img img {
    width: 100%;
  }
}

.hero-section .hero-shape .shape {
  position: absolute;
  z-index: -1;
}

.hero-section .hero-shape .shape.shape-1 {
  top: -285px;
  right: -300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-shape .shape.shape-1 {
    top: -420px;
    right: -550px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section .hero-shape .shape.shape-1 {
    top: -400px;
    right: -550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-shape .shape.shape-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-shape .shape.shape-1 {
    display: none;
  }
}

/* ====== feature css ====== */
@media (max-width: 767px) {
  .feature-section.pt-120 {
    padding-top: 80px;
  }
}

.feature-section .single-feature {
  text-align: center;
  padding: 30px 10px;
  position:relative;
}

.feature-section .single-feature a{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}

@media only screen and (min-width: 1400px) {
  .feature-section .single-feature {
    padding: 30px 40px;
  }
}

.feature-section .single-feature .icon {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: rgba(88, 100, 255, 0.1);
  color: #58c4d2;
  margin: auto;
  margin-bottom: 35px;
  font-size: 65px;
  line-height: 1;
}

.feature-section .single-feature .icon img {
  width:240px;
  height:240px;
  border-radius:100%;
}

.feature-section .single-feature .content h3 {
  margin-bottom: 24px;
  line-height:1.3em;
  min-height:65px;
}
.feature-section.home .single-feature .content h3 {min-height:auto}
.feature-section .single-feature .content p {
	color: #776e64;
    font-size: 1rem;
    font-weight: 500;
	line-height:1.75em;
}

.box-style {
  border-radius: 39px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 59px rgba(214, 214, 214, 0.35);
  box-shadow: 0px 0px 59px rgba(214, 214, 214, 0.35);
  padding: 50px 30px 30px;
  border-bottom: 5px solid;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
  .box-style {
    padding: 50px 40px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-style {
    padding: 50px 20px 30px;
  }
}

.box-style .icon {
  width: 85px;
  height: 85px;
  margin: auto;
  margin-bottom: 30px;
  font-size: 70px;
}

.box-style .content h3 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-style .content h3 {
    font-size: 22px;
  }
}

.box-style .content p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.box-style .content a {
  color: #5B657E;
  font-size: 30px;
  font-weight: 700;
}

.box-style .content ul li {
  margin-bottom: 5px;
}

.box-style .content a.main-btn {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.box-style .content a.main-btn.border-btn {
  color: #5B657E;
}

.box-style .content a.main-btn.border-btn:hover {
  color: #58c4d2;
}

.box-style .content a.main-btn.border-btn:hover::after {
  background: rgba(88, 100, 255, 0.2);
}

.box-style.color-1 {
  border-color: #ff92a5;
}

.box-style.color-1 .icon {
  color: #ff92a5;
}

.box-style.color-1 .content a:hover {
  color: #ff92a5;
}

.box-style.color-2 {
  border-color: #58c4d2;
}

.box-style.color-2 .icon {
  color: #58c4d2;
}

.box-style.color-2 .content a:hover {
  color: #58c4d2;
}

.box-style.color-2 .content .main-btn:hover {
  color: #fff;
}

.box-style.color-3 {
  border-color: #b89cfe;
}

.box-style.color-3 .icon {
  color: #b89cfe;
}

.box-style.color-3 .content a:hover {
  color: #b89cfe;
}

/* ===== about css ====== */
.about-section {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-section.pt-150 {
    padding-top: 100px;
  }
}

.about-section .about-img {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-section .about-img {
    margin-bottom: 70px;
  }
}

.about-section .about-img .shape {
  position: absolute;
  z-index: -1;
}

.about-section .about-img .shape.shape-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img .shape.shape-1 {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .about-section .about-img .shape.shape-1 {
    width: 70%;
  }
}

.about-section .about-img .shape.shape-2 {
  bottom: 0;
  right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img .shape.shape-2 {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img .shape.shape-2 {
    right: 120px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img .shape.shape-2 {
    bottom: 30px;
  }
}

.about-section .about-img-2 {
  position: relative;
  z-index: 1;
  padding: 75px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .about-section .about-img-2 {
    margin-bottom: 70px;
  }
}

.about-section .about-img-2 .shape {
  position: absolute;
  z-index: -1;
}

.about-section .about-img-2 .shape.shape-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img-2 .shape.shape-1 {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-2 .shape.shape-1 {
    width: 70%;
  }
}

.about-section .about-img-2 .shape.shape-2 {
  bottom: 0;
  left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img-2 .shape.shape-2 {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-2 .shape.shape-2 {
    left: 120px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-2 .shape.shape-2 {
    bottom: 30px;
  }
}

.about-section .about-content ul li {
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #162447;
  margin-bottom: 25px;
  position: relative;
}

.about-section .about-content ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1ae2db;
  position: absolute;
  left: 0;
  top: 6.5px;
  -webkit-box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
  box-shadow: 0px 14px 15px rgba(78, 110, 241, 0.26);
}

/* ====== feature-extended css ====== */
.feature-extended-section .feature-extended-wrapper {
  padding: 70px 0;
  background: rgba(88, 100, 255, 0.1);
}

.feature-extended-section .single-feature-extended {
  padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-extended-section .single-feature-extended {
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-extended-section .single-feature-extended {
    padding: 30px 0px;
  }
}

.feature-extended-section .single-feature-extended .icon {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 30px;
  color: #58c4d2;
}

.feature-extended-section .single-feature-extended .content h3 {
  margin-bottom: 20px;
}

.feature-extended-section .single-feature-extended .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.owl-item .item {text-align:center}
.owl-item .item img {
	display:flex;
	max-width:100%;
	width:auto!important;
	height:auto;
}
.magazines li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
}
.magazines li a {color:#000;}
.magazines li b {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
    color: #034c54;
}
.magazines li li {
    margin-bottom: 6px;
}
.gal li .inner {
    height: 240px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}
.gal li:hover {
    opacity: 0.5;
}
.gal li img {max-width:100%;height:auto;}
/* ======= subscribe css ======= */
@media (max-width: 767px) {
  .subscribe-section .section-title h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscribe-section .section-title h2 {
    font-size: 32px;
  }
}

.subscribe-section .subscribe-wrapper {
  background-image: url("/web/20251231092222im_/https://wassup.me/assets/img/subscribe/subscribe-bg.svg");
  padding: 65px 50px 50px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscribe-section .subscribe-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.subscribe-section .subscribe-wrapper .subscribe-form {
  position: relative;
  margin-bottom: 15px;
}

.subscribe-section .subscribe-wrapper .subscribe-form input {
  width: 100%;
  padding: 20px 30px;
  padding-right: 142px;
  border-radius: 18px;
  background: #fff;
  color: #5B657E;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.subscribe-section .subscribe-wrapper .subscribe-form input:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.35);
}

.subscribe-section .subscribe-wrapper .subscribe-form input::-webkit-input-placeholder {
  opacity: 0.7;
  color: #5B657E;
}

.subscribe-section .subscribe-wrapper .subscribe-form input:-ms-input-placeholder {
  opacity: 0.7;
  color: #5B657E;
}

.subscribe-section .subscribe-wrapper .subscribe-form input::-ms-input-placeholder {
  opacity: 0.7;
  color: #5B657E;
}

.subscribe-section .subscribe-wrapper .subscribe-form input::placeholder {
  opacity: 0.7;
  color: #5B657E;
}

.subscribe-section .subscribe-wrapper .subscribe-form button {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 17.5px 25px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 18px;
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form button {
    position: static;
    margin-top: 20px;
    background: #fff;
    color: #58c4d2;
    padding: 17.5px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form button {
    position: absolute;
    margin-top: 0px;
    color: #fff;
    background: #58c4d2;
    padding: 17.5px 25px;
  }
}
.smround {
	border:1px solid #000;
	border-radius:50px;
	padding:4px 8px;
	font-size:12px;
	color:#000;
	text-align:center;
	margin: 10px 6px 0 0;
}
/* ======= footer css ======= */
.footer {
	margin-top:50px;
  padding-top:50px;
  background-color:#f8fbfe;
}
.footer p {margin-bottom:0;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 120px;

  }
}

.footer .widget-wrapper .footer-widget {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
  .footer .widget-wrapper .footer-widget .desc {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer .widget-wrapper .footer-widget .desc {
    padding-right: 50px;
  }
}

.footer .widget-wrapper .footer-widget .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    display:none;          
}

.footer .widget-wrapper .footer-widget .socials li {
  margin-right: 20px;
}

.footer .widget-wrapper .footer-widget .socials li:last-child {
  margin-right: 0;
}

.footer .widget-wrapper .footer-widget .socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #58c4d2;
}

.footer .widget-wrapper .footer-widget .socials li a:hover {
  color: #fff;
  background: #58c4d2;
}

.footer .widget-wrapper .footer-widget h3 {
  margin-bottom: 25px;
  color: #000;
  font-size:21px;
}

.footer .widget-wrapper .footer-widget ul.links li {
  font-size: 18px;
  line-height: 34px;
}

.footer .widget-wrapper .footer-widget ul.links li a {
  color: #000;
}

.footer .widget-wrapper .footer-widget ul.links li a:hover {
  color:#58c4d2;
}

.hpara {
	font-size:30px;
	line-height:38px;
	margin-bottom:20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

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

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pl-20 {padding-left:20px;}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

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

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

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

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

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

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}
.testimonialbg {
	background:url('/web/20251231092222im_/https://wassup.me/assets/img/testimonialbg.webp') repeat-x center 30% #faf9f7;
}
h2 small {display:block; font-size:13px; font-weight:400; margin-bottom:18px; text-transform:uppercase; letter-spacing:2px;}
h3.title {
	font-size:42px;
	line-height: 1.4;
	margin-bottom: 2rem;
	margin-top: 1.2rem;
    color: #453536;
    font-weight: 500;
	max-width:9em;
}
h3.title span, .textcolor {color:#30b3b7;}
.nav-link.secolor {color:#e70e8d!important}
.transbg {background-color:transparent;}
.hero-title {
    font-size: 56px;
    color: #00a3ad;
	margin-top: 1.2rem;
    margin-bottom: 1.6rem;
}
.subhead {font-size:22px; font-weight700; line-height:36px;}
.navbar-nav .nav-item:first-child {margin-left:0}
.navbar-expand-lg .navbar-collapse { flex-basis: 0 }
.lead {line-height:34px; color:#000}
.subtitle {line-height:34px; font-size:22px; font-weight:500px;}
@media all and (max-width:767px) {
    .subtitle {
        font-size:19px;
    }
    .owl-nav {
        display:none!important;
    }
}
.title small, .hero-title small {
    color: #a09a93;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
	display:block;
}
.why .row {
    margin: 3rem auto;
}
.grid-item {padding:25px;}
.grid-item h4 {margin:0px 0 35px; font-size:28px;}
.grid-item p {font-size:1rem; line-height:1.7rem;}
.grid-item img {
    width: 100%;
    height: 100%;
}
.form-group {margin-bottom:18px;}
.form-control {
	border:1px solid #ddd;
	height:48px;
}
.form h4 {color:#fff;}
input[type="submit"] {margin-top:18px;}
/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 98px;
	height: 98px;
}

.feedback-slider-item {
	position: relative;
	margin: 30px;
	
}
.feedback-slider-item .inner {
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 4px 0 40px 0 rgb(69 53 54 / 10%);
	padding:30px 30px 60px;
}
.owl-nav {
	position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}
.customer-name {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
	font-size:16px;
	margin-top:24px;
}
.feedback-slider-item small {margin-bottom:24px;}
.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}



/* extra */
.copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 1.6rem;
	background-color: #ededed;
}
.copyright a {
	display: inline-block;
	padding: 15px 2px;
}
.copyright a:not(:last-child):after {
	content: "/";
	margin-left: 10px;
}

.toptal {
	color: #204ecf;
}

.upstack {
	color: #008bf7;
}

.upwork {
	color: #37a000;
}

.fiverr {
	color: #1dbf73;
}

.jobs {
	color: magenta;
	text-decoration: underline;
	margin-top: -15px;
}
.rel {position:relative;}
.center-block{margin-left:auto; margin-right:auto; width:98px; position:relative}
.center-block .customer-rating {top:0; right:-24px;}
.customer-feedback .owl-item img {border-radius:100%;}
.darkbg {background-color:#58c4d2; padding:25px 0; color:#fff;}
.text-right {text-align:right}
.price-service-card--wrapper {
    height: auto;
	margin-bottom:25px;
}
.price-service-card {
    box-sizing: content-box;
    border: 1px solid #D8DCDF;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
	position:relative;	
}
.price-service-card a {position:absolute; left:0; top:0; right:0; bottom:0; }
.price-service-card--content {
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.price-service-card--image {
    display: block;
    margin-bottom: 24px;
}
.price-service-card--title {
    line-height: 24px;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #1C2026;
}
.price-service-card--subtitle {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #585C62;
}
.price-service-card--tags {
    color: #202B93;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.price-service-card--foot {
    padding: 16px;
    background-color: #F7FAFC;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.price-service-card--price-per {
    color: #A7A8AA;
    line-height: 16px;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.price-service-card--price {
    font-size: 18px;
    line-height: 32px;
    color: #585C62;
}
.price-service-card--price b {
    font-weight: 700;
    color: #202B93;
}

.faq-section {
    background: #fdfdfd;
    min-height: auto;

}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  
  font-weight: 400;
  font-size: 18
  px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
  font-size:16px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.box .grid-item img {height:auto;}

.box .grid-item h4 {margin-bottom:15px;}
.box .grid-item p {margin-bottom:40px;}
/* Tabs panel */
.tabbable-panel {
  
}

.service-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service-header .content {
    flex: 1;
    margin-right: 16px;
}
.service-header .content h1 {t
    line-height: 40px;
    font-size: 36px;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.text-body-highlighted {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
}
.service-header .content .service-header-tags {
    color: #202B93;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.service-tabs-container {
    border-bottom: 1px solid #D8DCDF;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
 
}
.tabbable-line.round > .nav-tabs {
	 background-color:#f8fbfe;
    margin-bottom:40px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  padding: 20px 20px 20px;
  font-size:18px
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;

}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li > a.active {
  border-bottom: 2px solid #58c4d2;
  position: relative;

}
.tabbable-line.round > .nav-tabs > li > a {
	background-color:#58c4d2;
	color:#fff;
	border-radius:30px;
	font-size:19px;
	margin:0 10px;
	padding:10px 30px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #58c4d2;
}
.tabbable-line.round > .nav-tabs > li.open, .tabbable-line.round > .nav-tabs > li:hover {
  border-bottom: 0px;
  background-color:#58c4d2;
  border-radius:30px;
  color:#fff;
}

.price-item {
    padding: 12px 0;
    border-bottom: 1px solid #D8DCDF;
    color: #1C2026;
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.price-item .main-btn {
    border-radius:50px;
}
.price-item .title-section .title {
    font-size: 16px;
    line-height: 21px;
}
.price-item .title-section .subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #A7A8AA;
}
.tabbable-line.round > .nav-tabs > li > a.active {
	border-bottom:0;
	background-color:#fff;
	border:2px solid #58c4d2;
	color:#58c4d2;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.tab-pane h4 {margin-bottom:20px;}
.pl-5 {padding-left:40px;}
.box li, .box {list-style:none; padding-left:15px}
.box li {margin-bottom:28px; font-size:20px;}
.box li img  {display:block; margin-bottom:0px; margin-right:16px;}  
.box li .innershadow {
    background-color: #fff;
    /* min-height: 140px; */
    border-radius: 6px;
    padding: 0 20px;
    /* box-shadow: 0 0 4px 2px rgb(0 0 0 / 5%); */
    /* min-height: 260px; */
    font-size: 18px;
    display: flex;
    align-items: center;
}
.water li, .water {list-style:none; padding-left:0}
.water li {
	margin-bottom:20px;
	list-style:none;
	background:url('/web/20251231092222im_/https://wassup.me/assets/img/check.png') no-repeat 0px 0;
	background-size:24px;
	padding-left:45px;
	font-size:18px;
}
.water.nobull li {background-image:none; display:flex;}
.water.nobull li img {width:48px; height:48px; margin-right:18px;}
.headbg {
	background-color:#f8fbfe;
	height:670px;
	color:#fff;
	padding-top:90px;
	padding-bottom:60px;
}
.headbg h2 {font-size:28px;}
.headbg p {line-height:28px;}
.headbg .small {font-size:18px; margin-top:10px;}
.pr-5 {padding-right:50px;}
label {display:block; color:#fff; display:none}
input[type="text"],select, textarea, input[type="email"], input[type="tel"] {
	height:44px;
	line-height:44px;
	border:1px solid #ddd;
	font-size:16px;
	padding:0 16px;
	width:100%;
	display:block;
	margin:0px 0 20px;
	border-radius:2px;
}
textarea {height:90px;}
.flexend {display:flex;justify-content:flex-end;}
@media all and (max-width:767px) {
    .flexend {display:block;}
    .thumb-prev, .thumb-next {display:none;}
}
form {
	background-color:#30b3b7;
	padding:40px;
	border-radius:15px;
	margin:0;	
}

.service-groups-container {
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    font-size: 13px;
    line-height: 24px;
    flex-wrap: wrap;

}
.service-groups-container ul {padding-bottom:16px;}
.service-groups-container a {
    padding: 4px 12px;
    cursor: pointer;
    font-weight: 500;
	font-size:15px;
    white-space: nowrap;
	color:#000;
}
.service-groups-container a.active {
    background-color: #1C2026;
    border-radius: 50px;
    color: #FFFFFF;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li a.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 2px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.detail-section {
    padding: 24px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #D8DCDF;
}
.detail-section .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 21px;
    margin-bottom: 12px;
    color: #1C2026;
    font-weight: 600;
}
.detail-section .subtext {
    color: #585C62;
    margin-bottom: 24px;
}



.values-wrapper {
  position: relative;
  width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.values-wrapper-height {
  position: relative;
  padding-top: 42%;
  border: 1px none #000;
}

.values-bubble {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
  border-radius: 1000px;
  background-color:#58c4d2;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  font-size: 19px;
  font-weight:500;
  letter-spacing:1px;
  color:#fff;
  cursor: pointer;
}
.smtxt .values-bubble {font-size:20px; font-weight:normal;}

.values-bubble:hover {
  background-color: #f7fcff;
  color:#000;
}

.values-bubble._1 {
  top: 3.8%;
  padding: 3%;
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}

.values-bubble._2 {
  left: 23.6%;
  top: 3%;
  padding: 5%;
}

.values-bubble._3 {
  left: 12.7%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 7%;
}

.values-bubble._4 {
  left: 38.8%;
  top: auto;
  right: auto;
  bottom: 21%;
  padding: 2.5%;
}

.values-bubble._5 {
  left: auto;
  top: auto;
  right: 25.7%;
  bottom: 0%;
  padding: 2.5%;
}

.values-bubble._6 {
  left: auto;
  top: auto;
  right: 3.45%;
  bottom: 9.85%;
  padding: 5.5%;
}

.values-bubble._7 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 3%;
}

.values-bubble._8 {
  left: auto;
  top: 0%;
  right: 18.9%;
  bottom: auto;
  padding: 6%;
}

.values-bubble._9 {
    left: auto;
    top: 15%;
    right: 36.9%;
    bottom: auto;
    padding: 4%;
}

.values-bubble-height {
  position: relative;
  padding-top: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.bubble-text {
  width: 100%;
  height: auto;
}

        .pricing {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
        }
        
        .pricing-item {
            position: relative;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: stretch;
            align-items: stretch;
            text-align: center;
            -webkit-flex: 0 1 330px;
            flex: 0 1 330px;
        }
        
        .pricing-action {
            color: inherit;
            border: none;
            background: none;
            cursor: pointer;
        }
        
        .pricing-action:focus {
            outline: none;
        }
        
        .pricing-feature-list {
            text-align: left;
        }
        
        .pricing-palden .pricing-item {
            font-family: 'Open Sans', sans-serif;
            cursor: default;
            color: #84697c;
            background: #fff;
            box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
            border-radius: 20px 20px 10px 10px;
            margin: 1em 1em 0;
        }
        
        @media screen and (min-width: 66.25em) {
           /* .pricing-palden .pricing-item {
                margin: 1em -0.5em;
            }*/
            .pricing-palden .pricing__item--featured {
                margin: 0;
                z-index: 10;
                box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
            }
        }
        
        .pricing-palden .pricing-deco {
            border-radius: 10px 10px 0 0;
            background: linear-gradient(135deg,#4097f9,#0af0c7);
            padding: 4em 0 9em;
            position: relative;
        }
        
        .pricing-palden .pricing-deco-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 160px;
        }
        
        .pricing-palden .pricing-title {
            font-size: 0.75em;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #fff;
        }
        
        .pricing-palden .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--1 {
            -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
        }
        
        .pricing-palden .pricing-item:hover .deco-layer--2 {
            -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
        }
        
        .pricing-palden .icon {
            font-size: 2.5em;
        }
        
        .pricing-palden .pricing-price {
            font-size: 5em;
            font-weight: bold;
            padding: 0;
            color: #fff;
            margin: 0 0 0.25em 0;
            line-height: 0.75;
        }
        
        .pricing-palden .pricing-currency {
            font-size: .35em;
            vertical-align: top;
        }
        
        .pricing-palden .pricing-period {
            font-size: 0.15em;
            padding: 0 0 0 0.5em;
            font-style: italic;
        }
        
        .pricing-palden .pricing__sentence {
            font-weight: bold;
            margin: 0 0 1em 0;
            padding: 0 0 0.5em;
        }
        
        .pricing-palden .pricing-feature-list {
            margin: 0;
            padding: 0.25em 0 2.5em;
            list-style: none;
            text-align: center;
            min-height:324px;
        }
        
        .pricing-palden .pricing-feature {
            padding: 1em 0;
        }
        
        .pricing-palden .pricing-action {
            font-weight: bold;
            margin: auto 3em 2em 3em;
            padding: 1em 2em;
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(135deg,#a93bfe,#584efd);
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        
        .pricing-palden .pricing-action:hover,
        .pricing-palden .pricing-action:focus {
            background: linear-gradient(135deg,#fd7d57,#f55d59);
        }
        
        .pricing-palden .pricing-item--featured .pricing-deco {
            padding: 5em 0 8.885em 0;
        }
        .pricing-palden .main-btn  {
            position: absolute;
            bottom: 0;
            width: 100%;
            border-radius: 0 0 10px 10px;
        }


.waves {
  position:relative;
  width: 100%;
  height:150vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:250px;
}
.pane {
    background-color:#c3edf2;
    flex-direction:column;
    padding:10px;
}
.boxp {
	background-color:#fff;
	padding:20px 40px;
	border:1px solid #ddd;
	font-size:18px;
	text-align:center;
}
.boxp:nth-child(2) {margin:0 10px;}
.boxp h4 {text-align: center; color: #585C62; font-weight:400; margin-bottom:10px;}
.boxp em {font-weight:500; font-style:normal; color:#58c4d2;}
.boxp span {
    font-size: 16px;
    line-height: 16px;
    color: #585C62;
    display:block;
}
.boxp b {
    font-weight:normal; 
    color: #A7A8AA;
    font-size: 13px;
    line-height: 24px;
    text-decoration: line-through;
}
.rounds {
    width: 36px;
    height: 36px;
    margin: 0 20px 0 0;
    border: 1px solid #33c7c7;
    background-color:#33c7c7;
    border-radius: 100%;
    text-align: center;
    display: block;
}
.rounds i {
	font-size:18px;
	line-height:36px;
	color:#fff;
}
.address p {font-size:16px;}
.pl-lg-5 {padding-left:45px}
.panel {

    margin-bottom: 26px;

}
.panel .strong {font-weight:bold;}
.panel .mt-5 {margin-top:20px;}
.panel-default {
    box-shadow: 0px 5px 21px rgb(51 97 110 / 20%);
    min-height:870px;
}
.boxcol .col-lg-3 {
    padding:0 7px;
}
.list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.list>li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.list>li>span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.list>li>svg {
    width: 18px;
    -webkit-flex: 18px 0 0;
    flex: 18px 0 0;
    height: 18px;
    margin-right: 14px;
}
.list-icon-blue>li>svg {
    color: #3040b6;
}
.panel-body {
    padding: 28px;
}
.large {
    font-size: 20px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
@media all and (max-width:760px) {
    .pl-lg-5 {padding-leftL0px}
}
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.embed-responsive-1by1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.embed-responsive-16by9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 1:1 Aspect Ratio */
}
/* Then style the iframe to fit in the container div with full height and width */
.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.partner-logo-grid__card {
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
	margin-bottom:20px;
}
.partners h3 {font-size:28px; margin-bottom:30px;}
.partner-logo-grid__card img {max-width:100%; height:auto;}
.background-teal {
    background-color: #1d6076;
}
.partner-reasons-list {
   
    margin-bottom: 0;
}
.partner-reasons-list li {
    margin-bottom: 1.6rem;
	position:relative;
	
}
.partner-reasons-list li span {
    display: block;
    max-width: 36em;
    position: relative;
    top: -10px;
	left:28px;
	font-size: 20px;
    line-height: 1.5;
}
.partner-reasons-list li::before {
    background-color: #00a3ad;
    font-size: 38px;
    line-height: 12px;
	display:block;
	position:absolute;
	left:0;
	width:10px;
	height:10px;
	content:"";
}
.rr-plan-card {
    background: #fff;
    border: 4px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
    justify-self: center;
    max-width: 280px;
    padding: 28px 28px 28px;
    position: relative;
    transition: opacity .5s ease;
    margin:15px;
}
.rr-plan-card hr {
    border-color: #0083a3;
    border-width: 2px;
    margin: 28px 0 32px;
}
.rr-plan-card__monthly-cost {
    font-size: 24px;
    margin-bottom: 8px;
}
.rr-plan-card__per-bag-cost {
    font-size: 14px;
    margin-bottom: 48px;
    margin-top: 0;
}
.rr-plan-card__per-bag-cost:nth-child(3) .span--marine {color:#666; font-size:14px;}
.rr-plan-card .badge {position:absolute; top:0; left:0; background-color:pink; color:#000;}
.rr-plan-card__p {
    color: #a09a93;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.rr-plan-card__p+.rr-plan-card__p {
    margin-top: 16px;
}
.rr-plan-card__button {
    bottom: 14px;
    font-size: 16px;
    left: 20px;
    margin-top: 1.5rem;
    padding: 0.5rem 0;
    position: absolute;
    width: calc(100% - 40px);
    background-color: #eb9d00;
    color: #fff;
    text-align:center;
}
.rr-plan-card-container {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 3.5rem -1rem 2rem;
}
@media only screen and (min-width: 1280px) {
.rr-plan-card-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
}
@media only screen and (min-width: 640px) {
.fixme {
    position: -webkit-sticky;
    position: sticky;
    top: calc(64px + 12vh);
}
}
.figure--rr-bag {
    background-image: url("/web/20251231092222im_/https://wassup.me/assets/img/shopping-bag.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
}
.rr-plan-card__header {
    display: flex;
    justify-content: space-between;
    position:relative;
}
.rr-plan-card__heading {
    color: #0083a3!important;
    font-size: 32px;
    margin-bottom: 0;
}
.rr-plan-card__bag-icon-wrapper {
    position: relative;
}
.rr-plan-card__description {min-height:40px;}
.span--marine {color:#0083a3; font-weight:bold; font-size:18px;}
.rinse-button--yellow {
    
}
.board {
    width: 100%;
    margin: 0px auto;
    height: auto;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;
	text-align:center;
	border:0px;
	justify-content:center;
}
.board .nav-tabs li b {
    position:absolute;
    top:80px;
    left:0px;
    right:0;
    width:100%;
    text-align:center;
    font-size:16px;
}
.board .nav-tabs li b em {display:block;color:#000;font-size:12px;font-weight:normal;}

p.narrow {
    width: 60%;
    margin: 10px auto;
}
.liner {
    height: 2px;
    background: #eee;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 36%;
    z-index: 1;
}
.board .nav-tabs > li > a.active,
.board .nav-tabs > li > a.active:hover,
.board .nav-tabs > li > a.active:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}
span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    font-size: 25px;
    color: rgb(34, 194, 34);
    border: 2px solid #000;
}
.board .nav-tabs > li > a.active span.round-tabs {
    background: #fafafa;
    border-color:#58c4d2;
}
.board .nav-tabs > li {
    width: 20%;
}
.board .nav-tabs > li span img {vertical-align:top;}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.board .nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}
.board .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}
.board .nav-tabs > li a {
    width: 140px;
    height: 100px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    position: relative;
    TEXT-ALIGN: center;
}
.board .nav-tabs > li a:hover {
    background: transparent;
}
.board .tab-content {
}
.board .tab-pane {
    position: relative;
    padding-top: 50px;
}
.board .tab-content .head {
    font-family: sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.board .btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

@media (max-width: 585px) {
    .board {
        width: 100%;
        height: auto !important;
    }
    .board .nav-tabs > li {
    width: 33.3%;
}
    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .feature-extended-section .single-feature-extended {
    padding: 15px 0;
}
   /* .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }*/
    .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
}
.superheading {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4.32px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
	font-weight: 500!important;
    margin-bottom: 2rem;
    text-align: center;
}
@media only screen and (min-width: 960px) {
.superheading {
    font-size: 14px;
    letter-spacing: 5.04px;
}
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
  .mobdis, .navbar-expand-lg .navbar-collapse.mobdis.show  {display:block!important;}
  .mobnone {display:none;}
  .home.pt-100 {padding:0;}
  .morder-2 {order:1;}
  .morder-1 {order:2;}
  .grid-item {padding:18px 0 0!important;}
  .grid-item h4 {margin:0 0 18px;}
  .morder-2.grid-item {padding:0;}
  .why .row {margin:0 0 0px;}
  .pt-100 {padding:50px 0;}
  .w-75 {max-width:100%; width:100%!important;}
  .fixme {position:relative;text-align:center; margin-bottom:20px;}
  .mobpnone {padding:0!important;}
   .mobmnone, .values-wrapper {margin:0!important;}
  .mobp20 {padding:0 20px!important;}
  .mobbtnone {padding-bottom:0!important;}
  .headbg {height:auto; padding-bottom:0;}
  .box {margin-top:30px;}
  .form {margin-top:30px; padding:15px;}
  form {padding:15px;}
  .mobt20 {margin-top:20px;}
  .mobt10 {margin-top:10px!important;}
  .values-bubble {position:relative; left:0!important; top:0!important;  
     font-size: 20px!important;
    text-align: center; width:240px; margin:0 auto 20px;}
  .values-wrapper-height {padding-top:0;}
  .hero-title {font-size:44px;}
  .values-wrapper {width:100%;}
  .navbar-brand img {max-width:160px;}
  .nobull li {padding-left:0;}
  .mblock {flex-direction:column; align-items:center;}
  .mblock div {width:240px;}
  .mblock .mx-5 {margin:15px 0!important;}
  .tabbable-line.round > .nav-tabs {
    background-color: #f8fbfe;
    margin-bottom: 40px;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
.tabbable-line.round > .nav-tabs li {
    width:240px;
    margin:10px auto;
}
.tabbable-line.round > .nav-tabs li a{width:100%; text-align:center;}
}
.terms h4 {font-size:20px; margin-bottom:22px;}
.terms p {margin-bottom:18px;}
.whatsapp {
    position:fixed;
    bottom:20px;
    right:20px;
    width:48px;
    height:48px;
    z-index:1000;
}
.nobg {
    background-color:transparent;
    padding:20px;
}
/* RESPONSIVE */
@media screen and (max-width: 960px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
	#franchiseForm {
	    margin-top:40px;
	}
	.headbg {
	    height:auto;
	}
    .subtitle {
        font-size:19px;
    }
    .owl-nav {
        display:none!important;
    }

}


/*
     FILE ARCHIVED ON 09:22:22 Dec 31, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:11:00 Apr 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.401
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.022
  esindex: 0.008
  cdx.remote: 14.319
  LoadShardBlock: 437.285 (3)
  PetaboxLoader3.datanode: 105.058 (4)
  PetaboxLoader3.resolve: 375.639 (2)
  load_resource: 62.198
*/