@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);

html {overflow-x: hidden;    scroll-behavior: smooth;}
body {padding: 0;
    margin: 0;
    font-family: Poppins;}
	a {text-decoration:none;color:unset;}
	
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select {font-family:Poppins;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: Poppins;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

.fa-telegram {    background: #226397;
    color: white;}
.d_dis {
    white-space: pre-wrap;
    margin: 17px 0px 0px;
    font-weight: 400;
    font-size: 12px;
}
.btn_buy2 {background: linear-gradient(45deg, #FF5722, #FF9800);
    color: white;
    width: fit-content;
    margin: 5px auto;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;}
.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: -webkit-fill-available;
    margin: 0px auto 0px;
    z-index: 0;
    background-size: 100% 100%;
    padding: 11px 5px 20px;
    z-index: 33;
	}
	
	.card_content {text-align: center;
    margin: 44px auto 10px;
    z-index: 2;}
	.card_content img{      max-width: 300px;
    height: 150px;
    background: white;
    margin-top: -150px;
    border-radius: 150px;
    border: 5px solid #c8c8c81f;}
	.card_content2 {z-index: 2;
    text-align: center;
    font-weight: 400;
    margin: 0;}
	.card_content2 h2{       text-transform: capitalize;
    font-size: 35px;
    width: fit-content;
    margin: 0 auto;}
	.card_content2 p{        margin: 5px;
    font-weight: 600;
    font-size: 30px;}
	.card_content2 p.des {     font-size: 25px;
    font-weight: 500;
    margin: 0px 20px 20px;}

.dis_flex {
         text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    max-width: 1120px;
    margin: 10px auto;}
.dis_flex .link_btn {
	       display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    line-height: 2;
    font-weight: 600;
  }
  

  .dis_flex .link_btn i {
          padding: 17px 0px;
    border-radius: 50px;
    min-width: 70px;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 67px;
    font-size: 2em;	
}

.contact_details {
          padding: 25px 24px;
    max-width: 751px;
    margin: 0 auto;}
.contact_details .contact_d{       display: grid;
    align-items: center;
    font-size: 30px;
    grid-template-columns: 20% auto;
    }
.contact_details .contact_d i{      margin: 6px;
    background: #f9897b;
    color: white;
    height: auto;
    font-size: 30px;
    width: fit-content;
    padding: 13px;
    border-radius: 100%;
    text-align: center;
    width: 56px;}
.contact_details .contact_d p{        margin: 4px 15px;
    font-size: 15px;
    border-left: 2px solid;
    padding-left: 20px;
    font-weight: 600;
    display: grid;
    align-items: center;}
	
	#hed_video {       position: fixed;
    width: 100%;
    min-height: 800px;
    max-height: 1000px;
    top: 50%;
    left: 50%;
    z-index: 0;
    border: 0px;
    transform: translate(-50%,-50%);}

.head_space {       width: 100%;
    height: 35vh;
    min-height: 10rem;}
#wtsp_form {    padding: 0pc;
    margin: 22px auto;
    text-align: center;
    width: -webkit-fill-available;
    max-width: 700px;
    background: white;
    display: flex;
    border: 2px solid;
    border-radius: 4px;}
#wtsp_form input {        font-size: 13px;
    border: 0px;
    padding: 13px;
    color: black !important;
    outline: none;
    width: 77%;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
#wtsp_form input[type=submit]{       background: #1faf31;
    font-size: 14px;
    padding: 12px 8px;
    cursor: pointer;
    width: 24%;
    display: flex;
    align-items: center;}
.dis_flex2 {    text-align: center;}
 .big_btns {    background: #00000091;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin: 7px auto;
    width: 150px;
    display: inline-block;}
 .big_btns i{}
 
 .card2 h3:after {
    content: '';
    background: black;
    width: 200px;
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
}

	#social_media_icons {     width: fit-content;
    margin: 20px auto;
    display: block;
    text-align: center;}
 .social_med {       padding: 2px;
    margin: 10px 10px 15px;
    display: inline-block;}
 .social_med i{      font-size: 30px;
    text-align: center;
    border-radius: 100%;
    padding: 10px 10px;
    width: 50px;}

