@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'core_sans_g45_regular';
  src: url('../fonts/coresansg-regular.woff2') format('woff2'),
       url('../fonts/coresansg-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'core_sans_g65_bold';
  src: url('../fonts/coresansg-bold.woff2') format('woff2'),
       url('../fonts/coresansg-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'core_sans_g_rounded65_bold';
  src: url('../fonts/coresansgrounded-bold.woff2') format('woff2'),
       url('../fonts/coresansgrounded-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
:root {
  --primary_color: #f6a418;
  --secondary_color: #c94277;
}
.clearfix:after,
before {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c1c1 !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c1c1 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c1c1 !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c1c1c1 !important;
  opacity: 1;
}
button,
a,
.moviesShowing_box_hover {
  -o-transition: color 0.2s ease-out, all 0.3s ease-in;
  -ms-transition: color 0.2s ease-out, all 0.3s ease-in;
  -moz-transition: color 0.2s ease-out, all 0.3s ease-in;
  -webkit-transition: color 0.2s ease-out, all 0.3s ease-in;
  transition: color 0.2s ease-out, all 0.3s ease-in;
}
/********************* Clearfix ************************/
* {
  margin: 0;
  padding: 0;
}
input {
  outline: 0 !important;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}
body {
  font-size: 14px !important;
  font-family: 'core_sans_g45_regular' !important;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.main_header {
  background: url(../images/header_banner.png) no-repeat;
  width: 100%;
  color: #0076a8;
  padding: 3% 0;
  background-size: cover;
 }
.main_logo img{
  max-width: 300px;
}
.main_logo{
  display: inline-block;
}
.banner_section{
  position: relative;
}
.banner_logo_div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.banner_logo_div img{
 max-width: 600px;
}
.top_menu ul li{
  display: inline-block;
  padding-left: 50px;
}
.top_menu ul li a{
  display: inline-block;
  color: #0076a8;
  font-weight: bold;
  text-transform: uppercase;
}
.btn.reserve_now_btn{
  background: #0076a8;
  color: #fff;
  border-radius: 0;
}
.btn.ok-btn{
  background: #0076a8;
  color: #fff;
  border-radius: 8px;
}
.img_360_div{
  display: inline-block;
  color: #1581af;
  font-weight: bold;
  font-size: 21px;
}
.img_360_div img{
  padding-left: 10px;
}
.track_section{
  padding: 5% 0 3%;
  position: relative;
}
.track_section:before{
background: #0076A8;
height: 28%;
content: "";
position: absolute;
left: 0;
width: 100%;
bottom: 0;
}
.track_inner_contant{
  padding-left: 50px;
}
.track_inner_contant h3{
  color: #1581af;
  font-family: 'core_sans_g65_bold';
  font-size: 30px;
  text-transform: uppercase;
}
.track_inner_contant ul{
  margin-left: 20px;
}
.track_inner_contant ul li{
  padding-bottom: 10px;
  list-style-type: disc;
}
.track_inner_contant p{
  color: #000;
  font-size: 18px;
}
.track_inner_contant .btn.reserve_now_btn{
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 30px;
}
.hom_accordion .card .card-header{
  padding: 0;
}
.hom_accordion h2{
  color: #1581af;
  font-family: 'core_sans_g65_bold';
  font-size: 30px;
  text-transform: uppercase;
}
.hom_accordion .card{
background: transparent;
    border: 0;
    box-shadow: 0 0 10px #e0e0e0;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .hom_accordion .card .card-header{
    background: transparent;
    border: 0;
    border-radius: 0;
    }
    .calendar_popup_sec .close {
      position: absolute;
      right: 15pxpx;
      top: 10px;
      border: 0;
      opacity: 1;
      text-shadow: 0 0 0 BLACK;
  }
  .hom_accordion .btn.btn-link {
    width: 100%;
  padding: 17px;
  text-align: left;
  font-size: 18px;
  text-decoration: none;
  white-space: inherit;
    }
  .hom_accordion .card .card-header .btn-header-link:after {
  content: "";
  float: right;
  background: url(../images/arrow_icon.svg) no-repeat;
  height: 18px;
  width: 18px;
  background-size: 100%;
  top: 5px;
  position: relative;
}

.hom_accordion .card .card-header .btn-header-link.collapsed:after {
  background: url(../images/arrow_icon_down.svg) no-repeat;
}
.calendar_popup_sec .modal-content{
  padding: 30px 40px;
   text-align: center;
  }
.calendar_popup_sec h3{
  font-family: 'core_sans_g65_bold';
  font-size: 24px;
  color: #000;
  margin-bottom: 0px;
}
.calendar_popup_sec .close{
  position: absolute;
    right: 15px;
    top: 10px;
  }
.calendar_box {
  margin-top: 40px;
}
.calendar_popup_sec .calendar_box li{
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
}
.available_box{
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #DBDBDB;
  background: #fff;
  position: relative;
  top: 4px;
  left: -1px;
}
.tentative_box{
  background: #8DCAEC;
}
.reserved_box{
  background: #0076A8;
}
.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25) !important;
}

.footer_section{
  background: #0076A8;
  padding: 20px;
  margin-top: 50px;
  color: #fff;
}
.footer_div li{
  display: inline-block;
  padding-right: 50px;
}
.footer_div li span{
  font-family: 'core_sans_g_rounded65_bold';
  font-size: 21px;
  text-transform: uppercase;
  padding-left: 10px;
  position: relative;
  top: 5px;
}
.btn.continue_btn {
  background: #61CD65;
  border-radius: 6px;
  display: inline-block;
  max-width: 169px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  padding: 12px;
  font-size: 18px;
}
.calendar_popup_form .form-control{
padding: 12px;
}
.calendar_popup_form .form-group {
  margin-bottom: 10px;
}
.calendar_popup_form .form-group label{
  margin-bottom: 0px;
}
.btn.back_btn{
  width: 120px;
  background: #D8D8D8;
  border-radius: 6px;
  color: #fff;
  padding: 9px;
  font-size: 18px;
}
.btn.submit_btn{
  width: 120px;
  float: right;
  background: #61CD65;
  border-radius: 6px;
  color: #fff;
  padding: 9px;
  font-size: 18px;
}
.event_div_bx{
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
.event_div_bx{
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  margin: 20px 0;
}
.event_date_text{
  font-weight: bold;
  margin-right: 10px;
}
.event_edit_icon{
  max-width: 18px;
  float: right;
  cursor: pointer;
}

.daterangepicker {
  position: relative;
  border: 0px solid #ddd;
  top: 0 !important;
  left: 0 !important;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: inherit;
  margin: 0 auto !important;
  float: none !important;
}

#daterange, .drp-buttons{
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: -1;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
  pointer-events: none;
  border: 1px solid #DBDBDB;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  border: 1px solid #DBDBDB;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px !important;
  padding: 10px;
  color: #000000;
  font-size: 14px !important;
  background: #fff;
}

.daterangepicker td.active{
  color: #fff !important;
  background: #005a80;
}

.daterangepicker td.current{
  color: #000000 !important;
  background: #fff;
}

.disabled-btn {
  pointer-events: none;
  background-color: #cccccc !important;
}

.daterangepicker td.reserved, .daterangepicker option.reserved {
  background-color: #0076a8 !important;
  color: #fff !important;
}

.daterangepicker td.tentative, .daterangepicker option.tentative {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #8DCAEC;
  pointer-events: none;
  color: #fff;
}

.daterangepicker .calendar-table .month-sec th {
  border: 0 !important;
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  border-radius: 0px !important;
  color: #0076a8;
  text-transform: uppercase;
  font-size: 18px !important;
  background: #fcfcfc !important;
}

.daterangepicker .calendar-table table {
  border-collapse: separate;
  border-spacing: 3px;
}

.week-sec th {
  border: 0 !important;
  text-transform: uppercase;
  background: #fcfcfc !important;
}

.daterangepicker.openscenter:before{
  display: none   ;
}

.daterangepicker .calendar-table{
  border: 1px solid #fcfcfc;
  border-radius: 0px;
  background-color: #fcfcfc;
}

.calendar_popup_sec .modal-content {
  background: #fcfcfc;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.daterangepicker td.in-range {
  background-color: #005a80 !important;
  color: #fff !important;
}

/* .daterangepicker .ends.active {
  background-color: #005a80 !important;
  color: #fff !important;
} */

.daterangepicker {
  width: 100%;
}

.truck-logo {
  margin-bottom: 35px;
}

.error {
  color: #f46a6a; 
}

/** LOADER STARTS **/
.loading {
  position: fixed;
  z-index: 3000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/** LOADER END **/
.spinner {
width: 40px;
height: 40px;

position: relative;
}

.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #333;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% {
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
} 50% {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
}
}


@media (max-width: 991px) {
  .track_section:before {
    background: transparent;
    height: auto;
  }
  .track_inner_contant {
    padding-left: 0;
  }
  .track_inner_contant .btn.reserve_now_btn {
    border-radius: 6px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .footer_div li {
    padding-right: 25px;
}
.footer_div li:first-child{
  padding-bottom: 20px;
  width: 100%;
}
}
