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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
html {
	overflow-x: hidden;
}

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

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', 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: 400px;
	background:#f3f3f3;
	overflow: hidden;
	margin: 20px auto;
	z-index: 0;
	background-size: 100% 100%;
	color: white;
	padding: 0px 0px 27px;
}

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

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

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

.card_content2 h2 {
	font-weight: 600;
	text-transform: uppercase;
	margin: 5px 30px;
	letter-spacing: -1px;
	border-bottom: 1px solid #cecece;
	width: fit-content;
	padding: 0px 0px 9px;
	margin: 10px auto;
	color: #444444;
}

.card_content2 p {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	margin: 0px 33px;
	color: #444444;
}

.dis_flex {
	display: block;
	text-align: center;
	padding: 16px 11px 0px;
}

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

.dis_flex .link_btn {
    color: #333;
    padding: 6px 15px;
    width: fit-content;
    font-size: 14px;
    border-radius: 22px;
    margin: 3px 0px;
    font-weight: bold;
    display: inline-block;
    background: #fbfafa;
    border: 1px solid #dedede;
}

.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: #f8a346;
	height: 17px;
	font-size: 15px;
	padding: 7px;
	border-radius: 100%;
	text-align: center;
	width: 18px;
	height: 18px;
	border: 1px solid #d4cdcd;
    background: #fbfafa;

}

.contact_details .contact_d p {
	margin: 6px 15px;
	font-size: 14px;
	color: #444;
	max-width: 260px;
	line-height: 2;
}

.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: #f8a346;
	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: 20px;
	width: 19px;
	text-align: center;
	border-radius: 100%;
	padding: 9px 10px;
}

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

.fa-facebook {
	background: #5858fd;
	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: #fd01bb;
	color: white;
}

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

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

.card2 {
	background: white;
	width: 400px;
	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: center;
	font-size:22px;
	background:#f3f3f3;
	color: #484747;
	font-weight: 600;
	width: -webkit-fill-available;
	padding: 12px 25px;
	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 #e88f2d;
	margin: 4px 26px;
	resize: vertical;
	background: #fff;
}

.card2 form input[type=submit] {
	color: white;
    font-size: 16px;
    background: #e08015;
    border-radius: 100px;
 	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:#f3f3f3;
	padding:15px 0px;
	width: 88%;
	border-radius: 20px;
	margin: 20px auto;
}

#product_services {
	text-align: center;
}

.product_s p {
	font-weight: 600;
	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: 14px;
	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 {
	background: white;
	width: -webkit-fill-available;
	text-align: center;
	color: #2e2c41;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow-x: auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	
		
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
	
}

.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;
	border-right: #dcdcdc dashed 1px;
	border-left: #dcdcdc dashed 1px;
	cursor: pointer;
}

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

#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 {
	background:#f7a251;
	color: white;
	padding: 10px 15px;
	text-align: center;
	font-size: 12px;
	width: fit-content;
	margin: 0 auto 10px;
	border-radius:100px;
	font-weight: 500;
	text-transform: uppercase;
}

@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;
    background: #eaeaea;
    padding: 8px 5px 4px;
    font-size: 0;
	margin: 1px 1px;
}
	
	
}


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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-family: Montserrat;
	background: white;
}

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;
}

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;
}

.head_up {
	background: black;
	color: white;
	display: flex;
}

.head_up p {
	padding: 4px 26px;
	margin: 0px;
	font-size: 13px;
	float: unset;
}

.head_up p i {
}

.wtsp_chat {
	width: fit-content;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 8;
}

.wtsp_chat img {
	width: 57px;
	height: auto;
	margin: 10px;
}

header {
	background: white;
	width: -webkit-fill-available;
	padding: 0;
	overflow: hidden;
	position: sticky;
	display: flex;
	padding: 0px 68px;
	top: 0;
	z-index: 22;
	box-shadow: 0px 0px 10px 0px #00000026;
}

header .logo {
	display: flex;
}

header .logo h3 {
	margin: 19px 0px;
	font-size: 32px;
	font-weight: 400;
	color: #454b50;
	letter-spacing: -2px;
	text-transform: capitalize;
}

