

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  line-height: 26px;
  text-align: left;
}


.space-30{
	height: 30px;
}








/*------------------------------
             Header
-------------------------------*/

#blue-bar{
	background-color: #1156a3;
}

#container-blue-bar{
	max-width: 1170px;
	height: 48px;
	margin: 0 auto;
	padding-right: 5px;
}

#blue-bar-social{
	width: 50%;
	float: left;
	margin: 16px 0 0 13px;
}

#blue-bar-social a{
	margin-right: 5px;
}

.fa-facebook, .fa-twitter, .fa-youtube{
	color: #fff;
}

#blue-bar-login{
	text-align: right;
	width: 50%;
	float: right;
	margin-top: -18px;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

#blue-bar-login a{
	color: #fff;
	text-decoration: none;
	
}

#blue-bar-login a:hover{
	text-decoration: underline;
}

#header{
	background-color: white;
	height: 131px;
	position:relative;
	z-index: 100;
}

#container-header{
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 5px;
}

#header-logo{
	float: left;
	margin-left: -30px;
	margin-top: 28px;

}

#header-phone{
	float: right;
	color: #0b589e;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 5px;

}

#header-phone a{
	color: #0b589e;
	text-decoration: none;
	
}

#header-phone-image{
	margin-left: 60px;
	margin-top: -2px;
	margin-right: 6px;
	vertical-align: middle;
}

#mbg{
	float: right;
}
.header2 #container-header{
	position:relative;
}
.header2 #header-phone-image{
	margin-left: 0px;
}
.header2 #mbg{
	position:absolute;
	top:60px;
	right:20px;
}
.header2 .main-menu{
	margin-left: 40px !important;
}
/*------------------------------
             Menu
-------------------------------*/

#header-menu{
	float: left;
}

#header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    margin-top: 42px;
    z-index: 99;
}

#header-menu li {
    float: left;
}

#header-menu li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 0 14px 24px;
    text-decoration: none;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

#header-menu span:hover,  #header-menu .active{
    border-bottom: 3px solid green;
    padding-bottom: 5px;
}


/*----------------------------------
             Index - Slider
----------------------------------*/

.slidesjs-container{
    border-top: 1px #fffff solid;
}

#slides{
    display: none;
}

#slider_content1, #slider_content2, #slider_content3{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 15%;
	left: 15%;
	display:none;
	z-index:11;
}

#slider_content1{
	display:block;
}

.container-index-slider{
	width:auto;
	margin: 0 auto;
	position:relative;
}


.slidesjs-pagination .active{
    color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button{
    display:none;
    color:#000;
}

#slider_content1 h1, #slider_content2 h1, #slider_content3 h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 34px; 
	font-weight: bolder;
	color: #1156a4;
	line-height: 48px;
	margin-top: -45px;
}

#slider_content1 h2, #slider_content2 h2, #slider_content3 h2{
	margin-top: -22px;
	margin-bottom: 34px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px; 
	font-weight: bolder;
	color: #1156a4;
}

#slider_content1 h4, #slider_content2 h4, #slider_content3 h4{
	display: inline;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}


/* MISC */
.clear{
    clear:both;
}

.hidden{
    position:absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/*------------------------------
             Slider
-------------------------------*/

#slider{
	background-color: #d0d6e2;
}

#container-slider{
	position: relative;    
	width: 100%; 
	max-width: 1170px;
	margin: 0 auto;
}

#slider-text-container{
	position: absolute; 
    top: 20px; 
    right: 0; 
    width: 100%;
}

.slider-background{
	width: 100%;
	min-height: 300px;
}

#container-slider h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px; 
	font-weight: bold;
	color: #1156a4;
	line-height: 50px;
}

#container-slider h4{
	display: inline;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}

.slider-icon{
	margin: 0 0 10px 5px;
	vertical-align: middle;
}

.slider-icon-money{
	margin-left: 33px;
}

.slider-icon-lock{
	margin-left: 30px;
}

