@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }
.main-header{
  display: none;
}
.logo img {
	width: 120px;
}
.banner-heading .heading-sty {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner .carousel-item {
	padding: 215px 0;
}
.banner .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 12%;
	width: 80%;
	height: 100%;
}
.slider1 {
	background: url('../image/slider-1.jpg') no-repeat center;
	background-size: cover;
	background-position: 64% 50%;
}
.heading h2 {
	font-size: 32px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 12px;
	text-transform: uppercase;
}
.about-sec {
	text-align: center;
}
.about-sec .about-img img {
	width: 100%;
	position: relative;
	margin-left: 0;
}
.contact_sec .heading{
  text-align: center;
}
section {
	padding: 50px 0px;
}
.footer {
	padding: 50px 0 45px;
}
.inner-page h1 {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
}
.inner-page {
	padding: 100px 0;
}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .instagram-box img {
	width: 50px;
	margin: 0 auto;
}
.instagram-box h4 {
	color: #464646;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 11px;
	font-weight: 400;
}
.instagram-box a {
	text-align: center;
	padding: 9px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.testimonial_sec .review-item {
	padding: 14px 17px;
	background: url('../image/review-bg.jpg') no-repeat left;
	border-radius: 10px;
	text-align: center;
	min-height: 300px;
	background-size: cover;
	border: 2px solid #d1d0b1;
}
.testimonial_sec .review-item .top_img i {
	font-size: 51px;
	margin-bottom: 0;
	color: #ffc754;
	display: inline-block;
}
.coy-txt {
	text-align: left;
}
.banner-heading .heading-sty {
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 5%;
	width: 80%;
	height: 100%;
}
.heading h2 {
	font-size: 26px;
}
.product-con .product-names h4 {
	word-break: break-all;
}
.product-con .product-names h4 {
	margin-bottom: 0;
	font-size: 15px;
	transition: all 0.6s;
	color: #000000;
}
.jewellery-service .bttom-con {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	z-index: 11;
}
.jewellery-service .bttom-con h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0px;
}
.jewellery-service .bttom-con h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0;
}
.slider1 {
	background-position: 84% 50%;
}
.banner-heading .heading-sty {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 37px;
}
.banner-heading .subheading {
	font-size: 32px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 9px;
	line-height: 25px;
}
.jewellery-service .bttom-con h4 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0;
}
.product-con .product-names h4 {
	margin-bottom: 0;
	font-size: 24px;
	transition: all 0.6s;
	color: #000000;
	line-height: 21px;
}
.terms-bg {
	background-position: 83% 50%;
}
}

@media screen and (max-width: 320px) {
}
