@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*  
font-family: "Outfit", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #ffffff !important; }
html, body { background-color: #ffffff !important; background-image: linear-gradient(#ffffff, #ffffff) !important; }
.x-item-description-child { all: initial }
body{
	overflow-x:hidden !important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Outfit", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.elite_auto {
	position: relative;
}
.promo_top_text {
	padding: 10px 0;
	background-color: #3f7ade;
}
.welcom_text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	position: relative;
	line-height: 22px;
	font-family: "Outfit", sans-serif;
}
.welcom_text span {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	font-family: "Outfit", sans-serif;
	text-transform: uppercase;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
	position: relative;
}
.top_newsletter_link ul li a i{
	margin-right:5px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 400;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	padding: 0px 20px;
	letter-spacing: 0.3px;
	z-index: 1;
	position: relative;
	border-right:1px solid #ffffff20;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	color: #000;
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_newsletter_link ul li{
	position:relative;
}
.header_bottom {
	z-index: 11;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.top_section1 {
	position: relative;
	padding: 30px 0;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content:center;
}
.main_menu ul li a i{
	margin-right:3px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 21px;
	display: inline-block;
	border-right: 1px solid #0006;
}
.main_menu ul li a:hover{
	color:#3f7ade;
}
.main_menu ul li:nth-child(2) a{
	border-right:none;
}
.logo {
	text-align: center;
	margin: 0px auto;
	position: relative;
}
.logo img {
	z-index: 1;
	position: relative;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border:1px solid #3f7ade;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	padding: 7px 5px;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
.amon ul li a:hover{
	color:#3f7ade;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #3f7ade;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two {
	top: 28%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three {
	top: 58%;
	transform-origin: left center;
	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width:1199px){
	.main_menu ul li a {
		font-size: 14px;
		padding: 0px 11px;
	}
}
@media screen and (max-width: 991px) {
	.logo {
		width: 85%;
		margin: 0 0;
	}
	.top_section1 .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .main_menu {
		display: none;
	}
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section {
		padding:20px 0 20px;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
		padding: 0 50px 0;
	}
	.bottom_header .verifie_main.verifie_left {
		justify-content: center;
		margin: 0 0 20px 0;
	}
	.bottom_header {
		padding: 0px 0;
	}
	.bottom_header .verifie_main {
		justify-content: center;
	}
	.top_section1 {
		padding: 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 75%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.top_newsletter_link ul {
		padding: 0;
	}
	.welcom_text span {
		font-size: 13px;
	}
}
@media screen and (max-width:361px){
	.top_newsletter_link ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
	.welcom_text {
		font-size: 13px;
	}
	.welcom_text span {
		font-size: 11px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_top {
	position: relative;
	margin-bottom: 20px;
}
.main_title {
	max-width: 100%;
	font-size: 22px;
	font-weight: 500;
	color: #111111;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	background-color: #f5f5f5;
	text-transform: capitalize;
	border-radius: 25px;
	padding: 6px 15px;
	z-index: 1;
	position: relative;
	line-height: 30px;
	font-family: "Outfit", sans-serif !important;
}
.main_top::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #dadada;
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 730px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
	border-radius: 20px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 20px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 0;
		font-size: 15px;
	}
	.main_top {
		margin-bottom: 10px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
.main_bottom {
	text-align: center;
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	padding: 7px 20px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #3f7ade;
	text-transform: uppercase;
	font-family: "Outfit", serif !important;
	display: inline-block;
	border-radius: 25px;
}
.desc-rd p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	font-family: "Outfit", sans-serif !important;
}
.desc-rd.desc-text{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	font-family: "Outfit", sans-serif !important;
}
.tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
	font-family: "Outfit", sans-serif !important;
}
.tab-content p:last-child{
	margin: 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #555555;
	font-family: "Outfit", sans-serif !important;
}
.desc-rd.desc-text b, strong {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	font-family: "Outfit", sans-serif !important;
	display: block;
	text-transform: uppercase;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding:30px 20px 20px;
	margin: -20px 0px 00px;
	border: 1px solid #bababa;
	background-color: #fff;
	border-radius: 25px;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:991px){
	.product-text {
		margin: 0 0 40px 0;
	}
}
@media only screen and (max-width:480px){
	#right_box .desc-rd.desc-text {
		overflow: auto;
		max-height: 450px;
		height: auto;
	}
	.desc-hedtitle {
		font-size: 18px;
		padding: 5px 20px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 40px 0;
}
.service_item {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.service_item::after {
	content: '';
	position: absolute;
	border: 2px dashed #e7e7e7;
	width: 100%;
	height: 0px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.service_img {
	position: relative;
	background-color: #fff;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	font-family: 'Outfit', sans-serif;
	text-transform: uppercase;
	margin: 15px 0 0px 0;
	letter-spacing: 0.35px;
	text-align: center;
}
.service_title p {
	font-size: 15px;
	font-weight: 400;
	color: #555555;
	font-family: 'Outfit', sans-serif;
	text-transform: capitalize;
	margin: 0px 0 0px 0;
	letter-spacing: 0.35px;
	text-align: center;
}
@media screen and (max-width:1300px){
	.service_wrapper {
		clip-path: polygon(100% 0%, 95% 100%, 5% 100%, 0% 0%);
	}
}
@media screen and (max-width:1199px){
	.service_item::after {
		content: none;
	}
}
@media screen and (max-width:1024px) {
	.service_item {
		flex-wrap: wrap;
		justify-content: center;
	}
	.service_wrapper .service_item .service_box:nth-child(3), .service_wrapper .service_item .service_box:nth-child(4) {
		margin:20px 0 0px 0;
	}
	.service_box {
		width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 48%;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 49%;
	}
	.service_item {
		column-gap: 10px;
	}
}
@media screen and (max-width:575px) {
	.service_box {
		width: 48%;
		display: block;
	}
	.service_title h4 {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px) {
	.service_title h4 {
		font-size: 14px;
		letter-spacing: 0;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	margin:0px auto 40px;
	text-align: center;
	max-width: 1400px;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about3_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	z-index: 1;
}
.about_bottom_img1 {
	position: relative;
	display: inline-block;
}
.about_right_content {
	position: relative;
	z-index: 1;
}
.about_right_content h3 {
	font-size: 32px;
	font-weight: 700;
	color: #191919;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	padding: 10px 0 10px 40px;
	position: relative;
	background: linear-gradient(90deg, #f5f5f5 20%, #fff 60%);
	display: inline-block;
	font-family: "Outfit", sans-serif;
	letter-spacing: 1px;
}
.about_right_content h3::after {
	content: '';
	position: absolute;
	background-color: #3f7ade;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
}
.about_right_content p {
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	font-family: 'Outfit', sans-serif;
	line-height: 26px;
	margin-bottom: 25px;
}
.button.about_us{
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.about_bottom {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
	.about_bottom {
		width:90%;
		margin: 0 auto;
	}
	.about_right_content p {
		font-size: 17px;
		line-height: 25px;
	}
	.about3_wrapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_bottom {
		width: 100%;
		margin: 0 auto;
	}
	.about_right_content h3 {
		font-size: 30px;
		line-height: 35px;
		padding: 10px 30px;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.about_title::after {
		content: none;
	}
}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 20px 10px;
	text-align: center;
	cursor: pointer;
	color: #111111;
	background-color: #FFF;
	font-weight: 700;
	font-size: 18px;
	width: 33.33%;
	transition: all .5s ease-in-out;
	letter-spacing: 0.3px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin: -10px 0;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	border-radius: 15px 15px 0 0;
}
.tabsbottom {
	margin-bottom: 35px;
}
.tabsbottom label:hover {
	background: #fff;
	border-bottom-color: #3f7ade;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	border-bottom-color: #3f7ade;
	padding:30px 10px;
}
.tabsbottom label:hover .message_res{
	display:block;
}
.tabsbottom label:hover .message_desk{
	display:none;
}
.tabsbottom input:checked + label .message_res{
	display:block;
}
.tabsbottom input:checked + label .message_desk{
	display:none;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section p {
	background: url('../images/check.png');
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #555555;
	font-family: "Outfit", sans-serif;
	text-align: left;
	margin: 0 0 20px 0;
}
section p:last-child{
	margin: 0;
}
.tabsbottom label .message_desk{
	transition: all 0.5s ease-in-out;
}
.tabsbottom label .message_res{
	display:none;
	transition: all 0.5s ease-in-out;
}
.tabsbottom label img {
	transition: all 0.5s ease-in-out;
	margin: 0 0 12px 0;
}
section {
	display: none !important;
	padding: 30px 20px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 0 0 15px 15px;
}
@media screen and (max-width:991px) {
	.tabsbottom label {
		width: 100%;
		margin: 0;
	}
	.tabsbottom input:checked + label {
		padding: 20px 10px;
	}
	.tabsbottom label:hover {
		padding: 20px 10px;
	}
	.tabsbottom label img {
		height: 30px;
	}
	section p {
		font-size: 17px;
		line-height: 25px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
	}
	.tabsbottom {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.message_desk {
		width: 50px;
		margin: 0 auto;
	}
	.message_res {
		width: 50px;
		margin: 0 auto;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 25px 0;
}
.guaranteed-head h5 {
	font-size: 32px;
	font-weight: 700;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 35px;
	padding: 0 0 30px;
	font-family: "Outfit", sans-serif;
}
.guaranteed-head h5::before {
	content: '';
	position: absolute;
	background-image: url(../images/haeder_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 276px;
	height: 26px;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.guaranteed_item{
	position: relative;
}
.guaranteed_box {
	margin: 0px 0px 30px 0;
	position: relative;
	z-index: 1;
	padding: 25px 20px;
	background-color: #f5f5f5;
	border-radius: 20px;
}
.guaranteed_name {
	font-size: 18px;
	color: #111111;
	letter-spacing: 0.3px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	margin: 8px 0 0;
}
.guaranteed_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guaranteed_text {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	line-height: 24px;
	margin: 0 0 20px 0;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
}
.button.review {
	text-align: center;
}
@media screen and (max-width:1199px){
	.guaranteed_box {
		padding: 25px 10px;
	}
	.guaranteed_text {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 0px auto 40px;
		padding: 25px 20px;
	}
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5 {
		font-size: 21px;
	}
}
@media screen and (max-width:361px){
	.guaranteed_box {
		max-width: 100%;
	}
	.guaranteed-head h5 {
		font-size: 18px;
		line-height: 25px;
	}
	.guaranteed-head h5::before {
		width: 225px;
		height: 21px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 20px 0px;
	background-color: #f5f5f5;
}
.footer_logo {
	text-align: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #3f7ade;
}
.dezign_copyright {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}
.dezign_by {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
	font-family: 'Outfit', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Outfit', sans-serif;
}
@media screen and (max-width:1199px){
	.dezign_copyright span {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.footer_block.footer_block03, .footer_block.footer_block04 {
		text-align: center;
		margin: 30px 0 0px 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.dezign_by {
		text-align: center;
	}
}
@media screen and (max-width:480px){
	.dezign_copyright span {
		font-size: 14px;
	}
	.dezign_copyright {
		font-size: 15px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 25px 0;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 35px;
	padding: 0 80px;
	font-family: "Outfit", sans-serif;
}
.feature-title h2::before, .feature-title h2::after {
	content: '';
	position: absolute;
	background-image: url(../images/haeder_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:70px;
	height:34px;
	top: -2px;
	margin: auto;
	bottom: 0;
}
.feature-title h2::before {
	left: 0;
	transform: rotateY(-180deg);
}
.feature-title h2::after {
	right: 0;
}
.cate_box {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto 20px;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.feature_box a {
	display: block;
	position: relative;
	z-index: 1;
}
.cate_box .fat_text h2 {
	font-size: 24px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	color: #111;
	position: relative;
	display: block;
	letter-spacing: 0.5px;
	font-family: "Outfit", sans-serif;
	margin: 0;
	text-align: center;
	margin: 15px 0 0;
}
.cate_box:hover .fat_text h2{
	color: #3f7ade;
}
.button.view {
	text-align: center;
}
.button a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 7px 7px 7px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #000;
	text-transform: uppercase;
	border-radius: 25px;
}
.button a:hover {
	background-color: #3f7ade;
	color:#fff;
}
.button i {
	margin-left: 5px;
	transition: all .5s ease-in-out;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	line-height: 32px;
}
@media screen and (max-width:1199px) {
	.cate_box .fat_text h2 {
		font-size: 21px;
	}
}
@media screen and (max-width:991px) {
	.cate_box {
		margin: 0 auto 20px;
	}
	.category_box {
		text-align: center;
	}
}
@media screen and (max-width: 575px) {
	.feature-title h2 {
		font-size: 21px;
		line-height: 27px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		padding: 0 0px;
	}
	.feature-title h2::before, .feature-title h2::after {
		content: none;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		padding: 0 0px;
	}
}
/*============================================
			feature CSS END
============================================*/
.feature_make {
	margin: 0 0 40px 0;
}
.Shop_title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.feature_make .Shop_title h2::before{
	content: '';
	position: absolute;
	background-image: url(../images/haeder_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 276px;
	height: 26px;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.Shop_title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #111111;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	line-height: 35px;
	padding: 0 0 30px;
	font-family: "Outfit", sans-serif;
}
.Shop_box {
	text-align: center;
}
.Shop_box a img{
	border-radius:15px;
}
.cate_box1 {
	margin: 0 0 30px 0;
}
.cate_box1 .fat_text1 h2 {
	font-size: 26px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	text-transform: capitalize;
	color: #111111;
	position: relative;
	display: block;
	letter-spacing: 0.3px;
	font-family: "Outfit", sans-serif;
	text-align: center;
	margin: 15px 0 0;
}
.cate_box1:hover .fat_text1 h2{
	color: #3f7ade;
}
.button.view1 {
	text-align: center;
}
@media screen and (max-width:480px) {
	.Shop_title h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.Shop_title {
		margin: 0 0 20px 0;
	}
	.category_box1 .container .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:361px) {
	.Shop_title h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.feature_make .Shop_title h2::before {
		width: 225px;
		height: 21px;
	}
}