* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Assistant", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

hr:not([size]) {
  height: 1px;
  margin-top: 19px;
  color: aquamarine;
}

figure {
  margin: 0;
}
article {
  margin: 0;
}
.address {
  font-style: normal;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input-reset {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}


/* top section start */
.top-section {
  background-color: #000;
  height: 34px;
}

.top-section .top-section-content {
  text-align: center;
}

.top-section .top-section-content h4 {
  font-size: 13px;
  color: #a1f744;
  padding: 8px 0px;
}

/* top section end */

/* header-top start */
.header-top {
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-top .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
}

.icon-mobile {
  display: none;
}

.icon-mobile i {
  color: #000000;
  padding: 0px 6px;
}

.header-top .navbar-nav .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-top .icons a {
  padding-right: 16px;
}

.header-top .icons i {
  color: #000;
  font-size: 17px;
}

/*header-top end  */

.main-section .carousel-indicators img {
  width:100%;
  height:100%;
  object-fit:cover;
  display: block;
}

.main-section .slider-box {
  position: sticky;
  top: 0%;
  left: 0%;
}

.main-section .carousel-indicators button {
  width: max-content !important;
  margin:0px 5px;
}

.main-section .carousel-item {
  max-width: 100%;
  height: 500px;
}

.main-section .carousel-item img {
  width: 100%;
  height:100%;
  object-fit:cover;
}

.main-section .carousel-indicators {
  position: unset;
  width:100%;
  margin: auto;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  scrollbar-width: none;
}

.main-section .carousel-indicators button{
  /* width:95px; */
  height:93px;
  opacity:1;
}

.main-section a.carousel-control-prev{
  top: 541px;
  left: 15px;
}

.main-section a.carousel-control-next{
  top: 541px;
  right: 15px;
}

.main-section .carousel-control-prev-icon, .main-section .carousel-control-next-icon {
    filter:invert(1);
    background-size: 51%;
}

.main-section .slide {
  margin-bottom: 70px;
}

.main-section .product-info {
  margin-left: 43px;
}

.main-section .product-info .product-info-top p {
  font-size: 12px;
  color: #121212bf;
  margin-bottom: 0;
}

.main-section .product-info .product-info-top h2 {
  font-size: 40px;
  color: #121212;
  padding-bottom: 12px;
  font-family: "Assistant", sans-serif;
}

.main-section .product-info .product-info-top span {
  font-size: 16px;
  margin-top: 16px;
}

.main-section .product-info .product-info-top .product-mrp {
  font-size: 18px;
}

.main-section .product-info .product-info-top .product-mrp span {
  font-size: 16px;
  padding-top: 15px;
  padding-right: 26px;
  text-decoration: line-through;
}

.main-section .product-info .product-info-top .product-mrp a {
  background-color: #000;
  color: #a1f744;
  padding: 3px 8px;
  border-radius: 15px;
  margin-left: 10px;
}

.main-section .product-info .product-info-top .product-visitor i {
  font-size: 13px;
}

.main-section .product-info .product-info-top .product-visitor {
  font-size: 15px;
  color: #000000;
  margin-top: 33px;
}

.main-section .product-info .order-now {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d9e06;
  color: #ffffff;
  border-radius: 25px;
  padding: 24px 20px 14px;
  margin-top: 32px;
  margin-bottom: 20px;
  box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 1);
}

.main-section .product-info .order-now i {
  color: #ffffff;
  margin-right: 14px;
  font-size: 27px;
}

.main-section .product-info .offer-now {
  text-align: center;
  margin-bottom: 20px;
}

.main-section .product-info .offer-now h3 {
  font-size: 15px;
  color: #121212;
}

.main-section .product-info .offer-now p {
  margin-bottom: 9px;
  font-size: 16px;
}

.main-section .product-info .offer-now span {
  font-size: 16px;
}

.main-section .product-info .order-now h2 {
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  margin-bottom: 0;
}

.main-section .product-info .order-now p {
  font-size: 20px;
}

.main-section .product-info .limited-stock {
  text-align: center;
}

.main-section .product-info .limited-stock img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.main-section .product-info .high-quality {
  text-align: center;
  margin: 15px 0px;
}

.main-section .product-info .high-quality img {
  border: 1px solid #eaeaea;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.main-section .product-info .descripton h3 {
  text-align: center;
}

.main-section .product-info .descripton ul {
  list-style-type: disc;
}

.main-section .product-info .descripton ul li {
  padding-left: 10px;
}

.main-section .product-info .super-strong {
  text-align: center;
  margin: 15px 0px;
}

