.pa-ellipsis {
    width: 100px;
}

.pa-ellipsis span {
    background: #198754;
}

.pa-banner {
  background-image: url(../images/banner1.jpg);
}

.pa-breadcrumb {
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url(../images/breadcrumb1.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pa-main-header {
  height: 105px;
}

.pa-logo img {
    width: 120px;
    position: absolute;
    margin-top: -20px;    
    margin-left: 20px;        
}

.pa-menu a {
    font-size: 20px;
}

.pa-heading img {
  opacity: 0.6;
  width: 78px;
}

.pa-heading h5 {
  color: #198754;
}
.pa-why-img {
  border: 1px dashed #198754;
}

.pa-why-img img {
  width: 250px;
}

.pa-why-ul ul li::after {
  border: 0.5px dashed #198754;
}

.pa-banner-text h4::after {
  background: #335B5B;
}

.pa-medicine-box:hover {
  border-color: #198754;
}

.btn-shop {
    padding: 8px;
}

.btn-shop:hover {
    background: #6caaa8;
    padding: 5px 10px;
}

.pas-testi-img::before, .pa-about-img::before, .pa-services-img::before, 
.swiper-button-next, .swiper-button-prev {
    background: #198754;
}

.pa-view-all::after{
    border-top: 2px solid #198754;
    border-right: 2px solid #198754;
}

.pa-foot-box ul li.address-box, .pa-foot-box ul li.phone-box {
    color: #fff;
}

.pa-foot-box ul li.address-box, .pa-foot-box ul li.email-box {
    color: #fff;
}

.pa-foot-box ul li.address-box::before {
    background-image: url('../images/home.png');
    background-size: 20px 20px;
    display: inline;
    width: 20px; 
    height: 20px;
    content:"";
    padding-right: 20px;
}

.pa-foot-box ul li.phone-box::before {
    background-image: url('../images/phone.png');
    background-size: 20px 20px;
    display: inline;
    width: 20px; 
    height: 20px;
    content:"";
    padding-right: 20px;
}

.pa-foot-box ul li.email-box::before {
    background-image: url('../images/email.png');
    background-size: 20px 20px;
    display: inline;
    width: 20px; 
    height: 20px;
    content:"";
    padding-right: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #198754;
}

.pa-copyright {
  background: #335B5B;
}

.pa-breadcrumb-box ul li::after {
  border-top: 7px double #CAD50F;
  border-right: 7px double #CAD50F;
}

input, .pa-contact-form textarea {
    border: 1px solid #198754;
}

.pa-btn {
    border: 2px solid #198754;            
    background: #198754;
}

.pa-btn:hover {
    color: #198754;
}

.pa-prod-category, .pa-prod-price, .pa-prod-price span.pa-offer-price, .pa-rating i, .pa-blog-category {
  color: #198754;
}

.pa-prod-content ul li svg {
  fill: #198754;
}

ul li {
  display: block;
  /*padding-left: 15px;*/
}

ul.pa-submenu {
    max-width: 300px;
}

.pa-pro-wid-img img {
    border: 1px solid #198754;
}

.pa-contact-form {
    transform: none;
}

.pa-contact-form textarea {
    height: 87px;
}

.pa-btn {
    height: 45px;
    min-width: 130px;
    line-height: 40px;
}

.pa-prod-content img,
.pa-about-content img {
    float: right;
}

.buy-now {
    display: inline-flex;
    float: right;
}

@media screen and (max-width: 1199px) {
    .pa-toggle-nav span {
      width: 36px;
      height: 3px;
      margin-bottom: 8px;
      margin-right: 20px;
    }

    .pa-why-img img {
      width: 200px;
    }

    .pa-toggle-nav2 span, .pa-head-three .pa-toggle-nav span {
        background: #198754;
    }

    .pa-open-menu .pa-toggle-nav span:nth-child(1) {
        transform: translate(1px, 11px) rotate(-48deg);
    }

    .pa-open-menu .pa-toggle-nav span:nth-child(3) {
        transform: translate(1px, -11px) rotate(48deg);
    }

    .pa-menu {
        background: #F0F6F6;
    }

    .pa-menu > ul li {
      border-bottom: 1px solid #afcfcf;
    }

    ul.pa-submenu li:first-child {
      border-top: 1px solid #afcfcf;
    }

    .pa-about-content .pa-heading, .pa-services-content .pa-heading, .pa-why-pure .pa-heading {
        text-align: center;
    }

    .pa-footer {
        text-align: center;
    }

    .pa-footer img {
        display: none;
    }

    .buy-now {
        display: inline-flex;
        float: left;
    }

    .pa-prod-content img,
    .pa-about-content img {
        float: none;
        max-width: 95%;
    }
}

@media screen and (max-width: 991px) {
    .pa-why-img img {
      width: 135px;
    }
}

.response {
  position: absolute;
}