.fa-twitter {background: #149bd2;
    color: white;}
.fa-facebook {background: #5858fd;
    
    color: white;}
.fa-linkedin {background:#007bb6;
color:white}
.fa-youtube {background: #e63e3e;
    color: white;}
.fa-pinterest {background:#cb2027;color:white}
.fa-instagram {background: #fd01bb;
    color: white;}
#share_on_whatsapp {    width: -webkit-fill-available;
    display: block;
    margin: 13px auto;
    border: 2px solid;
    border-radius: 6px;
    max-width: 600px;}
	
	.wtsp_share_btn {
       background: #1aab2c;
    font-size: 13px;
    padding: 15px 10px;
    cursor: pointer;
    width: 29%;
    color: white;
    display: inline-block;
}

.card2 {       width: -webkit-fill-available;
    margin: 0px auto;
    padding: 27px 18px;
    border-radius: 0px;z-index:4;}
.card2 h1{}
.card2 h2{}
.card2 h3{text-align: center;
    font-size: 24px;
    
    margin: 0px auto 12px;
    font-weight: 400;
    letter-spacing: -1px;}
.card2 form{    max-width: 500px;
    margin: 0 auto;}
.card2 form input,.card2 form textarea{width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    background: #00000005;}
.card2 form input[type=submit]{    color: white;
    background: #4CAF50;}

.card2 iframe {    margin: 10px;
    position: relative;
    border-radius: 5px;
    width: auto;
    height: 300px;
    width: -webkit-fill-available;
    max-width: 320px;}
	
/*prouct services*/

.product_s {
           text-align: center;
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 0px solid orange;
    vertical-align: top;
}
	
	#product_services {text-align:center}
.product_s p{font-weight: 600;
    text-transform: capitalize;}	
.product_s img{width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;}	


/*image gallery*/
.mySlides {     width: fit-content;
    max-width: 300px;
    display: inline-block;
    margin: 6px;
    vertical-align: top;}
.mySlides img{    width: -webkit-fill-available;
    max-height: 500px;}
.gallImage {        display:none;width: 100%;
    height: 100%;
    position: fixed;
    background: #000000b3;
    top: 50%;
    z-index: 33333;
    left: 50%;
    transform: translate(-50%,-50%);}
.gallImage .closegal{    background: #ee2d2d;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 20px;
    width: 19px;
    top: 4px;
    right: 4px;
    text-align: center;
    position: absolute;}
.gallImage img{    width: auto;
    max-height: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    top: 50%;
    position: relative;
    transform: translate(0px, -50%);}
/* about us*/

#about_us {    text-align: center;}
#about_us h3{}
#about_us p{        white-space: pre-line;
    font-size: 14px;
    padding: 26px;
    margin: 10px auto;
    text-align: center;
    max-width: 800px;}
	
	.search_bar {          max-width: 700px;
    background: white;
    margin: 8px auto;
    display: grid;
    grid-template-columns: 80% 20%;
    border: 1px solid;
    border-radius: 4px;
    align-items: center;
    z-index: 10;
    height: fit-content;
    max-height: 50px;}
	.search_bar input{    font-size: 20px;
    padding: 5px 30px;
    border: 0px;}
	.search_bar button {
   
    border: 0px;
    height: -webkit-fill-available;
    font-size: 20px;
}
	
	.category_scroll {      display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    max-width: -webkit-fill-available;}
	.category {      height: 123px;
    width: 103px;
    overflow: hidden;
    background: white;
    margin: 3px;
    border-radius: 2px;
    padding: 2px;
    text-align: center;}
	.category2 {             height: fit-content;
    width: max-content;
    overflow: hidden;
    background: white;
    margin: 10px 2px;
    border-radius: 2px;
    padding: 7px;
    text-align: center;}
	

	.category .fa-bars{    font-size: 40px;
    background: white;
    padding: 0px;
    width: 100px;
    text-align: center;
    height: 100px;
    display: grid;
    align-items: center;
    border-radius: 100px;}
	.category img{    width: 100px;
    height: 100px;
    border-radius: 100px;}
	.category p{    margin: 2px;
    padding: 0px;
    font-size: 12px;}
	.category2 p{     margin: 2px;
    padding: 0px;
    font-size: 14px;}
	
	.product_boxn {         width: 200px;
    overflow: hidden;
    display: inline-block;
    margin: 5px;
    background: white;
    color: black;
    border-radius: 2px;
    vertical-align: top;}
	.product_boxn img{     width: 200px;
    height: 200px;}
	.product_boxn .pr_nm{        padding: 3px 10px;
    font-weight: 600;
    font-size: 15px;}
	.product_boxn .pr_am{       padding: 6px 10px 1px;
    font-weight: 600;
    font-size: 14px;
    color: #014a01;}
	.add_to_cart {           width: -webkit-fill-available;
    text-align: center;
    background: #4CAF50;
    color: white;
    padding: 13px;
    font-size: 14px;}
	
	  .pr_feature {        padding: 3px 10px;
    font-weight: 500;
    font-size: 13px;
    color: #df8113;
   }
  .pr_dis {        padding: 3px 10px;
    font-weight: 500;
    font-size: 13px;
    }
  

/*payment */

#payment {}
#payment p{font-size: 19px;
    font-weight: 500;
    
    width: 77%;
    margin: 8px auto;}
#payment h2{font-size: 12px;
    font-weight: 500;
   
    width: 77%;
    margin: 0 auto;}