header .logo img {
	width: 301px;
	height: 81px;
}

header .head_txt {
	display: flex;
	position: absolute;
	right: 80px;
}

header .head_txt h3 {
	margin: 0px;
	font-weight: 500;
	padding: 29.5px 11px;
	cursor: pointer;
	color: #544b4b;
	font-size: 12px;
	letter-spacing: 0px;
}

header .head_txt h3:hover {
	transition: 0.3s;
	color: black;
}

.fa-line-chart {
	color: #4caf50;
	font-weight: 800;
}

.mobile_home {
	display: none;
}

.main {
	background: #000b76;
	overflow: hidden;
}

.clip_path1 {
	position: absolute;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(45deg, #000000b3 20%, #9b1eb18f), linear-gradient(-45deg, #f32121c4 71%, #de1fffe0 31%), repeating-linear-gradient(90deg, #ff0000 67%, #07b2ff52 59%);
	z-index: 1;
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	color: white;
}

.main img {
	width: -webkit-fill-available;
	position: absolute;
	top: 0px;
}

.main .main_txt {
	margin: 8% 10% 10%;
	text-align: center;
	z-index: 4;
	color: white;
}

.main .main_txt h1 {
	font-size: 53px;
	letter-spacing: -3px;
	margin: 0;
	font-weight: 700;
	text-transform: capitalize;
	text-shadow: 0px 0px 10px #0000003b;
}

.water_wave1,.water_wave2,.water_wave3,.water_wave4 {
	position: absolute;
	width: -webkit-fill-available;
	height: auto;
}

.water_wave1 {
	z-index: 4;
}

.water_wave3 {
}

.water_wave1 svg {
}

.water_wave2 svg {
	animation: wave_ani 4s linear infinite;
	animation-delay: 1s;
}

.water_wave3 svg {
	animation: wave_ani 4s linear infinite;
	animation-delay: 2s;
}

.water_wave4 svg {
	animation: wave_ani 4s linear infinite;
	animation-delay: 4s;
}

@keyframes wave_ani {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}

	100% {
		transform: scale(1);
	}
}

.main .main_txt h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 16px 0px;
}

.main .main_txt p {
	font-size: 15px;
	font-weight: 500;
	margin: 47px auto 5px;
}

.btn_1 {
	background: #ff5151;
	width: fit-content;
	margin: 38px auto;
	color: white;
	padding: 13px 36px;
	border-radius: 5px;
	font-size: 23px;
}

.btn_1:hover {
	background: #c8222a;
}

.btn_2 {
	background: #ffffff38;
	width: fit-content;
	margin: 38px auto;
	color: white;
	padding: 13px 36px;
	border-radius: 5px;
	border: 2px solid;
	font-size: 23px;
	animation: shining1 1s linear infinite;
}

.btn_2:after {
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	top: -1px;
	width: 0px;
	background: #ffffff26;
}

.btn_2:hover:after {
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	top: -1px;
	width: 100%;
	background: #ffffff26;
	transition: 0.4s;
}

@keyframes shining1 {
}

iframe {
	height: 316px;
	cursor: zoom-out;
	border: 12px solid #fff;
	box-shadow: 0px 0px 10px 0px #00000029;
	border-radius: 20px;
}

