@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro-Bold.eot');
	src: url('../fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro-Bold.woff') format('woff'),
		url('../fonts/TrajanPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanPro-Regular.woff') format('woff'),
		url('../fonts/TrajanPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

*
{
	margin:0px auto;
	padding:0px;	
}

/* The container */
.checkbox {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #f2f5f9;
    border: 2px solid #cacaca;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox:hover input ~ .checkmark {
	background-color: #337ab7;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox input:checked ~ .checkmark {
	background-color: #ffffff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
.checkbox .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid #414042;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* .modal{
	z-index: 99999;
} */
#overlay {
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1999;
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	display: none;
	position:fixed;
}
#overlay div {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-32px;
	margin-left:-32px;
}
.page-content {
	padding: 20px;
	margin: 0 auto;
}

.nav-up {
	top: -40px;
}

.nav-down {
	top: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.outline-offset{
	outline-offset: unset;
}

.container
{
	width:100%;
	margin:0 auto;
	padding:0;
	height:auto;
}

/* .row
{
	margin:0px;	
} */

#s-sect-bg
{
	width:100%;
	z-index:-1;
}

#ajax_search {
	max-height: 320px;
	overflow-y: auto;
	z-index: 9999;
}

#section-1-div
{
	background-color: #a9dbff;
	background-size: cover;
	min-height: calc(100vh - 300px);
}

.carousel-indicators li {
	background-color: #000427;
	border: 1px solid #000427;
}

.carousel-indicators li.active {
	background-color: #337ab7;
	border: 1px solid #000427;
}

.c-cart-img {
	width: 20px;
}

.c-search-iconbox {
	border-radius: 50px 18px 18px 50px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
}

.s-heading-meds
{
	margin-top:5%;
}
ul.s-rx-footer-ul li a{
	text-decoration:none;
}
#bs-example-navbar-collapse-1 ul>li.active>a{
	box-shadow: inset 0px -3px #337ab7;
    color: #337ab7;
}
#bs-example-navbar-collapse-1 ul li li.active>a {
    color: #ffffff;
}
#s-meds-text
{
	color:#000;
	font-family:"TrajanPro-Regular";
	text-align:center;
	font-size:2em;
	line-height:1.6;
	letter-spacing:2px;	
	font-weight:550;
}

.c-step-box {
	box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
	transition: .3s all;
}

.c-step-box:hover {
	box-shadow: 0px 1rem 2rem rgba(0,0,0,0.10);
    transform: translateY(-1rem) scale(1.02);
}

.c-featureBox {
    min-height: 200px;
}

#s-search
{
	width:100%;
    border: none;
    font-weight: 300;
    font-size: 1.2em;
    height: 2.85em;
    padding-left: 3.5%;
	border: 1px solid #337ab7;
	box-sizing: border-box;
	transition: box-shadow 0.5s;
	border-radius:8px;
	z-index: 99;	
}
#s-search-img
{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
}

#s-search:focus
{
	outline:none;
	box-shadow: 0px 5px 65px rgba(0,0,50,0.20);
	transition: box-shadow 0.5s;	
}

#s-avbl-at
{
	margin:5% 0%;	
}

#s-avbl
{
	
	font-size:1.5em;
	color:#434343;	
	text-align:center;
}

#s-app-store
{
	text-align:center;
	display:inline;
	padding: 3% 6%;
}

#s-play-store
{
	display:inline;	
}

#s-store-imgs
{
	text-align:center;	
}

.s-app-avbl
{
	text-align:center;
	
	font-size:1.2em;
	color:#434343;
	letter-spacing: 2px;	
}

#s-get-app
{
	margin:5% 0%;	
}

.s-opn-video
{
	background-color:white;
	color: #337ab7;
	padding:15px 30px;
	font-size:1.5em;
	font-weight:600;
	border: 1px solid white;
	transition:background-color 0.5s, color 0.5s;
	-webkit-transition:background-color 0.5s, color 0.5s;
	-ms-transition:background-color 0.5s, color 0.5s;	
}

.s-opn-video:hover
{
	text-decoration:none;
	background-color:#337ab7;
	color:white;
	transition:background-color 0.5s, color 0.5s;
	-webkit-transition:background-color 0.5s, color 0.5s;
	-ms-transition:background-color 0.5s, color 0.5s;
}


.s-home-login-btn
{
	background-color:#337ab7;
	color:white;
	height:50px;
	width: 82%;
    margin-top: 1%;
	margin-bottom: 5%;
	border:none;
	font-size:1.3em;
	
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
}

.s-home-login-btn:hover
{
	background-color:#0084e0;
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;	
}

.s-home-login-btn:focus
{
	outline:none;	
}


.s-home-login-outer-div
{
	text-align:center;	
	margin-top: 20%;
	width:85%;
}


.s-home-login-text
{
    background-color: #f3f3f3;
    color: #ababab;
    font-size: 1.2em;
    border: none;
    padding: 4% 4%;
    width: 90%;
    margin-top: 9%;
    letter-spacing: 2px;
}

.s-home-log-pwd-link
{
	color:#787;
	float:left;
	font-size:1em;
	margin-top: 3%;
    margin-left: 5%;
}


.s-home-login-text:focus
{
	outline:none;
	background-color:#f5f5f5;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);	
}

.s-home-login-shadow
{
    position: absolute;
    bottom: -7%;
    left: -4%;
    z-index: -1;
    width: 108%;
}

.s-home-login-inner-div
{
	background-color:#fff;	
	text-align:center;
	z-index:3;
	border-radius:7px;
	box-shadow: 0px 5px 0px #0d86db;
}

.c-sect1-img {
	clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 85%);
}
.c-sect1-content {
	margin-top: -7rem;
	background-color: #f9f9f9;
	border-radius: 7px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

#s-get-applink
{
	width: 35%;
    border: none;
    font-weight: 300;
    font-size: 1em;
    display: inline;
    height: 50px;
    padding-left: 2%;
    border: 1px solid #9a9a9a;
}

#s-get-applink:focus
{
	outline:none;
	border: 1px solid #337ab7;
}

.s-submit-green
{
    height: 47px;
    width: 40%;
    background-color: #55ca15;
    border: none;
    margin-top: 2%;
    margin-left: 2%;
    color: white;
    font-size: 1.1em;
    font-weight: 600;
    box-shadow: 0px 3px #3aa300;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5;	
}

.s-submit-green:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
}

.s-submit-green:focus
{
	outline:none;	
}

