/* Bharath CSS Start */
@font-face
{
    font-family: rubik_regular;
    src: url('../fonts/Rubik-Regular.ttf');
}

@font-face
{
    font-family: rubik_semibold;
    src: url('../fonts/Rubik-SemiBold.ttf');
}

@font-face
{
    font-family: poppins_regular;
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face
{
    font-family: poppins_italic;
    src: url('../fonts/Poppins-Italic.ttf');
}

@font-face
{
    font-family: poppins_semibold;
    src: url('../fonts/Poppins-SemiBold.ttf');
}

body
{
    font-family: poppins_regular !important;
}

.offer-strip{
	background: #000;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}
.offer-strip p{
	margin:0;
	font-size: 16px;
}

@media only screen and (min-width: 0px)
{
    p
    {
        font-size: 14px;
        line-height: 18px;
    }

    a
    {
        font-size: 14px;
    }

    h2
    {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px)
{
    p
    {
        font-size: 14px;
        line-height: 20px;
    }

    a
    {
        font-size: 16px;
    }

    h2
    {
        font-size: 26px;
        line-height: 28px;
    }
	#sitemap_block ul li{
		width:100%;
		float:none;
	}
}

@media only screen and (min-width: 768px)
{
    p
    {
        font-size: 16px;
        line-height: 22px;
    }

    a
    {
        font-size: 16px;
    }

    h2
    {
        font-size: 30px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px)
{
    p
    {
        font-size: 16px;
        line-height: 24px;
    }

    h2
    {
        font-size: 30px;
        line-height: 32px;
    }
}

.color_primary
{
    color: #036C82;
}

.color_secondary
{
    color: #0389A5;
}

.color_tertiary
{
    color: #EC8B22;
}

.background_primary
{
    background: #036C82;
}

.background_secondary
{
    background: #0389A5;
}

.background_tertiary
{
    background: #EC8B22;
}

.background_grey
{
    background: #F5F8FE;
}

input
{
    outline: 0 none;
}

select:focus
{
    box-shadow: none;
}

.block_default
{
    padding: 40px 0px;
}

.block_default ul, .block_default li, .block_default p, .block_default a,
.block_default h1, .block_default h2, .block_default h3, .block_default h4, .block_default h5, .block_default h6
{
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #333333;
}

.sidebar_block_column ul, .sidebar_block_column li, .sidebar_block_column p, .sidebar_block_column a,
.sidebar_block_column h1, .sidebar_block_column h2, .sidebar_block_column h3, .sidebar_block_column h4, .sidebar_block_column h5, .sidebar_block_column h6
{
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #333333;
}

.standard_button
{
    display: inline-block;
    background: #036C82;
    border: 0 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 10px 40px !important;
    border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: none;
}

.standard_button:hover
{
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    background: #EC8B22;
}

.standard_button_outline
{
    display: inline-block;
    background: #FFFFFF;
    color: #036C82 !important;
    font-size: 14px;
    padding: 10px 40px !important;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 2px solid #036C82;
    box-shadow: none;
}

.standard_button_outline:hover
{
    background: #036C82 !important;
    color: #FFFFFF;
    cursor: pointer;
}

.standard_anchor
{
    display: inline-block;
    color: #025064 !important;
}

.standard_anchor:hover
{
    color: #EC8B22;
}

#sitemap_block ul{
	padding: 0 20px;
    margin: 30px 0;
    overflow: hidden;
}

#sitemap_block ul li{
	width: 33%;
    float: left;
}
#nav_header
{
    padding: 0 !important;
}

#nav_header a, #nav_header span, #nav_menu a, #nav_menu span
{
    padding: 0;
    font-size: 12px;
    font-family: rubik_regular;
}

#nav_menu a img
{
    vertical-align: text-top;
}

#nav_header li
{
    margin-right: 1.5rem;
}

#nav_menu li
{
    margin-right: 1.5rem;
}

#nav_menu li a, #nav_menu li span
{
    color: #036C82;
}

#nav_menu ul li
{
    line-height: 30px;
}

#mobile_logo
{
    width: 300px;
    margin: auto;
    padding: 10px 0px;
}


.fixed-menu {
    animation-duration: .45s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
}

.fixed-search {
    animation-duration: .45s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 76px;
}


#home_block_banner
{
    background-image: url('../images/main_home_banner_bg.webp');
    background-size: cover;
    padding: 20px 0px;
}

#home_banner_text
{
    text-align: center;
    padding-top: 15px;
}

#home_banner_text h1
{
    color: #EC8B22;
    margin-bottom: 35px;
    font-size: 46px;
    font-family: rubik_semibold;
}

#home_banner_text h1 span
{
    color: #205064;
    font-size: 56px;
    letter-spacing: 1px;
}

#home_banner_text p
{
    margin-bottom: 5px;
}

#home_banner_text_80
{
    color: #111111;
    font-size: 28px;
}

#home_banner_text_filing
{
    color: #004557;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: poppins_italic;
    line-height: 22px;
}

#home_banner form
{
    font-size: 0;
}

#home_banner .search_query, #home_banner .search_query:active, #home_banner .search_query:focus,
.prescription_drugs_body .search_query, .prescription_drugs_body .search_query:active, .prescription_drugs_body .search_query:focus,
.otc_products_body .search_query, .otc_products_body .search_query:active, .otc_products_body .search_query:focus
{
    width: 60%;
    height: 48px !important;
    display: inline-block;
    border: 1px solid #205064 !important;
    border-right-width: 0 !important;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px !important;
    vertical-align: bottom;
    margin-bottom: 4px;
    outline: 0;
    box-shadow: none;
}

.prescription_drugs_body .search_query, .prescription_drugs_body .search_query:active, .prescription_drugs_body .search_query:focus,
.otc_products_body .search_query, .otc_products_body .search_query:active, .otc_products_body .search_query:focus
{
    height: 56px !important;
}

#home_banner .search_submit, .prescription_drugs_body .search_submit, .otc_products_body .search_submit
{
    width: 100px;
    height: 56px;
    display: inline-block;
    background: #EC8B22;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #EC8B22;
    padding: 6px 0px;
    vertical-align: bottom;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
}

#input_search
{
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url('../images/search.webp');
    background-size: contain;
    margin-left: -48px;
    margin-bottom: 9px;
}

#trust
{
    text-align: center;
    margin-top: 30px;
}

.trust_icon
{
    width: 200px;
}

#trust_icon_3 .trust_icon{
	margin-top:-10px;
}

