@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800');
body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;	
	color: #787878;	
	font-weight: 400;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
	color: #28406D;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
P{
	color: #000000;
}

img {
    height: auto;
    max-width: 100%;
}
a:hover{
	color: #3e9100;
	text-decoration: none;
}
.form-control:focus,
.form-control.focus,
.btn:focus,
.btn.focus{
	box-shadow: none;
}
.form-control::placeholder{
	font-size: 13px;
}
.form-control{
	background-color: #f2f2f2;
	border: #e1e1e1 1px solid;
	border-radius: 0px;
}

.form-control:focus,
.form-control.focus{
	border: #f2f2f2 1px solid;
}
.btn{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/************************header********************/
header.header{	
	position: relative;
	z-index: 1;
	width: 100%;
	background: #ffffff;
}
.topbar{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #28406d;
	color: #ffffff;
	font-size: 13px;
}
.topbar i{
	color: #a8db51;
}
.top-left ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-left ul li{
	display: inline-block;
	margin-right: 20px;
}
.top-left ul li a{
	color: #ffffff;
	font-size: 13px;
}
.top-right a{
	margin-right: 10px;
	font-size: 13px;
		color: #ffffff;
}
.header .logo-panel{
	height: 138px;
	line-height: 138px;
	width: 100%;
}
.logo-panel .navbar-brand{
	padding: 0;
}
.header-right{
	font-family: 'Roboto Condensed', sans-serif;
	color: #a8db51;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}
.top-contact-info{
	display: inline-block;
	line-height: normal;
	margin-left: 30px;
	text-align: left;
	margin-top: 42px;
}
.top-contact-info p{
	margin-bottom: 0;
	color: #a8db51;
}
.top-contact-info .highlight{
	color: #23406d;
}


.header .main-menu{
	background: #ffffff;		
	border-bottom: #EBEBEB 1px solid; 
	border-top: #EBEBEB 1px solid; 
	padding-top: 18px;
	padding-bottom: 18px;
}

.header .navbar-light .navbar-nav .active > .nav-link,
.header .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .nav-link.show,
.header .navbar-light .navbar-nav .show > .nav-link{
	color: #28406D;		
}
.header .navbar-light .navbar-nav .nav-link:focus,
.header .navbar-light .navbar-nav .nav-link:hover {
    color: #28406D;
}
.header .navbar-light .navbar-nav .nav-link{
	font-weight: 600;
	color: #989BAD;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.header .navbar-light .navbar-nav .nav-item{
	border-right: #EBEBEB 1px solid;
	padding-left: 20px;
	padding-right: 20px;
}
.header .navbar-light .navbar-nav .nav-item:first-child{
	border-left: #EBEBEB 1px solid;
}
.header .navbar-light .navbar-nav .nav-link:hover::after, 
.header .navbar-light .navbar-nav .active > .nav-link::after,
.header .navbar-light .navbar-nav .nav-link.active::after,
.header .navbar-light .navbar-nav .nav-link.show::after,
.header .navbar-light .navbar-nav .show > .nav-link::after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.header .navbar-light .navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #23406d;    
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s,-webkit-transform .15s;
        transition-duration: 0.15s, 0.15s;
        transition-timing-function: ease, ease;
}



/*****Drop Down Menu***/
.navbar-nav .dropdown-menu{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-item{
	font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #213163;
}

.is-sticky .main-menu{	
	width: 100%;	
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}
.main-menu.shrink {		
	width: 100%;
	z-index: 101;
	position: absolute;
	top: 0;
	left: 0!important;	
}
.sticky-wrapper{
	width: 100%;
	z-index: 102;
	height: auto!important;
}

/***********************Slider*****************************/
.banner-one .container,.banner-one .row,.banner-one .col-md-12 { height: 100%;}
.banner,.banner-one,.banner-one-layer {  
    width: 100%;
}
.banner-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
}
.banner-transparent {
	background-color: transparent;
    height: 100%;
    left: 0px;	
    position: absolute;
    top: 0;
    width: 100%;   
}
.banner-wrap {
    bottom: 20%;
    left: 30px;	
    margin: 0 auto 0;
    position: absolute;
    width: 50%;
	background-color: #23406d;
	padding: 50px 40px;
	text-align: left;
	
}
.banner-wrap h1 {
    font-size: 42px;   
    line-height: 1;
    margin-bottom: 10px;
    float: left;
    text-transform: uppercase;
	width: 100%;
	color: #ffffff;
}
.banner-wrap h1 span {
    font-size: 30px;
    display: block;
    margin: 0px 0px 10px;
}
.banner-wrap p {    
    margin-bottom: 0;
    font-size: 15px;
    float: left;
    line-height: 28px;
	display: inline-block;
	color: #ffffff;
}
.banner-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 23px;
	border: #ffffff 2px solid;
}
.banner-btn:hover{
	background: #ffffff;
}


