input::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

pre {
  font-family: 'Karla', sans-serif !important;
}

/*BANNER-SECTION*/
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1.0;
  background-color: #fff;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #9ba5ae;
}

.carousel-item img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.carousel-item:before {
  width: 100%;
  height: 100%;
  background: rgba(24, 23, 23, 0.20);
  position: absolute;
  content: '';
}

.carousel-content {
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-content h1 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.carousel-content h2 {
  font-weight: 600;
  font-size: 70px;
  color: #fff;
  margin-bottom: 20px;
}

.carousel-content p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
  display: none;
}

.carousel-content pre {
  font-weight: 500;
  font-size: 20px;
  font-family: inherit;
  color: #fff;
}

.carousel-content-btn {
  width: 40%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.carousel-content-btn a {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  background: #BFA99E;
  border-radius: 10px;
  padding: 15px 0px;
  width: -webkit-fill-available;
  display: block;
}

.carousel-content-btn a:last-child {
  background: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
  opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  opacity: 1;
  color: rgba(255, 255, 255, 1.0);
  text-shadow: none;
}

/*BANNER-SECTION*/

/*HEADING-SECTION*/
.heading-in.heading-in-new pre {
  line-height: 30px;
  text-align: left;
}

.heading-in {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0px 0 20px 0;
}

.about-us-inner .heading-in {
  margin: 0px;
}

.heading-in img {
  width: 12px;
  height: auto;
  margin-bottom: 15px;
}

.heading-in h5 {
  font-weight: 700;
  font-size: 40px;
  color: #0F330A;
  margin: 0;
  margin-bottom: 60px;
}

.heading-in h2 b {
  letter-spacing: 1px;
}

.heading-in h1 {
  font-weight: 600;
  font-size: 40px;
  color: #0F330A;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

.heading-in h1:before {
  position: absolute;
  content: '';
  background: #88E755;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.heading-in h2 {
  font-weight: 600;
  font-size: 40px;
  color: #0F330A;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: inline-block;
}

.heading-in h3 {
  font-weight: 600;
  font-size: 30px;
  color: #0F330A;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
  display: block;
}

.heading-in h3:before {
  position: absolute;
  content: '';
  background: #88E755;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.heading-in h3:after {
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.heading-in h4 {
  font-weight: 700;
  font-size: 50px;
  color: #0F330A;
  margin-bottom: 60px;
}

.heading-in p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px;
}

.heading-in p:last-child {
  margin-bottom: 0px;
}

.heading-in a {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
  margin-bottom: 0;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
}

.heading-in pre {
  white-space: pre-wrap;
  font-family: 'Karla', sans-serif;
}

/*HEADING-SECTION*/

/*Bottom-To-Top-Section*/



#scrollToTop {
  color: #fff;
  position: fixed;
  right: 60px;
  bottom: 20%;
  transition: all 0.5s ease;
  z-index: 9;
  background: #88E755;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 999;
}

#scrollToTop i {
  font-size: 25px;
  line-height: 40px;
}

#scrollToTop:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease;
}

.scroll-hide {
  transform: scale(0, 0);
}

/*Bottom-To-Top-Section*/

/*SLIDE-BOX*/







#slide-box-overlay-1,
#slide-box-overlay-2,
#slide-box-overlay-3,
#slide-box-overlay-4 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.16);
  overflow: auto;
  display: none;
}

.slide-box-overlay {
  display: block !important;
}

#slide-box-1 {
  position: absolute;
  width: 350px;
  top: auto;
  padding: 0px;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #FFEDEC;
  height: auto;
  z-index: 999;
  display: none;
}

#slide-box-2 {
  position: absolute;
  width: 350px;
  top: auto;
  padding: 20px;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #FFEDEC;
  height: auto;
  z-index: 999;
  display: none;
}

#slide-box-3 {
  position: absolute;
  width: 100%;
  top: auto;
  padding: 40px 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #FFEDEC;
  height: auto;
  z-index: 99999;
  display: none;
}

#slide-box-4 {
  position: absolute;
  width: 100%;
  top: auto;
  padding: 0px 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #FFEDEC;
  height: auto;
  z-index: 999;
  display: none;
}

