* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 150px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}


body::-webkit-scrollbar-thumb {
  background-color: #E50916;
  border: 1px solid #fff;
  border-radius: 5px;
}

a {
  text-decoration: none !important;
  outline: none !important;
  color: black;
}

/* a:hover {
  color: black !important;
} */

img {
  border: none;
}

.clr {
  clear: both;
}

.page-section-gap {
  margin: 40px 0;
  display: flex;
}

/*Top-Strip*/
.top-strip {
  width: 100%;
  height: auto;
  background: #000000;
  padding: 10px 0;
}

.top-inner {
  /* width: 100%;
  height: auto; */
  /* width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.top-inner form {
  width: 88%;
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-inner a {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 27px;
  justify-content: center;
  padding: 4px 6px 4px 6px;
  display: flex;
}

.top-inner a:hover {
  /* background-color: #dfdfdf; */
  /* padding: 4px 6px 4px 6px; */
}


/*-------- Date range css ------*/

.broker-date {
  width: 150px;
  height: auto;
  margin-left: 7px;
  border-radius: 30px;
  background: var(--gradientbg-1, linear-gradient(90deg, #4B1F4B 0%, #863087 52.60%, #4B1F4B 100%));
}

.broker-date input[type="text"] {
  width: 100%;
  height: auto;
  padding: 12px 13px 10px 43px;
  /* border: 1px solid #626CFE; */
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  border: none;
  /* line-height: 4px; */
  font-size: 14px;
  color: #fff;
  appearance: none;
  background: url(../images/roam-images/formkit_date.png);
  background-size: 18px;
  background-position: left 16px center;
  background-repeat: no-repeat;
}

/*Date-Picker*/

.ui-datepicker {
  width: auto;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 999 !important;
  border-radius: 5px;
  box-shadow: 0px 2.10396px 10.5198px rgba(170, 170, 170, 0.5);
}



.ui-datepicker-calendar th {
  border: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td {
  border: 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td a {
  color: #000;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
  color: #fff !important;
  background: #E50916;
}

.ui-datepicker-today a {
  color: #fff !important;
  background: #E50916;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}

.ui-datepicker-prev {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-next {
  float: none;
  font-size: 13px;
  /* text-transform: uppercase; */

  /* background: #000; */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #333333 !important;
  cursor: pointer;
}

.ui-datepicker-title {
  margin-bottom: 0px;
  clear: left;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  z-index: -1;
}

.quotes {
  width: auto;
  min-width: 100px;
  max-width: 100%;
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin-left: 10px;
}

.datepiker-btn {

  border-radius: 27px !important;

  border: none;

  align-items: center;
  height: 51px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 60px;
  color: #fff;
}

.datepiker-btn::placeholder {
  color: #fff;
}

.calender-icon {
  position: absolute;
  /* width: 100px; */
  height: 16px;
  display: flex;
  right: 24px;
  bottom: 14px;
  border: none;
  align-items: center;
  background: none;
  justify-content: center;
  transition: .5s;
}

.calender-icon i {
  color: #fff !important;
  cursor: pointer;
  margin: -5px 0 0 0;
}



/*Date-Picker*/


/*-------- Date range css ------*/



/* ----------- Top search bar css ----- */


.serch-form {
  width: 86%;
  background: #fff;
  border: none;
  font-size: 16px;
  /* margin-bottom: 20px; */
  /* position: relative; */
  font-weight: 500;
  color: #000;
  height: calc(0.5em + -4.25rem + 2px);
  padding: 1.375rem 3.75rem;
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-inner form button {
  border: none;
  outline: none;
  width: 175px;
  /* font-size: 14px; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  height: 45px;
  border-radius: 6px 0px 0px 6px;
  background: #fff;
  border-right: 1px solid #AAAAAA;
}

.search-drop {
  /* width: inherit; */
  height: auto;
  background: #f6f6f6;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 10px;
  margin-top: 2px;
  display: none;
}

.search-drop ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

.top-inner form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.top-inner form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 0px 6px 6px 0px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 14px;
  color: #333333;
}

.top-inner form label a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* height: fit-content; */
  background: #E50916;
  position: absolute;
  padding: 13px;
  border-radius: 0 6px 6px 0;
  right: 0px;
  top: auto;
}

/* ----------- Top search bar css ----- */



.top-inner a img {
  width: 15px;
  height: auto;
  object-fit: contain;
  margin-right: 5px;
}

.top-social {
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-left: 52px;
}

.top-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.top-social ul li {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.top-social ul li a {
  display: block;
}

.top-social ul li a img {
  width: 25px;
  height: auto;
  object-fit: contain;
  transform: rotate(0deg);
  filter: brightness(4);
  transition: .5s;
}

.top-social ul li a:hover img {
  transform: rotate(360deg);
  transition: .5s;
}

/*Top-Strip*/

/*Nav-Section*/
.nav-wrap {
  width: 100%;
  /* height: auto; */
  height: 71px;
  position: sticky;
  background: #fff;
  z-index: 999;
  left: 0;
  filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.15));
  top: auto;
}

.nav-wrap:before {
  /* position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-size: unset;
  top: 100%;
  left: 0;
  margin: auto;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1; */
}

.nav-in {
  width: 29%;
  height: 100%;
}



.nav-in:nth-child(1) {
  position: relative;
  top: 13px;
  left: 0;
  right: 0;
  /* margin: auto; */
  padding: 0;
}

.nav-in:nth-child(1) ul {
  justify-content: center;
}

.nav-in:nth-child(1) a {
  padding: 0;
}

.nav-in:nth-child(2) {
  width: 59%;
  position: relative;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

.nav-in:nth-child(2) ul {
  justify-content: space-between;
}

.nav-in:nth-child(2) a {
  padding: 0;
}

.nav-in ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 80px;
}

.nav-in:nth-child(3) ul {
  gap: 40px;
}

.nav-in ul li {
  list-style: none;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}

.nav-in:nth-child(2) ul li img {
  position: absolute;
  right: -26px;
  top: -25px;
  cursor: pointer;
}

.nav-in ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  padding: 25px 0;
}

.nav-in ul li:hover a {
  color: #E50916;
}

.nav-in ul li a.active {
  color: #e50916;
}

.nav-in ul li .nav-dropdown {
  position: absolute;
  background: #fff;
  border-top: 2px solid #D0B8AC;
  right: 0;
  width: max-content;
  display: none;
}

.nav-in ul li:hover .nav-dropdown {
  display: block;
}

.nav-in ul li .nav-dropdown p a {
  padding: 10px 80px 10px 10px;
  border-bottom: 1px solid #33333380;
  color: #000;
}

.nav-in ul li .nav-dropdown p a:hover {
  color: #D0B8AC;
}

.nav-in ul li .nav-dropdown p a.active {
  color: #D0B8AC;
}

.nav-in ul li .nav-dropdown p:last-child a {
  border-bottom: none;
}

.nav-in ul li .nav-dropdown p {
  margin: 0;
}

/* .nav-in ul li a.active {
  color: #D0B8AC;
} */

.nav-in ul li a i {
  font-size: 15px;
  color: #000;
  margin-left: 10px;
}

.nav-in ul li a.get-btn {
  background: #E50916;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #E50916;
}

.nav-in ul li a.get-btn:hover {
  background: transparent;
  border: 1px solid #E50916;
  color: #E50916;
}

.nav-in ul li a i {
  color: #37173D;
}

.nav-in ul li a img {
  width: 100%;
  height: auto;
}

#account img {
  width: 15px;
  margin-right: 10px;
}

/* CART-SECTION */
.cart-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cart-wrap h1 {
  font-weight: 600;
  color: #37173D;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cart-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: #37173D;
  margin: 10px 0 25px 0;
}

/*.cart-wrap a {
  background: #FF6261;
  border-radius: 24px;
  display: block;
  width: -webkit-fill-available;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}*/
.cart-btn {
  width: 100%;
  height: auto;
}

.cart-btn a {
  background: #FF6261;
  border-radius: 24px;
  display: block;
  width: -webkit-fill-available;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cart-btn a.cart-web-menu-btn {
  display: block;
  margin-bottom: 0;
}

.cart-btn a.cart-mob-menu-btn {
  display: none;
}

.cart-web-menu-btn {
  display: inline-block !important;
  margin-bottom: 0;
}

.cart-mob-menu-btn {
  display: none !important;
}

.cart-btn a.last-btn {
  background: #fff;
  border: 1px solid #FFEDEC;
  color: #FF6261;
}

.cart-btn a:last-child {
  margin-bottom: 0px;
}

.cart-product-list-wrap {
  width: 100%;
  height: 230px;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.cart-product-list-wrap::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

.cart-product-list-wrap::-webkit-scrollbar-track {
  background: #fff;
}

.cart-product-list-wrap::-webkit-scrollbar-thumb {
  background-color: #FF6261;
  border: 1px solid #fff;
  border-radius: 10px;
}

.cart-product-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #FFEDEC;
}

.cart-product-list a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-product-list a:hover h2 {
  color: #FF6261;
}

.cart-product-list:first-of-type {
  margin-top: 30px;
}

.cart-product-list:last-of-type {
  border-bottom: 1px solid #FFEDEC;
}

.cart-product-list img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.cart-product-list h2 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  line-height: 20px;
  margin-bottom: 0;
}

/* CART-SECTION */

/* ACOOUNT-SECTION */
.account-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0px;
  overflow: hidden;
}

.account-wrap h1 {
  font-weight: 600;
  color: #37173D;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0px 20px;
}

.account-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: #37173D;
  margin: 10px 0 25px 0;
  padding: 0px 20px;
}

.account-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0px 20px;
}

.account-btn a {
  background: #FF6261;
  border-radius: 24px;
  display: block;
  width: -webkit-fill-available;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-btn a:first-child {
  color: #FF6261;
  background: #FFFFFF;
  border: 1px solid #FFEDEC;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.account-btn a:first-child img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.account-wrap ul {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}

.account-wrap ul li {
  list-style: none;
}

.account-wrap ul li a {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #FFEDEC;
}

.account-wrap ul li:first-child a {
  border-top: 1px solid #FFEDEC;
  border-bottom: 0;
}

.account-wrap ul li:last-child a {
  border-bottom: 1px solid #FFEDEC;
  border-top: 1px solid #FFEDEC;
}

.account-wrap ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.account-wrap ul li a i {
  color: #C5C5C5;
  font-size: 22px;
  font-weight: 100;
  margin-left: auto;
}

.account-wrap-profile-img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0 20px;
  gap: 15px;
}

.account-wrap-profile-img img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
}

.account-wrap-profile-img h2 {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.account-wrap-profile-img h2 span {
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
  text-transform: none;
}

/* ACOOUNT-SECTION */

/*MEGA-MENU-SECTION*/

.mega-menu-wrap {
  width: 95%;
  height: auto;
  margin: auto;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mega-menu-in {
  width: 100%;
  height: auto;
}

.mega-menu-in:last-child {
  width: auto;
}

.mega-menu-in h1 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #37173D;
}

.mega-menu-in h1 a {
  color: #37173D;
}

.mega-menu-in ul {
  padding: 0;
  margin: 0;
}

.mega-menu-in ul li {
  list-style: none;
  margin-bottom: 10px;
}

.mega-menu-in ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  display: flex;
  align-items: center;
}

.mega-menu-in:last-child ul li a {
  display: block;
}

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

.mega-menu-in ul li a:hover {
  color: #FF6261;
}

.mega-menu-in ul li a b {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.mega-menu-in ul li a img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

/*MEGA-MENU-SECTION*/

/*SEARCH-SECTION*/

.search-wrap {
  width: 100%;
  height: auto;
}

.search-wrap form {
  width: 100%;
  height: auto;
  background: #FFF8F7;
}

.search-wrap form label {
  width: 95%;
  height: auto;
  background: transparent;
  padding: 30px 15px;
  display: flex;
  outline: none;
  border: none;
  margin: auto;
  margin-bottom: 0;
  align-items: center;
}

.search-wrap form label i {
  color: #757575;
  font-size: 14px;
  margin-right: 10px;
}

.search-wrap form label input {
  background: transparent;
  border: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}

.search-wrap form label input[type="search"]::-webkit-search-cancel-button {
  background-image: url(../images/cross.png);
  appearance: none;
  height: 1em;
  width: 1em;
  -webkit-appearance: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0;
  cursor: pointer;
}

.search-wrap form label input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: 1;
}

.search-wrap form label button {
  background: none;
  border: none;
  outline: none;
}

.search-wrap form label button i {
  color: #757575;
  font-size: 14px;
  margin: 0;
}

.search-inner {
  width: 95%;
  height: auto;
  padding: 0 15px;
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 20px;
}

.search-product {
  width: 20%;
  height: auto;
  text-align: center;
}

.search-product a {
  display: block;
  transition: .5s;
  overflow: hidden;
}

.search-product a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: .5s;
}

.search-product a:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.search-product a p {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 22px;
  color: #37173D;
}

/*SEARCH-PRODUCT-LIST-SECTION*/
.search-product-list-in {
  width: 95%;
  height: auto;
  margin: auto;
  border-bottom: 1px solid #FFEDEC;
}

.search-product-list-in a {
  display: flex;
  align-items: center;
}

.search-product-list-in a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 25px;
}

.search-product-list-in-txt {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.search-product-list-in-txt h1 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 0;
  transition: .5s;
}

.search-product-list-in-txt h1:hover {
  color: #FF6261;
  transition: .5s;
}

.search-product-list-in-txt p {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  margin-left: auto;
  margin-bottom: 0;
}

.search-product-list-in-txt p span {
  color: #FF6261;
}

.search-product-list-btn {
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-product-list-btn a {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF6261;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #FFEDEC;
  border-radius: 30px;
  transition: .5s;
}

.search-product-list-btn a:hover {
  color: #fff;
  background: #FF6261;
  border: 1px solid #FF6261;
  transition: .5s;
}

/*SEARCH-PRODUCT-LIST-SECTION*/

/*NO-PRODUCT-FOUND*/


#no-product-find {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0px;
}

#no-product-find img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}

#no-product-find p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 0;
}

/*NO-PRODUCT-FOUND*/

/*SEARCH-SECTION*/

/*Nav-Section*/

/*Steps-Section*/
.steps-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #FFF8F7;
}

.steps-in {
  width: 100%;
  height: auto;
  text-align: center;
}

.steps-in img {
  width: 35px;
  height: auto;
  margin-bottom: 20px;
}

.steps-in h1 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 15px;
}

.steps-in p {
  font-weight: 500;
  font-size: 14px;
  color: #292929;
  line-height: 22px;
  margin-bottom: 15px;
}

.steps-in a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #37173D;
}

.steps-in a:hover,
.steps-in a:hover i {
  color: #FF6261;
}

.steps-in a i {
  color: #37173D;
  margin-left: 10px;
}

/*Steps-Section*/

/*About-Section*/

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

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

/*.customize-booth-wrap .about-img {
  padding-right: 20px;
}
.customize-booth-wrap .about-text {
  padding-left: 20px;
}*/
.about-in {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: .5s;
}

.about-wrap .container .row .about-in:nth-child(3) {
  flex-direction: row-reverse;
}

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

.about-img {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
  transition: .5s;
}

.about-page-img {
  height: 460px;
}

.about-page-img img {
  object-position: center;
  object-fit: fill;
}

.about-in:hover .about-img img {
  transform: scale(1.1);
  transition: .5s;
}

