/**
 * Theme Name: WP US Pharmacy
 * Theme URI: http://visitnetworld.com
 * Author: NetWorld team
 * Author URI: http://visitnetworld.com/
 * Description: WP US Pharmacy custom theme.
 * Version: 1.0.0
 * Tags: black, Blue, Black, Red, Dark, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Fixed Layout, Fluid Layout, Responsive Layout, Flexible Header, Custom Background, Custom Colors, Custom Header, Custom Menu, Editor Style, Sticky Post, Theme Options
 * Text Domain: wpusp
 * Domain Path: languages
 * 
 * Copyright NetWorld, inc.  (email : networldopenings@gmail.com)
 */

 @import url(https://fonts.googleapis.com/css?family=Bitter:400,700|Lato:400,100,300,700,900);

/* Global Styles */
html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
}
.main-nav-wrap {
	float: right;
	margin-top: 3px;
}
.navbar-default{
	border:none;
}
.navbar-right {
	margin-right: 0;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 4.5em;
	font-weight: 700;
}
h1, h2, h3{
	font-family: 'Bitter', serif;
	color:#1d3a53;
	font-weight:600;
}
h4, h5, h6{
	font-weight:600;
}
.nopadding{
	padding:0px !important;
}
.font-lightblue{
	color:#79baee !important;
}
.margint20{
	margin-top:20px;
}

/*------- Header -------*/
#header{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.logo{
	padding:0px 0;
	display: block;
}
.info-section{
	border-bottom: 1px solid #e3e7ec ;
	width: 100%;
}
.info-section .right{
	float:right;
	display: inline-block;
}
.help{
	border-right: 1px solid #e3e7ec ;
	float:left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.call{
	float:left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.call a i, .help a i{
	font-size: 33px;
	float: left;
	color: #20415c ;
	margin-right: 12px;
	line-height: normal;
	display: block;
}
.call a .left, .help a .left{
	float:left;
	padding:2px 0;
}
.help a, .call a{
	font-size: 13px;
	font-weight: 700;
	color: #4a5666 ;
	text-transform: uppercase;
	line-height: 13px;
	padding-left:28px;
	padding-right:28px;
	display: block;
}
.help a span, .call a span{
	font-size: 10px;
	font-weight: 700;
	color: #949eac  ;
	display: block;

}
.get-started{
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
.btn-getstart {
	background: #20415c none repeat scroll 0 0;
	border: 2px solid transparent;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 25px;
	text-transform: uppercase;
}
.banner .btn-getstart {  
	border: 2px solid #fff;
}
.btn-signup {
	background: #d22128 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}
.btn-signup i {
	border-left: 1px solid #20415c;
	font-size: 20px;
	padding: 12px 0 11px 15px;
}
.btn-readmore {
	background: #d22128 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0 11px;
	text-transform: uppercase;
}
.btn-readmore:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-readmore i {
	border-left: 1px solid #fff;
	font-size: 14px;
	padding: 8px 0 8px 15px;
	margin-left:5px;
}
#header .btn-signup{
	padding:0px !important;
	border:none !important;
}
#header .btn-signup i {
	border-left: medium none;
	font-size: 20px;
	padding: 10px;
}
.free-shipping {
	color: #949eac;
	display: block;
	font-size: 24px;
	padding: 15px 20px 15px 0;
}

/*-----------Banner--------------*/
.banner {
	background-color: rgba(0, 0, 0, 0);
	background: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%; 
	height:auto;
	padding:155px 0px;
}
.banner p{
	font-size:20px;
	padding:10px 0px;
	color:#fff;
}
.banner h1, .banner h3{
	color:#FFFFFF;
}
.banner .btn-signup {
	margin-left: 5px;
}
.banner .btn-signup i {
	margin-left:15px;
}

/* Mobile App */
.mobileapp{
	padding:50px 0;
}
.steps {
  margin-bottom: 50px;
}
.steps span {
  margin: 0;
  padding: 0;
  color: #1d3a53;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.steps h3 {
  margin: 5px 0;
  color: #949eac;
  font-weight: 600;
}
.steps p{
	color:#000;
	font-weight:400;
}

/* welcome */
.welcome{
   padding: 50px 0;  
}

/* About */
.about {
	display: table;
	width: 100%;
	height: 250px;
	color: #fff;
	background: #20415c;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.about h2 {
  color:#fff;
}
.about i{
	color:#0089ff;
	margin-right:10px;
	font-size:28px;
}
.about p {
  padding: 0 25px 0 40px;
}

/* Services */
.services {
	padding: 50px 0;
}
.services .thumbnail {
  border-radius: 0;
  min-height: 390px;
  border-color: #cfd8e3;
}
.services h3 {
	font-size:18px;
}
.services p {	
	color:#666666;
}
.services .btn-readmore {
  background: #d22128 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0 11px;
  position: absolute;
  right: 140px;
  text-transform: uppercase;
}
.services .btn-readmore:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}

/* Newsletter */
.newsletter{
	background:#cfd8e3;
	padding:80px 0px 0;
	min-height: 450px;
}
.form-area, .testimonial-area{
	width:80%;
	margin:auto;
	display:block;	
}
.form-control {
  border: medium none;
  border-radius: 0;
  height: 45px;
}
.newsletter .btn-default, .contact-form .btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #1d3a53;
  color: #1d3a53;
  font-weight: 700;
  margin-top: 15px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius:0px;
}

