/* SUFIYAN CSS STARTS HERE */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-color: #FFFFFF;
  background-size: 45%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: -40px;
  outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-color: #FFFFFF;
  background-size: 45%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: -40px;
  outline: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 24px;
  position: relative;
  top: 5px;
  text-align: center;
  margin-left: 12px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 24px;
  position: relative;
  top: 5px;
  text-align: center;
  margin-left: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.swiper-pagination {
  display: none;
}

.relative-box {
  position: relative;
  padding: 0;
}

.thumb-banner h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  color: #004a8f;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.imgthumb img {
  height: 100px;
  max-width: 100%;
}

.thumb-details {
  width: 100%;
  text-align: left;
}

.thumb-details p {
  padding: 0;
  margin: 0;
  height: auto;
  font-size: 14px;
  text-align: left;
  color: #454545 !important;
  display: none;
}

.swiper-btn {
  display: block;
  padding: 5px 10px;
  margin: 5px 0px;
  background-color: #004a8f;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  margin: 5px auto;
  text-align: center;
  width: 50%;
}

.thumb-banner {
  float: left;
  margin: 10px 0px;
  padding: 10px;
  background: #feeb4c;
  width: 300px;
  margin: 10px 0px 30px;
  min-height: 120px;
  height: auto;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  cursor: pointer;
}


.offer-tabular {
  background: #fff;
  min-height: 352px;
  height: auto;
  border: 1px solid #E2E2E2;
  padding: 10px;
  position: relative;
  border-radius: 10px;
  /* width: 25%; */
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.offer-tabular img {
  width: 70%;
  margin: 0 auto;
}

.offer-details {
  font-size: 16px;
  font-weight: bold;
  color: #0c5ea9;
  text-align: center;
  padding-bottom: 0;
  min-height: 50px;
  margin: 5px 0 5px;
}

.offerTitle {
  font-size: 22px;
  color: #0c5ea9;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.center-viewAll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.btn-offerBox {
  background-color: #1D86FF;
  text-align: center;
  color: #FFF;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  width: 120px;
  text-decoration: none;
}

.btn-offerBox:hover {
  background-color: #ffffff;
  color: #1D86FF;
  border: 1px solid #1D86FF;
  transition: 0.5s;
}

.availRed {
  background-color: #d6252b;
  margin-bottom: 10px;
}

.availRed:hover {
  background-color: #ffffff;
  color: #d6252b;
  border: 1px solid#d6252b;
  transition: 0.5s;
}


/* Style the tab */

.tab {
  background-color: transparent;
}


/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
  background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
  display: none;
  padding: 0;
  margin-bottom: 40px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tabular-heading {
  font-size: 28px;
  color:#0c5ea9;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.bg-color {
  /* background-color: #ffffff; */
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  color:#d6252b;
  font-size: 30px;
  opacity: 1;
  z-index: 9;
  position: relative;
  top: 2px;
}
.slick-prev, .slick-next{
  background-color: #ffffff;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.slick-initialized .slick-slide {
  outline: none;
}

.slick-dots li.slick-active button:before {
  color:  #d6252b;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 9px;
  opacity: 0.5;
  color: #d6252b;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}

.element-invisible {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}


.active{
  box-shadow: 0 5px rgba(0,0,0,0.7);
  transform: scaleY(1.1);
}

.active::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid#feeb4c;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 90%);
  transition-duration: 1.5s;
}

.small-logoOffer {
  margin: 40px auto !important;
}

.offerTnC {
  text-align: right;
  font-size: 12px;
  padding-right: 10px;
  min-height: auto;
  position: absolute;
  right: 10px;
  bottom: 0;
  padding-bottom: 10px;
  color: #004a8f;
}

.offer-knowMore {
  color: #004a8f;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}

.offer-list {
  color: #0c5ea9;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  background: url(https://v1.hdfcbank.com/htdocs/common/2020/sept/festivetreat/images/bull.png) no-repeat left 2px;
  padding-left: 20px;
  padding-bottom: 0;
  margin-top: 0;
}

.offer-list span {
  color: #d6252b;
  font-weight: 700;
}

.bottom-Tnc {
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.shop-logo {
  margin: 30px auto !important;
}

.long-offerBox {
  min-height: 450px;
}

.slick-prev, .slick-next{
  z-index: 9;
}
.swiper-pagination-bullet{
  background:#1d86ff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active{
  opacity: 1;
}

@media (min-width:320px) and (max-width:1120px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -15px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -15px;
  }
  /* .slick-prev {
    left: -10px;
    z-index: 9;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  } */
}

@media(min-width:320px) and (max-width:767px) {
  .offer-details {
    font-size: 16px;
  }
  .btn-offerBox {
    font-size: 14px;
    padding: 10px;
    width: auto;
  }
  .thumb-banner {
    height: 225px;
  }
  .imgthumb {
    width: 100%;
  }
  .thumb-banner h2 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
  .swiper-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 65%;
  }
  .offer-tabular {
    min-height: 315px;
    margin: 10px 5px;
  }
  .offer-details {
    font-size: 14px;
    min-height: 40px;
    height: auto;
  }
  .offerTitle {
    min-height: 50px;
    font-size: 18px;
  }
  .long-offerBox {
    min-height: 450px;
  }
  .bottom-Tnc {
    width: 75%;
    margin-bottom: 10px;
    bottom: 5%;
  }
  .slick-prev{
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}

@media (min-width: 320px) and (max-width:767px) and (orientation: landscape) {
  .offer-tabular {
    min-height: 400px;
  }
  .long-offerBox {
    min-height: 500px;
  }
}

@media (min-width: 320px) and (max-width:400px) {
  .thumb-banner h2 {
    min-height: 45px;
    margin-bottom: 0;
  }
  .swiper-btn {
    width: 105px;
  }
  .offer-tabular {
    padding: 10px 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .thumb-banner h2 {
    font-size: 14px;
  }
  .offer-details {
    min-height: 50px;
    height: auto;
  }
  .offerTitle {
    min-height: 50px;
  }
  .bottom-Tnc {
    bottom: 0;
  }
  .slick-prev {
    left: -25px;
    z-index: 9;
  }
  .slick-next {
    right: -25px;
    z-index: 9;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .thumb-banner h2 {
    font-size: 14px;
  }
  .offer-details {
    min-height: 50px;
    height: auto;
  }
  .offerTitle {
    min-height: 48px;
  }
  .slick-prev {
    left: -25px;
    z-index: 9;
  }
  .slick-next {
    right: -25px;
    z-index: 9;
  }
}


/* SUFIYAN CSS ENDS HERE */