/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*---------------------------------------
  IMAGES BETWEEN SECTIONS               
-----------------------------------------*/





.sectionImage {
  max-width: 100%;
  position: relative;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 2.2rem;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 6rem;
}

@media(max-width:1300px) {
  .sectionImage {
    margin-left: 10%;
    margin-right: 10%;
    height: 200px;
  }

}

@media(max-width:800px) {
  .sectionImage {
    margin-left: 5%;
    margin-right: 5%;
    height: 200px;
  }


  
}




.secImg {
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

.sectionLabel {
  font-size: 4.2rem;
  font-weight: 500;
  color: #ffffffec;
  position: absolute;
  vertical-align: middle;
  line-height: 5rem;
  font-family: 'gilroy';

  bottom: -40px;
  line-height: 3.5rem;
  text-align: center;
  width: 100%;
  padding: 0;
  font-weight: 500;
  background-color: rgba(0, 222, 211, 0.26);

}


@media(max-width:900px) {
  .sectionLabel {
    font-size: 3rem;
    bottom: -20px;
    line-height: 3.5rem;
    text-align: center;
    width: 100%;
    padding: 0;
    font-weight: 500;
    background-color: rgba(122, 191, 188, 0.26);
  }

}










/*---------------------------------------
OTHER
-----------------------------------------*/

hr {
  width: 100%;
}

.imgCon {
  text-align: center;
  /* padding: 5px; */
  /* display: table; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.capTxt {
  margin-top: 1em;
  font-size: .8rem;
  font-weight: 300;
  color: #4f4f4f;
  text-align: left;
  display: table-caption;
  caption-side: bottom;
  width: 75%;
  font-style: italic;
  /* background-color: #4AeEF1; */
}

.shadow {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 4px 0px;
}


.researchContainer {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.researchHead {
  text-align: center;
  height: 30px;
  border-bottom: 1px solid rgb(235, 235, 235);
}


.researchHead::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  /* background-repeat: no-repeat; */
  background-size: contain;
  vertical-align: middle;
  border-radius: 30%;
  /* border: 2px solid rgb(255, 255, 255); */
  background-color: #bbe9ff;
  background-image: url(../images/svg/guestion-mark.svg);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.researchAnswers {
  text-align: center;
  height: 30px;
  border-bottom: 1px solid rgb(235, 235, 235);
}

.researchAnswers::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  /* background-repeat: no-repeat; */
  background-size: contain;
  vertical-align: middle;
  border-radius: 30%;
  /* border: 2px solid rgb(255, 255, 255); */
  background-color: #b3ffbd;
  background-image: url(../images/svg/check.svg);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}



.questions {
  height: 100%;
  background-color: #f9f9fc;
  /* padding-right: 10px; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  border-radius: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 10px;

}

.answers {
  height: 100%;
  background-color: #f3f6ff;
  padding-right: 10px;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 400px;
  flex: 2 1 400px;
  border-radius: 12px;
  margin-left: 5px;
}


.recomList ul li {
  list-style-type: none;
}


.recomList ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  border-radius: 50%;
  /* border: 2px solid rgb(255, 255, 255); */
  background-color: #ffd45e;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);

}

ul li:first-child:before {
  background-image: url(../images/svg/exclamation-mark.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}


ul li:nth-child(2):before {
  background-image: url(../images/svg/exclamation-mark.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;

}

ul li:nth-child(3):before {
  background-image: url(../images/svg/exclamation-mark.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}



ul li:nth-child(4):before {
  background-image: url(../images/svg/exclamation-mark.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;

}



/*---------------------------------------
SIDEBAR
-----------------------------------------*/

.sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 22;
  left: 1%;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  margin-bottom: 10px;
}

.sidebar a {
  display: block;
  padding: 8px;
  color: #363636;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.9rem;
  mix-blend-mode: exclusion;
}

.sidebar-link.active {
  font-weight: bold;
  color: #b3ffbd;
}

.sidebar a:hover {
  font-weight: 800;
  color: #000000;
}

.section {
  padding: 50px;
  background-color: #fff;
  color: #333;
  font-size: 1.5em;
}

.section.active {
  background-color: #b3ffbd;
}


@media(max-width:1200px) {

  .sidebar {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 22;
  }


}


@media (max-width: 890px) {
  .sidebar {
    visibility: hidden;
  }
}
















/*---------------------------------------
  MEDIA
-----------------------------------------*/

@media(max-width:800px) {}

@media (max-width: 860px) {

  .capTxt {
    margin-left: 0;
    margin-right: 0;
  }


  .capTxt {
    margin-top: 1em;
    font-size: .9rem;
    font-weight: 400;
    color: #4f4f4f;
    display: table-caption;
    caption-side: bottom;
    width: 95%;
    line-height: 1.6rem;
  }


  .mainTxt {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .headTxt {
    font-size: 2.4rem;
  }

  #headingFive {
    font-size: 2rem;
  }
}

@media (max-width: 1100px) {

  .containerMain {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .parOne {
    /* margin-left: 9vw;
    margin-right: 9vw; */
    /* font-size: 1rem; */
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    /* text-align: left !important; */
    text-align: justify;
    text-justify: inter-word;
  }
}