.testimonial {
  background: #e8edf3 none repeat scroll 0 0;
  min-height: 450px;
  padding: 80px 0 0;
}
.testimonial .carousel-inner{
	margin-top:40px;
}
.carousel-indicators { 
  bottom: 30px;
  left: 41%;
  margin-left: 0;
}

@brand-color: #b20000;
#tcb-testimonial-carousel {
	a{
		color: @brand-color;
	}
	.text-brand{
		color: @brand-color;
	}
	margin-top: 30px;
	.carousel-indicators .active {
		background: @brand-color;
	}
	.no-margin{
		margin: 0;
	}
	.carousel-indicators li {
		border: 1px solid #ccc;
	}
	.carousel-control {
		color: @brand-color;
		width: 5%;
	}
	.carousel-control:hover,
	.carousel-control:focus {
		color: @brand-color;
	}
	.carousel-control.left,
	.carousel-control.right {
		background-image: none;
	}
	.item{
		padding: 15px 40px;
		background: #f8f8f8;
	}
	.media-object {
		margin: auto;
	}
	@media screen and (max-width: 768px) {
		.media-object {
			margin-bottom: 15px;
		}
	}
}
.professional-bg {
  background: rgba(0, 0, 0, 0) url("images/specialist-box.png") no-repeat scroll top center;
  height: 197px;
  max-width: 302px;
  padding: 49px 0;
  text-align: center;
  width: 100%;
  margin-top:-30px;
}
.text-brand{
	color:#2a455d;
	text-transform:uppercase;
	font-size:14px;
	font-family: 'Bitter', serif;
}
.degree{
	color:#666;
}
.getConnect i {
  background: #e4ebf5 none repeat scroll 0 0;
  height: 25px;
  margin: 1px;
  padding: 6px;
  text-align: center;
  width: 25px;
}

.carousel-indicators li {
  background-color: #e8edf3;
  border: 5px solid #1d3a53;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  width: 15px;
}
.carousel-indicators .active {
  background-color: #d22128;
  height: 15px;  
  width: 15px;
  margin: 1px;
}
/*****************/

/* Other Page */

#heading-banner{
  background: rgba(0, 0, 0, 0) url(images/bg-mainHeading.jpg) no-repeat scroll center center / cover ;
  display: table;
  height: 250px;
  position: relative;
  width: 100%;
}
#heading-banner h1{
	color:#fff;
	font-size:36px;
	text-transform:uppercase;	
}
#heading-banner hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #1b364d -moz-use-text-color -moz-use-text-color;
  border-color: #1b364d;
  border-image: none;
  border-style: solid none none;
  border-width: 2px 0 0;
  margin-bottom: 20px;
  margin-top: 20px;
  width:50px;
}

