* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s linear;
}
body{
  overflow-x: hidden;
}
:root {
  --dark: #822035;
  --light: #e8a16e;
  --gold: #dab62d;
  --white: #ffffff;
  --black: #0b0b0a;
}

/* **************************NAVBAR START************************** */

.top-header {
  background: var(--dark) !important;
}
.top-header a {
  color: var(--white);
}
.top-header a:hover {
  color: var(--light) !important;
}


#header {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#header .logo {
  height: auto;
  width: 130px;
}
#header .navbar a {
  font-size: 20px;
  font-weight: 500;
  color: var(--dark);
  margin: 0 10px !important;
  /* padding-left: 18px; */
}
#header .navbar a:hover {
  text-decoration: none;
  color: var(--light);
}
#header .icon a {
  color: var(--dark);
  margin-left: 10px;
  font-size: 18px;
}
#header .icon a:hover {
  color: var(--light);
}
#menu_bar {
  font-size: 28px;
  color: var(--dark);
  display: none;
  text-decoration: none;
}

/* ------------media query for header------------- */
@media (max-width: 991px) {
  #header {
    padding: 10px 20px;
  }
}
@media (max-width: 447px) {
  #header .navbar {
    top: 84px !important;
  }
}
@media (min-width: 992px) {
  #header .navbar a {
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    margin: 0 18px;
    /* padding-left: 18px; */
  }
}
@media (max-width: 820px) {
  #menu_bar {
    display: block;
  }
  #header .navbar {
    position: fixed;
    top: 122px;
    height: 50vh;
    left: -160px;
    width: 160px;
    background: var(--light);
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }
  #header .navbar.active {
    left: 0;
  }
  #header .navbar a {
    font-size: 24px;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.search-div {
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: end;
  z-index: 11111;
}
.search-form {
  /* border: 1px solid ; */
  position: absolute;
  top: 5px;
  right: 10%;
  float: right;
  width: 0;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.search-form.active {
  position: absolute;
  top: 5px;
  right: 10%;
  width: 50%;
  height: 40px;
  transition: 0.4s linear;
  z-index: 1;
}
.search-form input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  text-transform: none;
  /* font-size: 1.4rem; */
  color: black;
  padding: 0 1.5rem;
}
.search-form label {
  /* font-size: 2rem; */
  margin-top: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  cursor: pointer;
}
.search-form label:hover {
  color: var(--dark);
}

/* **************************NAVBAR END************************** */

/* **************************SHOP START************************** */

#shop .card {
  border: 2px solid var(--light);
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
#shop .card:hover {
  background: var(--dark);
  /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}
#shop .card:hover aside {
  color: var(--gold);
  transition: 0.3s ease-in-out;
}
#shop .icon {
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
#shop aside {
  color: var(--dark);
  padding-left: 15px;
  font-size: 17px;
  font-weight: 600;
  /* transition: .3s ease-in-out; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#shop #icon-1 {
  background-image: url(/image/ss.69130ba7.png);
}
#shop #icon-2 {
  background-image: url(/image/cart-btn.b0082b69.png);
}
#shop #icon-3 {
  background-image: url(/image/card-01.180260f0.png);
}
#shop #icon-4 {
  background-image: url(/image/girl-01.b18a0356.png);
}
#shop #icon-5 {
  background-image: url(/image/silver1.970cd1fc.png);
}
#shop #icon-6 {
  background-image: url(/image/cart-btn.b0082b69.png);
}
#shop #icon-7 {
  background-image: url(/image/calendar1.58d18bcc.png);
}
#shop #icon-8 {
  background-image: url(/image/astrology2.0d1b6ae6.png);
}
#shop a:hover {
  text-decoration: none;
}

/* **************************SHOP END************************** */

#heading {
  font-size: 28px;
  color: var(--dark);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: var(--light);
  bottom: 2px;
  left: calc(50% - 60px);
}
#heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: var(--gold);
  bottom: 0;
  left: calc(50% - 20px);
}

/* **************************catagory START************************** */