.main-section .product-info .super-strong h3 {
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  color: #000;
}

.main-section .product-info .spaces {
  text-align: center;
}

.main-section .product-info .spaces h4 {
  margin: 30px 0px;
  font-size: 16px;
  color: #121212bf;
}

.main-section .product-info .spaces img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.main-section .product-info .spaces .spaces-content p {
  font-size: 16px;
  margin: 16px 0px;
  color: #121212bf;
}

.main-section .product-info .features {
  margin-top: 68px;
}

.main-section .product-info .features h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 18px;
  color: #121212;
  font-weight: 700;
}

.main-section .product-info .features p {
  font-size: 16px;
  padding-top: 13px;
  line-height: 33px;
}

.main-section .product-info .features img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.main-section .product-info .features h5 {
  font-size: 15px;
  font-weight: 700;
  padding-top: 22px;
  text-align: center;
}

.main-section .product-info .box-content {
  margin-top: 65px;
}

.main-section .product-info .box-content h3 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 13px;
}

.main-section .product-info .box-content ul {
  list-style-type: disc;
  font-weight: 300;
  padding-bottom: 11px;
}

.main-section .product-info .box-content img {
  border: 1px solid #eaeaea;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.main-section .product-info .box-content h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding-top: 11px;
  padding-bottom: 20px;
}

.main-section .product-info .box-content ol {
  line-height: 30px;
  font-weight: 300;
}

.main-section .product-info .box-content h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 18px;
}

.main-section .product-info .share-btn {
  padding-top: 40px;
}

.main-section .product-info .share-btn a {
  color: #000;
  text-transform: capitalize;
}

.main-section .product-info .share-btn i {
  padding-right: 4px;
  font-size: 13px;
}
/* customer-reviews start */
.customer-reviews {
  margin-top: 30px;
}

.customer-reviews .customer-reviews-top h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}

.customer-reviews .progress-bars span {
  display: inline-block;
}

.customer-reviews .progress-bars .outer-bar {
  background-color: #d9d9d9;
  width: 160px;
  padding: 10px;
  overflow: hidden;
}

.customer-reviews .product-reviews__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e9d9d980;
}
.customer-reviews .grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 105px;
}
.customer-reviews .rating {
  margin: 0;
  padding: 0;
  border: none;
}

.customer-reviews .rating__group {
  position: relative;
  width: 79px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
  background-size: 16px 14px;
}

.customer-reviews .rating__group:focus-within {
  outline: 1px solid #4a90e2;
} 

.customer-reviews .rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 14px;
  font-size: inherit;
  appearance: none;
  background-size: 16px 14px;
}

.customer-reviews .rating__star:not(:last-child) {
  margin-right: 2px;
}

.customer-reviews .rating__star:nth-of-type(1) {
  z-index: 5;
  width: 16px;
}

.customer-reviews .rating__star:nth-of-type(2) {
  z-index: 4;
  width: 32px;
}

.customer-reviews .rating__star:nth-of-type(3) {
  z-index: 3;
  width: 48px;
}

.customer-reviews .rating__star:nth-of-type(4) {
  z-index: 2;
  width: 63px;
}
.customer-reviews .rating__star:nth-of-type(5) {
  z-index: 1;
  width: 79px;
}

.customer-reviews .rating__star:focus {
  outline: none;
}

.customer-reviews .rating__star:hover,
.rating__star:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395Z' fill='%23F89828'/%3E%3C/svg%3E");
}

.customer-reviews .rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93074 1.28395C6.33601 0.349362 7.66139 0.349361 8.06665 1.28395L9.29259 4.11107L12.3602 4.40338C13.3743 4.50001 13.7838 5.76052 13.0202 6.43476L10.7103 8.47433L11.3802 11.4821C11.6017 12.4764 10.5295 13.2555 9.65225 12.7376L6.9987 11.171L4.34515 12.7376C3.46794 13.2555 2.39569 12.4764 2.61716 11.4821L3.2871 8.47433L0.977173 6.43476C0.213564 5.76052 0.623127 4.50001 1.63721 4.40338L4.7048 4.11108L5.93074 1.28395ZM8.22464 4.57418L6.9987 1.74705L5.77276 4.57418C5.60409 4.96315 5.23727 5.22965 4.81522 5.26987L1.74763 5.56218L4.05755 7.60175C4.37536 7.88236 4.51547 8.31357 4.4233 8.7274L3.75336 11.7352L6.40691 10.1686C6.772 9.95304 7.2254 9.95304 7.59049 10.1686L10.244 11.7352L9.5741 8.7274C9.48193 8.31357 9.62204 7.88236 9.93985 7.60175L12.2498 5.56218L9.18217 5.26987C8.76012 5.22965 8.39331 4.96315 8.22464 4.57418Z' fill='%23B3B7BC'/%3E%3C/svg%3E");
}

