/*------------------------------------------------------------------
[Color Style sheet]

Project        :   PearlBay Official Website
Version        :   V.2
Create Date    :   05/10/21
Last Update    :   05/10/21
Copyright      :   PearlBay 
Author         :   PearlBay
Author URL     :   https://www.thepearlbay.com
Support		     :   info@thepearlbay.com

-------------------------------------------------------------------*/
body {
  font-family: "Athiti", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.artistic-fonts {
  font-family: "Aesthetic Violet";
}

p {
  font-size: 16px;
}

.font-weight-400 {
  font-weight: 600 !important;
}

.indent {
  margin-left: 74px !important;
  margin-top: -21px;
}

/* btn-width */
.width-150 {
  width: 150px;
}

span.required {
  color: #f04e30;
}

a:focus,
a:hover,
a:active {
  color: rgba(0, 0, 0, 0.9);
}

.social-icons li:hover {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.border-radius {
  border-radius: 12px;
}

.border-radius-overflow {
  border-radius: 12px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.border-radius-overflow::before {
  display: block;
  content: "";
}

.border-radius-overflow iframe {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 0;
}

.border-radius-top {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.border-radius-bottom {
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

iframe {
  display: block !important;
}

.list-with-value li {
  margin-bottom: 5px;
}
.list-with-value li span.attribute {
  font-weight: 900;
  width: 90px;
  display: inline-block;
}
.list-with-value li span.value {
  font-weight: normal;
  display: inline-block;
  padding-left: 20px;
}

/* form elements */
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.select-input,
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-color: #fff !important;
}

.form-group .fa {
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 25px;
  color: rgba(0, 0, 0, 0.5);
}

.form-control {
  background-color: #fff;
}

/* border colors */
.border {
  border: 1px solid #efecfb;
}

/* border */
.border-speed-bay {
  border: 2px solid #f04e30;
}

.border-arrowbay {
  border: 2px solid #119949;
}

.border-yum-bay {
  border: 2px solid #fdb414;
}

.border-target-bay {
  border: 2px solid #8f4e9f;
}

.border-splash-bay {
  border: 2px solid #57b0e3;
}

/* gradiyant colors */
.splash-bay-gradient-color {
  background: #4049ec;
  background: linear-gradient(#57b0e3 0%, #57b0e3 100%);
}

.speed-bay-gradient-color {
  background: #4049ec;
  background: linear-gradient(#f04e30 0%, #f04e30 100%);
}

.target-bay-gradient-color {
  background: #4049ec;
  background: linear-gradient(#8f4e9f 0%, #8f4e9f 100%);
}

.yum-bay-gradient-color {
  background: #4049ec;
  background: linear-gradient(#fdb414 0%, #fdb414 100%);
}

/* border bottom */
.border-bottom-speed-bay {
  border-bottom: 2px solid #f04e30;
}

.border-bottom-yum-bay {
  border-bottom: 2px solid #fdb414;
}

.border-bottom-target-bay {
  border-bottom: 2px solid #8f4e9f;
}

.border-bottom-splash-bay {
  border-bottom: 2px solid #57b0e3;
}

.border-bottom-arrowbay {
  border-bottom: 2px solid #119949;
}

.yum-border {
  border-bottom: 1px solid #fdb414;
}

.rifal-data-table td {
  padding: 5px;
  font-weight: 300;
}

/* bay colors class */
.splash-bay-color {
  background: #57b0e3 !important;
}

.speed-bay-color {
  background: #f04e30 !important;
}

.arrowbay-color {
  background: #119949 !important;
}

.target-bay-color {
  background: #8f4e9f !important;
}

.yum-bay-color {
  background: #fdb414 !important;
}

.black-color-bg {
  background-color: #000;
}

.other-color {
  background-color: #282f3f;
}

/* alert css */
.info-alert {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.target-bay-alert {
  border: 1px solid #8f4e9f;
  background: rgba(143, 78, 159, 0.9) !important;
}

.splash-bay-alert {
  border: 1px solid #57b0e3;
  background: rgba(87, 176, 227, 0.9) !important;
}

.speed-bay-alert {
  border: 1px solid #f04e30;
  background: rgba(240, 78, 48, 0.9) !important;
}

.yum-bay-alert {
  border: 1px solid #fdb414;
  background: rgba(253, 180, 20, 0.9) !important;
}

/* tab colors */
.tab-component .nav-item {
  padding: 5px;
}
.tab-component .nav-item:last-child {
  margin-right: 0;
}
.tab-component .nav-link {
  background: #f1f1f1;
  padding: 6px 15px !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.yum-bay-tab .nav-item .active {
  background-color: #fdb414;
}

.speed-bay-tab .nav-item .active {
  background-color: #f04e30;
}

.splash-bay-tab .nav-item .active {
  background-color: #57b0e3;
}

.target-bay-tab .nav-item .active {
  background-color: #8f4e9f;
}

/* globle colors */
.white-background {
  background-color: #fff;
}

.light-gray-bg {
  background-color: #f0f0f0;
}

.lighter-gray-bg {
  background-color: #f1f1f1 !important;
}

.height-300 {
  width: 100%;
  height: 300px;
  background-color: #f0f0f0;
}

.height-215 {
  width: 100%;
  height: 215px;
  background-color: #f0f0f0;
}

/* Text colors */
.copyright-text-color {
  color: #444444;
}

.splash-bay-text-color {
  color: #57b0e3 !important;
}

.speed-bay-text-color {
  color: #f04e30 !important;
}

.arrowbay-text-color {
  color: #119949 !important;
}

.target-bay-text-color {
  color: #8f4e9f !important;
}

.yum-bay-text-color {
  color: #fdb414 !important;
}

.other-text-color {
  color: #282f3f;
}

.link-splash-bay-text-color {
  color: #57b0e3 !important;
}
.link-splash-bay-text-color:hover {
  color: rgba(87, 176, 227, 0.5) !important;
}

.link-speed-bay-text-color {
  color: #f04e30 !important;
}
.link-speed-bay-text-color:hover {
  color: rgba(240, 78, 48, 0.5) !important;
}

.link-target-bay-text-color {
  color: #8f4e9f !important;
}
.link-target-bay-text-color:hover {
  color: rgba(143, 78, 159, 0.5) !important;
}

.link-yum-bay-text-color {
  color: #fdb414 !important;
}
.link-yum-bay-text-color:hover {
  color: rgba(253, 180, 20, 0.5) !important;
}

.black-target-bay-link {
  color: #444444 !important;
}
.black-target-bay-link:hover {
  color: #8f4e9f !important;
}

.black-splash-bay-link {
  color: #444444 !important;
}
.black-splash-bay-link:hover {
  color: #57b0e3 !important;
}

.black-speed-bay-link {
  color: #444444 !important;
}
.black-speed-bay-link:hover {
  color: #f04e30 !important;
}

.black-yum-bay-link {
  color: #444444 !important;
}
.black-yum-bay-link:hover {
  color: #fdb414 !important;
}

.gray-para {
  color: #343a40;
}

/* tag color change */
.yum-bay-tag {
  color: #444444 !important;
}
.yum-bay-tag:hover {
  border-color: #fdb414;
  color: #fdb414 !important;
}

.speed-bay-tag {
  color: #444444 !important;
}
.speed-bay-tag:hover {
  border-color: #f04e30;
  color: #f04e30 !important;
}

.splash-bay-tag {
  color: #444444 !important;
}
.splash-bay-tag:hover {
  border-color: #57b0e3;
  color: #57b0e3 !important;
}

.target-bay-tag {
  color: #444444 !important;
}
.target-bay-tag:hover {
  border-color: #8f4e9f;
  color: #8f4e9f !important;
}

/* borders */
.border-blue {
  border-color: #57b0e3 !important;
  border-width: 1px;
  border-style: solid;
}

.border-purple {
  border-color: #8f4e9f !important;
  border-width: 1px;
  border-style: solid;
}

.border-left {
  border-left: 1px solid #8f4e9f !important;
}

.border-right {
  border-right: 1px solid #8f4e9f !important;
}

/* news-line */
.news-line {
  height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* top-bar */
.top-link {
  border-radius: 4px;
  padding: 0 5px;
}

.cart-link {
  width: 150px;
  overflow: hidden !important;
  padding-right: 0 !important;
}
.cart-link .badge {
  display: inline-block !important;
  position: relative;
  top: 0px;
  right: -11px;
  font-weight: 600 !important;
  font-size: 12px !important;
}

/* header */
.mobile-logo {
  display: none;
}

/* menu */
.header-main .top-bar-right .custom li a {
  line-height: 40px;
  font-size: 12px;
  font-weight: 600 !important;
}

.horizontalMenu > .horizontalMenu-list > li > a {
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
}

a.booking-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 100px;
  margin-top: 8px;
}

.book-now-mobile {
  display: none !important;
}

.is-sticky a.booking-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 100px;
  margin-top: 20px;
}
.is-sticky .main-nav-line {
  height: 3px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20px;
  position: relative;
}

/* home slider */
.carousel-inner .header-text h2 {
  font-size: 72px;
  text-shadow: 2px 2px #fff;
}

/* Titles */
.main-title-text {
  font-size: 72px;
  margin-bottom: 20px;
}
.main-title-text .main-sub {
  display: block;
  font-size: 42px;
  margin-top: -10px;
  margin-left: 60px;
}

.header-line {
  height: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.title-tag-line {
  font-size: 20px;
  font-weight: 800;
  margin-top: -15px;
}

/* button */
.btn {
  font-weight: 600;
  line-height: 22px;
  font-size: 14px !important;
}
.btn:hover, .btn:focus {
  border-color: #fff;
}

.white-btn {
  background-color: #fff;
  color: #000;
}
.white-btn:hover, .white-btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/* footer */
.footer-bg-color {
  background-color: #664392;
}

.social-icons li {
  background-color: #000;
}

.footer-main img.tik-tok-ico {
  width: 24px !important;
  margin-top: -2px;
}

.footer-title-line {
  margin-bottom: 10px;
}
.footer-title-line .line {
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.ist-unstyled {
  list-style: none;
}
.ist-unstyled li {
  list-style: none;
}

#back-to-top {
  background-color: #57b0e3 !important;
}

/* inner page banner */
.inner-top-without-banner {
  position: relative;
  padding: 15px 0;
}
.inner-top-without-banner h1 {
  text-transform: uppercase;
}

.inner-banner .header-text {
  padding: 14px 0;
}

.yum-bay-inner-banner {
  position: relative;
  border-top: 12px solid #fdb414;
  border-bottom: 12px solid #fdb414;
}
.yum-bay-inner-banner img.banner-logo {
  margin: auto;
  width: 400px;
}

.target-bay-inner-banner {
  position: relative;
  border-top: 12px solid #8f4e9f;
  border-bottom: 12px solid #8f4e9f;
}
.target-bay-inner-banner img.banner-logo {
  margin: auto;
  width: 400px;
}

.splash-bay-inner-banner {
  position: relative;
  border-top: 12px solid #57b0e3;
  border-bottom: 12px solid #57b0e3;
}
.splash-bay-inner-banner img.banner-logo {
  margin: auto;
  width: 400px;
}

.speed-bay-inner-banner {
  position: relative;
  border-top: 12px solid #f04e30;
  border-bottom: 12px solid #f04e30;
}
.speed-bay-inner-banner img.banner-logo {
  margin: auto;
  width: 400px;
}

.arrowbay-inner-banner {
  position: relative;
  border-top: 12px solid #119949;
  border-bottom: 12px solid #119949;
}
.arrowbay-inner-banner img.banner-logo {
  margin: auto;
  width: 400px;
}

.border-without-banner {
  position: relative;
  padding: 15px 0;
}

.inner-content-block {
  display: flex;
  align-content: center;
  align-items: center;
}
.inner-content-block .section-title h2 {
  color: #000;
}

/* slider nav colors */
.upcoming-event-slider .item {
  position: relative;
}
.upcoming-event-slider .item .slider-caption {
  position: absolute;
  top: 0;
  width: 60%;
  padding: 7% 8%;
  background: rgb(2, 0, 36);
  background: linear-gradient(87deg, rgb(2, 0, 36) 0%, rgba(9, 9, 121, 0) 100%);
}
.upcoming-event-slider .item .slider-caption h3 a,
.upcoming-event-slider .item .slider-caption p,
.upcoming-event-slider .item .slider-caption ul li {
  color: #fff;
  font-weight: 500;
}
.upcoming-event-slider .item .slider-caption h3 {
  font-size: 30px;
  font-weight: bold;
}
.upcoming-event-slider .item .slider-caption p {
  line-height: 24px;
}
.upcoming-event-slider .item .slider-caption .content-list-items-events {
  margin-left: 0;
  padding-left: 0;
}
.upcoming-event-slider .item .slider-caption .content-list-items-events li {
  margin-bottom: 3px;
}
.upcoming-event-slider .item .slider-caption .content-list-items-events li .attribute {
  display: inline-block;
  width: 100px;
}
.upcoming-event-slider .item .slider-caption .content-list-items-events li .value {
  display: inline-block;
  width: auto;
  padding-left: 15px;
}
.upcoming-event-slider .item .slider-caption .btn {
  padding: 8px 30px;
}

.oneImgSlider .item {
  border-radius: 12px;
  overflow: hidden;
}
.oneImgSlider .owl-dots {
  position: absolute;
  z-index: 0;
  bottom: -15px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: -5px -3px;
  background: none;
}

.target-bay-slider .owl-nav button {
  background-color: #8f4e9f !important;
  border: none !important;
}
.target-bay-slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.target-bay-slider .owl-nav button:hover span {
  color: #8f4e9f !important;
  font-size: 28px;
  font-weight: bold;
}
.target-bay-slider:hover .owl-nav button span {
  color: #8f4e9f !important;
  font-size: 28px;
  font-weight: bold;
}
.target-bay-slider button.owl-dot {
  background: none;
  border: 1px solid #8f4e9f;
  width: 12px;
  height: 12px;
}
.target-bay-slider button.owl-dot.active {
  background: #8f4e9f;
}
.target-bay-slider .slider-caption h3 a:focus,
.target-bay-slider .slider-caption h3 a:hover,
.target-bay-slider .slider-caption h3 a:active {
  color: #8f4e9f;
}

.splash-bay-slider .owl-nav button {
  background-color: #57b0e3 !important;
  border: none !important;
}
.splash-bay-slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.splash-bay-slider .owl-nav button:hover span {
  color: #57b0e3 !important;
  font-size: 28px;
  font-weight: bold;
}
.splash-bay-slider:hover .owl-nav button span {
  color: #57b0e3 !important;
  font-size: 28px;
  font-weight: bold;
}
.splash-bay-slider button.owl-dot {
  background: none;
  border: 1px solid #57b0e3;
  width: 12px;
  height: 12px;
}
.splash-bay-slider button.owl-dot.active {
  background: #57b0e3;
}
.splash-bay-slider .slider-caption h3 a:focus,
.splash-bay-slider .slider-caption h3 a:hover,
.splash-bay-slider .slider-caption h3 a:active {
  color: #57b0e3;
}

.speed-bay-slider .owl-nav button {
  background-color: #f04e30 !important;
  border: none !important;
}
.speed-bay-slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.speed-bay-slider .owl-nav button:hover span {
  color: #f04e30 !important;
  font-size: 28px;
  font-weight: bold;
}
.speed-bay-slider:hover .owl-nav button span {
  color: #f04e30 !important;
  font-size: 28px;
  font-weight: bold;
}
.speed-bay-slider button.owl-dot {
  background: none;
  border: 1px solid #f04e30;
  width: 12px;
  height: 12px;
}
.speed-bay-slider button.owl-dot.active {
  background: #f04e30;
}
.speed-bay-slider .slider-caption h3 a:focus,
.speed-bay-slider .slider-caption h3 a:hover,
.speed-bay-slider .slider-caption h3 a:active {
  color: #f04e30;
}

.yum-bay-slider:hover .owl-nav button span {
  color: #fdb414 !important;
  font-size: 28px;
  font-weight: bold;
}
.yum-bay-slider .owl-nav button {
  background-color: #fdb414 !important;
  border: none !important;
}
.yum-bay-slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.yum-bay-slider .owl-nav button:hover span {
  color: #fdb414 !important;
  font-size: 28px;
  font-weight: bold;
}
.yum-bay-slider button.owl-dot {
  background: none;
  border: 1px solid #fdb414;
  width: 12px;
  height: 12px;
}
.yum-bay-slider button.owl-dot.active {
  background: #fdb414;
}
.yum-bay-slider .slider-caption h3 a:focus,
.yum-bay-slider .slider-caption h3 a:hover,
.yum-bay-slider .slider-caption h3 a:active {
  color: #fdb414;
}

.policy-wrapper {
  height: auto;
  width: 75%;
  margin: auto;
  padding: 10px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.policy-wrapper h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.slider-content .owl-nav button.owl-prev,
.slider-content .owl-nav button.owl-next {
  background-color: #f04e30 !important;
  color: #fff;
  border: none !important;
}
.slider-content .owl-nav button.owl-prev:hover,
.slider-content .owl-nav button.owl-next:hover {
  background-color: rgba(240, 78, 48, 0.8) !important;
}
.slider-content .owl-nav button {
  font-weight: bold !important;
}
.slider-content .content-block {
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
}
.slider-content .card-body h4 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
}
.slider-content .card-body p {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px !important;
}
.slider-content .inner-content-block .attribute {
  display: inline-block;
  width: 35%;
}
.slider-content .inner-content-block strong {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
.slider-content .desktop-content-list {
  display: block;
}
.slider-content .desktop-content-list .attribute {
  display: inline-block;
  width: 10%;
}
.slider-content .desktop-content-list strong {
  display: inline-block;
  margin-left: 10px;
  font-weight: 600;
}
.slider-content .mobile-list-content-item {
  display: none;
}
.slider-content .speed-bay-trainer-list-items li {
  margin-bottom: 3px;
}
.slider-content .speed-bay-trainer-list-items li .attribute {
  display: inline-block;
  width: 70px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.slider-content .speed-bay-trainer-list-items li .sep-dote {
  display: inline-block;
  margin-right: 15px;
}
.slider-content .speed-bay-trainer-list-items li .value {
  display: inline-block;
  width: auto;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

/* scroll bar smooth */
.policy-modal-block {
  padding: 30px 40px 60px;
  border-radius: 32px;
  position: relative;
}
.policy-modal-block h4 {
  font-weight: 800;
}
.policy-modal-block .custom-scrollbar {
  position: relative;
  margin-top: 20px;
  padding-right: 15px;
  height: 400px;
  overflow: auto;
  padding-right: 5px;
  background-color: rgba(204, 204, 204, 0.034);
}

button.close {
  width: 25px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 7px;
}
button.close i {
  color: #000 !important;
  font-size: 30px;
}

.modal-title h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
}
.modal-title i {
  font-size: 40px;
}

/* race page  */
.carousel-inner img {
  width: 100% !important;
  height: 100%;
}

.arrow-wrapper {
  position: relative;
  width: 100%;
}
.arrow-wrapper a i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.arrow-wrapper a i:hover {
  color: rgba(0, 0, 0, 0.3);
}
.arrow-wrapper .left-arrow {
  position: absolute;
  left: -20px;
  top: 45%;
}
.arrow-wrapper .right-arrow {
  position: absolute;
  right: -20px;
  top: 45%;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}
#custCarousel .carousel-indicators > li {
  width: 100px;
}
#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}
#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img {
  width: 80%;
}

.carousel-with-thumb {
  /*   .carousel-control-prev {
    left: 70px;
  }
  .carousel-control-next {
    right: 70px;
  } */
}
.carousel-with-thumb .carousel-item img {
  border-radius: 20px;
}
.carousel-with-thumb .carousel-indicators li img {
  border-radius: 10px;
}
.carousel-with-thumb .carousel-indicators li.active {
  border: none;
}

.race-item-box {
  border-radius: 12px;
  padding: 30px 20px;
}
.race-item-box h4 {
  font-size: 22px;
  font-weight: 900;
  min-height: 63px;
}

.winners-wrapper .item-wrapper {
  padding: 0 50px;
}
.winners-wrapper .item-wrapper .item {
  border-radius: 12px;
  border: 1px solid #868e96;
  /*  background: $color-light; */
}

/* full width slider in inner pages */
.full-width-slider {
  background: #f0f0f0;
  padding: 20px;
}

.motor-sport-slider {
  padding: 15px 35px;
}

.race-section .item a:hover h3 {
  color: #f04e30;
}
.race-section .card {
  border-radius: 16px;
  overflow: hidden;
}
.race-section .card .card-body h3 {
  font-weight: 900;
}

.train-gallery .item {
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 12px;
  /* height: 190px; */
}
.train-gallery .item img {
  transition: 0.6s ease;
}
.train-gallery .item img:hover {
  transform: scale(1.2);
}
.train-gallery .img-thumbnail {
  border: 0px;
  border-radius: 12px;
}

.motor-sport-section {
  padding: 20px;
}
.motor-sport-section h3 {
  font-weight: 700;
}
.motor-sport-section ul {
  padding-left: 0;
  margin-left: 15px;
}
.motor-sport-section ul li {
  margin-bottom: 5px;
}
.motor-sport-section ul li i {
  color: #f04e30;
}

.motor-sport-slider-wrapper .inner-content-block {
  background-color: #fff;
}

.faq-cat-title {
  font-weight: 900;
}

.zoomArea {
  overflow: hidden;
  border: 1px solid;
  cursor: zoom-in !important;
}

.content-image-slider .item {
  border-radius: 12px;
  overflow: hidden;
}
.content-image-slider .owl-dots {
  position: absolute;
  bottom: -15px;
  z-index: 0;
}

/* blog css */
.item7-card-text a {
  display: inline-block;
  font-weight: 900 !important;
  font-size: 14px;
  right: 0;
  top: 30px;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
}

.item7-card-desc {
  font-weight: 600;
  line-height: 17px;
}
.item7-card-desc .fe {
  font-weight: 600;
}

.blog-wrapper .card-body {
  min-height: 250px;
}
.blog-wrapper .card-body h3 {
  font-weight: 600;
}
.blog-wrapper .card-body .date {
  font-weight: 600;
}

.owl-carousel .item .card .card-body {
  min-height: 250px;
}

.careers-section .owl-carousel .item .card .card-body {
  min-height: 280px;
}

.blog-details-wrapper .card-header h2,
.blog-details-wrapper .card-header .date,
.blog-details-wrapper .card-header .fe {
  color: #fff;
}
.blog-details-wrapper .card-header .date,
.blog-details-wrapper .card-header .fe {
  font-weight: 600;
}

.recent-post .item2 .img-wrapper {
  margin-right: 10px;
}
.recent-post .item2 .img-wrapper img {
  width: 90px;
}
.recent-post .item2 h5 {
  font-weight: bold;
  line-height: 16px;
}
.recent-post .item2 .content-wrapper {
  padding: 5px 0;
}
.recent-post .item2 .content-wrapper p {
  margin-bottom: 0;
}

.product-tags ul li a {
  font-weight: 600;
  /* &:hover {
    color: $color-speed-bay !important;
    border-color: $color-speed-bay !important;
  } */
}

/* pagination */
.pagination-area {
  margin-top: 30px;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pagination-area ul li {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 0 !important;
  text-align: center;
  line-height: 40px;
  color: #0d1028;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}
.pagination-area ul li .fa {
  margin-top: -6px;
  font-weight: 600;
}
.pagination-area ul li.active a, .pagination-area ul li:focus a, .pagination-area ul li:hover a {
  color: #fff !important;
  box-shadow: unset;
}

.pagination-splash-bay ul li.active, .pagination-splash-bay ul li:focus, .pagination-splash-bay ul li:hover {
  background-color: #57b0e3;
  color: #fff;
  box-shadow: unset;
}

.pagination-speed-bay ul li.active, .pagination-speed-bay ul li:focus, .pagination-speed-bay ul li:hover {
  background-color: #f04e30;
  color: #fff;
  box-shadow: unset;
}

.pagination-target-bay ul li.active, .pagination-target-bay ul li:focus, .pagination-target-bay ul li:hover {
  background-color: #8f4e9f;
  color: #fff;
  box-shadow: unset;
}

.pagination-yum-bay ul li.active, .pagination-yum-bay ul li:focus, .pagination-yum-bay ul li:hover {
  background-color: #fdb414;
  color: #fff;
  box-shadow: unset;
}

/* events and news */
.schedule-slides-item .single-schedule {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 0 0 85px;
}
.schedule-slides-item .single-schedule:first-child .schedule-content {
  border-top: 1px solid #eee;
}
.schedule-slides-item .single-schedule .schedule-date {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #f04e30;
  text-transform: uppercase;
  padding: 25px 12px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 85px;
}
.schedule-slides-item .single-schedule .schedule-date span {
  opacity: 0.8;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}
.schedule-slides-item .single-schedule .schedule-content {
  display: flex;
  background-color: #f1f1f1 !important;
  align-items: center !important;
  margin-bottom: 2px;
  padding: 20px;
  text-align: left;
}
.schedule-slides-item .single-schedule .schedule-content .event-img {
  max-width: 164px;
  margin-right: 20px;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info p {
  line-height: 24px;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a {
  color: #0d1028;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a:focus, .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a:hover {
  color: #fdb414;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
  display: inline-block;
  color: #707070;
  margin-right: 12px;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li i {
  margin-right: 3px;
  color: #f04e30;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li:last-child {
  margin-right: 0;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a {
  display: inline-block;
  color: #57b0e3;
}
.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a:focus, .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li a:hover {
  color: #f04e30;
}
.schedule-slides-item .single-schedule:nth-child(2) .schedule-date {
  background: #57b0e3;
}
.schedule-slides-item .single-schedule:nth-child(3) .schedule-date {
  background: #fdb414;
}
.schedule-slides-item .single-schedule:nth-child(4) .schedule-date {
  background: #8f4e9f;
}
.schedule-slides-item .single-schedule:nth-child(5) .schedule-date {
  background: #57b0e3;
}
.schedule-slides-item .single-schedule:nth-child(6) .schedule-date {
  background: #fdb414;
}
.schedule-slides-item .single-schedule:nth-child(7) .schedule-date {
  background: #8f4e9f;
}

/* about */
.single-team {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.single-team img {
  width: 100%;
}

.team-hover {
  color: #fff;
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: 0.4s;
}
.team-hover h4 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 900;
}
.team-hover h4 span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.single-team {
  overflow: hidden;
}
.single-team:hover .team-hover {
  bottom: 0;
}

.partner-area {
  overflow: hidden;
}
.partner-area .partner-item {
  text-align: center;
  padding: 15px 20px;
  border-radius: 12px;
}
.partner-area .partner-item div {
  position: relative;
}
.partner-area .partner-item div img {
  display: inline-block !important;
}
.partner-area .partner-item div img:last-child {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.partner-area .partner-item:hover div img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.partner-area .border {
  border: 0.3px solid #eee !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* plan your visit */
.plan-contact-section .item-all-card {
  min-height: 160px;
}
.plan-contact-section .item-all-card .iteam-all-icon1 i {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.6);
}

/* content list items */
.content-list-items li {
  margin-bottom: 3px;
}
.content-list-items li .attribute {
  display: inline-block;
  width: 180px;
}
.content-list-items li .value {
  display: inline-block;
  width: auto;
  padding-left: 15px;
}
.content-list-items .fa {
  font-size: 14px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 5px 2px;
  border-radius: 5px;
}

.splash-content-list-items li {
  margin-bottom: 3px;
}
.splash-content-list-items li .attribute {
  display: inline-block;
  width: 152px;
}
.splash-content-list-items li .value {
  display: inline-block;
  width: auto;
  padding-left: 15px;
}
.splash-content-list-items .fa {
  font-size: 14px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 5px 2px;
  border-radius: 5px;
}

.payment-content-list-items li {
  margin-bottom: 3px;
}
.payment-content-list-items li .attribute {
  display: inline-block;
  width: 96px;
}
.payment-content-list-items li .value {
  display: inline-block;
  width: auto;
  padding-left: 15px;
}
.payment-content-list-items .fa {
  font-size: 14px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 5px 2px;
  border-radius: 5px;
}

.note-content-list-items li {
  margin-bottom: 3px;
}
.note-content-list-items li .attribute {
  display: inline-block;
  width: 100px;
}
.note-content-list-items li .value {
  display: inline-block;
  width: auto;
  padding-left: 15px;
}

.profile-content-list-items li {
  margin-bottom: 8px;
}
.profile-content-list-items li .attribute {
  display: inline-block;
  width: 120px;
}
.profile-content-list-items li .value {
  display: inline-block;
  width: 275px;
  padding-left: 15px;
}

.annual-list-items {
  padding: 20px 20px 0;
}
.annual-list-items li {
  margin-bottom: 8px;
}
.annual-list-items li .attribute {
  display: inline-block;
  width: 43%;
}
.annual-list-items li .value {
  display: inline-block;
  width: 55%;
  padding-left: 15px;
}
.annual-list-items .text-bold {
  font-weight: 900 !important;
  font-size: 16px;
}

.carousel-with-thumb .carousel-control-prev-icon,
.carousel-with-thumb .carousel-control-next-icon {
  /* background: rgba(68, 68, 68, 0.5); */
  background-image: none;
  background-image: none;
  width: 60px;
  height: 60px;
  font-size: 1.5625rem !important;
  color: #fff;
  line-height: 60px !important;
  line-height: 30px !important;
  border-radius: 50%;
  padding: 15px;
}

.coummunity-filter {
  padding: 15px;
}

.winner-wrapper {
  position: relative;
}
.winner-wrapper .item h4 {
  font-weight: 600;
  min-height: 48px;
}
.winner-wrapper .trophy {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 37px;
  top: 173px;
}
.winner-wrapper .trophy .fa-trophy {
  font-size: 90px;
  color: #fdb414;
}
.winner-wrapper .trophy span {
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  top: 12px;
  right: 32px;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* img upload */
.upload-section h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}

.file {
  position: relative;
  overflow: hidden;
}
.file input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.experience-gallery .embed-responsive,
.experience-gallery .image-item {
  min-height: 186px;
}

.safety-item .card-body a h3 {
  display: block;
  min-height: 68px;
}

/* terms and conditions */
.terms-conditions ul {
  margin-left: 0;
  padding-left: 0;
}
.terms-conditions ul ul {
  margin-left: 40px;
}
.terms-conditions ul li {
  display: block;
  position: relative;
  font-weight: 600;
  color: #0d1028;
  font-size: 1.5rem;
  line-height: 25px;
}
.terms-conditions ul li p {
  line-height: 1.9;
  color: #707070;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.terms-conditions ul li ul li {
  line-height: 1.9;
  color: #707070;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.terms-conditions ul ul ul li {
  margin-bottom: 2px;
  padding-bottom: 0;
}
.terms-conditions ul ul ul li .fa {
  margin-right: 2px;
}
.terms-conditions h2 {
  font-weight: 600;
}
.terms-conditions h3 {
  font-size: 25px;
  font-weight: 500;
  margin-left: 40px;
}
.terms-conditions .btn {
  padding: 8px 20px;
}

.privacy-policy ol {
  counter-reset: item;
  margin-left: 22px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
}
.privacy-policy ol li p {
  font-weight: normal !important;
}
.privacy-policy h3 {
  font-size: 25px;
  font-weight: 600;
  margin-left: 40px;
}

.my-dash.app-sidebar .side-menu li a.active {
  background: #f0f0f0 !important;
}

.img-wrapper {
  text-align: center;
  border: solid 1px #e5e4f0;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.img-wrapper .avatar {
  margin: auto;
  vertical-align: middle;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid #e5e4f0;
}

.all-bay-display .card .card-body {
  min-height: 155px;
}

.splash-bay-wrapper .card-body {
  min-height: 400px;
}

ul.content-ul-list li {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

/* stepper */
.step {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: cream;
}

.v-stepper {
  position: relative;
  /*   visibility: visible; */
}

/* regular step */
.step .circle {
  background-color: #fff;
  border: 2px solid gray;
  border-radius: 100%;
  width: 28px;
  /* +6 for border */
  height: 28px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.step .circle span {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
}
.step .line {
  top: 26px;
  left: 12px;
  /*   height: 120px; */
  height: 100%;
  position: absolute;
  border-left: 3px solid gray;
}
.step.completed .circle {
  visibility: visible;
  background-color: gray;
  border-color: gray;
}
.step.completed .circle span {
  color: #fff;
}
.step.completed .line {
  border-left: 3px solid gray;
}
.step.circle {
  visibility: visible;
  border-color: #57b0e3;
}
.step.empty .circle {
  visibility: hidden;
}
.step.empty .line {
  /*     visibility: hidden; */
  /*   height: 150%; */
  top: 0;
  height: 150%;
}
.step:last-child .line {
  border-left: 3px solid white;
  z-index: -1;
  /* behind the circle to completely hide */
}

.content {
  margin-left: 20px;
  display: inline-block;
}
.content h4 {
  font-size: 16px;
  font-weight: 300;
}
.content.completed h4 {
  font-weight: 600;
}

/* responsive class */
.show-991-item {
  display: none;
}

.mob-slider {
  display: none;
}

.lg-slider {
  display: block;
}

.time-mobile {
  display: none;
}

.loyalty-points {
  font-size: 48px;
  padding: 73px 0;
  font-weight: 600;
  margin-bottom: 0;
}

/* .height-300 {
    overflow-x: hidden;
    overflow-y: scroll;
} */
.scroll-inner-wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 140px;
}

.single-page .wrapper label a {
  pointer-events: visible !important;
}

.speed-slider-sect .owl-nav .owl-prev {
  position: absolute;
  top: 60%;
  left: -25px;
  right: -1.5em;
  margin-top: -1.65em;
}
.speed-slider-sect .owl-nav .owl-next {
  position: absolute;
  top: 60%;
  right: -25px;
  margin-top: -1.65em;
}
.speed-slider-sect .owl-nav button {
  box-shadow: none !important;
}
.speed-slider-sect .slider-content .owl-nav button.owl-prev,
.speed-slider-sect .slider-content .owl-nav button.owl-next {
  background: none !important;
}
.speed-slider-sect .slider-content .owl-nav button.owl-prev:hover,
.speed-slider-sect .slider-content .owl-nav button.owl-next:hover {
  background-color: rgba(227, 227, 227, 0) !important;
}
.speed-slider-sect .slider-content .owl-nav button.owl-prev,
.speed-slider-sect .slider-content .owl-nav button.owl-next {
  color: #f04e30 !important;
  font-size: 52px !important;
}

.mobile-tab-logo {
  width: 125px;
  height: 50px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 3px;
  display: none;
}
.mobile-tab-logo img {
  width: 125px;
}

.mobile-tab-booking-btn {
  position: absolute;
  right: 16px;
  top: 12px;
  display: none;
}

/* gallery */
.thumb {
  margin-bottom: 15px;
}
.thumb:last-child {
  margin-bottom: 0;
}
.thumb figure {
  /* img {
    // -webkit-filter: grayscale(100%);
    //filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  &:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  } */
}

.my-form {
  display: none !important;
  visibility: hidden;
}

.range-slider {
  position: relative;
}
.range-slider .height-block {
  text-align: right;
  padding-top: 13px;
  padding-bottom: 13px;
}
.range-slider .height-block .badge {
  line-height: 16px;
  background-color: #a2a8ae;
}
.range-slider .range-slider-block {
  position: relative;
}
.range-slider .range-slider-block .icon {
  width: 25px;
  display: inline-block;
  position: absolute;
}
.range-slider .range-slider-block .left {
  left: 10px;
  top: 20px;
  text-align: left;
}
.range-slider .range-slider-block .right {
  right: 0;
  text-align: right;
  top: 18px;
}
.range-slider .range-slider-block .range-input {
  width: 90%;
  display: block;
}

/* calender css */
.fc-event .fc-content {
  color: #fff;
}

.fc-event::before,
.fc-event-dot::before {
  border-left: none;
  border-bottom: none;
}

.calender-key-box .key-wrapper {
  width: 95px;
  float: left;
}
.calender-key-box .key-wrapper .key-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 2px;
}
.calender-key-box .key-wrapper .open {
  background-color: green;
}
.calender-key-box .key-wrapper .closed {
  background-color: red;
}
.calender-key-box .key-wrapper .houseFull {
  background-color: #5b040d;
}
.calender-key-box .key-wrapper .key-text {
  font-weight: 600;
  top: -4px;
  position: relative;
}

.not-found-page-wrapper {
  min-height: 50vh !important;
}

.sitemap-li-list {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* auto popup css */
.auto-load-popup .auto-load-popup-block {
  border-radius: 5px !important;
  border: none;
  position: relative;
}
.auto-load-popup .auto-load-popup-block button.close {
  width: 25px;
  height: 30px;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 99999;
}
.auto-load-popup .auto-load-popup-block button.close i {
  color: #000 !important;
}
.auto-load-popup .auto-load-popup-block h1 {
  font-size: 1.25rem;
  font-weight: 700 !important;
}

.tickets-block h5.card-header {
  text-align: center !important;
  display: block;
}
.tickets-block h5.card-header .price-tag {
  display: block;
  font-size: 22px;
}
.tickets-block h5.card-header .price-tag small {
  font-size: 14px;
}

.text-bold {
  font-weight: 800;
}

.ribbon {
  position: absolute;
  right: -7px;
  top: -15px;
  z-index: 1;
  overflow: hidden;
  width: 95px;
  height: 85px;
  text-align: center;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  /*   background: $color-blue;
  background: linear-gradient($color-indigo 0%, $color-blue 100%); */
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 100%;
  z-index: -1;
  /* border-left: 3px solid #f62459;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f62459; */
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  /* border-right: 3px solid #f62459;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f62459; */
}

.splash_bay_content_box .leading-normal {
  min-height: 75px;
}

/* cart modal */
.tickets-modal .alert-danger {
  color: #721c24 !important;
  font-weight: 600 !important;
}
.tickets-modal .calender-label {
  font-size: 18px;
  font-weight: 800 !important;
}
.tickets-modal .calendar-container {
  background-color: #f0f0f0;
  border: 1px solid #bebebe;
}
.tickets-modal .calendar-head-card {
  display: none !important;
}
.tickets-modal .calendar-grid .calendar-date-holder {
  height: 224px;
}
.tickets-modal .modal-header .close {
  right: 40px;
  z-index: 99999;
  top: 10px;
}
.tickets-modal .modal-header {
  border: none;
  padding: 0px;
}
.tickets-modal .modal-content {
  border-radius: 30px;
}
.tickets-modal .modal-body {
  padding: 2rem;
}
.tickets-modal .modal-body h2 {
  font-weight: 600;
}
.tickets-modal .ticket-select-row {
  margin-right: 2px;
}
.tickets-modal .date-row .date-text {
  flex: 1;
}
.tickets-modal .date-row .edit-icon a i {
  font-size: 28px;
  margin-right: 15px;
}

/* number increse */
.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: red;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: green;
}

.modal-calendar {
  background-color: #8dd391;
  height: 250px;
}

.tickets-title {
  color: #7167ff;
  font-weight: 800;
  font-size: 24px;
}

.adults-text,
.price-text {
  font-size: 14px;
  font-weight: 600;
}

.adults-text {
  text-align: right;
  padding-top: 9px;
}

.price-text {
  text-align: left;
  padding-top: 9px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.ticket-select-row {
  background-color: #f1f3f6;
  padding: 20px 0;
  border-radius: 5px;
}

.add-to-cart-btn {
  width: 150px;
  margin: auto;
  line-height: 26px;
}

.continue-btn {
  width: 250px;
  line-height: 26px;
}

.table-tickets thead {
  border-top: 3px solid #8f4e9f;
}
.table-tickets thead tr > th {
  font-weight: 800 !important;
}
.table-tickets .fa-trash-o {
  color: #f04e30;
}

.tickets-modal-2 .modal-header .close {
  right: 40px;
  z-index: 99999;
  top: 10px;
}
.tickets-modal-2 .modal-header {
  border: none;
  padding: 0px;
}
.tickets-modal-2 .modal-content {
  border-radius: 30px;
}
.tickets-modal-2 .modal-body {
  padding: 2rem;
}
.tickets-modal-2 .modal-body h2 {
  font-weight: 600;
}
.tickets-modal-2 .card .card-body h3 {
  font-size: 1rem;
}
.tickets-modal-2 .card ul li {
  font-size: 12px;
}
.tickets-modal-2 .related-product {
  padding: 0 14px;
  margin-top: 20px;
}
.tickets-modal-2 .related-product .input-number {
  width: 30px !important;
  padding: 0;
}
.tickets-modal-2 .related-product .input-number-decrement,
.tickets-modal-2 .related-product .input-number-increment {
  display: inline-block;
  width: 20px;
}
.tickets-modal-2 .related-product .btn {
  line-height: 26px;
}

.date-picker-box {
  padding: 23px 9px;
}

div.ui-datepicker {
  font-size: 20px;
}

.cart-wrapper .d-flex {
  align-items: center;
}
.cart-wrapper .bold {
  font-weight: 600;
}
.cart-wrapper .card {
  margin: auto;
}
.cart-wrapper .scroll-content {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.cart-wrapper h2 {
  font-size: 24px;
}
.cart-wrapper h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-wrapper .sub-price {
  font-size: 28px;
}
.cart-wrapper .net-total {
  font-size: 24px;
  text-align: right;
}
.cart-wrapper .net-total-price {
  font-size: 24px;
}
.cart-wrapper .form-control {
  border: 2px solid #57b0e3;
  padding: 5px;
  height: 30px;
}
.cart-wrapper .pay-now {
  width: 237px;
  margin-right: 7px;
}
.cart-wrapper .bottom-sep {
  margin-top: 24px;
  display: block;
}
.cart-wrapper .custom-checkbox {
  margin-bottom: 20px;
}
.cart-wrapper .custom-checkbox input {
  height: 50px;
  padding: 10px 15px 3px 15px;
  width: 20px;
  border-radius: 0.3125rem;
  border: solid 1px #e5e4f0;
}
.cart-wrapper .custom-control-input {
  position: absolute;
  left: 0;
  z-index: 1 !important;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.cart-wrapper .width-237 {
  width: 237px;
}

.gest-info-wrapper {
  margin-top: 20px;
}
.gest-info-wrapper .input-row {
  flex: 1;
}
.gest-info-wrapper .input-row .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px !important;
}

.order-complete-wrapper .card {
  margin: auto;
}
.order-complete-wrapper img {
  width: 132px;
  margin: auto;
}
.order-complete-wrapper h2 {
  font-size: 36px;
  margin-top: 30px;
}
.order-complete-wrapper p a {
  color: #f04e30;
}
.order-complete-wrapper p a:hover {
  text-decoration: underline;
}

.order-receipt .card {
  margin: auto;
}
.order-receipt .card-body {
  padding: 40px 100px;
}
.order-receipt .logo {
  flex: 2;
}
.order-receipt .logo img {
  width: 132px;
}
.order-receipt .address-wrapper {
  flex: 1;
}
.order-receipt .address-wrapper p {
  margin-bottom: 2px;
}
.order-receipt .gest-details {
  flex: 2;
}
.order-receipt .gest-details h3 {
  color: #8f4e9f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  font-weight: 600;
}
.order-receipt .gest-details p {
  margin-bottom: 2px;
}
.order-receipt .invoice-wrapper {
  flex: 1;
}
.order-receipt .invoice-wrapper p {
  margin-bottom: 2px;
}
.order-receipt .main-nav-line {
  margin-top: 20px;
  padding: 0;
}
.order-receipt .red-text {
  color: #f04e30;
  font-weight: 600;
}
.order-receipt .receipt-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.order-receipt .receipt-table .table thead tr th {
  background-color: #bebebe;
  border: 1px solid #cccccc;
  font-weight: 600 !important;
}
.order-receipt .receipt-table .table tr td {
  border: 1px solid #bebebe;
}
.order-receipt .receipt-table .table tr td .bold {
  font-weight: 600;
}

/* end */
/* payment  */
.payment-method-wrapper .card {
  margin: auto;
}
.payment-method-wrapper .card-row {
  margin-bottom: 20px;
}
.payment-method-wrapper h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.payment-method-wrapper h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.payment-method-wrapper a img {
  width: 100px;
  border: 4px solid #e0dfdf;
  border-radius: 5px;
  margin-right: 10px;
}
.payment-method-wrapper a:hover img, .payment-method-wrapper a:active img, .payment-method-wrapper a:focus img {
  border-color: #57b0e3;
}

/* css add alert */
.tickets-modal-2 .alert-danger {
  color: #721c24 !important;
  font-weight: 600 !important;
}

/* print pdf */
.pdf-order-receipt .card {
  margin: auto;
}
.pdf-order-receipt .card-body {
  padding: 40px 60px;
}
.pdf-order-receipt .card-body .receipt-header {
  background-color: #e0dfdf;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.pdf-order-receipt .card-body .receipt-header td.logo-td {
  border-right: 1px solid #fff;
}
.pdf-order-receipt .card-body .receipt-header td.company-info .address-wrapper p {
  font-size: 14px;
}
.pdf-order-receipt .gest-details h3 {
  color: #8f4e9f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  font-weight: 600;
}
.pdf-order-receipt .gest-details p {
  margin-bottom: 2px;
}
.pdf-order-receipt .invoice-wrapper p {
  margin-bottom: 2px;
}
.pdf-order-receipt .main-nav-line {
  margin-top: 20px;
  padding: 0;
}
.pdf-order-receipt .red-text {
  color: #f04e30;
  font-weight: 600;
}
.pdf-order-receipt .receipt-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pdf-order-receipt .receipt-table .table thead tr th {
  background-color: #bebebe;
  border: 1px solid #cccccc;
  font-weight: 600 !important;
}
.pdf-order-receipt .receipt-table .table tr td {
  border: 1px solid #bebebe;
}
.pdf-order-receipt .receipt-table .table tr td .bold {
  font-weight: 600;
}

/* cart page responsive */
@media only screen and (max-width: 991px) {
  .cart-page-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cart-page-mob .card {
    width: 100% !important;
    padding: 0;
  }
  .cart-page-mob .order_complete-btn-rw {
    width: 100% !important;
  }
  .cart-page-mob .order_complete-btn-rw .btn {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .order-receipt .card {
    width: 94% !important;
    padding: 0 15px !important;
  }
  .order-receipt .card-body {
    padding: 0 !important;
  }
  .payment-method-wrapper .payment-method-page-mob {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .payment-method-wrapper .payment-method-page-mob .card {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .tickets-modal {
    transform: translate(0, 72px) !important;
  }
  .tickets-modal .adults-text {
    text-align: center;
    padding-top: 6px;
  }
  .tickets-modal .qut-row {
    text-align: center;
    margin-left: 1px;
  }
  .tickets-modal .qut-row #load_speed_bay_ticketprice_div,
  .tickets-modal .qut-row #load_splash_bay_ticketprice_div,
  .tickets-modal .qut-row #load_combo_ticketprice_div,
  .tickets-modal .qut-row .price-text {
    display: block;
    text-align: center !important;
    padding: 0px;
  }
  .tickets-modal .add-to-cart-row {
    padding: 0 15px;
  }
  .tickets-modal .add-to-cart-row .btn {
    width: 100%;
  }
  .tickets-modal .duble-btn-row .btn {
    width: 100%;
    margin: 0 !important;
    margin-top: 10px !important;
  }
  .order-receipt .gest_detils-wrapper {
    display: block !important;
  }
  .order-receipt .gest_detils-wrapper .gest-details,
  .order-receipt .gest_detils-wrapper .invoice-wrapper {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .login-and-register-btn-row,
  .shopping-btn-row,
  .pay-now-btn-row {
    display: block !important;
  }
  .login-and-register-btn-row .btn,
  .shopping-btn-row .btn,
  .pay-now-btn-row .btn {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .gest-form-wrapper {
    display: block !important;
  }
  .gest-form-wrapper .input-row {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 8px !important;
  }
  .mob-mt-0 {
    margin-top: 0 !important;
  }
  .payment-method-wrapper a {
    margin-right: 5px;
  }
  .payment-method-wrapper a img {
    width: 100%;
  }
  .tickets-modal-2 {
    transform: translate(0, 24px) !important;
  }
  .tickets-modal-2 .related-product {
    margin-top: 0;
  }
  .tickets-modal-2 .related-product .col-md-5 {
    text-align: center;
    margin-bottom: 5px;
  }
  .addon-modal .btn {
    margin-top: 0 !important;
  }
}
.no_hand {
  cursor: default !important;
}/*# sourceMappingURL=color.css.map */