body {
    padding: 0;
    font-family: 'jostregular';
}

.blog-pegination .sticky {
    position: initial !important;
    /* width: 100%; */
    /* top: 0; */
    /* z-index: 99; */
    box-shadow: none !important;
}

.con-from {
    padding: 10px;
    background: #009845;
    margin-bottom: 30px;
}

.con-from .btn {
    background: #ae301f;
    color: #fff;
}

.post-single h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.con-from h6 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.blog-sidebar-links li {
    background: #fff;
    margin-bottom: 7px;
    padding: 10px;
    background: #e8e8e8;
    color: #fff;
}

.blog-sidebar-links li a {
    color: #3f4240;
}

/* common */

b {
    font-family: 'poppinsbold';
}

a,
a:hover {
    text-decoration: none;
}

.bg-theme {
    background-color: #f3fff3;
}

[aria-expanded="true"] .minus {
    display: block;
}

.faq img {
    width: 14px;
}

.faq .card {
    margin: 0;
    border: none !important;
}

.card-header img {
    display: none;
}

.faq .card-header {
    padding: 0;
    margin-bottom: 19px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq .btn-link {
    width: 100%;
    text-align: left;
    background-color: #545454;
    border: none;
    border-radius: 0;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    padding: 16px 18px 16px;
    font-weight: 400;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.heading-clr {
    color: #2e3641;
}

.green {
    color: #86ba80;
}

h4#myModalLabel p {
    font-size: 14px;
    color: #eb5900;
}

p {
    line-height: 1.8;
}

.list-none {
    list-style: none;
}

h1 {
    font-size: 60px;
}

.thnku_img {
    text-align: center;
    width: 100%;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    animation: float 6s ease-in-out infinite;
}

.float .svg-inline--fa {
    width: 50px;
    height: 50px;
    /* background: #fff; */
    padding: 12px;
    border-radius: 100%;
    font-size: 24px;
}

.float .fa-phone-alt {
    color: #fff;
    background: #EB5900;
}

.float .fa-whatsapp {
    color: #fff;
    background: #07bc4c;
}

.font-17 {
    font-size: 17px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-15 {
    font-size: 15px;
}

.font-30 {
    font-size: 30px;
}

.font-38 {
    font-size: 38px;
}

.fw-400 {
    font-weight: 400;
}

.btn-theme {
    background-color: #2d3444;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    border-radius: 9px;
    padding: 8px 30px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.3s linear;
}

.btn-theme:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, .8), 0 0 75px rgba(255, 255, 255, .6), 0 0 76px rgba(255, 255, 255, .4), 0 0 77px rgba(255, 255, 255, .5), 0 0 78px rgba(255, 255, 255, .4), 0 0 79px rgba(255, 255, 255, .3), 0 0 80px rgba(255, 255, 255, .2), 0 0 85px rgba(255, 255, 255, .1);
}

/* header */

.top-header {
    background-color: #ac2a1a;
    padding: 12px 0;
}

/* navbar */

.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    background-color: #ffffff !important;
    padding: 0;
}

.sticky img {
    width: 55%;
}

div#demo {
    border-radius: 0;
    background: none;
    padding: 0;
}

div#demo img {
    width: 100%;
}

nav.navbar.bg-light {
    background-color: #ffffff !important;
}

nav .navbar-nav li.nav-item a {
    color: #466049 !important;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s linear;
    position: relative;
    padding: 14px 0;
}

nav .navbar-nav li.nav-item a:hover,
nav .navbar-nav li.nav-item a.active {
    color: #009845 !important;
}

nav .navbar-nav .nav-item a.active:after,
nav .navbar-nav li.nav-item a:hover:after {
    content: '';
    background-color: #009845;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.theme_link a {
    background-color: #009845;
    border-radius: 10px;
    padding: 5px 11px !important;
    transition: all 0.4s linear;
    border: 1px solid transparent;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: capitalize;
    box-shadow: inset 0 0 0 0 #00606b;
}

.theme_link a:hover {
    border: 1px solid #009845;
    box-shadow: inset 0 100px 0 0 #009845 !important;
}

li.nav-item {
    padding: 4px 0;
    margin-left: 15px;
    position: relative;
}

