body
{
    color: #323232;
    font-family: Outfit, sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

a, p, ul, ol, li
{
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

a
{
    color: #68AB0F;
}

a:hover, a:focus
{
    color: #68AB0F;
    text-decoration: underline;
}

ul, li, ol, ul>li, ol>li
{
    margin: 0;
    padding: 0;
}

.bg_blue
{
    background: #056A9C;
}

.bg_light_blue
{
    background: #EEF7FB;
}

.bg_green
{
    background: #68AB0F;
}

.bg_black
{
    background: #000000;
}

.bg_white
{
    background: #FFFFFF;
}

.text_blue
{
    color: #056A9C;
}

.text_green
{
    color: #68AB0F;
}

.text_black
{
    color: #000000;
}

.span_bold
{
    font-weight: bold;
}

.bg-blue {
    background: #096d9e;
}

.text_white {
    color: #FFFFFF;
}

.text-blue {
    color: #056A9C;
}

.standard_anchor
{
    display: inline-block;
    border-radius: 4px;
    background: #056A9C;
    color: #FFFFFF !important;
    padding: 10px;
}

.standard_anchor:focus,
.standard_anchor:hover
{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.grad_hr
{
    width: 120px;
    height: 5px;
    margin: 0;
    background: linear-gradient(90deg, rgba(5,106,156,1) 50%, rgba(104,171,15,1) 50%);
}

.div_img_text
{
    margin-bottom: 10px;
}

.div_img_text img
{
    display: inline-block;
    margin-right: 20px;
}

.div_img_text p
{
    display: inline-block;
    font-weight: 500;
}

.div_block h2
{
    font-size: 30px;
    font-weight: bold;
}

.offer-strip{
    background: #EC8B22;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.offer-strip p{
    margin:0;
    font-size: 16px;
}

/* Start home page section style */
/* Start top header block */

#top_header .row div p {
    font-size: 14px;
    line-height: 24px;
}

#top_header .row div {
    padding: 0px;
}

#top_header {
    padding: 5px 0px;
}

#top_header ul li.nav-item:nth-child(1) {
    padding: 0px 0px;
}

#top_header ul li.nav-item:nth-child(3) {
    padding: 0px 10px;
}

#top_header ul li.nav-item:nth-child(5) {
    padding: 0px 0px 0px 10px;
}

#top_header .nav-item a {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

/* End top header block */

/* Start middle haeder block */

#nav_logo
{
    display: inline-block;
}

.header #middle_header {
    padding: 7px 0px;
}

.middle-header #middle_header {
    padding: 25px 0px;
}

#middle_header .row .col-md-6 {
    padding: 0px;
    line-height: 14px;
}

.middle-header #middle_header .row .col-md-3, .middle-header #middle_header .row .col-md-2, .middle-header #middle_header .row .col-md-7 {
    padding: 0px;
}

.middle-header #middle_header .row .nav-item {
    text-align: center;
    margin-right: 10px;
}

#middle_header .nav .nav-link, #middle_header .nav-item .text-white, #middle_header .nav .showcart span {
    font-size: 14px;
    line-height: 20px;
}

#middle_header .search-bar-section .search-wrapper {
    background: #075E89;
    padding: 0px 0px;
}

#middle_header .sparsh-search-auto-complete-block .minisearch .control {
    padding-top: 5px;
}

#middle_header .sparsh-search-auto-complete-block .minisearch .search {
    margin-top: 5px;
}

#middle_header .search-box-block .block-search input {
    height: 40px !important;
    padding: 10px;
}

#middle_header .search-box-block {
    background: #fff;
}

#middle_header .search-bar-section .block-search .action.search {
    padding: 6px;
    width: 90px;
    border-radius: revert;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#middle_header .search-bar-section input[type="search"] {
    border: 1px solid #68ac44;
    background: rgba(104, 172, 68, 0.2);
    color: #ffffff;
    border-radius: 25px;
}

#middle_header .search-bar-section .block-search .action.search {
    background: #68ac44;
    top: 0px;
    right: 0px;
    font-size: 18px;
    width: 80px;
    border-radius: revert;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#middle_header .custom-header-right {
    padding: 0px 18px;
    display: inline-block;
    background: #fff;
    margin-top: 5px !important;
}

#middle_header .header-right-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#middle_header .header-right-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 45px;
}

#middle_header .header-right-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(23, 125, 179);
    font-size: 12px;
    font-weight: 500;
    position: relative;
    line-height: 15px;
}

#middle_header .header-right-list li i {
    font-size: 20px;
    margin-bottom: 6px;
}

#middle_header .cart-item {
    position: relative;
}

#middle_header .cart-count {
    position: absolute;
    top: 0px;
    right: 25px;
    background: #056a9c;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

#middle_header .cart-total {
    color: #68ab0f;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
}

#middle_header .cart-label {
    line-height: 15px;
}

#middle_header .nav li {
    padding-right: 9px;
}

#middle_header .nav li.extra-padding {
    padding-right: 20px !important;
}

#middle_header .search-bar-section .block-search {
    width: 100% !important;
}

.page-wrapper .page-header {
    border: 0;
    margin: 0;
    background: #68AB0F;
}

#search_mini_form.sparsh-minisearch input {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 25px;
    background: rgba(104, 172, 68, 0.2);
    color: #000000;
    border: 1px solid #68AB0F;
}

/* End middle haeder block */
/* Start main menu header block */

.nav-sections .section-item-content {
    background: #096d9e;
    padding: 0px 0px;
}

.nav-sections .section-item-content #nav_menu .justify-content-md-center {
    display: flex !important;
}

.nav-sections .section-item-content #nav_menu {
    padding: 0px 0px;
}

.nav-sections .section-item-content #nav_menu .nav a {
    font-size: 16px;
    line-height: 45px;
    font-weight: 400;
    margin-right: 20px;
}

#nav_header
{
    padding: 10px 0px;
}

#nav_header .nav .nav-link,
#nav_header .nav-item .text-white,
#nav_header .nav .showcart span
{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
}

#nav_header .nav-item
{
    margin-right: 5px;
    line-height: 0;
}

#nav_header .nav-item:last-child
{
    margin-right: 10px;
}

#nav_header .nav-link,
#nav_menu .nav-link
{
    padding: 0;
}

#nav_header .nav-link i
{
    margin-right: 6px;
}

#nav_menu
{
    padding: 10px 0px;
}

#nav_menu .row .col-md-3
{
    padding-left: 7px;
}

#nav_menu .nav a
{
    font-size: 16px;
    color: #056A9C;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 12px;
}

.fixed-menu
{
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
}

/* End main menu header block */
/* Start Home block - banner */

#home_page_banner_block {
    position: relative;
    height: 500px;
    background: url("../images/home_banner_mobile_up.png") no-repeat;
    background-size: cover;
    background-position: left center;
    display: flex;
    align-items: center;
}

#home_page_banner_block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(25,123,178, 1.8), rgb(25,123,178));
}

#home_page_banner_block .banner-content {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 40px;
    max-width: 50%;
    color: #fff;
    text-align: right;
}

#home_page_banner_block .banner-content .head-tag {
    font-size: 24px;
    background: rgb(94, 167, 200);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 2px;
}

#home_page_banner_block .head-title {
    font-weight: 800;
    font-size: 56px;
    margin: 20px 0px 0px 0px;
    letter-spacing: 2px;
}

#home_page_banner_block .banner-content .subtitle {
    font-size: 35px;
    line-height: 30px;
    margin: 10px 0px 30px 0px;
}

#home_page_banner_block .banner-content .features {
    list-style-type: none;
}

#home_page_banner_block .banner-content .features li {
    font-size: 22px;
    vertical-align: sub;
    margin: 15px 0px 0px 0px;
}

#home_banner h1
{
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

#home_banner h1 .span_bold
{
    font-weight: 800;
}

#home_banner p:nth-child(2)
{
    display: inline-block;
    background: #FFFFFF;
    color: #121212;
    font-style: italic;
    padding: 5px 8px;
    border-radius: 3px;
    margin-bottom: 40px;
}

#home_banner p:nth-child(3)
{
    font-style: italic;
    letter-spacing: 0.5px;
}

#home_banner .div_block
{
    padding: 8% 0 10% 0;
    display: none;
}

.cms-home #maincontent
{
    display: none;
}

/* End Home block - banner */
/* Star Home block - trust icons */

#home_trust
{
    padding: 10px 0px 20px 0px;
}

#home_trust .col-6
{
    text-align: center;
}

#home_trust a
{
    display: inline-block;
}

#home_trust #trust_icon_1
{
    margin: 0px 0px 25px 0px;
}

#home_trust #trust_icon_2
{
    margin: 15px 0px 0px 0px;
}

#home_trust #trust_icon_1 img
{
    width: 150px;
}

#home_trust #trust_icon_2 img
{
    width: 115px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 3px;
}

#home_trust #trust_icon_3 img
{
    width: 110px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 8px;
}

#home_trust #trust_icon_4 img
{
    width: 125px;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 0px 8px;
    border-radius: 5px;
}

#home_page_trust_block #home_trust .div_block .trust_icon:nth-child(3) img {
    width: 120px !important;
}

#home_page_trust_block #home_trust .div_block .trust_icon:nth-child(4) img {
    width: 100px !important;
}

#home_page_trust_block .sidebar_column .home-trust-pilot {
    padding: 10px 35px;
}