.content-button{
	font-family: Lato;
	font-weight: bold;
	font-size: 16px;
	width: 300px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	padding: 21px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.content-button:hover{
	background-color: #990000;
}

.content-button-green{
	background-color: #21b11e;
}
.content-button-blue{
	background-color: #1156a3;
}

.link-as-block{
	display: block;
	text-decoration: none;
}

#slider-button{
	margin: 25px 0 0 30%;
}

.to-hide{
	display: none;
}

/*------------------------------
	        Content
-------------------------------*/

#container-content{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}

#container-content h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 36px; 
	font-weight: bold;
	color: #1156a3;
	line-height: 38px;
}

#container-content p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	line-height: 26px;
	text-align: left;
}

#container-content p.warning{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px; 
	text-align: left;
	margin-top: 30px;
}

#container-content span{
	color: #fe1e1e;
	font-size: 16px;
	font-weight: bold;
}

#container-content strong {
	color: #1156a3;
}

#container-content label{
	display: block;
	margin-top: 10px;
}

.content-input{
	height: 20px;
	width: 100%;
	max-width: 500px;
}

.content-input-small{
	height: 20px;
	width: 100%;
	max-width: 200px;
}

.content-input-date{
	height: 20px;
	width: 40px;
}

.content-drop{
        height: 30px !important;
    }

.content-drop option {
        height: 30px !important;
    }

.content-textarea{
	height: 150px;
	width: 100%;
	max-width: 500px;
}

.content-form-button{
	height: 30px;
	padding: 0px 20px;
	margin-top: 20px;
}

.text-red{
	color: #FF0000;
}

.errortext{
	background-color: #ffffff;
	color: #000000;
	padding-left: 2;
	border-color: red;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}

.errorcheckbox{
	outline: 2px solid red;
	padding: 0;
	border-radius: 2px;
	}

#content-left{
	width: 48%;
	float: left;
	padding-right: 50px;
}

#content-right{
	width: 43%;
	float: right;
}

.content-blue{
	color: #1156a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px; 
}

.content-bold{
	font-size: 18px;
	font-weight: bold;
}

#container-content span{
	font-size: 20px; 
	color: #1eb11a;
}

.content-button-right{
	position: absolute;
    right: 0px;
	}

.button-container{
	position: relative;
	height: 60px;
}	

.content-table{
	padding: 5px;
}

.table-background{
	background-color: #f8f8f8;
}

.content-panel-icon{
	vertical-align: middle;
	padding-right: 25px;
}

.panel {
  background: none;
  box-shadow: none;
  border: 0 !important;
}
.panel-default > .panel-heading {
  color: #f3eff0;
  cursor: pointer;
  padding: 0;
}
.panel-heading {
  padding: 0;
  border: 0 !important;
}
.panel-title{
	background-color: #fff !important;
	border: 0 !important;
}
.panel-title > a {
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  color: green;
}
.panel-body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-left: 58px !important;
}
.collapsed {
  background: #fff !important;
}
.collapsed strong,
.collapsed .state {
  color: #222222;
}


.testimonials-icon{
	margin: 0 0 10px 5px;
	vertical-align: middle;
	width: 50px;
}

p.testimonials{
	color: #1156a3;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#testimonials h4{
	display: inline;
	margin-left: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #1156a3;
}

.steps-icon{
	float: left;
	margin: 0 30px 50px 10px;
}

#steps h4{
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1156a3;
}
p.steps{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.red-button{
	display: inline-block;
	font-family: Lato;
	font-weight: bold;
	font-size: 14px;
	width: 80px !important;
	height: 20px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	border-radius: 15px;
	padding: 5px;
	margin: 5px;
	padding-bottom: 10px;
	text-decoration: none;
}

#content-video{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}


/*------------------------------
	        Index - Numbers
-------------------------------*/
#index-numbers{
	margin-top: 60px;
	height: 130px;
	background-color: #1156a3;
}

#container-index-numbers{
	max-width: 1170px;
	height: 100px;
	margin: 0 auto;
	padding-top: 15px;
}

.number-item{
	width: 33%;
	text-align: center;
	float: left;
}

.number-item h1{
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}

.number-item h4{
	font-size: 14px;
	color: #fff;
	margin-top: 3px;
}