.w_l_f {
	width: auto;
	margin: 0 auto;
	background: repeating-linear-gradient(45deg, #9C27B0, #2196f3a6 60%), repeating-linear-gradient(-45deg, #3F51B5, transparent 58%);
	padding: 20px;
}

.w_l_f h1 {
	margin: 0px;
	padding: 20px 39px;
	font-weight: 800;
	color: white;
	text-align: center;
}

.w_l_f h3 {
	background: #FF5722;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-weight: 500;
	padding: 16px;
	border-radius: 5px;
}

.w_l_f img {
	width: 401px;
}

.w_l_f ul,img {
	display: inline-block;
}

.w_l_f ul {
	vertical-align: top;
	background: white;
	border-radius: 13px;
	overflow: hidden;
	padding: 38px 45px;
}

.w_l_f ul li {
	padding: 13px;
}

.w_l_f ul li:nth-child(2n) {
	background: #efefef;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.display_flex {
	display: flex;
	padding: 50px;
}

.side1,.side2 {
	width: -webkit-fill-available;
	padding: 18px;
	text-align: center;
}

.side1 img {
	width: 95%;
	margin: 10px;
	filter: brightness(1.5);
	border-radius: 14px;
}

.side2 p {
	font-weight: 500;
	text-align: center;
	color: #969696;
	font-size: 23px;
}

.side2 h1 {
	font-weight: 500;
	text-align: left;
	font-size: 41px;
	color: #3f5c84;
	text-transform: capitalize;
}

.side2 h3 {
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
	text-align: initial;
}

.row {
}

.row_backimg {
	background: linear-gradient(0deg,white, #FF9800, #03A9F4,#ffffff);
	padding: 68px;
	overflow: hidden;
	text-align: center;
}

.row_backimg h1 {
	color: white;
	font-size: 50px;
	margin: 20px 0px 56px;
}

.row_backimg .flex_box {
	display: flex;
}

.row_backimg .flex_box .flex_boxin {
	background: #ffffff;
	margin: 15px;
	width: -webkit-fill-available;
	border-radius: 0px;
	transform: rotate(-9deg);
	padding: 25px 24px;
}

.row_backimg .flex_box .flex_boxin:hover {
	transform: rotate(0deg);
}

.row_backimg .flex_box .flex_boxin i {
	font-size: 60px;
	color: #16a1a9;
}

.row_backimg .flex_box .flex_boxin h1 {
	font-size: 25px;
	margin: 33px 0px;
	color: #545454;
	font-weight: 500;
	letter-spacing: -1px;
}

.row_backimg .flex_box .flex_boxin p {
	font-weight: 500;
	color: #16a1a9;
}

.row2 {
	padding: 50px;
}

.row2 h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	color: #16a1a9;
}

.flex_pricing {
	display: flex;
	width: fit-content;
	margin: 0 auto;
}

.flex_pricingin {
	padding: 0px 0px;
	box-shadow: 0px 0px 10px 0px #00000038;
}

.flex_pricingin h3 {
	background: #2ed09b;
	margin: 0px;
	padding: 20px;
	text-align: center;
	color: white;
	font-weight: 400;
	font-size: 29px;
	letter-spacing: -0.7px;
}

.flex_pricingin h1 p {
	font-size: 10px;
}

.flex_pricingin h1 {
	color: #ffffff;
	background: #3f5c84;
	margin: 0;
	padding: 19px;
	font-size: 31px;
}

.flex_pricingin ul {
	padding: 0px 0px;
}

.flex_pricingin li {
	background: white;
	padding: 10px 29px;
	list-style-type: none;
}

.flex_pricingin li.back {
	background: #3f5c8417;
}

.flex_pricingin li i {
	background: green;
	color: white;
	border-radius: 50px;
	padding: 6px;
	font-size: 11px;
	margin: 0px 10px;
}

.row_contact {
	background: transparent;
	color: black;
	padding: 91px 50px;
	text-align: center;
}

.row_contact h3 {
	font-weight: 500;
	width: fit-content;
	margin: 5px auto;
	padding: 20px;
}

.row_contact h1 {
	font-size: 50px;
	font-weight: 500;
	background: #ffffff91;
	width: fit-content;
	margin: 0 auto;
	padding: 20px;
}

.row_features {
	padding: 50px;
	text-align: center;
}

.row_features p {
	text-align: center;
	color: #2ed09b;
}

.row_features h1 {
	text-align: center;
	font-size: 38px;
	color: #363c3f;
	width: auto;
	letter-spacing: -0.6px;
	font-weight: 400;
	text-transform: capitalize;
}

#svg_fea {
	position: absolute;
	width: 100%;
	z-index: -1;
	left: 0;
	height: auto;
	bottom: 0;
}

.cont_share_boxes {
	width: 200px;
	display: inline-grid;
	font-size: 16px;
	margin: 5px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px #00000017;
	padding: 13px 13px 26px;
	font-weight: 500;
	border-radius: 5px;
	color: #444b4f;
}

