/* RED */
/* YELLOW */
/* WHITE */
/* BLACK */
/* GREY */
/* BLUE */
/* transparent */
/* FONT */
/* RED */
/* YELLOW */
/* WHITE */
/* BLACK */
/* GREY */
/* BLUE */
/* transparent */
/* FONT */
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
  color: #212427;
}

/* @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1140px;
    }
} */
.navbar-header {
  height: 116px;
}
.navbar-header .navbar {
  background-color: #e31e24;
  height: 100%;
}
.navbar-header .navbar .first-navbar-nav {
  margin-bottom: 8px !important;
}
.navbar-header .navbar .first-navbar-nav .nav-item .nav-link {
  font-weight: 200;
}
.navbar-header .navbar .second-navbar-nav .nav-item .nav-link {
  font-weight: 600;
}
.navbar-header .navbar .navbar-collapse {
  flex-direction: column-reverse;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  padding-left: 1rem;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .borderd-my-account {
  width: 147px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 15px;
  margin-left: 2rem;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .my-basket {
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .my-basket .my-basket-inner-span {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 0.5rem;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .my-basket .my-basket-inner-span .my-basket-inner-span-img {
  width: 100%;
  height: 100%;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .my-basket .my-basket-inner-span .my-basket-number {
  position: absolute;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: #e31e24;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle span {
  margin-right: 10px;
}
.navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
  margin-left: 0em;
  vertical-align: 0.2em;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
}

.navbar.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1100;
  height: 116px;
}

@media (max-width: 1200px) {
  .navbar .navbar-brand {
    height: 50px;
  }
  .navbar .navbar-brand img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    height: auto;
  }
  .navbar-header .navbar {
    height: auto;
  }
  .navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-left: 0%;
  }
  .navbar-header .navbar .navbar-collapse .navbar-nav .nav-item .borderd-my-account {
    margin: 10px 0 0 0;
    padding-left: 15px;
  }
}
/* RED */
/* YELLOW */
/* WHITE */
/* BLACK */
/* GREY */
/* BLUE */
/* transparent */
/* FONT */
.footer-wrapper {
  background-color: #2a2d2f;
  padding: 2.5rem 0;
  border-top: 2px solid #fff;
}
.footer-wrapper .top-footer {
  padding-bottom: 4rem;
  border-bottom: 2px solid #707477;
}
.footer-wrapper .top-footer .dine-n-stay-box-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer-wrapper .top-footer .dine-n-stay-box-footer .footer-logo {
  height: 60px;
}
.footer-wrapper .top-footer .dine-n-stay-box-footer .social-media-box-footer {
  display: flex;
  align-items: center;
}
.footer-wrapper .top-footer .dine-n-stay-box-footer .social-media-box-footer .social-media-box-footer-link {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2d2f;
  margin: 0 5px;
}
.footer-wrapper .top-footer .logo-newsleter-box {
  max-width: 450px;
}
.footer-wrapper .top-footer .logo-newsleter-box .footer-logo {
  margin-bottom: 3rem;
  height: 50px;
}
.footer-wrapper .top-footer .logo-newsleter-box .footer-h {
  max-width: 300px;
}
.footer-wrapper .top-footer .logo-newsleter-box .newsletter-box {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.footer-wrapper .top-footer .logo-newsleter-box .newsletter-box .form-control {
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}
.footer-wrapper .top-footer .logo-newsleter-box .newsletter-box .form-control:focus {
  border: none;
}
.footer-wrapper .top-footer .logo-newsleter-box .newsletter-box .newsletter-button {
  padding: 0.5rem 1.5rem;
  background-color: #fbba00;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 23px;
  line-height: 1;
}
.footer-wrapper .top-footer h3.footer-h {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.footer-wrapper .top-footer .links-in-footer {
  padding: 0%;
  list-style-type: none;
}
.footer-wrapper .top-footer .links-in-footer li {
  list-style-type: none;
}
.footer-wrapper .top-footer .links-in-footer li .footer-p {
  text-decoration: none;
}
.footer-wrapper .bottom-footer {
  padding-top: 0.5rem;
}
.footer-wrapper .bottom-footer .footer-p {
  line-height: 1.2;
  padding-left: 10px;
}
.footer-wrapper .bottom-footer .footer-social-box {
  display: flex;
  justify-content: flex-end;
}
.footer-wrapper .bottom-footer .footer-social-box .footer-social-box-inner .social-medial-links {
  display: flex;
}
.footer-wrapper .bottom-footer .footer-social-box .footer-social-box-inner .social-medial-links a {
  height: 50px;
  width: 50px;
}
.footer-wrapper .bottom-footer .footer-social-box .footer-social-box-inner .social-medial-links a img {
  height: 100%;
  width: 100%;
  padding: 5px;
  transition: 0.25s ease all;
}
.footer-wrapper .bottom-footer .footer-social-box .footer-social-box-inner .social-medial-links a:hover img {
  opacity: 0.5;
}
.footer-wrapper .footer-h {
  color: #fff;
}
.footer-wrapper .footer-p {
  color: #707477;
}

@media (max-width: 991px) {
  .footer-wrapper .top-footer .logo-newsleter-box {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .bottom-footer .footer-social-box {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.hero-section-wrapper {
  padding: 29px 0;
  background-image: url("/web/images/heroback-0371e9d5454ec01b0fbb6466832da5b1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section-wrapper .search-motorhome-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 23px;
  max-width: 546px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5058823529);
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .heading-search-motorhome {
  font-size: 24px;
  color: #e42228;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 600;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner label {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 8px;
  line-height: 1;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .form-control {
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .form-control:focus {
  border: none !important;
  outline: none !important;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner input[name=pickUpDate] {
  cursor: pointer;
  padding-right: 40px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner input[name=dropOffDate] {
  cursor: pointer;
  padding-right: 40px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .validation-error {
  font-size: 12px;
  font-weight: 500;
  display: none;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey {
  margin-bottom: 25px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey .countrey-selector {
  background-color: #f2f2f2;
  padding: 0.375rem 0.75rem;
  height: 44px;
  border-radius: 2px;
  font-weight: 600;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey .countrey-selector .dropdown-toggle {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey .countrey-selector .dropdown-toggle::after {
  display: none;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey .countrey-selector .dropdown-menu {
  width: calc(100% - 1.5rem);
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey .countrey-selector .flagimages {
  height: 24px;
  margin-right: 1rem;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address .pick-up-address {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address .drop-odd-address {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .pick-up-date {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .pick-up-date .form-control {
  background-image: url("/web/images/calender-22b8924c9a6022016df4024e10a5f0f3.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .drop-odd-date {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .drop-odd-date .form-control {
  background-image: url("/web/images/calender-22b8924c9a6022016df4024e10a5f0f3.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .passengers-box {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box {
  width: 48%;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box .drivers-check-container {
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box .drivers-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box .drivers-check-container input:checked ~ .drivers-check-box-mark:after {
  display: block;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box .drivers-check-container .drivers-check-box-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 2px solid;
  border-color: #000;
  border-radius: 4px;
  box-sizing: border-box;
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box .drivers-check-container .drivers-check-box-mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 7px;
  height: 12px;
  border: solid;
  border-color: #e42228;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hero-section-wrapper .search-motorhome-box .search-motorhome-box-inner .search-motorhome-burron-box .search-motorhome-btn {
  height: 52px;
  border: none;
  background-color: #e31e24;
  color: white;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  background-image: url("/web/images/search-7f7522a428c7a2b4c3c687824505e3b7.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
}
.hero-section-wrapper .main-headdng-h1 {
  font-size: 48px;
  font-weight: 500;
  max-width: 350px;
  color: #fff;
  margin-top: 14px;
}

.why-choose-us {
  background-color: #e31e24;
  padding: 35.5px 0;
}
.why-choose-us .why-choose-us-h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 22px;
}
.why-choose-us .choosing-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us .choosing-point .choosing-point-image {
  height: 51px;
  margin-right: 1rem;
}
.why-choose-us .choosing-point .choosing-point-span {
  margin: 0%;
  color: #fff;
  font-size: 18px;
}

.newsletter-wrapper {
  background-image: url("/web/images/newsletter-back-f0884793e61de2de0c766dd9d06ea410.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67.5px 0;
}
.newsletter-wrapper .why-choose-us-h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.newsletter-wrapper .newsletter-box {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.newsletter-wrapper .newsletter-box .form-control {
  border: none;
  outline: none;
  border-radius: 4px 0 0 4px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
}
.newsletter-wrapper .newsletter-box .form-control:focus {
  border: none;
}
.newsletter-wrapper .newsletter-box .newsletter-button {
  padding: 0.5rem 1.5rem;
  background-color: #000;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 23px;
  line-height: 1;
}

.popular-destinations-wrapper {
  padding: 78px 0 68px;
}
.popular-destinations-wrapper .col-md-12 {
  padding: 0%;
}
.popular-destinations-wrapper .col-md-12 .why-choose-us-h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 29px;
  color: #202020;
  font-weight: 600;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav {
  position: absolute;
  bottom: 0%;
  top: -15%;
  left: 0;
  right: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-prev {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-left: 19px;
  pointer-events: all;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-prev span {
  display: none;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-prev::after {
  content: "\f104";
  font-family: fontawesome;
  display: block;
  font-size: 24px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-next {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-right: 19px;
  pointer-events: all;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-next span {
  display: none;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .owl-nav .owl-next::after {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  font-size: 24px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .item .popular-destinations-item img {
  height: 316px;
  object-fit: cover;
  object-position: center;
}
.popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .item .popular-destinations-item .popular-destinations-item-text {
  text-align: center;
  font-size: 18px;
  color: #202020;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1;
}
.popular-destinations-wrapper .col-md-12 .view-all-button {
  margin-top: 36px;
}

.view-all-button {
  font-size: 16px;
  margin-left: auto;
  float: right;
  text-decoration: none;
  color: #202020;
}

.our-motorhome-fleet-wrapper {
  background-color: #f1f2f4;
  padding: 53px 0 60px 0;
}
.our-motorhome-fleet-wrapper .why-choose-us-h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 34px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel {
  padding: 0 60px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #cbccce;
  padding: 21px 17px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-h5 {
  color: #e31e24;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-h6 {
  color: #212427;
  font-size: 16px;
  line-height: 21px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 0;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features {
  list-style-type: none;
  padding: 0%;
  width: 50%;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features li {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features li .moterhome-item-features-icon {
  height: 20px;
  width: auto;
  margin-right: 1rem;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features li .moterhome-item-features-icon.second {
  height: 14px;
  width: auto;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-view {
  border: 2px solid #e31e24;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 39px;
  text-decoration: none;
  color: #e31e24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 2px;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav {
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0;
  right: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-right: 19px;
  pointer-events: all;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-next span {
  display: none;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-next::after {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  font-size: 30px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-left: 19px;
  pointer-events: all;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-prev span {
  display: none;
}
.our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-prev::after {
  content: "\f104";
  font-family: fontawesome;
  display: block;
  font-size: 30px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-motorhome-fleet-wrapper .view-all-button {
  padding: 0 60px;
  margin-top: 25px;
}

.embark-journey-wrapper .row {
  padding: 50px 60px;
}
.embark-journey-wrapper .row .embark-journey-image-box {
  border-radius: 102px 0 0 0;
  overflow: hidden;
  height: 520px;
  max-width: 520px;
}
.embark-journey-wrapper .row .embark-journey-image-box .embark-journey-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.embark-journey-wrapper .row .embark-journey-detailes-perent {
  height: 100%;
  display: flex;
  align-items: center;
  /* padding-left: 3rem; */
}
.embark-journey-wrapper .row .embark-journey-detailes-perent .embark-journey-detailes .embark-journey-detailes-h4 {
  font-size: 30px;
  font-weight: 600;
  color: #e31e24;
  margin-bottom: 1rem;
}
.embark-journey-wrapper .row .embark-journey-detailes-perent .embark-journey-detailes .embark-journey-detailes-p {
  font-size: 17px;
  color: #212427;
  line-height: 26px;
  margin-bottom: 2rem;
}
.embark-journey-wrapper .row .embark-journey-detailes-perent .embark-journey-detailes .embark-journey-detailes-btn {
  background-color: #e31e24;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 50px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 20px;
}

.follow-at-insta {
  background-image: url("/web/images/follow-at-insta-390d2fd40c446318bc607deb28db082a.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 0 6rem;
}
.follow-at-insta .why-choose-us-h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.follow-at-insta .follow-at-insta-all-posts {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  gap: 20px;
  padding: 20px;
}
.follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
  width: calc(16.666% - 16.7px);
  height: 192px;
}
.follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post .follow-at-insta-indi-post-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.owl-dots {
  display: none;
}

@media (max-width: 1400px) {
  .follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
    height: 162px;
  }
  .popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .item .popular-destinations-item img {
    height: 271px;
  }
}
@media (max-width: 1200px) {
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .heading-search-motorhome {
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .search-motorhome-countrey {
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address {
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date {
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box {
    margin-bottom: 15px;
  }
  .popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .item .popular-destinations-item img {
    height: 226px;
  }
  .our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features:nth-child(1) {
    width: 60%;
  }
  .our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .item .moterhome-item .moterhome-item-features .moterhome-features:nth-child(2) {
    width: 40%;
  }
  .follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
    height: 132px;
  }
}
@media (max-width: 991px) {
  .hero-section-wrapper .main-headdng-h1 {
    font-size: 36px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box {
    max-width: 100%;
  }
  .our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel {
    padding: 0 25px;
  }
  .our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-prev {
    margin: 0%;
    width: 35px;
    height: 35px;
  }
  .our-motorhome-fleet-wrapper .our-motorhome-fleet-carousel .owl-nav .owl-next {
    margin: 0%;
    width: 35px;
    height: 35px;
  }
  .our-motorhome-fleet-wrapper .view-all-button {
    padding: 0 25px;
  }
  .embark-journey-wrapper .row {
    padding-left: 25px;
    padding-right: 25px;
  }
  .embark-journey-wrapper .row .embark-journey-detailes-perent {
    padding: 0%;
  }
  .embark-journey-wrapper .row .embark-journey-image-box {
    height: 100%;
  }
  .follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
    height: 132px;
    width: calc(25% - 15px);
  }
}
@media (max-width: 767px) {
  .why-choose-us .choosing-point {
    margin: 10px 0;
  }
  .why-choose-us .choosing-point .choosing-point-image {
    width: 100px;
    object-fit: contain;
  }
  .why-choose-us .choosing-point .choosing-point-span {
    width: 170px;
  }
  .embark-journey-wrapper .row .embark-journey-image-box {
    padding-bottom: 25px;
  }
  .follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
    height: 145px;
    width: calc(33.333% - 13.4px);
  }
}
@media (max-width: 576px) {
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address {
    flex-direction: column;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address .pick-up-address {
    width: 100%;
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-address .drop-odd-address {
    width: 100%;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date {
    flex-direction: column;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .pick-up-date {
    width: 100%;
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .pick-up-drop-off-date .drop-odd-date {
    width: 100%;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box {
    flex-direction: column;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .passengers-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .hero-section-wrapper .search-motorhome .search-motorhome-box .search-motorhome-box-inner .passengers-drivers-box .drivers-box {
    width: 100%;
  }
  .popular-destinations-wrapper .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popular-destinations-wrapper .col-md-12 .popular-destinations-carousel .item .popular-destinations-item img {
    height: 75vw;
  }
  .embark-journey-wrapper .row {
    padding-left: 0%;
    padding-right: 0%;
  }
  .follow-at-insta .follow-at-insta-all-posts .follow-at-insta-indi-post {
    height: 152px;
    width: calc(50% - 10px);
  }
}
.booking-progress-bar-wrapper {
  background-color: #e31e24;
  border-top: 4px solid #fff;
  position: relative;
  z-index: -1;
  padding: 20.5px 0;
}
.booking-progress-bar-wrapper .dine-n-stay-image-box {
  width: 100%;
  height: 100%;
  padding-right: 1rem;
}
.booking-progress-bar-wrapper .dine-n-stay-image-box .dine-n-stay-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.booking-progress-bar-wrapper .booking-progress-bar {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 1rem; */
  position: relative;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon {
  background-color: #e31e24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50rem;
  border: 2px solid #fff;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon svg {
  height: 28px;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon svg .st0 {
  fill: #fff;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  height: 3px;
  border-radius: 50rem;
  width: calc(100% - 58px);
  background-color: #fff;
  z-index: -1;
  padding: 0 56px;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-item-p {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items.completed .booking-progress-bar-items-icon {
  background-color: #fff;
  border-color: #e31e24;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items.completed .booking-progress-bar-items-icon svg .st0 {
  fill: #e31e24;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items.current .booking-progress-bar-items-icon {
  background-color: #fff;
  border-color: #e31e24;
}
.booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items.current .booking-progress-bar-items-icon svg .st0 {
  fill: #e31e24;
}

.basket-detailes-wrapper {
  padding: 38px 0;
}
.basket-detailes-wrapper .dine-n-stay-heading-box {
  margin-bottom: 20px;
}
.basket-detailes-wrapper .dine-n-stay-heading-box .dine-n-stay-heading-h3 {
  font-size: 26px;
  font-weight: 600;
  color: #212427;
  text-align: center;
  margin-bottom: 8px;
}
.basket-detailes-wrapper .dine-n-stay-heading-box .dine-n-stay-heading-h3 span {
  color: #e31e24;
}
.basket-detailes-wrapper .dine-n-stay-heading-box .dine-n-stay-heading-h5 {
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  color: #e31e24;
}
.basket-detailes-wrapper .vouchers-box {
  height: 128px;
  border: 1px solid #cbccce;
  padding: 0 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner.quantity-add-basket {
  display: flex;
  align-items: center;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner:nth-child(1) {
  padding-right: 20px;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner .vouchers-box-inner-h4 {
  font-size: 20px;
  color: #212427;
  margin-bottom: 3px;
  line-height: 24px;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner .vouchers-box-inner-p {
  font-size: 14px;
  font-weight: 300;
  color: #8c8e91;
  line-height: 24px;
  margin-bottom: 14px;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner .vouchers-box-inner-h3 {
  font-size: 24px;
  color: #212427;
  margin: 0%;
}
.basket-detailes-wrapper .vouchers-box .vouchers-box-inner .add-to-basket-button {
  width: 177px;
  height: 48px;
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #e22026;
  color: white;
}
.basket-detailes-wrapper .proceed-to-basket-details-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket-detailes-wrapper .proceed-to-basket-details-box .proceed-to-basket-details-h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
.basket-detailes-wrapper .proceed-to-basket-details-box .proceed-to-basket-details-btn {
  width: 366px;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #e22026;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  border: 1px solid;
  border-color: #cbccce;
  overflow: hidden;
  margin-right: 30px;
}
.quantity-box .quantity-minus {
  display: block;
  width: 30px;
  height: 31px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
  border: none;
  background-color: #fff;
  padding: 0%;
}
.quantity-box input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.quantity-box input[type=number]::-webkit-inner-spin-button,
.quantity-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-box .quantity-input {
  width: 48px;
  height: 31px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #cbccce;
  border-right: 1px solid #cbccce;
}
.quantity-box .quantity-plus {
  display: block;
  width: 30px;
  height: 31px;
  margin: 0;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
  border: none;
  padding: 0%;
}

@media (max-width: 1200px) {
  .basket-detailes-wrapper .vouchers-box {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .booking-progress-bar-wrapper .dine-n-stay-image-box {
    display: flex;
    justify-content: center;
    margin-right: 0%;
    padding-bottom: 20.5px;
  }
  .booking-progress-bar-wrapper .dine-n-stay-image-box .dine-n-stay-image {
    max-width: 200px;
  }
  .basket-detailes-wrapper .vouchers-box {
    flex-direction: column;
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner {
    width: 100%;
    padding-right: 0%;
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner:nth-child(1) {
    padding-bottom: 0.5rem;
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner.quantity-add-basket {
    justify-content: space-between;
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner.quantity-add-basket .quantity-box {
    width: 48%;
    margin: 0%;
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner.quantity-add-basket .quantity-box .quantity-input {
    width: calc(100% - 60px);
  }
  .basket-detailes-wrapper .vouchers-box .vouchers-box-inner.quantity-add-basket .add-to-basket-button {
    width: 48%;
  }
  .basket-detailes-wrapper .proceed-to-basket-details-box {
    flex-direction: column;
  }
  .basket-detailes-wrapper .proceed-to-basket-details-box .proceed-to-basket-details-h5 {
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon {
    width: 44px;
    height: 44px;
  }
  .booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon svg {
    height: 22px;
  }
  .booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-items-icon::after {
    top: 22px;
  }
  .booking-progress-bar-wrapper .booking-progress-bar .booking-progress-bar-items .booking-progress-bar-item-p {
    font-size: 12px;
  }
  .basket-detailes-wrapper .vouchers-box {
    padding-left: 16px;
    padding-right: 16px;
  }
  .basket-detailes-wrapper .proceed-to-basket-details-box .proceed-to-basket-details-btn {
    width: 100% !important;
    text-align: center;
  }
}
.order-summary-wrapper .order-summary-box {
  border-top: 1px solid #cbccce;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-summary-wrapper .order-summary-box:nth-child(1) {
  border-top: none;
}
.order-summary-wrapper .order-summary-box .order-summary-heding-h3 {
  color: #212427;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0%;
}
.order-summary-wrapper .order-summary-box .order-summary-a {
  font-size: 14px;
  font-weight: 300;
  color: #8c8e91;
}
.order-summary-wrapper .order-summary-box .order-summary-a .less-then {
  font-size: 10px;
}
.order-summary-wrapper .order-summary-box .order-summary-box-inner:nth-child(1) {
  padding-right: 20px;
}
.order-summary-wrapper .order-summary-box .order-summary-box-inner .order-summary-h4 {
  color: #212427;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.order-summary-wrapper .order-summary-box .order-summary-box-inner .order-summary-p {
  color: #8c8e91;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.order-summary-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) {
  display: flex;
  align-items: center;
}
.order-summary-wrapper .order-summary-box .order-summary-box-inner .order-summary-price {
  color: #212427;
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}
.order-summary-wrapper .order-summary-total-box {
  padding: 22px 24px;
  background-color: #f0f0f0;
  margin-top: 1rem;
  border: 1px solid transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.order-summary-wrapper .order-summary-total-box .order-summary-total {
  font-size: 20px;
  font-weight: 600;
  color: #e22026;
  margin-right: 30px;
  margin-bottom: 0%;
}
.order-summary-wrapper .order-summary-total-box .order-summary-total-price {
  font-size: 24px;
  font-weight: 600;
  color: #e22026;
  margin-bottom: 0%;
}
.order-summary-wrapper .box-check-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #e22026;
}
.order-summary-wrapper .box-check-container:nth-child(1) {
  min-width: 250px;
}
.order-summary-wrapper .box-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.order-summary-wrapper .box-check-container input:checked ~ .box-check-box-mark:after {
  display: block;
}
.order-summary-wrapper .box-check-container .box-check-box-mark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 29px;
  width: 29px;
  border: 1px solid;
  border-color: #cbccce;
  border-radius: 4px;
  box-sizing: border-box;
}
.order-summary-wrapper .box-check-container .box-check-box-mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-image: url("/web/images/checkboc-tick-f721b46723fadeac5fd5f44539d32e4b.png");
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.order-summary-wrapper .select-delivary-wrap {
  padding: 30px 0;
}
.order-summary-wrapper .select-delivary-wrap .select-delivary-heading-h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #e22026;
  padding: 0 22px;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box {
  border: 1px solid #cbccce;
  border-radius: 10px;
  padding: 27px 22px 38px 74px;
  background-image: url("/web/images/e-voucher-36d060bca7ab1dcd808c3e57dff2b321.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 26px 24px;
  margin-bottom: 37px;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes {
  display: flex;
  justify-content: space-between;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes .e-voucher-detailes-left {
  padding-right: 20px;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes .e-voucher-detailes-left .e-voucher-detailes-h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes .e-voucher-detailes-left .e-voucher-detailes-p {
  font-size: 16px;
  line-height: 1;
  margin: 0%;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes .e-voucher-detailes-right .e-voucher-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-checkboxes {
  margin-top: 23px;
  display: flex;
  align-items: center;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap {
  border: 1px solid #cbccce;
  border-radius: 10px;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.gift-box {
  border: none;
  background-image: url("/web/images/gift-box-0e869b8f2c03afdb357c548cc67a7a6b.png");
  margin-bottom: 0%;
  padding-bottom: 26px;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.gift-box .e-voucher-checkboxes {
  padding-bottom: 37px;
  border-bottom: 1px solid #cbccce;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box {
  border: none;
  background-image: url("/web/images/delivary-method-adfa4238f53dca6d607df873a5ab4c19.png");
  padding-top: 10px;
  background-position: 26px 6px;
  padding-bottom: 42px;
  margin-bottom: 0;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 11px;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container {
  color: #212427;
  width: 100%;
  margin-bottom: 33px;
  border-top: 1px solid #cbccce;
  padding-top: 22px;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container:nth-child(1) {
  min-width: unset;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container .box-check-delevary-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container .box-check-delevary-box .box-check-delevary-details {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-right: 20px;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container .box-check-delevary-box .box-check-delevary-details .box-check-delevary-details-heading {
  font-size: 18px;
  line-height: 1;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container .box-check-delevary-box .box-check-delevary-details .box-check-delevary-details-info {
  font-size: 16px;
  font-weight: 300;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-container .box-check-delevary-box .box-check-delevary-pricing {
  line-height: 1;
}
.order-summary-wrapper .select-delivary-wrap .gift-delivary-method-box-wrap .e-voucher-box.delivary-method-box .e-voucher-checkboxes .box-check-box-mark {
  top: 22px;
  transform: translateY(0%);
}
.order-summary-wrapper .proceed-to-payment-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.order-summary-wrapper .proceed-to-payment-box .proceed-to-payment-btn {
  width: 366px;
  height: 60px;
  background-color: #e22026;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-checkboxes .box-check-container:nth-child(1) {
    min-width: auto;
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  .order-summary-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) {
    flex-direction: column;
    align-items: flex-end;
  }
  .order-summary-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) .quantity-box {
    margin-right: 0%;
    margin-bottom: 5px;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-checkboxes {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-checkboxes .box-check-container {
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-checkboxes .box-check-container:last-child {
    margin: 0%;
  }
}
@media (max-width: 576px) {
  .order-summary-wrapper .order-summary-box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .order-summary-wrapper .order-summary-box .order-summary-a {
    text-align: right;
  }
  .order-summary-wrapper .order-summary-box .order-summary-box-inner:nth-child(1) {
    padding-right: 10px;
  }
  .order-summary-wrapper .order-summary-total-box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box {
    padding: 15px 15px 15px 50px;
    background-position: 10px 12px;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box .e-voucher-detailes .e-voucher-detailes-left {
    padding-right: 10px;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box.delivary-method-box {
    background-position: 10px 6px !important;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box.delivary-method-box .box-check-container {
    /* padding-left: 35px; */
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box.delivary-method-box .box-check-container .box-check-delevary-box .box-check-delevary-details {
    margin-right: 10px !important;
  }
  .order-summary-wrapper .select-delivary-wrap .e-voucher-box.delivary-method-box .box-check-container .box-check-delevary-box .box-check-delevary-details .box-check-delevary-details-info {
    font-size: 13px !important;
    margin-top: 5px;
  }
  .order-summary-wrapper .order-summary-box.with-quantity {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-summary-wrapper .order-summary-box.with-quantity .order-summary-box-inner .quantity-box {
    margin: 0;
  }
  .order-summary-wrapper .order-summary-box.with-quantity .order-summary-box-inner:nth-child(2) {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
}
.order-summary-wrapper .e-voucher-user-detailes {
  padding: 0 22px 22px;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner {
  display: flex;
  align-items: flex-start;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
  min-width: 240px;
  font-size: 16px;
  font-weight: 300;
  color: #212427;
  margin-bottom: 0;
  line-height: 24px;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-details {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
  text-wrap: wrap;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button {
  flex-wrap: wrap;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button .e-voucher-user-detailes-a {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #8c8e91;
  font-size: 14px;
}
.order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button .e-voucher-user-detailes-a .e-voucher-user-detailes-a-img {
  margin-right: 0.5rem;
}
.order-summary-wrapper .order-summary-total-box.payment-page {
  background-color: transparent;
  border-top: 1px solid #cbccce;
}
.order-summary-wrapper .turms-condition-payment-box {
  border-top: 1px solid #cbccce;
  padding: 22px;
}
.order-summary-wrapper .turms-condition-payment-box .box-check-container {
  margin-bottom: 27px;
}
.order-summary-wrapper .turms-condition-payment-box .box-check-container span.box-check-span {
  color: #212427;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.order-summary-wrapper .turms-condition-payment-box .box-check-container .box-check-box-mark {
  top: 0%;
  transform: none;
}
.order-summary-wrapper .turms-condition-payment-box .turms-condition-payment-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.order-summary-wrapper .payment-option-wrap {
  padding: 29px 26px 30px 77px;
  border: 1px solid #cbccce;
  border-radius: 10px;
  margin-bottom: 26px;
  background-image: url("/web/images/card-bd9407f6ea67b18f9e544bf9b4f7d997.png");
  background-position: 26px 26px;
  background-size: 30px;
  background-repeat: no-repeat;
}
.order-summary-wrapper .payment-option-wrap .payment-option-detailes .payment-option-detailes-h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox {
  padding-top: 34px;
  margin-top: 15px;
  border-top: 1px solid #cbccce;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .box-check-container {
  font-size: 16px;
  line-height: 24px;
  color: #212427;
  font-weight: 300;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner:nth-child(1) {
  margin-top: 0%;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner .box-check-container {
  min-width: 150px;
}
.order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner .clients-credit-cards-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.order-summary-wrapper .place-order-button-box {
  margin-bottom: 3rem;
}
.order-summary-wrapper .place-order-button-box .place-order-button {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #e22026;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button.edit-at-end .e-voucher-user-detailes-details {
    width: calc(100% - 240px);
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button.edit-at-end .e-voucher-user-detailes-a {
    margin-top: 1rem;
  }
  .order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box {
    flex-wrap: wrap;
    gap: 35px;
  }
  .order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards {
    /* padding-left: 45px; */
  }
  .order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
    min-width: 190px;
  }
}
@media (max-width: 567px) {
  .order-summary-wrapper .e-voucher-user-detailes {
    padding-left: 12px;
    padding-right: 12px;
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner {
    /* flex-direction: column; */
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
    min-width: 90px;
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-details {
    padding-left: 1rem;
    /* margin-bottom: 1rem; */
    width: auto !important;
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-a {
    margin-top: 0% !important;
    font-size: 12px;
  }
  .order-summary-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-a .e-voucher-user-detailes-a-img {
    height: 14px;
  }
  .order-summary-wrapper .turms-condition-payment-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .order-summary-wrapper .payment-option-wrap {
    padding: 29px 20px 20px 50px;
    background-position: 13px 26px;
  }
  .order-summary-wrapper .payment-option-wrap .payment-option-checkbox .clients-credit-card-box .clients-credit-cards .clients-credit-cards-inner {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.order-summary-wrapper.d-s-who .order-summary-box.delivery-who {
  align-items: flex-start;
}
.order-summary-wrapper.d-s-who .order-summary-box.delivery-who .order-summary-h4 {
  font-size: 18px;
}
.order-summary-wrapper.d-s-who .order-summary-box.delivery-who .order-summary-p {
  font-size: 16px;
  line-height: 24px;
  color: #212427;
}
.order-summary-wrapper.d-s-who .order-summary-total-box {
  margin-bottom: 51px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap {
  background-image: url("/web/images/parsonal-detailes-4e655ae205d620f32d31297e703a4743.png");
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox {
  padding-right: 111px;
  padding-left: 60px;
  padding-top: 29px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .email-label {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .form-control {
  border-radius: 5px;
  height: 53px;
  box-shadow: none;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .form-control:focus {
  outline: none;
  box-shadow: none;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .required-note {
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .log-in-button-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .log-in-button-boxes .log-in-button {
  display: block;
  height: 48px;
  width: 48%;
  color: #fff;
  background-color: #e22026;
  border: 1px solid transparent;
  border-radius: 15px;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .create-an-account {
  width: 100%;
  height: 48px;
  border: 3px solid #e22026;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 18px;
  color: #e22026;
}
.order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .not-for-create-account-login {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #9e9e9e;
}

@media (min-width: 1200px) {
  .order-summary-wrapper.d-s-who .order-summary-box.delivery-who .order-summary-p {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .log-in-button-boxes {
    flex-direction: column;
  }
  .order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .log-in-button-boxes .log-in-button {
    width: 100%;
  }
  .order-summary-wrapper.d-s-who .payment-option-wrap .payment-option-checkbox .log-in-button-boxes .log-in-button:first-child {
    margin-bottom: 18px;
  }
}
.hero-in-inner-page {
  background-image: url("/web/images/about_us-d018c6d75f750c55d5af78b0b5f58840.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-in-inner-page .hero-in-section-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 450px;
}
.hero-in-inner-page .hero-in-section-box .hero-in-section-h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 1;
}
.hero-in-inner-page .hero-in-section-box .hero-in-section-img {
  width: 336px;
}
.hero-in-inner-page .hero-in-section-box .hero-in-section-p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-top: 18px;
  text-align: center;
  margin-bottom: 0%;
  max-width: 500px;
}

.about-us-wrapper {
  padding: 0 15px;
  margin-bottom: 4rem;
}
.about-us-wrapper .embark-journey-wrapper .row {
  padding-top: 0;
}
.about-us-wrapper .embark-journey-wrapper .row .col-lg-6 {
  padding: 0%;
}
.about-us-wrapper .embark-journey-wrapper .row .about-us-heading {
  padding: 64px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-wrapper .embark-journey-wrapper .row .about-us-heading .about-us-heading-h2 {
  color: #e31e24;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 23px;
  text-align: center;
  font-weight: 600;
}
.about-us-wrapper .embark-journey-wrapper .row .about-us-heading .about-us-heading-p {
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  max-width: 950px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-image-box {
  width: 100%;
  max-width: unset;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-image-box.extra-image-of-dine-n-stay {
  position: relative;
  z-index: 10;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-image-box.extra-image-of-dine-n-stay .dine-n-stay {
  position: absolute;
  z-index: 1000;
  width: 50%;
  bottom: 35px;
  right: 25px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-image-box.left {
  border-radius: 0 102px 0 0;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-perent .embark-journey-detailes .embark-journey-detailes-btn {
  width: 220px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-perent.right {
  padding-left: 56px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-perent.left {
  padding-right: 56px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-h6 {
  margin: 0%;
  display: flex;
  flex-direction: column;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-h6 .embark-journey-detailes-h6-head {
  font-size: 26px;
  color: #e22026;
  line-height: 36px;
  font-weight: 300;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-h6 .embark-journey-detailes-h6-greet {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 21px;
}
.about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-h6 .embark-journey-detailes-h6-thank {
  font-size: 18px;
  font-weight: 400;
  margin-top: 21px;
}

@media (max-width: 991px) {
  .about-us-wrapper .embark-journey-wrapper .row .order-about-1 {
    order: 1 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-2 {
    order: 2 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-3 {
    order: 3 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-4 {
    order: 4 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-5 {
    order: 5 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-6 {
    order: 6 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-7 {
    order: 7 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .order-about-8 {
    order: 8 !important;
  }
  .about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-perent.right {
    padding-left: 0%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .about-us-wrapper .embark-journey-wrapper .row .embark-journey-detailes-perent.left {
    padding-right: 0%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-in-inner-page .hero-in-section-box .hero-in-section-img {
    width: 70%;
  }
}
.hero-in-inner-page.partnerships {
  background-image: url("/web/images/partnerships-32f3ec9e47e2f52e6a979d389aaf019b.png");
}

.partnership-form {
  background-color: #f1f2f4;
  padding: 54px 0 100px;
}
.partnership-form .partnership-form-box .partnership-form-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 27px;
  color: #e31e24;
  text-align: center;
}
.partnership-form .partnership-form-box .form-fild-group {
  margin-bottom: 17px;
}
.partnership-form .partnership-form-box .form-fild-group .form-label {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.partnership-form .partnership-form-box .form-fild-group .form-control {
  height: 53px;
  font-size: 16px;
  border-radius: 5px;
}
.partnership-form .partnership-form-box .form-fild-group .form-control:focus {
  box-shadow: none;
}
.partnership-form .partnership-form-box .form-fild-group .form-control::placeholder {
  color: #cbccce;
  opacity: 1;
}
.partnership-form .partnership-form-box .form-fild-group .form-control::-ms-input-placeholder {
  color: #cbccce;
}
.partnership-form .partnership-form-box .form-fild-group textarea.form-control {
  height: 196px;
}
.partnership-form .partnership-form-box .form-fild-group .form-control.submit-button {
  width: 170px;
  height: 60px;
  border-radius: 15px;
  background-color: #e31e24;
  color: #fff;
  border: 1px solid transparent;
}
.partnership-form .partnership-form-box .form-fild-group .required-note {
  font-size: 14px;
  margin-top: 13px;
  line-height: 1;
  text-align: right;
}
.partnership-form .partnership-form-box .form-fild-group .validation-error {
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.dine-n-stay-head-hero-wrapper {
  background-image: url("/web/images/follow-at-insta-hero-a3ca7d294ba4cab4536fa4a58e81314a.png");
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
.dine-n-stay-head-hero-wrapper .dine-n-stay-logo-hero {
  height: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dine-n-stay-head-hero-wrapper .dine-n-stay-logo-hero .dine-n-stay-logo {
  max-width: 580px;
}

.dine-n-stay-top-features {
  background-color: #e31e24;
  padding: 26.5px 0;
}
.dine-n-stay-top-features .indi-dine-features {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dine-n-stay-top-features .indi-dine-features .indi-dine-features-img {
  height: 35px;
  width: auto;
}
.dine-n-stay-top-features .indi-dine-features .indi-dine-features-p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0%;
}

.how-it-works-wrapper {
  padding-top: 71px;
}
.how-it-works-wrapper .container .row {
  border-bottom: 1px solid #a9a9a9;
}
.how-it-works-wrapper .container .row .how-it-work-staps {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 42px;
}
.how-it-works-wrapper .container .row .how-it-work-staps .how-it-work-staps-img {
  height: 56px;
  width: auto;
}
.how-it-works-wrapper .container .row .how-it-work-staps .how-it-work-staps-h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #e31e24;
  margin-top: 20px;
  text-align: center;
}
.how-it-works-wrapper .container .row .how-it-work-staps .how-it-work-staps-p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #e31e24;
}

.heading-sction-how-it-works {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.heading-sction-how-it-works .heading-sction-how-it-works-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #e31e24;
  margin-bottom: 27px;
  text-align: center;
}
.heading-sction-how-it-works .heading-sction-how-it-works-p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0%;
  text-align: center;
  max-width: 900px;
}

.select-package-wrapper {
  padding: 53px 0;
}
.select-package-wrapper .package-set-box {
  border: 1px solid #a9a9a9;
  border-radius: 7px;
  max-width: 404px;
  margin-top: 47px;
}
.select-package-wrapper .package-set-box .package-set-heading-name {
  background-color: #a9a9a9;
  height: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select-package-wrapper .package-set-box .package-set-heading-name .package-set-heading-h3 {
  text-align: center;
  color: White;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
}
.select-package-wrapper .package-set-box .package-set-heading-name .package-set-heading-p {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 0%;
}
.select-package-wrapper .package-set-box .package-set-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.select-package-wrapper .package-set-box .package-set-body .package-set-h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  max-width: 275px;
  margin-bottom: 0%;
}
.select-package-wrapper .package-set-box .package-set-body .package-set-h4 span {
  font-size: 24px;
}
.select-package-wrapper .package-set-box .package-set-body hr {
  border-color: #a9a9a9;
  width: 100%;
  opacity: 1;
  margin: 18px 0;
}
.select-package-wrapper .package-set-box .package-set-body .package-set-p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 275px;
  margin-bottom: 25px;
}
.select-package-wrapper .package-set-box .package-set-body .package-set-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
}
.select-package-wrapper .package-set-box .package-set-body .package-set-button {
  width: 189px;
  height: 57px;
  border-radius: 15px;
  background-color: #e31e24;
  border: 1px solid transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.select-package-wrapper .package-set-box.right {
  margin-left: auto;
}
.select-package-wrapper .package-set-box.gold .package-set-heading-name {
  background-color: #d4af37;
}
.select-package-wrapper .package-set-box.platinum .package-set-heading-name {
  background-color: #2a2d2f;
}
.select-package-wrapper .package-set-box.platinum .package-set-body .package-set-h4 {
  max-width: 300px;
}
.select-package-wrapper .package-set-box.platinum .package-set-body .package-set-p {
  max-width: 300px;
}
.select-package-wrapper .image-package-box-parent {
  padding-left: 30px;
  height: 100%;
  width: 100%;
  padding-top: 47px;
}
.select-package-wrapper .image-package-box-parent .image-package-box {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.select-package-wrapper .image-package-box-parent .image-package-box .image-package-tital {
  font-size: 24px;
  line-height: 49px;
  background-color: #2a2d2f;
  color: #d4af37;
  text-align: center;
  margin: 0%;
}
.select-package-wrapper .image-package-box-parent .image-package-box .image-package-img {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top;
}
.select-package-wrapper .image-package-box-parent.left {
  padding-right: 30px;
  padding-left: 0;
}
.select-package-wrapper .package-note .package-note-p {
  font-size: 16px;
  text-align: center;
  margin-top: 49px;
}

.dine-n-stay-for-free {
  background-color: #f1f2f4;
  padding: 53px 0 64px;
}
.dine-n-stay-for-free .dine-n-stay-free-set {
  margin-top: 31px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dine-n-stay-for-free .dine-n-stay-free-set .dine-n-stay-free-set-img {
  max-width: 297px;
  max-height: 321px;
  width: 100%;
}
.dine-n-stay-for-free .dine-n-stay-free-set .dine-n-stay-free-set-p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 18px;
}

.testimonial-wrapper {
  background-image: url("/web/images/textimonial-03e9f25b9bf84cd8ddd961a5d5005e0a.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 121px 0;
}
.testimonial-wrapper .col-md-12 {
  max-width: 611px;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel {
  position: relative;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item {
  max-width: 611px;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item {
  background-color: rgba(33, 36, 39, 0.7019607843);
  padding: 60px 50px;
  border-radius: 20px;
  mix-blend-mode: multiply;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item .testimonial-item-h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item .testimonial-item-h5 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item .testimonial-item-p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0%;
  line-height: 1;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav {
  position: absolute;
  bottom: 0%;
  top: 0%;
  left: 0;
  right: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-prev {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-left: -30%;
  pointer-events: all;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-prev span {
  display: none;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-prev::after {
  content: "\f104";
  font-family: fontawesome;
  display: block;
  font-size: 24px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-next {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1;
  color: #e31e24;
  margin-right: -30%;
  pointer-events: all;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-next span {
  display: none;
}
.testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-next::after {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  font-size: 24px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .select-package-wrapper .image-package-box-parent {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .dine-n-stay-for-free .dine-n-stay-free-set .dine-n-stay-free-set-p br {
    display: none;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-next {
    margin-right: -15%;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-prev {
    margin-left: -15%;
  }
}
@media (max-width: 991px) {
  .dine-n-stay-head-hero-wrapper .dine-n-stay-logo-hero .dine-n-stay-logo {
    max-width: unset;
    width: 60%;
  }
  .dine-n-stay-top-features .indi-dine-features {
    margin: 10px 0;
  }
  .how-it-works-wrapper .container .row .how-it-work-staps {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .select-package-wrapper .package-set-box {
    width: 100%;
    max-width: unset;
  }
  .select-package-wrapper .image-package-box-parent .image-package-box .image-package-img {
    height: 500px;
    position: relative;
  }
  .select-package-wrapper .order-package-1 {
    order: 1;
  }
  .select-package-wrapper .order-package-2 {
    order: 2;
  }
  .select-package-wrapper .order-package-3 {
    order: 3;
  }
  .select-package-wrapper .order-package-4 {
    order: 4;
  }
  .select-package-wrapper .order-package-5 {
    order: 5;
  }
  .select-package-wrapper .order-package-6 {
    order: 6;
  }
  .select-package-wrapper .order-package-7 {
    order: 7;
  }
}
@media (max-width: 767px) {
  .dine-n-stay-for-free .dine-n-stay-free-set .dine-n-stay-free-set-img {
    max-width: unset;
  }
  .dine-n-stay-for-free .dine-n-stay-free-set .dine-n-stay-free-set-p br {
    display: block;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item {
    padding: 50px 40px;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-item .item .testimonial-item .testimonial-item-h5 br {
    display: none;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-next {
    margin-right: -5px;
    width: 35px;
    height: 35px;
  }
  .testimonial-wrapper .col-md-12 .testimonial-carousel .owl-nav .owl-prev {
    margin-left: -5px;
    width: 35px;
    height: 35px;
  }
}
.sucess-order-wrapper .success-order-heading {
  padding-top: 79px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sucess-order-wrapper .success-order-heading .success-order-heading-h2 {
  font-size: 26px;
  font-weight: 600;
  color: #e31e24;
  padding-top: 24px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.sucess-order-wrapper .success-order-heading .success-order-heading-h4 {
  font-size: 22px;
  font-weight: 400;
  color: #212427;
  line-height: 1;
  margin-bottom: 38px;
  text-align: center;
}
.sucess-order-wrapper .success-order-heading .success-order-heading-p {
  text-align: center;
  line-height: 24px;
  margin: 0%;
  font-size: 16px;
  max-width: 500px;
}
.sucess-order-wrapper .order-summary-box {
  border-top: 1px solid #cbccce;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sucess-order-wrapper .order-summary-box:nth-child(1) {
  border-top: none;
}
.sucess-order-wrapper .order-summary-box .order-summary-heding-h3 {
  color: #212427;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0%;
}
.sucess-order-wrapper .order-summary-box .order-summary-a {
  font-size: 14px;
  font-weight: 300;
  color: #8c8e91;
}
.sucess-order-wrapper .order-summary-box .order-summary-a .less-then {
  font-size: 10px;
}
.sucess-order-wrapper .order-summary-box .order-summary-box-inner:nth-child(1) {
  padding-right: 20px;
}
.sucess-order-wrapper .order-summary-box .order-summary-box-inner .order-summary-h4 {
  color: #212427;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}
.sucess-order-wrapper .order-summary-box .order-summary-box-inner .order-summary-p {
  color: #8c8e91;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.sucess-order-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) {
  display: flex;
  align-items: center;
}
.sucess-order-wrapper .order-summary-box .order-summary-box-inner .order-summary-price {
  color: #212427;
  font-size: 24px;
  font-weight: 600;
  margin: 0%;
}
.sucess-order-wrapper .e-voucher-user-detailes {
  padding: 0 22px 22px;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner {
  display: flex;
  align-items: flex-start;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
  min-width: 240px;
  font-size: 16px;
  font-weight: 300;
  color: #212427;
  margin-bottom: 0;
  line-height: 24px;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-details {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
  text-wrap: wrap;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button {
  flex-wrap: wrap;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button .e-voucher-user-detailes-a {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #8c8e91;
  font-size: 14px;
}
.sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button .e-voucher-user-detailes-a .e-voucher-user-detailes-a-img {
  margin-right: 0.5rem;
}
.sucess-order-wrapper .order-summary-total-box {
  padding: 22px 24px;
  background-color: transparent;
  margin-top: 1rem;
  border-top: 1px solid #cbccce;
  /* border-bottom: 1px solid $light_grey_2; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sucess-order-wrapper .order-summary-total-box .order-summary-total {
  font-size: 20px;
  font-weight: 600;
  color: #e22026;
  margin-right: 13px;
  margin-bottom: 0%;
}
.sucess-order-wrapper .order-summary-total-box .order-summary-total-price {
  font-size: 24px;
  font-weight: 600;
  color: #e22026;
  margin-bottom: 0%;
}
.sucess-order-wrapper .home-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  margin-top: 58px;
}
.sucess-order-wrapper .home-box .home-btn {
  width: 197px;
  height: 60px;
  background-color: #e22026;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button.edit-at-end .e-voucher-user-detailes-details {
    width: calc(100% - 240px);
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner.with-edit-button.edit-at-end .e-voucher-user-detailes-a {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .sucess-order-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) {
    flex-direction: column;
    align-items: flex-end;
  }
  .sucess-order-wrapper .order-summary-box .order-summary-box-inner:nth-child(2) .quantity-box {
    margin-right: 0%;
    margin-bottom: 5px;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
    min-width: 190px;
  }
}
@media (max-width: 576px) {
  .sucess-order-wrapper .order-summary-box {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sucess-order-wrapper .order-summary-box .order-summary-a {
    text-align: right;
  }
  .sucess-order-wrapper .order-summary-box .order-summary-box-inner:nth-child(1) {
    padding-right: 10px;
  }
  .sucess-order-wrapper .e-voucher-user-detailes {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner {
    /* flex-direction: column; */
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-head {
    min-width: 90px;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-details {
    padding-left: 1rem;
    /* margin-bottom: 1rem; */
    width: auto !important;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-a {
    margin-top: 0% !important;
    font-size: 12px;
  }
  .sucess-order-wrapper .e-voucher-user-detailes .e-voucher-user-detailes-inner .e-voucher-user-detailes-a .e-voucher-user-detailes-a-img {
    height: 14px;
  }
  .sucess-order-wrapper .order-summary-total-box {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 576px) {
  section .container .row .col-md-10 table td a {
    width: 100% !important;
  }
}
.login-wrapper {
  background-image: url("/web/images/follow-at-insta-hero-a3ca7d294ba4cab4536fa4a58e81314a.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-wrapper .dine-n-stay-logo-hero {
  height: 783px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 33px;
}
.login-wrapper .dine-n-stay-logo-hero .dine-n-stay-logo {
  height: 128px;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box {
  border-radius: 10px;
  padding: 39px;
  background-color: #fff;
  width: 100%;
  margin-top: 39px;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box h3 {
  font-size: 26px;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
  color: #e31e24;
  font-weight: 600;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group {
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group:last-child {
  margin: 0%;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-label {
  width: 100%;
  max-width: 280px;
  line-height: 53px;
  margin: 0;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .submit-button {
  max-width: 377px;
  height: 48px;
  background-color: #e31e24;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  margin: 0 auto;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box {
  width: 100%;
  max-width: 377px;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .form-control {
  height: 53px;
  font-size: 16px;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .form-control::placeholder {
  color: #cbccce;
  opacity: 1;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .form-control::-ms-input-placeholder {
  color: #cbccce;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .forgot-password-perent {
  text-align: right;
  margin-bottom: 0%;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .forgot-password-perent .forgot-password {
  color: #8c8e91;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  text-align: right;
}
.login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box .validation-error {
  display: none;
  font-size: 12px;
  font-weight: 500;
}

.extra-sectoin {
  height: 100vh;
}

@media (max-width: 991px) {
  .login-wrapper .dine-n-stay-logo-hero {
    height: auto;
    margin-bottom: 33px;
  }
  .login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group {
    flex-direction: column;
  }
  .login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-label {
    line-height: 20px;
    margin-bottom: 10px;
    max-width: none;
  }
  .login-wrapper .dine-n-stay-logo-hero .login-form-box .form-fild-group .form-input-inner-box {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .login-wrapper .dine-n-stay-logo-hero .login-form-box {
    padding: 20px;
  }
}

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