
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);

html {overflow-x: hidden;}
body {padding: 0;
    margin: 0;
    font-family: Montserrat;
    background: white;
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;}
	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:Montserrat;}
: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: Montserrat;}

a {    text-decoration: unset;
    color: unset;}
.fa-telegram {    background: #226397;
    color: white;}
input::placeholder {font-size:12px}
.d_dis {   white-space: pre-wrap;
    margin: 17px 22px 0px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}
.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:before {
              content: '';
    position: absolute;
    width: -webkit-fill-available;
    top: 0;
    height: 12px;
    background: linear-gradient(90deg, #119eaf 35%,#FF9800 19%,#2196F3 72%,#ff8686 39%);
}
.card:after {
       position: absolute;
    width: 74px;
    height: 100%;
    content: '';
    background: #076b76;
    left: 0;
    top: 0;
    z-index: -1;
}
.card{            width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    z-index: 1;
    background: #fdfdfd;
    background-size: 100% 100%;
    color: white;
    padding: 0px 0px 27px;
    margin-top: 70px;
	}
	
	.view_counter {
        width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 11px;
    padding: 5px 12px;
    background: #2196F3;
    color: white;
    margin: 0 auto;
    top: 23px;
    z-index: 5;
    position: absolute;
    border: 2px solid white;
    border-top: 0;
    border-radius: 36px;
    left: 0;
    right: unset;
}

	.card_content {            z-index: 2;
    text-align: center;
    width: -webkit-fill-available;
    padding: 6px;
    margin: 36px auto 10px;
    overflow: hidden;
    display: block !important;
    height: 118px;
	}
	
	.card_content2 h2:before {
          content: '';
    border: 1px solid #5c4e4e;
    position: absolute;
    width: 150px;
    border-radius: 10px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
}
	
	.card_content,.card_content2 {display:inline-block	}
	
	.card_content img{    height: 117px;
    max-width: 100%;
    background: white;
	margin:0px 20px;
    border-radius: 6px;
    border: 1px solid #076b762b;}
	.card_content2 {    z-index: 2;
    font-weight: 300;
    width: -webkit-fill-available;
    position: unset;
    vertical-align: top;
    color: #656565;
    text-align: center;}
	.card_content2 h2{        text-transform: capitalize;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 700;
    position: relative;
    color: #302b2b;
    font-size: 24px;
}

	.card_content2 p{  text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    margin: 0px 20px;}
	
	.card_content2 p:nth-child(2) {
   font-size: 19px;
    width: auto;
    
    text-transform: uppercase;
    margin: 10px 20px;
    color: #3f3939;
}

.dis_flex {    display: block;
    text-align: center;
    padding: 0px 1px 0px;}
.dis_flex .link_btn:hover {
	background:orange;
	transition:0.3s;
}
.dis_flex .link_btn {     padding: 8px 6px;
    font-size: 28px;
    background: #07808e;
    color: #ff000000;
    margin: 5px 2px;
    display: inline-block;
    height: 32px;
    width: 35px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 0px #1e544f;
}
.dis_flex .link_btn i {
    color: white;
    font-size: 31px;
}
.contact_details {
        padding: 21px 24px;
}
.contact_details .contact_d{     display: grid;
    grid-template-columns: 74px auto;
    color: #302b2b;
    margin: 0px;
    align-items: center;
    width: 114%;
    left: -25px;
    margin-top: -17px;}

	
.contact_d:nth-child(1):before,.contact_d:nth-child(3):before,.contact_d:nth-child(2):before,.contact_d:nth-child(4):before {
                   content: '';
    height: 80px;
    position: relative;
    text-align: center;
    width: 100%;
    left: 1px;
    border-radius: 10px;
    background: #FF9800;
    margin-top: 0px;
	}
	
	.contact_d:nth-child(1):before {    background: #4CAF50;}
	.contact_d:nth-child(2):before {background: #2196F3;}
	.contact_d:nth-child(3):before {background: #FF9800;}
	.contact_d:nth-child(4):before {background: #3f97b5;}
	

.contact_details .contact_d i{       color: #fdfdfd;
    position: absolute;
    top: auto;
    font-size: 21px;
    left: 27px;}
.contact_details .contact_d i:hover { transform:scale(1.2);}
.contact_details .contact_d p{    margin: 6px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    width: 80%;
    align-self: center;}

.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: 10px;
    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: #2e2c41;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    border: 1px solid;
    width: 139px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;

}
.dis_flex .big_btns i{}
.dis_flex .social_med {    padding: 2px;
    margin: 5px 0px 5px;
    display: inline-block;}
.dis_flex .social_med i{    font-size: 24px;
    width: 25px;
    text-align: center;
    border-radius: 3px;
    padding: 9px 10px;
    box-shadow: 1px 1px 2px 0px #000000;}
	
	.shar_btns i {
    padding: 10px;
    border-radius: 8px;
    width: 19px;
    border: 1px solid #c7c7c7;
}

.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;}

.card2 {        background: #fdfdfd;
    width: 100%;
    margin: 3px auto;
    padding: 0px 0px 28px;
    overflow: auto;
}
	
	
	.card2:before {
        content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 12px;
    background: linear-gradient(90deg, #119eaf 35%,#FF9800 19%,#2196F3 72%,#ff8686 39%);
    left: 0;
}

.card2 h1{}
.card2 h2{}
.card2 h3{        text-align: center;
    font-size: 21px;
    color: #302b2b;
    font-weight: 600;
    letter-spacing: -1px;
    width: fit-content;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 24px auto  10px;}
.card2 form{}
.card2 form input,.card2 form textarea{width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #f7d29b;
    margin: 4px 26px;
    resize: vertical;
    background: #fff1c6;}
.card2 form input[type=submit]{      color: white;
    font-size: 20px;
    background: #4CAF50;}

.card2 iframe {    margin: 8px auto;
    position: relative;
    border-radius: 5px;
    width: auto;
    height: 188px;}
	
/*prouct services*/

.product_s {
    text-align: center;
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid orange;
}
	
	#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*/


.img_gall {
   display: inline-block;
    width: 32%;
    vertical-align: middle;
    margin: 2px;
}
.img_gall img {
 max-width: 100%;
    background: white;
    max-height: 100%;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    position: relative;
}
/* about us*/

#about_us {}
#about_us h3{}
#about_us p{         white-space: pre-line;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    background: white;
    padding: 26px;
    margin: 0 auto;
    max-width: 700px;}

/*payment */

#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%;
    max-width: 300px;
    border-radius: 20px;
    margin: 10px 3px;}





.menu_bottom {               background: white;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 3px 0px;
    overflow: hidden;
    height: auto;
    min-height: 67px;
    box-shadow: 0px 0px 20px 0px #93939373;
}

.menu_container {    width: auto;
    text-align: left;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;}
 .menu_item{                font-weight: 500;
    font-size: 12px;
    margin: 0px 0px;
    width: auto;
    padding: 8px 1px;
    border-radius: 0px;
    color: black;
    display: flex;
    align-items: center;
	
	}
	

	
 .menu_item i{        font-size: 14px;
    margin: 7px 4px 5px 0px;}


/* order page */
 

 #shop_online {
	 
    text-align: center;
 }
 .order_box {    width: 97%;
    display: block;
    margin: 9px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    padding: 0px 0px 13px 0px;
    overflow: hidden;
  
}
 .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;
}







/*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){
	.card {
    width: -webkit-fill-available;
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
}

.dis_flex .big_btns {
   
    border-radius: 4px;
    font-size: 12px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    width: 124px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.card2 {
   width:auto;
    margin: 0 0px;
    
}