.s-submit-green:hover
{
	background-color:#69e128;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

#s-nav-div
{	
	position:fixed;
	z-index:999;
	width:100%;
	bottom:0;	
	right:0px;
	left:0px;
	background-color:white;
}

.navbar
{
	border-radius:0px;
	border:none;
    z-index: 9999;
    margin-bottom: 0;
    width: 100%;
	position:absolute;
}

.s-navbar
{
	position:fixed;
	background-color:white;	
	right:0px;
	left:0px;
}

.s-nav
{
	text-align:center;	
}

#s-nav-green
{
	background-color:#55ca15;
	color:white;
	text-shadow:none;
	font-size:1em;
	font-weight:400;	
}

#s-nav-green:hover
{
	background-color:#45b707;	
}

.s-sub-link-red
{
	color:#e55656;
	font-size:1em;
}

.s-con-div
{
	position:relative;
}

.s-con-inner-div
{
	text-align:center;
	padding:10%;
}
 
#s-con-link
{
	text-decoration:none;
	color:#337ab7;
	background-color:white;
	font-size:1.2em;
	padding:18px;
	border:2px solid white;
	transition: 0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}

#s-con-link:hover
{
	color:white;
	border:2px solid white;
	background-color:#337ab7;
	transition: 0.5s;	
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
}

.s-top-nav
{
	background-color: #f5f5f5;
	padding: 3px 0px;
}

.s-top-bar-number
{
	font-size: 0.7em;
	color: #414042;
	padding: 1% 0%;
	letter-spacing: 1px;
}

.s-top-bar-number:hover
{
	text-decoration: none;
	cursor: text;
}

.s-top-bar-mail
{
	font-size: 0.7em;
	color: #337ab7;
	margin-left: 4%;
	letter-spacing: 2px;
	cursor: pointer;
}

.s-top-bar-mail:hover
{
	text-decoration: none;
	cursor: text;
}

.s-top-bar-fb
{
	font-size: 1em;
	color: #414042;
	margin-left: 2%;
	cursor: pointer;
}

.s-top-bar-fb:hover
{
	color: #3b5998;
	cursor: pointer;
}


.s-top-bar-twitter
{
	font-size: 1em;
	color: #414042;
	margin-left: 2%;
	cursor: pointer;
}

.s-top-bar-twitter:hover
{
	color: #1da1f2;
	cursor: pointer;
}

.s-top-bar-gplus
{
	font-size: 1em;
	color: #414042;
	margin-left: 2%;
	cursor: pointer;
}

.s-top-bar-gplus:hover
{
	color: #d62976;
	cursor: pointer;
}

.s-top-bar-follow
{
	font-size: 0.7em;
	color: #757575;
	margin-left: 4%;
	letter-spacing: 2px;
	cursor: pointer;
}

.s-top-bar-follow:hover
{
	text-decoration: none;
	cursor: text;
}



.affix {
	position:fixed;
    top: 0;
	/*height:51px;*/
    width: 100%;
	background-color:white;
  }

#s-btm-content
{
	margin-bottom:7%;	
}

.s-sect-2-div
{
	height:100vh;	
}

#s-inner-sect-1
{
	position:fixed;	
}

.s-heading
{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f5f5f5;	
}

.s-rx-tab
{
	font-size:1.2em;
	background-color:#337ab7;
	color:white;
}

.s-blue-link-first li.active
{
	background-color:#337ab7;
}

#s-inner-sect-2 .active a
{
	background-color:#337ab7;
	color:white;
}

#s-inner-sect-2 ul li a
{
	background-color:white;
	color:#337ab7;
	border-radius:none;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #337ab7;
}


.font-bold{
	font-weight:bold;	
}


.s-msn-div
{
	text-align:center;
	padding:120px 0px;
}

.s-msn-head
{
	color:#337ab7;
	
	font-weight:600;
	font-size: 3em;
}

.s-msn-head:hover
{
	color: #337ab7;
}

.s-msn-cont
{
	color:#414042;
	font-weight:600;
	line-height:2;
}

.s-rx-big-font
{
	font-size:1.3em;	
}

.s-rx-works
{
	margin-top:30px;	
}

.s-rx-step-1
{
	text-align:right;
}

.s-rx-step-2
{
	text-align:right;
	margin-top:20px;
}


.s-hw-cont
{
	
	font-size:1.2em;
	font-weight:600;
	color:#337ab7;
	display:inline;
	line-height:5%;
}

.s-hw-cont-desc
{
	font-size:1.1em;
	color:#222;
	display:inline;	
}

.s-hw-cont-desc-left
{
	font-size:1.1em;
	color:#222;
	display:inline;
	text-align:left;
}

.s-rx-step-img
{
	display:inline;
	padding-left:15px;	
}

.s-rx-hw-cont-div
{
	display:inline;	
}

.s-rx-step-4
{
	margin-top:20px;
}

.hidden{
	opacity: 0;
}

.visible{
     opacity:1;
}

.s-sect-3-header
{
	text-align:center;
	background-color:#f3f3f3;
	padding:30px 0px;
}

.s-sect-3-sub
{
	
	line-height: 1.5;	
}

.s-rx-green
{
	color:#55ca15;	
}

.s-sect-3-subtitle
{
	font-size:1.3em;
	color:#414042;	
}

.s-rx-blue
{
	color: #169fff;
}

.s-rx-red
{
	color:#ff0000;	
}

.s-rx-blue-bg
{
	background-color:#337ab7;	
}

#s-sect-3-div
{
	height:auto;
	background:url(../images/med-bg.jpg) fixed no-repeat;
	overflow: hidden;
}

.s-med-div
{
	text-align:center;	
}

#s-med-head
{
	
	color:white;
	font-size: 1.4em;
	padding-top: 25px;
	text-align:center;
}

.s-med-box
{
	text-align:center;
	background-color:#f3f3f3;
	overflow: hidden;
	margin-bottom:10px;
	border-radius: 30px;
}


.s-med-box-head
{
	
	color:white;	
}
.s-box-head
{
	padding: 8px 0px;
    background-color: #333;
}

.s-box-price
{
	color:#fff;
	background-color:#337ab7;
	text-align:center;
	padding:1px 0px;
	border-radius: 50px;
}

.s-med-price
{
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.s-med-price1
{
	color:white;
	margin-bottom: 10px;
	background-color: #337ab7;
	width: 100%;
	padding:10%;
	float: left;
}

.s-med-price2
{
	color:white;
	margin-bottom: 10px;
	background-color: #337ab7;	
	width: 100%;
	padding:10%;
	float: left;
}

.s-med-cont
{
	padding-top:30px;
	padding-bottom:50px;	
}

.s-box-mid
{
	overflow: hidden;
	text-align:center;
}

.s-ret-price
{
	color: #666;
	background-color: #eaeaea;
	padding: 10px;
	width: 100%;	
}

.s-del-price
{
	color: #333;
}

.s-rx-white
{
	color:white;	
}

#s-sect-4-div
{
	height:100vh;
	background:url(../images/testimonial-bg.jpg) fixed no-repeat;
}

.s-sect-4-header
{
	text-align:center;
	background-color:#f3f3f3;
	padding:30px 0px 30px 0px;
}

.s-sect-5-sub
{
	color:#414042;
	font-size:1.4em;	
}

.s-rx-map
{
	width:47%;
	    padding: 10px 0px;
}

.s-map-cont
{
	text-align:center;	
}

.s-rx-privacy-head
{
	color:white;
	margin-top:2%;
	font-size:1.7em;
}

.s-rx-privacy-text
{
	color:#414042;
	line-height:150%;
	width:85%;
	text-align:left;	
}

.s-rx-privacy-div
{
	text-align:center;
}

/*.s-rx-media-link
{
	padding:10px;	
}*/

.s-white-link
{
	color:white;	
}

.s-white-link:hover
{
	text-decoration: underline;
}

.s-rx-c2
{
	display:inline-block;	
}

.s-rx-c3
{
	display:inline-block;	
}

.bs-example{
	margin: 20px;
}

.modal-content iframe{
	margin: 0 auto;
	display: block;
}

.s-rx-get-link
{
	background-color: #f7f7f7;
	width: 100%
}

.s-rx-dosage
{
	font-size: 1.2em;
	margin-top: 8%;
	color: #333;
	font-weight: 600;
	/*width: 50%;
	float: left;*/
}


.s-rx-delivery-div
{
	background-color: #f3f3f3;
	padding-bottom: 1.2em;
}

.s-box-del-price
{
	color:#fff;
	background-color:#337ab7;
	text-align:center;
	padding:1px 0px;
	border-radius: 50px;
}

.s-rx-drop
{
	z-index: 999;
}

.c-left-meds-box {
	border-right: 1px solid rgba(0,0,0,0.10);
}

/* ------------------------------------------------ABOUT US---------------------------------- */
.s-a-msn-desc
{
	
	font-size:1.7em;
	line-height:1.8;
	color:#414042;
	width:90%;	
	letter-spacing:2px;
	font-weight:600;
}

.s-a-hw-head
{
	background-color:#f3f3f3;
    padding: 2% 0 2% 0;
    text-align: center;
}

.s-a-hw-text
{
	color:#414042;	
}

.s-a-hw-steps
{
	background-color:white;
	text-align:center;	
}

.s-a-step-img
{
	width:70%;
	padding:5% 0;
}	

.s-about-tab-div
{
	background-color:#337ab7;
	padding-top:5%;	
	width:90%;
}

.s-about-nav-ul
{
	background-color:#337ab7;	
}

.s-about-tab
{
	
	font-size:1.7em;
	background-color:#337ab7;
	color:white;
}

.s-dia-red-txt
{
	color: red;
  
    font-size: 1.2em;
    margin-bottom: 2%;
    margin-top: 2%;
    font-weight: 400;
    letter-spacing: 1px;
}

.s-ds-last-div
{
	background-color: #f5f5f5;
	padding:2%;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	margin-bottom: 3%;
}

.s-rx-msn-text
{
	font-size: 1.7em;
	letter-spacing: 1px;
	width: 80%;
	line-height: 140%;
}

.s-rx-msn-text-2
{
	font-size: 1.3em;
	letter-spacing: 1px;
	width: 80%;
	line-height: 140%;
}

.s-a-msn-bottom
{
	font-size: 4em;
}

.s-a-msn-btm-grey
{
	font-size: 3em;
	color: #434343;
}

.about-working {
	margin-top: 6px;
	margin-left: 25px;
	border-left: 1px dashed #337ab7;
	position: relative
}

.about-working:after,
.about-working:before {
	content: '';
	position: absolute;
	left: -6px;
	border: 2px solid #337ab7;
	-webkit-border-radius: 50rem;
	-moz-border-radius: 50rem;
	border-radius: 50rem;
	padding: 4px;
	background-color: #FFFFFF;
}

.about-working:before {
	top: -6px
}

.about-working:after {
	bottom: -6px
}

.about-working-box {
	position: relative;
	padding-top: 30px
}

.about-working-box:last-of-type {
	padding-bottom: 30px
}

.about-working .about-working-no {
	position: absolute;
	top: 35px;
	left: -18px;
	z-index: 1
}

.about-working-no span {
	display: block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 35px;
	background-color: #337ab7;
	color: #FFFFFF;
	position: relative;
	text-align: center
}

.about-working-no span:after,
.about-working-no span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #337ab7;
}

.about-working-no span:before {
	width: 45px;
	height: 45px;
	opacity: .5;
	z-index: -1
}

.about-working-no span:after {
	width: 55px;
	height: 55px;
	opacity: .25;
	z-index: -2
}

.about-working-box:hover .about-working-no span:after,
.about-working-box:hover .about-working-no span:before {
	-webkit-animation: circle 1.05s infinite;
	-moz-animation: circle 1.05s infinite;
	-ms-animation: circle 1.05s infinite;
	-o-animation: circle 1.05s infinite;
	animation: circle 1.05s infinite
}

@-webkit-keyframes circle {
	100% {
		width: 250%;
		height: 250%;
		opacity: 0
	}
}

@keyframes circle {
	100% {
		width: 250%;
		height: 250%;
		opacity: 0
	}
}

.about-working-content {
	padding-left: 30px
}

.about-working-content h3 {
	font-size: 1.25rem
}


/* ------------------------------------------------CONTACT US---------------------------------- */

.s-c-desc
{
	text-align:center;	
}

.s-c-msn-text
{
	background-color:#414042;
	width:50%;
	color:white;
	padding:15px;
}

.s-c-address
{
	color:#414042;	
	margin-top: 0;
	line-height: 1.3;
}

.s-c-ofc
{
	background-color:#414042;
	width:50%;
	color:white;
	padding:15px;
	margin-top:5%;	
}

.s-c-ofc-time
{
	line-height:1.5;
	color:#414042;		
}

.s-c-phone
{
	background-color:#414042;
	width:50%;
	color:white;
	padding:12px;
	margin-top:5%;
}

.s-c-contact-head
{
	background-color:#414042;
	width: 60%;
	color:white;
	padding:15px;
}

.s-c-form-div
{
	
}

.s-c-inner-div
{
	text-align:center;
	width:80%;
}

.s-c-chat-div
{

}

.s-c-chat-inner-div
{
	text-align: center;
	background-color: #f7f7f7;
	width: 70%;
	margin-top: 30%;
}

.s-c-chat-text
{
	background-color: #337ab7;
	padding: 15px;
	color: white;
	font-size: 2em;
	border: 1px #337ab7 solid;
	transition: transform 0.5s, drop-shadow 0.5s;
	-webkit-transition: transform 0.5s, box-shadow 0.5s;
	-ms-transition: transform 0.5s, box-shadow 0.5s;
}

.s-c-chat-text:hover
{
	text-decoration: none;
	box-shadow: 0px 3px #3fa706;
	border: 1px #337ab7 solid;
	transform:translateY(-6px);
	transition: transform 0.5s, drop-shadow 0.5s;
	-webkit-transition: transform 0.5s, box-shadow 0.5s;
	-ms-transition: transform 0.5s, box-shadow 0.5s;
}

.s-c-chat-inner-div a:hover
{
	text-decoration: none;
}

.s-c-chat-inner-div a:focus
{
	text-decoration: none;
}

.s-form-textbox
{
	background-color: white;
	border:1px thin #999;
	height:50px;
	width:450px;
	font-size:18px;
	margin-top:20px;
	padding-left: 20px;	
}

.s-form-textbox-area
{
	background-color:white;
	width:450px;
	font-size:18px;
	margin-top:20px;
	padding-left: 20px;
	padding-top: 15px;
	color:#414042;	
}

.s-form-textbox:hover
{
		
}

.s-form-textbox:focus
{
	outline:none;
}

.s-form-textbox-area:focus
{
	outline:none;	
}

.s-submit-btn
{
	height: 60px;
    width: 55%;
	background-color: #337ab7;
    border: none;
	margin-top: 5%;
    color: white;
    
    font-size: 1.5em;
    font-weight: 600;
	box-shadow: 0px 3px #3aa300;
}

.s-submit-btn:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
	-webkit-transition:transform 0.3s, box-shadow 0.3s;
	-ms-transition:transform 0.3s, box-shadow 0.3s;
	transition:transform 0.3, box-shadow 0.3s;	
}

