body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.875rem !important;
  background: #fff;
  color: #000;
}
a:focus {
  text-decoration: none;
}
a:link {
  text-decoration: none !important;
}
.nav-area {
  width: 100%;
  display: flex;
  background: rgba(35, 59, 84, 1);
  padding: 29px 0;
}
.login-area {
  width: auto;
  float: right;
  margin-right: 12px;
}
.nav-area-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
}
.language-area {
  width: auto;
  float: right;
}
.language-area img {
  width: 16px;
}
.language-area a:first-child img {
  width: 3.125rem;
  margin-right: 0.313rem;
}
.language-area {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 21px;
  font-weight: 600;
}
.language-area a {
  color: #fff;
  text-decoration: none;
}

.login-area a {
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 21px;
}
.login-area a:hover {
  background: rgba(233, 122, 37, 1) !important;
  color: #fff;
}
.login-area a.active-login {
  background: rgba(233, 122, 37, 1) !important;
  color: #fff;
}
.search-box {
  max-width: 521px;
  min-width: 410px;
}
.search-box input {
  height: 44px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #fff;
}
.search-box input::placeholder {
  color: rgba(195, 195, 195, 1);
  opacity: 1; /* Firefox */
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.search-box input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(195, 195, 195, 1);
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.search-box button {
  border-radius: 5px 0 0 5px;
  background: #fff !important;
  border: 1px solid #fff !important;
  margin-right: -1px;
}
.search-box button:hover {
  background: #fff;
  border: 1px solid #fff;
}

.navbar {
  margin-left: 35px;
}

.nav-area .navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0 12px;
  font-weight: 600;
}
.nav-area .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: rgba(233, 122, 37, 1) !important;
}
.nav-area-logo {
  width: auto;
  margin-right: 60px;
  float: left;
}
.nav-menu-area {
  display: flex;
  align-items: center;
}
.nav-area .logo {
  object-fit: cover;
  object-position: center;
  width: 132px;
}
.news-latter-area {
  width: 100%;
  display: flex;
  background: url(../images/news-latter-img.jpg);
  padding: 120px 0;
  flex-direction: column;
  background-position: center;
  position: relative;
  text-align: center;
}
.news-latter-area:after {
  content: '';
  background: rgba(15, 42, 66, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-latter-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.news-latter-area h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  color: #fff;
}
.news-latter-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  max-width: 59.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  color: #fff;
}
.news-latter-area a {
  background: #fff;
  color: rgba(61, 119, 234, 1);
  padding: 1.125rem 3.438rem;
  position: relative;
  z-index: 9;
  border-radius: 0.313rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  margin: 2.5rem auto 0;
  max-width: 21.25rem;
}
.news-latter-area a:hover {
  background: rgba(115, 115, 118, 1);
  color: #fff;
}
.news-latter-area .container {
  position: relative;
  z-index: 9;
}
.subscribe-button {
  background: rgba(233, 122, 37, 1) !important;
  padding: 10px 0;
  width: 100%;
  margin: 10px 0;
  border: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}
.news-latter-area .form-control {
  height: 48px;
  border-radius: 5px;
}
.news-latter-area label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
}
.about-home-area {
  width: 100%;
  display: flex;
  padding: 100px 0;
}
.about-home-area .row {
  display: flex;
  align-items: flex-start;
}
.about-home-area img {
  width: 100%;
}
.about-home-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 25px;
  color: #3d3d3d;
}
.ticket-panel p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #3d3d3d;
  min-height: 20px;
}
.price-section {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.price-section span {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  background: #233a53;
  padding: 14px 15px;
  min-width: 100px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}
.about-home-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  color: #000;
}
.about-home-area h2 span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #a6a6a6;
}
.about-home-area h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
}
.about-home-area a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff !important;
  cursor: pointer;
  border-radius: 5px;
  background: #e97c26;
  font-weight: 600;
  padding: 16px 0;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.about-home-area-img button {
  padding: 0;
  background: transparent;
  width: 100%;
  margin: 0;
  max-width: 100%;
  border: none;
  height: 846px;
  object-fit: contain;
  object-position: center;
}
.about-home-area-img img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  width: 61px;
}
.about-home-area-img {
  position: relative;
}
.about-home-area-img video {
  height: 1058px;
  object-fit: cover;
}
.about-home-area-img video {
  height: 1058px;
  object-fit: cover;
}
.about-home-area-text img {
  width: 65px;
  margin-bottom: 10px;
}
.about-home-area-text h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.ticket-panel {
  margin: 10px 0;
  min-height: auto;
  margin-top: 5px !important;
  /* min-height: 110px; */
}
.about-home-area-text1 p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #697077;
}
.about-home-area-text1 p a {
  color: #697077;
}
.about-home-area-text1 {
  margin-top: 5px !important;
}
.packages-area {
  width: 100%;
  display: flex;
  padding: 0 0 100px 0;
  flex-direction: column;
}
.packages-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 40px;
}
.packages-area img {
  height: 525px;
  object-fit: cover;
  border-radius: 5px;
}
.packages-area .package-text-area img {
  height: auto;
  border-radius: 0;
}
.package-text-area {
  min-width: 528px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 5px;
  padding: 48px;
  box-shadow: 0px 5px 5px 0px #0000001a;
  min-height: 400px !important;
}
.packages-area .item {
  position: relative;
}
.package-text-area h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  color: #2f2f2f;
}
.package-text-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 32px;
}
.packages-area .package-text-area img {
  width: auto;
  height: auto;
}
.packages-area .package-text-area a {
  background: #e97c26;
  padding: 16px 30px;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  max-width: 238px;
}
.packages-area .package-text-area a:hover {
  background: #000;
  color: #fff;
}
.packages-area .package-text-area a img {
  margin-left: 16px;
}
.packages-area .owl-nav .owl-prev span,
.packages-area .owl-nav .owl-next span {
  display: none;
}
.packages-area .owl-nav .owl-prev,
.packages-area .owl-nav .owl-next {
  position: relative;
}
.packages-area .owl-nav .owl-prev,
.packages-area .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url(../images/dis-arrow.png) no-repeat rgba(255, 255, 255, 0.7) !important;
  background-position: center !important;
  border-radius: 50%;
}
.packages-area .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.packages-area .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.packages-area .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}

.banner-area {
  width: 100%;
  display: flex;
  padding: 0;
  position: relative;
  flex-direction: column;
  background: #0f2a42;
}
.banner-area img {
  opacity: 0.3;
  width: 100%;
  height: 551px;
  object-fit: cover;
}