.cont_share_boxes:hover:after {
	content: '';
	position: absolute;
	border: 6px solid orange;
	width: 30px;
	height: 27px;
	border-bottom: none;
	border-left: none;
	right: 0;
	top: 0;
	transition: 0.3s;
}

.cont_share_boxes:hover:before {
	content: '';
	position: absolute;
	border: 6px solid orange;
	width: 30px;
	height: 27px;
	border-top: none;
	border-right: none;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.cont_share_boxes:hover {
	box-shadow: 0px 0px 10px 0px #0000002e;
	color: black;
}

.cont_share_boxes i {
	font-size: 43px;
	margin: 20px;
	color: #444b4f;
}

.row_bottom {
	background: linear-gradient(90deg, #2196F3, #9C27B0);
	color: white;
}

.row_bottom .side1 {
	text-align: left;
	padding: 20px 0px 20px 62px;
	background: white;
	color: black;
	width: 63%;
}

.row_bottom .side1 h1 img {
	width: 61px;
	height: 61px;
	margin: 0px;
	padding: 0px;
}

.row_bottom .side1 h1 {
	display: flex;
	margin: 0px;
	margin: 24px 0px;
	padding: 0px;
}

.row_bottom .side1 h3 {
	font-weight: 500;
	font-size: 27px;
	color: #000000;
}

.row_bottom .side1 .row_bt_p {
	display: flex;
	margin: 10px 0px;
}

.row_bottom .side1 .row_bt_p h4 {
	line-height: 2;
	margin: 8px;
	font-weight: 500;
	font-size: 14px;
}

.row_bottom .side1 .row_bt_p i {
	color: black;
	padding: 8px;
	width: 29px;
	text-align: center;
	font-size: 27px;
	margin: 2px 10px 0px 0px;
	border-radius: 100%;
	height: fit-content;
}

.row_bottom .side2 h3 {
	text-align: center;
	font-size: 30px;
	margin: 0;
}

.row_bottom .side2 form {
}

.row_bottom .side2 input,.row_bottom .side2 textarea {
	width: 63%;
	padding: 14px;
	background: #00000000;
	border: 1px solid #61616100;
	border-bottom: 2px solid white;
	margin: 3px;
	color: white;
	font-size: 13px;
	outline: none;
}

.row_bottom input[type=submit] {
	width: 365px;
	background: #ff5151;
	font-size: 22px;
	padding: 11px;
	border-radius: 3px;
	border-bottom: 2px solid transparent;
}

.row_bottom .side2 textarea {
	height: 100px;
}

.row_bottom .side2 input::placeholder, .row_bottom .side2 textarea::placeholder {
	color: #dcd6d6;
	font-style: italic;
}

.success_alert,.danger_alert {
	padding: 16px 43px;
	background: #ececec1f;
	width: fit-content;
	font-size: 13px;
	margin: 6px auto;
	border-radius: 5px;
}

.temp_preview {
	padding: 50px;
	text-align: center;
}

.temp_preview h1 {
	text-align: center;
	font-weight: 400;
	margin: 0px 10px 40px;
}

.temp_pre {
	display: inline-grid;
	margin: 10px 30px;
	text-align: center;
}

.temp_pre img {
	width: 100px;
	border: 21px solid #31354c;
	height: 194px;
	border-radius: 23px;
	margin: 0 auto;
	border-left: 5px solid #343538;
	border-right: 5px solid #333438;
	padding: 0px;
}

.temp_pre:hover img {
	transition: 0.3s;
	transform: scale(1.2);
}

.join_facebook {
	width: 51% !important;
	border-radius: 11px !important;
	margin: 5px !important;
	filter: brightness(1) !important;
}

.pre_btn {
	background: #ffffff;
	width: fit-content;
	margin: 13px auto;
	padding: 10px 30px;
	color: #3F51B5;
	border: 1px solid;
	font-weight: 500;
	border-radius: 35px;
	cursor: pointer;
}

.pre_btn:hover {
	background: #2196F3;
	transition: 0.3s;
	color: white;
}

#qr_code_d {
	left: 50%;
	position: relative;
	transform: translate(-50%, 0px);
	margin: 0px 0px 24px;
}

.services {
	padding: 20px;
	text-align: center;
	display: flex;
}

#servicesh2 {
	text-align: center;
	font-size: 38px;
	color: #ffffff;
	font-weight: 700;
	margin: 0px 0px 1px;
	text-shadow: 0px 0px 2px black;
}

