.banner-carousel {
  height: 600px;
}

.banner-carousel img {
  height: 550px;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  .banner-carousel,
  .banner-carousel img {
    height: 220px;
  }
}

/*
24.Why Choose Us Section 
======================*/
.why-choose-us-sec {

}
.why-choose-thumb {
	position: relative;
}
.why-choose-text-majestic {
	padding: 10px 15px 10px 15px;
}
.why-choose-text2 {
	padding: 30px 15px 10px 15px;
}
.why-choose-inner-majestic {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.why-choose-inner2 {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.why-choose-text-majestic p a {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: grey;
    text-decoration: none;
}
.why-choose-text2 p a {
	font-size: 20px;
	text-transform: capitalize;
	color:#071c2e;
}
.why-choose-inner:hover .why-choose-text-majestic p a{
	color:#05c376
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -50px;
}
.why-choose-icon img {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.hd-sec.sticky_menu {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.limit-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Change this number to show more/fewer lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.read-more-btn {
    margin-top: auto; /* Aligns button to the bottom of the card */
    align-self: flex-start;
}

4.Menu  Section
=================*/
.logo {
	padding: 20px 0;
}
.menu {
  display: inline-block;
  width: 100%;
}
.main-menu {
	display: inline-block;
	text-align: right;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li a {
	color: #071c2e;
	display: block;
	font-size: 20px;
	padding: 40px 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#05c376
}

.main-menu ul ul {
background: #071c2e none repeat scroll 0 0;
left: 0;
opacity: 0;
position: absolute;
text-align: left;
top:106px;
transition: all 0.4s ease 0s;
visibility: hidden;
z-index: 99999;
transition: all 0.3s ease 0s;
border-top:2px solid #05c376;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #ddd;
	text-transform: capitalize;
	border-bottom: 1px solid #162f45;
}
.main-menu ul ul li a:hover {
color:#05c376;background:#fff;
}
.main-menu ul ul ul {
top : 0;
left : 100%;
}
.main-menu ul li:hover ul {
	
 visibility: visible;transition: all 0.4s ease 0s; opacity: 1;
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon {
	display: inline-block;
	padding: 39px 0px;
	position: absolute;
	right: 0;
	top: 0;
}

/*
23.Footer Section 
======================*/
.footer.footer-majestic {
background: #E7AAC4 none repeat scroll 0 0;

}
.footer-sec {
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
}
.footer-sec h2 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-sec p {
  color: #fff;
}
.footer-wedget-one img {
	margin-bottom: 20px;
	margin-top: -10px;
}

.header-banner {
  height: 300px;
  width: 100%;
  overflow: hidden; 
}

.header-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* fills banner without overflow */
  display: block;          /* removes image bottom gap */
}


.btn {
  border: none;
  outline: none;
  padding: 15px 20px;
  background-color: indigo;
  color: white;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: bolder;
  border-radius: 5px;
}

.filcontainer {
  overflow: hidden;
}

.container {
  overflow: hidden;
}

.filterDiv {
  text-align: center;
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  padding: 12px 16px;
  background-color:rgb(244, 227, 255);
  color: indigo;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
  border: none;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
  border: none;
}

.shoptitle {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: black;
	padding-top: 2%;
}

#myBtnContainer {
	text-align: left;
	padding-top: 2%;
	padding-bottom: 2%;
}

.storetitle {
	font-size: 18px;
	font-weight: bold;
}