/*
  Theme Name: eBusiness
  Theme URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

  1. Theme Default CSS (body, link color, section etc)
  2. Header Area
   2.1 Stick menu Area
  3. About Area
  4.Services Area
  5.Skill Area
  6.Faq Area
  7.Wellcome Area
  8.Team Area
  9.Review Area
  10.Portfolio Area
  11. Pricing Table
  12. Testimonials area
  13. Review Area
  14. Quote area
  15.Footer Area
  16.Home Page-2 Area
  17.Home Page 3  CSS
  18.Blog CSS
  17.Blog Details CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #d2d2d2  none repeat scroll 0 0;
  color: #444;
  font-family: Futura Lt BT;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1768af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}


/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/
header{
    padding: 0px 15px 15px;
    background: #fff;
}
.header-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
  min-height: 90px;
  transition: all 0.5s ease-in-out !important;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  /*height: 70px;*/
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 6px;
}

.menu{
  display: flex;
  text-align: left;
  margin-top: 30px;
  /*margin-top: 15px;*/
}
.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #656565;
  font-size: 14px;
  font-weight: 600;
  padding: 24px 0px;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
}
.main-menu ul.navbar-nav li a::after{
  content: "";
  height: 13px;
  border-right: 2px solid #9a9a9a;
  position: relative !important;
  padding-left: 11px
}
.main-menu ul.navbar-nav li:last-child a::after{
  border: none;
}

.main-menu ul.navbar-nav li.active a::after {
  /*border: 1px solid #fff;*/
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #dd0916;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #dd0916;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #dd0916;
  position: relative;
  border-bottom: 3px solid #fff;
}

.main-menu ul.navbar-nav li a:hover, .main-menu ul.navbar-nav li a:focus {
  color: #dd0916
  /*border-bottom: 3px solid #efe935;*/
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-brand{
  height: auto;
  padding: 15px 15px 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 5px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #6b6b6b;
  width: 30px;
  height: 2px;
}
.navbar-brand>img {
    display: block;
    width: 95%;
}
.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}
#top{
  background: #1768af;
  color: #fff !important
}
#top p{
    color: #fff;
    margin-bottom: 3px;
    font-size: 12px;
}
#top .col-md-6:last-child p{
    text-align: right;
    margin-right: 26px;
}
#top .col-md-6:last-child p a{
  color: #fff;
}
#top .col-md-6:last-child p .fa-facebook{
  background: #fff;
  border-radius: 3px;
  color: #1768af;
  padding: 2px 5px;
  margin-right: 10px;
}
#top i.fa{
  padding: 0 10px;
  font-size: 15px;
}
#top i.fa-envelope{
  margin-left: 10px;
}
#search{
    margin-top: 50px;
}
#search label{
  display: none;
}
#search form{
    width: 100%;
    background: #edebec;
}
#search form::after{
  content: "\f002";
  font-family: 'FontAwesome';
  position: relative;
  /*font-size: 25px;*/
  color: #969696;
  /*margin-left: -35px;*/
}
#search input{
    width: 86%;
    display: inline-block;
    background: transparent;
    border: none;
    padding-left: 10px;
}
#search-area input:focus{
  border: none !important;
}
.cloned #search .search{
    padding-right: 20px;
}

/*--------------------------------*/

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.cloned {
  /*background-color: rgba(68, 68, 68, 0.79);*/
  /*height: 70px;*/
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999;
  /*min-height: 89px;*/
  transition: all 0.5s ease-in-out;
  box-shadow: 1px 2px 3px #999;
}
.header-area.stick #logo img{
  width: 40%;
}
.header-area.cloned .navbar-brand > img {
    display: block;
    width: 65%;
    transition: all 0.4s ease-in;
}
.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}

.sticky-logo h1 {
  color: #484848;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.sticky-logo h1 span {
  color: #3ec1d5;
}
.stick .main-menu ul.navbar-nav li.active a::after {
  /*border: 1px solid #fff;*/
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

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

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.stick .main-menu ul.nav>li>a:hover{
    color: #efe935 !important;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/*------------------------------
  3. slider Area
--------------------------------*/

.nivo-caption::after{
  display: none;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::before {
    color: rgb(255, 255, 255);
    content: "";
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 9;
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    font: 100 20px/25px FontAwesome;
    transition: all 300ms ease-in 0s;
}
.preview-2 .nivo-directionNav a.nivo-prevNav::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    content: "";
    cursor: pointer;
    font: 100 37px/29px FontAwesome;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in 0s;
    z-index: 9;
    font-weight: 100;
    left: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 30px;
}
.tp-simpleresponsive .caption , .tp-simpleresponsive .tp-caption {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	font-family: "Futura Lt BT";
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.78);
	padding: 10px 20px 15px 20px;
	border-radius: 0px;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
	right: 0 !important;
}

.slider-text h2{
    color: #fff !important;
    font-size: 20px !important;
    line-height: 25px !important;
	font-weight: 800;
	font-family: "Futura Lt BT";
}



/*------------------CATEGORIES----------------------*/

#categories{
  margin-top: 15px;
}
#categories .categories{
  background: #fff;
}
body#home #categories .categories .row{
  padding: 0 30px 15px 15px;
}
#categories .categories #categories-intro p{
    background: #1768af;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
}
#categories .categories .col-20 p{
    margin-top: -64px !important;
    background: #333333c4;
    position: absolute;
    width: 93.5%;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
