html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: 'Raleway', 'sans-serif';
  font-weight: 400;
  letter-spacing: 1px;
}
.content {
  flex: 1 0 auto;
}
.content .navbar-collapse{
  flex-grow: 0;
}
.footer {
  flex-shrink: 0;
  background-color: #ffe6f7;
}
.container{
  padding-right: 0px;
  padding-left: 0px;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}
.logo{
  height: 50px;
  width: auto;
}
.ss-pt{
  padding-top: 60px;
}
.ss-pb{
  padding-bottom: 60px;
}
.font-weight-600{
  font-weight: 600;
}
.app-store-badge{
  height: auto;
  width: 120px;
}
.play-store-badge{
  height: auto;
  width: 140px;
}
.bg-color{
  background-color: #ffe6f7;
}
.img-h-auto {
  height: auto;
  max-height: 500px;
}
.block-4 .block-center-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.w-85{
  width: 85% !important;
}
.fran-logo{
  width: 150px;
  height: auto;
  object-fit: cover;
}
.trend-logo{
  width: 60px;
  height: auto;
  object-fit: cover;
}
.zen-logo{
  width: 60px;
  height: auto;
  object-fit: cover;
}
.pal-logo{
  width: 100px;
  height: auto;
  object-fit: cover;
}
.carousel-indicators li{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ff89dc;
  border-radius: 50%;
  display: inline-block;
}

.prev, .next {
  /* cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px; */
  /* background-color: darkgray;
  color: red;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  display: inline-block;
  width: 50px;
  height: 40px;
  margin: 6px;
  background-color: #555; */
  /* border-radius: 0 3px 3px 0;
  user-select: none; */
  display: inline-block;
  width: 50px;
  height: 40px;
  margin: 6px;
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  text-align: center;
  transition: 0.6s ease;
}

.prev i, .next i{
  top: calc(50% - 14px);
  position: relative;
  color: #ff89dc;
}

.comment-bg{
  background-image: url('../images/comment-bg.png') !important;
  background-position: center !important;
  background-size: cover !important;
}

.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.block-6 .caro-width{
  width: 60%;
}

.block-6 .author-name{
  font-size: 10px;
}
.bs-accordion .btn-link{
  color: black;
}

.bs-accordion .btn-link:hover{
  color: black;
}

.bs-accordion .card{
  border-color: #ffe6f7;
}
.bs-accordion .card-header{
  background-color: transparent;
}
.link-small a{
  color: black;
}
.link-small{
  list-style-type: none;
}
.content .bg-light{
  background-color: white !important;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  opacity: 0.7;
}
.back-to-top:hover {
  opacity: 1;
}
.tw-ic{
  color: #50abf1;
}

.li-ic{
  color: #0477B5;
}

.fb-ic{
  color: #4967AA;
}
.nav-link{
  font-weight: 500;
  color: black !important;
}
.nav-link:hover{
  font-weight: bold;
  /* color: rgba(0,0,0,.5) !important; */
}
.bs-accordion .btn-link:hover{
  text-decoration: none;
}


/*   Large screen / desktop */
@media (max-width: 1024px){
  .block-2 .w-50{
    width: 75% !important;
  }
  .block-6 .caro-width{
    width: 70%;
  }
  body {
    font-size: 12px;
  }
}

/*  Medium screen / tablet */
@media (max-width: 768px){
  .block-2 .w-50{
    width: 100% !important;
  }
  .block-6 .caro-width{
    width: 100%;
  }
}

/*  Small screen / phone */
@media (max-width: 576px){
  .block-2 .w-50{
    width: 100% !important;
  }
  .block-6 .caro-width{
    width: 100%;
  }
  .img-h-auto {
    max-height: 400px;
  }
  body {
    font-size: 13px;
  }
}



