
ul.a {
  list-style-type: circle;
}
.asterisk {
    color: #de0505;
}

.error {
    color: #de0505;
    font-weight: normal;
    font-size: 12px;
}
html,body{
  overflow-x: hidden;
}
body{
  font-family: 'Open Sans', sans-serif;
}

ol, ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,a:hover{
  text-decoration: none;
  color:inherit;
}
img{
  max-width: 100%;
}
input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    font-family: 'fontawesome';
    font-weight: 900;
    content: "\f107";
    color: #000;
    padding: 0 5px;
    position: absolute;
    right: 10px;
}
.routerSlider.mapSlider {
    height: 400px;
}
#txtdate {
    border-radius: 30px;
    display: flex;
}
/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 /* adjust clear button */
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .lightbox {
    top: 10% !important;
}
.lb-outerContainer {
    width: 90% !important;
    height: 500px !important;
}
.gallery-container h1 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.lightbox .lb-image {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
 .container.gallery-container {
     min-height: auto !important; 
}
#slot-error {
    color: #fff;
}
#exampleModal .card-body {
    padding: 0px;
}
.col-md-12.modal-col-12 {
    padding: 0px;
}
#exampleModal {
    padding: 0px !important;
}
.kbw-signature canvas {
    width: 100%;
    height: 100%;
}
.btn{
  min-width: 170px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
}

.btn_primary{
  background-color:#c7081b;
  color:#fff;
}
.btn_primary:hover{
  background-color: #8e000e;
  color:#fff;
}
.btn_secondary{
  text-align: center;
  min-width: 120px;
  font-size: 14px;
  color: #fff;
  background-color: #c7081b;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.btn_secondary:hover{
  background-color: #8e000e;
  color:#fff;
}
.whiteBtn{
  background-color: #fff;
  min-width: 140px;
  color:#c7081b;
  font-size: 18px;
  border-radius:30px;
  padding: 8px 15px;
  border:transparent;
  border:1px solid #fff;
  font-weight: 600;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.whiteBtn:hover{
  border:1px solid #fff;
  color:#fff;
  background-color:transparent;
}
.fleetinner {
    margin-bottom: 20px;
}
.swiper-wrapper{
  height: auto !important;
}
.titleCol h1 {
    color: #c7081b;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px !important;
}
.gallery-container h1 {
    font-size: 36px;
}
/* header css starts */
.headerCol {
  padding: 20px 0px;
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.stickyHeader.headerCol{
  background-color: #fff;
  box-shadow: 0 0 6px 1px #3a3636;
  padding: 10px 0px;
}
.navMenu ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:center;
  -ms-align-items: center;
  align-items: center;
}
.navMenu ul li{
  margin-right:20px;
}
.navMenu ul li a i{
  font-size: 30px;
  color:#c7081b;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.navMenu ul li a i:hover{
  color:#000;
}
.navMenu ul li a span{
  font-size: 14px;
}
.navCol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:flex-end;
  -ms-align-items: center;
  align-items: center;
}

/* banner css starts */
.swiper-container {
  width: 100%;
/*  height: 100%;*/
}
.slideBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px;
  height: auto;
  background-color: #959595;
  position: relative;
}
.slideBgFirst{
  background-image: url('../img/slidebg-1.jpg');
}
.slideBgSecond{
  background-image: url('../img/slidebg-2.jpg');
}
.slideBgThird{
  background-image: url('../img/slidebg-3.jpg');
}
.slideBgFour{
  background-image: url('../img/slidebg-4.jpg');
}
.slideBgFive{
  background-image: url('../img/slidebg-5.jpg');
}

