/* inner pages css */
.container {
    width: 1250px;
}
.inner-page-banner 
{
    background: url(../images/inner_banner.png) no-repeat;
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}
.inner-page-banner .table-cell 
{
    vertical-align: bottom;
}
.inner-banner-content {
    padding-bottom: 25px;
}
.inner-banner-content p,.inner-banner-content h1 {
    color: #fff !important;
    text-align: left;
}
.inner-banner-content p {
    font-style: italic;
    color: #bbb7b7 !important;
}
.green {
    color: #BDD73C;
    text-transform: capitalize;
}
ul.top-icons-listing {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}
ul.top-icons-listing li {
    width: 20%;
    float: left;
    padding: 10px;
    text-align: center;
}
.top-icon-text p {
    line-height: 22px;
}
.top-icon-text {
    padding-top: 10px;
}
.image-absolute {
    position: absolute;
    top: -31px;
    left: 0;
}
.image-relative {
    position: relative;
    width: auto;
}
.coming-soon-image .top-icon-text p {
    color: #9c9797 !important;
}
.quick-guide-text {
    color: #005182;
}
.quick-guide-blk:hover .quick-guide-text{
    color: #000;
}
.quick-guides-block {
    background: #eee;
}
.quick-guide-blk {
    text-align: center;
    padding: 20px 10px;
}
.inner-page h4 {
    color: #000 !important;
    margin: 0 0 10px !important;
}
.uppercase {
    text-transform: uppercase;
}
span.quick-gide-toggle {
    font-size: 13px;
    padding-left: 10px;
    color: #005182;
}
.quick-guides-title.guide-click {
    cursor: pointer;
}
/* sidebar css started */
.inner-content-sidebar {
    width: 390px;
    float: left;
}
.search-results {
    width: calc(100% - 410px);
    float: right;
}
.background-sidebar {
    background: #005081;
    border-radius: 10px;
}
.background-sidebar h5 {
    padding: 22px 15px 18px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #fff;
}

ul.sidebar-menu li a {
    color: #fff;
    padding: 2px 15px;
    display: block;
    border-bottom: 1px solid #0072BB;
}
ul.sidebar-menu li:last-child a {
  border-bottom:0;
}
ul.sidebar-menu li.active a,ul.sidebar-menu li a:hover {
    background: #0072BB;
	position:relative;
}
ul.sidebar-menu li.active a::after {
    content: '\f0da';
    font-family: fontawesome;
    padding: 0;
    color: #0072BB;
    position: absolute;
    top: 50%;
    font-size: 38px;
    text-shadow: 1px 1px 0px #292626;
    right: -12px;
    transform: translateY(-50%);
}
.drug-class-price {
    color: #09A6DA;
    text-align: right;
}
.drug-class-name {
    font-size: 16px;
    line-height: 20px;
}
.sidebar-menu-text {
    height: 60px;
}
.inner-main-content-wrapper {
    margin: 80px 0;
}
.quick-guides-wrapper {
    margin-top: 30px;
}
p.sidebar-line {
    font-style: italic;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px !important;
    font-weight: 600;
}

/* sidebar css end */
/* right side css started */

h3.inner-main-title {
    margin: 0 0 20px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 35px !important;
}
.search-results {
    margin-top: 30px;
}
.product-main-block {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #005081;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.product-main-block .inline-block {
    display: inline-block;
    height: 100px;
    vertical-align: top;
}
.product-check-ico img {
    width: 40px;
}
p.product-category-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
}
.product-btn {
    float: right;
    text-align: right;
}
.product-name {
    width: 50%;
}
.product-mark {
    width:25%;
}
.product-btn {
    width:20%;
}
p.product-main-name {
    font-size: 17px;
}

.product-check-ico img{margin: 0 3px;}
.product-check-ico {
    text-align: right;
}
/* drug detail page  css */
.detail-content-list li:after {
    content: url('../images/small_triangle.png');
}
ul.tablet-list {
    width: 100%;
    display: block;
}
ul.tablet-list li {
    width: 20%;
    display: inline-block;
    float: left;
    height: 160px;
    margin: 5px 0;
}
.price-btn {
    background: #F5B537;
    padding: 15px 25px;
    display: inline-block;
    font-size: 20px;
    /* width: 75%; */
    width: 100%;
    margin: 0 auto;
}