.banner-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  max-width: 760px;
  margin-bottom: 26px;
}
.banner-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
}
.banner-area .row {
  align-items: center;
}
.banner-area a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  border-radius: 5px;
  background: rgba(233, 124, 38, 1);
  font-weight: 600;
  padding: 16px 60px;
  display: inline-block;
  margin-top: 66px;
  text-decoration: none;
}
.banner-area .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-area span {
  display: block;
  position: relative;
}
.banner-area span:after {
  width: 23.6rem;
  content: '';
  position: absolute;
  bottom: 0;
  background: rgba(61, 119, 234, 1);
  height: 1.125rem;
  left: 0;
  z-index: -1;
}
.banner-bottom-text img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
  opacity: 1;
}
.banner-bottom-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
}
.banner-area .banner-bottom-text {
  position: absolute;
  bottom: 30px;
  left: auto;
  top: auto;
  transform: translate(0, 0);
  width: 100%;
}
.banner-bottom-panel {
  width: auto !important;
  display: flex;
  align-items: center;
}
.about-home-area-img img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  height: 952px;
}
.about-home-area a:hover,
.banner-area a:hover {
  background: #000;
  color: #fff;
}

.experiences-area {
  width: 100%;
  display: flex;
  padding: 0 0 100px 0;
  flex-direction: column;
}
.experiences-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 40px;
}
.experiences-area .owl-nav .owl-prev span,
.experiences-area .owl-nav .owl-next span {
  display: none;
}
.experiences-area .owl-nav .owl-prev,
.experiences-area .owl-nav .owl-next {
  position: relative;
}
.experiences-area .owl-nav .owl-prev,
.experiences-area .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url(../images/dis-arrow.png) no-repeat rgba(255, 255, 255, 0.7) !important;
  background-position: center !important;
  border-radius: 50%;
}
.experiences-area .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.experiences-area .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.experiences-area img {
  height: 290px;
  border-radius: 5px;
}
.experiences-area .experiance-text-area {
  height: auto;
  border-radius: 0;
}
.experiences-area .item {
  position: relative;
}
.experiences-area .item:after {
  position: absolute;
  content: '';
  background: rgb(166, 166, 166);
  background: linear-gradient(
    90deg,
    rgba(89, 89, 89, 1) 0%,
    rgba(0, 0, 0, 0) 151%
  );
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
}
.experiance-text-area {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 30px;
  z-index: 9;
  transform: translateY(-50%);
}
.experiance-text-area h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
  color: #fff;
}
.experiance-text-area p {
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  max-width: 460px;
  color: #fff;
  margin-bottom: 0;
}
.experiences-area .experiance-text-area a {
  background: #e97c26;
  padding: 16px 30px;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  border-radius: 5px;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  margin: 40px 0 0;
  max-width: 238px;
  cursor: pointer;
}
.experiences-area .experiance-text-area a:hover {
  background: #000;
  color: #fff;
}
.experiences-area .experiance-text-area a img {
  margin-left: 16px;
  width: auto;
  height: auto;
}
.news-latter-area .container {
  max-width: 562px;
  margin: 0 auto;
}
.news-latter-area .news-container {
  max-width: 562px !important;
  margin: 0 auto !important;
}
.news-latter-area p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}
.news-latter-area h2 span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}

.partners-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 0;
}
.partners-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 70px;
}
.partners-area h2 span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  color: rgba(166, 166, 166, 1);
  padding-bottom: 16px;
}
.partners-area img {
  height: 80px;
  object-fit: contain;
}
.partners-area .owl-nav {
  display: none;
}
.testimonials-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  background: #f9f9f9;
  margin-top: 100px;
}
.homepage-testimonials {
  margin-top: 0 !important;
}
.testimonials-area h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  padding-left: 30px;
  margin: 45px 0;
}
.testimonials-text img:first-child {
  position: relative;
  left: -30px;
}
.testimonials-text img:last-child {
  position: relative;
  right: 0;
  float: right;
}
.testimonials-area .owl-nav {
  display: none;
}
.client-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 2px 0px #0000000d;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}
.client-area p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #2f2f2f;
}
.client-area h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #2f2f2f;
  display: flex;
  align-items: center;
}
.testimonials-area .client-area h3 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.testimonials-area .item {
  padding: 10px;
}