/*------------------------------
	        Index - Doctor
-------------------------------*/
#index-doctor{
	height: 1120px;
	background-color: #f1f2f4;
	background-image: url("../images/doctor_background.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#container-index-doctor{
	max-width: 1170px;
	height: 1120px;
	margin: 0 auto;

}

#doctor-left{
	float: left;
	width: 63%;
	padding-right: 4%;
}

#doctor-left h1{
	margin-top: 40px;
	margin-bottom: 60px;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px; 
	font-weight: bolder;
	color: #1156a3;
}

.doctor-icon{
	margin: 0 0 10px 5px;
	vertical-align: middle;
}

.doctor-item-container{
	width: 100%;
	margin-bottom: 20px;
}

.doctor-item-img{
	float: left;
	width: 60px;
	padding-left: 10px;
}

.doctor-item-text{
	float: left;
	margin-top: -15px;
	width: 70%;
	margin-bottom: 24px;
}


.doctor-item-text p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #1156a3;

}

.doctor-often{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1156a3;
}

#index-doctor h6{
	font-family: 'Open Sans', sans-serif;
	font-style: bold;
	font-size: 15px;
	margin-bottom: -4px;
	color: #af1d1d;
}

.doctor-warning{
	font-family: 'Open Sans', sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #1156a3;
}

#doctor-right{
	padding-top: 20px;
	float: right;
	width: 33%;
}

#container-index-doctor ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1156a3;
}

#doctor-button{
	margin: 18px 0 28px 0;
	float: right;
}

#doctor-right p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #1156a3;
}

#home-warning{
	margin-top: -30px;
}


/*------------------------------
	        Index - Testimonials
-------------------------------*/
#container-index-testimonials{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	height: 600px;
}

#container-index-testimonials h1{
	margin-top: 50px;
	margin-bottom: 45px;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px; 
	font-weight: bold;
	color: #1156a3;
}

.item{
	width: 215px;
	height: 405px;
	text-align: center;
	padding: 35px 25px 0 25px;
}

.item h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #1156a3;
	margin: 30px 0 0 0;
}

.item hr{
	margin-top: 30px;
	width: 40px;
	height: 2px;
	background-color: #21b11c;
}

.item p{
	margin-top: 27px;
	text-align: left;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.read-more{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1156a3;
	text-align: left !important;
	text-decoration: none !important;
}

/*------------------------------
	        Index - Brands
-------------------------------*/

#index-brands-title{
	margin-top: 60px;
	height: 60px;
	background-color: #dddddd;
	text-align: center;
}

#index-brands-title h1{
	padding-top: 25px;
	font-size: 18px;
}

#index-brands{
	margin-top: 0px;
	height: 110px;
	background-color: #dddddd;
}

#container-index-brands{
	max-width: 1170px;
	height: 100px;
	margin: 0 auto;
}

.brand-item{
	/*
	width: 20%;
	*/
	text-align: center;
	float: left;
	margin: 0 3% 0 3%;
}

#brand-logo1{
	padding-top: 28px;
}

#brand-logo2{
	padding-top: 28px;
}

#brand-logo3{
	padding-top: 28px;
}

#brand-logo4{
	padding-top: 34px;
}

#brand-logo5{
	padding-top: 12px;
}




/*------------------------------
	        Old form
-------------------------------*/

#form{
	font-size: 14px;
}

.contentnull tr td{
	vertical-align:top;
}
.smalltext{
	display:block;
	color: #000000 !important;
	font-size: 14px !important;

}
.contentnull tr td input[type="text"]{
	width:310px;
}

/*------------------------------
	        Footer
-------------------------------*/

#footer{
	background-color: #1156a3;
	background-image: url("../images/footer-background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 455px;
}

#container-footer{
	max-width: 1170px;
	height: 400px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}

#container-footer h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px; 
	font-weight: bold;
	color: #fff;
}


#footer-quickrxrefill{
	float: left;
	width: 25%;
	margin-top: 34px;
}

#footer-quickrxrefill h1{
	margin-bottom: 46px;
}

#footer-quickrxrefill ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-quickrxrefill li a {
    display: block;
    color: #fff;
    padding: 2px 0;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#footer-quickrxrefill li a:hover {
    text-decoration: underline;
}

