@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
.home-slider {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.home-slider .slider-item {
  position: relative;
  padding-top: 56%;
  width: 100% !important;
}

.home-slider .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 250px;
}

.home-slider .slick-arrow {
  border-radius: 50px;
  color: #fff;
}

.home-slider .slick-arrow::before {
  color: #1699A7;
  font-size: 25px;
}

.home-slider .slick-next {
  right: 13px;
}

.home-slider .slick-prev {
  left: 13px;
  z-index: 6;
}

.home-slider .slick-dots {
  bottom: 10px;
  background: #fff;
  width: auto;
  border-radius: 50px;
  height: 14px;
  left: 48%;
  display:none !important;
}

.home-slider .slick-dots li {
  width: auto;
  height: auto;
}

.home-slider .slick-dots li button {
  width: auto;
  height: 0;
  padding: 0 3px;
}

.home-slider .slick-dots li button::before {
  color: #1699A7;
}

.home-slider .slick-dots li button::before {
  font-size: 9px;
  position: absolute;
  top: -17px;
  right: 0;
  margin: auto;
  left: 0;
}

.intro-box .logo {
  height: 120px;
  display: block;
  margin: auto;
}

.intro-box p {
  font-size: 18px;
  padding: 15px 0;
}

.intro-box .get-app-box .col-md-6:nth-child(1) img {
  display: block;
  margin-left: auto;
}

.intro-box .get-app-box .col-md-6:nth-child(2) img {
  display: block;
  margin-right: auto;
}

.intro-box h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}

.cats-big-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cats-big-box .cats-box {
  padding: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  border-radius: 8px;
  width: 49%;
  background: #fff;
  margin-bottom: 2%;
}

.cats-big-box .cats-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cats-big-box .cats-box .head img {
  height: 35px;
  vertical-align: middle;
}

.cats-big-box .cats-box .head p {
  display: inline-block;
  margin: 0;
  font-size: 23px;
  color: #1699A7;
  font-weight: bold;
}

.cats-big-box .cats-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cats-big-box .cats-box ul li {
  width: 49%;
  margin: 1% 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cats-big-box .cats-box ul li .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
}

.cats-big-box .cats-box ul li .name {
  padding: 8px 0;
  text-align: center;
}

.cats-big-box .cats-box ul li .name span {
  background: #1699A7;
  border-radius: 50px;
  padding: 2px 15px;
  color: #fff;
}

.cats-big-box .cats-box ul li:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.cats-big-box .cats-box.spec-box {
  border: #D5AD36 1px solid;
}

.cats-big-box .cats-box.spec-box img {
  height: 100px;
  display: block;
  margin: auto;
}

.cats-big-box .cats-box.spec-box p {
  padding: 15px 0;
  font-size: 18px;
}

.cats-big-box .cats-box.spec-box a {
  background: url("/img/spec.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12px 30px;
  color: #fff;
  display: block;
  font-size: 27px;
}
/*# sourceMappingURL=home.css.map */