/* EXTRA CODE */

.marque {
  background: #204660;
  padding: 14px;
  text-align: center;
  color: #fff;
}

/*MEGA MENU START */

.menu-main {
  padding-left: 0px !important;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	text-align:left;
	width:100%;
	
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 20px;
	margin-left: 30px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
.imagetext a:before{
  content: "\f295";
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  background-color: #ee3e53;
  border-radius: 30px;
  padding: 8px;
  color:#fff;
}

.list-item.newiteams {
  background-color: #e6f2e2;
}

@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 18;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#78B687;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#78B687;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		top:0;
		right: 0;
		text-align: left;
		line-height: 50px;
		transform: none;
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}


/* MEGA MENU END */



/* CUSTOM CODE */

.address-title
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
}

.btn.btn-success.btn-sm.rev-btn.rbtn_01.rbtn_011:hover {
  background-color: #D95D2E !important;
  border-color: #D95D2E !important;
}

.home_button01 {
  display: none;
}

.headerspan.new02.new01 img {
  height: 40px;
  width: 40px;
  padding: 1px;
}

.col-sm-2.col-xs-12.col-md-1.col-lg-1.text-center {
  margin-top: -11px;
}

.btn.btn-success.btn-sm.rev-btn.rbtn_01.rbtn_011 {
  background-color: #204660 !important;
  border-color: #204660 !important;
  font-size: 16px;

}


.btn.btn-success.btn-sm.rbtn_02
{
  padding-left: 18px !important;
  padding-right: 17px !important;
}

.headerspan.new02
{
  margin-top: -16px;
}

.name-title
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
  padding-top:4px;
}

.headerspan {

	padding-left: 12px;

	position: absolute;

}

.pharmacy-logo {
  width: 100% !important;
}

.topHeadernew {
padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e4e2e2bd;
}

.btnnew-01 a {
  font-size: 12.5px !important;
  border-radius: 30px;
}

.btnnew-01 a:hover {
  background-color: #474747 !important;
  border-color: #474747 !important;
}

.social_icon_01 {
    margin-top: -23px;
}

.social_icon_02 {
    margin-top: -23px;
}

.social_icon_03 {
    margin-top: -23px;
}

.img_cart_01 {

    width: 8% !important;

}



.img_send_01

{

	   width: 8% !important;

}


.header_img_logo_all {
width: 50px;
height: 50px;
padding: 12px;
border-radius: 30px;
background-color: #78B687;
border-style: solid;
}


header .topHeader {

    background-color: #fafafa !important;

    padding: 16px 0;

	margin-bottom: 0px;

}

.pad_top { padding-top:5px;}


.col-sm-9.col-md-9.dd {
    width: 99%;
}


.fbicon

{



background: #232323 !important;

padding: 15px 20px 13px 20px;

border-radius: 32px;

font-size: 28px;

margin-top: 9px;



}

.pharmacy-logo a img { margin-top:0px;}


.header-info {

	margin-top: 15px;

}

.header_img_all_top1 {

background: transparent;
border: 2px solid #232323;
border-radius: 500px;
width: 16%;
height: 20%;
padding: 9px;
}

.header_img_all_top2 {

background: transparent;
border: 2px solid #232323;
border-radius: 500px;
width: 20%;
height: 20%;
padding: 9px;
}
	

.header-info h3 {

font-family: 'Poppins', sans-serif;
line-height: 1.4em;
color: #474747;
font-size: 13px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: normal;

}

.header-info h4 {

	font-weight: normal;

	font-size: 14px;

	margin-top: 0px;

	margin-bottom: 0px;

}

.pharmacy-logo

{

	width:93%;

}

.sd1

{

	width:26%;

}



.rev-btn

{

	display:block;

	margin-bottom:5px;

}

.sd2 {	width:24%;}



.sd3

{

	width:24%; 

}

.sd3a

{

	width:19%; 

}



.sd4 { width:18%; }



.sd5

{

	width:5%;

}