#trust_icon_1 .trust_icon
{
    width: 140px;
	border-radius:3px;
}

#trust_icon_2 .trust_icon
{
    width: 230px;
}

#trust_icon_4 .trust_icon
{
    width: 240px;
}

.home_block_head
{
    text-align: center;
    margin-bottom: 50px;
}

.home_block_head h2,
.home_block_head h3
{
    color: #EC8B22;
    margin-bottom: 5px;
    font-family: rubik_semibold;
    font-size: 3rem;
    line-height: 1.2;
}

.home_block_head h2 span,
.home_block_head h3 span
{
    color: #025064;
}

.home_block_head p
{
    color: #444444;
    line-height: 22px;
}

.home_block_body
{
    text-align: center;
}

.home_block_column
{
    margin: 0;
    padding: 20px 15px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
    border-radius: 30px 5px 30px 5px;
}

.home_block_column span
{
    display: inline-block;
    color: #EC8B22;
    font-size: 40px;
    margin-bottom: 10px;
}

.home_block_column h3
{
    color: #111111;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: rubik_semibold;
}

#home_advantage .adv_title
{
    color: #111111;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: rubik_semibold;
}

.home_block_column p
{
    color: #444444;
    font-size: 13px;
    line-height: 16px;
}

#home_block_advantage .home_block_column span
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain !important;
}

#home_block_advantage .col-sm-12:nth-of-type(1) span
{
    background: url('../images/approved.webp');
}

#home_block_advantage .col-sm-12:nth-of-type(2) span
{
    background: url('../images/free_shipping.webp');
}

#home_block_advantage .col-sm-12:nth-of-type(3) span
{
    background: url('../images/expedite_delivery.webp');
}

#home_block_advantage .col-sm-12:nth-of-type(4) span
{
    background: url('../images/secure_transaction.webp');
}

#home_block_featured .home_block_column .feat_title
{
    color: #00819D;
    margin-bottom: 0px;
    font-family: rubik_semibold;
}

#home_block_featured .home_block_column span
{
    display: inline-block;
    color: #EC8B22;
    font-size: 14px;
    margin-bottom: 7px;
}

#home_block_featured .home_block_column p
{
    margin-bottom: 20px;
    font-size: 18px;
}

#home_block_featured .home_block_column p .fa-dollar
{
    font-size: 12px;
    color: #555555;
    vertical-align: super;
}

#home_block_featured .home_block_column .feat_buy_now
{
    display: inline-block;
    background: #025064;
    color: #FFFFFF !important;
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 14px;
}

#home_block_featured .home_block_column .feat_buy_now a:hover
{
    text-decoration: none;
}

#home_block_about .container
{
    padding-left: 30px;
    padding-right: 30px;
}

#home_about .row
{
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
    border-radius: 80px 15px;
    padding: 50px 20px;
    text-align: justify;
}

#home_about .col-lg-7 p
{
    margin-bottom: 30px;
}

#home_block_why
{

}

#home_about
{
    padding-left: 15px;
    padding-right: 15px;
}

.home_about_column
{
    background: #036C82;
    border-radius: 10px;
    margin-bottom: 20px;
}

.home_about_column .cont .img_div
{
    display: inline-block;
    border-right: 2px solid #FFFFFF;
    margin-right: 10px;
}

