@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

html {
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	/*background-image: linear-gradient(to bottom, #f8f8f8, #f5f5f5, #f3f2f2, #f0efee, #ececeb);*/
	background-image: url("../images/bg25.png");
	background-repeat: repeat;
}

a {
	text-decoration: none;
	color: unset;
	cursor: pointer !important;
}

.qww{
	margin: 0 auto;
}

div,h1,h2,h3,h4,p,i,a {
	position: relative;
	transition: 0.4s;
}

form,input,textarea,select {
	font-family: 'Poppins', sans-serif;
}

:root {
	--color: #848484;
	--color2: #64af35;
}

div,h1,h2,h3,h4,p,i,a,footer {
	position: relative;
	transition: 0.4s;
}

input,select,textarea,button {
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: unset;
	color: unset;
}

input::placeholder {
	font-size: 12px;
}

.view_counter {
	width: fit-content;
	max-width: 200px;
	text-align: center;
	font-size: 10px;
	padding: 2px 12px;
	background: black;
	color: white;
	border-radius: 3px;
	margin: 0 auto;
	top: 0px;
}

.alert {
	padding: 23px;
	width: fit-content;
	font-size: 13px;
	margin: 0px auto;
	font-weight: 500;
	border-radius: 6px;
}

.danger {
	background: #ffd0d082;
	color: #d45050;
}

.info {
	background: #d0deff82;
	color: #5097d4;
}

.success {
	background: #90ff6c82;
	color: #1aab2c;
}

.card {
    width: 440px;
    background: #f8f8f8;
    box-shadow: rgb(187 187 187 / 10%) 0px 7px 29px 0px;
    overflow: hidden;
    margin: 10px auto;
    z-index: 0;
    background-size: 100% 100%;
    color: #000;
    padding: 0px 0px 27px;
}

.card_content {
	margin:20px auto 0px;
	z-index: 2;
	text-align: center;
	padding: 0px 29px;
}

.card_content img {
	border-radius: 6px;
	border: 0px;
}

.card_content2 {
	z-index: 2;
	text-align: left;
	font-weight: 400;
	margin: 0;
}

.card_content2 h2 {
	font-weight:800;
	margin: 5px 30px;
	border-bottom:4px solid #000;
	width: fit-content;
	padding:15px 0px 9px;
	margin: 10px auto;
	color:#000;
	text-align: center;
}

.card_content2 p {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 21px;
    text-align: center;
    margin: 0px 33px;
    color: #000;
}

.dis_flex {
	display: block;
	text-align: center;
	padding:20px 11px 10px;
}

.dis_flex .link_btn:hover {
	background: #f9b531;
	color: #fff;
	border: none;
	transition: 0.3s;
}