#footer-social{
	float: left;
	width: 57%;
	margin-top: 34px;
	height: 370px;
	
}

#footer-social-titles{
	
}

#footer-social-titles a{
	background-color: green !important;
}

#footer-social-titles a:hover{
	background-color: red !important;
}

.footer-social-titles-item{
	text-align: center;
	float: left;
	width: 25%;	
}

.footer-social-titles-item:hover{
	background-color: #0d4a8d;
}

.footer-active{
	background-color: #0d4a8d;
}

#footer-social-content{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 42px;
	background-color: #0d4a8d;
	height: 220px;
	color: #fff;
	line-height: 26px;
}

#footer-social-content a{
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

#footer-copyright{
	background-color: #0d4a8d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

#footer-copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

#footer-copyright li {
    float: right;
}

#footer-copyright li a {
    display: block;
    text-align: center;
    padding: 0 0 0 36px; 
    color: #fff;
    text-decoration: none;
}

#footer-copyright li a:hover {
    text-decoration: underline;
}

#container-footer-copyright{
	max-width: 1170px;
	height: 44px;
	margin: 0 auto;
	padding: 20px 5px 0 5px;
}

#s-facebook{
	text-align: center;
}

/*------------------------------
	     Patient section
-------------------------------*/
#patient-menu{
	border-top: 2px solid #1156a4;
	border-bottom: 2px solid #1156a4;
	padding: 5px;
}

.table-separator{
	border-bottom: 1px solid #999999;
}



/*
Media queries
*/

@media screen and (max-width: 1190px) {

	/*------------------------------
		        Index - Brands
	-------------------------------*/

	.brand-item{
		margin: 0 2.5% 0 2.5%;
	}

}




@media screen and (max-width: 1170px) {

	/*------------------------------
             Slider
	-------------------------------*/

	#doctor-left h1{
		font-size: 30px; 
	}

	/*------------------------------
	             Menu
	-------------------------------*/

	#header-menu{
		display: none;

	}

	#header-phone{
		float: right;
		/*margin-top: -63px;*/
	}

	#menu-btn{
		float: right;
		padding-right: 35px;
		padding-top: 59px;
	}

	.menu-btn div {
		/*
		position: absolute;
		left: 100%;
		top: 64%;
		*/
		position:relative;
        bottom:150px;
        left:150px;
		padding-right: 8px;
		margin-top: -0.50em;
		line-height: 1.2;
		font-size: 18px;
		font-weight: 200;
		vertical-align: middle;
		z-index: 99;
	}
.header2 .menu-btn div {
		margin-top: 0 !important;
	}
.header2 #menu-btn{
		float: none;
		padding-right: 0;
		padding-top: 45px;
		width:20px;
		margin:0px auto 0;
	}
	.menu-btn span {
		display: block;
		width: 19px;
		height: 3px;
		margin: 4px 0;
		background: rgb(17,86,163);
		z-index: 99;
	}

	.expand {
		display: block !important; 
	}

	#topmenu{
		width: 250px;
		position: absolute;
		right: 5px;
		top: 100px;
	}

	#topmenu li a{
		display: block !important;
		width: 250px;
		padding: 14px 0;
	}

	/*#header-menu ul {
	    margin-top: 30px;
	    margin-right: 40%;
	}*/

.header2 .main-menu {
    margin-left: 0px !important;
}
.header2 .expand {
    position: relative;
	float:none !important;
}
.header2 #topmenu{
		width: 250px;
		position: absolute;
		right: 0;
		top: 0px;
		left:0;
		margin:0 auto !important;
		padding:10px 0;
	}
.header2 #topmenu li{
		width: 250px;
		text-align:center;
		float:left;
	}
.header2 #topmenu li a{
		display: inline-block !important;
		width: auto;
		padding: 0;
	}
	/*------------------------------
	             Content
	-------------------------------*/
	#container-content h1{
		font-size: 30px; 
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		padding-top: 10px;
		height: 1200px;
		background-image: url("../images/doctor_background2.jpg");
		background-position: right top;
		background-repeat: no-repeat;
	}

	#container-index-doctor{
		height: 1200px;
	}
}