/*SLIDE-BOX*/

/*MOBILE-MENU*/











.mobile-nav {
  width: 100%;
  height: auto;
  display: none;
  border-bottom: 1px solid #FFEDEC;
  position: sticky;
  background: #fff;
  z-index: 999;
  left: 0;
  top: auto;
}

.mobile-nav-in {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.mobile-nav-in #button-menu {
  cursor: pointer;
  font-size: 22px;
  width: 15px;
  margin: 20px 0;
}

.mobile-nav-logo {
  width: 150px;
  height: auto;
}

.mobile-nav-logo a {
  display: block;
}

.mobile-nav-logo a img {
  width: 100%;
  height: 100%;
}

.mobile-nav-src-cart {
  width: auto;
  height: auto;
  margin-left: auto;
}

.mobile-nav-src-cart ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-nav-src-cart ul li {
  list-style: none;
}

.mobile-nav-src-cart ul li a {
  display: block;
  position: relative;
  background: #BFA99E;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 1px solid #BFA99E;
}

.mobile-nav-src-cart ul li a img {
  width: 100%;
  height: 100%;
}

.mobile-nav-src-cart ul li a span {
  position: absolute;
  width: 22px;
  height: 22px;
  right: -8px;
  top: -8px;
  background: #FF6261;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  font-weight: 500;
  font-size: 10px;
  display: flex;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.mobile-nav-src-cart ul li a span:empty {
  display: none;
}

/* CUSTOM-CSS */
.navegacion {
  position: absolute;
  top: auto;
  left: 0;
  width: 0%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  border-top: 1px solid #FFEDEC;
}

.navegacion ul {
  width: 100%;
  height: 100%;
  background: #fff;
  list-style: none;
  position: absolute;
  top: 0;
  left: -320px;
  transition: left .3s;
}

.navegacion .menu li.title-menu {
  padding: 20px;
  background: #5F6F81;
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.navegacion .menu a {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: flex;
  border-bottom: 1px solid #FFEDEC;
  align-items: center;
}

.navegacion .menu a.get-btn {
  background: #64ff99;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #64ff99;
  margin: 15px 15px;
  justify-content: center;
}

.navegacion .menu a.get-btn:hover {
  background: transparent;
  border: 1px solid #64ff99;
  color: #64ff99;
}

.navegacion .menu a span {
  background: #FF6261;
  border-radius: 20px;
  font-weight: 600;
  font-size: 10px;
  color: #FFFFFF;
  padding: 2px 8px;
  text-transform: uppercase;
  margin-left: 10px;
}

.navegacion .menu a:hover {
  color: #64ff99;
}

.navegacion .menu li span.icon-menu {
  margin-right: 12px;
}

.navegacion .menu .item-submenu>a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  font-weight: 100;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  float: right;
  color: #C5C5C5;
  line-height: 0;
  margin-left: auto;
}

/* Submenu ============*/
.navegacion .submenu li.title-menu {
  background: #fff;
  color: #575D69;
}

.navegacion .submenu li.go-back {
  padding: 15px 20px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: #757575;
  display: flex;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #FFEDEC;
  text-transform: uppercase;
  align-items: center;
}

.navegacion .submenu li.go-back::before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-size: 22px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f104';
  margin-right: 10px;
  color: #757575;
  line-height: 0;
}

@media screen and (max-width:320px) {
  .navegacion ul {
    width: 100%;
  }

}

/* CUSTOM-CSS */

/*MOBILE-MENU*/

/*PAGE-BANNER*/







.page-bg {
  width: 100%;
  height: auto;
  padding: 0px 0;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-bg.page-detail-bg:before {
  display: none;
}

.page-bg img {
  width: 100%;
  height: 300px;
  filter: blur(1px);
  object-fit: cover;
}

/*.page-color {



  width: 100%;



  height: auto;



  background-color: #fff;



  background-image: none;



  padding: 80px 0 40px 0;



  position: relative;



}







.page-color:before {



  position: absolute;



  content: '';



  display: none;



}*/
.page-bg:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: rgb(5 95 131 / 50%);
  left: 0;
  top: 0;
  z-index: 9;
}