.bannerCol .swiper-button-prev img{
  position: relative;
  left: 20px;
}
.bannerCol .swiper-button-next img {
  position: relative;
  right: 20px;
}
.bannerCol .swiper-container .swiper-button-next:after, .bannerCol .swiper-container .swiper-button-prev:after{
  content: "";
}
.bannerCol .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 0.3;
  width: 11px;
  height: 11px;
}
.bannerCol .swiper-pagination-bullet-active{
  opacity: 1;
}
.bannerCol .swiper-container-horizontal > .swiper-pagination-bullets{
  top:130px;
  bottom: unset;
}
/* firstSlide css */
.bookCol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 20px;
}
.recCol{
  max-width: 670px;
  background-color:rgb(147 18 37 / 0.8);
  padding: 30px 50px 30px 80px;
  border-radius: 10px;
}
.recCol h1{
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.recCol p{
  font-size: 48px;
  font-weight: 500;
  color:#fff;
  text-transform: uppercase;
  margin:0;
}
.circleCol{
  width: 255px;
  height: 255px;
  border-radius:50%;
  background-color:rgb(147 18 37 / 0.8);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  left: -100px;
}
.circleCol h1{
  color:#fff;
  font-size: 96px;
  font-weight: 700;
  margin:0;
  line-height: 70px;
  text-align: center;
}
.circleCol p{
  color:#fff;
  font-size: 36px;
  margin:0px;
  font-weight: 700;
  text-transform: uppercase;
}
.booktxt{
  font-weight: 500;
  font-size: 18px;
  color:#fff;
  text-transform: uppercase;
}
.tickImg{
  margin-right: 10px;
}
.bookList ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}
.bookList ul li a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.funfactor h1{
  color: #fff;
  font-size: 96px;
  font-weight: 800;
  line-height: 77px;
  margin-bottom: 20px;
  text-transform: uppercase;


}
.RedBg{
  background-color: #c7081b;
  display: inline-block;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  text-shadow: -3px 2px 2px #0000005c;
}
.funfactor {
    position: relative;
    left: 100px;
    top: 130px;
}
.locationCol{
  background-color: #ffffffa1;
  max-width: 730px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 100px 0px;
  border-radius: 10px;
}
.locationCont h1{
  color: #c7081b;
  font-size: 72px;
  font-weight: 700;
}
.locationCont h3{
  font-size: 48px;
  color:#000;
  font-weight: 700;
}
.priceCol{
  font-size: 34px;
  color:#fff;
  max-width: 980px;
}
.priceCol p{
  color:#fff;
  font-size: 35px;
  text-align: right;
  margin:0;
}
.priceCol h1{
  color:#fff;
  font-size: 260px;
  font-weight: 800;
  line-height: 0;
  padding: 110px 0px 110px 0;
  text-align: right;
}
.priceCol h2{
  color:#fff;
  font-size:72px;
  text-align: right;
  font-weight: 800;
}
.exploreTxt{
  background-color: #c7081b;
  max-width: 640px;
  padding: 20px 30px 20px 80px;
  position: relative;
  margin-left: auto;
  bottom: -250px;
  border-radius: 10px;
}
.exploreTxt h1{
  color:#fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
}
.exploreTxt p{
  font-size: 28px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
}
/* online booking css starts */
.bookingTable{
  background-color: #c7081b;
  width: 100%;
  padding:10px 10px 30px 10px;
  border-radius: 10px;
  margin-top:-100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
.bookinTitle{
  background-color: #fff;
  padding: 15px 20px 20px;
  border-radius: 10px 10px 0 0px;
}
.bookinTitle h3{
  color:#c7081b;
  font-size: 24px;
  font-weight: 700;
  margin:0;
}
.inputfieldStyle{
  border:transparent;
  border-radius: 0;
  text-align: center;
}
.inputfieldStyle:focus{
  box-shadow: none;
}
.dateInput .form-group .input-group .form-control{
   font-size: 14px;
   height: auto;
   padding: 10px;
   color:#000;
}
.innnerCol >span{
  font-size: 17px;
  font-weight: 700;
  color:#fff;
  margin:10px 0;
  display: block;
}
.levelCateg span{
  font-size: 9px;
  color: #c7081b;
  padding:6px 22px 6px 7px;
  border-radius: 16px;
}
.blueBg{
  background-color: #61ded8;
}
.yellowBg{
  background-color: #eaa250;
  position: relative;
  left: -22px
}
.pinkBg{
  background-color: #ff5774;
  position: relative;
  left: -44px;
}
.levelCateg {
  margin-top:15px;
}
.dateInput{
  max-width: 235px;
}
.dateInput .input-group {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
}
.bookingRow {
  padding: 0 10px;
}
.input-group-text{
  background-color: Transparent;
  border:transparent;
}
.input-group-text{
  padding: 5px 15px 5px 15px;
}
.input-group-text i{
  color:#000;
  font-size: 12px;
}
.calenderIcon{
  padding:8px 10px 8px 15px;
}
.calenderIcon i{
  color:#c7081b;
}
.inputfieldStyle::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 font-size: 14px;
 color:#000;
}

.inputfieldStyle:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-size: 14px;
 color:#000;
}