#catagory .card {
  background: var(--light);
  border: 2px solid var(--light);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 1s;
}
#catagory .card:hover {
  transform: translateY(15px);
}
/* #catagory .card .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
#catagory .card img{ 
  height: auto;
  width: 60px;
} */
#catagory b {
  color: var(--dark);
  font-size: 16px;
}
#catagory .card-body a {
  color: var(--white);
  font-family: cursive;
}
#catagory .card-body a:hover {
  text-decoration: none;
  color: var(--black);
}

/* **************************catagory END************************** */

/* **************************collection START************************** */

#collection .card {
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 40px 0px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -12px;
}
#collection b {
  color: var(--dark);
  font-size: 17px;
  text-transform: uppercase;
}
#collection a {
  text-decoration: none;
  color: var(--white);
  font-family: cursive;
}
#collection a:hover {
  color: var(--black);
}

/* **************************collection END************************** */

.owl-nav,
.owl-dots {
  display: none;
}

/* **************************gender START************************** */

#gender .card {
  border: 5px solid var(--light);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  background: var(--dark);
  border-radius: 50%;
  overflow: hidden;
}
#gender b {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 18px;
}
#gender a {
  text-decoration: none;
  color: var(--white);
  font-family: cursive;
}
#gender a:hover {
  color: var(--light);
}

/* **************************gender END************************** */

.button {
  border: 2px solid var(--dark);
  color: var(--dark);
  background: var(--white);
  font-size: 13px;
  font-weight: 600;
}
.button:hover {
  color: var(--white);
  background: var(--dark);
}

/* **************************topseller start************************** */

#topseller .card {
  border: 2px solid var(--light);
  position: relative;
}
#topseller .card .haighlight {
  position: absolute;
  background: var(--gold);
  height: 30px;
  width: 140px;
  z-index: 1;
  margin-top: 10px;
  border-radius: 0 20px 20px 0;
  color: var(--dark);
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
#topseller .button {
  width: 100%;
}

/* **************************topseller END************************** */

/* **************************newforyou START************************** */

#needforyou .card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#needforyou .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  width: 100%;
}
#needforyou .content .button {
  width: 80%;
}

@media (max-width: 820px) {
  #needforyou .content {
    margin-top: 100px;
  }
}
@media (max-width: 447px) {
  #needforyou .content {
    margin-top: 260px;
  }
}

/* **************************newforyou END************************** */

/* **************************perfectgift Start************************** */

#perfectgift .card {
  background: var(--light);
}
#perfectgift img {
  height: 250px;
  width: 100%;
}
#perfectgift b {
  color: var(--dark);
  font-size: 18px;
}
#perfectgift .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
  width: 100%;
}
#perfectgift .content .button {
  width: 80%;
}

@media (max-width: 820px) {
  #perfectgift .content {
    margin-top: 180px;
  }
}
@media (max-width: 447px) {
  #perfectgift .content {
    margin-top: 200px;
  }
}

/* **************************perfectgift END************************** */

/* **************************footer START************************** */

#footer {
  background: var(--dark);
}
#footer b {
  color: var(--white);
  font-size: 18px;
  text-transform: capitalize;
}
#footer li {
  list-style: none;
}
#footer a {
  text-decoration: none;
  color: var(--light);
  font-size: 16px;
}
#footer a:hover {
  color: var(--white);
  /* font-weight: 550; */
}
#footer h5 {
  color: var(--gold);
  font-size: 24px;
  font-family: serif;
}
#footer i {
  color: var(--white);
}
.footer-bottom {
  background: var(--light);
  color: var(--black);
}
.footer-bottom a {
  color: var(--white) !important;
}

/* **************************footer END************************** */

/* **************************contact START************************** */

