* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  background-size: cover;
}

a {
  text-decoration: none !important;
  display: inline-block;
}

p:last-of-type {
  margin-bottom: 0px;
}

p {
  font-size: 1.05rem;
  line-height: 1.7rem;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}
.head-title {
  font-weight: 700;
  font-size: 28px;
}
.address-box .flag {
  width: 32px;
  height: 32px;
}

/* page-2 css----- */
.product-details {
  width: 100%;
  padding: 40px 0;
}

.navbar-brand {
  width: 120px;
}

.product-lists {
  column-count: 1;
}

.product-lists .list-item {
  padding: 13px 20px;
  background: rgba(255, 255, 255);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-lists .list-item .list-link {
  color: black;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  position: relative;
  transition: all 0.5s;
}

.product-lists .list-item:hover .list-link {
  color: #fff;
  transition: all 0.5s;
}

.product-lists .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #3abbd2;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s ease-out;
}

.product-lists .list-item:hover::before {
  width: 100%;
  transition: all 0.5s ease-in;
}

.product-lists .list-item .list-link i {
  margin-right: 5px;
  font-size: 20px;
}

.product-lists .icon {
  font-size: 30px;
  color: #3abbd2;
}

.address-details p {
  margin-bottom: 0;
  color: black;
  font-weight: 500;
}

.address-cover {
  background: rgba(255, 255, 255, 1);
  margin-top: 15px;
  padding: 15px;
}

.offcanvas-body {
  background: #f7f7f7;
}

.address-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 15px 30px 0;
}

.address-box h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.address-box p {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

/* .address-box span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #2e84ff;
  color: #fff;
  line-height: 40px;
  text-align: center;
} */

 .address-box span{
  margin-top: 5px;
 }

.navbar-text {
  column-gap: 15px;
}

.navbar-text a {
  color: #000000 !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.navbar-text a:nth-child(1) {
  margin-bottom: 6px;
}

.navbar-text a span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #000;
  border-radius: 50%;
  color: #fff !important;
  margin-right: 5px;
}