.tablet-block-border {
    display: table;
    width: 100%;
    height: 100%;
	border-right: 1px solid #F5B537;
}
ul.tablet-list li:last-child .tablet-block-border {
    border-right: 0;
}
.tablet-block {
    text-align: center;
    padding: 0 20px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.tablet-quantity {
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 90px;
}
.tablet-list-wrapper {
    padding: 50px 0;
}
p.note {
    color: #666;
    font-style: italic;
	margin-bottom:20px !important;
}
.detail-content p {
    margin-bottom: 10px !important;
}
.detail-content p {
    font-size: 16px;
}
.detail-content h3 {
    margin: 0 !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    border-bottom: 1px solid #F5B537;
    padding-bottom: 7px;
    margin-bottom: 13px !important;
    font-weight: 700 !important;
}
.detail-content {
    margin-bottom: 50px;
}
.detail-content-list li:before {
    content: url(../images/icon_tick.png);
    font-family: fontawesome;
    padding: 0 10px 0 0;
    color: #F5B537;
    position: relative;
	top: 4px;
}
ul.detail-content-list li {
    text-indent: -1.8em;
    margin-left: 0.8em;
    position: relative;
    padding-right: 0;
    margin-bottom:10px;
}
ul.detail-content-list {
    padding-left: 40px;
}
/* drug class page css */
.search-results.search-results-full {
    width: 100%;
    margin: 0;
}
.full-width-title {
    background: #005081;
    padding: 12px 0 8px;
    color: #fff;
}
.full-width-title h1, .full-width-title p {
    color: #fff !important;
    text-align: left;
    margin: 0 !important;
}
.p-0 {
    padding:0 !important;
}
.m-0 {
    margin:0 !important;
}
/* css for drug name page started */
.alternative-list li {
    display: inline-block;
    padding: 5px 15px;
}
.alternative-list {
    margin: 0 -15px;
}
.alternative-list li a {
    position: relative;
    border-bottom: 1px solid;
}
.alternative-main-content h4 {
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
}
.alternative-list li a:hover,.alternative-list li a:focus
{
	color:#BDD73C;
}
.alternative-list li a:after {
    position: absolute;
    content: '|';
    right: -20px;
    top: -4px;
}
.alternative-list li:last-child a:after {
	display:none;
}
.alternative-bg-wrapper {
    background: url(../images/img1.png) no-repeat;
    overflow: hidden;
    background-color: #000;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    padding: 50px 100px;
	border-bottom: 3px solid #fff;
}
.alternative-bg-1 {
    background: url(../images/img1.png) no-repeat;
	border-right: 1px solid #fff;
}
.alternative-bg-2 {
    background: url(../images/img2.png) no-repeat;
}

/* responsive css */
@media screen and (max-width:1300px) 
{
.alternative-bg-wrapper {
	 padding: 50px 30px;
}
.alternative-main-content h4 {
    font-size: 20px !important;
 }
}
@media screen and (max-width:991px) 
{
.alternative-list li a {
   font-size: 13px;
}
.alternative-main-content h4 {
    font-size: 19px !important;
    margin-bottom: 10px !important;
}
.alternative-list li a:after {
 top: 0;
}
}
@media screen and (max-width:767px) 
{
.alternative-bg-wrapper {
    padding: 20px 20px;
    min-height: 200px;
    height: auto;
}
.alternative-bg-1 {
    border-right: 0;
}
.alternative-main-content h4 {
    font-size: 16px !important;
    margin-bottom: 3px !important;
}
}
@media screen and (max-width:575px) 
{
.drugname-search-result .product-main-block {
   padding: 10px 0;
}
.drugname-search-result .product-main-block .inline-block {
    width: 100%;
    height: auto;
}
.drugname-search-result .product-btn {
    float: left;
    text-align: left;
    margin-top: 4px;
}
}
/* sidebar toggle css */
.mini-submenu {
    display: none;
}
.mini-submenu {
    font-size: 21px;
    padding: 1px 0px;
    text-align: center;
    line-height: 28px;
    width: 33px;
    height: 33px;
    background: #005081;
    color: #fff;
    border: 1px solid rgba(0, 86, 196,1);
    border-radius: 0;
}
@media screen and (max-width:991px) 
{
.price-btn {
	padding: 7px 5px;
    font-size: 14px;
    width: 80%;
 }
 .tablet-quantity {
    font-size: 13px;
}
.detail-content p,.detail-content ul li {
    font-size: 13px;
}
ul.tablet-list li {
    width: 30%;
    margin: 10px 0;
}
}
@media screen and (max-width:767px) 
{
.full-width-title h1 {
    font-size: 17px !important;
    margin-bottom: 5px !important;
}
.mini-submenu {
    display: block !important;
    margin-bottom: 10px;
}
.sidebar-menu-text {
    height: 40px;
}
.background-sidebar {
    overflow-y: scroll;
    height: 450px;
}
.inner-content-sidebar {
    width: auto;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 177px;
	width: 304px !important;
}
ul.sidebar-menu li.active a::after{display:none;}
.fading-div {
    display: none;
}
p.sidebar-line {
    background: #fff;
    padding: 5px !important;
    border-radius: 0px 10px 10px 0px;
}
}
@media screen and (max-width:575px) 
{
ul.tablet-list li {
    width: 50%;
}
.tablet-quantity {
   min-height: 60px;
}
ul.tablet-list li {
   height: 130px;
 }
.price-btn {
    font-size: 13px;
    width: 90%;
}
.tablet-list-wrapper {
    padding: 20px 0;
}
.detail-content h3 {
    font-size: 15px !important;
    padding-bottom: 2px;
    margin-bottom: 8px !important;
 }
ul.detail-content-list {
    padding-left: 20px;
}
.tablet-block-border {
    border: 0;
}
}

/* Price Note Css */
.price-note{
    width: 100%;
    display: block;
    overflow: hidden;
}
/* End */
ul.sidebar-menu li:last-child.active a, ul.sidebar-menu li:last-child a:hover {
   
    border-radius: 0 0 12px 12px;
}


.price-range-btn{
    padding:10px 0px !important;
}
.price-range-btn .price-range{
    font-size: 75%;
}

.notification-des {
    width: 100% !important;
    text-align: justify !important;
    padding: 15px !important;
    height: auto !important;
}