@charset "utf-8";

/* CSS Document */

html {
	height: 100%;
}

body {
	overflow-x: hidden;
	/***font-family: 'poppinsregular';***/
	font-family: "Poppins";
}

* {
	margin: 0;
	padding: 0;
}


@font-face {
	font-family: 'poppinsbold';
	src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'poppinsregular';
	src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.margin1 {
	margin-top: 10px;
}

.margin2 {
	margin-top: 20px;
}

.margin3 {
	margin-top: 30px;
}

.margin4 {
	margin-top: 40px;
}

.margin5 {
	margin-top: 50px;
}

.margin6 {
	margin-top: 60px;
}

.margin_bottom1 {
	margin-bottom: 30px;
}

.wow {
	visibility: hidden;
}



.no-padding {
	padding-left: 0;
	padding-right: 0;
}




.btn_new1 {
    color: #fff;
    font-size: 13px;
background:#1e2f97;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}



.btn_new2 {
    color: #000;
    font-size: 13px;
background:#fff;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}



.btn_new3{
    color: #fff;
    font-size: 13px;
background:#455874;
padding: 6px 9px; border-radius: 16px;transition: all .7s;line-height:normal;text-transform: uppercase;}




.btn_new3.focus,
.btn_new3:focus,
.btn_new3:hover {
    color: #fff;
    text-decoration: none;
    outline: none !important;
	background:#000; 
}



@media (min-width: 1300px){
 .container {
    width: 1270px;}

}


:root {
            --fleet-red: #e42626;
            --dark-gray: #333;
            --light-gray: #f5f5f5;
        }




















/* -------- NAV & LOGO SECTION --------*/



.myheader {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.navbar-custom {
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse 	{
	padding: 0;
	background:#1e2f97 !important;
	transition: all 1s;
}

.logo_div img {
	transition: all .8s;
}

.logo-max-width {
	max-width: 100px;
	transition: all .8s;
}

.nav-margin-zero {
	margin-top: 5px !important;
	transition: all .8s;
}

.top_div {
	padding-top:5px;
	padding-bottom: 8px;
	background:#000;
}

.bar2 {
	background: #c43542;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}

.bar2 i {
	line-height: 40px;
}



.droop_btn {
	text-align: center;
}

.btn_new_droop {
	color: #fff;
	font-size: 14px;
	background: #bd1e2d;
	padding: 5px 9px !important;
	border-radius: 16px;
	transition: all .7s;
	text-align: center;
	width: 89%;
	margin-top: 15px !important;
}

.btn_new_droop.focus,
.btn_new_droop:focus,
.btn_new_droop:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
}

.top_left_n {
	text-align: left;
}

.top_left_n .droopmenu-toggle {
	float: none;
	margin-top:10px;
}

.top_left_n .droopmenu-toggle i:after,
.top_left_n .droopmenu-toggle i:before {
	background: #fff;
}

.top_right_n .c_badge {
	top: -6px;
	right:0;
	background: #1e2f97;
	color: #fff;
	font-weight: bold;
	font-size: 10px;border: 1px solid #fff;
}



ul.credentials {
	list-style: none;
	display: inline-block;
	margin:20px 0 0 0;
	padding: 0 0 0 0;
}

ul.credentials li {
	display: inline-block;
	margin: 0 0 0 0;
	padding-right:5px;
	line-height: 16px;
}

ul.credentials li a {
	color: #fff;
	margin-left: 6px;
	padding: 0 0 0 0;
}

ul.credentials li a i {
    font-size: 21px;
    vertical-align: middle;
}
ul.credentials li a:hover,
ul.credentials li a:focus {
	text-decoration: none;
}

ul.credentials li:first-child {
	border-left: none;
}

.top_right {
	text-align: right;
}


ul.inter_list {
	
}

ul.inter_list {
	margin-bottom: 0;display: flex;
    justify-content: space-around;width: 100%;list-style: none;
}

ul.inter_list li {
	float: left;
	font-size: 13px;
	color: #523549;
}

ul.inter_list li a {
	color: #fff;
	font-size: 13px;
	transition: all .7s;
	
	border-radius: 0;
	text-transform: uppercase;
	display: block;
	text-align: left; 
}



ul.inter_list li a i{vertical-align: middle;}






.bell_wrap2 {
	position: relative;
}

.c_badge {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: -3px;
	right: 3px;
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 17px;
}

.top_logo{ margin-top:0;}
.top_logo img{max-width:150px;margin-left: 0;}




.top_search_wrap{margin-top:15px;}
.top_search_wrap input[type=text]{border-top-left-radius: 16px; border-bottom-left-radius: 16px;}
.top_search_wrap .btn-default{border-top-right-radius: 16px; border-bottom-right-radius: 16px;}




.wrap2{ background:#000; padding-top:5px; padding-bottom: 3px;position: relative; z-index: 9;}

.search_div {
	margin-top: 20px;
}

.search_div .form-control {}

.sticky1 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}



.lower_nav{padding-top: 0; padding-bottom: 0;background: #fff;}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	 position: static;
}
 .yamm .container {
	 position: relative;
}
 .yamm .dropdown-menu {
	 left: auto;
}
 .yamm .yamm-content {
	 padding:10px 15px;
}
 .yamm .yamm-content dl.mega-menu dt a {
	 border-bottom: 1px solid #000;
}
 .yamm .yamm-content dl.mega-menu dt a, .yamm .yamm-content dl.mega-menu dd a {
	 display: block;
	 padding: 5px;
}
 .yamm .dropdown.yamm-fw .dropdown-menu {
	 left: 0;
	 right: 0;border-radius: 20px;
}
 
.yamm{margin-bottom: 0;}
.yamm .navbar-brand{display: none;}


.yamm .navbar-collapse{padding-left: 0; padding-right: 0;}


.yamm .navbar-nav{display: flex;
    justify-content: space-around; float: none;}
.yamm .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;color: #000;font-weight: bold;
}



.yamm-content h4{color: #000; font-weight: bold;text-decoration: underline;}

.yp_outer a{text-decoration: none;color: #000; font-weight: bold;}
.yamm_product{text-align: center;}

.yamm .navbar-toggle{margin-right: 0; margin-top: 5px;}
.yamm .navbar-toggle .icon-bar {
   background: #000 !important;
}

.yamm .dropdown-menu {    
    z-index: 9999;
}




.list-unstyled, .list-unstyled ul {
    min-width: 120px;
}

ul.nest1{margin-left: 30px;}

ul.list-unstyled li a{color: #000;line-height: 28px;}


.top_strip{position: relative;}
.top_strip_left{width: 40%; float: left; background:#e41c3c;text-align: right; padding-top: 4px; padding-bottom: 4px;}
.top_strip_left p{margin: 0 0 0 0;color: #fff;font-size: 13px;padding: 0;}
.top_strip_right{width: 60%; float: right; background:#222;padding-top: 4px; padding-bottom: 4px;}

.strip_inner{padding-left: 8px; padding-right: 8px;}

.top_strip_right ul{list-style: none;}
.top_strip_right ul li{display: inline-block;color:#fff;font-size: 13px;padding: 0;margin-right:8px;}
.top_strip_right ul li span{font-weight: bold;}

.top_strip_left p span{font-weight: bold;}







@media (min-width: 992px) {
  .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media(max-width:992px) {
	
	.top_strip_left{width:100%; float: none;text-align: center;}
.top_strip_right{width:100%;float:none;display: none;}
	
	
	
	.top_left_n .droopmenu-toggle {
		display: block;
	}
	.top_left_n img {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.top_right_n {}
	.top_right_n ul.credentials {
		margin-top: 12px;
	}
	.top_right_n ul.credentials li {
		padding-left: 2px;
		padding-right: 2px;
		line-height: 16px;
	}
	.top_right_n ul.credentials li a {
		color: #fff;
		margin-left: 3px;
		padding: 0 0 0 0;
	}
	.top_right_n ul.credentials li a i {
		font-size: 22px;
	}
	
	ul.credentials {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
		.top_div {
		text-align: center;padding-top: 5px;
    padding-bottom: 3px;
	}
	
	.top_div .container{padding-left: 5px; padding-right: 5px;}
	
	
	
		.myheader {
		position: relative;
	}
	.wrap2 {
		padding-top: 5px;
		padding-bottom:3px;background:#1e2f97;
	}
	.logo_div1 {
		text-align: center;
	}
	.logo_div1 img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	
	.top_right {
		text-align: right;
	}
	
	
	
	.c_badge {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: -3px;
    right: 3px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 16px;
}
	
	
	
	.yamm .navbar-nav{margin: 0;}
	.yamm .navbar-toggle{border: 1px solid #000;border-radius: 0;}
	
	
	.top_search_wrap {
    margin-top: 6px;}
	
	
	.width_feature1{width: 75%;}
	
	
	
}

@media(max-width:767px) {
ul.inter_list {
		/*overflow: auto;
		white-space: nowrap;*/ text-align: center;
		padding-top:3px;
		padding-bottom: 3px;display: block;
	}
	ul.inter_list li {display: inline-block; float: none;}
	ul.inter_list li a{margin-left: 5px; margin-right: 5px;text-align: center;}
	.top_mid_search{padding-left: 0; padding-right: 0;}
	
	
	.yamm .navbar-brand{display: block;padding: 5px;margin-top: 10px;height: auto;color: #000; font-weight: bold; font-size: 16px;}
	.yamm .navbar-nav{display: block;
    justify-content:none; float: none;}
	
	
	.top_left_n img {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;display: inline-block;
	}
	
	.top_logo {
    margin-top: 0;text-align: center;}
	
	.top_left_n img {
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    max-width: 90px;
}
	
	
	
	
	
}
	
	
	
	
@media(max-width:500px) {
	.top_left_n .droopmenu-toggle {
		margin-top: 0;
	}
	
	.top_right_n ul.credentials {
		margin-top: 12px;
	}
	.top_right_n ul.credentials li a i {
		font-size:19px;
	}
	.top_right_n ul.credentials li a {
		margin-left:3px;
		padding: 0 0 0 0;
	}
	.top_right_n ul.credentials li {
		padding-left: 0px;
		margin-left: 3px;
		margin-right: 3px;
		padding-right: 0px;
	}
}


@media(max-width:400px) {
	.top_right_n ul.credentials {
		margin-top: 10px;
	}
	.top_left_n .droopmenu-toggle {
		margin-top: 0px;
	}
	.top_right_n ul.credentials li {
		margin-left: 0;
		padding: 0 0 0 0;
		margin-right: 0;
	}
}






.banner_outer{margin-top: -50px;position: relative;}


.img_wrap{position: relative;width: 100%;}








.img_wrap video{width: 100%;
        max-height: 950px;
        overflow: hidden;
        object-fit: fill;}

/* -------- BANNER SECTION --------*/

.slider_wrap{ position: relative; margin-top:150px; margin-bottom: 0;background: #000;}

.carousel-inner .item img{ width: 100%;}

.carousel-indicators .active{ background: #fff;width: 16px; height: 16px;}
.carousel-indicators li{ background: none; border: 2px solid #fff; width: 14px; height: 14px;}


.slider_wrap{ position: relative;}


a.carousel-control{ background-image: none !important;opacity: 1; z-index: 99;}
.slider_wrap .carousel-control .glyphicon{ font-size: 45px; color: #fff;}


.slide_inner_left{float: left; width:50%;}
.slider_right_image{float:right; width:50%;}
.slider_right_image img{  width: 100%;
  height:420px;object-fit: cover;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}



.slider_right_image img{ width: 100%; border:none !important;}




.sil_right{width: 60%; float: right;}

.sil_right h4{color: #fff; margin:90px 0 0 0;}
.sil_right h2{color:#e41c3c; margin:10px 0 10px 0;font-weight: 900;font-size: 46px;}
.sil_right p{color: #fff; margin: 0 0 0 0;}

.sil_right a.btn_new1{padding: 11px 22px;}







/* -------- BANNER SECTION ENDS --------*/






.top_part{display: flex;margin-bottom: 10px;}
.top_part_left{width:50px; margin-right: 10px; flex-shrink: 0;text-align: center;}
.top_part_right{flex-shrink: 1;}

.top_part_left i{color: #000; font-size: 30px; background: #fff; width: 100%; height: 50px; border-radius: 10px;line-height: 50px;box-shadow: 0 4px 5px 1px rgb(0 0 0 / 16%);}

.top_part_right h5{color: #fff; font-size: 16px;}





























.headings_div{}
.headings_div h2{text-align: center;margin-top: 0; margin-bottom:25px; text-transform: uppercase; letter-spacing:2px; font-family: 'poppinsbold'; font-size:20px;}


.headings_div2{}
.headings_div2 h2{text-align:center;margin-top: 0; margin-bottom:10px; text-transform: uppercase; letter-spacing:2px; font-family: 'poppinsbold'; font-size:20px;color: #fff;}




.testi_outer{background:#eaeaea;   
    padding-top:30px;
    padding-bottom: 30px;}


.testi{padding-top: 50px; padding-bottom: 60px;}
#owl-demo6 {
	margin-top: 15px;
}

#owl-demo6 .item {
	background: ;
	padding: 0px 0px;
	margin: 0 7px;
	color: #000;
	text-align: left;
}

.customNavigation6 {
	text-align: center;
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 45%;
	left: 0;
}

.customNavigation6 .prev6 {
	cursor: pointer;
	padding: 0 0;
	float: left;
}

.customNavigation6 .next6 {
	cursor: pointer;
	padding: 0 0;
	float: right;
}

.testi .owl-controls {
	display: none !important;
}

.t_box{text-align: center;background: #fff;padding: 15px; border-radius:6px;border-top: 6px solid #e41c3c;min-height: 292px;}
.t_box p{text-align: justify;color: #000;}
.t_box h5{font-weight: bold; color: #000;margin:11px 0 0 0;}

.t_box img{max-width:80px;border-radius:12px;}
.t_box ul.stars{text-align:center;margin-top:2px; margin-bottom: 0;}

ul.stars3{list-style: none;margin-top:0;margin-bottom:5px;text-align: left;}
ul.stars3 li{display: inline-block;margin-top: 0;font-size: 22px;color:#ed7c1c;}
ul.stars3 li a{display: inline-block; color: #000;font-size:15px;}


.offer_box_wrap{}
.offer_box{border: 1px solid #e0e0e0; padding: 15px;border-radius: 20px; margin-bottom: 15px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}
.offer_left{float: left; width: 10%;}
.offer_right{float: left;width: 90%;}
.offer_right h3{margin-top: 0;color: #000;font-size: 20px;}
.offer_right h3 span{color: #000;}

.blog_wrap{margin-top: 40px;}
.blog_lists{margin-bottom: 40px;}

.blog_left_list{border:1px solid #e0e0e0; padding: 15px;border-radius: 20px;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}

.blog_left_list img{width: 100%;height:330px; object-fit: cover;border-radius: 20px;}

.blog_left_list h3{margin-top:15px;margin-bottom: 10px; color: #000;font-size: 20px;}







.pod2{padding-top:50px; padding-bottom:30px;}



.insta_wrap{ margin-top: 30px;}
.insta_wrap a{font-size: 14px; line-height: 16px; margin-top: 10px;color: #000; font-weight: bold; text-align: center;display:block;}
.insta_box{}

.insta_top{position: relative;}

.insta_icon{position: absolute; bottom: 10px; right: 10px;}

.rounded{border-radius: 16px;overflow: hidden;width: 100%;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}





.mid_work{margin-bottom:50px;margin-top:50px;}

.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
}

.div1 { grid-area: 1 / 1 / 5 / 2;position: relative;}
.div2 { grid-area: 1 / 2 / 3 / 3;position: relative;}
.div3 { grid-area: 3 / 2 / 5 / 3;position: relative;}
.div4 { grid-area: 1 / 3 / 5 / 4;position: relative;}


.parent img{width: 100%; height: 100%; object-fit: cover;filter: brightness(50%);
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-o-filter: brightness(50%);
-ms-filter: brightness(50%);transition: all .6s; border-radius: 20px;}


.parent img:hover{filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);}


.mid_work_text{width: 100%; position: absolute;top:44%;text-align: center;z-index: 9;}

.mid_work_text h4{color: #fff; font-size: 20px; font-weight: bold;}


.mid_work_text h6{color: #fff;margin-top:15px;}
.mid_work_text h6 span{background: #e0371b;padding: 6px 9px; border-radius: 20px;text-transform: uppercase;}




.mid_work_wrap{width: 100%;
    background: url(../images/auto_bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;}







.subscribe{

background: #1e2f97;
 padding-top: 12px; padding-bottom: 12px;text-align: center}
.subscribe p{font-size: 17px; margin-top: 3px;margin-bottom: 0; color: #fff;display: inline-block;vertical-align: middle;font-weight: bold;}
.subscribe .btn_new2{display: inline-block;margin-left: 7px; font-weight: bold;}


#myModal_assis{z-index: 99999;}
#myModal_assis .modal-header{display: none;}


#myModal_assis.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_assis .modal-content {border-radius: 20px;}
.unlock_box h4{font-weight: bold;}












.breadcrumb_wrap{margin-top: 150px;}

ol.bread_links{ margin: 0 0 0 0; padding: 0 0 0 0; background:none;}
ol.bread_links li a{ text-decoration: none; color: #000; font-size: 13px; font-weight: bold;}
.no-pointer{ cursor: default;}

.breadcrumb > li + li:before {
    padding: 0 3px;
    color: #ccc;
    content: "/\00a0";
}

ol.bread_links li a.active{color:#cf3201;}






.listing_wrap{margin-top:20px; margin-bottom:30px;}

.pr_name h2{margin-top: 0;font-size: 18px;font-weight: bold;text-transform: uppercase;text-decoration: underline;}

.detail_pics #carousel-custom { width: 100%;}
.detail_pics #carousel-custom .carousel-indicators { margin:0; overflow: auto; position: static; white-space: nowrap;width:18%; float: left;}
.detail_pics #carousel-custom .carousel-indicators li {background-color: transparent;-webkit-border-radius: 0;border-radius: 0; display:block;height: auto;margin: 0 !important;width: 100%;margin:10px auto;}
.detail_pics #carousel-custom .carousel-indicators li img { display: block; opacity: 0.5;}
.detail_pics #carousel-custom .carousel-indicators li.active img {opacity: 1; border: 4px solid rgb(69, 88, 116, .4);}
.detail_pics #carousel-custom .carousel-indicators li:hover img { opacity: 0.75;}
.detail_pics #carousel-custom .carousel-outer{position: relative; width: 80%; float: right;}
.detail_pics .carousel-control.right{ background:none; display: none;}
.detail_pics .carousel-control.left{ background:none;display: none;}

.detail_pics .carousel-inner.item{ position: relative;}
.carousel-inner .item img{ width: 100%; border: 2px solid #e8e8e8;}



.no-radius{border-radius: 0; background: #fff; color: #000; border-color:#ccc; padding: 10px 12px;}
.no-radius .glyphicon{font-size: 11px;}
.input-number{height: 42px;}






.product_right{}

.product_right h3{ font-size: 20px; color: #222; margin: 5px 0 15px 0; padding: 0 0 0 0; line-height: 28px;}
.product_right p{}
.product_right p del{ color: #555;}


ul.size_list{ margin-top: 20px;list-style: none;}
ul.size_list li{ display: inline-block; margin-right: 5px;}

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


ul.desc{padding-left: 20px;}

.info_box{ padding-left: 5px;}
.info_box p{ font-size: 14px;}


.general_info{}
.general_info p{font-size: 14px; font-weight: 700;}
.general_info p span{color:#5d8643;}





.size_btn {
  font-size: 15px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #fff;
  color: #000;
  width: 47px;
  height: 47px;
  transition: transform 2s;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box; outline:none;
}



.product_inner_text{}
.product_inner_text p{ font-size: 14px; font-weight: 700; margin: 0 0 0 0; padding: 0 0 0 0;}

.size_btn:focus,.size_btn:active,.size_btn:hover {
   outline: none !important;
   box-shadow: none; background: #000; color: #fff;
}





ul.color_list{ margin-top: 10px;list-style: none;}
ul.color_list li{ display: inline-block; margin-right: 5px;}


.color_btn {
  
  border: 1px solid transparent; padding: 5px;
  border-radius: 50%;
  
  width: 47px;
  height: 47px;
  transition: transform 2s;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box; outline:none; transition: all .5s;
}





.color_btn:focus,.color_btn:active,.color_btn:hover {
   outline: none !important; border:3px solid #e0e0e0; 
   box-shadow: 0 0px 6px #777; 
}














.accordion__header {
	padding:10px 5px;
	background-color:rgb(242, 242, 242);border-bottom: 1px solid #e0e0e0;
	margin-top: 2px;
	
	cursor: pointer;
}
.accordion__header h2{width: 100%;font-size: 16px; font-weight: bold; text-transform: uppercase;}
.accordion__header h2 span{float: right;color: #000;}

.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px; color: #000; margin-left:0; width: 100%;
}
.accordion__header.is-active {
	background-color: #f0f0f0;
	color: #000;
}

.accordion__toggle {
    margin: auto;
    height: 3px;
    background-color: #222;
    width: 13px;
    display: block;
    left: 0;
    position: absolute;
   
    border-radius: 2px;
    
    right: 0;
    bottom: 0;
    top: 0; 
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #444; 
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding:5px 10px; margin-left:0;
	
	border-top: 0;
}
.accordion__body p{color: #000; font-size: 13px;font-weight: normal;}




.accordion__body.is-active {
	display: block;
}


.accordion__body ul{margin-left: 15px;}
.accordion__body ul li{color: #000; font-size: 13px;font-weight: normal;}

.accordion__body h4{font-size: 15px;}



.icon_border{border: 1px solid #c6c6c6;
    height: 27px;
    width: 27px;
    border-radius: 100%;
    position: relative;
    margin-right: 0;
    text-align: center; float: right; margin-top: -4px;}



.desc_box{ margin-top: 15px;}
.desc_box ul{margin-left: 15px;margin-bottom: 15px;}

.panel2 p{font-size: 14px;}


.lower_desc{margin-bottom: 30px;}

.mrp{}
.mrp_inner{position: relative;}
.mrp_inner:after{content: ""; position: absolute; top: 50%; left: 0; width: 105%;height: 1px; background: #000;}
.mrp p{color:#777;font-size: 18px;}



.item_price{position: relative;width: fit-content;margin-top: -5px;}
.item_price p{font-size:44px;font-weight: bold;color:#cf3201;}
.item_price p i{font-size: 20px;vertical-align:top;margin-top: 10px; margin-right: 3px;}
.perc{position: absolute; top:-10px; right: -72px;}
.perc h6{line-height: 10px; padding:3px 5px;border-radius: 16px; background:#cf3201;color: #fff;}


.pay_icons{max-width: 250px;margin-top: 10px;}


ul.pr_features{list-style: none; margin-top: 15px;}
ul.pr_features li{font-size: 14px;}
ul.pr_features li i{vertical-align: middle; margin-right: 3px;color: #000; font-size: 16px;}

ul.pr_features li p{margin-bottom: 5px;}
ul.pr_features li a{font-weight: bold;text-decoration: underline;}

#myModal_detail1{z-index: 99999;}
#myModal_detail1 .modal-header{display: none;}


#myModal_detail1.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_detail1 .modal-content {border-radius: 20px;}
.unlock_box h4{font-weight: bold;}



#myModal_detail2{z-index: 99999;}
#myModal_detail2 .modal-header{display: none;}


#myModal_detail2.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_detail2 .modal-content {border-radius: 20px;}

.unlock_box ul{margin-left: 15px;}


.related_products{background:#f0f0f0; padding-top:20px; padding-bottom: 20px;}
.related_box {
	margin-top: 30px;
}

.related_box img {
	border-radius: 12px;
	width: 100%;
	height: 220px; border: 1px solid #e0e0e0;
	object-fit: cover;
}

.india_box2 {
	
	margin-bottom: 15px;
	border-radius: 12px;position: relative;
}


.related_title{margin-top: 10px;margin-bottom: 5px;}
.related_title a {
	margin-top: 10px;color: #000;
	font-weight: bold;text-decoration: underline;
	font-size:14px;text-transform: uppercase;
}

.hg_price{margin-top: 8px;}
.hg_price p{font-size: 18px;}
.hg_price p span{font-weight: bold; color: #e00a0a; font-size: 14px; margin-left: 4px;}

.btn_new1_hg {
	color: #fff;
	font-size: 14px;	
	background: #1e2f97;	
	padding: 15px 9px;
	border-radius: 6px;
	transition: all .7s;width: 100%;display: inline-block;text-align: center;
}

.btn_new1_hg.focus,
.btn_new1_hg:focus,
.btn_new1_hg:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
}

.btn_new1_hg i{font-size: 14px;margin-left: 4px;}

.india_box2 p{font-weight: bold;color: #000; margin-bottom:5px;}
.india_box2 h6{color: #cf3201; margin-bottom:5px; margin-top: 5px;}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;z-index:9;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #a82c06;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 9px 0;
  background-color:#cf3201;
 
  color: #fff;
  font: 700 15px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right:16px;
}
.ribbon-top-left::after {
  bottom: 16px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 32px;
  transform: rotate(-45deg);
}





.variation{}
.variation ul{list-style: none;}

.variation li{display: inline-block;margin-bottom:5px;}




.variation form {
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
}
 .variation label {
	 display: flex;
	 cursor: pointer;
	 font-weight: 500;
	 position: relative;
	 overflow: hidden;
	 margin-bottom: 0.375em;
	/* Accessible outline */
	/* Remove comment to use */
	/* &:focus-within {
		 outline: .125em solid $primary-color;
	}
	 */
}
 .variation label input {
	 position: absolute;
	 left: -9999px;
}
 .variation label input:checked + span {
	 background-color: #ffe6e6;
}
 .variation label input:checked + span:before {
	 box-shadow: inset 0 0 0 0.4375em #a31717;
}
 .variation label span {
	 display: flex;
	 align-items: center;
	 padding: 0.375em 0.75em 0.375em 0.375em;
	 border-radius: 99em;
	 transition: 0.25s ease;
}
 .variation label span:hover {
	 background-color: #d6d6e5;
}
 .variation label span:before {
	 display: flex;
	 flex-shrink: 0;
	 content: "";
	 background-color: #fff;
	 width: 1.5em;
	 height: 1.5em;
	 border-radius: 50%;
	 margin-right: 0.375em;
	 transition: 0.25s ease;
	 box-shadow: inset 0 0 0 0.125em #00005c;
}






.featured_products{padding-top:40px;padding-bottom:20px;background:#455874;margin-top:20px; margin-bottom: 15px;}


.india_box2_1 {
	
	margin-bottom: 15px;
	border-radius: 12px;position: relative;text-align: center;
}


.related_title_1{margin-top: 10px;margin-bottom: 5px;}
.related_title_1 a {
	margin-top: 10px;color: #fff;
	font-weight: bold;text-decoration: underline;
	font-size:14px;text-transform: uppercase;
}

.hg_price_1{margin-top: 8px;}
.hg_price_1 p{font-size: 18px;}
.hg_price_1 p span{font-weight: bold; color: #fff; font-size: 14px; margin-left: 4px;}

.btn_new1_hg_1 {
	color: #fff;
	font-size: 14px;	
	background: #e0371b;	
	padding: 15px 9px;
	border-radius: 6px;
	transition: all .7s;width: 100%;display: inline-block;text-align: center;
}

.btn_new1_hg_1.focus,
.btn_new1_hg_1:focus,
.btn_new1_hg_1:hover {
	color: #fff;
	text-decoration: none;
	outline: none !important;
	background: #000;
}

.btn_new1_hg_1 i{font-size: 14px;margin-left: 4px;}

.india_box2_1 p{font-weight: bold;color: #fff; margin-bottom:5px;}
.india_box2_1 h6{color: #fff; margin-bottom:5px; margin-top: 5px;}





.client_wrap{padding-top: 30px; padding-bottom:20px;display: ;}

#owl-demo2{margin-top: 20px;}

#owl-demo2 .item{
      background: ;
      padding: 0px 0px;
      margin:0 5px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation2{
      text-align: center; margin-bottom:10px;
    }
    
    .customNavigation2 a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation2 .prev2{ cursor:pointer; padding: 0 2px;}
.customNavigation2 .next2{cursor:pointer; padding: 0 2px;}
 


.clients_list .owl-controls{display: none !important;}

#owl-demo2 .item img{border:1px solid #e0e0e0;border-radius: 20px;transition: all .6s;}



#owl-demo2 .item:hover img{border-radius:0;box-shadow: 0 4px 6px 1px rgb(0 0 0 / 12%);}


.top_selling{position: absolute; top:8px; right:8px;}
.top_selling img{border:none !important;}
.top_selling{color: #fff;background:#a82800;font-size: 12px;padding: 2px 8px;border-radius: 12px;}

#owl-demo2 .item:hover .top_selling img{border-radius:0;box-shadow:none;border:none !important;}




.listing_wrap{margin-top:20px; margin-bottom:40px;}

.filter{ margin-top: ;}
.filter h3{border-bottom: 1px solid #e5e5e5; padding:0 0 7px 0;font-size:14px;color:#000;  margin:0 0 0 0; text-transform: uppercase; font-weight: 700;}



.filter_top{ width:100%; background:; border-radius:2px; margin-top:10px;}
.filter_top h4{font-size:14px;color:#282c3f; line-height:40px; margin:0 0 0 0; padding:0 0 0 0;  text-transform: uppercase; font-weight: 700;}

.content{
  background-color: #fff; margin-bottom: 0;

  
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}


.content ul{ margin:15px 0 0 0; padding:0 0 0 0; list-style: none;}
.content ul li{ margin-bottom:15px;}
.content ul li a{ color: #000; text-decoration: none;}

.content2 ul{ margin:10px 0 10px 0; padding:0 0 0 0; list-style: none;}
.content2 ul li{ margin-bottom:0;}
.content2 ul li a{ color: #000; text-decoration: none;}

.trends{}

.trends ul{list-style: none;}
.trends ul li{float: none; display: inline-block; margin-top: 7px;}
.trends ul li a{color: #555; text-decoration: none; padding: 4px 9px; border: 1px solid #cecece; border-radius: 5px; display: inline-block !important; float: none;}
.trends ul li a:hover{background:#e4106f; color: #fff; border: 1px solid #d0a447; }


.no-padding{}





.pretty{display: block !important;}





.pretty input:checked~.state.p-custom-color label:after,
.pretty.p-toggle .state.p-custom-color label:after {
	background-color: #a52121 !important
}

.pretty input:checked~.state.p-custom-color .icon,
.pretty input:checked~.state.p-custom-color .svg,
.pretty.p-toggle .state.p-custom-color .icon,
.pretty.p-toggle .state.p-custom-color .svg {
	color: #fff;
	stroke: #fff
}

.pretty input:checked~.state.p-pink-o label:before,
.pretty.p-toggle .state.p-pink-o label:before {
	border-color: #a52121
}

.pretty input:checked~.state.p-pink-o label:after,
.pretty.p-toggle .state.p-pink-o label:after {
	background-color: transparent
}

.pretty input:checked~.state.p-pink-o .icon,
.pretty input:checked~.state.p-pink-o .svg,
.pretty input:checked~.state.p-pink-o svg,
.pretty.p-toggle .state.p-pink-o .icon,
.pretty.p-toggle .state.p-pink-o .svg,
.pretty.p-toggle .state.p-pink-o svg {
	color: #a52121;
	stroke: #a52121;
}


@media (min-width: 992px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}




.blue-color{ background: #1d82cc; color: #fff;}
.red-color{ background: #ff0000; color: #fff;}
.black-color{ background: #000; color: #fff;}
.green-color{ background: #55aa79; color: #fff;}
.orange-color{ background: #f77b21; color: #fff;}




ul.lower_pg {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 60px !important;
	width: 100%;
}

ul.lower_pg li {
	display: inline-block;
}

ul.lower_pg li a {
	color:#000;
}

ul.lower_pg li a.active {
	background:#a82800;
	color: #fff;
}

ul.color_list{ margin-top:10px;list-style: none;}
ul.color_list li{ display: inline-block; margin-right: 5px;}


.color_btn {
  
  border: 1px solid transparent; padding: 5px;
  border-radius: 50%;
  
  width: 30px;
  height: 30px;
  transition: transform 2s;
  display:flex;
  justify-content:center;
  align-items:center;
  box-sizing:border-box; outline:none; transition: all .5s;
}





.color_btn:focus,.color_btn:active,.color_btn:hover {
   outline: none !important; border:3px solid #e0e0e0; 
   box-shadow: 0 0px 6px #777; 
}



.collections .india_box2{margin-bottom: 0;}

.collections .related_box {
	margin-top: 0;margin-bottom: 30px;
}


.heading3{margin-top: 32px;margin-bottom: 12px;}
.heading3 h2{border-bottom: 1px solid #e5e5e5; padding:0 0 7px 0;font-size:14px;color:#000;  margin:0 0 0 0; text-transform: uppercase; font-weight: normal;}

.state label span{color: #888 !important;font-size: 12px; margin-left: 3px;}


#myModal_detail3{z-index: 99999;}
#myModal_detail3 .modal-header{display: none;}


#myModal_detail3.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_detail3 .modal-content {border-radius: 20px;background: transparent;}
#myModal_detail3 .modal-body{padding-bottom: 0;background:#fff;border-radius: 20px; overflow: hidden;}
#myModal_detail3 .modal-footer{background:transparent !important;border-top:none;padding-left: 0; padding-right: 0;}
.unlock_box h4 i{color:#4f8036;}

.cart_popup{height:300px; overflow-y: scroll;}
.cart_popup img{border:2px solid #e0e0e0; border-radius: 20px;}

.c_p_right{margin-top: 10px;}
.c_p_right a{margin-top:5px;}

.cart_popup_lower{background: #eaeaea;padding-bottom: 15px;}

#myModal_detail3 h4{margin-top:0; text-decoration: underline;color: #000;}

.cart_box{position:relative;}
.cross_top{position: absolute; top: -2px; right: -2px; z-index:9;}


#myModal_detail3 .related_title{min-height:60px;}


.checkout_wrap{margin-top: 160px;}

.checkout_top{}
.checkout_top ul{list-style: none;margin-bottom:20px;border-bottom: 1px solid #e0e0e0;padding-bottom: 15px;}
.checkout_top ul li{display: inline-block; margin-right: 10px;}
.checkout_top ul li a{background: #eaeaea; color:#000;padding:4px 9px;border-radius: 12px;font-weight: bold;}
.checkout_top ul li a.active{background:#e0371b;color:#fff;}

.checkout_main{margin-bottom: 30px;margin-top:15px;}
.checkout_main h3{
    margin-top: 0;
    margin-bottom:10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinsbold';
    font-size:18px;}

.checkout_main label{color: #000;}


.cart_summary{margin-bottom: 10px;}
.cart_summary h5{margin-bottom: 0;}

.pay_now{ margin-top: 10px;}
.pay_now a{width: 100%; padding-top: 8px; padding-bottom: 8px;}
.pay_now h6{margin-top: 0; color: #000;}
.user_name{text-align: left;}
.user_name h5{color:#000;}
.user_name p{color: #000;}

.check_hr{border-top: 1px solid #e0e0e0 !important;margin-top: 5px; margin-bottom: 5px;}



.fair_div_check2{background: #fff; border-radius: 20px; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-bottom: 30px;border: 1px solid #ededed;}

.fair_div_check2 h3{color:#000; margin-top: 0;}
.fair_div_check2 h5{color:#000; font-size: 15px; margin-top:0;font-weight: bold;}
.fair_div_check2 h5 span{font-weight: normal; color: #555; font-size: 12px;display: block; margin-top: 4px;}
.check_right2{text-align: right;font-size: 16px;}
.check_right2 a{color: #c10707;}


.fair_div_check2 .input-group{margin-top:10px; margin-bottom:10px;}

.fair_div_check2 .input-group .btn-default{color: #fff;background:#e0371b;}
.top_summary img{border: 1px solid #e0e0e0;}

.top_summary_mid{padding-left: 0; padding-right: 0;}
.top_summary_mid h4{margin: 0 0 0 0; font-size: 15px; font-weight: bold;text-transform: uppercase;color:#000;}
.top_summary_mid h6{margin:5px 0 0 0; font-size: 13px;color:#000;}

.top_summary_right p{margin: 0 0 0 0; font-weight: bold; color: #000;line-height: normal;}

.ts1{ margin-bottom: 10px;}

.top_summary h3{margin: 0 0 10px 0; font-size: 15px; font-weight: bold;text-transform: uppercase;color:#000;text-decoration: underline;}

.shipping_options{margin-bottom:10px; display: block;}

.shipping_options label span{color: #3d742d !important;}



.address_box{ background: #fff; border-radius: 20px; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-bottom:10px;border: 1px solid #ededed; margin-top: 10px;}
.custom_border{}

.address_box_inner{padding:0;}
.address_box a{ text-decoration: none;}
.address_box p{color: #333; margin: 0 0 0 0; padding: 0 0 0 0; font-size: 13px;}


.address_text{margin-bottom:0; margin-top: 10px;}

.address_box label{color: #333;}

label.card_label{font-size: 13px;}
.cards_pay{margin-left:20px; margin-top: 10px;}
.cards_pay p{margin-top: 10px;}
.cards_pay p span{border-bottom: 1px solid #000; font-weight: bold;}

.cards_pay img{max-width: 240px;}

.address_box_inner ul{ list-style: none;}
.address_box_inner ul li{ padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #e0e0e0;}

.no_border_bottom{border-bottom:0 !important;}



.order_box{text-align: center;margin-top: 40px; margin-bottom: 60px;}
.order_box h3{padding-bottom: 5px; font-size: 18px; color: #000;}
.order_box h3 span{border-bottom: 1px solid #000;}
.order_box p{font-size: 14px;color: #000;}
.order_box img{max-width: 90px;margin-bottom: 15px;}


.order_box p b{text-decoration: underline;}

.checkout_main .checkbox label{font-weight: bold;}
.checkout_main .checkbox input[type=checkbox]{margin-top: ;}


ul.shop_links{ margin-top:0; margin-bottom: 0; text-align: left; background: none;padding-left: 0;}

ul.shop_links li{ margin-right: 5px; vertical-align: middle;}
ul.shop_links > li + li:before {
    padding: ; display: inline-block;
    
    content:''; 
}
ul.shop_links li a{text-decoration: none; font-size: 13px; color: #000; letter-spacing:1px; padding-bottom: 4px;text-transform: uppercase;font-weight: bold;}
.divider{display: inline-block;
    border-top: 1px dashed #696b79;
    height: 4px;
    width: 5%; margin-top: 3px;}


ul.shop_links li:hover a{ border-bottom: 2px solid #cf3201;}

ul.shop_links li a.active{border-bottom: 2px solid #cf3201;}



.related_block{background: #fff; border-radius: 20px; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-top:30px;border: 1px solid #ededed;}

.related_block h4{margin: 0 0 0 0;width: 100%;color:#000;text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;}

.related_block ul{list-style: none;}
.related_block ul li{border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;padding-top: 10px;}
.related_block ul li a{color: #000;}
.related_block ul li a i{vertical-align: middle;font-size: 6px;color:#cf3201;}




.blog_tags2{background: #fff; border-radius: 20px; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-top: 30px;border: 1px solid #ededed;}
.blog_tags2 ul{text-align: left;list-style: none;}
.blog_tags2 ul li{display: inline-block; line-height:30px;}
.blog_tags2 ul li a{color: #fff;
    font-size: 13px;
background:#cf3201 !important;line-height: normal;
padding: 2px 6px; border-radius: 16px;}


.blog_tags2 h4{margin:0 0 5px 0;width: 100%;color:#000;
    font-size: 16px;
    font-weight: bold;text-decoration:underline;
    text-transform: uppercase;}


.blog_inner_block{margin-top:30px;}


.blog_inner_block .blog_left_list h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}



ul.review_pg {
	display: table;
	margin: 50px auto 10px auto;
}

ul.review_pg li {}

ul.review_pg li a {
	background:#e0371b;
	color: #fff;
	border: none;
	border-radius: 0;
}

ul.review_pg li a:hover,
ul.review_pg li a.active,
ul.review_pg li a:focus {
	background:#000;
	color: #fff;
}
ul.review_pg {
	display: table;
	margin: 50px auto 10px auto;
}

ul.review_pg li {}

ul.review_pg li a {
	background:#e0371b;
	color: #fff;
	border: none;
	border-radius: 0;
}

ul.review_pg li a:hover,
ul.review_pg li a.active,
ul.review_pg li a:focus {
	background:#000;
	color: #fff;
}


.blog_wrap2{margin-bottom: 30px;}



.blog_inner_content {
	
	border: 1px solid #e0e0e0; padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;margin-top:20px;
}

.blog_inner_content h5 {
	text-align: center;	
	letter-spacing: 2px;
	font-size: 14px;
}

.blog_inner_content h2 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px;
    line-height: 22px;text-transform: uppercase;
	margin-bottom:0; margin-top: 0;
}

.blog_inner_content h6{text-align: center; margin-top: 10px;}



.blog_inner_content p {
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top:15px;
	
	line-height: 28px;
}




.gallery_box{position: relative;}
.gallery_box img{width: 100%; margin-top:10px; margin-bottom:10px;}
.gallery_box a:hover .pro_plus2{opacity: 1 !important;}
.gallery_box .pro_plus2 img{width: auto !important;height: auto; border-top-right-radius:0; border-bottom-left-radius:0; border:none;}


.pro_plus2{position: absolute;right:5px;top:5px;z-index:999;width: 100%;text-align: right;opacity: 1; transition: all 1s;}
.pro_plus2 img{width: auto;filter: brightness(100%) !important;
-webkit-filter: brightness(100%) !important;
-moz-filter: brightness(100%) !important;
-o-filter: brightness(100%) !important;
-ms-filter: brightness(100%) !important;display: inline-block;margin-top: 0;margin-bottom: 0;}






.review_box2 {
	border-top: 1px solid #e0e0e0;
	padding-top: 25px;
	margin-top: 10px;
}

.review_box2:first-child {
	border-top: none !important;
}

.review_box2 h4 {
	font-size: 18px;
	color: #333;
	margin: 4px 0 5px 0;
	padding: 0 0 0 0;
}

.review_box2 h4 span {
	font-size: 12px;
	color: #333;
}

.review_box2 .alpha {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	background:#cf3201;
	text-align: center;
	line-height: 36px;
}

.review_box2 .media-body p {
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 24px;
}

.alpha {}

.review_box2 .media-body h6 {
	font-size: 12px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.act_review2 {
	margin-top: 25px;
}

.inp_2 {
	background: #f0f0f0;
	color: #333;
	border: none;
	outline: none;font-size: 13px;
	border-radius: 0;
}

.act_review2 textarea {
	resize: none;
	background: #f0f0f0;
	color: #333;
	border: none;
	outline: none; font-size: 13px;
	border-radius: 0;
}

.stars {
	font-size: 18px;
	color: #ffd200;text-align: left;
}

ul.star_rating {}

ul.star_rating li {
	display: inline-block;
	color: #ffd200;
}


.light_grey{color:#d9d9d9 !important;}



.float_right_element {
	float: right;
}

.rev_heading h3 {
	color: #333;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.rev_heading h3 span {
	border-bottom: 1px solid #777;
	padding-bottom: 4px;
}


.review_box2 .media-body{text-align: left;}

.also_div h3{text-align: left;}
.also_div h4{text-align: left;font-size: 15px;text-transform: uppercase; color: #000; font-weight: bold; margin-top: 0;}



.contact_lower{margin-bottom: 50px;}


.mission_wrap{display: flex;border-radius: 20px;
    overflow: hidden;}

.mission_left2{width: 50%; float: right;}

.mission_left2 .form_div_outer{position: absolute; top:5px; left: 0; width:100%;}



.mission_left2 img{width: 100%;height: 100%; object-fit: cover;}


.mission_right2{width: 50%; float: left;background:#cf3201;}
.mission_right2 h2{margin-top: 0;font-weight: bold;color: #fff; font-size:18px;text-decoration: underline;text-transform: uppercase;}
.mission_right2 p{color: #fff;line-height:24px;}
.mission_right2 ul{margin-left: 15px;}
.mission_right2 ul li{color: #fff;margin-bottom: 10px;line-height:24px;}
.mission_right2 ul li span{text-decoration: underline;font-weight: bold;}



.mission_padding{padding: 15px;}



.form_div_outer .form-control{ background:transparent; color: #fff;border: none; border-bottom:1px solid #d6d6d6; font-size: 13px;box-shadow:none;border-radius: 0;resize: none;height: 50px;}


.form_div_outer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form_div_outer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form_div_outer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.form_div_outer h4{
   margin-top: 0;font-weight: bold;color: #fff; font-size:18px;text-decoration: underline;text-transform: uppercase;}


.form_div_outer input{padding-left: 15px;}


.contact-icon {
  text-align: center; min-width: 40px;
  font-size: 35px;
}
.icon_color {
  color:#ffffff;
}



.contact_block{ margin-top:18px;color: #fff;}
.contact_block a{ color: #fff;}




.contact_box .media-left, .contact_box .media-right, .contact_box .media-body {
    display: table-cell;
    vertical-align: middle;
}

.contact_box a{ color: #fff; text-decoration: none;}

.top_banner_pic{margin-top: 30px; margin-bottom: 30px;}
.map_div{border-radius: 20px;}
.google_map {
    width: 100%;
    height:350px;border-radius: 20px;}

iframe {
  width: 100%;
  border: none;border-radius: 20px;
}



.creators {
	background: url(../images/pattern3.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 40px;margin-top:40px;
}

.left_inner1 {
	margin-top: 140px;
}

.left_inner1 h3 {
	color: #fff;
}

.left_inner1 p {
	color: #fff;
	line-height: 28px;
}

.left_inner1 h4 {
	color: #fff;
	background:#cf3201;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

.left_inner1 h4 span {}

.p_banner img{border-radius: 20px;}


.abt_top1{margin-top:20px;}
.abt_top1 h3{text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinsbold';
    font-size: 20px;}


.abt_top1 p{color: #000; font-size: 14px;line-height:24px;margin-top: 10px;text-align:left;}


.v_box{background:#efefef;padding: 10px;border-left: 3px solid #ff0000;margin-top: 15px;}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 22px;
  height: 30px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#cf3201;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#cf3201;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#cf3201, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 21px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.abt_right_image{border-radius: 20px;}


#youtubeModal h4{ text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinsbold';
    font-size: 20px;color: #000;}


#youtubeModal .close{opacity: 1;}



/*-- PROFILE PAGE SECTION BEGINS --*/



.profile_left{ margin-bottom: 20px;margin-top: 10px;}
.profile_left ul{ list-style: none;}
.profile_left ul li{ margin-bottom: 15px; border-bottom: 1px solid #cf3201;}
.profile_left a{ text-align: center;text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinsbold';text-decoration: none;
    font-size: 14px;color:#333;}
.profile_left ul li a.active{ background: none; color:#cf3201;}

ul.order_list{ list-style: none; margin-bottom:40px;}
ul.order_list li{ margin-bottom: 25px;}

.orders_wrap{}
.orders_top{ margin-bottom: 10px;}
.orders_top h3{font-size: 16px;
    color: #535766;
    font-weight: 600; border-bottom: 1px solid #e0e0e0; padding-bottom: 6px; margin: 0 0 10px 0;}

.orders_top p{ margin: 0 0 0 0; padding: 0 0 0 0; color: #737474;}


.return_inner{}
.return_inner ul{ list-style: none; margin-bottom: 20px;}
.return_inner ul li{ margin-top: 15px;}

.credit_box{ text-align: center; margin-bottom: 80px;}
.credit_box h3{ font-size: 18px;color: #535766;
    font-weight: 600; margin: 0 0 35px 0; padding: 0 0 0 0;}

.credit_box p{ font-size: 18px;color: #535766;
    font-weight: 600; margin: 25px 0 20px 0; padding: 0 0 0 0;}

.credit_box p span{color: #cb8926; font-size: 26px;}


.credit_box img{ margin-bottom: 20px;}


.order_btns_wrap a{margin-top: 8px;padding: 5px 8px; font-size: 13px;}




/*-- PROFILE PAGE SECTION ENDS --*/
.edit_profile_wrap{margin-bottom: 30px;}

.edit_profile_wrap .form_div_outer2{border: 1px solid #e0e0e0;padding: 15px;border-radius: 16px;}
.form_div_outer2 .form-control{ background:transparent; color: #333;border-bottom:1px solid #000; border-radius: 0;font-size: 13px;border-top:none; border-right: none; border-left: none;box-shadow:none; resize: none;height: 50px; margin-top: 15px;}


.form_div_outer2 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.form_div_outer2 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

.form_div_outer2 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}


.form_div_outer2 a{color: #000; text-decoration: none;}


.cart_block{ border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px;border-radius:20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);}

.cart_image{ max-width: 140px; max-height: 180px; margin-top: 4px; position: relative;}
.cart_detail{}
.cart_detail p{font-size: 14px; color:#535766; font-weight: 600;}
.cart_detail_top{ margin-bottom: 10px;}
.cart_detail_top a{ font-size: 14px; color:#000; font-weight: 600;}



.qty_div{}
.qty_div p{ margin-top: 10px;}

.qty_div select{-webkit-appearance: none;
    appearance: none;}



.cart_price{ text-align: right;}
.cart_price h5{font-size: 12px; color:#777; font-weight: 600;}

.cart_price h5 span{ color: #ff0000;}


.line_break {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}



.lower_content2 {
	margin-bottom: 50px;margin-top:20px;
}

.lower_content2 h4 {
	margin: 0 0 25px 0;
	color: #d33939;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lower_content2 h5 {
	color: #2f5a9f;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lower_content2 p {
	color: #000;
	font-size: 13px;
}

.lower_content2 ul{margin-left: 15px;margin-bottom: 15px;color: #000;
	font-size: 13px;}





#myModal_login{z-index: 99999;}
#myModal_login .modal-header{display: none;}
#myModal_login.fade.in {
    background: rgba(0,0,0,.9);
}


#myModal_login .modal-content {border-radius: 20px;}




.login_box ul{margin-bottom: 15px;}




.login_box .nav-pills > li.active > a, .login_box .nav-pills > li.active > a:hover, .login_box .nav-pills > li.active > a:focus {
    color: #fff;
    background-color:#455874 !important;
}


.reg_link{margin-top:10px;}




.view_all{text-align: center; margin-top: 30px;}


.good_wrap{margin-top: 40px; margin-bottom: 0; background:#1e2f97;padding-top: 40px; padding-bottom: 40px;}

.good_box{text-align: center;margin-bottom: 30px;text-align: center;}

.good_box img{width: 200px; height:200px; border-radius: 100%; object-fit: cover;border:6px solid #3848ac;box-shadow: 0 4px 5px 1px rgb(0 0 0 / 16%);}

.good_left{}
.good_left h2{
    margin-top:45px;
    margin-bottom:15px;color:#fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppinsbold';
    font-size: 24px;}
.good_left h4{ margin-top: 15px; margin-bottom: 15px; color: #fff;font-size: 14px;}

.good_left h6{ margin-top: 25px; color: #fff;}


.good_box h5{ margin-top: 15px;color: #fff;}

.good_box a{margin-top: 15px; color: #fff;display: block; font-weight: bold;text-decoration: ;}





.facility_outer{margin-top: 50px;display: none;}

.abt_top_wrap{margin-bottom: 30px; margin-top: 20px;}
.abt_left{ text-align: center;}
.abt_left h4{ font-size: 16px; margin-top:10px; margin-bottom: 20px;font-weight: bold;}
.abt_left h4 span{}
.abt_left p{font-size:14px; color: #000; line-height: 28px;}
.abt_left p span{font-size: 36px; color: #f7a905;}
.abt_right{ border-left: 1px solid #000; padding-left: 20px;text-align: center;}
.abt_right p{text-align: center; font-size:15px; color: #000; line-height: 24px;}
.abt_left img{width: 100%; margin-top: 15px;border-radius: 12px;}




.abt_right h4{ font-size: 16px; margin-top:10px; margin-bottom:15px;font-weight: bold;text-transform: uppercase;}
.abt_right h4 span{}
.abt_right p{font-size:14px; color: #000; line-height: 28px;text-align: center;}


.t_box_details{display: flex;margin-top: 25px;}
.t_box_details_left{flex-shrink: 0;margin-right: 6px;}
.t_box_details_left img{max-width:75px;}
.t_box_details_right{flex-shrink: 1;text-align: left;}
.t_box_details_right h5{font-size: 14px; font-weight: bold;color: #000;margin: 5px 0 0 0;}
.t_box_details_right h6{color: #333;margin:5px 0 0 0;}



.need_help{display: none;}
.need_help_left{width:50%; float: left;}
.need_help_right{width: 50%; float: right;}
.need_help_right_inner{padding:15px 30px;}

.need_help_right h3{color: #000;font-size: 24px; font-weight: bold;margin-top: 70px;}
.need_help_right p{color: #000;}
.need_help_right a{color: #e41c3c; font-weight: bold; font-size: 24px;}

.need_help_left img{width: 100%;}

.brand_wrap{background: #000;padding-top: 50px; padding-bottom: 50px;}

.logo_box{margin-top: 15px;}
.logo_box img{border-radius: 12px;}


.theme_div{background:#efefef; padding-top: 50px; padding-bottom: 60px;}

.service_box{text-align: center;margin-top:45px;}
.service_box h4{color: #000; font-size:16px;margin-top: 20px;font-weight: bold;}
.service_box p{color: #000; font-size: 14px;}
.service_box img{max-height: 110px;}

.headings_div p{text-align: center;padding:0 150px;}

.service_box i{font-size: 50px;color: #e41c3c;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



.svg-container path {
  fill: grey; /* Default color */
  transition: fill 0.3s ease;
}

.svg-container:hover path {
  fill: red; /* Hover color */
}



.col-md-1-5 {
  width: 12.5%; /* 1.5/12 * 100 = 12.5% */
  float: left; /* Ensure the columns align horizontally */
  position: relative; /* Required for Bootstrap's grid system */
  min-height: 1px; /* Bootstrap default for columns */
  padding-left: 15px; /* Consistent with Bootstrap's gutter */
  padding-right: 15px; /* Consistent with Bootstrap's gutter */
  box-sizing: border-box; /* Include padding in the width calculation */
}


.svg-container svg{height: 50px;display:block;}


.man_button{margin-top: 50px;}


.faq_bg{background: url(../images/faq_bg.jpg) no-repeat top center;
    background-size: cover;   
    padding-top:60px;
    padding-bottom:90px;}


.accordion {
  width:100%;
 
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin:15px 0;
  border-radius: 12px;
  
}

.accordion-item-header {
  padding: 20px 48px 20px 8px;
  min-height: 3.5rem;
  line-height:24px;
  border-radius: 22px;
  display: flex;background: #7a001f; color: #fff;
  align-items: center; font-size:16px;
  position: relative;
  cursor: pointer;
}


.accordion-item-header span{color: #af586e;margin-right: 10px;font-size: 24px;font-weight: bold;}


.accordion-item-header::after {
  content: "\002B";
  font-size: 20px;
    width: 22px;
    height: 22px;line-height: 20px;background:#af586e; text-align: center;border-radius: 100%;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding:28px 18px;
  line-height:27px; color:#000; border-radius:22px;
  border-top: 1px solid;background: #ffdce5;margin-top: 10px;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}




.accordion-item2 {
  background-color:transparent !important;
  color: #111;
  margin:15px 0;
  border-radius: 12px;
  
}



.accordion-item-header2 {
    padding: 20px 48px 20px 8px;
    min-height: 3.5rem;
    line-height: 24px;
    border-radius:10px;
    display: flex;
    background:#fff;
    color:#000;
    align-items: center;
    font-size: 16px; font-weight: bold;
    position: relative;
    cursor: pointer;
}



.accordion-item-header2::after {
    content: "\002B";
    font-size: 20px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    background: #000;color:#fff;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 1rem;
}



.accordion-item-header2 span{color:	#dbdbdb;margin-right: 10px;font-size: 24px;font-weight: bold;}


.accordion-item-body-content2 {
    padding: 28px 18px;
    line-height: 27px;
    color: #000;
    border-radius: 10px;
    border-top: 1px solid;
    background: #fff;
    margin-top: 10px;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}




.trusted_div{margin-top: 30px;}
.trust_image{text-align: right;}
.trust_image img{text-align: right; max-width:150px;display:inline-block;}

.trusted_div h5{color: #000;font-weight: bold; font-size: 16px;}

.unlock_div{background: #000;}

.slider_right_image2{float:right; width:50%;}
.slider_right_image2 img{  width: 100%;
  height:460px;object-fit: cover;
 
}

.sil_right_inner ul{list-style: none;margin-top: 22px;margin-bottom: 22px;}
.sil_right_inner ul li{color: #fff;font-size: 16px;}

.sil_right_inner ul li i{color: #61ea5c;}


.unlock_div h2{font-size: 32px;padding-top:50px;}

.new_about{background: url(../images/new_abt_bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding-top:40px;
    padding-bottom: 60px;}


.new_content{background:rgba(0,0,0,.6);padding:20px 15px;margin-top: 30px;}
.new_content h2{text-align: left;}
.new_content h3{font-size: 17px; color: #fff;font-weight: bold;}
.new_content p{font-size: 16px; color: #fff;}


.new_content h4{font-size: 15px; color: #fff;font-weight: bold;}
.new_content h4 i{color: #61ea5c;}





/* Replace Bootstrap 5's gap utilities */
.row-gap-2 {
    margin-bottom: 15px;
}

.gap-2 > * {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Replaces Bootstrap 5's text-success and text-warning */
.text-success {
    color: #28a745; /* Bootstrap 4/5 green */
}

.text-warning {
    color: #ffc107; /* Bootstrap 4/5 yellow */
}

/* Replaces Bootstrap 5's text-muted */
.text-muted {
    color: #6c757d;
}

/* Replaces Bootstrap 5’s me-auto (margin end auto) */
.me-auto {
    margin-right: auto;
}

/* Custom heading for product title */
.product-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

/* Sub-title style */
.product-subtitle {
    font-size: 16px;
    color: #777;
    margin-top: 5px;
}

/* Ratings stars */
.ratings i {
    font-size: 16px;
    margin-right: 2px;
}

/* Table styling overrides */
.table td {
    vertical-align: middle !important;
}

/* Card title mimic */
.card-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/* Custom tab styles for active look */
.right_side_pr .nav-tabs > li.active > a {
    font-weight: bold;
    background-color: #f5f5f5;
    border-color: #ddd #ddd transparent;
}

/* Panel-style tab content */
.right_side_pr .tab-content {
    border:none;
    border-top: none;
    padding-left: 15px;padding-right: 15px;
    background-color: #fff;
}

/* Override button block spacing */
.btn-block {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}




/* Active tab with red bottom border */
.right_side_pr .nav-tabs > li.active > a,
.right_side_pr .nav-tabs > li.active > a:focus,
.right_side_pr .nav-tabs > li.active > a:hover {
    font-weight: bold;
    background-color: #f5f5f5;
    border-color: transparent transparent red transparent;
    border-bottom: 2px solid red;
    color: #d9534f; /* optional: reddish text */
}



.right_side_pr .nav-tabs > li > a {
    color: black;
}

#description h4{font-weight: bold;}






@media(max-width:992px) {
	
	.right_side_pr{margin-top: 15px;}
	
	
	
		.right_side_pr .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: -1px;
}
	
	.right_side_pr .pull-right {
    float: left !important;
}
	
	
	
	.unlock_div h2{font-size: 24px;padding-top:10px;}
	.trust_image {
    text-align: center;}
	.svg-container svg{height: 50px;display:block;}
	
.col-md-1-5 {
    width: 50%; /* Two columns per row */
  }
	
	.headings_div p{text-align: center;padding:0 0;}
	.need_help_left{width:100%; float: none;}
.need_help_right{width:100%; float: none;}
	
	.need_help_right h3 {margin-top: 0;}
	
	.need_help_right_inner {padding: 15px 15px;}
	
	.slider_wrap {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    background: #000;
}
	
	.slide_inner_left{float: none; width:100%;}
.slider_right_image{float:none; width:100%;}
.slider_right_image img{  width: 100%;
  height:auto;object-fit: cover;
  clip-path:none;
  -webkit-clip-path:none;}

	.slider_right_image2{float:none; width:100%;}
.slider_right_image img2{  width: 100%;
  height:auto;object-fit: cover;
 }
	
	
	
	.sil_right {
    width:100%;
    float: none;}
	
	
	.sil_right_inner{padding: 15px 15px 20px 15px;}
	
	.sil_right h4 {margin: 10px 0 0 0;}
	
	.main_slide_carousel{display: none;}
	
	
	
	.banner_text h2{font-size:36px;}	
	.testi {padding-top: 20px;
    padding-bottom: 20px;}
	
	
	.offer_left{ width: 15%;}
.offer_right{width: 83%;padding: 5px;}
.offer_right h3{font-size: 18px;}
	
	.offer_box_wrap{margin-top: 20px;}
	
		.parent{display: block;}
	.parent img{
height: auto;width: 100%; margin-top: 20px;filter: brightness(70%);
-webkit-filter: brightness(70%);
-moz-filter: brightness(70%);
-o-filter: brightness(70%);
-ms-filter: brightness(70%);transition: all .6s;

}
	
	
	.mid_work_wrap{padding-bottom: 0;padding-top: 0;}
	
	.breadcrumb_wrap {
    margin-top: 0px;
}
	
	
	.product_right{margin-top: 15px;}
	
	.related_box{margin-top: 35px;}
	
	
	.featured_products {
   padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
	
	
	
	.filter{margin-top:10px;}
	
	.filter h3{display: none;}
	
	.sort_box h3{display: block;}
	
	#myModal_detail3 .related_title{min-height:30px;}
	
	.checkout_wrap{margin-top:10px;}
	.checkout_top ul {margin-bottom: 15px;}
	
	
	.mission_wrap{display:block;border-radius: 0;}
	
.mission_right2{width:100%; float: none;}
.mission_left2{width:100%; float: none;}
.mission_left2 img{width: 100%;height:400px; object-fit: cover;}
	
.top_banner_pic {
    margin-top:15px;
    margin-bottom:15px;}
	
	
	
	
	.left_inner1 {
		margin-top: 10px;
	}
	
	
	.abt_vid{margin-top:30px;}	
	
	.cart_price{ text-align: left;}
	
		
	.cart_image{margin: 10px auto;}
	

	.slider_box{width: 100%; height: auto; margin-top: 0;}
.sb_left{height: auto; width:100%; float: none;}
.sb_right{height:auto; width: 100%;float:none;}
.sb_right_inner{padding:20px;}
.sb_left img{width: 100%; height:auto;}

	.sb_right h6{ margin-top:0;}
	
	.lower_nav .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
	
	
	.good_wrap {
    margin-top: 40px;
    margin-bottom: 0;    
    padding-top:20px;
    padding-bottom:20px;}
	
	
	.good_box{margin-top:30px;}
	
	.good_left {
    text-align: center;}
	
	.abt_right {
    border-left:none;
    padding-left: 0;
    text-align: center;
}
	
	
	
}

@media(max-width:767px) {
	.banner_list{display: none;}
	.banner_text h3{margin-bottom: 0;font-size: 23px;}
	.banner_text h2 {font-size: 30px;margin-top: 5px;}
	
	.banner_button{margin-top:10px;}
	
	
	
	.img_wrap video {
    width: 100%;
    max-height: 950px;
    height: 400px;
    overflow: hidden;
    object-fit: cover;
}
	
	
			
.detail_pics #carousel-custom .carousel-indicators { width:100%; float: none; margin-bottom:5px;text-align: left;}
.detail_pics #carousel-custom .carousel-indicators li { display:inline-block;width: 23%;margin:10px auto;}	
	
.detail_pics #carousel-custom .carousel-outer{width: 100%; float: none;}	
	
	.related_box img {
    border-radius: 12px;
    width: 100%;
    height: 275px;
    border: 1px solid #e0e0e0;
    object-fit: cover;}
	
	
	.checkout_top ul li {
   
    margin-top: 10px;
}
	
	
	
	.cart_image{ margin: 10px auto 0 auto;}
	
	
	
	.cart_detail_top{ text-align: center;}
	.cart_detail_top a{font-size: 15px;}
	
	
	
	
	
	
}

@media(max-width:479px) {
	#owl-demo6 .item {
		margin: 0 0;
	}
	
	#myModal_detail3 .related_title{min-height:60px;}
}

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










/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 9;
	color: #eeeeee;
	right: 5px;
	bottom: 70px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}


/* -------- Scroll Top Css Ends --------*/




/* -------- FOOTER SECTION --------*/

.footer-wrap {
	width: 100%;
	background: url(../images/footer.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom:160px;
}

.footer_top {}

.footer-links li{
  list-style: none;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}


.loc_div i{ color: #fff; margin-right: 5px;}
.loc_div ul{}
.loc_div ul li{ list-style: none; color: #fff; margin-bottom: 12px;}
.loc_div ul li a{ color: #fff; }
.loc_div ul li i{}


ul.social-circle{list-style: none; margin-top: 12px;}
.social-circle li{display: inline-block;margin-right:5px;}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:15px; background:#e41c3c;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.copyright{text-align: center;}
.copyright p{color: #fff;margin-top: 30px; padding-bottom: 30px;}

.new_footer h5{color:#fff; font-size: 16px; font-weight: bold;text-transform: uppercase;}

.footer_1{}
.footer_1 img{max-width: 125px;}
.footer_1 p{color: #fff;margin-top: 10px;}



@media(max-width:992px) {}

@media(max-width:767px) {
	.mid_div {
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.social_icons {
		margin-bottom: 25px;
	}
	.social_icons ul {
		margin-top: 10px;
	}
	.address_div {
		margin-top: 25px;
	}
	.address_div p {
		text-align: center;
	}
	.lower_left {
		text-align: center;
	}
	.lower_right {
		text-align: center;
		margin-top: 10px;
	}
}

@media(max-width:479px) {}

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