.inputfieldStyle::-ms-input-placeholder { /* Microsoft Edge */
 font-size: 14px;
 color:#000;
}
.irs--flat{
  margin-top:40px;
}
.irs--flat .irs-bar{
  background-color: #fff;
}
.irs-min, .irs-max{
  visibility: hidden !important;
}
.irs--flat .irs-handle>i:first-child{
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  left: -25%;
  top: -14px;
  box-shadow: 0 1px 4px #000000a1;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
  background-color: #fff;
  color:#c7081b;
  top: -20px;
  width: 37px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.swiper-slide {
    height: auto !important;
}
.irs--flat .irs-line{
  top: 25px;
  height: 17px;
  background-color: #ffffff;
  border-radius: 0;
}
.searchCol{
/*  height: 100%;*/
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
margin-top:35%;
}
/* fleet section starts */
.swiper-container-1{
  width: 100%;
/*  height: 100%;*/
  overflow: hidden;
  }
.swiper-container-1 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ourFleetCol {
    margin: 0px 0px !important;
    position: relative;
}
.ourFleetCol .swiper-container-1 .swiper-button-next:after, .ourFleetCol .swiper-container-1 .swiper-button-prev:after{
  content: "";
}
.ourFleetCol .swiper-container-1 .swiper-button-next img{
  position: absolute;
  right:30px;
}
.ourFleetCol .swiper-container-1 .swiper-button-prev img{
  position: absolute;
  left:30px;
}
.fleetimg img{
  position: relative;
/*  filter:blur(1.2px);*/
}
/*.ourFleetCol .swiper-container-1 .swiper-slide.swiper-slide-active .fleetimg img{
  filter:blur(0);
}*/
.fleetimg{
  height: 200px;
}
.fleetimg img{
  height: 100%;
/*  object-fit: cover;
  object-position: center;*/
  width: 100%;
}
.booknowBtn {
    margin-top: 10px;
}
.fleetCont{
/*  display: -webkit-flex;
  display: -ms-flex;
  display: flex;*/
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
.fleetCont span {
    font-size: 16px;
    color: #040404;
    font-weight: 600;
/*    min-height: 100px;*/
}
.booknowBtn.bookbtn2 {
    display: flex;
    align-items: center;
}
.booknowBtn.bookbtn2 .btn_secondary {
    margin-left: auto;
}
.mapCol{
  overflow: hidden;
  margin-top:20px;
  padding-top:9px;
}

.starCol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content:space-between;
  border-bottom: 2px solid #e58c95;
  padding-bottom: 10px;
}
.starList ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mapCol{
  background-color: #c7081b;
}
.reviewSlider{
  background-color: #fff;
  padding: 30px;
  margin-right: 10px;

}
.swiper-container-3 {
   width: 100%;
   overflow: hidden;
   position: relative;
}
.swiper-container-3.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.redboldTxt{
  color:#c7081b;
  font-size: 20px;
  font-weight: 700;
  margin:0;
}
.reviewTxt{
  margin:50px 0;
  max-width: 290px;
}
.reviewTxt h5{
  font-weight: 800;
  color:#000;
  font-size: 14px;
}
.mapDiv{
  height: 400px;
  box-shadow: 2px 13px 14px -6px #0000007a;
}
.reviewTxt p{
   font-size: 14px;
   font-weight: 400;
}
.starList ul li + li{
  margin-left: 5px;
}
.starCol span{
  color:#ffce31;
  font-size: 18px;
  font-weight: 800;
}
.starList ul li i{
  color:#ffce31;
}
.instagramBtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px 30px;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
}
.reviewSlider .swiper-container-3 .swiper-button-next:after, .reviewSlider .swiper-container-3 .swiper-button-prev:after{
 content: "";
}
.reviewSlider .swiper-container-3 .swiper-button-next img{
  position: absolute;
  right:30px;
  top:0px;
  width: 20px;
}
.bottomText{
  padding: 30px 0px;
}
footer{
  background-color: #c7081b;
}
.bottomText p{
  color:#fff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin:0;
}
.instaGrid .form-row>[class*="col-"]{
  margin:10px 0px 0px;
}
.instaGrid {
  margin-bottom: -11px;
  margin-right: 10px;
}


/* search-page css starts */
.searchBg {
  background-image: url(../img/slidebg-2.jpg);
  padding: 250px 0px 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bookLink{
  color:#c7081b;
}
.bookingText p{
  color:#0c0b0b;
  font-size: 20px;
  line-height: 25px;
  margin:0;
  font-weight: 600;
}
.marginSpace .bookingTable{
  position: static;
  margin:30px 0px;
}
.companyCol{
  background-color: #f0f0f0;
  padding: 15px 0px;
}
.phone_nbr{
  color:#c7081b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.boatcatg {
  height: 225px;
}
.boatcatg img {
    width: 100%;
    object-fit: cover;
    /* object-position: center; */
    /* height: 100%; */
}
.hourTxt{
  color:#666464;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px solid #c6c5c5;
}
.boatCard{
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border:1px solid #888787;
}
.boatsideText{
  position: absolute;
  top: -17px;
  left: -70px;
  width: auto;
  height: auto;
  padding: 40px 60px 12px;
  background-color: #c7081b;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
}
.boatCard ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:center;
  align-items: center;
}
.boatCard ul li a{
  font-size: 13px;
  color:#666464;
  padding:0 15px;
  display: inline-block;
  font-weight: 600;
}
.boatCard ul li:nth-child(2) a{
  border-left:1px solid #666464;
  border-right: 1px solid #666464;
}
.boatCard ul li:nth-child(3) a{
  color:#c7081b;
}
.boatModel span{
  display: block;
  font-size: 13px;
  text-align: center;
}
.modelTxt{
  color:#c7081b;
  font-size: 20px;
  font-weight: 700;
}
.boaTCol .row [class*="col-"]{
  margin-bottom: 30px;
}
.mapCol.mapColSpace{
  margin-top:0;
}
.linkTrigger{
  height: 100%;
  width:100%;
}
.lb-data .lb-close{
  background-image: url('../img/cancel.png');
  background-position: center;
  background-size: 25px;
}
.lb-details{
  opacity: 0;
  visibility: hidden;
}
/* booking modal css */


