/**
* Template Name: Medilab - v4.10.0
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  text-decoration-line: none;
}*/

a {
  color:#2e8b57;
  text-decoration: none;
   font-family: 'oswald';
  }
span {  font-family: 'oswald'; }

a:hover {
  color: #3291e6;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'fjalla one';
  color:#2e8b57;
  text-transform: capitalize;
}

p
 {
   font-family: 'oswald'; 

 }


/*floating button*/
.pa-fixed-cart SVG {
    width: 50px;
    fill: #2e8b57;
    margin-bottom:5px;
    
}
.pa-fixed-cart {
    position: fixed;
    bottom:100px;
    right: 20px;
    background: white;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    animation: pa_cart 1s infinite alternate;
    cursor: pointer;
    z-index: 1;
}
.pa-fixed-cart span {
    background: #2e8b57;
    min-width: 10px;
    height: 30px;
    position: absolute;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
    /*border-radius: 100%;*/
    top: 70px;
    right: 0px;
    bottom:0px;
   
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #fff;
}
@keyframes pa_cart{
    0%{
        transform: translateY(5px)
    }
    30%{
        transform: translateY(-3px)
    }
    70%{
        transform: translateY(3px)
    }
    100%{
        transform: translateY(0px)
    }
}
.pa-fixed-cart:hover {
    animation: none;
}
  

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #17b84859;
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  top: 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  
}

#header.header-scrolled {
  top: 0;
}
#header .logo img {
  max-height: 60px;
}

@media (max-width: 768px) {
 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  text-decoration-line: none;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
  text-decoration-line: none;
  color: black;
}

.navbar a
 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
}
.navbar a:hover{
    color: #2e8b57;
    text-decoration:underline;
}




@media (max-width: 1366px) {
 
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #c4dddc;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
 {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: none;
}


.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.pa-banner{
    padding:0px 0px 0px;
     height:600px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
     margin-top:60px;
}
.pa-banner video{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
  /*opacity: 0.5;*/
  pointer-events: none;
  margin-top:60px;
}
.pa-banner-text{
    padding-top:450px;
}

.pa-banner-text h4 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    z-index: 1;
    color: #fff;
    letter-spacing: 1px;
}
.pa-banner-text h4:after {
    position: absolute;
    top: -8px;
    left: 0;
    width: 90px;
    background:  #2e8b57;
    content: '';
    bottom: -8px;
    z-index: -1;
}
.pa-banner-text h2 {
    font-size: 50px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.pa-view-all {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}
.pa-view-all:after {
    position: absolute;
    content: '';
    right: -40px;
    width: 10px;
    height: 10px;
    top: 9px;
    background: transparent;
    transform: rotate(45deg);
    border-top: 2px solid #6caaa8;
    border-right: 2px solid #6caaa8;
}
.pa-view-all:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 13px;
    right: -39px;
    background: #6caaa8;
}
.pa-banner-text p {
    margin-bottom: 30px;
}
.pa-banner-text {
    animation: slideInFromRight 3s;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }


}

@media (max-height: 600px) 
{
 
}

/*======================================*/

.pa-medicine
 {
    margin: 30px auto;
    text-align: center;
  }

.pa-heading h1
  {
    font-weight: 600
  }

.pa-path
 {
   width: 150px;
   height: 3px;
   background-color: #2e8b57;
   margin: auto;
 }

 

.pa-medicine-box
 {
     width:auto;
     height: auto;
    text-align: center;
    box-shadow: 2px 5px 10px #f2f2f2f2;
    border-radius: 20px;
    margin:50px auto;
    transition: 0.3s;
    border-bottom: 3px solid transparent;

 }

  

 .pa-medicine-box:hover{
    border-color:#6caaa8;
}

.pa-product-img
 {
    width: 150px;
    height: 150px;
    margin: auto;
   
   
 }

 .pa-product-img img
  {
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
   
  }
   .pa-product-img1
 {
    width: 350px;
    height:350px;
    margin: auto;
   
   
 }
 
 .pa-product-img1 img
  {
    width: 300px;
    height: 350px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
   
  }
 
  .pa-product-content
   {
    width: 100%;
    height: 50px;
    
    margin: auto;
    text-align: center;
   
   }

 .pa-product-content h5 a 
  {
    font-size: 17px;
     margin:10px auto;
    text-transform: capitalize!important;
    border-radius: 18px

  }
  @media screen and (max-device-width: 480px)