.sidebar-additional .sidebar_column img.home-trust-pilot {
    width: 80%;
    margin-top: 20px !important;
}

.sidebar-additional .sidebar_column .shopperlink img {
    margin-top: 20px !important;
}

#home_page_trust_block .sidebar_column .shooper-approve {
    padding: 10px 35px;
}

#home_trust .container-fluid {
    padding: 0px;
}

#home_trust .trust_icon img {
    width: 160px;
}

#home_trust .trust_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

/* End Home block - trust icons */
/* Start Home block - top selling product */

#home_selling,
#home_about,
#home_shop,
#home_work,
#home_review,
#home_service,
#home_posts
{
    padding: 30px 0px;
}

#home_page_top_selling_block {
    position: relative;
}

#home_page_top_selling_block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0b6ca0 0%, #72b319 100%);
    z-index: 1;
}

#home_page_top_selling_block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/top-selling-block-bg.png') center center / cover no-repeat;
    opacity: 0.12;   /* adjust 0.08 - 0.20 */
    z-index: 2;
}

#home_page_top_selling_block > * {
    position: relative;
    z-index: 3;
}


#home_page_top_selling_block h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

/* Grid */
#home_page_top_selling_block .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#home_selling .grad_hr
{
    margin: 0px auto 30px auto;
}

#home_selling .hbc
{
    border-radius: 5px;
    border: 0px solid #F6F6F6;
    padding: 10px 10px 15px 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#home_selling .hbc h4
{
    font-size: 21px;
    margin-bottom: 10px;
	color:#FFF;
}

#home_selling .hbc span
{
    display: block;
    color: #d8d6d6;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;
}

#home_selling .hbc p
{
    color: #68AB0F;
    margin-bottom: 10px;
    font-weight: bold;
}

#home_selling .hbc a {
    background: rgb(79, 154, 189);
    color: #FFFFFF;
    border-radius: 6px;
    display: inline-block;
    padding: 0px 15px;
    opacity: 0.8;
    font-size: 12px;
}

#home_selling .row .product-border {
    border-right: 1px solid #6bb9bd;
    border-bottom: 1px solid #6bb9bd;
}

#home_selling .row .product-border-bottom {
    border-right: 0px solid white;
    border-bottom: 1px solid #6bb9bd;
}

#home_selling .row .product-border-right {
    border-right: 1px solid #6bb9bd;
    border-bottom: 0px solid white;
}

/* End Home block - top selling product */
/* Start Home block - why chosse */

#home_why {
    padding: 35px 0px;
}

#home_why .icon
{
    background: url("../images/home_why_banner.webp") no-repeat;
    background-size: contain;
    background-position: center;
    height: 450px;
	width: 100%;
}

#home_why .contents{
	margin-top: 30px;
}
#home_why .contents .pharmacy-heading{
    font-size:34px;
}

#home_why .contents .pharmacy-heading .break-line{
    display: block;
}

#home_why .contents .sub_head span {
    display: block;
}

#home_why .text_blue
{
    margin-bottom: 15px;
}

#home_why .sub_head
{
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 34px;
}

#home_why .contents img{
	width:32px;
	height:30px;
}

/* end Home block - why chosse */
/* Start Home block - about us */

#home_page_about_us_block {
    position: relative;
    margin-top: 60px;
}

#home_page_about_us_block > * {
    position: relative;
    z-index: 3;
}

#home_page_about_us_block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(311deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    z-index: 1;
}

#home_page_about_us_block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home-block-about-bg.jpg') center center / cover no-repeat;
    opacity: 0.12;   /* adjust 0.08 - 0.20 */
    z-index: 2;
}

#home_about_us {
    color: #fff;
}

#home_about_us .about-content{
	padding-top: 40px;
}

#home_about_us .about-content h2{
    opacity: 0.8;
}

#home_about_us .about-content p{
    opacity: 0.8;
}

#home_about_us .read-more {
    margin-top: 30px;
}

#home_about_us h2 {
    margin: 0px 0px 15px 0px;
	font-size: 35px;
    font-weight: bold;
}

#home_about_us .sub-head {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}


#home_about_us #myBtn {
    border-radius: 5px;
    color: #fff;
    border: 0px solid;
    background: rgb(114, 175, 164);
    padding: 10px 30px;
}

#home_about_us .about-image {
    position: relative;
    display: inline-block;
    z-index: 1;
    transform: translateY(-85px);
}

#home_about_us .about-image::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 1px;
    width: 94%;
    height: 21%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    z-index: -1;
}

#home_about_us .about-image img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}


/* End Home block - about us */
/* Start Home block - customer review */

#home_review .text_blue,
#home_shop .text_blue
{
    margin-bottom: 15px;
}

#home_review .div_block h2 {
    font-size: 40px;
    font-weight: bold;
}

#home_review .sub_head
{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

#home_review .grad_hr
{
    margin: 0 auto 50px;
}

#home_review .review_block span
{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    vertical-align: super;
}

#home_review .review_block .num
{
    width: 4%;
}

#home_review .review_block .bar
{
    display: inline-block;
    margin: 0;
    width: 82%;
    margin-right: 2%;
    height: 18px;
    background: #B7B7B7;
    border-radius: 10px;
}

#home_review .review_block .bar div
{
    width: 82%;
    height: 18px;
    border-radius: 25px;
    background: linear-gradient(135deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 65%, rgb(18 156 5) 100%);
}

#home_review .review_block .percentage {
    color: rgb(45, 130, 100);
    width: 8%;
}

#home_review #home_rating p
{
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 6px;
}

#home_review #home_rating p:nth-child(1)
{
    color: #EC8B22;
    font-size: 22px;
}

#home_review #home_rating p:nth-child(2)
{
    font-weight: bold;
}

#home_review #home_rating p:nth-child(3)
{
    color: #555555;
    font-weight: 500;
}

#home_review #home_rating div:nth-child(4) .bar div
{
    width: 82%;
}

#home_review #home_rating div:nth-child(5) .bar div
{
    width: 14%;
}

#home_review #home_rating div:nth-child(6) .bar div
{
    width: 2%;
}

#home_review #home_rating div:nth-child(7) .bar div
{
    width: 1%;
}

#home_review #home_rating div:nth-child(8) .bar div
{
    width: 1%;
}

#home_review .col-12:nth-child(2) div,
#home_review .col-12:nth-child(3) div,
#home_review .col-12:nth-child(4) div
{
    background: #FFFFFF;
    text-align: center;
    padding: 40px;
}

#home_review .review_title
{
    color: #056A9C;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#home_review .review_text
{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 10px;
}

#home_review .review_name
{
    color: #68AB0F;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#home_review .review_location
{
    font-size: 14px;
    line-height: 14px;
    color: #666666 !important;
    opacity: 0.9;
}

#home_page_customer_review_block .customer-review-bg {
    position: relative;
    width: 100%;
    min-height: 300px;
    border-radius: 6px;
    align-items: center;
}

#home_page_customer_review_block .customer-review-bg::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: 0;
    top: -144px;
    width: 180px;
    height: 440px;
    background: url(../images/clients-say.webp) no-repeat left bottom;
    background-size: contain;
}

#home_review #SA_wrapper_e34QgvGHtpnc .sa-slider-container-main {
    background: none !important;
    border-radius: 5px;
}

#home_review #SA_wrapper_e34QgvGHtpnc .sa-slide, #SA_wrapper_e34QgvGHtpnc .sa-fix-slide {
    background: #bbeae9 !important;
    border: 1px solid #DDDDDD !important;
}

#home_review .SA__wrapper .SA__container {
    background: none !important;
}

#home_review .SA__more_review .SA__logo_text_position {
    font-size: 14px;
}

#home_review .sa-slide {
    background: #bbeae9 !important;
}

#home_review .customer-review-bg #SA_wrapper_e34QgvGHtpnc button svg {
    stroke: #fff;
    width: 25px;
    height: 25px;
    background-color: rgb(78, 147, 194);
    border-radius: 25px;
}

#home_review .customer-review-bg .sa-rotating-slider-name span {
    color: #fff;
}

#home_review .rating-box p:nth-child(1) {
    color: #056A9C;
    font-size: 24px;
    line-height: 35px;
}

#home_review .rating-box p:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: normal;
    opacity: 0.9;
}

#home_review .rating-box p:nth-child(3) {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

#home_review .rating-box p:nth-child(4) {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #AAAAAA;
}

#home_page_customer_review_block .standard_anchor {
    border-radius: 25px;
    padding: 12px 40px;
    background: linear-gradient(97deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    font-size: 20px;
}

#home_rating .overall-rating {
    font-size: 20px !important;
    margin: 15px 0px 15px 0px;
    font-weight: 500;
}

#home_rating .overall-based-rating {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    margin-top: 15px;
}

#home_review .sa-rotating-slider-name div span {
    color: #fff !important;
}

#home_review .SA__wrapper .arrow.right {
    right: 15px;
}

#home_review .SA__wrapper .arrow.left {
    left: 15px;
}

#home_review .align-items-center {
    background: linear-gradient(343deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    padding: 10px 0px;
    border-radius: 5px;
    z-index: -1;
}

#home_review .align-items-center img {
    max-height: 250px;
}

#home_review .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content {
    min-height: 175px !important;
    max-height: 175px !important;
}


      
#home_review .rating-box {
    margin: 0px 30px;
    position: relative;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.30) 5px 5px 10px;
    z-index: 1;
}

