.bor {
	font-size: 14px;
	font-weight: 700;
}

.nav-item a:hover {
	color: rgb(18, 41, 49);
}

.header {
	width: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.secondary {
	background-color: transparent !important;
	color: black !important;
	width: 13rem;
	border-radius: 50px;
	padding: 8px;
}

.secondary:hover {
	cursor: pointer;
	background-color: lightblue;
}

.top-header {
	background-color: #ededed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.top-header li {
	text-align: right;
}

.top-header li a:hover {
	color: rgb(4, 186, 247);
}

/************ button Scrollbar ***********/
.scroll option {
	/* font-weight: bold !important; */
	max-height: 150px;
	width: 160px;
	overflow-y: auto;
}

.cen {
	margin-top: 20px;
}

.scroll {
	width: 13rem;
	border: none;
	border: 1px solid;
	font-size: 16px;
	/* font-weight: bold; */
}

.dropdown-menu li input {
	border-radius: 6px;
    padding: 3px;
    margin: 5px;
}

.no-icon::after {
	display: none;
}


.arrow .fa-solid {
	margin-left: 62px;
	font-size: 12px;
}


.title1:after {
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background-color: #ea8e6a;
	margin: 16px auto;
	margin-bottom: 0;
}

.title1:after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: rgba(112, 176, 197, 0.653);
	;
	margin: 16px auto;
	margin-bottom: 0;
}


/* ******* best seller product card  css ***********/
.card-box1{
	padding: 0px 96px !important;
}
.card-box3{
	padding: 0px 96px !important;
}
.card-box2{
    padding: 0px 47px !important;
    width: 92%;
    margin-left: 52px;

}
.card-box9{
    padding: 0px 47px !important;
    width: 92%;
    margin-left: 52px;

}
.card-box5{
    padding: 0px 26px !important;
    width: 92%;
    margin-left: 52px;

}

.slider_carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.slider_carousel .owl-prev,
.slider_carousel .owl-next {
	width: 40px;
	height: 40px;
	background: #00000057;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	color: white;
	font-size: 25px;
}

.slider_carousel .owl-next {
	right: 12px;
}

.slider_carousel .owl-prev {
	left: 12px;
}

.card {
	background: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
	border: 0;
	border-radius: 1rem;
	border: 1px lightgray solid;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px)
}

.card h5 {
	overflow: hidden;
	height: 56px;
	font-weight: 900;
	font-size: 1rem
}

.card-img-top {
	width: 100%;
	max-height: 190px;
	object-fit: fill;
	padding: 4px;

}

.card h2 {
	font-size: 1rem
}

.card:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
	/* background-color: #f0f2f4; */
}

.best-seller {
	flex: 1 0 auto;
	width: 100% !important;
	margin-top: 40px;
}

.label-top {
	position: absolute;
	background-color: #8bc34a;
	color: #fff;
	top: 8px;
	right: 8px;
	padding: 5px 10px 5px 10px;
	font-size: .7rem;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase
}

.top-right {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 900;
	background: #ff5722;
	line-height: 90px;
	text-align: center;
	color: white
}

.top-right span {
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 768px) {
	.card-img-top {
		max-height: 250px
	}
}

.over-bg {
	background: rgba(53, 53, 53, 0.85);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(0.0px);
	-webkit-backdrop-filter: blur(0.0px);
	border-radius: 10px
}

.btn {
	border: 1px lightgray solid;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: -1px 50px 5px 50px
}

.box .btn {
	font-size: 1.5rem
}

@media (max-width: 1025px) {
	.btn {
		padding: 5px 40px 5px 40px
	}
}

@media (max-width: 250px) {
	.btn {
		padding: 5px 30px 5px 30px
	}
}

.btn-warning {
	background: none #f7810a;
	color: #ffffff;
	fill: #ffffff;
	border: none;
	text-decoration: none;
	outline: 0;
	box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
	border-radius: 100px
}