and (orientation: portrait) {
  .pa-product-content h5 a 
  {
    font-size: 14px;
  }
  .pa-product-content h6
  {
    font-size: 14px;
  }
}
}
 
   .pa-product-content1
   {
    width: 100%;
    height: 50px;
    
    margin: auto;
    text-align: center;
   
   }

 .pa-product-content1 h5 a 
  {
    font-size: 22px;
     margin:10px auto;
    text-transform: capitalize!important;
    border-radius: 18px

  }

.pa-product-box:hover,
.pa-medicine-box:hover{
    transform: translateY(-5px);
}

.spacer
 {
    margin: 30px auto; 
 }

/*---============================tesimonial==========================================---*/
 



/*----------=============== footer start ==========================================================*/

/* footer start */
.pa-footer { padding: 40px 0 23px; }
.pa-footer {
    background: url(../images/banner-shape.png)#111;
    background-size: cover;
    padding: 40px 0 0px;
}
.pa-foot-box img,.pa-foot-box{
    margin-bottom: 0;
}
.pa-foot-box p,.pa-foot-box a{
    color: #fff;
}
.pa-foot-box a:hover{
    color: #6caaa8;
}
.pa-foot-title {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-left:30px;
}
.pa-foot-box ul li {
    margin-bottom: 10px;
    
}
.pa-foot-box ul li:last-child,.pa-foot-box p {
    margin-bottom: 0px;
}
.pa-newsletter {
    position: relative;
    margin-bottom: 25px;
}
.pa-newsletter .pa-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    line-height: 36px;
}
.pa-newsletter input {
    padding-right: 170px;
    border: none;
}
/* footer end */
/* copyright start */
.pa-copyright p, .pa-copyright p a {
    margin: 0;
    color: #fff;
}
.pa-copyright {
    background: #2e8b57;
    padding: 12px 0;
    text-align: center;
}

.pa-foot-box img 
 {
    width: auto;
    height: 80px;
    /*margin: 5px 5px; */
   
 }

/*---==================About_part=================================================---*/

 
  /* breadcrumb start */