.about-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.about-text h2 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin: 0;
  margin-bottom: 9px;
}

.about-text h1 {
  font-weight: 600;
  font-size: 45px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

.about-text p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 0;
  margin-bottom: 20px;
  line-height: 25px;
  text-align: justify;
}

.about-text a {
  /* font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  transition: .5s;
  background: #BFA99E;
  border-radius: 5px; */
}

.about-in:hover .about-text a {
  transition: .5s;
}

.about-text ul {
  padding: 0;
  margin: 0;
}

.about-text ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #292929;
}

.about-text ul li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/*About-Section*/

/*Bestsellers-Section*/

.bestseller-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0 0px 0;
}

.bestseller-in {
  width: 100%;
  height: auto;
}

.bestseller-in .nav-tabs {
  border-bottom: 0;
  gap: 10px;
  margin-bottom: 30px;
  overflow-x: scroll;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.bestseller-in .nav-tabs::-webkit-scrollbar {
  display: none;
}

.bestseller-in .nav-tabs .nav-link {
  margin-bottom: 0px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  width: max-content;
  color: #333333;
}

.bestseller-in .nav-tabs .nav-link.active {
  background: #E50916;
  color: #fff;
}

.bestseller-in .nav-tabs .nav-link:hover {
  background: #E50916;
  color: #fff;
}

.tabs-btn {
  position: absolute;
  right: 0;
  width: 40px;
  color: #E50916;
  border-radius: 50%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E50916;
}

.btn-left {
  /*left: 0;
  right: inherit;
  display: none;*/
  left: -33px;
  right: inherit;
}

.bestseller-slider-item {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  /*  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.bestseller-slider-item img {
  width: 100% !important;
  height: 390px;
  object-fit: contain;
  transition: .5s;
}

.bestseller-slider-item:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.video-tabs-wrap2 {
  position: absolute;
  z-index: 777;
  /* background: #fff; */
  width: 53px;
  height: 25px;
  right: 20px;
  display: flex;
  top: 15px;
  /* background: #FFFFFF; */
  border-radius: 5px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.video-tabs-wrap2 a img {
  width: 98% !important;
  height: 15px;
}

.video-tabs-wrap2 img.likeEvent {
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.video-tabs-wrap2 span {
  margin-top: -5px;
  margin-left: 5px;
}

.bestseller-text {
  width: 45%;
  height: auto;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 10px;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  display: none;
  z-index: 9;
}

.bestseller-wrap .owl-item.active.center {
  width: 100%;
}

.bestseller-wrap .owl-item.active.center .bestseller-text {
  display: block;
}

.bestseller-text h1 {
  font-weight: 600;
  font-size: 20px;
  color: #37173D;
  margin: 15px 0;
  text-align: left;
}

.bestseller-text p {
  font-weight: 600;
  font-size: 16px;
  color: #37173D;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  margin-bottom: 20px;
}

.bestseller-text p img {
  width: 20px !important;
  height: auto;
}

.bestseller-text a {
  background: #BFA99E;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  color: #FFFFFF;
}

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

.bestseller-in .owl-nav button {
  width: 50px;
  height: 50px;
  background: rgba(204, 182, 174, 0.8) !important;
  box-shadow: none;
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: -25px;
  right: inherit;
  z-index: 0;
  border: none !important;
  outline: none;
  border-radius: 5px;
}

.bestseller-in .owl-nav button i {
  font-size: 22px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 100%;
  color: #fff;
  place-items: flex-end;
  align-items: center;
}

.bestseller-in .owl-nav button span {
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  place-items: flex-end;
  align-items: center;
}

.bestseller-in .owl-nav button:last-child {
  right: -25px;
  left: inherit;
}

.bestseller-btn {
  width: 100%;
  height: auto;
  margin: 30px 0 0px 0;
  text-align: center;
}

.bestseller-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #E50916;
  border-radius: 6px;
  display: inline-block;
  font-family: 'Poppins';
  text-align: center;
  padding: 12px 28px;
  color: #FFFFFF;
}

.bestseller-slider-image,
.about-slider-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* -- Stremaing section css ----- */


/*------ New css 11-10-2023 -----  */



/*------ New css 11-10-2023 -----  */





.top-new-steaming-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  gap: 11px;
}

.descrip-warp {
  display: flex;
  justify-content: space-between;
}

.descrip-warp p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #e50916;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

.inner-para2 span {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  margin-top: 10px;
}

.descrip-warp .inner-para2 li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  color: #e20916;
}

.top-new-steaming-wrap .inner-step-wrap h3 {
  font-size: 16px;
  font-weight: 500;
  /* margin-bottom: 15px; */
  color: #fff;
  /* text-decoration: underline; */
  background: #e50916;
  padding: 9px 13px 8px 46px;
  border-radius: 5px;
}

.top-new-steaming-wrap .inner-step-wrap p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.top-new-steaming-wrap .inner-step-wrap strong {
  font-size: 16px;
  font-weight: 600;
}

.top-new-steaming-wrap .inner-step-wrap li {
  list-style-type: none;
  color: #000;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.top-new-steaming-wrap .inner-step-wrap {
  border: 1px dashed #d7cece;
  border-radius: 5px;
  padding: 14px 14px;
  width: 33%;
  height: auto;
}

.top-new-steaming-wrap .inner-step-wrap .count-wrap {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.top-new-steaming-wrap .inner-step-wrap .count-wrap span {
  background: #000;
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0px;
}


.streaming-live-card {
  opacity: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* border-radius: 5px 5px 0px 0px; */
  border-radius: 11.1682px;
  /* padding: 4px; */
  background-clip: border-box;
  margin-bottom: 33px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.events-live-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* border-radius: 5px 5px 0px 0px; */
  border-radius: 11.1682px;
  /* padding: 4px; */
  background-clip: border-box;
  margin-bottom: 33px;
  height: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.events-live-card .buy-btn-wrap a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #E50916;
  width: 100%;
  border-radius: 25px;
  display: block;
  font-family: 'Poppins';
  text-align: center;
  padding: 11px 23px;
  color: #FFFFFF;
  margin: 21px 0 4px 0;
}

.buy-btn-wrap {
  display: flex;
  justify-content: center;
}

.duration {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #E50916;
  margin: 5px 0 10px 0;
}

.streaming-content-wrap {
  padding: 4px 10px 16px 12px;
}

.events-content-wrap {
  padding: 4px 10px 16px 12px;
}

.streaming-live-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.events-live-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.events-live-card .events-content-wrap>span img {
  width: 14px;
  height: 15px;
  opacity: 1.5;
  display: inline-block;
  margin-right: 4px;
}

.streaming-live-card .streaming-content-wrap>span img {
  width: 20px;
  height: 15px;
  opacity: 1;
}

/* .streaming-live-card .counting-wrap > h5{ 
  display: flex;
} */

.streaming-live-card .counting-wrap>h5:nth-child(1) {
  position: absolute;
  display: flex;
  right: 74px;
  top: 142px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  background-color: #000;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.events-live-card .counting-wrap>h5:nth-child(1) {
  position: absolute;
  display: flex;
  right: 21px;
  top: 142px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  background-color: #E50916;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.streaming-live-card .counting-wrap2>h5 {
  position: absolute;
  display: flex;
  right: 6px;
  top: 4px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  /* background-color: #000; */
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.events-live-card .counting-wrap2>h5 {
  position: absolute;
  display: flex;
  right: 6px;
  top: 4px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
  /* background-color: #000; */
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.streaming-live-card .counting-wrap2>h5 img {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.events-live-card .counting-wrap2>h5 img {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.streaming-live-card .counting-wrap>h5 img:nth-child(1) {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.events-live-card .counting-wrap>h5 img:nth-child(1) {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.streaming-live-card .counting-wrap>h5 img:nth-child(2) {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.events-live-card .counting-wrap>h5 img:nth-child(2) {
  width: 83%;
  height: auto;
  margin-right: 4px;
  object-fit: contain;
}

.streaming-live-card .counting-wrap>h5:nth-child(2) {
  position: absolute;
  display: flex;
  right: 7px;
  top: 142px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 14px;
  background-color: #E50916;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.events-live-card .counting-wrap>h5:nth-child(2) {
  position: absolute;
  display: flex;
  right: 7px;
  top: 142px;
  color: #fff;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 14px;
  background-color: #E50916;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.streaming-live-card .streaming-content-wrap>h4 a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 10px 0 0 0;
}

.events-live-card .events-content-wrap>h4 a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 10px 0 0 0;
}

.streaming-live-card .streaming-content-wrap>p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-live-card .events-content-wrap>p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #000;
  height: 65px;
}

.events-live-card .events-content-wrap>p:empty {
  display: none;
}

.streaming-live-card .streaming-content-wrap>span>i {
  color: #E50916;
}

.events-live-card .events-content-wrap>span>i {
  color: #E50916;
}

.streaming-live-card .streaming-content-wrap>span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
}

.events-live-card .events-content-wrap>span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.wrapperss {
  width: 155px;
  /* margin: 130px auto 0; */
  margin: -52px 27px 0 -6px;
  position: absolute;
  z-index: 99;
}

.wrappers {
  width: 155px;
  /* margin: 130px auto 0; */
  margin: -52px 27px 0 -6px;
  position: absolute;
  z-index: 99;
}

.select-btn {
  height: 51px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 60px;
  color: #fff;
}

.select-btn1 {
  height: 51px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  border-radius: 60px;
  color: #fff;
}

.select-btn i {
  font-size: 17px;
  transition: transform 0.3s linear;
}

.select-btn1 i {
  font-size: 17px;
  transition: transform 0.3s linear;
}


.wrapperss.active .select-btn i {
  transform: rotate(-180deg);
}

.wrappers.active .select-btn1 i {
  transform: rotate(-180deg);
}


.select-btn,
.options li {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.select-btn1,
.options li {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.wrapperss .content {
  margin-top: 20px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  display: none;
}

.wrappers .content {
  margin-top: 20px;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.wrapperss.active .content {
  display: block;
  width: 306px;
  margin-left: -154px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wrappers.active .content {
  display: block;
  width: 173px;
  margin-left: -6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wrapperss .content .search {
  position: relative;
}

.wrappers .content .search {
  position: relative;
}

.wrapperss .content .search i {
  left: 15px;
  line-height: 53px;
  color: #333333;
  top: -6px;
  font-size: 15px;
  position: absolute;
}

.wrappers .content .search i {
  left: 15px;
  line-height: 53px;
  color: #333333;
  top: -6px;
  font-size: 15px;
  position: absolute;
}

.wrapperss .content .search input {
  height: 39px;
  width: 100%;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 0 15px 0 43px;
  border: 1px solid #b3b3b3;
}

.wrappers .content .search input {
  height: 39px;
  width: 100%;
  outline: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 0 15px 0 43px;
  border: 1px solid #b3b3b3;
}

.wrapperss .content .search input::placeholder {
  color: #333333;
}

.wrappers .content .search input::placeholder {
  color: #333333;
}

.wrapperss .content .options {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
}

.wrappers .content .options {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
}

.wrapperss .content .options::-webkit-scrollbar {
  width: 7px;
}

.wrappers .content .options::-webkit-scrollbar {
  width: 7px;
}

.wrapperss .content .options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
  border: 1px solid #E50916;
}

.wrappers .content .options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
  border: 1px solid #E50916;
}

.wrapperss .content .options::-webkit-scrollbar-thumb {
  background: #E50916;
  border-radius: 25px;
}

.wrappers .content .options::-webkit-scrollbar-thumb {
  background: #E50916;
  border-radius: 25px;
}

.wrapperss .content .options li {
  padding: 8px 5px 4px 5px;
  font-size: 14px;
  margin: 0 6px 0 0;
  border-radius: 5px;
  color: #000;
  justify-content: space-between;
  font-weight: 500;
}

.wrappers .content .options li {
  padding: 8px 5px 4px 5px;
  font-size: 14px;
  margin: 0 6px 0 0;
  border-radius: 5px;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
}

.wrapperss .content .options li:hover {
  background: #f2f2f2;
  /* padding: 8px 12px 4px 9px; */
  /* margin: 0 6px 0 0; */
}

.wrappers .content .options li:hover {
  background: #f2f2f2;
  /* padding: 8px 12px 4px 9px; */
  /* margin: 0 6px 0 0; */
}

.serch-parent-event2 {
  position: absolute;
  top: 34px;
  /* right: -31px; */
  left: 187px;
  /* bottom: 14px; */
  /* gap: 4px; */
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.serch-parent-event3 {
  position: relative;
  top: 2px;
  right: 0px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.serch-parent-event1 {
  /* position: absolute;
    top: -20px;
    right: 0;
    left: inherit;
    display: flex;
    justify-content: flex-start;*/
  position: relative;
  top: 2px;
  right: -24px;
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}


/*.serch-parent-event1 {
  position: relative;
  top: 2px;
  right: -24px;
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}*/

.serch-parent-event4 {
  position: absolute;
  top: -20px;
  right: 0;
  left: inherit;
  display: flex;
  justify-content: flex-start
}


.addd-container {
  margin-top: 49px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  font-family: 'Poppins';
  align-items: center;
}

/* -- Stremaing section css ----- */

/* --- upcoming events page css ----  */
.bannerimg {
  background-image: url(../images/Banners/banner1.png);

}

.livestreem {
  background-image: url(../images/Banners/banner1.png);
}

.upcommingEventDetail {
  background-image: url(../images/Banners/banner1.png);
  color: #fff;
}

.banner-common {
  display: flex;
  justify-content: center;
  padding: 95px 0 95px 0;
  /* background-image: url(../images/Banners/banner1.png); */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-common {
  display: flex;
  justify-content: center;
  padding: 95px 0 95px 0;
  /* background-image: url(../images/Banners/banner1.png); */
  width: 100%;
  height: auto;
  object-fit: contain;
}

.Streaming-with-us {
  background-image: url(../images/Banners/banner1.png);
}

.banner-common h2 {
  color: #1f0303;
  font-size: 48px;
}


.wrapperss .content .options li input[type="checkbox"] {
  accent-color: #e50916;
  /* padding: 6px; */
}

.wrappers .content .options li input[type="checkbox"] {
  accent-color: #e50916;
  /* padding: 6px; */
}


#scrollevents {
  overflow-y: scroll;
  height: 346px;
  cursor: pointer;
  border-radius: 5px;
}

#scrollevents::-webkit-scrollbar {
  width: 10px;
  height: 50px;
  overflow-y: scroll;
  border-radius: 5px;
}

#scrollevents::-webkit-scrollbar-track {
  background: #fff;
}


#scrollevents::-webkit-scrollbar-thumb {
  background-color: #E50916;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* --- upcoming events page css ----  */

/* ---- contact page css ----- */

.conatct-del-container {
  display: flex;
  width: 23%;
  justify-content: space-evenly;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 18px 14px 7px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.conatct-del-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 6px;
  margin-bottom: 5px;
  color: #EEEEEE;
  padding: 2px 0 2px 13px;
}

.main-contact-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 4px 0 21px 0;
}

.contact-content-wrap h4 {
  /* color: #fff; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 20px 0 0 0;
}

.contact-content-wrap>p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #000;
}

.billing-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  /* background-color: #161616; */
  border-radius: 8px;
  padding: 7px 4px 4px 6px;
  margin-bottom: 10px;
}

.billing-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #EEEEEE;
  padding: 2px 0 2px 13px;
}

.billing-content-wrap span {
  color: #333333;
  font-weight: 500;
}


/* ---- contact page css ----- */


/* ------- live stream detail css page ------ */

.heading-stream-detail {
  width: 100%;
  height: auto;
  text-align: left;
  margin: -20px 0 31px 0;
}

.heading-stream-detail h1 {
  /* font-size: 40px; */
  color: #000;
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
}

#same-organizer .owl-prev {
  position: absolute;
  left: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 153px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

#same-organizer .owl-next {
  position: absolute;
  right: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 153px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

#same-organizer2 .owl-prev {
  position: absolute;
  left: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 153px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

#same-organizer2 .owl-next {
  position: absolute;
  right: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 153px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

#same-organizer3 .owl-prev {
  position: absolute;
  left: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 74px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

#same-organizer3 .owl-next {
  position: absolute;
  right: -44px;
  width: 40px;
  color: #7A7979 !important;
  border-radius: 50%;
  height: 40px;
  top: 74px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF !important;
  border: 1px solid #7A7979 !important;
}

.simple-gallery {
  width: 100%;
  display: block;
  /* margin: auto; */
  margin-top: 4px;
}

.mini img {
  width: 98px;
  height: 98px;
  float: left;
  margin: 4px 4px 0px 0px;
  cursor: pointer;
}

.mini img:nth-of-type(4) {
  margin-right: 0px;
}

.maxi {
  width: 100%;
  height: 400px;
  display: block;
}

.detail-auu-wpp {
  margin: 4px 0 53px 0;
}

#product-main-image {
  width: 540px;
  height: 311px;
  object-fit: cover;
  border-radius: 14px;
}

#pro-slider .owl-prev {
  left: -25px;
  bottom: 34px;
  width: 6%;
  line-height: 28px;
  position: absolute;
  color: #747474 !important;
  border: 2px solid #747474;
  border-radius: 47px;
}

#pro-slider .owl-next {
  right: -21px;
  bottom: 34px;
  width: 6%;
  line-height: 28px;
  position: absolute;
  color: #747474 !important;
  border: 2px solid #747474;
  border-radius: 47px;
}


.date-loc-container {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  gap: 44px;
  margin-left: 40px;
  margin-top: 9px;
}

.date-loc-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.date-loc-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  text-align: justify;
  margin-bottom: 23px;
}

.date-loc-item:nth-child(1):before {
  content: url(../images/social/c-icon.png);
  position: absolute;
  margin: 0 auto;
  left: 24px;
}

.date-loc-item:nth-child(2):before {
  content: url(../images/social/l-icon.png);
  position: absolute;
  margin-left: -29px;
  margin-top: 1px;
}

.booknow-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  margin: -1px 0 3px 0;
}

