* {
  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: url(../images/bg4.jpeg) no-repeat center;
  background-size: cover;
  min-height: 100vh;
}

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%;
}
.navbar{
  background-color: #fdfeff;
}

/* page-2 css----- */

.head-title {
  font-weight: 700;
  font-size: 34px;
}

.address-page {
  position: relative;
  z-index: 1;
}

.address-box .flag {
  width: 30px;
  height: 30px;
}

/*
 
.address-page::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    content: '';
    z-index: -1;
}

*/

.product-details {
  width: 100%;
  padding: 40px 0;
}

.navbar-brand {
  width: 130px;
}

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

.product-details .list-item {
  background: rgba(255, 255, 255);
  margin-bottom: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

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

.product-details .list-item .list-link i {
  margin-right: 0;
  font-size: 18px;
  padding: 15px;
  background: #394b7e;
  color: #fff;
  position: absolute;
  right: 0;
}

.address-details .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 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: 50px;
}

.address-box p span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #394b7e;
  color: #fff;
  line-height: 35px;
  text-align: center;
}

.navbar-text {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  line-height: 48px;
  text-align: center;
  padding: 0px;
}

.navbar-text a {
  color: #fff !important;
  font-size: 18px;
}

.ad-cover {
  background: #fff;
  padding: 25px 30px;
  border-top: 4px solid #00258d;
}