/*
Theme Name: Pharm easy
Author: Ewebcore Pvt. Ltd.
Description: Custom theme developed for Pharm easy.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*@import url('https://fonts.cdnfonts.com/css/open-sans');*/

.header {
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.header_top_strip {
    border-bottom: 1px solid #e3e3e3;
}
.top_strip_flex {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.top_strip_flex .logo {
    width: 230px;
}
.top_strip_flex .menu_list {
    width: 80%;
}
.top_strip_flex .menu_list ul {
    padding-left: 0px;
    list-style-type: none;
    text-align: right;
}
.top_strip_flex .menu_list ul li {
    display: inline-block;
    position: relative;
}
.search_icon {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 42px;
    background-color: #f4f8fa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_icon img {
    width: 15px;
}
.top_strip_flex .menu_list ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #40464d;
}
.top_strip_flex .menu_list ul li .search_header {
    border: 1px solid #e3e3e3;
    padding: 10px 45px 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #40464d;
    margin-left: 15px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    width: 200px;
}
.top_strip_flex .menu_list ul li .search_header:focus {
    outline: none;
}
.top_strip_flex .menu_list ul li .search_header::placeholder {
    color: rgba(64, 70, 77, 0.5);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.shop_cart {
    position: absolute;
    right: 0;
    top: 15px;
}
.shop_cart p {
    font-size: 16px;
    font-weight: 700;
    align-items: center;
}
.shop_cart p img {
    padding-left: 8px;
}
nav {
    display: block;
    background: #fff;
    position: relative;
}
.menu {
    display: block;
    padding-left: 0px;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 25px;
    display: block;
    color: #000000;
    padding-left: 0;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a img {
    padding-left: 5px;
}
.menu li a:hover,
.menu li:hover > a {
    background: #efefef;
}
.menu li a:hover,
.menu li:hover > a img {
    backdrop-filter: 1;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}
.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #000;
    background: #fff;
}
.menu ul li a:hover,
.menu ul li:hover > a {
    background: #efefef;
}
.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}
.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.responsive-menu img {
    padding-left: 10px;
}
.mobile_menu {
    display: none;
}
.sub-menu li a {
    padding: 10px 15px;
}
.logo img {
    width: 100%;
}
section.banner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 140px;
}
ul#menu-footer-menu-1 {
    padding-left: 40px;
    column-count: 2;
    display: block !important;
}
section.add_main.ptb_40 {
    padding: 0;
}
.postcontent p {
    font-family: Source-Serif-Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    color: #4f585e;
}
section.footer.fullwidth-section {
    margin-top: 0px;
}
li.dropdown.cat-id-6 a {
    padding-left: 0;
}
li.dropdown.cat-id-6 .dropdown-menu a {
    padding-left: 10px;
}
.404section {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 65px;
}
section.banner .slick-slide img {
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}
.slick-slide img {
    margin: auto;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menu li a {
        font-size: 13px;
        padding: 20px 12px;
        padding-left: 0;
    }
    .sub-menu li a {
        padding: 10px 15px;
    }
    .shop_cart p {
        font-size: 15px;
    }
    .top_strip_flex .menu_list ul li a {
        padding-left: 10px;
        font-size: 13px;
    }
    .top_strip_flex .menu_list ul li .search_header {
        width: 180px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }
    .menu ul {
        top: 37px;
    }
}
@media (max-width: 991px) {
    #comments {
        max-width: 1100px;
        margin: 0px auto !important;
        color: #333333;
        font-style: normal;
    }
    .header .container {
        padding: 0px;
        width: 100%;
    }
    .mobile_menu {
        display: block;
    }
    .header_top_strip {
        display: none;
    }
    .menu_line {
        width: 20px;
        height: 2px;
        background-color: #000000;
        display: block;
    }
    .menu_line_one {
        margin-top: 5px;
    }
    .menu_line_two {
        margin-top: 6px;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .menu {
        display: none;
    }
    .responsive-menu {
        display: flex;
        align-items: center;
        padding: 15px 15px 15px 15px;
    }
    nav {
        margin: 0;
        background: none;
    }
    .menu li {
        display: block;
        margin: 0;
    }
    .menu li a {
        padding: 10px 15px 10px 0px;
    }
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {
        left: 0;
        transform: initial;
    }
    .menu li > ul ul:hover {
        transform: initial;
    }
    .shop_cart {
        right: 15px;
    }
}
@media (max-width: 480px) {
    .menu {
        border-top: 1px solid #e3e3e3;
        position: absolute;
        left: 0px;
        top: 70px;
        background-color: #fff;
        z-index: 99;
        width: 100%;
        padding: 0px 15px;
    }
    ul#menu-footer-menu-1 {
        padding-left: 0;
        column-count: 1;
    }
    .postcontent p {
        font-family: Source-Serif-Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .ez-toc-counter nav ul li a::before {
        content: counters(item, ".", decimal) ". ";
        display: inline-block;
        counter-increment: item;
        margin-right: 0.2em;
        float: left;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .txt_none {
        display: none;
    }
    .shop_cart p {
        margin-top: 10px;
    }
}
.fullwidth-section {
    width: 100%;
    margin-top: 130px;
    position: relative;
    display: inline-block;
}
section.banner .slick-slide img {
    width: 100%;
}
.footer_item ul li {
    width: 100%;
}
.footer_item2 ul li {
    width: 100%;
}
.footer_item ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 0px;
    line-height: 1.5;
}
.footer_item2 ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 0px;
    line-height: 1.5;
}
.category_item a {
    text-decoration: none;
}
.shop_cart a {
    text-decoration: none;
}
.shop_cart a span {
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    margin-right: 15px;
}
ul.sub-menu {
    min-width: 212px;
}
a {
    text-decoration: none;
}
.banner_content p a {
    color: #fff;
}
.by_name a {
    color: #10847e;
    font-weight: 400;
}
.box_content .box_description h2 a {
    color: #40464d;
}
.box_content .box_description .box_des .f_w_b a {
    color: #10847e;
}
.box_des_one p span a {
    color: #10847e;
    padding-left: 5px;
    padding-right: 5px;
}
.box_content .box_description .box_des p .f_w_b {
    text-transform: uppercase;
}
.box_content .box_description .box_des p .f_w_b a {
    font-weight: 700;
}
span.f_w_b a {
    display: none;
}
span.f_w_b span {
    display: none;
}
span.f_w_b a:first-child {
    display: inline-block;
}
span.f_w_b span:nth-child(2) {
    display: inline-block;
}
span.f_w_b a:nth-child(3) {
    display: inline-block;
}
span.f_w_b span:nth-child(4) {
    display: inline-block;
}
span.f_w_b a:nth-child(5) {
    display: inline-block;
}
span.f_w_b span:nth-child(6) {
    display: none;
}
span.f_w_b span:nth-child(8) {
    display: none;
}
span.f_w_b span:last-child {
    display: none;
}
.box_flex_right span.f_w_b span:nth-child(4) {
    display: none;
}
.box_flex_right span.f_w_b a:nth-child(5) {
    display: none;
}
.c-kkmdlQ-iqKmYR-weight-medium {
    font-weight: var(--fontWeights-medium);
}
.c-kkmdlQ-jxPRpY-structure-subTitle2 {
    font-size: var(--fontSizes-4);
    line-height: var(--lineHeights-2);
}
.c-kkmdlQ {
    font-family: var(--fonts-inter);
    letter-spacing: var(--letterSpacings-0);
    color: var(--colors-fontDefault);
}
.c-cZuCZG-icDNilq-css {
    margin-right: var(--space-medium);
    fill: none;
}
.c-cZuCZG-dmsdwv-rotate-up {
    transform: rotate(0deg);
}
.c-cZuCZG-gtZKQU-size-large {
    width: 25px;
}
.c-cZuCZG {
    box-sizing: content-box;
    display: inline-block;
}
.c-iWbDBM {
    color: var(--colors-fontNeutralDark800);
    text-decoration: none;
    font-family: var(--fonts-inter);
}
.banner .slick-slide {
    height: 400px !important;
}
@media (min-width: 1024px) {
    .c-iWbDBM-ifdswNt-css {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        padding-right: 4px;
        font-weight: 600;
        font-size: 13px;
        gap: var(--space-baseline);
        background-color: rgb(238, 244, 255);
        border-radius: 5px;
        margin-right: var(--space-5);
        transition: background-color 0.1s ease-in 0s;
    }
}
.downloadapp {
    margin-left: 7%;
}
@media (max-width: 480px) {
    .responsive-menu img {
        padding-right: 12%;
    }
}
@media (min-width: 480px) {
    .menu_appdownload_mobile {
        display: none;
    }
    .slick-slide {
        height: 200px !important;
    }
}
.yarpp-related li {
    list-style: square;
    line-height: 1.3em !important;
    padding-bottom: 0px;
}
.yarpp-related {
    margin-bottom: 2em !important;
    margin-top: 0em !important;
}
.yarpp-related .related_heading {
    margin: 20px 0 12px 0;
    font-weight: 700 !important;
    line-height: 32px;
    font-size: 1.5em !important;
    font-family: inherit !important;
}
@media only screen and (max-width: 767px) {
    .pld-like-dislike-wrap.pld-template-1:before {
        content: "Was this article helpful?" !important;
        font-weight: 700 !important;
        color: inherit !important;
        line-height: 15px;
        margin-right: 15px;
        padding-bottom: 15px;
        display: inline-block;
    }
    .pld-like-dislike-wrap {
        display: inline-block;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
@media (min-width: 601px) {
    .js-btm-nav.hide_utm_paytm_phonepe {
        display: none;
    }
}
.js-btm-nav {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 10px -5px #333;
    left: 0;
    z-index: 99999;
    box-sizing: border-box;
    transition: ease 1s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 3px;
}
.js-btm-nav .icon {
    position: static;
    height: auto;
}
.js-btm-nav div {
    margin: 0 auto;
    text-align: center;
}
.js-btm-nav a {
    display: block;
}
.js-btm-nav img {
    width: 24px;
    margin: 0 auto;
    padding: 0;
}
.js-btm-nav .text {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #555;
    display: block;
    line-height: 15px;
}
.js-btm-nav .next-story {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #ff0000;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
}
.js-btm-nav .next-story a {
    color: #a32020;
    display: inline-block;
    text-align: right;
    margin-right: 27px;
    width: 52px;
    padding: 5px 0;
}
.js-btm-nav .next-story .arrowicon {
    width: 20px;
    height: 27px;
    background-position: -229px 6px;
    background-size: 275px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 9px;
}
section.add_main.ptb_40.mobilebanner {
    position: fixed;
    bottom: 37px;
    z-index: 999;
    left: 0;
    right: 0;
    background: none;
}
#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #10847e;
    transition: 1s 0.4s;
}
#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
}
#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.loaderimage {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
table div.contentegginject {
    display: none;
}
.egg-container .btn-danger {
    color: #fff !important;
}
.ez-toc-counter nav ul li a::before {
    line-height: 1.9 !important;
}
li.ez-toc-page-1.ez-toc-heading-level-2 {
    line-height: 1.9 !important;
}
.ez-toc-link {
    font-size: 17px !important;
}

.wp-block-quote {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f5f5f5;
    border-left: 4px solid #333;
    font-size: 1.2rem;
    font-style: italic;
}

.wp-block-quote p {
    margin: 0;
}

.adzzdiv {
    text-align: center;
}
.adtitle {
    font-size: x-small;
    text-align: center !important;
}

.wp-block-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-style: normal;
    text-align: right;
}

.wp-block-quote cite:before {
    content: "\2014 \0020";
}

@media only screen and (max-width: 767px) section#postcontent h3 a {
    font-size: 18px;
    line-height: 26px;
}

figcaption {
    text-align: center;
}
.comment-title{
    font-size: 24px;
    font-weight: 500;
    color: #40464D;
    line-height: 30px;
  }