#categories .categories .col-20:hover img{
  filter: grayscale(2);
}
.sprocket-grids-b-container li:nth-child(3) .sprocket-grids-b-content.overlay-mode {
   /* background: rgba(0, 168, 233, 0.8);*/
}
.sprocket-grids-b-content.overlay-mode {
    /*background: rgba(216, 26, 93, 0.8);*/
    background: rgba(47, 47, 47, 0.8);
    bottom: 0;
    height: 71px;
    opacity: 1;
    display: block;
    position: relative;
    visibility: visible;
    margin-top: -71px;
    z-index: 9999;
    top: 0px;
}
#categories .overlay-mode .sprocket-grids-b-title {
    opacity: 1;
   /* margin-top: -25px;*/
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    text-align: center;
    line-height: 15px;
    padding: 9px 25px;
}
#categories .overlay-mode .sprocket-grids-b-title a{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: Futura Lt BT;
    pointer-events: none;
    cursor: not-allowed;
}
#categories .sprocket-grids-b-readon {
    display: none;
}
#categories .sprocket-grids-b-container li {
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
}
#categories .sprocket-grids-b-container {
    position: relative;
    clear: both;
    margin: 0 15px 0 0;
    list-style: none;
    padding: 0 26px;
}
/*.sprocket-grids-b-item:hover .sprocket-grids-b-effect > */

.sprocket-grids-b-item:hover .sprocket-grids-b-content.overlay-mode {
    opacity: 1;
    visibility: visible;
    height: 71px;
}

/*--------------------GALLERY----------*/
#gallery{
  margin-top: 15px;
}
#gallery .gallery{
  background: #fff;
}
#gallery .gallery .row{
  padding: 0 30px 15px 15px;
}
#gallery .gallery #gallery-intro p{
    background: #dd0a17;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
}
#gallery .gallery .row .col-md-4{
  padding-right: 0;
}
#gallery .gallery #item-4, #gallery .gallery #item-5, #gallery .gallery #item-6{
  margin-top: 15px;
}
#gallery .gallery img:hover{
   transform: rotate(360deg);
    /*transform: scale(1.5);*/
    transition: all 0.7s ease-in;
}
#gallery .speasyimagegallery-gallery , #pychem-pharmacy-gallery .speasyimagegallery-gallery{
    display: block;
    padding: 0 15px 4px;
}
#pychem-pharmacy-gallery #categories .categories .page-header h1{
    font-size: 29px;
    line-height: 40px;
    font-family: Futura Lt BT;
    padding: 27px 0 15px 15px;
    margin-bottom: 0px;
}
body#pychem-pharmacy-gallery #gallery .speasyimagegallery-gallery {
    padding: 15px 15px 4px;
}
#pychem-pharmacy-gallery .speasyimagegallery-gallery-item img{
  transition: all 0.4s ease-in-out;
}
#pychem-pharmacy-gallery .speasyimagegallery-gallery-item img:hover, .speasyimagegallery-gallery-item > div:hover img {
    width: 100%;
    transform: scale(1.03);
    transition: all 0.4s ease-in-out;
}
#pychem-pharmacy-gallery .speasyimagegallery-gallery-item-title {
    display: none;
}