#contact .icon i {
  color: var(--light);
  font-size: 60px;
}
#contact .icon p {
  color: var(--dark);
  font-size: 32px;
  font-weight: 600;
}
#contact .image {
  overflow: hidden;
}
#contact .image img {
  border-radius: 30px 0px 0px 30px;
}
#contact .info {
  background: var(--light);
  border-radius: 0px 30px 30px 0px;
}
#contact h3 {
  color: var(--white);
  font-weight: 500;
  font-size: 30px;
}
#contact input,
#contact textarea {
  border: 1px solid var(--dark);
}
#contact .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .social a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--dark);
  height: 50px;
  width: 50px;
  border-radius: 0px 10px;
  font-size: 30px;
  font-weight: bold;
  background: var(--white);
  /* color: var(--light); */
  margin-right: 10px;
}
#contact .social a:hover {
  background: var(--light);
  border: 4px solid var(--white);
}
#contact .social a:hover i {
  color: var(--dark) !important;
}
#contact .social .fa-facebook-f {
  color: dodgerblue;
}
#contact .social .fa-whatsapp {
  color: green;
}
#contact .social .fa-instagram {
  color: red;
}
#contact .social .fa-twitter {
  color: blue;
}
#contact .content .card {
  border: none;
}
#contact .content h3 {
  color: var(--dark);
  font-size: 32px;
  font-weight: 600;
}
#contact .content i {
  color: var(--gold);
  font-size: 25px;
}
#contact .content a {
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: 550;
}

/* **************************contact END************************** */

/* ************************** SILVER / GOLD / DIAMOND START ************************** */

label {
  font-size: 16px;
  font-weight: 600;
  color: var(--light);
  text-transform: capitalize;
}
.prod-icon {
  position: absolute;
  margin-left: 180px;
  margin-top: 5px;
  font-size: 20px;
  color: var(--dark);
  transition: 0.1s;
}
.prod-icon a{
  text-decoration: none;
}
.prod-icon .heart:hover,
.prod-icon .cart:hover{
  color: var(--gold);
}
@media (max-width: 447px) {
  .prod-icon {
    margin-left: 320px;
  }
}
.leftstock {
  color: red;
  font-size: 13px;
}
.box {
  border: 1px solid var(--light);
  transition: 0.4s;
}
.box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-5px);
}
.box .card-body {
  border-top: 1px solid var(--light);
}
.box .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .star {
  color: var(--gold);
}

/* ************************** SILVER / GOLD / DIAMOND END************************** */

/* **************************weading START************************** */

#weading h5 {
  color: var(--gold);
  font-weight: 600;
}

/* **************************weading END************************** */

/* **************************ABOUT START************************** */

#about h5 {
  color: var(--gold);
  font-size: 26px;
  font-weight: 500;
}
#about b {
  color: var(--light);
  font-size: 18px;
}
#about p {
  color: var(--black);
  font-size: 16px;
  font-family: sans-serif;
}

/* **************************ABOUT END************************** */

/* **************************Product Page Start************************** */

#product .product-content .like a {
  text-decoration: none;
}
#product .product-content .fa-heart,
#product .product-content .fa-share-nodes {
  font-size: 20px;
  color: var(--dark);
}
#product .product-content .fa-heart:hover,
#product .product-content .fa-share-nodes:hover {
  color: var(--gold);
  text-decoration: none;
}
#product .item-name h1 {
  color: var(--dark);
  font-size: 32px;
  /* font-weight: 500; */
  font-family: serif;
}
#product .rating-star {
  color: var(--gold);
}
#product .amount {
  color: var(--black);
  font-size: 24px;
}
#product .count-btns {
  color: var(--dark);
}
#product .counter-number {
  font-size: 18px;
  color: var(--black);
}
/* #product .shop-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
} */
#product .cart-btn input {
  border: none;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid var(--dark);
  background: var(--white);
  color: var(--dark);
  border-radius: 10px;
}
#product .cart-btn input:hover {
  background: var(--dark);
  color: var(--white);
}
#product .buy-btn input {
  border: none;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 600;
  border: 2px solid var(--dark);
  background: var(--dark);
  color: var(--white);
  border-radius: 10px;
}
#product .buy-btn input:hover {
  background: var(--white);
  color: var(--dark);
}
#product .product-content .policy {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding-top: 20px;
  padding-bottom: 20px;
}
#product #accordion .info {
  border: 2px solid var(--light);
  border-bottom: 5px solid var(--dark);
  border-radius: 10px;
  margin-bottom: 2px;
  cursor: pointer;
}
#product .price-breakup h5 {
  color: var(--dark);
  font-size: 16px;
  font-weight: 500;
}