.page-banner {
  width: 100%;
  height: auto;
  background: #FFEDEC;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  z-index: 9;
}

.page-banner h1 {
  font-weight: 700;
  font-size: 50px;
  color: #0F330A;
  margin-bottom: 20px;
  padding: 0 10px;
}

.page-banner h6 {
  font-weight: 600;
  font-size: 45px;
  color: #0F330A;
  margin-bottom: 20px;
  padding: 0 10px;
}

.page-banner p {
  font-weight: 400;
  font-size: 16px;
  color: #0F330A;
  margin: 0;
}

.page-banner p a {
  color: #FF6261;
  text-decoration: underline !important;
}

.page-breadcrumbs {
  width: 100%;
  height: auto;
  padding: 120px 0 20px 0;
}

.page-breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 35px;
  margin-left: 30px;
}

.page-breadcrumbs ul li {
  list-style: none;
  font-weight: 500;
  font-size: 15px;
  color: #64ff99;
  position: relative;
  display: flex;
  align-items: center;
}

.page-breadcrumbs ul li a {
  font-weight: 500;
  color: #000;
}

.page-breadcrumbs ul li a:hover {
  color: #64ff99;
}

.page-breadcrumbs ul li:before {
  position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 15px;
  color: #000;
  right: -20px;
  line-height: 0;
}

.page-bg .page-breadcrumbs ul li:before {
  color: #fff;
}

.page-breadcrumbs ul li:last-child:before {
  display: none;
}

.page-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.bdr-bottom {
  border-bottom: 1px solid #C1C1C1;
}

.page-banner form {
  width: 35%;
  height: auto;
}

.page-banner form label {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}

.page-banner form label input[type="text"] {
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px 0px 0px 5px;
  padding-left: 10px;
  font-size: 14px;
  color: #0F330A;
}

.page-banner form label input[type="text"]::placeholder {
  color: #0F330A;
}

.page-banner form label button {
  background: #88E755;
  width: 50px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
}

/*PAGE-BANNER*/

/*FAQ-SECTION*/







.faq-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#accordion .panel {
  border: none;
  margin-bottom: 15px;
  border: none;
}

.faq-inner .panel:last-child {
  margin-bottom: 0 !important;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-heading h4.panel-title {
  margin-bottom: 0;
}

#accordion .panel-title a {
  display: flex;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px;
  padding-left: 0;
  background: #88E755;
  color: #ffffff;
  border-bottom: 1px solid #033F3A;
  transition: all 0.2s linear 0s;
  align-items: center;
}

#accordion .panel-title a.collapsed {
  background: #0F330A;
  color: #DFFECD;
}

#accordion .panel-title a.collapsed:hover {
  background: #0F330A;
  color: #DFFECD;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f107";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  color: #013C38;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: auto;
  right: 5px;
  transition: .5s;
}

#accordion .panel-title a.collapsed:hover:after {
  color: #013C38;
}

#accordion .panel-body {
  border-radius: 5px;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  background: #DFFECD;
}

#accordion .panel-body ul {
  padding: 0;
  margin: 0;
}

#accordion .panel-body ul li {
  list-style: none;
}

#accordion .panel-body ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 0;
  color: #013C38;
  border-bottom: 0.5px solid #033F3A;
  transition: .5s;
}

#accordion .panel-body ul li a:hover {
  padding-left: 8px;
  transition: .5s;
}

#accordion .faq-titel a {
  border-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
  border-radius: 10px;
  padding-right: 40px;
  color: #0F330A;
  border-top: 1px solid #88E755;
}

#accordion .panel:first-child .panel-heading .faq-titel a {
  border-top: 0;
}

#accordion .faq-body {
  background: #DFFECD;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  padding: 15px;
  display: flex;
}

#accordion .faq-body p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  width: 100%;
  padding-right: 15px;
}

#accordion .faq-titel a:after,
#accordion .faq-titel a.collapsed:after {
  content: "";
  background: url(../images/minus.png);
  background-size: contain !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: auto;
  filter: brightness(0) invert(1);
  right: 15px;
  transition: .1s;
}

