:root {
  --main-color: #050748;
  --second-color: #6a6a8e;
}

/* Header css */

.dsk-logo .nav-brand img {
  max-height: 56px;
}
.custom-nav .sbmenu > a::before,
.custom-nav .sbmenu.hover > a::before {
  content: "";
}
.custom-nav .sbmenu1 > a::before {
  content: "+";
}
.custom-nav .sbmenu1.hover > a::before {
  content: "-";
}

/* Home css */

.free-session .pbwide {
  grid-gap: 8px;
}
.home-section.hero-slider .slide-inner:before {
  background: transparent;
  z-index: -1;
}
.home-section.hero-slider .swiper-slide {
  color: var(--second-color);
}

.service-img1:after,
.service-img2:after,
.service-img3:after,
.service-img4:after {
  background: none;
}

.features-img {
  position: relative;
}
.features-img .features-sub-img {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(36, 47, 101, 0.13);
  position: absolute;
  bottom: -30px;
  left: 25px;
}
.about-certified {
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0;
  z-index: 11;
}
.about-certified img {
  max-width: 160px;
}
.package-section .priceoffer {
  clip-path: none;
  background: none;
}
.package-section .pricing-table {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
}
.package-section .priceoffer h2 span {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.package-section .fetatures-area {
  padding: 0 20px;
}
.package-section  .pricingoffers .list-ul li{
  line-height: 21px;
}

/* contact us */
.contact-map.map-div iframe {
  height: 450px;
}

/* Footer */

footer {
  border-top: 1px solid #eef0f5;
}

@media only screen and (min-width: 360px) and (max-width: 991px) {
  .mobile-banner {
    display: block;
  }
  .hero-slider .slide-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  .desktop-banner {
    display: none;
  }

  .hero-style .btn-main {
    width: max-content;
    margin: 0 auto;
    display: block;
  }
  .hero-style .slide-btns > a:first-child {
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1980px) {
  .mobile-banner {
    display: none;
  }

  .desktop-banner {
    display: block;
  }
}
