.navbar {
  height: 12vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 0 !important;
  background-color: #f8f6fe;
  color: black;
}

.navbar-brand img {
  width: 100%;
  height: 5vh;
  padding-right: 20px;
  overflow: hidden;
  display: flex;
  margin-left: 30px;
}

.navbar-toggler {
  margin: 2%;
}

.navbar-nav .btn {
  width: fit-content;
}

.navbar-collapse {
  background-color: #f8f6fe;
  justify-content: end;
  flex-wrap: wrap;
}

.heading {
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}

.subhead {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.about-padding {
  background-color: #edeaf4;
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.about-textOne {
  text-align: left;
  justify-content: center;
  margin: 10px 5px 15px 15px;
  font-size: xx-large;
  line-height: 2;
}

.about-textOne h1 {
  text-align: left;
}

.about-textOne p {
  font-size: 300;
  line-height: 1.3;
  font-weight: 400;
  color: #545454;
  margin-top: 20px;
}

#start {
  border-radius: 10px;
  background-color: linear-gradient(rgb(200, 55, 71) 0%, rgb(239, 65, 87) 100%);
  padding: 2%;
  font-size: x-large;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #fff;
  box-shadow: 2px 4px 4px -2px rgba(0, 0, 0, 0.5);
}

#start:hover {
  background-color: #37353c;
  box-shadow: 10px 18px 18px -10px rgba(0, 0, 0, 0.5);
}

.who-we-are-padding {
  background-color: var(--token-f122115a-de17-4ffa-9ec8-2f00d886d5e2, #403e44);
  color: #f8f6fe;
  padding: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-we-are-padding .col-lg-5 {
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
}

.who-we-are-padding .back-img {
  filter: brightness(1.27);
  flex: none;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  left: 100;
  z-index: 0;
  border-radius: inherit;
  align-items: center;
  display: block;
  width: 50%;
  object-position: right;
  object-fit: contain;
  image-rendering: auto;
}

.para {
  font-size: 17px;
  margin: 5px 0 50px 0;
}

.why-shocals-padding {
  padding: 5%;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.list-group-item {
  font-size: larger;
  line-height: 2.5rem;
  text-align: start;
  display: flex;
  flex-direction: row;
}

.check-icon {
  text-align: center;
  margin: 2%;
  margin-right: 5%;
}

.how-it-works-padding {
  background-color: var(--token-f122115a-de17-4ffa-9ec8-2f00d886d5e2, #403e44);
  color: #fff;
  justify-content: center;
  padding: 5%;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.step-icon {
  background-color: #fbb03b;
  border-radius: 10px;
  margin: 3% 0 3% 3%;
  padding: 15px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.step-icon:hover {
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.5);
}

.steps {
  margin-top: 5%;
}

.steps .col-md-5 h2 {
  color: #ffd56e;
  font-weight: 800;
  margin-bottom: 1px;
}

.steps .col-md-5 h6 {
  font-weight: 600;
}

.download-now-padding {
  background: radial-gradient(
    50% 121.8% at 50% 50%,
    var(--token-3533d149-bf6d-4cca-be4c-580f59b21f34, #ffd56e) 0%,
    #fbb03b 100%
  );
  color: #37353b;
  padding: 5%;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.download {
  margin: 5%;
  width: 60%;
  background-color: #403e44;
  border-radius: 20px;
}

.download:hover {
  box-shadow: 0 5px 15px -2px #403e44;
}

.download-now-padding .col-6 p {
  font-size: medium;
}

.faq-padding {
  padding: 5%;
  width: 100%;
  text-align: center;
}

.accordion {
  width: 100%;
  height: auto;
  padding: 5%;
}

.accordion-item {
  border: none;
  box-shadow: 0 3px 10px -2px #403e44;
}

.accordion-item:hover {
  box-shadow: 0 3px 15px -2px #403e44;
}

.accordion-button {
  color: #fff;
  background-color: #fbb03b;
}

.accordion-body {
  text-align: start;
  color: #878390;
  font-weight: 500;
  background-color: #f8f6fe;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #00000020;
}

.accordion-button:not(.collapsed) {
  color: #f8f6fe;
  background-color: #fbb03b;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.link-color {
  color: #797682;
}

.link-color:hover {
  color: #fbb03b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.queries-padding {
  background-color: #37353b;
  color: #edeaf4;
  text-align: center;
  padding: 3%;
  width: 100%;
  height: auto;
}

.link-colorTwo {
  color: #edeaf4;
}

.link-colorTwo:hover {
  color: #fbb03b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact {
  color: #edeaf4;
  font-size: x-small;
}

.ico img {
  width: 3%;
  margin: 2%;
}

.queries-padding h6 {
  margin-bottom: 2%;
  font-size: medium;
}

.line {
  border-bottom: 1px solid #edeaf4;
}

.queries-padding .row {
  font-size: smaller;
  color: #edeaf4;
  margin-top: 2%;
}

ol {
  list-style-type: upper-roman;
}

ul {
  list-style-type: disc;
}


/* === responsive css === */

@media only screen and (max-width: 768px) and (min-width: 0) {
  .navbar {
    height: 80px;
  }
  .navbar-nav li .btn {
    font-size: small;
  }
  .heading {
    font-size: 30px;
  }
  .subhead {
    font-size: 20px;
  }
  .img-fluid {
    width: 70%;
  }
  .about-padding {
    padding: 3%;
  }
  .about-textOne h1 {
    font-size: large;
    margin-top: 20%;
  }
  .about-textOne p {
    font-size: medium;
  }
  #start {
    padding: 2%;
    font-size: small;
    border-radius: 5px;
  }
  .who-we-are-padding .col-lg-5 {
    width: 70%;
    justify-content: center;
    font-size: medium;
  }
  .why-shocals-padding {
    padding: 2%;
  }
  .list-group {
    margin-left: 0;
  }
  .steps {
    margin-top: 2%;
  }
  .step-icon {
    margin: 2%;
    padding: 7px;
    width: 30px;
    height: 30px;
  }
  .steps .col-md-5 {
    text-align: center;
  }
  .steps .col-md-5 h6 {
    font-weight: 500;
  }
  div .list h6 {
    margin: 0;
    line-height: 1;
    font-size: 15px;
  }
  .list-group-item {
    font-size: small;
    line-height: 100%;
  }
  .download-now-padding .col-6 p {
    font-size: x-small;
  }
  .ico img {
    width: 4%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  body {
    width: 100%;
    height: auto;
  }
  .navbar {
    height: 90px;
  }
  .navbar-nav li .btn {
    font-size: small;
  }
  .heading {
    font-size: 30px;
  }
  .subhead {
    font-size: 20px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .about-textOne h1 {
    font-size: larger;
  }
  .about-textOne p {
    font-size: medium;
  }
  #start {
    padding: 3%;
    font-size: medium;
  }
  .who-we-are-padding img {
    width: 50%;
    align-items: center;
    margin-top: 4%;
  }
  div .list h6 {
    margin: 0;
    line-height: 1;
    font-size: 15px;
  }
  .list-group-item {
    font-size: small;
    line-height: 100%;
  }
  .check-icon {
    text-align: center;
    margin: 2%;
    margin-right: 5%;
  }
  .steps .col-md-2 {
    font-size: small;
  }
  .step-icon {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
  .download-now-padding .col-6 p {
    font-size: x-small;
  }
  .accordion {
    padding: 10px;
  }
  .accordion-header p {
    font-size: small;
  }
  .accordion-body {
    font-size: small;
  }
  .ico-img {
    width: 2%;
  }
  .queries-padding {
    font-size: smaller;
  }
}
