@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/*
font-family: "Poppins", sans-serif;
 font-family: "Inter", sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Poppins", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}

/*============================================
			Top Header Css START 	
============================================*/

.promo_top_text {
	background-color: #00a7df;
	padding: 8px 0;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.30px;
	line-height: 21px;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	font-weight: 700;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 25px 0;
	background-color: #f8f8f8;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text h1 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: "Poppins", sans-serif;
	color: #282827;
	margin: 0 0 2px 0;
}
.Verifie-text p {
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #666;
	margin-bottom: 0;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.menu::after {
	content: '';
	background-image: url(../images/menu-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
	width: 100%;
	height: 14px;
}	
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	padding: 0px 35px;
	position: relative;
}
.main_menu ul li:nth-child(4) {
	padding-right: 0px;
}
.main_menu ul li:nth-child(4)::after{
    display: none;
}
.main_menu ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.8px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff !important;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #000 !important; 
}
 
/* mobile-menu-css-tart */


.main_menu_mobile {
	position: relative;
	display: inline-block;
}
  
.main_menu_mobile {
	padding-left: 10px;
	font-size: 16px;
	border: none;
	cursor: pointer !important;
}
.menu-links {
	display: none;
	position: absolute;
	background-color: #00a7df;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 111;
	right: 20px;
	top: 10px;
	width: 160px;
}
.menu-btn{
	background-color: transparent;
  	outline: none;
  	border: 0px;
}
.menu-links a {
	color: #fff;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
}
.main_menu_mobile:hover .menu-links {
	display: block;
}
.menu-btn img{
	width: 60%;
}
.menu-links a {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.80px;
	font-weight: 500;
	transition: all .5s ease-in-out;
	color: #fff !important;
}
.menu-links a:hover{
	color: #000 !important;
}
/* responsive */
@media screen and (max-width: 1199px) {
	.main_dezign_brain_header .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.main_menu ul li {
		padding: 0px 25px;
		position: relative;
	}
	.Verifie-text p {
		font-size: 11px;
	}
	.Verifie-text h1 {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.Verifie-text p {
		font-size: 10px;
	}
	.Verifie-text h1 {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
    .Verifie-main {
        justify-content: center;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .menu{
        display: none;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_header .logo a img {
        width: 80%;
    }
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
    .welcom_text {
        text-align: center;
    }
    .top_section {
        padding: 19px 0;
    }
	.Verifie-text h1 {
		font-size: 17px;
	}
	.Verifie-text p {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.top_header .logo a img {
		width: 77%;
	}
}
@media screen and (max-width: 350px) {
.top_newsletter_link ul li a {
	font-size: 12px;
	padding: 3px 7px;
}
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
}
/*============================================
			Header Css END 	
============================================*/
/*============================================
			image Css START 	
============================================*/
.listing_section {
	padding-top: 40px;
}
.main_title {
	font-size: 18px;
	letter-spacing: 0.30px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 7px 5px;
	color: #fff;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	font-family: "Poppins", sans-serif;
	text-align: center;
}
.listing_content {
	width: 100%;
	margin: 0px auto 0;
	display: table;
	padding: 00;
}
#main_gallery {
	float: left;
	min-height: auto;
	width: 100%;
	position: relative;
}
#main_gallery .full_img_wapper {
	float: left;
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery #main_row {
	float: right;
	height: auto;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	margin-right: 0px;
}
#main_row > div {
	float: left;
	margin-top: 0;
	max-width: 378px;
}
#main_gallery #main_row div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	display: table-cell;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	max-height: 164px;
	max-width: 164px;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
}
#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 #main_row input {
	display: none;
}

/* image_responsiv */