.booknow-item:nth-child(1) {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: 4px;
}

.booknow-item:nth-child(2) {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: -7px 0 0 0;
}

.booknow-item:nth-child(1) h3 {
  color: #000;
  font-size: 23px;
}

.booknow-container p {
  font-size: 14px;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.booknow-contact {
  color: #E50916 !important;
  font-weight: 600;
}


.report-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 64px;
  margin: 2px 0 15px 0;
}

.report-item {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: 4px;
}

.report-item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.report-item a {
  padding: 0;
}

.report-item span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.report-item:nth-child(2):before {
  content: url(../images/social/report-icon.png);
  position: absolute;
  margin-left: -29px;
  margin-top: 1px;
}

.okk-btn3 {
  width: 31%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 0px 10px 0px;
  margin: auto;
  margin-bottom: 0px;
  /* margin-top: 31px; */
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #fff;
  /* text-transform: uppercase; */
  margin-top: 74px;
  background: #E50916;
}

.follower-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 64px;
  margin: -4px 0 15px 0;
}

.follower-item {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: 4px;
}

.follower-item img {
  margin-right: 6px;
}

.follower-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.follower-item a {
  padding: 0;
  margin-top: -7px;
  background: none;
}

.follower-item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-right: 10px;
}

a.followers-btn {
  background: #000;
  color: #fff;
  padding: 6px 26px;
  margin-left: 12px;
  border-radius: 5px;
}

.invite-wrap {
  display: flex;
  /* margin-bottom: -15px; */
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.invite-wrap a h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #E50916;
  margin-bottom: 0;
}

.invite-wrap img {
  width: 25px;
  height: auto;
}

canvas {
  position: absolute;
  /* width: 110%; */
  /* height: 110%; */
  filter: blur(70px);
  -webkit-filter: blur(70px);
}

video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 11;
}

.video-tabs-wrap a:nth-child(1) {
  position: absolute;
  z-index: 777;
  background: #fff;
  width: 53px;
  height: 25px;
  right: 145px;
  top: 14px;
  background: #FFFFFF;
  border-radius: 5px;
  color: #000;
}

.video-tabs-wrap a:nth-child(2) {
  position: absolute;
  z-index: 777;
  background: #fff;
  width: 53px;
  height: 25px;
  right: 85px;
  line-height: 24px;
  font-size: 14px;
  top: 14px;
  background: #E50916;
  border-radius: 5px;
  color: #fff;
}

.video-tabs-wrap a:nth-child(3) {
  position: absolute;
  z-index: 777;
  background: #fff;
  width: 53px;
  height: 25px;
  right: 26px;
  line-height: 24px;
  font-size: 14px;
  top: 14px;
  background: transparent;
  border-radius: 5px;
  color: #fff;
}


/* ------- live stream detail css page ------ */


/* ------- User interest page css ----- */

.user-inner form {
  width: 57%;
  margin: auto;
  display: flex;
  margin-bottom: 33px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.user-inner form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.user-inner form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 26px 24px 24px 27px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #333333;
}


.user-inner form label a {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  /* height: fit-content; */
  /* background: #E50916; */
  position: absolute;
  padding: 13px;
  border-radius: 0px 23px 23px 0;
  right: 0px;
  top: auto;
}

.user-head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
}

.deals-wrap .deals-inner-heading {
  margin-bottom: 30px;
}

.deals-inner-heading {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deals-inner-heading h1 {
  margin-bottom: 27px;
  color: #000000;
  width: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 22px;
}

.deals-inner-heading2 h1 {
  margin-bottom: 27px;
  color: #000000;
  width: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 34px;
}

.interests-filters {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.interests-filters ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.interests-filters ul li {
  background: #000;
  border: 1px solid #999999;
  border-radius: 30px;
  padding: 8px 20px;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.interests-filters ul li a {
  color: #fff;
  margin-left: 15px;
  font-weight: 500;
  font-size: 16px;
}

.deals-inner h1 {
  margin-bottom: 0px;
  color: #000000;
  width: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 28px;
}

.interests-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.deal-search-filter {
  width: 31%;
  height: auto;
  margin-bottom: 10px;
}

.deal-search-filter h2 {
  background: #E50916;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 0px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.deal-search-filter-list {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 7.93322px rgba(0, 0, 0, 0.25);
}

.deal-search-filter-list ul {
  padding: 0;
  display: flex;
  margin: 0;
  flex-direction: column;
}

.deal-search-filter-list-scroll {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px !important;
}

.deal-search-filter-list ul li {
  list-style: none;
}

.deal-search-filter-list ul li a {
  font-size: 14px;
  color: #000;
  padding: 5px 0 5px 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deal-search-filter-list ul li a span {
  margin-right: auto;
  margin-left: 3px;
  font-weight: 500;
}

.deal-search-filter-list ul li a input[type="checkbox"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #E50916;
}

.deal-search-filter-list-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.deal-search-filter-list-scroll::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 0px;
}

.deal-search-filter-list-scroll::-webkit-scrollbar-thumb {
  background-color: #E50916;
  border: 1px solid #D9D9D9;
  border-radius: 0px;
}


/* ------- User interest page css ----- */




/* ---- Buy page css ---- */

.buyypage-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #e1e1e1;
}

#buyypage-accordion .panel {
  border: none;
  margin-bottom: 15px;
  border: 1px solid #CCB6AE;
}

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

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

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

#buyypage-accordion .panel-title a.collapsed {
  /* background: #EFE5DC; */
  background: #fffefd;
  color: #E50916;
  display: flex;
  margin: auto;
  padding: 14px 22px 14px 48px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#buyypage-accordion .panel-title a.collapsed:hover {
  /* background: #EFE5DC; */
  color: #E50916;
}

#buyypage-accordion .panel-heading h4.panel-title .count-num {
  position: absolute;
  z-index: 2;
  /* margin: 9px 3px 4px -28px; */
  left: 15px;
  font-size: 17px;
  background: #e50916;
  color: #fff;
  border-radius: 4px;
  padding: 4px 7px 4px 7px;
}

#buyypage-accordion .panel-title a:after,
#buyypage-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;
}

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

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

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

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

#buyypage-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;
}

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



#buyypage-accordion .faq-titel a {
  border-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  padding: 15px;
  padding-right: 40px;
  background: #e50916;
  color: #fff;
  /* border-top: 1px solid #FFEDEC; */
  border-bottom: 1px solid #B3B3B3;
  padding: 14px 22px 14px 48px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

#buyypage-accordion .faq-titel a small {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  margin-top: 7px;
}



.count-num {
  background: #000000 !important;
}

a.collapsed span.count-num {
  background: #e50916 !important;
}

.btn-change {
  border: 1px solid;
  padding: 7px 18px 7px 18px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 14px;
}

#buyypage-accordion .panel-title a.collapsed small {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
  color: #222222;
  font-weight: 400;
  margin-top: 7px;
}

.booking-tab {
  /* height: auto; */
  background-color: #fff;
  border-radius: -2px;
  padding: 16px 15px 14px 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.booking-tab h4 {
  color: #E50916;
  font-size: 18px;
  text-align: center;
}

.booking-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.booking-item:nth-child(1) {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin: 4px;
}

.booking-item:nth-child(2) {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  margin: 4px;
}

.number {
  /* margin:100px; */
}

.minus,
.plus {
  width: 27px;
  height: 26px;
  background: #f2f2f2;
  border-radius: 0px;
  padding: 2px 3px 2px 2px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-left: -5px;
  color: #0b0c0c;
  text-align: center;
  cursor: pointer;
}

.number input {
  height: 27px;
  width: 41px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}




#buyypage-accordion .faq-body {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  padding: 15px;
}

#buyypage-accordion .faq-body p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
}

#buyypage-accordion .faq-titel a:after,
#buyypage-accordion .faq-titel a.collapsed:after {
  content: "";
  /* background-size: contain !important; */
  width: 27px;
  height: 25px;
  position: absolute;
  top: auto;
  right: 15px;
  transition: .1s;
}

#buyypage-accordion .faq-titel>a.collapsed:after {
  content: '';
  width: 27px;
  height: 25px;
  top: auto;
  right: 15px;
  transition: .1s;
}

.share-billing-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.share-billing-form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 15px;
  border-radius: 5px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  /* border-bottom: 1px solid #B6B6B6; */
  font-size: 14px;
  border: 1px solid #B6B6B6;
  color: #333333;
}

.share-billing-form label input[type="password"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 15px;
  border-radius: 5px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  /* border-bottom: 1px solid #B6B6B6; */
  font-size: 14px;
  border: 1px solid #B6B6B6;
  color: #333333;
}

.share-billing-form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  /* margin: 0; */
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.share-billing-form label select {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 10px;
  border: 1.43885px solid rgb(182 182 182);
  border-radius: 5px;
  color: #978989;
  cursor: pointer;
  appearance: none;
  outline: none;
  background-image: url(../images/gray-drop-icon.png);
  background-size: 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.drop-billing-icon {
  background-image: url(../images/gray-drop-up-icon.png) !important;
}


.login-billing-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.login-billing-form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 2px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border-bottom: 1px solid #B6B6B6;
  color: #333333;
}

.login-billing-form label input[type="password"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  /* border-radius: 6px 6px 6px 6px; */
  padding-left: 2px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border-bottom: 1px solid #B6B6B6;
  color: #333333;
}

.login-billing-form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  /* margin: 0; */
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}



/*------- logout css -------*/

.logout-in i {
  font-size: 70px;
  color: #171748;
}

.logout-in p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 20px 0;
}

.profile-inner-btn-2 {
  font-weight: 500;
  font-size: 16px;
  /* font-family: 'Poppins'; */
  color: #FFFFFF;
  background: #E50916;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 8px 50px;
  margin-bottom: 16px;
  /* margin: auto; */
  border: none;
  /* width: auto; */
  outline: none;
}

.profile-inner-btn-3 {
  font-weight: 500;
  font-size: 16px;
  /* font-family: 'Poppins'; */
  color: #FFFFFF;
  background: #000;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 8px 50px;
  /* margin: auto; */
  border: none;
  /* width: auto; */
  outline: none;
}

.profile-inner-btn-3:hover {
  color: #fff;
}

#logout-moadl .modal-dialog {
  max-width: 420px;
  /*    margin: 0rem auto;*/
  display: flex;
  padding: 0 10px 0 10px;
  height: 100%;
  align-items: center;
}

#password-changes-popup .modal-dialog {
  max-width: 445px;
  /*    margin: 0rem auto;*/
  display: flex;
  padding: 0 10px 0 10px;
  height: 100%;
  align-items: center;
}

/*------- logout css -------*/

.feedback-section {
  margin-left: -41px;
}

.feedback-section a {
  background: #E50916;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #E50916;
}

#full-stars-example-two {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;

}

#full-stars-example-two .rating-group {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

#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;
}

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

#full-stars-example-two .rating__label::before,
#full-stars-example-two .rating__label::after {
  display: none;
}

#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);
}


/*------ Success message---------*/

.success-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin: 0 auto;
  height: 317px;
  /* display: flex; */
  justify-content: center;
  word-wrap: break-word;
  align-items: center;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, .125); */
  border-radius: 0.25rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.success-card img {
  width: 7%;
  margin-bottom: 10px;
}

.success-card h4 {
  color: #E50916;
  font-size: 22px;
  font-weight: 600;
}

.success-card p {
  font-weight: 500;
  color: #858585;
}


.success-card span {
  border: 1px solid #33784c;
  padding: 10px;
  border-radius: 6px;
  color: #239537;
  font-size: 14px;
  background: #e7ffe0;
  margin: -6px 0 9px 0;
  font-weight: 500;
}

/*------ Success message---------*/







.billing-terms-wrap {
  font-weight: 500;
  font-size: 12px;
  /* text-align: center; */
  font-family: 'Poppins';
  color: #000;
  cursor: pointer;
  margin-bottom: 10px;
}

.billing-terms-wrap span {
  font-family: 'Poppins';
  color: #E50916;
  text-decoration: underline;
}

.billing-payu-sec form {
  display: flex;
  gap: 4px;
}

.billing-terms-wrap input[type="checkbox"] {
  accent-color: #e50916;
  /* padding: 6px; */
}




.billing-payu-sec form input[type="radio"] {
  appearance: none;
}

.billing-payu-sec form input[type="radio"]+label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  left: -5px;
  font-weight: 500;
  margin-bottom: 17px;
}

.billing-payu-sec form input[type="radio"]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #e50916;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

.billing-payu-sec form input[type="radio"]+label::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #e50916;
  background: #e50916;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.billing-payu-sec form input[type="radio"]:checked+label::after {
  opacity: 1;
}


