@import url('aos.css');
@import url('boxicons.min.css');
@import url('bootstrap.min.css');
@import url('bootstrap-icons.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('fonts/Montserrat-Regular.ttf');
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}

* {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track {
  background: rgb(179, 177, 177);
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: rgb(136, 136, 136);
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
  background: rgb(100, 100, 100);
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:active {
  background: rgb(68, 68, 68);
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fb4848;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #ffffff;
}

header.white-head {
  background: #ffffff;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #ffffff;
  box-shadow: 0 0 8px #c0c0c0;
}

#header .logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 30px;
  width: 100%;
  height: 30px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #112233;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active a,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fb4848 !important;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fb4848;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #112233;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fb4848;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.h-img-wrap {
  position: relative;
  z-index: 4;
  left: 80px;
  top: 40px;
}

.content-2 {
  text-align: center;
  margin: auto;
  position: absolute;
  overflow: hidden;
  top: -102px;
  right: 165px;
  transition: 1s ease;
  width: 40%;
  height: 148px;
  color: #000;
  position: absolute;
  z-index: 6;
  bottom: -400px;
}

.slide-up {
  color: white;
  text-align: center;
  margin: 42px 0 0 0;
  left: 0;
  right: 0;
  transition: all .75s ease;
  border-radius: 30px;
  position: absolute;
  align-items: center;
  overflow: hidden;
}

.home-img img {
  z-index: 0 !important;
}

.slide-up span {
  width: 50%;
  font-size: 18px;
  letter-spacing: normal;
  text-align: left;
  padding-left: 20px;
  font-weight: 600;
}

.slide-up span img {
  width: 35%;
}

.value-point {
  display: flex;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff70;
}

.value-caption {
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.middle-img {
  width: 75%;
}

.kuwy-feature img {
  z-index: 0;
}

.circle-rotate {
  position: absolute;
  left: 50px;
  top: -50px;
}

.circle-rotate img {
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 25s linear infinite;
  -moz-animation: spin 25s linear infinite;
  animation: spin 25s linear infinite;
  width: 100%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
  position: relative;
}

.footer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #091f59;
  opacity: 0.8;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer {
  padding: 20px 40px;
  background: #091f59;
  background-image: url(../img/footer-map.svg);
  background-repeat: no-repeat;
  background-size: 60%;
}

.footer-top {
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fb4848;
  line-height: 1;
  padding: 8px 12px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

#footer .copyright {
  float: left;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}

.sub-footer .copyright {
  float: initial !important;
  margin-top: initial !important;
}

#footer .copyright a {
  color: #ffffff;
  margin: 0 5px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

footer#footer p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}

.footer-logo h6 {
  color: #ffffff;
  margin-top: 15px;
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.info {
  text-align: right;
  border-bottom: 1px solid #f24d4e;
  margin-bottom: 15px;
}

.info a {
  color: #ffffff;
  text-decoration: none;
}

.info p {
  font-size: 16px;
  margin-right: 20px;
}

.info span {
  width: 10px;
  height: 10px;
  background: #f24d4e;
  position: absolute;
  top: 8px;
  margin-left: -20px;
  border-radius: 20px;
}

.mail_info a,
.mail_info a:hover {
  color: #969599;
}

/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

.form-select:focus {
  border-color: initial;
  outline: 0;
  box-shadow: initial;
}

/* new style css start */


/* cookie style */
.alert.cookies {
  display: flex;
  background: #6c6c6cd6;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.cookies a.kw-red-btn {
  float: left;
  width: 45%;
  padding: 6px 15px;
  text-align: center;
  font-size: 10px;
}

.cookies a.kw-blue-btn {
  width: 45%;
  text-align: center;
  padding: 6px 15px;
  font-size: 10px;
  text-align: center;
}

.cookies p {
  margin-bottom: 0;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
}

.cookies {
  padding: 5px;
}

.cookies-left {
  float: left;
  width: 80%;
}

.cookies-right {
  width: 20%;
}


/* cookie style end */

.kw-partner .slide.slick-slide img {
  width: auto;
  height: 40px;
}

.kw-partner ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  margin: 2px;
  border-radius: 6px;
}

.kw-partner ul li img {
  width: 60%;
}

#header::after {
  content: "";
  position: absolute;
  width: 90%;
  border-bottom: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  text-align: center;
}

section.kw-industry {
  background: #f8f9fe;
}

section.kw-pane1 {
  background: url(../../img/kuwy-bg.webp) no-repeat;
  padding-top: 10em;
  padding-bottom: 0em;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

.kw-button {
  background: #fb4848;
  padding: 15px 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
}

#take-tour button.btn-close {
  float: right;
  position: absolute;
  right: -30px;
  color: #fff;
}

#take-tour .modal-body {
  padding: 5px;
}

.kw-button:hover {
  color: #ffffff;
  background: #e75a5a;
}

img.middle-img {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -75px;
  text-align: center;
  z-index: 9;
}

.kuwy-feature {
  position: relative;
  top: 10%;
}

.iphone-around .p1 {
  position: absolute;
  top: 0;
  left: 50%;
}

.iphone-around .p2 {
  position: absolute;
  right: 0;
  top: 50%;
}