@media only screen and (max-width:1025px) {
	
.pharmacy-logo {
  width: 80% !important;
}

.sd1 {
    width: 21%;
}


.sd3 {
    width: 27% !important;
}
.sd2 {
    width: 26% !important;
}

.sd3a {
    width: 21%;
}

.sd4 {
    width: 18% !important;
} 

.sd5 {
    width: 8%;
}

header .topHeader {
    margin-bottom: 45px !important;
}

.col-sm-9.col-md-9.dd {
    width: 100%;
}

.headerspan.new02 {
  margin-top: 22px;
}


}




@media only screen and (max-width:980px) {

.col-sm-9.col-md-9.dd {
    width: 90%;
}

.user-profile { width: 100%; }

.pharmacy-logo {
    width: 100%;
}

.headerspan.new02 {
  margin-top: 35px;
}

.sd1 {
    width: 28%;
}	


.header-info {
  margin-top: 0px;
}

	

.sd4 {
    width: 37% !important;
	margin-top:35px;
}



.dd { width:100%; }

.sd2 {	width:36% !important;}

.sd3 {
    width: 36% !important;
}

.sd3a {
    width: 28%;
    margin-top: 35px;
}

.sd5 {
    width: 11%;
		margin-top:35px;
}

header .topHeader {

    margin-bottom: 78px !important;

}

	

}

@media only screen and (max-width:480px) { 


.pad_top { padding-top:0px !important;}
.sd1 {

    width: 100% !important;

}

.pharmacy-logo {
  width: 100% !important;
}

.headerspan.new02 {
  margin-top: 10px;
}

.new01 { margin-left:25px;}

.nav.navbar-nav.navbar-right {
  margin-top: 22px;
}

.header-info {
  margin-top: 23px;
  margin-bottom:15px;
}

#search_product {
    width: 340px !important;
}


.sd2 {

    width: 100% !important;

    padding-left: 71px !important;

}


.sd3 {
width: 100% !important;
padding-left: 71px;
margin-top:25px;
}

.sd3a {
    width: 100%;
margin-top: 60px;	padding-left: 35px;
}

.sd5 {padding-top: 4px;}

header .topHeader {
    margin-bottom: 67px !important;
}



.sd4 {

    width: 100% !important;

    padding-left: 65px;
margin-top: 38px;
}

.sd5 {

    width: 65% !important;

    margin-top:60px;

	text-align:center;

}


}

@media only screen and (max-width:391px) {
#search_product {
  width: 307px !important;
}
}

@media only screen and (max-width:380px) {#search_product {
    width: 288px !important;
} }


@media only screen and (max-width:320px) {
.new01 { margin-left:35px;}
#search_product {
  width: 234px !important;
}
}

/* END CUSTOM CODE */





/* Change overall site color and background */

.navbar-nav>li>.dropdown-menu{
	border:0 none;
}

.fs{width:50%; float:left;}
.fd{width:50%; float:left;}

/*.onemoreDropdown>a:hover,
.onemoreDropdown.open>a{
	background: #f7f7f7;
}*/
.onemoreDropdown.open>a,
.onemoreDropdown>a:hover{
	color: #a8914b !important;
}
.onemoreDropdown.open>a:focus,
.onemoreDropdown.open>a:hover,
.onemoreDropdown ul.dropdown-menu{
	background: #f7f7f7;
}

.onemoreDropdown>a:hover,
.onemoreDropdown.open>a,
.mega-dropdown-menu > li > ul{
	background-color:transparent;
}
.onemoreDropdown {
    display: block;
    overflow: hidden;
}



.col-sm-3.border_right_all_2 {
	padding-left: 10px;
}

.col-sm-3.border_right_all_3 {
	padding-left: 40px;
}


.preview-dtl h2,
.brand-headline,
.pagination>li>a,
.box-heading span,
.mainmenu > li > a,
.box-product .product-name,
.main-navbar .navbar-nav>li>a,
.dropdown-cart li a.text-center,
.user-profile .navbar-right li a,
.main-navbar .navbar-nav>li>a .caret,
.sidebar .side-menu nav .nav > li > a,
.mega-dropdown-menu .dropdown-header a,
.yamm .dropdown-menu .yamm-content .links li a,
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
	color: #000000;
}