.okk-transparentbtn {
  height: auto;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 13px 10px 10px;
  margin: auto;
  margin-bottom: 0px;
  /* border: 1.43885px solid rgba(188, 188, 188, 0.5); */
  border-radius: 2px;
  border: 2px solid #E50916;
  color: #E50916;
  /* text-transform: uppercase; */
  margin-top: 7px;
  background: transparent;
}

.billing-forgot-wrap {
  font-weight: 500;
  font-size: 13px;
  text-align: end;
  font-family: 'Poppins';
  color: #5e5e5e;
  cursor: pointer;
  margin-bottom: 10px;
}

.billing-forgot-wrap a {
  color: #5e5e5e;
}


.login-billing-btn {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 0px 10px 0px;
  margin: auto;
  margin-bottom: 0px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 2px;
  color: #fff;
  /* text-transform: uppercase; */
  margin-top: 13px;
  background: #E50916;
}


/* ---- Buy page css ---- */



/* ------ buy new page css --------- */

.price-procces {
  width: 100%;
  height: auto;
}

.price-procces-heading {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.price-procces-heading h1 p small {
  /* font-size: 14px; */
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
  color: #222222;
  font-weight: 400;
  margin-top: 7px;
}

.price-procces-heading:last-child {
  margin-bottom: 0px;
}

.price-procces-heading.active {
  background: #E50916;
  margin-bottom: 0;
}

.price-procces-heading span {
  width: 20px;
  height: 20px;
  background: #E50916;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
}

.price-procces-heading.active span {
  background: #000;
  color: #fff;
}

.price-procces-heading h1 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #E50916;
  font-weight: 500;
}

.price-procces-heading.active h1 {
  color: #fff;
}

.price-procces-heading h1 p {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
  color: #222222;
  font-weight: 400;
  margin-top: 7px;
}

.price-procces-heading a {
  display: block;
  height: 100%;
  border: 1px solid #E50916;
  padding: 8px 40px;
  margin-left: auto;
  text-align: center;
  color: #E50916;
  font-size: 16px;
  font-weight: 600;
}

.price-procces-inner {
  width: 100%;
  height: auto;
  padding: 20px 17px;
  background: #fff;
  margin-bottom: 20px;
}

.pay-login {
  display: flex;
  width: 100%;
  gap: 50px;
}

.pay-login form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  gap: 15px;
  text-align: right;
}

.pay-login form input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0px;
  color: #656565;
  outline: none;
  font-size: 15px;
}

.pay-login form input[type="password"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0px;
  color: #656565;
  outline: none;
  font-size: 15px;
}

.pay-login form a {
  font-size: 14px;
  color: #656565;
  font-weight: 500;
}

.pay-login form input[type="submit"] {
  background: #E50916;
  color: #fff;
  font-size: 16px;
  padding: 8px 30px;
  border: none;
  outline: none;
  font-weight: 500;
  box-shadow: 5px 5px 10px -10px #000000bf;
}

a.pay-login-btn {
  display: block;
  height: 100%;
  border: 2px solid #E50916;
  padding: 10px 40px;
  margin-left: auto;
  width: 50%;
  text-align: center;
  color: #E50916;
  font-size: 16px;
  font-weight: 600;
}

.add-Address {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.add-Address form {
  width: 70%;
  height: auto;
  display: flex;
  gap: 15px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.add-Address form label {
  width: 49%;
  margin-bottom: 0;
  border: 1px solid #e0e0e0;
}

.add-Address form label input[type="text"] {
  width: 100%;
  border: none;
  outline: none;
  color: #999999;
  font-size: 14px;
  padding: 10px;
}

.add-Address form label input[type="text"]::placeholder {
  color: #999999;
}

.add-Address form textarea {
  width: 100%;
  height: 100px;
  color: #999999;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

.add-Address form textarea::placeholder {
  color: #999999;
}

.add-Address form input[type="submit"] {
  background: #64ff99;
  color: #055f83;
  font-size: 15px;
  padding: 8px 40px;
  border: none;
  outline: none;
  font-weight: 700;
  box-shadow: 5px 5px 10px -10px #000000bf;
  margin-top: 0px;
}

.add-Address form label select {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 100%;
  color: #999999;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  padding: 10px;
  appearance: none;
  background: url(../images/dropdown.png);
  background-size: 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.add-Address form label select option {
  color: #000;
  font-size: 14px;
}

.select-address {
  width: 30%;
  border: 1px solid #dddddd;
}

.select-address h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 11.1px;
  color: #666666;
  font-size: 15px;
  cursor: pointer;
}

.select-address h1 img {
  width: 15px;
  height: 100%;
  transform: rotate(0deg);
  transition: .5s;
}

.select-address h1 img.img-rotate {
  transform: rotate(180deg);
  transition: .5s;
}

.select-address-list {
  width: 100%;
  height: auto;
  display: none;
  padding: 11.1px;
  padding-top: 0;
}

.select-address-list a {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #ddd;
  padding: 8px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.select-address-list a:last-child {
  padding-bottom: 0;
}

.same-address {
  width: 100%;
}

.same-address label:first-child {
  width: auto !important;
  border: none;
  background: #ebf9ff;
  padding: 5px 8px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.same-address label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  background-color: #ebf9ff;
  appearance: none;
  border: 1px solid #aaa;
}

.same-address label input[type="checkbox"]:checked {
  accent-color: #055f83;
  appearance: auto;
}

.summary-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}

.summary-inner-pro {
  width: 48%;
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
}

.summary-inner-image {
  width: 30%;
  height: 108px;
}

.summary-inner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary-inner-text {
  width: 70%;
  padding-left: 15px;
}

.summary-inner-text h1 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}

.summary-inner-text p {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.summary-inner-text h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.summary-inner-text h3 {
  color: #565656;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 5px;
}

.summary-inner-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 26px;
}

.summary-inner .summary-inner-pro .summary-inner-text .deal-range-wrap {
  gap: 20px;
}

.summary-inner-bottom-number {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
}

.summary-inner-bottom a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #6A6A6A;
  margin-left: 10px;
}

.summary-inner-bottom-number button {
  background: none;
  border: none;
  outline: none;
  color: #666666;
  border: 1px solid #dadada;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.summary-inner-bottom-number button i {
  color: #757575;
}

.summary-inner-bottom-number .input-group-field {
  background: none;
  border: 1px solid #dadada;
  outline: none;
  padding: 5px 0px;
  width: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 0 10px;
}

.summary-inner-bottom-number .input-group-field::-webkit-outer-spin-button,
.summary-inner-bottom-number .input-group-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.summary-inner-note {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.summary-inner-note h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.summary-inner-note p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  margin-bottom: 0;
}

.summary-inner-note a {
  display: flex;
  background: #E50916;
  color: #fff;
  font-size: 16px;
  padding: 8px 60px;
  font-weight: 500;
  /* box-shadow: 5px 5px 20px -10px #000000bf; */
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}

/* ----  Buy new page css ---- */

/* --- faq css ---- */

.talkus-wrap {
  display: flex;
  gap: 16px;
  /* align-items: self-end; */
  justify-content: center;
  margin: 35px 0 0 0;
  top: 14px;
}

.serch-result-wrap {
  display: flex;
  gap: 16px;
  /* align-items: self-end; */
  justify-content: flex-start;
  margin: -7px 0 20px 0;
  top: 14px;
}

.talkus-wrap p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  font-size: 23px;
  color: #000;
  margin-bottom: 0;
}

.serch-result-wrap p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  font-size: 23px;
  color: #000;
  margin-bottom: 0;
}

.serch-result-wrap p span {
  color: #E50916;
}


.faq-inner form {
  width: 88%;
  margin: auto;
  display: flex;
  margin-bottom: 33px;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq-inner form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-inner form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 26px 24px 24px 27px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: #333333;
}

.faq-inner form label a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* height: fit-content; */
  background: #E50916;
  position: absolute;
  padding: 13px;
  border-radius: 0px 23px 23px 0;
  right: 0px;
  top: auto;
}

/* --- faq css ---- */

/* ----- Contact page css ----- */

.share-contact-heading h1 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin: -8px 0 4px 0;
  font-family: 'Poppins';
}

.share-contact-heading h1 span {
  color: #fff;
}

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

#capcha-wrap {
  gap: 11px;
  display: flex;
  margin-left: 0px;
  left: 0;
  flex-direction: row;
}

.main-wrap-captcha {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.contact-del-wrap {
  display: flex;
  gap: 23px;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding-bottom: 19px;
}

.contact-wrap-head {
  display: flex;
  gap: 16px;
  /* align-items: self-end; */
  justify-content: center;
  margin: -13px 0 17px 0;
  top: 14px;
}

.contact-wrap-head p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  font-size: 23px;
  color: #000;
  margin-bottom: 0;
}

.btn-contactus {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  border: 3px solid #000;
  background-color: #000;
  /* color: #fff; */
  color: #fff !important;
  /* width: 100%; */
  padding: 11px 16px;
  border-radius: 8px;
}

/* ----- Contact page css ----- */


/* -- Business streaming page css--- */

.business-gallery-inner {
  width: 100%;
  height: auto;
  margin: 4px 0 21px 0;
}

.business-gallery-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
}

.business-gallery-inner ul li {
  list-style: none;
  flex-basis: 100%;
  height: auto;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.business-gallery-inner ul li a {
  display: inline-flex;
  width: 100%;
  height: auto;
  font-family: 'Poppins';
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 7px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  margin-top: 13px;
  /* top: 5px; */
  color: #333333;
  margin: auto;
}

.business-gallery-inner ul li a:hover:before {
  transform: scale(1);
  transition: .5s;
}

.business-gallery-inner ul li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  /* background: rgba(0, 0, 0, 0.6); */
  left: 0;
  top: 0;
  transform: scale(0);
  z-index: 9;
  transition: .5s;
}

.business-gallery-inner ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .5s;
}

.business-gallery-inner ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .5s;
  margin-bottom: 0;
}

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




/* -- Business streaming page css--- */



/* ----- Video section css ------ */

.video-sec-wrap {
  width: 100%;
  height: auto;
  padding: 34px 0 42px 0;
  margin: 45px 0 21px 0;
  background: #161616;
}

.heading-video h1 {
  /* font-size: 40px; */
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
}

.wrapping-yotube-web iframe {
  background-color: #242424;
  border-radius: 12px;
}

.wrapping-yotube-web img {
  width: 502px;
  height: 300px;
  object-fit: contain;
}

.youtube-content-wrap {
  padding: 4px 10px 4px 2px;
}

.youtube-content-wrap h4 a {
  /* color: #fff; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0 0;
}

.youtube-content-wrap>p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #EEEEEE;
}

.youtube-content-wrap span {
  color: #E50916;
}

.middele-inner form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.middele-inner form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 0px 6px 6px 0px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 14px;
  color: #333333;
}

.middele-inner form label a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  /* height: fit-content; */
  background: #E50916;
  position: absolute;
  padding: 13px;
  border-radius: 0 6px 6px 0;
  right: 0px;
  top: auto;
}


#angle-down {
  accent-color: #e50916;
  display: flex;
  float: right;
  /* right: 4px; */
  margin: 6px;
  font-size: 18px;
}

.tagline-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #161616;
  border-radius: 8px;
  padding: 7px 4px 4px 6px;
  margin-bottom: 10px;
}

.tagline-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #EEEEEE;
  padding: 2px 0 2px 13px;
}

.video-sec-wrap .tagline-item img {
  width: 168px;
  height: 141px;
  object-fit: cover;
  border-radius: 10px;
}




/* ----- Video section css ------ */



/* ------ Explore in Categories ---- */

.explore-cate-wrap {
  width: 100%;
  height: auto;
  padding: 34px 0 42px 0;
  margin: 45px 0 21px 0;
  background: url(../images/social/cate-bg.png);
}

#insta-slider .owl-prev {
  position: absolute;
  left: -44px;
  width: 40px;
  color: #7A7979;
  border-radius: 50%;
  height: 40px;
  top: 30px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF;
  border: 1px solid #7A7979;
}

#insta-slider .owl-next {
  position: absolute;
  right: -44px;
  width: 40px;
  color: #7A7979;
  border-radius: 50%;
  height: 40px;
  top: 30px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF;
  border: 1px solid #7A7979;
}

/* ------ Explore in Categories ---- */

/* ------ Explore Businesses Streaming ---- */

.business-cate-wrap {
  width: 100%;
  height: auto;
  padding: 34px 0 42px 0;
  margin: -9px 0 21px 0;
  /* background: url(../images/social/cate-bg.png); */
}

.view-all-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  /* margin: auto; */
  margin: -1px 16px 0 0;
  padding-bottom: 7px;
  text-decoration: underline !important;
  right: 0;
  color: #E50916;
  flex-direction: row-reverse;
}

.view-all-link:hover {
  color: #000;
}

#bussiness-slider .owl-prev {
  position: absolute;
  left: -44px;
  width: 40px;
  color: #7A7979;
  border-radius: 50%;
  height: 40px;
  top: 30px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF;
  border: 1px solid #7A7979;
}

#bussiness-slider .owl-next {
  position: absolute;
  right: -44px;
  width: 40px;
  color: #7A7979;
  border-radius: 50%;
  height: 40px;
  top: 30px;
  line-height: 36px;
  /* display: flex; */
  /* align-items: center; */
  background: #FFFFFF;
  border: 1px solid #7A7979;
}

#bussiness-slider.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 4px 0 6px 0;
}


/* ------ Explore Businesses Streaming ---- */

/* ---- Signup section ------ */


.signup-wrap {
  width: 100%;
  height: auto;
  padding: 43px 0 41px 0;
  margin: 60px 0 0px 0;
  background: url(../images/social/cate-bg.png);
}

.signup-container {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: 'Poppins';
  gap: 38px;
  align-items: center;

}

.signup-item h3 {
  color: #000;
  font-weight: 500;
  font-size: 30px;
  margin: 4px;
  font-family: 'Poppins';
}

.signup-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #E50916;
  border-radius: 6px;
  display: inline-block;
  font-family: 'Poppins';
  text-align: center;
  padding: 12px 28px;
  color: #FFFFFF;
}

.signup-btn:hover {
  color: #fff;
}

.book-newnew-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #E50916;
  border-radius: 32px;
  display: inline-block;
  font-family: 'Poppins';
  text-align: center;
  padding: 12px 28px;
  color: #FFFFFF;
}

.book-newnew-btn:hover {
  color: #fff;
}

.share-detail-form label {
  border: none;
  outline: none;
  width: 100%;
  height: 45px;
  margin: 0;
  background: #fff;
  border-radius: 0px 30px 30px 0px;
  position: relative;
  display: flex;
  align-items: center;
}

.share-detail-form label input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  padding-left: 60px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #B6B6B6;
  color: #333333;
}

.share-detail-form label input[type="email"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  padding-left: 60px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #B6B6B6;
  color: #333333;
}

.share-detail-form label input[type="password"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 6px 6px 6px 6px;
  padding-left: 60px;
  /* margin-bottom: 6px; */
  padding-right: 40px;
  font-size: 14px;
  border: 1px solid #B6B6B6;
  color: #333333;
}

.signin-forgotpass-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.signin-forgotpass-wrap a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  font-family: 'Poppins';
  color: #000;
  cursor: pointer;
}



.privacy-terms-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.privacy-terms-wrap a {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  font-family: 'Poppins';
  color: #000;
  cursor: pointer;
}

.privacy-terms-wrap a span {
  font-family: 'Poppins';
  color: #E50916;
  text-decoration: underline;
}

