body {

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.5px;
}

.navbar p {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 30px;
  color: white;
  font-size: 17px;
}

.navbar-brand img {
  margin-left: 40px;
}
.navbar-collapse{
  margin-right: 40px;
}

.login-register-btn {
  margin-left: 43.5%;
  font-size: 20px;
  text-decoration: none;
}

.login-register-btn :hover {
  color: #ffffff;
}

.cart-btn {
  margin-right: 7%;
  font-size: 25px;
}

.cart-btn :hover {
  color: #fdfdfd;

}

.about_pg1il span {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.about_pg1il span {
  background: #451582;
  color: #fff;
}

.about_pg2i {
  background: #ffffff;
  border: 1px solid #3f117cc0;
}

.about_pg2i:hover {
  border: 1px solid #3f117cc0;
}

.about_pg2i ul li a {
  background: #ffffff;
  border-radius: 0;
}
.about_pg2i a i{
  background-color: #451582;
  border: 5px solid #3f117cc0;
  color: #fff;
}
.about_pg2i a i:hover{
  background-color: #451582;
  color: #fff;
}

.social-network {
  list-style-type: none;
  display: flex;
  color: black;

}

@media screen and (max-width : 767px) {
  .about_pg1i {
    text-align: center;
  }

  .about_pg1ir {
    margin-top: 15px;
  }

  .about_pg1ir p {
    text-align: left;
  }

  .about_pg2i {
    padding: 10px !important;
  }

  .about_pg2i {
    margin-top: 15px;
  }

  .about_pg2i h5 {
    text-align: center;
  }

  .about_pg2i h6 {
    text-align: center;
  }

  .about_pg2i .font_14 {
    text-align: left;
  }

  .about_pg2i ul {
    text-align: center;
  }

}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .about_pg1il span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about_pg2i h6 {
    font-size: 10px;
  }

  .about_pg2i p {
    font-size: 12px;
  }

  .about_pg2i {
    padding: 10px 5px !important;
  }

  .about_pg2i ul li a {
    width: 30px;
    height: 30px;
  }

  .about_pg2i ul li a i {
    line-height: 30px;
    font-size: 14px;
  }

}

@media (min-width:992px) and (max-width:1200px) {
  .about_pg1il span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media (min-width:1201px) and (max-width:1255px) {}


#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #542999fd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
#back-to-top:hover {
  background-color: #542999d0;
}
/* footer */
.footer-tab p{
  font-size: 17px;
  text-decoration: none;
}
.footer-tab p a{
color:#542999 ;
}
.footer-tab p a:hover{
  color: #542999d0;
}