body {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.slider_about_text {
  position: relative;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}

.slider_about .container {
  position: relative;
}

.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-right: 60px;
  position: relative;
  text-align: right;
}

.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  right: -60px;
  top: 10px;
  bottom: 0;
}

.slider_about_text p {
  color: #fff;
  width: 47%;
  line-height: 1.5;
  font-size: 27px;
  float: right;
  text-align: right;
}

.slider_about_text p span {
  color: #e5b73b;
  font-size: 38px;
  margin: 0;
}

.slider_about_text p b {
  color: #e5b73b;
}

.slider_about.slider_a-green-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
  margin-bottom: 80px;
}

.rayzon-solar-pc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: #000;
  z-index: 1;
}

.videoembed {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.download-title {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.download-title h1 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #095763;
}

@media screen and (max-width: 1199px) {
  .slider_about_text p {
    font-size: 32px;
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .slider_about_text p {
    width: 85%;
  }

  .slider_about_text {
    top: 42%;
  }
}

@media screen and (max-width: 767px) {
  .download-title {
    width: 100%;
  }

  .download-title h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 575px) {
  .rayzon-solar-pc {
    display: block;
  }

  .rayzon-solar-media {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .slider_about_text {
    top: 50%;
    right: 0;
    margin: 0 15px;
  }

  .slider_about_text h4 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 32px;
  }

  .slider_about_text h4:before {
    display: none;
  }

  .rayzon-solar-pc {
    display: none;
  }

  .rayzon-solar-media {
    display: block;
  }
}

.download {
  margin-bottom: 80px;
}

.download-table a {
  color: #000;
  text-decoration: none;
}

.technology_faq_detail {
  width: 100%;
}

.technology_faq {
  margin-bottom: 80px;
}

.card_datasheet {
  padding: 20px;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  margin-bottom: 25px;
}

.card_datasheet img {
  max-width: 70px;
  margin-bottom: 10px;
}

.card_datasheet h4 {
  font-size: 14px;
  text-transform: capitalize;
}

.card_datasheet a {
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  display: inline-block;
}


.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-top: 20px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  margin-top: 0;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


/* ------ back-to-top ------*/
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #095763;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}