.signin-forgotpass-wrap a span {
  font-family: 'Poppins';
  color: #E50916;
}

.share-detail-form .textarea-form {
  margin-top: 64px;
  border-radius: 6px;
  border: 1px solid rgb(182, 182, 182);
  color: rgb(51, 51, 51);
  padding: 9px 0px 4px 15px;
  width: 100%;
  height: auto;
}

.okk-btn {
  width: 31%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 0px 10px 0px;
  margin: auto;
  margin-bottom: 0px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #fff;
  /* text-transform: uppercase; */
  margin-top: 13px;
  background: #E50916;
}

.common-popup-btn {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 0px 10px 0px;
  margin-bottom: 0px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  background: #E50916;
}


.share-detail-form label img {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /* height: fit-content; */
  /* background: #E50916; */
  position: absolute;
  padding: 0px;
  border-radius: 6px 6px 6px 6px;
  left: 0px;
  top: auto;
}

.share-detail-form label i {
  position: absolute;
  padding: 0px;
  right: 12px;
}

.social-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.social-item {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: 4px;
  font-family: 'Poppins';
}


.or-sec-wrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.or-sec-wrap h3::before {
  content: '';
  border: 1px solid #B8B8B8;
  width: 50%;
  margin-right: 4px;
}

.or-sec-wrap h3::after {
  content: '';
  border: 1px solid #B8B8B8;
  width: 50%;
  margin-left: 4px;
}

/* ---- Signup section ------ */

/* ---verification popup ---- */

.inputotp-wrap {
  display: flex;
  justify-content: center;
}

.form-control-otp {
  display: block;
  /* width: 14%; */
  height: calc(2.1em + 0.75rem + 0px);
  padding: 8px 14px 12px 12px;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 12px 25px 0;
  text-align: center;
  line-height: 1.5;
  width: 10%;
  color: #495057;
  background-color: #fff;
  column-gap: normal;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px !important;
  gap: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* ---verification popup ---- */

/* ---- advertise section css ----- */

.video-section {
  text-align: center;
}

.vid-sec {
  text-align: center;
  /*    height: 300px;*/
  border: 5px solid #fff;
  position: relative;
}

.position-video {
  position: relative !important;
  /* display: inline-block; */
  height: 500px;
}

.position-video video {
  max-width: 100%;
}

.vid-sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid-sec .play-btn {
  border-radius: 0px;
}

.play-btn {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0, 16, 39, 0.3);
  border-radius: 10px;
  flex-direction: column;
}

.play-btn img {
  width: 58px !important;
  height: 58px;
  z-index: 99;
}

.book-new-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #E50916;
  border-radius: 6px;
  display: inline-block;
  font-family: 'Poppins';
  text-align: center;
  padding: 11px 24px;
  color: #FFFFFF;
}

.advertise-wrap {
  width: 100%;
  height: auto;
  padding: 0px 0 0px 0;
  background-size: cover;
  margin: 0;
  position: relative;
}

.advertise-wrap .spnsored-wrap {
  position: absolute;
  z-index: 9999999;
  left: 0;
  top: -12px;
}

.advertise-wrap h3 {
  z-index: 999;
  color: #fff;
  margin-bottom: 21px;
  font-family: 'Poppins';
  font-style: normal;
  margin-top: 2px;
  line-height: 161px;
  font-weight: 600;
  top: 0;
  font-size: 50px;
  text-transform: uppercase;
  display: flex;
  top: 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.advertise-wrap h5 {
  z-index: 999;
  color: #fff;
  margin-bottom: 21px;
  font-family: 'Poppins';
  font-style: normal;
  margin-top: 2px;
  line-height: 161px;
  font-weight: 600;
  top: 0;
  font-size: 17px;
  text-transform: uppercase;
  /* display: flex; */
  top: 0;
  flex-wrap: wrap;
  flex-direction: column;
}


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

.heading-add img {
  position: relative;
  top: -10px;
  /* z-index: 999; */
  left: -15px;
  display: flex;
  overflow: hidden;
}

.heading-add h1 {
  /* font-size: 40px; */
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
}

.advertise-wrap p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.playbtn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -12px;
}

.addd-container {
  margin-top: 49px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  font-family: 'Poppins';
  align-items: center;
}

.add-item {
  position: absolute;
  right: 4%;
  bottom: 42px;
  z-index: 999999;
}

.addd-item:nth-child(1) {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 4px;
  font-family: 'Poppins';
  display: flex;
  gap: 23px;
}

.addd-item:nth-child(2) {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 4px;
  font-family: 'Poppins';
}

.addd-item:nth-child(1) h3 {
  font-size: 18px;
}

/* ---- advertise section css ----- */



.about-slider-image {
  height: 280px;
}

.about-slider-image:before {
  display: none;
}

.bestseller-slider-image:before {
  width: 95%;
  height: 95%;
  position: absolute;
  content: '';
  border: 1px solid #F3D8C7;
  border-radius: 10px;
  left: auto;
  top: auto;
  z-index: 99;
}

.bestseller-slider-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bestseller-slider-item:hover .bestseller-slider-image img {
  transform: scale(1.1) rotate(5deg);
  transition: .5s;
}

.bestseller-slider-content {
  width: 100%;
  height: auto;
}

.bestseller-slider-content h1 {
  font-weight: 400;
  font-size: 15px;
  color: #1A202C;
  margin: 0;
}

#suggested-slider {
  margin-bottom: 35px;
}

#suggested-slider .owl-nav,
#suggested-slider-2 .owl-nav,
#suggested-slider-3 .owl-nav,
#booth-detail-slider .owl-nav {
  width: 100%;
  height: auto;
  padding-left: 20px;
  transition: .5s;
}

#suggested-slider .owl-nav button,
#suggested-slider-2 .owl-nav button,
#suggested-slider-3 .owl-nav button,
#booth-detail-slider .owl-nav button {
  width: 35px;
  height: 35px;
  background: transparent !important;
  box-shadow: none;
  color: #ffffff !important;
  position: absolute;
  top: 45%;
  left: -45px;
  right: inherit;
  z-index: 0;
  border: 1px solid #B2967D;
  outline: none;
  border-radius: 50%;
}

#suggested-slider .owl-nav button i,
#suggested-slider-2 .owl-nav button i,
#suggested-slider-3 .owl-nav button i,
#booth-detail-slider .owl-nav button i {
  font-size: 22px;
  text-align: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  height: 100%;
  color: #000;
  place-items: flex-end;
  align-items: center;
}

#suggested-slider .owl-nav button span,
#suggested-slider-2 .owl-nav button span,
#suggested-slider-3 .owl-nav button span,
#booth-detail-slider .owl-nav button span {
  font-size: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  place-items: flex-end;
  align-items: center;
}

#suggested-slider .owl-nav button:last-child,
#suggested-slider-2 .owl-nav button:last-child,
#suggested-slider-3 .owl-nav button:last-child,
#booth-detail-slider .owl-nav button:last-child {
  right: -45px;
  left: inherit;
}

/*Bestsellers-Section*/

/*Chiasso-Reborn-Section*/


.reborn-wrap {
  width: 100%;
  height: auto;
  background-image: url(../images/about-us/mission-bg.jpg);
  background-attachment: fixed;
  background-position: 70% 0px;
  background-size: cover;
  padding: 50px 0;
}

.reborn-in {
  width: 100%;
  height: auto;
  background: #FFF8F7;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.reborn-in img {
  width: 70px;
  height: auto;
}

.reborn-in h1 {
  font-weight: 600;
  font-size: 35px;
  color: #000;
  margin: 20px 0 20px 0;
}

.reborn-in p {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 30px;
}

/*Chiasso-Reborn-Section*/

/*how-works-Section*/


.how-works-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.how-works-wrap:before {
  width: 100%;
  height: 50%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../images/how-works/wrap-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: cover;
}

.how-works-in {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  transition: .5s;
}

.how-works-in img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  position: relative;
  transition: .5s;
}

.how-works-in:hover img {
  transform: scale(1.1) rotate(5deg);
  transition: .5s;
}

.how-works-in-text {
  width: 90%;
  height: 50%;
  background: rgba(255, 255, 255, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 9;
  padding: 20px;
  transition: .5s;
}

.how-works-in:hover .how-works-in-text {
  height: 90%;
  transition: .5s;
}

.how-works-in-text h1 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.how-works-in-text p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px;
}

.how-works-in-text a {
  font-weight: 500;
  font-size: 15px;
  background: #BFA99E;
  border-radius: 5px;
  color: #fff;
  padding: 8px 22px;
  transition: .5s;
}

/*how-works-Section*/

/*Celebration-Section*/


.celebration-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.celebration-wrap:before {
  width: 100%;
  height: 60%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../images/how-works/wrap-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: cover;
}

.celebration-wrap.about-us-inner:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../images/how-works/wrap-bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: cover;
}

.celebration-in {
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  align-items: center;
}

.celebration-in img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.celebration-in-right {
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.celebration-in-right h1 {
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}

.celebration-in-right form {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}

.celebration-in-right form input[type="text"] {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}

.celebration-in-right form textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
}

.celebration-in-right form input[type="submit"] {
  padding: 10px;
  background: #BFA99E;
  border-radius: 10px;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

/*Celebration-Section*/

/*Reviews-Section*/

.reviews-wrap {
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
  /* background: url(../images/reviews-bg.jpg); */
  background-size: cover;
}

.reviews-inner {
  width: 100%;
  height: auto;
  margin-left: auto;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
  padding-top: 70px;
  /* padding-left: 80px; */
  border-radius: 10px;
  /* display: grid; */
  align-content: space-evenly;
  position: relative;
}

.reviews-image {
  position: absolute;
  width: 120px;
  height: 120px;
  object-fit: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
  border: 2px solid #bbbaba;
  border-radius: 61px;
}

.reviews-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-heading {
  width: 100%;
  height: auto;
  /* display: flex; */
  justify-content: space-between;
  margin-bottom: 10px;
}

.reviews-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.reviews-inner ul li {
  list-style: none;
}

.reviews-inner ul li img {
  width: 15px !important;
  height: auto;
}

.reviews-inner h1 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

.reviews-inner h2 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.reviews-inner p {
  /* font-weight: 400;
  font-size: 14px;
  color: #292929;
  margin: 0;
  line-height: 28px; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reviews-slider .owl-dots {
  margin: auto;
  margin-top: 30px;
  text-align: center;
}

#reviews-slider .owl-dots button {
  outline: none;
  border: none;
}

#reviews-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  background: #000000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
}

#reviews-slider .owl-dots .owl-dot.active span,
.owl-theme #reviews-slider .owl-dots .owl-dot:hover span {
  background: #E50916;
}

#reviews-slider.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 66px 0 10px 0;
}

/*Reviews-Section*/

/*Intsa-gallery-Section*/

.insta-gallery {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.insta-gallery-inner {
  width: 100%;
  height: auto;
}

.insta-gallery-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
}

.insta-gallery-inner ul li {
  list-style: none;
  flex-basis: 100%;
  height: auto;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25); */
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.insta-gallery-inner ul li .insta-gallery-box {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insta-gallery-inner ul li a {
  display: inline-flex;
  /* width: 100%; */
  width: 81%;
  height: 100px;
  font-family: 'Poppins';
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  margin-top: 13px;
  /* top: 5px; */
  color: #333333;
  margin: auto;
}

.insta-gallery-inner ul li p {
  margin-top: 5px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.insta-gallery-inner ul li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/insta-gallery/insta-icon.png);
  transform: scale(0);
  z-index: 9;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta-gallery-inner ul li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  /* background: rgba(0, 0, 0, 0.6); */
  left: 0;
  top: 0;
  transform: scale(0);
  z-index: 9;
  transition: .5s;
}

.insta-gallery-inner ul li a:hover:before {
  transform: scale(1);
  transition: .5s;
}

.insta-gallery-inner ul li a:hover:after {
  transform: scale(0.25);
  transition: .5s;
}

.insta-gallery-inner ul li a img {
  width: 100%;
  height: 89%;
  object-fit: scale-down;
  transition: .5s;
}

.insta-gallery-inner ul li .insta-gallery-box i {
  color: #FF6261;
  font-size: 25px;
}

.insta-gallery-inner ul li .insta-gallery-box p {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
}

.insta-gallery-inner ul li .insta-gallery-box p:last-child {
  margin: 0;
}

.insta-gallery-inner ul li .insta-gallery-box p b {
  font-weight: 600;
}

/*Intsa-gallery-Section*/

/*Footer-Section*/



.footer-wrap {
  width: 100%;
  height: auto;
  background: #161616;
  padding: 80px 0 50px 0;
  border-bottom: 1px solid #161616;
}

.footer-inner-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.footer-inner {
  width: auto;
  height: auto;
}

.footer-inner:first-child {
  width: 25%;
}

.footer-logo {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-inner ul {
  padding: 0;
  margin: 0;
}

.footer-inner ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.footer-inner ul li img {
  width: 25px;
  height: auto;
}

.footer-inner ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.footer-inner ul li a:hover {
  color: #BFA99E;
}

.footer-inner h1 {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  margin-bottom: 40px;
}

.footer-inner p {
  margin: 0px 0 8px 0;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.footer-inner p a {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}

.footer-inner p a:hover {
  color: #E50916;
}

.footer-inner form {
  width: 100%;
  height: auto;
}

.footer-inner form label {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  display: flex;
}

.footer-inner-input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
  color: #292929;
  border-radius: 20px !important;
  padding: 0px 10px 0px 15px;
}

.footer-inner-input::placeholder {
  font-weight: 600;
  color: #292929;
}

.footer-inner-btn {
  padding: 0px 20px;
  background: #FF6261;
  height: 100%;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 30px;
}

.footer-wrap-bottom {
  width: 100%;
  height: auto;
  background: #000000;
  padding: 15px 0;
}

.footer-wrap-bottom .footer-inner p {
  margin: 0;
}

.footer-social {
  width: 100%;
  height: auto;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.footer-social ul li {
  list-style: none;
}

.footer-social ul li a {
  display: block;
  color: #fff;
}

.footer-social ul li a span {
  color: #E50916;
}

.footer-social ul li a img {
  width: 28px;
  height: auto;
}

/*Footer-Section*/

/*LOGIN-PAGE-SECTION*/

.login-pg-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.login-pg-wrap form {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-pg-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login-pg-inner .login-pg-wrap-label {
  width: 49%;
}

.login-pg-wrap-label {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #37173D;
  text-transform: uppercase;
  position: relative;
}

.login-pg-wrap-input {
  width: 100%;
  height: auto;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #757575;
  margin-top: 10px;
  border: 1px solid #FFEDEC;
  outline: none;
}

.login-pg-wrap-textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #757575;
  margin-top: 10px;
  border: 1px solid #FFEDEC;
  outline: none;
}

.login-pg-wrap form a {
  font-weight: 400;
  font-size: 15px;
  color: #37173D;
  text-align: center;
}

.login-pg-wrap form a:hover {
  color: #FF6261;
  text-decoration: underline !important;
}

.login-pg-wrap-button {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 12px 0;
  font-weight: 600;
  font-size: 13px;
  background: #FF6261;
  border-radius: 24px;
  outline: none;
  border: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 25px 0 20px 0;
}

.register-btn {
  width: auto;
  padding: 12px 100px;
}

.login-pg-wrap form p {
  font-weight: 400;
  font-size: 15px;
  color: #37173D;
  margin-bottom: 0;
  text-align: center;
}

.login-pg-wrap form p a {
  color: #FF6261;
  text-decoration: underline !important;
}

/*LOGIN-PAGE-SECTION*/

/*Category-Section*/

.category-pg-wrap {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

.category-pg-inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.category-pg-inner a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  text-align: center;
}

.category-pg-inner a:hover {
  color: #FF6261;
}

.category-pg-inner a .category-pg-inner-img {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
}

.category-pg-inner a .category-pg-inner-img img {
  width: 100%;
  height: 100%;
  transition: .5s;
}

.category-pg-inner a:hover .category-pg-inner-img img {
  transform: scale(1.1);
  transition: .5s;
}

/*Category-Section*/

/*Cart-Page-Section*/

.cart-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.cart-pg-inner {
  width: 100%;
  height: auto;
}

.cart-pg-inner h1 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid #FFEDEC;
  padding-bottom: 15px;
  align-items: center;
}

.cart-pg-inner h1 span {
  width: 160px;
  height: auto;
  margin-left: auto;
}

.cart-pg-inner h1 span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-pg-box {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  align-items: center;
  border-bottom: 1px solid #FFEDEC;
}

.cart-pg-box-image {
  width: 100px;
  height: auto;
  margin-right: 25px;
}

.cart-pg-box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-pg-box-text {
  width: 100%;
  height: auto;
}

.cart-pg-box-text h2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}

.cart-pg-box-text h2 a {
  display: block;
  margin-left: auto;
}

.cart-pg-box-text h2 a img {
  width: 18px;
}

.cart-pg-box-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.cart-pg-box-text ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #757575;
  width: 35%;
}

.cart-pg-box-select {
  height: auto;
  width: auto;
  border-radius: 0px;
  outline: none;
  padding: 5px 30px 5px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  border: 1px solid #FFEDEC;
  cursor: pointer;
  background: url(../images/drop-icon.png);
  appearance: none;
  background-size: 12px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.cart-pg-box-text ul li span {
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  margin-top: 5px;
}

.cart-pg-inner-btn {
  width: 100%;
  height: auto;
}

.cart-pg-inner-btn a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF6261;
  border: 1px solid #FFEDEC;
  border-radius: 30px;
  padding: 12px 60px;
  display: inline-block;
  transition: .5s;
}

.cart-pg-inner-btn a:hover {
  background: #FF6261;
  color: #fff;
  border: 1px solid #FF6261;
  transition: .5s;
}

.cart-pg-total {
  width: 100%;
  height: auto;
  padding: 25px;
  border: 1px solid #FFEDEC;
  position: sticky;
  top: 20px;
  z-index: 9;
}

.cart-pg-total h1 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 20px;
}