/* **************************Product Page END************************** */


/* **************************Wishlist Page START************************** */

.breadcrumb{
  background: none;
}
.breadcrumb .breadcrumb-item{
  font-size: 18px;
  font-weight: 500;
  font-family: serif;
  color: var(--dark);
}
.breadcrumb .breadcrumb-item a{
  text-decoration: none;
  color: var(--light);
}


#Wishlist .remove a{
  color: var(--dark) !important;
  text-transform: uppercase;
}

/* **************************Wishlist Page END************************** */

/* **************************CART Page START************************** */

#cart .info{
  border-bottom: 2px solid var(--light);
  padding-top: 10px;
  padding-bottom: 10px;
}
#cart .info a{
  text-decoration: none;
}
#cart .info h5{
  color: var(--dark);
  font-weight: 500;
  font-size: 24px;
}
#cart .info span{
  font-size: 24px;
}
#cart .info .fa-trash{
  color: var(--dark);
}


.qty .input {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.qty button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--space-12);
  height: var(--space-12);
  border: 1px solid var(--color-blue-500);
  border-radius: var(--round);
  background-color: var(--color-white);
}
.qty button:hover {
  background-color: var(--color-blue-200);
  cursor: pointer;
}
.qty button:focus {
  outline: none;
  box-shadow: var(--shadow-focus);
}
.qty button[disabled] {
  opacity: var(--opacity-50);
  pointer-events: none;
}
.qty button:active {
  background-color: var(--color-blue-300);
}

.qty .number {
  font-size: var(--text-lg);
  min-width: var(--space-12);
  text-align: center;
}
.qty .icon {
  user-select: none;
}
.qty .dim {
  color: var(--color-gray-400);
}
.qty .fas{
  color: var(--dark);
  margin: 10px;
}

#cart .search-box{
  width: 100%;
  position: relative;
  display: flex;
}
#cart .search-input{
  width: 100%;
  padding: 10px;
  border: 2px solid var(--dark);
  border-radius:10px 0 0 10px ;
  border-right: none;
  outline: none;
  font-size: 20px;
  color: var(--light);
  background: none;
}
#cart .search-button{
  text-align: center;
  height: 53px;
  width: 100px;
  outline: none;
  cursor: pointer;
  border: 2px solid var(--dark);
  border-radius: 0 10px 10px 0 ;
  border-left: none;
  background: none;
  font-size: 20px;
  border-left: 2px solid var(--dark);
  color: var(--dark);
}
#cart .card,
#checkout .card{
  border: none;
  background: rgba(157, 156, 156, 0.155);
}
#cart .nav-link{
  color: var(--light);
  font-weight: 600;
}
#cart .nav-link.active{
  color: var(--dark);
}
#cart #entercode input{
  width: 80%;
}
#cart .apply-btn{
  background: var(--dark);
  color: var(--white);
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 600;
  margin-left: 20px;
}
#cart  a{
  text-decoration: none;
}
#cart .order-heading,
#checkout .order-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px;
}
.Checkout_btn{
  background: var(--dark);
  color: var(--white);
}
.Checkout_btn:hover{
  background: var(--white);
  color: var(--dark);
}
@media (max-width: 447px){
  #cart .main_row{
    flex-direction: column-reverse !important;
  }
}
.cart_total{
  border-top: 2px solid var(--dark);
  margin-top: 10px;
  padding-top: 10px;
}

/* **************************CART Page END************************** */


/* **************************checkout Page START************************** */

#checkout{
	padding: 0;
	border: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Helvetica, sans-serif;
  overflow-x: hidden;
}


#checkout .statusBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	width: 100%;
	position: relative;
	cursor: default;
}