@media screen and (max-width: 1100px) {

	#index-doctor{
		height: 1250px;
	}

	#container-index-doctor{
		height: 1250px;
	}

}

@media screen and (max-width: 1110px) {

	/*------------------------------
		        Index - Brands
	-------------------------------*/

	.brand-item{
		margin: 0 2% 0 2%;
	}

}


@media screen and (max-width: 1050px) {

	/*------------------------------
	             Slider
	-------------------------------*/

	#container-slider h1{
		font-size: 24px; 
		line-height: 40px;
	}


	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		padding-top: 10px;
		height: 1650px;
		background-image: url("../images/doctor_background2.jpg");
		background-position: right top;
		background-repeat: no-repeat;
	}

	#container-index-doctor{
		height: 1650px;
	}

	

	#doctor-left{
		float: none;
		width: 100%;
	}

	

	.doctor-item-text{
		width: 50%;
	}

	#doctor-right{
		float: none;
		width: 100%;
	}

	#doctor-button{
		float: none;
		margin-left: 30%;
	}

	#home-warning{
	margin-top: -10px;
	}


	/*------------------------------
		        Index - Brands
	-------------------------------*/
	#index-brands{
		height: 200px;
	}

	#container-index-brands{
		height: 200px;
	}


	#brand-logo1{
		padding-top: 28px;
		margin:  0 6% 0 6%;
	}

	#brand-logo2{
		padding-top: 28px;
		margin:  0 6% 0 6%;
	}

	#brand-logo3{
		padding-top: 28px;
		margin:  0 6% 0 6%;
	}

	#brand-logo4{
		padding-top: 34px;
		margin:  0 6% 0 24%;
	}

	#brand-logo5{
		padding-top: 12px;
		margin:  0 20% 0 10%;
	}


}	

@media screen and (max-width: 950px) {

	/*----------------------------------
	             Index - Slider
	----------------------------------*/

	.index-slider-features{
		display: none;
	}


	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 1700px;
	}

	#container-index-doctor{
		height: 1700px;
	}

	/*------------------------------
	             Footer
	-------------------------------*/

	#footer-social{
		width: 70%;
	}


}	

@media screen and (max-width: 910px) {

	/*------------------------------
	             Slider
	-------------------------------*/

	#slider-button{
		margin: 10px 0 0 30%;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		background-image: url("../images/doctor_background3.jpg");
		background-position: 100% 20%;
		background-repeat: no-repeat;
	}

	#index-doctor{
		height: 1650px;
	}

	#container-index-doctor{
		height: 1650px;
	}

	.doctor-item-text{
		width: 70%;
	}

	#doctor-button{
		float: none;
		margin-left: 30%;
	}

	/*------------------------------
		        Index - Brands
	-------------------------------*/

	#brand-logo1{
		padding-top: 28px;
		margin: 0 5% 0 5%;
	}

	#brand-logo2{
		padding-top: 28px;
		margin: 0 5% 0 5%;
	}

	#brand-logo3{
		padding-top: 28px;
		margin: 0 5% 0 5%;
	}

	#brand-logo4{
		padding-top: 34px;
		margin:  0 6% 0 24%;
	}

	#brand-logo5{
		padding-top: 12px;
		margin:  0 20% 0 10%;
	}


}

@media screen and (max-width: 900px) {

	.forms{
		height: 30px;
		font-size: 16px;
	}


}


@media screen and (max-width: 850px) {

	/*------------------------------
	             Slider
	-------------------------------*/

	.slider-background{
		visibility: hidden;
	}

	#container-slider{
		max-width: 1170px;
		background-image: url("../images/slider-background-test.jpg");
		margin: 0 auto;
		height: 370px;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 1750px;
	}

	#container-index-doctor{
		height: 1750px;
	}

}