.cart-pg-price ul {
  padding: 0;
  margin: 0;
}

.cart-pg-price ul li {
  display: flex;
  list-style: none;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  align-items: center;
}

.cart-pg-price ul li:before {
  position: absolute;
  content: '';
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #CCCCCC;
  z-index: -1;
}

.cart-pg-price ul li span {
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  padding-right: 10px;
  background: #fff;
}

.cart-pg-price ul li span:last-child {
  padding-left: 10px;
}

.cart-pg-total hr {
  background: #FFEDEC;
  width: 100%;
  border: none;
  height: 1px;
  margin: 20px 0;
}

.cart-pg-total h2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 10px;
}

.cart-pg-total form {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.cart-pg-total form label {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  margin: 0;
  display: flex;
  position: relative;
}

.cart-pg-total-input {
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  background: #FFFFFF;
  color: #292929;
  border: 1px solid #FFEDEC !important;
  border-radius: 30px !important;
  padding: 0px 100px 0px 15px;
}

.cart-pg-total-input::placeholder {
  font-weight: 500;
  color: #292929;
}

.cart-pg-total-btn {
  padding: 0px 20px;
  background: #FF6261;
  height: 100%;
  border: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.cart-pg-total .cart-pg-inner-btn a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #FF6261;
  color: #fff;
  border: 1px solid #FF6261;
  border-radius: 30px;
  padding: 12px 60px;
  display: inline-block;
  transition: .5s;
}

.cart-pg-total h3 {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  z-index: 9;
}

.cart-pg-total h3:after {
  position: absolute;
  content: '';
  width: 65%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: -1;
}

.cart-pg-total h3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background: #CCCCCC;
  z-index: -1;
}

.cart-pg-price-options {
  width: 100%;
  height: auto;
}

.cart-pg-price-options ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.cart-pg-price-options ul li {
  list-style: none;
  width: 48%;
}

.cart-pg-price-options ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #37173D;
  text-align: center;
}

.cart-pg-price-options ul li a img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  background: #FFF8F7;
  padding: 20px;
}

.cart-pg-price-options ul li:last-child a img {
  margin-bottom: 10px;
}

/*Cart-Page-Section*/

/*privacy-Page-Section*/

.privacy-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.privacy-pg-wrap h1 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 40px 0;
}

.privacy-pg-wrap h1:first-child {
  margin-top: 0;
}

.privacy-pg-wrap p {
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
  line-height: 25px;
  margin-bottom: 20px;
}

.privacy-pg-wrap p:last-child {
  margin-bottom: 0;
}

/*privacy-Page-Section*/

/*404-Page-Section*/

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

.page-not-found-in {
  width: 100%;
  height: auto;
}

.page-not-found-in h1 {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 20px;
}

.page-not-found-in h2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 20px;
}

.page-not-found-in p {
  font-weight: 400;
  font-size: 16px;
  color: #292929;
  margin-bottom: 30px;
  line-height: 25px;
}

.page-not-found-in a {
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #FF6261;
  border-radius: 24px;
  padding: 12px 50px;
}

.page-not-found-in a i {
  font-size: 13px;
  font-weight: 200;
  margin-right: 10px;
}

.page-not-found-in img {
  width: 100%;
  height: 100%;
}

/*404-Page-Section*/

/*Contact-Page-Section*/

.contact-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0 0px 0;
}

.contact-pg-inner {
  width: 100%;
  height: auto;
}

.contact-pg-inner h1 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 15px;
}

.contact-pg-inner p {
  font-weight: 400;
  font-size: 15px;
  color: #292929;
  line-height: 25px;
  margin-bottom: 25px;
}

.contact-pg-inner h2 {
  font-weight: 400;
  font-size: 16px;
  color: #292929;
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.contact-pg-inner h2 a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
}

.contact-pg-social {
  width: 100%;
  height: auto;
}

.contact-pg-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-pg-social ul li {
  list-style: none;
}

.contact-pg-social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #FFF8F7;
  border-radius: 30px;
  padding: 8px;
}

.contact-pg-social ul li a:hover {
  background: #FF6261;
}

.contact-pg-social ul li a:hover img {
  filter: brightness(0) invert(1);
}

.contact-pg-social ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-pg-inner form {
  width: 100%;
  height: auto;
  background: #FFF8F7;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-pg-inner-lbl {
  width: 47%;
  height: auto;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.contact-pg-inner-txt {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  outline: none;
  color: #757575;
  border: 1px solid #FFEDEC;
}

.contact-pg-inner-txtarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  outline: none;
  color: #757575;
  border: 1px solid #FFEDEC;
}

.contact-pg-inner-btn {
  width: auto;
  background: #FF6261;
  border-radius: 24px;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: auto;
  padding: 10px 70px;
}

.contact-pg-inner form h3 {
  font-weight: 400;
  font-size: 13px;
  color: #37173D;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

.contact-pg-inner form h3 a {
  color: #ff6261;
  text-decoration: underline !important;
}

.contact-pg-wrap iframe {
  width: 100%;
  height: 350px;
  margin-top: 80px;
}

/*Contact-Page-Section*/

/*Profile-Page-Section*/

.profile-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.profile-pg-tabs {
  width: 100%;
  height: auto;
  position: sticky;
  top: 20px;
  z-index: 9;
}

.profile-pg-tabs ul {
  padding: 0;
  margin: 0;
}

.profile-pg-tabs ul li {
  list-style: none;
  margin-bottom: 12px;
}

.profile-pg-tabs ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px 12px 20px;
  background: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: 48px;
  color: #37173D;
}

.profile-pg-tabs ul li a:hover {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-tabs ul li a.active {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-tabs ul li:last-child a {
  border-top: 1px solid #FFEDEC;
  border-radius: 0;
  padding-top: 15px;
}

.profile-pg-tabs ul li:last-child a {
  background: #fff !important;
  color: #FF6261 !important;
}

.profile-pg-tabs ul li a.active {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-tabs ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.profile-right {
  width: 100%;
  height: auto;
}

.profile-right h1 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #FFEDEC;
}

.profile-right form {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}

.profile-pg-label {
  width: 50%;
  height: auto;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #37173D;
  text-transform: uppercase;
}

.profile-pg-input {
  width: 100%;
  height: auto;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #757575;
  margin-top: 10px;
  border: 1px solid #FFEDEC;
  outline: none;
}

.product-detail-btn {
  display: flex;
  gap: 5px 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-detail-btn h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.profile-pg-button {
  width: 48%;
  height: 100%;
  color: #fff;
  padding: 12px 0px;
  font-weight: 600;
  font-size: 13px;
  background: #FF6261;
  border-radius: 24px;
  outline: none;
  border: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  border: 2px solid #FF6261;
}

.profile-pg-button-first {
  color: #37173D;
  background: #fff;
  border: 2px solid #37173D;
}

/*TABS-FOR-MOBILE*/
.profile-pg-mob-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  display: none;
}

.profile-pg-mob-tabs h1 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 0;
  display: flex;
  background: #FFEDEC;
  border-radius: 48px;
  padding: 12px 10px 12px 20px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.profile-pg-mob-tabs h1 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 15px;
}

.profile-pg-mob-tabs h1 img:last-child {
  margin-left: auto;
  width: 12px;
  height: auto;
  transform: rotateX(0deg);
  transition: .2s;
}

.profile-pg-mob-tabs h1 img.mob-dropdown {
  transform: rotateX(180deg);
  transition: .2s;
}

.profile-pg-mob-tabs ul {
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #FFEDEC;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 8%);
  border-radius: 20px;
  padding: 10px;
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  z-index: 9;
  margin-top: 5px;
}

.profile-pg-mob-tabs ul li {
  list-style: none;
  margin-bottom: 12px;
}

.profile-pg-mob-tabs ul li:last-child {
  margin-bottom: 0px;
}

.profile-pg-mob-tabs ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0px 12px 0px;
  background: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border-radius: 48px;
  color: #37173D;
  justify-content: center;
}

.profile-pg-mob-tabs ul li a:hover {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-mob-tabs ul li a.active {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-mob-tabs ul li:last-child a {
  border-top: 1px solid #FFEDEC;
  border-radius: 0;
  padding-top: 15px;
}

.profile-pg-mob-tabs ul li:last-child a {
  background: #fff !important;
  color: #FF6261 !important;
}

.profile-pg-mob-tabs ul li a.active {
  background: #FFEDEC;
  color: #37173D;
}

.profile-pg-mob-tabs ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/*TABS-FOR-MOBILE*/

/*Profile-Page-Section*/

/*Favorite-Page-Section*/


.favorite-product {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFEDEC;
}

.favorite-product:last-child {
  border-bottom: none;
}

.favorite-product-img {
  width: 100px;
  height: 100px;
}

.favorite-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.favorite-product-text {
  width: 100%;
  height: auto;
  margin-left: 20px;
}

.favorite-product-text h2 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 10px;
}

.favorite-product-text h2 a {
  color: #37173D;
}

.favorite-product-text p {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  margin-bottom: 0;
}

.favorite-product-text p span {
  color: #FF6261;
}

.favorite-product-icon {
  width: 45px;
  height: auto;
  margin-left: auto;
  border: 1px solid #FFEDEC;
  border-radius: 50%;
  padding: 6px;
}

.favorite-product-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*Favorite-Page-Section*/

/*Notifications-Page-Section*/


.notification-in {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.notification-in h3 {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  line-height: 25px;
}

.notification-in h3 span {
  font-weight: 400;
  font-size: 14px;
  color: #292929;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.switch .switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  bottom: 0;
  background-color: #FFEDEC;
  -webkit-transition: .4s;
  transition: .4s;
  align-items: center;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: auto;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-input:checked+.slider {
  background-color: #FF6261;
}

.switch-input:focus+.slider {
  box-shadow: 0;
}

.switch-input:checked+.slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Notifications-Page-Section*/

/*Products-Page-Section*/


.products-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.products-pg-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.products-pg-inner-left {
  width: auto;
  height: auto;
}

.web-filter-btn {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  border: 1px solid #FFEDEC;
  border-radius: 40px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-pg-inner-left a {
  color: #37173D;
}

.mobile-filter-btn {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  border: 1px solid #FFEDEC;
  border-radius: 40px;
  padding: 10px 20px;
  align-items: center;
  gap: 8px;
  display: none;
}

.products-pg-inner-left a.bg-color {
  background: #FFEDEC;
  border: 1px solid #FFEDEC;
  border-radius: 40px;
}

.products-pg-inner-left a img {
  width: 20px;
  height: auto;
  object-fit: contain;
}

.products-filter-grid {
  width: 100%;
  height: auto;
  display: flex;
  gap: 35px;
}

.products-pg-filters {
  width: 35%;
}

.products-pg-filters-tab {
  width: 100%;
  height: auto;
}

.products-pg-filters-tab ul {
  padding: 0;
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.products-pg-filters-tab ul li {
  list-style: none;
  background: #FFF8F7;
  border-radius: 32px;
  font-weight: 500;
  font-size: 12px;
  color: #37173D;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-pg-filters-tab ul li a {
  color: #37173D;
}

.products-pg-filters-tab ul li a i {
  color: #37173D;
}

.products-pg-grid {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.products-in {
  width: 23%;
  text-align: center;
}

#products-in-wrap .products-in-2 {
  width: 31%;
}

.products-in a {
  display: block;
}

.products-in-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.products-in-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .5s;
}

.products-in:hover .products-in-img img {
  transform: scale(1.1);
  transition: .5s;
}

.products-in a h1 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #37173D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.products-in a p {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  margin-bottom: 0;
}

.products-in a p span {
  color: #FF6261;
}

.products-pg-filters #accordion .faq-titel a {
  font-weight: 600;
  font-size: 13px;
}

.products-pg-filters #accordion .panel:first-child .panel-heading .faq-titel a {
  border-top: 1px solid #FFEDEC;
}

.products-pg-filters #accordion .panel:last-child {
  border-bottom: 1px solid #FFEDEC;
}

.products-pg-filters-label {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 15px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
}

.products-pg-filters-input {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  margin-right: 10px;
  accent-color: #ff000000;
  color: transparent;
  border: 1px solid #FFEDEC;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.products-pg-filters-input:checked {
  border-color: #FF6261;
  background-image: url(../images/check.png);
  background-color: #FF6261;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-pg-filters-color-label {
  margin: 10px 10px 10px 0;
}

