body .main-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body .main-content .header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  body .main-content .header_area .navbar .navbar-toggler {
    background: #000 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .header_area .navbar .navbar-toggler {
    background: #000 !important;
  }
}
body .main-content .header_area .navbar .navbar-toggler .icon-bar {
  color: #fff;
  height: 2px;
  width: 20px;
  content: "";
  background: #fff;
  display: block;
  margin: 5px;
}
body .main-content .hc-change {
  background: #fff;
}
body .main-content .fixed-header {
  background-color: #f2f1ec;
  border-bottom: 2px solid #044f30;
}
body .main-content .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 10px;
  color: #60902d;
  font-weight: 600;
}
body .main-content .m-class {
  margin-top: 90px;
}
body .main-content .spices {
  margin-top: 9rem;
}
body .main-content .spices .main-heading {
  color: #df2b1d;
}
@media only screen and (max-width: 767px) {
  body .main-content .spices .main-heading {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices .main-heading {
    color: #fff;
  }
}
body .main-content .spices h1 {
  font-size: 32px;
  color: #044f30;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices h1 {
    color: #fff;
    font-size: 29px;
  }
}
body .main-content .spices h1:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 75px;
  top: 8px;
  background: #5e902f;
  margin-left: -10px;
}
body .main-content .spices h1 .h-span {
  color: #ffab4c;
}
body .main-content .spices h2 {
  font-size: 25px;
  color: #5e902f;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices h2 {
    font-size: 27px;
  }
}
body .main-content .spices .order-btn1 {
  background: #5e902f;
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-right: 10px;
}
body .main-content .spices .order-btn1:hover {
  color: #fff;
  background: #044f30;
}
body .main-content .spices .order-btn2 {
  background: linear-gradient(175.27deg, #ffab4c 0.93%, #ff3924 105.62%);
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-left: 10px;
}
body .main-content .spices .order-btn2:hover {
  color: #000;
  background: linear-gradient(175.27deg, #ff3924 0.93%, #ffab4c 105.62%);
}
body .main-content .spices .banner .bg-fill {
  fill: #065132;
}
body .main-content .spices .banner .stroke {
  stroke: #5e902f;
}
body .main-content .spices .banner svg {
  width: 1000px;
  position: absolute;
  height: auto;
  right: 0;
  top: -180px;
  z-index: -1;
}
body .main-content .spices img {
  border-radius: 7px;
}
body .main-content .about-us {
  margin: 6rem 0;
}
@media only screen and (max-width: 767px) {
  body .main-content .about-us .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us {
    margin: 11rem 0 3rem !important;
  }
}
body .main-content .about-us .row {
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us .row {
    flex-direction: inherit !important;
  }
}
body .main-content .about-us .row h1 {
  color: #065132;
  font-size: 44px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  body .main-content .about-us .row h1 {
    font-size: 30px;
    display: table;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us .row h1 {
    font-size: 35px;
  }
}
body .main-content .about-us .row h1 span {
  color: #fff;
}
body .main-content .about-us .row h1::after {
  content: "";
  width: 100px;
  height: 100px;
  background: #5e902f;
  border-radius: 100%;
  position: absolute;
  top: -21px;
  left: -14px;
  z-index: -1;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  body .main-content .about-us .row h1::after {
    width: 75px;
    height: 75px;
    top: -17px;
    left: -17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us .row h1::after {
    width: 80px;
    height: 80px;
    top: -16px;
    left: -11px;
  }
}
body .main-content .about-us .row h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  body .main-content .about-us .row h5 {
    margin-top: 2rem;
    text-align: center;
  }
}
body .main-content .about-us .row p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  body .main-content .about-us .row p {
    font-size: 15px;
    text-align: center;
  }
}
body .main-content .about-us .row img {
  width: 100%;
}
body .main-content .about-us .row ul {
  padding: 0;
}
body .main-content .about-us .row ul li {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body .main-content .about-us .row ul li {
    text-align: center;
    list-style: none;
  }
}
body .main-content .Gallery img {
  width: 100%;
}
body .main-content .Gallery .m-t {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .Gallery .m-t {
    margin-top: 0rem;
  }
}
body .main-content .Gallery h2 {
  color: #065132;
  font-size: 44px;
  font-weight: bold;
  display: table;
  margin: auto;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body .main-content .Gallery h2 {
    font-size: 30px;
    display: table;
    margin: auto;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .Gallery h2 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
body .main-content .Gallery h2 span {
  color: #fff;
}
body .main-content .Gallery h2::after {
  content: "";
  width: 100px;
  height: 100px;
  background: #5e902f;
  border-radius: 100%;
  position: absolute;
  top: -21px;
  left: -14px;
  z-index: -1;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  body .main-content .Gallery h2::after {
    width: 75px;
    height: 75px;
    top: -17px;
    left: -17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .Gallery h2::after {
    width: 80px;
    height: 80px;
    top: -16px;
    left: -11px;
  }
}
body .main-content .bg-color {
  background: #FFE9E4;
  padding: 5rem;
  z-index: 11;
}
body .main-content .bg-color h1 {
  z-index: 99;
  margin-left: 10px;
}
body .main-content .bg-color h1:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30px;
  border-radius: 50%;
  background: #FFD7CD;
  z-index: -1;
  left: 11%;
}
body .main-content .bg-color .img-fluid {
  padding: 20px;
  margin-top: 15px;
}
body .main-content .map-location {
  padding: 3rem;
}
body .main-content .footer-bg {
  background: #000;
  padding: 30px;
}
body .main-content .footer-bg .logo-g {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  line-height: 0.1em;
  margin: 10px 0 20px;
  height: 46px;
}
body .main-content .footer-bg .logo-g span {
  background: #322523;
  padding: 0 20px;
}
body .main-content .footer-bg .list-unstyled li {
  margin-bottom: 10px;
  list-style: none;
}
body .main-content .footer-bg .list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
body .main-content .footer-bg .list-unstyled li a span {
  margin-left: 10px;
}
body .main-content .footer-bg .delivery h2 {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #9294a0;
  line-height: 2;
}
body .main-content .footer-bg .delivery li {
  color: #fff;
  margin-bottom: 15px;
}
body .main-content .footer-bg .delivery i {
  margin-right: 15px;
}
body .main-content .footer-bg hr {
  border-top: 1px solid #9294a0;
}
body .main-content .footer-bg .delivery1 h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
body .main-content .footer-bg .delivery1 .img-fluid {
  padding-bottom: 20px;
}
body .main-content .footer-bg .social-icon {
  display: flex;
}
body .main-content .footer-bg .social-icon .fa {
  padding: 10px;
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  margin: 5px 8px;
  border-radius: 50%;
  background: #fff;
  color: #322523;
}
body .main-content .privacy a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  body .main-content .header_area {
    background-color: #edeae5;
  }
  body .main-content .spices {
    margin-top: 8rem;
  }
  body .main-content .spices .order-btn1 {
    border: 1px solid #fff;
  }
  body .main-content .spices .order-btn2 {
    border: 1px solid #fff;
    color: #fff;
  }
  body .main-content .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 10px;
    color: #065132;
    border-bottom: 1px solid #60902d;
    text-align: center;
  }
  body .main-content .logo {
    width: 60px !important;
  }
  body .main-content .about-us p {
    color: #959090;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us p {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 992px) {
  body .main-content .bg-color {
    padding: 5rem 0;
  }
  body .main-content .bg-color .img-fluid {
    padding: 20px 5px;
    cursor: pointer;
    margin-top: 15px;
  }
  body .main-content .map-location {
    padding: 3rem 1rem;
  }
  body .privacy {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 768px) {
  body .main-content .spices h1 {
    color: #fff;
    font-size: 27px;
    margin-left: 15px;
  }
  body .main-content .spices h1:before {
    left: 16px;
    width: 6px;
    height: 55px;
    top: 8px;
    background: #000000;
    margin-left: 0px;
  }
  body .main-content .spices h2 {
    color: #fff;
    font-size: 22px;
    margin-left: 15px;
  }
  body .main-content .spices p {
    color: #fff;
  }
  body .main-content .spices .order-btn1 {
    background-color: #ffffff;
    color: #000;
    padding: 6px 20px;
    font-weight: 500;
    margin-right: 10px;
  }
  body .main-content .about-us {
    margin: 2rem 0;
  }
  body .main-content .about-us h1 {
    font-size: 2rem;
    margin-top: 37px;
    position: relative;
  }
  body .main-content .about-us p {
    font-size: 16px;
  }
  body .main-content .delivery1 .col {
    padding: 5px !important;
  }
  body .main-content .bg-color h1 {
    font-size: 2rem;
  }
  body .main-content .bg-color h1:before {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 5%;
  }
  body .main-content .footer-bg {
    padding: 5px 0 20px;
  }
  body .main-content .footer-bg .information {
    margin-bottom: 10px !important;
    padding-top: 20px !important;
  }
  body .main-content .footer-bg .list-unstyled {
    font-size: 14px;
  }
  body .main-content .footer-bg .delivery h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body .main-content .footer-bg .delivery li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  body .main-content .footer-bg .delivery1 h2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
  }
  body .main-content .footer-bg .delivery1 .img-size {
    margin: 0;
  }
  body .m-class {
    margin-top: 144px !important;
  }
}
body .fb-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .fb-bg:hover {
  background: #3b5998;
  color: #fff;
}
body .inista-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .inista-bg:hover {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  color: #fff;
}
body .link-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .link-bg:hover {
  background: #2867B2;
  color: #fff;
}
body .you-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .you-bg:hover {
  background: #FF0000;
  color: #fff;
}
body .trip-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .trip-bg:hover {
  background: #00af87;
  color: #fff;
}
body .span3 {
  color: #f80707;
  font-weight: 500;
}
body .span1 {
  color: #000;
  font-weight: 500;
}
body .span2 {
  color: #558bf7;
  font-weight: 500;
}
body .block {
  color: #fff;
}

.box {
  background-color: #000;
  font-family: "Oxygen", sans-serif;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}

.box:hover {
  background-color: #5e902f;
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
  content: "";
  background-color: #5e902f;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: all 0.4s ease-in;
}

.box:after {
  top: auto;
  bottom: 0;
  left: 100%;
}

.box .box-content:before {
  width: 5px;
  height: 100%;
  top: 100%;
  left: 0;
}

.box .box-content:after {
  width: 5px;
  height: 100%;
  top: -100%;
  left: auto;
  right: 0;
}

.box:hover:before,
.box:hover:after {
  opacity: 0.2;
  left: 0;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
  opacity: 0.2;
  top: 0;
}

.box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.box:hover img {
  opacity: 0.35;
}

.box .box-content {
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 15px 0 0 15px;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  transition: all 0.45s ease;
}

.box:hover .box-content {
  opacity: 1;
  top: 0;
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 4px;
}

.box .post {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 5px;
  display: block;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}

.box:hover .icon {
  opacity: 1;
  transform: rotate(0deg);
}

.box .icon li {
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  background-color: #44bd32;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}

.box .icon li a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.box .icon li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: animate 0.5s ease-out 75ms;
}

@keyframes animate {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}
.boxR {
  width: 300px;
  height: 300px;
  border: 4px solid black;
  border-radius: 10px;
  position: relative;
  background: white;
}

/* Create the top-right and bottom-left gaps */
.boxR::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: white;
  top: 0;
  right: 0;
}

.boxR::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 60px;
  background: white;
  bottom: 0;
  left: 0;
}

.FranchiseSec {
  padding: 4% 0;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec {
    margin-top: 9rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .FranchiseSec {
    margin-top: 9rem;
  }
}
.FranchiseSec .franchiseSecContent h2 {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .franchiseSecContent h2 {
    font-size: 22px;
  }
}
.FranchiseSec .franchiseSecContent span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.FranchiseSec .franchiseSecContent h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .franchiseSecContent h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.FranchiseSec .franchiseSecContent p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.FranchiseSec .franchiseSecContent h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .franchiseSecContent h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .franchiseSecContent ul {
    padding: 0;
  }
}
.FranchiseSec .franchiseSecContent ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .franchiseSecContent ul li {
    font-size: 14px;
  }
}
.FranchiseSec .franchiseSecContent ul li a {
  color: #000;
}
.FranchiseSec .forShareSec .moreDetails {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #60902d;
  width: 140px;
  height: 45px;
  border: 0;
  border-radius: 9px;
  margin-bottom: 20px;
}
.FranchiseSec .forShareSec .moreDetails:focus {
  border: 0;
  outline: 0;
}
.FranchiseSec .forShareSec .forShareContent {
  display: none;
}
.FranchiseSec .forShareSec .forShareContent img {
  width: 585px;
  padding: 15px 0px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .forShareSec .forShareContent img {
    width: 100%;
  }
}
.FranchiseSec .forShareSec .forShareContent h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .forShareSec .forShareContent h6 {
    font-size: 16px;
  }
}
.FranchiseSec .forShareSec .forShareContent span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.FranchiseSec .forShareSec .forShareContent p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .forShareSec .forShareContent ul {
    padding: 0;
  }
}
.FranchiseSec .forShareSec .forShareContent ul li {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .FranchiseSec .forShareSec .forShareContent ul li {
    font-size: 14px;
  }
}
.FranchiseSec .forShareSec .forShareContent ul li a {
  color: #000;
}

.termsAndConditionsSec {
  padding: 4% 0;
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .termsAndConditionsSec {
    margin-top: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .termsAndConditionsSec {
    margin-top: 9rem;
  }
}
.termsAndConditionsSec .termsandconditionsContent h2 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .termsAndConditionsSec .termsandconditionsContent h2 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.termsAndConditionsSec .termsandconditionsContent p {
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}
.termsAndConditionsSec .termsandconditionsContent h5 {
  color: #2b2929;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.termsAndConditionsSec .termsandconditionsContent ul li {
  color: #575555;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.termsAndConditionsSec .termsandconditionsContent a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}/*# sourceMappingURL=main.css.map */