.product-label,
.mainmenu > li,
.mobile-mega-menu,
.box-heading span,
#productsSmall .item,
.topHeader button.btn,
.mainmenu > li:hover a,
ul.all-brand li a:hover,
.mainmenu > li > a:hover,
.preview-dtl .prod-stock,
ul.ftc-social-sharing li a:hover,
.user-profile ul.dropdown-menu li a,
.main-navbar .navbar-nav li.open a .caret,
.sidebar .side-menu nav .nav > li:hover > a:after,
.topHeader .open>.dropdown-toggle.btn-default:focus,
.topHeader .open>.dropdown-toggle.btn-default:hover,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu > a.dropdown-toggle:after,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu.open > a.dropdown-toggle:after{
    color: #ffffff;
}

a,
.breadcrumb a.last,
.preview-dtl .price,
.cart-total .order-total,
.box-product .product-price,
.onemoreDropdown button:after,
.login-content .login-panel h2,
.login-content .panel-heading h2,
.mega-dropdown-menu .dropdown-header,
.main-navbar .navbar-default .navbar-nav>.open>a,
.main-navbar .navbar-default .navbar-nav>.open>a:focus,
.main-navbar .navbar-default .navbar-nav>.open>a:hover{
    color: #78B687; /* Change color code as related site color */
}

.popup img.
.submenu li:hover,
.pagination>.active>a,
.typeahead__container button,
.sidebar .yamm .dropdown-menu,
.typeahead__container button:focus,
.typeahead__container button:hover,
.sidebar .side-menu li.menu-item.open a,
.sidebar .side-menu li.menu-item.open a:focus,
.sidebar .side-menu li.menu-item.open a:hover,
.sidebar .side-menu nav.yamm li .mega-menu{
	border-color: #78B687; /* Change color code as related site color */
}

.sidebar .side-menu nav .nav > li > .mega-menu{
	    border: 4px solid #78B687;
}

.box-heading,
.mobile-mega-menu,
#productsBig .item,
#productsSmall .item,
.pagination>.active>a,
ul.all-brand li a:hover,
.main-navbar .nav .open>a,
#productsSmall .synced .item,
.navbar-nav>li>.dropdown-menu,
.main-navbar .nav .open>a:focus{
    background: #78B687; /* Change color code as related site color */
}


.box-heading span{
	color: #000 !important;
}
.box-heading{
	background: #F7F7F7 !important;
}

.brand-headline{
	border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 10px 14px 6px;
}

.typeahead__container button,
.main-navbar .navbar-nav>.open>a,
.typeahead__container button:focus,
.typeahead__container button:hover,
.main-navbar .navbar-nav>.open>a:focus,
.main-navbar .navbar-nav>.open>a:hover,
.user-profile ul.dropdown-menu li a:hover,
.onemoreDropdown ul.dropdown-menu li a:hover,
.typeahead__result .typeahead__list li:last-child a,
.typeahead__result .typeahead__list li:last-child a:hover,
.sidebar .side-menu .yamm .menu-item.open>a.dropdown-toggle,
.sidebar .side-menu .yamm .menu-item.open>a.dropdown-toggle:focus,
.sidebar .side-menu .yamm .menu-item.open>a.dropdown-toggle:hover{
    color: #fff;
    background-color: #78B687; /* Change color code as related site color */
}

.btn-success,
.btn-success:hover,
.btn-default:active,
.btn-success.active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:hover,
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus{
    color:#FFFFFF;
    background-color:#78B687; /* Change color code as related site color */
    border-color:#78B687; /* Change color code as related site color */
}
.onemoreDropdown .btn-success,
.onemoreDropdown .btn-success:hover,
.onemoreDropdown .btn-success.active.focus,
.onemoreDropdown .btn-success.active:hover,
.onemoreDropdown .btn-success:active:hover,
.onemoreDropdown .open>.dropdown-toggle.btn-success{
	background-color:transparent !important;
	border-color:transparent !important;
}
.onemoreDropdown ul.dropdown-menu li a:hover{
	color:#fff !important;
}




/* Header/Footer Design Related Code here */

/*Header Section*/

.home_button01 { float:left; margin-top:15px;}
.home_size { width:25px; height:25px; vertical-align: bottom;}

.col-sm-6.fd.text-right {
    width: 30% !important;
	padding:0px;
}

.col-sm-6.fs {
    width: 69% !important;
padding-top: 3px !important;
padding:0px;
}