.products-pg-filters-radio {
  width: 25px;
  height: 25px;
  display: flex;
  appearance: none;
  outline: 2px solid #FFEDEC;
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.products-pg-filters-radio:before {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  content: " ";
  outline: 2px solid #fff;
  outline-offset: -1px;
}

.products-pg-filters-radio:checked {
  outline-color: #FF6261;
}

.products-pg-filters-radio:checked:before {
  outline: 2px solid #fff;
  outline-offset: -1px;
}

/*MOBILE-FILTER-SECTION*/
.mobile-filter-pg-wrap {
  width: 100%;
  height: auto;
  padding: 20px 0px 150px 0px;
}

.mobile-filter-pg-wrap .products-pg-filters {
  width: 100%;
  height: auto;
}

.products-pg-filters-tab ul li {
  padding: 8px 13px;
  gap: 6px;
}

.products-pg-filters h1 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #37173D;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.products-pg-filters h1 a {
  color: #37173D;
  font-size: 30px;
  margin-right: 10px;
}

.mobile-filter-btn-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  margin: auto;
  background: #FFFFFF;
  border-top: 1px solid #FFEDEC;
}

.products-pg-filters-button {
  width: 100%;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 0;
  background: #FF6261;
  border-radius: 20px;
  outline: none;
  border: none;
}

/*MOBILE-FILTER-SECTION*/
.product-in-not-found {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 10px 0 10px 0;
}

.product-in-not-found img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.product-in-not-found p {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 0;
  line-height: 22px;
  text-align: center;
}

/*Products-Page-Section*/

/*Products-Detail-Page-Section*/

.product-detail-pg-wrap {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.product-detail-in {
  width: 100%;
  height: auto;
}

.product-detail-in h1 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 15px;
}

.product-detail-in p {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  margin-bottom: 10px;
}

.product-detail-in p b {
  font-weight: 700;
}

.product-detail-rating {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.product-detail-rating ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}

.product-detail-rating ul li {
  list-style: none;
}

.product-detail-rating ul li:last-child {
  padding-top: 4px;
}

.product-detail-rating ul li img {
  width: 16px;
  height: auto;
}

.product-detail-rating ul li span {
  font-weight: 500;
  font-size: 14px;
  color: #292929;
  margin-left: 5px;
}

.product-detail-right {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.product-detail-right h2 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.product-detail-right .products-pg-filters-color-label {
  margin-top: 0;
  margin-bottom: 0;
}

.product-detail-number {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.product-detail-number button {
  background: none;
  border: none;
  outline: none;
  color: #757575;
}

.product-detail-number button i {
  color: #757575;
}

.product-detail-number .input-group-field {
  background: none;
  border: 1px solid #FFEDEC;
  outline: none;
  padding: 10px 0px;
  width: 75px;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  text-align: center;
  margin: 0 10px;
}

.product-detail-number .input-group-field::-webkit-outer-spin-button,
.product-detail-number .input-group-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-detail-rent {
  width: 100%;
  height: auto;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.product-detail-rent-lbl {
  width: 48%;
  height: auto;
  border: 2px solid #FFEDEC;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.product-detail-rent-lbl h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #37173D;
  margin: 0;
}

.product-detail-rent-lbl h4 span {
  font-weight: 400;
}

.product-detail-rent-lbl i {
  position: absolute;
  right: 10px;
  top: auto;
  left: auto;
  font-size: 16px;
  color: #FF6261;
  display: none;
}

.product-detail-rent input {
  display: none;
}

.product-detail-rent input[type=radio]:checked+.product-detail-rent-lbl {
  background: #FFEDEC;
}

.product-detail-rent input[type=radio]:checked+.product-detail-rent-lbl i {
  display: block;
}

.product-detail-description {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #FFEDEC;
  margin: 30px 0;
}

.product-detail-description h1 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 10px;
}

.product-detail-description p {
  font-weight: 400;
  font-size: 16px;
  color: #37173D;
  margin-bottom: 0px;
}

.product-detail-specifications {
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #FFF8F7;
}

.product-detail-specifications h1 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 15px;
}

.product-detail-specifications ul {
  padding: 0;
  margin: 0;
}

.product-detail-specifications ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
}

.product-detail-specifications ul li i {
  font-size: 8px;
  color: #FF6261;
}

.product-detail-specifications table {
  width: 100%;
  height: auto;
}

.product-detail-specifications table tr:nth-child(odd) {
  background: #FFEDEC;
}

.product-detail-specifications table tr td {
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
  padding: 8px 20px;
  width: 50%;
}

.product-detail-ask {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border: 1px solid #FFEDEC;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.first-child-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.product-detail-ask p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin: 30px 0;
}

.product-detail-ask-btn {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.product-detail-ask-btn a {
  border: 1px solid rgba(55, 23, 61, 0.16);
  border-radius: 40px;
  padding: 8px 30px;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  color: #37173D;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  transition: .5s;
}

.product-detail-ask-btn a:hover {
  border: 1px solid #37173D;
  color: #fff;
  background: #37173D;
  transition: .5s;
}

.product-detail-ask-btn a:hover img {
  filter: brightness(0) invert(1);
  transition: .5s;
}

.product-detail-ask-btn a img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.product-detail-star {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 30px 0;
  border: 1px solid #FFEDEC;
}

.product-detail-star-left {
  width: auto;
  height: auto;
}

.product-detail-star-left h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  gap: 10px;
}

.product-detail-star-left h2 span {
  font-weight: 500;
  font-size: 12px;
  color: #292929;
  line-height: 18px;
}

.product-detail-star-left h2 span b {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
}

.product-detail-star-center {
  width: auto;
  height: auto;
}

.product-detail-star-center-in {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.product-detail-star-center-in meter {
  width: 150px;
  margin: 0 10px;
}

.product-detail-star-center-in p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
}

.product-detail-star-center-in meter::-webkit-meter-bar {
  background: #FFEDEC;
  border-radius: 50px;
  width: 100%;
  border: none;
  height: 10px;
}

.product-detail-star-center-in meter::-webkit-meter-optimum-value {
  background: #FF6261;
}

.product-detail-star-center-in meter::-webkit-meter-suboptimum-value {
  background: #FF6261;
}

.product-detail-star-center-in meter::-webkit-meter-even-less-good-value {
  background: #FF6261;
}

.product-detail-reviews {
  width: 100%;
  height: auto;
  margin: 30px 0 40px 0;
}

.product-detail-reviews .nav {
  flex-wrap: nowrap;
  border-bottom: 0px;
}

.product-detail-reviews .nav .nav-item {
  width: 100%;
}

.product-detail-reviews .nav-tabs .nav-link {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  margin-bottom: 0px;
  border-radius: 0;
  border: 1px;
  border-bottom: 2px solid #FFEDEC;
}

.product-detail-reviews .nav-tabs .nav-link.active {
  border: 1px;
  border-bottom: 2px solid #37173D;
}

.product-detail-reviews .nav-tabs .nav-link:hover {
  border: 1px;
  border-bottom: 2px solid #37173D;
}

.product-user-reviews {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 20px 0 30px 0;
  gap: 15px;
  border-bottom: 1px solid #FFEDEC;
}

.product-user-reviews-left {
  width: 50px;
  height: 50px;
}

.product-user-reviews-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.product-user-reviews-right {
  width: 100%;
  height: auto;
}

.product-user-reviews-right h1 {
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.product-user-reviews-right h1 b {
  font-weight: 600;
  margin-right: 8px;
}

.product-user-reviews-right h1 span {
  margin-left: auto;
}

.product-user-reviews-right p {
  font-weight: 400;
  font-size: 15px;
  color: #37173D;
  margin: 10px 0;
}

.product-user-reviews-upload-img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

.product-user-reviews-upload-img img {
  width: 150px;
  height: 110px;
  object-fit: cover;
}

.product-user-reviews-btn {
  width: 100%;
  height: auto;
  margin: 30px 0 0px 0;
  text-align: center;
}

.product-user-reviews-btn a {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF6261;
  border: 1px solid #FFEDEC;
  border-radius: 24px;
  transition: .5s;
}

.product-user-reviews-btn a:hover {
  color: #fff;
  background: #FF6261;
  border: 1px solid #FF6261;
  transition: .5s;
}

.product-user-reviews-right-ans {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF8F7;
  margin-top: 20px;
}

.product-user-reviews-right-ans h2 {
  font-weight: 600;
  font-size: 14px;
  color: #37173D;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.product-user-reviews-right-ans h2 span {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  color: #37173D;
}

.product-detail-heart {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

.product-detail-heart label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
  border: 1px solid #FFEDEC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fff;
}

.product-detail-heart label i {
  font-size: 20px;
  color: #FF6261;
}

.product-detail-heart input {
  display: none;
}

.product-detail-heart label .far.fa-heart {
  display: block;
}

.product-detail-heart label .fas.fa-heart {
  display: none;
}

.product-detail-heart input[type=checkbox]:checked+label .far.fa-heart {
  display: none;
  transition: .5s;
}

.product-detail-heart input[type=checkbox]:checked+label .fas.fa-heart {
  display: block;
  transition: .5s;
}

/*Products-Detail-Page-Section*/

/*Renting-Detail-Page-Section*/


.renting-pg-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.renting-pg-wrap .login-pg-wrap-label {
  width: 50%;
}

.renting-pg-wrap .login-pg-wrap-label-left {
  width: 48%;
}

.renting-pg-wrap .login-pg-wrap-label .cart-pg-box-select {
  width: 100%;
  padding: 10px 10px;
  background-position: right 15px center;
}

.renting-pg-wrap-shipping {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFEDEC;
}

.renting-pg-wrap-shipping-label {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 18px;
  border: 1px solid #FFEDEC;
  padding: 15px 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.renting-pg-wrap-shipping-label-bdr {
  border-color: #FF6261 !important;
}

.radio-btn {
  width: 13px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  outline: 2px solid #FFEDEC;
  outline-offset: 3px;
}

.renting-pg-wrap-shipping-label input[type=radio] {
  display: none;
}

.renting-pg-wrap-shipping-label input[type=radio]:checked+.radio-btn {
  background: #FF6261;
  border-radius: 50%;
  outline: 2px solid #FF6261;
  outline-offset: 3px;
}

.renting-pg-wrap-shipping-label h2 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: -6px 0px 0px 0px;
  line-height: 25px;
  width: 100%;
}

.renting-pg-wrap-shipping-label h2 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #37173D;
  text-transform: none;
  letter-spacing: normal;
}

.cart-pg-inner .cart-pg-inner-btn a {
  background: #FF6261;
  color: #fff;
  border: 1px solid #FF6261;
}

.cart-pg-inner h3 {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  z-index: 9;
}

.cart-pg-inner h3:after {
  position: absolute;
  content: '';
  width: 35%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: -1;
}

.cart-pg-inner h3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background: #CCCCCC;
  z-index: -1;
}

.cart-pg-inner .cart-pg-price-options ul li a img {
  margin-bottom: 10px;
}

.cart-added-items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #FFEDEC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cart-added-items:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-added-items-img {
  width: 100px;
}

.cart-added-items-img img {
  width: 100%;
}

.cart-added-items-text {
  width: 100%;
  height: auto;
}

.cart-added-items-text h4 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  line-height: 18px;
}

.cart-added-items-text ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-added-items-text ul li {
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  color: #37173D;
}

/*Renting-Detail-Page-Section*/

/*Payment-Page-Section*/


.payment-pg-inner .notification-in h4 {
  font-weight: 500;
  font-size: 16px;
  color: #37173D;
  line-height: 25px;
  margin-bottom: 0;
  width: 100%;
}

.payment-pg-inner .notification-in h4 span {
  font-weight: 400;
  font-size: 14px;
  color: #292929;
}

.payment-pg-inner .notification-in {
  margin-bottom: 50px;
  align-items: center;
}

.payment-pg-inner .notification-in .switch {
  margin-bottom: 0px;
  width: 62px;
}

.payment-pg-inner .login-pg-wrap-label-left {
  width: 50%;
}

.payment-pg-date {
  width: 50%;
  height: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.payment-pg-inner .cart-pg-inner-btn a {
  width: 50%;
}

/*Payment-Page-Section*/

/*PAGINATION-SECTION*/
.pagination-web {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0 0px 0;
}

.pagination-web ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}

.pagination-web ul li {
  list-style: none;
}

.pagination-web ul li a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  width: 56px;
  line-height: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border-radius: 20px;
}

.pagination-web ul li a:hover {
  color: #fff;
  background: #FF6261;
}

.pagination-web ul li a.active {
  color: #fff;
  background: #FF6261;
}

.pagination-web ul li a i {
  color: #37173D;
  background: #fff;
  line-height: 40px;
  font-size: 20px;
}

.pagination-web ul li a.prev,
.pagination-web ul li a.next {
  color: #37173D;
  background: #fff;
  line-height: 40px;
  font-size: 20px;
}

/*PAGINATION-MOBILE*/
.pagination-mobile {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0 0px 0;
  display: none;
}

.pagination-mobile ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}

.pagination-mobile ul li {
  list-style: none;
}

/*.pagination-mobile ul li a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #37173D;
  width: 56px;
  line-height: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border-radius: 20px;
}*/
.pagination-mobile ul li a:hover {
  color: #fff;
  background: #FF6261;
}

.pagination-mobile ul li a.active {
  color: #fff;
  background: #FF6261;
}

.pagination-mobile ul li a i {
  color: #37173D;
  background: #fff;
  line-height: 40px;
  font-size: 20px;
}

.pagination-mobile ul li a.prev,
.pagination-mobile ul li a.next {
  color: #37173D;
  background: #fff;
  line-height: 40px;
  font-size: 20px;
}

.pagination-mobile ul li:first-child {
  margin-right: 0;
  margin-left: 20px;
}

.pagination-mobile ul li:nth-child(2) {
  margin: auto;
  width: 100%;
}

.pagination-mobile ul li:last-child {
  margin-left: auto;
  margin-right: 20px;
}

.pagination-mobile ul li .cart-pg-box-select {
  margin-top: 0;
  width: 80px;
  border-radius: 50px;
  padding: 9px 0px 9px 0px;
  background-position: right 15px center;
  text-align: center;
}

/*PAGINATION-MOBILE*/

/*PAGINATION-SECTION*/

/*Page-Section*/

.price-wrap {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
  transition: .5s;
  display: flex;
  isolation: isolate;
  transform-style: preserve-3d;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-wrap .margin-bottom {
  margin-bottom: 40px;
}

.price-wrap:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: url(../images/pricing/bg.png);
  bottom: 0;
  left: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: .5s;
  z-index: -1;
  animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }

}

.price-image {
  width: 100%;
  height: 250px;
}

.price-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-content {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
}

.price-content h1 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #B2967D;
  margin-bottom: 10px;
}

.price-content hr {
  width: 75px;
  height: 4px;
  margin: auto;
  background: #000;
  border: none;
  margin-bottom: 10px;
}

.price-content h2 {
  font-weight: 700;
  font-size: 38px;
  text-transform: capitalize;
  color: #333333;
  margin: 20px 0;
}

.price-content ul {
  padding: 0;
  margin: 0;
}

.price-content ul li {
  font-weight: 400;
  font-size: 15px;
  color: #1A202C;
  list-style: none;
  margin-bottom: 12px;
}

.price-btn {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: auto;
}

.price-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #1A202C;
}

.price-btn a.get-btn {
  background: #BFA99E;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #BFA99E;
}

/*Page-Section*/

/*Select-Event-Booth-Section*/

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