#home_review .rating-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    padding: 1px;
    background: linear-gradient(315deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 65%, rgb(18, 156, 5) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

#home_review .rating-box-none {
    background: #FFFFFF !important;
    border-radius: 10px !important;
    text-align: center !important;
    padding: 25px 70px !important;
    margin: 0px 50px;
}
        

        
#home_review .col-12 p em {
    color: #EC8B22 !important;
}    
    
#SA_wrapper_e34QgvGHtpnc .horizontal div a {
    text-decoration: none;
    color: #fff;
}

#home_review #SA_wrapper_e34QgvGHtpnc .SA__more_review a, #home_review #SA_wrapper_e34QgvGHtpnc .SA__more_review {
    color: #fff !important
}

#home_review #SA_wrapper_e34QgvGHtpnc .SA__more_review {
    padding:0px !important
}


#SA_wrapper_e34QgvGHtpnc .arrow svg path {
    stroke: #fff !important;
}

#home_review .sa-fix-slide {
    background: none !important;
    border: 0px solid #DDDDDD !important;
}

#home_review #SA_wrapper_e34QgvGHtpnc .sa-slide, #home_review #SA_wrapper_e34QgvGHtpnc .sa-fix-slide {
    background: linear-gradient(5deg, rgb(79 148 190) 20%, rgb(110 193 101) 100%) !important;
    border: 0px solid #DDDDDD !important;
    text-align: center;
}

#sa-header-1631 .rotating-fix-slide-heading, #sa-header-1631 .rotating-fix-slide-heading span {
    font-size: 34px !important;
    line-height: 26px !important;
}

#SA_wrapper_e34QgvGHtpnc .horizontal div a {
    font-size: 16px !important;
}
 
svg#Shopper_Approved_Logo path, svg#Shopper_Approved_Logo g path {
    fill: #ffffff !important;
}

#SA_wrapper_e34QgvGHtpnc .sa-rotating-slider-scrollable {
    text-align: center;
}

#SA_wrapper_e34QgvGHtpnc .arrow svg path {
    stroke: #fff !important;
}

#home_review .customer-review-bg .sa-rotating-slider-name .SA__customer_name {
    font-size: 14px !important;
    font-weight: normal !important;
}

#SA_wrapper_e34QgvGHtpnc .sa-rotating-slider-review p, #SA_wrapper_e34QgvGHtpnc .sa-rotating-slider-name label, #SA_wrapper_e34QgvGHtpnc .sa-rotating-slider-name span, #SA_wrapper_e34QgvGHtpnc .rotating-fix-slide-heading, #SA_wrapper_e34QgvGHtpnc .sa-fix-slide-heading-small, #SA_wrapper_e34QgvGHtpnc .sa-verify-reviews {
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

#home_review .customer-review-bg #SA_wrapper_e34QgvGHtpnc button svg {
    stroke: #fff;
    width: 25px;
    height: 25px;
    background-color: rgb(78, 147, 194);
    border-radius: 25px;
}

 




/* End Home block - customer review */
/* Start Home block - blog posts */

#home_posts .grad_hr {
    margin: 0px auto 40px;
}

#home_posts .div_block h2 {
    font-size: 35px;
    font-weight: bold;
}

#home_posts .sub_head {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400;
}

#home_posts .blog-item {
    border-radius: 10px;
    color: #ffffff !important;
    background: none;
    min-height: 290px;
    -webkit-box-shadow: none;
}

#home_posts .blog-item p {
    margin: 20px 0 0 0;
}
#home_posts .blog-item a {
    font-size: 16px;
    line-height: 40px;
}

#home_page_posts_block {
    position: relative;
}

#home_page_posts_block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(311deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    z-index: 1;
}

#home_page_posts_block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home-block-blog-bg.jpg') center center / cover no-repeat;
    opacity: 0.12;   /* adjust 0.08 - 0.20 */
    z-index: 2;
}

#home_page_posts_block > * {
    position: relative;
    z-index: 3;
}

#home_page_posts_block #home_posts {
    padding: 40px 0px;
}

#home_posts .blog-item p a {
    border-radius: 5px;
    background: rgba(79, 154, 189, 0.7);
    color: #fff;
    border: 0px solid;
    padding: 6px 20px;
    margin-bottom: 20px;
}

#home_posts .blog-item p {
    padding: 0px 0px;
    font-size: 18px;
    line-height: 30px;
}

#home_posts .blog-item img {
    border-radius: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#home_page_posts_block .page-main {
    padding-left: 0px;
    padding-right: 0px;
}

/* End Home block - blog posts */
/* Start Home block - how medsengage works */

#home_how_medsengage_works_block{
    margin: 30px 0;
}

#how_medsengage_works .section-title h2 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

#how_medsengage_works .section-desc {
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1.7;
    font-size: 20px;
    padding: 0px 0px;
}

#how_medsengage_works .section-desc p {
    color: #666;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    opacity: 0.8;
    padding: 0 90px;
}

#how_medsengage_works .custom-card {
    padding: 25px 45px;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#how_medsengage_works .custom-card::before, #how_medsengage_works .custom-card-two::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 7px;
    background: linear-gradient(
        135deg,
        rgb(5, 106, 156) 30%,
        rgb(104, 171, 15) 65%,
        rgb(18, 156, 5) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

#how_medsengage_works .custom-card.blue, #how_medsengage_works .custom-card-two.blue {
    border-color: #2f8dc9;
}

#how_medsengage_works .custom-card h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 60px;
}

#how_medsengage_works .custom-card p {
    color: #666;
    font-size: 24px;
    opacity: 1;
    line-height: 30px;
    padding-right: 80px;
}

#how_medsengage_works .custom-card .icon {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

#how_medsengage_works .custom-card-two {
    padding: 15px;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#how_medsengage_works .custom-card-two h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
    line-height: 24px;
}

#how_medsengage_works .custom-card-two p {
    color: #666;
    font-size: 16px;
    opacity: 0.8;
    line-height: 24px;
    margin-top: 8px;
    padding-right: 35px;
}

#how_medsengage_works .custom-card-two .icon {
    position: relative;
    text-align: right;
    bottom: 0px;
    margin-top: -40px;
}

#how_medsengage_works .bg-shape {
    position: absolute;
    bottom: -40px;
    right: -45px;
    width: 125px;
    height: 125px;
    background: rgba(91, 184, 77, 0.1);
    border-radius: 50%;
}

#how_medsengage_works .custom-card.blue .bg-shape {
    background: rgba(47, 141, 201, 0.1);
}

/* End Home block - how medsengage works */

/* Start Home block - how to Process Order Method */

#home_how_me_order_process {
    margin: 20px 0 30px;
}

#home_order_process .div_block {
    background: linear-gradient(135deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    border-radius: 10px;
    padding: 25px 20px;
    margin: auto;
    color: #fff;
}

#home_order_process .process-block {
    text-align: center;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#home_order_process .process-block .title {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 10px;
}

#home_order_process .process-block p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 66px;
}

#home_order_process .bg-color-first p.notes-text, #home_order_process .bg-color-second p.notes-text {
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    padding: 0 50px;
}

#home_order_process .bg-color-third p.notes-text {
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    padding: 0 25px;
}

#home_order_process .process-block div {
    margin: 5px 0 10px 0;
}

#home_order_process .bg-color-first {
    background: rgb(90, 158, 171);
}

#home_order_process .bg-color-second {
    background: rgb(114,173,153);
}

#home_order_process .bg-color-third {
    background: rgb(144,194,121);
}

#home_order_process .process-block .download-order-from {
    background: linear-gradient(135deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 65%, rgb(18 156 5) 100%);
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
}

/* End home block - how to Process Order Method */
/* Start home block - Service Offers Method */

#home_page_service_offered_block {
    margin: 20px 0;
}

#service_offer_block .custom-card {
    padding: 25px 45px;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align:center;
	z-index:1;
}

#service_offer_block .custom-card::before, #service_offer_block .custom-card-two::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 7px;
    background: linear-gradient(
        135deg,
        rgb(5, 106, 156) 30%,
        rgb(104, 171, 15) 65%,
        rgb(18, 156, 5) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
	z-index:-1;
}


#service_offer_block .custom-card .title {
    font-size: 18px;
    font-weight: 800;
    color: rgb(12 89 126);
}

#service_offer_block .custom-card p {
    color: #666;
    font-size: 14px;
    opacity: 0.8;
    line-height: 18px;
    margin-top: 10px;
}

#service_offer_block .standard_anchor {
    border-radius: 5px;
    padding: 0px 20px;
    background: linear-gradient(135deg, rgb(14 82 116) 30%, rgb(104, 171, 15) 100%);
    font-size: 16px;
    margin-top: 5px;
}



/* End home block - Service Offers Method */
/* Start Home block - footer */

#footer_main
{
    padding: 0px 0px 20px;
    color: #FFFFFF;
}

#footer_main .footer_title
{
    font-size: 20px;
}

#footer_main .footer_main_title
{
    font-size: 22px;
    font-weight: 500;
}

#footer_main .hr_bar
{
    width: 80%;
    height: 1px;
    border: 0;
    background: #FFFFFF;
    margin: 5px 0px 10px 0px;
}

#footer_main .hr_border
{
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
    background: #FFFFFF;
}

#footer_main ul {
    margin-left: 0px;
    margin-top: 15px;
}

#footer_main li
{
    list-style-type: none;
}