.dis_flex .link_btn {
    color: #444;
    padding: 8px 15px;
    width: fit-content;
    font-size: 15px;
    border-radius: 22px;
    margin: 3px 0px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.dis_flex .link_btn i {
}

.contact_details {
	padding: 21px 24px 20px;
}

.contact_details .contact_d {
	display: flex;
}

.contact_details .contact_d i {
    margin: 1px;
    color:#f9b531;
    height: 18px;
    font-size: 15px;
    padding: 8px;
    border-radius: 230px;
    text-align: center;
    width: 15px;
    height: 15px;
    border: 1.5px solid #ccc;
	background: #fff;
}

.contact_details .contact_d p {
	margin:3px 20px;
	padding: 8px;
	text-align: center;
	font-size:16px;
	color: #fff;
	background: #000000;
	width: 100%;
	border-radius: 8px;
	font-weight: 900;
	max-width: 300px;
	line-height:24px;
	cursor: pointer;
}




.dis_flex .share_wtsp {
	padding: 0pc;
	margin: 10px auto;
	text-align: center;
}

.dis_flex .share_wtsp select {
}

.dis_flex .share_wtsp input {
	font-size: 13px;
	border: 0px;
	padding: 12px;
	outline: none;
	background: white;
	box-shadow: 0px 0px 10px 0px #0000002e;
}

.dis_flex .share_wtsp input[type=submit] {
	background: #47b303;
	color: white;
	font-size: 10px;
	padding: 11px;
	top: -2px;
	position: relative;
}

.dis_flex .big_btns {
	background: #f8b641;
	color: white;
	border-radius: 00px;
	font-size: 12px;
	padding: 12px 15px;
	display: inline-block;
	text-align: center;
	margin: 3px 0px;
	border: 1px solid;
	width: 139px;
	font-weight: 500;
	border: none;
	cursor: pointer;
}

.dis_flex .big_btns i {
}

.dis_flex .social_med {
	padding: 2px;
	margin: 5px 0px 0;
	display: inline-block;
}

.dis_flex .social_med i {
	font-size: 16px;
	width:14px;
	text-align: center;
	border-radius: 100%;
	padding: 9px 10px;
}

.fa-twitter {
	background: #149bd2;
	color: white;
}

.fa-facebook {
	background: #3b599b;
	color: white;
}

.fa-snapchat {
	background: #fffc00;
	color: white;
}

.fa-linkedin {
	background: #007bb6;
	color: white;
}

.fa-youtube {
	background: #e63e3e;
	color: white;
}

.fa-pinterest {
	background: #cb2027;
	color: white;
}

.fa-instagram {
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	color: white;
}

.fa.fa-android {
	background: #a4c639;
	color: white;
}

.fa.fa-apple {
	background: #000;
	color: white;
}

.card2 {
	background: white;
	width: 440px;
	margin: 15px auto;
	padding: 0px;
	border-radius:0;
	overflow: hidden;
	box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

.card2 h1 {
}

.card2 h2 {
}

.card2 h3 {
    text-align: right;
    font-size: 18px;
    background:#000;
    color: #ccc;
    min-height:30px;
    font-weight: 600;
    width: -webkit-fill-available;
    padding: 40px;
    margin: 0px 0px 21px;
    text-transform: uppercase;
}

.card2 form {
}

.card2 form input, .card2 form textarea {
    width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 0;
    padding: 12px 10px;
    border: 1px dotted #252525;
    margin: 4px 26px;
    resize: vertical;
    color: #000;
    background: #fff;
}
.card2 form input[type=submit] {
	color: white;
    font-size: 16px;
    background: #219696;
    border-radius:0;
 	cursor: pointer;
}

.card2 iframe {
	margin: 8px auto;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0px);
	border-radius: 0px;
	width: auto;
	height: 188px;
}

.btn_6 {
	background: #c72d31;
	width: fit-content;
	padding: 9px;
	font-size: 12px;
	margin: 0 auto;
	border-radius: 4px;
	color: white;
	box-shadow: 0px 0px 10px 0px #0000;
}

.btn_5 {
	background: #4CAF50;
	width: fit-content;
	padding: 9px;
	font-size: 12px;
	margin: 0 auto;
	border-radius: 4px;
	color: white;
	box-shadow: 0px 0px 10px 0px #0000;
}

.pro_dis {
	color: #383737;
	font-size: 13px;
	font-weight: 500;
	margin: 10px;
}

.pro_price {
	color: #188e1d;
	font-weight: 500;
	margin: 9px;
}

.product_s {
	text-align: center;
	background:#fff;
	padding:10px 0px;
	width: 88%;
	margin: 20px auto;
}

#product_services {
	text-align: center;
}

.product_s p {
	font-weight: 400;
	text-transform: capitalize;
}

.product_s img {
	width: auto;
	max-width: 90%;
	/*background: white;*/
	border-radius: 5px;
}

.img_gall {
	text-align: center;
	margin: 10px auto;
	max-height: 400px;
	max-width: 90%;
	vertical-align: text-top;
}