.customer-reviews .product-reviews {
  display: flex;
  justify-content: space-between;
}

.customer-reviews .reviews-info__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #1e212c;
}

.customer-reviews .reviews-info .rating {
  margin-bottom: 20px;
}

.customer-reviews .reviews-info__caption {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}

.customer-reviews .reviews-bar__list {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.customer-reviews .reviews-bar__item {
  display: flex;
  align-items: center;
}

.customer-reviews .reviews-bar__item:not(:last-child) {
  margin-bottom: 3px;
}

.customer-reviews .progress-bar {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  text-align: left !important;
  white-space: nowrap;
  background-color: transparent !important;
  transition: width 0.6s ease;
}

.customer-reviews .progress-bar__star {
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}

.customer-reviews .progress-bar__outter-line {
  overflow: hidden;
  position: relative;
  width: 172px;
  height: 8px;
  border-radius: 2px;
  background-color: #e5e8ed;
  margin-top: 4px;
}


.customer-reviews .progress-bar__inner-line {
  position: absolute;
  height: 4px;
  border-radius: 40px;
}

.customer-reviews .progress-bar__inner-line--excellent {
  background-color: #ffa800;
  width: 58.33%;
  height: 9px;
  border-radius: 1px;

}

.customer-reviews .progress-bar__inner-line--good {
  background-color: #ffa800;
  height: 9px;
  border-radius: 1px;
  width: 3.6667% !important;
}

.customer-reviews .progress-bar__inner-line--normal {
  background-color: #ffa800;
  height: 9px;
  border-radius: 1px;
  width: 3.6667% !important;
}

.customer-reviews .progress-bar__inner-line--not-bad {
  background-color: #ffa800;
  height: 9px;
  border-radius: 1px;
  width: 3.6667% !important;
}

.customer-reviews .progress-bar__inner-line--bad {
  background-color: #ffa800;
  height: 9px;
  border-radius: 1px;
  width: 26.33333% !important;
}

.customer-reviews .progress-bar__quantity {
  margin-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #787a80;
}

.customer-reviews .product-gallery {
  overflow: hidden;
  border-radius: 4px;
  width: 390px;
  max-height: 500px;
}

.customer-reviews .product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-reviews .reviews-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 10px;
}

.customer-reviews .reviews-button a {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #b7b7b7;
  padding: 8px 11px;
  font-weight: 600;
  transition:all 0.5s;
}

.customer-reviews .reviews-button a.sliders-button{
  margin-left:8px;
}

.customer-reviews .reviews-button a:hover{
  color: black;    
}
.customer-reviews .customer-reviews-box {
 
}

.customer-reviews .progress-bars .inner-bar {
  background: linear-gradient(
    to right,
    rgb(255, 168, 0) 0%,
    rgb(255, 168, 0) 57.14%,
    rgb(217, 217, 217) 57.14%,
    rgb(217, 217, 217)
  );
  width: 132%;
}



.customer-reviews .customer-reviews-content .star-box {
    display: flex;
}

.customer-reviews .customer-reviews-content .star-box .stars-rate i {
    color: #ffa800;
}

.customer-reviews .customer-reviews-content .star-box .stars-rates i {
    color: #d9d9d9;
}

.customer-reviews .customer-reviews-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.customer-reviews .customer-reviews-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 11px 14px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.customer-reviews .customer-reviews-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0px;
}

.customer-reviews .comment {
  margin-top: 24px;
}

.customer-reviews .ritu {
  margin-top: -51px;
}

.customer-reviews .manoj {
  margin-top: -21px;
}


.featured {
    margin-top: 185px;
}

.featured h2 {
  font-size: 40px;
  color: #121212;
  margin-bottom: 30px;
  font-family: "Assistant", sans-serif;
}

.featured .featured-box {
  position: relative;
}

.featured .featured-box a {
  background: #000;
  color: #a1f744;
  border-radius: 15px;
  padding: 8px 13px;
  position: absolute;
  top: 264px;
  left: 17px;
}

.featured .featured-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured .featured-content p {
  font-size: 16px;
  padding-top: 21px;
}

.featured .featured-content .featured-rs {
  text-decoration: line-through;
  padding-right: 26px;
  font-size: 18px;
}

.featured .featured-content {
  font-size: 20px;
}

.featured .button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
}