.tour-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  overflow: hidden;
}
.tour-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  text-align: left;
}
.tour-area h2 span {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: left;
  color: rgba(166, 166, 166, 1);
  padding-bottom: 16px;
}
.footer-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 76px 0;
  border-top: 1px solid rgba(43, 61, 81, 0.2);
}
.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 41px 0 10px;
  border-top: 1px solid rgba(43, 61, 81, 0.2);
}
.footer-bottom2 {
  text-align: center;
}
.footer-bottom3 {
  text-align: right;
}
.footer-bottom3 img {
  margin-left: 5px;
}
.footer-bottom .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom .footer-bottom3 {
  justify-content: flex-end;
}
.footer-bottom .footer-bottom1 {
  justify-content: flex-start;
}
.develope-area {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: 600;
}
.footer-bottom2 {
  flex-direction: column;
}
.footer-section h2 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(35, 35, 35, 1);
  margin-bottom: 35px;
}
.footer-section ul {
  margin: 0;
  padding: 0;
}
.footer-section li {
  display: block;
  margin-bottom: 32px;
}
.footer-section li a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: rgba(61, 61, 61, 1);
  text-decoration: none;
  position: relative;
  padding-left: 21px;
  display: flex;
}
.footer-section li a:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url(../images/footer-menu-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.footer-contact .footer-section li a {
  padding-left: 30px;
  cursor: pointer;
}
.footer-contact .footer-section li:nth-child(1) a:after {
  background: url(../images/location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  top: 0;
  transform: translateY(0);
}
.footer-contact .footer-section li:nth-child(2) a:after {
  background: url(../images/massage.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer-contact .footer-section li:nth-child(3) a:after {
  background: url(../images/call.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.footer-social-section {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.footer-social-section a {
  margin-right: 20px;
}
.footer-logo-section img {
  margin-right: 23px;
}
.footer-logo {
  width: 35% !important;
}
.footer-menu {
  width: 20% !important;
}
.footer-contact {
  width: 25% !important;
}
.tour-panel-area {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}

.tour-area .owl-nav .owl-prev span,
.tour-area .owl-nav .owl-next span {
  display: none;
}
.tour-area .owl-nav .owl-prev,
.tour-area .owl-nav .owl-next {
  position: relative;
}
.tour-area .owl-nav .owl-prev,
.tour-area .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  background: url(../images/dis-arrow.png) no-repeat rgba(255, 255, 255, 0.7) !important;
  background-position: center !important;
  border-radius: 50%;
}
.tour-area .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.tour-area .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.tour-area .owl-stage {
  padding-bottom: 15px;
}
.tour-area .tour-image-area img {
  border-radius: 5px 5px 0px 0px;
  height: 200px;
  object-fit: cover;
}
.tour-text-area h3 {
  font-size: 16px;
  min-height: 32px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  color: rgba(47, 47, 47, 1);
}
.tour-catagory {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(184, 181, 181, 1);
  margin-bottom: 8px;
}
.tour-text-area {
  padding: 15px;
}
.tour-area .tour-catagory-star img {
  width: auto;
  margin-right: 5px;
}
.tour-catagory-star {
  display: flex;
  color: rgba(240, 155, 8, 1);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  align-items: center;
}
.tour-area .tour-catagory-star span {
  color: rgba(135, 135, 135, 1);
  padding-left: 5px;
}
.free-area {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
  margin-top: 10px;
  min-height: 28px;
}
.free-area a {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  background: rgba(22, 97, 140, 1);
  padding: 8px 10px;
  margin-right: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.free-area a:empty {
  background: white;
  height: 26px;
  width: 0 !important;
  margin: 0;
  padding: 0;
}
.price-area {
  width: 100%;
  display: flex;
  padding-top: 24px;
  padding-bottom: 9px;
  border-top: 0.5px dashed rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(146, 146, 146, 1);
}
.price-area span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(47, 47, 47, 1);
  padding: 0 6px;
}
.tour-area-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.tour-area-top a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(47, 47, 47, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.tour-area-top a img {
  margin-left: 10px;
}
.discount-price {
  text-decoration-line: line-through;
  font-weight: 600;
}
.discount-price-area span {
  color: rgba(199, 42, 61, 1);
}
.discount-price-area span b {
  color: rgba(47, 47, 47, 1);
}
.tour-area .owl-dots {
  display: none;
}
.owl-dots {
  display: none;
}
.tour-area .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.discount-price-per a:not(:empty) {
  background: rgba(199, 42, 61, 1);
}
.discount-price-per a:empty {
  background: white;
  height: 26px;
  width: 0 !important;
  padding: 0;
  margin: 0;
}
.experiences-area,
.packages-area,
.partners-area,
.testimonials-area {
  overflow: hidden;
}
.experiences-area .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.packages-area .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.partners-area .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-area .owl-carousel .owl-stage-outer {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.testimonials-area .col-md-8 {
  display: flex;
  align-items: center;
}
.explore-area .tour-area-top {
  margin: 20px 0 40px;
}
#owl-demo6 {
  margin-top: 20px;
}
.your-cart-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.your-cart-panel {
  width: 100%;
  display: flex;
  background: rgba(249, 249, 249, 1);
  padding: 40px;
  flex-direction: column;
  border-radius: 5px;
}

.your-cart-panel img {
  margin-right: 5px;
}
.your-cart-panel h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(61, 61, 61, 1);
  margin-bottom: 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.your-cart-panel p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: rgba(61, 61, 61, 1);
  margin-bottom: 0;
}

.privacy-policy-area {
  width: 100%;
  display: flex;
  padding: 50px 0 100px 0;
}
.privacy-policy-area p {
  color: rgba(79, 79, 79, 1);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.privacy-policy-area .collapse {
  padding: 0 0 20px 40px;
}
.privacy-policy-area .collapsing {
  padding: 0 0 20px 40px;
}
.privacy-policy-area .btn {
  color: rgba(61, 61, 61, 1);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  border: none;
  text-wrap: wrap;
  text-align: left;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(205, 205, 205, 1);
  padding: 20px 0 20px 40px;
  width: 100%;
  border-radius: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.privacy-policy-area .btn {
  background: url(../images/icn_open.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.privacy-policy-area .btn[aria-expanded='false'] {
  background: url(../images/icn_open.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.privacy-policy-area .btn[aria-expanded='true'] {
  background: url(../images/cross.png);
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: none;
}
.privacy-policy-area .collapse.show {
  border-bottom: 1px solid rgba(205, 205, 205, 1);
}
.privacy-policy-area h2 {
  color: rgba(35, 35, 35, 1);
  font-size: 40px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 56px;
}

.contact-modal {
  padding: 0.5rem !important;
}

.packages-modal {
  padding: 40px;
  max-width: 1088px !important;
}
.packages-modal .modal-content {
  max-width: 1088px;
}
.packages-modal img {
  width: 100%;
}
.packages-modal p {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
}
.packages-modal .modal-title span {
  color: rgba(184, 181, 181, 1);
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.packages-panel h4 {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(61, 61, 61, 1);
}
.packages-panel {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
}
.packages-panel p {
  margin-bottom: 0;
}
.packages-img {
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  padding: 0 15px 40px;
  padding-right: 0;
}
.modal-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(15, 42, 66, 1);
  margin-top: 40px;
}
.modal-bottom img {
  opacity: 0.2;
  height: 313px;
  object-fit: cover;
  object-position: center;
}
.modal-bottom-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 9;
}
.modal-bottom-text h3 {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  max-width: 562px;
  margin: 0 auto 40px;
}
.modal-bottom-text a {
  font-size: 18px;
  cursor: pointer;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff !important;
  padding: 16px 0;
  background: rgba(233, 122, 37, 1) !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  max-width: 562px;
  border-radius: 5px;
}
.packages-panel.packages-panel-mar {
  margin-top: 40px;
}
.packages-img-first img {
  height: 542px;
  object-fit: cover;
}
.packages-img-second img {
  height: 225px;
  object-fit: cover;
}
.packages-img-third img {
  height: 315px;
  object-fit: cover;
}
.packages-img-first {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.packages-img-second {
  padding-left: 2px !important;
  padding-right: 0;
}
.packages-img-second:first-child {
  padding-left: 2px;
  padding-right: 0;
}
.packages-img-third {
  padding-left: 2px !important;
  padding-top: 2px;
  padding-right: 0;
}
.packages-img-first {
  position: relative;
}
.packages-img-first a {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(61, 61, 61, 1);
  background: #fff;
  border-radius: 5px;
  padding: 8px 23px;
  text-decoration: none;
  display: inline-block;
  max-width: 105px;
  left: 35px;
  top: 21px;
  text-align: center;
}
.packages-modal .modal-header {
  border-bottom: none;
  padding: 0 0 40px;
}
.packages-modal h1 {
  font-size: 48px !important;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(47, 47, 47, 1);
  padding-bottom: 15px;
}
.packages-modal .modal-header span {
  color: rgba(184, 181, 181, 1);
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.packages-modal .modal-content {
  padding: 48px;
}
.modal-header .btn-close {
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}
.packages-modal .modal-body {
  padding: 0;
}
/*.packages-modal .modal-header .btn-close {
   margin-top: -85px; 
}*/
.modal-button-experiences {
  display: flex;
  max-width: 562px;
  margin: 0 auto;
}
.modal-bottom-experiences h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
}
.modal-button-experiences a {
  margin: 0 5px;
}

.experience-text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.experience-text-section h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: rgba(61, 61, 61, 1);
}
.experience-text-section h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  color: rgba(61, 61, 61, 1);
}
.experience-text-section p {
  margin-bottom: 24px;
}

.travelers-modal-area .tour-area-top h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  color: rgba(61, 61, 61, 1);
}
.travelers-modal-area .tour-area-top {
  margin-bottom: 0;
}
.travelers-modal-area #owl-demo6 {
  margin-top: 0;
}
.travelers-modal-area {
  padding: 24px 0;
}

.check-availability-button a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 5px;
  background: rgba(233, 122, 37, 1) !important;
  color: #fff;
  float: right;
  text-decoration: none;
  margin-top: 2px;
}
.check-availability-button a:hover,
.check-availability-button a:focus {
  text-decoration: none;
}
.date-area {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 12px 15px;
}
.search-option-area-modal .dropdown {
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.search-option-area-modal .dropdown img {
  width: 27px;
}
.search-option-area-modal .dropdown-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  max-height: 46px;
}
.dropdown-content {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.dropdown-content img {
  margin-right: 12px;
  height: auto !important;
}
.search-option-area-modal h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  color: rgba(61, 61, 61, 1);
}
.search-option-area-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
  padding: 24px 0;
}
.search-option-area-modal #datepicker {
  height: 48px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-left: 48px;
}
.search-option-area-modal .btn-outline-secondary {
  border: none;
  background: transparent;
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 99;
  transform: translateY(-50%);
  color: rgba(61, 61, 61, 1);
  padding: 0 0 0 20px;
  line-height: normal;
}
.search-option-area-modal .btn-outline-secondary:hover {
  border: none;
  background: transparent;
  color: rgba(61, 61, 61, 1);
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.popup-review-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.popup-review-section h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgba(61, 61, 61, 1);
}
.popup-review-panel p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 0;
  color: rgba(61, 61, 61, 1);
}
.popup-review-star-section {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: rgba(61, 61, 61, 1);
}
.popup-review-name-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: rgba(61, 61, 61, 1);
  margin-bottom: 0;
}
.popup-review-name-text span {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
}
.popup-review-star-section img {
  width: auto;
  margin-right: 3px;
  height: auto !important;
}
.popup-review-name-section img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.popup-review-name-section {
  display: flex;
}
.popup-review-both-panel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.popup-review-panel {
  padding: 25px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.popup-rating-section {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  color: rgba(240, 155, 8, 1);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.popup-rating-section span {
  color: rgba(61, 61, 61, 1);
  margin-left: 17px;
}
.popup-rating-section img {
  width: auto;
  margin-right: 15px;
  height: auto !important;
}
.about-packages-modal .packages-img-third {
  padding-top: 0;
  padding-bottom: 2px;
}
.package-details-section {
  width: 100%;
  display: flex;
  padding: 24px 0;
}
.package-details-panel {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
  display: flex;
  padding-right: 16px;
  align-items: center;
}
.package-details-panel img {
  margin-right: 12px;
  width: auto;
  height: auto !important;
}
.popup-details-right-section {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: rgba(61, 61, 61, 1);
  text-align: right;
}
.price-area-popup {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: rgba(61, 61, 61, 1);
}
.popup-details-right-section span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(141, 141, 141, 1);
}
.popup-details-left-section {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(35, 58, 83, 1);
}
.review-section img {
  width: auto;
  margin-right: 6px;
  height: auto !important;
}
.review-section {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: rgba(240, 155, 8, 1);
  padding-top: 6px;
}
.review-section span {
  color: rgba(135, 135, 135, 1);
  padding: 0 12px;
}
.review-section span.review-section-2 {
  color: rgba(240, 155, 8, 1);
  padding-left: 0;
}
.popup-details-left-link a {
  padding: 8px 16px;
  border-radius: 5px;
  background: rgba(22, 97, 140, 1);
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.popup-details-left-link {
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.popup-details-heading-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.search-option-area-modal .dropdown-toggle::after {
  background: url(../images/bottom-arrow.png);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  background-position: center;
}
.search-option-area-modal #datepicker {
  background: url(../images/bottom-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 11px;
}
/* .about-packages-modal .modal-header .btn-close {
   margin-top: -140px; 
} */
.about-packages-modal .modal-header {
  border-bottom: none;
  padding: 0 0 15px;
}
.menu-name-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-name-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  color: #fff;
}
.menu-name-area a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  background: rgba(233, 124, 38, 1);
  display: flex;
  width: auto;
  text-decoration: none;
  align-items: center;
  max-width: 120px;
}
.menu-name-area a img {
  margin-right: 5px;
}
.mobile-language-area a,
.mobile-cart-area a {
  display: flex;
  width: 100%;
  padding: 30px 24px;
}
.mobile-language-area a,
.mobile-cart-area a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.mobile-language-area a img,
.mobile-cart-area a img {
  margin-right: 10px;
}
.mobile-language-area a {
  padding-bottom: 0;
}
.mobile-language-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-cart-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-cart {
  position: relative;
  color: white;
}
.menu-cart span.badge {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(233, 124, 38, 1);
  font-size: 6px;
  line-height: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 9px;
  bottom: 0;
}

.log-button-area {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 24px;
  position: absolute;
  bottom: 0;
}
.log-button-area a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  padding-right: 15px;
}
.log-button-area a img {
  margin-right: 10px;
}
.cross-menu {
  width: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
.nav-area ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-area ul li {
  display: block;
}

.package-popup-banner-top-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
}
.package-popup-banner-top-area h2 {
  font-size: 24px !important;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(47, 47, 47, 1);
}
.package-popup-banner-top-area span {
  color: rgba(184, 181, 181, 1);
  font-size: 14px;
  line-height: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.package-popup-banner-top-area a {
  margin-bottom: 40px;
  display: flex;
}
.package-popup-banner-bottom-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 15px;
}
.package-popup-colleps-area {
  padding-top: 0 !important;
}
.package-popup-banner-bottom-area p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(61, 61, 61, 1);
}
.package-popup-banner-area .owl-nav {
  display: none;
}
.package-popup-banner-area .owl-dots .owl-dot {
  display: flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(189, 189, 189, 1);
  margin: 0 4px;
}
.package-popup-banner-area .owl-dots {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}
.package-popup-banner-area .owl-dots .owl-dot.active {
  background: rgba(233, 122, 37, 1) !important;
}
.package-popup-colleps-area .btn {
  color: rgba(61, 61, 61, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.package-popup-colleps-area .collapse p {
  color: rgba(61, 61, 61, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.package-popup-colleps-area .collapsing p {
  color: rgba(61, 61, 61, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.package-popup-bottom-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(15, 42, 66, 1);
}
.package-popup-bottom-section img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  opacity: 0.2;
}
.sign-in-area {
  width: 100%;
  display: flex;
  padding: 150px 0;
  flex-direction: column;
}
.sign-in-section {
  max-width: 950px;
  margin: 0 auto;
}
.sign-in-section h2 {
  color: rgba(33, 39, 42, 1);
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.sign-in-section p {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.sign-in-section form {
  margin-top: 50px;
}
.sign-in-section .form-label {
  color: rgba(158, 158, 158, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.sign-in-section .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.form-control:focus {
  border: none;
  box-shadow: none;
}
.sign-in-section .form-check-label {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.sign-in-section .form-check button {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  background: transparent;
  border: none;
  float: right;
}
.form-check-input:focus {
  border: none;
  box-shadow: none;
}
.sign-in-section .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 10px 0;
  width: 100%;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0 10px;
}
.sign-in-frm-area p {
  color: rgba(105, 112, 119, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.social-log-in h3 {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(221, 225, 230, 1);
}
.social-log-in a {
  color: rgba(105, 112, 119, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-decoration: none;
}
.social-log-in {
  text-align: center;
}
.social-link {
  width: 100%;
  display: flex;
  padding: 16px 0 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-link a {
  padding: 5px 50px;
  border: 1px solid rgba(221, 225, 230, 1);
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
}
.social-link img {
  margin-right: 10px;
}
.form-text {
  color: rgba(206, 105, 100, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
}
.social-log-in a {
  color: rgba(33, 39, 42, 1);
}
.password-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
}
.password-area h4 {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.password-area ul {
  padding: 0;
  margin: 0;
}
.password-area li {
  display: flex;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 10px 0;
}
.password-area li img {
  object-fit: contain;
  margin-right: 10px;
}
.password-area li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sign-in-section .row {
  align-items: flex-end;
}
.forgot-popup-area h5 {
  color: rgba(33, 39, 42, 1);
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.forgot-popup-area .modal-header,
.forgot-popup-area .modal-body {
  padding: 78px;
}
.forgot-popup-area .modal-header {
  padding-bottom: 0;
  border: none;
  justify-content: center;
  flex-direction: column;
}
.forgot-popup-area .modal-body {
  padding-top: 0;
}
.forgot-popup-area .modal-dialog {
  max-width: 680px;
}
.forgot-popup-area .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.forgot-popup-area .modal-body p {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.forgot-popup-area label {
  color: rgba(158, 158, 158, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.forgot-popup-area .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.forgot-popup-area .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 10px 0;
  width: 100%;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.forgot-popup-area form {
  margin-top: 35px;
}
.forgot-popup-area .modal-content {
  border-radius: 10px;
}

.reset-popup-area h5 {
  color: rgba(33, 39, 42, 1);
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.reset-popup-area .modal-header,
.reset-popup-area .modal-body {
  padding: 78px;
}
.reset-popup-area .modal-header {
  padding-bottom: 0;
  border: none;
  justify-content: center;
  flex-direction: column;
}
.reset-popup-area .modal-header p {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.reset-popup-area .modal-body {
  padding-top: 0;
}
.reset-popup-area .modal-dialog {
  max-width: 680px;
}
.reset-popup-area .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.reset-popup-area .modal-body p {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
.reset-popup-area label {
  color: rgba(158, 158, 158, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.reset-popup-area .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.reset-popup-area .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 10px 0;
  width: 100%;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}
.reset-popup-area form {
  margin-top: 35px;
}
.reset-popup-area .modal-content {
  border-radius: 10px;
}

.notification-password .modal-dialog {
  max-width: 680px;
}
.notification-password .modal-header,
.notification-password .modal-body {
  padding: 78px;
}
.notification-password .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 10px 0;
  width: 100%;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 20px 0 0;
}
.notification-password .modal-body p {
  color: rgba(33, 39, 42, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.notification-password .modal-body .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}
.modal-content {
  border: none;
}
.sign-in-area .form-check-input[type='checkbox'] {
  border-radius: 0;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.my-profile-area {
  width: 100%;
  display: flex;
  background: #f8f8f8;
  padding: 70px 0;
  flex-direction: column;
}
.my-profile-section {
  width: 100%;
  display: flex;
  padding: 100px 146px;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.account-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 110px;
}
.account-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.account-area h3 {
  color: rgba(61, 61, 61, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
}
.account-panel h4 {
  color: rgba(61, 61, 61, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.account-panel p {
  color: rgba(177, 177, 177, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.account-panel img {
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.edit-profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.edit-profile h5 {
  color: rgba(173, 173, 173, 1);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}
.edit-profile a {
  color: rgba(61, 61, 61, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 230px;
  border-radius: 5px;
}
.edit-profile img {
  width: 15px;
  height: 15px;
  object-position: center;
  object-fit: contain;
  margin-right: 7px;
}
.edit-profile a:hover {
  background: rgba(233, 122, 37, 1) !important;
  color: #fff;
}
.edit-profile a:hover img {
  filter: invert(1);
}
.my-profile-section h2 {
  color: rgba(35, 35, 35, 1);
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 70px;
}
.my-profile-section label {
  color: rgba(173, 173, 173, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.my-profile-section label span {
  color: red;
}
.my-profile-section .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.my-profile-section .mb-3 {
  margin-bottom: 50px !important;
}
.my-profile-section .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
}
.my-profile-section .form-select {
  border: none;
  background-color: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.form-select:focus {
  box-shadow: none;
}
.sign-in-frm-area span.forgot-text-pass {
  color: rgba(233, 122, 37, 1) !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0;
  display: flex;
}
.password-must-area {
  width: 100%;
  display: flex;
  padding: 10px 0 0;
  flex-direction: column;
}
.password-must-area h4 {
  color: rgba(141, 141, 141, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
}
.password-must-area ul {
  padding: 0;
  margin: 0;
}
.password-must-area li {
  color: rgba(141, 141, 141, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  display: block;
  font-family: 'Poppins', sans-serif;
  padding: 5px 25px;
  position: relative;
}
.password-must-area li:after {
  content: '';
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  background: rgba(141, 141, 141, 1);
  left: 10px;
}

.password-must-area li.green {
  color: rgba(29, 180, 72, 1);
}
.password-must-area .green:after {
  background: rgba(29, 180, 72, 1);
}

.my-profile-notifications h2 {
  margin-bottom: 10px;
}
.my-profile-notifications p {
  color: rgba(141, 141, 141, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.reminders-area {
  margin-top: 50px;
}
.reminders-area h4 {
  color: rgba(61, 61, 61, 1);
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.reminders-profile-area .account-area {
  margin-top: 55px;
}

.required-area .switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 36px;
  margin-left: 30px;
}

.required-area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.required-area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(145, 145, 145, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.required-area .slider:before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.required-area input:checked + .slider {
  background-color: rgba(233, 122, 37, 1) !important;
}

.required-area input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.required-area input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}

/* Rounded sliders */
.required-area .slider.round {
  border-radius: 34px;
}

.required-area .slider.round:before {
  border-radius: 50%;
}
.reminders-email-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
.reminders-email-section h5 {
  color: rgba(57, 57, 57, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.required-area {
  color: rgba(113, 123, 136, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
}
.reminders-email-section1 {
  width: 100%;
  display: flex;
  padding: 0 0 50px;
}
.contact-img img {
  width: 100%;
}
.contact-popup-area {
  z-index: 1000 !important;
}
.contact-popup-area .modal-dialog {
  max-width: 980px;
}
.contact-popup-area .modal-content {
  border-radius: 0;
}
.contact-popup-area .modal-body {
  padding: 0;
}
.contact-img img {
  height: 968px;
  object-fit: cover;
  width: 100%;
}
.contact-popup-area .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
  resize: none;
}
.contact-popup-area .form-select {
  border: none;
  background-color: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.contact-popup-area .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
}
.contact-popup-area label {
  color: rgba(173, 173, 173, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.contact-popup-area label span {
  color: red;
}
.contact-popup-area .mb-3 {
  margin-bottom: 50px !important;
}
.contact-popup-area form {
  margin-top: 50px;
}
.contact-popup-area h2 {
  color: rgba(49, 49, 49, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Poppins', sans-serif;
}
.contact-popup-area p {
  color: rgba(49, 49, 49, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.contact-popup-area .btn-close {
  top: 20px;
  right: 20px;
  opacity: 1;
  position: absolute;
}
.contact-text {
  padding: 100px 50px !important;
}
.shopping-cart-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 100px 0;
}
.shopping-cart-area h2 {
  color: rgba(35, 35, 35, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Poppins', sans-serif;
}
.cart-expire {
  padding: 8px;
  border-radius: 5px;
  color: rgba(207, 117, 117, 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
}
.cart-expire img {
  margin-right: 5px;
}
.cart-expire {
  background: rgba(255, 233, 227, 1);
  padding: 8px;
  border-radius: 5px;
  max-width: 216px;
  margin-bottom: 56px;
}
.shopping-left-panel h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  color: rgba(35, 35, 35, 1);
  margin-bottom: 0;
}
.shopping-left-panel p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: rgba(61, 61, 61, 1);
  display: flex;
  align-items: center;
}
.shopping-left-panel p img {
  margin-right: 5px;
}
.shopping-star {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  color: rgba(240, 155, 8, 1);
  display: flex;
  padding: 0 0 10px 0;
  margin-top: -5px;
}
.shopping-star span {
  color: rgba(61, 61, 61, 1);
  padding-left: 5px;
}
.shopping-star img {
  object-fit: contain;
  margin-right: 5px;
}
.promo-code p {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 120, 80, 1);
  display: flex;
  width: 100%;
  padding: 10px 0 15px;
}
.promo-err {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Poppins', sans-serif;
  color: red;
  display: flex;
  width: 100%;
}
.promo-succ {
  color: rgba(0, 120, 80, 1);
}
.promo-code h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
}
.promo-code input {
  width: 399px;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  height: 40px;
  border-radius: 5px;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.promo-code input:focus {
  outline: none;
}
.apply-area {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: 5px 30px 8px;
  background: rgba(233, 122, 37, 1) !important;
  border-radius: 5px;
  margin-left: 10px;
  border: none;
}
.promo-code form {
  display: flex;
}
.edit-price-button a {
  border: 1px solid #e97a25;
  padding: 5px 7px;
  border-radius: 5px;
  margin-right: 10px;
}
.edit-price-button a:hover {
  background: #e97a25;
}
.edit-price-button a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7491%)
    hue-rotate(45deg) brightness(103%) contrast(101%);
}

.edit-price-section .price-section {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
  justify-content: flex-end;
}
.edit-price-section .price-section span {
  font-weight: 600;
  padding: 0;
  background: transparent;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
.edit-price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-price-button {
  display: flex;
}
.shopping-left-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(205, 205, 205, 1);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 40px;
}
.promo-code {
  margin-top: -5px;
}
.bill-summery {
  background: #f9f9f9;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.bill-summery h2 {
  color: #232323;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
}
.left-bill {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  width: 70%;
}
.right-bill {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.bill-panel-area {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 0.5px solid #b7b7b7;
}
.total-area .right-bill {
  color: #232323;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
}
.bill-summery p {
  text-align: center;
  color: #8d8d8d;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.checkout-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: 10px 40px;
  background: rgba(233, 122, 37, 1) !important;
  border-radius: 5px;
  border: none;
  margin-bottom: 16px;
  margin-top: 40px;
}
.bill-panel-area.total-area {
  border-bottom: none;
}
.cart-slider-area h2 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
}
.cart-slider-area .tour-area-top {
  margin-bottom: 16px;
}
.cart-slider-area {
  overflow: visible;
  padding-bottom: 0;
}
.cart-slider-area .owl-carousel .owl-stage-outer {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.save-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: 10px 40px;
  background: rgba(233, 122, 37, 1) !important;
  border-radius: 5px;
  border: none;
}
.edit-cart-price-section {
  width: 100%;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(205, 205, 205, 1);
}
.adult-section {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
}
.adult-section .input-number {
  width: 30px;
  border: none;
  text-align: center;
}
.adult-section .input-group .btn {
  padding-left: 0;
  padding-right: 0;
}
.adult-section .row {
  align-items: center;
  padding: 12px 0;
}
.adult-section .row .col-lg-9 {
  display: flex;
  flex-direction: column;
}
.adult-section .row .col-lg-9 span {
  color: #a1a1aa;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.shopping-left-panel .dropdown-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  max-height: 48px;
}
.shopping-left-panel .dropdown {
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.shopping-left-panel .dropdown-toggle::after {
  background: url(../images/bottom-arrow.png);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  background-position: center;
}
.shopping-left-panel .dropdown-content {
  font-size: 16px;
  font-weight: 400;
}
.date-time-section {
  margin-bottom: 12px;
}
.added-cart {
  background: #d1f6e2;
  margin-bottom: 30px;
}
.added-cart-left h3 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 16px;
}
.added-cart-left p {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
}
.added-cart {
  display: flex;
  justify-content: space-between;
}
.added-cart-left img {
  width: 80px;
  border-radius: 6px;
  height: 80px;
  margin-right: 24px;
}
.added-cart-left {
  display: flex;
  align-items: center;
}
.added-cart-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.go-to-cart {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #fff !important;
  cursor: pointer;
  border-radius: 5px;
  background: #e97c26;
  font-weight: 600;
  padding: 12px 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  max-height: 48px;
}
.search-area-page {
  width: 100%;
  display: flex;
  padding: 60px 0;
  flex-direction: column;
}
.search-area-page h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #3d3d3d;
  text-align: left;
}
.search-panel-area .tour-panel-area img {
  width: 100%;
  height: 195px;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}
.search-panel-area .tour-panel-area .tour-catagory-star img {
  width: auto;
  margin-right: 5px;
  height: auto;
}
.search-panel-area .tour-catagory-star span {
  color: rgba(135, 135, 135, 1);
  padding-left: 5px;
}
.search-panel {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
}
.search-panel-area {
  padding: 25px 10px;
  width: 20%;
  float: left;
}
.pagination-secrion-left {
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.pagination-secrion-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0;
}
.page-link-search {
  width: 37px;
  height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link-search img {
  width: 8px;
}
.page-link-search:hover,
.page-link-search:focus {
  background: #e97a25;
  color: #fff;
}
.page-link-search:hover img {
  filter: invert(1);
}
.pagination {
  margin-bottom: 0;
}
.page-link-search:focus {
  box-shadow: none;
}
.search-filter-top-section {
  width: 100%;
  display: flex;
  padding: 50px 0 16px;
  justify-content: space-between;
}
.search-filter-left-section .form-select {
  min-width: 102px;
  height: 48px;
  margin-right: 10px;
}
.search-filter-left-section {
  display: flex;
}
.apply-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #fff !important;
  cursor: pointer;
  border-radius: 5px;
  background: #e97c26;
  font-weight: 600;
  padding: 12px 40px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  max-height: 48px;
  margin-left: 16px;
}
.filter-button {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  font-weight: 500;
  padding: 12px 25px 12px 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  max-height: 48px;
  border: 0.5px solid #ced4da;
}
.filter-button img {
  margin-right: 10px;
}
.search-filter-bottom-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-filter-bottom-right .form-select {
  min-width: 150px;
  height: 48px;
}
.search-filter-bottom-right label {
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding-right: 15px;
  font-weight: 400;
  min-width: 100px;
}
.search-filter-bottom-left,
.search-filter-bottom-right {
  display: flex;
  align-items: center;
}
.search-filter-bottom-left label {
  color: #3d3d3d;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding-right: 15px;
  font-weight: 400;
  min-width: 144px;
}
.search-filter-bottom-left .dropdown {
  width: 100%;
  border-radius: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
.search-filter-bottom-left .dropdown-content {
  font-size: 16px;
  font-weight: 400;
}
.search-filter-bottom-left .dropdown-toggle::after {
  background: url(../images/bottom-arrow.png);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  background-position: center;
}
.search-filter-bottom-left .dropdown-toggle {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  max-height: 48px;
}
.search-filter-bottom-left {
  width: 30%;
  max-width: 380px;
}
.checkout-area {
  width: 100%;
  display: flex;
  padding: 50px 0;
  flex-direction: column;
}
.checkout-area h2 {
  color: rgba(35, 35, 35, 1);
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
}
.checkout-area .form-control {
  border: none;
  background: rgba(242, 244, 248, 1);
  padding: 12px 16px;
  resize: none;
}
.payment-form {
  padding: 0 !important;
}
.payment-form fieldset {
  border: 0 !important;
}
.checkout-area .form-select {
  border: none;
  background-color: rgba(242, 244, 248, 1);
  padding: 12px 16px;
}
.checkout-area .btn-primary {
  background: rgba(233, 122, 37, 1) !important;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
}
.checkout-area label {
  color: rgba(173, 173, 173, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}
.checkout-area label span {
  color: red;
}
.checkout-area .mb-3 {
  margin-bottom: 50px !important;
}
.checkout-area .cart-slider-area h2 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.order-summary-area h2 {
  margin-bottom: 30px;
}
.order-summary-section-1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.order-summary-section-img img {
  width: 87px;
  height: 87px;
  border-radius: 10px;
  margin-right: 15px;
}
.order-summary-section-text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(35, 35, 35, 1);
  margin-bottom: 6px;
}
.order-summary-section-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #b7b7b7;
  margin-bottom: 16px;
}
.order-summary-section-1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
}
.order-summary-section-2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order-summary-section-3 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-summary-section-4 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-summary-date-section h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: #232323;
}
.order-summary-date-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #a1a1aa;
  margin-bottom: 0;
}
.order-summary-section-3 .form-control {
  background: #fff;
  height: 40px;
}
.order-summary-section-4 h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: #232323;
}
.order-summary-section-4 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #a1a1aa;
  margin-bottom: 0;
}
.order-summary-section-5 {
  width: 100%;
  display: flex;
  padding-bottom: 5px;
}
.check-out-total-area {
  width: 100%;
  display: flex;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  align-items: center;
}
.check-out-total-left {
  width: 80%;
}
.check-out-total-right {
  width: 20%;
}
.check-out-total-right .pay-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1);
  padding: 5px 30px 8px;
  background: rgba(233, 122, 37, 1) !important;
  border-radius: 5px;
  margin-left: 10px;
  border: none;
}
.check-out-total-left h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
  border-bottom: none;
  margin-bottom: 15px;
}
.check-out-total-left .price-area {
  border-top: none;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
  padding-top: 0;
}
.check-out-total-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #8d8d8d;
}
.check-out-total-left p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  color: #3d3d3d;
  max-width: 195px;
}
.check-out-total-left p:last-child a {
  color: rgba(233, 122, 37, 1) !important;
  text-decoration: none;
}
.checkout-area-left {
  padding-right: 200px;
  overflow: hidden;
}
.checkout-area-right {
  padding-left: 50px;
}
.checkout-area-right .promo-code input {
  width: 340px;
}
.checkout-area-right .bill-summery p {
  text-align: center;
  color: #8d8d8d;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
}
.checkout-area-right .bill-summery p a {
  color: rgba(233, 122, 37, 1) !important;
  text-decoration: none;
}
.checkout-area-right .left-bill {
  width: 60%;
}
.checkout-area-right .right-bill {
  width: 40%;
}
#video-modal .btn-close {
  float: right;
  position: absolute;
  right: 0;
  top: 0px;
  opacity: 1;
  background-color: #fff;
  padding: 9px;
}
#video-modal .modal-dialog iframe {
  height: 95vh;
}
#video-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.react-datepicker__current-month {
  font-size: 1em !important;
  text-align: center !important;
}
.react-datepicker-wrapper {
  display: inline !important;
}

.react-datepicker-wrapper input {
  min-width: 300px !important;
  /* min-width: 102px; */
  height: 48px !important;
  margin-right: 10px;
}

.no-times-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 48px;
}
.top-details-section,
.bottom-details-section,
.middle-details-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}
.top-details-section h2,
.middle-details-section h2,
.bottom-details-section h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.hour-section,
.date-area1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 5px 0;
}
.hour-section img,
.date-area1 img,
.location-area img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.location-area a {
  color: rgba(233, 122, 37, 1);
}
.no-times-price-section {
  background: rgba(249, 249, 249, 1);
  padding: 40px;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.no-times-price-section .price-number {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 16px 0;
}
.price-section-left p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: rgba(141, 141, 141, 1);
  margin-bottom: 0;
}
.price-section-left h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: rgba(61, 61, 61, 1);
  margin-bottom: 0;
}
.price-section-left {
  width: 50%;
  float: left;
}
.price-section-right {
  width: 50%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.book-now-button a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #fff !important;
  border-radius: 5px;
  background: rgba(233, 124, 38, 1);
  border: 1px solid rgba(233, 124, 38, 1);
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 0;
  text-decoration: none;
  text-align: center;
  min-width: 185px;
}
.book-now-button a:hover {
  background: #fff;
  color: #000 !important;
}
.add-to-cart-button,
.book-now-button {
  cursor: pointer;
}
.add-to-cart-button a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #000;
  border-radius: 5px;
  background: #fff;
  font-weight: 600;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 0;
  border: 1px solid rgba(233, 124, 38, 1);
  text-decoration: none;
  margin-top: 15px;
  text-align: center;
  min-width: 185px;
}
.add-to-cart-button a:hover {
  background: rgba(233, 124, 38, 1);
  color: #fff !important;
}
.popup-map {
  width: 100%;
  display: flex;
}
.map-section-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 48px;
}
.map-section-top-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 0 48px;
}
.map-section-top-section h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px;
}
.map-section-top-section p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: rgba(121, 121, 121, 1);
  margin-bottom: 0;
}
.hour-section .dropdown {
  width: 100%;
  border-radius: 5px;
  padding: 0;
}
.hour-section .dropdown-content,
.date-area1 .dropdown-content {
  font-size: 16px;
  line-height: 24px;
  margin-right: 50px;
}
.hour-section .dropdown-toggle,
.date-area1 .dropdown-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 11px 20px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  max-width: 283px;
  justify-content: space-between;
}
.hour-section .dropdown-toggle::after,
.date-area1 .dropdown-toggle::after {
  background: url(../images/bottom-arrow.png);
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  background-position: center;
}
.custom-date-selector input {
  padding: 15px 14px 10px !important;
}
.user-category-input > div {
  padding: 6px !important;
}
.user-category-input input {
  padding: 8.5px 4px 5px 5px !important;
}

.MuiChip-root span {
  margin-bottom: 0 !important;
  color: #000 !important;
}
.user-category-input button {
  padding-top: 6px;
}
.custom-date-selector button {
  padding-top: 11px;
}
.contact-popup-area .modal-content {
  padding: 0 !important;
}
.contact-popup-area span {
  display: none !important;
}
.develope-area img {
  margin-left: 6px;
}
.footer-social-section a img {
  width: 24px;
  height: 24px;
}
.secure-green {
  background: #d1f6e2;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 56px;
  color: #007850;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  max-width: 290px;
}
.secure-green img {
  margin-right: 5px;
}

.top-step-area {
  max-width: 276px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.top-step-area:after {
  width: 220px;
  height: 2px;
  background: #b7b7b7;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}
.details-area {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-top: 18px;
  color: #3d3d3d;
}
.details-area:after {
  width: 12px;
  height: 12px;
  background: #3d3d3d;
  border-radius: 50%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: 99;
}
.payment-area {
  color: #b7b7b7;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  padding-top: 18px;
}
.payment-area:after {
  width: 12px;
  height: 12px;
  background: #b7b7b7;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
}
.top-step-area-active .payment-area:after {
  background: #3d3d3d;
}
.top-step-area-active:after {
  background: #3d3d3d !important;
}
.top-step-area-active .payment-area {
  color: #3d3d3d;
}
.owl-nav.disabled {
  display: none !important;
}
.navbar-expand-lg .navbar-nav {
  min-width: 355px;
}