.iphone-around .p3 {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.iphone-around .p4 {
  position: absolute;
  left: 0;
  top: 50%;
}

.iphone-around {
  position: relative;
  top: 150px;
}

.iphone-around ul li {
  display: inline-block;
  width: 300px;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  padding: 5em 0;
}

.iphone-around li.pos-1 {
  background: url(../../img/new-design/icon/circle-1.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 30%;
  top: -3%;
}

.iphone-around li.pos-2 {
  background: url(../../img/new-design/icon/circle-2.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5%;
  top: -150px;
}

.iphone-around li.pos-3 {
  background: url(../../img/new-design/icon/circle-3.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.iphone-around li.pos-4 {
  background: url(../../img/new-design/icon/circle-4.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  top: -150px;
}

img.big-circle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 6%;
  text-align: center;
  width: 40%;
}

img.small-circle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 26%;
  text-align: center;
  width: 20%;
}

.rotate {
  animation: loading 5s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon {
  width: 45px;
  height: 45px;
  background: #fc4849;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.kw-tech {
  margin-top: 3em;
}

.kw-tech-title {
  margin-bottom: initial;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.kw-tech p {
  font-size: 14px !important;
  letter-spacing: initial;
  font-weight: initial !important;
  margin-bottom: initial;
}

.kw-tech li {
  list-style: none;
  display: inline-block;
  width: 47%;
  padding: 5px;
}

.kw-tech ul {
  padding: initial;
}

.kw-tech li a {
  font-size: 12px;
  color: #fff;
}

.kw-tech li a span {
  font-size: 14px;
  font-weight: 600;
}

li.app-store {
  background: linear-gradient(90deg, rgb(252 72 73) 0%, rgb(245 97 98) 110%);
  margin-right: 10px;
  border-radius: 5px;
}

li.google-play {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(5, 119, 144, 1) 0%, rgb(93 211 237) 110%);
}

.kw-tech li i.bx {
  font-size: 30px;
  color: #fff;
  float: left;
  width: 30%;
  margin-top: 10px;
}

.kw-tech li.google-play img {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.kw-about-card {
  width: 100%;
}

.about-card-icon {
  width: 30%;
  float: left;
  padding: 15px;
  position: relative;
}

.about-card-icon img {
  width: 100%;
}

.kw-about-card h3 {
  font-size: 18px;
}

.kw-about-card p {
  display: flex;
}

.kw-about-card {
  width: 100%;
  margin-top: 3em;
}

section.kw-pane2 {
  padding-bottom: 0;
}

.about-card-content {
  width: 70%;
  float: left;
}

.kw-about-card h3 {
  font-size: 18px;
  color: #02748f;
  font-weight: 600;
}

span.red-text {
  color: #fb4848;
}

.about-card-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  z-index: -2;
  border-radius: 50%;
}

.icon.blue {
  background: #057790 !important;
}

.kw-prod-card {
  width: 40%;
  height: 270px;
  float: left;
  padding: 0 10px;
  text-align: center;
  box-shadow: 0 0 10px #eeeeee;
  margin: 10px;
  border-radius: 20px;
  position: relative;
}

.tag-img {
  width: 60px;
  height: 90px;
  border-radius: 0 0 30px 30px;
  margin: 0 auto;
  background: aliceblue;
  background: linear-gradient(0deg, rgba(5, 119, 144, 1) 0%, rgb(93 211 237) 103%);
  padding-top: 1em;
  color: #fff;
  font-size: 30px;
}

.kw-prod-card h3 {
  margin: 10px 0;
}

.card-heading {
  font-size: 1.25rem;
}

.kw-prod-card p {
  line-height: 22px;
}

.our-prod h2 {
  font-size: 42px;
}

.sub-heading {
  font-size: 1.5rem;
}

.whats-kuwy {
  padding-top: 5em;
  padding-bottom: 10em;
}

.kw-count {
  position: relative;
}

.kw-count p {
  font-size: 8px;
  margin-bottom: 0;
  line-height: 12px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.kw-count span {
  font-size: 20px;
  font-weight: bold;
  color: #02748f;
  margin-bottom: 0;
}

.kw-count ul {
  padding: initial;
  list-style: none;
}

.kw-count ul li img {
  width: 20%;
}

.kw-count .pos-1 {
  position: absolute;
  top: 8%;
  left: 30%;
}

.kw-count .pos-2 {
  position: absolute;
  top: 10%;
  right: -30px;
}

.kw-count .pos-3 {
  position: absolute;
  bottom: 25%;
  left: 20%;
}

.kw-count .pos-4 {
  position: absolute;
  bottom: 25%;
  right: -5%;
}

.kw-count ul li {
  width: 100px;
  height: 100px;
  background: #eeeeee;
  border-radius: 98px;
  padding: 12px;
  margin-bottom: 10px;
  animation: pulse-animation 2s infinite;
  text-align: center;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* .kw-count ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    width: 100Px;
    height: 140px;
    border-radius: 100px;
    animation: heart-pulse 9s infinite ease-out;
} */

@keyframes heart-pulse {
  0% {
    transform: scale(0.45);
  }

  50% {
    transform: scale(0.85);
  }

  70% {
    transform: scale(0.65);
  }

  100% {
    transform: scale(0.45);
  }
}

.commerce-title {
  font-size: 1.25rem;
}

.kw-content-right p {
  line-height: 26px;
}

.content-kw {
  width: 85%;
  margin: 0 auto;
  border: 2px solid #02748f;
  padding: 2em 20px;
  border-radius: 20px;
  position: relative;
}

.kw-content-right {
  padding: 0 4em;
  color: #fff;
  width: 50%;
  float: right;
  position: absolute;
  padding-left: 7em;
  z-index: 0;
}

img.pattern {
  width: 55%;
  height: auto;
  position: absolute;
  left: -20%;
  top: 42%;
  z-index: -1;
}

.kw-benefit {
  padding-top: 8em;
  width: 80%;
  float: right;
  position: relative;
}

img.red-arrow {
  position: absolute;
  left: -10%;
  top: 115px;
  width: 30px;
}

#pills-tabContent {
  position: relative;
}

.rotate.circular {
  background: url(../../img/new-design/icon/dashed-arrow.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 7%;
  top: -40px;
  width: 300px;
  height: 300px;
  z-index: 0;
}

img.kw-benefit-img {
  position: relative;
}

.kw-content-right::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -15px;
  width: 90%;
  height: 680px;
  background: #02748f;
  color: #ffffff;
  border-radius: 20px;
  transform: rotate(6deg);
  z-index: -1;
}

.our-products {
  margin-top: 2em;
  margin-bottom: 2em;
}

.kw-content-right::before {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 90%;
  height: 680px;
  background: #d3f0f4;
  color: #ffffff;
  border-radius: 20px;
  transform: rotate(10deg);
  z-index: -1;
}

.our-prod {
  text-align: right;
  height: 520px;
  display: table;
  width: 70%;
  float: right;
  padding-right: 5em;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.upcoming-product {
  border: 1px solid #afafaf;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  font-weight: 600;
  float: right;
}

.blue-text {
  color: #057790;
  font-weight: 700;
}

.mt-3 {
  position: relative;
  top: 30px;
}

.core-title {
  background: #057790;
  padding: 2em 7em;
  color: #fff;
  position: relative;
  z-index: -9;
}

.core-tech {
  position: relative;
}

.inline-core-tech {
  width: 65%;
  position: absolute;
  right: 0;
  top: -45px;
}

.inline-core-tech p {
  line-height: 20px;
}

.inline-core-tech ul li {
  border-radius: 20px;
  display: inline-block;
  width: 14%;
  background: #fff;
  margin: 10px 2.5em;
  text-align: center;
  box-shadow: 0 0 2px #dcdcdc;
  position: relative;
  color: #057792;
  font-weight: 500;
  padding: 15px 0;
}

.ct-icon {
  font-size: 2em;
  padding: 20px 10px;
}

.core-title h2 {
  font-size: 2em;
  font-weight: 600;
}

.inline-core-tech ul li:nth-child(1)::before {
  content: "1";
  position: absolute;
  bottom: -60px;
  left: -40px;
  font-size: 7em;
  z-index: -1;
  color: #b0eaf6;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.inline-core-tech ul li:nth-child(2)::before {
  content: "2";
  position: absolute;
  bottom: -60px;
  left: -40px;
  font-size: 7em;
  z-index: -1;
  color: #b0eaf6;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.inline-core-tech ul li:nth-child(3)::before {
  content: "3";
  position: absolute;
  bottom: -60px;
  left: -40px;
  font-size: 7em;
  z-index: -1;
  color: #b0eaf6;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.inline-core-tech ul li:nth-child(4)::before {
  content: "4";
  position: absolute;
  bottom: -60px;
  left: -40px;
  font-size: 7em;
  z-index: -1;
  color: #b0eaf6;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.core-content {
  padding-top: 4em;
  position: relative;
}

/* animate-circle */

.core-content .animate-circle-1 {
  width: 500px;
  height: 500px;
  border-top: 80px solid #999;
  border-left: 80px solid #ddd;
  border-right: 80px solid #ddd;
  border-bottom: 80px solid #999;
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  opacity: 0.1;
  animation: spinner 5s linear infinite;
}

@keyframes spinner {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}


.commerce {
  position: relative;
  overflow: hidden;
}

.commerce::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 275px;
  background: url(../../img/new-design/icon/dotted-line.webp) no-repeat;
  background-size: cover;
  z-index: -1;
}

.mt-10 {
  margin-top: 10em;
}

.commerce-center {
  width: 80%;
  margin: 0 auto;
}

/* Industry Insights css */

.card-content {
  padding: 15px;
  position: relative;
  width: 75%;
  border-radius: 20px;
  background: #2caece;
  color: #fff;
  margin: 0 auto;
  top: -30px;
}

.card-content:hover {
  background: #057790;
}

.indus-card h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indus-card:hover h3 {
  text-decoration: underline;
}

.indus-card img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.indus-card-img {
  position: relative;
  height: 240px;
  overflow: hidden;
  object-fit: cover;
}

.card-content a {
  color: #fff;
}

.kw-car-check {
  width: 90%;
  background: #2caece;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

button.btn.check-now {
  background: #fb4848;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  bottom: -45px;
  font-size: 18px;
}

.slick-prev:before,
.slick-next:before {
  color: #333333 !important;
}

/* Experience css*/
.exp-image img {
  width: 40%;
  border-radius: 50%;
  border: 5px solid #fff;
}

.exp-image {
  text-align: right;
  position: relative;
  padding-top: 4em;
}

ul#pills-tab {
  width: 50%;
  margin: 0 auto;
}

.kuwy-experience button.nav-link.active {
  background: #fb4848 !important;
  border-radius: 45px !important;
  border: 2px solid #fb4848 !important;
}

.kuwy-experience button.nav-link {
  border: 2px solid #02748f !important;
  border-radius: 45px !important;
}

.user-experience li button {
  color: #333;
  font-weight: 700;
  font-size: 22px;
}

.user-experience li button:hover {
  color: #808080;
}

.customer-profile p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: initial;
}

.customer-profile span {
  font-size: 14px;
}

.exp-image::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 120px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  z-index: -1;
  background: rgb(5, 119, 144);
  background: linear-gradient(90deg, rgba(5, 119, 144, 1) 0%, rgba(104, 216, 241, 1) 100%);
  animation: loading 3s linear infinite;
}

img.quotation {
  border: initial;
  border-radius: initial;
  width: 18%;
  position: relative;
  top: -75px;
}

.br-2 {
  border-right: 2px solid #ddd;
}

.user-experience li {
  padding: 0 20px;
}


/* slider css */
.slick-slide {
  margin: 0px 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

section.client-slider {
  padding: 10px 0;
}

.tab-content>.tab-pane {
  display: block;
  height: 0px;
  overflow: hidden;
}

.tab-content>.active {
  height: auto;
}


/* end slider */

.more {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url(../../img/new-design/icon/read-more.webp);
  background-size: contain;
  padding: 6px;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  background-repeat: no-repeat;
}

.kw-download-app {
  width: 50%;
  margin: 0 auto;
}

.kw-download-app ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.kw-download-app ul li {
  display: inline;
  margin-right: 20px;
}

section.kw-app {
  position: relative;
  background: url(../../img/new-design/bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.kw-download-app {
  width: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  bottom: 0;
  margin: auto;
}



/* benefits */
.kw-tab ul li button {
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  background: #ace0ee !important;
  color: #ffffff;
}

.kw-tab ul li button:hover {
  color: #ffffff;
}

.kw-tab .nav-link.active {
  background-color: #fb4848 !important;
}

.kw-tab ul li {
  border: 1px dashed #02748f;
  margin: 10px;
  border-radius: 50%;
  padding: 10px;
}

.kw-tab ul li:hover {
  border: 1px solid #02748f;
}

.kw-tab ul {
  position: relative;
}

.title-line.center {
  margin: 0 auto;
}

.kw-tab ul li:nth-child(2) {
  position: absolute;
  left: 20%;
  top: 60px;
}

.kw-tab ul li:nth-child(3) {
  position: absolute;
  left: 40%;
  top: 30px;
}

.tab-content {
  margin: 4em 10px;
}

section.kw-benefits {
  background: url(../../img/new-design/bg.webp) no-repeat;
  background-size: cover;
}


/* new custom style */
.top-panel p {
  font-size: 14px;
  /* font-weight: 600; */
}

.top-panel h1 {
  color: #02748f;
  font-size: 3em;
  font-weight: 700;
}

section {
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
  overflow: hidden;
}
section.dr-panel-2 {
  overflow: visible;
}

.title-line {
  width: 116px;
  height: 5px;
  background: #2caece;
  border-radius: 10px;
  position: relative;
}

.title-line::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #61d3ef;
  position: absolute;
  left: 8px;
  top: -2px;
  border-radius: 50%;
  animation: move 5s infinite;
}

@keyframes move {

  0%,
  100% {
    left: 10px;
  }

  50% {
    left: 100px;
  }
}

/* footer */
footer {
  background: url(../../img/new-design/bg-footer.webp) top no-repeat;
  background-size: contain;
  padding-top: 6em;
  padding-bottom: 2em;
  background-color: #f8f9fd;
  color: #037792;
  position: relative;
}

footer ul {
  list-style: none;
  padding-left: initial;
}
footer ul li {
  padding: 3px 0;
}
footer ul a {
  color: #969599;
  font-size: 14px;
  display: flex;
}

ul.social-icon li {
  display: inline-block;
  margin: 10px 0px;
}

footer ul i.bx {
  margin-right: 10px;
  float: left;
}

.copyrights {
  background: #fff;
  padding: 0 6em;
}

.copyrights p {
  font-size: 12px;
  margin-bottom: initial;
  padding: 10px;
}

ul.social-icon li a {
  padding: 7px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.social-icon li a.linkedin {
  background: #0A66C2;
}

a.facebook {
  background: #1877F2;
}

a.twitter {
  background: #000000;
}

a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

a.youtube {
  background: #CD201F;
}

ul.social-icon i.bx {
  font-size: 22px;
  color: #fff;
}

footer p {
  color: #969599;
}

.copyrights span {
  color: #fb4848;
}

.kw-custom-footer {
  background: #0f7b95;
  position: relative;
}

.kw-custom-footer .copyrights {
  background: initial;
  padding: 0;
  text-align: center;
}

.kw-custom-footer .copyrights p,
.kw-custom-footer a {
  color: #ffffff;
}

.kw-custom-footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: -39px;
  background: #0f7b95;
  clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 40px;
}

/* kw button css */
.kw-red-btn {
  background: #fb4848;
  border-radius: 10px;
  border: 1px solid #fb4848;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  padding-right: 40px;
  padding-left: 40px;
}

.kw-red-btn:hover,
.kw-red-btn:active {
  color: #fff;
  background-color: #f27474;
  border-color: #f27474;
}

.kw-blue-btn {
  background: #2EAFCF;
  border-radius: 10px;
  border: 1px solid #2EAFCF;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  padding-right: 40px;
  padding-left: 40px;
}

.kw-blue-btn:hover,
.kw-blue-btn:active {
  color: #fff;
  background-color: #057792;
  border-color: #057792;
}

.kw-red-btn:focus {
  box-shadow: none;
  color: #fff;
  background-color: #f27474;
  border-color: #f27474;
}

.kw-blue-btn:focus {
  box-shadow: none;
  color: #fff;
  background-color: #2eafcf;
  border-color: #2eafcf;
}

.kw-red-btn:active:focus,
.kw-blue-btn:active:focus {
  box-shadow: none;
}

.banner-content h1 {
  color: #057792;
  text-transform: uppercase;
}

.banner-content h1 span {
  color: #fb4848;
}

.more a {
  color: #fff;
}

/* modal backdrop */

.modal {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 375px) and (orientation: portrait) {
  .kw-benefit {
    min-height: 700px;
  }

  ul#pills-tab {
    width: 100% !important;
  }

}


@media screen and (max-device-width: 480px) and (orientation: portrait) {
  section {
    padding-top: 2em;
    padding-bottom: 2em;
    min-height: 460px !important;
    /* padding: 0 !important; */
  }

  .content-sec p {
    text-align: justify !important;
  }

  section.kw-pane1 {
    padding-top: 6em;
    padding-bottom: 4em;
    text-align: center;
  }

  .top-panel h1 {
    font-size: 28px;
  }

  .iphone-around ul li {
    width: 150px;
    height: 150px;
    padding: 0;
  }

  .kuwy-feature {
    height: 220px;
  }

  img.middle-img {
    top: 30px;
  }

  .kw-car-check img {
    width: 100%;
  }

  .our-prod {
    text-align: center;
    height: 320px;
    display: table;
    width: 100%;
    float: right;
    padding-right: 0;
  }

  .kw-prod-card {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
    float: initial;
  }

  .iphone-around li.pos-2,
  .iphone-around li.pos-4 {
    top: -80px;
  }

  .kw-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .our-prod h2 {
    font-size: 24px;
  }

  .title-line.float-end {
    float: initial !important;
    margin: 0 auto;
  }

  .our-products {
    margin-top: 0;
    margin-bottom: 0;
  }

  .kw-prod-card.mt-3 {
    margin-top: 0 !important;
    top: 0;
  }

  .whats-kuwy {
    padding-top: 2em;
  }

  .kw-count ul li {
    background: #f6f6f6;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    list-style: none;
    padding: 5px;
    text-align: center;
  }

  .kw-count .pos-1 {
    top: -4%;
    left: 20%;
  }

  .kw-count .pos-2 {
    top: 0%;
    right: -5px;
  }

  .kw-count .pos-3 {
    bottom: 22%;
    left: 10%;
  }

  .kw-count .pos-4 {
    bottom: 18%;
    right: 0%;
  }

  .kw-count span {
    font-size: 16px;
  }

  .kw-count p {
    font-size: 8px;
  }

  .content-kw {
    width: 100%;
    padding: 10px;
    border: none;
  }

  .kw-content-right::before {
    content: initial;
    /* position: absolute;
      top: 0px;
      left: -34px;
      width: 20%;
      height: 532px;
      background: #02748f;
      color: #ffffff;
      border-radius: 0;
      transform: inherit;
      z-index: -1; */
  }

  .kw-content-right::after {
    content: initial;
    /* position: absolute;
      top: 0px;
      right: -40px;
      width: 12%;
      height: 532px;
      background: #02748f;
      color: #ffffff;
      border-radius: 0;
      transform: initial;
      z-index: -1; */
  }

  .kw-content-right {
    padding: 15px;
    width: 100%;
    float: initial;
    position: relative;
    padding-left: 15px;
    background: #02748f;
    border-radius: 15px;
  }

  .kw-tab ul li button {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .kw-tab ul li:nth-child(2) {
    position: absolute;
    left: 32%;
    top: 0;
  }

  .kw-tab ul li:nth-child(3) {
    position: absolute;
    left: 64%;
    top: 0px;
  }

  .kw-benefit {
    padding-top: 10px;
    width: 96%;
    float: right;
    position: relative;
    padding: 15px;
    padding-left: 25px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .tab-content {
    margin: 0em 10px;
  }

  .rotate.circular {
    position: absolute;
    right: 17%;
    top: 68%;
    width: 150px;
    height: 150px;
  }

  img.red-arrow {
    position: absolute;
    left: -15px;
    top: 5%;
    width: 30px;
  }

  .core-title h4 {
    font-size: 24px;
  }

  .core-title {
    padding: 30px 15px;
  }

  .inline-core-tech {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    background: #057790;
    padding: 20px 0;
  }

  .inline-core-tech ul li {
    width: 33%;
    margin: 25px;
  }

  .commerce-center {
    width: 100%;
  }

  .commerce-content .mt-5 {
    margin-top: 15px;
  }

  .commerce-content .mt-10 {
    margin-top: 20px;
  }

  .commerce::after {
    top: 10%;
    height: 70px;
  }

  .core-content {
    padding-top: 1em;
  }

  .core-content .animate-circle-1 {
    display: none;
  }

  .kw-car-check {
    width: 100%;
    margin: 20px auto;
  }

  .kw-download-app {
    width: 90%;
  }

  .mob-img img {
    width: 100%;
  }

  .kw-download-app p {
    font-size: 12px;
    line-height: 20px;
  }

  .kw-industry .mt-5 {
    margin-top: 0 !important;
  }

  .user-experience li button {
    font-size: 12px;
  }

  ul#pills-tab {
    width: 96%;
  }

  .user-experience li {
    padding: 0 4px;
  }

  .exp-image::after {
    width: 200px;
    height: 200px;
    left: 25px;
  }

  .exp-image img {
    width: 40%;
    position: relative;
    left: -15%;
  }

  img.quotation {
    width: 12%;
    left: -70px;
  }

  .exp-image {
    margin-bottom: 20px;
  }


  .copyrights {
    padding: 10px;
    text-align: center;
  }

  .kw-partner .slick-initialized .slick-slide img {
    width: 100%;
  }


  .icon {
    float: initial;
    margin: 0 auto;
  }

  .kw-tech {
    text-align: center;
  }

  .card-content {
    width: 90%;
    top: -25px;
  }

  .indus-card-img {
    position: relative;
    height: initial;
  }

  #modalCookie1 .modal-dialog {
    height: 360px;
  }

  a.kw-blue-btn {
    width: 30%;
    text-align: center;
    padding: 6px 15px;
  }

  a.kw-red-btn {
    float: left;
    width: 47%;
    padding: 6px 15px;
    text-align: center;
  }

  .cookies-left,
  .cookies-right {
    width: 100%;
    padding-bottom: 10px;
  }

  .alert.cookies {
    display: inherit;
  }

  .cookies a.kw-red-btn {
    width: 50%;
  }

  .secondary-menu {
    display: none;
  }

  .mt-top {
    margin-top: 20px !important;
  }

}

@media screen and (min-device-width: 480px) and (max-device-width:767px) {
  section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  section.kw-pane1 {
    padding-top: 6em;
    padding-bottom: 4em;
    text-align: center;
  }

  .top-panel h1 {
    font-size: 28px;
  }

  .iphone-around ul li {
    width: 150px;
    height: 150px;
    padding: 0;
  }

  .kuwy-feature {
    height: 220px;
  }

  img.middle-img {
    top: 30px;
  }

  .kw-car-check img {
    width: 100%;
  }

  .our-prod {
    text-align: center;
    height: 320px;
    display: table;
    width: 100%;
    float: right;
    padding-right: 0;
  }

  .kw-prod-card {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
    float: initial;
  }

  .iphone-around li.pos-2 {
    top: -45px;
    right: 18%;
  }

  .iphone-around li.pos-4 {
    top: -45px;
    left: 14%;
  }

  .iphone-around li.pos-3 {
    left: 32%;
  }

  .kw-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .our-prod h4 {
    font-size: 24px;
  }

  .title-line.float-end {
    float: initial !important;
    margin: 0 auto;
  }

  .our-products {
    margin-top: 0;
    margin-bottom: 0;
  }

  .kw-prod-card.mt-3 {
    margin-top: 0 !important;
    top: 0;
  }

  .whats-kuwy {
    padding-top: 2em;
  }

  .kw-count ul li {
    background: #f6f6f6;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    list-style: none;
    padding: 5px;
    text-align: center;
  }

  .kw-count .pos-1 {
    top: -4%;
    left: 20%;
  }

  .kw-count .pos-2 {
    top: 0%;
    right: -5px;
  }

  .kw-count .pos-3 {
    bottom: 22%;
    left: 10%;
  }

  .kw-count .pos-4 {
    bottom: 18%;
    right: 0%;
  }

  .kw-count span {
    font-size: 16px;
  }

  .kw-count p {
    font-size: 8px;
  }

  .content-kw {
    width: 100%;
    padding: 10px;
    border: none;
  }

  .kw-content-right::before {
    content: initial;
    /* position: absolute;
      top: 0px;
      left: -34px;
      width: 20%;
      height: 532px;
      background: #02748f;
      color: #ffffff;
      border-radius: 0;
      transform: inherit;
      z-index: -1; */
  }

  .kw-content-right::after {
    content: initial;
    /* position: absolute;
      top: 0px;
      right: -40px;
      width: 12%;
      height: 532px;
      background: #02748f;
      color: #ffffff;
      border-radius: 0;
      transform: initial;
      z-index: -1; */
  }

  .kw-content-right {
    padding: 15px;
    width: 100%;
    float: initial;
    position: relative;
    padding-left: 15px;
    background: #02748f;
    border-radius: 15px;
  }

  .kw-tab ul li button {
    width: 90px;
    height: 90px;
    padding: 5px;
  }

  .kw-tab ul li:nth-child(2) {
    position: absolute;
    left: 32%;
    top: 0;
  }

  .kw-tab ul li:nth-child(3) {
    position: absolute;
    left: 64%;
    top: 0px;
  }

  .kw-benefit {
    padding-top: 10px;
    width: 96%;
    float: right;
    position: relative;
    padding: 15px;
    padding-left: 25px;
    min-height: auto;
    margin-bottom: 20px;
  }

  .tab-content {
    margin: 0em 10px;
  }

  .rotate.circular {
    position: absolute;
    right: 17%;
    top: 68%;
    width: 150px;
    height: 150px;
  }

  img.red-arrow {
    position: absolute;
    left: -15px;
    top: 5%;
    width: 30px;
  }

  .core-title h4 {
    font-size: 24px;
  }

  .core-title {
    padding: 30px 15px;
  }

  .inline-core-tech {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    background: #057790;
    padding: 20px 0;
  }

  .inline-core-tech ul li {
    width: 33%;
    margin: 25px;
  }

  .commerce-center {
    width: 100%;
  }

  .commerce-content .mt-5 {
    margin-top: 15px;
  }

  .commerce-content .mt-10 {
    margin-top: 20px;
  }

  .commerce::after {
    top: 10%;
    height: 70px;
  }

  .core-content {
    padding-top: 1em;
  }

  .core-content .animate-circle-1 {
    display: none;
  }

  .kw-car-check {
    width: 100%;
    margin: 20px auto;
  }

  .kw-download-app {
    width: 90%;
  }

  .mob-img img {
    width: 100%;
  }

  .kw-download-app p {
    font-size: 12px;
    line-height: 20px;
  }

  .kw-industry .mt-5 {
    margin-top: 0;
  }

  .user-experience li button {
    font-size: 12px;
  }

  ul#pills-tab {
    width: 96%;
  }

  .user-experience li {
    padding: 0 8px;
  }

  .exp-image::after {
    width: 200px;
    height: 200px;
    left: 25px;
  }

  .exp-image img {
    width: 40%;
    position: relative;
    left: -15%;
  }

  img.quotation {
    width: 12%;
    left: -70px;
  }

  .exp-image {
    margin-bottom: 20px;
  }

  footer {
    padding: 3em 2em;
  }

  .copyrights {
    padding: 10px;
    text-align: center;
  }

  .kw-partner .slick-initialized .slick-slide img {
    width: 100%;
  }

  .icon {
    float: initial;
    margin: 0 auto;
  }

  .kw-tech {
    text-align: center;
  }

  .card-content {
    width: 90%;
    top: -25px;
  }

  .indus-card-img {
    position: relative;
    height: initial;
  }

  #modalCookie1 .modal-dialog {
    height: 360px;
  }

  a.kw-blue-btn {
    width: 30%;
    text-align: center;
    padding: 6px 15px;
  }

  a.kw-red-btn {
    float: left;
    width: 47%;
    padding: 6px 15px;
    text-align: center;
  }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  section.kw-pane1 {
    padding: 6em 0;
    text-align: center;
  }

  .top-panel h1 {
    font-size: 34px;
  }

  .kuwy-feature {
    height: 400px;
    top: 40%;
  }

  .iphone-around ul li {
    padding: 0;
  }

  .kw-tech li {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    float: inherit;
    margin-bottom: 10px;
  }

  .our-prod {
    width: 100%;
    padding-right: 0;
    text-align: center;
    height: auto;
  }

  .upcoming-product {
    width: 60%;
    float: initial;
    margin: 0 auto;
  }

  .our-prod .middle .float-end {
    float: initial !important;
    margin: 0 auto;
  }

  .what-kuwy-title .title-line {
    margin: initial;
  }

  .kw-prod-card {
    width: 46%;
  }

  .whats-kuwy {
    padding-top: 1em;
  }

  .content-kw {
    width: 100%;
    border: 0;
  }

  .kw-content-right {
    padding: 15px;
    width: 100%;
    float: initial;
    position: relative;
    padding-left: 15px;
    background: #02748f;
    border-radius: 10px;
  }

  .kw-content-right::before,
  .kw-content-right::after {
    content: initial;
  }

  .kw-tab ul li:nth-child(2) {
    left: 25%;
  }

  .kw-tab ul li:nth-child(3) {
    left: 50%;
  }

  .kw-benefit {
    padding-top: 3em;
    width: 100%;
  }

  img.red-arrow {
    left: -14%;
    top: 15%;
  }

  img.kw-benefit-img {
    width: 100%;
  }

  .rotate.circular {
    right: -2%;
    top: -21px;
    width: 180px;
    height: 180px;
  }

  .core-title h4 {
    font-size: 28px;
  }

  .core-title {
    padding: 2em 3em;
  }

  .inline-core-tech {
    width: 100%;
    right: 0;
    top: 50px;
    position: relative;
  }

  .inline-core-tech ul li {
    width: 20%;
    margin: 10px 15px;
  }

  .commerce-center {
    width: 100%;
  }

  .commerce-content .mt-10 {
    margin-top: 4em;
  }

  .commerce::after {
    height: 150px;
  }

  .commerce::after {
    content: '';
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    height: 150px;
  }

  .core-content .animate-circle-1 {
    width: 300px;
    height: 300px;
    border-top: 50px solid #999;
    border-left: 50px solid #ddd;
    border-right: 50px solid #ddd;
    border-bottom: 50px solid #999;
    top: 23%;
  }

  .kw-car-check img {
    width: 100%;
  }

  .kw-download-app p {
    font-size: 12px;
    line-height: 20px;
  }

  .mob-img img {
    width: 70%;
  }

  .indus-card-img {
    height: 130px;
  }

  .kw-download-app {
    width: 65%;
    top: 45%;
  }

  .card-content {
    padding: 15px;
    position: relative;
    width: 85%;
  }

  .indus-card h5 {
    font-size: 11px;
  }

  .card-content img {
    width: 20px;
  }

  ul#pills-tab {
    width: 90%;
  }

  .exp-image {
    padding-top: 5em;
  }

  .exp-image img {
    width: 55%;
  }

  .exp-image::after {
    content: '';
    position: absolute;
    top: 35px;
    left: -20px;
    width: 180px;
    height: 180px;
  }

  img.quotation {
    width: 20%;
    top: -50px;
  }

  footer {
    padding: 5em 2em;
  }

  ul.social-icon li {
    margin: 10px 5px;
  }

  .ct-icon {
    font-size: 12px;
    padding: 0;
  }

  .inline-core-tech ul li:nth-child(1)::before,
  .inline-core-tech ul li:nth-child(2)::before,
  .inline-core-tech ul li:nth-child(3)::before,
  .inline-core-tech ul li:nth-child(4)::before {
    bottom: -30px;
    left: -30px;
    font-size: 5em;
  }

  .copyrights {
    text-align: center;
  }

  .kw-partner .slick-initialized .slick-slide img {
    width: 100%;
  }

  .kw-count img {
    width: 90%;
  }

  .kw-count .pos-2 {
    right: 25px;
  }

  .kw-count .pos-3 {
    left: 12%;
  }

  .kw-count .pos-4 {
    right: 0%;
  }


  .secondary-menu {
    display: none;
  }

  .mt-top {
    margin-top: 20px !important;
  }

}

@media screen and (min-device-width: 992px) {
  footer {
    background-size: cover;
  }
}

  @media screen and (min-device-width: 992px) and (max-device-width:1300px) {
    .user-experience li {
      padding: 0 20px;
      width: 50%;
    }

    .exp-image::after {
      content: '';
      position: absolute;
      width: 160px;
      height: 160px;
    }

  }

  @media screen and (min-device-width: 1300px) and (max-device-width: 1380px) {
    .our-prod {
      width: 80%;
    }

    .kw-content-right {
      padding: 0 2em;
      padding-left: 7em !important;
    }

    .kw-content-right::after {
      height: 550px;
    }

    ul#pills-tab {
      width: 55%;
    }

    .exp-image {
      padding-top: 6em;
    }

    .exp-image::after {
      left: 100px;
    }

    .kw-content-right p {
      font-size: 12px;
    }

  }

  @media screen and (min-device-width:1200px) and (max-device-width:1400px) {
    .about-kuwy {
      margin-top: 60px;
    }

    .kw-content-right {
      width: 60%;
    }
  }


  @media screen and (min-device-width: 1024px) and (max-device-width:1200px) {
    .inline-core-tech {
      width: 100%;
      position: relative;
      right: 0;
      top: 40px;
    }

    .kw-content-right {
      color: #fff;
      padding: 15px;
      width: 100%;
      float: initial;
      position: relative;
      background: #02748f;
      border-radius: 10px;
    }

    .kw-content-right::before {
      display: none;
    }

    .kw-content-right::after {
      display: none;
    }

    .content-kw {
      width: 100%;
      margin: 0 auto;
      border: none;
      padding: 0;
    }

    .kw-count {
      position: relative;
      margin-right: 40px;
    }

    .kw-about-card {
      width: 100%;
      margin-top: 0;
    }
    .top-panel h1 {
      font-size: 32px;
  }
  }

  @media screen and (min-device-width: 1300px) and (max-device-width:1400px) {
    .content-2 {
      top: -173px;
      right: 100px;
      width: 50%;
    }
  }

  @media screen and (min-device-width: 1200px) and (max-device-width:1300px) {
    .content-2 {
      top: -173px;
      right: 106px;
      width: 50%;
    }
  }

  @media screen and (min-device-width: 1024px) and (max-device-width:1200px) {
    .content-2 {
      top: -215px;
      right: 50px;
      width: 58%;
    }

    .slide-up span img {
      width: 30%;
    }

    .slide-up span {
      font-size: 14px;
    }

    .circle-rotate img {
      width: 75%;
    }
  }

  @media screen and (min-device-width: 992px) and (max-device-width:1024px) {
    .h-img-wrap {
      left: 50px;
      top: 115px;
    }

    .circle-rotate img {
      width: 80%;
    }

    .circle-rotate {
      position: absolute;
      left: 0px;
      top: -54px;
    }

    .content-2 {
      top: -212px;
      right: 84px;
      bottom: 0;
      width: 50%;
    }

    .slide-up span img {
      width: 27%;
    }

    .slide-up span {
      font-size: 12px;
    }
  }

  @media screen and (min-device-width: 767px) and (max-device-width:992px) {
    .content-2 {
      top: -130px;
      right: 60px;
      width: 58%;
      height: 148px;
      bottom: 0;
    }

    .h-img-wrap {
      position: relative;
      z-index: 4;
      left: 30px;
      top: 140px;
    }

    .circle-rotate {
      position: absolute;
      left: 40px;
      top: -38px;
    }

    .slide-up span img {
      width: 20%;
    }

    .value-caption {
      font-size: 10px;
    }

    .circle-rotate img {
      width: 90%;
    }
  }

  @media screen and (min-device-width: 580px) and (max-device-width:767px) {
    .h-img-wrap {
      left: auto;
      top: auto;
      margin-top: 60px;
      display: block;
      width: 100%;
    }

    .circle-rotate {
      position: absolute;
      left: 0px;
      top: 42px;
    }

    .circle-rotate img {
      width: 75%;
    }

    .slide-up span {
      font-size: 13px;
    }

    .value-caption {
      font-size: 8px;
    }

    .slide-up span img {
      width: 25%;
    }

    .content-2 {
      top: 122px;
      right: 82px;
      width: 52%;
      height: 110px;
      bottom: 0;
    }

  }

  @media screen and (min-device-width: 0px) and (max-device-width:580px) {
    .circle-rotate {
      left: -33px;
      top: 62px;
    }

    .circle-rotate img {
      width: 60%;
    }

    .slide-up span {
      font-size: 10px;
    }

    .content-2 {
      top: 60px;
      right: 33px;
      width: 60%;
      height: 110px;
      bottom: 0;
    }

  }

  @media screen and (min-device-width: 420px) and (max-device-width:580px) {
    .h-img-wrap {
      left: 0;
      top: 20px;
    }

    .slide-up span img {
      width: 50% !important;
    }

    .slide-up span {
      width: auto;
    }

    .slide-up span {
      font-size: 16px;
    }

    .content-2 {
      top: 128px;
      right: 56px;
      width: 57%;
      height: 110px;
      bottom: 0;
    }
  }

  @media screen and (min-device-width:420px) and (max-device-width:482px) {
    .h-img-wrap {
      left: 15px;
      top: 45px;
    }

    .content-2 {
      top: 82px;
      right: 37px;
      width: 60%;
      height: 110px;
      bottom: 0;
    }

    .slide-up span img {
      width: 35% !important;
    }

    .slide-up span {
      font-size: 12px;
      text-align: left;
    }

    .value-caption {
      font-size: 7px;
    }

  }

  @media screen and (min-device-width: 0px) and (max-device-width:420px) {
    .slide-up span img {
      width: 24% !important;
    }

    .slide-up span {
      font-size: 10px;
      text-align: left;
    }

    img.middle-img {
      top: 30px;
      width: 100%;
    }

    .content-2 {
      top: 110px;
    }

    .h-img-wrap {
      left: 0;
    }

    .top-panel h1 {
      padding: 0 20px;
    }

    section.kw-pane2 {
      padding-bottom: 0;
      padding-top: 0;
    }

    section.kw-pane1 {
      padding-bottom: 1em;
    }


  }

  #toast {
    visibility: hidden;
    max-width: 500px;
    height: 50px;
    margin: auto;
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 30px;
    font-size: 17px;
  }

  #toast #img {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff;
  }

  .error-toast {
    background-color: red !important;
    color: #fff !important;
  }

  #toast #toast-failure {
    color: #fff;
    padding: 13px;
    overflow: hidden;
    white-space: nowrap;
    background: red !important;
  }

  #toast.show {
    visibility: visible;
    -webkit-animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 2s, fadeout .5s 2.5s;
    animation: fadein .5s, expand .5s .5s, stay 3s 1s, shrink .5s 4s, fadeout .5s 4.5s;
  }


  /* secondary Menu css */

  .secondary-menu {
    top: 72px;
    background: #02748f;
    padding: 10px;
    z-index: 99;
  }

  .secondary-menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    text-transform: capitalize;
  }

  a.logo.me-auto span {
    border-left: 2px solid #848484;
    padding: 5px 10px;
    margin-left: 10px;
    color: #000;
  }

  a.logo.me-auto {
    display: inline-flex;
  }

  .mt-top {
    margin-top: 136px;
  }

  .navbar.secondary-menu a.nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }

  .navbar.secondary-menu .nav-item:hover>a.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
  }

  .navbar.secondary-menu .active a {
    color: #fff !important;
  }

  .navbar.secondary-menu a:hover {
    color: #fff !important;
  }

  .navbar.secondary-menu ul.dropdown-menu .active a {
    color: #333 !important;
  }

  .navbar.secondary-menu a,
  .navbar.secondary-menu a:focus {
    color: #ffffff !important;
    font-size: 16px !important;
  }

  .navbar.secondary-menu li:hover>a {
    color: #ffffff !important;
  }

  .secondary-menu a.dropdown-item {
    margin: 0 !important;
    color: #333 !important;
  }

  .secondary-menu .dropdown-item:focus,
  .secondary-menu .dropdown-item:hover {
    color: #1e2125;
    background-color: #02748f;
  }

  /* faq page css */
  .faq-content {
    position: relative;
    padding-top: 5em;
  }

  .faq-left.sticky-top {
    top: 90px;
    z-index: 9;
  }

  .faq-left ul {
    padding: 0;
    list-style: none;
  }

  .faq-left ul li {
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    background: #f3f3f3;
  }

  section.faq-page {
    padding-bottom: 0;
  }

  .accordion-button:not(.collapsed) {
    color: #333;
    box-shadow: initial;
    font-weight: 500;
  }

  .accordion-button:focus {
    border-color: initial;
    box-shadow: initial;
  }

  .faq-content h2 {
    color: #0f7b95;
    font-weight: 600;
  }

  .faq-left ul li a {
    color: #0f7b95;
    font-weight: 600;
  }


  /* 404 error css */
  .page_not_found {
    margin-top: 4em;
    background: url(../../img/kuwy-bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    height: 80vh;
}
.notfound-404 h1 {
  font-size: 8rem;
  font-weight: 900;
  color: #02748f;
  transform: rotate(20deg);
  text-shadow: -5px 2px 0px rgb(208 208 208);
}
.error-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #fb4848;
  font-weight: 700;
  text-transform: capitalize;
}
.error-content p {
  font-size: 14px;
  font-weight: 500;
}
.page_unavailable {
  position: absolute;
  left: 5%;
  top: 0%;
  z-index: 0;
}
.error-content {
  position: relative;
  z-index: 9;
  padding-top: 3em;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {

  .page_not_found {
    height: 50vh;
}
.notfound-404 h1 {
  font-size: 5rem;
}

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .error-content {
      padding-top: 10em;
  }
}