.btn-warning:hover {
	background: none #ff962b;
	color: #ffffff;
	box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35)
}

.bg-success {
	font-size: 1rem;
	background-color: #f7810a !important
}

.bg-danger {
	font-size: 1rem
}

.price-hp {
	font-size: 1rem;
	font-weight: 600;
	color: darkgray
}

.amz-hp {
	font-size: .7rem;
	font-weight: 600;
	color: darkgray
}

.fa-question-circle:before {
	color: darkgray
}

.fa-plus:before {
	color: darkgray
}

.box {
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12)
}

.box-img {
	max-width: 300px
}

.thumb-sec {
	max-width: 300px
}

@media (max-width: 576px) {
	.box-img {
		max-width: 200px
	}

	.thumb-sec {
		max-width: 200px
	}
}

.inner-gallery {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 1px;
	display: inline-block;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 370px) {
	.box .btn {
		padding: 5px 40px 5px 40px;
		font-size: 1rem
	}
}

.disclaimer {
	font-size: .9rem;
	color: darkgray
}

.related h3 {
	font-weight: 900
}

section {
	position: relative;
	height: 450px;
	width: 100%;
	display: flex;
	align-items: center;
}

.swiper {
	width: 950px;
}

/* .cards {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cards:hover {
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.cards .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

section .card .image {
  height: 140px;
  width: 170px;

}

section .cards .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}
.cards .name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;

}
.name-profession .name {
  font-size: 20px;
  font-weight: 600;
}

.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
}

.cards .rating {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.cards .rating i {
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
}

.cards .button {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.cards .button button {
  background: #7d2ae8;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover {
  background: #6616d0;
} */

.swiper-pagination {
	position: absolute;
}

.swiper-pagination-bullet {
	height: 7px;
	width: 26px;
	border-radius: 25px;
	background: #7d2ae8;
}

.swiper-button-next,
.swiper-button-prev {
	opacity: 0.7;
	color: #7d2ae8;
	transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
	color: #7d2ae8;
}

*/
/********** Second card section **********/

.card {
	border: none !;
}

/******** Shop By Categories css ***********/
.shop-card {
	border: 1px lightgray solid !important;

}

.shop-card:hover {
	transform: none;
	box-shadow: none;
	background-color: #f0f2f4;
}


.card-title2 {
	margin: -9px;
	text-wrap: nowrap;
	font-weight: 700;
	font-size: 17px;
	cursor: pointer
}

.shop-card img {
	width: 160px;
	border-radius: 13px;
	height: 112px;
	object-fit: cover;
	transition: .5s;

}

.shop-card img:hover {
	scale: 0.9;
}

.cols1 {
	width: 9%;
	margin-left: 143px;
	
}

/********** Cheap Medicine Shop section style **********/
.text {
	font-size: 15.3px;
	margin-top: 15px;
	cursor: pointer;
}

.text-center h3 {
	letter-spacing: 1px;
	cursor: pointer;
}

/********** footer section style **********/
.footer {
	background-color: rgb(18, 41, 49);
	padding: 40px 10px;
	color: white;
}

.footer h5 {
	color: white;
	font-size: 18px;
	margin-bottom: 20px;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer ul li a {
	color: white;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #007bff;
}

.footer p {
	margin-bottom: 10px;
}

.footer input[type="email"] {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	border: none;
}

.footer input[type="email"]:hover {
	outline: none;
}

.footer hr {
	border-color: #dee2e6;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer input {
	border-radius: 50px;
	width: 3 20rem;
}

.footer-image img {
	padding-left: 5rem;
}

.footer-icon i {
	font-size: 25px;
	padding: 0 2px 4px;
}

/************Responsive css ********* */
/* Add your existing CSS here */
/* -----header css--0---- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
	background-size: inherit;
	background-position: center;
	/* background-repeat: no-repeat;  */
	line-height: 1.5;
	/* font-family: 'Poppins', sans-serif; */
	font-weight: 400;
	overflow-x: hidden;
}

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

