@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap");
/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
* ---------------------------------------------------------------------------- */
.select2-container {
	outline: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left; }

.select2-selection--single {
	cursor: pointer;
	outline: 0;
	display: block;
	padding: 0.5rem 0;
	line-height: 1.5385;
	color: #333;
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all ease-in-out 0.15s; }
@media (prefers-reduced-motion: reduce) {
	.select2-selection--single {
		transition: none; } }
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
	border-bottom-color: #009688;
	box-shadow: 0 1px 0 #009688; }
.select2-selection--single.text-white {
	border-bottom-color: rgba(255, 255, 255, 0.5); }
.select2-selection--single.text-white:focus,
.select2-container--open .select2-selection--single.text-white {
	border-bottom-color: #fff;
	box-shadow: 0 1px 0 #fff; }
.select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 0;
	padding-right: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; }
.select2-selection--single .select2-selection__rendered > i {
	margin-right: 0.625rem; }
.select2-selection--single .select2-selection__clear {
	position: relative;
	cursor: pointer;
	float: right;
	font-size: 0;
	line-height: 1;
	margin-top: 0.12502rem;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	opacity: 0.75;
	transition: opacity ease-in-out 0.15s; }
@media (prefers-reduced-motion: reduce) {
	.select2-selection--single .select2-selection__clear {
		transition: none; } }
.select2-selection--single .select2-selection__clear:hover {
	opacity: 1; }
.select2-selection--single .select2-selection__clear:after {
	content: "";
	font-family: "icomoon";
	display: inline-block;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.select2-selection--single .select2-selection__placeholder {
	color: #999; }
.select2-selection--single .select2-selection__arrow:after {
	content: "";
	font-family: "icomoon";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5rem;
	font-size: 1rem;
	line-height: 1;
	color: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.select2-selection--single .select2-selection__arrow b {
	display: none; }
.select2-container--disabled .select2-selection--single {
	cursor: default;
	box-shadow: none;
	border-bottom-style: dashed;
	color: #999; }
.select2-container--disabled .select2-selection--single:focus {
	border-bottom-color: #ddd; }
.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none; }

.select2-selection--multiple {
	display: block;
	cursor: text;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.select2-selection--multiple.text-white .select2-selection__choice, .select2-selection--multiple.text-white .select2-selection__choice:hover, .select2-selection--multiple.text-white .select2-selection__choice:focus {
	background-color: #fff;
	color: #333; }
.select2-selection--multiple .select2-selection__rendered {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%; }
.select2-selection--multiple .select2-selection__placeholder {
	color: #999; }
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
	cursor: default; }
.select2-selection--multiple .select2-selection__choice {
	background-color: #eee;
	color: #333;
	cursor: default;
	float: left;
	margin-right: 0.625rem;
	margin-top: 0.0625rem;
	margin-bottom: 0.0625rem;
	padding: 0.5rem 1rem;
	white-space: normal;
	word-break: break-all;
	border-radius: 100px;
	transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s; }
@media (prefers-reduced-motion: reduce) {
	.select2-selection--multiple .select2-selection__choice {
		transition: none; } }
.select2-selection--multiple .select2-selection__choice:hover, .select2-selection--multiple .select2-selection__choice:focus {
	background-color: #03A9F4;
	color: #fff; }
.select2-selection--multiple .select2-selection__choice > i {
	margin-right: 0.625rem; }
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	cursor: pointer;
	float: right;
	font-size: 0.875rem;
	margin-top: 0.18752rem;
	line-height: 1;
	margin-left: 0.625rem;
	opacity: 0.75;
	transition: opacity ease-in-out 0.15s; }
@media (prefers-reduced-motion: reduce) {
	.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
		transition: none; } }
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
	opacity: 1; }
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	opacity: 0.6; }
.select2-container--disabled .select2-selection--multiple .select2-selection__choice:hover, .select2-container--disabled .select2-selection--multiple .select2-selection__choice:focus {
	background-color: #eee;
	color: #333; }
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	display: none; }
.select2-selection--multiple .select2-search--inline {
	float: left; }
.select2-selection--multiple .select2-search--inline .select2-search__field {
	font-size: 100%;
	margin-top: 0.0625rem;
	margin-bottom: 0.0625rem;
	padding: 0.5rem 0;
	background-color: transparent;
	border-width: 0;
	outline: 0;
	color: inherit;
	-webkit-appearance: textfield; }
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; }
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: #fff; }
.select2-selection--multiple .select2-search--inline .select2-search__field::-moz-placeholder {
	color: #fff; }
.select2-selection--multiple .select2-search--inline .select2-search__field:-ms-input-placeholder {
	color: #fff; }
.select2-selection--multiple .select2-search--inline .select2-search__field::-ms-input-placeholder {
	color: #fff; }
.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
	color: #fff; }
.select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
	margin-left: 0; }

.select2-dropdown {
	background-color: #fff;
	color: #333;
	border: 0 solid rgba(0, 0, 0, 0.15);
	display: block;
	position: absolute;
	/*rtl:ignore*/
	left: -100000px;
	width: 100%;
	z-index: 1070;
	border-radius: 0.1875rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.select2-results {
	display: block; }

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0; }
.select2-results > .select2-results__options {
	padding-bottom: 0.5rem;
	max-height: 280px;
	overflow-y: auto; }
.select2-search--hide + .select2-results > .select2-results__options {
	padding-top: 0.5rem; }
.select2-results:first-child > .select2-results__options {
	padding-top: 0.5rem; }

.select2-results__option {
	padding: 0.5rem 1.25rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all ease-in-out 0.15s; }
@media (prefers-reduced-motion: reduce) {
	.select2-results__option {
		transition: none; } }
.select2-results__option + .select2-results__option {
	margin-top: 1px; }
.select2-results__option i {
	margin-right: 0.625rem; }
.select2-results__option i.icon-undefined {
	display: none; }
.select2-results__option[role=group] {
	padding: 0; }
.select2-results__option.select2-results__option--highlighted {
	background-color: #f5f5f5;
	color: #333; }
.select2-results__option[aria-disabled=true] {
	color: #999;
	cursor: default; }
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
	color: rgba(255, 255, 255, 0.6); }
.select2-results__option[aria-selected=true] {
	color: #fff;
	background-color: #26A69A; }
.select2-results__options--nested > .select2-results__option {
	padding-left: 2.5rem;
	padding-right: 2.5rem; }

.select2-results__group {
	display: block;
	padding: 0.5rem 1.25rem;
	cursor: default;
	font-weight: 500;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem; }
.select2-results__option:first-child > .select2-results__group {
	margin-top: 0; }

.select2-results__message {
	color: #999;
	cursor: default; }
.select2-dropdown[class*=bg-] .select2-results__message {
	color: rgba(255, 255, 255, 0.75); }

.select2-results__option.loading-results {
	padding-top: 0; }
.select2-results__option.loading-results + .select2-results__option {
	margin-top: 0.5rem; }

.select2-results__option--load-more {
	text-align: center;
	margin-top: 0.5rem;
	cursor: default; }

.select2-container--open .select2-dropdown {
	/*rtl:ignore*/
	left: 0; }

.select2-container--open .select2-dropdown--below {
	margin-top: 1px; }

.select2-search--dropdown {
	display: block;
	position: relative;
	padding: 1.25rem; }
.select2-search--dropdown:after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 1.25rem;
	color: inherit;
	display: block;
	font-size: 0.8125rem;
	margin-top: -0.40625rem;
	line-height: 1;
	opacity: 0.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
	padding-top: 0; }
.select2-search--dropdown .select2-search__field {
	padding: 0.5rem 0;
	padding-left: 2.0625rem;
	color: #333;
	border: 1px solid transparent;
	border-width: 1px 0;
	border-bottom-color: #ddd;
	outline: 0;
	width: 100%; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
	display: none; }

.select-lg.select2-selection--single {
	padding: 0.625rem 0;
	font-size: 0.875rem;
	line-height: 1.4286; }
.select-lg.select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 1.5rem; }
.select-lg.select2-selection--single .select2-selection__arrow:after {
	right: 0; }

.select-lg.select2-selection--multiple .select2-selection__choice {
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	line-height: 1.4286; }

.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0.625rem 0;
	font-size: 0.875rem;
	line-height: 1.4286; }

.select-sm.select2-selection--single {
	padding: 0.375rem 0;
	font-size: 0.75rem;
	line-height: 1.6667; }
.select-sm.select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 1.5rem; }
.select-sm.select2-selection--single .select2-selection__arrow:after {
	right: 0; }

.select-sm.select2-selection--multiple .select2-selection__choice {
	padding: 0.375rem 0.875rem;
	font-size: 0.75rem;
	line-height: 1.6667; }

.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
	padding: 0.375rem 0;
	font-size: 0.75rem;
	line-height: 1.6667; }

.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
	background-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	color: #fff; }

.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff; }

.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff; }

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	z-index: 99;
	background-color: #fff;
	opacity: 0; }

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: fixed !important;
	width: 1px !important; }

.select2-result-repository {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem; }

.select2-result-repository__avatar {
	float: left;
	width: 60px;
	margin-right: 0.9375rem; }
.select2-result-repository__avatar img {
	width: 100%;
	height: auto;
	border-radius: 100px; }

.select2-result-repository__meta {
	margin-left: 70px; }

.select2-result-repository__title {
	font-weight: 500;
	word-wrap: break-word;
	margin-bottom: 2px; }

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
	display: inline-block;
	font-size: 0.75rem; }

.select2-result-repository__description {
	font-size: 0.75rem; }

.select2-result-repository__forks,
.select2-result-repository__stargazers {
	margin-right: 0.9375rem; }

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