#heading-banner p,
.breadcrumb a,
.breadcrumb span {
	color:#fff;
	font-size:16px;
	font-weight:300;	
}

/* About Us */
#aboutus img {
  box-shadow: 10px 10px 0px #b2bfd0;
}

/* Delivery */
#delivery .fa {
  background: #d22128 none repeat scroll 0 0;
  border: 4px double #cfd8e3 ;
  border-radius: 50px;
  color: #cfd8e3 ;
  font-size: 24px;
  height: 50px;
  padding: 8px 0;
  text-align: center;
  width: 50px;
}
#delivery .state:hover .fa {
  background: #cfd8e3 none repeat scroll 0 0;
  border: 4px solid #d22128 ;
  border-radius: 50px;
  color: #d22128 ;
  transition: all 0.25s ease-out 0s;
}
#delivery-step span{
  background: #d22128 none repeat scroll 0 0;
  border: 4px double #cfd8e3 ;
  border-radius: 50px;
  color: #cfd8e3 ;
  font-size: 24px;
  height: 50px;
  padding: 8px 0;
  text-align: center;
  width: 50px;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #cfd8e3;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
	background:#e8edf3;
}

.timeline > li > .timeline-panel::before {
  border-color: transparent #cfd8e3;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 26px;
}

.timeline > li > .timeline-panel::after {
  border-color: transparent #e8edf3;
  border-style: solid;
  border-width: 14px 0 14px 14px;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 27px;
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.red {
	background-color: #d22128 !important;
}
.timeline-badge.blue {
	background-color: #1d3a53 !important;
}
.timeline-title {
	/*margin-top: 0;*/
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}

/*--------------------------------- compoundss ----------------------------------------*/
.compounds-tab{
	background:#cfd8e3;
}
.compounds-tab-nav-wrap h3{
	color: #20262e;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 25px;
	padding-bottom: 35px;
	margin:0;
}
.tab-compoundss.nav-tabs {
  width: 100%;
  border: none !important;
}
.tab-compoundss.nav-tabs > li {
  border-color: #eae9e7;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  float: left;
  margin-bottom: 0;
  text-align: center;
  width: 33.33%;
}
.tab-departments.nav-tabs > li {
 /* -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;*/
  border-color: #eae9e7 #eae9e7 #eae9e7 #eae9e7;
  border-image: none;
  border-style: solid solid solid solid;
  border-width: 1px 1px 1px 1px;
  float: left;
  margin-bottom: 0;
  text-align: center;
  width: 33.33%;
}
.tab-compoundss.nav-tabs>li:nth-child(2){
	border-right: 0px;
	border-left: 0px;
}
.tab-compoundss.nav-tabs>li>a{
	border-radius: 0;
	border:0;
	margin:0;
	font-size: 18px;
	display: block;
	text-transform: capitalize;
	color: #1d3a53 ;
	padding:25px 15px;
}

.tab-compoundss.nav-tabs>li>a span{
	display: block;
}
.tab-compoundss.nav-tabs>li>a img{
	display: inline-block;
}
.tab-compoundss.nav-tabs>li.active>a, .tab-compoundss.nav-tabs>li.active>a:focus, .tab-compoundss.nav-tabs>li.active>a:hover, .tab-compoundss.nav-tabs>li>a:hover {
	border:0;
	color: #1d3a53;
	background:#e8edf3;
}
.compounds-tab-content-wrap{
	background: #cfd8e3;
	padding: 65px 0 85px;
}
.compounds-tab-nav-wrap .small-line{
	background: #f69165 ;
	height:4px;
	width:225px;
	margin:0 auto;
	position: relative;
}
.compounds-tab-nav-wrap .small-line:before{
	width:100%;
	top:-12px;
	position: absolute;
	text-align: center;
	content: "\f0d8";
	font: 20px FontAwesome;
	color: #f69165 ;
}
.tab-compoundss{
	margin-bottom: 75px;
}
.tab-content strong {
  color: #d22128;
}
.compounds-tab-content-wrap .tab-content p {
  color: #6e7682;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;  
}
.compounds-tab-content-wrap h3{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 60px;
}
.compounds-tab-content-wrap .btn{
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* SCHOOL */

#schools p, #compounds p, #specialities p, #specialities li.{
	font-size:16px;
}

/* FAQ */
/*
 * Shortcode: toggles-accordions.less
 * -----------------------------------------------
*/
.panel-group .panel {
  background: transparent;
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
}
.panel-group .panel-title a::after {
  background-color: #1d3a53 !important;
}
.panel-group .panel-title {
  font-size: 13px;
}
.panel-group .panel-title a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px 10px 48px;
  white-space: normal;
}
.panel-group .panel-title a.active {
  color: #111111;
}
.panel-group .panel-title a.active .open-sub:after {
  display: none;
}
.panel-group .panel-title a.active::after, .panel-group .panel-title a.collapsed::after {
  content: "\f068";
}
.panel-group .panel-title a.collapsed::after {
  content: "\f067";
}
.panel-group .panel-title a::after {
  color: #fff;
  content: "\f068";
  font-family: fontawesome;
  font-size: 10px;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  top: 8px;
  border-radius: 3px;
}
.panel-group .panel-title:hover a,
.panel-group .panel-title:focus a {
  color: #333333;
}
.panel-group .panel-title .open-sub {
  display: block;
  position: relative;
}
.panel-group .panel-title .open-sub:before,
.panel-group .panel-title .open-sub:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
}
.panel-group .panel-content {
  padding: 10px 20px 20px;
  border-bottom: 1px solid #eeeeee;
  background:#e8edf3
}
.panel-group .panel-content > :last-child {
  margin-bottom: 0;
}
.panel-group .panel-title a{
	content: "\f068";
}
.panel-group .panel-title a.collapsed{
	content: "\f067";
}
.panel-content p{
	font-size:16px;
}
.panel-title strong::first-letter {
	font-size: 200%;
	color: #8A2BE2;
}
.Q {
  float: left;
  height: 30px;
  margin-right: 5px;
}
/* -------- Toggle ---------- */
.panel-group.toggle .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group.toggle .panel-body {
  padding: 10px 0 5px 25px;
}
.panel-group.accordion.transparent .panel-title a,
.panel-group.toggle.transparent .panel-title a,
.panel-group.accordion.transparent .panel-title a.active,
.panel-group.toggle.transparent .panel-title a.active {
  background: transparent !important;
  border: none !important;
}
.panel-group.accordion.transparent .panel-title a::after,
.panel-group.toggle.transparent .panel-title a::after,
.panel-group.accordion.transparent .panel-title a.active::after,
.panel-group.toggle.transparent .panel-title a.active::after {
  color: #333333;
  background: transparent !important;
}
.panel-group.accordion.transparent .panel-content,
.panel-group.toggle.transparent .panel-content {
  background: transparent !important;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body,
.panel-group.toggle .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

/**** Specialist ****/
.pro-focus{
	border:solid 1px #e8edf3;
	border-width:0px 1px 1px 0px;
	padding:25px;
	height:100px;
}
.no-border-bottom{
	border-bottom:none;
}
.no-border-right{
	border-right:none;
}

/**** Online Prescription Refills ****/
.radioBtn.btn-group .notActive{
	color: #3276b1;
	background-color: #fff;
}

/**** Contact Us ****/

.contact-detail{
	background:#e8edf3;
}
.contact-detail .col-lg-4, .contact-detail .col-sm-4 {
  padding: 0px;
}
.support-box-title {
  background: rgba(36, 57, 66, 0.8) none repeat scroll 0 0;
  border-radius: 50%;
  height: 60px;
  text-align: center;
  width: 60px;
  display: block;
  margin: 50px auto 20px;
}
.support-box-title i {
  color: #fff;
  font-size: 18px;
  padding-top: 22px;
}


/* Flip Card */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	transform-style: preserve-3d;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
}