:before,
:after {
	box-sizing: border-box;
}

.container {
	max-width: 100%;
	margin: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.v-center {
	align-items: center;
}

.ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

a {
	text-decoration: none;
}

/*************** header section ***********/
.header {
	display: block;
	width: 100%;
	position: sticky;
	z-index: 99;
	/* padding: 20px 0px 0px; */
	top: 0px;
	left: 0;
	background: #fff;
	/* overflow-x: hidden; */
}

.header .item-left {
	flex: 0 0 6%;
}

.header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

.header .item-center {
	flex: 0 0 80%;
}

/* .header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
	 text-decoration: none;
	 font-size: 16px;
	 color:#555555;
	 display: inline-block;
	 margin-left: 10px;
	 transition: color 0.3s ease;
} */
.header .menu>ul>li {
	display: inline-block;
	margin-left: 24px;

}

.header .menu>ul>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	text-decoration: none;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 2px 50px -41px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}

@media(min-width: 992px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
		min-width: 164px;
		padding: 4px 0px 16px;
		margin: 7px -36px;

	}

	.scrollable {
		width: 250px;
		height: 300px;
		overflow: auto;
		/* border: 1px solid #ccc; */
		padding: 10px;
		margin-top: 20px;
	}


}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
	list-style-type: none;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	padding: 10px 0;
	display: inline-block;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
	left: 50%;
	transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
	flex: 0 0 25%;
	padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	color: black;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 30px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: rgb(4, 186, 247);
}

.scrollable {
	width: 250px;
	height: 300px;
	overflow: auto;
	/* border: 1px solid #ccc; */
	padding: 10px;
	margin-top: 20px;
}



/************ banner section ***************/
.banner {
            /* background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('img/banner-14.jpg'); */
            /* background-image:url('img/banner-14.jpg'); */
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('img/banner-14.jpg');

            background-size: cover;
            background-position: center;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: space-between;
               /* flex-direction: row-reverse; */

        }

.content1 {
	margin-left: 25rem;
	display: flex;
	align-items: center;
}

.content1 img {
	 /* width: 250px;
	height: 20rem;
	margin-right: 10px; */
        width: 50%;
      height: fit-content;
       object-fit: contain;

}

.content1 p {
font-family: revert-layer;
    width: 712px;
    /* margin-top: 23px; */
    letter-spacing: 0.7px;
    font-size: 25px;
    color: white;
    text-align: justify;
    margin-left: 10px;
    font-weight: 900;
}

.banner-btn {
	border: none;
	padding: 7px;
	width: 116px !important;
	border-radius: 8px !important;
	margin-left: 14rem !important;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
}

