body {
  background: url('../img/Blue_Top_Right.png'), url('../img/Blue_Bottom_Left.png');
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  background-position: right top, left bottom;
  background-size: 25% auto, 30% auto;
}

.background {
  display: none;
}

.home-page {
  padding-left: 18.8em;
  padding-top: 8.5em;
  padding-right: 5em;
}

/* title section for home page */
.home-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.home-title-item {
  flex: 1 1 auto;
}

.home-title-item:last-child {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* end title section for home page  */
/* Best tutors section for home page*/
.home-slider {
  margin-top: 6em;
  margin-bottom: 6em;
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex; */
  /* justify-content: space-between;
  align-items: flex-start; */
}

.home-slider.hide {
  display: none;
}

.slide:first-child {
  margin-left: 0;
}

#outer,
#outerRecommended {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

#inner:first-child>.flex-box,
#innerRecommended:first-child>.flex-box {
  padding-left: 0;
  margin-left: 0;
}

#inner,
#innerRecommended {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
}

.card-container {
  display: inline-block;
  margin-right: 2em;
}

/* end Best tutors section for home page  */
/* cards */
.cards-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.cards-wrapper>.card-container {
  flex: 1 1 auto;
  margin-bottom: 3.5em;
  margin-right: 2.5vw;
  max-width: 17em;
}

.cards-wrapper .btn {
  font-size: .8rem;
}

element.style {
  width: auto !important;
}

/* cards end here */
/* list buttons */
.slider-title-section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  margin-top: 2.5em;
  /* margin-bottom: 3em; */
}

.slider-title-section>* {
  flex: 1 1 auto;
}

.slider-button {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.page-number {
  flex: 1 1 auto;
  margin: 0 1.5em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  vertical-align: text-top;
}

.arrow-btn {
  position: relative;
  cursor: default;
  width: 2em;
  height: 2em;
  font-size: 1.3rem;
  font-weight: 900;
  color: black;
  border-radius: 1em;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
  margin-top: auto;
  margin-bottom: auto;
}

.arrow-btn>p {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  font-size: 1.3rem;
  font-weight: 900;
}

.arrow-btn.active {
  color: #776FC4;
  border-color: rgba(119, 111, 196, .5);
  cursor: pointer;
  transition-property: all;
  transition-duration: .2s;
}

.arrow-btn.active:hover,
.arrow-btn.active:focus {
  color: white;
  background-color: rgba(119, 111, 196, 1);
}

/* list buttons ends */