/* Banner Animation */
.slick-active .banner-wrap h1 {
  -webkit-animation-name: banner-wrap;
  animation-name: banner-wrap;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes banner-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
       -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
         -o-transform: translateX(-200px);
            transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes banner-wrap {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
       -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
         -o-transform: translateX(-200px);
            transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.slick-active .banner-wrap p {
  -webkit-animation-name: banner-wrap-p;
  animation-name: banner-wrap-p;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes banner-wrap-p {
  0% {
    opacity: 0;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes banner-wrap-p {
  0% {
    opacity: 0;
    -webkit-transform: scale(-1);
       -moz-transform: scale(-1);
        -ms-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.slick-active .banner-btn {
  -webkit-animation-name: banner-btn;
  animation-name: banner-btn;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes banner-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
         -o-transform: translateX(200px);
            transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes banner-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
       -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
         -o-transform: translateX(200px);
            transform: translateX(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/**************Featured Services**************/
.featured-services{
	width: 100%;	
	margin-bottom: 70px;
	margin-top: 70px;
}
.featured-box{	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.featured-box .service-icon{
	width: 85px;
	height: 85px;
	background: #a8db51;
	border-radius: 50%;
	text-align: center;
	line-height: 83px;
	float: left;
	margin-right: 15px;
	color: #23406d;
	font-size: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.service-content{
	overflow: hidden;
}
.service-content h5{
	font-size: 22px;	
}
.service-content p{
	margin-bottom: 0;
}
a .featured-box:hover{
	color: #787878;
}
a .featured-box:hover .service-icon{	
	background: #23406d;
	color: #ffffff;
}

/**************About Us**************/
.title-block{
	margin-bottom: 50px;
}
.title-block h2{	
	font-weight: 900;	
}

.line{
    width: 100px;
    height: 4px;
    background: #a8db51;
    content: "";
	margin: auto;
}

.about{
	width: 100%;	
	padding-bottom: 60px;
	padding-top: 60px;
	margin-bottom: 60px;
	background: #f3f3f3;
	border-bottom: #e1e1e1 1px solid;
	border-top: #e1e1e1 1px solid;
}

/*************Services***********/
.icon {    
    color: #88c06a;   
    width: 85px;
    height: 85px;    
    background: #a8db51;
    border-radius: 50%;
    text-align: center;
	float: left;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}
.services .service-icon{
	width: 52px;
	height: 55px;
	margin: 18px auto 0;
	background-position: 0 0!important;
	transition: all 0.3s ease-in-out;
}
.services{
	margin-top: 30px;
}
.service-txt{
	overflow: hidden;
}
.service-txt h5{
	font-size: 20px;
}
a .services:hover .icon {      
	background: #23406d;
}
a .services:hover .service-icon {      
	background-position: 50% 100%!important;
}


/**************Contact section**************/
.contact-bg{
	background: #1e1f23;
	width: 100%;		
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact-bg .form-control{
	background: rgba(255,255,255,0.08);
	border: rgba(255,255,255,0.05) 1px solid;
	color: #ffffff;
}
.hour-table{
	background: rgba(255,255,255,0.08);
	color: #ffffff;
}
.hour-table > thead > tr > td{
	background: #23406d;
	font-weight: 700;
	padding: 8px 10px;
	border: rgba(255,255,255,0.05) 1px solid;
}
.hour-table > tbody > tr > td{
	padding: 8px 10px;
	border: rgba(255,255,255,0.05) 1px solid;
}
/*********Brands*****************/
.brands{
	background:#fcfcfc;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 35px;
}
.brands-slider img{
	border: #e7e7e7 1px solid;
	background: #ffffff;
}
.brands-slider .owl-prev{
	position: absolute;
	left: -16px;
	top: 18%;
	width: auto;
	height: auto;
	background: rgba(252,252,252,0.70)!important;
	border: #d8d8d8 1px solid!important;
	border-left: none!important;
	padding: 10px 6px!important;
	border-radius: 0!important;
	color: rgba(34,34,34,0.6)!important;
	font-size: 20px!important;
	box-shadow:1px 0px 1px 0 rgba(0,0,0,0.1)!important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.brands-slider .owl-next{
	position: absolute;
	right: -17px;
	top: 18%;
	width: auto;
	height: auto;
	background: rgba(252,252,252,0.70)!important;
	border: #d8d8d8 1px solid!important;
	border-right: none!important;
	padding: 10px 6px!important;
	border-radius: 0!important;
	color: rgba(34,34,34,0.6)!important;
	font-size: 20px!important;
	box-shadow:-1px 0px 1px 0 rgba(0,0,0,0.1)!important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.brands-slider .owl-prev:hover,
.brands-slider .owl-next:hover{
	background: rgba(252,252,252,1)!important;
	color: #222!important;
}
.brands-slider .owl-nav{
	position: static;	
}

/***************Footer*****************/
.footer{
    background: #28406d;
    position: relative;
    color: white;
    font-size: 14px;
	padding-top: 40px;
	color: #E2E2E2;
}
.footer-title{
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footer-links ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-links ul li{
	display: block;
	padding-bottom: 7px;
}
.footer-links ul li a{
	color: #E2E2E2;
	font-size: 14px;
}
.footer-links ul li a:hover{
	color: #ffffff;
}
.footer-links ul li i{
	color: #E2E2E2;
	margin-right: 10px;
}
.footer-links p{
	color: #E2E2E2;
	margin-bottom: 5px;
}
.footer-links .address span{
	overflow: hidden;
}
.footer-social .fa{
	color: #23406d;
	font-size: 16px;
	margin-right: 5px;
	width: 38px;
	height: 38px;
	background: #a8db51;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer-social .fa:hover{
	color: #ffffff;	
}
.copyright{
	background: #2d487a;
	margin-top: 35px;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #E2E2E2;
}
.copyright a{
	color: #E2E2E2;
}


/***********Page title*************/
.page-title{	
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
	margin-bottom: 30px;
	background: #f3f3f3;
	border-bottom: #e1e1e1 1px solid;
	
}
.page-title h1{
	text-transform: uppercase;
	font-size: 38px;	
	margin-bottom: 0;
	font-weight: 700;	
	display: inline-block;
}

/****************Breadcrumb*****************/
.breadcrumb{
	background-color: transparent;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
	display: inline-block;	
}
.breadcrumb-item{
	float: none;
	display: inline-block;	
}
.breadcrumb-item a{	
	font-size: 14px;
}
.breadcrumb-item.active{	
	font-size: 14px;	
	color: #3e9100;
}
.breadcrumb-item + .breadcrumb-item::before {  
    content: "/";	
    display: inline-block;	
}

/***************Contact us page**************/
.contact{
	padding-top: 40px;
	padding-bottom: 40px;
}
.contact-icon{
	width: 60px;
	height: 60px;
	border: #23406d 1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	color: #23406d;
	font-size: 26px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contact-txt{
	overflow: hidden;
	padding-top: 5px;
}
.contact-txt a{
	color: #000;
}
.contact:hover .contact-icon{
	background: #23406d;
	color: #ffffff;
}
.map{
	width: 100%;
}

/**********************Services page*****************/
.services-tabs .tab-content{
	border: #ddd 1px solid;
	border-top: none;
	padding: 20px;
}
.services-tabs .tab-content h4{
	text-transform: none;
	font-size: 18px;
	font-weight: 500;	
}
.services-tabs .nav-tabs > li > a:hover,
.services-tabs .nav-tabs > li > a:focus,
.services-tabs .nav-tabs > li > a.active,
.services-tabs .nav-tabs > li.active > a:hover,
.services-tabs .nav-tabs > li.active > a:focus {
    background-color: #a8db51 !important;
    color: #ffffff;
    border-color: #a8db51 !important;
}
.services-tabs .nav-tabs > li > a {
    background-color: #ddd !important;   
    border-color: #ddd !important;
	margin-right: 5px;
	font-weight: 500;
}

.box_wrapper {
    background: #f3f3f3;   
    width: 100%;
    margin-bottom: 15px;			
	border: #ebebeb 1px solid;
}
.box_wrapper h2{
	font-size: 20px;
	color: #ffffff;
	background: #23406d;
	border-left: #a8db51 4px solid;
	padding: 10px 15px
}
.aside-txt{
	padding: 15px 20px;
}
.box_wrapper1 {
    background: #fcfcfc;
    padding: 15px;  
    width: 100%;
    margin-bottom: 15px;	
}
label{
	font-size: 13px;
	font-weight: 700;
	color: #2f302f;
}

/***********My Dashboard************/
.my-dashboard{
	background: #f3f3f3;   
    width: 100%;
    margin-bottom: 15px;
	border: #ebebeb 1px solid;
}
.my-dashboard h2{	
	font-size: 20px;
	color: #ffffff;
	background: #23406d;
	border-left: #a8db51 4px solid;
	padding: 10px 15px;
	margin-bottom: 0;
}
.my-dashboard ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.my-dashboard ul > li{
	display: block;	
}
.my-dashboard ul > li > a{
	display: block;
	color: inherit;
	padding: 10px 0 10px 20px;	
	font-weight: 600;
	border-bottom: #ebebeb 1px solid;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #2f302f;

}
.my-dashboard ul > li:last-child > a{	
	border-bottom: none;
}
.my-dashboard ul > li > a:hover,
.my-dashboard ul > li > a.active{	
	color: #ffffff;
	background: #a8db51;
}
.my-dashboard ul > li i{
	font-size: 16px;
	margin-right: 5px;
}
.table-prescription{
	border: none!important;
}
.table-prescription > tbody > tr > td{
	border: none;
	padding: 0;
}
.medicine-row{		
	margin-bottom: 5px;
}
.table-medicine{
	margin-bottom: 0;
}
.table-medicine tbody > tr > td{
	border: none!important;	
	padding-bottom: 12px!important;
}
.table-medicine .custom-control {   
    padding-left: 0.7rem;
    margin-right: 0;
}
.box_wrapper1{
	background: #fcfcfc;
	padding: 20px;
	border: #e7e7e7 1px solid;
}

.table-download > thead > tr > th{
	background: #f5f5f5;
}

/***********Back to top**************/
.back-to-top{
	background: #a8db51;
	color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 26px;
	text-align: center;
	line-height: 36px;
	border-radius: 100%;
	position: fixed;
	right: 10px;	
	bottom: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.back-to-top:hover{
	background: #23406d;
	color: #ffffff;
}
.back-to-top.show {
    opacity: 1;
}

.has-error{
	color: #d9534f;
}

.about-pic{
	border: 4px solid #ffffff;
}

@media (max-width: 790px) {

	.header .navbar-light .navbar-nav .nav-link::after{
		 background: none !important; 
	}
	.order_collecting_delivering{
		margin-top: 10px !important;
	}


}