#checkout .statusBar::before {
	content: "";
	height: 0.3em;
	background-color: var(--light);
	position: absolute;
	left: 16px;
	right: 16px;
}

#checkout .pBar {
	content: "";
	height: 0.3em;
	border-radius: 0 0 0.15em 0.15em;
	background-color: var(--dark);
	max-width: 100%;
	margin: 10px #000000 solid;
	position: absolute;
	left: 0;
	width: 0%;
}

#checkout .statusBar > .node {
	background-color: var(--light);
	height: 1.2em;
	width: 1.2em;
	border-radius: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#checkout .node > .text {
	font-weight: 200;
	color: var(--light);
	text-align: center;
	position: absolute;
	top: 2.5em;
	cursor: pointer;
}

#checkout .node.done {
	background-color: var(--dark);
}

#checkout .node > .text.done {
	color: var(--dark);
}

#checkout .node > .main {
	position: absolute;
	border: 0.2em var(--light) solid;
	width: 0;
	height: 0;
	border-radius: 100%;
}

#checkout .node > .main.done {
	border: 0.2em var(--dark) solid;
	width: 2em;
	height: 2em;
	border-radius: 100%;
}

#checkout .mainWrapper > .buttonHolder {
	margin-top: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#checkout .button {
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin: 1em;
	font-size: 1.3em;
	border-radius: 1.5em;
	cursor: pointer;
}
#checkout .button.b-next {
	background-color: var(--dark);
	color: var(--white);
}

/* #checkout .button.b-next:hover {
	box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
} */

#checkout .button.disabled,
#checkout .button.disabled:hover {
	opacity: 30%;
	cursor: default;
}

#checkout .button.b-next.disabled:hover {
	box-shadow: none;
}

#checkout .button.b-back {
	/* box-shadow: 0px 0px 0px 0.2em var(--dark) inset; */
	background-color: var(--white);
	color: var(--dark);
}

#checkout .made {
	position: absolute;
	bottom: 0.7em;
}

#checkout .made > .credit {
	opacity: 40%;
	color: #4b4b4b;
	text-align: center;
}
/* @media (max-width: 447px){
  #checkout .mainWrapper{
    padding-left: 25px;
    padding-right: 25px;
  }
} */

#checkout strong{
  color: var(--dark);
}
#checkout .payment .nav-link,
#myaccount .nav-link{
  border: 2px solid var(--dark);
  background: var(--white);
  color: var(--dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: start;
}
#checkout .payment .nav-link.active,
#myaccount .nav-link.active{
  color: var(--white);
  background: var(--dark);
}
#checkout .payment .boxx{
  border: 2px solid var(--light);
  border-radius: 10px;
  padding: 15px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#checkout .payment .boxx h5{
  color: var(--black);
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
}
#checkout .payment .boxx img{
  width: 60px;
}
#checkout .payment .link{
  color: var(--dark);
  text-decoration: none;
  font-weight: bold;
}
#checkout .content{
  margin-top: 60px;
}

/* **************************checkout Page END************************** */

/* **************************myaccount Page START************************** */

#myaccount .heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: var(--dark);
  font-weight: bold;
}
#myaccount .nav-link i{
  margin-right: 20px;
  font-size: 25px;
}
#myaccount .info{
  border: 2px solid var(--light);
}
#myaccount .info h5{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-weight: bold;
}
#myaccount .info b{
  color: var(--dark);
  font-weight: 500;
}
#myaccount .info i{
  color: var(--dark);
  font-size: 20px;
}
#myaccount .contact a{
  text-decoration: none;
  color: var(--black);
}
#myaccount .info .row{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* **************************myaccount Page END************************** */

/* **************************Policy Page START************************** */
#policy .card{
  border: 1px solid var(--light);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#policy h2{
  color: var(--dark);
  text-transform: uppercase;
}
#policy h5{
  color: var(--light);
}
#policy .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
#policy .image img{
  height: 80px;
  width: 200px;
}
/* **************************Policy Page END************************** */
