@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
font-family: "Montserrat", serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Montserrat", 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;
	display: block;
}
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: #0067b0;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Montserrat", serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.50px;
	line-height: 21px;
}
.welcom_text span {
	font-size: 14px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-weight: 600;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Montserrat", serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.30px;
	padding: 10px 14px;
	text-transform: capitalize;
	transition: all .5s ease-in-out;
	display: inline-block;
}
.top_newsletter_link ul li a:hover {
	background-color: #ff8b39;
}
.top_newsletter_link ul li a img {
	margin-right: 5px;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 10px 0;
}
.top_section .top_header{
	text-align: center;
}
.Verifie-main{
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}
.Verifie-text h1{
    font-size: 20px;
	font-family: "Montserrat", serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
}
.Verifie-text p {
	font-size: 16px;
	font-family: "Montserrat", serif;
	line-height: 20px;
	letter-spacing: 0.50px;
	font-weight: 300;
	color: #555;
	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 30px;
	position: relative;
}
.main_menu ul li:last-child{
	padding-right: 0px;
}
.main_menu ul li::before {
	content: ']';
	position: absolute;
	right: 16px;
	top: 0px;
	bottom: 0;
	margin: auto;
	color: #f78724;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	font-weight: 500;
}
.main_menu ul li::after {
	content: '[';
	position: absolute;
	left: 16px;
	top: 0px;
	bottom: 0;
	margin: auto;
	color: #f78724;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
	font-weight: 500;
}
.main_menu ul li:nth-child(4)::before {
	right: -14px;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #0067b0;
}
.main_menu ul li:hover::after, .main_menu ul li:hover::before {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.main_menu ul li a {
	font-family: "Montserrat", serif;
	font-size: 16px;
	letter-spacing: 0.80px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #222;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #f78724;
}

/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	font-family: "Montserrat", serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 40px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 1;
	margin-top: -12px;
}
.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: 100%;
	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;
	background-color: #0067b0;
	display: inline-grid;
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
}
.amon ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-size: 17px;
	line-height: initial;
	padding: 12px 0;
}
.amon ul li a:hover {
	background-color: #f78724;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	padding: 0;
}
.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;
	background: #0067b0;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.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;
}

/* responsive */

@media screen and (max-width: 1200px) {
    .Verifie-text h1 {
        font-size: 19px;
    }
}
@media screen and (max-width: 1199px){
	.main_menu ul li {
		padding: 0px 20px;
		position: relative;
	}
	.main_menu ul li::before {
		right: 10px;
	}
	.main_menu ul li::after {
		left: 10px;
	}
	.main_menu ul li:nth-child(4)::before {
		right: -10px;
	}
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
	.top_header_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
    .top_section .top_header {
        text-align: left;
    }
    .Verifie-text h1 {
        font-size: 19px;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .menu{
        display: none;
    }
    .mobile_menu{
		display: block;
	}
	.top_header .logo a img {
		width: 85%;
	}
    .promo_top_text {
        padding: 10px 0 0;
    }
    .dezign_top_menu .row {
        display: grid;
        grid-row-gap: 5px;
    }
    .welcom_text {
        text-align: center;
    }
    .top_newsletter_link {
        display: flex;
        justify-content: center;
    }
	.top_section .col-lg-8{
		display: none;
	}
}
@media screen and (max-width: 338px){
    .top_newsletter_link ul li a {
        padding: 10px 8px;
    }
}
@media screen and (max-width: 380px){
    .menu-links {
        left: -106px;
        top: 19px;
    }
}
@media screen and (max-width: 375px){
	.top_newsletter_link ul li a {
		font-size: 13px;
		padding: 10px 9px;
	}
}
@media screen and (max-width: 350px) {
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
}

@media screen and (max-width: 480px){
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 0 0 40px 0;
}
.main_title p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.6px;
	font-weight: 600;
	font-family: "Montserrat", serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #0067b0;
	padding: 7px 27px;
	margin-bottom: 15px;
	max-width: 100%;
	position: relative;
	height: 44px;
	overflow: hidden;
}