.s-submit-btn:focus
{
	outline:none;	
}

.s-submit-btn:hover
{
	background-color:#69e128;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

#s-c-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;
}

.s-c-chat-img
{
	padding:30px;
}

/* ------------------------------------------------LOGIN SIGNUP PAGE---------------------------------- */



#s-log-sect-1
{
	overflow:hidden;
}


.s-sign-up-div{	
    margin-top: 3%;
    padding-top: 3%;
    padding-bottom: 4%;
    overflow: hidden;
}

.s-sign-up-inner-div
{
	background-color:#fff;
	text-align:center;
	z-index:3;
}

.s-sign-up-text
{
    background-color: #f3f3f3;
    color: #ababab;
  
    font-size: 1.3em;
    border: none;
    padding: 1.5% 2%;
    width: 90%;
    margin-top: 4%;
	transition: box-shadow 0.5s, background-color 0.5s;
	letter-spacing: 2px;	
}

.s-sign-up-text:hover
{
	background-color:#f7f7f7;
	transition:background-color 0.5s;
}

.s-sign-up-text:focus
{
	outline:none;
	background-color:#f6f6f6;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	transition: box-shadow 0.5s, background-color 0.5s;	
}

.s-sign-up-btn
{
	background-color:#337ab7;
	color:white;
	height:60px;
    width: 86%;
    margin-top: 1%;
    margin-bottom: 5%;
	border:none;
	font-size:1.6em;
	
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
}

.s-sign-up-btn:hover
{
	background-color:#0084e0;
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;	
}

.s-sign-up-btn:focus
{
	outline:none;	
}

.s-sign-shadow
{
    position: absolute;
    bottom: -7%;
    left: -4%;
    z-index: -1;
    width: 108%;
}

.s-signup-head-text
{
    color: #444;
  
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 0%;
    background-color: #eaeaea;
    padding: 2% 1%;
    letter-spacing: 2px;
}

.s-sign-up-shadow
{
	position: absolute;
    bottom: 2%;
    left: 0%;
    z-index: -1;
    width: 100%;
}

.s-log-note
{
	color:#55ca15;
	color:black;
	font-size:1.2em;
	font-weight:600;
	/*margin-top: 20%;*/
}

.s-name-row
{
	margin-top: 4%;
}

.s-fname-text
{
	padding:3% 5%;
}

.s-lname-text
{
	padding: 3% 5%;
}

.s-other-text
{
	margin-top: 4%;
}

.s-selecter
{
	margin-top: 4%;
}

.s-search-text
{
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 1px;
}