#accordion .faq-titel>a.collapsed:after {
  background: url(../images/plus.png);
}

/*FAQ's*/

/*FAQ-SECTION*/

/*Products-Sorting*/

/* The container must be positioned relative: */



.products-pg-inner-right {
  position: relative;
  border: 1px solid #FFEDEC;
  border-radius: 40px;
  width: 18%;
}

.products-pg-inner-right-1 {
  position: relative;
  background: #FFF8F7;
  border: 1px solid #FFEDEC;
  border-radius: 40px;
}

.products-pg-inner-right select {
  display: none;
  /*hide original SELECT element: */
}

.products-pg-inner-right-1 select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 15px;
  display: flex;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  background-image: url(../images/sorting.png);
  z-index: 1;
  justify-content: center;
  background-position: center;
  align-items: center;
  transform: rotate(0deg);
  transition: .5s;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(0deg);
  transition: .5s;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  padding: 10px 20px 10px 0px;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #37173D;
  text-transform: uppercase;
  border-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: center;
}

.select-items div {
  padding: 10px 10px;
  margin-bottom: 6px;
}

.select-items div:last-child {
  margin-bottom: 0px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
  margin-top: 6px;
  border: 1px solid #FFEDEC;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 8%);
  border-radius: 20px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background: #FFEDEC;
  border-radius: 20px;
}

/*Products-Sorting*/

/*Passowrd-Eye*/







.password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  right: 10px;
  bottom: auto;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  transition: .5s;
}

.password-eye i {
  color: #838e9b !important;
  cursor: pointer;
  font-size: 14px !important;
}

/*Passowrd-Eye*/
.single-product .product-image {
  width: 100%;
}

.product-image .product-image-main {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background: var(--bg-grey);
  padding: 30px;
  overflow: hidden;
  border: 1px solid #88E755;
  border-radius: 5px;
}

.product-image-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-slider {
  width: 90% !important;
  margin: auto;
  margin-top: 20px;
}

.product-image-slider img {
  width: 100% !important;
  height: 60px;
  margin: auto;
  background: var(--bg-grey);
  object-fit: cover;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #88E755;
  border-radius: 5px;
  box-shadow: 0px 0px 3px -2px #0F330A;
}

.product-image-slider video {
    width: 100% !important;
    height: 60px;
    margin: auto;
    background: var(--bg-grey);
    object-fit: cover;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0px 0px 3px -2px #0009;
}

.image-list-bdr {
  border-bottom: 2px solid rgb(55, 23, 61);
}

.product-detail-heading {
  width: 100%;
  height: auto;
  padding: 10px 0;
  border-bottom: 2px solid #013C38;
}

.product-detail-heading h1 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}

.product-image-slider .owl-nav {
  width: 100%;
  height: auto;
  padding-left: 20px;
  transition: .5s;
}

.product-image-slider .owl-nav button {
  width: auto;
  height: auto;
  background: transparent;
  color: #06403c !important;
  position: absolute;
  top: 40%;
  left: -17px;
  right: inherit;
  z-index: 0;
  outline: none;
  border-radius: 50%;
}

.product-image-slider .owl-nav button i {
  font-size: 20px;
  text-align: center;
  display: flex;
  font-weight: 100;
  justify-content: center;
  height: 100%;
  color: #0F330A;
  place-items: flex-end;
  align-items: center;
}

.product-image-slider .owl-nav button span {
  font-size: 50px;
  color: #808080;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  place-items: flex-end;
  align-items: center;
}

.product-image-slider .owl-nav button:last-child {
  right: -17px;
  left: inherit;
}

/*Backdrop-Popup*/
.modal-open .modal {
  padding-right: 0 !important;
}

.modal-backdrop {
  opacity: 0.85 !important;
}

/*.modal-box .show-modal {



  color: #fff;



  background-color: #fb3640;



  font-size: 18px;



  font-weight: 600;



  text-transform: capitalize;



  letter-spacing: 1px;



  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);



  padding: 10px 15px;



  margin: 80px auto 0;



  border: none;



  display: block;



  transition: all 0.3s ease 0s;



}







.modal-box .show-modal:hover, .modal-box .show-modal:focus {



  color: #fff;



}*/
.modal-backdrop.in {
  opacity: 0;
}