.featured .button a {
  background-color: #000;
  color: #ffffff;
  padding: 10px 28px;
  font-size: 18px;
}

/* .featured section end */

/* footer section start */

.footer {
  background: #000;
 padding: 30px 0px;
}

.footer .footer-top {
  padding-top: 30px;
}

.footer .footer-top h2 {
  color: #a1f744;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Assistant", sans-serif;
}

.footer .footer-top p {
  color: #a1f744;
  font-size: 16px;
  font-family: "Assistant", sans-serif;
}

.footer ul li {
  padding-top: 10px;
}

.footer ul li a {
  color: #a1f744;
  font-size: 14px;
}

.footer .footer-heading h3 {
  color: #a1f744;
}

.footer .input-box {
  position: relative;
}

.footer input {
  border: none;
  border: 2px solid #a1f744;
  background: transparent;
}

.footer input:hover {
  border: none;
  border: 2px solid #a1f744;
  background: transparent;
}

.footer input::placeholder {
  color: #a1f744;
}

.footer .input-box i {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #a1f744;
}

.footer .social-icon {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 50px;
}

.footer .social-icon i {
  font-size: 20px;
  margin-left: 25px;
  color: #a1f744;
}


.footer .social-icon i:hover {
  cursor: pointer;
}

.footer .footer-copyright {
  color: #a1f744;
}

/* meadia quries */
@media (max-width: 992px) {
  .icon-mobile {
    display: block;
    color: #000000;
  }

  .navbar-brand {
    margin-left: 41px;
    padding: 0px 0px;
}
}

@media (max-width: 768px) {
  .top-section {
    height: 48px;
  }
  .icon-mobile {
    display: block;
    color: #ffffff;
  }

  .icon-mobile i {
    color: #000000;
    padding-right: 9px;
  }

  .navbar-brand {
    margin-left: 37px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .main-section .product-info {
    margin-left: 8px;
  }

  .main-section .product-info .product-info-top h2 {
    font-size: 32px;
    font-weight: 400;
  }

  .main-section .product-info .product-info-top .product-mrp {
    font-size: 16px;
    margin-top: 13px;
  }

  .main-section .product-info .product-info-top .product-visitor {
    font-size: 18px;
  }

  .main-section .product-info .order-now {
    padding: 0px;
  }

  .main-section .product-info .order-now i {
    margin-right: 9px;
    font-size: 19px;
}

.main-section .product-info .order-now h2 {
    font-size: 16px;
    margin-top: 15px;
}

.main-section .product-info .order-now p {
  font-size: 15px;
}

  .main-section .product-info .offer-now p {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .main-section .product-info .descripton h3 {
    text-align: center;
    font-size: 17px;
  }

  .main-section .product-info .descripton ul li {
    font-size: 15px;
    font-weight: 600;
  }

  .main-section .product-info .super-strong h3 {
    font-size: 14px;
    font-family: "Assistant", sans-serif;
    color: #121212;
    font-weight: 600;
    margin: 22px 0px;
 }

 .main-section .product-info .spaces img {
    max-width: 100%;
    height: 303px;
    object-fit: contain;
}

.main-section .product-info .spaces .spaces-content strong {
    font-size: 15px;
    color: #121212bf;
    line-height: 30px;
}

.main-section .product-info .features {
    margin-top: 31px;
    text-align: center;
}

.main-section .product-info .features h3 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 0px;
}

.main-section .product-info .features strong {
    font-size: 15px;
}

.main-section .product-info .features p {
    font-size: 15px;
    padding-top: 11px;
    line-height: 29px;
    text-align: center;
}

.main-section .product-info .features img {
    max-width: 100%;
    height:auto;
    object-fit: contain;
}

.customer-reviews .customer-reviews-top h2 {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
}

.product-reviews__bar .reviews-bar {
  margin-bottom: 10px;
}


.reviews-button a:not(a.sliders-button){
  width:100%;
  text-align:center;
}

.customer-reviews .customer-reviews-box img {
  width: 100%;
  height: 247px;
  object-fit: cover;

}

.customer-reviews .customer-reviews-content {
  margin-bottom: 32px;
}

.customer-reviews .ritu {
  margin-top: 0px;
}

.featured {
  margin-top: 0px;
}

.featured h2 {
  font-size: 24px;
  text-align: center;
}

.featured .button {
  margin-bottom: 31px;
}

.footer {
  padding: 1px 0px;
}

.footer .footer-top {
  padding-top: 26px;
}

.footer .footer-heading h3 {
  color: #a1f744;
  font-size: 16px;
}

.footer .social-icon {
  padding-top: 23px;
}

}