.s-become-member
{
	color: white;
    background-color: #337ab7;
    padding: 4% 8%;
    border-radius: 50px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.s-become-member:hover
{
	background-color: #337ab7;
	color: white;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.s-become-member-div{	
    margin-top: 4%;
    background-color: white;
    padding-top: 3%;
    padding-bottom: 4%;
    overflow: hidden;
    border-radius: 20px;
}

.s-member-id-btn
{
	padding: 2% 6%;
	font-size: 1em;
	color:white;
	background-color:#337ab7;
	transition: background-color 0.5s;
	border-radius: 7px;
}


.s-member-id-btn:hover
{
	color:white;
	background-color: #337ab7;
	transition: background-color 0.5s;
	text-decoration: none;
}

/* ------------------------------------------------ SEARCH ACCOUNT PAGE ---------------------------*/

.s-search-shadow
{
	position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: -1;
    width: 100%;
}

.s-search-div
{
	margin-top: 4%;
    padding-top: 3%;
    padding-bottom: 4%;
    overflow: hidden;
}

.s-search-account-text
{
    background-color: #f3f3f3;
    color: #ababab;
  
    font-size: 1.3em;
    border: none;
    padding: 1.5% 2%;
    width: 90%;
    margin-top: 6%;
	transition: box-shadow 0.5s, background-color 0.5s;
	letter-spacing: 2px;	
}

.s-search-account-btn
{
	background-color:#337ab7;
	color:white;
	height:60px;
    width: 86%;
    margin-top: 4%;
    margin-bottom: 5%;
	border:none;
	font-size:1.6em;
	
	transition: background-color 0.6s;
	-webkit-transition: background-color 0.6s;
	-ms-transition: background-color 0.6s;
}

.s-search-head-text
{
    color: #444;
  
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 5%;
    background-color: #eaeaea;
    padding: 2% 1%;
    letter-spacing: 2px;
}

.s-search-account-text:hover
{
	background-color:#f7f7f7;
	transition:background-color 0.5s;
}

.s-search-account-text:focus
{
	outline:none;
	background-color:#f6f6f6;
	box-shadow:0px 1px 2px rgba(0,0,0,0.2);
	transition: box-shadow 0.5s, background-color 0.5s;	
}

.s-become-member-head-text
{
    color: #444;
  
    font-size: 1.5em;
    font-weight: 400;
    margin-top: 0%;
    background-color: #eaeaea;
    padding: 2% 1%;
    letter-spacing: 2px;
}


/* ------------------------------------------------ BECOME MEMBER --------------------------------- */

.s-become-a-member-div
{
    margin-top: 2%;
    padding-top: 3%;
    padding-bottom: 4%;
}

.s-become-member-shadow
{
    position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: -1;
    width: 100%;
}

/* ------------------------------------------------MEDICATION PAGE---------------------------------- */

.view_alphabets{
}
.view_alphabets.active{
	background-color:white !important;
}
.view_alphabets.active a{
	color: #414042 !important;
}
a:focus {
	outline: 0;
 }

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
	
div.pagination a {
	padding: 10px;
	margin: 5px;
	border: 1px solid #337ab7;
	text-decoration: none;
	color: #337ab7;
	border-radius:8px;
	font-weight:bold;
}

div.pagination a:hover, div.digg a:active {
	border: 1px solid #EEEEEE;
	color: #000;
	background-color:#EEEEEE;
}

div.pagination span.current {
	padding: 10px;
	margin: 5px;
	border: 1px solid #337ab7;
	
	font-weight: bold;
	background-color: #337ab7;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 10;
	margin: 5px;
	border: 1px solid #EEE;
	color: #DDD;
}


#s-med-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;
}

.s-med-tab-div
{
	background-color:#337ab7;
	padding-top:2%;	
}

.s-med-nav-ul
{
	background-color: #337ab7;	
}

.s-med-nav-ul li
{
	list-style:none;
	border:none;
	border-radius:none;	
}

.s-med-nav-ul li a
{
	list-style:none;
	border:none;
	border-radius:none;
	transition: background-color 0.5s, color 0.5s;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;	
}

.s-med-nav-ul li a:hover
{
	background-color:#f9f9f9;
	color:#337ab7;
	transition: background-color 0.5s, color 0.5s;
	-webkit-transition: background-color 0.5s, color 0.5s;
	-ms-transition: background-color 0.5s, color 0.5s;
}

.s-med-list-1
{
	font-size:3em;
	color:#337ab7;
	
	background-color:white;	
}

.s-med-list-1:hover
{
	color:#337ab7;	
}

.s-med-list-ul li
{
	width: 33.33%;
	float: left;
	list-style: none;
	padding:10px 0px;
	text-align: left;
}

.s-med-list-ul li a
{
	color: #414042;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.s-med-list-ul li a:hover
{
	color: #337ab7;
}



/* ----------------------------------------------- MEDICATION INFORMATION ---------------------------- */


.meds__detail--pricebox {
	min-height: 275px;
}

.meds__details--pricebox--btn {
	left:0;
	bottom: 15px;
}

.meds__detail--name--box {
	position: sticky;
	top:0px;
	z-index: 8;
}

#s-med-info-sect-1
{
	height:100vh;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;

}

.s-med-info-div-2
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	overflow:hidden;	
}

.s-med-info-head
{
	background-color:#f7f7f7;
    padding: 4% 0 3% 0;
    text-align: center;
}


.s-med-info-tab-div
{
	background-color:#989898;
	padding-top:1%;	
	width:90%;
}

#s-med-info-search
{
	width:100%;
    border: none;
  
    font-weight: 300;
    font-size: 1.5em;
    height: 2.5em;
    padding-left: 3.5%;
	border: 1px solid #dedede;
	box-sizing: border-box;
}

#s-med-info-search-img
{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
}

#s-med-info-search:focus
{
	outline:none;
	box-shadow: 0px 3px 45px rgba(0,0,0,0.13);
	transition: box-shadow 0.5s;	
}

.s-med-purchase-inner
{
	border-left: 8px solid #337ab7;
}

.s-med-info-dos-inner
{
	border-left: 8px solid #337ab7;
}


.s-med-info-sel-1 option
{
	font-size: 1em;
	padding:10px 0px;
}

.s-med-info-note
{
	font-size: 1em;
	background-color: #f2eeb5;
	padding: 1%;
	margin-top: 3%;
	width:97%;
	color: #565656;
	border-radius: 100px;
}

.s-med-info-tab
{
	
	font-size:1em;
	background-color:#989898;
	color:white;
}

.s-med-info-nav-ul
{
	background-color:#989898;	
}

.s-med-info-tab-text
{
	color:#989898;
	font-weight:400;
	letter-spacing:2px;
	width:80%;
	font-size:1.4em;
}

.s-rx-retail-price
{
	padding-top: 2%;
	font-size: 2em;
	font-weight: 400;
}

.s-rx-valet-price-head
{
	font-size: 1.3em;
}

.s-rx-valet-price
{
	padding-top: 2%;
	font-size: 2.5em;
}

.s-med-purchase-outer
{
	width: 84%;
}

.s-med-info-home-btn
{
	background-color: #337ab7;
	color: white;
	border: none;
	width: 78%;
	height:70px;
	font-size: 1em;
	margin-top: 2%;
	border-bottom: 4px solid #414042;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}


.s-med-info-home-btn:hover
{
	background-color: #337ab7;
	color:white;
	border-bottom: 2px solid #0f7fcf;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}

.s-med-info-home-btn:focus
{
	outline: none;
	color: white;
}

.s-med-info-home-btn:active
{
	color: white;
	outline: none;
}

.s-med-info-head1
{
	font-size: 1.5em;
	font-weight: 600;
	color: #434343;
	letter-spacing: 2px;
}

.c-formbox {
    border-radius: 4px;
    background-color: #fff4d3;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}

.c-textbox {
    height: 40px;
}
.c-textbox:hover {
    border: 1px solid rgba(0,0,0,0.5);
}
@media (min-width: 768px) { 
	.d-md-none {
		display: none;
	}
	.d-md-block{
		display: block;
	}
 }

 /* ------------------------------------------------Start Pharmacy Details---------------------------------- */
 .c-pharmacy-card-box {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
	border-radius: 5px;
  }

.c-pharmacy-card-header {
    border-radius: 14px 50px 0px 0px;
    /*clip-path: polygon(0% 0%,98% 0%,100% 100%,0 100%);*/ /* Commented by Niyati Lad */
    min-width: 50%;
    width: 50%;
}

.c-pharmacy-card-content {
	background-color: white;
	border: 2px solid #0095ff;
	border-radius: 0px 5px 5px 5px;
	/*box-shadow: 0px 8px 15px rgba(0,0,0,0.20);*/  /* Commented by Niyati Lad */
  }

  .c-pharmacy-header {
	border-radius: 14px 50px 0px 0px;
	clip-path: polygon(0% 0%,98% 0%,100% 100%,0 100%);
	min-width: 50%;
	width: 50%;
  }

  .c-pharmacy-content {
	background-color: white;
	border: 2px solid #6c757d;
	border-radius: 0px 5px 5px 5px;
  }
 /* ------------------------------------------------End Pharmacy Details---------------------------------- */

/* ------------------------------------------------Testimonial---------------------------------- */

.min-h-350px{
	min-height: 350px;
}

#s-t-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;
}

.s-t-testi-1
{
	text-align: center;
}

.my-icon {
    position: relative;
}
.my-icon > i {
    position: absolute;
    display: inline-block;
    width: 74em;
    height: 2em;
    line-height: 0;
    border: 1.5em solid transparent;
    border-top: 1.5em solid #007BFF;
    left: 4em;
    top: -2em;
}

.s-testi-triangle
{
	display: inline-block;
	width: 3em;
	height: 3em;
}

.s-t-inner-tri
{
	position: relative;
	display: inline-block;
	width: 3em;
	height: 3em;
}

.s-t-inner-i
{
	display:inline-block;
	width:0;
	height:0;
	line-height:0;
	border:1.5em solid transparent;
	border-top:1.5em solid #007BFF;
	left:10em;
	top:18em;
}

.s-testi-chat-btm
{
	text-align: left;
}

.s-rx-user
{
	border-radius:100%;
	z-index:3;
	border: 0.5em solid #337ab7;
    left: 8em;
    height: 12em;
    top: 21em;
}

.s-rx-user-2
{
	border-radius:100%;
	z-index:3;
	border:0.5em solid #337ab7;
    right: 8em;
    height: 12em;
    top: 21em;
}

.s-testi-box
{
	text-align:center;	
}


.s-testi-cont
{
	margin-top:200px;
	margin-bottom:200px;	
}


.s-inner-testi-box
{
	position: relative;
	display: inline-block;
	width: 70%;
	height: 20em;
	z-index:2;	
}

.s-testi-rect
{
	width: 100%;
     /* height: 15em;*/
    background-color: #f3f3f3;
    top: 0em;
    text-align: center;
	border-bottom: 10px solid #337ab7;
    border-radius:2em;
}

.s-testi-rect-2
{
	width: 100%;
    /* height: 15em;*/
    background-color: #f3f3f3;
    top: 0em;
    text-align: center;
    border-top: 10px solid #bfe8a9;
    border-radius:2em;
}


.s-testi-text
{
	color:#565656;
	font-size:1.1em;
	/*padding-top:3em;*/
	padding:1em;
	line-height: 1.5;
}

.s-testi-text-2
{
	color:#565656;
	font-size:1.1em;
	/*padding-top:3em;*/
	padding:1em;
	margin: 0;
	line-height: 1.5;
}

.s-testi-name
{
	font-style:italic;
	font-size:1em;
	line-height:4;	
}

.s-t-add-testi
{
	margin-top: 7%;
	font-size: 2em;
	color: #434343;
}

.s-t-add-msg
{
	background-color:#f9f9f9;
	width:100%;
	font-size:18px;
	border:1px solid #f9f9f9;
	margin-top:20px;
	padding-left: 20px;
	padding-top: 15px;
	color:#414042;
	border-radius:10px;
	margin-bottom:10px;
}

.s-t-add-msg:focus
{
	outline: none;
	border:1px solid #eaeaea;
}

.s-testi-rect-add
{
    width: 100%;
    /*height: 23em;*/
	background-color: #f3f3f3;
    top: 0em;
    text-align: center;
	border-top: 10px solid #337ab7;
    border-radius:2em;
	padding:1em;
	margin-bottom:10px
}

.s-t-textbox
{
	background-color: #f9f9f9;
	border:1px solid #f9f9f9;
	height:3.2em;
	width:100%;
	margin-bottom:10px;
	font-size:18px;
	/*margin:1.4em 2.2em 0em 2.2em;*/
	padding-left: 20px;
    border-radius:1em;
}

.s-t-textbox:focus
{
	outline: none;
	border:1px solid #eaeaea;
}

.s-t-submit-btn
{
	width: 100%;
	/*height:2em;*/
	background-color: #93d56e;
	color: white;
	font-size: 1.7em;
	border:none;
	border-radius: 1em;
	margin-top: 1em;
	box-shadow: 0px 4px #58a62e;
	padding:10px;
}

.s-t-submit-btn:hover
{
	background-color: #337ab7;
}

.s-t-submit-btn:focus
{
	background-color: #a4a4a4;
	cursor:auto;
	outline: none;
	box-shadow: 0px 4px #414042;
}

.s-testi-chat-add
{

}

/* ------------------------------------------------FAQ---------------------------------- */

.s-faq-green-div
{
	background-color: #414042;
	margin-top: 2.8%;
	z-index: 99;
}

.s-rx-fix-select
{
	padding: 10px 20px;
	font-size: 1.5em;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.2);
	border-radius: 10px;
	border:none;
}

.s-rx-fix-select:focus
{
	outline: none;
}

.s-rx-fix-select option
{
	padding: 8px 0px;
}


/* --------------------------------------My United Rx CARD------------------------------------------ */

#s-mc-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;	
}

.s-rx-v-main-div
{
	margin-top: 2%;
	padding-bottom: 2%;
	text-align:center;
	background-color:#f3f3f3;
	overflow: hidden;
	box-shadow: 0px 2px 1px #e2e2e2;
	border-radius: 10px;
}

.s-rx-v-head
{
	background-color: #337ab7;
	padding: 2%;
	color: white;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	margin: 0;
}

.s-rx-v-note
{
	background-color: #f2eeb5;
	padding: 10px;
	font-size: 1em;
	width: 85%;
	color: #444;
	text-align: center;
	font-weight: 400;
	border-radius: 100px;
}

.s-rx-v-cont
{
	padding-top: 4px;
    margin-top: -10px;
}

.s-rx-v-name
{
	font-size: 1.5em;
	color: #434343;
	font-weight: 600;
	text-align: left;
}

.s-rx-v-id
{
	text-align: left;
	color: #434343;
	font-size: 1.2em;
	line-height: 1.6;
}

.s-rx-v-group
{
	color: #414042;
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0;	
}

.s-rx-v-phoe
{
	font-size: 1.5em;
	color: #414042;
	font-weight: 600;
}

.s-rx-v-group-box
{
	background-color: #f9f9f9;
	padding: 1em;
}

.s-rx-v-ps
{
	padding: 1em;
	background-color: #444;
	color:white;
	font-size: 1.5em;
	font-weight: 300;
	border:none;
	margin:1%;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	letter-spacing: 2px;
	border-radius: 5px;
}

.s-rx-v-ps:hover
{
	background-color: #000;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	text-decoration: none;
	color: white;
}

.s-rx-v-ps:focus
{
	outline: none;
}

.s-rx-v-line1
{
	font-size: 1.4em;
	color: #444;
	font-weight: 600;
	margin-top: 3%;
	letter-spacing: 1px;
	width: 80%;
}

.s-rx-v-search-div
{
	position: relative;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 3%;
    width: 36%	
}

.s-rx-v-search
{
	width:100%;
    border: none;
  
    font-weight: 300;
    font-size: 1.5em;
    height: 2.95em;
    padding-left: 3.5%;
	border: 1px solid #dedede;
	box-sizing: border-box;
}

.s-rx-v-search:focus
{
	outline:none;
	box-shadow: 0px 3px 45px rgba(0,0,0,0.13);
	transition: box-shadow 0.5s;	
}

.s-mc-card-btns
{
	background-color: #444;
	color: white;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 20px;
	font-size: 1em;
	border-radius: 5px;
	letter-spacing: 1px;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}

.s-mc-card-btns:hover
{
	text-decoration: none;
	background-color: #000;
	color: white;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
}

h5.rx-green.c-drug-label {
    background-color: white;
    padding: 10px 0px;
    margin: 0;
    border-radius: 20px;
    border: 1px solid;
}

h5.rx-black.c-drug-label {
    background-color: white;
    padding: 10px 0px;
    margin: 0;
    border-radius: 20px;
    border: 1px solid;
}


/* ------------------------------------------------ADD CART MED LIST---------------------------------- */


.s-am-drug-name
{
	vertical-align: middle;
	text-align: center;
}

.btnDelete
{
	color: white;
	border:none;
	font-size: 1em;
	padding: 5px;
	cursor: pointer;
}

.btnDelete:hover
{
	outline: none;
}

.btnDelete:focus
{
	outline: none;
	color: #919191;
	background-color: white;
}

#rx-drug td
{
	padding:20px;
	vertical-align: middle;
}

.s-am-drug-name
{

}

.s-am-process
{
	background-color: #337ab7;
	color: white;
	padding: 20px 100px;
	width: 35%;
	border-radius: 100px;
	font-size: 1.4em;
	border:none;
	border-bottom: 4px solid #41b103;
}

.s-am-process:hover
{
	text-decoration: none;
	color:white;
	border-bottom: 2px solid #41b103;
}

.s-am-process:active
{
	box-shadow: inset 0px 3px 6px #41b103;

}

.s-am-process:focus
{
	outline: none;
}

#s-am-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;
}
.s-am-search
{
	background-color:#f7f7f7;
	margin-top: 2%;
    padding: 2% 0 3% 0;
    text-align: center;
}