.mob {
font-family: ui-monospace;
	font-size: 4.1rem;
	font-weight: 900;
	letter-spacing: 3px;
	background-image: linear-gradient(to right, #ff000052, rgb(249 255 22), #bd7b7b);;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 3px;
}


/********* banner media Query *****/
   @media only screen and (max-width: 768px) {
        .flex-container {
            flex-wrap: nowrap !important;
            ;
            overflow-x: auto !important;
            ;

        }

        .flex-item {
            flex: 0 0 50% !important;
            ;

        }

        .letest {
            display: flex;
            flex-wrap: wrap;
        }

        .lb-1 {
            flex-basis: 50%;
            padding: 0px 0px 9px !important;
            ;
        }

        .banner {
            width: 100%;
            height: auto;
            flex-direction: column;
        }

        .ex {
            width: 23rem;
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
            width: 414.5px !important;
            margin-right: -208px !important;
        }

        .content1 {
            margin-left: 0;
            margin-top: 1rem;
            text-align: center;
        }

        .aero {
            position: relative;
            bottom: 31px;
            left: 220px;

        }

        .banner-btn {
            margin-left: 0 !important;
            width: 140px !important;
            margin-left: 6rem !important;
            bottom: -10px;
            padding: 5px 21px 9px 28px !important;
            position: relative;
            top: -27px;
        }

        .exclusive-prodct {
            width: 43%;
            margin-left: 0px;
        }

        .content1 img {
            position: relative;
            width: 100px !important;
            height: 5rem;
            bottom: 2rem;
            left: 15px;
        }

        .content1 p {
            position: relative;
            width: 217px;
            letter-spacing: 0px;
            top: -23px;
            left: 21px !important;
            font-size: 14px !important;
            font-weight: 900;
        }

        .mob {
            left: -7px !important;
            font-size: 29px;
            text-wrap: nowrap;
            position: relative;
            bottom: 13px;
            letter-spacing: 0px;
        }

        .cols1 {
            width: 50%;
            margin-left: 9px;
            margin-top: 23px;
            padding: 0px !important;
        }

        .second-form-btn .btn {
            width: 200px;
        }

        .btn {
            padding: 1px 0px 4px 3px;
            font-size: 12px;
            font-weight: bold;
        }

        /* .best-seller {
            flex: 0 0 auto;
            width: 90% !important;
            margin-left: 26px;

        } */
        .best-seller {
            flex: 0 0 auto;
            width: 43% !important;
            margin-left: 14px;
        }

        .btn {
           padding: 8px 3px;
           font-size: 16px;
            width: 100%;
           text-wrap: nowrap;
        }

        .card:hover {
            transform: none;
            box-shadow: none;

        }

        .card-box1 {
            width: 108%;
            padding: 0px 0px !important;
            margin-left: -10px;
        }

        .card-box3 {
            padding: 6px 0px !important;
            margin-left: -10px;
        }

        .card {
            margin-left: -2px;
            width: 96%;
            background: #fff;
            box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
            transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
            border: 0;
            border-radius: 1rem;
            border: 1px lightgray solid;
        }

        .card .mb-3 {
            margin-bottom: 3px !important;
        }

        .arrow .fa-solid {
            margin-left: 28px;
            font-size: 13px;
        }

        .arrow i {
            margin-left: -38px;
            font-size: 13px;
            font-weight: bold;
        }

        .btn-1 {
            padding: 8px 3px;
            font-size: 16px;
            width: 100%;
            text-wrap: nowrap;
        }

        .scroll {
            font-size: 13px;
            width: 160px;

        }

        .scroll option {
            max-height: 100px;
            width: 100px;
            overflow-y: auto;
        }

        .cen {
            margin-top: 20px;
        }

        .logo a img {
            display: none;
        }

        .header {
            width: 100%;
        }

        .card-box2 {
            margin: 15px -16px;
            width: 113% !important;
        }

        .card h5 {
            overflow: hidden;
            height: max-content;
            font-weight: 900;
            font-size: 1rem;
        }
     .card-2 {
   margin-left: 0px;
    width: 100% !important;
    padding: 0px 0px;
         }
.card-box5{
    width: 116% !important;
    padding: 0px 0px !important;
    margin-left: -22px !important;
}
.card-box9 {
    padding: 0px 0px !important;
 width: 100%;
    margin-left: 0px;
}

}

    }
.card-box5{
    width: 100%;
    padding: 28px 79px !important;
    margin-left: 0px;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}