header {
  transition: 0.3s linear;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1199px) {
  header {
    padding: 15px 0;
  }
}
header .header-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header-inner-wrapper .header-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .header-logo a img {
  margin-right: 15px;
  max-width: 210px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .header-logo a img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .header-logo a img {
    margin-right: 10px;
  }
}
header .header-inner-wrapper .header-logo a h1 {
  transition: 0.3s ease-in-out;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 30px;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .header-logo a h1 {
    font-size: 22px;
  }
}
header .header-inner-wrapper .navigation-section {
  background-color: #4c4d4f;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .navigation-section {
    display: none;
  }
}
header .header-inner-wrapper .navigation-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
header .header-inner-wrapper .navigation-section ul li {
  list-style: none;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
header .header-inner-wrapper .navigation-section ul li:nth-child(7):hover {
  background-color: transparent;
}
header .header-inner-wrapper .navigation-section ul li:nth-child(7):hover a {
  color: #ed1a3b;
}
header .header-inner-wrapper .navigation-section ul li:hover {
  background-color: #ed1a3b;
}
header .header-inner-wrapper .navigation-section ul li:hover a {
  color: white;
  transition: 0.3s ease-in-out;
}
header .header-inner-wrapper .navigation-section ul li a {
  display: block;
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .navigation-section ul li a {
    padding: 12px 15px;
  }
}
header .header-inner-wrapper .navigation-section ul .active {
  background-color: #ed1a3b;
  color: white;
}
header .header-inner-wrapper .navigation-section ul .dropdownlink {
  position: relative;
}
header .header-inner-wrapper .navigation-section ul .dropdownlink .dropdown-menu-wrapper {
  z-index: 3;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  top: calc(100% + 10px);
  width: 330px;
  background-color: white;
  padding: 10px;
  border-radius: 9px;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .navigation-section ul .dropdownlink .dropdown-menu-wrapper {
    right: 0;
    left: unset;
  }
}
header .header-inner-wrapper .navigation-section ul .dropdownlink .dropdown-menu-wrapper ul li {
  display: block;
}
header .header-inner-wrapper .navigation-section ul .dropdownlink span {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .navigation-section ul .dropdownlink span {
    right: -8px;
  }
}
header .header-inner-wrapper .navigation-section ul .dropdownlink:hover .dropdown-menu-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header .header-inner-wrapper .top-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .top-account-card {
    display: none;
  }
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-toggle {
  background-color: transparent;
  padding: 6px 12px;
  border: none;
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-toggle span {
  font-size: 28px;
  top: -10px;
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-toggle::after {
  display: none;
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-menu {
  border: none;
  padding: 0px;
  box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.1);
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-menu li {
  width: 100%;
  margin: 0;
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-menu li a {
  padding: 10px;
  color: #4c4d4f;
  font-size: 16px;
  display: block;
  transition: 0.3s;
}
header .header-inner-wrapper .top-account-card .top-account-wrapper .dropdown .dropdown-menu li a:hover {
  background-color: #ed1a3b;
  color: white;
}
header .header-inner-wrapper .mobile-navigation-section {
  display: none;
}
@media (max-width: 1199px) {
  header .header-inner-wrapper .mobile-navigation-section {
    display: block;
    padding-top: 7px;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header {
  margin-bottom: 70px;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a img {
  margin-right: 20px;
  max-width: 120px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a img {
    max-width: 70px;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a h1 {
  transition: 0.3s ease-in-out;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  color: #4c4d4f;
  font-size: 36px;
}
@media (max-width: 1399px) {
  header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .offcanvas-title a h1 {
    font-size: 22px;
  }
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-menu-btn {
  background-color: transparent;
  font-size: 28px;
  padding-top: 0;
  border: none;
}
header .header-inner-wrapper .mobile-navigation-section .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul {
  margin: 0;
  padding: 0;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid rgba(125, 79, 73, 0.05);
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:last-child {
  border-bottom: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li ul li:last-child {
  border-bottom: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(2) ul li:last-child {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(5) ul li:nth-child(4) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(6) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li:nth-child(8) {
  display: none;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li a {
  text-transform: uppercase;
  color: #4c4d4f;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .active {
  color: #ed1a3b;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .card-body {
  border: 0px solid transparent;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn {
  position: relative;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn::after {
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  top: 0px;
  content: "+";
  transition: 0.3s;
  font-size: 24px;
}
header .header-inner-wrapper .mobile-navigation-section .offcanvas-body ul li .shopCollapsebtn[aria-expanded=true]::after {
  transform: rotate(180deg);
  content: "-";
  right: 24px;
}

.home-page-header .header-logo a .white-logo {
  display: none;
}
.home-page-header .header-logo a h1 {
  color: #4c4d4f;
}
.home-page-header .mobile-menu-btn {
  background-color: transparent;
  color: #4c4d4f;
  font-size: 28px;
  border: none;
}
.home-page-header .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.home-page-header .dropdown-toggle {
  color: #4c4d4f;
}

.inner-page-header .header-logo a .color-logo {
  display: none;
}
.inner-page-header .header-logo a h1 {
  color: white;
}
.inner-page-header .mobile-menu-btn {
  background-color: transparent;
  color: white;
  font-size: 28px;
  border: none;
}
.inner-page-header .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.inner-page-header .dropdown-toggle {
  color: white;
}

.navbar-fixed {
  padding: 10px 0 10px 0;
  background-color: #f8fafc;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s linear;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.09);
}
.navbar-fixed .header-inner-wrapper .header-logo a img {
  max-width: 130px;
}
.navbar-fixed .header-inner-wrapper .header-logo a .white-logo {
  display: none !important;
}
.navbar-fixed .header-inner-wrapper .header-logo a .color-logo {
  display: block !important;
}
.navbar-fixed .header-inner-wrapper .header-logo a h1 {
  font-size: 20px;
  color: #4c4d4f !important;
}
.navbar-fixed .header-inner-wrapper .navigation-section ul li a {
  padding: 10px 20px;
}
.navbar-fixed .mobile-menu-btn {
  background-color: transparent;
  color: #4c4d4f !important;
  font-size: 28px;
  border: none;
}
.navbar-fixed .mobile-menu-btn:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.navbar-fixed .dropdown-toggle {
  color: #4c4d4f !important;
}

.home-banner-section {
  min-height: 800px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home-banner-section {
    min-height: 700px;
  }
}
@media (max-width: 1199px) {
  .home-banner-section {
    min-height: 650px;
  }
}
@media (max-width: 991px) {
  .home-banner-section {
    min-height: 500px;
  }
}
.home-banner-section img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-banner-section img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
}
.home-banner-section .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: white;
}
.home-banner-section .carousel-indicators button {
  width: 15px;
}
.home-banner-section .carousel-indicators .active {
  background-color: #ed1a3b !important;
}
.home-banner-section .carousel-caption {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .home-banner-section .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.home-banner-section h3 {
  font-size: 38px;
  color: #ff5a00;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .home-banner-section h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .home-banner-section h3 {
    font-size: 28px;
  }
}
.home-banner-section h2 {
  font-size: 100px;
  color: #ff5a00;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1399px) {
  .home-banner-section h2 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .home-banner-section h2 {
    font-size: 55px;
  }
}
.home-banner-section h2 span {
  font-size: 50px;
  font-weight: 600;
  color: #408f00;
}
@media (max-width: 1399px) {
  .home-banner-section h2 span {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .home-banner-section h2 span {
    font-size: 32px;
  }
}
.home-banner-section h2 sup {
  position: absolute;
  left: 107px;
  top: 33px;
  font-size: 30px;
  font-weight: 500;
  color: #4c4d4f;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .home-banner-section h2 sup {
    left: 80px;
    font-size: 24px;
    top: 25px;
  }
}
@media (max-width: 991px) {
  .home-banner-section h2 sup {
    font-size: 18px;
    left: 56px;
    top: 19px;
  }
}
.home-banner-section .link-wrapper {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .home-banner-section .link-wrapper {
    margin-top: 30px;
  }
}
.home-banner-section .link-wrapper a {
  font-size: 30px;
  background-color: #ed1a3b;
  text-decoration: none;
  color: white;
  font-weight: 400;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .home-banner-section .link-wrapper a {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.home-banner-section .link-wrapper a:hover {
  background-color: #4c4d4f;
}

.explore-packages-wrapper {
  margin: 100px 0;
}
.explore-packages-wrapper .explore-packages-inner .top-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner {
    flex-direction: column;
  }
}
.explore-packages-wrapper .explore-packages-inner .top-inner .top-left {
  width: 460px;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left {
    width: 100%;
  }
}
.explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 {
    font-size: 24px;
  }
}
.explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-left h2 span {
    font-size: 34px;
  }
}
.explore-packages-wrapper .explore-packages-inner .top-inner .top-right {
  width: calc(100% - 460px);
  padding-top: 9px;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-right {
    width: calc(100% - 420px);
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-right {
    width: 100%;
  }
}
.explore-packages-wrapper .explore-packages-inner .top-inner .top-right p {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .top-inner .top-right p {
    font-size: 16px;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner {
  margin-top: 70px;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box {
  width: 19%;
  margin: 15px 0.5%;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box {
    width: 33%;
    margin: 15px 1%;
  }
}
@media (max-width: 1024px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box {
    width: 100%;
    margin: 0;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a {
  padding: 8px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eee3d9;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  color: #4c4d4f;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a {
    font-size: 16px;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a .image-box {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a .image-box {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a .image-box .hover-before {
  visibility: hidden;
  opacity: 0;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a .image-box .hover-after {
  visibility: visible;
  opacity: 1;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a:hover {
  background-color: #ed1a3b;
  color: white;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a:hover .hover-after {
  visibility: hidden;
  opacity: 0;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .packages-wrapper .packages-box a:hover .hover-before {
  visibility: visible;
  opacity: 1;
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper {
    text-align: center;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper a {
  color: #ed1a3b;
  padding: 15px 50px;
  font-size: 30px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper a {
    padding: 12px 30px;
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper a {
    text-decoration: underline;
  }
}
.explore-packages-wrapper .explore-packages-inner .bottom-inner .view-all-wrapper a:hover {
  color: #4c4d4f;
}

.pre-sets-meal-wrapper {
  margin-bottom: 100px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner {
  position: relative;
  z-index: 1;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner::after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 55%;
  height: 1px;
  background-color: #3a3a3a;
  content: "";
  z-index: -1;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner::after {
    top: 65px;
  }
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner::after {
    display: none;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 {
    font-size: 24px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner h2 span {
    font-size: 34px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider {
  z-index: 3;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item {
  padding: 30px 10px;
}
@media (max-width: 575px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item {
    padding: 30px 0;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box {
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: 0.3s ease-in-out;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details {
  padding: 0 15px;
  margin-top: 16px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details h5 {
  color: #ed1a3b;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details h5 {
    font-size: 32px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details p {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details p {
    font-size: 18px;
    line-height: 32px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details p span {
  font-size: 30px;
  color: #4c4d4f;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .details p span {
    font-size: 24px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box p {
  color: #3a3a3a;
  font-size: 18px;
  padding: 0 15px;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .package-list-wrapper {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .package-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .package-list-wrapper ul li {
  list-style: none;
  color: #3a3a3a;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .package-list-wrapper ul li {
    font-size: 16px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box .package-list-wrapper ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3a3a3a;
  content: "";
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .item .item-box:hover {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav {
  position: absolute;
  top: -121px;
  right: 50px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav {
    position: unset;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-prev {
  margin: 10px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-prev img {
    width: 50px;
    height: 50px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-next {
  margin: 10px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .pre-sets-slider .owl-nav .owl-next img {
    width: 50px;
    height: 50px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .view-all-wrapper {
  text-align: center;
  margin-top: 70px;
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .view-all-wrapper a {
  font-size: 20px;
  color: white;
  background-color: #4c4d4f;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .pre-sets-meal-wrapper .pre-sets-meal-inner .view-all-wrapper a {
    padding: 10px 30px;
  }
}
.pre-sets-meal-wrapper .pre-sets-meal-inner .view-all-wrapper a:hover {
  background-color: #ed1a3b;
}

.own-meal-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 628px;
  margin-bottom: 100px;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
.own-meal-wrapper .bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .own-meal-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .own-meal-wrapper {
    background-image: unset;
    background-color: #e1dcc6;
    min-height: 470px;
  }
}
.own-meal-wrapper .own-meal h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .own-meal-wrapper .own-meal h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .own-meal-wrapper .own-meal h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .own-meal-wrapper .own-meal h2 {
    font-size: 24px;
  }
}
.own-meal-wrapper .own-meal h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .own-meal-wrapper .own-meal h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .own-meal-wrapper .own-meal h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .own-meal-wrapper .own-meal h2 span {
    font-size: 34px;
  }
}
.own-meal-wrapper .own-meal p {
  color: #343434;
  font-size: 20px;
  font-size: 16px;
}
.own-meal-wrapper .own-meal .start-now-wrapper {
  margin-top: 60px;
  margin-top: 36px;
}
.own-meal-wrapper .own-meal .start-now-wrapper a {
  padding: 10px 50px;
  background-color: #ed1a3b;
  color: white;
  font-size: 30px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .own-meal-wrapper .own-meal .start-now-wrapper a {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.own-meal-wrapper .own-meal .start-now-wrapper a:hover {
  background-color: #4c4d4f;
}

.live-counter-wrapper {
  margin-bottom: 100px;
}
.live-counter-wrapper .live-counter-inner .row {
  align-items: center;
}
.live-counter-wrapper .live-counter-inner .live-left {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .live-counter-wrapper .live-counter-inner .live-left {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 {
    font-size: 24px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .live-counter-wrapper .live-counter-inner .live-left h2 span {
    font-size: 34px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left p {
  color: #343434;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-left p {
    font-size: 16px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left .start-now-wrapper {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-left .start-now-wrapper {
    margin-top: 40px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left .start-now-wrapper a {
  padding: 10px 50px;
  background-color: #4c4d4f;
  color: white;
  font-size: 30px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-left .start-now-wrapper a {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.live-counter-wrapper .live-counter-inner .live-left .start-now-wrapper a:hover {
  background-color: #ed1a3b;
}
.live-counter-wrapper .live-counter-inner .live-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
@media (max-width: 575px) {
  .live-counter-wrapper .live-counter-inner .live-right {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
.live-counter-wrapper .live-counter-inner .live-right .live-box {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.live-counter-wrapper .live-counter-inner .live-right .live-box .image-box img {
  width: 100%;
  object-fit: cover;
}
.live-counter-wrapper .live-counter-inner .live-right .live-box p {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(76, 77, 79, 0.8);
  margin-bottom: 0;
  border-radius: 25px;
  font-size: 20px;
  color: white;
  padding: 20px 0;
}
@media (max-width: 1399px) {
  .live-counter-wrapper .live-counter-inner .live-right .live-box p {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (max-width: 575px) {
  .live-counter-wrapper .live-counter-inner .live-right .live-box p {
    bottom: 7px;
    width: calc(100% - 14px);
  }
}

.meal-box-wrapper {
  margin-bottom: 100px;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .meal-box-wrapper {
    background-image: unset;
  }
}
.meal-box-wrapper .meal-box-inner h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner h2 {
    font-size: 32px;
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .meal-box-wrapper .meal-box-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .meal-box-wrapper .meal-box-inner h2 {
    font-size: 24px;
  }
}
.meal-box-wrapper .meal-box-inner h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .meal-box-wrapper .meal-box-inner h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .meal-box-wrapper .meal-box-inner h2 span {
    font-size: 34px;
  }
}
.meal-box-wrapper .meal-box-inner p {
  font-size: 20px;
  color: #3a3a3a;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner p {
    font-size: 16px;
  }
}
.meal-box-wrapper .meal-box-inner .point-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.meal-box-wrapper .meal-box-inner .point-wrapper .point-box {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ed1a3b;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner .point-wrapper .point-box {
    width: 70px;
    height: 70px;
  }
}
.meal-box-wrapper .meal-box-inner .point-wrapper .point-box p {
  color: white;
  margin-bottom: 0;
  text-align: center;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper {
  margin-top: 70px;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper {
    margin-top: 50px;
  }
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item {
  padding: 15px 15px 30px 15px;
}
@media (max-width: 575px) {
  .meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item {
    padding: 15px 0 30px 0;
  }
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 60px 15px;
  position: relative;
  background-color: white;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .image-box img {
  width: 100%;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details {
  margin-top: 25px;
  text-align: center;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details h5 {
  color: #040404;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details h5 {
    font-size: 20px;
  }
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details p {
  font-size: 16px;
  color: #4c4d4f;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details p span {
  font-size: 20px;
  color: #040404;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .details p span {
    font-size: 18px;
  }
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box .arrow-box {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .item .item-box:hover .arrow-box {
  left: 53%;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav {
  margin: 0;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-prev img {
  width: 50px;
  height: 50px;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-next img {
  width: 50px;
  height: 50px;
}
.meal-box-wrapper .meal-box-inner .meal-box-slider-wrapper .meal-box-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.snacks-box-wrapper {
  margin-bottom: 100px;
}
.snacks-box-wrapper .pre-sets-meal-inner {
  position: relative;
  z-index: 1;
}
.snacks-box-wrapper .pre-sets-meal-inner::after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 55%;
  height: 1px;
  background-color: #3a3a3a;
  content: "";
  z-index: -1;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner::after {
    top: 65px;
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner::after {
    display: none;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 {
    font-size: 24px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .snacks-box-wrapper .pre-sets-meal-inner h2 span {
    font-size: 34px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner p {
  color: #3a3a3a;
  font-size: 20px;
  height: 131px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner p {
    height: unset;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider {
  z-index: 3;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item {
  padding: 30px 30px 50px 30px;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item {
    padding: 20px 20px 40px 20px;
  }
}
@media (max-width: 575px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item {
    padding: 30px 0 50px 0;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 60px 15px;
  position: relative;
  background-color: white;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .image-box img {
  width: 100%;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details {
  margin-top: 25px;
  text-align: center;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details h5 {
  color: #ed1a3b;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details h5 {
    font-size: 20px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details p {
  font-size: 16px;
  color: #4c4d4f;
  height: unset;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details p span {
  font-size: 20px;
  color: #040404;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .details p span {
    font-size: 18px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box .arrow-box {
  transition: 0.3s ease-in-out;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .item .item-box:hover .arrow-box {
  left: 53%;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav {
  position: absolute;
  top: -270px;
  right: 50px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav {
    position: unset;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-prev {
  margin: 10px;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-prev img {
    width: 50px;
    height: 50px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-next {
  margin: 10px;
}
.snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .snacks-box-wrapper .pre-sets-meal-inner .snacks-slider .owl-nav .owl-next img {
    width: 50px;
    height: 50px;
  }
}
.snacks-box-wrapper .pre-sets-meal-inner .view-all-wrapper {
  text-align: center;
  margin-top: 70px;
}
.snacks-box-wrapper .pre-sets-meal-inner .view-all-wrapper a {
  font-size: 20px;
  color: white;
  background-color: #4c4d4f;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.snacks-box-wrapper .pre-sets-meal-inner .view-all-wrapper a:hover {
  background-color: #ed1a3b;
}

.testimonials-wrapper {
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 100px;
}
.testimonials-wrapper .testimonials-inner h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .testimonials-wrapper .testimonials-inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .testimonials-wrapper .testimonials-inner h2 {
    font-size: 34px;
  }
}
.testimonials-wrapper .testimonials-inner h2 span {
  font-weight: 600;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider {
  text-align: center;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item {
  padding: 15px 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonials-wrapper .testimonials-inner .testimonials-slider .item {
    padding: 15px 15px;
  }
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item::before {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: calc(100% - 90px);
  content: "";
  background-color: white;
  z-index: -1;
  border-radius: 25px;
}
@media (max-width: 1399px) {
  .testimonials-wrapper .testimonials-inner .testimonials-slider .item::before {
    top: 60px;
    height: calc(100% - 60px);
  }
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .image-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .image-box {
    width: 120px;
    height: 120px;
  }
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .image-box img {
  width: 100%;
  border-radius: 50%;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .details h6 {
  color: #ed1a3b;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .details h6 {
    font-size: 22px;
  }
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box .details span {
  color: #4c4d4f;
  font-size: 18px;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .item .item-box p {
  color: #3a3a3a;
  font-size: 16px;
  margin-top: 30px;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav {
  margin: 0;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 60%;
  transform: translateY(-50%);
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-prev img {
  width: 50px;
  height: 50px;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 60%;
  transform: translateY(-50%);
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-next img {
  width: 50px;
  height: 50px;
}
.testimonials-wrapper .testimonials-inner .testimonials-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.video-testimonials-wrapper {
  margin-bottom: 100px;
  margin-top: 70px;
}
.video-testimonials-wrapper .pre-sets-meal-inner {
  position: relative;
  z-index: 1;
}
.video-testimonials-wrapper .pre-sets-meal-inner::after {
  position: absolute;
  right: 0;
  top: 100px;
  width: 55%;
  height: 1px;
  background-color: #3a3a3a;
  content: "";
  z-index: -1;
}
@media (max-width: 1399px) {
  .video-testimonials-wrapper .pre-sets-meal-inner::after {
    top: 65px;
  }
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner::after {
    display: none;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 {
    font-size: 24px;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner h2 span {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 span {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .video-testimonials-wrapper .pre-sets-meal-inner h2 span {
    font-size: 34px;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider {
  z-index: 3;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box {
  overflow: hidden;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box a {
  display: block;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box a img {
  width: 100%;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease-in-out;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box a:hover img {
  filter: brightness(0.5);
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box .video-box a:hover i {
  color: rgb(255, 255, 255);
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .item .item-box h6 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #4c4d4f;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav {
  position: absolute;
  top: -121px;
  right: 50px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav {
    position: unset;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-prev {
  margin: 10px;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-prev img {
    width: 50px;
    height: 50px;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-next {
  margin: 10px;
}
.video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (max-width: 991px) {
  .video-testimonials-wrapper .pre-sets-meal-inner .video-testimonials-slider .owl-nav .owl-next img {
    width: 50px;
    height: 50px;
  }
}
.video-testimonials-wrapper .pre-sets-meal-inner .view-all-wrapper {
  text-align: center;
  margin-top: 70px;
}
.video-testimonials-wrapper .pre-sets-meal-inner .view-all-wrapper a {
  font-size: 20px;
  color: white;
  background-color: #4c4d4f;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.video-testimonials-wrapper .pre-sets-meal-inner .view-all-wrapper a:hover {
  background-color: #ed1a3b;
}

footer {
  background-color: #232323;
}
footer .footer-inner .footer-top {
  padding: 50px 0;
  border-bottom: 1px solid #545454;
}
footer .footer-inner .footer-top .footer-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-top .footer-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
  width: 26%;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:first-child {
    grid-column-start: unset;
    grid-column-end: unset;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(2) {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(2) {
    padding-top: 0;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box:nth-child(3) {
    padding-top: 0;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box p {
  color: #f4f4f4;
  font-weight: 300;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box h6 {
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  margin-top: 35px;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box a {
  text-decoration: none;
  color: #f4f4f4;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box a:hover {
  color: #ed1a3b;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box .footer-logo-wrapper {
  margin-bottom: 15px;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box .footer-logo-wrapper a img {
  max-width: 250px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-top .footer-box-wrapper .footer-box .footer-logo-wrapper a img {
    max-width: 200px;
  }
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul {
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li {
  list-style: none;
  margin-bottom: 5px;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li:last-child {
  margin-bottom: 0;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li a {
  color: #f4f4f4;
  transition: 0.3s ease-in-out;
}
footer .footer-inner .footer-top .footer-box-wrapper .footer-box ul li a:hover {
  color: #ed1a3b;
}
footer .footer-inner .footer-bottom {
  padding: 25px 0 120px 0;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-bottom {
    padding: 25px 0 80px 0;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-bottom .footer-bottom-wrapper {
    flex-direction: column-reverse;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p {
  color: #969696;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 575px) {
  footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p {
    font-size: 12px;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p a {
  color: #999;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left p a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-left img {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right {
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul {
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li {
  list-style: none;
  display: inline-block;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li a {
  font-size: 16px;
  color: #969696;
  border: 1px solid #969696;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  text-align: center;
}
footer .footer-inner .footer-bottom .footer-bottom-wrapper .footer-right ul li a:hover {
  border-color: white;
  color: white;
}

.owl-dots .owl-dot span {
  background: #4c4d4f !important;
  width: 8px !important;
  height: 8px !important;
  margin: 3px 4px !important;
}
.owl-dots .active span {
  background: #ed1a3b !important;
}

.mobile-cart-icon {
  padding: 6px 12px 6px 0px;
  font-size: 28px;
  text-decoration: none;
}

.home-page-header .mobile-cart-icon {
  color: #4c4d4f;
}

.inner-page-header .mobile-cart-icon {
  color: white;
}

.cart-slide .offcanvas {
  max-width: 400px;
  overflow-y: scroll;
  scrollbar-base-color: transparent !important;
  scrollbar-face-color: transparent !important;
  scrollbar-highlight-color: transparent !important;
  scrollbar-3dlight-color: transparent !important;
  scrollbar-shadow-color: transparent !important;
  scrollbar-darkshadow-color: transparent !important;
  scrollbar-track-color: transparent !important;
  scrollbar-arrow-color: transparent !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none !important;
}
@media (max-width: 400px) {
  .cart-slide .offcanvas {
    max-width: 100%;
  }
}
.cart-slide .offcanvas .offcanvas-header {
  background-color: white;
}
.cart-slide .offcanvas .offcanvas-body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.cart-slide .offcanvas::-webkit-scrollbar {
  width: 0px;
  width: 0px !important;
  display: none;
  scrollbar-base-color: transparent !important;
  scrollbar-face-color: transparent !important;
  scrollbar-highlight-color: transparent !important;
  scrollbar-3dlight-color: transparent !important;
  scrollbar-shadow-color: transparent !important;
  scrollbar-darkshadow-color: transparent !important;
  scrollbar-track-color: transparent !important;
  scrollbar-arrow-color: transparent !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none !important;
}
.cart-slide .offcanvas::-moz-scrollbar {
  width: 0px;
  width: 0px !important;
  display: none !important;
  scrollbar-base-color: transparent !important;
  scrollbar-face-color: transparent !important;
  scrollbar-highlight-color: transparent !important;
  scrollbar-3dlight-color: transparent !important;
  scrollbar-shadow-color: transparent !important;
  scrollbar-darkshadow-color: transparent !important;
  scrollbar-track-color: transparent !important;
  scrollbar-arrow-color: transparent !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-width: none !important;
}
.cart-slide .cart-wrapper .cart-product-wrapper {
  padding-top: 20px;
  height: 625px;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cart-slide .cart-wrapper .cart-product-wrapper {
    height: 390px;
  }
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box {
  position: relative;
  border-bottom: 1px solid rgba(112, 113, 115, 0.1);
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box:last-child {
  border-bottom: 0px solid transparent;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-img {
    margin-right: 5px;
  }
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count {
  width: calc(100% - 160px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name h6 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name h6 a {
  color: #4c4d4f !important;
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name p {
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  line-height: 22px;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name .cart-view-remove {
  margin-top: 10px;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name .cart-view-remove .cart-view-btn {
  color: #545bc6;
  text-decoration: underline;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name .cart-view-remove .cart-view-btn:hover {
  text-decoration: none;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name .cart-view-remove .cart-close {
  color: #ed1a3b;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-name a {
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count {
  border: 1px solid rgba(112, 113, 115, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count a {
  color: #212b36;
  padding: 7px 5px 9px 5px;
}
@media (max-width: 480px) {
  .cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count a {
    padding: 4px 5px 4px 5px;
  }
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count a:first-child {
  border-right: 1px solid rgba(112, 113, 115, 0.3);
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count a:last-child {
  border-left: 1px solid rgba(112, 113, 115, 0.3);
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count input {
  width: 65px;
  text-align: center;
  border: none;
  background-color: transparent;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-name-count .cart-product-count input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-price {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 70px;
  max-width: 100px;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .cart-product-price p {
  margin-bottom: 0;
  color: #4c4d4f;
  font-size: 17px;
  font-weight: 600;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .closebtn {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 11px;
}
.cart-slide .cart-wrapper .cart-product-wrapper .cart-product-box .closebtn button:focus {
  box-shadow: none;
  outline: none;
}
.cart-slide .cart-wrapper .cart-product-wrapper::-webkit-scrollbar {
  width: 8px;
}
.cart-slide .cart-wrapper .cart-product-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.cart-slide .cart-wrapper .cart-product-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}
.cart-slide .cart-wrapper .cart-product-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.cart-slide .cart-wrapper .subtotal-and-checkout {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: white;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .subtotal h5 {
  color: #4c4d4f;
  font-size: 24px;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .subtotal p {
  color: #4c4d4f;
  font-weight: 600;
  font-size: 19px;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .checkout p {
  color: #4c4d4f;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .checkout a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #ed1a3b;
  border: 0px solid rgba(245, 71, 72, 0.8);
  color: white;
  font-size: 15px;
  padding: 15px 30px;
  transition: 0.3s ease-in-out;
}
.cart-slide .cart-wrapper .subtotal-and-checkout .checkout a:hover {
  color: white;
  background: #ed1a3b;
  font-size: 16px;
}

.profile-wrapper {
  margin: 150px 0;
}
@media (max-width: 991px) {
  .profile-wrapper {
    margin: 70px 0 30px 0;
  }
}
.profile-wrapper .profile-main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu {
  background-color: #f5eeef;
  border-radius: 10px;
  width: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 375px;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-left-menu {
    display: none;
  }
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul {
  margin: 0;
  padding: 0;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li {
  list-style: none;
  padding: 12px 0 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li:last-child {
  border-bottom: 0px solid transparent;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #4c4d4f;
  font-weight: 600;
  transition: 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li a span {
  margin-right: 8px;
  font-size: 20px;
  margin-top: -2px;
  color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li a:hover {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li a:hover span {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li .active {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li .active span {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu ul li:first-child a {
  padding-left: 1.4px;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu .need-help {
  margin-top: 30px;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu .need-help p {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #4c4d4f;
  margin-bottom: -7px;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu .need-help p a {
  margin-left: 5px;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu .need-help a {
  font-size: 14px;
  color: #4c4d4f;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.profile-wrapper .profile-main-wrapper .profile-left-menu .need-help a:hover {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-inner {
  width: calc(100% - 250px);
  color: #4c4d4f;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .welcome-name {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 28px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-headline .welcome-name {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.04) !important;
  font-size: 32px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-headline button {
  border: 0px solid transparent;
  text-decoration: none;
  padding: 15px 35px 10px 35px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0px;
  background-color: transparent;
  text-decoration: underline;
  display: none;
  color: #545bc6;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .profile-headline button {
    display: block;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-headline button:hover {
  background-color: #51658d;
  border-color: #51658d;
  color: white;
  text-decoration: none;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left {
  width: 65%;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box:last-child {
  border-bottom: 0px solid transparent;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box .left {
  width: 170px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box .left h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box .right {
  width: calc(100% - 140px);
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-left .details-box .right p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-right {
    display: none;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-right button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0px;
  background-color: transparent;
  font-size: 18px;
  border: 0px solid transparent;
  color: #545bc6;
  font-weight: 500;
  padding: 0;
  border-bottom: 2px solid rgba(84, 91, 198, 0.5);
}
.profile-wrapper .profile-main-wrapper .profile-inner .profile-details .product-details-right button:hover {
  color: #ed1a3b;
  border-color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-inner .btn-wrapper button {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 0px;
  background-color: transparent;
  font-size: 18px;
  border: 0px solid transparent;
  color: #545bc6;
  font-weight: 500;
  padding: 0;
  margin-right: 12px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .btn-wrapper button:hover {
  color: #ed1a3b;
  border-color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details {
  max-width: 60%;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .edit-details {
    max-width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card {
  padding-left: 0;
  padding-right: 0;
  border: 0px solid transparent;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card h4 {
  font-size: 22px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .form-group {
  margin-bottom: 20px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .form-group input {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .form-group input:focus {
  box-shadow: none;
  border-color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .submit-wrapper {
  text-align: center;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .submit-wrapper .submit-btn {
  margin-top: 20px;
  background-color: #ed1a3b;
  text-decoration: none;
  padding: 15px 50px 12px 50px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 30px;
  border: 0px solid transparent;
  color: white;
}
.profile-wrapper .profile-main-wrapper .profile-inner .edit-details .card form .submit-wrapper .submit-btn:hover {
  background-color: #4c4d4f;
  border-color: #ed1a3b;
  color: white;
}
.profile-wrapper .profile-main-wrapper .profile-inner .add-new-address-wrapper .addnewaddressbtn {
  font-size: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 15px 35px 10px 35px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 25px;
  background-color: transparent;
  text-decoration: underline;
  border: 0px solid transparent;
}
.profile-wrapper .profile-main-wrapper .profile-inner .add-new-address-wrapper .addnewaddressbtn:hover {
  background-color: #ed1a3b;
  border-color: #ed1a3b;
  color: white;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper {
  border-bottom: 2px solid #ccc;
  padding-bottom: 40px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package {
  margin-bottom: 10px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package a {
  color: #545bc6;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package a {
    font-size: 16px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper h4 {
    font-size: 22px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
  width: 45%;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 575px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 {
    font-size: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 span {
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 span {
    font-size: 24px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li {
    font-size: 15px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li span {
  color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
  padding-top: 7px;
  width: 22%;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
    padding-right: 35px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 {
    font-size: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 span {
  font-weight: 600;
  font-size: 28px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul {
  margin: 0;
  padding: 0;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li {
    font-size: 15px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li span {
  color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li button {
  margin-left: 10px;
  width: 30px;
  border: none;
  background-color: transparent;
  color: #ed1a3b;
  font-size: 18px;
  font-weight: 900;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service {
  padding-top: 7px;
  width: 22%;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 {
    font-size: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 span {
  font-weight: 600;
  font-size: 28px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul {
  margin: 0;
  padding: 0;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li {
    font-size: 15px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li span {
  color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper {
  margin-top: 40px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package {
  margin-bottom: 10px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package a {
  color: #545bc6;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package a {
    font-size: 16px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper h4 {
    font-size: 22px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: 0px solid transparent;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
  width: 25%;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 575px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 19px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details h6 {
    font-size: 16px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details {
  width: 25%;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details h6 {
    font-size: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details p {
  margin-bottom: 0;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details p {
    font-size: 15px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location {
  width: 25%;
}
@media (max-width: 991px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location h6 {
    font-size: 20px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location p {
  margin-bottom: 0;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location p {
    font-size: 15px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side {
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side h4 {
    font-size: 22px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .top-section {
  border-bottom: 2px dotted #4c4d4f;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .top-section h6 {
  font-size: 17px;
  color: #4c4d4f;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .top-section h6 {
    font-size: 16px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .bottom-section {
  border-bottom: 2px dotted #4c4d4f;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .bottom-section h6 {
  font-size: 17px;
  color: #4c4d4f;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .bottom-section h6 {
    font-size: 16px;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .bottom-section h6 .total {
  color: #ed1a3b;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .note p {
  margin-bottom: 0;
  color: #4c4d4f;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .note p i {
  margin-top: 2px;
  background-color: #ed1a3b;
  color: white;
  margin-right: 3px;
  font-size: 9px;
  padding: 3px 5px;
  border-radius: 50%;
  max-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-btn-wrapper {
  text-align: center;
  margin: 30px 0;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button {
  transition: 0.3s ease-in-out;
  font-size: 20px;
  color: white;
  font-weight: 500;
  background-color: #ed1a3b;
  border: 0px solid transparent;
  padding: 16px 0;
  border-radius: 50px;
  width: 92%;
}
@media (max-width: 767px) {
  .profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button {
    font-size: 18px;
    width: 100%;
  }
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button:hover {
  background-color: #4c4d4f;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-image {
  text-align: center;
}
.profile-wrapper .profile-main-wrapper .profile-inner .middles .step7-wrapper .step7-inner .right-side .payment-image img {
  max-width: 316px;
  margin: 0 auto;
}

.orders-outer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 1366px) {
  .orders-outer-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .orders-outer-wrapper .order-box {
    padding: 15px 0px;
  }
}
.orders-outer-wrapper .order-box .order-top {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top {
    margin-bottom: 20px;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-left {
  width: 37%;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-top .order-top-left {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-left {
    width: 45%;
    margin-right: 10px;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-left img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-top .order-top-left img {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-left img {
    width: 100%;
    max-width: 100%;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-right {
  width: 60%;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right {
    width: 100%;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-right div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px;
}
.orders-outer-wrapper .order-box .order-top .order-top-right div:last-child {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right div {
    justify-content: space-between;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
  font-size: 18px;
  color: #4c4d4f;
  margin-bottom: 0px;
  width: 55%;
}
@media (max-width: 1366px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
    font-size: 14px;
    width: unset;
  }
}
.orders-outer-wrapper .order-box .order-top .order-top-right div a {
  color: #4c4d4f;
  text-decoration: none !important;
}
.orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
  width: 45%;
  font-size: 16px;
  color: #4c4d4f;
  margin-bottom: 0px;
}
.orders-outer-wrapper .order-box .order-top .order-top-right div h6 a {
  color: #4c4d4f;
  text-decoration: none !important;
}
@media (max-width: 1366px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
    font-size: 14px;
    width: unset;
  }
}
.orders-outer-wrapper .order-box .view-order-btn-wrapper {
  margin-bottom: 30px;
}
.orders-outer-wrapper .order-box .view-order-btn-wrapper button {
  text-decoration: underline;
  border: 0px solid #4c4d4f;
  padding: 15px 35px 10px 35px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 10px;
  background-color: transparent;
  font-size: 15px;
  color: #545bc6;
}
@media (max-width: 767px) {
  .orders-outer-wrapper .order-box .view-order-btn-wrapper button {
    font-size: 14px;
    padding: 12px 15px 7px 15px;
  }
}
@media (max-width: 355px) {
  .orders-outer-wrapper .order-box .view-order-btn-wrapper button {
    padding: 12px 12px 7px 12px;
  }
}
.orders-outer-wrapper .order-box .view-order-btn-wrapper button:hover {
  color: #ed1a3b;
}
.orders-outer-wrapper .order-box .view-order-btn-wrapper a {
  text-decoration: underline;
  padding: 15px 35px 10px 35px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 10px;
  background-color: transparent;
  font-size: 15px;
  color: #545bc6;
}
@media (max-width: 767px) {
  .orders-outer-wrapper .order-box .view-order-btn-wrapper a {
    font-size: 14px;
    padding: 12px 15px 7px 15px;
  }
}
@media (max-width: 355px) {
  .orders-outer-wrapper .order-box .view-order-btn-wrapper a {
    padding: 12px 12px 7px 12px;
  }
}
.orders-outer-wrapper .order-box .view-order-btn-wrapper a:hover {
  color: #ed1a3b;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box {
    justify-content: space-between;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-img {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-img {
    margin-right: 0;
    width: 30%;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-img img {
  max-width: 100px;
  border-radius: 10px;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-img img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-img img {
    max-width: 100%;
    width: 100%;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-name-count .cart-product-name {
  margin-top: 15px;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .cart-product-name-count .cart-product-name h6 {
  font-size: 18px;
  color: #4c4d4f;
  line-height: 28px;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper {
    width: 67%;
  }
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .product-name {
    margin-bottom: 15px;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .product-name h2 {
  font-size: 20px;
}
@media (max-width: 1530px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .product-name h2 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .product-name h2 {
    font-size: 16px;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity {
    margin-right: 15px;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity h6 {
  font-size: 16px;
  color: #4c4d4f;
}
@media (max-width: 1366px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity h6 {
    font-size: 14px;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity h6 span {
  color: #4c4d4f;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .price h6 {
  color: #4c4d4f;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .price h6 {
    font-size: 14px;
  }
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .quantity-price-wrapper .price h6 span {
  color: #4c4d4f;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .closebtn button {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 30px;
  transition: 0.3s;
}
.orders-outer-wrapper .order-box .order-bottom .cart-product-box .order-details-bottom-wrapper .closebtn button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.navbar-fixed .mobile-cart-icon {
  color: #4c4d4f !important;
}

.shopping-cart-wrapper {
  margin-bottom: 100px;
  margin-top: 100px;
  color: #4c4d4f;
}
@media (max-width: 991px) {
  .shopping-cart-wrapper {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
.shopping-cart-wrapper .title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .shopping-cart-wrapper .title {
    margin-bottom: 30px;
  }
}
.shopping-cart-wrapper .title h1 {
  text-align: center;
  font-weight: 500;
  font-size: 42px;
}
@media (max-width: 991px) {
  .shopping-cart-wrapper .title h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .title h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.shopping-cart-wrapper .product-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #4c4d4f;
}
.shopping-cart-wrapper .product-top p {
  color: #4c4d4f;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .product-top p {
    font-size: 14px;
    font-weight: 600;
  }
}
.shopping-cart-wrapper .product-top .product-title {
  width: 50%;
  line-height: 18px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .product-top .product-title {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .product-top .product-title {
    width: 39%;
  }
}
@media (max-width: 380px) {
  .shopping-cart-wrapper .product-top .product-title {
    width: 30%;
  }
}
.shopping-cart-wrapper .product-top .price-title {
  width: 20%;
  line-height: 18px;
}
@media (max-width: 380px) {
  .shopping-cart-wrapper .product-top .price-title {
    width: 24%;
  }
}
.shopping-cart-wrapper .product-top .quantity-title {
  text-align: center;
  width: 150px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .product-top .quantity-title {
    width: 105px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .product-top .quantity-title {
    width: 92px;
  }
}
@media (max-width: 420px) {
  .shopping-cart-wrapper .product-top .quantity-title {
    width: 82px;
  }
}
.shopping-cart-wrapper .product-top .total-title {
  width: 15%;
  line-height: 18px;
  text-align: right;
}
@media (max-width: 450px) {
  .shopping-cart-wrapper .product-top .total-title {
    width: 15%;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #4c4d4f;
  align-items: center;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box:last-child {
  border-bottom: 0px solid transparent;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product {
    width: 39%;
  }
}
@media (max-width: 380px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product {
    width: 30%;
    flex-direction: column;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img {
  max-width: 100px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img {
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img {
    max-width: 60px;
    margin-right: 5px;
  }
}
@media (max-width: 420px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img {
    max-width: 45px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media (max-width: 380px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img {
    max-width: 100%;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img a img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-img a img {
    border: 2px solid white;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-name {
    line-height: 22px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-name a {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .product .product-name a {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .price {
  width: 20%;
}
@media (max-width: 380px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .price {
    width: 24%;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .price h5 {
  color: #4c4d4f;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .price h5 {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .price h5 {
    font-size: 13px;
    font-weight: 600;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity {
  width: 150px;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity h5 {
  color: #4c4d4f;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity h5 {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity h5 {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity {
    width: 105px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity {
    width: 92px;
  }
}
@media (max-width: 420px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity {
    width: 77px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count {
  border: 1px solid #4c4d4f;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  padding: 10px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count {
    justify-content: space-between;
    padding: 3px 5px;
  }
}
@media (max-width: 420px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count {
    justify-content: space-between;
    padding: 2px 0px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count a {
  color: #000;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count input {
  text-align: center;
  background-color: transparent;
  max-width: 70px;
  border: none;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count input {
    max-width: 50px;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count input {
    max-width: 30px;
    font-size: 13px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .cart-product-count input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .quantity-bottom {
  margin-top: 5px;
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .quantity-bottom a {
  text-align: center;
  color: #000;
  display: block;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .quantity-bottom a {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .quantity-bottom a {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 425px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .quantity .quantity-bottom a svg {
    display: none;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .total {
  width: 15%;
  text-align: right;
}
@media (max-width: 450px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .total {
    width: 15%;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .total h5 {
  color: #4c4d4f;
  font-weight: normal;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .total h5 {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .shopping-cart-box .total h5 {
    font-size: 13px;
    font-weight: 600;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper {
  margin-top: 15px;
  text-align: right;
}
.shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper h3 {
  color: #4c4d4f;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper h3 {
    font-size: 20px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper p {
  color: #4c4d4f;
  font-size: 17px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper p {
    font-size: 15px;
  }
}
.shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper a {
  border: 0px solid transparent;
  text-decoration: none;
  padding: 15px 50px 15px 50px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  background-color: #ed1a3b;
}
.shopping-cart-wrapper .shopping-cart-inner .subtotal-wrapper a:hover {
  background-color: #4c4d4f;
  border-color: white;
}

.inner-banner-section {
  overflow: hidden;
  min-height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ebe5e6;
  z-index: 1;
}
@media (max-width: 767px) {
  .inner-banner-section {
    min-height: 300px;
  }
}
.inner-banner-section img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.7);
  object-fit: cover;
}
.inner-banner-section .home-banner-inner h2 {
  font-size: 52px;
  color: white;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding-top: 100px;
  animation-duration: 2s;
}
@media (max-width: 767px) {
  .inner-banner-section .home-banner-inner h2 {
    font-size: 30px;
    padding-top: 70px;
  }
}

.step-section-wrapper {
  margin-bottom: 100px;
  margin-top: 50px;
}
.step-section-wrapper .step-section-inner .top {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .top {
    flex-direction: column;
  }
}
.step-section-wrapper .step-section-inner .top h2 {
  text-transform: uppercase;
  width: 260px;
  color: #4c4d4f;
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .top h2 {
    width: 100%;
    font-size: 42px;
  }
}
.step-section-wrapper .step-section-inner .top p {
  padding-top: 5px;
  width: calc(100% - 260px);
  margin-bottom: 0;
  color: #ed1a3b;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 991px) {
  .step-section-wrapper .step-section-inner .top p {
    font-size: 20px;
  }
}
.step-section-wrapper .step-section-inner .top p span {
  color: #4c4d4f;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .top p span {
    margin-left: 0;
    display: block;
  }
}
.step-section-wrapper .step-section-inner .top p::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .top p::after {
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .top p {
    width: 100%;
  }
}
.step-section-wrapper .step-section-inner .middle {
  margin-top: 70px;
  margin-bottom: 100px;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1199px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button {
  background-color: transparent;
  width: 100%;
  padding: 20px 15px;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button h4 {
  color: #ed1a3b;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button h4 {
    font-size: 20px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section {
  padding: 8px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  color: #4c4d4f;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section {
    font-size: 16px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section .image-box {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section .image-box .hover-before {
  visibility: hidden;
  opacity: 0;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section .image-box .hover-after {
  visibility: visible;
  opacity: 1;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section p {
  margin-top: 0;
  font-weight: 400;
  color: #4c4d4f;
  font-size: 22px;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section p {
    font-size: 20px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section p span {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button .price-image-section p span {
    font-size: 24px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button p {
  font-weight: 500;
  font-size: 18px;
  color: #4c4d4f;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button p {
    font-size: 16px;
  }
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover {
  border-color: #ed1a3b;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover h4 {
  color: #4c4d4f;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover .price-image-section {
  background-color: #ed1a3b;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover .price-image-section .hover-before {
  visibility: visible;
  opacity: 1;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover .price-image-section .hover-after {
  visibility: hidden;
  opacity: 0;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:hover .price-image-section p {
  color: white;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus {
  border-color: #ed1a3b;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus h4 {
  color: #4c4d4f;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus .price-image-section {
  background-color: #ed1a3b;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus .price-image-section .hover-before {
  visibility: visible;
  opacity: 1;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus .price-image-section .hover-after {
  visibility: hidden;
  opacity: 0;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box button:focus .price-image-section p {
  color: white;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active {
  border-color: #ed1a3b;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.1);
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active h4 {
  color: #4c4d4f;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active .price-image-section {
  background-color: #ed1a3b;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active .price-image-section .hover-before {
  visibility: visible !important;
  opacity: 1 !important;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active .price-image-section .hover-after {
  visibility: hidden !important;
  opacity: 0 !important;
}
.step-section-wrapper .step-section-inner .middle .step1-wrapper .step1-box .active .price-image-section p {
  color: white;
}
.step-section-wrapper .step-section-inner .bottom-next-prev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.step-section-wrapper .step-section-inner .bottom-next-prev::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #424242;
  width: 100%;
  height: 2px;
  content: "";
  z-index: -1;
}
.step-section-wrapper .step-section-inner .bottom-next-prev a {
  text-decoration: none;
  color: #424242;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  user-select: none;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .bottom-next-prev a {
    font-size: 16px;
  }
}
.step-section-wrapper .step-section-inner .bottom-next-prev .previous {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .bottom-next-prev .previous {
    padding-right: 20px;
  }
}
.step-section-wrapper .step-section-inner .bottom-next-prev .previous img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .bottom-next-prev .previous img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.step-section-wrapper .step-section-inner .bottom-next-prev .next {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .bottom-next-prev .next {
    padding-left: 20px;
  }
}
.step-section-wrapper .step-section-inner .bottom-next-prev .next img {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .step-section-wrapper .step-section-inner .bottom-next-prev .next img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.step-section-wrapper .step-section-inner .bottom-next-prev .notclickable {
  pointer-events: none;
  user-select: none;
  color: #b3b3b3;
}
.step-section-wrapper .step-section-inner .bottom-next-prev .notclickable img {
  opacity: 0.4;
}

.bottom-sticky-wrapper {
  background-color: #ed1a3b;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  z-index: 9999;
  transition: 0.3s ease-in-out;
  transform-origin: bottom;
  animation: bgcolor 5s linear infinite;
}
.bottom-sticky-wrapper .bottom-next-prev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bottom-sticky-wrapper .bottom-next-prev a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  user-select: none;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev a span {
    display: none;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .sticky-cart h5 {
  margin-bottom: 0;
  color: white;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev .sticky-cart h5 {
    font-size: 16px;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .previous {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev .previous {
    padding-right: 20px;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .previous img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev .previous img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .next {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev .next {
    padding-left: 20px;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .next img {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .bottom-sticky-wrapper .bottom-next-prev .next img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.bottom-sticky-wrapper .bottom-next-prev .notclickable {
  pointer-events: none;
  user-select: none;
}
@keyframes bgcolor {
  0% {
    background-color: rgba(237, 26, 59, 0.97);
  }
  50% {
    background-color: rgb(237, 26, 59);
  }
  100% {
    background-color: rgba(237, 26, 59, 0.97);
  }
}
.middle .step2-wrapper form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .middle .step2-wrapper form {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .middle .step2-wrapper form {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.middle .step2-wrapper form .step2-box .form-group label {
  font-size: 18px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 12px;
}
.middle .step2-wrapper form .step2-box .form-group input {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
  color: #4c4d4f;
}
.middle .step2-wrapper form .step2-box .form-group input:focus {
  box-shadow: none;
}
.middle .step2-wrapper form .step2-box .form-group select {
  color: #4c4d4f;
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
}
.middle .step2-wrapper form .step2-box .form-group select:focus {
  box-shadow: none;
}
.middle .step2-wrapper form .step2-box .form-group input[type=date] {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
}
.middle .step2-wrapper form .step2-box .form-group input[type=date]::before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f073";
  font-family: "fontAwesome";
  z-index: -1;
  color: #4c4d4f;
}
.middle .step2-wrapper form .step2-box .form-group input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.middle .step2-wrapper form .step2-box .form-group .functiontype-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../assets/images/step/downarrow.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 16px;
  padding-right: 2rem;
}
.middle .step2-wrapper form .step2-box .function-time-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.middle .step2-wrapper form .step2-box .function-time-wrapper div {
  width: 45%;
}
.middle .step2-wrapper form .step2-box .function-time-wrapper p {
  margin-bottom: 0;
  font-size: 18px;
  color: #4c4d4f;
  font-weight: 500;
}
.middle .step2-wrapper form .step2-box .submit-btn {
  margin-top: 40px;
  width: 100%;
  background-color: #ed1a3b;
  border-radius: 50px;
  padding: 16px 0;
  text-align: center;
  border: 0px solid transparent;
  color: white;
  font-size: 28px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .middle .step2-wrapper form .step2-box .submit-btn {
    font-size: 22px;
    padding: 15px 0;
  }
}
.middle .step2-wrapper form .step2-box .submit-btn:hover {
  background-color: #4c4d4f;
}

.middle .step3-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}
@media (max-width: 1024px) {
  .middle .step3-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.middle .step3-wrapper .step3-box {
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box {
    padding: 20px 15px;
  }
}
.middle .step3-wrapper .step3-box .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .left {
    width: 50%;
  }
}
.middle .step3-wrapper .step3-box .left h3 {
  font-size: 24px;
  color: #ed1a3b;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .left h3 {
    font-size: 18px;
  }
}
.middle .step3-wrapper .step3-box .left .list {
  margin: 20px 0;
}
.middle .step3-wrapper .step3-box .left .list ul {
  margin: 0;
  padding: 0;
}
.middle .step3-wrapper .step3-box .left .list ul li {
  list-style: none;
  color: #4c4d4f;
  font-size: 16px;
  font-weight: 500;
}
.middle .step3-wrapper .step3-box .left .view-details a {
  text-decoration: none;
  font-size: 18px;
  color: #545bc6;
  font-weight: 500;
  border-bottom: 2px solid rgba(84, 91, 198, 0.5);
  transition: 0.3s ease-in-out;
}
.middle .step3-wrapper .step3-box .left .view-details a:hover {
  color: #ed1a3b;
  border-color: #ed1a3b;
}
.middle .step3-wrapper .step3-box .right {
  text-align: center;
  width: 40%;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .right {
    width: 50%;
  }
}
.middle .step3-wrapper .step3-box .right .add-card a {
  text-decoration: none;
  display: block;
  background-color: #ed1a3b;
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 0;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.middle .step3-wrapper .step3-box .right .add-card a:hover {
  background-color: #4c4d4f;
}
.middle .step3-wrapper .step3-box .right .price-box {
  margin-top: 20px;
  background-color: #f5eeef;
  border-radius: 25px;
  padding: 25px 5px;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .right .price-box {
    font-size: 16px;
  }
}
.middle .step3-wrapper .step3-box .right .price-box p {
  margin-bottom: 0;
  font-weight: 400;
  color: #4c4d4f;
  font-size: 22px;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .right .price-box p {
    font-size: 18px;
  }
}
.middle .step3-wrapper .step3-box .right .price-box p span {
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .middle .step3-wrapper .step3-box .right .price-box p span {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog {
    max-width: 97%;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 25px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px solid transparent;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  user-select: none;
  width: unset;
  height: unset;
  background-image: unset;
  background-color: transparent;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .btn-close img {
    width: 30px;
    height: 30px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 40px 40px 40px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 15px 20px 15px;
  }
}

.step3-modal .modal-body .top-title-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .top-title-text {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .step3-modal .modal-body .top-title-text {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .step3-modal .modal-body .top-title-text .left-title {
    margin-bottom: 15px;
  }
}
.step3-modal .modal-body .top-title-text .left-title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .top-title-text .left-title h3 {
    font-size: 20px;
  }
}
.step3-modal .modal-body .top-title-text .right-price-text {
  background-color: #ed1a3b;
  padding: 15px 50px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .top-title-text .right-price-text {
    padding: 10px 30px;
  }
}
.step3-modal .modal-body .top-title-text .right-price-text p {
  margin-bottom: 0;
  color: white;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .top-title-text .right-price-text p {
    font-size: 16px;
  }
}
.step3-modal .modal-body .top-title-text .right-price-text p span {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .top-title-text .right-price-text p span {
    font-size: 18px;
  }
}
.step3-modal .modal-body .list-wrapper {
  background-color: #f8eeef;
  padding: 20px 50px;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .list-wrapper {
    margin-bottom: 20px;
    padding: 15px 15px;
  }
}
.step3-modal .modal-body .list-wrapper ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .step3-modal .modal-body .list-wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .step3-modal .modal-body .list-wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.step3-modal .modal-body .list-wrapper ul li {
  list-style: none;
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.step3-modal .modal-body .list-wrapper ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #5c5c5c;
  border-radius: 50%;
}
.step3-modal .modal-body .special-function {
  margin-bottom: 30px;
}
.step3-modal .modal-body .special-function h4 {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .special-function h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.step3-modal .modal-body .special-function .packages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 15px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .special-function .packages-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .step3-modal .modal-body .special-function .packages-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a {
  padding: 8px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eaeaea;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a .image-box {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background-color: white;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a .image-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .special-function .packages-wrapper .packages-box a .image-box img {
    width: 35px;
    height: 35px;
  }
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a .image-box .hover-before {
  visibility: hidden;
  opacity: 0;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a .image-box .hover-after {
  visibility: visible;
  opacity: 1;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a:hover {
  background-color: #ed1a3b;
  color: white;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a:hover .hover-after {
  visibility: hidden;
  opacity: 0;
}
.step3-modal .modal-body .special-function .packages-wrapper .packages-box a:hover .hover-before {
  visibility: visible;
  opacity: 1;
}
.step3-modal .modal-body .terms-condition {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .terms-condition {
    padding: 0 0;
  }
}
.step3-modal .modal-body .terms-condition h4 {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .step3-modal .modal-body .terms-condition h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.step3-modal .modal-body .terms-condition ul {
  margin: 0;
  padding: 0;
}
.step3-modal .modal-body .terms-condition ul li {
  list-style: none;
  font-size: 16px;
  color: #5c5c5c;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}
.step3-modal .modal-body .terms-condition ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #ed1a3b;
  border-radius: 50%;
}

.add-items-section-modal .modal-body .titles-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.add-items-section-modal .modal-body .titles-wrapper h3 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .add-items-section-modal .modal-body .titles-wrapper h3 {
    font-size: 22px;
  }
}
.add-items-section-modal .modal-body .tables-wrapper table thead {
  background-color: #f8eeef;
  border-radius: 50px;
}
.add-items-section-modal .modal-body .tables-wrapper table thead th {
  font-weight: 500;
  padding: 15px 35px;
  border-bottom: 0px solid transparent;
  color: #4c4d4f;
  text-align: center;
}
@media (max-width: 767px) {
  .add-items-section-modal .modal-body .tables-wrapper table thead th {
    font-size: 13px;
    padding: 12px 8px;
    line-height: 20px;
  }
}
.add-items-section-modal .modal-body .tables-wrapper table thead th:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: left !important;
}
.add-items-section-modal .modal-body .tables-wrapper table thead th:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td {
  padding: 15px 35px;
  text-align: center;
  color: #4c4d4f;
  font-weight: 500;
}
@media (max-width: 767px) {
  .add-items-section-modal .modal-body .tables-wrapper table tbody tr td {
    font-size: 13px;
    padding: 12px 8px;
    line-height: 20px;
  }
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td:first-child {
  text-align: left !important;
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td input {
  border-radius: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgb(222, 226, 230);
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td input:focus {
  box-shadow: none;
  border-color: rgb(222, 226, 230);
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td input:checked[type=checkbox] {
  position: relative;
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td .form-check-input:checked {
  background-color: transparent;
  position: relative;
  transition: 0.2s ease-in-out;
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td .form-check-input:checked::after {
  position: absolute;
  left: 3px;
  top: -1px;
  content: "✔";
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.add-items-section-modal .modal-body .tables-wrapper table tbody tr td .form-check-input:checked[type=checkbox] {
  background-image: unset;
}
.add-items-section-modal .modal-body .tables-wrapper .submit-wrapper {
  text-align: center;
  margin-top: 50px;
}
.add-items-section-modal .modal-body .tables-wrapper .submit-wrapper .submit-btn {
  font-size: 18px;
  padding: 15px 80px;
  background-color: #ed1a3b;
  color: white;
  font-weight: 500;
  border: 0px solid transparent;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.add-items-section-modal .modal-body .tables-wrapper .submit-wrapper .submit-btn:hover {
  background-color: #4c4d4f;
}

.view-details-modal .modal-body .top-image img {
  width: 100%;
}
.view-details-modal .modal-body .bottom-details {
  margin-top: 20px;
}
.view-details-modal .modal-body .bottom-details h4 {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .view-details-modal .modal-body .bottom-details h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.view-details-modal .modal-body .bottom-details ul {
  margin: 0;
  padding: 0;
}
.view-details-modal .modal-body .bottom-details ul li {
  list-style: none;
  font-size: 16px;
  color: #5c5c5c;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}
.view-details-modal .modal-body .bottom-details ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #ed1a3b;
  border-radius: 50%;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.middle .step4-wrapper .small-gathering {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .middle .step4-wrapper .small-gathering {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
.middle .step4-wrapper .small-gathering .left-box {
  width: 39%;
}
@media (max-width: 991px) {
  .middle .step4-wrapper .small-gathering .left-box {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.middle .step4-wrapper .small-gathering .left-box h5 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .small-gathering .left-box h5 {
    font-size: 20px;
  }
}
.middle .step4-wrapper .small-gathering .left-box p {
  color: #4c4d4f;
  font-weight: 500;
  line-height: 22px;
}
.middle .step4-wrapper .small-gathering .right-box {
  text-align: center;
}
@media (max-width: 991px) {
  .middle .step4-wrapper .small-gathering .right-box {
    width: 100%;
    text-align: left;
  }
}
.middle .step4-wrapper .small-gathering .right-box h5 {
  font-size: 22px;
  color: #ed1a3b;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .small-gathering .right-box h5 {
    font-size: 20px;
  }
}
.middle .step4-wrapper .small-gathering .right-box p {
  font-size: 18px;
  font-weight: 500;
  color: #4c4d4f;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .small-gathering .right-box p {
    font-size: 16px;
  }
}
.middle .step4-wrapper .small-gathering div {
  position: relative;
}
.middle .step4-wrapper .small-gathering div::after {
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 111px;
  content: "";
  background-color: #ccc;
}
@media (max-width: 1199px) {
  .middle .step4-wrapper .small-gathering div::after {
    right: -35px;
  }
}
@media (max-width: 991px) {
  .middle .step4-wrapper .small-gathering div::after {
    display: none;
  }
}
.middle .step4-wrapper .small-gathering div:last-child::after {
  display: none;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper {
  margin-bottom: 50px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  padding-right: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box {
  width: 18%;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box {
    width: 19%;
  }
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box {
    width: 100%;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box img {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    max-height: 300px;
  }
}
@media (max-width: 575px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .image-box img {
    max-height: 250px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper {
  width: 40%;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .top {
  margin-bottom: 10px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 {
  font-size: 26px;
  color: #ed1a3b;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 {
    font-size: 22px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 span {
  font-size: 16px;
  color: #4c4d4f;
  margin-left: 15px;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 span {
    margin-left: 10px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input {
  border-radius: 0;
  border: 1px solid #ccc;
  margin-top: 6px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input:focus {
  box-shadow: none;
  outline: none;
  border-color: #ccc;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input:checked[type=checkbox] {
  position: relative;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked {
  background-color: transparent;
  position: relative;
  transition: 0.2s ease-in-out;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked::after {
  position: absolute;
  left: 2px;
  top: 0;
  content: "✔";
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked[type=checkbox] {
  background-image: unset;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box label {
  user-select: none;
  color: #4c4d4f;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box label {
    font-size: 15px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper {
  width: 18%;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper {
    width: 22%;
  }
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper h5 {
  padding-top: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 18px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p {
  font-size: 16px;
  color: #4c4d4f;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p .check {
  width: 20px;
  color: green;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 900;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p span {
  width: calc(100% - 50px);
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p span {
    font-size: 15px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p button {
  margin-left: 10px;
  width: 30px;
  border: none;
  background-color: transparent;
  color: #ed1a3b;
  font-size: 18px;
  font-weight: 900;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .other-paid-items-wrapper p button:focus {
  background-color: transparent;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .add-item-button button {
  border: none;
  background-color: transparent;
  color: #4c4d4f;
  font-weight: 500;
  line-height: 20px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .add-item-button button i {
  margin-bottom: 5px;
  width: 100%;
  background-color: #ed1a3b;
  color: white;
  padding: 18px 0;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .add-item-inner .add-item-button button i {
    font-size: 26px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .note-wrapper {
  margin-top: 15px;
  padding-left: 50px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .note-wrapper {
    padding-left: 15px;
  }
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .note-wrapper .note-left {
  margin-right: 10px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .note-wrapper .note-left p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ed1a3b;
  line-height: 18px;
}
.middle .step4-wrapper .add-item-whole-wrapper .add-item-wrapper .note-wrapper .note-right p {
  font-size: 14px;
  margin-bottom: 0;
  color: #4c4d4f;
  line-height: 18px;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .add-extra-section-btn {
  margin-bottom: 50px;
  text-align: center;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .add-extra-section-btn button {
  background-color: #ed1a3b;
  color: white;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  border: 0px solid transparent;
  padding: 15px 50px;
  font-size: 20px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .add-extra-section-btn button {
    font-size: 18px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .add-extra-section-btn button:hover {
  background-color: #4c4d4f;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner h4 {
  color: #4c4d4f;
  margin-bottom: 30px;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper {
  margin-bottom: 30px;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  padding-right: 30px;
  overflow: hidden;
  border: 2px solid #ed1a3b;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner {
    flex-direction: column;
    padding-right: 0;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box {
  width: 18%;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box {
    width: 19%;
  }
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box {
    width: 100%;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box img {
  width: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box img {
    width: 100%;
    max-height: 300px;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .image-box img {
    max-height: 250px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper {
  width: 68%;
  padding: 25px 0;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .top {
  margin-bottom: 10px;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 {
  font-size: 26px;
  color: #ed1a3b;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 {
    font-size: 22px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 span {
  font-size: 16px;
  color: #4c4d4f;
  margin-left: 15px;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .top h5 span {
    margin-left: 10px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input {
  border-radius: 0;
  border: 1px solid #ccc;
  margin-top: 6px;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input:focus {
  box-shadow: none;
  outline: none;
  border-color: #ccc;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box input:checked[type=checkbox] {
  position: relative;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked {
  background-color: transparent;
  position: relative;
  transition: 0.2s ease-in-out;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked::after {
  position: absolute;
  left: 2px;
  top: 0;
  content: "✓";
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box .form-check-input:checked[type=checkbox] {
  background-image: unset;
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box label {
  user-select: none;
  color: #4c4d4f;
}
@media (max-width: 1399px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .select-box-wrapper .select-inner .select-box label {
    font-size: 15px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .add-item-button {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1024px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .add-item-button {
    padding: 30px 0;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .add-item-button button {
  border: none;
  background-color: transparent;
  color: #4c4d4f;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .add-item-button button img {
    max-width: 24px;
  }
}
.middle .step4-wrapper .add-extra-section-whole-wrapper .extra-section-inner .add-item-wrapper .add-item-inner .add-item-button button i {
  margin-bottom: 5px;
  width: 100%;
  background-color: #ed1a3b;
  color: white;
  padding: 18px 0;
  border-radius: 25px;
  font-size: 30px;
}

.fixed-menu-wrapper {
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 95px;
}
@media (max-width: 767px) {
  .fixed-menu-wrapper {
    right: 12px;
    bottom: 75px;
  }
}
.fixed-menu-wrapper .fmenu-list {
  background-color: #ed1a3b;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  height: 0%;
  transition: 0.3s ease-in-out;
}
.fixed-menu-wrapper .fmenu-list ul {
  margin: 0;
  padding: 0;
}
.fixed-menu-wrapper .fmenu-list ul li {
  list-style: none;
}
.fixed-menu-wrapper .fmenu-list ul li a {
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.fixed-menu-wrapper .fmenu-list ul li a:hover {
  color: #4c4d4f;
}
.fixed-menu-wrapper .fmenu-list ul li .activelink {
  color: #4c4d4f !important;
}
.fixed-menu-wrapper .show {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.fixed-menu-wrapper .fmenu-btn {
  margin-top: 2px;
  text-align: right;
}
.fixed-menu-wrapper .fmenu-btn button {
  text-align: center;
  width: 134px;
  background-color: #ed1a3b;
  border: none;
  color: white;
  padding: 8px 10px;
  border-radius: 10px;
}
.fixed-menu-wrapper .fmenu-btn button .categoryclose {
  display: none;
}
.fixed-menu-wrapper .fmenu-btn .closestate .categoryclose {
  display: block;
}
.fixed-menu-wrapper .fmenu-btn .closestate .categorylist {
  display: none;
}

.middle .step5-wrapper .typesof-wrapper {
  margin-bottom: 50px;
}
.middle .step5-wrapper .typesof-wrapper h4 {
  color: #4c4d4f;
  margin-bottom: 50px;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item {
  padding: 10px;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item {
    padding: 10px 0;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box {
  border: 2px solid #ccc;
  border-radius: 25px;
  overflow: hidden;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .image-box {
  border-bottom: 2px solid #ccc;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .image-box img {
  width: 100%;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details {
  text-align: center;
  padding: 0 15px;
  margin: 20px 0;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h5 {
  font-size: 26px;
  color: #ed1a3b;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h5 {
    font-size: 20px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h6 {
    font-size: 16px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h6 span {
  font-size: 26px;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details h6 span {
    font-size: 22px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details p {
  color: #4c4d4f;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .details p {
    font-size: 16px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom {
  padding: 0 15px 30px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom {
    padding: 0 5px 25px 5px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom h6 {
  font-size: 18px;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom h6 {
    font-size: 15px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom input {
  text-align: center;
  margin: 0 10px;
  max-width: 100px;
  border-radius: 0;
  height: 60px;
  border: 2px solid #ccc;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom input {
    max-width: 80px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom input:focus {
  box-shadow: none;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom .input-wrapper {
  text-align: center;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom .input-wrapper button {
  color: #545bc6;
  font-size: 14px;
  text-decoration: underline;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom button {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 18px;
  color: #4c4d4f;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom button {
    font-size: 15px;
  }
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .item .item-box .bottom button img {
  width: 70px;
  margin: 0 auto;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .owl-nav {
  margin: 0;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 110px;
  font-weight: 100;
  color: #ccc;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .owl-nav .owl-next {
  color: #ccc;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 110px;
  font-weight: 100;
}
.middle .step5-wrapper .typesof-wrapper .types-of-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}

.middle .step6-wrapper form h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .middle .step6-wrapper form h4 {
    font-size: 22px;
  }
}
.middle .step6-wrapper form .step6-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .middle .step6-wrapper form .step6-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .middle .step6-wrapper form .step6-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group label {
  font-size: 18px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 12px;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group input {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
  color: #4c4d4f;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group input:focus {
  box-shadow: none;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group textarea {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
  color: #4c4d4f;
  resize: none;
  height: 211px;
}
@media (max-width: 1024px) {
  .middle .step6-wrapper form .step6-inner .step2-box .form-group textarea {
    height: 190px;
  }
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group textarea:focus {
  box-shadow: none;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group select {
  color: #4c4d4f;
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group select:focus {
  box-shadow: none;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group input[type=date] {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group input[type=date]::before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f073";
  font-family: "fontAwesome";
  z-index: -1;
  color: #4c4d4f;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.middle .step6-wrapper form .step6-inner .step2-box .form-group .functiontype-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../assets/images/step/downarrow.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 16px;
  padding-right: 2rem;
}
.middle .step6-wrapper form .step6-inner .step2-box .function-time-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.middle .step6-wrapper form .step6-inner .step2-box .function-time-wrapper div {
  width: 45%;
}
.middle .step6-wrapper form .step6-inner .step2-box .function-time-wrapper p {
  margin-bottom: 0;
  font-size: 18px;
  color: #4c4d4f;
  font-weight: 500;
}
.middle .step6-wrapper form .step6-inner .venue-address-box {
  grid-row-start: 1;
  grid-row-end: 3;
}
.middle .step6-wrapper form .submit-wrapper {
  text-align: center;
}
.middle .step6-wrapper form .submit-wrapper .submit-btn {
  background-color: #ed1a3b;
  border-radius: 50px;
  padding: 16px 100px;
  text-align: center;
  border: 0px solid transparent;
  color: white;
  font-size: 28px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .middle .step6-wrapper form .submit-wrapper .submit-btn {
    font-size: 20px;
  }
}
.middle .step6-wrapper form .submit-wrapper .submit-btn:hover {
  background-color: #4c4d4f;
}

.middle .step7-wrapper .step7-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .middle .step7-wrapper .step7-inner {
    flex-direction: column;
  }
}
.middle .step7-wrapper .step7-inner .left-side {
  width: 63%;
}
@media (max-width: 1199px) {
  .middle .step7-wrapper .step7-inner .left-side {
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper {
  border-bottom: 2px solid #ccc;
  padding-bottom: 40px;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package {
  margin-bottom: 10px;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package a {
  color: #545bc6;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .edit-package a {
    font-size: 16px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper h4 {
    font-size: 22px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
  width: 45%;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 575px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 {
    font-size: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 span {
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person h6 span {
    font-size: 24px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li {
    font-size: 15px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .per-person ul li span {
  color: #4c4d4f;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
  padding-top: 7px;
  width: 22%;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section {
    padding-right: 35px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 {
    font-size: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section h6 span {
  font-weight: 600;
  font-size: 28px;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul {
  margin: 0;
  padding: 0;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li {
    font-size: 15px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li span {
  color: #4c4d4f;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .extra-section ul li button {
  margin-left: 10px;
  width: 30px;
  border: none;
  background-color: transparent;
  color: #ed1a3b;
  font-size: 18px;
  font-weight: 900;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service {
  padding-top: 7px;
  width: 22%;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service {
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 {
  font-size: 22px;
  font-weight: 500;
  color: #4c4d4f;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 {
    font-size: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service h6 span {
  font-weight: 600;
  font-size: 28px;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul {
  margin: 0;
  padding: 0;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li {
    font-size: 15px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #cfcfcf;
  border-radius: 50%;
}
.middle .step7-wrapper .step7-inner .left-side .inner-wrapper .list-section .other-service ul li span {
  color: #4c4d4f;
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper {
  margin-top: 40px;
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package {
  margin-bottom: 10px;
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package a {
  color: #545bc6;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .edit-package a {
    font-size: 16px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper h4 {
    font-size: 22px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: 0px solid transparent;
}
@media (max-width: 991px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 15px;
  }
}
@media (max-width: 575px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
  width: 25%;
}
@media (max-width: 991px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 575px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 19px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .details h6 {
    font-size: 16px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details {
  width: 25%;
}
@media (max-width: 991px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details {
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details h6 {
    font-size: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details p {
  margin-bottom: 0;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-details p {
    font-size: 15px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location {
  width: 25%;
}
@media (max-width: 991px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location {
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location h6 {
  color: #4c4d4f;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location h6 {
    font-size: 20px;
  }
}
.middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location p {
  margin-bottom: 0;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .left-side .bottom-wrapper .inner-wrapper .function-location p {
    font-size: 15px;
  }
}
.middle .step7-wrapper .step7-inner .right-side {
  width: 31%;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .middle .step7-wrapper .step7-inner .right-side {
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .right-side h4 {
  font-size: 26px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .right-side h4 {
    font-size: 22px;
  }
}
.middle .step7-wrapper .step7-inner .right-side .top-section {
  border-bottom: 2px dotted #4c4d4f;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.middle .step7-wrapper .step7-inner .right-side .top-section h6 {
  font-size: 17px;
  color: #4c4d4f;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .right-side .top-section h6 {
    font-size: 16px;
  }
}
.middle .step7-wrapper .step7-inner .right-side .bottom-section {
  border-bottom: 2px dotted #4c4d4f;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.middle .step7-wrapper .step7-inner .right-side .bottom-section h6 {
  font-size: 17px;
  color: #4c4d4f;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .right-side .bottom-section h6 {
    font-size: 16px;
  }
}
.middle .step7-wrapper .step7-inner .right-side .bottom-section h6 .total {
  color: #ed1a3b;
}
.middle .step7-wrapper .step7-inner .right-side .note p {
  margin-bottom: 0;
  color: #4c4d4f;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.middle .step7-wrapper .step7-inner .right-side .note p i {
  margin-top: 2px;
  background-color: #ed1a3b;
  color: white;
  margin-right: 3px;
  font-size: 9px;
  padding: 3px 5px;
  border-radius: 50%;
  max-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle .step7-wrapper .step7-inner .right-side .payment-btn-wrapper {
  text-align: center;
  margin: 30px 0;
}
.middle .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button {
  transition: 0.3s ease-in-out;
  font-size: 20px;
  color: white;
  font-weight: 500;
  background-color: #ed1a3b;
  border: 0px solid transparent;
  padding: 16px 0;
  border-radius: 50px;
  width: 92%;
}
@media (max-width: 767px) {
  .middle .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button {
    font-size: 18px;
    width: 100%;
  }
}
.middle .step7-wrapper .step7-inner .right-side .payment-btn-wrapper button:hover {
  background-color: #4c4d4f;
}
.middle .step7-wrapper .step7-inner .right-side .payment-image {
  text-align: center;
}
.middle .step7-wrapper .step7-inner .right-side .payment-image img {
  max-width: 316px;
  margin: 0 auto;
}

.login-wrapper {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .login-wrapper {
    width: 100%;
  }
}
.login-wrapper form .form-group {
  margin-bottom: 15px;
}
.login-wrapper form .form-group label {
  font-size: 18px;
  color: #4c4d4f;
  font-weight: 500;
  margin-bottom: 0px;
}
.login-wrapper form .otp-field-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login-wrapper form .otp-field-wrapper input {
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #4c4d4f;
  margin: 0 2px;
  padding: 5px !important;
}
.login-wrapper form .otp-field-wrapper .splitter {
  padding: 0 5px;
  color: #4c4d4f;
  font-size: 24px;
}
.login-wrapper form .otp-field-wrapper .prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: #4c4d4f;
}
.login-wrapper form input {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
  color: #4c4d4f;
}
.login-wrapper form input:focus {
  box-shadow: none;
  border-color: #dfdfdf;
  outline: none;
}
.login-wrapper form input[type=date] {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
}
.login-wrapper form input[type=date]::before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f073";
  font-family: "fontAwesome";
  z-index: -1;
  color: #4c4d4f;
}
.login-wrapper form input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.login-wrapper form .submit-wrapper {
  text-align: center;
}
.login-wrapper form .submit-wrapper .submit-btn {
  margin-top: 30px;
  background-color: #ed1a3b;
  border-radius: 50px;
  padding: 15px 100px;
  text-align: center;
  border: 0px solid transparent;
  color: white;
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .login-wrapper form .submit-wrapper .submit-btn {
    font-size: 20px;
    padding: 12px 50px;
  }
}
.login-wrapper form .submit-wrapper .submit-btn:hover {
  background-color: #4c4d4f;
}
.login-wrapper .forgot-wrapper {
  text-align: center;
  margin-top: 70px;
}
.login-wrapper .forgot-wrapper .forgot a {
  color: #4c4d4f;
  text-decoration: underline;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.login-wrapper .forgot-wrapper .forgot a:hover {
  text-decoration: none;
  color: #4c4d4f;
}
.login-wrapper .forgot-wrapper .forgot-bottom h6 {
  color: #4c4d4f;
  font-size: 16px;
}
.login-wrapper .forgot-wrapper .forgot-bottom h6 a {
  color: #4c4d4f;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.login-wrapper .forgot-wrapper .forgot-bottom h6 a:hover {
  text-decoration: none;
  color: #4c4d4f;
}

.login-banner-section {
  z-index: 1;
  padding-top: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.login-banner-section .login-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.login-banner-section .login-slider img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .login-banner-section {
    padding-top: 150px;
  }
}
.login-banner-section .login-register-banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner {
    flex-direction: column;
    align-items: unset;
  }
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .left-sides {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.login-banner-section .login-register-banner-inner .left-sides h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .left-sides h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .login-banner-section .login-register-banner-inner .left-sides h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.login-banner-section .login-register-banner-inner .right-sides {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
  padding: 30px 50px 100px 50px;
  width: 45%;
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .right-sides {
    padding: 20px 10px 50px 10px;
    width: 100%;
  }
}
.login-banner-section .login-register-banner-inner .right-sides .login-title {
  margin-bottom: 30px;
}
.login-banner-section .login-register-banner-inner .right-sides .login-title h2 {
  font-size: 42px;
  font-weight: 500;
  color: #4c4d4f;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .login-banner-section .login-register-banner-inner .right-sides .login-title h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .right-sides .login-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .login-banner-section .login-register-banner-inner .right-sides .login-title h2 {
    font-size: 30px;
  }
}
.login-banner-section .login-register-banner-inner .right-sides .register-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1399px) {
  .login-banner-section .login-register-banner-inner .right-sides .register-title {
    flex-direction: column;
  }
}
.login-banner-section .login-register-banner-inner .right-sides .register-title h6 {
  color: #4c4d4f;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .right-sides .register-title h6 {
    font-size: 14px;
    text-align: center;
  }
}
.login-banner-section .login-register-banner-inner .right-sides .register-title h6 a {
  text-decoration: none;
  color: #ed1a3b;
  text-transform: uppercase;
}
.login-banner-section .login-register-banner-inner .right-sides .register-title h6 a:hover {
  text-decoration: underline;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group {
  margin-bottom: 15px;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group label {
  color: #4c4d4f;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group input {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 16px;
  color: #4c4d4f;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group input:focus {
  box-shadow: none;
  outline: none;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group input[type=date] {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: 1;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group input[type=date]::before {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f073";
  font-family: "fontAwesome";
  z-index: -1;
  color: #4c4d4f;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group .submit-btn {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 30px;
  background-color: #ed1a3b;
  border-radius: 50px;
  padding: 15px 0px;
  text-align: center;
  border: 0px solid transparent;
  color: white;
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .login-banner-section .login-register-banner-inner .right-sides form .form-group .submit-btn {
    font-size: 20px;
    padding: 12px 50px;
  }
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group .submit-btn:hover {
  background-color: #4c4d4f;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group .resend-otp-btn {
  color: #4c4d4f;
  text-align: center;
  background-color: transparent;
  border: none;
  width: 100%;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group .resend-otp-btn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.login-banner-section .login-register-banner-inner .right-sides form .form-group .resend-otp-btn:hover {
  color: #ed1a3b;
}
.login-banner-section .login-register-banner-inner .right-sides form .submit-btn {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 30px;
  background-color: #ed1a3b;
  border-radius: 50px;
  padding: 15px 0px;
  text-align: center;
  border: 0px solid transparent;
  color: white;
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .login-banner-section .login-register-banner-inner .right-sides form .submit-btn {
    font-size: 20px;
    padding: 12px 50px;
  }
}
.login-banner-section .login-register-banner-inner .right-sides form .submit-btn:hover {
  background-color: #4c4d4f;
}
.login-banner-section .login-register-banner-inner .right-sides .bottom-login-register {
  text-align: center;
  margin-top: 30px;
}
.login-banner-section .login-register-banner-inner .right-sides .bottom-login-register h6 {
  color: #4c4d4f;
}
@media (max-width: 991px) {
  .login-banner-section .login-register-banner-inner .right-sides .bottom-login-register h6 {
    font-size: 14px;
  }
}
.login-banner-section .login-register-banner-inner .right-sides .bottom-login-register h6 a {
  text-decoration: none;
  color: #ed1a3b;
  text-transform: uppercase;
}
.login-banner-section .login-register-banner-inner .right-sides .bottom-login-register h6 a:hover {
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .login-banner .login-slider img {
    height: 707px;
  }
}
@media (max-width: 1199px) {
  .login-banner .login-slider img {
    height: 776.75px;
  }
}

@media (max-width: 1399px) {
  .registration-banner .login-slider img {
    height: 1041px;
  }
}
@media (max-width: 767px) {
  .registration-banner .login-slider img {
    height: 1052.17px;
  }
}

.orders-whole-wrapper .orders-outer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 1024px) {
  .orders-whole-wrapper .orders-outer-wrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box {
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box {
    padding: 10px;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left {
  width: 37%;
}
@media (max-width: 1530px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left img {
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 1530px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left img {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-left img {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right {
  width: 60%;
}
@media (max-width: 1530px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right {
    width: 100%;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px;
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div:last-child {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div {
    justify-content: space-between;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
  font-size: 18px;
  color: #4c4d4f;
  margin-bottom: 0px;
  width: 55%;
}
@media (max-width: 1366px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h5 {
    font-size: 14px;
    width: unset;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div a {
  color: #4c4d4f;
  text-decoration: none !important;
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
  width: 45%;
  font-size: 16px;
  color: #4c4d4f;
  margin-bottom: 0px;
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h6 a {
  color: #4c4d4f;
  text-decoration: none !important;
}
@media (max-width: 1366px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .order-top .order-top-right div h6 {
    font-size: 14px;
    width: unset;
  }
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .view-order-btn-wrapper {
    text-align: center;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .view-order-btn-wrapper button {
  border: 0px solid transparent;
  text-decoration: none;
  padding: 0px;
  font-size: 18px;
  color: #545bc6;
  font-weight: 500;
  border-bottom: 2px solid rgba(84, 91, 198, 0.5);
  transition: 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 575px) {
  .orders-whole-wrapper .orders-outer-wrapper .order-box .view-order-btn-wrapper button {
    font-size: 16px;
  }
}
.orders-whole-wrapper .orders-outer-wrapper .order-box .view-order-btn-wrapper button:hover {
  color: #ed1a3b;
  border-color: #ed1a3b;
}

.orders-modal .modal-body .order-product-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 575px) {
  .orders-modal .modal-body .order-product-box {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .orders-modal .modal-body .order-product-box .order-product-img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.orders-modal .modal-body .order-product-box .order-product-img img {
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .orders-modal .modal-body .order-product-box .order-product-img img {
    max-height: 200px;
    object-fit: cover;
  }
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper {
  margin-left: 30px;
  min-width: 215px;
}
@media (max-width: 575px) {
  .orders-modal .modal-body .order-product-box .order-details-bottom-wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper .product-name h2 {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity h6 {
  color: #5c5c5c;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper .quantity-price-wrapper .quantity h6 span {
  margin-left: 15px;
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper .quantity-price-wrapper .price h6 {
  color: #5c5c5c;
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.orders-modal .modal-body .order-product-box .order-details-bottom-wrapper .quantity-price-wrapper .price h6 span {
  margin-left: 15px;
}

.plan-details-wrapper {
  padding: 70px 0;
}
.plan-details-wrapper .plan-details-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .plan-details-wrapper .plan-details-inner {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .plan-details-wrapper .plan-details-inner {
    flex-direction: column;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left {
  width: 30%;
}
@media (max-width: 1399px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left {
    width: 100%;
    margin-bottom: 70px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ed1a3b;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left h2 {
    font-size: 28px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left p {
  padding: 30px 0;
  color: #4c4d4f;
  font-size: 19px;
  margin-bottom: 0;
  border-top: 1px solid #ed1a3b;
  border-bottom: 1px solid #ed1a3b;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left p {
    font-size: 17px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left .price-quantity {
  margin-top: 20px;
}
.plan-details-wrapper .plan-details-inner .plan-details-left .price-quantity h6 {
  font-size: 28px;
  color: #4c4d4f;
  font-weight: 500;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left .price-quantity h6 {
    font-size: 24px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left .price-quantity h6 span {
  font-size: 19px;
  color: #4c4d4f;
  font-weight: 400;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left .price-quantity h6 span {
    font-size: 15px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper {
  margin-top: 55px;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper {
    text-align: center;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper a {
  text-decoration: none;
  background-color: #ed1a3b;
  color: white;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper a {
    font-size: 16px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper a img {
  max-width: 30px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-left .add-card-wrapper a img {
    max-width: 25px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-right {
  width: 65%;
}
@media (max-width: 1399px) {
  .plan-details-wrapper .plan-details-inner .plan-details-right {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .plan-details-wrapper .plan-details-inner .plan-details-right {
    width: 100%;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section {
  position: relative;
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section a {
  display: block;
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section a img {
  width: 100%;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .plan-details-wrapper .plan-details-inner .plan-details-right .video-section a span {
    font-size: 60px;
  }
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section a:hover img {
  filter: brightness(0.5);
}
.plan-details-wrapper .plan-details-inner .plan-details-right .video-section a:hover i {
  color: rgb(255, 255, 255);
}

.packages-meal-wrapper ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}
@media (max-width: 575px) {
  .packages-meal-wrapper ul {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.packages-meal-wrapper ul li {
  list-style: none;
  color: #4c4d4f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .packages-meal-wrapper ul li {
    font-size: 16px;
    padding-left: 12px;
  }
}
.packages-meal-wrapper ul li::after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background-color: #4c4d4f;
}
@media (max-width: 991px) {
  .packages-meal-wrapper ul li::after {
    width: 6px;
    height: 6px;
  }
}
.packages-meal-wrapper ul li span {
  font-size: 13px;
}

.ideal-function {
  margin-bottom: 100px;
}
.ideal-function .ideal-inner h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .ideal-function .ideal-inner h2 {
    font-size: 30px;
  }
}
.ideal-function .ideal-inner .ideal-section-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 991px) {
  .ideal-function .ideal-inner .ideal-section-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ideal-function .ideal-inner .ideal-section-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a {
  padding: 12px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eaeaea;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .ideal-function .ideal-inner .ideal-section-inner .ideal-box a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .ideal-function .ideal-inner .ideal-section-inner .ideal-box a {
    width: 100%;
  }
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a .image-box {
  background-color: white;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}
@media (max-width: 1399px) {
  .ideal-function .ideal-inner .ideal-section-inner .ideal-box a .image-box {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a .image-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a .image-box .hover-before {
  visibility: hidden;
  opacity: 0;
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a .image-box .hover-after {
  visibility: visible;
  opacity: 1;
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a:hover {
  background-color: #ed1a3b;
  color: white;
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a:hover .hover-after {
  visibility: hidden;
  opacity: 0;
}
.ideal-function .ideal-inner .ideal-section-inner .ideal-box a:hover .hover-before {
  visibility: visible;
  opacity: 1;
}

.package-gallery-wrapper h2 {
  color: #4c4d4f !important;
  font-size: 42px !important;
}
@media (max-width: 991px) {
  .package-gallery-wrapper h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 991px) {
  .package-gallery-wrapper .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.package-gallery-wrapper .item::before {
  background-color: transparent;
  display: none;
}
.package-gallery-wrapper .item .item-box .imagee-box {
  margin-bottom: 15px;
}
.package-gallery-wrapper .item .item-box .imagee-box a img {
  border-radius: 25px;
}
.package-gallery-wrapper .item .item-box h5 {
  color: #1a1a1a;
}
.package-gallery-wrapper .owl-nav {
  margin: 0;
}
.package-gallery-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -70px;
  top: 50% !important;
  transform: translateY(-50%);
}
.package-gallery-wrapper .owl-nav .owl-prev img {
  width: 50px;
  height: 50px;
}
.package-gallery-wrapper .owl-nav .owl-prev:hover {
  background-color: transparent;
}
.package-gallery-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -70px;
  top: 50% !important;
  transform: translateY(-50%);
}
.package-gallery-wrapper .owl-nav .owl-next img {
  width: 50px;
  height: 50px;
}
.package-gallery-wrapper .owl-nav .owl-next:hover {
  background-color: transparent;
}

.faq-section {
  padding-top: 70px;
  margin-bottom: 100px;
}
.faq-section .faq-inner-wrapper h2 {
  font-size: 42px;
  color: #4c4d4f;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-section .faq-inner-wrapper h2 {
    font-size: 30px;
  }
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion {
  border: 0px solid transparent;
  border-radius: 0;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item {
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 2px solid #ccc;
  border-radius: 0;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item:last-child {
  border-bottom: 2px solid #ccc;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 {
  margin-bottom: 0;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2:focus {
  box-shadow: none;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 button {
  background-color: transparent;
  border: 0px solid transparent;
  box-shadow: none;
  font-size: 20px;
  color: #4c4d4f;
  font-weight: 500;
  padding: 30px 16px;
}
@media (max-width: 991px) {
  .faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 button {
    font-size: 18px;
    padding: 20px 15px;
  }
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 button:focus {
  box-shadow: none;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  color: #4c4d4f;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button:not(.collapsed)::after {
  content: "\e15b";
  transform: rotate(0deg);
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item h2 .accordion-button::after {
  background-image: unset;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 22px;
  transform: rotate(0deg);
  color: #ed1a3b;
  font-weight: 500;
}
.faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item .accordion-body p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .faq-section .faq-inner-wrapper .faq-accordion-wrapper .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
}

.catering-description {
  background-color: #e2dbc6;
  margin-bottom: 70px;
}
.catering-description .description-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .catering-description .description-inner {
    flex-direction: column;
  }
}
.catering-description .description-inner .description-left {
  width: 30%;
}
@media (max-width: 991px) {
  .catering-description .description-inner .description-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.catering-description .description-inner .description-left h2 {
  color: #4c4d4f;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .catering-description .description-inner .description-left h2 {
    font-size: 30px;
  }
}
.catering-description .description-inner .description-left h6 {
  color: #1a1a1a;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .catering-description .description-inner .description-left h6 {
    font-size: 19px;
  }
}
.catering-description .description-inner .description-right {
  width: 65%;
}
@media (max-width: 991px) {
  .catering-description .description-inner .description-right {
    width: 100%;
  }
}
.catering-description .description-inner .description-right p {
  font-size: 18px;
  color: #6e6c67;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .catering-description .description-inner .description-right p {
    font-size: 16px;
  }
}

.image-text-section {
  margin: 100px 0;
}
.image-text-section .image-text-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
}
@media (max-width: 991px) {
  .image-text-section .image-text-inner {
    grid-template-columns: 1fr;
  }
}
.image-text-section .image-text-inner .left-section {
  border-radius: 8px;
  overflow: hidden;
}
.image-text-section .image-text-inner .left-section img {
  width: 100%;
}
.image-text-section .image-text-inner .right-section h5 {
  color: #4c4d4f;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.image-text-section .image-text-inner .right-section h2 {
  font-size: 48px;
  max-width: 70%;
  line-height: 1.3em;
  font-weight: 600;
  color: #4c4d4f;
}
@media (max-width: 1399px) {
  .image-text-section .image-text-inner .right-section h2 {
    max-width: 85%;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .image-text-section .image-text-inner .right-section h2 {
    max-width: 100%;
  }
}
.image-text-section .image-text-inner .right-section h2 span {
  color: #ed1a3b;
}
.image-text-section .image-text-inner .right-section p {
  color: #343434;
  font-size: 18px;
  max-width: 81%;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .image-text-section .image-text-inner .right-section p {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.image-text-section .image-text-inner .right-section ul {
  padding: 0;
}
.image-text-section .image-text-inner .right-section ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .image-text-section .image-text-inner .right-section ul li {
    padding-left: 20px;
  }
}
.image-text-section .image-text-inner .right-section ul li::before {
  position: absolute;
  content: "\f00c";
  left: 0px;
  top: 5px;
  color: #ed1a3b;
  font-size: 16px;
  line-height: 1em;
  font-family: "FontAwesome";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.image-text-section .image-text-inner .right-section ul li p {
  color: #343434;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .image-text-section .image-text-inner .right-section ul li p {
    font-size: 16px;
  }
}

.about-team-section {
  margin-bottom: 100px;
}
.about-team-section .about-team-inner .top-title {
  margin-bottom: 45px;
  text-align: center;
}
.about-team-section .about-team-inner .top-title h5 {
  color: #4c4d4f;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
}
.about-team-section .about-team-inner .top-title h2 {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 600;
  color: #4c4d4f;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .about-team-section .about-team-inner .top-title h2 {
    font-size: 32px;
  }
}
.about-team-section .about-team-inner .about-team-slider .item {
  padding: 10px;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner {
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .image-box img {
  width: 100%;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -30%;
  right: 0px;
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box {
    bottom: -50%;
    padding: 10px 10px;
  }
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content h6 {
  color: #4c4d4f;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content h6 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content .designation {
  font-size: 16px;
  color: #787878;
  margin-bottom: 5px;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content .social-list {
  margin: 0;
  padding: 0;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content .social-list li {
  list-style: none;
  display: inline-block;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content .social-list li a {
  font-size: 16px;
  color: #787878;
  margin-right: 6px;
  transition: 0.3s ease-in-out;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner .overlay-box .content .social-list li a:hover {
  color: #ed1a3b;
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
}
.about-team-section .about-team-inner .about-team-slider .item .item-inner:hover .overlay-box {
  bottom: 0;
}

.top-email-address-contact-section {
  background-color: #f9fafb;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .top-email-address-contact-section .col-md-4:last-child .top-contact-box {
    margin-bottom: 0;
  }
}
.top-email-address-contact-section .top-contact-box {
  background-color: white;
  padding: 30px 15px;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-content: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .top-email-address-contact-section .top-contact-box {
    min-height: 215px;
  }
}
@media (max-width: 991px) {
  .top-email-address-contact-section .top-contact-box {
    min-height: 245px;
  }
}
@media (max-width: 767px) {
  .top-email-address-contact-section .top-contact-box {
    margin-bottom: 15px;
    min-height: unset;
  }
}
.top-email-address-contact-section .top-contact-box .icon-box {
  margin-bottom: 15px;
}
.top-email-address-contact-section .top-contact-box .icon-box i {
  font-size: 40px;
  color: #ed1a3b;
}
.top-email-address-contact-section .top-contact-box .bottom-content a {
  color: #4c4d4f;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .top-email-address-contact-section .top-contact-box .bottom-content a {
    font-size: 14px;
  }
}
.top-email-address-contact-section .top-contact-box .bottom-content a:hover {
  color: #ed1a3b;
}
.top-email-address-contact-section .top-contact-box .bottom-content p {
  color: #4c4d4f;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .top-email-address-contact-section .top-contact-box .bottom-content p {
    font-size: 14px;
  }
}

.form-map-section {
  background-color: white;
  padding: 70px 0;
}
.form-map-section .form-map-inner .form-inner-wrapper .top-title h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #4c4d4f;
}
.form-map-section .form-map-inner .form-inner-wrapper form .form-group {
  margin-bottom: 20px;
}
.form-map-section .form-map-inner .form-inner-wrapper form .form-group input {
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 8px 12px;
  color: #4c4d4f;
}
.form-map-section .form-map-inner .form-inner-wrapper form .form-group input:focus {
  box-shadow: none;
}
.form-map-section .form-map-inner .form-inner-wrapper form .form-group textarea {
  resize: none;
  border-radius: 0;
  border: 2px solid #dfdfdf;
  padding: 8px 12px;
  color: #4c4d4f;
  height: 85px;
}
.form-map-section .form-map-inner .form-inner-wrapper form .form-group textarea:focus {
  box-shadow: none;
}
.form-map-section .form-map-inner .form-inner-wrapper form .submit-wrapper .submit-btn {
  background-color: #ed1a3b;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  width: 100%;
  border: none;
  padding: 10px 5px;
  transition: 0.3s ease-in-out;
}
.form-map-section .form-map-inner .form-inner-wrapper form .submit-wrapper .submit-btn:hover {
  background-color: #4c4d4f;
}
.form-map-section .form-map-inner .map-section {
  margin-top: 41px;
}
.form-map-section .form-map-inner .map-section iframe {
  width: 100%;
  height: 281px;
}

#faq {
  margin: 100px 0;
}
#faq .heading {
  color: #4c4d4f;
  font-size: 48px;
}
@media (max-width: 1399px) {
  #faq .heading {
    font-size: 32px;
  }
}

.faq_wrapper {
  position: relative;
  background-color: #fff;
}

.faq_wrapper .items {
  margin: 0;
  padding: 0;
}
.faq_wrapper .items li {
  list-style: none;
}
.faq_wrapper .items li a {
  color: #4c4d4f;
}
.faq_wrapper .items li p {
  color: #4c4d4f;
}

.faq_wrapper .items > li > a {
  display: block;
  font-size: 20px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-left: 3px;
  border-left: 1px solid #a1a1a1;
  font-weight: 500;
  position: relative;
}

.faq_wrapper .items > li:last-child > a {
  padding-bottom: 0;
}

.faq_wrapper .items > li > a::before {
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  position: absolute;
  left: -5.1px;
  top: 9px;
}

.itemHover {
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.faq_wrapper .items > li > a:hover {
  color: #ed1a3b;
}

.faq_wrapper .items > li > a.expanded {
  color: #ed1a3b;
  padding-bottom: 0;
}

.faq_wrapper .items > li > a.expanded::before,
.faq_wrapper .items > li > a:hover::before {
  content: "";
  background: #ed1a3b;
  border-color: #ed1a3b;
}

.faq_wrapper .sub-items p {
  position: relative;
}

.faq_wrapper .sub-items {
  display: none;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-left: 3px;
  border-left: 1px solid #a1a1a1;
}

.faq_wrapper .items > li:last-child .sub-items {
  padding-bottom: 0;
}

.occasions-list-section {
  margin: 100px 0;
}
.occasions-list-section .occasions-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .occasions-list-section .occasions-list-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .occasions-list-section .occasions-list-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.occasions-list-section .occasions-list-inner .list-box {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.occasions-list-section .occasions-list-inner .list-box .image-box {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.occasions-list-section .occasions-list-inner .list-box .image-box img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content a {
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  display: block;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content a:hover {
  color: #ed1a3b;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content p {
  color: #4c4d4f;
  margin-top: 10px;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  align-items: center;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .addtocart-btn {
  background-color: #ed1a3b;
  border: none;
  color: white;
  padding: 8px 5px;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  font-size: 15px;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .addtocart-btn:hover {
  background-color: #4c4d4f;
}
@media (max-width: 767px) {
  .occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .addtocart-btn {
    padding: 7px 5px;
  }
}
.occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .viewdetails-btn {
  font-size: 15px;
  text-align: center;
  background-color: #4c4d4f;
  color: white;
  border-radius: 3px;
  padding: 8px 5px;
  transition: 0.3s ease-in-out;
}
.occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .viewdetails-btn:hover {
  background-color: #ed1a3b;
}
@media (max-width: 767px) {
  .occasions-list-section .occasions-list-inner .list-box .titles-content .link-wrapper .viewdetails-btn {
    padding: 7px 5px;
  }
}
.occasions-list-section .occasions-list-inner .list-box:hover .image-box img {
  transform: scale(1.1);
}

.static-page-content-section {
  margin: 100px 0;
}
.static-page-content-section .static-page-content-inner .top-title h2 {
  font-size: 32px;
  color: #4c4d4f;
  margin-bottom: 20px;
}

.pre-sets-meal-section {
  margin: 80px 0;
}
.pre-sets-meal-section .pre-sets-meal-inner {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1199px) {
  .pre-sets-meal-section .pre-sets-meal-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .pre-sets-meal-section .pre-sets-meal-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box {
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  text-align: center;
  padding-bottom: 25px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box {
    min-width: 400px;
  }
}
@media (max-width: 1024px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box {
    min-width: 330px;
  }
}
@media (max-width: 767px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box {
    min-width: 340px;
    margin-right: 15px;
  }
}
@media (max-width: 420px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box {
    min-width: 300px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .image-box {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .image-box img {
  width: 100%;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .details {
  padding: 0 15px;
  margin-top: 16px;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .details h5 {
  color: #ed1a3b;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .details h5 {
    font-size: 32px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .details p {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1399px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .details p {
    font-size: 18px;
    line-height: 32px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .details p span {
  font-size: 30px;
  color: #4c4d4f;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .details p span {
    font-size: 24px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box p {
  color: #3a3a3a;
  font-size: 18px;
  padding: 0 15px;
}
@media (max-width: 1399px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box p {
    font-size: 16px;
    line-height: 24px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px;
  padding-bottom: 50px;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper ul li {
  list-style: none;
  color: #3a3a3a;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper ul li {
    font-size: 16px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper ul li {
    font-size: 14px;
  }
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .package-list-wrapper ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #3a3a3a;
  content: "";
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box:hover {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .link-wrapper {
  margin-top: 15px;
  padding: 0 15px;
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .link-wrapper .addtocart-btn {
  background-color: #ed1a3b;
  border: none;
  color: white;
  padding: 8px 5px;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  font-size: 15px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
}
.pre-sets-meal-section .pre-sets-meal-inner .item-box .link-wrapper .addtocart-btn:hover {
  background-color: #4c4d4f;
}
@media (max-width: 767px) {
  .pre-sets-meal-section .pre-sets-meal-inner .item-box .link-wrapper .addtocart-btn {
    padding: 7px 5px;
  }
}

.testimonials-section {
  margin: 100px 0 76px 0;
}
.testimonials-section .testimonial-box {
  padding: 15px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  border-radius: 10px;
  margin-bottom: 24px;
  transition: 0.3s ease-in-out;
}
.testimonials-section .testimonial-box .content p {
  color: #4c4d4f;
}
.testimonials-section .testimonial-box .designation h5 {
  font-size: 17px;
  color: #232323;
}
.testimonials-section .testimonial-box .designation h6 {
  color: #4c4d4f;
  font-size: 14px;
}
.testimonials-section .testimonial-box .testimonial-video-box {
  margin-bottom: 15px;
  position: relative;
}
.testimonials-section .testimonial-box .testimonial-video-box .item a {
  display: block;
}
.testimonials-section .testimonial-box .testimonial-video-box .item a img {
  width: 100%;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.testimonials-section .testimonial-box .testimonial-video-box .item a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease-in-out;
}
.testimonials-section .testimonial-box .testimonial-video-box .item a:hover img {
  filter: brightness(0.5);
}
.testimonials-section .testimonial-box .testimonial-video-box .item a:hover i {
  color: rgb(255, 255, 255);
}
.testimonials-section .testimonial-box .testimonial-video-box .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  margin-top: 0;
}
.testimonials-section .testimonial-box .testimonial-video-box .owl-dots span {
  background: white !important;
  width: 7px !important;
  height: 7px !important;
  margin: 2px !important;
}
.testimonials-section .testimonial-box .testimonial-video-box .owl-dots .active span {
  background-color: #ed1a3b !important;
}
.testimonials-section .testimonial-box .testimonial-image-slider {
  margin-bottom: 15px;
  position: relative;
}
.testimonials-section .testimonial-box .testimonial-image-slider .item img {
  border-radius: 20px;
  width: 100%;
}
.testimonials-section .testimonial-box .testimonial-image-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  margin-top: 0;
}
.testimonials-section .testimonial-box .testimonial-image-slider .owl-dots span {
  background: white !important;
  width: 7px !important;
  height: 7px !important;
  margin: 2px !important;
}
.testimonials-section .testimonial-box .testimonial-image-slider .owl-dots .active span {
  background-color: #ed1a3b !important;
}
.testimonials-section .testimonial-box .testimonial-image-box {
  margin-bottom: 15px;
  position: relative;
}
.testimonials-section .testimonial-box .testimonial-image-box .item img {
  border-radius: 20px;
  width: 100%;
}
.testimonials-section .testimonial-box .testimonial-image-box .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  margin-top: 0;
}
.testimonials-section .testimonial-box .testimonial-image-box .owl-dots span {
  background: white !important;
  width: 7px !important;
  height: 7px !important;
  margin: 2px !important;
}
.testimonials-section .testimonial-box .testimonial-image-box .owl-dots .active span {
  background-color: #ed1a3b !important;
}
.testimonials-section .testimonial-box:hover {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=style.css.map */