/* ------------------------------------------------ORDER SUMMARY---------------------------------- */

.c-card-imgs {
	max-height: 30px;
}

/* ------------------------------------------------PRODUCT - CAROUSEL---------------------------------- */

#s-rp-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;
	padding-bottom:5%;
	height: 80vh;
}

.s-rp-head
{
	background-color:#337ab7;
    padding: 2% 0 2% 0;
    text-align: center;
    margin-top: 15%;
}

.s-rp-head-text
{
	color:white;	
}


/* ------------------------------------------------PURCHASE HISTORY---------------------------------- */

.s-ph-table-div
{
	background-color: #fcfcfc;
	padding:0;
	margin-top: 1%;
}


.s-ph-head
{
	background-color:#337ab7;
    padding: 4% 0 2% 0;
    text-align: center;
}

.s-ph-table-div th
{
	background-color: #afafaf;
	color: white;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}

.s-ph-table-div td
{
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	padding:10px 0px;
}

.s-ph-od
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
	font-weight: 600;
}

.s-ph-date
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
}

.s-ph-med
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
}

.s-ph-price
{
    /* 
    padding-left: 18%;
    float: left; */
	color: #434343;
    float: right;
    font-size: 1.7em;
    margin: 0.4%;
    max-width: 719px;
    padding-right: 4%;
}

.s-ph-total
{
	font-size: 1.6em;
	color: white;
}

.s-ph-t-text
{
	font-size: 1em;
	font-weight: 300;
}

.s-ph-td
{
	background-color: white;
}

.s-ph-ro
{
	color: #a9a9a9;
	font-size: 0.75em;
	letter-spacing: 1px;
	line-height: 1.5;
}

.s-ph-ro:hover
{
	color:#337ab7;
}

.s-ph-ro:focus
{
	color: #414042;
}

.s-ph-flip-head-div
{
	padding:0;
	background-color: #414042;
	border-radius:10px;
	cursor: pointer;
}

.s-ph-date-flip
{
	background-color:#efefef;
	border-radius:5px;
	padding:10px;
	border-bottom: 5px solid #c9c9c9;
}

#ph-drug td
{
	padding:20px 10px 20px 7px;
	border:none;
}


img#ph-rotate1 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}


img#ph-rotate2 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

img#ph-rotate3 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}


#s-ph-ul li.active a
{
	background-color: #337ab7;
    color: white;
    border: none;
    border-radius: 4px 4px 0px 0px;
}


#s-ph-ul li a
{
	color: #337ab7;
	font-size: 1.2em;
	border:none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin:0;	
}


img#ph-ds-rotate1 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}


img#ph-ds-rotate2 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

img#ph-ds-rotate3 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.s-ph-ds-date-flip
{
	background-color:#f4fafe;
	border-radius:5px;
	cursor:pointer;
	padding:10px;
	border-bottom: 5px solid #c6d7e4;
}

.s-ph-ds-od
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
	font-weight: 600;
}

.s-ph-ds-date
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
}

.s-ph-ds-med
{
	font-size: 1.2em;
	color: #434343;
	padding-left: 20px;
	float: left;
}

.s-ph-ds-price
{
	font-size: 1.7em;
	color: #434343;
	padding-left: 20px;
	float: left;
}




/* ------------------------------------------------PHARMACIST SUPPORT---------------------------------- */

#s-ps-sect-1
{
	height:100vh;
	background-color:white;
	position:relative;
	width:100%;	
}

.s-ps-text1
{
	margin-top: 4%;
	line-height: 1.7;
}

.s-ps-text2
{
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 300;
	line-height: 1.7;
}

.s-ps-text3
{
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 1.6;
	font-weight: 400;
}

.s-ps-search
{
	background-color:#f7f7f7;
	margin-top: 2%;
    padding: 2% 0 3% 0;
    text-align: center;
}

.s-ps-search-div
{
	position: relative;
    text-align: center;
    margin-top: 1%;
    width: 36%	
}

#s-ps-search
{
	width:100%;
    border: none;
  
    font-weight: 300;
    font-size: 1.5em;
    height: 2.9em;
    padding-left: 3.5%;
	border: 1px solid #dedede;
	box-sizing: border-box;
	transition: box-shadow 0.5s;
}


#s-ps-search:focus
{
	outline:none;
	box-shadow: 0px 3px 45px rgba(0,0,0,0.13);
	transition: box-shadow 0.5s;	
}


.s-ps-click
{
	font-weight:600;
	font-size:1.7em;
	cursor: pointer;
	-webkit-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;

}

.s-ps-click:hover
{
	color:#337ab7;
	-webkit-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}




/* ------------------------------------------------UPDATE - PROFILE---------------------------------- */

.update-profile-box {
	min-height:200px;
	overflow-y:auto;
}
.panel-default>.panel-heading {
	color: #FFFFFF;
    background-color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    background-image: none;
}

#s-up-sect-1
{
	height:auto;
	background-color:white;
	position:relative;
	width:100%;	
}

.s-up-textbox
{
	background-color: white;
	border: 1px solid #efefef;
	height:50px;
	width:100%;
	font-size:1em;
	margin-bottom:15px;
	padding-left: 20px;
	letter-spacing: 1px;	
}

.s-up-textbox-area
{
	background-color:white;
	border: 1px solid #efefef;
	width:100%;
	font-size:1em;
	margin-top:20px;
	padding-left: 20px;
	padding-top: 15px;
	color:#414042;
	letter-spacing: 2px;
}

.s-up-textbox-area:hover
{
	background-color: #f6fbff;
}

.s-up-textbox:hover
{
	background-color: #f6fbff;	
}

.s-up-textbox:focus
{
	outline:none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #f6fbff;
}

.s-up-textbox-area:focus
{
	outline:none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #f6fbff;	
}

.s-dialogue-textbox
{
	background-color: white;
	border: 1px solid #efefef;
	height:40px;
	width:100%;
	font-size:1em;
	margin-bottom:15px;
	padding-left: 20px;
	letter-spacing: 1px;	
}

.s-dialogue-textbox:hover
{
	background-color: #f6fbff;	
}

.s-dialogue-textbox:focus
{
	outline:none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #f6fbff;
}

.s-dialogue-textbox-area
{
	background-color:white;
	border: 1px solid #efefef;
	width:100%;
	font-size:1em;
	margin-top:20px;
	padding-left: 15px;
	padding-top: 10px;
	color:#414042;
	letter-spacing: 2px;
}

.s-dialogue-textbox-area:hover
{
	background-color: #f6fbff;
}

.s-dialogue-textbox-area:focus
{
	outline:none;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	background-color: #f6fbff;	
}

.s-save-changes-btn
{
	height: 50px;
    width: 100%;
    border: none;
	margin-top: 3%;
    color: white;
    background: #337ab7;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-save-changes-btn:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
	-webkit-transition:transform 0.3s, box-shadow 0.3s;
	-ms-transition:transform 0.3s, box-shadow 0.3s;
	transition:transform 0.3, box-shadow 0.3s;	
}

.s-save-changes-btn:focus
{
	outline:none;	
}

