@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');
/*  
 font-family: "Anton", sans-serif;
font-family: "Font Awesome 6 Pro";
font-family: 'Race Sport Free', sans-serif;
*/
: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 }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", sans-serif;
}
body{
	background-color: #ffffff !important;
}
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 ============================== */
.main_dezign_brain_header {
	margin: 0 0 50px 0;
}
.promo_top_text {
	background-color: #135eaa;
	padding: 5px 0;
}
.welcom_text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
}
.welcom_text span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.5px;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li i{
	margin-right:7px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Gabarito", sans-serif;
	font-size: 14px;
	font-weight: 400;
	transition: all .5s ease-in-out;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 15px;
	background-color: transparent;
	letter-spacing: 0.2px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	background-color:#ed7e24;
	color:#fff;
}
.top_newsletter_link ul li:last-child a{
	border-right:none;
}
.top_section1 {
	background-color: #ed7e24;
}
.header_bottom {
	z-index: 1;
	position: relative;
	padding: 12px 0;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content:center;
	list-style: none;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	padding: 0 70px;
	display: inline-block;
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.main_menu ul li a:hover{
	color:#000;
}
.main_menu ul li:last-child a{
	border-right:none;
}
.top_section {
	position: relative;
	padding: 20px 0;
}
.logo {
	text-align: center;
	position: relative;
	z-index: 1;
}
.main_menu.right_box2 ul {
	justify-content: end;
	display: flex;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-text1 h1 {
	font-size: 19px;
	font-family: "Gabarito", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	color: #333333;
	letter-spacing: 0.3px;
	line-height: 25px;
}
.Verifie-text1 p {
	font-size: 16px;
	font-family: "Gabarito", sans-serif;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie-main1.box1 {
	justify-content: end;
}
/* 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: #ed7e24;
}
.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 {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	padding:7px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#000;
}
.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: #ed7e24;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	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 {
		padding: 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
		margin: 0;
	}
	.promo_top_text {
		padding: 10px 0;
	}
	.logo {
		width: 85%;
		margin: 0;
	}
	.top_section .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;
	}
    .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;
	}
	.Verifie-main1 {
		margin: 25px 0 0 0;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
	}
	.main_dezign_brain_header {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1 {
		justify-content: center;
	}
	.Verifie-main1.box1 {
		justify-content: center;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.welcom_text span {
		font-size: 14px;
	}
	.welcom_text {
		font-size: 14px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.round_bg {
	margin: 0 0 40px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 25px;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 545px;
	height: auto;
}
.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: 600px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	text-align: center;
	padding-bottom: 100%;
	overflow: hidden;
	background: #FFF;
	margin: 0;
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}
.thumb {
	font-size: 0;
	margin-left: -7.5px;
	margin-right: -7.5px;
	text-align: center;
}
.thumb label {
	width: 16%;
	padding: 0 5.1px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0px;
}
.thumb label .box {
	cursor: pointer;
	border: 1px solid #e2e2e2;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 100%;
	border-radius: 10px;
}
.thumb label img {
	display: inline-block;
	border: 0;
}
#imgView1:checked ~ .img-box #content1, #imgView2:checked ~ .img-box #content2, #imgView3:checked ~ .img-box #content3, #imgView4:checked ~ .img-box #content4, #imgView5:checked ~ .img-box #content5, #imgView6:checked ~ .img-box #content6, #imgView7:checked ~ .img-box #content7, #imgView8:checked ~ .img-box #content8, #imgView9:checked ~ .img-box #content9, #imgView10:checked ~ .img-box #content10, #imgView11:checked ~ .img-box #content11, #imgView12:checked ~ .img-box #content12, #imgView13:checked ~ .img-box #content13, #imgView14:checked ~ .img-box #content14, #imgView15:checked ~ .img-box #content15, #imgView16:checked ~ .img-box #content16, #imgView17:checked ~ .img-box #content17, #imgView18:checked ~ .img-box #content18, #imgView19:checked ~ .img-box #content19, #imgView20:checked ~ .img-box #content20 {
	display: block;
}
@-webkit-keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
@keyframes zoom {
 from {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
to {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
}
.img-holder .lightbox:before {
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 999;
}
/* Images Code END */

/* Table Code START */
.bg-transparent {
	background: none;
	border: none;
	text-align: right;
	padding: 0 10px;
	font-weight: 600;
	font-size: 18px;
}
.product_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Gabarito', sans-serif;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
	width: 100%;
}
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding: 20px 0px 0;
	border-radius: 10px !important;
	margin-top: 0px;
	border: 1px solid #e2e2e2;
	max-height: 542px;
	height: 542px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Gabarito', sans-serif;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Gabarito', sans-serif;
}
.desc-rd.desc-text b, .desc-rd.desc-text strong{
	font-size: 19px;
	letter-spacing: 0.30px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Gabarito', sans-serif !important;
	display: block;
}
.desc-hedtitle {
	color: #191919;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	z-index: 1;
	font-family: 'Gabarito', sans-serif !important;
	position: relative;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(9, 9, 9, 0.15);
	padding: 0 0 15px 0;
	margin: 0 25px;
	line-height: 30px;
}
.desc-rd p {
	font-size: 16px;
	font-family: 'Gabarito', sans-serif;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 12px;
}
.desc-rd.desc-text h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: 'Gabarito', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
	font-family: 'Gabarito', sans-serif;
	letter-spacing: 0.30px;
	line-height: 25px;
}
.desc-rd ul {
	margin-bottom: 10px;
	padding-left: 0;
}
.desc-rd li {
	background: url('../images/next.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 30px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333; 
	font-family: 'Gabarito', sans-serif !important;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}
.desc-rd.desc-text tr td {
	padding: 0px !important;
	padding-right: 12px !important;
} 
.desc-rd table, .desc-rd table tr td, .desc-rd table tr th {
	padding: 8px 10px;
	color: #515151 !important;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.20px;
	font-family: 'Gabarito', sans-serif;
	font-weight: 400 !important;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
}
.table_section .st_text {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
}
.table_section {
	margin-bottom: 15px;
}
.table_section {
	margin-bottom: 15px;
}
.desc-rd h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.round_bg .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.product_section {
		position: relative;
		margin: 0px 0;
	}
	#right_box {
		max-height: 465px;
		height: 465px;
	}
	.desc-text{
		max-height: 465px;
	}
}
@media screen and (max-width: 767px) {
	.product_images_wappers {
		padding: 0px 0 30px;
	}
	#right_box {
		max-height: 560px;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.thumb label {
		padding: 0 4.1px;
	}
	.desc-hedtitle {
		font-size: 18px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

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

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 70px;
	position: relative;
}
.about_img {
	margin-left: -145px;
	position: relative;
	z-index: 11;
}
.about_img img{
	z-index:1;
	position: relative;
}
.about_content .about_title {
	position: relative;
	margin: 0 0 25px 0;
}
.about_content {
	position: relative;
	z-index:11;
}
.browse_all_btn.about {
	text-align: left;
}
.about_content h6 {
	font-size: 40px;
	font-weight: 400;
	color: #0c557c;
	line-height: 44px;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	position: relative;
	display: inline-block;
	font-family: "Anton", sans-serif;
}
.about_content p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin: 0 0 25px 0px;
	position: relative;
	display: inline-block;
	font-family: 'Gabarito', sans-serif;
}
.button {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 20px 20px;
	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: #ed7e24;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}
.button:hover {
	background-color: #135eaa;
}
.browse_all_btn i {
	margin-left: 5px;
}
@media screen and (max-width:1199px) {
	.about_img {
		margin-left: -135px;
	}
}
@media screen and (max-width:1024px){
	.about_img {
		margin-left: -50px;
	}
}
@media screen and (max-width:1090px){
	.about_content p {
		font-size: 16px;
		margin: 0 0 20px 0px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto;
		text-align: center;
		width: 85%;
	}
	.about_content {
		margin: 30px 0 0 0;
	}
	.about_content p {
		font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.about_img {
		width: 100%;
	}
}
@media screen and (max-width:575px){
	.about_wrapper {
		margin: 0px 0px 40px;
	}
	.about_content p {
		font-size: 16px;
		line-height: 23px;
	}
	.about_content h6 {
		font-size: 35px;
		line-height: 38px;
	}
}
@media screen and (max-width:480px){
	.about_content h6 {
		font-size: 27px;
		line-height: 30px;
	}
}
@media screen and (max-width:361px){
	.about_content h6 {
		font-size: 26px;
		line-height: 28px;
	}
}
/* ============================== 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: #000;
	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: "Gabarito", sans-serif;
}
.tabsbottom {
	margin-bottom: 35px;
}
.tabsbottom label:hover {
	background: #fff;
	border-bottom-color: #0c557c;
	padding:30px 10px;
}
.tabsbottom input:checked + label {
	background: #fff;
	border-bottom-color: #0c557c;
	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 {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Gabarito", sans-serif;
	text-align: left;
	margin: 0 0 15px 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;
}
/* .tabs {
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
} */
@media screen and (max-width: 767px) {
	.tabsbottom label {
		width: 100%;
		margin: 0;
	}
	.tabsbottom input:checked + label {
		padding: 20px 10px;
	}
	.tabsbottom label:hover {
		padding: 20px 10px;
	}
	.tabsbottom label img {
		height: 30px;
	}
}
@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;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 35px 0;
}
.guaranteed-head h5 {
	font-size: 30px;
	font-weight: 400;
	color: #191919;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 33px;
	font-family: "Anton", sans-serif;
}
.start {
	margin: 15px 0;
}
.guaranteed_box {
	text-align: center;
	position: relative;
	padding: 30px 20px;
	background-color: #f3f9ff;
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
	margin: 0 0 40px 0;
}
.guaranteed_name {
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.2px;
	font-weight: 600;
	line-height: 25px;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	font-family: "Gabarito", sans-serif;
	margin: 0px 0px 20px;
}
@media screen and (max-width:1199px) {
	.guaranteed_box {
		padding: 30px 10px;
	}
	.guaranteed_text {
		font-size: 16px;
	}
}
@media screen and (max-width:991px){
	.guaranteed_wapper {
		margin: 0 0 0px 0;
	}
	.guaranteed-head {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_item {
		max-width: 70%;
		margin: 0 auto 30px;
	}
	.guaranteed-head h5 {
		font-size: 25px;
		line-height: 28px;
	}
}
@media screen and (max-width:480px){
	.guaranteed_item {
		max-width:90%;
	}
}
@media screen and (max-width:361px){ 
	.guaranteed_item {
		max-width: 100%;
	}
	.guaranteed-head h5 {
		font-size: 21px;
		line-height: 24px;
	}
	.guaranteed-head {
		margin: 0 0 20px 0;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0;
	background-color: #f4f4f4;
}
.footer_block_titel {
	font-size: 20px;
	color: #191919;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_block.footer_block02 {
	display: flex;
	justify-content: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a i{
	transition:all 0.5s ease-in-out;
	margin-right:5px;
	color:#135eaa;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #191919;
	line-height: 20px;
	font-weight: 500;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.4px;
	font-family: "Gabarito", sans-serif;
	padding: 7px 0;
}
.footer_menu ul li a:hover{
	color: #135eaa;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #135eaa;
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #e8e8e8;
	font-weight: 400;
	font-family: 'Gabarito', sans-serif;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #e8e8e8;
	font-weight: 400;
	text-align: right;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_logo {
		text-align: center;
		margin: 0px 0 20px 0;
	}
	.footer_block.footer_block03 {
		margin: 25px 0 ;
	}
	.footer_block.footer_block02 {
		text-align: center;
	}
}
@media screen and (max-width: 480px){
	.dezign_copyright {
		font-size: 13px;
	}
	.dezign_copyright span {
		font-size: 13px;
		line-height: 20px;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 40px 0;
}
.feature-title {
	position: relative;
}
.feature-title h2 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	line-height: 33px;
	z-index: 1;
	font-family: "Anton", sans-serif;
	text-align: center;
	letter-spacing: 0.3px;
	margin: 0 0 30px 0;
}
.cate_box {
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto 30px;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}
.feature_box a {
	display: block;
}
.cate_box .fat_text h2 {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #333333;
	position: relative;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
	padding: 10px 20px 0;
	letter-spacing: 0.2px;
}
.cate_box:hover .fat_text h2{
	color:#ed7e24;
}
.browse_all_btn.view2 {
	text-align: center;
}
@media screen and (max-width:1199px){
	.cate_box .fat_text h2 {
		font-size: 15px;
		padding: 10px 5px 0;
	}
}
@media screen and (max-width:991px){
	.cate_box .fat_text h2 {
		font-size: 18px;
	}
}
@media screen and (max-width:767px){
	.feature_section {
		margin: 0 0 40px 0;
	}
}
@media screen and (max-width: 480px) {
	.cate_box .fat_text h2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 23px;
		line-height: 27px;
		margin: 0 0 20px 0;
	}
}
/*============================================
			feature CSS END
============================================*/

/*============================================
			promotion CSS START
============================================*/
.Prmotion_wrepper {
	margin: 0px 0 50px 0;
}
.promo_wrapper {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(163, 163, 163, 0.22);
	padding: 30px 0;
	border-radius: 15px;
}
.promotion {
	width: 100%;
	display: flex;
	align-items: center;
}
.promotion_box {
	display: flex;
	align-items: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
	justify-content: center;
	padding: 0px 45px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.promotion_box:last-child{
	border-right:none;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 0 0 10px;
}
.promotion_text h2 {
	font-size: 17px;
	font-weight: 700;
	color: #444444;
	font-family: "Gabarito", sans-serif;
	margin-bottom: 0px;
	line-height: 24px;
	letter-spacing: 0.3px;
}
.promotion_text p {
	font-size: 16px;
	font-weight: 400;
	color: #898989;
	font-family: "Gabarito", sans-serif;
	margin-bottom: 0px;
	line-height: 21px;
	letter-spacing: 0.3px;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1199px) {
	.promotion_box {
		padding: 0px 25px;;
	}
}
@media only screen and (max-width: 991px) {
	.promotion {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}
	.promotion_text h2 {
		font-size: 17px;
		letter-spacing: 0.3px;
	}
	.promotion_box {
		justify-content: start;
	}
	.promotion_box:nth-child(2){
		border-right:none;
	}
	.promotion_box:nth-child(1), .promotion_box:nth-child(2){
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 767px) {
	.promotion_box {
		padding: 0px 15px;
	}
}
@media only screen and (max-width: 575px) {
	.promotion_text {
		padding: 10px 0 0 0px;
	}
	.promotion_box {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width:480px) {
	.promotion_text h2 {
		font-size: 14px;
	}
}
@media only screen and (max-width:361px) {
	.promotion_text h2 {
		font-size: 13px;
		line-height: 20px;
	}
	.promotion_box {
		padding: 0px 5px;
	}
}
/*============================================
			promotion CSS END
============================================*/
/* OFFER CSS START */
.offer_wrapper {
	margin: 0 0 60px 0;
	background-color: #f1f8ff;
	padding: 40px 0;
}
.offer_main_title {
	position: relative;
	text-align: center;
	margin: 0 0 40px 0;
}
.offer_main_title h6 {
	font-size: 30px;
	font-weight: 400;
	color: #191919;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	line-height: 34px;
	font-family: 'Anton', sans-serif;
	margin: 0 0 20px 0;
}
.offer_main_title p {
	font-size: 20px;
	font-weight: 400;
	color: #191919;
	letter-spacing: 0.2px;
	text-align: center;
	position: relative;
	line-height: 26px;
	font-family: 'Gabarito', sans-serif;
	margin: 0;
}
.offer_item {
	display: flex;
	column-gap: 60px;
	justify-content: space-around;
}
.offer_item .offer_box {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 10px 20px 10px 10px;
	border-radius: 60px;
	gap: 10px;
}
.offer_item .offer_box::before {
	content: '1';
	position: absolute;
	background-color: #333333;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: #fff;
	top: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
}
.offer_item .offer_box:nth-child(2):before{
	content: '2';
}
.offer_item .offer_box:nth-child(3):before{
	content: '3';
}
.offer_item .offer_box::after {
	content: '';
	position: absolute;
	border-style: dashed;
	border-color: rgba(0, 0, 0, 0.21);
	border-width: 1px;
	width: 60px;
	height: 2px;
	top: 0;
	right: -100px;
	bottom: 0;
	margin: auto;
}
.offer_item .offer_box:last-child::after{
	content:none;
}
.offer_item .offer_box .offer_title h6 {
	font-size: 20px;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #135eaa;
	position: relative;
	display: inline-block;
	font-family: "Gabarito", sans-serif;
	text-align: center;
	letter-spacing: 0.1px;
}
.offer_item .offer_box .offer_content p {
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	margin-bottom: 0px;
	color: #333333;
	position: relative;
	font-family: "Gabarito", sans-serif;
	letter-spacing: 0.3px;
}
@media only screen and (max-width:1300px){
	.offer_item .offer_box::after {
		right: -80px;
	}
}
@media only screen and (max-width:1350px){
	.offer_item .offer_box::after {
		right: -67px;
	}
}
@media only screen and (max-width:1199px){
	.offer_item .offer_box .offer_title h6 {
		font-size: 16px;
	}
	.offer_item {
		column-gap: 30px;
	}
	.offer_item .offer_box .offer_content p br {
		display: none;
	}
	.offer_item .offer_box {
		padding: 20px 20px 15px 10px;
	}
}
@media only screen and (max-width:991px){
	.offer_item .offer_box {
		width: 40%;
	}
	.offer_item {
		flex-wrap: wrap;
	}
	.offer_item .offer_box:nth-child(2)::after{
		content:none;
	}
	.offer_item .offer_box:nth-child(1), .offer_item .offer_box:nth-child(2){
		margin-bottom:30px;
	}
	.offer_item .offer_box .offer_title h6 {
		font-size: 16px;
	}
	.offer_item .offer_box::after {
		content: none;
	}
}
@media only screen and (max-width:767px){
	.offer_item .offer_box .offer_title h6 {
		font-size: 18px;
	}
	.offer_wrapper {
		margin: 0 0 40px 0;
	}
	.offer_main_title p {
		font-size: 14px;
		line-height: 19px;
	}
	.offer_main_title h6 {
		font-size: 25px;
		line-height: 28px;
	}
	.offer_item .offer_box {
		width: 60%;
		z-index: 1;
	}
	.offer_item {
		column-gap: 0;
	}
	.offer_item .offer_box:nth-child(1), .offer_item .offer_box:nth-child(2) {
		margin-bottom: 60px;
	}
	.offer_item {
		position: relative;
	}
	.offer_item::after {
		content: '';
		position: absolute;
		border-style: dashed;
		border-color: rgba(0, 0, 0, 0.21);
		border-width: 1px;
		width: 2px;
		height: 90%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 0;
	}
}
@media only screen and (max-width:575px){
	.offer_item .offer_box {
		width: 78%;
		z-index: 1;
	}
}
@media only screen and (max-width:480px){
	.offer_item .offer_box {
		width: 95%;
	}
	.offer_item .offer_box .offer_title h6 {
		font-size: 16px;
	}
	.offer_main_title h6 {
		font-size: 19px;
		line-height: 25px;
	}
}
@media only screen and (max-width:361px){
	.offer_item .offer_box {
		width: 100%;
	}
	.offer_item .offer_box .offer_title h6 {
		font-size: 15px;
	}
	.offer_main_title h6 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.offer_main_title p {
		font-size: 13px;
		line-height: 19px;
		letter-spacing: 0px;
	}
}
/* OFFER CSS END */