@media screen and (max-width: 830px) {
	/*------------------------------
		        Index - Brands
	-------------------------------*/

	#index-brands{
		height: 300px;
	}

	#container-index-brands{
		height: 300px;
	}

	#brand-logo1{
		margin: 0 12% 0 12%;
	}

	#brand-logo2{
		margin: 0 12% 0 12%;
	}

	#brand-logo3{
		margin: 0 33% 0 33%;
	}

	#brand-logo4{
		margin: 0 15% 0 15%;

	}

	#brand-logo5{
		margin: 0 15% 0 15%;
	}
}




@media screen and (max-width: 770px) {

	/*------------------------------
		        Index - Numbers
	-------------------------------*/

	#index-numbers{
		margin-top: 60px;
		height: 300px;
		background-color: #1156a3;
	}

	#container-index-numbers{
		padding-top: 20px;
	}

	.number-item{
		width: 100%;
		text-align: center;
		float: none;
	}


}





@media screen and (max-width: 800px) {


	/*------------------------------
	             Content
	-------------------------------*/
	#container-content h1{
		font-size: 36px; 
	}

	#content-left{
		width: 100%;
		float: none;
	}

	#content-right{
		width: 100%;
		float: none;
	}



	/*------------------------------
	             Footer
	-------------------------------*/
/*
	#footer-quickrxrefill{
		float: none;
		width: 100%;
	}

	#footer-social{
		float: none;
		width: 100%;
	}
	*/

}	


@media screen and (max-width: 720px) {



	/*------------------------------
	             Slider
	-------------------------------*/	

	#container-slider h1{
		font-size: 24px; 
		line-height: 40px;
	}	

	/*------------------------------
	             Footer
	-------------------------------*/

	#footer-quickrxrefill h1{
		margin-bottom: 15px;
	}	

	#footer-quickrxrefill{
		float: none;
		width: 100%;
		padding-top: 30px;
		margin-top: 0;
	}

	#footer-social{
		float: none;
		width: 100%;
	}
	#footer{
		height: 700px;
	}

	#footer-copyright{
		width: 100%;
		
	}

	#footer-copyright ul {
	    margin: 0 auto;
	    margin-top: 10px;
	    padding: 0;
	    float: none;
	    width: 315px;
	}


	#footer-copyright li a {
	    text-align: center !important;
	    padding: 0 18px !important; 
	}


	#container-footer-copyright{
		text-align: center;
		height: 60px;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 1820px;
	}

	#container-index-doctor{
		height: 1820px;
	}



}

@media screen and (max-width: 690px) {
	/*------------------------------
		        Index - Brands
	-------------------------------*/

	#brand-logo1{
		margin: 0 8% 0 8%;
	}

	#brand-logo2{
		margin: 0 8% 0 8%;
	}

	#brand-logo3{
		margin: 0 33% 0 33%;
	}

	#brand-logo4{
		margin: 0 10% 0 10%;

	}

	#brand-logo5{
		margin: 0 10% 0 10%;
	}
}

@media screen and (max-width: 680px) {


	/*------------------------------
	             Slider
	-------------------------------*/	

	#slider-text-container{
		margin-top: -30px !important; 
	}

	.to-hide{
		display: block;
	}

	.slider-icon-money, .slider-icon-lock{
		margin-left: 5px;
	}

	#slider-button{
		margin: 10px 0 0 30px;
	}


	/*------------------------------
	             Menu
	-------------------------------*/


	#header-logo{
		float: none;
		display: block;
	}

	#header-phone{
		display: block;
		float: none;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}

	#header-menu{
		width: 100%;
	}

	#menu-btn{
		float: right;
		position: absolute;
		right: 5px;
		top: 45px;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		background-image: none;
		height: 1920px;
	}

	#container-index-doctor{
		height: 1920px;
	}

	#doctor-left h1{
		font-size: 26px; 
	}

	.doctor-item-text{
		width: 80%;
	}

	#doctor-button{
		float: none;
		margin-left: 20%;
	}



}

