@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	padding: 0;
	margin: 0;
}

body {
	box-sizing: border-box;
	font-family: "Lato", sans-serif !important;
}

html,
body {
	overflow-x: hidden;
}

img {
	width: 100%;
}

a:hover {
	text-decoration: none !important;
}

@font-face {
	font-family: posterama;
	src: url(../posterama/posterama.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: posterama;
	font-weight: 600 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1270px !important;
}

.theme_heading {
	font-size: 35px;
}

.up-ani {
	position: relative !important;
	bottom: 0px;
	transition: all 0.5s;
}

.up-ani:hover {
	bottom: 10px !important;
}

strong.brand_name {
    font-family: posterama;
}



/* header css */
.head_top_bar {
	text-align: center;
	background: #01BAD5;
	color: black;
	font-size: 15px;
	padding: 3px 0px;
}

li.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.head_top_bar p {
	margin-bottom: 0px;
}

.dropdown-toggle::after {
	top: 4px;
	position: relative;
	font-size: 22px;
}

.main-header {
	background: rgba(0, 0, 0, 0.6);
	/* semi-transparent black like your screenshot */
	padding: 0.5rem 0;
}

header .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 0.5rem 1rem;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
	color: #01BAD5;
	/* gold on hover */
}


header .nav-icons .nav-icon {
	color: #fff;
	margin-left: 15px;
	font-size: 1.2rem;
}

header .nav-icons .nav-icon:hover {
	color: #01BAD5;
}

header .currency-btn {
	background: transparent;
	color: #fff;
	border: 1px solid #01BAD5;
	font-size: 0.85rem;
}

header .currency-btn:hover {
	background: #01BAD5;
	color: #000;
}

header .navbar-toggler {
	border: none;
	color: #fff;
}

header .navbar-toggler-icon i {
	font-size: 1.4rem;
	color: #fff;
}

header .navbar-collapse {
	background: #81818152;
	padding: 8px 10px;
	border-radius: 20px;
	margin-top: 10px;
	backdrop-filter: blur(10px);
}

header .navbar {
	background-color: transparent;
}

header .logo-img {
	width: 110px !important;
	position: absolute;
	height: auto !important;
	top: 5px;
	z-index: 2;
}

ul.navbar-nav {
	gap: 25px;
	position: relative;
	left: 7%;
}

.currency-btn {
	background: #01bad5 !important;
	border: none !important;
	border-radius: 50px !important;
	color: black !important;
	font-weight: 500;
	padding: 3px 10px;
}

.dropdown-menu {
	border: none !important;
	border-radius: 2px !important;
	background: #01bad5 !important;
}

.dropdown-menu a {
	font-weight: 600 !important;
}

header {
	z-index: 9999;
	position: relative;
}

.nav-icons .dropdown-menu {
	left: -50% !important;
}

/* Home Banner Slider */

.slide1 {
	background-image: url('../images/slide1.jpg') !important;
}

.slide2 {
	background-image: url('../images/slide1.jpg') !important;
}

.slider_imgs {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center;
}

.slider_imgs {
	height: 600px !important;
	display: flex !important;
	align-items: center;
}

.bnn_slider .slick-dots {
	bottom: 25px !important;
	text-align: right !important;
	right: 30px !important;
}

.bnn_slider .slick-dots li.slick-active button:before {
	opacity: 2 !important;
	color: #ffffff !important;
}

.bnn_slider .slick-dots li {
	margin: 0 0px !important;
}

section.bnn_slider {
	margin-top: -67px;
}

.bnn_slider .slick-dots li button:before {
	font-size: 10px !important;
	opacity: 2 !important;
	color: #ffffffa6 !important;
}

.bnn_slider .slide_rating_box {
	display: inline-flex;
	color: white;
	gap: 10px;
	background: #afafaf5c;
	padding: 10px 20px;
	border-radius: 50px;
	backdrop-filter: blur(10px);
	margin-bottom: 25px;
	align-items: center;
}

.five_rat i {
	font-size: 13px;
	color: #F7B603;
}

.slide_rating_box p {
	margin-bottom: 0px;
	font-size: 14px;
}

.slide_cont h3 {
	color: white;
	font-size: 40px;
}