@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	.main_title {
		margin-bottom: 10px;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_gallery .full_img_wapper {
		height: 400px;
		width: 100%;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 20px 16px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width:991px) {
	.listing_section {
		padding-top: 0px;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 0px 10px 6px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 15px 15px;
	}
}
@media screen and (max-width: 361px){

}
/*============================================
			image Css END 	
============================================*/
/*============================================
			Listing CSS START
============================================*/

.desc_box {
	border: 1px solid #dadada;
	background-color: #fff;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0px;
	padding: 6px 0px;
	letter-spacing: 0.30px;
	z-index: 1;
	font-family: "Poppins", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	background-color: #000;
}
.desc-rd p {
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}
.desc-rd p:last-child{
	margin-bottom: 0;
}
.desc-rd h4 {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	font-family: "Poppins", sans-serif;
	display: block;
}
.desc-rd b {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	display: block;
}
.desc-rd.desc-text ul {
	margin: 0 0 0 15px;
}
.desc-rd.desc-text br {
	line-height: 15px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 20px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #555;
	font-family: "Poppins", sans-serif;
}
.desc-rd.desc-text li b, .desc-rd.desc-text li strong ,.desc-rd.desc-text p b, .desc-rd.desc-text p strong {
	font-size: 15px;
	font-weight: 500;
	display: inline;
	margin: 0;
}
/* listing_responsiv */

@media only screen and (max-width: 1200px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}

/*============================================
			Listing CSS END
============================================*/
/*============================================
			Banner CSS START
============================================*/

#dezign_home_banner {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0px;
	position: relative;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-top: 40px;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}

/* banner_responsiv */

@media only screen and (max-width: 767px){
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#maine_slider_res, .paypal_section_res {
		display: block;
		margin-bottom: 0px !important;
	}
}

/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.Prmotion_wrepper {
	margin: 30px 0;
}
.promotion_title h2 {
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 31px;
	letter-spacing: 0.30px;
	color: #000;
	margin-bottom: 25px;
	font-weight: 500;
}	
.promotion {
	width: 100%;
	border-radius: 10px;
	display: flex;
	padding: 30px 25px;
	justify-content: space-between;
	box-shadow: 0px 0px 26px 0px rgba(163, 163, 163, 0.21);
}
.promotion_box {
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	position: relative;
}
.promotion_icon img {
	transition: all 0.5s ease-in-out;
}
.promotion_box:hover img {
	transform: rotateY(360deg);
}
.promotion_text {
	padding: 0 10px;
}
.promotion_text h2 {
	font-size: 15px;
	font-weight: 500;
	color: #112d55;
	letter-spacing: 0.65px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0px;
}
.Prmotion_wrepper .container .promotion .row {
	grid-row-gap: 20px;
	width: 100%;
}
/* pramotion_responsiv */