.s-save-changes-btn:hover
{
	color: white;
	background-color: #337ab7; 
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-up-gender
{
	font-size: 1.3em;
	font-weight: 300;
	margin-left: 1%;
	margin-right: 4%;
	margin-top: 3%;
}

.s-up-input
{
	height: 18px;
	width: 18px;
	margin: 0px 10px 0px 0px !important;
}

.c-list-drop-head
{

}

.c-list-drop-head:hover
{
	color: black;
	font-weight: 600;
	text-decoration: none;
}

.c-list-drop-head:focus
{
	text-decoration: none;
}

/* ------------------------------------------------MEMBER CODE---------------------------------- */

.s-mem-c-btn
{
	height: 50px;
    width: 100%;
	background-color: #337ab7;
    border: none;
	margin-top: 5%;
    color: white;
    
    font-size: 1.5em;
    font-weight: 600;
    border-radius: 5px;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-mem-c-btn:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
	-webkit-transition:transform 0.3s, box-shadow 0.3s;
	-ms-transition:transform 0.3s, box-shadow 0.3s;
	transition:transform 0.3, box-shadow 0.3s;	
}

.s-mem-c-btn:focus
{
	outline:none;	
}

.s-mem-c-btn:hover
{
	background-color:#337ab7;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-mem-c-contact-head
{
    width: 100%;
	color:#ababab;
	padding:15px;
}

.s-mem-c-div1
{
	text-align: center;
    margin-top: 1%;
    border-right: 1px solid #dedede;
    background-color: #fafafa;
    padding-bottom: 3%;
    height: 70vh;
}

.s-mem-c-div2
{
	text-align: center;
    margin-top: 1%;
    background-color: #f7f7f7;
    height: 70vh;
}

.s-mem-c-inner-div1
{
	width:50%;
	margin-top:15%;
}

.s-mem-c-inner-div2
{
	width:50%;
	margin-top:15%;
}

.s-mem-c-contact-head
{
    width: 100%;
	color:#ababab;
	padding:15px;
}


.s-mem-c-btn2
{
	height: 50px;
    width: 100%;
	background-color: #ababab;
    border: none;
	margin-top: 5%;
    color: white;
    
    font-size: 1.5em;
    font-weight: 600;
    border-radius: 5px;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-mem-c-btn2:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
	-webkit-transition:transform 0.3s, box-shadow 0.3s;
	-ms-transition:transform 0.3s, box-shadow 0.3s;
	transition:transform 0.3, box-shadow 0.3s;	
}

.s-mem-c-btn2:focus
{
	outline:none;	
}

.s-mem-c-btn2:hover
{
	background-color:#337ab7;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

/* ------------------------------------------------DIABETIC ORDER---------------------------------- */

.c-diabetic-card {
	transition: 0.1s all;
}

.c-card-header {
	border: 1px solid #000;
	border-radius: 25px;
	background-color: #414042;
	color: #ffffff;  
}

.c-diabetic-card:hover {
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 40, 0.1);
	transform: translateY(-2px);
	transition: 0.1s all;
}


.s-do-div
{
	background-color: #eff3f5;
	margin-top: 1%;
    padding: 1% 0% 0% 0%;
}

.s-rx-dia-list li
{
	font-size: 1em;
}

.c-diabetic-package-items{
	list-style-type: none;
}

.c-diabetic-package-items::before {
	content: "\e013";
	margin-right: 10px;
	font-family: 'Glyphicons Halflings'
}

/* ------------------------------------------------ADS page---------------------------------- */

.s-ads-logo-div
{
	padding-top:4%;
	text-align: center;
}


/* ------------------------------------------------PRODUCT - CAROUSEL---------------------------------- */

.carousel-control { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color:white;
}

.carousel-inner a {
    display:table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
  
.carousel-inner  img {
    max-height: 150px;
    margin: auto auto;
    max-width: 100%;
  }

@media (max-width: 767px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  .c-left-meds-box {
		border-right: unset;
		border-bottom: 1px solid rgba(0,0,0,0.10);
	}

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 768px ) {
}
@media (min-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(28%, 0, 0);
      transform: translate3d(28%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-28%, 0, 0);
      transform: translate3d(-28%, 0, 0);
  }
  .c-sect1-img {
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
	}
	.c-sect1-content {
		margin-top: unset;
		background-color: unset;
		padding: 0 1rem 0 2rem;
		border-radius: unset;
		box-shadow: unset;
	}
  
}


/* ------------------------------------------------TESTI - CAROUSEL---------------------------------- */

.carousel-control { width:  4%; }
.carousel-control.left,
.carousel-control.right {
  background-image:none;
}
 
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin-top:-10px;
  margin-left: -10px;
  color:white;
}

.carousel-inner a {
    display: table-cell;
    height: 180px;
    width: 200px;
    vertical-align: middle;
  }
.carousel-inner  img {
	max-height: 150px;
	margin: auto auto;
	max-width: 100%;
}

@media (max-width: 767px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  .meds__detail--name--box {
	position: static;
	top:unset;
	z-index: unset;
}

}
@media (min-width: 767px) and (max-width: 992px ) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px ) {
  
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(90%, 0, 0);
      transform: translate3d(90%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-90%, 0, 0);
      transform: translate3d(-90%, 0, 0);
  }
  
}

@media (max-width: 991px) {
	#bs-example-navbar-collapse-1 ul li.active a {
		box-shadow: inset 3px 0px #000427;
		color: #000427;
	}
	.insulin-program:after {
	    content: '';
	    position: absolute;
	    top: 24px;
	    right: 0;
	    /* display: block; */
	    /* border-top: 6px solid var(--navy-blue); */
	}
}

.ui-helper-hidden-accessible {
    color: #fff;
    font-size: 22px;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
	background: #fff none repeat scroll 0 0;
    margin: 0;
    max-height: 270px;
    overflow-y: auto;
	 position: relative;
	 width:871px;
}
.ui-menu-item{
	border-bottom: 1px solid #d4d7d9;
    color: #37474f;
    height: 54px;
    overflow: hidden;
    position: relative;
}
.ui-corner-all{
	font-size: 16px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}




/* ------------------------------------------------HOMEPAGE TESTIMONIAL---------------------------------- */

#testimonials .testimonial{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	/*z-index:1;*/
}
#testimonials h2{
	color:#111;
	font-size:22px;
	font-style:normal;
	line-height:22px;
	margin-bottom:10px;
}
#test_container{
	position:relative;
	overflow:hidden;
	min-height: 170px;
}
#t_pagers{
	z-index:2;
}
#t_pagers .pager{
	display:inline-block;
	text-decoration:none;
	width:10px;
	min-height:10px;
	margin: 5px 3px;
	background:#ccc;
	border-radius:50%;
	cursor:pointer;
}
#t_pagers .pager.active{
	background:#337ab7;
}
/* ------------------------------------------------BLOG---------------------------------- */


.row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.s-blog-header-div
{
	background-color: #f5f5f5;
	border-bottom: 1px solid #757575;
}

li.s-rx-footer-li
{
	float: left;
}
.s-rx-post-box img{
	width:100%;
	height:auto;
}
.s-rx-post-box
{
	background-color: #f5f5f5;
	box-shadow: 0px 1px 1px #a9a9a9;
	height: 440px;
	margin-bottom:10px;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.s-rx-post-box:hover
{
	background-color: #fafafa;
	box-shadow: 0px 1px 1px #757575;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.s-rx-recent-head,.widget-title
{
	background-color: #337ab7;
	color: white;
	text-align: center;
	padding: 4%;
	margin: 0;
}
.widget-container{
	list-style:none;
}
.s-rx-recent-ul,.widget-container ul{
	background-color: #f5f5f5;
	padding: 4%;
	list-style:none;
}

.s-rx-recent-li
{
	list-style: none;
	margin-bottom: 4%;
}

.s-rx-recent-li a
{
	color: #9a9a9a;
}

.s-rx-recent-li a:hover
{
	color: #121212;
	text-decoration: none;
}

.s-rx-arch-head
{
	background-color: #337ab7;
	color: white;
	text-align: center;
	padding: 4%;
}

#s-blog-archieve-rotate1 {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.s-arch-li
{
	list-style: none;
	font-family: trajan pro;
	color: #9a9a9a;
}

.s-rx-blog-post-box img{
	width:100%;
	height:auto;
}
.s-rx-blog-post-box
{
	height: auto;
	background-color: #f5f5f5;
	box-shadow: 0px 1px 1px #a9a9a9;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
	padding-top: 1%;
	margin-bottom:10px;
}
.screen-reader-text{
	display:none
}
#searchform #s{
	padding:5px;
}
#searchform #searchsubmit{
	padding:5px;
	color: white;
    background-color: #337ab7;
    font-family: "Raleway";
    font-size: 1em;
    transition: background-color 0.5s;
}
#searchform {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ----------------------------------------------------- MEDICATION REMINDER --------------------------------------------------- */

.s-med-schedule-div
{
	text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 1%;
    margin-bottom: 2%;
    padding-bottom: 2%;
    padding-top: 2%;
    box-shadow: 0px 1px 1px #9a9a9a;
}

.s-med-schedule-label
{
	width: 80%;
	letter-spacing: 1px;
	float:left;
	text-align:left;
	margin-top:27px;
}

.s-med-schedule-textbox
{
	background-color: white;
	border: 1px solid #efefef;
	height:40px;
	width:50%;
	float: left;
	font-size:16px;
	margin-top:5px;
	padding-left: 20px;
	letter-spacing: 2px;
	transition: 0.3s background-color;	
}

.s-med-schedule-textbox:hover
{
	background-color: #f5f5f5;
	transition: 0.3s background-color;
}

.s-med-schedule-textbox:focus
{
	outline: none;
}

.s-med-schedule-btn
{
	height: 50px;
    width: 50%;
	background-color: #565656;
    border: none;
	margin-top: 3%;
    color: white;
    
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}