.bookingModal .modal-header{
  background-color: #c7081b;
  position: relative;
  justify-content: center;
}
.bookingModal .modal-title{
  color:#ffffff;
  font-size: 25px;
  font-weight: 700;
}
.bookingModal .modal-header .close {
  padding: 0;
  margin: 0;
}
.bookingModal .close {
  position: absolute;
  right:3%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  padding: 0px;
  margin:0;
}
.bookingModal .close i{
  color:#f0f0f0;
  font-size: 25px;
  opacity: 1;
}
.bookingModal .modal-body{
  padding:0;
}
.boatSchedule{
  border:1px solid  #dedbdb;
  margin:15px;
}
.boatSchedule-sm{
  margin:15px;
}
.boatSchedule-sm tbody tr td:first-child
{
  font-weight: 700;
  background-color: #d2cdcd;
}
.table thead{
  background-color: #dedbdb;
}
.aedTxt{
  color:#c7081b;
  font-size: 16px;
  font-weight: 700;
}
.bookingForm{
  max-width: 100%;
  margin:5px auto;
}
.inputGroup{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
 margin:0 -20px 14px;
}
.fieldStyle {
  width: 50%;
  margin:0 20px;
}
.fieldStyle label{
  font-size: 14px;
  font-weight: 600;
  /*color:#000;*/
}
.fieldStyle .form-control{
  border:1px solid #bebcbc;
  border-radius: 15px;
  padding: 8px 15px;
  height: auto;
  font-size: 13px;
}
.messageTxt .fieldStyle, .checkBox .fieldStyle{
  width: 100%;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 15px;
}
.styled-checkbox  + label + small{
  display: block;
  margin-left: 25px;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-color: #c7081b;
  position: absolute;
  left: 0;
}

.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #c7081b;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bookingModal .modal-footer {
  justify-content: center;
  border:0;
  padding: 30px 0px;
}
.fieldStyle .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(199, 8, 27, 0.62);
}

.selectForm .custom-select{
  font-size: 12px;
  color:#000;
  font-weight: 600;
  background-image: url('../img/select-drop.png');
  background-size: 14px;
  background-repeat: no-repeat;
}
.selectForm .inputGroup{
  justify-content:center;
}

.boatcatg .swiper-container-4 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.boatcatg .swiper-container-4 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  }


.boatcatg .swiper-container-4 .swiper-button-next, .swiper-container-4 .swiper-button-prev{
  background-color: #353631;
  padding: 20px;
  opacity: 0.5;
}
.boatcatg .swiper-container-4 .swiper-button-next i, .boatcatg .swiper-container-4 .swiper-button-prev i{
  color:#fff;
  font-size: 20px;
}
.boatcatg .swiper-container-4 .swiper-button-prev:after, .boatcatg .swiper-container-4 .swiper-button-next:after{
  content: "";
}

