
body {
  overflow-x: hidden;
}

.container {
  width: 100% !important;
  padding: 0px !important;
}

#cookieWarnBox {
  transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px;
  background-color: transparent !important;
}

#output {
  color: orange;
  letter-spacing: 2px;
}

#cookieWarnBox.loaded {
  opacity: 0.9;
  bottom: -17px;
}

.panel-title a {
  color: white !important;
  font-size: 2em;
  FONT-FAMILY: ProximaNova-Bold;
}


.navbar-fixed-top {
  top: 15px;
  border-width: 0 0 1px;
}

.negativeSign {
  display: none;
}

.faq-wrap {
  /* background-image: url(img/Privacy-policy-bg.png); */
  padding: 10% 5% 2% 5%;
  background-repeat: no-repeat;
  background-color: #9bd3ec70;
  color: white;
  text-align: justify;
}

.accordion {
  margin: 20px 0;
  border-radius: 5px;
  height: auto;
  min-height: auto;
}

.accordion-header {
  color: #343436;
  font-size: 25px;
  font-family: Poppins-Bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
}

.accordion-icon {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.accordion-content {
  display: none;
  padding: 15px;
}

.accordion.active .accordion-content {
  display: block;
}

.accordion.active .accordion-icon {
  content: "-";
}

.privacyText {
  color: #343436;
  font-family: Poppins-Regular;
  font-size: 18px !important;
  line-height: 1.5;
  letter-spacing: normal;
}

.privacytopheading {
  color: #343436;
  font-family: Poppins-Bold;
  font-size: 45px;
  text-align: center;
}

.active {
  background-color: transparent !important;
  color: #c5c5c5;
}

/* Header Hide */
.container-box-header,
.socialicons,
.mob-menu {
  display: none !important;
}

.accordianheading {
  color: #343436;
  text-align: left;
  font-size: 35px;
  font-family: Poppins-Bold;
  margin-top: 0;
  line-height: 1.5;
}

.boldTxt {
  font-family: 'Poppins-SemiBold';
}

.accordion ul li {
  display: block;
  vertical-align: bottom;
  position: relative;
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 2;
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #333;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}

.scrollToTop:hover {
  background-color: #555;
}

.lnHeight {
  line-height: 2 !important;
}

@media only screen and (min-width:768px) {
  .desktop-version {
    display: block
  }

  .mobile-version {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .desktop-version {
    display: none
  }

  .faq-wrap {
    padding: 25% 5% 2% 5%;
  }

  .privacytopheading {
    font-size: 35px;
  }

  .accordianheading {
    font-size: 25px;
  }

  .privacyText {
    font-size: 16px !important;
    text-align: left;
  }

  .accordion-header {
    font-size: 20px;
    text-align: left;
  }

  .gobackImg {
    width: 200px;
    height: 54px;
  }

}