#footer_main li a,
#footer_main li p
{
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}

#footer_main #social a
{
    display: inline-block;
    margin-right: 5px;
}

#footer_main #social a span
{
    font-size: 32px;
}

#footer_main #footer_payment
{
    width: 100%;
}

#footer_sub
{
    color: #FFFFFF;
    padding: 0px 10px 25px 10px;
}

#footer_sub .container
{
    padding-left: 30px;
    padding-right: 30px;
}

#footer_sub p
{
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

#footer_sub p:first-child
{
    margin-bottom: 15px;
}

#footer_copyright
{
    padding: 15px 0px;
    text-align: center;
}

#footer_main .bg_blue_green {
    background: linear-gradient(135deg, rgb(5, 106, 156) 30%, rgb(104, 171, 15) 100%);
    border-radius: 10px;
    padding: 40px 40px 20px 40px;
	margin: 0 15px;
}

#footer_main .footer_inner_bg {
    /*background: rgb(93,167,162);*/
    background: linear-gradient(135deg, rgb(79 148 190) 30%, rgb(99 171 160 / 90%) 65%, rgb(141 189 136) 100%);
    padding: 10px 0px 10px 15px;
    border-radius: 5px;
    margin: 15px 10px 20px 15px;
}

#footer_main .footer_inner_bg div a img {
    height: 45px;
}

.footer-container-block {
    margin-top: 0px;
}

.copyright-bg {
    background: rgb(105, 172, 69);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0px;
	margin: 15px 15px;
    
}

.copyright-bg p {
    font-size: 14px;
}

/* End Home block - footer */
/* End Home page block style */

/* Start How To Order Page */
#hto_page h2
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

#hto_video .bg_light_blue
{
    padding: 30px 0px;
    margin-bottom: 30px;
    text-align: center;
}