.modal-box .modal-dialog {
  width: 100%;
  margin: 50px auto 50px;
  max-width: 80%;
}

.modal-box .modal-dialog .modal-content {
  background: #ebf9ff;
  border-radius: 0px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.modal-box .modal-dialog .modal-content .close {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: 300;
  text-shadow: none;
  line-height: 45px;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .close span {
  margin: -4px 0 0 0;
  display: block;
}

.modal-content .close:hover {
  color: #747474;
  transform: rotate(180deg);
  transition: .5s;
}

.modal-box .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-image {
  padding: 0 !important;
  height: 500px;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.modal-box .modal-dialog .modal-content .modal-body .content {
  padding: 0px 60px 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
  color: #fb3640;
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 30px;
}

.modal-box .modal-dialog .modal-content .modal-body .sub-title {
  font-weight: 500;
  font-size: 35px;
  color: #000000;
  margin: 0 0 20px;
  display: block;
}

.modal-box .modal-dialog .modal-content .modal-body .description {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 30px;
  line-height: 26px;
  text-align: justify;
}

.modal-box .modal-dialog .modal-content .modal-body .btn {
  color: #fff;
  background-color: #BFA99E;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-shadow: none;
  padding: 10px 30px;
  margin-left: 0;
  border-radius: 5px;
  margin-top: 0;
  text-transform: none;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  box-shadow: none;
}

.modal-box .modal-dialog .modal-content .modal-body .btn:hover {
  color: #fff;
}

@media only screen and (max-width:767px) {
  .modal-box .modal-dialog {
    width: 100% !important;
    max-width: 95%;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-image {
    height: 250px;
    overflow: hidden;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-image img {
    height: auto;
  }

  .modal-box .modal-dialog .modal-content .modal-body .content {
    padding: 30px;
  }

  .modal-box .modal-dialog .modal-content .modal-body .content .sub-title {
    font-size: 25px;
  }

}

/*Backdrop-Popup*/

/*RATING*/







.full-stars-example-two {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.full-stars-example-two .rating-group {
  display: inline-flex;
}

.full-stars-example-two .rating__icon {
  pointer-events: none;
}

.full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.full-stars-example-two .rating__input--none {
  display: none;
}

.full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.3rem;
  font-size: 2rem;
  margin-bottom: 0;
}

.full-stars-example-two .rating__icon--star {
  filter: brightness(1) invert(0);
  width: 25px;
}

.full-stars-example-two .rating__input:checked~.rating__label .rating__icon--star {
  filter: contrast(0.1) brightness(1.8);
}

.full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  filter: brightness(1) invert(0);
}

.full-stars-example-two .rating__input:hover~.rating__label .rating__icon--star {
  filter: contrast(0.1) brightness(1.8);
}



/* FAQ-DROPDOWN */

.page-banner form {
  width: 35%;
  height: auto;
  position: relative;
}

.faq-search-dropdown {
  width: 100%;
  height: auto;
  max-height: 150px;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #000;
  margin-top: 5px;
  z-index: 9999;
  overflow-y: scroll;
}

.faq-search-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

.faq-search-dropdown::-webkit-scrollbar-track {
  background: #eee;
}

.faq-search-dropdown::-webkit-scrollbar-thumb {
  background-color: #64ff99;
  border: 1px solid #eee;
  border-radius: 5px;
}

.faq-search-list {
  width: 100%;
  height: auto;
  padding: 20px;
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-search-list:last-child {
  border-bottom: 0px;
}

.faq-search-list h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  display: block;
  text-align: left;
  background: #88E755;
  border-radius: 5px;
  padding: 3px;
}

.faq-search-list h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.page-bg {
  overflow: visible;
  isolation: auto;
}

.experience-tabs {
  position: relative;
  z-index: 0;
}

.faq-search-list p {
  text-align: left;
  font-size: 14px;
}

/* FAQ-DROPDOWN */