	.showme {
			display: none;
		}
		.scar img {
			cursor: pointer;
		}
		.btn-order {
			background-image: linear-gradient(to right, #08d041 0%, #019421 51%, #08d041 100%);
		}
		.start-heading {
			background: linear-gradient(to bottom, #019421 0%, #08d041 50%, #08d041 51%, #019421 100%);
		}
		/*#LoadingDiv {
			margin: 0px 0px 0px 0px;
			position: fixed;
			height: 100%;
			z-index: 9999;
			padding-top: 350px;
			width: 100%;
			clear: none;
			background: url(images/trans.png);
			text-align: center;
			color: #FFF;
			font-weight: bold;
			font-size: 20px;
			background-color:#666666;
  			border:1px solid #000000;
		}*/
		/*IE will need an 'adjustment'*/
		/** html #LoadingDiv {
			position: absolute;
			height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}*/
		img.displayed {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.pac-icon {
			display: none;
		}
		.pac-item {
			padding: 10px;
			font-size: 16px;
			cursor: pointer;
		}
		.pac-item:hover {
			background-color: #ececec;
		}
		.pac-item-query {
			font-size: 16px;
		}
		.error {
			background: #ff9c9c !important;
			outline: none;
			border: 1px solid #C00;
		}

		label.error {
			display: none !important;
		}
		.info_banner_main {
			min-height: 150px;
		}
		.info_banner {
			background-color: rgb(74, 144, 226);
			border-bottom: 1px solid rgba(0, 0, 0, 0.2);
			box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
			-moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 30%);
			padding: 10px 18px 3px 10px;
			margin: 0;
			position: fixed;
			width: 100%;
			top: 0;
			z-index: 9;
			min-height: 142px;
		}
		.info_banner h2 {
			font-weight: 600;
			text-align: center;
			font-size: 24px;
			color: #fff;
			margin: 10px 0 10px;
			font-family: Arial;
		}
		.info_banner h2 img {
			vertical-align: middle;
		}
		.info_banner p {
			font-family: Arial, sans-serif;
			font-weight: 100;
			text-align: center;
			font-size: 18px;
			color: #ffffff;
			line-height: 1.7;
			margin: 0 0 10px;
		}
		.info_banner .cl_btn {
			position: absolute;
			cursor: pointer;
			width: 24px;
			height: 24px;
			top: 19px;
			right: 18px;
			background: rgba(0, 0, 0, 0.3);
			border-radius: 50%;
			box-shadow: 0 0 0 2px rgb(255 255 255 / 30%);
			-moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
			-webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 30%);
		}
		.info_banner .cl_btn img {
			top: 6px;
			position: absolute;
			left: 6px;
		}
		@media only screen and (max-width: 600px) {
			.info_banner h2 {
				font-size: 20px;
			}
		}		
		.info_banner .cl_btn img{
		top: 6px;
		position: absolute;
		left: 6px;
		}
		.money-back h3{font-size: 22px;}
		.money-back p{font-size: 14px;margin: 0;}
		@media only screen and (max-width: 600px) {
		.info_banner h2{			
			font-size: 20px;		   
		}
		}
		
		
		.footer p a{
			color: #0000EE!important;
			font-size: 12px!important;
		}
		.footer ul li a {
			font-family: 'Fira Sans',sans-serif;
		    font-size: 14px!important;
		    color: #666666!important;
		    text-transform: uppercase!important;
		}
		footer p {
			font-family: 'Fira Sans',sans-serif!important;
			margin: 20px auto;
		}
		footer a, footer p {		    
		    font-size: 12px!important;
			line-height: 1.42857143!important;
		}
		.copyright p {
			margin: 0;
		}
		.footer ul li a:hover{
			color: #666666;
		}
		.border.border-dark {
			padding: 0!important;
		}
		.border.border-dark p {
		    padding: 10px 15px;
		    margin: 0;
		}
		.nav>li {
		    display: inline-block;
		}
		.nav>li>a{
			padding:0 3px;
		}
		footer a.nav-link{
			color: #000!important;
			text-transform: capitalize!important
		}
		.nav>li>a:hover, .nav>li>a:focus{
			color: #000!important;
			background-color: transparent!important;
			text-decoration: underline!important;			;
		}
		/*@media (min-width: 768px){
			footer .container {
			    width: 830px;
			}
		}*/
		@media only screen and (min-width: 0px) and (max-width: 770px){
			.row{
				margin-left: -15px!important;
				margin-right: -15px!important;
			}
		}
		
		footer {
			background-color: #F0F0F0;
		}