.home_about_column .cont img
{
    width: 64px;
    display: inline-block;
    background: #EC8B22;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home_about_column .cont .side_title
{
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
}

.home_about_column .cont .side_title a
{
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
}




#home_upload .col-md-5
{
    background: #FF8027;
}

#home_upload ul li
{
    list-style-type: none;
}

#home_upload ul li span, #home_upload ul li p
{
    display: inline-block;
}

#home_upload ul li p
{
    color: #036C82;
}

#home_service .home_block_column
{
    background: #F5F8FE !important;
    color: #EC8B22 !important;
    box-shadow: none;
}

#home_service .home_block_column h4
{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

#home_service .home_block_column span, #home_service .home_block_column h4, #home_service .home_block_column p
{
    color: #EC8B22;
}

#home_service .home_block_column #hsb_prescription,
#home_service .home_block_column #hsb_refill,
#home_service .home_block_column #hsb_help
{
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
}

#home_service .home_block_column p
{
    color: #333333;
    font-weight: 600;
}

#home_review .home_block_column
{
    padding: 30px 20px;
    height: 235px;
}

#home_review .home_block_column h3
{
    font-size: 18px;
    color: #00819D;
    margin-bottom: 15px;
}

#home_review .home_block_column p
{
    margin-bottom: 15px;
}

#home_review .home_block_column span
{
    font-size: 14px;
    font-weight: 600;
    vertical-align: super;
}

#home_review .home_block_column .hcr_name
{
    display: block;
    font-size: 16px;
    margin: 0;
}

#home_review .home_block_column .hcr_loc
{
    display: block;
    font-size: 12px;
    color: #AAAAAA;
}

#home_review .row
{
    margin-bottom: 20px;
}

#home_customer_review
{
    box-shadow: none !important;
    padding: 0 !important;
    background: none !important;
}

#home_customer_review p
{
    margin-bottom: 0px !important;
}

#home_customer_review p:nth-child(1)
{
    color: #EC8B22;
    font-size: 30px;
}

#home_customer_review p:nth-child(2)
{
    color: #036C82;
    font-size: 14px;
    font-weight: 600;
}

#home_customer_review p:nth-child(3)
{
    color: #EC8B22;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

#home_customer_review .review_block
{
    margin-bottom: 3px;
}

#home_customer_review .review_number, #home_customer_review .review_star, #home_customer_review .review_bar, #home_customer_review .review_percentage
{
    display: inline-block;
    margin: 0;
}

#home_customer_review .review_number
{
    width: 4%;
}

#home_customer_review .review_star
{
    width: 18px;
}

#home_customer_review .review_percentage
{
    width: 8%;
}

#home_customer_review .review_number, #home_customer_review .review_percentage
{
    color: #036C82;
}

#home_customer_review .review_bar
{
    width: 80%;
    height: 16px;
    background: #666;
}

#home_customer_review .review_bar div
{
    height: 16px;
    background: #EC8B22;
}

#home_customer_review .review_block:nth-of-type(1) .review_bar div
{
    width: 82%;
}

#home_customer_review .review_block:nth-of-type(2) .review_bar div
{
    width: 14%;
}

#home_customer_review .review_block:nth-of-type(3) .review_bar div
{
    width: 2%;
}

#home_customer_review .review_block:nth-of-type(4) .review_bar div
{
    width: 1%;
}

#home_customer_review .review_block:nth-of-type(5) .review_bar div
{
    width: 1%;
}

#footer_main
{
    padding: 30px 0px;
}

#footer_main .col-sm-12:nth-of-type(1) ul li:nth-of-type(5) a span
{
    font-size: 30px !important;
    color: #FFFFFF;
    margin-right: 6px;
}

#footer_main .col-sm-12:nth-of-type(5) ul li
{
    display: inline-block;
}

#footer_main .footer_title
{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    border-bottom: 1px solid #EC8B22;
}

#footer_main ul
{
    margin: 0;
    padding: 0;
}

#footer_main ul li
{
    list-style-type: none;
    margin-bottom: 5px;
}

#footer_main ul li span
{
    font-size: 12px;
    margin-right: 5px;
    color: #EC8B22;
}

#footer_main .footer_title span
{
    color: #EC8B22;
}

#footer_main ul li a
{
    color: #FFFFFF;
    font-size: 14px;
}

#footer_main p
{
    font-size: 12px;
    margin-bottom: 1rem;
    line-height: 18px;
}

#footer_divider
{
    width: 100%;
    height: 1px;
    margin: 0.5rem 0rem;
    background: #EC8B22;
}

#footer_pre
{
    padding-bottom: 30px;
}

#how_to_order_block img
{
    width: 32px;
}

.how_to_order_head, .refill_prescription_head, .prescription_drugs_head, .otc_products_head, .contact_head, .about_head
{
    margin-bottom: 20px;
}

.how_to_order_head h2, .refill_prescription_head h2, .prescription_drugs_head h2, .otc_products_head h2, .contact_head h2, .about_head h2
{
    color: #025064;
    font-family: rubik_semibold;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.how_to_order_head h3, .refill_prescription_head h3, .prescription_drugs_head h3, .otc_products_head h3
{
    color: #025064;
    font-family: rubik_semibold;
    font-size: 2rem;
    margin-bottom: 20px;
}

.how_to_order_head span, .refill_prescription_head span, .prescription_drugs_head span, .otc_products_head span, .contact_head span, .about_head span
{
    color: #EC8B22;
}

.how_to_order_column, .refill_prescription_column, .prescription_drugs_column, .otc_products_column, .contact_column, .about_column
{
    padding: 0px;
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
    border-radius: 60px 15px;
    margin-bottom: 50px;
}

.how_to_order_column:nth-of-type(1) .how_to_order_column
{
    box-shadow: none;
    border-radius: 0;
}

.prescription_drugs_body p, .refill_prescription_body p, .about_body p
{
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
}

.prescription_drugs_body p span, .refill_prescription_body p span, .about_body p span
{
    font-weight: 600 !important;
}

.how_to_order_column .p_italic, .refill_prescription_column .p_italic, .prescription_drugs_column .p_italic, .about_column .p_italic
{
    font-family: poppins_italic;
    font-size: 16px;
    line-height: 24px;
}

#how_to_order .how_to_order_column
{

}

#how_to_order .how_to_sub_title
{
    font-size: 24px;
    font-weight: bold;
}

#how_to_order .video
{
    margin-bottom: 40px;
}

#how_to_order .how_to_order_column:nth-of-type(3) .row:nth-of-type(5)
{
    border-bottom: none;
}

#how_to_order .how_to_order_column:nth-of-type(4)
{
    /*box-shadow: none;
    border-radius: 0px;*/
}

#how_to_order .how_to_order_body .no_border
{
    border: 0 !important;
}

#how_to_order .how_to_order_column:nth-of-type(5) .row
{
    border-bottom: none;
}

#how_to_order .how_to_order_column .secondary, #about .column .secondary
{
    color: #0389A5;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: poppins_regular;
}

#how_to_order .how_to_order_column .secondary
{
    margin-bottom: 10px;
}

#how_to_order .how_to_order_column .tertiary, #about .column .tertiary
{
    color: #EC8B22;
}

#how_to_order .how_to_order_column p
{
    letter-spacing: 0.5px;
}

#how_to_order .how_to_order_column .row
{
    padding: 10px 0px;;
}

#how_to_order .how_to_order_column .row:last-child
{
    border-bottom: 0 !important;
}

#how_to_order .how_to_order_column .special_border
{
    border-bottom: 1px solid #EC8B22 !important;
}

.how_to_order_column .how_to_order_body .cms_sub_head,
.prescription_drugs_column .prescription_drugs_body .cms_sub_head
{
    color: #010101 !important;
    font-size: 24px !important;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: poppins_regular;
    text-align: left;
}

.how_to_order_column .how_to_order_body .cms_sub_head
{
    margin-bottom: 5px;
}

.how_to_order_column .how_to_order_body .row .col-md-11 p:last-child
{
    font-size: 14px;
    line-height: 18px;
}

.how_to_order_body .standard_button, .how_to_order_body .standard_button_outline
{
    width: 100%;
    padding: 10px !important;
}

.how_to_order_body .item.title.active .cms_button
{
    background: #EC8B22 !important;
    border: 2px solid #EC8B22 !important;
    color: #FFFFFF !important;
}

.how_to_order_body .item.title.active .cms_button_outline
{
    background: #EC8B22 !important;
    border: 2px solid #EC8B22 !important;
    color: #FFFFFF !important;
}





#refill_prescription_block
{

}

#refill_prescription
{

}

.refill_prescription_column
{
    box-shadow: none;
    padding: 0;
}

.refill_prescription_body
{

}

.refill_prescription_column:nth-of-type(3) img
{
    margin-bottom: 20px;
}

.refill_prescription_column:nth-of-type(3) p
{
    height: 70px;
}

.refill_prescription_body #refill_signup,
.refill_prescription_body #refill_login
{
    width: 64px;
}

#refill_prescription_page #refill_type .refill_prescription_head
{
    margin-bottom: 100px;
}

#refill_prescription_page #refill_type .col-12
{
    margin-bottom: 120px;
}

.refill_prescription_body .refill_info
{
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
    padding: 30px 15px;
    border-radius: 10px;
}

.refill_prescription_body .refill_info .refill_img
{
    width: 128px;
    height: 128px;
    margin: 0px auto 20px;
    background: #FFFFFF;
    margin-top: -95px;
}

.refill_prescription_body .refill_info img
{

}

.refill_prescription_body .refill_info .refill_head
{
    color: #025064;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.refill_prescription_body .refill_info span,
.refill_prescription_body .refill_info a
{
    color: #EC8B22;
}

.refill_prescription_body .refill_info a
{
    font-size: 14px;
    word-wrap: break-word;
}

.refill_prescription_body .refill_info .refill_body
{
    font-size: 14px;
    font-weight: bold;
}




#prescription_drugs_block
{

}

#prescription_drugs
{

}

.prescription_drugs_column, .otc_products_column
{
    box-shadow: none;
    padding: 0;
}

.prescription_drugs_body form, .otc_products_body form
{
    font-size: 0;
}

.prescription_drugs_body .search_query, .prescription_drugs_body .search_query:active, .prescription_drugs_body .search_query:focus,
.otc_products_body .search_query, .otc_products_body .search_query:active, .otc_products_body .search_query:focus
{
    width: 40%;
    height: 56px;
}

.prescription_drugs_body .search_submit, .otc_products_body .search_submit
{
    width: 100px;
    height: 64px;
}

.prescription_drugs_body #input_search, .otc_products_body #input_search
{
    margin-left: -50px;
    margin-bottom: 12px;
}

.best_selling_block
{

}

.best_selling_block .best_selling
{
    background: #036C82;
    overflow: hidden;
    border-radius: 4px;
}

.best_selling .left, .best_selling .right
{
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}

.best_selling .left
{
    width: 26%;
    background: #EC8B22;
}

.best_selling .right
{
    width: 70%;
}

.best_selling .left span
{
    width: 31px;
    height: 33px;
    display: inline-block;
    background-image: url('prescription_med.webp');
    background-size: contain;
}

.best_selling .right a
{
    display: inline-block;
    color: #FFFFFF;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
}

.prescription_drugs_column .prescription_drugs_body .row
{
    border-bottom: 1px solid #EC8B22;
    padding: 25px 0px;
}

.prescription_drugs_column:nth-of-type(2) .prescription_drugs_body .row
{
    border-bottom: 0 !important;
}

.prescription_drugs_column:nth-of-type(3) .prescription_drugs_body .row:nth-of-type(3)
{
    border-bottom: 0 !important;
}

.prescription_drugs_column:nth-of-type(3) .prescription_drugs_head h3
{
    margin-bottom: 5px;
}

.prescription_drugs_column .prescription_drugs_subinfo
{
    font-size: 18px;
    color: #656565;
}





#faq_page_block
{

}

#faq_page
{

}

.cms_page_content h3
{
    position: relative;
    margin-bottom: 25px;
    color: #036C82;
    font-size: 24px;
    font-family: rubik_semibold;
    text-align: left;
}

.cms_page_content h3:after
{
    content: "";
    background: rgb(236,139,34);
    background: linear-gradient(90deg, rgba(236,139,34,1) 0%, rgba(251,168,78,1) 100%);
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.cms_page_content p
{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 22px;
    text-align: left;
}

#cms_category_block
{
    margin-bottom: 30px;
    text-align: center;
}

.cms_category
{
    width: 100%;
    display: inline-block;
    background: #036C82;
    color: #FFFFFF !important;
    font-size: 16px !important;
    padding: 12px 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 10px;
}

.cms_category:hover
{
    background: #EC8B22;
    cursor: pointer;
}

.cms_category span
{
    display: inline-block;
    float: right;
    font-size: 18px;
}

.cms_button
{
    display: inline-block;
    background: #036C82;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 10px 40px !important;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 2px solid #036C82;
}

.cms_button:hover
{
    color: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    background: #EC8B22;
    border: 2px solid #EC8B22;
}

.cms_button_outline
{
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    color: #036C82 !important;
    font-size: 14px;
    padding: 10px 40px !important;
    border-radius: 5px;
    letter-spacing: 1px;
    border: 2px solid #036C82;
}

.cms_button_outline:hover
{
    background: #036C82 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

.cms_page_highlight
{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.cms_page_min_margin
{
    margin-bottom: 20px !important;
}

.faq-content
{
    margin-top: 15px;
}





#contact_block
{

}

#contact
{

}

.contact_block_column, .about_block_column
{
    height: 260px;
    margin: 0;
    padding: 20px 15px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
    border-radius: 30px 5px 30px 5px;
}

.contact_block_column .sub_icon
{
    display: inline-block;
    color: #EC8B22;
    font-size: 50px !important;
    margin-bottom: 10px;
}

.contact_block_column h3
{
    color: #036C82;
    font-size: 24px !important;
    margin-bottom: 5px;
    font-family: rubik_semibold;
}

.contact_block_column p
{
    color: #444444;
    font-size: 13px !important;
}

.contact_block_column .sub_head
{
    font-size: 22px !important;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact_block_column .sub_text, .about_block_column .sub_text
{
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
}

.contact_block_column .sub_high
{
    color: #0389A5;
}

.contact_column .contact_body .row .col-12
{
    padding-left: 0px;
    padding-right: 0px;
}

.contact_column:nth-of-type(3) p
{
    text-align: left;
    border-bottom: 1px solid #EC8B22;
    margin-bottom: 40px;
}

#contact_block .contact_column:nth-of-type(1)
{
    padding: 0;
    box-shadow: none;
}

#contact_block_form input, #contact_block_form textarea
{
    height: 36px;
    color: #333333;
}

#contact_block_form textarea
{
    height: 140px;
    font-size: 14px;
}

#contact_block_form input:focus, #contact_block_form textarea:focus
{
    border-color: #036C82;
    box-shadow: none;
}

.contact_head h2
{
    margin-bottom: 30px;
}

.contact_head p
{
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #EC8B22;
    font-weight: bold;
    font-family: poppins_regular;
}

#home_service .home_block_column .standard_anchor,
.how_to_order_body .standard_anchor,
.contact_block_column .standard_anchor
{
    background: #07889b;
    color: #FFFFFF !important;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: 10px;
	cursor:pointer;
}

#home_service .home_block_column .standard_anchor:hover,
.how_to_order_body .standard_anchor:hover,
.contact_block_column .standard_anchor:hover
{
    background: #EC8B22;
    text-decoration: none;
}

.shipping-message{
	margin: 15px 0 40px 0;
    border: 3px solid #eeb67b;
    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:#036C82;
}


.about_column
{
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
}

.about_block_column div
{
    height: 70px;
}

.about_block_column img
{
    margin-bottom: 10px;
}

.about_block_column h3
{
    font-family: rubik_semibold;
    margin-bottom: 10px;
    font-size: 24px;
}

#about .column p
{
    font-size: 16px;
}

#about .column:nth-of-type(1) p, #about .column:nth-of-type(3) p
{
    line-height: 2rem !important;
}





.success_page_block
{

}

.success_page_block h2
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

.success_page_block ol
{
	margin-bottom: 90px;
}

.success_page_block .ques_chat h1
{
	text-align: center;
	color: #036C82;
}

.success_page_block .ques_chat p
{
	text-align: center;
	color: #333333;
	margin-bottom: 48px;
}

.success_page_block .ques_chat a
{
    color: #07889B;
    font-weight: bold;
}





.sidebar_block_column
{
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 5px;
    border-radius: 40px 10px 40px 10px;
    margin-bottom: 30px;
    background: #FFFFFF;
    text-align: center;
    padding: 20px 15px;
}

.sidebar_block_column h4
{
    font-family: rubik_semibold;
    color: #121212;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
}

.sidebar_block_column h4::before
{
    content: "";
    background: #EC8B22;
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 43%;
}

.sidebar_block_column .sidebar_block_subhead
{
    color: #0389A5;
    font-size: 22px;
    font-weight: 600;
    font-family: rubik_semibold;
    margin-bottom: 30px;
    line-height: 22px;
}

.sidebar_block_column .sidebar_note
{
    color: #EC8B22;
    font-size: 14px;
    font-family: rubik_regular;
    margin: 0;
    margin-top: 15px;
    line-height: 14px !important;
}

.sidebar_review_rating
{
    color: #EC8B22 !important;
    margin-bottom: 10px !important;
}

.sidebar_review_sub
{
    color: #0389A5 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
}

.sidebar_review_text
{
    color: #545454 !important;
    font-family: poppins_regular !important;
    font-size: 13px !important;
    margin-bottom: 20px !important;
}

.sidebar_review_author
{
    color: #EC8B22 !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

#category-short-description
{
    text-align: center;
}

.category-short-description p{
	text-align: justify;
}
.category-short-description p strong{
	color:#036e7e;
}

#category_product_block p span{
    color: #036e7e;
    font-weight: 600;
}

#category_product_block h4{font-size: 2rem; font-weight: 600; margin-bottom: 10px; color: #048ca9; }

.author-img{
	width: 80%;
	border-radius:6px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),0 6.7px 5.3px rgba(0, 0, 0, 0.048),0 12.5px 10px rgba(0, 0, 0, 0.06),0 22.3px 17.9px rgba(0, 0, 0, 0.072),0 41.8px 33.4px rgba(0, 0, 0, 0.086),0 100px 80px rgba(0, 0, 0, 0.12);
}
.author-published{
	font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
}

.name-head{
	font-size: 22px;
    font-weight: 600;
}

.sidebar_review_country{
	font-size: 14px;
}
.shipping-icon{
	width:80%;
	margin-bottom:20px;
}
.prod_img_ref
{
    font-size: 11px;
    color: #666666;
    text-align: center !important;
}

.product-additional-information .flag-cty
{
    width: 20px;
}

.category-description
{
    padding: 1.5rem;
}
.category-description ul li{
	margin-bottom:0px;
}
.category-description ul li p{
	margin-bottom:0px;
}
#category_related_product_block
{
    background: #EEEEEE;
    margin-bottom: 3rem;
    padding: 1.5rem;
    border-radius: 3px;
}

#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-right: 1rem;
    margin-bottom: 15px;
}

#category_related_product_block .row .related_item a
{
    width: 100%;
    display: inline-block;
    padding: 1rem 2rem;
    background: #036C82;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

#category_product_block h2
{
    font-size: 3rem;
    font-weight: bold;
    color: #0389A5;
    margin-bottom: 3rem;
}

#category_product_block h3
{
    color: #EC8B22;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
	margin-top:20px;
}




#review_block p
{
    margin-bottom: 0;
}

.review_head
{
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color:#F5F8FE;
	padding-top:30px;
}
.social-icon ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon ul li{
	float:left;
}

.social-icon ul li a i {
	color: #036C82;
    border-radius: 4px;
    width: 30px;
    height: 31px;
    font-size: 26px;
}

.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
{

}

.review_head_block:nth-of-type(1) .body p:nth-child(1)
{
    font-size: 30px;
    margin-bottom: 5px !important;
}

.review_head_block:nth-of-type(1) .body p:nth-child(2)
{

}



.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
{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.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;
}

/* Medical Professional Page Start */

#page_med_pro
{

}

#page_med_pro .tertiary
{
    color: #EC8B22;
    font-size: 24px;
}

#page_med_pro h3
{
    font-weight: bold;
    margin-bottom: 3px;
}

#page_med_pro .author_cat_block
{
    background: #F5F8FE;
    border-bottom: 1px solid #CCCCCC;
}

#page_med_pro .author_cat_block:last-child
{
    border: 0;
}

#page_med_pro .author_cat_block .col-12
{
    padding: 20px;
}

#page_med_pro .author_cat_block .col-4
{
    padding: 30px;
}

#page_med_pro .author_cat_block img
{
    width: 150px;
    margin-bottom: 40px;
    border-radius: 30px;
}

#page_med_pro .author_cat_block .col-md-4
{
    text-align: center;
}

#page_med_pro .author_cat_block .col-md-8
{

}

#page_med_pro .author_cat_block .col-md-4 p
{
    font-weight: 500;
    margin-bottom: 5px;
}

#page_med_pro .author_cat_block .col-md-4 p:nth-child(2)
{
    font-size: 24px;
    color: #036C82;
}

#page_med_pro .author_cat_block .col-md-4 p:nth-child(3)
{
    font-size: 20px;
    font-weight: bold;
}

/* Medical Professional Page End */






@media only screen and (min-width: 0px)
{
    #nav_header li
    {
        margin-right: 0.5rem;
        margin-bottom: 0;
    }

    #nav_menu li
    {
        margin: 0 !important;
        padding: 5px 15px;
    }

    #nav_menu .row .col-md-4
    {
        padding-left: 1.5rem;
    }

    #nav_menu .row .col-md-8
    {
        padding: 0;
    }

    #mobile_logo
    {
        width: 260px;
    }

    #home_banner_text h1
    {
        font-size: 32px;
        line-height: 40px;
    }

    #home_banner_text h1 span
    {
        font-size: 50px;
    }

    #home_banner_text_80
    {
        font-size: 20px;
    }

    .trust_icon
    {
        width: 140px;
    }

    .home_block_head h2,
    .home_block_head h3
    {
        font-size: 2.5rem;
    }

    .how_to_order_column .how_to_order_body .cms_sub_head, .prescription_drugs_column .prescription_drugs_body .cms_sub_head
    {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .prescription_drugs_body p, .refill_prescription_body p, .about_body p
    {
        line-height: 20px !important;
    }

    .prescription_drugs_body .search_query, .prescription_drugs_body .search_query:active, .prescription_drugs_body .search_query:focus
    {
        width: 65%;
    }

    .product-brand, .product-generic
    {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .product-list ul li.item.title
    {
        display: block !important;
    }

    .product-list ul li.item.title.active
    {
        border-radius: 0;
    }

    .how_to_order_column .p_italic, .refill_prescription_column .p_italic, .prescription_drugs_column .p_italic, .about_column .p_italic
    {
        font-size: 13px;
        line-height: 18px;
    }

    #how_to_order .how_to_order_column .secondary, #about .column .secondary
    {
        line-height: 18px;
    }

    .refill_prescription_body .row .col-12.col-sm-12:nth-of-type(4) img
    {
        width: 50% !important;
    }
}





@media only screen and (min-width: 576px)
{
    #mobile_logo
    {
        width: 300px;
    }

    #nav_header li
    {
        margin-right: 0.5rem;
    }

    .home_block_head h2,
    .home_block_head h3
    {
        font-size: 3rem;
    }

    .prescription_drugs_body p, .refill_prescription_body p, .about_body p
    {
        line-height: 22px !important;
    }

    .prescription_drugs_body .search_query, .prescription_drugs_body .search_query:active, .prescription_drugs_body .search_query:focus
    {
        width: 56%;
    }

    #how_to_order .how_to_order_column .secondary, #about .column .secondary
    {
        line-height: 20px;
    }

    .how_to_order_column .p_italic, .refill_prescription_column .p_italic, .prescription_drugs_column .p_italic, .about_column .p_italic
    {
        font-size: 14px;
        line-height: 20px;
    }
}



@media only screen and (min-width: 768px)
{
    #nav_header .row col-md-6
    {
        padding-left: 4rem;
    }

    #nav_header a, #nav_header span, #nav_menu a, #nav_menu span
    {
        font-size: 10px;
    }

	#nav_menu a, #nav_menu span
    {
        font-size: 9px;
    }

    #nav_header li
    {
        margin-right: 0.5rem;
    }

    #nav_menu li
    {
        margin-right: 0.5rem;
        line-height: 70px;
        padding: 3px 3px;
    }

    #nav_menu ul li
    {
        line-height: 68px;
    }

    #nav_menu .row .col-md-4
    {

    }

    #nav_menu .row .col-md-8
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    #home_block_banner
    {
        padding: 50px 0px;
    }

    #home_banner_text h1
    {
        font-size: 46px;
        line-height: 60px;
    }

    #home_banner_text h1 span
    {
        font-size: 56px;
    }

    #home_banner_text p
    {
        margin-bottom: 25px;
    }

    #home_banner_text_80
    {
        font-size: 28px;
    }

    #home_banner_text_filing
    {
        font-size: 20px;
        line-height: 30px;
    }

    .how_to_order_column, .refill_prescription_column, .prescription_drugs_column, .otc_products_column, .contact_column, .about_column
    {
        padding: 20px 0px;
    }

    .trust_icon
    {
        width: 200px;
    }

    #trust_icon_1 .trust_icon
    {
        width: 185px;
		border-radius:6px;
    }

    .prescription_drugs_body p, .refill_prescription_body p, .about_body p
    {
        line-height: 24px !important;
    }

    #how_to_order .how_to_order_column .secondary, #about .column .secondary
    {
        line-height: 22px;
    }

    .how_to_order_column .p_italic, .refill_prescription_column .p_italic, .prescription_drugs_column .p_italic, .about_column .p_italic
    {
        font-size: 16px;
        line-height: 22px;
    }

    .contact_block_column h3
    {
        font-size: 20px !important;
    }

    .contact_block_column p
    {
        color: #444444;
        font-size: 13px !important;
    }

    .contact_block_column .sub_head
    {
        font-size: 18px !important;
        margin-bottom: 2px;
        font-weight: 600;
    }

    .contact_block_column .sub_text, .about_block_column .sub_text
    {
        font-size: 14px !important;
        line-height: 16px !important;
        margin-bottom: 5px;
    }

    .contact_block_column .sub_high
    {
        color: #0389A5;
    }

    .contact_column .contact_body .row .col-12
    {
        padding-left: 0px;
        padding-right: 30px;
    }

    .contact_column .contact_body .row .col-12:nth-child(2n+2)
    {
        padding-right: 0px;
    }

    #home_review .home_block_column
    {
        height: 310px;
    }

    #home_customer_review p:nth-child(1)
    {
        font-size: 24px;
    }

    #refill_prescription_page #refill_type .col-12
    {
        margin-bottom: 0px;
    }
}



@media only screen and (min-width: 992px)
{
    #nav_header a, #nav_header span
    {
        font-size: 14px;
    }

    #nav_menu a, #nav_menu span
    {
        font-size: 12px;
    }

    #nav_header li
    {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    #nav_menu li
    {
        margin-right: 1.5rem;
        padding: 3px 4px;
    }

    .prescription_drugs_body p, .refill_prescription_body p, .about_body p
    {
        line-height: 22px !important;
    }

    .how_to_order_head h2, .refill_prescription_head h2, .prescription_drugs_head h2, .otc_products_head h2, .contact_head h2, .about_head h2
    {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .how_to_order_head h3, .refill_prescription_head h3, .prescription_drugs_head h3, .otc_products_head h3
    {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .product-brand, .product-generic
    {
        width: 49% !important;
        margin-bottom: 0px !important;
    }

    .product-list ul li.item.title
    {
        display: inline !important;
    }

    .product-list ul li.item.title.active
    {
        border-radius: 4px 4px 0 0;
    }

    .contact_column .contact_body .row .col-12:nth-child(2n+2)
    {
        padding-right: 30px;
    }

    .contact_column .contact_body .row .col-12:nth-child(3n+3)
    {
        padding-right: 0px;
    }

    #home_review .home_block_column
    {
        height: 240px;
    }

    #home_customer_review p:nth-child(1)
    {
        font-size: 30px;
    }

    .home_about_column
    {
        margin-bottom: 25px;
    }

    .home_about_column .cont .side_title
    {
        font-size: 16px;
    }
	
	.home_about_column .cont .side_title a
    {
        font-size: 16px;
    }
}



@media only screen and (min-width: 1200px)
{
    #nav_header a, #nav_header span, #nav_menu a, #nav_menu span
    {
        font-size: 16px;
    }
}



/* Bharath CSS End */



/* Product Page
 * -------------------------- */

.product-brand {
    width: 49%;
    float: left;
}

.product-generic {
    width: 49%;
    float: right;
    margin-left: 12px;
}

.product-brand .product-item-info {
    border: 1px solid #036C82;
    border-radius: 3px;
    margin-bottom: 10px;
	background: #f9f9fa;
}

.product-generic .product-item-info {
    border: 1px solid #EC8B22;
    border-radius: 3px;
    margin-bottom: 10px;
	background: #f6f3f0;
}

.product-list .product.data.items>.item.content {
    padding: 25px 0 !important;
}

.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;
}

.action.primary {
    background-color: #036C82;
    border: 1px solid #036C82;
}

.action.primary:hover,
.action.primary:focus,
.action.primary:active {
    background-color: #EC8B22 !important;
    border: 1px solid #EC8B22 !important;
    color: #FFFFFF !important;
    border-radius: 3px;
}

.btn-box {
    margin: 7px 0;
}

.normal-price {
    font-size: 14px;
}

.dosage-txt {
    color: #036C82;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
}

.dosage-box {
    overflow: hidden;
    margin-bottom: 12px;
    text-align: center;
}

.product-prescription {
    font-size: 15px;
    color: #e80000;
    font-weight: 600;
}

.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 #036C82;
    margin: 0;
    line-height: 54px;
}

.product-list ul li.item.title.active {
    background: #EC8B22;
    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-color: #036C82;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

.product-generic h3 {
    background-color: #EC8B22;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

.generic-msg {
    border: 2px solid #EC8B22;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

.brand-msg {
    border: 2px solid #036C82;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
}

.cms-home .page-wrapper #maincontent{
	display:none !important;
}


.faq-head{
	width:100%;
}



.cart-trustseal
{
    width: 73%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
}

.cart-trust-container-block {
    background-color: #E5F3F4;
    border-radius: 6px;
}

.trustseal-cart .trust-img1 {
    width: 170px;
    margin: 15px 0;
}

.trustseal-cart .trust-img3 {
    width: 200px;
    margin: 15px 0;
}

.trustseal-cart .trust-img4 {
    width: 200px;
    margin: 15px 0;
}

.trustseal-cart p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
}

.checkout-success h1{
	display:none;
}

.checkout-cart-index .page-title{
	color:#036C82;
}


.search-wrapper {
    background-color: #0ba7be;
    padding: 8px 0;
}


input[type="search"] {
    height: 42px;
}

.search-box-block {
    max-width: 1242px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 767px)
{
    .navigation .container-fluid
    {
        padding-left: 0;
        padding-right: 0;
    }

    #nav_menu .row .col-md-4
    {
        padding: 10px;
    }

    .nav-sections-item-content
    {
        padding-top: 0px;
    }

    .cart-trustseal
    {
        width: 100%;
    }

    .row .col-sm-12
    {
        padding: 0;
    }

    .search-box-block .row .col-sm-12
    {
        padding: 0px 15px;
    }

    #home_about
    {
        padding: 0
    }
}

#category_product_block #imp_msg
{
    background: #FFF7EF;
    padding: 15px;
    border-radius: 5px;
}

.cart-container .checkout-methods-items .action.primary {
    width: 100%;
    font-size: 16px;
}

.review-image-footer{
	border-radius: 10px;
    margin-bottom: 10px;
}