.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Montserrat", serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Montserrat", serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Montserrat", serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Montserrat", serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	border: 1px solid #dadada;
	padding: 20px;
	border-top: 0;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Montserrat", serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.60px;
	color: #333333;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0;
}
.desc-rd.desc-text i {
	font-size: 20px;
	font-style: initial;
	color: #000000;
	font-weight: 800;
	letter-spacing: 0.30px;
	line-height: 30px;
	font-family: "Montserrat", serif;
	margin-bottom: 10px;
	display: inline-block;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000000;
	font-family: "Montserrat", serif;
	display: inline-block;
	margin-bottom: 20px;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 738px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#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;
	float: left;
	height: 614px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
}
#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;
}
section p {
	font-family: "Montserrat", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Montserrat", serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #0067b0;
	padding: 7px 5px;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	padding-left: 19px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #555;
	position: relative;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text li::after {
	content: '';
	background-color: #000;
	width: 9px;
	height: 9px;
	position: absolute;
	display: block;
	top: 2px;
	bottom: 0;
	margin: auto;
	left: 0;
}
#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: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
}
#main_gallery div.imagsbox_w2 {
	width: 100% !important;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@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_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#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 8px 20px 8px;
	}
	#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;
	}
	#main_gallery #main_row {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.main_title p {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 575px){
	.top_header .logo a img {
		width: 75%;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 0px 0px;
	}
	.main_title p {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
	.main_title p {
		clip-path: border-box;
	}
	.main_title p::before, .desc-hedtitle p::before {
		right: 0;
	}
	.main_title p::after, .desc-hedtitle p::after {
		left: 0;
	}
	.desc-hedtitle p {
		clip-path: border-box;
	}

}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
	margin-bottom: 40px;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#dezign_home_banner {
		margin: 0 auto 25px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/