.header_img_all_top1 {
    width: 20px;
    height: 20px;
	padding:3px;

}

.footer_svg_img { width: calc(100% + 1.3px);
height: 20px;}

.img_111 {
    transform-origin: center;
    transform: rotateY(0deg);
    width: calc(100% + 1.3px);
    height: 62px;}

header{
	border-bottom: 1px solid #dddddd;
	background-color:#ffffff;
}
header .topHeader{
	background: none !important;
	padding-top: 20px;
}
header .et-info {
	display: block;
	padding-top:4px;
	color:#565656;
	font-size:13px;
	    font-family: 'Roboto', sans-serif;
}
header .et-info i{
	margin-left: 4px;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 4px 6px;
    margin-right: 8px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 3px;
}
header .et-info a{
	color: #FFF;
}
.typeahead__container button {
border: 1px solid #78B687 !important;
border-radius: 0px 20px 20px 0px;
padding: 14px;
}

.topHeader a.btn,
.topHeader button.btn,
.topHeader a.btn:focus,
.topHeader button.btn:focus,
.topHeader .open>.dropdown-toggle.btn-default:focus,
.topHeader .open>.dropdown-toggle.btn-default:hover{
	border-radius: 30px;
background-color:#204660;
border: 1px solid #204660;
color:#ffffff;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height: 1.1 !important;
	padding-left: 15px !important;
  padding-right: 15px !important;
}

.headerspan.new02.new01 {
  margin-top: 0px;
}

.btn.btn-success.btn-sm.rev-btn.rbtn_01:hover {
color: #FFFFFF;
background-color: #D95D2E;
border-color: #D95D2E;
}
.btn.btn-success.btn-sm.rbtn_02:hover {
color: #FFFFFF;
background-color: #D95D2E;
border-color: #D95D2E;
}

.topHeader a.btn-facebook-btn {
	background-color: #3B5998;
	border:1px solid #3B5998;
}

.user_d i {
        color: #78B687 !important;
}


.user_cart i {
        color: #78B687 !important;
}

.pharmacy-logo {
    width: 48%;
}



/* Footer Section */

.footer_img_all {
    padding: 9px;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    font-size: 31px !important;
    position: absolute;
    left: -5px;
    top: 10px;
        
}

.footer_background_new {width: calc(156% + 1.3px);
height: 23px;}
	
	
footer.pharmacy-footer{
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
	background-color: #78B687;
	background-position: center;
	background-size: cover;
	margin-bottom:0;
	margin-top:20px;
	background-image: url(/pharmareserve/footer_background_pharma.jpg);
	
}

.topFooter h3,
.aboutPharmacy h3{
	color:#fff;
	font-size:20px;
}
.topFooter p,
.topFooter p i,
.topFooter p a,
.aboutPharmacy p{
	color:#ffffff;
}
.topFooter p a{
	line-height: 30px;
	text-decoration: none;
}
.bottomFooter{
    background:#ffffff;
    padding:10px 0;
    margin-top:10px;

}
.bottomFooter p{margin:0;}
.bottomFooter a{
    color:#ffffff !important;
    font-size:14px;
}


.navbar-pharmacy .search-panel form.navbar-form.navbar-right {
  max-width: 100% !important;
}

#search_product {
  width: 100% !important;
  border-radius: 20px 0px 0px 20px;
  background: #f3f3f3 !important;
  border: none !important;
  padding: 12px;
}



@media only screen and (max-width:1025px) {
	
	.col-sm-6.fs {
    width: 100% !important;
    text-align: center !important;
}

.navbar-pharmacy .search-panel form.navbar-form.navbar-right {
  max-width: 522px;
}


#search_product {
  width: 422px !important;
}

.headerspan.new02.new01 {
  margin-top: 26px;
}

.col-sm-6.fd.text-right {
    width: 100% !important;
}
	.sd{width:100% !important; text-align:center !important; padding-bottom:10px;}
	.cd{width:50% !important;}
	.dd{width:74%;}
	#search_product {
    width: 100% !important;
}

.col-sm-3.border_right_all_1 {
    border-right: none;
	width: 50% !important;
}