.s-med-schedule-btn:active
{
	outline:none;
	box-shadow:none;
	-ms-transform: translate(0px,4px); /* IE 9 */
    -webkit-transform: translate(0px,4px); /* Safari */
    transform: translate(0px,4px);
	-webkit-transition:transform 0.3s, box-shadow 0.3s;
	-ms-transition:transform 0.3s, box-shadow 0.3s;
	transition:transform 0.3, box-shadow 0.3s;	
}

.s-med-schedule-btn:focus
{
	outline:none;	
}

.s-med-schedule-btn:hover
{
	background-color:#337ab7;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5;	
}
/* ----------------------------------------------------- MOUSE SCROLL --------------------------------------------------- */


.scroll-downs {
  right: 0;
  bottom: 0;
  left: 0;
  width :34px;
  height: 55px;
  position: absolute;
}
.mousey {
	position: absolute;
  	width: 2px;
  	padding: 10px 14px;
  	height: 55px;
  	border: 2px solid #fff;
  	border-radius: 25px;
  	opacity: 0.75;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/*Niyati Lad CSS Start*/
/*.c-diabetic-card.medication-box {
    min-height: 250px;
}*/
.program-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
    grid-gap: 2rem;
}
.program-wrapper .program-box {
	-moz-box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
	box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.program-wrapper .program-box:hover {
	-moz-box-shadow: 0px 1rem 2rem rgba(0,0,0,0.10);
	box-shadow: 0px 1rem 2rem rgba(0,0,0,0.10);
    -webkit-transform: translateY(-1rem) scale(1.02);
    -moz-transform: translateY(-1rem) scale(1.02);
    -ms-transform: translateY(-1rem) scale(1.02);
    -o-transform: translateY(-1rem) scale(1.02);
    transform: translateY(-1rem) scale(1.02);
}
/*.medication-box-height {
	min-height: 205px;
}
.medication-box-height .medication-info {
	min-height: 130px;
}
.big-box .medication-box-height .medication-info {
	min-height: 184px;
}*/
.medication-price-box{
	left: 0;
	right: 0;
	margin: auto;
}

.testimonials .item {
    -moz-box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
    box-shadow: 0px 0.2rem 0.5rem rgba(0,0,0,0.15);
}
.testimonial-content {
	min-height: 140px;
}
.carousel-inner .testimonial-user img {
	margin: 0;
}
.testimonial-reviews .fa-star {
	color: #d1d1d1;
}
.testimonial-reviews .fa-star.checked {
	color: #e7711b;
}
.testimonials .carousel-indicators {
    position: initial;
    bottom: inherit;
    left: inherit;
    z-index: inherit;
    width: inherit;
    margin-left: 0;
    margin-top: 40px;
}
.carousel-indicators li {
	margin: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
	background-color: #414042;
    border-color: #414042;
	height: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.carousel-indicators li.active {
	width: 25px;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.testimonials a:focus,
.testimonials a:hover {
    color: #ffffff;
    text-decoration: none;
}
.testimonials a:focus {
	outline-offset: 0;
}
.theme-background-color {
    background-color: #000427;
}
.text-danger1 {
    color: #bb0000;
}
.medication-box .c-card-header {
	font-size: 17px;
}
html .medication-box input[disabled] {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.15);
}

.custom-alert {
	display: none;
	position: fixed;
	top: 105px;
	right: 5px;
	z-index: 1050; /* higher than navbar */
	width: 420px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
  
.modal-xl {
    width: 90%;
    max-width: 1200px;
}

#appModal .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
}
#appModal .modal-header {
    border: none;
    height: 135px;
    position: relative;
    z-index: 1;
}
#appModal .modal-header:after {
    content: '';
    background-image: url(../../images/app-modal-header.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: inherit;
}
#appModal .modal-header,
#appModal .modal-body {
    padding: 30px;
}
#appModal .modal-header button.close {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    color: #fff;
    opacity: 1;
}
#appModal .modal-header button.close:focus {
	outline: none;
	outline-offset: 0;
}
#appModal h4.modal-title {
    font-size: 34px;
    line-height: 75px;
}
#appModal .app-process ul {
    margin-bottom: 0;
    list-style-type: none;
}
#appModal .app-process li {
    position: relative;
    z-index: 1;
  	width: 25%;
  	float: left;
}
#appModal .app-process ul:after {
    content: '';
    display: block;
    clear: both;
}
#appModal .app-process li:after {
    background-color: #ccc;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
}
#appModal .app-process li:first-of-type:after {
    left: 50%;
    width: 50%;
}
#appModal .app-process li:last-of-type:after {
    right: -50%;
    width: 50%;
}
#appModal .app-process li span {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 30px;
}
#appModal .app-process li p {
    color: grey;
    margin-top: 15px;
    font-size: 16px;
}
#appModal .modal-body p {
	font-size: 20px;
}
#appModal .modal-body button {
	border: none;
    border-radius: 17px;
    padding: 6px 20px;
    color: #fff;
}
#appModal .modal-body button.iphone-btn {
    background-image: linear-gradient(#000, #555555);
}
#appModal .modal-body button.android-btn {
    background-image: linear-gradient(#a4c639, #b5e219);
}
#appModal .modal-body button i {
    margin-right: 5px;
    font-size: 18px;
}
#appModal .modal-body button span {
    font-size: 13px;
}
@media all and (min-width:768px) and (max-width: 991px) {
	#appModal .modal-header {
	    height: 100px;
	}
	#appModal h4.modal-title {
	    font-size: 24px;
	    line-height: inherit;
	}
	#appModal h3,
	#appModal .modal-body p {
	    font-size: 18px;
	}
	#appModal h4 {
	    font-size: 14px;
	}
}
@media all and (min-width: 768px) {
	#appModal .modal-dialog {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
}
@media all and (max-width: 767px) {
	#appModal .modal-dialog {
	    width: 90%;
	    margin: 10px auto;
	}
	#appModal .modal-header {
	    height: 51px;
	}
	#appModal .modal-header,
	#appModal .modal-body {
	    padding: 15px;
	}
	#appModal h4.modal-title {
	    font-size: 14px;
	    line-height: inherit;
	}
	#appModal .app-process li span {
	    font-size: 12px;
	}
	#appModal .app-process li p {
	    font-size: 10px;
	}
	.app-modal-row {
	    flex-flow: column;
	}
	.app-modal-content {
		order: 2;
	}
	.app-modal-img {
		order: 1;
	}
	.app-modal-img  img {
	    width: 60%;
	    margin: 0 auto;
	}
	#appModal h3,
	#appModal .modal-body p {
	    font-size: 16px;
	}
	#appModal .modal-body p.mb-5 {
	    margin-bottom: 15px !important;
	}
	#appModal h4 {
	    font-size: 14px;
	}
}
#phamacyDetailsFocus .c-pharmacy-content {
    height: 288px;
}

@media (max-width: 1499px) {
	.medication-box .c-card-header {
	    font-size: 14px;
	}
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(12px + 2px), calc(100% - 6px) calc(12px + 2px);
    background-size: 4px 5px, 4px 5px;
    background-repeat: no-repeat;
    padding: 6px 24px 6px 12px;
}

select option:checked {
	background-color: #337ab7; 
	color: #fff; 
}
select option:hover {
	background-color: #337ab7; 
	color: #fff; 
}
#ajax_search.c-search-dropdown {
    z-index: 9;
}
.c-search-dropdown .list-group {
	margin-bottom: 0;
}
.s-navbar {
    z-index: 9;
}
#scroll {
    position: fixed;
    right: 25px;
    bottom: 180px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #337ab7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
#scroll i {
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 25px;
}
#scroll:hover {
    background-color:#414042;
    opacity:1;filter:"alpha(opacity=75)";
    -ms-filter:"alpha(opacity=75)";
}

.best-option {
    background-color: #ed1f1f;
    color: #fff;
    display: inline-block;
    padding: 4px 30px 4px 12px;
    position: absolute;
    top: -36px;
    z-index: 2;
    left: 0;
	font-size: 18px;
	height: 36px;
  }

