@font-face {
    font-family: "gillsans-semibold";
    src: url("../fonts/Gill-Sans-SemiBold.otf") format("otf"),
        url("../fonts/Gill-Sans-SemiBold.woff") format("woff"),
        url("../fonts/Gill-Sans-SemiBold.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    height: 100%;
}

body {
    font-family: "gillsans-semibold";
    min-height: 100%;
    position: relative;
    color: #cd2730;
}
.text-blue {
    color: #1f4e9d;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
input:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}

/*============== header ===================*/
.main-header .container {
    max-width: 920px;
}

nav.navbar.navbar-expand-lg {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.navbar-brand img {
    max-width: 170px;
}

.bt-red,
.bt-blue {
    background: #cd2730;
    color: #fff;
    padding: 7px 15px;
    margin: 0 2px;
}

.bt-blue {
    background: #1b4d9a;
}

.bt-red:hover,
.bt-red:focus,
.bt-blue:focus,
.bt-blue:hover {
    color: #fff;
}

.main-header .navbar-collapse {
    width: 100%;
    background: #1b4d9a;
    text-align: center;
}

ul.navbar-nav {
    max-width: 920px;
    margin: 0 auto;
    justify-content: space-between;
    flex-basis: 100%;
}
li.nav-item {
    text-transform: uppercase;
}

a.nav-link {
    color: #fff;
}

a.nav-link:hover,
a.nav-link:focus {
    background: #cd2730;
}

/*========================== mid content ======================*/

.home-cot {
    float: left;
    width: 100%;
    padding: 70px 0 50px;
    background: #1f4e9d;
    position: relative;
}
.home-cot:before {
    content: "";
    width: 100%;
    background: url(../images/home-imgbg.png) no-repeat;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}

.dock-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin: 20px 0;
}
.dock-btn a {
    box-shadow: 7px 7px 7px 0 #000000a9;
    display: inline-block;
}

.mid-block-cot {
    display: inline-block;
    width: 100%;
    margin: 70px 0 0;
}

.home-cot .container {
    max-width: 1250px;
    position: relative;
    z-index: 1;
}

.side-block {
    width: 290px;
    float: left;
}

.form-cot {
    width: calc(100% - 290px);
    float: right;
}
.form-block {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 20px 30px;
}
.dock-btn.cmp-btn {
    margin: 70px 0 0;
    display: inline-block;
    font-size: 26px;
}

.form-block h4 {
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0 20px;
}

.form-block h3 {
    font-size: 16px;
    padding: 10px 0;
    border-top: 2px solid #cd2730;
    border-bottom: 2px solid #cd2730;
    color: #1f4e9d;
    margin: 10px 0 20px;
}

.form-block h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1f4e9d;
}

.form-control {
    box-shadow: 4px 4px 8px 0 #00000020 inset;
    border-radius: 0;
    border-color: #00000010;
}

.form-control:focus {
    outline: none;
    box-shadow: 4px 4px 8px 0 #00000030 inset;
    border-color: #00000020;
}

.datetime-block {
    display: flex;
    align-items: center;
    width: 1005;
    margin-bottom: 10px;
}

.datetime-block label {
    margin-right: 10px;
    width: 80px;
}
.side-block .accordion-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
}
.side-block .accordion-button {
    font-size: 30px;
    background: #cd2730;
    color: #fff;
    padding: 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: -10px;
    border: none;
}
.side-block .accordion-button span {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    vertical-align: middle;
    margin-left: 10px;
}
.accordion-button.open span {
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: none;
}
.side-block .accordion-body {
    display: none;
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 40px 0 0px;
}

.side-block .accordion-body h4 {
    margin-bottom: 40px;
    text-align: center;
}

.side-block .accordion-body ul {
    list-style: decimal;
    margin-left: 15px;
    width: calc(100% - 30px);
}

.side-block .accordion-body ul li {
    margin-bottom: 10px;
}

