* {
	margin: 0;
	padding: 0;
	
}
/*.header{
	height: 100vh;
}
.navbar-style{
	box-shadow: 0 5px 10px #014670;
	text-transform:uppercase;
}*/
.menu-top{
	position:fixed;
	text-transform:uppercase;
	box-shadow: 0 5px 10px  #FFA500;
	padding:13px 0px;
	z-index:1;
	background-color:#fff;
	text-align: center;
	width:100%;
	
		
	
}
.banner-info, .banner-image{
	margin: 30px 0;
}
.logo{
	height: 50px;
	padding: 2px 10px;
}
.icon-bar{
	background: #014670;
}
.big-text{
	font-size:24px;
	margin: 20px 0;
	color: #014670;
}
.red-text{
	font-size:24px;
	margin: 20px 0;
	color: #FF0000;
}
a.btn{
	margin: 30px 10px;
	width: 200px;
	padding: 10px;
	border-radius: 20px;
	
}
a.btn-first{
	background-color: #014670;
	color: #fff;
	
}
a.btn-second{
	background: transparent;
	border: 1px solid #014670;
	color: #000;
}
a.btn:hover{
	background: #014670;
	border: none;
	color: #fff;
	box-shadow: 2px 2px 3px #FFA500;
	transition: 0.3s;
}

.hr{
	height: 1px;
	background-color:#FFA500;
}

/*Logo on hover*/
.image-swap img :nth-child(1){
position: absolute;
transition: .5S;
}
.image-swap img :nth-child(1){
	opacity: 0;
}


/*Footer-Format*/
.soc1{
	width: 90px;
	height: 90px;
	border: 2px solid #FFA500;
	border-radius: 50px;
	text-align: center;
}
.soc1 a:hover{
	border:0;
	
	box-shadow: none;
}
.soc1:hover{
	cursor:pointer;
	border: 2px solid #FFA500;
	background:#FFA500; 
}
footer{
  padding:0px;
  margin:0px;
  color:#ffffff;
  background-color:#014670;
  text-align: center;
  width:100%;
}
/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}
#boxes .box60{
  float:left;
  text-align: center;
  width:60%;
  padding:10px;
}

#boxes .box img{
  width:90px;
}

/*Carousel styles*/
#slider .item{
	
	height :490px;
}
#slide1{
	background: url('../images/1.png') center no-repeat;
}
#slide2{
	background: url('../images/2.png') center no-repeat;
}
#slide3{
	background: url('../images/3.png') center no-repeat;
}
#slide4{
	background: url('../images/4.png') center no-repeat;
}
#slide5{
	background: url('../images/5.png') center no-repeat;
}
.carousel-caption{
	font-size: 20px;
}

/*Cards*/
.card {
	display:inline-block;
}


/*Pharmacy symbol authorasation/legal*/
.img-hover{
    box-shadow: 5px 5px 5px 1px hsla(0, 100%, 70%, 0.3);
    border-radius: 10px;
	width:60px;
	height:60px;

}

.img-hover-symbol{
    box-shadow: 1px 1px 5px 1px hsla(0, 100%, 70%, 0.3);
    border-radius: 10px;
	
	
}


