 /*pwa install banner css */
 .install-pop-up {
 	background: #fff;
 	-webkit-border-radius: 4px;
 	border-radius: 4px;
 	-webkit-box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
 	box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
 	color: #444;
 	display: none;
 	font-size: .875rem;
 	line-height: 22px;
 	padding: 12px; 
 	right: 10px;
 	z-index: 150;
 	top: 10px;
	position: fixed;
	z-index: 9999;
 }


 .install_pop_inner {
 	display: flex;
 	font-family: "Hind";
 	font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
 }

 .inst__first_cont {
 	padding: 12px;
 	padding-right: 15px;
 }

 .inst__logo_img {
 	height: 96px;
 	width: 96px;
 	object-fit: contain;
 }

 .close_inst_popUp {
 	background: transparent;
 	-webkit-background-size: 18px;
 	background-size: 18px;
 	border: 0;
 	cursor: pointer;
 	padding: 0;
 	position: absolute;
 	right: 10px;
 	top: 10px;
 }

 .install__pwa_btn:hover {
 	box-shadow: 0 1px 2px 0 rgb(26 115 232 / 45%), 0 1px 3px 1px rgb(26 115 232 / 30%);
 	background-color: #297be6;
 	outline: 1px solid transparent;
 	border: none;
 }

 .install__pwa_btn {
 	align-items: center;
 	display: inline-flex;
 	justify-content: center;
 	outline: none;
 	position: relative;
 	z-index: 0;
 	-webkit-font-smoothing: antialiased;
 	font-size: .875rem;
 	letter-spacing: .25px;
 	background: none;
 	border-radius: 4px;
 	box-sizing: border-box;
 	color: #5f6368;
 	cursor: pointer;
 	font-weight: 500;
 	height: 36px;
 	min-width: 80px;
 	outline: none;
 	padding: 0 16px;
 	background-color: #1a73e8;
 	color: #fff;
 	border: none;
 }

 .notInstall__pwa_btn {
 	align-items: center;
 	border: none;
 	display: inline-flex;
 	justify-content: center;
 	position: relative;
 	z-index: 0;
 	-webkit-font-smoothing: antialiased;
 	font-size: .875rem;
 	letter-spacing: .25px;
 	background: none;
 	border-radius: 4px;
 	box-sizing: border-box;
 	color: #5f6368;
 	cursor: pointer;
 	font-weight: 500;
 	min-width: 80px;
 	padding: 0 16px;
 	-webkit-font-smoothing: antialiased;
 	font-size: .875rem;
 	letter-spacing: .25px;
 	height: 36px;
 	margin: 17px 0 0;
 	outline: none;
 }

 .inst__para span {
 	font-size: .885rem;
 }

 .inst__second_cont {
 	width: 300px;
 	padding: 12px;
 	padding-left: 0;
 }

 .inst__heading h2 {
 	-webkit-font-smoothing: antialiased;
 	font-size: 1.1rem;
 	letter-spacing: .1px;
 	font-weight: 500;
 	margin: 0;
 	margin-bottom: 12px;
 	font-family: 'Poppins';
 }


 /*pwa install banner css */
 @media only screen and (max-device-width: 600px) {
 	.install-pop-up {
 		left: 10px;
 		top: 10%;
 	}

 	.inst__first_cont {
 		display: none;
 	}

 	.inst__second_cont {
 		padding-left: 12px;
 	}

 	.inst__second_cont {
 		width: 94%;
 	}
 }