.step-inner {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.back-icon {
  width: auto;
  height: auto;
}

.back-icon a {
  display: block;
}

.back-icon a i {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}

.step-center {
  width: 75%;
  height: auto;
  margin: auto;
  text-align: center;
}

.step-center h1 {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 0;
}

.step-center ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

.step-center ul li {
  list-style: none;
  width: 100%;
  position: relative;
}

.step-center ul li a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.step-center ul li a span {
  width: 35px;
  height: 35px;
  background: #fff;
  margin: auto;
  border: 5px solid #B2967D;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-center ul li a span:before {
  width: 15px;
  height: 15px;
  background: #BFA99E;
  border-radius: 50%;
  position: absolute;
  content: '';
  display: none;
  transition: .5s;
}

.step-center ul li a:hover span:before {
  display: block;
  transition: .5s;
}

.step-center ul li a.active span:before {
  display: block;
  transition: .5s;
}

.step-center ul li a:hover {
  color: #B2967D;
}

.step-center ul li a.active {
  color: #B2967D;
}

.step-center ul li a:before {
  width: 50%;
  height: 50%;
  background-image: url(../images/arrow-line.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -65px;
  content: '';
  transition: .5s;
  background-size: contain;
  z-index: -1;
}

.step-center ul li:last-child a:before {
  display: none;
}

.step-form {
  width: 100%;
  height: 750px;
  overflow-y: scroll;
}

.step-form::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.step-form::-webkit-scrollbar-track {
  background: #fff;
}

.step-form::-webkit-scrollbar-thumb {
  background-color: #E7D8C9;
  border: 1px solid #fff;
  border-radius: 0px;
}

.step-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.step-images label {
  width: 45%;
  cursor: pointer;
  height: 360px;
  border: 4px solid #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.step-images label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.step-images input {
  display: none;
}

.step-images label i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #43D100;
  font-size: 30px;
  display: none;
}

.step-images input[type=checkbox]:checked+label {
  border-color: #43D100;
}

.step-images input[type=checkbox]:checked+label i {
  display: block;
}

.step-right {
  width: 100%;
  height: 100%;
  background: #E50916;
  box-shadow: 0px 0.5px 10px rgb(0 0 0 / 25%);
  border-radius: 10px;
  padding: 35px 40px;
}

.step-right form {
  width: 100%;
  height: auto;
  position: sticky;
  top: 20px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.step-contact form {
  flex-direction: inherit;
  gap: 10px;
  justify-content: space-between;
}

.step-contact form label {
  width: 100%;
  margin-bottom: 0;
}

.step-contact form label .lbl-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
}


/* .owl-nav {
    display: none;
} */

.lbl-wrap .lbl-inner {
  width: 100%;
}

.lbl-wrap .lbl-inner span {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.step-contact form label p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}

.step-contact form label select {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  appearance: none;
  outline: none;
  background-image: url(../images/gray-drop-icon.png);
  background-size: 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.drop-up-icon {
  background-image: url(../images/gray-drop-up-icon.png) !important;
}

/*Date-Picker-Contact-Page*/
.step-contact form label input[type="date"] {
  color: transparent;
  cursor: pointer;
  border: none;
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  margin-bottom: 10px;
}

.step-contact form label input[type="date"]::before {
  color: #33333380;
  content: attr(placeholder) !important;
}

.step-contact form label input[type="date"]:focus,
.step-contact form label input[type="date"]:valid {
  color: #333;
}

.step-contact form label input[type="date"]:focus::before,
.step-contact form label input[type="date"]:valid::before {
  content: "" !important;
}

.step-contact form label input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url(../images/date.png);
  cursor: pointer;
  width: 20px;
  margin-right: 8px;
}

/*Date-Picker-Contact-Page*/
.step-right form h1 {
  font-weight: 500;
  font-size: 20px;
  margin: 20px 0;
  color: #333333CC;
}

.step-right form h1:first-child {
  margin-top: 0;
}

.step-right form input[type="text"] {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #33333380;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
}

.step-contact form input[type="text"] {
  padding: 10px;
  color: #333;
  font-size: 14px;
}

.step-contact form input[type="number"] {
  padding: 10px;
  color: #333;
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
}

.capcha-wrap span img {
  height: 41px;
  border-radius: 4px;
}

.step-right form label textarea {
  width: 100%;
  height: 140px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
.step-contact form input[type="number"]::-webkit-outer-spin-button,
.step-contact form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.step-contact form input[type="number"][type=number] {
  -moz-appearance: textfield;
}

.step-right form input[type="button"] {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #fff;
  background: #000000;
}

.step-btns {
  width: 100%;
  height: auto;
  padding: 50px 0 0px 0;
  display: flex;
  align-items: center;
}

.step-btns a {
  background: #BFA99E;
  padding: 8px 50px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border: 1px solid #BFA99E;
  margin-left: auto;
}

.step-pre-btn {
  background: #fff !important;
  font-size: 15px !important;
  color: #333333 !important;
  margin-left: 0 !important;
}

.modal-box .share-detail-pop .modal-dialog {
  width: 40%;
}

.share-detail-wrap {
  width: 100%;
  height: auto;
  padding: 26px;
}

.share-detail-heading {
  width: 100%;
  height: auto;
  text-align: center;
}

.share-detail-heading span {
  color: #333333B2;
  font-weight: 600;
  font-size: 15px;
}

.share-detail-heading img {
  width: 80px;
  height: auto;
  object-fit: contain;
}

.share-detail-heading h1 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin: 10px 0 24px 0;
  font-family: 'Poppins';
}

.share-detail-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #000000b2;
}

.share-detail-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

#errordiv label {
  border: none !important;
  color: red !important;
  font-size: 12px;
}

.form-group-text {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding: 10px 0px 10px 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px !important;
}

.form-group-text::before {
  margin-bottom: 1rem;
  content: url('../images/social/business-icon.png');
  margin: 1px 0 0 1px;
  position: absolute;
  left: 0;
}

.share-detail-text::placeholder {
  color: #333333;
}

.share-detail-lbl {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding: 10px 0px 10px 10px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.share-detail-lbl input[type="text"] {
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  color: #333;
}

.share-detail-lbl input[type="text"]::placeholder {
  color: #33333380;
}

.share-detail-lbl img {
  width: 18px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}

/*Date-Picker*/
.share-detail-lbl input[type="date"] {
  color: transparent;
  cursor: pointer;
  border: none;
  width: 100%;
  height: auto;
}

.share-detail-lbl input[type="date"]::before {
  color: #33333380;
  content: attr(placeholder) !important;
}

.share-detail-lbl input[type="date"]:focus,
.share-detail-lbl input[type="date"]:valid {
  color: #333;
}

.share-detail-lbl input[type="date"]:focus::before,
.share-detail-lbl input[type="date"]:valid::before {
  content: "" !important;
}

.share-detail-lbl input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url(../images/date.png);
  cursor: pointer;
  width: 20px;
  margin-right: 8px;
}

/*Date-Picker*/

/*Time-Picker*/

.share-detail-lbl input[type="time"] {
  color: transparent;
  cursor: pointer;
  border: none;
  width: 100%;
  height: auto;
}

.share-detail-lbl input[type="time"]::before {
  color: #33333380;
  content: attr(placeholder) !important;
}

.share-detail-lbl input[type="time"]:focus,
.share-detail-lbl input[type="time"]:valid {
  color: #333;
}

.share-detail-lbl input[type="time"]:focus::before,
.share-detail-lbl input[type="time"]:valid::before {
  content: "" !important;
}

.share-detail-lbl input[type="time"]::-webkit-calendar-picker-indicator {
  background-image: url(../images/time.png);
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/*Time-Picker*/
.share-detail-btn {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 10px 0px 10px 0px;
  margin-bottom: 0px;
  border: 1.43885px solid rgba(188, 188, 188, 0.5);
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 66px;
  background: #E50916;
}

.modal-box #sharedetails-submitted-popup .share-detail-pop .modal-dialog {
  width: 40%;
}

/*Select-Event-Booth-Section*/

/* Conatct-Page */

.step-contact-wrapper {
  display: flex;
  align-items: flex-start;
}

.step-contact-left {
  width: 70%;
  height: auto;
  /* padding: 40px 20px; */
  background: rgba(231, 216, 201, 0.5);
  border-radius: 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.step-contact-logo {
  width: 130px;
  height: auto;
}

.step-contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-contact-left h1 {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
}

.step-contact-left p {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  margin-bottom: 0;
}

.step-contact-img {
  width: 100%;
  height: auto;
}

.step-contact-img ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 0px;
}

.step-contact-img ul li {
  list-style: none;
  width: 32%;
  cursor: pointer;
}

.step-contact-img ul li:first-child {
  width: 100%;
  cursor: auto;
}

.step-contact-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.step-contact form label input[type="submit"] {
  background: #000;
  padding: 8px 80px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border: 1px solid #000;
  margin-top: 10px;
}

/* Conatct-Page */

/*Booth-Details*/

.booth-detail-slider .owl-nav {
  display: none;
}

.about-text-bottom {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.about-text-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}

.about-text-bottom-rating {
  width: auto;
  height: auto;
  margin-left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-text-bottom h3 {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}

.about-text-bottom-rating ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -5px;
}

.about-text-bottom-rating ul li {
  list-style: none;
  width: 25px;
  height: auto;
}

.about-text-bottom-rating ul li img {
  width: 100%;
  height: 100%;
}

.about-text-bottom-rating span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.booth-detail-list ul li {
  margin-bottom: 25px;
}

.booth-slider-image {
  height: auto;
  border-radius: 10px;
}

.booth-slider-image img {
  border-radius: 10px;
}

.booth-detail-inner {
  padding: 20px 0px 0px 0px;
}

/*Booth-Details*/

/*Experience-Center*/

#accordion.experience-inner {
  border: 1px solid #BEBEBE;
  border-radius: 10px 10px 10px 10px;
  border-top: 0;
  border-bottom: 0;
}

#accordion.experience-inner .panel {
  margin-bottom: 8px;
  border: none;
  border-bottom: 1px solid #D2D2D2;
}

#accordion.experience-inner .panel:last-child {
  border-radius: 10px;
}

#accordion.experience-inner .faq-titel a {
  border-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 10px;
  padding-right: 40px;
  color: #333;
  border-top: 1px solid #FFEDEC !important;
}

#accordion.experience-inner .panel-title a.collapsed {
  background: #E50916;
  color: #fff;
  font-weight: 500;
}

#accordion.experience-inner .panel-title a {
  background: #000;
  color: #fff;
}

#accordion.experience-inner .panel:first-child .panel-heading .faq-titel a {
  border-top: 0;
  border-radius: 8px 8px 0 0;
}

#accordion.experience-inner .panel:last-child .panel-heading .faq-titel a {
  border-bottom: 0;
  /* border-radius: 10px; */
}

#accordion.experience-inner .faq-body {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  /* padding: 8px 6px; */
  text-align: left;
  background: #fff;
}

#accordion.experience-inner .faq-titel>a.collapsed:after {
  background: url(../images/social/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

#accordion.experience-inner .faq-titel a:after {
  content: "";
  background: url(../images/social/arrow2.png);
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: auto;
  right: 12px;
  transition: .1s;
}

#accordion.experience-inner .faq-body p {
  margin-bottom: -1px;
  border-bottom: 1px solid #D2D2D2;
  padding: 6px 4px 7px 18px;
  border-radius: 1px;
}

#accordion.experience-inner .faq-body p a {
  color: #000000CC;
}

#accordion.experience-inner .faq-body p a input[type="checkbox"] {
  accent-color: #e50916;
  display: flex;
  float: right;
  margin: 6px;
  top: 4px;
  cursor: pointer;
  right: 0;
}

.event-categories-heading {
  width: 100%;
  height: auto;
}

.event-categories-heading {
  width: 100%;
  height: auto;
  margin-top: -14px;
}

.event-categories-heading h1 {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
  background: #BFA99E;
  border-radius: 6px 5px 0px 0px;
  padding: 15px 10px;
}

.experience-right {
  width: 100%;
  height: auto;
  margin: 32px 0 0 0;
}

.experience-right-grid {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.experience-right-image {
  width: 31%;
  height: 300px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: .5s;
}

.experience-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.experience-right-image:hover img {
  transform: scale(1.1) rotate(5deg);
  transition: .5s;
}

.experience-right-image a {
  background: #BFA99E;
  border-radius: 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 20px;
  position: absolute;
  bottom: 15px;
  z-index: 9;
}

.experience-right-image a:hover {
  background: #fff;
  color: #333;
}

.experience-slider-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.experience-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#experience-center-slider .owl-nav button {
  width: 40px;
  height: 50px;
  background: rgba(51, 51, 51, 0.8) !important;
  box-shadow: none;
  color: #ffffff !important;
  position: absolute;
  top: 45%;
  left: 15px;
  right: inherit;
  z-index: 0;
  border: none !important;
  outline: none;
  border-radius: 0px;
}

#experience-center-slider .owl-nav button i {
  font-size: 30px;
  text-align: center;
  display: flex;
  font-weight: 300;
  justify-content: center;
  height: 100%;
  color: #fff;
  place-items: flex-end;
  align-items: center;
}

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

#experience-center-slider .owl-nav button:last-child {
  right: 20px;
  left: inherit;
}

.experience-tabs .nav-tabs {
  margin-bottom: 30px;
  /* border-bottom: 3px solid #B2967D; */
  border: none;
}

.experience-tabs .nav-tabs .nav-item.show .nav-link,
.experience-tabs .nav-tabs .nav-link {
  border-bottom: 1px solid #B2967D !important;
  color: #B2967D;
  margin-right: 15px;
  border-color: #B2967D;
}

.experience-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #BFA99E;
  background: #BFA99E;
  color: #fff;
}

.experience-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  color: #fff;
  border-color: #BFA99E;
  background: #BFA99E;
}

.experience-pagination {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.experience-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.experience-pagination ul li {
  list-style: none;
}

.experience-pagination ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  width: 30px;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.experience-pagination ul li a.active {
  color: #fff;
  background: #FF0000;
  border: 1px solid #FF0000;
}

.experience-pagination ul li a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.experience-pagination ul li:first-child a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: none;
  border-radius: 0;
  background: none;
}

.experience-pagination ul li:last-child a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: none;
  border-radius: 0;
  background: none;
}

/*Experience-Center*/
.error {
  border: 1px solid red !important;
}

.valid {
  border: 1px solid green !important;
}


.pac-container {
  z-index: 9999999 !important;
}


/* DK-CSS */

.live-video-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.live-video-inner iframe {
  position: relative !important;
  width: 48.4% !important;
  height: 130px !important;
  object-fit: cover;
  border-radius: 10px;
}

.event-details-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-details-dropdown select {
  width: 100%;
  height: 40px;
  padding: 0px 50px 0px 10px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  background: #e50916;
  color: #fff;
  font-size: 14px;
  border: none;
  appearance: none;
  background-image: url(../images/dropdown-w.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.event-details-dropdown select option {
  background: #fff;
  color: #000;
}

.date-loc-item {
  width: 50%;
}

iframe.live-video-single {
  width: 100% !important;
  height: 350px !important;
}

.streaming-content-wrap span {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.streaming-content-wrap span i {
  width: 20px;
  text-align: center;
}

.streaming-content-wrap span img {
  width: 20px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.date-loc-item h5 {
  color: #000;
}

.position-video iframe {
  width: 100%;
  height: 100%;
}

.events-live-card .events-content-wrap h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* line-height: 17px; */
  margin-bottom: 5px;
  color: #000;
}

.advertise-wrap .advertise-wrap-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.advertise-inner-video {
  width: 100%;
  height: 500px;
}

.advertise-inner-video div#player-shgnptjz {
  width: 100%;
  height: 100%;
}


/* DK-CSS */