#payment img{    width: 30%;
    border-radius: 20px;
    margin: 10px 7px;}



.menu_bottom {               
      width: 300px;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 999;
    right: -700px;
    overflow-x: auto;
    height: -webkit-fill-available;
}

.menu_container {      text-align: left;
    width: -webkit-fill-available;
    padding-top: 50px;}
 .menu_item{          align-items: center;
    font-weight: 500;
    display: flex;
    font-size: 14px;
    padding: 14px 30px;
    width: -webkit-fill-available;
    text-align: left;}
 .menu_item i{    font-size: 20px;
    margin: 6px 10px;}
 
 .menu_close {      position: fixed;
    right: 4px;
    top: 5px;
   
    z-index: 10;}
	.menu_close i { background: #82828296;
    color: white;
    padding: 10px 12px;
    font-size: 22px;
    z-index: 10;
    border: 1px solid gray;
    border-radius: 5px;}
		.menu_close i:hover {
			background: #000000;
		}
		
		.menu_item:hover {
    background: #00000036;
}
 /* order page */
 
 
 #shop_online {
	 
    text-align: center;
 }
 .order_box {width: 70%;
    display: inline-block;
    margin: 6px 6px;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    padding: 0px 0px 13px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000030;
  
}
 .order_box img {    width: auto;    height: auto;    max-width: 100%;   }
 .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 {
    background: #4CAF50;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 11px auto 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}



#cart_info {           font-size: 20px;
    background: #000000c7;
    color: white;
    width: fit-content;
    padding: 10px 14px;
    position: fixed;
    bottom: 3px;
    left: 3px;
    z-index: 10;
    border-radius: 3px;
    cursor: pointer;}
#cart_info i{}
#cart_info .crt_count{    position: absolute;
    background: white;
    color: black;
    font-size: 14px;
    min-width: 17px;
    text-align: center;
    font-weight: 600;
    padding: 0px;
    top: 0;
    border-radius: 41px;}


#cart_result {      display: none;
    position: fixed;
    z-index: 120;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 100%;
    max-width: 700px;
    padding: 10px;
    max-height: 80%;
    box-shadow: 0px 0px 20px 0px #9f9f9f4f;
    overflow: auto;}
	
	.imagetoshow {         display: none;
    position: fixed;
    width: 100%;
    max-width: 900px;
    height: 100%;
    background: #00000096;
    top: 50%;
    left: 50%;
    z-index: 1130;
    transform: translate(-50%,-50%);
    border: 0px solid;}
	.imagetoshow .close_btn{         font-size: 26px;
    background: #e24242;
    color: white;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 20px;
    position: absolute;
    top: 65px;
    right: 3px;
    z-index: 3;
	
	}
	
	.imagetoshow img{    width: auto;
    height: auto;
    max-height: 100%;
    max-width: -webkit-fill-available;
    display: block;
    position: relative;
	    
    top: 50%;
    transform: translate(0px,-50%);}
	