@media only screen and (max-width: 1200px) {
	.Prmotion_wrepper .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1047px){
	.promotion_text h2 {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1011px){
	.promotion_text h2 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
	.promotion .col-md-4{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.promotion {
		flex-wrap: wrap;
		justify-content: center;
	}
	.promotion_box {
		width: 33.33%;
	}
	.promotion  .promotion_box:nth-child(4), .promotion  .promotion_box:nth-child(5){
		margin: 25px 0 00 0;
	}
	.promotion_text h2 {
		font-size: 15px;
	}
	.Prmotion_wrepper .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.Prmotion_wrepper .container .promotion .row {
		grid-row-gap: 20px;
		width: auto;
	}
	.promotion_title h2 {
		font-size: 17px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.Prmotion_wrepper {
		margin: 20px 0;
		margin-top: 0px;
	}
}
@media only screen and (max-width: 715px) {
	.promotion_box {
		width: 50%;
	}
	 .promotion  .promotion_box:nth-child(3){
		margin: 25px 0 00 0;
	}
}
@media only screen and (max-width: 575px) {
	.promotion {
		display: block;
	}
	.promotion  .promotion_box:nth-child(2){
		margin: 25px 0 00 0;
	}
	.promo_wrapper {
		margin: 0 auto;
		display: table;
	}
	.promotion_box {
		width: 100%;
		justify-content: start;
	}
	.promotion_title br {
		display: none;
	}
}
@media only screen and (max-width: 361px) {
	.promotion_title h2 {
		font-size: 15px;
		line-height: 21px;
	}
}

/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 45px 0px;
}
.feature-title h1 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	color: #112d55;
	margin-bottom: 30px;
}
.cate_box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px;
	overflow: hidden;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.feature_box a::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  	bottom: 0;
  	content: "";
  	height: 0;
  	opacity: 1;
  	position: absolute;
  	right: 0;
  	width: 0;
	z-index: 2;
}
.cate_box:hover .feature_box a::before{
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.feature_box a::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
.cate_box:hover .feature_box a::after{
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.cate_box:hover .fat_box a h1{
	color: #29abe2;
}
.fat_box{
	transition: all .5s ease-in-out;
}
.cate_box .fat_text h1 {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-align: center;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	color: #222;
	padding: 8px 3px;
}
.browse_all_btn{
	text-align: center;
}
.browse_all_btn a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 11px 21px;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: #00a7df;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.browse_all_btn a:hover{
	color: #fff;
}
.browse_all_btn img {
	margin-top: -2px;
}
.button::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #000;
	height: 150px;
	width: 310px;
	border-radius: 50%;
	top: 100%;
	left: 100%;
	transition: all .7s ease-in-out;
}
.button:hover:before {
	top: -30px;
	left: -30px;
}
@media screen and (max-width: 1199px) {
	.feature_section .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.feature_section {
		margin: 15px 0px 40px;
	}
	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 575px) {
	.cate_box {
		display: table;
		margin: 0 auto 5px;
	}
	.feature_section {
		margin: 30px 0px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h1 {
		font-size: 24px;
		letter-spacing: 0.80px;
	}
	.cat_sec .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) {
	.feature-title h1 {
		font-size: 23px;
		letter-spacing: 0.8px;
		margin-bottom: 15px;
	}
	.feature-title p {
		font-size: 15px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			promo CSS START
============================================*/

.promo_wrepper {
	margin: 50px 0;
}
.promo_box {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 22px 0;
}
.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box {
	justify-content: end;
	padding-right: 60px;
	border-right: 1px solid #c8d3e5;
}
.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box {
	justify-content: start;
	padding-left: 60px;
}
.promo_wrepper .container .row .col-md-6{
	padding: 0px;
}
.promo_text h1 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #112d55;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	letter-spacing: 0.80px;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
}
.promo {
	width: 100%;
	display: flex;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0 16px 50px -41px,rgba(0, 0, 0, 0.2) 0 -22px 50px -41px;
}

/* promo_responsiv */

@media only screen and (max-width: 1200px) {
	.promo_wrepper .container{
		max-width: 100%;
		padding: 0 40px;
	}
}
@media only screen and (max-width: 991px) {
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 30px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 30px;
	}
	.promo_wrepper {
		margin: 20px 0 40px;
	}
}
@media only screen and (max-width: 767px){
	.promo {
		display: block;
		padding: 7px 0;
	}
	.promo_wrepper .container .row .col-md-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.promo_wrepper .container .row .col-md-6 .promo_box{
		justify-content: center !important;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 0px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 0px;
		border-right: 0px !important;
	}
	.promo_box {
		padding: 11px 0;
	}
}
@media only screen and (max-width: 350px){
	.promo_wrepper .container {
		padding: 0 20px;
	}
	.promo_text h1 {
		font-size: 16px;
	}
	.promo_text p {
		font-size: 13px;
	}
}

/*============================================
			promo CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about_bg {
	position: relative;
}
.about_bg::after {
	content: '';
	position: absolute;
	background-color: #f5f5f5;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 79%;
	z-index: -1;
}
.about_bg .container .row .col-md-6{
	padding: 0px;
}
.about_text span{
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-family: "Poppins", sans-serif;
	color: #000;
}
.about_text h1 {
	font-size: 40px;
	font-weight: 600;
	color: #112d55;
	letter-spacing: 0.30px;
	margin-bottom: 40px;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
}
.about_text h2 {
	font-size: 19px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.10px;
	margin-bottom: 20px;
	line-height: 27px;
	font-family: "Poppins", sans-serif;
}
.about_text p {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	letter-spacing: 0.20px;
	margin-bottom: 26px;
	font-family: "Poppins", sans-serif;
}
.about_title h1 span{
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 0.50px;
	font-family: "Poppins", sans-serif;
	position: relative;
}
.about_bg .container .row .about_title h1{
	text-align: center;
}
.peach_text {
	margin-bottom: 60px;
}
.ebay_msg {
	margin: 0 0 30px 0;
}
.ebay_msg a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 11px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: #00a7df;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.ebay_msg img{
	margin-right: 10px;
}
/* About_us_responsiv */
@media only screen and (max-width: 1199px){
	.about_bg .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1022px) {
	.about_text h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 991px){
	.who_img {
		text-align: center;
		width: 92%;
	}
	.about_text h1 {
		font-size: 28px;
		margin-top: 3px;
		margin-bottom: 25px;
	}
	.about_bg::after {
		height: 82%;
	}
	.about_text h2 {
		font-size: 15px;
		line-height: 20px;
	}
	.about_text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	.about_text span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	.about_text span {
		font-size: 18px;
	}
	.about_text h1 {
		font-size: 32px;
	}
	.about_text h2 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 27px;
	}
	.about_text p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 26px;
	}
	.about_text h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about_bg {
		margin: 20px 0;
	}
	.about_text {
		text-align: center;
		padding: 20px 20px 0;
	}
	.who_img {
		text-align: center;
		width: 68%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px){
	.about_text h1 {
		font-size: 25px;
	}
	.about_text h2 {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 361px){
	.about_text h1 {
		font-size: 22px;
	}
}

/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 50px 0 30px 0;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
}
.tabs label {
	cursor: pointer;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 43px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #000;
	text-transform: uppercase;
	margin-right: 10px;
	font-family: "Poppins", sans-serif;
	z-index: 1;
	padding: 0 24px;
	margin-bottom: 0px;
}
.tabs input[type="radio"]:checked + label {
	color: #fff;
	background: #00a7df;
}
.tabs label:hover {
	color: #fff;
	background-color: #00a7df;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #5c5c5c;
	font-weight: 400;
	flex-grow: 1;
	font-family: "Poppins", sans-serif;
	margin: 0px auto 0;
	order: 99;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	padding: 25px 20px;
	border: 1px solid #bfbfbf !important;
	display: none;
}
.tab.description_content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.30px;
	color: #444;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}
