.basecontainer {
  height: 40px;
  padding-right: 80px;
  padding-left: 80px;
}

.basecontainer.logo {
  height: auto;
  padding-top: 50px;
}

.basecontainer.slider {
  margin-top: 40px;
}

.basecontainer.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.basecontainer.books {
  height: auto;
  margin-bottom: 0px;
  padding: 50px 40px;
  background-color: #ab8c79;
}

.basecontainer.jor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basecontainer.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b84f36;
}

.basecontainer.footer2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #b84f36;
}

.body {
  background-color: #f4e5d7;
  font-family: Cerapro, sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Mermaid1001, sans-serif;
  color: #b84f36;
  text-align: center;
}

.paragraph {
  color: #ab8c79;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph.footer {
  color: #fff;
  text-align: left;
}

.slide {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
  height: auto;
}

.slide-nav {
  height: 40px;
  font-size: 0px;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #b84f36;
}

.left-arrow:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.right-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  margin-left: 50px;
  background-color: #b84f36;
}

.right-arrow:hover {
  opacity: 1;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.icon {
  font-size: 22px;
}

.icon-2 {
  font-size: 22px;
}

.heading-brown {
  font-family: Mermaid1001, sans-serif;
  color: #b84f36;
  font-size: 42px;
  line-height: 52px;
}

.heading-brown.book {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}

.heading-brown.jo {
  text-align: center;
}

.heading-brown.footer {
  margin-bottom: 0px;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  height: 100%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  font-size: 20px;
  line-height: 34px;
}

.paragraph-2.jo {
  width: 80%;
  margin-bottom: 40px;
  text-align: center;
}

.image {
  width: auto;
  height: auto;
  min-width: auto;
}

.div-block-2 {
  width: 40%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.button {
  width: 50px;
  height: 50px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/btn2.png');
  background-position: 50% 50%;
  background-size: 196px;
  background-repeat: repeat;
}

.button.linkedin {
  background-image: url('../images/btn1.png');
  background-size: cover;
}

.button.linkedin:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button.insta {
  margin-right: 30px;
  margin-left: 30px;
  background-image: url('../images/btn2.png');
  background-size: cover;
}

.button.insta:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button.twitter {
  background-image: url('../images/btn3.png');
  background-size: cover;
}

.button.twitter:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.slide-2 {
  width: 30%;
}

.slide-3 {
  width: 28vw;
  height: 100%;
  margin-right: 0px;
  margin-left: 30px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(184, 79, 54, 0);
}

.div-block-3.socila {
  background-color: #b84f36;
}

.div-block-3.socila.cs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.div-block-3.newsli {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.image-2 {
  width: auto;
  height: auto;
}

.booksslider {
  display: none;
  overflow: visible;
  width: 100%;
  height: 800px;
}

.left-arrow-2 {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b84f36), to(#b84f36));
  background-image: linear-gradient(180deg, #b84f36, #b84f36);
}

.bookimage {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.bookimage._2 {
  height: auto;
  background-image: none;
}

.bookimage._3 {
  background-image: url('../images/book3.png');
  background-size: cover;
}

.bookimage._3.dfd {
  height: auto;
  background-image: none;
}

.bookimage.souls {
  height: auto;
  background-image: none;
}

.bookimage.maharaja {
  height: auto;
  background-image: none;
}

.paragraph-3 {
  width: 100%;
  color: #fff;
  line-height: 24px;
}

.paragraph-3.social {
  text-align: center;
}

.slide-nav-2 {
  height: 0px;
  font-size: 0px;
}

.button-2 {
  width: 140px;
  height: 43px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/flipkart.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-2.amazon {
  margin-left: 40px;
  background-image: url('../images/amazon.png');
  background-size: cover;
}

.button-2.amazon.sikh {
  margin-left: 0px;
}

.button-2.amazon.sd {
  width: 60px;
  height: 60px;
  margin-left: 0px;
  background-image: url('../images/twitter.png');
  background-size: cover;
}

.button-2.amazon.sd.twi {
  width: 50px;
  height: 50px;
}

.button-2.amazon.sd.twi:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-2.amazon.sd.insta {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  margin-left: 24px;
  background-image: url('../images/insta.png');
  background-size: cover;
}

.button-2.amazon.sd.insta:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-2.amazon.sd.linked {
  width: 50px;
  height: 50px;
  background-image: url('../images/linked.png');
  background-size: cover;
}

.button-2.amazon.sd.linked:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-2.amazon.sdsdfs {
  margin-left: 0px;
}

.mask {
  background-color: #ab8c79;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 100%;
}

.icon-3 {
  background-color: #b84f36;
}

.icon-3:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.right-arrow-2 {
  width: 40px;
  height: 40px;
  margin-right: -20px;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto 60px auto 60px auto;
  grid-template-rows: auto auto auto auto;
}

.image-5 {
  width: 100%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-2 {
  font-family: Mermaid1001, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

.button-3 {
  width: 40px;
  height: 40px;
  background-image: url('../images/linked.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-3:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-4 {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  margin-left: 24px;
  background-image: url('../images/insta.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-4:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.button-5 {
  width: 40px;
  height: 40px;
  background-image: url('../images/twitter.png');
  background-position: 0px 0px;
  background-size: cover;
}

.button-5:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-4 {
  color: #fff;
}

.griddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  margin-bottom: 40px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.div-block-6:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #b84f36;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fce7d7;
}

.icon-4:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-9 {
  text-align: center;
}

.heading-4 {
  font-family: Mermaid1001, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.heading-4.social {
  margin-bottom: 38px;
  font-size: 30px;
  line-height: 38px;
}

.div-block-10 {
  width: 100%;
}

.link-block {
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #fce7d7;
}

.div-block-11 {
  width: 100%;
}

.div-block-12 {
  width: 100%;
}

.div-block-13 {
  width: 100%;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.slider-2 {
  height: 800px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-nav-3 {
  font-size: 0px;
  line-height: 0px;
}

.right-arrow-3 {
  width: 40px;
  height: 40px;
  background-color: #b84f36;
}

.left-arrow-3 {
  width: 40px;
  height: 40px;
  background-color: #b84f36;
}

.image-6 {
  width: auto;
}

.image-7 {
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  .basecontainer.logo {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .basecontainer.slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .basecontainer.about {
    padding-right: 49px;
    padding-left: 49px;
  }
  .basecontainer.jor {
    padding-right: 30px;
    padding-left: 30px;
  }
  .basecontainer.footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .basecontainer.footer2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-arrow {
    width: 40px;
    height: 40px;
  }
  .right-arrow {
    width: 40px;
    height: 40px;
    margin-left: 40px;
  }
  .div-block-2 {
    margin-right: -30px;
  }
  .button-2.amazon {
    margin-left: 0px;
  }
  .griddiv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    margin-left: 24px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .basecontainer.about {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .basecontainer.footer {
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph.footer {
    font-size: 12px;
  }
  .heading-brown.footer {
    font-size: 30px;
  }
  .image {
    width: 100%;
    height: auto;
  }
  .div-block-2 {
    margin-right: -20px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .button-3 {
    width: 30px;
    height: 30px;
  }
  .button-4 {
    width: 30px;
    height: 30px;
  }
  .button-5 {
    width: 30px;
    height: 30px;
  }
  .div-block-5 {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .basecontainer.logo {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .basecontainer.slider {
    margin-top: 20px;
  }
  .basecontainer.about {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .basecontainer.books {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .basecontainer.jor {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .basecontainer.footer {
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph {
    font-size: 11px;
    line-height: 16px;
  }
  .paragraph.footer {
    margin-top: 6px;
  }
  .left-arrow {
    width: 30px;
    height: 30px;
  }
  .right-arrow {
    width: 30px;
    height: 30px;
    margin-left: 30px;
  }
  .heading-brown {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .heading-brown.book {
    margin-bottom: 30px;
  }
  .heading-brown.jo {
    margin-bottom: 10px;
  }
  .div-block {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-2 {
    width: auto;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .paragraph-2.jo {
    width: 90%;
  }
  .image {
    width: 100px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button.linkedin {
    width: 20px;
    height: 30px;
  }
  .button.insta {
    width: 20px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .button.twitter {
    width: 20px;
    height: 30px;
  }
  .slide-3 {
    width: 100%;
    margin-right: 5px;
    margin-left: 0px;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-3.socila.cs {
    height: 70%;
  }
  .booksslider {
    display: block;
  }
  .left-arrow-2 {
    width: 30px;
    height: 30px;
    font-size: 29px;
  }
  .bookimage {
    height: 70%;
    background-image: url('../images/fo.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .bookimage._2 {
    height: 70%;
    background-image: url('../images/book2.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .bookimage._3.dfd {
    height: 70%;
    background-image: url('../images/book3.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .bookimage.souls {
    height: 70%;
    background-image: url('../images/souls.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .bookimage.maharaja {
    height: 70%;
    background-image: url('../images/book1.png');
    background-position: 50% 50%;
    background-size: cover;
  }
  .button-2 {
    width: 100px;
    height: 30px;
  }
  .button-2.amazon {
    margin-left: 20px;
  }
  .button-2.amazon.sd.twi {
    width: 40px;
    height: 40px;
  }
  .button-2.amazon.sd.insta {
    width: 40px;
    height: 40px;
  }
  .button-2.amazon.sd.linked {
    width: 40px;
    height: 40px;
  }
  .icon-3 {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }
  .heading-2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .div-block-5 {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-6 {
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-4 {
    width: 30px;
    height: 30px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-13 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slider-2 {
    display: none;
  }
}

@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mermaid1001';
  src: url('../fonts/Mermaid1001.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}