@media screen and (max-width: 590px) {

	/*------------------------------
	             Slider
	-------------------------------*/

	#container-slider h1{
		font-size: 18px; 
		line-height: 30px;
	}	

	/*------------------------------
	             Slider - Index
	-------------------------------*/	

	#slider_content1 h1, #slider_content2 h1, #slider_content3 h1{
		font-size: 26px; 
		line-height: 30px;
		padding-top: 20px;
	}

	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2{
		font-size: 15px; 
	}

	.content-button{
		font-size: 14px;
		width: 200px;
		padding: 18px;
	}

	#slider-button{
		margin: 25px 0 0 0;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 2090px;
	}

	#container-index-doctor{
		height: 2090px;
	}

	#doctor-left h1{
		font-size: 22px; 
	}
	

}

@media screen and (max-width: 690px) {
	/*------------------------------
		        Index - Brands
	-------------------------------*/

	#index-brands{
		height: 450px;
	}

	#container-index-brands{
		height: 450px;
	}

	.brand-item{
		float: none;
	}
}
@media screen and (max-width: 680px) {
.header2{
	height:auto !important;
}
.header2 #header-logo {
    float: none;
    margin: 15px auto 0;
    display: block;
}
.header2 #header-phone {
    float: none;
    text-align: center;
}
.header2 #menu-btn {
    padding-top: 0;
	position: inherit;
	right: 0;
	top: 0;
}
.header2 #mbg {
    position: inherit;
    top: 0px;
    right: 0px;
    margin: 15px auto;
    display: block;
    float: none;
}

}

@media screen and (max-width: 510px) {

	/*------------------------------
	             Footer
	-------------------------------*/

	#footer-social-content{
		height: 270px;
	}

	.footer-social-titles-item h1{
		font-size: 18px !important; 
	}	

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 2250px;
	}

	#container-index-doctor{
		height: 2250px;
	}

	#doctor-button{
		margin-left: 15%;
	}

	/*------------------------------
	             Slider - Index
	-------------------------------*/	

	#slider_content1 h1, #slider_content2 h1, #slider_content3 h1{
		font-size: 22px; 
		line-height: 26px;
		padding-top: 18px;
	}

	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2{
		font-size: 14px; 
		line-height: 20px;
	}

	.content-button{
		font-size: 14px;
		width: 200px;
		padding: 16px;
	}

	#slider-button{
		margin: 15px 0 0 0;
	}

}

@media screen and (max-width: 475px) {

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 2350px;
	}

	#container-index-doctor{
		height: 2350px;
	}

}

@media screen and (max-width: 450px) {

	/*------------------------------
	             Slider - Index
	-------------------------------*/	

	#slider_content1 h1, #slider_content2 h1, #slider_content3 h1{
		font-size: 22px; 
		line-height: 26px;
		padding-top: 18px;
	}

	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2{
		font-size: 14px; 
		line-height: 20px;
	}

	.content-button{
		font-size: 14px;
		width: 200px;
		padding: 16px;
	}

	#slider-button{
		padding: -30px 0 0 0;
	}

	.button-container{
		margin-top: -20px;
	}



	/*------------------------------
	             Footer
	-------------------------------*/

	#footer{
		height: 750px;
	}

	#footer-social-content{
		height: 320px;
	}

	.footer-social-titles-item h1{
		font-size: 16px !important; 
	}	

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 2470px;
	}

	#container-index-doctor{
		height: 2470px;
	}

	#doctor-button{
		margin-left: 5%;
	}

}



@media screen and (max-width: 420px) {

	/*------------------------------
	             Slider
	-------------------------------*/

	#slider-button{
		margin: 10px 0 0 5px;
	}	

	/*------------------------------
	             Footer
	-------------------------------*/

	#footer{
		height: 780px;
	}

	#footer-social-content{
		height: 350px;
	}

	/*------------------------------
	        Index - Doctor
	-------------------------------*/

	#index-doctor{
		height: 2530px;
	}

	#container-index-doctor{
		height: 2530px;
	}

}


/*------------------------------
	  Media query - old form
-------------------------------*/


@media only screen and (max-width: 600px) {
#form table tr td {
	display:list-item;
	list-style:none;
	width:100%;
}
#form table tr td div{
	text-align:left;
}
table tr td input[type="text"]{
	width:310px;
}
}

@media only screen and (max-width: 360px) {
.contentnull tr td input[type="text"], table tr td input[type="text"]{
	width:90%;
}
}