.img_gall img {
	background: white;
	border-radius: 2px;
	max-width: 100%;
	max-height: 300px;
}

#about_us {
}

#about_us h3 {
}

#about_us p {
	white-space: pre-line;
	font-size: 15px;
	line-height: 2;
	padding: 10px 30px 40px;
	margin: 0;
	text-align: justify;
	line-height:24px;
}

#payment {
}

#payment p {
	font-size: 19px;
	font-weight: 500;
	color: black;
	width: 77%;
	margin: 8px auto;
}

#payment h2 {
	font-size: 12px;
	font-weight: 500;
	color: gray;
	width: 77%;
	margin: 0 auto;
}

#payment img {
	width: 100%;
	border-radius: 20px;
	margin: 10px 0px;
}

.menu_bottom {
	
	width: -webkit-fill-available;
	text-align: center;
	color: #ccc;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow-x: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3563b2+0,102269+100 */
background: #333; 	
}

.menu_container {
	width: auto;
	text-align: left;
	display: flex;
}

.menu_item {
	text-align: center;
	display: inline-grid;
	font-size: 12px;
	margin:15px 1px;
	/*width: 209px;*/ width:440px;
	white-space: pre;
	cursor: pointer;
	color:#666;
}

.menu_item i {
    font-size: 22px;
    margin:0 0 5px 0;
    color: #a9a9a9;
}

#shop_online {
	display: grid;
	grid-template-columns: 50% 50%;
	text-align: center;
}

.order_box {
	width: 142px;
	display: inline-block;
	margin: 6px auto;
	vertical-align: text-top;
	border-radius: 4px;
	background: white;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px #00000030;
	border: 2px solid #FF9800;
}

.order_box img {
	width: 100%;
	max-height: 100px;
}

.order_box h2 {
	padding: 9px 0px 3px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
}

.order_box h4 {
	padding: 0px 0px 7px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	color: #4CAF50;
}

.order_box p {
	padding: 2px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	color: gray;
}

.btn_buy {
	border:#303030 solid 1px;
	color: #000;
	padding: 10px 15px;
	text-align: center;
	font-size: 12px;
	width: fit-content;
	margin: 0 auto 10px;
	font-weight: 500;
	text-transform: uppercase;
}


.heass{
	background: url("../images/bb.jpg") repeat-y right top #ededed;
	height: auto;
}





@media screen and (max-width:700px) {
	.card {
		width: -webkit-fill-available;
		overflow: hidden;
		margin: 0px auto 10px;
		z-index: 0;
		background-size: 100% 100%;
	}

	.card2 {
		width: auto;
		margin: 0 5px;
	}
	
	
	
	
.menu_item {
	border: none;
    padding: 0px 1px;
	margin: 8px 1px;
    font-size: 0;
}
	
	
}

@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

.top{
	margin: 0;
	padding: 0;
	border-bottom: #000 solid 8px;
	border-top: #000 solid 8px;
}

.pam{
	padding: 0 !important;
	margin: 0 auto !important;
}

.top img{
	width: 100%;
	margin: 0;
	padding: 0;
}

.bgg{
	background: url("../images/box_bg.png") repeat top;
	background-size: 100%;
}
.prof{
	margin: 0 auto 0;
	padding: 0;
}

.fonta1{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 23px;
}

.ii {
    width: 34px;
    height: 34px;
    margin: 8px 0 0 0;
}

.contact_details .contact_d p:hover{
	background: #333;
}



.top_pro {
    position: absolute;
    /* top: -30px !important; */
    z-index: 99999999 !important;
    left: 30%;
    right: 30%;
    top: 80px;
	width: 40%;
}

.space{
	height: 170px;
}

.top_pro img{
	width: 100%;
	border-radius: 50%;
}





@media screen and (max-width:800px) {
	
	
.top_pro {
    left: 35%;
    right: 45%;
    top: 80px;
	width: 30%;
}
	
	
}