.service_wrapper {
	background-color: #0067b0;
	margin: 80px 0px;
}
.service_item {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #17181d;
	height: 100px;
	width: 66px;
	margin: -10px 0;
	position: relative;
}
.service_img::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -10px;
	rotate: 225deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #969696;
}
.service_img::before {
	content: '';
	position: absolute;
	bottom: 3px;
	right: -10px;
	rotate: 320deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #969696;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	margin: 0px 0 3px 0;
	letter-spacing: 0.65px;
	text-align: left;
}
.service_title p {
	font-size: 16px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.service_title h4 {
		font-size: 15px;
	}
	.service_title p {
		font-size: 14px;
	}
}
@media screen and (max-width:1024px) {
	.service_wrapper {
		background-color: transparent;
	}
	.service_box {
		width: 62%;
		background-color: #0067b0;
		margin: 0 auto;
	}
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.service_wrapper .service_item .service_box:nth-child(3), .service_wrapper .service_item .service_box:nth-child(4) {
		margin: 35px auto 35px;
	}
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_box {
		width: 82%;
		margin: 0 auto;
		background-color: #0067b0;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 96%;
		background-color: #0067b0;
	}
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width:575px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
	.service_box {
		width: 66%;
	}
	.service_wrapper .service_item .service_box:nth-child(2){
		margin: 35px auto 0;
	}
	.service_wrapper .service_item .service_box:nth-child(4){
		margin: 0px auto 35px;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width:80%;
	}
}
@media screen and (max-width: 361px) {
	.service_box {
		width: 90%;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 40px 0px 20px;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature-title h1 {
	font-size: 35px;
	font-weight: 700;
	font-family: "Montserrat", serif;
	color: #000;
	letter-spacing: 0.40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 40px;
}
.cate_box {
	position: relative;
	margin: 0 0 20px;
	display: table;
	border: 1px solid #c4c4c4;
	padding: 10px 10px 20px;
}
.feature_box {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	transition: all .5s ease-in-out;
}
.cate_box:hover .feature_box {
	outline-offset: 0;
	outline-color: transparent;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box:hover .feature_box img {
	transition: all .8s ease-in-out;
  	transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-webkit-transition: all .8s ease-in-out;
  	-moz-transition: all .8s ease-in-out;
  	-ms-transition: all .8s ease-in-out;
  	-o-transition: all .8s ease-in-out;
}
.fat_text{
	position: relative;
}
.fat_text::after {
	content: '';
	background-image: url(../images/cat_box_sheddow.png);
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	margin: auto;
	height: 16px;
	width: 100%;
	transition: all .5s ease-in-out;
	background-repeat: no-repeat;
}
.cate_box .fat_text h1 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.7px;
	transition: all 0.8s ease-in-out;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #444444;
	padding: 36px 0 0;
	font-family: "Montserrat", serif;
	margin-bottom: 0;
}
.cate_box:hover .fat_text h1 {
	color: #0067b0;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.about_btn_main {
	text-align: left !important;
	padding-left: 7px;
}
.btn_section {
	text-align: center;
	overflow: hidden;
	height: 48px;
}

.button a
.button:hover{
	color:#191919;
}

.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.cate_box .fat_text h1 {
		font-size: 16px;
	}
	.service_wrapper {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 991px){
	.cate_box .fat_text h1 {
		font-size: 18px;
	}
	.service_wrapper {
		margin: 50px 0;
		margin-bottom: 20px;
	}
	.feature_section {
		margin: 40px 0px 0px;
	}
}
@media only screen and (max-width: 767px){
	.cate_box {
		margin: 0 0 20px;
		padding: 10px 5px 20px;
	}
	.cate_box .fat_text h1 {
		font-size: 13px;
		padding: 30px 3px 0;
	}
	.feature_section {
		margin: 15px 0px 0px;
	}
	.feature_box {
		outline-offset: 10px;
	}
}
@media only screen and (max-width: 575px){
	.cate_box .fat_text h1 {
		font-size: 20px;
	}
	.cate_box {
		margin: 0 0 20px;
		padding: 10px 10px 20px;
	}
	.cate_box {
		margin: 0 auto 23px;
	}
	.feature_section .container .row .col-sm-6:last-child .cate_box{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px){
	.cat_sec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.cate_box .fat_text a {
		font-size: 11px;
	}
	.feature-title h1 {
		font-size: 24px;
		margin: 0px 0 25px;
	}
	.feature_section {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h1 {
		font-size: 19px;
		margin: 0px 0 35px;
	}
	.feature_section {
		margin: 20px 0px 0px;
	}
	.cate_box .fat_text h1 {
		font-size: 16px;
	}
	.cate_box {
		margin: 0 auto 37px;
	}
	.button a {
		font-size: 13px;
	}
}
/*============================================
			feature CSS END
============================================*/

/* ABOUT1 CSS START */
.about_wrapper {
	margin: 0px 0px 60px;
	padding: 60px 0;
}
.about_img {
	position: relative;
	z-index: 2;
}
.about_img::after {
	content: '';
	background-color: #f1f1f1;
	position: absolute;
	left: -510px;
	top: -51px;
	margin: auto;
	height: 632px;
	width: 860px;
	z-index: -1;
	transform: skew(-11deg);
}
.about_img::before {
	content: '';
	background-image: url(../images/about_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -78px;
	left: 0;
	margin: auto;
	height: 66px;
	width: 275px;
	mix-blend-mode: darken;
}
.title {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.title h1 {
	font-size: 24px;
	line-height: 42px;
	color: #000;
	font-weight: 700;
	letter-spacing: 5px;
	font-family: "Montserrat", serif;
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 0 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.title p {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	letter-spacing: 1px;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
}
.title h1 span {
	font-weight: 400;
}
.feature_title::after {
	content: '';
	border: 1px solid #dadada;
	position: absolute;
	margin: auto;
	width: 100%;
	height: 5px;
	left: 0;
	right: 0;
	top: 21px;
	border-left: 0;
	border-right: 0;
}
.about_content {
	position: relative;
}
.about_content h3 {
	font-size: 40px;
	font-weight: 700;
	color: #000000;
	font-family: "Montserrat", serif;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0.80px;
	text-transform: uppercase;
}
.about_content span{
	font-size: 50px;
	font-weight: 300;
	color: #000;
	font-family: "Montserrat", serif;
}
.about_content h6 {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	font-family: "Montserrat", serif;
	line-height: 24px;
	letter-spacing: 0.30px;
}
.about_content p {
	font-size: 15px;
	font-weight: 600;
	color: #555555;
	font-family: "Montserrat", serif;
	line-height: 27px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.about_button.button {
	position: relative;
	display: inline-block;
}
.button a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.9px;
	font-family: "Montserrat", serif;
	text-align: center;
	margin: 0 auto;
	padding: 13px 26px;
	display: inline-block;
	position: relative;
	background: #0067b0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	outline: 2px solid #fff;
	border-radius: 9px;
}
.button:hover a {
	background-color: #ff8b39;
	color: #fff;
}
.about_button img{
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {
	.about_content h3 {
		margin-bottom: 10px;
		font-size: 23px;
	}
	.about_content p {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	.about_button {
		margin-bottom: 0;
	}
	.about_img::after {
		height: 582px;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		margin-bottom: 24px;
		font-size: 15px;
	}
	.about_content span {
		font-size: 40px;
	}
	.about_content {
		padding: 0;
		margin-left: 0;
		background-color: #fff;
		clip-path: border-box;
		text-align: center;
		margin-top: 40px;
	}
	.about_img::before {
		bottom: -9px;
		right: 210px;
	}
	.about_img::after {
		height: 632px;
		width: 970px;
	}
	.about_img {
		padding: 0 0 70px;
	}
	.about_content h3 {
		font-size: 40px;
	}
	.about_wrapper {
		padding: 60px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		text-align: center;
		margin-left: 0;
	}
	.about_content {
		margin: 40px 0 00;
	}
	.title h1 {
		font-size: 21px;
	}
	.about_img::after {
		width: 880px;
	}
}
@media screen and (max-width: 575px) {
	.title h1 {
		font-size: 18px;
		letter-spacing: 4px;
	}
	.title p {
		margin-top: -6px;
		z-index: 2;
		position: relative;
	}
	.title h1::before {
		right: -50px;
	}
	.title h1::after {
		left: -50px;
	}
	.title h1::after, .title h1::before {
		width: 47px;
	}
	.about_img::after {
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		transform: skew(0deg);
		right: 0;
	}
	.about_img::before {
		bottom: 10px;
		right: 0;
	}
	.about_img {
		padding: 0 0 90px;
	}
	.about_content {
		margin: 20px 0 00;
	}
	.about_wrapper {
		padding: 0px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.title h1 {
		font-size: 17px;
		letter-spacing: 1px;
		padding: 0 6px;
	}
	.button a {
		padding: 13px 16px;
	}
	.title p {
		font-size: 11px;
	}
	.about_content h3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 361px) {
	.title h1::before {
		right: -30px;
		background-position: right;
	}
	.title h1::after {
		left: -30px;
		background-position: left;
	}
	.title h1::after, .title h1::before {
		width: 26px;
		background-size: cover;
	}
}
@media screen and (max-width:320px) {

}
/* ============================== ABOUT1 CSS END ============================== */

/*============================================
			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: 12px 25px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #0067b2;
	font-weight: 600;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 10px;
	text-transform: uppercase;
}
.tabsbottom label:nth-child(9) {
	margin-right: 0;
}
.tabsbottom {
	padding: 40px 0;
	margin-bottom: 40px;
}
.tabsbottom label:hover {
	background: #ff8b39;
	color: #fff;
}

.tabsbottom input:checked + label {
	background: #ff8b39;
}

#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: 14px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.5px;
	color: #666666;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	margin-bottom: 20px;
}
section p:last-child{
	margin-bottom: 0px;
}
.tabsbottom label img {
	display: inline-block;
	margin-top: -7px;
	margin-right: 7px;
	width: 21px;
}
section {
	display: none !important;
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fff;
}

.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}

@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabsbottom label {
		font-size: 16px;
		padding: 12px 14px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.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;
		border-radius: 0;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
		border-radius: 0;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
/*================================== FOOTER CSS START  ================================== */
.store_footer_wapper {
	padding: 40px 0 25px;
	background-color: #f9f9f9;
}
.footer_block_titel {
	font-size: 17px;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", serif;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0.9px;
}
.footer_logo {
	display: flex;
	justify-content: center;
}
.footer_logo img {
	mix-blend-mode: darken;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_block01 .footer_menu ul {
	display: flex;
	margin-top: 20px;
	grid-column-gap: 40px;
}
.footer_menu_block {
	display: flex;
	grid-column-gap: 45px;
}
.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: #ff8b39;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #3e3e3e;
	font-family: "Montserrat", serif;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
	letter-spacing: 0.70px;
}
.footer_menu ul li a:hover::after{
    width: 100%;
}
.footer_menu ul li a:hover{
    text-decoration: none;
}
.footer_menu ul li a {
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-color: #016cb3;
}
.dezign_copyright {
	text-align: left;
	font-size: 13px;
	font-family: "Montserrat", serif;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Montserrat", serif;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}
.dezign_by {
	text-align: right;
	font-size: 13px;
	letter-spacing: 0.50px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat", serif;
}
.dezign_by span {
	color: #fff;
	font-family: "Montserrat", serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}
.dezign_by i {
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 14px;
		text-align: center;
	}
	.footer_block01 .footer_menu ul {
		flex-wrap: wrap;
		justify-content: center;
		grid-column-gap: 69px;
	}
}

@media screen and (max-width: 991px) {
	.footer_block_titel {
		font-size: 15px;
	}
	.footer_block {
		text-align: center;
	}
	.store_footer_wapper .row .col-lg-6 {
		order: -2;
	}
	.footer_block01 .footer_menu ul {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.footer_block_titel {
		margin-bottom: 20px;
	}
	.footer_block.footer_block04 .footer_block_titel{
		margin-top: 20px;
	}
	.store_footer_wapper {
		padding: 25px 0 25px;
		background-color: #f9f9f9;
	}
	.dezign_by {
		font-size: 13px;
		text-align: center;
	}
	.dezign_by span {
		font-size: 14px;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
}
@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;
    }
	.footer_block.footer_block04 {
		text-align: center;
	}
	.footer_block_titel {
		font-size: 18px;
	}
	.footer_block.footer_block03 {
		text-align: center;
	}
	.store_footer_wapper {
		margin-top: 15px;
	}
	.footer_block01 .footer_menu ul {
		margin-bottom: 5px;
		grid-column-gap: 99px;
	}
}
@media screen and (max-width: 575px){
	.footer_block01 .footer_menu ul {
		grid-column-gap: 116px;
	}
}
@media screen and (max-width: 480px){
	.footer_block01 .footer_menu ul {
		grid-column-gap: 269px;
	}
}
@media screen and (max-width: 361px){
	.footer_block.footer_block01 {
		display: flex;
		justify-content: center;
	}
}
/*================================== FOOTER CSS END  ================================== */
.guaranteed_wapper {
	margin: 30px 0px 40px;
}
.guaranteed-head {
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 25px;
	font-weight: 700;
	color: #1d1d1d;
	font-family: "Montserrat", serif;
	margin-bottom: 8px;
	position: relative;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.guaranteed-head p {
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2px;
	font-family: "Montserrat", serif;
	font-weight: 500;
}
.title_2 {
	margin-bottom: 30px;
}
.start i {
	color: #ffb133;
}
.guaranteed_box {
	background: #fff;
	padding: 20px 15px 17px 21px;
	position: relative;
	margin: 0 00 35px 0;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 9px;
	position: relative;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/feedback_coma.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	left: auto;
	width: 45px;
	height: 39px;
}
.ebay_logo {
	margin-bottom: 12px;
}
.start i {
	font-size: 20px;
	color: #ffcf3a;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.3px;
	font-weight: 700;
	margin: 10px 0 15px;
	font-family: "Montserrat", serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #666666;
	font-weight: 500;
	font-family: "Montserrat", serif;
	line-height: 25px;
	display: flex;
	align-items: center;
	letter-spacing: 0.50px;
}
.button.review_all_btn {
	text-align: center;
	position: relative;
	display: inline-block;
}
.review_all_btn::before {
	right: -1px;
	rotate: 16deg;
}
.button.review_all_btn i {
	margin-left: 7px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px 15px 17px;
	}
	.guaranteed_text {
		min-height: 100px;
	}
	.guaranteed_name {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		min-height: 53px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	.guaranteed-head h5 {
		font-size: 25px;
	}
	.guaranteed_text {
		min-height: auto;
	}
	.guaranteed_box {
		max-width: 300px;
		margin: 0 auto 35px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper {
		margin: 30px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 24px;
		letter-spacing: 0;
	}
	.guaranteed-head p {
		font-size: 11px;
		letter-spacing: 0.5px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 379px) {
	.guaranteed-head h5 {
		font-size: 20px;
	}
	.guaranteed_wapper {
		margin: 20px 0px 30px;
	}
	.cat-btn a {
		font-size: 14px;
		padding: 13px 15px;
	}
	.title_2 {
		margin-bottom: 20px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper {
	position: relative;
	margin-bottom: 40px;
}
.promo_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promo_after.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 16px 0;
	position: relative;
}
.promo_main{
	position: relative;
}
.Verifie-main_title::after {
	content: '';
	background-color: #e5e5e5;
	height: 100%;
	width: 1px;
	position: absolute;
	right: 23px;
	left: auto;
	top: 0;
	bottom: 0;
}
.promo_wrapper .container .row .col-md-4:nth-child(3) .Verifie-main_title::after{
	content: none;
}

@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.promo_main .row{
		justify-content: center;
	}
	.promo_main .row .col-lg-4:nth-child(3) .Verifie-main_title::after, .promo_main .row .col-lg-4:nth-child(2) .Verifie-main_title::after{
		content: none;
	}
	.Verifie-main_title::after {
		height: 70%;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.promo_wrapper::after {
		display: none;
	}
	.Verifie-main_title.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title {
		padding: 10px 0;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 0;
	}
	.Verifie-main_title::after{
		content: none;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 361px){

}
/*================================== PROMOS CSS END  ================================== */

/*================================== PAYPAL CSS START  ================================== */
.infomation_main {
	background-color: #17181d;
}

.info_texts h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat", serif;
	letter-spacing: 0.30px;
}
.info_texts p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat", serif;
	letter-spacing: 0.30px;
	line-height: 24px;
	margin-bottom: 17px;
}
.info_texts {
	padding: 0 82px;
	padding-right: 30px;
}
.info_1 .info_text_box .info_texts{
	padding: 0 32px;
  	padding-right: 70px;
}
.info_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.info_img_box {
	width: 50%;
	display: flex;
	justify-content: center;
}
.info_text_box {
	width: 50%;
}
.info_1 {
	border-bottom: 5px solid #0a4b7d;
}
@media only screen and (max-width: 1354px){
	.info_texts {
		padding: 0 30px;
	}
	.info_1 .info_text_box .info_texts {
		padding: 0 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1250px){
	.info_texts h1 {
		font-size: 21px;
	}
	.info_texts p {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1112px){
	.info_texts h1 {
		font-size: 19px;
	}
	.info_texts p {
		font-size: 12px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 1020px){
	.info_texts {
		padding: 0 20px;
	}
	.info_1 .info_text_box .info_texts {
		padding: 0 20px;
		padding-right: 20px;
	}
	.info_texts h1 {
		font-size: 18px;
	}
	.info_texts p {
		font-size: 11px;
	}
}
@media only screen and (max-width: 991px){
	.info_img_box {
		width: 100%;
	}
	.info_text_box {
		width: 100%;
		padding-top: 30px;
	}
	.info_texts h1 {
		font-size: 24px;
	}
	.info_texts p {
		font-size: 14px;
		line-height: 24px;
	}
	.info_texts {
		padding: 0 20px;
		text-align: center;
	}
	.info_2 .info_img_box {
		order: -2;
	}
}
@media only screen and (max-width: 605px){
	.info_texts h1 {
		font-size: 20px;
	}
	.info_texts p {
		font-size: 12px;
		line-height: 23px;
	}
}
@media only screen and (max-width: 513px){
	.info_texts h1 {
		font-size: 17px;
	}
}
/*================================== PAYPAL CSS END  ================================== */