/*---------------------------------------------newsletter------------------------------------------*/
#newsletter .subscribe p{
  display: inline-block;
  color: #fff;
  font-size: 18px;
  /*font-weight: 600;*/
  letter-spacing: 2px;
}
#newsletter .subscribe .form-inline{
  display: inline-block;
}
#newsletter .subscribe .form-inline input{
  border: none;
  width: 270px;
  padding-left: 10px;
}
#newsletter .subscribe{
  background: #1768af;
  /*margin: 15px 0 0;*/
  color: #fff;
  /*padding: 10px 15px 0px;*/
}
body#home #newsletter .subscribe{
  margin: 15px 0 0;
  padding: 10px 15px 0px;
}
#newsletter .subscribe .col-md-10, #newsletter .subscribe .col-md-2{
  min-height: 0;
}
#newsletter-area{
  background: #fff;
  height: 27px;
  margin-left: 24px;
}
#newsletter .subscribe .form-inline button.btn{
  border-radius: 0;
  border: none;
  height: 27px;
  padding-top: 4px;
}
#newsletter .subscribe .like-our-page p{
  font-size: 14px;
}
#newsletter .subscribe .like-our-page p a{
  color: #fff;
}
#newsletter .subscribe .fa-facebook {
    background: #fff;
    border-radius: 3px;
    color: #1768af;
    padding: 2px 5px;
    margin-right: 10px;
}
table.acymailing_form {
    margin: auto;
    border: 0px !important;
    display: inline;
    margin-left: 30px;
}
.acymailing_module_form .acymailing_introtext {
    display: inline-block;
    font-size: 17px;
    letter-spacing: 2px;
    /*font-weight: 600;*/
}
.acymailing_fulldiv tr, .acymailing_fulldiv td {
    border: 0px;
    display: inline-block;
}
.acymailing_module_form td.acyfield_email .inputbox{
    width: 270px !important;
    border: none !important;
    background: #fff;
    color: #626262;
    padding-left: 5px;
}
.acymailing_module_form td .subbutton{
    border-radius: 0;
    background: #edebec;
    color: #1768af;
    padding: 2px 16px;
    text-transform: uppercase;
}


/*------------------------medical aid area------------------------------*/
#medical-aid{
  margin: 15px 0;
}
#medical-aid .medical-aid{
  background: #fff;
}
body#home #medical-aid .medical-aid .row{
  padding: 20px;
}
#medical-aid .medical-aid #medical-intro p{
    background: #5c5b5b;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    /*font-weight: 600;*/
}
#medical-aid .medical-aid img{
  transition: all 0.5s ease-in-out;
}
#medical-aid .medical-aid img:hover{
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.ot_logo_scroller {
    width: 100%;
    position: relative;
    padding-top: 35px;
    overflow: hidden;
    padding: 15px 17px;
}
.the-carousel .ot_content {
    width: 256px;
    height: 126px;
    float: left;
    margin: 2px 9px;
}
.the-carousel .ot_content {
    width: 256px;
    height: 126px;
    float: left;
    margin: 2px 9px;
}
.omega-powered img {
    margin: 5px 0px;
    display: none;
}


/*-----------------------------------------------------------------------*/
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    display: none;
}
.item-page{
  padding: 15px;
  min-height: 330px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 10px;
    border-bottom: 1px solid #eee;
}
.page-header h2{
    font-size: 36px;
    line-height: 38px;
    font-family: Futura Lt BT;
    padding: 15px 0 0 0px;
}

.item-page h2 {

    font-size: 29px;
    line-height: 40px;
    font-family: Futura Lt BT;

}
  #gallery-intro p a{
        float: right;
        color: #fff;
    }


ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.active > a {
    background: #1768af;
    color: #fff;
}
ul.dj-mobile-light li.dj-mobileitem > a{
    text-transform: uppercase;
    padding-left: 25px;
}
.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100%;
    width: 78%;
    margin: auto;
    min-height: 30px;
    border: none;
    background: #d3d3d3;
    color: #1768af;
    padding-left: 5px;
}
.bfQuickMode .pull-right {
    float: left !important;
    margin-top: 10px;
}

.item-page .article-info, #map_canvas + div, .item-page .icons{
    display: none;
}

.about-pychem .top-about{
    background: url(../img/about_us_header.jpg);
    background-size: cover;
    padding: 0;
    background-position: center;
}
.about-pychem .top-about .overlay{
    background: rgba(0, 0, 0, 0.7);
    /*padding: 15px;*/
    padding-top: 30px;
    width: 100%;
    height: 100%;
    min-height: 140px;
    
}

.about-pychem .top-about p{
    color: #fff;
    font-size: 18px;
}

.about-pychem p{
    padding: 15px;
    font-size: 17px;
}
.about-pychem .second .col-md-10{
    margin: auto;
    float: none;
    text-align: center;
}
.about-pychem p span{
    font-size: 20px;
    font-weight: 600;
    color: #1768af;
}
.about-pychem .feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.about-pychem .feature .feature-box .iconset::after {
    background: #1768af none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}
.about-pychem .icon {
    /*color : #1768af;*/
    padding:0px;
    font-size:40px;
    border: 1px solid #1768af;
    border-radius: 100px;
    color: #dd0a17;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.about-pychem  .feature-content p{
    padding-left: 81px;
}
#pychem-pharmacy-products .products p{
    font-size: 20px;
    margin-top: 10px;
}
#pychem-pharmacy-products .products{
    display: none;
}
#pychem-pharmacy-products .item-page{
    min-height: 50px;
}
#pychem-pharmacy-products .sprocket-strips-s-title {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 5px;
}
#pychem-pharmacy-products .sprocket-strips-s-title a{
    color: #1768af;
    pointer-events: none;
    cursor: not-allowed;
}
#pychem-pharmacy-products .sprocket-strips-s-title a:hover{
    color: #dd0a17;
}
#pychem-pharmacy-products .sprocket-strips-s {
    position: relative;
    padding: 0 15px;
}
#pychem-pharmacy-products .sprocket-strips-s-content .readon {
    /*display: inline-block;*/
    margin-top: 5px;
    color: #dd0a17;
    display: none;
}