.pa-breadcrumb {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/aboutus.jpg");
    background-size: cover;
}
.pa-breadcrumb1 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/PACKAGING.jpg");
    background-size: cover;
}
.pa-breadcrumb2 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/CONTACTUS.jpg");
    background-size: cover;
}
.pa-breadcrumb3 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/seasoning.png");
    background-size: cover;
}
.pa-breadcrumb4 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/spices.jpg");
    background-size: cover;
}
.pa-breadcrumb5 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/HERBS.jpg");
    background-size: cover;
}
.pa-breadcrumb6 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/ESSENTIAL OIL.jpg");
    background-size: cover;
}
.pa-breadcrumb7 {
    margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/BOTANICAL EXTRACT.jpg");
    background-size: cover;
}
.pa-breadcrumb8 {
   margin-top:60px;
    height:600px;
    /*background: linear-gradient(45deg,rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.56) ), url();*/
    background-image: url("../images/herbal powder 1.jpg");
    background-size: cover;
}
.pa-breadcrumb-box {
    text-align: center;
}
.pa-breadcrumb-box ul li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}
.pa-breadcrumb-box ul li:last-child {
    padding: 0;
}
.pa-breadcrumb-box h1{
    font-size: 40px;
    margin-bottom: 10px;
    text-align:center;
    padding-top:150px;
    color: #fff;
    text-transform: capitalize;
}
.pa-breadcrumb-box ul li a{
    color: #fff;
}
.pa-breadcrumb-box ul li:after {
    position: absolute;
    right: 10px;
    top: 4px;
    content: '';
    width: 8px;
    height: 8px;
    background: rgba(255, 0, 0, 0);
    border-top: 7px double #6caaa8;
    border-right: 7px double #6caaa8;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}
.pa-breadcrumb-box ul li:last-child:after{
    display: none;
}
/* breadcrumb end */
/*----========================================================================---*/
/* about start */
.pa-about { margin: 60px auto; }
.pa-about-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.pa-about-img {
    position: relative;
    width: fit-content;
}
.pa-about-img img {
    border-radius: 10px;
}
.pa-about-content .pa-heading,.pa-services-content .pa-heading,.pa-why-pure .pa-heading{
    text-align: justify;
    margin-bottom: 25px;
}
.pa-about-content .pa-heading h1 {
    margin-top: 10px;
}
.pa-about-content p:last-child {
    margin: 0;
}

 
.pa-breadcrumb-box h1 { font-family: 'oswald'!important }
.pa-about-content h3 { font-family: 'fjalla one'!important }
.pa-about-content span { font-weight: 600; }
.para { font-weight: 600; }
.pa-about-content p { text-align: justify; }
/* about end 
/*------========================================================================--------*/


.vession
  {
    width: 45vh;
    height: 50vh;
    background-color: ;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 2px 5px line-height;
    margin-bottom: 150px; 
    border-radius: 30px;
}
 
 .vession:hover 
  {
    box-shadow: 2px 5px 10px grayscale;
    transform: translateY(3px);
  }


    .vession_1 
    { 
      height: 18%;
      width: 100%;
      background-color: #2e8b57; 
      border-radius: 10px 10px 0 0; 
      border-bottom:2px solid #fff;
    }

  .vession_1 h3 
  { color: white;
    font-size: 22px;
    padding-top: 15px; 
   }

     .vession_2 
    { 
      height: 100%; 
      width: 100%;
      background-color: #57A278;
      border-radius: 0px 0px 10px 10px;
    }

     .vession_2 li
      {
        color: #ffffff;
        font-size: 14px;  
        text-align: left; 
        padding-left: 10px;
        padding-right: 10px;   
       

      }

      .vession_2 li i { font-size: 10px; }

    .bordar 
     {
        width: 180px;
        background: #fff;
        height: 3px;
        margin: auto;

     }
 
/*------========================================================================--------*/


     /*---======================== products ====================================---*/

    .pa-product-single
    {
      margin-top: 50PX; 
    }
.pa-sidebar-title {
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.pa-widget ul li {
    margin-bottom: 15px;
    position: relative;
    list-style-type:square;
}
.pa-widget ul li::marker {
   /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2e8b57; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.pa-widget ul li:last-child{
    margin-bottom: 0;
}
.pa-product-sidebar {
    padding: 30px 30px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}
.pa-widget {
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
    padding-bottom: 30px;
}
.pa-widget:last-child{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.pa-widget.pa-search .pa-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    min-width: 100px;
    height: 40px;
    line-height: 36px;
}
.pa-widget.pa-search {
    position: relative;
}
.pa-widget.pa-search input {
    padding-right: 110px;
    padding-bottom:10px;
}
.pa-widget ul li span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #2e8b57;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 2px;
}
.pa-widget.pa-tag ul li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px;
}
.pa-widget.pa-tag ul li a {
    border: 1px solid #6caaa8;
    padding: 0px 10px;
    min-height: 35px;
    display: block;
    line-height: 35px;
    border-radius: 4px;
    text-transform: capitalize;
}
.pa-product-widget ul li {
    display: flex;
    margin-bottom: 20px;
}
.pa-product-widget .pa-pro-wid-img {
    width: 70px;
}
.pa-product-widget .pa-pro-wid-content {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.pa-pro-wid-content h4 {
    font-size: 16px;
    margin-bottom: 6px;
}
.pa-pro-wid-content p {
    margin-bottom: 0;
}
.pa-pro-wid-img img {
    border: 1px solid #6caaa8;
    padding: 5px;
    border-radius: 4px;
}
.pa-widget.pa-shop-category {
    padding-bottom: 27px;
}

.pa-btn{
    background: #2e8b57;
    color: #fff;
    padding: 0px 20px;
    min-width: 160px;
    height: 50px;
    line-height: 46px;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #2e8b57;
    transition: 0.3s;
    display: inline-block;
}
.pa-btn:hover{
    outline: none;
    background: #fff;
    color: #6caaa8;
}
.pa-btn:focus,.modal-header .close {
    outline: none;
}
input{
    width: 100%;
    height: 50px;
    padding:0px 20px;
    border: 1px solid #2e8b57;
    outline: none;
    border-radius: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




 .pa-contact-form input,  
 {
    margin-bottom: 15px;
}
 

/*--------------------- contact part ------------------------------------------------*/

    .pa-contact-detail{
    padding-bottom: 50px;
}

.pa-contact-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.pa-contact-form input 

 {
   margin: 20px auto;
 }
 
.pa-contact-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 25px 30px 23px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 30px;
}
.pa-contact-box:hover{
    transform: translateY(-5px);
}
.pa-contact-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.pa-contact-box p {
    margin-bottom: 0px;
}
.response {
    position: fixed;
    bottom: 45px;
    right: 40px;
    color: #f44336;
}
.response p {
    transform: translate(10px, 0px);
    margin: 0;
}
.pa-contact
{
  margin: 50px auto;    
}

.pa-contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    border: 1px solid #6caaa8;
    outline: none;
    border-radius: 10px;
    resize: none;
}

.pa-contact-form input,
.pa-contact-form textarea {
    margin-bottom: 15px;


     /*----=========== MEDIA qUREY ===============================*/

     @media screen and (max-width:1399px){
    .pa-main-header,.pa-top-header {
        padding: 0 100px;
    }
    .pa-banner-two {
        padding: 89px 80px 184px;
    }
    .pa-banner-two-img {
        width: 488px;
        height: 488px;
        line-height: 488px;
    }
    .pa-banner-two-img img {
        width: 330px;
    }
    .pa-banner-two:after {
        width: 450px;
    }
    .pa-banner-three-text {
        padding: 65px 0px 79px 100px;
    }
    .pa-banner-three-img {
        padding: 80px 100px 80px 0;
    }
}
@media screen and (max-width:1199px){
    .pa-main-header,.pa-top-header {
        padding: 0 80px;
    }
    .pa-banner {
        padding: 88px 0px 75px;
    }
    .pa-why-img {
        width: 320px;
        height: 320px;
        line-height: 320px;
        margin-top: 15px;
    }
    .pa-why-ul ul li {
        margin-bottom: 53px;
    }
    .pa-banner-two-img {
        width: 450px;
        height: 450px;
        line-height: 450px;
    }
    .pa-banner-two-img img {
        width: 330px;
    }
    .pa-banner-two:after {
        width: 300px;
    }
    .pa-banner-two-text h2 {
        font-size: 36px;
    }
    .pa-banner-three-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
}
@media screen and (min-width:992px){
    ul.pa-submenu {
        background: #fff;
        padding: 15px 20px;
        position: absolute;
        top: 49px;
        left: 0;
        box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.11);
        min-width: 120px;
        border-radius: 0px 0px 5px 5px;
        max-width: 200px;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        transform: translateX(15px);
        z-index: 1;
    }
    ul.pa-submenu li:last-child {
        margin-bottom: 0;
    }
    ul.pa-submenu li {
        margin-bottom: 5px;
    }
    li.pa-menu-child:hover ul.pa-submenu{
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }
    .pa-menu>ul>li:last-child ul.pa-submenu{
        left: auto;
        right: 0;
    }
}
@media screen and (max-width:991px){
    .pa-main-header,.pa-top-header {
        padding: 0;
    }
    .pa-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 9;
        transition: 0.3s;
    }
    .pa-menu>ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    .pa-menu>ul>li a {
        color: #222;
        padding: 10px 15px;
        display: block;
    }
    ul.pa-submenu li {
        padding-left: 20px;
    }
    .pa-menu>ul li:last-child {
        border-bottom: 0;
    }
    ul.pa-submenu li:first-child {
        border-top: 1px solid #eee;
    }
    .pa-submenu,.pa-banner-two:after,.pa-why-ul ul li:after,.pa-banner-three-text:after{
        display: none;
    }
    .pa-toggle-nav{
        margin-left: 10px;
        vertical-align: middle;
    }
    .pa-toggle-nav span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    .pa-toggle-nav span:nth-child(3),.col-md-6:last-child .pa-medicine-box{
        margin-bottom: 0px;
    }
    .pa-open-menu .pa-toggle-nav span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .pa-open-menu .pa-toggle-nav span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .pa-open-menu .pa-toggle-nav span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    .pa-toggle-nav, .pa-head-icon>ul {
        display: inline-block;
    }
    .pa-open-menu .pa-menu{
        left: 0;
    }
    .pa-banner {
        background-position: right;
    }
    .pa-medicine-box,.pa-blog-widget:last-child,.pa-about-img {
        margin-bottom: 30px;
    }
    .pa-why-img {
        width: 210px;
        height: 210px;
        line-height: 210px;
        margin-top: 30px;
    }
    .pa-why-img img {
        width: 100px;
    }
    .pa-why-ul ul li,
    .pa-why-left ul li:first-child,
    .pa-why-left ul li:nth-child(2),
    .pa-why-left ul li:nth-child(4),
    .pa-why-left ul li:last-child,
    .pa-why-right ul li:first-child,
    .pa-why-right ul li:nth-child(2),
    .pa-why-right ul li:nth-child(4),
    .pa-why-right ul li:last-child {
        padding: 0;
    }
    .pa-why .pr-0,.pa-why .p-0{
        padding-right: 15px!important;
    }
    .pa-why .pl-0,.pa-why .p-0{
        padding-left: 15px!important;
    }
    .pa-why-left ul li{
        text-align: left;
    }
    .pa-why-right ul li {
        text-align: right;
    }
    .pa-why-ul ul li {
        margin-bottom: 35px;
    }
    .pa-counter-box p {
        line-height: normal;
    }
    .pa-counter.spacer-bottom {
        padding-bottom: 50px;
    }
    .pa-counter-main {
        margin-bottom: 0;
    }
    .pa-counter-box {
        margin-bottom: 30px;
        padding: 30px 30px 26px;
    }
    .pa-counter{
        margin-bottom: 80px;
    }
    .pa-nav-bar {
        padding-top: 8px;
    }
    .pa-toggle-nav2 span,.pa-head-three .pa-toggle-nav span {
        background: #6caaa8;
    }
    .pa-header-two .pa-head-icon ul li svg {
        fill: #6caaa8;
    }
    .pa-banner-two-img {
        border: 1px dashed #6caaa8;
        background: transparent;
    }
    .pa-banner-two-text {
        margin: 42px 0 80px;
    }
    .pa-feature ul {
        margin-top: 0;
        padding-bottom: 13px;
    }
    .pa-banner-two {
        padding: 86px 0px 80px;
    }
    .pa-banner-two-text:after {
        background-size: 24px 24px;
        width: 200px;
        left: -20px;
        top: -30px;
        bottom: -30px;
    }
    .pa-why-pure-shape,.pa-product-sidebar,.pa-services-content,.pa-blog-sidebar {
        margin-top: 30px;
    }
    .pa-feature ul li {
        width: 32%;
        margin-bottom: 30px;
    }
    .pa-feature ul li:nth-child(3){
        border: none;
    }
    .pa-open-menu .pa-toggle-nav2 span {
        background: #fff;
    }
    .pa-open-menu .pa-toggle-nav2 {
        right: 20px;
    }
    .pa-menu-two ul li a {
        font-size: 25px;
    }
    .pa-menu-two ul li.pa-menu-tow-child:after {
        top: 5px;
        border-left-width: 8px;
        border-top-width: 8px;
    }
    .pa-banner-three-text {
        padding: 0px;
    }
    .pa-banner-three-img {
        padding: 0px;
        text-align: center;
    }
    .pa-banner-three {
        padding: 80px 0;
    }
    .pa-plan-box {
        transform: translate(0px);
    }
    .pa-popular-plan .pa-plan-price {
        font-size: 50px;
    }
    .pa-plan-box:hover {
        transform: translateY(-5px);
    }
    .pa-about {
        padding-bottom: 73px;
    }
    .pa-why {
        padding-bottom: 74px;
    }
    .pa-product-single .pa-product-sidebar {
        margin-top: 15px;
    }
    .pa-blog-single {
        padding-bottom: 55px;
    }
    .pa-garnd-total p span:last-child {
        min-width: 90px;
    }
    .pa-bill-form {
        margin-bottom: 46px;
    }
    label.pa-bill-title {
        margin-bottom: 28px;
    }
    p.pa-bill-title{
        margin-bottom: 36px;
    }
    .pa-contact-form {
        transform: translate(-60px, 36px);
    }
}
@media screen and (max-width:767px){
    .pa-header-address, .pa-header-call {
        text-align: center;
    }
    .pa-top-header {
        margin: 5px 0;
        height: auto;
    }   
    .pa-banner {
        padding: 68px 0px 53px;
    }
    .pa-blog-box img {
        width: 100%;
    }
    .pas-testi-content {
        width: calc(100% - 200px);
    }
    .pas-testi-img {
        width: 200px;
    }
    .pa-counter-box h1,.pa-counter-box span {
        font-size: 25px;
    }
    .pa-counter{
        margin-bottom: 60px;
    }
    .spacer-bottom, .pa-product-single,.pa-contact {
        padding-bottom: 60px;
    }
    .spacer-top {
        padding-top: 60px;
    }
    .pa-why .col-md-4:nth-child(2) {
        order: -1;
    }
    .pa-why-img {
        margin: 0 auto 30px;
    }
    .pa-product, .pa-blog, .pa-why-pure,
    .pa-counter.spacer-bottom,.pa-team,.pa-price-plan {
        padding-bottom: 30px;
    }
    .pa-trending-product{
        padding-bottom: 45px;
    }
    .pa-services {
        padding-bottom: 53px;
    }
    .pa-footer,.pa-footer-two,.pa-footer-three {
        padding: 52px 0 23px;
    }
    .pa-why {
        padding-bottom: 54px;
    }
    .pa-feature ul li {
        width: 49%;
    }
    .pa-feature ul li:nth-child(2),.pa-feature ul li:nth-child(4) {
        border: none;
    }
    .pa-feature ul li:nth-child(3) {
        border-right: 1px solid #eee;
    }
    .pa-banner-two-text:after{
        display: none;
    }
    .pa-banner-two {
        padding: 65px 0px 60px;
    }
    .pa-banner-two-text {
        margin: 42px 0 50px;
    }
    .pa-feature ul {
        padding: 40px 10px 3px;
    }
    .pa-foot-title,.pa-foot-box img {
        margin-bottom: 20px;
    }
    .pa-login-title {
        font-size: 25px;
    }
    .pa-banner-three {
        padding: 48px 0 60px;
    }
    .pa-banner-three-text {
        margin-bottom: 50px;
    }
    .pa-about {
        padding-bottom: 53px;
    }
    .pa-breadcrumb {
        padding: 71px 0 73px;
    }
    .pa-blog-page {
        padding-bottom: 55px;
    }
    .pa-prod-count {
        margin: 23px 0 22px;
    }
    .pa-cart-box table td {
        max-width: 100%;
        border: none;
        border-bottom: 1px solid #eee;
    }
    .pa-cart-box table td:last-child,.pa-cart-box table thead tr,.pa-bill-detail table td,.pa-bill-detail table td:last-child,.pa-cart-box table th,.pa-cart-box table th:last-child{
        border: none;
    }
    .pa-cart-box table tr,.pa-bill-detail table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #eee;
        border-radius: 10px;
    }
    .pa-cart-box table th:first-child, .pa-bill-detail table th:first-child{
        border-radius: 10px 10px 0px 0px;
    }
    td.pa-cart-update, td.pa-cart-total, table.pa-garnd-total td:first-child,.pa-garnd-total {
        text-align: left;
    }
    .pa-garnd-total p:first-child {
        border-top: 1px solid #eee;
        border-radius: 10px 10px 0px 0px;
    }
    .pa-cart-box table th:last-child, .pa-bill-detail table th:last-child {
        border-radius: 0px 0px 10px 10px;
    }
    .pa-cart-box table th, .pa-bill-detail table th,.pa-bill-detail table td {
        border-bottom: 1px solid #eee;
    }
    .pa-bill-detail table th{
        border-right:none ;
    }
    .pa-place-order-btn {
        text-align: left;
        margin-top: 10px;
    }
    .pa-checkout {
        padding-top: 56px;
    }
    .pa-contact-detail{
        padding-bottom: 30px;
    }
    .pa-contact-form {
        transform: translate(0px, 0px);
        margin-top: 30px;
    }
}    
@media screen and (max-width:575px){
    .pa-why-right ul li, .pa-why-left ul li {
        text-align: center;
        border-bottom: 1px solid #e5ecec;
        padding-bottom: 20px!important;
        margin-bottom: 20px;
    }
    .pa-why-right ul li:last-child{
        border-bottom: none;
        padding-bottom: 0px!important;
    }
    .pa-why-right ul {
        margin-top: 30px;
    }
    .pa-tesimonial-box {
        padding: 0 15px;
        display: block;
    }
    .pas-testi-content {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .pa-tesimonial-box:after,.pas-testi-img:after{
        display: none;
    }
    .pa-tesimonial-button {
        right: 15px;
        bottom: 18px;
    }
    .pas-testi-content p{
        margin-bottom: 2rem;
    }
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
    .pa-newsletter input {
        padding-right: 145px;
    }
    .pa-newsletter .pa-btn{
        padding: 0px 15px;
        min-width: 135px;
    }
    .pa-login-btn p {
        position: unset;
        padding-top: 10px;
        display: block;
    }
    .pa-forgot-password {
        position: unset;
        padding-left: 30px;
        display: block;
    }
    .pa-login-model .modal-body {
        padding: 21px 30px 30px;
    }
    .pa-remember {
        margin: 5px 0px 17px;
    }
    .pa-login-close {
        top: -5px;
        right: -5px;
    }
    .pa-feature ul li a {
        font-size: 16px;
        font-weight: 400;
    }
    .pa-banner-two-img {
        width: auto;
        height: auto;
        line-height: unset;
        padding: 60px;
    }
    .pa-banner-two-img img {
        width: 100%;
    }
    .pa-fixed-cart {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .pa-fixed-cart SVG {
        width: 30px;
    }
    .pa-copyright p, .pa-copyright p a {
        line-height: normal;
    }
    .pa-menu-two ul li a {
        font-size: 20px;
    }
    .pa-blog-wimg {
        width: 70px;
    }
    .pa-blog-widget .pa-blog-title {
        width: calc(100% - 70px);
    }
    .pa-services-content ul {
        column-count: 1;
    }
    .pa-prod-content {
        margin-top: 22px;
    }
     .pa-prod-content h1{
         font-family: 'fjalla one'!important;
     }
    
}
@media screen and (max-width:480px){
    .pa-banner-text h2 {
        font-size: 36px;
    }
    .pa-why-pure-shape ul {
        column-count: 1;
        column-gap: 0;
    }
    .pa-why-pure-shape ul li:nth-child(3) {
        margin-top: 0;
    }
    .pa-blog-widget:last-child {
        margin-bottom: 22px;
    }
    .pa-blog-comnt ul .pa-cmnt-box,.pa-bill-form label,.pa-profile-data ul li,.pa-profile-img,.pa-edit-model ul li,.pa-blog-user {
        display: block;
    }
    .pa-cmnt-content,.pa-profile-name-box,.pa-blog-user-content {
        padding: 0;
        margin-top: 15px;
        width: 100%;
    }
    .pa-blog-comnt ul li ul {
        margin-left: 20px;
    }
    .pa-bill-form label span {
        margin-bottom: 10px;
        display: block;
    }
}


/*--------------media quaery-------------------*/

@media screen and (max-width:990px)
{
    .pa-menu ul li a { flex-direction: column!important; display: block!important; }
}

/* testimonial css */
.bg-product [class*="container"] {
    max-width: 1170px !important;
  }
/* testimonial css */
.bg-product [class*="container"] {
    max-width: 1170px !important;
  }
.bg-product {
    /* SET Height cho nó rồi bảo sao ko lỗi? */
    /* height:1000px; */
    background: #d1d7f5;
    /* overflow: hidden; */
  }

  #sliderproduct {
    width: 100%;
    
  }

  #sliderproduct .carousel-inner {
    overflow: visible;
  }

  #sliderproduct .col-sm-6.image {
    background: rgb(200, 199, 199);
    box-shadow: 0px 8px 8px 0px #959595;
    position: relative;
    
  }

  .bg-product .item {
    padding: 10px 0px 10px 0px;
  }


  #sliderproduct .col-sm-6.mr-auto {
    margin-top: 22px;
  }
  @media screen {
    #sliderproduct .col-sm-6{
        margin-top: 20px;
    }
    
  }


  #sliderproduct .details h2 {
    margin: 25px 0px 30px 0px;
    font-size: 24px;
    font-weight: 700;
  }

  #sliderproduct .details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
  }

  #sliderproduct .carousel-item {
    transition: 0.3s;
  }


 
   .carousel-control-prev,  .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
 .carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #cd3a54;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
 .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
 .carousel-control-prev {
	left: 40%;
	top: 110%;
}
 .carousel-control-next {
	right: 40%;
	top: 110%;
}


 @media (min-width: 320px) and (max-width: 575px) {

     .carousel-control-prev {
	left: 35%;
	top: 105%;
}
 .carousel-control-next {
	right: 35%;
	top: 105%;
}

}
@media (min-width: 576px) and (max-width: 767px) {

     .carousel-control-prev {
	left: 35%;
	top: 105%;
}
 .carousel-control-next {
	right: 35%;
	top: 105%;
}
}
  #sliderproduct ol.carousel-indicators {
    display: none;
  }