li.nav-item:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 240px;
    box-shadow: 0px 17px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.dropdown-content li {
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown-content li a:after {
    display: none !important;
}

/* medicine */

.medicine {
    background-color: #2d3444;
}

.medicine h4 {
    color: #38d07d;
}

.medicine-inner {
    border-left: 1px solid #ffffff;
    padding: 0 9px 0 36px;
}

.product-img .product {
    border: 0;
    background: #f9f9f9;
    padding: 17px;
    margin: 0 10px;
    /* color: #000; */
    text-align: center;
}

.product-img p.title {
    color: #045B4E;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-img p.span {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    line-height: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #ac2a1a;
    border-color: #045b4e !important;
    background: #045b4e !important;
}

.setf {
    background: #089b4b;
    padding: 20px;
    border-radius: 5px;
}

.setf h6 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.setf button.btn.btn-outline-info {
    background: #fff;
    width: 100%;
    color: #000;
    border: 0;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.detail h1 {
    color: #045B4E;
    font-weight: 700;
    font-size: 24px;
}

.detail h2 {
    background: #045B4E;
    padding: 9px 15px;
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 21px;
    color: #fff !important;
    font-weight: 700;
}

.detail h2 span {
    color: #fff !important;
}

.detail table tr td {
    font-size: 14px;
    padding: 5px 15px;
}

table,
th,
td {
    border: 1px solid black;
}

.detail ul {
    padding-left: 16px;
}

td.bt a {
    background: transparent;
    border: 1px solid #ac2a1a;
    padding: 6px;
    border-radius: 5px;
    color: #ac2a1a;
}

.medicine .col-md-4:first-child .medicine-inner {
    border-left: none;
}

/* about */

.about h3 {
    position: relative;
}

.about h3:before {
    position: absolute;
    content: '';
    top: -35%;
    background-color: #86ba80;
    width: 24.4%;
    height: 2px;
    border-radius: 25px;
}

.about h5 {
    line-height: 1.5;
}

.about p {
    line-height: 2.1;
}

.about-inner h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 33%;
    background-color: #86ba80;
    border-radius: 25px;
}

.about-img {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
    overflow: hidden;
}

/* mission */

.mission h3:before {
    top: -60%;
}

.mission-btn a {
    background-color: #90ca87;
    color: #21402a;
}

.product-box {
    background: #f5f5fa;
    padding: 8px;
    margin-bottom: 15px;
}

.contact-us {
    background: url(https://www.wilsondrugs.com/images/breadcrumb-bg.jpg);
    padding: 20px 0px;
}

.contact-us h4 {
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}

.contact-us .breadcrum ul li a {
    color: #000;
}

.breadcrum {
    display: block;
    text-align: right;
}

.breadcrum ul {
    padding: 0px;
    margin: 0;
}

.breadcrum ul li {
    display: inline-block;
    font-size: 13px;
}

.product-box p {
    color: #000;
    padding: 5px 12px;
    display: block;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.product-box p.spann {
    color: #333;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}

a.mre {
    background: #045b4e;
    padding: 7px;
    float: left;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
}

.product-box1 {
    background: #f5f5fa;
    padding: 8px;
    margin-bottom: 15px;
    position: sticky;
    top: 120px;
}

.detail strong {
    /*color: #045B4E;*/
    font-size: 16px;
}

.topIcon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.topIcon .svg-inline--fa {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 12px;
    border-radius: 100%;
    font-size: 24px;
}

.topIcon .fa-phone-alt {
    color: #fff;
    background: #EB5900;
}

.topIcon .fa-whatsapp {
    color: #fff;
    background: #07bc4c;
}

.topIcon .svg-inline--fa {
    width: 50px;
    height: 50px;
    /*background: #fff;*/
    padding: 12px;
    border-radius: 100%;
    font-size: 24px;
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.floating {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

.contact-banner {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 3%;
    top: auto;
    right: 40px;
}

.contact-banner {
    /*position: fixed;*/
    /*top: 200px;*/
    right: 1px;
    background: rgba(0, 0, 0, .6);
    padding: 10px 20px;
    width: 300px;
    z-index: 99;
}

.card-body h6 {
    color: #000;
}

.contact-banner p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 2px;
}

.padding {
    padding: 4% 0px;
}

.contact-banner .btn {
    width: 100%;
    background: #fff;
    color: #045B4E;
}

.contact-banner input,
.contact-banner textarea {
    font-size: 14px;
}

.contact-form {
    display: inline-block;
    position: fixed;
    right: -30px;
    top: 50%;
    z-index: 99;
    transform: rotate( 90deg);
}

.contact-form a {
    background: #EB5900;
    padding: 8px 0;
    width: 100px;
    display: block;
    text-align: center;
    color: #fff;
}

.product-innerr h2 {
    background: #045B4E;
    padding: 9px 15px;
    margin-bottom: 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

a.list-group-item.list-group-item-action {
    background: #fff;
    padding: 9px 15px;
    display: block;
    color: #000;
    font-size: 14px;
    border-radius: 0;
}

/* product */

.product .product_listing li.product-img {
    width: 33%;
    margin: 15px 0px;
    height: auto;
}

.product .product_listing li.product-img .inner-img {
    width: 90%;
    height: auto;
    overflow: hidden;
    /* border: 2px solid #80be79; */
    border-radius: 7px;
}

.inner-img img {
    background: #fff;
    border: 3px solid #eee;
    border-radius: 10px;
}

.product .product_listing li.product-img .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-theme img {
    width: 27px;
    height: 12px;
    object-fit: none;
    transition: all 0.3s linear;
}

.btn-theme:hover img {
    transform: translateX(15px);
}

/* counter_digit */

.counter_digit {
    color: #17181c;
    background-color: #f8f9fb;
}

/* testimonial */

.carousel {
    background-color: #2d3444;
    border-radius: 7px;
    padding: 15px 15px 60px;
}

.cstmr_img {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.cstmr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.7;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators .active {
    background-color: #ffffff;
    opacity: 1;
}

.testimonial_text p {
    line-height: 2.2;
}

.testimonial_text {
    padding-left: 24%;
    background: url(https://www.wilsondrugs.com/public/images/testimonial_bg.png);
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 6px;
    margin-top: 37px;
}

/* wide-range */

.wide-range {
    background-image: url("https://www.wilsondrugs.com/public/images/product_list.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-dwnload {
    background-color: #b6e9b0;
    color: #286520;
    padding: 16px 30px;
    position: relative;
    border: 2px solid #649566;
}

.btn-dwnload:hover {
    color: #286520;
}

/* contact_form */

.contact_form .form-control {
    padding: 0.7rem .75rem;
    font-size: 14px;
    color: #a3a3a3;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: none !important;
}

.contact_form .form-group {
    margin-bottom: 23px;
    padding: 0 13px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #a3a3a3;
}

.contact_form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a3a3a3;
}

.contact_form .form-control::placeholder {
    color: #a3a3a3;
}

/* get */

.get {
    background-color: #2d3444;
}

.get a {
    background-color: #ffffff;
    color: #47604a;
}

.get a:hover {
    color: #47604a !important;
}

/* footer */

.top_footer {
    background-color: #47604a;
}

.top_footer ul li a {
    transition: all 0.3s linear;
}

.top_footer ul li a:hover {
    color: #ffffff;
    margin-left: 3px;
    text-decoration: underline;
}

footer .address a {
    line-height: 1.7;
    display: block;
}

footer .social li {
    margin-right: 8px;
    margin-top: 4px;
}

footer .links li {
    margin-bottom: 5px;
    width: 100%;
}

.bottom_footer {
    background-color: #2f4632;
}

footer .social img {
    width: 18px
}

.ftr_logo {
    width: 45%;
    margin-bottom: 20px;
}

/* hero */

.hero {
    background-color: #009845;
}

/* contact */

section.info {
    background-color: #009845;
}

.info a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}

.info h6 {
    transition: all 0.5s linear;
}

.info h6:hover {
    transform: translateY(-5px);
}

/* details */

.inner-detail {
    background-color: #009845;
    padding: 0;
    margin: 18px 0;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s linear;
    box-shadow: -6px 1px 6px -3px rgb(0 152 69);
}

.inner-detail:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

/* accordian */

.infrastructure {
    background-color: #f3fff3;
}

.infrastructure .card-header {
    padding: 1px 20px;
    margin-bottom: 0;
    background-color: #009845;
    border-bottom: none;
}

.infrastructure .card {
    margin-bottom: 15px;
}

.infrastructure .card button:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn.btn-link.collapsed img {
    transform: rotate(180deg);
}

.btn.btn-link img {
    transform: rotate(0);
}

/* product */

.left-nav {
    border: 1px solid #efefef;
}

.left-nav ul li a {
    color: #000000;
    font-size: 15px;
}

.left-nav ul li a {
    border-bottom: 1px solid #009845;
    padding: 9px 20px;
    display: block;
}

.left-nav ul li a.active {
    background-color: #009845;
    color: #fff;
}

.product-img {
    height: 247px;
    width: 100%;
    /* border-bottom: 4px solid #efefef; */
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-inner {
    border: 4px solid #efefef;
    border-radius: 4px;
    margin-top: 7px;
    transition: all 0.3s linear;
}

.product-text {
    height: 100%;
    min-height: 160px;
}

.product-inner:hover {
    transform: translateY(-3px);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 40%);
}

.product-inner p {
    line-height: 1.4;
}

.slider-product {
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.related .product {
    padding: 5px;
}

.related .product .title {
    color: #045B4E;
    font-size: 16px !important;
    margin: 15px 0;
    font-weight: 700;
    white-space: break-spaces !important;
    line-height: 20px !important;
    min-height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-product {
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.slider-product h4 {
    color: #045B4E;
    font-size: 36px;
    font-weight: 700;
    font-family: Barlow;
    margin-bottom: 35px;
}

.slider-product h2 {
    color: #045B4E;
    font-size: 36px;
    font-weight: 700;
    font-family: Barlow;
    margin-bottom: 35px;
}

.slider-product .more {
    background: #045B4E;
    font-size: 14px;
    letter-spacing: 1px;
    border: 0;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.slider-product .product {
    border: 0;
    background: #f9f9f9;
    padding: 20px 25px;
    margin: 0 10px;
}

.slider-product .product .title {
    color: #045B4E;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slider-product .product .span {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    line-height: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 74px;
}

.slider-product .product .rupee {
    color: #555;
    font-size: 20px;
    margin: 20px 0;
}

.slider-product .carousel-button-left,
.slider-product .carousel-button-right {
    color: #045B4E;
}

/* ----------------media--------------------- */

@media only screen and (min-width:1024px) and (max-width:1300px) {
    .about-img {
        height: 290px;
    }
    .product .product_listing li.product-img {
        width: 16.7%;
    }
    .product .product_listing li.product-img .inner-img {
        width: 100%;
        /*height: 157px;*/
    }
}

@media only screen and (max-width:1023px) {
    ul.navbar-nav {
        align-items: flex-start !important;
    }
    .sticky {
        padding: 0 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .about-img {
        height: 210px;
    }
    .font-30 {
        font-size: 25px;
    }
    .font-38 {
        font-size: 30px;
    }
    .mission .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        ;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .testimonial .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact_form .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .product .product_listing li.product-img {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .topIcon {
        position: fixed;
        left: 0 !important;
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .product .product_listing li.product-img {
        width: 26% !important;
    }
    .counter_digit .font-20 {
        font-size: 11px !important;
    }
    .product .product_listing li.product-img .inner-img {
        height: 122px !important;
    }
    .get p {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width:767px) {
    .inner-detail {
        padding: 15px;
        height: auto;
        margin: 10px 0;
    }
    .get a {
        background-color: #ffffff;
        color: #47604a;
        margin-top: 10px;
        display: block;
    }
    .top {
        margin-top: 17px !important;
        display: block;
        width: 117px !important;
        margin-left: 68px;
    }
    iframe {
        height: auto
    }
    h1 {
        font-size: 35px;
    }
    .font-20 {
        font-size: 14px;
    }
    .font-14 {
        font-size: 13px;
    }
    .font-20 {
        font-size: 18px;
    }
    .about-img {
        height: auto;
    }
    .navbar-brand img {
        width: 75%;
    }
    br {
        display: none;
    }
    .font-38 {
        font-size: 30px;
    }
    .font-30 {
        font-size: 20px;
    }
    .about p {
        line-height: 1.6;
    }
    .product .product_listing li.product-img {
        width: 47%;
        margin-top: 14px;
    }
    .inner-digit {
        margin: 20px 0;
    }
    .testimonial_text {
        padding-left: 0;
    }
    .product .product_listing li.product-img .inner-img {
        width: 100%;
        height: auto;
    }
    .medicine-inner {
        border-left: none;
        padding: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width:480px) {
    .product .product_listing li.product-img {
        width: 100%;
        margin-top: 14px;
    }
    .product-img p.title {
        white-space: pre-wrap;
    }
    .float {
        position: fixed;
        /*right: 20px;*/
        left: inherit;
        bottom: 20px;
        z-index: 99;
        animation: float 6s ease-in-out infinite;
    }
}