.best-option:after {
    content: '';
    border-width: 18px;
    border-color: transparent #ffffff transparent transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1024px) {
	.best-option {
		top: -18px;
		font-size: 14px;
		height: 36px;
		line-height: 30px;
	}
}
/*Niyati Lad CSS End*/
/* Top header menu css for on hover dropdown by Ab */
.d-inline-block.position-relative.dropdown.open>.dropdown-menu {
    display: none;
}
.d-inline-block.position-relative.dropdown:hover .dropdown-menu {
    display: block;
}
.d-inline-block.position-relative.dropdown .dropdown-menu {
    margin-top: 0 !important;
}
/* End Top header menu css for on hover dropdown by Ab */
/* Start insulin program */
.diabetic-row, .feature-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(27%, 1fr));
    grid-gap: 2rem;
}
.btn-insulin {
	color: #FFF;
    line-height: 1.4;
    border-radius: 0.5rem;
    background-color: #ff0018;
    border-color: #ff0018;
    text-transform: uppercase;
}
.btn-insulin:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}
.insulin-box {
    background-color: #FFF;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 75%);
    position: relative;
}
.insulin-box h2 {
	font-size: 1.2rem;
}
.insulin-testimonial-name h3 {
	font-size: 1.5rem;
	color: #FFF;
}
.insulin-testimonial .insulin-box {
	position: relative;
}
.insulin-testimonial .insulin-box:after {
    content: '';
    border-top: 16px solid #ffffff;
    border-right: 16px solid #fff0;
    border-bottom: 16px solid #fff0;
    border-left: 16px solid #fff0;
    position: absolute;
    bottom: -32px;
    z-index: 1;
}
.insulin-items-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.insulin-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	border-radius: 50rem;
	border: 1px solid #000;
	margin-bottom: 2rem;
	margin-right: 1rem;
}
.insulin-item img {
    padding: 20px;
	max-width: 100%;
	height: auto;
}
.tooltip.show {
    opacity: 1;
}
.tooltip > .tooltip-inner {
	opacity: 1;
    background-color: #FFF;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 75%);
    color: #333;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #FFF;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #FFF;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #FFF;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #FFF;
}
.insulin-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}
.insulin-carousel .owl-nav button.owl-prev {
	left: -10px;
}
.insulin-carousel .owl-nav button.owl-next {
	right: -10px;
}
.insulin-carousel .owl-dots {
	text-align: center;
	padding-top: 15px;
}
.insulin-carousel .owl-dots button.owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	background: #d9ecff;
	margin: 0 3px;
}
.insulin-carousel .owl-dots button.owl-dot.active {
	background-color: #337ab7;
}
.insulin-carousel .owl-dots button.owl-dot:focus {
	outline: none;
}
.insulin-carousel .owl-nav button {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    border-radius: 50rem;
    width: 50px;
    height: 50px;
}
.insulin-program.dropdown-toggle::after {
	display: inline-block !important;
}
.insulin-product {
	border: 2px solid #768080;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}
.insulin-product h2 {
	font-size: 1.0rem;
	text-transform: uppercase;
	font-weight: 500;
}
.insulin-product .btn-insulin {
	background-color: #768080;
	border-color: #768080;
	color: #FFF;
}
.insulin-product .btn-insulin:hover {
	background-color: #808080;
	border-color: #808080;
	color: #FFF;
}
@media (max-width:1199.98px) {
	.insulin-product h2 {
	    font-size: 1rem;
	}
}
/* End insulin program*/
/* start Membership card */
.dropdown-sub-menu{
	position: relative;
	padding: 8px 8px !important;
}
.sub-menu-list {
    position: relative;
    padding: 10px 16px;
}
.sub-menu-list ul{
	padding: 0;
    text-decoration: none;
    list-style: none;
}
.sub-menu-list ul li a {
    color: #000;
	text-decoration: none;
	width: 100%;
    position: relative;
    display: block;
	padding-bottom: 5px;
}
.sub-menu-list ul li a:hover, .sub-menu-list ul li a:focus {
	color: #337ab7;
}
.dropdown-item{
	color: #000;
	padding-left: 5px;
}
.dropdown-sub-menu .sub-menu-inner.show {
    display: block;
}
.dropdown-sub-menu .sub-menu-inner .sub-menu-list:before {
    /* content: url(/assets/images/popup-arrow.png);
    position: absolute;
	top: 23%;
    left: -34%;
    z-index: -1;
    height: 20px;
    overflow: hidden;
    transform: rotate(270deg); */
}
/* .sub-menu-inner{
	position: absolute;
    left: 101%;
    top: 0px;
    color: var(--body);
    border-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    z-index: 999;
    width: 160px;
} */
.sub-menu-inner {
    position: absolute;
    right: 100%;
    top: 0px;
    color: var(--body);
    border-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    box-shadow: 0 5px 10px rgba(0, 149, 255, .1), 0 1px 6px rgba(0, 149, 255, .1);
    z-index: 999;
    width: 200px;
	background: #ffffff;
}

.dropdown-sub-menu .sub-menu-inner{
	display: none;
}

.dropdown-sub-menu:hover .sub-menu-inner{
	display: block;
}
.navbar-collapse.in {
	overflow-y: visible;
}
@media (max-width: 1440px) {
	.sub-menu-inner {
		width: 200px;
	}
}
@media (max-width: 1024px) {
	.sub-menu-inner {
		width: 200px;
		left: 100%;
	}
}
@media (max-width: 500px) {
	.sub-menu-inner {
		width: 200px;
		left: 0;
		top: 32px;
	}
}
/* end Membership card */
/* Top header menu css */
.user-dropdown-menu{
    right: 0;
    left: auto !important;
}
.user-dropdown-menu>li>a{
    padding: 3px 10px;
}
#mobile_drop_down_menu{
    right: 0 !important;
    left: auto !important;
}
/* Top header menu css */




/* Register design issue */
.rx-CompassHealth-tab .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.rx-CompassHealth-tab .nav-justified>li {
    float: none;
    flex: 1 1 33.333%;
    text-align: center;
}

.rx-CompassHealth-tab .nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}
/* Register design issue */

/* GLP CSS */
.mt-100px {
	margin-top: 100px;
}

.gap-15 {
	gap: 15px;
}

.glp-banner-main {
	padding: 80px 0;
}

.glp-program-faq .panel-title {
	text-align: left;
	font-size: 1.3em;
	font-weight: 500;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
	color: #000;
	text-align: left;
}

.glp-program-faq .collapse.in {
	display: block !important;
}

.panel-group .panel {
	margin-bottom: 15px;
}

.panel-group .panel:last-child {
	margin-bottom: 0px;
}

.glp-program-faq {
	padding: 50px 0;
}

.glp-info p {
	font-size: 18px;
}

.faq-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.faq-title h4 {
	margin: 0;
}

.faq-title a {
	font-weight: 600;
	color: #169fff;
}

.radio-gender {
	display: flex;
	align-items: center;
	gap: 20px;
}

.radio-gender .radio {
	margin: 0;
}

.checckbox-following label {
	font-weight: 400;
}

.border-none {
	border: none;
}

.calculate-status-body h4 {
	text-align: center;
	font-weight: 600;
}

.calculate-status-body p {
	text-align: center;
}

#qualify .modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	/* Full height */
}

.btn-link,
.btn-link:hover {
	font-weight: 600;
	text-decoration: none;
}


.btn-text-bold {
	font-weight: 600;
}

.medication-now h4 {
	font-size: 24px;
	font-weight: 600;
}

.madication-btn-list {
	display: flex;
	align-items: center;
	gap: 60px;
}

.madication-btn-list a{
	padding: 6px 15px;
}

.mb-30px {
	margin-bottom: 30px;
}

.glp-info h3 {
	font-size: 36px;
	font-weight: 600;
}

.glp-info h5 {
	font-size: 24px;
	font-weight: 600;
}

.glp-info ul {
	margin-left: 15px;
	font-size: 18px;
}

.panel-title a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}

.panel-title>a.collapsed:before {
	float: right !important;
	content: "\f067";
}

.panel-title>a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	font-size: 16px;
	font-weight: 400;
	padding-right: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.glpmadication-title {
	padding: 30px 0;
}



.glpmadication-list {
	background: #337ab7;
	border-radius: 18px;
	margin-bottom: 15px;
}

.glpmadication-list img {
	/* border-radius: 18px 18px 0px 0px;
    height: 205px;
    background-size: cover;
    object-fit: cover;
    background-position: center, center;
    width: 100%; */
	border-radius: 18px 18px 0px 0px;
    height: 205px;
    background-size: cover;
    object-fit: contain;
    background-position: center, center;
    width: 100%;
    padding: 15px;
	transform: scale(1);
}

.glpmadication-list img:hover{
	transform: scale(1.2);
}

.glpmadication-info {
	padding: 15px;
}

.glpmadication-info h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 5px;
}
.glpmadication-info h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
	margin-bottom: 10px;
}

.glpmadication-info ul {
	margin-left: 15px;
}

.glpmadication-info ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.bg-white-primary,
.bg-white-primary:hover,
.bg-white-primary:focus {
	background-color: #ffffff;
	color: #337ab7 !important;
	font-weight: 500 !important;
	width: 100%;
}

.border-top {
	border-top: 1px solid #eee;
}

.note-box {
	border: 1px solid #337ab7;
	padding: 10px;
	border-radius: 8px;
	color: #000;
}

.note-box p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
}

.note-box p span {
	color: #ff0000;
}

.glpmadication-main {
	gap: 15px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	/* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	place-items: center;
	margin: 0 auto;  */
	justify-content: center;
    margin: 0 auto;
    inline-size: min-content;
}

.glpmadication-info .glpmadication-info-title {
	min-height: 210px;
}

/* @media only screen and (max-device-width : 1600px) { */
@media only screen and (max-width : 1600px) {
	.madication-btn-list {
		flex-wrap: wrap;
	}

	.d-flex-mobile {
		flex-wrap: wrap;
	}
	.glpmadication-main {
		grid-template-columns: repeat(4, 1fr);
	}
	.glpmadication-info .glpmadication-info-title {
		min-height: 215px;
	}
}

/* @media only screen and (max-device-width : 1400px) { */
@media only screen and (max-width: 1400px) {
	.glpmadication-main {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* @media only screen and (max-device-width : 991px) { */
@media only screen and (max-width : 991px) {
	.madication-btn-list {
		flex-wrap: wrap;
	}

	.d-flex-mobile {
		flex-wrap: wrap !important;
	}

	.mb-30px {
		margin-bottom: 15px;
	}

	.glp-info h3 {
		font-size: 26px;
		font-weight: 600;
	}

	.glp-info h5 {
		font-size: 18px;
		font-weight: 600;
	}

	.faq-title h4 {
		margin: 0;
		font-size: 20px;
	}

	.glpmadication-main {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.glpmadication-main {
		grid-template-columns: 1fr;
		/* 1 column on mobile */
	}

	.glpmadication-info .glpmadication-info-title {
		min-height: auto;
		margin-bottom: 15px;
	}
	.glpmadication-list img {
		height: auto;
	}
}

/* GLP CSS */

/* GLP next stape CSS  */
.banner-image-glp img {
	width: 100%;
}

.glp-next-stape-main {
	padding-top: 10px;
}

.v-glp-info h3 {
	font-size: 32px;
    font-weight: 600;
	line-height: 1.5;
}

.v-glp-info p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.glp-next-stape-text {
	background-color: #ffffff;
	padding: 50px 0;
}

.next-stape-text-details h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000427;
	line-height: 1.5;
}

.next-stape-text-details p {
	font-size: 18px;
	color: #000427;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 0;
}

/* GLP next stape CSS  */