span.sk_color {
	color: #01BAD5;
}

.slider_btns {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 40px;
}

.sky_btn {
	background: #01BAD5;
	padding: 10px 28px;
	border-radius: 50px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.white_btn {
	background: #ffffff;
	padding: 10px 28px;
	border-radius: 50px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.sky_btn:hover {
	background: white;
	color: #01BAD5;
}

.white_btn:hover {
	background: #000;
	color: #fff;
}

.slide_cont {
	margin-top: 50px;
}

.slider_imgs:after {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 26%, rgba(0, 212, 255, 0) 100%);
	width: 100%;
	top: 0;
	height: 100%;
	bottom: 0;
}

.slider_imgs {
	position: relative;
}

section.bnn_slider .container {
	position: relative;
	z-index: 999;
}


/* Category Products */
.category-btns .btn {
	border-radius: 20px;
	margin: 0 5px;
}

.product-card {
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	transition: 0.3s;
}

.product-card:hover {
	box-shadow: 0 4px 12px rgb(1 186 213 / 50%);
}

.product-img {
	max-height: 180px;
	object-fit: contain;
	margin-bottom: 15px;
}

.old-price {
	text-decoration: line-through;
	color: gray;
	margin-left: 5px;
}

.shop-btn {
	border-radius: 25px;
	padding: 8px 20px;
}
.category-btns {
	gap: 20px;
}
.cat_tab_slidersec {
    margin-bottom: 30px;
    width: 70% !important;
    margin-left: 50px;
}
.category-btns button.btn.active {
	background: #01BAD5 !important;
}

.category-btns li .active {
	background: #01BAD5 !important;
	color: black !important;
	padding: 8px 25px;
	font-weight: 500;
	border: 1px solid #01BAD5 !important;
	border-radius: 50px !important;
}

.category-btns li a {
	border: 1px solid #b3b3b3 !important;
	padding: 8px 25px;
	border-radius: 50px !important;
	color: black !important;
	font-weight: 500;
}

.view_catpro {
	margin: 0px 12px 25px;
}

.view_catpro a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.view_catpro a:hover {
	color: #01BAD5;
}

.product-card img {
	width: 200px !important;
	height: 150px;
	object-fit: contain;
}

.product-card h6 {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}

.product-card p {
	text-align: left;
}

p.pro_rice span:first-child {
	font-weight: 600;
}

.pro_var {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.pro_var a {
	color: #01BAD5;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 600;
}

a.green_btn {
	background: #03B579;
	padding: 10px 28px;
	border-radius: 50px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	justify-content: center;
}

a.green_btn:hover {
	background-color: #01BAD5;
	color: #000;
}

.product-card {
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	transition: 0.3s;
	height: 380px !important;
}

.cat_tab_slidersec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.cat_tab_slidersec .arrow-btn {
background: #00bcd4;
    color: #000000;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    flex-shrink: 0;
}

.cat_slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cat_slider li {
  list-style: none;
  padding: 0 5px;
}

.cat_slider .nav-link {
  display: block;
  padding: 8px 18px;
  border: 1px solid #ccc;
  border-radius: 999px; /* full pill */
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}


/* Review Sec cs */
.testimonials {
	padding: 10px 0 30px;
}

.rating-info {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	background: #cccccc4f;
	padding: 5px 10px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 600;
}

.rating-info i {
	color: #ffb400;
	margin-right: 3px;
}

.rating-info span {
	margin-left: 10px;
	font-size: 15px;
	color: #555;
}

.review-item p {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.review-item h6 {
	font-weight: 600;
}

.review-slider h6 {
	margin: 15px 0px;
}

.review-meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review-meta .stars i {
	color: #ffb400;
}

.custom-arrows {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

.custom-arrows button {
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.custom-arrows button:hover {
	background: #000;
	color: #fff;
}

.view_all_btn a {
	border: 1px solid #ccc;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	border-radius: 50px;
	padding: 8px 20px;
	color: black;
}

.view_all_btn a:hover {
	background-color: #01BAD5;
	color: #000;
}

.view_all_btn {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
}


/* Customur Lgos */
.our_cut_logos .slick-track {
	display: flex;
	justify-content: space-around;
	margin: 30px 0px;
	gap: 15px;
}

.our_cut_logos img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.custlogo {
	border: 1px solid #cccccca8;
	width: 100%;
	text-align: center !important;
	border-radius: 10px;
	padding: 10px;
	display: flex !important;
	justify-content: center !important;
}


/* Three Frame Boxx Css */
section.three_frame_sec {
	margin-top: 30px;
}

.tframe1_box,
.tframe2_box,
.tframe3_box {
	width: 32.80%;
}

.tframe1_box {
	background: url('../images/firstframe.jpg') !important;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 50px;
	border-radius: 30px 0px 0px 30px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe1_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 30px 0px 0px 30px;
	left: 0;
}

.tframe2_box {
	background: url('../images/secondframe.jpg') !important;
	height: 300px;
	display: flex;
	align-items: center;
	padding: 50px;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe2_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tframe3_box {
	background: url('../images/thirdframe.jpg') !important;
	height: 300px;
	align-items: center;
	padding: 50px;
	border-radius: 0px 30px 30px 0px !important;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tframe3_box:after {
	content: '';
	position: absolute;
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0px 30px 30px 0px !important;
}

section.three_frame_sec .row {
	gap: 10px;
}

.fram_blbox {
	background: #111;
	padding: 20px;
	height: 150px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 99;
}

.fram_blbox h4 {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}

.tframe3_box h6 {
	color: white;
	font-size: 23px;
	letter-spacing: 1px;
	text-align: right;
	position: relative;
	z-index: 999;
}

.tframe3_box h6:before {
	content: '';
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	border-radius: 50px;
	right: 60px;
	top: 4px;
	border: 1px solid black !important;
	z-index: 999;
}

.tframe3_box h5 {
	text-align: right;
	position: absolute;
	bottom: 20px;
	color: white;
	right: 20px;
	z-index: 999;
}

.tframe3_box h5 span {
	color: red;
}


/* About Css */
.about_sec {
	margin: 50px 0px;
	background-image: url('../images/aboutbg.png') !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
	background-color: rgb(255 255 255 / 92%);
}

.about_sec h3 {
	font-size: 35px;
	margin-bottom: 0px;
}

.about_cont img {
	width: 100px;
	position: relative;
	left: 30px;
}

section.about_sec .row {
	align-items: center;
}

.about_cont h4 {
	color: #01BAD5;
	margin: 10px 0px 20px;
}

.about_cont ul {
	list-style: none;
	margin-bottom: 30px;
}

.about_cont ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

.btns_group {
	display: flex;
	gap: 20px;
}


/* Gallery Css */
.caps-gallery {
	padding: 40px;
	background: #fff;
}

.caps-grid div {
	overflow: hidden;
	border-radius: 12px;
	/* rounded corners like screenshot */
}

.caps-grid img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}

.caps-grid img:hover {
	transform: scale(1.05);
}

.caps-gallery .col-md-2 .col-md-12 img {
	height: 425px;
}

.caps-gallery img {
	border-radius: 10px;
}

.gall_box .col-md-5,
.gall_box .col-md-4,
.gall_box .col-md-8 {
	padding: 5px;
}

.view_gall a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	justify-content: center;
}


/* Cta section css */
section.cta_sec .container {
	background: url('../images/ctaframe.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	padding: 30px 50px;
	border-radius: 20px;
}

.rat_info {
	display: inline-flex;
	color: white;
	gap: 10px;
	background: #afafaf5c;
	padding: 10px 20px;
	border-radius: 50px;
	backdrop-filter: blur(10px);
	margin-bottom: 25px;
	align-items: center;
}

.rat_info p {
	margin-bottom: 0px;
}

section.cta_sec h3 {
	color: white;
}

.cta_mtxet {
	color: #ffffffbd;
	margin: 20px 0px 30px;
}
p.btextxol2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffffbd;
    padding-bottom: 15px;
}

.cta_bot_textxol {
	background: #afafaf4a !important;
	padding: 20px 20px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	color: white;
}

.cta_bot_textxol p {
	margin-bottom: 0px;
}

.cta_bot_textxol p:first-child {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 18px;
	padding-bottom: 10px;
}

.cta_bot_textxol {
	background: #afafaf8f;
	padding: 20px 20px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	color: white;
	margin-top: 100px;
}


/* Product details box css */
.product-gallery {
	margin: auto;
}

.main-image img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.main-image {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ccccccab;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.arrow.next,
button.arrow.prev {
	background: #cccccc85;
	height: 67px;
}

button.arrow.next {
	margin-left: 20px;
}

button.arrow.prev {
	margin-right: 20px;
}

.main-image img {
	width: 500px;
	height: 500px;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease;
	/* smooth effect */
}

.main-image img:hover {
	transform: scale(1.1);
	/* zoom in */
}

.prod_det_box .thumb-gallery {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.prod_det_box .thumbnails {
	display: flex;
	gap: 36px;
	overflow-x: hidden;
	scroll-behavior: smooth;
	width: 100%;
}

.prod_det_box .thumbnails img {
	min-width: 70px;
	height: 70px;
	object-fit: contain;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #9b9b9b !important;
	padding: 3px;
}

.prod_det_box button.arrow.next i,
.prod_det_box button.arrow.prev i {
	font-size: 15px;
}

.prod_det_box .thumbnails img.active,
.prod_det_box .thumbnails img:hover {
	opacity: 1;
	border: 2px solid #000;
}

.prod_det_box .arrow {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	padding: 5px;
}

.offer-container {
	font-family: Arial, sans-serif;
	width: 100%;
	max-width: 500px;
}

.offer-container p {
	margin-bottom: 8px;
	font-size: 16px;
}

.offer-slider-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.offer-slider {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE/Edge */
}

.offer-slider::-webkit-scrollbar {
	display: none;
	/* Chrome/Safari */
}

.offer {
	border: 2px solid #ddd;
	background: #fff;
	color: #000;
	padding: 8px 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	flex: 0 0 auto;
	/* don't shrink */
	margin-right: 8px;
}

.offer.active {
	background: #00bcd4;
	color: #000000;
	border-color: #00bcd4;
}

.offer:hover {
	opacity: 0.9;
}

.prod_det_box .arrow-btn {
	background: #00bcd4;
	color: #000000;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	flex-shrink: 0;
}

.prod_det_box {
	margin: 80px 0px !important;
}

.prod_det_box .arrow-btn:hover {
	opacity: 0.85;
}

.prod_excepts ul li {
	margin-left: 20px;
}

.pro_pri_colinfo {
	display: grid;
	font-size: 18px;
	margin: 20px 0px;
}

.pro_shop_btn a {
	display: inline-flex;
	padding: 10px 80px !important;
}

.pro_shop_btn {
	margin-bottom: 20px;
}


/* Videos sec css */
.vide_frame {
	padding: 20px 0px;
	background: #000;
	border-radius: 15px;
}

.view_vide a {
	color: black;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	justify-content: center;
}

.view_vide {
	margin-top: 30px;
}

.videos_sec {
	background-image: url('../images/aboutbg.png') !important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
	background-color: rgb(255 255 255 / 92%);
}

/* Footer Css */
footer {
	background: #111111;
	margin-top: 30px;
	border-radius: 30px 30px 0px 0px;
}

a.fot_logo img {
	width: 40%;
	margin-bottom: 20px;
}

footer p,
footer a {
	color: white;
}

.foot_top {
	padding: 50px 0px;
}

.foot_top h4 {
	color: white;
	font-size: 17px;
	margin-bottom: 20px;
}

.fot_social a {
	background: #808080e0;
	width: 35px;
	display: flex;
	height: 35px;
	border-radius: 50px;
	align-items: center;
	text-align: justify;
	justify-content: center;
}

.fot_social a:hover {
	background-color: #01BAD5;
	color: #fff;
}

.fot_social {
	display: flex;
	align-items: center;
	gap: 10px;
}

footer ul {
	list-style: none;
}

footer ul li {
	padding-bottom: 5px;
}

footer ul li a:hover {
	color: #01BAD5;
}

form#sub_form input {
	border: none;
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 50px;
	font-size: 15px;
	color: black !important;
	font-weight: 600;
}

form#sub_form button {
	border: none;
}

p.copy_txt,
.foot_bot p {
	margin-bottom: 0px;
}

.foot_mid .row {
	align-items: center;
}

.foot_mid {
	border-top: 2px solid #cccccc42;
	padding: 10px 0px;
	border-bottom: 2px solid #cccccc42;
}

.foot_mid img {
	width: 50%;
}

.pay_img {
	text-align: right;
}

.foot_bot {
	padding: 10px 0px;
	background: #000 !important;
	text-align: center;
}


/* Back to Top Button Style */
.back-to-top {
    position: fixed;
    bottom: 20%;
    right: 20px;
    background: #01bad5;
    color: #000000;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    display: none;
    z-index: 9999;
    transition: 0.3s ease;
}

.back-to-top:hover {
  background: #ffffff; /* Hover color */
}



/* Mobile Media Query */
@media only screen and (max-width: 767px) {
	header .navbar {
    background-color: #000000 !important;
    padding: 0px 10px !important;
}
header .logo-img {
    width: 80px !important;
    position: relative;
    height: auto !important;
    top: 0px;
    z-index: 2;
}
ul.navbar-nav {
    text-align: center;
    left: 0px;
}
.nav-icons {
    justify-content: center;
    padding: 15px;
}
section.bnn_slider {
    margin-top: 0px;
}
.bnn_slider .slide_rating_box {
    display: block;
    text-align: center;
}
.slide_cont h3 {
    color: white;
    font-size: 25px;
    line-height: 40px;
}
.slider_btns {
    display: block;
}
.slider_btns a {
	margin-bottom: 20px;
	justify-content: center;
}
.slider_imgs {
    height: 500px !important;
}
.cat_produts .nav-pills {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
}
.category-btns li a {
    text-align: center;
    width: 150px !important;
}
.tab-content .col-md-3 {
	margin-bottom: 20px;
}
.product-card {
    height: 100% !important;
}
.product-card h6 {
    height: initial !important;
	text-align: center;
}
.product-card p, .testimonials h3 {
    text-align: center;
}
.pro_var {
    justify-content: center;
}
.rating-info {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.rating-info span {
    display: block;
}
.view_all_btn {
    text-align: center;
    position: relative;
    right: 0;
    top: 0px;
    margin: 20px 0px;
}
.review-item {
    text-align: center;
}
.review-meta {
    justify-content: center;
}
.theme_heading {
    font-size: 25px;
    line-height: 40px;
}
.our_cut_sec {
    text-align: center;
}
section.three_frame_sec .row {
    gap: 10px;
    display: block;
}
.tframe1_box, .tframe2_box, .tframe3_box {
    width: 100%;
}
.tframe1_box, .tframe3_box {
    border-radius: 0px !important;
}
.about_img {
    margin-bottom: 20px;
}
.btns_group {
    display: block;
}
.btns_group a {
 margin-bottom: 20px;
}
.sky_btn, .green_btn, .white_btn {
    justify-content: center;
	display: inline-flex !important; 
}
.caps-gallery {
    padding: 20px;
}
.caps-gallery .col-md-2 .col-md-12 img {
    display: none;
}
section.cta_sec .container {
    background-position: 70% 36% !important;
    padding: 50px 15px;
    border-radius: 0px;
    position: relative;
}
section.cta_sec .container:after {
    content: '';
    background: #0000002e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
section.cta_sec .container .col-md-6 {
    position: relative;
    z-index: 2;
}
.cta_bot_textxol {
    margin-top: 30px;
}
.rat_info {
    display: block;
    text-align: center;
}
.main-image img {
    width: 100%;
    height: 300px;
}
.prod_det_box {
    margin: 30px 0px !important;
}
.product-gallery {
    margin: auto;
    margin-bottom: 30px;
}
.prod_det_box .arrow-btn {
    display: none;
}
.vide_frame {
    margin-bottom: 20px;
}
.foot_top h4 {
    margin-top: 20px;
}
footer .sky_btn {
  display: flex !important;
  width: 100%;
}
.foot_mid, .pay_img {
    text-align: center !important;
}
.cat_tab_slidersec {
    margin-bottom: 30px;
    width: 100% !important;
    margin-left: 0px;
}
.category-btns li a {
    width: 100% !important;
}

}