.description_content p:last-child{
	margin-bottom: 0px;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}

/* TAB_responsiv */

@media only screen and (max-width: 1200px) {
	.main_tab_row .container {
	  max-width: 100%;
	  padding: 0px 40px;
	}
}
@media only screen and (max-width:991px) {
	.tabs label {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0rem;
		margin-left: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
		border-radius: 0;
		margin-bottom: 0px;
	}
	.main_tab_row {
		position: relative;
		z-index: 99;
		margin: 40px 0 20px 0;
	}
}
@media only screen and (max-width: 540px){
	.tabs .tab {
		padding: 15px;
		padding-top: 20px;
	}
	.main_tab_row .container {
		padding: 0px 20px;
	}
}

/*============================================
			TAB CSS END
============================================*/
/*============================================
			guaranteed CSS START
============================================*/
.guaranteed-head {
	text-align: center;
	text-transform: uppercase;
}
.guaranteed-head h5 {
	font-size: 40px;
	font-weight: 600;
	color: #112d55;
	letter-spacing: 0.3px;
	font-family: "Poppins", sans-serif;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.guaranteed-head span {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.90px;
	color: #707070;
	font-family: "Poppins", sans-serif;
}
.guaranteed_box {
	padding: 25px 20px 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: -2px 6px 20px 0px rgba(152, 152, 152, 0.19);
}
.guaranteed_name {
	font-size: 17px;
	color: #000;
	letter-spacing: 0.20px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin: 15px 0;
}
.guaranteed_text {
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 22px;
	padding: 13px 0;
	letter-spacing: .30px;
}
.start {
	margin-bottom: 15px;
}
.btn_2 {
	margin: 40px 0 40px;
	text-align: center;
}
.btn_2 a {
	color: #fff;
 	font-size: 15px;
 	font-weight: 500;
 	letter-spacing: 0.8px;
 	font-family: 'Poppins', sans-serif;
 	text-align: center;
 	margin: 0 auto;
 	padding: 11px 25px;
 	display: inline-block;
 	position: relative;
 	transition: all .5s ease;
 	-webkit-transition: all .5s ease;
 	-moz-transition: all .5s ease;
 	-ms-transition: all .5s ease;
 	-o-transition: all .5s ease;
 	background-color: #00a7df;
 	overflow: hidden;
 	z-index: 1;
 	text-transform: uppercase;
}
.btn_2 a span{
	z-index: 20;
}
.btn_2 a span img{
	margin-left: 6px;
}
.btn_2 a span:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.btn_2 a:hover span::after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* guaranteed_responsiv */

@media screen and (max-width: 1199px) {
	.guaranteed_wapper .container{
		max-width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width: 1024px) {
	.guaranteed_text {
		height: 92px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row .col-md-3{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guaranteed_wapper .container .row{
		display: flex;
		justify-content: center;
		grid-row-gap: 20px;
	}
	.guaranteed_box {
		padding: 30px 13px 6px !important;
	}
	.guaranteed_text {
		font-size: 16px !important; 
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-3{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.guaranteed_wapper .container{
		max-width: 100%;
		padding: 0 20px;
	}
	.guaranteed_text {
		height: auto;
	}
	.guaranteed-head h5 {
		font-size: 31px;
	}
	.guaranteed-head span {
		font-size: 13px;
	}
}
@media screen and (max-width: 1172px){
	.guaranteed_text {
		font-size: 15px;
	}
}
@media screen and (max-width: 1116px){
	.guaranteed_box {
		padding: 30px 7px 6px;
	}
}
@media screen and (max-width: 1068px){
	.guaranteed_text {
		font-size: 14px;
	}
}
@media screen and (max-width: 1012px){
	.guaranteed_box {
		padding: 30px 3px 6px;
	}
}
@media screen and (max-width: 480px){
	.guaranteed-head h5 {
		font-size: 20px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/*============================================
			footer CSS START
============================================*/
.Shop_footer_wapper {
	background-color: #f5f5f5;
	padding: 35px 0px 30px;
}
.footer_block_titel {
	font-size: 19px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.5px;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
	margin: 30px 0 5px;
	grid-column-gap: 50px;
	margin-left: -20px;
	margin-right: -20px;
	justify-content: center;
}
.footer_menu_block {
	display: flex;
	grid-column-gap: 50px;
}
.store_footer_wapper .container .row .col-md-6{
    display: grid;
    justify-content: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li:nth-child(1) {
	padding-left: 00px;
}
.footer_menu ul li:nth-child(4) {
	padding-right: 00px;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 0%;
	background-color: #00a7df;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}
.footer_menu ul li a:hover::after{
    width: 100%;
}
.footer_menu ul li{
	position: relative;
}
.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	background-color: #000;
	padding: 10px 0;
	position: relative;
	border-top: 1px solid #252121;
}
.dezign_copyright {
	text-align: center;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #29abe2;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.30px;
}
.dezign_by {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
.dezign_by span {
	color: #29abe2;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.footer_bottom .container .row .col-md-5{
	display: none !important;
}
.footer_bottom .container .row .col-md-7{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	text-align: center; 
}
@media screen and (max-width: 1199px) {
    .Shop_footer_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer_bottom .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.footer_menu_block {
		grid-column-gap: 30px;
	}
	.footer_block01 .footer_menu ul {
		grid-column-gap: 30px;
	}
	.footer_block_titel {
		font-size: 17px;
	}
}
@media screen and (max-width:1024px) {
	.footer_block_titel {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block01 .footer_menu ul {
        display: block;
        margin-top: 20px;
		margin-left: 0px;
	    margin-right: 0px;
    } 
	.footer_menu_block {
		display: flex;
		grid-column-gap: 35px;
		justify-content: center;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
	.dezign_copyright {
		font-size: 12px;
	}
	.footer_block_titel {
		font-size: 12px;
	}
	.Shop_footer_wapper {
		padding: 25px 0px 20px;
	}
}
@media screen and (max-width: 767px) {
    .store_footer_wapper .container .row{
        display: grid;
        grid-row-gap: 20px;
    }
    .store_footer_wapper .container .row .col-md-6{
        order: -1;
    }
    .store_footer_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.dezign_copyright {
		text-align: center;
		font-size: 14px;
	}
	.dezign_by {
		text-align: center;
		margin-top: 5px;
	}
	.footer_block.footer_block04 {
		text-align: center;
	}
	.footer_block01 .footer_menu ul {
		margin-left: 0px;
		margin-right:0px;
	}
	.Shop_footer_wapper .container .row .col-md-6 {
		order: -1;
	}
	.dezign_copyright span {
		font-size: 17px;
	}
	.dezign_by {
		font-size: 14px;
	}
	.footer_block.footer_block03 {
		margin: 15px 0 30px;
		text-align: center;
	}
	.Shop_footer_wapper {
		padding: 17px 0px 20px;
	}
	.footer_block_titel {
		font-size: 19px;
	}
}
@media screen and (max-width: 575px){
	.dezign_copyright {
		font-size: 13px;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
}
@media screen and (max-width:480px){
	.footer_block.footer_block03, .footer_block.footer_block04, .footer_block.footer_block01 {
		display: none;
	}
}
@media screen and (max-width: 361px){
	.footer_menu_block {
		display: block;
		text-align: center;
	}
}
/* ----------------------------------------------------------- */
.used_phone_section {
	padding: 30px;
	background: #f9f9f9;
	border-radius: 60px;
	margin-top: 40px;
}
.col-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 30px;
}

.db-col {
	display: table-cell;
	width: 48%;
	background: #ffffff;
	padding: 21px;
	border-radius: 20px;
}

.used_phone_section-title{
	background: #00a7df;
	border-radius: 20px;
	margin:  0 0 20px 0;
}
.used_phone_section-title h2 {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.30px;
	color: #fff;
	font-family: "Gabarito", sans-serif;
	text-align: center;
	padding: 13px 0;
}
.used_phone_section-image {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px 0;
}
.used_phone_section-image span {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Gabarito", sans-serif;
	width: 90%;
}
.used_phone_section-box ul li{
		font-size: 18px;
		line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 15px 0;
	background: url('../images/true.png');
	background-repeat: no-repeat;
	background-position: left 5px;
  padding-left: 33px;
}
.used_phone_section-box ul li:last-child {
	margin-bottom: 0px;
}
.used_phone_section-box ul ol li:last-child {
	margin: 0 0 15px 0;
}
.used_phone_section-box ul ol{
	padding: 0;
}
.used_phone_section-box ul ol li{
	list-style: none;
	font-size: 16px;
		line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.30px;
	color: #191919;
	font-family: "Gabarito", sans-serif;
	margin: 0 0 15px 0;
	background: url('../images/true2.png');
	background-repeat: no-repeat;
	background-position: left 0;
  padding-left: 33px;
}
@media (max-width:1199px) {
	.used_phone_section-image span{
		font-size: 22px;
	}
	.used_phone_section-box ul li {
		font-size: 16px;
		line-height: 22px;
	}
	.used_phone_section-title h2 {
		font-size: 20px;
	}
}
@media (max-width:991px) {
	.db-col {
		width: 100%;
	}
}
@media (max-width:575px) {
	.used_phone_section-title h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.used_phone_section {
		margin-top: 20px;
	}
}
@media (max-width:480px) {
	.used_phone_section {
		padding: 15px;
		border-radius: 30px;
	}
	.used_phone_section-image span {
	font-size: 18px;
}
.used_phone_section-box ul li {
	font-size: 15px;
	line-height: 20px;
}
}