#pychem-pharmacy-services .sprocket-strips-c-container {
    list-style: none !important;
    overflow: hidden;
    margin: 0;
    padding: 15px 15px;
}
#pychem-pharmacy-services .sprocket-strips-c-title {
    margin-top: 0;
    font-size: 17px !important;
}
.sprocket-strips-c-item{
    margin-bottom: 15px;
    min-height: 261px;
}
#pychem-pharmacy-services .sprocket-strips-c-item a{
    color: #1768af;
    pointer-events: none;
    cursor: not-allowed;
}
#pychem-pharmacy-services .sprocket-strips-c-item a.sprocket-strips-c-readon, #pychem-pharmacy-services .sprocket-strips-c-item .sprocket-strips-c-text{
     display: none;
}
#pychem-pharmacy-services .sprocket-strips-c-item a:hover{
    color: #dd0a17;
}
#pychem-pharmacy-services .sprocket-strips-c-container::before{
    content: "PyChem Pharmacy Services";
    postion: relative;
    display: block !important;
    font-size: 29px;
    line-height: 40px;
    font-family: Futura Lt BT;
    padding-bottom: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 11px;
}

button.btn-order{
    position: fixed;
    z-index: 9999;
    left: -47px;
    transform: rotate(-90deg);
    top: 300px;
    font-weight: 500;
    font-size: 19px;
    background: #1768af;
    padding: 5px 15px;
    color: #fff;
    border: none;
    border-radius: 0 0 5px 5px;
}
button.btn-order a{
    color: #fff;
}
#ff_elem118{
    margin-top: 15px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 15px 0;
  background: #58585a;
}

.footer-head p {
  color: #fff;
  font-size: 15px;
}

.footer-head h4 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Futura Lt BT;
}

.footer-logo {
  /*padding-bottom: 20px;*/
  margin-top: 6px;
}

.footer-logo h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #fff;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  /*border: 1px solid #444;*/
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #d2c633;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.footer-area-bottom {
  background: #1c68af none repeat scroll 0 0;
  padding: 7px 0 7px;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #fff;
}

.copyright>p , .credits p{
  margin-bottom: 0 !important;
  color: #fff;
}
.copyright{
  display: inline-block;
}
.copyright a, .credits a {
  color: #fff;
}

.credits {
  padding-top: 0px;
  text-align: right;
  display: inline-block;
  float: right;
}

@font-face {
  font-family: "Futura Lt BT";
  src: url("fonts/futura_light_bt.ttf") format("truetype");
}
@font-face {
  font-family: "Futura-Normal";
  src: url("fonts/futura.ttf") format("truetype");
}

@media(min-width: 768px){
  #pychem-pharmacy-products .product{width: 24.6%;}
}

@media(max-width: 767px){
  .navbar-header {min-height: 65px;}
  #top .col-md-6:last-child p , #top p{text-align: center;}
  .acymailing_module_form td.acyfield_email .inputbox {width: 100% !important;}
  table.acymailing_form {margin: auto;width: 100%;display: block;text-align:center;float: none}
  table.acymailing_form tbody {width: 100%; margin: auto; display: block;}
  #newsletter .subscribe .like-our-page p{display: block; text-align: center;}
  .footer-content{text-align: center;}
  .header-area.cloned{position: relative !important;}
  #search{margin-top: 0; display: flex; width: 100%;}
  .cloned #search .search{padding-right: 0;}
  .credits, .copyright{text-align: center; display: block; float: none;}
  #categories .categories #categories-intro p,
  .acymailing_module_form .acymailing_introtext, 
  #medical-aid .medical-aid #medical-intro p,
  #medical-aid .medical-aid{text-align: center;}
}

@media (min-width: 992px){
header .col-md-2 {width: 21.666667%;}
header .col-md-7 {width: 53.333333%;}
.footer-area .col-md-2 {width: 18.667%;}
.footer-area .col-md-2, .footer-area .col-md-3{margin-right: 15px;}
#categories .categories .col-20{width: 20%; padding-right: 0;}
}
@media (max-width: 991px){
    #search .search{
        background: #fff; width: 100%;
    }
    .fa-map-marker{
        color: #fff;
    }
    #gallery-intro p a{
        float: right;
        color: #fff;
    }
}
@media (max-width: 1200px){
    .main-menu ul.navbar-nav li a{font-size: 11px;}
}
/*----------------------------------------
 .End CSS
----------------------------------------*/