#hto_video .bg_light_blue p
{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.hto_mean h2
{
    font-size: 30px;
    line-height: 32px;
    color: #111111;
}

.hto_mean .info
{
    margin-bottom: 10px;
}

.hto_mean .info .left
{
    padding: 10px;
}

.hto_mean .info .left div
{
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

.hto_mean .info .right p:first-child
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hto_mean img, #hto_phone img,
#hto_chat img, #hto_mail img
{
    width: 32px;
}

#hto_send
{
    padding: 20px 10px;
}

#hto_send hr
{
    margin: 0px auto 40px;
}

#hto_send .hbb .col-12 .cont
{
    background: #FFFFFF;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
}

#hto_send .hbb .col-12 .hto_img_wrapper
{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    padding: 15px;
    border-radius: 40px;
    width: 84px;
    margin: 0 auto 15px;
}

#hto_send .hbb .col-12 img
{
    width: 64px;
}

#hto_send .hbb .col-12 p a
{
    font-size: 14px;
}

#hto_send .hbb .col-12 p:nth-child(2)
{
    color: #056A9C;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#hto_send .hbb .col-12 p:nth-child(3)
{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

#hto_send p
{
    word-break: break-all;
}

#hto_step hr
{
    margin: 0px auto 40px;
}

#hto_step .cont
{
    margin-bottom: 30px;
}

#hto_step .cont .step_title
{
    background: #EEF7FB;
    overflow: hidden;
    margin-bottom: 15px;
}

#hto_step .cont .step_title .tri_step
{
    float: left;
    background: #68AB0F;
    color: #FFFFFF;
    padding: 8px 0px 8px 10px;
}

#hto_step .cont .tri
{
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    margin-right: 20px;
    margin-bottom: -9px;
    border-width: 44px 0 0 26px;
    border-color: transparent transparent transparent #68AB0F;
}

#hto_step .cont .tri_text
{
    float: left;
    line-height: 44px;
}

#hto_step .cont .step_title .tri_step,
#hto_step .cont .tri_text
{
    font-size: 10px;
}

/* How To Order Page End */
/* Rx Products Page Start */

#prd_page h3,
#otc_page h3
{
    color: #68AB0F;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}

#cms_search_form
{
    width: 500px;
    margin: auto;
    font-size: 0;
}

#cms_search_form #form_block
{
    overflow: hidden;
}

#cms_search_form #form_block .search_query
{
    width: 40%;
    display: inline-block;
    height: 42px;
    float: left;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#cms_search_form #form_block .search_query:active
{
    border: 1px solid #68AB0F;
}

#cms_search_form #form_block .search_submit
{
    width: 20%;
    display: inline-block;
    height: 42px;
    float: left;
    font-size: 18px;
    background: #68AB0F;
    color: #FFFFFF;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#prd_page .row,
#otc_page .row
{
    text-align: center;
}

#prd_page .row .col-12 p,
#otc_page .row .col-12 p
{
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}

#prd_page #prd_listing,
#otc_page #otc_listing
{
    border: 2px solid #68AB0F;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
}

#prd_page .prd_listing,
#otc_page .otc_listing
{
    background: #056A9C;
    padding: 10px;
    border-radius: 10px;
}

#prd_page .prd_listing a,
#otc_page .otc_listing a
{
    color: #FFFFFF;
}

#prd_page ul,
#otc_page ul
{
    padding-left: 30px;
}

#prd_page ul li,
#otc_page ul li
{
    margin-bottom: 5px;
}

#prd_page .prd_text:nth-child(7),
#otc_page .otc_text:nth-child(3)
{
    border-bottom: 1px solid #CCCCCC;
}

#prd_page .prd_text:nth-child(8),
#otc_page .otc_text:nth-child(4)
{
    text-align: center;
}

#prd_page .prd_text:nth-child(8) p,
#otc_page .otc_text:nth-child(4) p
{
    color: #68AB0F;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

#prd_page .prd_text:nth-child(8) a,
#otc_page .otc_text:nth-child(4) a
{
    color: #056A9C;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

.cms-otc-products .otc_text:last-of-type .div_block p {
    margin-bottom: 10px;
}

/* Rx Products Page End */
/* Faq Page Start */

#faq_page h2
{
    color: #121212;
    line-height: 28px;
    margin: 20px 0px;
    font-weight: bold;
    font-size: 22px;
}

#faq_page ul
{
    padding-inline-start: 35px;
}

#faq_page .faq_head
{
    background: #EEF7FB;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

#faq_page .faq_head.active
{
    background: #056A9C;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

#faq_page .faq_head.active h4
{
    color: #FFFFFF;
}

#faq_page .faq_head h4
{
    float: left;
    width: 95%;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #232323;
}

#faq_page .faq_head.active em
{
    color: #FFFFFF;
}

.faq_head em
{
    float: right;
    width: 5%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
}

.faq_arrow
{
    width: 16px;
    float: right;
    line-height: 30px;
}

.faq_arrow:before
{
    content: "\f067";
}

.faq_content
{
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
}

/* Faq Page End */
/* Coupons Page Start */
#coupon_page .coupon_single a
{
    font-size: 14px;
    font-weight: bold;
}

#coupon_page .span_bold
{
    color: #000000;
}

#coupon_image
{
    position: relative;
}

#coupon_image img
{
    width: 100%;
    margin-bottom: 40px;
}

#coupon_image p:nth-child(2)
{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #121212;
}

#coupon_image p
{
    margin-bottom: 10px;
}

#coupon_image div h2:nth-child(3)
{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

#coupon_text p:first-child
{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.coupon_highlight
{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#coupon_image_caption
{
    position: absolute;
    top: 25%;
    left: 25%;
    color: #FFFFFF;
    text-align: center;
}

#coupon_image_caption h2
{
    font-size: 36px;
    margin-bottom: 20px;
}

#coupon_image_caption h3
{
    font-size: 30px;
}

#coupon_list .coupon_single
{
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

#coupon_list .coupon_single .head
{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 20px;
}

#coupon_list .coupon_single .left
{
    padding: 5px;
}

#coupon_list .coupon_single .right
{
    background: #EEF7FB;
    padding: 10px;
    border-radius: 3px;
}

#coupon_list .coupon_single .right p:nth-child(1)
{
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 12px;
}

#coupon_list .coupon_single .right p:nth-child(2)
{
    color: #333333;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
}

#coupon_list .coupon_single .right p:nth-child(3)
{
    font-size: 14px;
    line-height: 18px;
}

#coupon_product
{
    background: #EEF7FB;
    padding: 30px 10px;
    border-radius: 5px;
}

#coupon_product h2
{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

#coupon_product a
{
    display: block;
    background: #68AB0F;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}

#coupon_contact
{
    border-top: 1px solid #CCCCCC;
    padding: 20px 0px;
    text-align: center;
}

#coupon_contact p
{
    color: #68AB0F;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}

#coupon_contact a
{
    color: #056A9C;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

/* Coupons Page End */
/* Cms Css Start */
.cms_page h2,
.cms_page h3,
.cms_page h4
{
    color: #68AB0F;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cms_page ul, .cms_page ol
{
    padding-left: 30px;
    margin-bottom: 30px;
}

.cms_page li
{
    margin-bottom: 10px;
}

.cms_page a
{
    font-weight: 500;
}

.cms_page table th
{
    background: #056A9C;
    color: #FFFFFF;
}

.cms_page table th
{
    border: 1px solid #CCCCCC;
    text-align: center;
}

.cms_page table td
{
    border: 1px solid #CCCCCC;
    text-align: center;
}

#coupon_single_page a
{
    font-weight: normal;
}

#order_instruction_page h3,
#medical_professional_page h3
{
    color: #075E89;
}

#medical_professional_page .author_cat_block
{
    border-bottom: 1px solid #CCCCCC;
    padding: 40px 0px;
}

#medical_professional_page .author_cat_block:last-child
{
    border: 0;
}

#medical_professional_page .author_cat_block .col-md-4
{
    text-align: center;
    margin-bottom: 40px;
}

#medical_professional_page .author_cat_block .col-md-4 img
{
    border-radius: 50%;
}

#medical_professional_page .author_cat_block .col-md-8 p:nth-child(1)
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

#medical_professional_page .author_cat_block .col-md-8 p:nth-child(2)
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 15px;
}

/* Cms Css End */
/* Online Pharmacy Page Start */
#online_pharmacy_page strong
{
    font-size: 20px;
    color: #010101;
}

#online_pharmacy_page .grad_hr
{
    margin: 0 auto 30px;
}

#online_pharmacy_page #opp_text_2 .col-12 div
{
    border: 1px solid #EEEEEE;
    padding: 30px 0px;
    border-radius: 5px;
}

#online_pharmacy_page #opp_text_2 .col-12 div img
{
    border-radius: 5px;
    margin-bottom: 10px;
}

#online_pharmacy_page #opp_text_2 .col-12 div a
{
    display: block;
    font-size: 22px;
}

#opp_pharmacy_checker
{
    display: block;
    width: 300px;
    margin: auto;
}

/* Online Pharmacy Page End*/
/* Product Page Start */
.product-brand
{
    width: 100%;
}

.product-generic
{
    width: 100%;
}

.page-products .product-item-info
{
    width: 100%;
}

.product-brand .product-item-info
{
    border: 1px solid #056A9C;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #F1F9FF;
}

.product-generic .product-item-info
{
    border: 1px solid #68AB0F;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #FDFFFB;
}

.product-item-detail
{
    padding: 5px 12px;
    min-height: 200px;
    overflow: hidden;
}

.product-additional-information
{
    font-size: 14px;
    margin-bottom: 4px;
}

.optionValue
{
    margin: 6px 0;
}

.optionValue select
{
    font-size: 14px;
    appearance: auto;
}

.btn-box
{
    margin: 7px 0;
}

.normal-price
{
    font-size: 14px;
}

.dosage-txt
{
    color: #056A9C;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
}

.dosage-box
{
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}

.product-prescription
{
    font-size: 13px;
    color: #e80000;
}

.rx
{
    width: 15px;
}

.product-list ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product-list ul li.item.title
{
    display: inline;
    padding: 10px 25px;
    border-bottom: 4px solid #056A9C;
    margin: 0;
    line-height: 54px;
}

.product-list ul li.item.title.active
{
    background: #68AB0F;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
}

.product-list ul li.item.title.active>.item-switch
{
    color: #fff;
}

.product-list ul li.item.title>.item-switch
{
    color: #000;
    text-decoration: none;
}

.product-list>.item.content
{
    margin-top: 40px;
}

.product-brand h3
{
    background: #056A9C;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
}

.product-generic h3
{
    background-color: #68AB0F;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
}

.generic-msg
{
    border: 2px solid #68AB0F;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

.brand-msg
{
    border: 2px solid #056A9C;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

/* Product Page End */
/* Sidebar Start */
.sidebar_column
{
    background: #FFFFFF;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.sidebar_column .sch h4
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #232323;
    letter-spacing: 1px;
}

.sidebar_column .sch hr
{
    margin: 0px auto 20px;
}

.sidebar_column .sch a
{
    display: inline-block;
}

.right_sidebar .sidebar_column:nth-child(3) a
{
    margin-bottom: 20px;
}

.right_sidebar .sidebar_column:nth-child(3) p
{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #444444;
}

.right_sidebar .sidebar_column:nth-child(4) p
{
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #333333;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(1)
{
    font-size: 18px;
    line-height: 20px;
    color: #EC8B22;
    margin-bottom: 10px;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(2)
{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #121212;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(3)
{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(4)
{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}

.right_sidebar .sidebar_column:nth-child(5) p:nth-child(5)
{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.block-reorder .actions-toolbar
{
    max-width: none;
}

/* Sidebar End */
/* Success Page Start */

.checkout-onepage-success #maincontent {
    width: 70%;
}

.checkout-onepage-success .page-main .page-title-wrapper {
    margin: 40px 0 20px 0;
}

.checkout-onepage-success .page-main .checkout-success p {
    font-size: 16px;
    line-height: 24px;
}

.checkout-onepage-success .page-main .success_page_block h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.checkout-onepage-success .page-main .success_page_block .success_rx {
    margin-bottom: 30px;
}

.checkout-onepage-success .success_page_block p a.success_rx {
    width: 270px;
    font-size: 18px;
    background-color: #056A9C;
    color: #fff;
    padding: 7px 0px;
}

.checkout-onepage-success .success_page_block .success_rx .fa-upload {
    font-size: 24px;
}

.checkout-onepage-success .success_page_block p.success_rx {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    display:none;
}

/* Success Page End */
/* Checkout Page Start */

.checkout-index-index .modal-content .opc-block-summary .title, .checkout-index-index .modal-content .shipping-information .shipping-information-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.checkout-index-index .modal-content .opc-block-summary {
    padding: 10px 20px;
}

.checkout-index-index .modal-content .opc-block-shipping-information {
    padding: 0 20px;
}

.checkout-index-index .checkout-payment-method .payment-method-title {
    padding: 7px 0;
}

.checkout-index-index .modal-content ._GUARANTEE_Kicker_Container {
    display: none;
}

.checkout-index-index .opc-wrapper .step-title {
    margin-bottom: 15px;
}

.checkout-index-index .checkout-shipping-method .step-title {
    margin-bottom: 10px;
}

.checkout-index-index #checkout #co-shipping-method-form .row td:nth-child(1) {
    width: 6%;
}

.checkout-index-index #checkout #co-shipping-method-form .row td:nth-child(2) {
    width: 18%;
}

.checkout-index-index .payment-methods .payment-method-content p {
    font-size: 16px;
    line-height: 24px;
}

.checkout-index-index .opc-block-shipping-information .shipping-information .shipping-information-content {
    font-size: 16px;
}

.checkout-index-index .payment-method-content #payment_form_banktransfer input[type="text"], .checkout-index-index .payment-method-content #payment_form_banktransfer input[type="password"] {
    height: 30px;
    font-size: 14px;
}

.checkout-summary .fee-breakdown .fee-label {
    padding: 10px 5px 5px 0px;
}

.checkout-summary .fee-breakdown .fee-amount {
    text-align: right;
    padding: 10px 5px 5px 0px;
}

.checkout-index-index #checkout #co-shipping-method-form .row td:nth-child(3) {
    width: 50%;
}

.checkout-index-index #checkout #co-shipping-method-form .row td:nth-child(4) {
    width: 28%;
}

.checkout-index-index .opc-wrapper .checkout-shipping-address .medical-information-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
}

.checkout-index-index .opc-wrapper .checkout-shipping-address .medical-information-box .step-title {
    margin-bottom: 15px;
}

.checkout-index-index .opc-payment-additional .payment-option-content .form-discount {
    display: flex;
}

.checkout-index-index .opc-payment-additional .payment-option-content .form-discount .field {
    width: 400px;
    margin-right: 20px;
}

.checkout-index-index .opc-payment-additional .payment-option-content .form-discount .field input {
    height: 40px;
}

.checkout-index-index .opc-payment-additional .payment-option-content .form-discount .actions-toolbar button.action {
    background-color: #056a9c;
    color: #fff;
    height: 40px;
    line-height: 10px;
    width: 150px;
}

.checkout-index-index .step-title {
    font-size: 22px;
    color: #056A9C;
}

.checkout-index-index .rx-prescription-box {
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.checkout-index-index .rx-prescription-box .tab-content {
    margin-top: 0px;
}

.checkout-index-index div.checkout-shipping-method {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
}

.checkout-index-index .checkout-shipping-method .rx-prescription-box {
    display: none;
}

.checkout-index-index .opc-wrapper .checkout-shipping-address .medical-information-box .rows-blocks .column-100 {
    margin: 0px 0 15px 0;
}

.checkout-index-index .opc-wrapper .step-content {
    margin: 0 0 0px;
}

.checkout-index-index #checkout #co-shipping-method-form .row .col {
    padding: 5px 0;
    font-size: 14px;
}

.checkout-index-index #checkout-step-shipping .addresses {
    border-top: 1px solid #ccc;
    padding: 15px 20px 5px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.checkout-index-index .new-address-popup {
    padding: 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.checkout-index-index .new-address-popup .new-address-popup {
    margin: 0 0 10px;
}

.checkout-index-index .medical-information-box #checkout-step-title .column div, .checkout-index-index .medical-information-box #checkout-step-title .column-100 div {
    font-size: 14px;
    line-height: 22px;
}

.checkout-index-index .medical-information-box input[type="text"], .checkout-index-index .medical-information-box select {
    font-size: 14px;
    height: 30px;
    padding: 4px;
}

.checkout-cart-index .cart-container #shopping-cart-table .actions-toolbar > .action {
    margin-bottom: 10px;
}

.checkout-cart-index .cart-container #shopping-cart-table .col {
    padding: 15px 15px 0px 15px;
    border: 0;
}

.checkout-cart-index .cart-container #shopping-cart-table {
    margin-bottom: 25px;
}

.checkout-cart-index .cart-container .form-cart .cart.main .action span {
    font-size: 16px;
}

.checkout-cart-index .page-main > .page-title-wrapper .page-title {
    font-size: 28px;
}

.checkout-cart-index .page-title-wrapper {
    margin: 20px 0px 10px 0px;
}

.checkout-cart-index .rx-required-warning {
    color: rgb(255, 0, 0);
    font-size: 14px;
    line-height: 14px;
}

.checkout-cart-index .dispensing-country {
    font-size: 14px;
    line-height: 14px;
}

.checkout-cart-index .product-item-name {
    margin: 5px 0;
}

.checkout-cart-index .cart-container #shopping-cart-table .product-item-details .item-options {
    line-height: 14px;
}

.checkout-cart-index .cart-trust-container-block .trustseal-cart {
    padding: 20px 25px;
}

.checkout-cart-index .cart-trust-container-block .trustseal-cart .important-note li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}


/* Checkout Page End*/

/* Contact us Start */
.contact_body .row .col-12
{
    display: flex;
}

.contact_block_column
{
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    border-radius: 5px;
}

.contact_block_column .sub_icon {
    display: inline-block;
    color: #056A9C;
    font-size: 50px !important;
    margin-bottom: 10px;
}

.contact_block_column h3 {
    font-size: 20px !important;
    color: #000;
    margin-bottom: 5px;
}

.contact_block_column .sub_text {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 5px;
}

/* Contact us End */
/* Cart Page Start */
.cart-trustseal
{
    width: 100%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
}

.shipping-message
{
    margin: 15px 0 40px 0;
    border: 3px solid #68ab0f;
    text-align: center;
    padding: 15px 5px;
    border-radius: 6px;
}

.shipping-message p
{
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
}

.shipping-message strong
{
    color: #000;
}

.cart-trust-container-block
{
    background-color: #E5F3F4;
    border-radius: 6px;
}

.trustseal-cart
{
    padding: 10px 15px 20px 15px;
}

.trustseal-cart a,
.trustseal-cart img
{
    display: inline-block;
}

.trustseal-cart .trust_img1
{
    width: 160px;
}

.trustseal-cart .trust_img2
{
    width: 130px;
    margin: 15px 0px;
}

.trustseal-cart .trust_img3
{
    margin: 15px 0px;
}

.trustseal-cart .trust_img4
{
    margin: 15px 0px;
}

.trustseal-cart p
{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}

/* Cart Page End */
/* Product List Page Start */
.category-short-description .col-md-8
{
    padding: 0;
    margin-bottom: 20px;
}

.category-short-description .col-md-4
{
    padding: 0;
    text-align: center;
}

.category-short-description p
{
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}

.catalog-category-view .category-short-description p:nth-child(1)
{
    margin-bottom: 10px;
}

.catalog-category-view .category-short-description p:nth-child(2)
{
    margin-bottom: 10px;
}

.catalog-category-view .category-short-description p:nth-child(3)
{
    margin-bottom: 10px;
}

.catalog-category-view .products {
    margin: 20px 0;
}

.catalog-category-view .review_list .review_single .right {
    width: auto;
}

.catalog-category-view .review_list .review_single .left {
    width: auto;
}

.prod_img_ref {
    font-size: 11px !important;
    color: #666666;
    text-align: center !important;
}

.category-description {
    padding: 1.5rem;
}

.category-short-description p strong {
    color: #68AB0F;
}

#category_related_product_block {
    background: #EEF7FB;
    margin-bottom: 30px;
    padding: 15px 0px;
    border-radius: 5px;
}

#category_related_product_block h3 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 24px;
}

#category_related_product_block .row .related_item {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

#category_related_product_block .row .related_item a
{
    width: 100%;
    display: inline-block;
    padding: 1rem 2rem;
    background: #056A9C;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

#category_product_block
{
    margin-bottom: 0px;
}

#category_product_block .category-refrence {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 10px;
}

#category_product_block h3
{
    color: #075E89;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

#category_product_block ul
{
    padding-left: 25px;
}

#category_product_block .info p
{
    font-size: 16px;
}

#category_product_block p
{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

#category_product_block ul li {
	font-size: 16px;
    line-height: 24px;
}

#category_product_block .last
{
    margin-bottom: 30px;
}

#category_product_block a
{
    color: #056A9C;
    font-weight: 600;
}

.category-description ul li p
{
    margin-bottom: 0px;
}

#category_related_product_coupon
{
    border-radius: 5px;
    padding: 15px 0px;
    margin-bottom: 30px;
}

#category_related_product_coupon .coupon_single
{
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
}

#category_related_product_coupon .coupon_single .head
{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 20px;
}

#category_related_product_coupon .coupon_single .left
{
    padding: 5px;
}

#category_related_product_coupon .coupon_single .right
{
    background: #EEF7FB;
    padding: 10px;
    border-radius: 3px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(1)
{
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 12px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(2)
{
    color: #333333;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
}

#category_related_product_coupon .coupon_single .right p:nth-child(3)
{
    font-size: 14px;
    line-height: 18px;
}

#category_buy h2
{
    color: #056A9C;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

#category_author_profile
{
    padding: 15px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
}

#category_author_profile img
{
    border-radius: 5px;
}

#category_author_profile a
{
    color: #056A9C;
}

#category_author_profile .name
{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

#category_author_profile .qual
{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

#category_author_profile i
{
    width: 32px;
    background: #DEDEDE;
    padding: 8px;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
}

.category-author
{
    padding: 1.5rem;
}

#category_message_block
{
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    padding: 15px;
}

#category_message_block .imp_msg
{
    border-radius: 5px;
    padding: 15px;
}

#category_message_block .imp_msg:last-child
{
    background: #EEF7FB;
}

.category-description #category_faq_page .category_faq_head {
    background: #EEF7FB;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.category-description .category_faq_head em {
    float: right;
    width: 5%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
}

.category-description .category_faq_content {
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 30px;
}

.category-description #category_faq_page .category_faq_head.active {
    background: #056A9C;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.category-description #category_faq_page .category_faq_head.active h4 {
    color: #FFFFFF;
}

.category-description #category_faq_page .category_faq_head h4 {
    float: left;
    width: 95%;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #232323;
}

.category-description #category_faq_page .category_faq_head.active em {
    color: #FFFFFF;
}

.category-author .disclaimer-block {
    background: #efefef;
    padding: 20px 0;
}

.catalog-category-view .category-author {
    padding: 0px;
}

#category_product_block div ul li a {
    font-size: 16px;
    line-height: 22px;
}

.catalog-category-view .category-author .row div .disclaimer-note {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 20px;
}

/* Product List Page End */
/* Star some common */

.rxupload-index-index .rx-text p a, .callmydoctor-index-index .rx-text p a {
    color: #000;
}

.rx-upload .rx-form .fs-12 {
  font-size: 12px;
}

.callmydoctor-index-index .rx-bottom-txt p, .rxupload-index-index .rx-bottom-txt p {
    margin-bottom: 10px;
}

.cms-prescription-drugs .prd_text:last-of-type .div_block p {
    margin-bottom: 10px;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    border: 2px solid #68AB0F;
}

.form-create-account .street, .form-create-account .city, .form-create-account .country, .form-create-account .region, .form-create-account .zip, .form-create-account .telephone {
    display: inline-grid !important;
}

.customer-account-index #maincontent h1.page-title span {
    font-size: 24px;
}

.customer-account-index #maincontent .block-title strong {
    font-size: 22px !important;
}

.customer-account-create .control .nested .control {
    width: 100% !important;
}

.customer-account-index .page-title-wrapper {
    margin: 40px 0px 15px 0px;
}

.mini-cart .fee-breakdown .us-tariff-head {
    border-bottom: 0px solid #CCCCCC !important;
    font-size: 16px;
}

.mini-cart .fee-breakdown .fee-label {
    padding: 10px 5px 5px 0px;
    line-height: 20px;
}

.mini-cart .fee-breakdown .fee-amount {
    text-align: right;
    padding: 10px 5px 5px 0px;
}

.rx-prescription-box div .price {
    font-weight: 600;
}

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
    margin-top: 25px;
}

.block-collapsible-nav .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* End some common */
/* Product Review Block Start */

#review_block p
{
    margin-bottom: 0;
}

.review_head
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color:#F5F8FE;
    padding-top:30px;
}

.review_head_block .head
{
    margin-bottom: 20px;
}

.review_head_block .head h2
{
    color: #111222;
    font-size: 20px;
}

.review_head_block .head h2 span
{
    color: #EC8B22;
}

.review_head .fa-star, .review_head .fa-star-half-o, .review_head .fa-star-o,
.review_body .fa-star, .review_body .fa-star-half-o, .review_body .fa-star-o
{
    color: #EC8B22;
}

.review_head_block:nth-of-type(1) .body p:nth-child(1)
{
    font-size: 30px;
    margin-bottom: 5px !important;
}

.review_head_block .body #review_number
{
    color: #036C82;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.review_head_block:nth-of-type(1) .body p:last-child
{
    color: #EC8B22;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.review_head_block .review_breakdown .review_number,
.review_head_block .review_breakdown .review_percentage
{
    color: #036C82;
}

.review_head_block .review_breakdown .review_bar
{
    display: block;
    line-height: 20px;
}

.review_head_block .review_breakdown .review_bar_outer
{
    width: 65%;
    height: 10px;
    background: #666666;
    border-radius: 1px;
    position: relative;
}

.review_head_block .review_breakdown .review_bar_inner_first
{
    width: 84%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_second
{
    width: 12%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_third
{
    width: 2%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_fourth
{
    width: 1%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown .review_bar_inner_fifth{
    width: 1%;
    height: 10px;
    background: #EC8B22;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.review_head_block .review_breakdown p:nth-child(1)
{
    width: 4%;
}

.review_head_block .review_breakdown p:nth-child(2)
{
    width: 5%;
}

.review_head_block .review_breakdown p:last-child
{
    width: 10%;
}

.review_head_block .review_breakdown p
{
    font-size: 14px;
    line-height: 14px;
}

.review_breakdown .review_bar p, .review_breakdown .review_bar div
{
    display: inline-block;
}

.review_head_block .review_user_content
{
    overflow: hidden;
}

.review_head_block .review_user_content .left p:nth-child(1),
.review_body .review_single .left p:nth-child(1)
{
    font-size: 56px;
    color: #CCCCCC;
    margin-bottom: 5px !important;
}

.review_head_block .review_user_content .left p:nth-child(2),
.review_body .review_single .left p:nth-child(2)

{
    font-size: 18px;
    color: #036C82;
    font-weight:600;
}

.review_head_block .review_user_content .left p:nth-child(3),
.review_body .review_single .left p:nth-child(3)
{
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.review_head_block .review_user_content .left p:last-child,
.review_body .review_single .left p:last-child
{
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

.review_head_block .review_user_content .left
{
    width: 35%;
    float: left;
    text-align: center;
    padding: 5px;
}

.review_head_block .review_user_content .right
{
    width: 65%;
    float: left;
    text-align: left;
    padding: 5px;
}

.review_list .review_single .left
{
    width: 30%;
    float: left;
    text-align: center;
    padding: 5px;
}

.review_list .review_single .right
{
    width: 70%;
    float: left;
    text-align: left;
    padding: 5px;
}

.review_head_block .review_user_content .right p:nth-child(1),
.review_list .review_single .right p:nth-child(1)
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px !important;
}

.review_head_block .review_user_content .right p:nth-child(2),
.review_list .review_single .right p:nth-child(2)
{
    font-size: 18px;
    line-height: 21px;
    color: #242424;
    margin-bottom: 5px !important;
    font-weight:600;
}

.review_head_block .review_user_content .right p:last-child,
.review_list .review_single .right p:last-child
{
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}

.review-main-head
{
    text-align: center;
    color: #EC8B22;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 27px;
}

.review-body
{
    text-align:center;
}

.review-body p span
{
    font-size: 32px;
}

.review_head_block .review-body #review_number
{
    color: #036C82;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Product Review Block End */
/* LTFS Page Start */
.ltfs_block
{
    margin-bottom: 30px;
}

.ltfs_block a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.ltfs_block .note
{
    color: #68AB0F;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    width: 80%;
    margin: auto;
    text-align: center;
}

/* LTFS Page End */

/* Affiliate Dashboard Start */

.affiliate .page-main{
    padding:35px 0;
}

.affiliate .page-main .sidebar-main .title{
    display: none;
}

.affiliate .page-main .sidebar-main ul li{
    width:100%;
}

.account .page-main .right_sidebar{
    display:none;
}
.affiliate__widget-current{
    line-height: 35px;
}
.affiliate-btn{
    text-align:center;
}
.affiliate-btn a{
    width:20%;
}

#sitemap_block ul {
    padding: 0 20px;
    margin: 30px 0;
    overflow: hidden;
}

#sitemap_block ul li {
    width: 33%;
    float: left;
}

.category-common-content {
    padding: 1.5rem;
}

.category-common-content h2 {
    color: #075E89;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-common-content h3 {
    color: #075E89;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-common-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.affiliate-account-create .column.main {
    padding: 10px 30px;
}

.affiliate__account-create .fieldset.information {
    width: 100%;
    float: none;
}
/* Affiliate Dashboard End */
/* RIGHT SIDE OVERLAY ONLY */

@media (min-width: 400px)
{
    #cms_search_form #form_block .search_query
    {
        width: 45%;
    }    
    #sitemap_block ul li {
        width: 100%;
        float: none;
    }
}

@media (min-width: 576px)
{
    #sitemap_block ul li {
        width: 100%;
        float: none;
    }
}

@media (min-width: 768px)
{
    #nav_menu .nav a
    {
        line-height: 32px;
        font-size: 9px;
    }
    #nav_menu .nav li:last-child a
    {
        padding-right: 7px;
    }
    #home_banner .div_block
    {
        display: block;
    }
    #cms_search_form #form_block .search_query
    {
        width: 80%;
    }
    #category_author_profile .name
    {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    #category_author_profile .qual
    {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }    
    #sitemap_block ul li {
        width: 100%;
        float: none;
    }
    .product-brand
    {
        width: 49%;
        float: left;
    }
    .product-generic
    {
        width: 49%;
        float: right;
    }
    #hto_step .cont .step_title .tri_step,
    #hto_step .cont .tri_text
    {
        font-size: 16px;
    }
    .block-reorder .actions-toolbar
    {
        max-width: 260px;
    }
    .cart-trustseal
    {
        width: 73%;
    }
	
	
}

@media (min-width: 992px)
{
       
    #nav_header .nav-item
    {
        margin-right: 15px;
    }
    #nav_header .nav .nav-link,
    #nav_header .nav-item .text-white,
    #nav_header .nav .showcart span
    {
        font-size: 12px;
        line-height: 20px;
    }
    #nav_menu .nav a
    {
        font-size: 12px;
        line-height: 42px;
    }
    .fixed-search
    {
        top: 62px;
    }
    #home_selling,
    #home_about,
    #home_shop,
    #home_work,
    #home_review,
    #home_service,
    #home_posts
    {
        padding: 50px 0px;
    }
    #home_banner h1
    {
        font-size: 46px;
        line-height: 60px;
    }
    #home_banner h1 span
    {
        font-size: 72px;
    }
    #home_banner p:nth-child(2)
    {
        font-size: 30px;
        line-height: 30px;
    }
    #home_banner p:nth-child(3)
    {
        font-size: 18px;
        line-height: 22px;
    }
    #home_selling .hbc
    {
        box-shadow: none;
    }
    /* #home_selling .hbc:hover
    {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    } */
    #home_trust
    {
        padding: 10px 0px 10px 0px;
    }
    #home_trust #trust_icon_1
    {
        margin: 0;
    }
    #home_trust #trust_icon_2
    {
        margin: 20px 0px 0px 0px;
    }
    #home_trust #trust_icon_3
    {
        margin: 20px 0px 0px 0px;
    }
    #home_trust #trust_icon_4
    {
        margin: 19px 0px 0px 0px;
    }
    #home_trust #trust_icon_1 img
    {
        width: 165px;
    }
    #home_trust #trust_icon_2 img
    {
        width: 135px;
    }
    #home_trust #trust_icon_4 img
    {
        width: 190px;
    }
    #home_work .hbb .row .col-6 div
    {
        height: 95px;
    }
    #home_shop .col-12
    {
        padding: 0px 15px 0px 15px;
    }
   
    #hto_video .bg_light_blue p
    {
        font-size: 30px;
        padding: 0px;
    }
    .category-short-description .col-md-8
    {
        padding-left: 0px;
        padding-right: 15px;
    }
    .category-short-description .col-md-4
    {
        padding-left: 15px;
        padding-right: 15px;
    }
	
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-sections .section-item-content #nav_menu .nav a {
        font-size: 14px;
        margin-right: 0px;
    }
    #middle_header .nav li {
        padding-right: 2px !important;
    }
    #home_review .rating-box-none {
        padding: 0px 10px !important;
        margin: 0px 0px;
    }
    
    #home_review .review_block .bar {
        height: 14px;
    }
    #home_page_banner_block .head-title {
        font-size: 40px;
        margin: 20px 0px 0px 0px;
        line-height: 45px;
    }
    #home_page_banner_block .banner-content .subtitle {
        font-size: 26px;
        line-height: 30px;
        margin: 10px 0px 15px 0px;
    }
    #home_page_banner_block .banner-content .features li {
        font-size: 18px;
        margin: 10px 0px 0px 0px;
    }
    #home_how_medsengage_works_block .col-md-6 .custom-card h4 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 35px;
    }
    .form-create-account .street, .form-create-account .city, .form-create-account .country, .form-create-account .region, .form-create-account .zip, .form-create-account .telephone {
        display: block !important;
    }
    .checkout-onepage-success #maincontent {
        width: 90%;
    }
    #top_header .row div p {
        font-size: 13px;
    }
    #top_header .nav-item a {
        font-size: 13px;
    }
	#home_why .contents .pharmacy-heading{
		font-size: 28px;
		margin-bottom: 8px;
	}
	
	#home_why .sub_head {
        font-size: 21px;
		line-height: 26px;
		margin-bottom: 16px;
    }
}

@media (min-width: 1200px)
{
    #nav_header .nav .nav-link,
    #nav_header .nav-item .text-white,
    #nav_header .nav .showcart span
    {
        font-size: 16px;
        line-height: 20px;
    }
    #nav_menu .nav a
    {
        font-size: 16px;
        line-height: 52px;
    }
    .fixed-search
    {
        top: 72px;
    }
	
    #home_about p:nth-child(3)
    {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    #home_page_banner_block
    {
        background-size: cover;
    }
}



@media (max-width: 768px) {
    #mobile_logo .logo img {
        width: 225px;
    }
    #mobile_logo .logo {
        margin: 0 0 0 10%;
    }
    #middle_header .nav li {
        padding-right: 35px !important;
    }
    #middle_header .row .col-md-6 {
        padding: 5px 0px;
        line-height: 14px;
    }
    #middle_header .row .col-12 .nav {
        display: inline-flex;
    }
    #middle_header .custom-header-right .justify-content-end {
        justify-content: center !important;
    }
    .middle-header #middle_header {
        padding: 0px 0px 15px 0px;
    }
    .section-item-content #nav_menu .justify-content-md-center {
        display: block !important;
    }
    #home_page_banner_block .banner-content .head-tag {
        font-size: 16px;
    }
    #home_page_banner_block .head-title {
        font-size: 28px;
    }
    .extra-padding {
        padding-right: 50px !important;
    }
    #home_page_banner_block .banner-content {
        max-width: 100%;
        margin-right: 10px;
        text-align: left;
    }
    #home_selling .row .product-border {
        border-right: 0px solid white;
        border-bottom: 0px solid white;
    }
    #home_selling .row .product-border-bottom {
        border-right: 0px solid white;
        border-bottom: 0px solid white;
    }
    #home_selling .row .product-border-right {
        border-right: 0px solid white;
        border-bottom: 0px solid white;
    }
    
    #home_review .rating-box-none {
        padding: 20px 0px !important;
        margin: 0px 0px;
    }
    #home_review .rating-box {
        padding: 20px 20px !important;
        margin: 0px 20px;
    }
    #home_how_medsengage_works_block .container-fluid .col-md-6 .row .col-12 {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 20px;
    }
    .header-right-list li a {
        color: rgb(23, 125, 179);
    }
    .header.content {
        padding-top: 0px;
    }
    .nav-sections-item-content {
        margin-top: 0px !important;
    }
    #home_page_top_selling_block .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #home_selling .hbc {
        padding: 15px 10px 15px 0px;
        border-radius: 5px;
        box-shadow: rgb(171 191 183 / 40%) 0px 0px 0px 2px, rgb(92 120 151 / 65%) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    }
    #home_page_top_selling_block .product-grid {
        grid-template-columns: 1fr;
    }	
    .sparsh-search-auto-complete-block .minisearch .search {
        margin-top: 0px;
    }
    .sparsh-search-auto-complete-block .minisearch .control {
        padding-top: 0px;
    }
    #middle_header .nav .nav-link,
    #middle_header .nav-item .text-white,
    #middle_header .nav .showcart span
    {
        font-size: 14px;
        line-height: 20px;
    }
    #search_mini_form.sparsh-minisearch #search {
        display: block !important;
    }
    #home_page_banner_block::after {
        width: 100%;
        background: rgba(24, 120, 177, 0.8);
    }
    #home_review .review_block span {
        font-size: 12px;
    }
    #home_page_about_us_block .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
	#home_page_about_us_block {
        margin-top: 0px;
    }
    #home_page_about_us_block #home_about_us {
        padding: 30px 0px;
    }
    #home_page_about_us_block #home_about_us .about-image {
        display: none;
    }
    #home_about_us #myBtn {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        padding: 5px 25px;
    }
    #home_posts .blog-item p a {
        padding: 0px 20px;
        display: block;
        text-align: center;
    }
    #home_page_posts_block #home_posts {
        padding: 40px 0px 0px 0px;
    }
    #home_how_medsengage_works_block .how_medsengage_works .container-fluid {
        padding: 0px 20px;
    }
    .how_medsengage_works .custom-card {
        padding: 25px 15px;
    }
    .col-md-6 .custom-card h4 {
        margin-bottom: 10px;
        line-height: 25px;
        font-size: 21px;
    }
    .how_medsengage_works .custom-card p {
        font-size: 19px;
        line-height: 25px;
    }
    .how_medsengage_works .custom-card .icon {
        position: relative;
        text-align: right;
        bottom: 0px;
        right: 0px;
    }
    .how_medsengage_works .section-title h2 {
        font-size: 28px;
    }
    #how_medsengage_works .section-title h2 {
        font-size: 26px;
        margin: 0px 0px 20px;
    }
	#how_medsengage_works .section-desc p {
        padding: 0;
    }
	#how_medsengage_works .custom-card {
        padding: 25px 10px;
    }
    #how_medsengage_works .custom-card h3 {
        font-size: 20px;
        line-height: 26px;
        padding-right: 0px;
    }
    #how_medsengage_works .custom-card p {
        font-size: 20px;
        line-height: 26px;
        padding-right: 0px;
    }
    #how_medsengage_works .custom-card-two p {
        padding-right: 0px;
        font-size: 18px;
    }
    #how_medsengage_works .custom-card .icon {
        position: relative;
        right: 0px;
        bottom: 0px;
        text-align: right;
        margin-top: 20px;
        width: 100%;
    }
    #how_medsengage_works .custom-card-two .icon {
        margin-top: 0px;
    }
    #how_medsengage_works .custom-card .icon img {
        width: 50px;
    }
   
	#home_how_me_order_process #home_order_process .div_block .col-12 {
        margin-bottom: 25px;
    }
    #home_order_process .process-block {
        padding: 0px 0px 10px;
    }
    #home_order_process .process-block p {
        padding: 0 20px;
    }
    #home_page_top_selling_block h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    #home_why {
        padding: 30px 0px;
    }
	
	#home_why .contents{
		margin-top: 10px;
	}
	#home_why .contents .pharmacy-heading{
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	#home_why .sub_head {
        font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
    }
    #home_why .row .col-12:first-child {
        height: 410px;
    }
    
    #home_review .div_block h2 {
        font-size: 28px;
    }
    #home_review #SA_wrapper_e34QgvGHtpnc .SA__more_review a, #home_review #SA_wrapper_e34QgvGHtpnc .SA__more_review {
        padding: 0px;
    }
	#home_review .sub_head {
        font-size: 18px;
    }
    .sparsh-search-auto-complete-block.block-search input {
        margin: 5px 0px 20px 0px !important;
    }
    #footer_main #social a {
        display: inline-block;
        margin-right: 5px;
    }
   
    .footer_inner_bg div a img {
        padding-bottom: 10px;
        width: 100%;
    }
    #footer_main .bg_blue_green {
        padding: 20px 20px 20px 20px;
    }
    #footer_main .footer_inner_bg {
        padding: 10px 0px 10px 0px;
    }
    #footer_main .footer_title {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 600;
    }
    #home_how_me_order_process {
        margin: 0px 0 30px;
    }
    #home_page_service_offered_block {
        margin: 0 0 10px 0;
    }   
    .nav-sections-item-content .navigation .ui-menu-item-wrapper {
        padding-bottom: 50px;
    }
    #home_selling .hbc a {
        width: 50%;
    }
    #footer_main .bg_blue_green {
        padding: 20px 20px 20px 20px;
    }
    #footer_main .footer_inner_bg div a img {
        height: auto;
    }
    #top_header .row div {
        padding: 10px 0px 0px 0px;
    }
    #top_header ul li.nav-item:nth-child(5) {
        padding: 0px 0px 0px 0px;
    }
    .header.content {
        padding-bottom: 5px;
    }
    #home_how_medsengage_works_block .col-md-6 .custom-card h4 {
        font-size: 24px;
        line-height: 30px;
    }
    #home_page_banner_block .banner-content .subtitle {
        font-size: 30px;
        line-height: 40px;
    }
    #middle_header .search-bar-section .sparsh-minisearch .search .control input::placeholder {
      font-size: 12px;
      max-width: 220px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    #middle_header .search-bar-section .sparsh-minisearch .search .label {
        display: block;
        margin-bottom: -40px;
        width: 50px;
        height: 40px;
        background-color: #68AB0F;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-top: 5px;
        padding-left: 5px;
        padding-top: 3px;
    }
    #middle_header .search-bar-section .block-search .label:before {
        color: #fff;
    }
    #top_header .nav-item a {
        color: #fff;
        font-size: 14px;
        line-height: 18px;
    }
    #footer_main ul {
        margin-left: 10px;
        margin-top: 15px;
    }
    #top_header ul li.nav-item:nth-child(1) {
        padding: 0px 0px;
    }
    #top_header ul li.nav-item:nth-child(3) {
        padding: 0px 0px;
    }
    #top_header .nav-link {
        padding: 5px;
    }
    #home_page_customer_review_block .customer-review-bg::before {
        background: transparent;
    }
    .nav-sections .section-item-content #nav_menu .justify-content-md-center {
        display: block !important;
    }
    .page-wrapper .nav-sections {
        background: #056a9c;
    }
    #middle_header .sparsh-search-auto-complete-block .minisearch .control {
        padding-top: 0px;
    }
    .how_medsengage_works .section-desc p:last-child {
        padding: 0px;
    }
    
    #home_review .row .col-md-6 {
        padding: 0px 25px;
    }
    #home_page_about_us_block .page-main {
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-create-account .street, .form-create-account .city, .form-create-account .country, .form-create-account .region, .form-create-account .zip, .form-create-account .telephone {
        display: block !important;
    }
    .checkout-onepage-success #maincontent {
        width: 90%;
    }
    #home_order_process .div_block {
        padding: 25px 20px 0;
    }
}