.close_btnp {    position: absolute;
    right: 9px;
    font-size: 27px;
    color: red;
    top: 10px;
    cursor: pointer;
    z-index: 3;}
#cart_result h3{       font-size: 24px;
    padding: 5px 20px;
    margin: 0px;}
.cart_table {      display: grid;
    grid-template-columns: 10% 20% 30% 20% 20%;
    align-items: center;}
.remove_btn {  color:red  }
.cart_data b {}
.cart_data input {       width: 80%;
    border: 1px solid #c2c2c2;
    padding: 6px 9px;
    text-align: center;
    border-radius: 3px;}
.cart_data {    text-align: left;
    overflow: hidden;}
.cart_data img{      width: 80px;
    height: 80px;
    border-radius: 4px;}
	
	.cart_table:nth-child(2n+2) {
    background: #f3f3f3;
}

.order_btn1 {    width: -webkit-fill-available;
    background: #4CAF50;
    color: white;
    padding: 10px;
    margin: 15px auto;
    border-radius: 3px;
    font-size: 14px;
    border: 0px;
    max-width: 400px;
    display: block;}
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/



@media screen and (max-width:700px){
	.search_bar {
   
    z-index: 1003;
}

.head_space {
        width: 100%;
    height: 35vh;
    min-height: 10rem;
}

.slider_image_top {
    position: fixed !important;
    top: 0;
    left: 0;
    width: -webkit-fill-available !important;
    z-index: 2;
    max-height: 200px !important;
}
	
	#hed_video {
           position: fixed;
    width: 600px;
    height: 300px;
    min-height: auto;
    top: 0;
    left: 50%;
    z-index: 0;
    border: 0px;
    transform: translate(-50%);
}
	.card {
    width: -webkit-fill-available;
   
    margin: 0px auto 0px;
   
}

.card2 iframe {
    margin: 10px;
    position: relative;
    border-radius: 5px;
    width: auto;
    height: 300px;
    width: -webkit-fill-available;
    max-width: -webkit-fill-available;
}

#payment img {
    width: 90%;
    border-radius: 20px;
    margin: 10px 7px;
}


.imagetoshow img {
       width: 100%!important;
    height: auto;
    max-height: 100% !important;
    max-width: -webkit-fill-available;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0px,-50%);
}
.card2 {
          width: auto;
    margin: 0 0px;
    padding: 14px 2px;
    
}

.imagetoshow {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 800px;
    height: 100%;
    background: #00000096;
    top: 50%;
    left: 50%;
    z-index: 1130;
    transform: translate(-50%,-50%);
    border: 0px solid;
}
.dis_flex {
      text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: auto auto auto;
}
.dis_flex3 {
      text-align: center;
    padding: 0px 14px;
    display: grid;
    grid-template-columns: auto auto ;
}


.contact_details .contact_d i {
        margin: 2px;
    background: #f9897b;
    color: white;
    height: auto;
    font-size: 20px;
    padding: 14px;
    border-radius: 100%;
    text-align: center;
    width: 49px;
}
#wtsp_form input {
    font-size: 13px;
    border: 0px;
    padding: 13px;
    color: black !important;
    outline: none;
    width: 65%;
    background: white;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.wtsp_share_btn {
       background: #1aab2c;
    font-size: 13px;
    padding: 11px 5px;
    cursor: pointer;
    width: 50%;
    color: white;
    display: inline-block;
}

.product_boxn {
    width: 47%;
    overflow: hidden;
    display: inline-block;
    margin: 2px;
    background: white;
    color: black;
    border-radius: 2px;
}
.product_boxn img {
    width: -webkit-fill-available;
    max-height: 200px;
}