.flip-container:hover .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.flip-container:hover .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

/* END: Accommodating for IE */
.flip-container, .front, .back {
	width: 100%;
	height: 200px;
}

/* flip speed goes here */
.flipper {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.8s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff !important;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
	padding-top:50px;
}

.flip-email .front, .flip-email .back{
	background:#e8edf3 !important;
}

/* BLOG */

.blog-content h3 {
  font-weight: 700;
  margin: 0 0 10px;
  color: #20262e !important;
  text-transform: uppercase;
}
.blog-content h3 a {
  color: #20262e !important;
}
.blog-meta {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.blog-ct-image {
  margin-bottom: 40px;
  position: relative;
}
.blog-ct-image .entry-date {
  background: #20415c none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  height: 84px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 86px;
  z-index: 2;
}
.blog-ct-image .entry-date strong {
  display: block;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 70px;
  margin-bottom: -12px;
  margin-top: 2px;
}
.blog-ct-image .entry-date em {
  display: block;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.ct-share {
  display: inline-block;
  float: right;
}
.ct-share label {
  color: #626262;
  float: left;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  margin-right: 15px;
  text-transform: uppercase;
}
.blog-control a.more {
  display: block;
  float: left;
}
.blog-share {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog-share li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-collapse: collapse;
  border-color: #e8edf3 #e8edf3 #e8edf3 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  float: left;
}
.blog-share li:first-child {
  border-left: 1px solid #e8edf3;
}
.blog-share li a {
  color: #515559;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.sidebar{
	background:#e8edf3;
	padding-bottom:30px;
}
.sidebar .blog-title {
  color: #20262e;
  font-weight: bold;
  margin: 15px 0 35px;
  text-transform: uppercase;
  font-size: 18px;
}
.recent-post-item {
  border-bottom: 1px solid #eae9e7;
  margin-bottom: 25px;
}
.recent-post-item h5 a {
  color: #20262e;
}
.blog_categories{
	margin-bottom:30px;
}
.blog_categories ul li a {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-bottom:10px;
  color:#000;
}
.tagcloud a {
  background: #0e76bc none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.blog-pagination {
  background: #e8edf3;
  padding: 0px 20px;  
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  background: #bbb none repeat scroll 0 0;
  border-color: #bbb;
  border-radius: 0;
  color: #fff;
}
.pagination > li > a, .pagination > li > span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #34383e;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
/*--------------------------------
			Footer 
----------------------------------*/

footer {
	padding: 80px 0 30px;
	background:#1d3a53;
	color:#cfd8e3;
}
footer h3{
	border-bottom:solid 1px #1e4c74;
	padding:0px 0 15px;
	color:#fff;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	text-align:left;
}
footer p {
  margin-left: 30px;
}
footer .fa {
  width:30px;
}
.opening-hr{
	border:solid 1px #1e4c74;
	padding:0px 25px 20px;
	text-align:left;
}
.opening-hr h3{
	text-align:center;
}
.days{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}

.footer-bottom{
	background:#122739;
	padding:15px 0px;
	color:#cfd8e3;
}
.social-link .fa {
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #fff;
  height: 30px;
  margin-left: -20px;
  padding: 8px;
  text-align: center;
  width: 30px;
}
.social-link .fa.fa-facebook{
	background:#3a5ba0;
	border-color:#3a5ba0;
}
.social-link .fa.fa-instagram{
	background:#4f7ca1;
	border-color:#4f7ca1;
}
.social-link .fa.fa-twitter{
	background:#2aa7e0;
	border-color:#2aa7e0;
}
.social-link > p {
  /*background: red none repeat scroll 0 0;*/
  margin-left: 20px;
  padding: 3px;
  width: 197px;
}
.social-link a {
  color: #fff;
  display: inline-block;
  /*margin-bottom: 10px;*/
  padding: 5px 20px 5px 5px;
  width: 200px;
  cursor:pointer;
}
.social-link a:hover{
	text-decoration:none;
}
.fb{ background:#1d408c;}
.insta{ background:#2b5b81;}
.tweet{ background:#237195;}

.fb:hover{ background:#3a5ba0;}
.insta:hover{ background:#4f7ca1;}
.tweet:hover{ background:#2aa7e0;}

/*-----------------------------------------------------------------*/
.bg-white{
	background:#fff !important;
}
.bg-lightblue{
	 background:#cfd8e3;
}
.mt50{
	margin-top:50px;
}
.mb50{
	margin-bottom:50px;
}

/** Responsive CSS **/
@media (max-width : 980px){
.container {
	width: 100%;
}
.banner {  
	/*background: rgba(0, 0, 0, 0) url("../img/bg.jpg") no-repeat scroll center top;
	background-size: contain;*/
	padding: 40px 0;
	background-size:cover;
}
.banner h1 {
font-size:16px;
}
.banner p {
	font-size: 13px;
	padding: 0;
	margin: 0px;
}
.newsletter, .testimonial {
	min-height: 506px;
}
.services .btn-readmore {
	right: 66px;
}
.opening-hr {
	padding: 0 0 20px;
}
.about h2 {
	font-size: 20px;
	text-align: center !important;
}
.about h4 {
	font-size: 14px;
}
.about p {
	padding: 0 0px 0 0;
}
.degree {
	font-size: 12px;
}
.text-brand {
	font-size: 12px;
}
.professional-bg {
	background: rgba(0, 0, 0, 0) url("images/specialist-box.png") no-repeat scroll center top / 100% 170px;
	margin-top: -30px;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
}

@media (max-width : 768px){
.logo img {	
	display: block;
	margin: auto;
}
.help .left, .call .left, .free-shipping, #banner .btn-getstart, #banner .btn-signup{
	display:none;
}
.info-section {
	border-top: 1px solid #e3e7ec;
}
.get-started {
	padding-bottom: 0px;
	padding-top: 4px;
	margin-left: 10px;
}
.btn-getstart {
	padding: 8px 20px;
}
.call {
	border-right: 1px solid #e3e7ec;
}
.help a, .call a {
	padding-left: 0;
	padding-right: 0;
}
.call a i, .help a i {
	font-size: 30px;
	margin: 0 8px;
}
.carousel-indicators {
	bottom: -8px;
	left: 20%;
	margin-left: 0;
}
.newsletter, .testimonial {
	padding-bottom:50px;
}
.services .btn-readmore {
	right: 0px;
	top:0px;
	bottom:0px;
	position:relative;
}
#heading-banner {
	height: 170px;
}
.mobile {
	margin-bottom: 50px;
}
.steps {
	margin-bottom: 25px;
}
.video{
	margin-top:40px;
}
#aboutus img {
	margin-bottom:25px;
}
#aboutus .btn-getstart {
	padding: 8px 15px;
}
#delivery .state h2{
	text-align:left;
}
.tab-compoundss.nav-tabs > li > a span {
	display: block;
	font-size: 15px;
}
.footer-bottom .text-left, .footer-bottom .text-right{
	text-align:center !important;
}
}

@media (max-width : 360px){
.banner {  
	background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat scroll center top;
	background-size: contain;
	padding:8px;
}
}

/*** Media Added ***/
img {
	max-width: 100%;
	height: auto;
}
.edit-link {
	margin: 5px;
	display: inline-block;
}
.blog-pagination h2.screen-reader-text {
	display: none;
}
.breadcrumb {
	background-color: transparent;
}
.btn-group-sm>.btn, .btn-sm {
 	border-radius: 3px !important;
}
span.wpusp-error {
	font-size: 12px;
	color: #FF0000;
}
.wpusp-message-alert {
	display: none;
}
.wpusp-ajax-loader {
	margin-left: 15px;
	margin-top: 12px;
	display: none;
}
#aboutus {
	font-size: 16px;
	line-height: 22px;
}

#comingsoon{
    background:#d22129 ;
}
#comingsoon p{
	color:#fff;
	padding:10px 10px 0px;
	font-size:18px;
}