.home-banner-mdl .slide-item .row-fluid {
  align-items: center;
}
.home-banner-mdl .top-pane{
  padding-top:80px;
  padding-bottom:80px;
}
.home-banner-mdl .slide-item .content-section {
  padding: 40px 0;
}
.home-banner-mdl .image-section img {
  margin: 0 auto;
  {#height: 400px !important;
  object-fit: cover;#}
}
.home-banner-mdl .slide-tag {
  background: #FFDE33;
  border-radius: 5px;
  padding: 4px 10px;
  width: auto;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #23262F;
  margin-bottom:17px;
}
.home-banner-mdl .slide-title {
  margin-bottom: 8px;
}
.home-banner-mdl .slide-title h1,.home-banner-mdl .slide-title .h1,.home-banner-mdl .slide-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height:1.16666666667;
  letter-spacing: -0.02em;
  color: #23262F;
}
.home-banner-mdl .slide-content {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 40px;
}
.home-banner-mdl .slide-content p {
  margin: 0 0 15px;
}
.home-banner-mdl .slide-content *:last-child {
  margin-bottom: 0;
}

.home-banner-mdl .slide-button a {
  border-radius: 5px;
  padding: 15px 30px;
  background: rgb(255,81,46);
  background: linear-gradient(90deg, rgba(255,81,46,1) 0%, rgba(240,126,24,1) 100%);
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.home-banner-mdl .slide-button a:hover {
  background: #fff;
  color: #FF512E; 
  border: 1px solid #FF512E;
}
.home-banner-mdl .slide-button a span {
  display: inline-block;
  vertical-align: middle;
}
.home-banner-mdl .slide-button a span.text {
  margin-right: 7px;
}

.home-banner-mdl .bottom-pane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 15px;
  flex-wrap: wrap;
}
.home-banner-mdl .rating-image-item,
.home-banner-mdl .rating-image-item a{
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-banner-mdl .rating-number {
  font-weight: 700;
  font-size: 14.58px;
  line-height: 25px;
  color: #141416;
}
.home-banner-mdl .rating-star img {
  max-width: 17.5px;
}
.home-banner-mdl button.slick-arrow {
  display: none !important;
}
.home-banner-mdl .slide-arrow {
  color: #23262F;
  display: flex;
  align-items: center;
  cursor:pointer;
}
.home-banner-mdl .slide-arrow.slick-disabled {
  color: #B1B5C3;
}

.home-banner-mdl .btn-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-banner-mdl .arrow-divider {
  background: #B1B5C3;
  height: 30px;
  width: 1px;
}
.home-banner-mdl .slide-arrow.prev-btn .material-symbols-outlined {
  transform: rotate(180deg);
}
.home-banner-mdl .slides-numbers {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-banner-mdl .counter-divider {
  width: 1px;
  height: 20px;
  background: #E6E8EC;
}
.home-banner-mdl .rating-image-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.home-banner-mdl .google-play-store{}


.home-banner-mdl .google-play-store img{
  max-width:132px;
}

.span6.image-section img {
  max-width: 90%;
  transform: scale(1);
  border-radius: 20px;
  display: block;
  margin: 30px auto;
}

@media (max-width:768px){
  .span6.image-section img {
    max-width: 90%;
    transform:none;
  }
  .home-banner-mdl .slide-title h1 {
    font-size: 32px;
  }
  .home-banner-mdl .slide-button a {
    font-size: 13px;
    line-height:1.14;
    padding: 10px 20px;
  }
  .home-banner-mdl .slides-numbers {
    gap: 8px;
  }
  .home-banner-mdl .btn-wrap {
    gap: 8px;
  }
  .home-banner-mdl .material-symbols-outlined{
    font-size: 14px;
  }
  .home-banner-mdl .arrow-divider {
    height: 20px;
  }
  .home-banner-mdl .top-pane{
    padding-top:0;
    padding-bottom:0;
  }
  .home-banner-mdl .image-section {
    margin-bottom: 40px;
  }
  .home-banner-mdl .slide-title h1, .home-banner-mdl .slide-title .h1, .home-banner-mdl .slide-title h2 {
    font-size: 22px;
  }

  .home-banner-mdl .slide-item .content-section {
    padding-bottom: 20px;
  }

  .home-banner-mdl .slide-content {
    margin-bottom: 20px;
  }

  .home-banner-mdl .image-section {
    margin-bottom: 0;
  }

  .home-banner-mdl  .span6.image-section img {
    margin: 0 auto 30px;
  }


}

@media (max-width:480px){
  .home-banner-mdl .rating-image-wrap {
    gap: 5px;
    flex-direction: column;
  }
}





