@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
* {
  box-sizing: border-box;
  /* overflow-x: hidden; */
  scrollbar-width: none; /* Width of the scrollbar */
    scrollbar-color: #888 #f1f1f1;
  }
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  /*font-family: cursive;*/
  overflow-x: hidden;
}
p {
  margin-bottom: 0px;
}
html {
  scroll-behavior: smooth;
}

.owl-theme .owl-nav{
  display: block !important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #228709;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #228709;
}

.btn:focus {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.btn-close:focus{
  box-shadow: none;
}
.btn:hover {
  color: #fff;
}
.accordion-button:focus{
  box-shadow: none;
}
a{
  color: #000;
  text-decoration: none;
}
ul , ol{
  padding-left: 0px;
  list-style-type: none;
}
a:hover {
  color:#228709;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*.full-width {
  width: 100% !important;
}*/

.full-height {
  height: 100% !important;
}

.display-none {
  display: none;
}
.pd-0 {
  padding: 0 !important;
}

.pd-0-7 {
  padding: 0 7px !important;
}

.pd-0-15 {
  padding: 0 15px !important;
}

.mr-0 {
  margin: 0;
}

.mr-b-20 {
  margin-bottom: 20px;
}
.pd-1 {
  padding: 1px !important;
}

.pd-2 {
  padding: 2px !important;
}

.pd-0-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd-0-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd-0-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-bold {
  font-weight: bold;
}
.vertical-space-2 {
  height: 10px;
}
.vertical-space-5 {
  display: inline-block;
  width: 100%;
  height: 5px;
}

.vertical-space-8 {
  display: inline-block;
  width: 100%;
  height: 8px;
}

.vertical-space-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.vertical-space-12 {
  display: inline-block;
  width: 100%;
  height: 12px;
}

.vertical-space-15 {
  display: inline-block;
  width: 100%;
  height: 15px;
}

.vertical-space-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.vertical-space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.vertical-space-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.vertical-space-50 {
  display: inline-block;
  /* background: #e1dfda; */
  width: 100%;
  height: 50px;
}

.vertical-space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.vertical-space-65 {
  display: inline-block;
  width: 100%;
  height: 65px;
}
.vertical-space-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.vertical-space-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.vertical-space-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

.vertical-space-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.vertical-space-120 {
  display: inline-block;
  width: 100%;
  height: 120px;
}
.vertical-space-150 {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.mobile-header{
  display: none;
}
.mobile-banner{
  display: none;
}
.common{
  color: #99c55f !important;
}
.common-btn{
  background: #99c55f;
  padding: 6px 15px;
  color: #fff;
  font-weight: 700;
  border: none;
}
.common-btn:hover , .common-btn:focus{
  background: #99c55f;
  color: #fff;
}
.main-text{
      font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.common-header{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
 .common-header-left .common-header {
  padding-right:45px ;
}
 .common-header-left  .common-header .common-header-left-img{
  width:200px;
  margin-right: 10px;
}
 .common-header-left  .common-header .common-header-right-img{
     width: 67px;
    margin-left: 15px;
}
 .common-header-right  .common-header .common-header-left-img{
  width:200px;
  margin-left: 15px;
}
 .common-header-right .common-header .common-header-right-img{
     width: 67px;
    margin-right: 15px;
}
 .common-header-left .common-wrapper  .wrapper {
  margin-left: auto;
 }
.common-wrapper  .wrapper {
  overflow:hidden;
  width:500px;
  height:300px;

}
.common-wrapper  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: 300px;
  width: 500px;
  object-fit:cover;
  border-radius: 5px;
  border: 4px solid #d6ddaf;
}
.common-wrapper  .inverted-corner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-wrapper  .top, .common-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
 
}
.common-wrapper  .top:before, .common-wrapper .top:after, .common-wrapper .bottom:before, .common-wrapper .bottom:after{
  content:" ";
  position:absolute;
  width: 70px;
  height: 70px;
  background-color: #e1dfda;  
  border: solid #d6ddaf 4px;
  border-radius: 50px !important; 
}
.common-wrapper .top:before {
  top:-35px;
  left:-35px;
}
.common-wrapper  .top:after {
 top: -35px;
 right: -35px;
  /* box-shadow: inset 1px 1px 1px grey; */
}
.common-wrapper  .bottom:before {
  bottom:-35px;
  left:-35px;
}
.common-wrapper  .bottom:after {
 bottom: -35px;
 right: -35px; 
 /* box-shadow: inset 1px 1px 1px grey; */
}
.main-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.main-title .main-title-left-img{
  width:40%;
  margin-left: 15px;
}
.main-title .main-title-right-img{
     width: 40%;
     margin-right: 15px;
}
.skm-title{
  font-size: 20px;
  color: #000;
  font-weight: 900;
  position: relative;
  width: 100%;
  text-align: center;
}
.skm-title:before{
  content: "";
  width: 40%;
  height: 30px;
  display: inline-block;
  margin: 0 20px 8px 0;
  background: url(../images/Ourstory-border-L.png);
}
.skm-title:after{
  content: "";
  width: 40%;
  height: 30px;
  display: inline-block;
     margin: 0 0 8px 20px;
  background: url(../images/Ourstory-border-Right.png);
}
.main-wrapper  .wrapper {
  overflow:hidden;
  width:100%;
  height:300px;

}
.main-wrapper  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: 300px;
  width: 100%;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 5px;
}
.main-wrapper  .inverted-corner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-wrapper  .top, .main-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
 
}
.main-wrapper  .top:before, .main-wrapper .top:after, .main-wrapper .bottom:before, .main-wrapper .bottom:after{
  content:" ";
  position:absolute;
  width: 70px;
  height: 70px;
  background-color: #e5e3e0;
  border: solid #d6ddaf 4px;
  border-radius: 50px !important; 
}
.main-wrapper .top:before {
  top:-35px;
  left:-35px;
}
.main-wrapper  .top:after {
 top: -35px;
 right: -35px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.main-wrapper  .bottom:before {
  bottom:-35px;
  left:-35px;
}
.main-wrapper  .bottom:after {
 bottom: -35px;
 right: -35px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.top-border{
  background: #99c55f;
  padding: 6px 0px;
}
.main-header{
  position: sticky;
  top: 0px;
  z-index: 99;
}
.main-header .navbar{
  background: #99c55f;
  border-bottom: 1px solid #ccc;
  padding: 0px;
}
.main-header .navbar  .logo-img{
  width: 96px;
}
.main-header .navbar .navbar-nav .nav-item .nav-link{
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
    padding: 40px 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.main-header .navbar .navbar-nav .dropdown-menu{
  border-radius: 0px;
  border: none;
  padding: 0px;
}
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item{
  font-size: 15px;
  padding: 6px 8px;
}
.main-header .navbar .navbar-nav .dropdown-menu .dropdown-item.active , .main-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
  background: #99c55f;
  color: #fff !important;
}
.main-header .navbar .navbar-nav .nav-item .nav-link.active , .main-header .navbar .navbar-nav .nav-item .nav-link:hover{
  color: #99c55f;
}
.main-header .navbar .navbar-nav .nav-item .nav-link i{
  font-size: 12px;
  padding-top: 3px;
  padding-left: 5px;
}
.main-header .navbar .navbar-nav .nav-item  .dropdown-toggle::after{
  border: none; 
}
.banner{
  background: url(../images/home1/banner/banner-bg.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner .banner-content{
  width: 100%;
  height: 650px;
}
.banner .banner-content .banner-img{
  background: url(../images/home1/banner/wooden-banner.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.banner .banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 20%;
    left: 6%;
    width: 1160px;
    height: 350px;
}
.banner .banner-content .banner-img .banner-img-box .item{
  width: 100%;
  height: 350px;
  position: relative;
}
.banner .banner-content .banner-img .banner-img-box .banner-carousel , .banner .banner-content .banner-img .banner-img-box .banner-carousel .owl-stage-outer{
  width: 100%;
  height: 100%;
}
.banner .banner-content .banner-img .banner-box{
  position: absolute;
  top: 100px;
  left: 80px;
}
.banner .banner-content .banner-img .banner-box .banner-title{
  font-size: 60px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.banner .banner-content .banner-img .banner-box .banner-text{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.banner .banner-content .banner-img .banner-carousel .owl-nav{
  display: none !important;
}
.banner .banner-content .banner-img .banner-carousel .owl-dot1s{
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
}
.banner .banner-content .banner-img .banner-carousel .owl-dot1s .owl-dot1 span{
  background: url(../images/home1/circle.svg) !important;
  width: 25px !important;
  height: 25px !important;
  margin: 5px 2px !important;
}
.banner-bottom-content{
    background: url(../images/home1/banner/banner2.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.flower-img{
  position: absolute;
  top: 0px;
  left: 43%;
  z-index: 2;
}
.flower-img img{
  width: 150px;
}
.banner-bottom-content .science-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.banner-bottom-content .banner-bottom-content-left .science-title{
  padding-right:45px ;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left{
  width:200px;
  margin-right: 10px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right{
     width: 67px;
    margin-left: 15px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left{
  width:200px;
  margin-left: 15px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right{
     width: 67px;
    margin-right: 15px;
}
.banner-bottom-content .banner-bottom-content-left .wrapper{
  margin: 0 auto;
}
.banner-bottom-content  .wrapper {
  overflow:hidden;
  width:500px;
  height:300px;

}
.banner-bottom-content  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: 300px;
  width: 500px;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 5px;
}
.banner-bottom-content  .inverted-corner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-bottom-content  .top, .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  
}
.banner-bottom-content  .top:before, .banner-bottom-content .top:after, .banner-bottom-content .bottom:before, .banner-bottom-content .bottom:after{
  content:" ";
  position:absolute;
  width: 70px;
  height: 70px;
  background-color: #e1dfda;
  border: solid #d6ddaf 4px;
  border-radius: 50px !important; 
}
.banner-bottom-content  .top:before {
  top:-35px;
  left:-35px;
}
.banner-bottom-content  .top:after {
 top: -35px;
 right: -35px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.banner-bottom-content  .bottom:before {
  bottom:-35px;
  left:-35px;
}
.banner-bottom-content  .bottom:after {
 bottom: -35px;
 right: -35px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.content-box{
  width: 450px;
  margin: 30px auto;
}
.content-box .content-box-text{
  font-size: 14px;
  text-align: justify;
  color: #000;
  line-height: 30px;
   display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner-bottom-content .banner-bottom-content-right .content-box{
  margin:30px 20px;
}
.story-detail{
   background: url(../images/home1/banner/story-banner.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.story-detail .story-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.story-detail .story-title .story-title-left{
  width:15%;
  margin-left: 25px;
}
.story-detail .story-title .story-title-right{
     width: 15%;
     margin-right: 25px;
}
.story-detail .story-box{
  position: relative;
}
.story-detail  .wrapper {
  overflow:hidden;
  width: 100%;
  height:340px;
}
.story-detail  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: 340px;
  width: 100%;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 5px;
}
.story-detail  .inverted-corner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-detail  .top, .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  
}
.story-detail  .top:before, .story-detail .top:after, .story-detail .bottom:before, .story-detail .bottom:after{
  content:" ";
  position:absolute;
  width: 70px;
  height: 70px;
  background-color: #e1dfda;
  border: solid #d6ddaf 4px;
  border-radius: 50px; 
}
.story-detail  .top:before {
  top:-35px;
  left:-35px;
}
.story-detail  .top:after {
 top: -35px;
 right: -35px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.story-detail  .bottom:before {
  bottom:-35px;
  left:-35px;
}
.story-detail  .bottom:after {
 bottom: -35px;
 right: -35px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.story-detail  .content-box-text{
  line-height: 30px;
}
.story-detail .story-box .story-flower{
  bottom: -20px !important;
  right: -18% !important;
  position: absolute;
}
.story-detail .story-box .story-flower img{
  width: 150px;
}
.latest-products{
   background: url(../images/home1/banner/product-banner.png);
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
 .product-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
 .product-title:before{
  content: '';
    background: url(../images/home1/Latestproducts-border-01.svg) no-repeat center;
    position: absolute;
    left: -15px;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 100%;
    height: 15px;
}
 .product-title .pot-img{
  width: 50px;
  /* padding:0px 10px; */
  margin-bottom: 15px;
  position: relative;
}
 .product-title .product-title-left{
  width:15%;
  margin-left: 25px;
}
 .product-title .product-title-right{
     width: 15%;
     margin-right: 25px;
}
.latest-products .card{
  border: none;
  border-radius: 0px;
  background: none;
}
.latest-products .card .card-img{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.latest-products .card .card-img .card-img-link{
  width: 100%;
  height: 200px;
  float: left;
}
.latest-products .card .card-img .card-img-link img{
  display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 15px;
    transform: translate(-50%, -50%);
    width: auto;
}
.latest-products .latest-leaf{
  position: absolute;
  right: -70px;
  bottom: 0px;
}
.latest-products .latest-leaf{
  width: 150px;
}
.card-title-bg {
    position: relative;
    margin-top: -50px;
}
.card-title-bg img{
  margin: 0px 20px;
  width: auto !important;
}
.card-title-bg .card-title{
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: auto;
    font-size: 12px;
  font-weight: 700;
}
.product-carousel .owl-nav button.owl-next {
    float: right;
    position: absolute;
    top: calc(50% - 60px);
    right: -40px;
    color: #000;
    width: 25px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
}
.product-carousel .owl-nav button.owl-prev {
    float: left;
   position: absolute;
    top: calc(50% - 60px);
    left: -40px;
    color: #000;
    width: 25px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
}
.product-carousel .owl-nav button:hover{
  background: none !important;
}
.product-carousel .owl-dot1s{
  display: block !important;
}
.product-carousel .owl-dot1s .owl-dot1 span{
  background: url(../images/home1/circle.svg) !important;
  width: 25px !important;
  height: 25px !important;
  margin: 5px 2px !important;
}
.service-detail{
   background: url(../images/home1/banner/service.png);
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  overflow-x: hidden;
  position: relative;
}
.service-detail .image-btn{
  width: 200px;
  height:65px;
  position: relative;
}
.service-detail .image-btn img{
  width: 50%;
  height: 100%;
}
.service-detail .image-btn .image-btn-img2{
  display: none;
}
.image-btn  .img-btn-detail{
  position: absolute;
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 68%;
    top: 5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.image-btn  .img-btn-detail .small-img{
  width: 35px;
}
.img-btn-detail .treatment-title{
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  margin-bottom: 0px;
}
 .img-btn-detail .treatment-text{
  font-size: 12px;
  color: #fff !important;
  font-weight: 400;
  margin-bottom: 0px;
}
.pt-left{
  /* margin-left: 75px; */
}
.mt-bottom{
  margin-bottom: 40px;
}
.service-flower{
  position: absolute;
  top: 50%;
  left: -70px;
}
.service-flower img{
  width: 150px;
}
.updated-news{
  background: url(../images/home1/banner/update-banner.png);
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0px;
}
.updated-news  .wrapper {
  overflow:hidden;
  width: 100%;
  height:auto;
}
.updated-news  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: auto;
  width: 100%;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 5px;
}
.updated-card-img{
  width: 90%;
  margin: 30px auto;
}
.updated-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 .updated-card-body{
  padding: 10px;
  margin-bottom: 30px;
}
 .updated-card-body .updated-card-title{
  font-size: 16px;
  font-weight: 600;
}
.updated-card-body .updated-card-text{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
   display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.updated-news .top, .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  
}
.updated-news .top:before, .updated-news .top:after, .updated-news .bottom:before, .updated-news .bottom:after{
  content:" ";
  position:absolute;
  width: 50px;
  height: 50px;
  background-color: #e1dfda;
  border: solid #d6ddaf 4px;
  border-radius: 0px; 
}
.updated-news .top:before {
  top:-35px;
  left:-20px;
}
.updated-news .top:after {
 top: -35px;
 right: -20px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.updated-news  .bottom:before {
  bottom:-35px;
  left:-20px;
}
.updated-news  .bottom:after {
 bottom: -35px;
 right: -20px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.updated-flower-1 {
    position: absolute;
    bottom: 12%;
    left: 86px;
    transform: rotate(33deg);
}
.updated-flower-2 {
    position: absolute;
    bottom: 12%;
    right: 81px;
    transform: rotate(25deg);
}
.updated-flower img{
  width: 150px;
}
.next-btn{
  width: 35px;
  padding-bottom: 4px;
}
.next-commend{
  text-align: center;
}
.footer-top{
  border-top: none;
  opacity: 1;
  height: 45px;
  margin: 0px;
  width: 100%;
  background: url(../images/extended\ border.png) !important;
}
.footer{
   background: url(../images/home1/banner/footer-banner.png);
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0px;
}
.footer .footer-logo{
  width: 120px;
}
.footer .footer-content .footer-icon{
  font-size: 24px;
  color: #99c55f;
  text-align: center;
}
.footer .footer-content .footer-address-title{
  font-size: 14px;
  padding-top: 10px;
  color: #99c55f;
  font-weight: 400;
}
.footer .footer-content .footer-address-text{
  padding-top: 10px;
}
.social-links-footer {
    float: left;
    width: 100%
}

.social-links-footer ul {
    float: left;
    margin-top: 5px;
    width: 100%;
    padding-left: 0px !important;
}

.social-links-footer ul li {
    display: inline-block;
    padding-right: 10px
}

.social-links-footer ul li:last-child {
    padding-right: 0
}

.social-links-footer ul li a {
    color: #666;
    font-size: 22px;
    margin-right: 5px;
    text-align: right;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}
.social-links-footer ul li a:hover{
  color: #99c55f;
}
.footer .footer-border{
   border-top: none;
  opacity: 1;
  height: 10px;
  margin: 20px 0px;
  width: 100%;
  background: url(../images/home1/Footer-down-design-01.svg);
}
.footer .footer-title{
  font-size: 20px;
  font-weight: 500;
  color: #99c55f;
  margin-bottom: 15px;
}
.footer .footer-text{
  font-size: 13px;
 line-height: 25px;
 text-align: justify;
}
.footer .footer-address{
  font-size: 13px;
 line-height: 25px;
}
.footer .footer-item{
  padding-bottom: 10px;
}
.footer .footer-item .footer-link{
    font-size: 13px;
}

.footer  .footer-input{
  width: 100%;
  border: 1px solid #999;
  border-radius: 0px;
  background: transparent;
  position: relative;
}
.footer-input-box{
  position: relative;
}
.footer .footer-input-box:after{
  content: "";
  width: 8px;
  height: 23px;
  position: absolute;
  top: 7px;
  left: -7px;
  border: 1px solid #999;
  border-right: none;
  background: #E3E3DB;
}
.footer .footer-input-box:before{
  content: "";
  width: 8px;
  height: 23px;
  position: absolute;
  top: 7px;
  right: -7px;
  border: 1px solid #999;
  border-left: none;
  background: #E3E4DB;
  z-index: 1  ;
}
.footer  .footer-input::placeholder{
  font-size: 14px;
}


/*corporate-second-page*/

.about-us{
   background: url(../images/corporate/banner/banner-1.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.corporate-management{
  background: url(../images/corporate/banner/banner-2.png);
  padding: 10px 0px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.corporate-management .flower-img {
    position: absolute;
    top: 51px;
    left: 46%;
    z-index: 2;
}
.corporate-management .common-header-left .common-header{
  padding-right: 0px;
}
.corporate-management .flower-img img{
  width: 110px;
  transform: rotate(31deg);
}
.corporate-management .common-header-left  .common-header .common-header-right-img {
    width: 70px;
}
.corporate-management .common-header-left  .common-header .common-header-left-img {
    width: 280px;
}
.corporate-management .common-header-right  .common-header .common-header-left-img {
    width: 242px;
}
.corporate-management .common-header-right .common-header .common-header-right-img {
    width: 72px;
    margin-right: 15px;
}
.corporate-management .content-box-text{
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.corporate-management .content-box{
  margin: 20px 50px;
  width: 415px;
}
.corporate-management .common-header-left .content-box{
  margin-left: auto;
}

.board-detail{
   background: url(../images/corporate/banner/banner-3.png);
  padding: 10px 0px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.board-detail .main-text{
  text-align: left;
}
.board-detail .user-img{
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background: url(../images/corporate/Shape-photo-01.svg);
  position: relative;
}
.board-detail .user-img .user-img-box{
  width: 180px;
 position: absolute;
 display: block;
 height: 180px;
    margin-top: 9px;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.board-detail .user-img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;    
}
.board-detail .user-btn{
  width: 250px;
  margin: auto;
  position: relative;
}
.board-detail .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.board-detail .user-btn .user-detail{
position: absolute;
 display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.board-detail .user-btn .user-btn-title{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board-detail .user-btn .user-btn-text{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board-detail .main-text{
    -webkit-line-clamp: 4;
    text-align: justify;
}
.board-deatil-leaf-1{
  position: absolute;
  right: -70px;
  top: 15%;
}
.board-deatil-leaf-1 img{
  width: 150px;
}
.board-deatil-leaf-2{
  position: absolute;
  left: -63px;
  top: 50%;
}
.board-deatil-leaf-2 img{
  width: 150px;
}
.board-deatil-leaf-3{
  position: absolute;
  right: -80px;
  top: 59%;
}
.board-deatil-leaf-3 img{
  width: 150px;
}
.milestone{
   background: url(../images/corporate/banner/banner-4.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.milestone .main-wrapper .wrapper{
  height: 250px;
}
.milestone .main-wrapper .wrapper .inverted-corner{
  height: 250px;
}
.milestone .main-wrapper .top:before, .milestone .main-wrapper .top:after, .milestone .main-wrapper .bottom:before, .milestone .main-wrapper .bottom:after{
  width: 40px;
  height: 40px;
  border-radius: 0px !important;
}
.milestone .main-wrapper  .top:before {
    top: -22px;
    left: -25px;
}
.milestone .main-wrapper .top:after{
  top: -22px;
  right: -25px;
}
.milestone .main-wrapper  .bottom:before {
    bottom: -22px;
    left: -25px;
}
.milestone .main-wrapper .bottom:after{
  bottom: -22px;
  right: -25px;
}
.corporate-banner  .banner-content .banner-img .banner-box{
  top: 140px;
}
.corporate-banner  .banner-title{
  position: relative;
}
.corporate-banner   .banner-title:before{
   content: '';
    background: url(../images/corporate/corporate-border.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 100%;
    height: 15px;
}

/*Ayurveda-home-3*/

.about-ayurveda{
   background: url(../images/ayurveda/banner/banner-1.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.ayurveda-life-energy{
   background: url(../images/home1/banner/banner2.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.ayurveda-life-energy .main-title .main-title-right-img , .ayurveda-life-energy .main-title .main-title-left-img{
  width: 15%;
}
.ayurveda-life-energy .main-wrapper .wrapper{
  height: 260px;
}
.ayurveda-life-energy .main-wrapper .wrapper .inverted-corner{
  height: 260px;
}
.ayurveda-life-energy .user-img{
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain !important;
  background: url(../images/corporate/Shape-photo-01.svg);
  position: relative;
}
.ayurveda-life-energy .user-img .user-img-box{
  width: 230px;
 position: absolute;
 display: block;
 height: 220px;
    margin-top: 20px;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ayurveda-life-energy .user-img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;    
}
.ayurveda-life-energy .user-btn{
  width: 250px;
  margin: auto;
  position: relative;
}
.ayurveda-life-energy .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.ayurveda-life-energy .user-btn .user-detail{
position: absolute;
 display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ayurveda-life-energy .user-btn .user-btn-title{
  font-size: 14px;
  font-weight: 900;
  color: #1e390c;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ayurveda-life-energy .user-btn .user-btn-title img{
  width: 25px;
  margin-left: 10px;
}
.ayurveda-life-energy .user-btn .user-btn-text{
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ayurveda-life-energy .energy-flower-img-1{
  position: absolute;
  bottom: 0px;
  left: -40px;
}
.ayurveda-life-energy .energy-flower-img-1 img{
  width: 150px;
}
.ayurveda-life-energy .energy-flower-img-2{
  position: absolute;
  bottom: 0px;
  right: -75px;
}
.ayurveda-life-energy .energy-flower-img-2 img{
  width: 150px;
}
.ayurveda-history{
  background: url(../images/ayurveda/banner/banner-3.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.ayurveda-history .common-wrapper .wrapper {
    width: 100%;
}
.ayurveda-history .common-wrapper .wrapper .inverted-corner {
    width: 100%;
}
.ayurveda-history .ayurveda-graph-img{
  width: 100%;
  height: 550px;
  margin: 20px 0px;
}
.ayurveda-history .ayurveda-graph-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ayurveda-border {
    border-top: none;
    opacity: 1;
    height: 26px;
    margin: 0px auto;
    width: 78%;
    background: url(../images/home1/Bordrer-All-01.svg);
}
 .ayurveda-flower-img-1{
  position: absolute;
  top: 42%;
  right: -77px;
}
.ayurveda-flower-img-1 img{
 width: 150px;
}


/*factories-home-4*/

.about-factories{
   background: url(../images/infrastructure/factories/banner-1.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.about-factories .main-text{
  text-align: justify;
}

.our-factories{
  background: url(../images/infrastructure/factories/banner-2.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.our-factories .main-text{
  text-align: justify;
}
.factories-flower-img-1{
  position: absolute;
  bottom: 2%;
  left: -80px;
}
.factories-flower-img-1 img{
  width: 150px;
}

.rectangle-design   .wrapper {
  overflow:hidden;
  width:100%;
  height:250px;

}
.rectangle-design  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: 250px;
  width: 100%;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 0px;
}
.rectangle-design  .inverted-corner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rectangle-design  .top, .rectangle-design .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
 
}
.rectangle-design  .top:before, .rectangle-design .top:after, .rectangle-design .bottom:before, .rectangle-design .bottom:after{
  content:" ";
  position:absolute;
  width: 40px;
  height: 40px;
  background-color: #e7e5e1;
  border: solid #d6ddaf 4px;
  border-radius: 0px !important; 
}
.rectangle-design .top:before {
  top:-22px;
  left:-25px;
}
.rectangle-design  .top:after {
 top: -22px;
 right: -25px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.rectangle-design  .bottom:before {
  bottom: -22px;
    left: -25px;
}
.rectangle-design  .bottom:after {
 bottom: -22px;
 right: -25px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.our-factories .main-wrapper .wrapper{
  height: 200px;
}
.our-factories .main-wrapper .wrapper .inverted-corner{
  height: 200px;
}
.our-factories .main-wrapper .top:before {
  top:-50px;
  left:-50px;
}
.our-factories .main-wrapper  .top:after {
 top: -50px;
 right: -50px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.our-factories .main-wrapper  .bottom:before {
  bottom: -50px;
    left: -50px;
}
.our-factories .main-wrapper  .bottom:after {
 bottom: -50px;
 right: -50px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}

/*treatment-home-5*/

.corporate-banner .banner-box-1{
  top: 110px !important;
}
.corporate-banner .banner-title-1{
  line-height: 55px;
}
.corporate-banner .banner-title-1:before{
  margin-bottom: -20px;
}
.about-treatment{
   background: url(../images/infrastructure/treatment/banner-1.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.treatment-location{
  background: url(../images/infrastructure/treatment/banner-2.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.treatment-flower-img-1{
  position: absolute;
  bottom: 5px;
  right: -60px;
}
.treatment-flower-img-1 img{
  width: 150px;
}
.treatment-select{
    position: relative;
}
.treatment-select .form-select{
  background: transparent;
  border-radius: 0px;
  border: 1px solid #999;
  height: 40px;
  font-size: 14px;
  background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.treatment-select:after{
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: -7px;
    border: 1px solid #999;
    border-right: none;
    background: #E3E3DB;
}
.treatment-select:before{
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: -7px;
    border: 1px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 1;
}
.treatment-location  .user-btn{
  width: 400px;
  margin: auto;
  position: relative;
}
.treatment-location  .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.treatment-location  .user-btn .user-detail{
position: absolute;
 display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
}
.treatment-location  .user-btn .user-btn-title{
  font-size: 16px;
  font-weight: 600;
  color: #1e390c;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.treatment-location .rectangle-design .wrapper{
  height: auto;
}
.treatment-location .rectangle-design .wrapper .inverted-corner{
  height: auto;
  border: 1px solid #999;
  padding: 20px 30px;
}
.treatment-location .rectangle-design .top:before, .treatment-location .rectangle-design .top:after, .treatment-location .rectangle-design .bottom:before, .treatment-location .rectangle-design .bottom:after{
  border: 1px solid #999;
}
.treatment-location .branch-title{
  color: #99c55f;
  font-size: 18px;
  text-align: center;
}
.treatment-location .branch-text{
  font-size: 14px;
  color: #000;
  line-height: 25px;
  text-align: center;
}

/*Research-develop-page-6*/

.about-research{
   background: url(../images/infrastructure/research-develop/banner-1.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.about-research .main-title .main-title-right-img , .about-research .main-title .main-title-left-img{
  width: 35%;
}
.about-research .main-text{
  text-align: justify;
}
.skm-laboratry {
  background: url(../images/infrastructure/research-develop/banner-2.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.skm-laboratry .main-text{
  text-align:justify ;
}
.skm-laboratry .research-card .research-box{
    width: 100%;
    height: 210px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
    background: url(../images/infrastructure/research-develop/research-border.svg);
    position: relative;
}
.skm-laboratry .research-card .research-box .research-box-img {
    width: 120px;
    position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.skm-laboratry .research-card .research-box .research-box-img  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.skm-laboratry .research-card .research-card-title{
  font-size: 20px;
  font-weight: 900;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px;
}
.skm-laboratry .research-card .main-text{
  width: 80%;
  margin: 0 auto;
}
.research-activities{
  background: url(../images/infrastructure/research-develop/banner-3.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.research-activities .content-box{
  width: 450px;
  margin: 30px;
}
.research-activities .flower-img{
  top: 5px;
  left: 45%;
}
.research-activities  .common-header-left .common-header{
  padding-right: 0px;
}
.research-activities .flower-img img{
  width: 130px;
  transform: rotate(45deg);
}
.research-activities .common-header-left .common-wrapper .wrapper{
  margin-right: 10px;
}
.research-activities .common-header-right .common-wrapper .wrapper{
  margin-left: 10px;
}
.research-activities ul{
  list-style-type: none;
}
.research-activities .list-text {
   font-size: 14px;
  text-align: justify;
  color: #000;
  line-height: 25px;
  padding-bottom: 15px;
  position: relative;
}
.research-activities .list-text:before{
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  left: -20px;
  top: 7px;
  background: url(../images/home1/icons-tick-box-01.svg);
}

/*Hospitals-page-6*/


.about-hospitals{
   background: url(../images/infrastructure/hospitals/banner-1.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.our-skm{
   background: url(../images/infrastructure/hospitals/banner-2.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.our-skm .main-wrapper .wrapper{
  height: 200px;
}
.our-skm .main-wrapper .wrapper .inverted-corner{
  height: 200px;
}
.our-skm .main-wrapper .top:before {
  top:-50px;
  left:-50px;
}
.our-skm .main-wrapper  .top:after {
 top: -50px;
 right: -50px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.our-skm .main-wrapper  .bottom:before {
  bottom: -50px;
    left: -50px;
}
.our-skm .main-wrapper  .bottom:after {
 bottom: -50px;
 right: -50px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.hospitas-flower-img-1{
  position: absolute;
  bottom: 10%;
  left: -60px;
}
.hospitas-flower-img-1 img{
  width: 150px;
}

/*education-page-8*/

.about-academy{
   background: url(../images/infrastructure/education/banner-1.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.about-academy .main-text{
  text-align: justify;
}
.course-offer{
  background: url(../images/infrastructure/education/banner-2.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.course-offer .course-img {
    width: 100%;
    height: 193px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background: url(../images/infrastructure/education/education-border.svg);
    position: relative;
}
.course-offer .course-img .course-detail{
  width:210px;
  height: 170px;
    position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.course-offer .course-img .course-detail .course-title{
   font-size: 18px;
  color: #444;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.course-offer .course-text{
  font-size: 14px;
    text-align: justify;
    color: #000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.advanced-sharing{
background: url(../images/infrastructure/education/banner-3.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.advanced-sharing .main-title .main-title-right-img , .advanced-sharing .main-title .main-title-left-img{
  width: 33%;
}
.advanced-sharing .main-wrapper .wrapper{
  height: 200px;
}
.advanced-sharing .main-wrapper .wrapper .inverted-corner{
  height: 200px;
  background: #efe4cb;
}
.advanced-sharing .main-wrapper .top:before {
  top:-50px;
  left:-50px;
}
.advanced-sharing .main-wrapper  .top:after {
 top: -50px;
 right: -50px;
  /* box-shadow: inset 1px 1px 1px grey;*/
}
.advanced-sharing .main-wrapper  .bottom:before {
  bottom: -50px;
    left: -50px;
}
.advanced-sharing .main-wrapper  .bottom:after {
 bottom: -50px;
 right: -50px; 
 /* box-shadow: inset 1px 1px 1px grey;*/
}
.collabration{
  background: url(../images/infrastructure/education/banner-4.png);
  padding: 30px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.collabration .main-title .main-title-right-img , .collabration .main-title .main-title-left-img{
  width: 33%;
}
.collabration .main-wrapper .wrapper .inverted-corner{
  background: #efe4cb;
}
.collabration .main-text{
  text-align: justify;
}
.advanced-traning-flower-img-1{
  position: absolute;
  top: 4%;
  left: -80px;
}
.advanced-traning-flower-img-2{
  position: absolute;
  top: 40%;
  right: -55px;
}
.advanced-traning-flower-img-1 img , .advanced-traning-flower-img-2 img , .collabration-flower-img img{
  width: 150px;
} 
.collabration-flower-img{
  position: absolute;
  top: 12%;
  right: -55px;
}

/*Classic-medicine-page-9*/

.classic-medicine{
  background: url(../images/product-page/medicine/banner-1.png);
  padding: 30px 0px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.classic-medicine .user-btn{
  width: 250px;
  margin: auto;
  position: relative;
}
.classic-medicine .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.classic-medicine .user-btn .user-detail{
position: absolute;
 display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.classic-medicine .user-btn .user-btn-title{
  font-size: 14px;
  font-weight: 900;
  color: #1e390c;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.classic-medicine .user-btn .user-btn-title img{
  width: 25px;
  margin-left: 10px;
}
.classic-medicine .main-text{
  text-align: justify;
}
.classic-medicine .next-section .next-commend{
  text-align: right;
}
.classic-medicine .main-wrapper .wrapper{
  height: 200px;
}
.classic-medicine .main-wrapper .wrapper .inverted-corner{
  height: 200px;
  background: #efe4cb;
}
.classic-medicine .main-wrapper .top:before {
  top:-50px;
  left:-50px;
}
.classic-medicine .main-wrapper  .top:after {
 top: -50px;
 right: -50px;
  /*box-shadow: inset 1px 1px 1px grey;*/
}
.classic-medicine .main-wrapper  .bottom:before {
  bottom: -50px;
    left: -50px;
}
.classic-medicine .main-wrapper  .bottom:after {
 bottom: -50px;
 right: -50px; 
 /*box-shadow: inset 1px 1px 1px grey;*/
}
.classic-flower-img-1{
  position: absolute;
  top: 5%;
  left: -60px;
}
.classic-flower-img-2{
  position: absolute;
  top: 45%;
  right: -30px;
}
.classic-flower-img-3{
  position: absolute;
  top: 80%;
  left: -50px;
}
.classic-flower-img-1 img , .classic-flower-img-2 img , .classic-flower-img-3 img{
   width: 150px;
}
.classic-modal .modal-header .btn-close{
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0px;
  line-height: 1em;
  text-align: center;
  font-size: 16px;
  color: #444;
  position: absolute;
  top: -10px;
  right: -30px;
  width: 30px;
  height: 30px;
}
.classic-modal .modal-content{
   background: url(../images/product-page/medicine/banner-2.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  border: none;
}
.classic-modal .modal-content .modal-body{
   padding: 30px 60px;
}
.classic-modal .modal-content .modal-header{
  padding: 0px;
}
.classic-modal .modal-content .modal-title{
  text-align: center;
}
.close-btn {
  background: #99c55f;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  border: none;
}
.close-btn:hover , .close-btn:focus{
   background: #99c55f;
  color: #fff;
}
.classic-title{
  font-size: 20px;
  font-weight: 700;
  color:#226811;
  text-align: center;
  position: relative;
}
.classic-title img{
  width: 27%;
  height: 50px;
  margin: 0px 10px;
}
.medicine-table{
  border-color: #54545482;
  text-align: center;
  position: relative ;
  overflow: hidden;
}
.medicine-table th{
   font-size: 16px;
  font-weight: 700;
  color:#226811;
}
 .table>:not(caption)>*>*{
  padding: 20px 10px;
  vertical-align: middle;
}
.medicine-table .table-body{
  border-top: transparent;
}
.medicine-table  .thead:before, .medicine-table .thead:after, .medicine-table .table-body:before, .medicine-table .table-body:after{
  content: " ";
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #e3e1dd;
    border: solid #54545482 1px;
    border-radius: 50px !important; 
}
.medicine-table .thead:before {
    top: -38px;
    left: -31px;
}
.medicine-table  .thead:after {
 top: -38px;
 right: -31px;
  /*box-shadow: inset 1px 1px 1px grey;*/
}
.medicine-table  .table-body:before {
  bottom: -38px;
    left: -31px;
}
.medicine-table  .table-body:after {
 bottom: -38px;
 right: -31px; 
 /*box-shadow: inset 1px 1px 1px grey;*/
}
.modal-flower-img-1{
  position: absolute;
  right: -80px;
  top: 30%;
  z-index: 10;
}
.modal-flower-img-2{
  position: absolute;
  left: -80px;
  bottom: 30%;
  z-index: 10;
}
.modal-flower-img-3{
  position: absolute;
  right: -60px;
  bottom: -14%;
  z-index: 10;
}
.modal-flower-img-1 img , .modal-flower-img-2 img , .modal-flower-img-3 img{
  width: 140px;
}
.over-auto{
  overflow: auto;
}

/*OTC-Medicine-page-11*/

.history-over{
  background: url(../images/product-page/otc-medicine/banner-1.png);
  padding: 10px 0px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.history-over .main-title .main-title-right-img , .history-over .main-title .main-title-left-img{
  width: 30%;
}
.history-over .main-text{
  text-align: justify;
}
.otc-products{
   background: url(../images/product-page/otc-medicine/banner-2.png);
  padding: 20px 0px;
  width: 100%;
  background-size: 100% 101%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.otc-products .main-text{
  text-align: justify;
}
.otc-products .image-btn{
 
  position: relative;
}
.otc-products .image-btn img{
   width: 220px;
}
.otc-products  .img-btn-detail{
  position: absolute;
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto !important;
}
.otc-products .img-btn-detail .treatment-title img{
  width: 25px;
  margin-left: 5px;
  padding-bottom: 8px;
}
.otc-products .img-btn-detail .treatment-title{
  font-size: 12px;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.otc-products .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #0000001c;
  color: transparent;
  padding: 0px;
}
.otc-products .main-wrapper .wrapper{
  height: 350px;
}
.otc-products .main-wrapper .wrapper .inverted-corner {
  height: 350px;
  background: #fff;
}
.otc-products .ayurveda-border{
  height: 30px;
  width: 60%;
}
.otc-product-title{
  font-size: 14px;
  color: #1e390c;
  font-weight: 700;
}
.otc-product-text{
   font-size: 14px;
    color: #000;
  padding-bottom: 20px;
}
.history-flower-img-1{
  position: absolute;
  bottom: 5%;
  right: -50px;
  z-index: 10;
}
.history-flower-img-1 img{
  width: 150px;
}
.otc-flower-img-1{
  position: absolute;
  top: 50%;
  left: -70px;
  z-index: 10;
}
.otc-flower-img-1 img{
  width: 150px;
}
.otc-flower-img-2{
  position: absolute;
  bottom: -5px;
  right: -85px;
  z-index: 10;
}
.otc-flower-img-2 img{
  width: 150px;
}

/*treatment-equipment-page-12*/

.treatment-equipment{
   background: url(../images/product-page/equipment/banner-1.png);
  padding: 20px 0px;
  width: 100%;
  background-size: 100% 101%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.treatment-equipment .main-title .main-title-right-img, .treatment-equipment .main-title .main-title-left-img{
  width: 28%;
}
.treatment-equipment .main-text{
  text-align: justify;
}
.treatment-equipment .main-wrapper .wrapper .inverted-corner{
  background: #fff;
}
.treatment-equipment .user-btn{
  width: 100%;
  margin: auto;
  position: relative;
}
.treatment-equipment .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.treatment-equipment .user-btn .user-detail{
position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
}
.treatment-equipment  .user-btn .user-btn-title {
    font-size: 16px;
    font-weight: 900;
    color: #1e390c;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.enquiry-form{
  background: url(../images/product-page/equipment/banner-2.png);
  padding: 20px 0px;
  width: 100%;
  background-size: 100% 101%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.enquiry-form .treatment-select{
    position: relative;
}
.enquiry-form .treatment-select .form-control{
  background: transparent;
  border-radius: 0px;
  border: 1px solid #999;
  border-right-width: 2px;
  border-left-width: 2px;
  height: 40px;
  font-size: 14px;
  }
.enquiry-form .treatment-select:after{
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: -6px;
    border: 2px solid #999;
    border-right: none;
    background: #E3E3DB;
    z-index: 2;
}
.enquiry-form .treatment-select:before{
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: -6px;
    border: 2px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 2;
}
.submit-btn{
  position: relative;
  border: none;
  background: transparent;
  padding: 0px;
}
.submit-btn img{
  width: 220px;
}
.submit-btn   .img-btn-detail {
    position: absolute;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto !important;
}
.submit-btn  .img-btn-detail .treatment-title {
    font-size: 18px;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.submit-btn:hover{
  border: none;
  background: transparent;
}
.submit-btn.active{
  box-shadow: none;
}
.treatment-equipment .treatment-flower-img-1 {
    bottom: 11%;
}
.enruiry-flower-img-1{
  position: absolute;
  bottom: 10%;
  left: -65px;
}
.enruiry-flower-img-1 img{
  width: 150px;
}


/*news-media-page-13*/

.news-media{
  background: url(../images/news-media/banner-1.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;

}
.news-media .image-btn{
 
  position: relative;
}
.news-media .image-btn img{
   width: 220px;
}
.news-media  .img-btn-detail{
  position: absolute;
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto !important;
}
.news-media .img-btn-detail .treatment-title img{
  width: 28px;
  margin-right: 10px;
  padding-bottom: 3px;
}
.news-media .img-btn-detail .treatment-title{
  font-size: 14px;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.news-media .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: transparent;
  color: transparent;
}
.news-media  .wrapper {
  overflow:hidden;
  width: 100%;
  height:auto;
}
.news-media  .inverted-corner {
  box-sizing:border-box;
  position: relative;
  height: auto;
  width: 100%;
  border: solid #d6ddaf 4px;
  object-fit:cover;
  border-radius: 5px;
}
.news-media  .updated-card-img{
  width: 90%;
  margin: 30px auto;
}
.news-media  .updated-card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-media   .updated-card-body{
  padding: 10px;
  margin-bottom: 30px;
}
.news-media   .updated-card-body .updated-card-title{
  font-size: 16px;
  font-weight: 600;
}
.news-media  .updated-card-body .updated-card-text{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
   display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-media .top, .bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  
}
.news-media .top:before, .news-media .top:after, .news-media .bottom:before, .news-media .bottom:after{
  content:" ";
  position:absolute;
  width: 50px;
  height: 50px;
  background-color: #e1dfda;
  border: solid #d6ddaf 4px;
  border-radius: 0px; 
}
.news-media .top:before {
  top:-35px;
  left:-20px;
}
.news-media .top:after {
 top: -35px;
 right: -20px;
  /*box-shadow: inset 1px 1px 1px grey;*/
}
.news-media  .bottom:before {
  bottom:-35px;
  left:-20px;
}
.news-media  .bottom:after {
 bottom: -35px;
 right: -20px; 
 /*box-shadow: inset 1px 1px 1px grey;*/
}
.news-media  .news-title img{
  width: 25px;
  margin-right: 10px;
  padding-bottom: 3px;
}
.news-media  .news-title{
  font-size: 16px;
  color: #99c55f !important;
  font-weight: 800;
  margin:10px 20px 20px 0px;
  letter-spacing: 1px;
}
.news-media .next-section{
  margin-top: 30px;
}
.news-media .next-commend{
  text-align: right;
}
.news-media .ayurveda-border{
  height: 26px;
}
.news-media .main-wrapper .wrapper{
  height: 200px;
}
.news-media .main-wrapper .wrapper .inverted-corner{
  height: 200px;
}
.news-media .main-wrapper  .top:before, .news-media .main-wrapper .top:after, .news-media .main-wrapper .bottom:before, .news-media .main-wrapper .bottom:after {
    content: " ";
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #e5e3e0;
    border: solid #d6ddaf 4px;
    border-radius: 50px !important;
}
.news-media .main-wrapper .top:before {
  top:-50px;
  left:-50px;
}
.news-media .main-wrapper  .top:after {
 top: -50px;
 right: -50px;
  /*box-shadow: inset 1px 1px 1px grey;*/
}
.news-media .main-wrapper  .bottom:before {
  bottom: -50px;
    left: -50px;
}
.news-media .main-wrapper  .bottom:after {
 bottom: -50px;
 right: -50px; 
 /*box-shadow: inset 1px 1px 1px grey;*/
}

/* news-blog-page-13*/

.news-blog{
  background: url(../images/news-media/banner-2.png);
  padding: 20px 0px;
  width: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.news-blog .image-btn{
 
  position: relative;
}
.news-blog .image-btn img{
   width: 220px;
}
.news-blog  .img-btn-detail{
  position: absolute;
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto !important;
}
.news-blog   .img-btn-detail .treatment-title{
  font-size: 16px;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.news-blog .main-wrapper .wrapper .inverted-corner{
  background: #f1e8dc;
}
.news-date{
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.news-blog-title{
  font-size: 16px;
  font-weight: 600;
  color: #99c55f;
  margin: 20px 0px;
}
.news-blog .main-text{
  text-align: justify;
  margin-bottom: 30px;
}


/*appointment-page-15*/

.appintment-deatail{
  background: url(../images/appointment/banner-1.png);
  padding: 20px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.heading-flag .user-btn{
  width: 100%;
  margin: auto;
  position: relative;
}
.heading-flag .user-btn img{
  width: 100%;
  height: 100%;
   object-fit: cover;
}
.heading-flag .user-btn .user-detail{
position: absolute;
    display: block;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
}
.heading-flag  .user-btn .user-btn-title {
    font-size: 16px;
    font-weight: 900;
    color: #99c55f;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.appintment-border{
  width: 100%;
  height:28px;
  margin: 40px 0px 0px 0px;
}
.notes{
   background: url(../images/appointment/banner-2.png);
  padding: 20px 0px;
  width: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.notes .rectangle-design .wrapper{
  height: auto;
}
.notes .rectangle-design .wrapper .inverted-corner{
  border: 1px  dotted #99c55f;
  height: auto;
  border-radius: 0px !important;
  padding:15px 20px;
}
.notes .rectangle-design .top:before, .notes .rectangle-design .top:after, .notes .rectangle-design .bottom:before, .notes .rectangle-design .bottom:after{
  border: 1px  dotted #99c55f;
  border-radius: 0px !important;
}
.notes .rectangle-design .top:before {
    top: -30px;
    left: -32px;
}
.notes .rectangle-design .top:after {
    top: -30px;
    right: -32px;
}
.notes .rectangle-design .bottom:before {
    bottom: -30px;
    left: -32px;
}
.notes .rectangle-design .bottom:after {
    bottom: -30px;
    right: -32px;
}
.notes .note-box{
  position: relative;
}
.notes .notes-head{
  position: absolute;
  background: #e6e3df;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  color: #444;
  left: 50%;
  z-index: 2;
  top: -11%;
  transform: translateX(-50%);
}
.notes .note-box .main-text{
  text-align: justify;
}
.green-border{
  border-top: none;
    opacity: 1;
    height: 29px;
    margin: 20px auto;
    width: 100%;
    background: url(../images/appointment/green-border.svg);
}
.online-consultation-title{
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.consultation-form-label{
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 8px;
}
.consultation-radio-label{
  font-size: 14px;
  margin-bottom: 0px;
}
.small-label{
  font-size: 12px;
  margin: 5px 2px;
}
.small-label-link{
  color: red;
}
.consultation-inputs{
  position: relative;
}
.consultation-inputs .form-control {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #999;
    height: 40px;
    font-size: 14px;
}
.consultation-inputs .form-select {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #999;
    height: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.consultation-inputs:before {
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: -7px;
    border: 1px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 2;
}
.consultation-inputs:after {
    content: "";
    width: 8px;
    height: 23px;
    position: absolute;
    top: 8px;
    left: -7px;
    border: 1px solid #999;
    border-right: none;
    background: #E3E3DB;
    z-index: 2;
}
.online-border{
  border-top: 1px solid #b1abab;
  margin: 30px 0px;
}
.form-check-label{
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-left: 10px;
}
.consultancy-text{
  font-size: 13px;
  margin-bottom: 10px;
}
.cb-container {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  transform: rotate(45deg);
  display: inline-block;
}

.cb-checkbox {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.cb {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.cb,
.cb * {
  transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
}

/* tick style */
.tick-wrapper {
  position: relative;
}
.cb-checkbox:checked + .cb-tick .tick-wrapper {
    top: -33%;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotate(-41deg);
    -moz-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
}
.cb-checkbox:checked + .cb-tick .tick-wrapper  {
  background:url(../images/home1/tick-01.svg);
  background-repeat: no-repeat;
}
.vr-border{
  text-align: center;
}
.vr-border img{
  width: 20px;
  height: 1550px;
}
#custom-button {
  padding:6px 20px;
  color: #444;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  font-size: 14px !important;
}
#custom-button:before {
    content: "";
    width: 6px;
    height: 23px;
    position: absolute;
    top: 4px;
    right: -6px;
    border: 1px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 2;
}
#custom-button:after {
    content: "";
    width: 6px;
    height: 23px;
    position: absolute;
    top: 4px;
    left: -6px;
    border: 1px solid #999;
    border-right: none;
    background: #E3E3DB;
    z-index: 2;
}
#custom-text {
  margin-left: 20px;
  color: #444;
  font-size: 14px;
}
.notes .main-text{
  text-align: justify;
}

.docter-consultation{
   background: url(../images/appointment/banner-3.png);
  padding: 20px 0px;
  width: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.docter-consult-flower-img-1{
  position: absolute;
  top: 15%;
  left: -75px;
}
.docter-consult-flower-img-2{
  position: absolute;
  bottom: 5%;
  left: 18%;
}
.docter-consult-flower-img-1 , .docter-consult-flower-img-2{
  width: 150px;
}


/*Contact-us-page-16*/

.factory{
  background: url(../images/second\ image.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.contact-us-title{
  font-size: 20px;
  font-weight: 700;
  color: #226811;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.address{
  margin-bottom: 15px;
}
.address .address-icon{
  margin-bottom: 0px;
  text-align: center;
}
.address .address-icon i{
  font-size: 16px;
  color: #99c55f;
  padding-top: 3px;
}
.address .address-text{
  font-size: 14px;
  font-weight: 400;
}

.sales-counter{
  background: url(../images/contact/banner-2.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.sales-counter .vr-border img{
  width: 57%;
  padding-top: 50px;
  height: auto;
}
.sales-counter .vr-border-1{
  text-align: center;
}
.sales-counter .vr-border-1 img{
  width: 34%;
  padding-top: 50px;
  height: auto;
}

.sales-department{
  background: url(../images/contact/banner-3.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.deport-flower-img-1{
  position: absolute;
  left: -100px;
  top: 35%;
}
.deport-flower-img-2{
  position: absolute;
  top: 35%;
  right: -100px;
}
.deport-flower-img-1 img , .deport-flower-img-2 img{
  width: 150px;
}
.contact-form{
  background: url(../images/contact/banner-4.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.contact-form .consultation-inputs-textarea{
  position: relative;
}
.contact-form .consultation-inputs-textarea  textarea{
   background: transparent;
    border-radius: 0px;
    border: 1px solid #999;
    font-size: 14px;
    height: auto;
}
.contact-form .consultation-inputs-textarea:before {
    content: "";
    width: 8px;
    height: 60px;
    position: absolute;
    top: 17px;
    right: -7px;
    border: 1px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 2;
}
.contact-form .consultation-inputs-textarea:after {
    content: "";
    width: 8px;
    height: 60px;
    position: absolute;
    top: 17px;
    left: -7px;
    border: 1px solid #999;
    border-right: none;
    background: #E3E3DB;
    z-index: 2; 
}
.contact-form .wrapper{
  height: auto;
}
.contact-form .inverted-corner{
  height: auto;
  border: 1px solid #999;
  padding:12px 20px;
}
.contact-form .rectangle-design .top:before, .contact-form .rectangle-design .top:after,  .contact-form .rectangle-design .bottom:before, .contact-form .rectangle-design .bottom:after{
  border: 1px solid #999;
}
.contact-form  .rectangle-design .top:before {
  top:-22px;
  left:-25px;
}
.contact-form  .rectangle-design  .top:after {
 top: -22px;
 right: -25px;
  /*box-shadow: inset 1px 1px 1px grey;*/
}
.contact-form  .rectangle-design  .bottom:before {
  bottom: -22px;
    left: -25px;
}
.contact-form  .rectangle-design  .bottom:after {
 bottom: -22px;
 right: -25px; 
 /*box-shadow: inset 1px 1px 1px grey;*/
}
.contact-form .robot-box{
   border: 1px solid #999;
   padding:5px 20px;
   position: relative;
}
.contact-form .robot-box .robot-box-label{
  font-size: 16px;
  color: #000;
  margin-left: 10px;
}
.contact-form .robot-box:before {
    content: "";
    width: 8px;
    height: 45px;
    position: absolute;
    top: 14px;
    right: -8px;
    border: 1px solid #999;
    border-left: none;
    background: #E3E4DB;
    z-index: 2;
}
.contact-form .robot-box:after {
    content: "";
    width: 8px;
    height: 45px;
    position: absolute;
    top: 14px;
    left: -8px;
    border: 1px solid #999;
    border-right: none;
    background: #E3E3DB;
    z-index: 2; 
}
.contact-form .image-btn{

  position: relative;
}
.contact-form .image-btn img{
  width: 220px;
  height: 100%;
}
.contact-form .image-btn  .img-btn-detail{
  position: absolute;
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  position: absolute;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}
.recaptcha-title{
  font-size: 12px;
  text-align: center;
}
.recaptcha-text{
  font-size: 10px;
  text-align: center;
}
.contact-form .img-btn-detail .treatment-title{
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 0px;
}
.get-in-box-sub-title{
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
.get-in-box-title{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #99c55f;
}
.get-in-box-text{
  font-size: 10px;
  text-align: center;
}
.location-map{
   background: url(../images/contact/banner-5.png);
  padding: 20px 0px;
  width: 100%;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.location-map .rectangle-design .wrapper{
  height: 400px;
}
.location-map .rectangle-design .wrapper .inverted-corner{
  height: 400px;
}
.location-flower-img-1{
  position: absolute;
  bottom: 2%;
  left: -30px;
}
.location-flower-img-2{
  position: absolute;
  bottom: 2%;
  right: -30px;
}
.location-flower-img-2 img{
  transform: rotate(45deg);
}
.location-flower-img-1 img , .location-flower-img-2 img{
  width: 150px;
}








/*privacy-policy-page-17*/

.privacy-policy{
   background: url(../images/privacy/banner-1.png);
  padding: 20px 0px;
  width: 100%;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.privacy-policy .main-text{
  text-align: justify;
  margin-bottom: 20px;
}
.privacy-policy .online-consultation-title{
  text-transform: capitalize;
}







 @media only screen and (min-width: 1280px) and (max-width: 1366px){

  .banner .container {
    max-width: 1140px;
}
.container{
  max-width: 95%;
}
  .main-header .navbar .logo-img{
    width: 96px;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link{
    font-size: 13px;
    padding: 35px 7px ;
  }
  .banner .banner-content{
    height: 550px;
  }
  .banner .banner-content .banner-img{
    background-size: contain;
  }
  .banner .banner-content .banner-img .banner-img-box .item{
    height: 389px;
  }
  .banner .banner-content .banner-img .banner-img-box {
    width: 997px;
    top: 20%;
    height: 305px;
}
.flower-img {
    top: 10px;
    left: 44%;
}
.flower-img img {
    width: 120px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right {
    width: 43px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left {
    width: 153px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right {
    width: 43px;
}
.product-title .product-title-right ,.product-title .product-title-left{
  width: 15%;
}
.product-carousel .owl-nav button.owl-prev , .product-carousel .owl-nav button.owl-next{
  top: calc(50% - 60px);
}
.footer .footer-title{
  font-size: 18px;
}
/*corporate-home-2*/

.corporate-banner  .banner-content .banner-img .banner-box {
    top: 110px;
}
.corporate-banner  .banner-content .banner-img .banner-box .banner-title:before{
   content: '';
    background: url(../images/corporate/corporate-border.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -15px;
    width: 100%;
    height: 15px;
}

/*ayurveda-home-3*/
.ayurveda-history .main-title .main-title-right-img, .ayurveda-history .main-title .main-title-left-img{
  width:35%;
}


/*research-devlop-page-5*/

.skm-laboratry .research-card .research-box .research-box-img {
    width: 100px;
}
.skm-laboratry .research-card .research-box {
    height: 178px;
}
.research-activities .flower-img {
    top: 25px;
    left: 46%;
}
.research-activities .flower-img img {
    width: 106px;
}
.skm-laboratry .research-card .main-text {
    width: 90%;
    margin: 0 auto;
}
/*education-page-8*/
.course-offer .course-img {
    width: 100%;
    height: 163px;
}
.about-academy .main-title .main-title-right-img , .about-academy .main-title .main-title-left-img{
  width: 15%;
 }
 /*OTC-Medicine-page-11*/

.history-over{
  padding: 30px 0px;
}
.history-over .main-title .main-title-right-img , .history-over .main-title .main-title-left-img{
  width: 20%;
}

/*treatment-equipment-page-12*/

.treatment-equipment .main-title .main-title-right-img, .treatment-equipment .main-title .main-title-left-img {
    width: 25%;
}

}
@media only screen and (device-width : 1024px) and (device-height: 1366px){
 .skm-laboratry .research-card .research-box {
    height: 140px !important;
}
}
@media only screen and (min-width: 1024px) and (max-height: 1366px){
.mobile-banner-content .banner-img{
  background-size: contain !important;
  transform: translateX(13%);
}
.mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 65px;
    left: 4% !important;
    width: 577px !important;
    height: 173px !important;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 50px !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .main-header{
    display: none;
  }
  .top-border{
    padding: 7px 0px;
  }
  .mobile-header{
    display: block;
     background: #99c55f;
  padding: 7px 0px;
}
  .mobile-header-bar{
     background: transparent;
     color: #99c55f ;
     font-size: 23px;
     padding: 0px 10px;
     margin-top: 20px;
  }
  .mobile-header-bar:hover{
    color:#99c55f ;
  }
  .mobile-header .logo img{
    width: 60px;
  }
  .offcanvas-logo{
    width: 300px;
  }
  .banner{
    display: none;
  }
  .mobile-banner{
    display: block;
    background: url(../images/home1/banner/banner-bg.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  }
 .mobile-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .mobile-canvas   .mobile-header-list .nav-item .nav-link{
        padding-bottom:10px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1C0A00;
        text-transform: uppercase;
        line-height: 25px;
        border-bottom: 1px solid #eee;
    }
    .mobile-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
    }
    .mobile-canvas .sub-menu ul li:last-child{
      border-bottom: 1px solid #eee !important;
    }
    .mobile-canvas  .sub-menu .nav-link i{
      padding-top: 10px;
     }
     .mobile-banner-content{
      width: 100%;
      height: 300px;
     }
      .mobile-banner-content .banner-img {
    background: url(../images/home1/banner/wooden-banner.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 65px;
    left: 6%;
    width: 623px;
    height: 197px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel, .mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-stage-outer{
  width: 100%;
  height: 100%;
}
.mobile-banner-content .banner-img .banner-img-box .item{
  width: 100%;
  height: 100px;
  position: relative;
}
.mobile-banner-content .banner-img .banner-box{
  position: absolute;
  top: 55px;
  left: 60px;
}
.mobile-banner-content .banner-img .banner-box .banner-title{
  font-size: 28px;
}
.mobile-banner-content .banner-img .banner-box .banner-text{
  font-size: 14px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-nav{
  display: none !important;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 60px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s .owl-dot1 span{
      background: url(../images/home1/circle.svg) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 5px 2px !important;
}

.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left{
  width: 135px;
}
.banner-bottom-content .banner-bottom-content-left .science-title{
  padding-right: 5px;
}
.banner-bottom-content .science-title{
  font-size: 17px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right{
  width: 37px;
}
.banner-bottom-content .wrapper{
  width: 100%;
}
.banner-bottom-content .inverted-corner{
  width: 100%;
}
.content-box{
  width: 90%;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right{
  width: 35px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left{
  width: 135px;
  margin-right: 5px;
}
.story-detail .story-title{
  font-size: 18px;
}
.story-detail .story-title .story-title-right{
  width: 30%;
}
.story-detail .story-title .story-title-left{
  width: 30%;
}
.story-detail .inverted-corner{
  height: 270px;
}
.story-detail .wrapper{
  height: 270px;
}
.product-title{
  font-size: 17px;
}
.product-title .product-title-right , .product-title .product-title-left{
  width:15%;
}
.product-title:before{
  left: -6px;
}
.latest-products .card .card-img .card-img-link img{
  padding: 20px;
}
.card-title-bg{
  margin-top: -45px;
}
.product-carousel .owl-nav button.owl-next{
  right: -12px;
}
.product-carousel .owl-nav button.owl-prev{
  left: -12px;
}
.image-btn .img-btn-detail{
  top: 20%;
  left: 65%;
}
.image-btn .img-btn-detail .small-img{
  width: 25px;
}
.img-btn-detail .treatment-title{
  font-size: 14px;
}
.img-btn-detail .treatment-text{
  font-size: 9px;
}
.flower-img {
    top: 26%;
    left: inherit;
    right: 50px;
}
.flower-img img{
  width: 120px;
}

.story-detail .story-box .story-flower {
    bottom: -20px !important;
    right: -3% !important;
    position: absolute;
}
.story-detail .story-box .story-flower img {
    width: 100px;
}
.story-detail .content-box-text{
  text-align: justify;
}
.service-detail{
  background-size: cover;
}
.service-detail .mt-bottom{
  margin-bottom: 0px;
}
.service-detail .vertical-space-80{
  height: 0px;
}
.service-flower{
  top: inherit;
  bottom: 60px;
  left: -80px;
}
.updated-news {
  overflow-x: hidden;
  background-size: cover;
}
.updated-news .wrapper{
  margin-bottom: 20px;
}
.updated-flower-1 {
    position: absolute;
    bottom:12%;
    left: 4px;
    transform: rotate(33deg);
}
.updated-flower img {
    width: 95px;
}
.updated-flower-2 {
    position: absolute;
    bottom: 12%;
    right: 6px;
    transform: rotate(25deg);
}
.updated-news .vertical-space-50{
  height: 0px;
}
.footer .footer-logo {
    width: 120px;
}
.footer .footer-text{
  margin-bottom: 20px;
}
.footer-top{
  height: 45px;
}
/*corporate-home*/
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s {
    margin-top: 40px;
    margin-bottom: 30px;
}
.common-wrapper .wrapper{
  width: 100%;
}
.common-wrapper .inverted-corner{
  width: 100%;
}
.common-header{
  font-size: 18px;
}
.corporate-management .flower-img {
    top: 87px;
    left: 45%;
}
.corporate-management .flower-img img {
    width: 83px;
}
.main-title .main-title-right-img , .main-title .main-title-left-img {
  width: 15%;
}
.corporate-management .common-header-right .common-header .common-header-right-img {
    width: 39px;
}
.corporate-management .common-header-right  .common-header .common-header-left-img {
    width: 140px;
}
.corporate-management .common-header-left  .common-header .common-header-left-img {
    width: 150px;
}
.corporate-management .common-header-left  .common-header .common-header-right-img {
    width: 40px;
} 
.about-us{
  padding-top: 30px;
}
.main-wrapper .wrapper{
  height: 250px;
}
.main-wrapper .inverted-corner{
  height: 250px;
}
.board-deatil-leaf-2 {
    top: 47%;
}
.board-deatil-leaf-1 {
    right: -70px;
    top: 10%;
}
.corporate-management .content-box{
  width: 100%;
  margin:20px 0px;
}
.corporate-banner .mobile-banner-content .banner-img .banner-box {
    top: 76px;
}
.corporate-banner  .banner-content .banner-img .banner-box .banner-title:before{
   content: '';
    background: url(../images/corporate/corporate-border.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -15px;
    width: 100%;
    height: 15px;
}

/*ayurveda-home-3*/
.about-ayurveda{
  padding-top: 30px;
}
.ayurveda-history .main-title .main-title-right-img, .ayurveda-history .main-title .main-title-left-img{
  width:25%;
}
.ayurveda-life-energy .main-title .main-title-right-img, .ayurveda-life-energy .main-title .main-title-left-img{
  width: 15%;
}
.ayurveda-life-energy .user-img{
  height: 195px;
}
.ayurveda-life-energy .user-img .user-img-box{
  margin-top: 8px;
}
.ayurveda-history .ayurveda-graph-img{
  height: auto;
}
.ayurveda-history .vertical-space-20{
  height: 0px;
}
/*
factories-home-4*/
.factories-flower-img-1 {
    position: absolute;
    bottom: 0%;
    left: -80px;
}
.factories-flower-img-1 img {
    width: 130px;
}

/*treartment-home-5*/
.corporate-banner .banner-title-1 {
    line-height: 25px;
}
.corporate-banner .banner-box-1 {
    top: 63px !important;
}

/*research-develop-page-6*/

.about-research .main-title .main-title-right-img, .about-research .main-title .main-title-left-img {
    width: 28%;
}
.research-activities .flower-img {
    top: 45px;
    left: 45%;
}
.research-activities .flower-img img {
    width: 80px;
}
.research-activities .common-header-left  .common-header .common-header-left-img {
    width: 130px;
}
.research-activities .common-header-left  .common-header .common-header-right-img {
    width: 35px;
    margin-left: 15px;
}
.research-activities .common-header-right .common-header .common-header-right-img {
    width: 36px;
    margin-right: 0px;
}
.research-activities .common-header-right  .common-header .common-header-left-img {
    width: 118px;
    margin-left: 0px;
}
.research-activities .content-box{
  width: 100%;
}

/*hospitals-page-7*/
.about-hospitals{
  padding: 30px 0px;
}
.hospitas-flower-img-1 {
    position: absolute;
    bottom: 13%;
    left: -60px;
}
.hospitas-flower-img-1 img {
    width: 120px;
}

/*education-page-8*/
.course-offer .course-img {
    width: 100%;
    height: 188px;
}
.advanced-sharing .main-title .main-title-right-img, .advanced-sharing .main-title .main-title-left-img {
    width: 23%;
}
.collabration .main-title .main-title-right-img, .collabration .main-title .main-title-left-img {
    width: 23%;
}
.advanced-traning-flower-img-1{
  top: 0%;
}
.advanced-traning-flower-img-2{
  top: 31%;
  z-index: 10;
}

/*Classic-medicine-page-9*/

.classic-medicine{
  background-size: cover;
}
.classic-flower-img-1{
  top: 9%;
}
.classic-flower-img-2 {
    top: 38%;
    right: -46px;
}
.classic-flower-img-1 img, .classic-flower-img-2 img, .classic-flower-img-3 img {
    width: 120px;
}
.medicine-table{
  width: 700px;
}
.modal-flower-img-1 img{
  display: none;
}
.modal-flower-img-2{
  bottom: inherit;
  top: 0%;
}
.classic-modal .modal-body{
  padding: 0px 20px !important;
}
/*OTC-Medicine-page-11*/

.history-over{
  padding: 30px 0px;
}
.history-over .main-title .main-title-right-img , .history-over .main-title .main-title-left-img{
  width: 10%;
}
.otc-products .ayurveda-border {
    height: 26px;
    width: 60%;
}
.history-flower-img-1 {
    bottom: 0%;
    right: -47px;
}
.history-flower-img-1 img {
    width: 120px;
}
.otc-flower-img-2 {
    bottom: -7px;
    right: -44px;
}
.otc-flower-img-2 img {
    width: 120px;
}
.otc-products  .img-btn-detail{
  left: 50%;
  top: 50%;
}
/*treatment-equipment-page-12*/

.treatment-equipment .main-title .main-title-right-img, .treatment-equipment .main-title .main-title-left-img {
    width: 11%;
}
.treatment-equipment .user-btn .user-btn-title{
  font-size: 12px;
}
.treatment-equipment .ayurveda-border{
  height: 20px;
}
.enquiry-form{
  background-size: cover;
}
.treatment-flower-img-1 img {
    width: 130px;
}

/*news-media-page-13*/

.news-media .img-btn-detail{
  left: 50%;
  top: 50%;
}

.news-media .ayurveda-border{
  width: 45%;
}


/* news-blog-page-13*/
 .news-blog  .img-btn-detail{
  left: 50%;
    top: 50%;
}

/*appointment-page-15*/
.notes{
  background-size: cover;
  background-position: center;
}
.ayurveda-border{
  height: 21px;
}
.vr-border{
  display: none;
}
.docter-consult-flower-img-1 {
    top: 28%;
    left: -40px;
}
.docter-consult-flower-img-2 {
    position: absolute;
    bottom: 2%;
    left: 3%;
}
.docter-consult-flower-img-1, .docter-consult-flower-img-2 {
    width: 95px;
}

/*contact-page-16*/
.sales-counter .vr-border-1 img{
  display: none;
}
.location-flower-img-1 img, .location-flower-img-2 img {
    width: 85px;
}

/*privacy-policy-page-17*/

.privacy-policy{
background-size: cover;
}

}






@media only screen and (max-width: 600px){
  .main-header{
    display: none;
  }
  .top-border{
    padding: 4px 0px;
  }
  .footer .footer-input-box:after{
    left: 13px !important;
  }
  .footer .footer-input-box:before{
    right: 13px !important;
  }
  .mobile-header{
    display: block;
     background:#99c55f;
  padding: 7px 0px;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0px;
  z-index: 100;
}
  .mobile-header-bar{
     background: transparent;
     color: #99c55f ;
     font-size: 23px;
     padding: 0px 10px;
     margin-top: 10px;
  }
  .mobile-header-bar:hover{
    color:#99c55f ;
  }
  .offcanvas-logo{
    width: 400px;
  }
  .mobile-header .logo img{
    width: 60px;
  }
  .banner{
    display: none;
  }
  .mobile-banner{
    display: block;
    background: url(../images/home1/banner/banner-bg.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  }
 .mobile-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .mobile-canvas   .mobile-header-list .nav-item .nav-link{
        padding-bottom:10px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1C0A00;
        text-transform: uppercase;
        line-height: 25px;
        border-bottom: 1px solid #eee;
    }
    .mobile-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
    }
    .mobile-canvas .sub-menu ul li:last-child{
      border-bottom: 1px solid #eee !important;
    }
    .mobile-canvas  .sub-menu .nav-link i{
      padding-top: 10px;
     }
     .mobile-banner-content{
      width: 100%;
      height: 175px;
     }
      .mobile-banner-content .banner-img {
    background: url(../images/home1/banner/wooden-banner.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 37px;
    left: 6%;
    width: 330px;
    height: 100px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel, .mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-stage-outer{
  width: 100%;
  height: 100%;
}
.mobile-banner-content .banner-img .banner-img-box .item{
  width: 100%;
  height: 100px;
  position: relative;
}
.mobile-banner-content .banner-img .banner-box{
  position: absolute;
  top: 30px;
  left: 20px;
}
.mobile-banner-content .banner-img .banner-box .banner-title{
  font-size: 18px;
}
.mobile-banner-content .banner-img .banner-box .banner-text{
  font-size: 8px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-nav{
  display: none !important;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 30px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s .owl-dot1 span{
      background: url(../images/home1/circle.svg) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 5px 2px !important;
}
.main-wrapper  .top:before, .main-wrapper .top:after, .main-wrapper .bottom:before, .main-wrapper .bottom:after {
    background-color: #e1ded9;
}
.main-title .main-title-right-img, .main-title .main-title-left-img{
  display: none;
}
.banner-bottom-content  .science-title img{
  display: none;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left{
  width: 135px;
}
.banner-bottom-content .banner-bottom-content-left .science-title{
  padding-right: 5px;
}
.banner-bottom-content .science-title{
  font-size: 17px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right{
  width: 37px;
}
.banner-bottom-content .wrapper{
  width: 100%;
  height: 200px;
}
.banner-bottom-content .inverted-corner{
  width: 100%;
  height: 200px;
}
.content-box{
  width: 90%;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right{
  width: 35px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left{
  width: 135px;
  margin-right: 5px;
}
.banner-bottom-content .vertical-space-50{
  height: 0px;
}
.banner-bottom-content .banner-bottom-content-right .content-box{
  margin: 30px 20px 0px 20px;
}
.story-detail .story-title{
  font-size: 18px;
}
.story-detail .story-title img{
  display: none;
}
.story-detail .story-title .story-title-right{
  width: 15%;
}
.story-detail .story-title .story-title-left{
  width: 15%;
}
.story-detail .inverted-corner{
  height: 200px;
}
.story-detail .wrapper{
  height: 200px;
}
.product-title{
  font-size: 17px;
}
.product-title .product-title-right , .product-title .product-title-left{
  width: 18%;
  display: none;
}
.product-title:before{
  left: -6px;
}
.latest-products .card .card-img .card-img-link img{
  padding: 20px;
}
.card-title-bg{
  margin-top: -80px;
}
.product-carousel .owl-nav button.owl-next{
  right: -12px;
}
.product-carousel .owl-nav button.owl-prev{
  left: -12px;
}
.pt-left{
  margin-left: 0px;
}
.flower-img {
 
    top: 19%;
    left: -1%;
  
}
.flower-img img{
  width: 120px;
  transform: rotate(45deg);
}
.main-wrapper .wrapper{
  height: 200px;
}
.main-wrapper .inverted-corner{
  height: 200px;
}
 .common-wrapper .wrapper{
  height: 200px;
}
.common-wrapper .inverted-corner{
  height: 200px;
}
.latest-products .latest-leaf img{
  width: 120px;
}
.story-detail .story-box .story-flower {
    bottom: -20px !important;
    right: -3% !important;
    position: absolute;
}
.story-detail .story-box .story-flower img {
    width: 100px;
}
.story-detail .content-box-text{
  text-align: justify;
}
.service-detail .image-btn{
  margin-left: 45px;
}
.service-detail .mt-bottom{
  margin-bottom: 0px;
}
.service-detail .vertical-space-80{
  height: 0px;
}
.service-flower{
  top: inherit;
  bottom: 60px;
}
.updated-news {
  overflow-x: hidden;
}
.updated-news .wrapper{
  margin-bottom: 20px;
}
.updated-flower-1 {
    position: absolute;
    bottom: 3%;
    left: -5px;
    transform: rotate(33deg);
}
.updated-flower img {
    width: 95px;
}
.updated-flower-2 {
    position: absolute;
    bottom: 3%;
    right: -5px;
    transform: rotate(25deg);
}
.next-commend{
  text-align: right;
}
.updated-news .vertical-space-50{
  height: 0px;
}
.footer{
  background-size: cover;
}
.footer-top{
  height: 45px;
}
.footer .footer-logo {
    width: 120px;
}
.footer .footer-text{
  margin-bottom: 20px;
}

/*corporate-home-2*/
.corporate-banner{

}
.main-title{
  font-size: 20px;
}
.main-title .main-title-right-img , .main-title .main-title-left-img{
  width:20%;
}
.common-wrapper .wrapper{
  width: 100%;
}
.common-wrapper .inverted-corner{
  width: 100%;
}
.board-detail{
  background-size: cover;
}
.board-detail .user-img{
  background-size: cover !important;
  height: 215px;
}
.board-detail .user-img .user-img-box{
  margin-top: 18px;
}
.board-deatil-leaf-1{
  top: 25%;
  right: -64px;
}
.board-deatil-leaf-1 img {
    width: 125px;
}
.board-deatil-leaf-2{
  top: 48%;
}
.board-deatil-leaf-3{
  top: 62%;
}
.milestone{
  background-size: cover;
}
.corporate-management .flower-img img {
    width: 80px;
}
.corporate-management .flower-img {
    top: 18%;
    left: 4%;
}
.corporate-management .flower-img img {
    transform: rotate(67deg);
}
.common-header{
  font-size: 20px;
} 
.corporate-management .content-box{
  width: 100%;
}
.corporate-management .content-box-text{
    margin-top: 20px;
}
.corporate-management .vertical-space-50{
  height: 10px;
}
 .common-header img{
  display: none;
}
.corporate-management .common-header-left  .common-header .common-header-left-img {
    width: 160px;
}
.corporate-management .common-header-left  .common-header .common-header-right-img {
    width: 40px;
}
.corporate-management .common-header-right .common-header .common-header-right-img {
    width: 45px;
    margin-right: 15px;
}
.corporate-management .common-header-right  .common-header .common-header-left-img {
    width: 140px;
}
.corporate-management .content-box{
  margin: 0px;
}
.corporate-banner .mobile-banner-content .banner-img .banner-box {
    top: 40px;
}
.corporate-banner  .banner-content  .banner-title{
  position: relative;
}
.corporate-banner  .banner-content  .banner-title:before{
   content: '';
    background: url(../images/corporate/corporate-border.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -15px;
    width: 100%;
    height: 15px;
}

/*ayurveda-home-3*/

.ayurveda-life-energy .energy-flower-img-1{
  bottom: 10%;
}
.ayurveda-life-energy .energy-flower-img-1 img{
  width: 100px;
}
.ayurveda-life-energy .energy-flower-img-2 {
    right: -48px;
    display: none;
}
.ayurveda-life-energy .energy-flower-img-2 img{
  width: 100px;
}
.ayurveda-flower-img-1 {
    top: 53%;
    right: -35px;
}
.ayurveda-flower-img-1  img{
  width: 100px;
}
.ayurveda-border{
  width: 80%;
}
.ayurveda-history .ayurveda-graph-img{
  height: auto;
}
.ayurveda-history .common-wrapper .wrapper{
  margin-bottom: 20px;
}
.ayurveda-life-energy .main-title .main-title-right-img, .ayurveda-life-energy .main-title .main-title-left-img{
  width: 11%;
}

/*factories-home-4*/

.factories-flower-img-1 {
    bottom: 0%;
    left: -45px;
}
.factories-flower-img-1 img {
    width: 100px;
}

/*treatment-center-home-5*/

.treatment-flower-img-1 {
    bottom: 100px;
    right: -29px;
}
.treatment-flower-img-1 img {
    width: 100px;
}
.corporate-banner .banner-title-1 {
    line-height: 16px;
    font-size: 14px !important;
}
.corporate-banner .banner-box-1 {
    top: 34px !important;
}
.corporate-banner .banner-title-1:before {
    margin-bottom: -8px;
}

/*research-devlop-*/

.research-activities .content-box{
  width: 90%;
}
.research-activities .common-header-right .common-wrapper .wrapper{
  margin-left: 0px;
}
.skm-laboratry .research-card .research-box {
  height: 210px;
}
.about-research .main-title .main-title-right-img, .about-research .main-title .main-title-left-img {
    width: 14%;
}
.research-activities .flower-img {
    top: 17%;
    left: 70%;
}
.research-activities .flower-img img {
    width: 110px;
}
.research-activities .common-header-left  .common-header .common-header-left-img {
    width: 150px;
    margin-right: 10px;
}
.research-activities .common-header-left  .common-header .common-header-right-img {
    width: 42px;
    margin-left: 15px;
}

.research-activities  .common-header-right .common-header .common-header-right-img {
    width: 40px;
    margin-right: 15px;
} 
.research-activities  .common-header-right  .common-header .common-header-left-img {
    width: 137px;
    margin-left: 0px;
}

/*hospitals-page-6*/
.about-hospitals{
  padding: 30px 0px;
}
.hospitas-flower-img-1 {
    position: absolute;
    bottom: 11%;
    left: -60px;
}
.hospitas-flower-img-1 img {
    width: 120px;
}
.course-offer .course-img {
    width: 100%;
    height: 215px;
}
.advanced-sharing .main-title .main-title-right-img, .advanced-sharing .main-title .main-title-left-img{
  width: 11%;
}
.collabration .main-title .main-title-right-img, .collabration .main-title .main-title-left-img {
    width: 11%;
}
.advanced-traning-flower-img-1 {
    top: 0%;
    left: -52px;
}
.advanced-traning-flower-img-2 {
    top: 42%;
    right: -42px;
    z-index: 10;
}
.collabration-flower-img {
    top: 7%;
    right: -46px;
    z-index: 10;
}
.advanced-traning-flower-img-1 img , .advanced-traning-flower-img-2 img , .collabration-flower-img img{
  width: 90px;
}
/*Classic-medicine-page-9*/

.classic-medicine{
  background-size: cover;
}
.classic-flower-img-1{
  top: 5%;
   z-index: 10;
}
.classic-flower-img-2 {
    top: 38%;
    right: -46px;
     z-index: 10;
}
.classic-flower-img-3{
  top: 82%;
   z-index: 10;
}
.classic-flower-img-1 img, .classic-flower-img-2 img, .classic-flower-img-3 img {
    width: 120px;
}
.modal-flower-img-1 img{
  display: none;
}
.medicine-table{
  width: 1000px;
}
.classic-modal .modal-body{
  padding: 0px 20px !important;
}
.classic-title img{
  width: 20%;
}
.modal-flower-img-2{
  bottom: inherit;
  top: 0%;
}
 /*OTC-Medicine-page-11*/

.history-over{
  padding: 30px 0px;
}
.history-flower-img-1 {
    bottom: 55%;
    right: -9px;
}
.history-flower-img-1 img {
    width: 110px;
}
.history-over .main-title .main-title-right-img , .history-over .main-title .main-title-left-img{
  width: 5%;
}
.otc-products{
  background-size: cover;
}
.otc-flower-img-1{
  top: 43%;
}
.otc-products .main-wrapper .wrapper {
  height: 200px;
}
.otc-products .main-wrapper .wrapper .inverted-corner{
  height: 200px;
}
.otc-products .ayurveda-border {
    height: 21px;
}
.treatment-location  .user-btn{
  width: 100%;
}

/*treatment-equipment-page-12*/

.treatment-equipment .user-btn .user-btn-title{
  font-size: 12px;
}
.treatment-equipment .treatment-flower-img-1{
  bottom: 67%;
}
.enquiry-form{
  background-size: cover;
}
.enruiry-flower-img-1 {
    bottom: 7%;
}
.enruiry-flower-img-1 img {
    width: 120px;
}

/*news-media-page-13*/
.news-media .ayurveda-border{
  height: 29px;
}

/*appointment-page-15*/
.notes{
  background-size: cover;
  background-position: center;
}
.appintment-border{
  display: none;
}
.vr-border{
  display: none;
}
.green-border{
  height: 10px;
}
.docter-consult-flower-img-1 {
    top: 6%;
    left: -40px;
}
.docter-consult-flower-img-2 {
    position: absolute;
    bottom: 0%;
    left: 3%;
}
.docter-consult-flower-img-1, .docter-consult-flower-img-2 {
    width: 80px;
}

/*contact-page-16*/
.sales-counter .vr-border-1 img{
  display: none;
}
.location-flower-img-1{
  bottom: 0%;
}
.location-flower-img-2{
  bottom: 0%;
}
.location-flower-img-1 img, .location-flower-img-2 img {
    width: 85px;
}
.location-flower-img-1 img, .location-flower-img-2 img {
    width: 85px;
}
.location-map .rectangle-design .wrapper .inverted-corner {
    height: 250px;
}
.location-map .rectangle-design .wrapper {
    height: 250px;
}
.contact-form-deatail{
  padding: 0px 20px;
}
.deport-flower-img-1 {
    left: -70px;
    top: 0%;
}
.deport-flower-img-2 {
    top: 12%;
    right: -56px;
}
.deport-flower-img-1 img, .deport-flower-img-2 img {
    width: 120px;
}

/*privacy-policy-page-17*/

.privacy-policy{
background-size: cover;
}
.ayurveda-life-energy .user-img{
  height: 215px;
}
}

@media screen and (orientation: landscape) and (min-device-width: 600px) and (max-device-width: 800px){
  .main-header{
    display: none;
  }
  .top-border{
    padding: 4px 0px;
  }
  .mobile-header{
    display: block;
    background: #99c55f;
  padding: 7px 0px;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0px;
  z-index: 100;
}
  .mobile-header-bar{
     background: transparent;
     color: #99c55f ;
     font-size: 23px;
     padding: 0px 10px;
     margin-top: 10px;
  }
  .mobile-header-bar:hover{
    color:#99c55f ;
  }
  .offcanvas-logo{
    width: 400px;
  }
  .mobile-header .logo img{
    width: 60px;
  }
  .banner{
    display: none;
  }
  .mobile-banner{
    display: block;
    background: url(../images/home1/banner/banner-bg.png);
  padding: 10px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  }
 .mobile-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .mobile-canvas   .mobile-header-list .nav-item .nav-link{
        padding-bottom:10px;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1C0A00;
        text-transform: uppercase;
        line-height: 25px;
        border-bottom: 1px solid #eee;
    }
    .mobile-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
    }
    .mobile-canvas .sub-menu ul li:last-child{
      border-bottom: 1px solid #eee !important;
    }
    .mobile-canvas  .sub-menu .nav-link i{
      padding-top: 10px;
     }
     .mobile-banner-content{
      width: 100%;
      height: 175px;
     }
      .mobile-banner-content .banner-img {
    background: url(../images/home1/banner/wooden-banner.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 37px;
    left: 6%;
    width: 330px;
    height: 100px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel, .mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-stage-outer{
  width: 100%;
  height: 100%;
}
.mobile-banner-content .banner-img .banner-img-box .item{
  width: 100%;
  height: 100px;
  position: relative;
}
.mobile-banner-content .banner-img .banner-box{
  position: absolute;
  top: 30px;
  left: 20px;
}
.mobile-banner-content .banner-img .banner-box .banner-title{
  font-size: 18px;
}
.mobile-banner-content .banner-img .banner-box .banner-text{
  font-size: 8px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-nav{
  display: none !important;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 30px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s .owl-dot1 span{
      background: url(../images/home1/circle.svg) !important;
    width: 20px !important;
    height: 20px !important;
    margin: 5px 2px !important;
}
.main-wrapper  .top:before, .main-wrapper .top:after, .main-wrapper .bottom:before, .main-wrapper .bottom:after {
    background-color: #e1ded9;
}
.main-title .main-title-right-img, .main-title .main-title-left-img{
  display: none;
}
.banner-bottom-content  .science-title img{
  display: none;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left{
  width: 135px;
}
.banner-bottom-content .banner-bottom-content-left .science-title{
  padding-right: 5px;
}
.banner-bottom-content .science-title{
  font-size: 17px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right{
  width: 37px;
}
.banner-bottom-content .wrapper{
  width: 100%;
  height: 200px;
}
.banner-bottom-content .inverted-corner{
  width: 100%;
  height: 200px;
}
.content-box{
  width: 90%;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right{
  width: 35px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left{
  width: 135px;
  margin-right: 5px;
}
.banner-bottom-content .vertical-space-50{
  height: 0px;
}
.banner-bottom-content .banner-bottom-content-right .content-box{
  margin: 30px 20px 0px 20px;
}
.story-detail .story-title{
  font-size: 18px;
}
.story-detail .story-title img{
  display: none;
}
.story-detail .story-title .story-title-right{
  width: 15%;
}
.story-detail .story-title .story-title-left{
  width: 15%;
}
.story-detail .inverted-corner{
  height: 200px;
}
.story-detail .wrapper{
  height: 200px;
}
.product-title{
  font-size: 17px;
}
.product-title .product-title-right , .product-title .product-title-left{
  width: 18%;
  display: none;
}
.product-title:before{
  left: -6px;
}
.latest-products .card .card-img .card-img-link img{
  padding: 20px;
}
.card-title-bg{
  margin-top: -80px;
}
.product-carousel .owl-nav button.owl-next{
  right: -12px;
}
.product-carousel .owl-nav button.owl-prev{
  left: -12px;
}
.pt-left{
  margin-left: 0px;
}
.flower-img {
 
    top: 19%;
    left: -1%;
  
}
.flower-img img{
  width: 120px;
  transform: rotate(45deg);
}
.main-wrapper .wrapper{
  height: 200px;
}
.main-wrapper .inverted-corner{
  height: 200px;
}
 .common-wrapper .wrapper{
  height: 200px;
}
.common-wrapper .inverted-corner{
  height: 200px;
}
.latest-products .latest-leaf img{
  width: 120px;
}
.story-detail .story-box .story-flower {
    bottom: -20px !important;
    right: -3% !important;
    position: absolute;
}
.story-detail .story-box .story-flower img {
    width: 100px;
}
.story-detail .content-box-text{
  text-align: justify;
}
.service-detail .image-btn{
  margin-left: 45px;
}
.service-detail .mt-bottom{
  margin-bottom: 0px;
}
.service-detail .vertical-space-80{
  height: 0px;
}
.service-flower{
  top: inherit;
  bottom: 60px;
}
.updated-news {
  overflow-x: hidden;
}
.updated-news .wrapper{
  margin-bottom: 20px;
}
.updated-flower-1 {
    position: absolute;
    bottom: 5%;
    left: -5px;
    transform: rotate(33deg);
}
.updated-flower img {
    width: 95px;
}
.updated-flower-2 {
    position: absolute;
    bottom: 5%;
    right: -5px;
    transform: rotate(25deg);
}
.next-commend{
  text-align: right;
}
.updated-news .vertical-space-50{
  height: 0px;
}
.footer{
  background-size: cover;
}
.footer-top{
  height: 45px;
}
.footer .footer-logo {
    width: 120px;
}
.footer .footer-text{
  margin-bottom: 20px;
}

/*corporate-home-2*/
.corporate-banner{

}
.main-title{
  font-size: 20px;
}
.main-title .main-title-right-img , .main-title .main-title-left-img{
  width:20%;
}
.common-wrapper .wrapper{
  width: 100%;
}
.common-wrapper .inverted-corner{
  width: 100%;
}
.board-detail{
  background-size: cover;
}
.board-detail .user-img{
  background-size: cover !important;
  height: 215px;
}
.board-detail .user-img .user-img-box{
  margin-top: 18px;
}
.board-deatil-leaf-1{
  top: 19%;
}
.board-deatil-leaf-2{
  top: 48%;
}
.board-deatil-leaf-3{
  top: 62%;
}
.milestone{
  background-size: cover;
}
.corporate-management .flower-img img {
    width: 80px;
}
.corporate-management .flower-img {
    top: 26%;
    left: 4%;
}
.corporate-management .flower-img img {
    transform: rotate(67deg);
}
.common-header{
  font-size: 20px;
} 
.corporate-management .content-box{
  width: 100%;
}
.corporate-management .content-box-text{
    margin-top: 20px;
}
.corporate-management .vertical-space-50{
  height: 10px;
}
 .common-header img{
  display: none;
}
.corporate-management .common-header-left  .common-header .common-header-left-img {
    width: 160px;
}
.corporate-management .common-header-left  .common-header .common-header-right-img {
    width: 40px;
}
.corporate-management .common-header-right .common-header .common-header-right-img {
    width: 45px;
    margin-right: 15px;
}
.corporate-management .common-header-right  .common-header .common-header-left-img {
    width: 140px;
}
.corporate-management .content-box{
  margin: 0px;
}
.corporate-banner .mobile-banner-content .banner-img .banner-box {
    top: 40px;
}
.corporate-banner  .banner-content  .banner-title{
  position: relative;
}
.corporate-banner  .banner-content  .banner-title:before{
   content: '';
    background: url(../images/corporate/corporate-border.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -15px;
    width: 100%;
    height: 15px;
}

/*ayurveda-home-3*/

.ayurveda-life-energy .energy-flower-img-1{
  bottom: 10%;
}
.ayurveda-life-energy .energy-flower-img-1 img{
  width: 100px;
}
.ayurveda-life-energy .energy-flower-img-2 {
    right: -48px;
}
.ayurveda-life-energy .energy-flower-img-2 img{
  width: 100px;
}
.ayurveda-flower-img-1 {
    top: 59%;
    right: -35px;
}
.ayurveda-flower-img-1  img{
  width: 100px;
}
.ayurveda-border{
  width: 80%;
}
.ayurveda-history .ayurveda-graph-img{
  height: auto;
}
.ayurveda-history .common-wrapper .wrapper{
  margin-bottom: 20px;
}
.ayurveda-life-energy .main-title .main-title-right-img, .ayurveda-life-energy .main-title .main-title-left-img{
  width: 11%;
}

/*factories-home-4*/

.factories-flower-img-1 {
    bottom: 0%;
    left: -45px;
}
.factories-flower-img-1 img {
    width: 100px;
}

/*treatment-center-home-5*/

.treatment-flower-img-1 {
    bottom: 0px;
    right: -29px;
}
.treatment-flower-img-1 img {
    width: 100px;
}
.corporate-banner .banner-title-1 {
    line-height: 16px;
    font-size: 14px !important;
}
.corporate-banner .banner-box-1 {
    top: 34px !important;
}
.corporate-banner .banner-title-1:before {
    margin-bottom: -8px;
}

/*research-devlop-*/

.research-activities .content-box{
  width: 90%;
}
.research-activities .common-header-right .common-wrapper .wrapper{
  margin-left: 0px;
}
.skm-laboratry .research-card .research-box {
  height: 210px;
}
.about-research .main-title .main-title-right-img, .about-research .main-title .main-title-left-img {
    width: 14%;
}
.research-activities .flower-img {
    top: 15%;
    left: 70%;
}
.research-activities .flower-img img {
    width: 110px;
}
.research-activities .common-header-left  .common-header .common-header-left-img {
    width: 150px;
    margin-right: 10px;
}
.research-activities .common-header-left  .common-header .common-header-right-img {
    width: 42px;
    margin-left: 15px;
}

.research-activities  .common-header-right .common-header .common-header-right-img {
    width: 40px;
    margin-right: 15px;
} 
.research-activities  .common-header-right  .common-header .common-header-left-img {
    width: 137px;
    margin-left: 0px;
}

/*hospitals-page-6*/
.about-hospitals{
  padding: 30px 0px;
}
.hospitas-flower-img-1 {
    position: absolute;
    bottom: 11%;
    left: -60px;
}
.hospitas-flower-img-1 img {
    width: 120px;
}
.course-offer .course-img {
    width: 100%;
    height: 206px;
}
.advanced-sharing .main-title .main-title-right-img, .advanced-sharing .main-title .main-title-left-img{
  width: 11%;
}
.collabration .main-title .main-title-right-img, .collabration .main-title .main-title-left-img {
    width: 11%;
}
.advanced-traning-flower-img-1 {
    top: 0%;
    left: -52px;
}
.advanced-traning-flower-img-2 {
    top: 25%;
    right: -42px;
    z-index: 10;
}
.collabration-flower-img {
    top: 7%;
    right: -46px;
    z-index: 10;
}
.advanced-traning-flower-img-1 img , .advanced-traning-flower-img-2 img , .collabration-flower-img img{
  width: 110px;
}
/*Classic-medicine-page-9*/

.classic-medicine{
  background-size: cover;
}
.classic-flower-img-1{
  top: 5%;
   z-index: 10;
}
.classic-flower-img-2 {
    top: 38%;
    right: -46px;
     z-index: 10;
}
.classic-flower-img-3{
  top: 82%;
   z-index: 10;
}
.classic-flower-img-1 img, .classic-flower-img-2 img, .classic-flower-img-3 img {
    width: 120px;
}
.modal-flower-img-1 img{
  display: none;
}
.medicine-table{
  width: 1000px;
}
.classic-modal .modal-body{
  padding: 0px 20px !important;
}
.classic-title img{
  width: 20%;
}
.modal-flower-img-2{
  bottom: inherit;
  top: 0%;
}
 /*OTC-Medicine-page-11*/

.history-over{
  padding: 30px 0px;
}
.history-flower-img-1 {
    bottom: 41%;
    right: -9px;
}
.history-flower-img-1 img {
    width: 110px;
}
.history-over .main-title .main-title-right-img , .history-over .main-title .main-title-left-img{
  width: 5%;
}
.otc-products{
  background-size: cover;
}
.otc-flower-img-1{
  top: 43%;
}
.otc-products .main-wrapper .wrapper {
  height: 200px;
}
.otc-products .main-wrapper .wrapper .inverted-corner{
  height: 200px;
}
.otc-products .ayurveda-border {
    height: 21px;
}
.treatment-location  .user-btn{
  width: 100%;
}

/*treatment-equipment-page-12*/

.treatment-equipment .user-btn .user-btn-title{
  font-size: 12px;
}
.treatment-equipment .treatment-flower-img-1{
  bottom: 58%;
}
.enquiry-form{
  background-size: cover;
}
.enruiry-flower-img-1 {
    bottom: 7%;
}
.enruiry-flower-img-1 img {
    width: 120px;
}

/*news-media-page-13*/
.news-media .ayurveda-border{
  height: 29px;
}

/*appointment-page-15*/
.notes{
  background-size: cover;
  background-position: center;
}
.appintment-border{
  display: none;
}
.vr-border{
  display: none;
}
.green-border{
  height: 10px;
}
.docter-consult-flower-img-1 {
    top: 32%;
    left: -40px;
}
.docter-consult-flower-img-2 {
    position: absolute;
    bottom: 0%;
    left: 3%;
}
.docter-consult-flower-img-1, .docter-consult-flower-img-2 {
    width: 80px;
}

/*contact-page-16*/
.sales-counter .vr-border-1 img{
  display: none;
}
.location-flower-img-1{
  bottom: 0%;
}
.location-flower-img-2{
  bottom: 0%;
}
.location-flower-img-1 img, .location-flower-img-2 img {
    width: 85px;
}
.location-flower-img-1 img, .location-flower-img-2 img {
    width: 85px;
}
.location-map .rectangle-design .wrapper .inverted-corner {
    height: 250px;
}
.location-map .rectangle-design .wrapper {
    height: 250px;
}
.contact-form-deatail{
  padding: 0px 20px;
}
.deport-flower-img-1 {
    left: -70px;
    top: 0%;
}
.deport-flower-img-2 {
    top: 12%;
    right: -56px;
}
.deport-flower-img-1 img, .deport-flower-img-2 img {
    width: 120px;
}

/*privacy-policy-page-17*/

.privacy-policy{
background-size: cover;
}


.latest-pro-name{
  font-size: 15px !important;
}

.error-page {
    background: url(../images/404-not-found.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.error-page .error-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.error-page .error-box .error-page-title {
    font-size: 180px;
    color: #99c55f !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}
.error-page .error-box .error-page-text {
    font-size: 40px;
    color: #99c55f;
    text-align: center;
    font-weight: 400;
}
.error-flower-1 {
    position: absolute;
    left: -80px;
    top: 20%;
}
.error-flower-1 img {
    width: 150px;
}
.error-flower-2 {
    position: absolute;
    right: -50px;
    bottom: 20%;
    transform: rotate(24deg);
}
.error-flower-2 img {
    width: 130px;
}

.alert-success {
  color: #fff !important;
  background-color: #04700a !important;
  border-color: #04700a !important;
}

.alert-error {
  color: #fff !important;
  background-color: #b50514 !important;
  border-color: #b50514 !important;
}

.sales-counter .vr-border img{
  width: 43%;
}
.sales-counter .vr-border-1 img {
  width: 24%;
}
}

@media only screen and (min-width: 2000px){
  .flower-img{
    left: 46%;
  }
}


@media only screen and (min-width: 1024px) and (max-height: 1366px){
.mobile-banner-content .banner-img{
  background-size: cover;
}
.mobile-banner-content{
  height: 430px !important;
}
.mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 93px !important;
    left: 6% !important;
    width: 836px !important;
    height: 280px !important;
}
.corporate-banner .mobile-banner-content .banner-img .banner-box{
  top: 110px !important;
  left: 120px !important;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 50px !important;
}
.skm-laboratry .research-card .research-box {
    height: 140px;
}
.skm-laboratry .research-card .research-box .research-box-img{
  width: 90px;
}
.sales-department .container{
  max-width: 97%;
}
.sales-counter .container{
  max-width: 97%;
}
.skm-laboratry .research-card .research-box {
    height: 195px !important;
}
}



@media only screen and  (device-width : 540px) and (device-height: 720px) {
  .mobile-banner-content {
    width: 100%;
    height: 230px;
}
  .mobile-banner-content .banner-img {
    background-size: cover;
}
 .mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 52px;
    left: 6%;
    width: 461px;
    height: 230px;
}
.mobile-banner-content .banner-img .banner-img-box .item {
    width: 100%;
    height: 230px;
    position: relative;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 0px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 13px;
}
.course-offer .course-img {
    height: 290px;
}
.course-offer .course-img{
  height: 175px !important;
}
}            


@media only screen and (device-width : 1180px) and (device-height: 820px){
  .main-header .navbar .logo-img{
    width: 60px;
  }
  .main-header .navbar .navbar-nav .nav-item .nav-link{
    font-size: 12px;
    padding: 40px 7px;
  }
  .banner .banner-content {
    width: 100%;
    height: 450px;
}
  .banner .banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 20%;
    left: 6%;
    width: 837px;
    height: 255px;
}
.banner .banner-content .banner-img .banner-box .banner-title {
    font-size: 38px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.banner .banner-content .banner-img .banner-box {
    position: absolute;
    top: 80px;
    left: 45px;
}
.banner-bottom-content .inverted-corner{
  width: 430px;
}
.banner-bottom-content  .wrapper {
    width: 430px;
}
.flower-img {
    top: 25px;
    left: 45%;
    transform: rotate(26deg);
}
.flower-img img{
  width: 120px;
}
.banner-bottom-content .science-title{
  font-size: 20px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left {
    width: 134px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right {
    width: 38px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right {
    width: 37px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left {
    width: 134px;
}
.story-detail  .wrapper {
    height: 280px;
}
.story-detail .inverted-corner{
  height: 280px;
}
.story-detail .story-box .story-flower img {
    width: 120px;
}
.story-detail .story-box .story-flower {
    right: -15% !important;
}
.card-title-bg {
    margin-top: -28px;
}
.card-title-bg .card-title{
  font-size: 14px;
}
.service-detail .image-btn img{
  width: 100%;
}
.ayurveda-border{
  height: 20px;
}
.skm-laboratry .research-card .research-box {
    height: 143px !important;
}
}

 @media only screen and (device-width: 1366px) and (device-height: 1024px){
    .skm-laboratry .research-card .research-box{
      height: 200px;
    }
    .consultation-inputs:before , .contact-form .consultation-inputs-textarea:before{
  right: -7px;
}
.consultation-inputs:after , .contact-form .consultation-inputs-textarea:after{
  left: -7px;
}
 }

 @media only screen and (device-width: 912px) and (device-height: 1368px){
   .flower-img {
    right: 114px;
}
.consultation-inputs:before , .contact-form .consultation-inputs-textarea:before{
  right: -7px;
}
.consultation-inputs:after , .contact-form .consultation-inputs-textarea:after{
  left: -7px;
}
.skm-laboratry .research-card .research-box {
    height: 199px !important;
}
 }

 @media only screen and (device-width: 1024px) and (device-height: 768px){
  
  .mobile-banner-content{
    height: 430px;
  }
  .mobile-banner-content .banner-img{
    background-size: cover !important;
    transform: translateX(0%);
  }
.mobile-banner-content .banner-img .banner-img-box {
    top: 93px;
    left: 6% !important;
    width: 837px !important;
    height: 255px !important;
}
.mobile-banner-content .banner-img .banner-box {
    top: 80px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s {
    margin-top: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -102px;
    margin-bottom: 0px;
}
.latest-products .card .card-img .card-img-link{
  height: 130px;
}
.card-title-bg {
    margin-top: -35px;
}
.corporate-banner .mobile-banner-content .banner-img .banner-box {
    top: 100px !important;
    left: 100px !important;
}
.mobile-banner-content .banner-img .banner-box .banner-title {
    font-size: 38px;
    line-height: 40px;
}
.course-offer .course-img {
    width: 100%;
    height: 140px;
}
.consultation-inputs:before , .contact-form .consultation-inputs-textarea:before{
  right: -7px;
}
.consultation-inputs:after , .contact-form .consultation-inputs-textarea:after{
  left: -7px;
}
.flower-img {
    top: 47%;
    left: inherit;
    right: 23px;
}
.card-title-bg .card-title {
    font-size: 13px;
}
.skm-laboratry .research-card .research-box {
    height: 143px !important;
}
 }

 @media only screen and (device-width: 1180px) and (device-height: 820px){

  .latest-products .card .card-img .card-img-link{
    height: 160px;
  }
  .corporate-banner .banner-box-1 {
    top: 68px !important;
    left: 75px !important;
}
 .banner .banner-content .banner-img .banner-box {
    position: absolute;
    top: 105px;
    left: 120px;
}
.ayurveda-life-energy .user-img{
  height: 156px;
}
.course-offer .course-img {
    width: 100%;
    height: 140px;
}
.banner .banner-content .banner-img .banner-box{
  top: 90px;
}
.treatment-equipment .main-title .main-title-right-img, .treatment-equipment .main-title .main-title-left-img {
    width: 20%;
}
.treatment-equipment .user-btn .user-btn-title {
  font-size: 14px;
}
.history-over .main-title .main-title-right-img, .history-over .main-title .main-title-left-img{
  width: 25%;
}
.sales-department .container{
  max-width: 95%;
}
.sales-counter .container{
  max-width: 95%;
}
.consultation-inputs:before , .contact-form .consultation-inputs-textarea:before{
  right: -7px;
}
.consultation-inputs:after , .contact-form .consultation-inputs-textarea:after{
  left: -7px;
}
 }

 @media only screen and (device-width: 1368px) and (device-height: 912px){
  
.banner .banner-content {
    height: 510px;
}
.banner .banner-content .banner-img .banner-img-box {
    top: 21%;
    width: 977px !important;
    height: 300px !important;
}
.banner{
  padding-bottom: 45px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-left {
    width: 150px;
}
.banner-bottom-content .banner-bottom-content-left .science-title .science-title-right {
    width: 44px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-right{
  width: 44px;
 }
 .flower-img {
    position: absolute;
    top: 0px;
    left: 45%;
    z-index: 2;
}
.flower-img img{
  width: 120px;
}
.banner-bottom-content .banner-bottom-content-right .science-title .science-title-left{
  width: 150px;
}
.service-detail .image-btn img {
   width: 100%;
}
.ayurveda-border{
  height: 24px;
}
.corporate-banner .banner-box-1{
  top: 88px !important  ;
}
.corporate-banner .banner-content .banner-img .banner-box{
  top: 110px;
}
.course-offer .course-img{
  height: 165px;
}
.skm-laboratry .research-card .research-box{
  height: 173px;
}
.consultation-inputs:before , .contact-form .consultation-inputs-textarea:before{
  right: -7px;
}
.consultation-inputs:after , .contact-form .consultation-inputs-textarea:after{
  left: -7px;
}
.ayurveda-life-energy .user-img{
  height: 190px;
}
.skm-laboratry .research-card .research-box {
    height: 174px !important;
}
}

 @media only screen and (device-width: 768px) and (device-height: 666px){
    .mobile-banner-content {
    width: 100%;
    height: 230px;
}
  .mobile-banner-content .banner-img {
    background-size: cover;
}
 .mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 52px;
    left: 6%;
    width: 461px;
    height: 230px;
}
.mobile-banner-content .banner-img .banner-img-box .item {
    width: 100%;
    height: 230px;
    position: relative;
}
 }

 @media only screen and (device-width: 666px) and (device-height: 768px){
    .mobile-banner-content {
    width: 100%;
    height: 230px;
}
  .mobile-banner-content .banner-img {
    background-size: cover;
}
 .mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 52px;
    left: 6%;
    width: 461px;
    height: 230px;
}
.mobile-banner-content .banner-img .banner-img-box .item {
    width: 100%;
    height: 230px;
    position: relative;
}
 }
@media only screen and (device-width : 820px) and (device-height: 1180px){
  .flower-img {
    top: 26%;
}
}
@media only screen and (device-width : 412px) and (device-height: 915px){
 .ayurveda-life-energy .user-img {
    height: 226px;
}
.course-offer .course-img {
    width: 100%;
    height: 217px;
}
.skm-laboratry .research-card .research-box {
    height: 225px !important;
}

 }

 @media only screen and (device-width : 412px) and (device-height: 914px){
   .skm-laboratry .research-card .research-box {
    height: 220px;
}
 }

@media only screen and (device-width : 280px) and (device-height: 653px){
  .card-title-bg {
    margin-top: -20px;
}
}

@media only screen and (device-width : 1024px) and (device-height: 600px){
   .mobile-banner-content{
    height: 430px;
  }
  .mobile-banner-content .banner-img{
    background-size: cover !important;
    transform: translateX(0%);
  }
.mobile-banner-content .banner-img .banner-img-box {
    top: 93px;
    left: 6% !important;
    width: 837px !important;
    height: 255px !important;
}
.mobile-banner-content .banner-img .banner-box {
    top: 80px;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s {
    margin-top: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -102px;
    margin-bottom: 0px;
}
.card-title-bg .card-title{
  font-size: 12px;
}
.flower-img {
    top: 46%;
    left: inherit;
    right: 31px;
}
.ayurveda-life-energy .user-img{
  height: 156px;
}
.course-offer .course-img {
    width: 100%;
    height: 140px;
}
.research-activities .flower-img {
    top: 14px;
    left: 47%;
}
}

@media only screen and (device-width : 1280px) and (device-height: 800px){
  .card-title-bg .card-title{
    font-size: 14px;
  }
  .ayurveda-life-energy .user-img{
    height: 204px;
  }
  .course-offer .course-img {
    width: 100%;
    height: 177px;
}
.skm-laboratry .research-card .research-box {
    height: 177px;
}
.course-offer .course-img {
    height: 180px !important;
}
}

@media only screen and (device-width : 375px) and (device-height: 667px){
  .mobile-banner-content .banner-img .banner-img-box {
    top: 36px;
    width: 311px;
    height: 95px;
}
.ayurveda-life-energy .user-img{
  height: 200px;
}
.skm-laboratry .research-card .research-box {
    height: 205px;
}
}

@media only screen and (device-width : 360px) and (device-height: 740px){
  .history-flower-img-1 {
    bottom: 59%;
    right: -9px;
}
.mobile-banner-content .banner-img .banner-img-box {
    top: 34px;
    width: 298px;
    height: 91px;
} 
.course-offer .course-img {
    width: 100%;
    height: 187px;
}
}
@media only screen and (device-width : 720px) and (device-height: 540px){
  .skm-laboratry .research-card .research-box {
    height: 302px;
}
.mobile-banner-content {
    width: 100%;
    height: 230px;
}
  .mobile-banner-content .banner-img {
    background-size: cover;
}
 .mobile-banner-content .banner-img .banner-img-box {
    position: absolute;
    top: 52px;
    left: 6%;
    width: 461px;
    height: 230px;
}
.mobile-banner-content .banner-img .banner-img-box .item {
    width: 100%;
    height: 230px;
    position: relative;
}
.mobile-banner-content .banner-img .banner-img-box .banner-carousel .owl-dot1s{
  margin-top: 0px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  bottom: 13px;
}
}
@media only screen and (device-width : 540px) and (device-height: 720px){
  .history-flower-img-1 {
    bottom: 52%;
    right: -1px;
}
.course-offer .course-img {
    width: 100%;
    height: 290px;
}
.course-offer .course-img .course-detail .course-title{
  font-size: 18px;
}
.skm-laboratry .research-card .research-box {
    height: 305px;
}


@media only screen and (device-width : 414px) and (device-height: 896px){
  .course-offer .course-img {
    width: 100%;
    height: 220px;
}
.skm-laboratry .research-card .research-box {
    height: 225px !important ;
}
}
 .ayurveda-border {
    border-top: none;
    opacity: 1;
    height: 26px;
    margin: 0px auto;
    width: 28%;
    background: url(../images/home1/Bordrer-All-01.svg);
}

@media only screen and (max-width: 600px)
{
.ayurveda-border {
    width: 71%;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1366px)
{
.course-offer .course-img {
    width: 100%;
    height: 175px;
}
}
.sales-counter .vr-border img {
    width: 43%;
}

.sales-counter .vr-border-1 img {
    width: 24%;
}
.mapouter { height:100%;  }

@media only screen and (max-width: 600px)
{
  .flower-img {
    top: 17%;
    left: 2%;
  }
  .flower-img img {
    width: 100px !important;
  }
}

.content-box
{
    text-align: justify;
}

.docter-consult-flower-img-2 {
    position: absolute;
    bottom: 1%;
    left: 16%;
}
@media only screen and (min-width: 1280px) and (max-width: 1366px)
{
.course-offer .course-img {
    width: 100%;

}
}

@media only screen and (min-width: 1280px) and (max-width: 1366px)
{
.course-offer .course-img {
    width: 94%;
    height: 175px;
}
}

.skm-laboratry .research-card .research-box {
    width: 100%;
}
 
p{
    text-align: justify !important;
}

@media only screen and (min-width: 320px) and (max-width: 370px)
{
    .skm-laboratry .research-card .research-box{
        height: 194px !important;   
    }
}

@media only screen and (min-width: 371px) and (max-width: 600px)
{
    .skm-laboratry .research-card .research-box{
        height: 210px !important;   
    }
}

@media only screen and (min-width: 768px) and (max-width: 1050px)
{
    .skm-laboratry .research-card .research-box{
        height: 194px !important;   
    }
}

ul, ol {
    padding-left: 0px;
    list-style-type: disc;
    margin-left: 15px;
}
}

@media only screen and (min-width: 600px) {
  .change-img-5{
    text-align: center;
  }
.change-img-5 .col-10 {
  text-align: left;
}

}

@media screen and (orientation: landscape) and (min-device-width: 600px) and (max-device-width: 800px) {
  .change-img-5 .image-btn{
    margin-left: 0px !important;
  }
}
.change-img-5 {
margin-top: 40px;
}





@media only screen and (min-width: 320px) and (max-width: 767px){
  .service-detail .image-btn img{
    width: 20%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rr{
    margin-left: 22px;
  }
  .rr img{
    width: 130px;
  }
  .banner2{
    display: block !important;
  }
  .banner1{
    display: none;
  }
}
.banner2{
  display: none;
}



/* side scroll index */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
*, *:before, *:after {
  box-sizing: border-box;
}



.sliderq {
  height: 250px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sliderq__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sliderq__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.sliderq__nav:checked:nth-of-type(1) ~ .sliderq__inner {
  left: 0%;
}
.sliderq__nav:checked:nth-of-type(2) ~ .sliderq__inner {
  left: -100%;
}
.sliderq__nav:checked:nth-of-type(3) ~ .sliderq__inner {
  left: -200%;
}
.sliderq__nav:checked:nth-of-type(4) ~ .sliderq__inner {
  left: -300%;
}
.sliderq__inner {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 70%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-flex-flow: row nowrap; */
      /* -ms-flex-flow: row nowrap; */
          flex-flow: row nowrap;
}
.sliderq__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sliderq__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.sliderq__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.sliderq__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}


/* popup */

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/* ======== Header =================== */


/* .open-popup--btn12{
width: 100%;
background-color: red;
color: #282725;
text-decoration: none;
font-size: 18px;
padding: 20px 32px 20px;
border-radius: 4px;
font-family: "Bebas Neue", sans-serif;
display: block;
column-gap: 10px;
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-align: center;
cursor: pointer;
border: none;
} */
.header-column .open-popup--btn:hover{
-webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
}
/* ======== Newsletter Popup ========= */
section.popup-section {
background-size: cover !important;
overflow: hidden;
background-attachment: fixed !important;
background-position: center center !important;
padding-top: 20px;
padding-bottom: 20px;
height: 100%;
width: 100%;
position: fixed;
top: 0;
z-index: 99;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
section.popup-section.hide-popup{
animation: fadeOut 1s ease-out forwards;
}
/* Define the fade-out keyframes */
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
display: none;
}
}
section.popup-section:before {
content: '';
overflow: hidden;
position: fixed;
left: 0;
width: 100%;
z-index: 1;
opacity: .8;
background: #383632;
-webkit-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
height: 100%;
top: 0;
}

section.popup-section .inner-container {
max-width: 1220px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
height: 100%;
}
section.popup-section .inner-container  .row {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
flex-wrap: wrap;
height: 100%;
display: flex;
justify-content: center;
}
.popup-inner {
background: #fff;
z-index: 9;
width: 100%;
max-width: 80%;
-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
animation: slideUp 1s ease-out;
}
@keyframes slideUp {
from {
opacity: 0;
transform: translateY(100%);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.popup-inner--row {
display: flex;
flex-wrap: wrap;
position: relative;
}
.popup-inner-column {
flex: 0 0 auto;
width: 50%;
}
.bg-cover{
background-size: cover;
background-position: center center;
position: relative;
background-repeat: no-repeat !important;
overflow: hidden;
}
form.popup-form {
padding: 15% 8%;
}
.form-header p.form-subheading {
margin: 0;
color: #d51f0f;
font-weight: 600;
text-transform: uppercase;
line-height: normal;
font-style: normal;
font-size: 15px;
margin-bottom: 15px;
}
.form-header h2.form-heading {
text-transform: uppercase;
color: #383632;
margin-top: 0px;
margin-bottom: 20px;
font-family: "Bebas Neue", sans-serif;
font-size: 3.438rem;
line-height: 3.2rem;
}
.form-fields .form-field{
width: 100%;
color: #8d8987;
max-width: 100%;
resize: none;
outline: 0;
font-size: 16px;
border: 1px solid #e4e4e4;
padding: 20px 28px;
margin-bottom: 15px;
border-radius: 4px;
}
.form-fields .submit-btn{
width: 100%;
background-color: #282725;
color: #ffffff;
text-decoration: none;
font-size: 18px;
padding: 20px 32px 20px;
border-radius: 4px;
font-family: "Bebas Neue", sans-serif;
display: block;
column-gap: 10px;
overflow: hidden;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
text-align: center;
cursor: pointer;
}
.form-fields .submit-btn:hover{
-webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
-webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -2px, 0);
}
span.close-popup--btn {
height: 40px;
width: 40px;
position: absolute;
right: 20px;
top: 20px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
cursor: pointer;
}


/* RESPONSIVE IPAD  */
@media only screen and (max-width: 981px) {
.popup-inner-column {
flex: 0 0 auto;
width: 100%;
}
.bg-cover{
height: 400px;
}
form.popup-form {
padding: 8% 5%;
}
span.close-popup--btn{
right: 10px;
top: 10px;
}
}
@media only screen and (max-width: 801px) {
  .bg-cover{
    display: none;
    }
}

/* RESPONSIVE Iphone */
@media only screen and (max-width: 480px) {
.popup-inner{
max-width: 100%;
margin-top: 30px;
margin-left: 20px;
}
.bg-cover {
height: 300px;
}
.form-header h2.form-heading{
font-size: 2.438rem;
line-height: 2.4rem;
}
.header-column a{
font-size: 20px;
}
}


/* e-store */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*-- VARIABLES CSS--*/
/*Colores*/
:root{
--first-color: #E3F8FF;
--second-color: #DCFAFB;
--third-color: #FFE8DF;
--accent-color: #FF5151;
--dark-color: #161616;
}

/*Tipografia responsive*/
:root{
--body-font: 'Open Sans';
--h1-font-size: 1.5rem;
--h3-font-size: 1rem;
--normal-font-size: 0.938rem;
--smaller-font-size: 0.75rem;
}
@media screen and (min-width: 768px){
:root{
    --h1-font-size: 2rem;
    --normal-font-size: 1rem;
    --smaller-font-size: 0.813rem;
}
}

/*-- BASE --*/

.e-cart-se
{
/* margin: 2rem 0 0 0; */
/* background-color: #fff; */
background: url(../images/second\ image.png);
background-repeat: round;
color: var(--dark-color);
font-family: var(--body-font);
}

article .carding1__img img{
max-width: 100%;
height: auto;
}


/*-- LAYAOUT --*/

.bd-grid{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
max-width: 1200px;
margin-left: 2.5rem;
margin-right: 2.5rem;
align-items: center;
gap: 2rem;
}

/*-- PAGES --*/
.title-shop{
position: relative;
margin: 0 2.5rem;
}
.title-shop::after{
content: '';
position: absolute;
top: 50%;
width: 72px;
height: 2px;
background-color: var(--dark-color);
margin-left: .25rem;
}

/*-- COMPONENT --*/
.carding1{
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 1.5rem 2rem;
border-radius: 1rem;
overflow: hidden;
}
article:nth-child(1){
background-color: var(--first-color);
}
article:nth-child(2){
background-color: var(--second-color);
}
article:nth-child(3){
background-color: var(--first-color);
}
article:nth-child(4){
background-color: var(--second-color);
}
article:nth-child(5){
background-color: var(--first-color);
}
article:nth-child(6){
background-color: var(--second-color);
}
article:nth-child(7){
background-color: var(--first-color);
}
article:nth-child(8){
background-color: var(--second-color);
}
.carding1__img{
width: 180px;
height: auto;
padding: 3rem 0;
transition: .5s;
}
.carding1__name{
position: absolute;
left: -25%;
top: 0;
width: 3.5rem;
height: 100%;
writing-mode: vertical-rl;
transform: rotate(180deg);
text-align: center;
background-color: var(--dark-color);
color: #fff;
font-weight: bold;
transition: .5s;
}
.carding1__icon{
font-size: 1.5rem;
color: var(--dark-color);
}
.carding1__icon:hover{
color: var(--accent-color);
}
.carding1__precis{
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-end;
transition: .5s;
}
.carding1__preci{
display: block;
text-align: center;
}
.carding1__preci--before{
font-size: var(--smaller-font-size);
color: var(--accent-color);
margin-bottom: .25rem;
}
.carding1__preci--now{
font-size: var(--h3-font-size);
font-weight: bold;
}
/*Move left*/
.carding1:hover{
box-shadow: 0 .5rem 1rem #D1D9E6;
}
.carding1:hover .carding1__name{
left: 0;
}
.carding1:hover .carding1__img{
transform: rotate(10deg);
margin-left: 3.5rem;
}
.carding1:hover .carding1__precis{
margin-left: 3.5rem;
padding: 0 1.5rem;
}




/*-- MEDIA QUERIES --*/
@media screen and (min-width: 1200px){
.e-cart-se{
    /* margin: 3rem 0 0 0; */
}
.title-shop{
    margin: 0 5rem;
}
.bd-grid{
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (min-device-width: 200px) and (max-device-width: 768px){
.owl-stage{
  transition: 0.25s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.owl-item{
  margin-right: 0px !important;
}
.sliderq__inner {
  display: block !important;
}
.post-footer-in{
  display: block !important;
}
}
.owl-item{
  margin-right: 60px ;
}
.post-footer-in{
  display: flex;
  padding: 10px;
  justify-content: center;
}
.post-foot-1st-div{
  padding: 30px;
}
.post-footdiv1-heading{
  text-align: center;
}
.post-foot-para{
    text-align: center;
    padding: 10px;
}


.element5 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  /* background-color: #f0f0f0; */
}

.containerzzz {
  position: relative;
  width: 400px;
  height: 550px;
  left: -35px;
  bottom: 60px;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  object-fit: cover; /* Ensures the image fits within the circle */
}

/* Center Image */
.center {
  top: 60%;
  left: 62%;
  transform: translate(-50%, -50%);
}

/* Positioning surrounding images */
.surrounding {
  top: 50%;
  left: 50%;
  /* transform-origin: center; */
  animation: moveInCircle 15s infinite linear;
}

/* Keyframes for moving surrounding images in a circle */
@keyframes moveInCircle {
  0% {
      transform: rotate(0deg) translate(150px) rotate(0deg);
  }
  20% {
      transform: rotate(72deg) translate(150px) rotate(-72deg);
  }
  40% {
      transform: rotate(144deg) translate(150px) rotate(-144deg);
  }
  60% {
      transform: rotate(216deg) translate(150px) rotate(-216deg);
  }
  80% {
      transform: rotate(288deg) translate(150px) rotate(-288deg);
  }
  100% {
      transform: rotate(360deg) translate(150px) rotate(-360deg);
  }
}

/* Delays to ensure each image starts moving at different times */
.surrounding-1 {
  animation-delay: 0s;
}

.surrounding-2 {
  animation-delay: 3s;
}

.surrounding-3 {
  animation-delay: 6s;
}

.surrounding-4 {
  animation-delay: 9s;
}

.surrounding-5 {
  animation-delay: 12s;
}
.ele-5-mob{
  display: none;
}
.cc-ani{
  transition: 1s !important;
}
/* slider */


.sliderzz {
  display: flex;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 2.5rem;
}
.itemzz {
  animation: animate 50s linear infinite;
}
.itemzz img
  {
      min-width: 420px;
      padding: 0 30px;
      height: 270px;
  }
.slider:hover .itemzz {
  animation-play-state: paused;
}
@keyframes animate {
  0% {
      transform: translate3d(0, 0, 0);
  }
  100% {
      transform: translate3d(-1800px, 0, 0);
  }
}

.custom-bullets{
  margin-left: 46%;
  margin-top: 20px;
}


/* end slider */


/* before aftre */



@keyframes fade {
  from {
      opacity: 0.4;
  }
  to {
      opacity: 1;
  }
}



#slider-b-a {
  margin: 0 auto;
  /* width: 80%; */
  overflow: hidden;
  text-align: center;
}
#slider-b-a2 {
  margin: 0 auto;
  /* width: 80%; */
  overflow: hidden;
  text-align: center;
}
.slides-b-a {
  animation-name: fade;
  animation-duration: 1s;
  display: none;
}

.slides-b-a img {
  /* width: 350px; */
  /* height: 250px; */
  border-radius: 10px;

}

.slides-b-a2 {
  animation-name: fade;
  animation-duration: 1s;
  display: none;
}

.slides-b-a2 img {
  width: 350px;
  height: 250px;
  border-radius: 10px;
}

#dotszz {
  margin: 0 auto;
  text-align: center;
}
#dotszz2 {
  margin: 0 auto;
  text-align: center;
}

.doting {
  display: inline-block;
  border-radius: 50%;
  background: #d3d3d3;
  padding: 8px;
  margin: 10px 5px;
  cursor: pointer;
}
.doting2 {
  display: inline-block;
  border-radius: 50%;
  background: #d3d3d3;
  padding: 8px;
  margin: 10px 5px;
  cursor: pointer;
}



@media (max-width: 567px) {
  #slider-b-a {
      width: 100%;
  }
}

.ser-head{
  border: 2px solid green;
  padding: 35px;
  width: 50%;
  margin-left: 25%;
}

/* before after */

@media screen and (min-device-width: 200px) and (max-device-width: 768px){
  .ser-head{
    width: 100%;
    margin-left: 0px;
  }
  .custom-bullets{
    margin-left: 0px !important;
  }
  .sliderzz {
    width: 90% !important;
  }
  .itemzz img {
    min-width: 200px;
    padding: 0 30px;
    height: 100px;
}
  .ele-5-sys{
    display: none;
  }
  .ele-5-mob{
    display: flex;
  }
  .containerzzz {
    position: relative;
    width: 400px;
    height: 100% !important;
    left: 0px;
    bottom: 0px;
  }
  .cc{
    padding: 12px;
    border-radius: 20px;
  }    
}