.col-sm-3.border_right_all_2 {
    border-right: none;
	padding-left:8px;
	width: 50% !important;
}

.col-sm-3.border_right_all_3 {
    border-right: none;
		padding-left:10px;
		width: 50% !important;
}

.col-sm-3.border_right_all_4 {
 		width: 50% !important;
		padding-left:8px;
}

.pharmacy-logo { width: 23%; }

#search_product {
    width: 481px !important;
}

}
@media only screen and (max-width:768px) {
	
	.cd{width:100% !important;}
	.topHeader a.btn{margin-bottom:4px;}
	.dd{width:100%;}
	#search_product {
    width: 100% !important;
}



}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.home_button01 {
    margin-top: 6px !important;
    width: 30%;
}

#search_product {
  width: 220px !important;
}	

.headerspan.new02.new01 {
  margin-top: 40px;
}

.pharmacy-logo {
  width: 92% !important;
}

.clearfix.user-profile {
  margin-top: 21px;
}

#search_product {
    width: 284px !important;
}

.headerspan.new02 {
  margin-top: 30px;
}

header .topHeader {
  margin-bottom: 74px !important;
}

.pharmacy-logo {
    width: 50%;
}


    .user-profile {
        width: 50%;
        float: left;
    }
    .search-panel {
        float: left;
        display: inherit;
        width: 50%;
    }
    .navbar-form {
        padding: 10px 0px;
    }
    .navbar-right {
        float: none !important;
        margin-right: -10px;
    }
    .cart_user_block {
        display: flex;
        float: left;
        width: 100%;
    }
    .user_d {
        border-right: 1px solid #ccc;
        width: 110px;
        text-align: center;
        margin-right: 0px;
        padding-right: 0px;
    }
    .user_d i {
        font-size: 20px;
    }
    .user_d p {
        font-size: 14px;
    }
    .user_cart {
        width: 170px;
    }
    .user_cart i {
        font-size: 20px;
    }
    .user_cart p {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
	
.col-sm-6.fd.text-right {
    width: 88% !important;
}

.headerspan.new02.new01 {
  margin-top: 0px;
}

.home_button01 {
	margin-top:0px;
        width: 100%;
    margin-bottom: 20px;}

.pharmacy-logo {
    width: 72%;
}

.user_d
{
	margin-right: 0px !important;
	padding-right: 0px !important;
	width:108px !important;
}

.col-sm-9 {
    width: 100% !important;
}

.col-sm-3.border_right_all_1 { width:100% !important;}
.col-sm-3.border_right_all_2 { width:100% !important;}
.col-sm-3.border_right_all_3 { width:100% !important;}
.col-sm-3.border_right_all_4 { width:100% !important;}


}





@media (min-width: 981px){
	.dex-shop{
		padding-left:10px;
	}
	.aboutPharmacy{
	    padding-right:30px;
	    font-size:14px;
	    line-height:1.5;
	}
}
.topFooter{
    padding-bottom:25px;
	padding-top:30px;
}
.topFooter .footer-info .info-contact {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    margin-left: 0px;
    padding-top: 10px;
}
.topFooter .footer-info .info-contact i {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0px solid #c98c3b;
    text-align: center;
    line-height: 40px;
    font-size: 31px !important;
    position: absolute;
    left: 0px;
    top: 10px;
    color: #fff;
    background: transparent;
}
.topFooter .footer-info .info-contact p {
    line-height: 24px;
        font-family: 'Poppins', sans-serif;
		font-size:13px;
}

b, strong {
  font-weight: 600;
}


.topFooter .footer-info .info-contact p,
.topFooter .footer-info .info-contact h4 {
    margin: 0px;
	color: #ffffff;
}
.topFooter .footer-info .info-contact h4{
	font-size:13px;
	line-height:22px;
}


.et-info a {
    color:#494949;
	font-weight: bold;
}


.btn-header-bar:hover {
background: #333333 !important;
color: #fff !important;
text-decoration:none;

}

.btn-header-bar{
	background: #006749 !important;
	font-size:13px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width:1200px) {
.fs{width:100%; float:none; text-align:center; margin-bottom:10px;}
.fd{width:100%; float:none; text-align:center;margin-bottom:10px;}
.fd .img-responsive{display:inherit;}
}