.services h3 {
	height: 50px;
	margin: 0px;
	font-weight: 600;
}

.services_box {
	width: 200px;
	vertical-align: middle;
	height: auto;
	background: linear-gradient(45deg, #9C27B0, #0099ff);
	padding: 27px;
	text-align: center;
	color: white;
	margin: 10px 4px;
	box-shadow: 0px 0px 10px 0px #00000012;
	border-radius: 10px;
}

.scroll_cont {
	display: flex;
	position: relative;
	margin: 0 auto;
}

.services_box h2 {
}

.services_box p {
	font-size: 12px;
	height: 65px;
}

.share_wtsp form {
	display: flex;
	margin: 14px auto 20px;
	position: relative;
	width: fit-content;
}

.wtsp_share_btn {
	background: #f8a346;
	font-size: 14px;
	padding: 12px 15px;
	cursor: pointer;
}

.wtsp_share_btn i {
}

.share_box .close {
	font-size: 36px;
	text-align: end;
	padding: 0px 0px;
	font-weight: 400;
	color: #000;
	margin: -10px 0 0 0;
	cursor: pointer;
}

.ss1 {
	margin: -20px 0 20px;
	font-weight: bold;
	color: #f19129;
}

#whatsapp2 {
	background: #1aab2c;
	color: white;
}

.fa-comment-dots {
	background: #1cbdff;
	color: white;
}

.fa-commenting {
	background: #1cbdff;
	color: white;
}

.share_box .close i {
}

.share_box {
	display: none;
	background: white;
	color: black;
	position: fixed;
	top: 10%;
	width: 351px;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #00000033;
	z-index: 3;
	border-radius: 11px;
}

.shar_btns {
	width: 100px;
	text-align: center;
	display: inline-block;
}

.shar_btns i {
	padding: 10px;
	border-radius: 100px;
	font-size: 16px;
}

.shar_btns p {
	font-size: 12px;
}

.btn2 {
	background: #4CAF50;
	color: white;
	padding: 10px;
	width: fit-content;
	border-radius: 5px;
	margin: 20px auto;
	box-shadow: 0px 0px 10px 0px #00000017;
}

.row33 {
	padding: 20px;
	color: #313131;
	text-align: center;
}

.row33 h1 {
	margin: 21px 0px 10px;
	text-align: center;
	font-weight: 500;
	color: #333333;
}

.row33 p {
	font-size: 15px;
	text-align: center;
	width: 80%;
	margin: 27px auto;
	color: gray;
}

.row33 .benefit_box {
	width: 208px;
	display: inline-block;
	margin: 6px;
	background: white;
	text-align: center;
	padding: 21px;
	height: 151px;
	vertical-align: top;
	box-shadow: 0px 0px 10px 0px #0000001f;
	border-radius: 5px;
}

.row33 .benefit_box i {
	font-size: 29px;
	color: #FF5722;
}

.row33 .benefit_box h3 {
	margin: 7px;
	font-weight: 600;
}

.row33 .benefit_box p {
	color: #383838;
	font-size: 12px;
	font-weight: 400;
}

.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;
}

footer {
	background: black;
	color: white;
}

footer p {
	margin: 0px;
	padding: 14px;
	text-align: center;
	font-size: 11px;
}

.proff{
	background:#484747;
	padding:12px 15px;
	margin-top: 15px;
	border-radius: 100px;
}

.proff:hover, .wtsp_share_btn:hover, .dis_flex .big_btns:hover {
	background: #000 !important;
}

.dis_flex .social_med:hover {
    opacity: 0.5;
}

.qtext{
	text-align: center;
	font-size: 12px;
	margin:-10px 0 0px 0;
	    color: #666;
}

.spacebo{
	height: 30px;
	width: 100%;
}



#gallery .product_s {
    text-align: center;
    background:none; 
    padding:10px 0;
    width: 100%;
    /* border-radius: 20px; */
    margin:0px auto;
}




h3 {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0px 0;
    color: #666;
}