.modalSlider{
  max-width: 600px;
  margin:0 auto;
}
.modalSlider .swiper-container-5{
  width:100%;
  height:100%;
  overflow: hidden;
  position: relative;
}
.modalSlider .swiper-container-5 .swiper-button-next, .modalSlider .swiper-container-5 .swiper-button-prev{
  background-color: #353631;
  padding: 20px;
  opacity: 0.5;
}
.modalSlider .swiper-container-5 .swiper-button-prev:after, .modalSlider .swiper-container-5   .swiper-button-next:after{
  content: "";
}
.modalSlider .swiper-container-5 .swiper-button-next i, .modalSlider .swiper-container-5 .swiper-button-prev i{
  color:#fff;
  font-size: 20px;
}
.modalSlider .swiper-container-5 .swiper-wrapper .swiper-slide img{
  width:100%;
  pointer-events: none;
}
.mapSlider{
  overflow: hidden;
  position: relative;
}
.mapSlider .swiper-container-6 .swiper-button-next, .mapSlider .swiper-container-6 .swiper-button-prev{
  background-color: #353631;
  padding: 20px;
  opacity: 0.5;
}
.mapSlider .swiper-container-6 .swiper-button-prev:after, .mapSlider .swiper-container-6 .swiper-button-next:after{
  content: "";
}
.mapSlider .swiper-container-6 .swiper-button-next i, .mapSlider .swiper-container-6 .swiper-button-prev i{
  color:#fff;
  font-size: 20px;
}
.mapSlider .swiper-container-6 .swiper-wrapper .swiper-slide img{
  width:100%;
  pointer-events: none;
}
.show.bookingModal {
    overflow-y: auto;
}
.flex_td {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.th_title_sm{
  font-size: 13px;
  color:#c7081b;
}
.tdSmallTxt{
  font-size: 10px;
  color:#777;
}
.adjustBtn {
  font-size: 10px;
  height: 22px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #dee2e6;
 color: #000;
 border: 1px solid #bbaeae;
}
.PayTable  thead {
  background-color: transparent;
}
.PayTable tbody tr td{
  padding: 8px ;
  font-size: 13px;
  font-weight: 700;
}
.redTd{
  color:#c7081b;
}
.lightTd{
  font-weight: 300;
}
.title-basic {
  color: #c7081b;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif, Arial;
  text-transform: uppercase
}
.title-basic-white {
  color: #fff
}
.title-basic-size {
  font-size: 24px
}
.title-basic-underline {
  border-bottom: 2px solid #c7081b;
  padding-bottom: 4px
}
.panel-body {
  padding: 15px;
}
.pannelBg {
  background-color: #f2dede;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panelDesp{
  font-size: 14px;
}
.booking-timeline .event-title {
  background: #c7081b;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  font-weight: bolder;
  padding-left: 40px;
  margin: 0;
}
.margin-vertical-20, .margin-top-20 {
  margin-top: 20px!important;
}
.booking-timeline .event-body {
  border-left: 9px solid #d0d0d0;
  padding: 15px 15px;
}

.boatcatg.charterSlider {
/*  height: 100%;*/
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  -moz-box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  border-radius: 3px;
}
.cstmFlex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-title button{
  margin-right:20px;
}
.margin-top-15 {
  margin-top: 15px!important;
}
.timerTxt{
  font-size: 14px;
  color: #17a2b8!important;
}
.default-btn, .btn-inventory, button, input[type="reset"], input[type="button"], input[type="submit"] {
    font-size: 15.5px;
    padding: 5px 13px;
    background-color: #c7081b;
    border-radius: 4px;
    border: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}
.timertxt{
  color: #31708f;
  font-weight: bolder;
  text-align: center;
  display: inline-block;
}
.timerRedTxt{
  color:#c7081b;
}
.text-underline-primary {
  border-bottom: 2px solid #c7081b
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.agreeTxt{
  font-size: 14px;
  padding-left: 10px;
}
h3.title-basic {
  font-size: 14px;
  font-weight: bolder;
}
.title-basic-underline {
  border-bottom: 2px solid #c7081b;
  padding-bottom: 4px;
}
.payBigTable tbody tr th, .payBigTable tbody tr td{
  padding:8px 10px;
  font-size: 14px;
}
.payBigTable thead tr th{
  padding:8px 10px;
  font-size: 14px;
}
.routeSlidCol .panelDesp{
  font-weight: 700;
}
.routerSlider{
  height: 34px;
  border: 4px solid #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  -moz-box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  box-shadow: 1px 1px 5px 0 rgba(204,204,204,.75);
  border-radius: 3px;
}
.caterCol.form-control{
  padding: 3px 10px;
  height: auto;
}
.blueTd{
  color:#337ab7;
  cursor: pointer;
}
.catTotal{
  color:#c7081b;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  padding: 0 15px;
}
.consultantPic img{
  border:2px solid #ddd;
  border-radius: 6px;
}
.box-permalink {
  display: block;
  text-align: center;
  background-color: #d9edf7;
  border: 1px dashed #31708f;
  padding: 6px 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.box-permalink span{
  flex:9;
  display:inline-block;
}
.box-permalink button{
  flex:1;
}
.booking-timeline .event-title:before {
    content: '\002B24';
    line-height: 38px;
    font-size: 16px;
    color: #c7081b;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -2px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    border-radius: 20px;
}
.modal-body h4.title-basic {
  font-size: 16px;
}
.choose-list ul li {
  list-style: none;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 400;
  margin-left: 28px;
}
.choose-list ul li::before {
  width: 16px;
  height: 16px;
  background: #c7081b;
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  font-size: 11px;
  font-weight: bolder;
  -moz-padding-start: 1px;
  position: absolute;
  margin-top: 4px;
  margin-left: -26px;
}
.choose-list ul li ul li::before {
  background-color: #fff;
  border: 1px solid #c7081b;
  color: #c7081b;
  height: 17px;
}
.margin-top-30{
  margin-top: 30px;
}
.alternate-font {
  color: #c7081b;
  font-weight: 400;
}
.agreeBox{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}
.agreeBox input{
  margin-top:5px;
}
.alternate-font {
    color: #c7081b;
    font-weight: 400;
}
.digitalSign label{
  font-size: 14px;
  font-weight: 700;
}
.owlBtn{
  background-color: #353631;
  padding: 15px;
  opacity: 0.5;
  display: inline-block;
}
.owl-nav{
  position: absolute;
  top:50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
}
.owlBtn i{
  color:#fff;
  font-size:25px;
}
.owlBtn{
}
.owlBtn.customPrevBtn{
  float:left;
}
.owlBtn.customNextBtn{
  float:right;
}
.modalSlider{
  position: relative;
}
.updCont {
  padding: 0 15px;
  max-width: 500px;
  margin: 0 auto;
}
.updCont .inputGroup {
    flex-direction: column;
    margin: 30px auto 0px;
    max-width: 550px;
}
.updCont .inputGroup .fieldStyle{
  width:100%;
  margin-bottom: 15px;
}
.updCont .inputGroup .fieldStyle:last-child{
  margin-bottom: 0;
}
.charterPrice{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.charterPrice span{
  font-weight: 600;
}
.yourRouteCol .fieldStyle{
  width:100%;
  margin:0;
}
.yourRouteCol{
  margin:30px 15px;
}
.yourRouteSlider{
  margin:0 15px;
}
.dateRange > .irs--flat .irs-bar, .dateRange .irs--flat .irs-handle>i:first-child, .dateRange .irs--flat .irs-line {
  background-color: #61ded8!important;
}
.dateRange .irs--flat {
  margin-top: 10px;
}
.choose-list p{
  font-weight:300;
  font-size:14px;
} 
#signatureForm{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signBtns {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.signBtns button {
    margin: 0 10px;
}
.choose-list .card{
  border:none;
}
.kbw-signature {
  display: inline-block;
  border: 1px solid #a0a0a0;
  -ms-touch-action: none;
  width: 100% !important;
  height: 150px !important;
}

/* detail page css starts */

.overviewCont h2{
  color:#252424;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.overviewCont p{
  font-size: 16px;
  color:#181717;
}
.boatCapacity{
  background-color: #eeebee;
  padding: 30px 0px;
}
.capList ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.capList ul li {
  margin-bottom: 15px;
  text-align: center;
}
.capList ul li span{
  color:#181717;
  font-size: 17px;
  font-weight: 700;
  margin-top:12px;
  display: block;
}
.ratingheader{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0px;
}
.ratingheader h3{
  color:#181717;
  font-size: 17px;
  font-weight: 700;
}
.ratingStar{
  margin: 0 20px;
  display: inline-block;
}
.ratingStar i{
  color:#ffce31;
}
.reviewDiv span{
  color:#c7081b;
  font-size: 17px;
  font-weight: 700;
}
.reviewDiv {
  color:#363535;
  font-size: 12px;
}
.reviewDiv p{
  color:#363535;
  font-size: 12px;
  font-weight: 400;
  margin:0px;
}
.reviewCol .reviewDiv{
  margin-bottom: 30px;
  padding: 10px;
  border-radius:10px;
}
.cmtRow .reviewDiv{
  border:1px solid #000;
  background-color: #fff!important;
  margin-bottom: 20px;
}
.reviewCol .reviewDiv:nth-child(odd){
  background-color:#eeebee;
}
.detailFleet .titleCol h1 {
  font-size: 28px;
}
.vipBoat{
  background-color: #c7081b;
  padding: 12px 15px;
  max-width: 430px;
  color:#fff;
  text-align:center;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 4px 6px #000000ba;
  position: relative;
  left:50px;
}
#payment-form{
  display:flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.field{
  width:30%;
}
.field label{
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.field input,button{
 width:80%;
 border: 1px solid #bebcbc;
border-radius: 15px;
padding: 8px 15px;
height: auto;
font-size: 13px;
}
button.btn.btn_primary.payBoatAmt {
  margin-top: 15px;
}

.field input:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(199, 8, 27, 0.62);
}
.field span {
    font-size: 14px;
    font-weight: 600;
}

.box_sm {
  width: 20px;
  height: 20px;
  /* background: #c7081b; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c7081b;
}
.tick{
  /* color:#fff; */
  font-size:14px;
}
.detailSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item{
  height: 500px!important;
}
.owl-carousel .owl-item img {
/*     height: 100%;*/ 
    object-fit: cover;
    /* object-position: top; */
}

.reviewImg {
    display: flex;
    flex-wrap: wrap;
}
.reviewImg div {
    width: 200px;
    height: 100px;
    padding: 10px 15px;
}
.reviewImg div img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.ratingheader .ratingStar{
  display: flex;
  align-items:center;
}
.imageuploadify{
 margin:0!important;
 max-width: 100%!important;
 min-height: 240px!important;
}
.imageuploadify .imageuploadify-images-list i{
  font-size:4em !important;
}
.imageuploadify .imageuploadify-images-list span.imageuploadify-message{
  font-size: 14px!important;
}
.imageuploadify .imageuploadify-images-list button.btn-default{
  margin:15px auto!important;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger{
  min-width: 20px!important;
}
.glyphicon-remove:before {
    content: "\f00d"!important;
    font-family: fontAwesome;
    font-size: 12px;
    top: 1px;
    position: absolute;
    left: 4px;
}
.imageuploadify-container {
  margin-left: 10px!important;
}
.box-footer{
  margin:20px 0px;
}
.ratingCol {
    margin-top: 10px!important;
}

/* responsive starts */

@media(max-width:1366px){
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
  .xlModal .modal-dialog {
      max-width:950px;
  }
  .ourFleetCol .swiper-container-1 .swiper-button-prev img {
    left: 0px;
}
.ourFleetCol .swiper-container-1 .swiper-button-next img {
    right: 0px;
}
}
@media(max-width:1199px){
  .reviewSlider .swiper-container-3 .swiper-button-next img{
    position: absolute;
    right: 0px;
    width: 18px;
  }
  .routerSlider.mapSlider {
    height: 300px;
}
  .redboldTxt{
    font-size: 20px;
  }
  .mapCol{
    margin-top:50px;
  }

}
@media(max-width:1024px){
  .circleCol{
    background-color: transparent;
    width: unset;
    height: unset;
    bottom: -105px;
    left: -40px;
  }
  .bookList ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bookList ul li {
    margin-bottom: 20px;
    width: 200px;
  }
  .bookList {
   width: 590px;
   margin-left:30px;
   position: relative;
   top:300px;
  }
  .recCol{
    max-width: 400px;
    top:-210px;
    position: relative;
  }
  .recCol h1{
    font-size: 38px;
  }
  .recCol p{
    font-size: 26px;
  }
  .priceCol{
    max-width: 800px;
    margin: 0 auto;
  }
    .reviewTxt p{
     padding-right:50px;
  }
}

@media(max-width:991px){
  .innnerCol {
    display: table;
    margin: 30px auto 3px;
  }
  .innnerCol >span{
    text-align: center;
  }
  .searchCol{
    align-items: center;
    margin:20px 0px;
  }
  .priceCol h1{
    padding: 60px 0px;
    font-size: 150px;
  }
  .priceCol {
    max-width: 100%;
    margin: 55px  auto;
    padding: 0 60px;
  }
  .locationCol{
    max-width: 500px;
    padding: 50px 0px;
  }
  .locationCont h1{
    font-size: 50px;
  }
  .locationCont h3{
    font-size: 35px;
  }
  .mapDiv{
   height: 300px;
  }
  .swiper-container-3{
    border-radius: 10px;
    padding: 0;
  }
  .redboldTxt {
    font-size: 20px;
  }
  .starCol{
    flex-direction: row-reverse;
  }
  .instagramBtn .redboldTxt{
    padding-top: 0px;
  }
  /* .reviewSlider .swiper-container-3 .swiper-button-next img{
    right:100px;
  } */
  .dateInput{
    max-width: 100%;
  }
  .innerlevelCatg {
    position: relative;
    left: 25px;
  }
  .bannerCol .swiper-container-horizontal > .swiper-pagination-bullets{
    display: none;
  }
  .bookinTitle h3{
    text-align: center;
  }
  .bookingTable{
    top:0;
    margin:50px 0px;
  }
  .mapCol {
    margin-top: 20px;
  }
  .reviewSlider {
    margin: 10px 10px 0px;
  }
  .instaGrid {
    margin: 0 10px;
  }
  .bookingText p{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .phone_nbr{
    font-size: 18px;
    text-align: center;
  }
  .innnerCol {
    margin: 15px auto 0px;
  }
 .reviewTxt{
   margin:20px 0px;
   max-width: 100%;
 }
 .slideBg{
   padding: 170px 0px 80px;
 }
 .trustpilotImg {
    width: 200px;
 }
 .owlImg{
   width: 200px;
 }
}
@media(max-width:767px){
.headerCol {
    padding: 10px 0px;
}
.routerSlider.mapSlider {
    height: 220px;
}
.gallery-container h1 {
    margin-top: 0px;
}
.logo img {
    width: 150px;
}
.bookinTitle {
    padding: 10px 20px 10px;
}
.innnerCol {
    margin: 0px auto 0px;
}
.innnerCol >span {
    font-size: 13px;
    margin: 5px 0;
}
.whiteBtn {
    font-size: 15px;
}
.searchCol {
    margin: 0px 0px;
}
.bookinTitle h3 {
    font-size: 14px;
}
.bookingTable {
    padding: 10px 10px 10px 10px;
}
.levelCateg {
    margin-top: 5px;
}
.navMenu ul li a i {
    font-size: 17px;
}
.navMenu ul li {
    text-align: center;
}
.navCol {
    padding: 10px 0 0;
}
  .recCol{
    top:-190px
  }
  .circleCol h1{
    font-size: 60px;
  }
  .bottomText {
    padding: 15px 0px;
}
.routerSlider {
    height: 220px;
}
.payment-error-message {
    font-size: 11px !important;
}
#payment-form {
    display: inherit;
}
.field {
    width: 100%;
    margin-bottom: 10px;
}
.fieldStyle {
    margin: 0 0px;
}
  .circleCol p{
   font-size:30px;
 }
 .priceCol p{
   font-size: 25px;
   font-weight: 500;
 }
 .priceCol h1{
   font-size: 135px;
 }
 .priceCol h2{
   font-size: 50px;
 }
 .bannerCol .swiper-button-prev img, .bannerCol .swiper-button-next img{
   display: none;
 }
 .bookList ul li {
   width: 122px;
 }
 .bookList{
  width:360px;
  top:220px;
 }
 .booktxt{
   font-size: 12px;
 }
 .recCol h1{
   font-size: 28px;
 }
 .circleCol{
   bottom:-125px;
 }
 .funfactor{
   left:40px;
 }
 .funfactor h1{
   font-size: 70px;
   line-height: 57px;
 }
 .circleCol {
   bottom: -55px;
 }
 .exploreTxt{
   padding: 50px 20px;
   margin:0 auto;
   max-width: 400px;

 }
 .exploreTxt h1{
   font-size: 40px;
 }
 .exploreTxt p{
   font-size: 20px;
 }
 .locationCol{
   margin:30px;
 }
 .exploreTxt{
   bottom: 0;
 }
 .ourFleetCol .swiper-container-1 .swiper-button-next img{
   width: 20px;
 }
 .ourFleetCol .swiper-container-1 .swiper-button-prev img{
  width:20px;
 }
.fleetCont{
    padding: 20px 10px;
 }
 .fleetCont span{
   font-size: 16px;
 }
 .modalSlider {
  max-width: 100%;
  margin: 0 15px;
 }
 .slideBg {
    padding: 170px 0px 20px;
 }
 .priceCol{
   margin:0 auto;
 }
 .tz-gallery {
    padding: 15px !important;
}
.capList ul li {
    display: block;
    width: 100%;
}
.ratingheader {
    padding: 10px 0px;
}
}


@media(max-width:575px){
  .locationCol{
    position: relative;
    top: 35px;
  }
  .gallery-container h1 {
    font-size: 30px;
}
.detailSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 300px!important;
}
  .recCol{
    top:-115px;
    padding: 30px;
  }
  .logo {
      text-align: center;
  }
  .navCol{
    justify-content: center;
    padding: 20px 0 0 ;
  }
  .navMenu ul{
    flex-direction: row-reverse;
  }
  .priceCol{
    padding: 55px 20px;
    position: relative;
    top: 70px;
  }
  .priceCol h1 {
    font-size: 100px;
    padding: 40px 0px;
  }
  .exploreTxt {
    bottom: -90px;
  }
  .fleetCont span{
    font-size: 15px;
  }
  .ourFleetCol .swiper-container-1 .swiper-button-next img{
    right:10px;
  }
  .ourFleetCol .swiper-container-1 .swiper-button-prev img{
    left:10px;
  }
  .fleetCont{
    justify-content: space-around;
  }
  .searchBg{
    padding: 250px 0px 100px;
  }
  .inputGroup{
    flex-direction: column;
  }
  .bookingForm {
    max-width: 100%;
    margin: 15px;
  }
  .fieldStyle{
    width:100%;
  }
  .bookingTable {
    margin:30px 0px ;
  }
  .titleCol h1{
    font-size: 30px;
  }
  .slideBg{
    padding:170px 0px 50px;
  }
}
@media(max-width:480px){
  .ourFleetCol .swiper-container-1 .swiper-button-next img, .ourFleetCol .swiper-container-1 .swiper-button-prev img{
    display: none;
  }
  .routerSlider {
    height: 160px;
}
.routerSlider.mapSlider {
    height: 130px;
}
  /* .reviewSlider .swiper-container-3 .swiper-button-next img{
    top:-110px;
  } */
  .locationCol {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
  .exploreTxt {
    padding: 60px 9px;
    text-align: center;
    top: 22%;
 }
 .priceCol p {
    font-size: 22px;
    font-weight: 500;
 }
 .payBigTable tbody tr th, .payBigTable tbody tr td {
    padding: 8px 10px;
    font-size: 13px;
  }
  .booking-timeline .event-title{
    font-size: 16px;
  }
}

@media(max-width:414px){
  .locationCont h1{
    font-size: 35px;
  }
  .locationCont h3{
    font-size: 25px;
  }
  .recCol {
    padding:20px;
  }
  .recCol h1 {
    font-size: 20px;
  }
  .recCol p {
    font-size: 18px;
  }
  .circleCol h1{
    font-size: 40px;
    line-height: 40px;
  }
  .bookingRow{
    padding: 0 30px;
  }
  .circleCol h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .circleCol p {
    font-size: 20px;
  }
  .circleCol {
    bottom: -105px;
    left:-10px;
  }
  .exploreTxt h1 {
    font-size: 30px;
  }
  .exploreTxt p {
    font-size: 17px;
  }
  .exploreTxt{
    padding: 70px 20px;
  }
  .navCol{
    justify-content: space-between;
  }
  .navMenu ul li a{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .btn{
    min-width: 130px;
  }
  .navMenu ul li a span{
    padding-left: 8px;
  }
  .btn_secondary{
    min-width: 100px;
  }
  .fleetCont span{
    font-size: 12px;
  }
  .fleetCont{
    padding: 20px 10px;
  }
  .reviewTxt p{
    padding-right: 40px;
  }
  /* .reviewSlider .swiper-container-3 .swiper-button-next img {
    right: 50px;
  } */
  .navMenu ul li {
    margin-right: 40px;
 }
 .navMenu ul li a i{
   font-size: 20px;
 }
.bottomText {
    padding: 15px 0px 15px;
}
 .bookingModal .modal-title{
   font-size: 20px;
 }
 .title-basic-size {
    font-size: 20px;
 }
 .owlBtn{
  padding: 10px;
 }
 .owlBtn i{
   font-size: 20px;
 }
 .fieldStyle .form-control {
  padding: 6px 15px;
 }
 .mapSlider .swiper-container-6 .swiper-button-next, .mapSlider .swiper-container-6 .swiper-button-prev{
   padding: 15px;
 }
}
@media(max-width:375px){
  .bookingRow {
    padding: 0 10px;
  }
  .btn{
    font-size: 11px;
    padding: 10px;
    min-width: 100px;
  }
  .navMenu ul li {
    margin-right: 30px;
  }
  .circleCol {
    bottom: -145px;
    left: -10px;
  }
  .redboldTxt {
    font-size: 18px;
  }
  .funfactor h1 {
    font-size: 55px;
    line-height: 45px;
 }
 .priceCol h1{
   font-size: 80px;
   padding: 30px 0px;
 }
 .priceCol p{
    font-size: 16px;
    margin-bottom: 10px;
 }
 .boatCard ul li a{
  padding: 0 6px;
 }
 .innerlevelCatg {
    position: relative;
    left: 20px;
 }
 .levelCateg span{
   padding:6px 18px 6px 7px;
 }
 .bookingRow{
   padding: 0px;
 }
 .bookinTitle{
   padding: 10px 20px;
 }
 .bookinTitle h3{
   font-size: 18px;
 }
 .innnerCol > span{
   margin:0;
 }
 .dateInput{
   margin-top:10px;
 }
 .searchCol{
  margin:15px 0px;
 }
 .whiteBtn{
   padding:8px 12px;
   font-size: 13px;
 }
 .dateInput .form-group .input-group .form-control{
   font-size: 12px;
   padding: 7px;
 }
 .calenderIcon {
    padding: 7px 10px 7px 15px;
 }
 .bookingModal .modal-title {
   font-size: 18px;
 }
 .exploreTxt{
   max-width: 300px;
 }
 .exploreTxt h1 {
    font-size: 27px;
  }
  .exploreTxt {
    padding: 60px 9px;
    text-align: center;
    top: 20%;
  }
}