.accept-box {
    background: #cd2730;
    color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.accept-box input {
    width: 30px;
    height: 30px;
    float: right;
}

.accept-box span {
    max-width: 190px;
    float: left;
    font-size: 14px;
    line-height: 15px;
}

.images-content {
    background-color: #fff;
    padding-top: 10px;
    /*margin-left: 115px*/
}
.images-content .card-title {
    color: #1b5db9;
}
.images-content .card-text {
    color: #000;
    font-size: 18px;
}

.title-basd h1 {
    color: #fff;
    font-size: 75px;
    /*margin-left: 120px;*/
    margin-left: 97px;
    margin-top: 207px;
}
.vacant-calendar .mid-block-cot {
    width: 90%;
    margin-left: 112px;
}
.vacant-calendar .calender-info {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
}
.fully-booked-btn {
    color: #fff;
    background-color: #cf242a;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 22px;
}
.free-booked-btn {
    color: #fff;
    background-color: #00a600;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 22px;
}
.spaces-available-btn {
    color: #fff;
    background-color: #fca700;
    padding: 8px;
    margin-bottom: 15px;
    font-size: 22px;
}
.test-side {
    margin-left: 20px;
}
.calender-container .form-block {
    margin-left: 60px;
}
.calender-container {
    width: 70%;
    float: left;
}
.calender-container h2 {
    color: #cd2730;
    font-size: 22px;
    width: 100%;
}
.box-3 {
    width: 69%;
    padding-left: 15px;
    padding-right: 15px;
}
.day-booking {
}
.holiday-booking {
}
/*
Calender Design
*/
table.calendar {
    border-left: 1px solid #999;
}
tr.calendar-row {
}
td.calendar-day {
    min-height: 45px;
    font-size: 11px;
    position: relative;
    vertical-align: top;
}
* html div.calendar-day {
    height: 45px;
}
td.calendar-day:hover {
    background: #eceff5;
    cursor: pointer;
}
td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}
* html div.calendar-day-np {
    height: 45px;
}
td.calendar-day-head {
    color: #fff;
    background: #4facc5;
    font-weight: bold;
    text-align: center;
    width: 35px;
    padding: 5px;
    border-bottom: 1px solid #4facc5;
    border-top: 1px solid #4facc5;
    border-right: 1px solid #4facc5;
}
div.day-number {
    /*padding: 5px;*/
    color: #000;
    font-weight: bold;
    /*margin: -5px -5px 0 0;*/
    /*width: 20px;*/
    text-align: center;
}
td.calendar-day,
td.calendar-day-np {
    width: 30px;
    padding: 5px;
    border-bottom: 1px solid #4facc5;
    border-right: 1px solid #4facc5;
}
.card-title .fa.fa-angle-right {
    float: right;
}
table {
    border-collapse: inherit;
}
.heading {
    background-color: #2f5da8;
    color: #fff;
    font-size: 10px;
}
.heading .left {
    padding-left: 2px;
}
.heading .right {
    padding-right: 2px;
    float: right;
}
.reference-box {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.trip-details label {
    font-size: 17.75px;
    text-transform: uppercase;
}
.help-text {
    font-size: 10px;
}
.booking-form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    float: right;
}
.booking-form .lunch-block {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
}
.lunch-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lunch-block label {
    margin-right: 10px;
    width: 80px;
}
.btn-submit {
    padding: 20px 65px;
    font-size: 22px;
}
.select-date-text {
    margin-top: 10px;
    color: #1b4d9a;
}
.book-btn {
    margin-top: 25px;
    margin-bottom: 50px;
}
.boat-title {
    background-color: #385a8b;
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
    width: 70%;
}
.img-box img {
    width: 70%;
    border-bottom: 5px solid;
}
.img-box span {
    vertical-align: bottom;
    color: #1b4d9a;
    /*text-transform: uppercase;*/
    font-size: 9px;
}
.day-booking .card-body,
.holiday-booking .card-body {
    padding: 1.25rem 0;
}
.table-condensed .dow {
    color: #fff;
    background: #4facc5;
    font-weight: bold;
    text-align: center;
    width: 35px;
    padding: 5px;
    border-bottom: 1px solid #4facc5;
    border-top: 1px solid #4facc5;
    border-right: 1px solid #4facc5;
    border-radius: 0;
}
.table-condensed .day {
    background-color: #0aa412;
    color: #000;
    border-radius: 0;
    height: 20px;
    border-bottom: 1px solid rgba(79, 172, 197, 1) !important;
    border-right: 1px solid rgba(79, 172, 197, 1) !important;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day:focus,
.datepicker table tr td.day:focus:active,
.datepicker table tr td.day:active,
.datepicker table tr td.active {
    background: #0aa412 !important;
    background-image: none;
    color: #000 !important;
}
.datepicker table {
    border-spacing: 0 !important;
    border-collapse: inherit !important;
}
.datepicker td {
    border-radius: 0;
}
.datepicker-days .table-condensed tbody {
    border-left: 1px solid #999;
}
.calendar tr td.calendar-day:hover {
    background: #34bf48;
    background-image: none;
    background-image: none;
    color: #fff;
}
.login-form-cot {
    width: calc(100% - 560px);
    margin: 0 auto;
}
/*.datepicker table tr td.day:hover {
    cursor: inherit !important;
}*/
.yellowClass {
    background-color: #fca700 !important;
    border-radius: 20px;
}
.error {
    font-size: 1rem !important;
    text-transform: capitalize !important;
}
input.error,
input.error:focus {
    box-shadow: 0 0 3px #cc0000;
}

/*.datepicker-inline { width: 268px;  }*/
.datepicker-inline { width: 410px;  }

.datepicker table { border-collapse: separate; border-spacing: 1px; }

/*.datepicker td { border-radius: 0; border: 1px solid rgba(0,0,0,.1); width: 36px; height: 36px; border-radius: 2px; }*/

.datepicker table tr td.new,
.datepicker table tr td.old { background-color: rgba(0,0,0,0.05);  }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.active.active,

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td.day:focus,
.datepicker table tr td.day:focus:active,
.datepicker table tr td.day:active,
.datepicker table tr td.active { background: #34bf48; background-image: none; color: #fff; }

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover { background: transparent; color: #34bf48; }

.datepicker table tr td.old.day.focused,
.datepicker table tr td.old.day:hover,
.datepicker table tr td.old.day:focus,
.datepicker table tr td.old.day:focus:active,
.datepicker table tr td.old.day:active { background-color: rgba(0,0,0,0.1); background-image: none; color: #7c7c7c; }

.datepicker .next,
.datepicker .prev { font-size: 16px; }

.datepicker table tr td span { width: 54px;  }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.day.today.disabled,
.datepicker table tr td.day.today.disabled:hover,
.datepicker table tr td.day.disabled,
.datepicker table tr td.day.disabled:hover { background-color: #d13333; background-image: none; color: #fff;}

.datepicker table tr td.day.today,
.datepicker table tr td.day.today:hover { background-color: #33caea; background-image: none; color: #fff; }
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    /* insert styles here */
    .datepicker,
    .table-condensed {
        width: 200px;
    }
}
/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    /* insert styles here */
    .datepicker,
    .table-condensed {
        width: 200px;
    }
    .box-3 {
        width: 69%;
    }
}
@media screen and (max-width: 991px) {
    .main-header .container {
        display: inline-block;
        padding: 0 10px;
        width: 100%;
    }
    .navbar-brand {
        display: inline-block;
    }

    .head-right {
        display: inline-block;
        vertical-align: middle;
    }

    button.navbar-toggler {
        position: absolute;
        top: 26px;
        right: 15px;
        background: #1f4e9d;
    }

    span.navbar-toggler-icon:before {
        font-size: 23px;
        content: "\f0c9";
        font-family: "Font Awesome 5 Pro";
        color: #fff;
    }
    .dock-btn {
        font-size: 20px;
        margin: 10px 0;
    }
    .home-cot {
        padding: 40px 0 40px;
    }
    .dock-btn.cmp-btn {
        margin: 40px 0 0;
        font-size: 20px;
    }
    .side-block .accordion-button {
        font-size: 20px;
    }
    .mid-block-cot {
        margin: 40px 0 0;
    }
    .navbar-brand img {
        max-width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .head-right {
        width: 100%;
        margin: 5px 0 10px;
        text-align: center;
        border-top: 1px dashed #ccc;
        padding-top: 10px;
    }
    .side-block,
    .form-cot {
        width: 100%;
        float: left;
    }
    .accept-box span {
        line-height: 25px;
    }
    .side-block .accordion-button {
        text-align: left;
        padding: 5px 15px;
    }
    .side-block .accordion-button span {
        float: right;
    }
    .head-right * {
        display: inline-block;
    }
}
@media screen and (max-width: 420px) {
    .head-right a {
        width: 100%;
        margin: 5px 0;
    }
}
@media only screen and (max-width: 479px) {
    .vacant-calendar .mid-block-cot {
        margin: 0;
    }

    .calender-container .form-block {
        margin: 0;
    }

    .images-content {
        max-width: 94%;
        flex: 0 0 auto;
        margin: 10px;
    }

    .title-basd h1 {
        margin: 0;
        font-size: 32px;
    }

    .heading-title {
        max-width: 100%;
        flex: 0 0 auto;
        margin-bottom: 20px;
    }

    .boat-box {
        max-width: 100%;
        flex: 0 0 auto;
    }
}