/************** responsive ********************/
@media(max-width: 991px) {

	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: 0 0;
	}

	.v-center {
		justify-content: start;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin: 14px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}

	.top-header {
		display: none;
	}





	/* -------------card style----------------- */

	/* .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .card {
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #ADD9EA;
}

.wrapper .card img {
  width: 100%;
  border-radius: 3px;
  transition: all 0.3s ease;
  height: 422px;
}

.card:hover img {
  transform: scale(1.1);
}

.wrapper .card .content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  background: #fff;
  padding: 10px 20px 22px 20px;
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.wrapper .card:hover .content {
  bottom: 0;
}

.card .content .row,
.content .buttons {
  display: flex;
  justify-content: space-between;
}

.content .row .details span {
  font-size: 22px;
  font-weight: 500;
}

.content .row .details p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
}

.card .content .row .price {
  color: #003452;
  font-size: 25px;
  font-weight: 600;
}

.content .buttons {
  margin-top: 20px;
}

.content .buttons button {
  width: 100%;
  padding: 9px 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid #ADD9EA;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.card .content .buttons button:first-child {
  color: #ADD9EA;
  margin-right: 10px;
  background: #fff;
}

.card .content button:first-child:hover {
  color: #fff;
  background: #ADD9EA;
}

.card .content .buttons button:last-child {
  color: #fff;
  margin-left: 10px;
  background: #ADD9EA;
}

.card .content button:last-child:hover {
  background: #ADD9EA;
  border-color: #ADD9EA;
}

.card-section {
  padding: 50px 0;

} */

	.slick-slider {
		margin: 0 -8px;
	}

	.slick-slide {
		padding: 4px;
		text-align: center;
		margin-right: 4px;
		margin-left: 4px;
	}

	.slick-next,
	.slick-prev {
		width: 32px;
		height: 32px;
		background-color: red;
	}

	.slick-next::before {
		background: url('img/right.png');
		background-size: 42px;
		background-position: center;
		background-repeat: no-repeat;
		width: 30px !important;
		height: 30px !important;
		display: inline-block !important;
		color: transparent !important;
	}

	.slick-prev::before {
		background: url('img/left.png');
		background-size: 42px;
		background-position: center;
		background-repeat: no-repeat;
		width: 30px !important;
		height: 30px !important;
		display: inline-block !important;
		color: transparent !important;
	}



	@media (max-width:1254px) {
		.slick-prev {
			left: 0px !important;
			z-index: 999;
		}

		.slick-next {
			right: 9px !important;
			z-index: 999;
		}
	}

	@media (min-width:992px) {
		.header-item.item-right {
			display: none;
		}
	}

	@media (min-width:992px) and (max-width:1184px) {
		.header .item-center {
			flex: 0 0 86%;
		}
	}

	@media (min-width:992px) and (max-width:1104px) {
		.header .menu>ul>li {
			margin-left: 18px;
		}

		.header .menu>ul>li>a {
			font-size: 14px;
		}
	}
}

.myaccount {
	border: 1px lightgray solid;
	padding: 8px;
	border-radius: 12px;
}

.myaccount:hover {
	background-color: #ddd;
}

.gradient-text {
    text-wrap: nowrap;
     padding: 37px;
	font-size: 28px;
	font-weight: 850;
	background-image: linear-gradient(to right, #f00, rgb(161 13 13 / 69%), #54a554, rgb(255 162 0), rgb(30, 28, 30));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	letter-spacing: 1px;
}

.title:after {
	content: "";
	display: block;
	width: 82px;
	height: 2.9px;
	background-color: rgb(13 124 176 / 97%);
	margin: 13px auto;
	margin-bottom: 0;
}

img.tablet_scoblog {
	position: absolute;
	width: 40px;
	left: 50%;
	margin-top: -8px;
	transform: translateX(-50%);
}

.scoblog {
	position: absolute;
	width: 55px;
	left: 50%;
	margin-top: -25px;
	transform: translateX(-50%);
}

.text i {
	font-size: 8px;
	margin-right: 10px;
}

.text span {
	display: block;
	line-height: 31px;
}

.c-1{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scrollable {
	width: 250px;
	height: 300px !important
	overflow: auto;
	/* border: 1px solid #ccc; */
	padding: 10px;
	margin-top: 20px;
}
   .flex-container {
            display: flex;
            flex-wrap: wrap;
             /* overflow-x: hidden; */
        }

        .flex-item {
            flex: 1 0 20%;
          
            box-sizing: border-box;
          
            padding: 10px;
        }