@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

/* navbar start */
.nv_btn {
    background: #17479a;
    color: white;
    border-radius: 50px;
    padding: 5px 20px;
    border: 2px solid transparent;
}

.nv_btn:hover {
    border: 2px solid #17479a;
}

.mega-menu {
    margin-top: 0 !important;
    width: 100%;

}
.new_btn2{
    background-image: linear-gradient(50deg, #113472 0%, #4d66ef 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;;
    padding: 7px 23px;
    border: 0;
    cursor: pointer;
   width: 100%;
 
}
.mega-menu ul li a {
    color: #000;
    text-decoration: none;

}

.menu-item {
    font-size: 14px;
}

.mega-menu ul li a:hover {
    color: #1fb2e6;
    text-decoration: underline;
}

.mega-menu .sub-menu .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.mega-menu .sub-title {
    border-bottom: 1px solid #1fb2e6;
    font-weight: 700;
}

.navbr_li li {
    padding-right: 10px;
}

.dropdown-menu {
    padding-top: 0;
}

.dropdown-menu span {
    width: 100%;
    height: 5px;
    background: #1fb2e6;
    display: block;
}

.top_header div {
    border-left: 2px solid rgb(255, 255, 255);

}

.top_header a {
    padding: 0px 10px 20px 10px;
    color: rgb(255, 255, 255);
}

.top_header1 {
    background-color: #1FB2E6;
}

/* navbar end */

/* banner */


.banner {
     /* background-image: url(../img/banner.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center; */
    width: 100%;
    height: auto;
}

/* .banner {
    background-image: url(../img/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    animation: bannerSlide 12s infinite linear;
}

@keyframes bannerSlide {
    0%, 33% {
        background-image: url(../img/banner1.jpg);
    }
    34%, 66% {
        background-image: url(../img/banner2.jpg);
    }
    67%, 100% {
        background-image: url(../img/banner3.jpg);
    }
} */


.swapBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #00000041;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.swapBtn i {
    transition: all 0.5s ease 0s;
}

.swapBtn:hover {
    background: #fff;
}

.frbdr input,
.frbdr select {
    outline: none;
    border: none !important;
}

.frbdr2 input,
.frbdr2 select {
    outline: none;
    border: none !important;
    font-size: 13px;
    font-weight: 700;
}

.radio_box .radio:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

.radio_box {
    justify-content: space-between;
}

.frbdr2 {
    padding: 10px;
}

input:focus,
select:focus {
    box-shadow: none !important;
}

/* .banner.home {
    
     padding: 55px 0px !important;
} */
 .banner-img{
    width: 100%;
 }

.banner_txt {
    padding: 100px 0;
    text-align: center;
    color: white;
}

.travel-insurance-main-bg select {
    background: url("../img/drop-down.png") no-repeat center right 10px / auto;
}

.travel-insurance-main-bg .form-control {
    padding: 10px 10px;
}

.booking-journey-prevnext-btn {
    color: #333;
    font-weight: 500;
}

/* banner */

/* footer start */
.footer_head p {
    font-size: 16px;
    font-weight: 700;
}

.footer_head ul li {
    padding-top: 5px;
}

.footer_head ul li a {
    font-size: 14px;
    transition: all 0.3s ease 0s;
    display: block;
}

.footer_head ul li a:hover {
    transform: scale(1.08);
}



.footer {
    background: linear-gradient(to top right, #0F2C5F 5%, #043790 81%);
    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.copyright {
    background-color: #1FB2E6 !important;
    padding: 10px;
}

.footer_end {
    padding-bottom: 34px;
}

.footerendA {
    font-size: 31px;
}

.footer-link-main-box ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #808285;
}

.footerendA a i{
    color: #040404;
    text-decoration: none;
    font-size: 35px;
    transition: all 0.3s 
ease 0s;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

/* .swiper-slide.swiper-slide-active {
    padding-left: 30px;
    padding-right: 8px !important;
}

.swiper-slide.swiper-slide-next {
    padding-right: 8px !important;
}

.swiper-slide {
    padding-right: 30px !important;
} */

.swiper-button-next i {
    color: #000000;
}

.swiper-button-prev i {
    color: #000000;
}

.swiper-button-next {
    right: 0px !important;
    left: auto !important;
    background: white;
    height: 100% !important;
    top: 50% !important;
    transform: translateY(-50%);
    border-left: 2px solid #dedede;
    margin-top: 0px !important;
}

.swiper-button-prev {
    right: auto !important;
    left: 0px !important;
    background: white;
    height: 100% !important;
    top: 50% !important;
    transform: translateY(-50%);
    border-right: 2px solid #dedede;
    margin-top: 0px !important;
}

.ui-datepicker {
    z-index: 999999 !important;
}

.radio.selected {
    width: 170px;
    border: 2px solid #73b725;
    border-radius: 10px;
}

.radio.selected label {
    box-shadow: inset 0px 0px 10px 0px #fff;
}

/* footer end */
.ui-widget-header {
    /* border: 1px solid #e78f08; */
    color: #ffffff;
    font-weight: bold;
    background: #17479A !important;
    border-color: #17479A !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #17479A !important;
    background: #ffffff;
    font-weight: bold;
    color: #17479A !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    color: #008FD5 !important;
    text-align: center;
    border-radius: 20px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: #17479A !important;
    color: #fff !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: transparent !important;
    color: #1FB2E6 !important;
    border: none !important;
}

.booking_summy {
    background: #EEF8FF;

    color: #000;
}

.brdrbtm {
    border-bottom: 2px solid #20B2AA;
    padding-bottom: 20px !important;
}


.bx_shw {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 11px;
    border-radius: 14px;
    font-size: 13px;
}

.port {
    font-weight: 600;
}

.heading span i {
    font-size: 35px !important;
    color: #9B9B9B;
}

.heading span {
    font-size: 22px;
    color: #000000;
}

.sub_heading span {
    font-size: 22px;
    color: #000;
}

.price {
    font-size: 21px;
}

.clss img {
    width: 93px;
    height: 93px;
}

.clss p {
    width: 70px;
    font-size: 22px;
    color: #0B91BF;
    margin-bottom: 0px !important;
}

.home-para-top {
    text-align: center;
    font-weight: light;
    font-family: "Montserrat light", sans-serif;
    color: #808285;
}

.sail-discover-button {
    background: #1fb2e6;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0.75rem 0.75rem;
    display: inline-block;
    text-decoration: none;
}

/* .home-heading-top {
    text-align: center;
    font-size: 36px;
    padding: 0 0 20px 0;
    color: #808285;
    text-transform: uppercase;
} */

.home-heading-top-green {
    font-size: 36px;
    font-weight: bold;
    color: #1fb2e6;
    text-transform: uppercase;
}

.home-discover-img-main {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.home-discover-txt-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color: #ffffff8c;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.home-discover-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-discover-txt {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;

    transition: all 0.3s ease 0.3s;
}

.ourServices ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.home-blog-main {
    text-align: center;
    margin: 0 0 20px 0;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-bottom: 15px;
    height: 100%;
}

.home-blog-img-main img {
    width: 100%;
    margin-bottom: 20px;
    height: 275px;
    object-fit: cover;
}


.ferryFleetBG {
    background: url("../img/ferryfleetBG.png") no-repeat center center / cover;
    background-attachment: fixed;
    height: 420px;
    position: relative;
}

.ferryFleetBG::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.ferryFleet {
    position: relative;
    z-index: 5;
}

.ferry-fleet .home-heading-top-green {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #6cf2ff;
}

.ferryFleet .item {
    position: relative;
    height: 200px;
}

.ferryFleet .item::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.ferryFleet .owl-item {
    margin: 0 !important;
}

.ferry-fleet {
    position: relative;
}

.ferry-fleet::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 1px;
    width: 100%;
    background: #fff;
    top: 50%;
}

.ferry-fleet .item p {
    margin-top: 50px;
}

.home-blog-txt-main {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.home-blog-txt a {
    color: #186079;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.home-blog-main:hover {
    box-shadow: 0px 0px 74px 0px #00000057;
}

.home-blog-txt {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #808285;
    padding: 0px 15px;
}

.home-video-button,
.home-video-button:hover {
    background: #1fb2e6;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 20px;
}

.ourServices ul li h4 {
    margin: 0;
    font-weight: 700;
    color: #00a8b6;
}

.ourServices ul li img {
    width: 40px;
}

.ourServices ul li p {
    margin: 0;
    margin-left: 15px;
    font-weight: 700;
    color: #00a8b6;
}

.makruzz-experience-txt {
    background: #f1f2f2;
    font-size: 16px;
    color: #808285;
    z-index: -1;
    padding: 30px;
    font-family: "Montserrat light", sans-serif;
    height: 100%;
}

.home-discover-img-main:hover .home-discover-txt-main {
    opacity: 1;
}

.home-discover-img-main:hover .home-discover-txt-main .home-discover-txt {
    text-shadow: 0px 0px 10px black;
}

.price span {
    font-size: 20px;
}

.fnts {
    font-size: 20px;
}

.bxx {
    border: 1px solid #bfbbbb;
    padding: 10px 25px;
    border-radius: 10px;
}

.fnts_hour {
    color: #7e7e7ee8;
    font-size: 19px;
}

.routeicn div {
    color: #9B9B9B;

}

.routeicn div i {
    font-size: 10px;
}

.routeicn {
    padding: 5px 0px 5px 0px;
    margin-left: 15px;

}

.routeicn::after {
    content: "";
    position: absolute;
    height: 120px;
    border-left: 1px dashed #9B9B9B;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bill_button {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 115px;

    border-radius: 84px;
    background: #ffffff;
    box-shadow: 0px 0px 17px #ababab, 0px 0px 7px #ffffff;
    right: 25px;
}

.bill_button img {
    height: 45px;
}

.tab-pane p {
    color: #202020;
}

.nav-tabs a {
    border: none !important;
    background: transparent !important;
    color: white !important;
}

/* .nav-tabs a .round {
    height: 13px;
    display: block;
    width: 13px;
    background: transparent;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid #fff;
} */



.tab-pane {
    background-color: #ffff;
    border-radius: 10px;
}

.tabs label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #17479A;
    line-height: 34px;
}

.tabs {
    border-right: 2px solid rgb(235, 230, 230);
}

.searchb {
    background-color: #20B2AA;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    height: 100%;
}

.searchb2 {
    background-color: #20B2AA;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    /* border-radius: 0px 10px 10px 0px; */
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
}

.searchb2 a {
    color: #fff;
}

.searchb a {
    color: #fff;
}

.bottomBorder {
    border-bottom: 1px solid #ebe6e6;
}

.frbdr {
    padding: 12px;
}

.frbdr a {
    color: #ffff;
    font-weight: 700;
}

.bx1,
.bx2 p {
    color: #ffff;
    color: #ffff;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 0;
}

.bx1,
.bx2 span {
    color: #ffff;
}

.bx1.rightBorder {
    border-right: 1px dotted rgb(255, 255, 255);
    padding-right: 17px;
}


.bx1 a {
    text-decoration: none;
    color: #ffff;
    text-wrap: wrap;
}

.bx1 i {
    padding: 0px 0px;
    color: #ffff;
}

.depar {
    z-index: 100000;
}

.departurebx {
    background: #0F2C5F;
    background: linear-gradient(to top right, #0F2C5F 5%, #043790 81%);
    padding: 12px;
    border-radius: 10px;
    align-items: center;

}

.bknow {
    background: #0B91BF;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 25px;
    margin-left: 11px;
}

.bknow:hover {
    background: #fff;
    color: #0B91BF;
}

.dtail {
    text-decoration: none;
    color: #0b91bf !important;
    font-weight: 500 !important;
    font-size: 13px;
}

.my_date_picker {
    width: 100%;
}

input::placeholder {
    font-size: 12px;
}


.swiper {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s !important;
    border: 2px solid transparent;
    border-left: 2px solid #efebeb;

}

.swiper-slide {
    padding: 8px;
}

.swiper-slide .swi_time {
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.swiper-slide .dte {
    font-size: 15px;
}

.swiper-slide .swi_time .swiper-slide:hover {
    border: 2px solid #20B2AA;

}

.swiper-slide:hover .swi_time {
    color: #17479A;
}

.depertime p {
    font-size: 15px;
    font-weight: 600;
    color: #17479A;
}

.prtblir a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.prtblir-time {
    border-bottom: 1px solid #20B2AA;
    padding-bottom: 6px;
    font-size: 11px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.p_time {
    font-size: 16px;
    font-weight: 600;
}

.radio {
    width: 170px;
}

.bx1.bx1new {
    white-space: normal !important;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio]:checked+.radio-label:before {
    background-color: #17479A;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-label {
    display: flex;
    border-radius: 7px;
    padding: 10px 20px;
    font-weight: 600;
    margin: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.Premium {
    background: linear-gradient(to top right, #0F2C5F 5%, #043790 81%);
    color: #fff;
}

.Deluxe {
    background: #20B2AA;
    color: #fff;
}

.Royal {
    background: #0B91BF;
    color: #fff;
}

/* .radio-label {
    display: flex;
    border-radius: 7px;
    padding: 20px;
    font-weight: 600;
    justify-content: space-between;
} */

.Portblair {
    padding: 20px;
}

.ferryCard {

    border: 1px solid #3772D8;
    border-radius: 10px;
    box-shadow: 0 0 4px 2px #0000003d;
    overflow: hidden;
}

.view_details {
    background: #EEF8FF;

}

.view_details button {
    color: #17479A;
    font-weight: 500;
}

.view_details:hover {
    background: #EEF8FF;
}

.ferryClassSec {
    padding: 0px;
    height: 0px;

}

.ferryClassSec.active {
    padding: 30px;
    height: auto;
}

.ferryClass {
    text-align: center;
    border: 1px solid #C6C6C6;
    border-radius: 7px;
    background: #fff;
    padding: 20px;
}

.ferryClass h2 {
    color: #212529;
    font-weight: 600;
    font-size: 16px;
    height: 100%;
}

.ferryClass p {
    font-weight: 600;
    font-size: 20px;
}

.classDetails p {
    font-size: 14px;
    color: #212529 !important;
    font-weight: 400;
    border-top: 1px solid #E3E3E3;
    text-align: left;
    padding-top: 10px;
}

.ferryClass a {

    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.bookBkn {
    border-top: 1px solid #E3E3E3;
    padding-top: 15px;
}

.ferryClass.premium a {
    background: #17479A;
}

.ferryClass.premium a:hover {
    background: #fff;
    border: 2px solid #17479A;
    color: #17479A;
}

.ferryClass.deluxe a {
    background: #20B2AA;
}

.ferryClass.deluxe a:hover {
    background: #fff;
    border: 2px solid #20B2AA;
    color: #20B2AA;
}

.ferryClass.royal a {
    background: #0B91BF;
}

.ferryClass.royal a:hover {
    background: #fff;
    border: 2px solid #0B91BF;
    color: #0B91BF;
}

.ferryClass.premium p {
    color: #17479A;
}

.ferryClass.deluxe p {
    color: #20B2AA;
}

.ferryClass.royal p {
    color: #0B91BF;
}

.dot i {
    color: #0B91BF !important;
}

.bx1.island_icn i {
    padding: 0px 3px;
    color: #ffff;
}

.bx1.island_icn {
    border-right: 1px dotted rgb(255, 255, 255);
    height: 100%;

}

.island_price span {
    font-size: 20px;
}

/* .ferryClassSec.ferry_sec{
padding-bottom:14px;
} */
.ferryClassSec.ferry_sec.active {
    padding: 10px 0px;
}

.prtblir {
    margin-top: 40px !important;
}


.ferry_time.ferry_time_island {
    font-size: 11px;
}

.ferry_time {
    font-size: 13px;
}

.bx2_price span {
    font-size: 14px;
    font-weight: 600;
}

.cancel i {
    font-size: 15px;
}

/* FOR MOBILE */
.portblair_mob a {
    text-decoration: none;
    color: #073482;
    font-size: 20px;
    font-weight: 500;
}

.portblair_mob_date {
    color: #212529;
    font-size: 15px;
    font-weight: 500;
}

.line {
    height: 10px;
    display: inline-block;
    width: 2px;
    /* color: red; */
    background: #0b91bf;
}

.edit span i {
    color: #164899;
    font-size: 20px;
}

.edit span {
    color: #164899;
    font-size: 15px;
    font-weight: 600;
}

.departurebx_mob {
    background: rgb(15, 44, 95);
    background: linear-gradient(304deg, rgba(15, 44, 95, 1) 100%, rgba(4, 55, 144, 1) 100%);
}

.island_icn_mob i {
    padding: 0px 3px;
    color: #ffff;
}

.bx1.island_icn_mob {
    border-right: 1px dotted rgb(255, 255, 255);
    /* padding-right: 17px; */
    font-size: 12px;

}

.back_btn i {
    font-size: 28px;
    color: #073482;
}

.top_hdr {
    height: 20px;
    width: 100%;
    background: #1fb2e6;
}

.book_nw {
    background: rgb(32, 178, 170);
    background: linear-gradient(90deg, rgba(32, 178, 170, 1) 7%, rgba(11, 145, 191, 1) 100%);
    color: #ffff;
    border-radius: 20px;
}

.total_sec {
    background: #0998DD;
    background: linear-gradient(to top left, #0998DD 0%, #0F54AD 100%);
    height: 72px;

}

.total_sec span {
    color: #fff;

}

.nav-link.tab_txt {
    color: #BBBBBB !important;
    font-weight: 500;
}

.nav-link.tab_txt.active {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
}

.tab_sec {
    background: linear-gradient(181deg, #164899, white, #fcfafa);
}

.tab-pane.tab-pan2 {
    background-color: transparent !important;
}

.bck {
    background: #f7f9fb !important;
}

.nav-tabs .nav-link.tab_txt {
    position: relative;
    font-size: 13px;
}

.nav-tabs .nav-link.tab_txt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    border-radius: 2px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.nav-tabs .nav-link.tab_txt.active::after {
    background-color: #0B91BF;
}

.deperr {
    height: 50px;
}

.nav-tabs .nav-link.tab_txt.active::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #0B91BF transparent;
    transform: translateX(-50%) rotate(180deg);
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.radio-label.radio-iab {
    white-space: nowrap;
}

.radio-label.radio-iab {
    display: flex;
    border-radius: 7px;
    padding: 7px;
    font-weight: 600;
    margin: 4px;
    font-size: 11px;
    justify-content: space-between;
}

.tabBtn {
    border: none;
    border-bottom: 1px solid #B6B2B2;
    border-radius: 0;
    color: #B6B2B2;
    position: relative;
}

.tabBtn i {
    color: #0B91BF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
    display: none;
}

.tabBody {
    display: block;
}

.tabBtn.active {
    border-bottom: 1px solid #0B91BF;
    color: #0B91BF;
}

.tabBtn.active i {
    display: block;
}

/* ffffffffffffffffffff */

/* .scrolled {
    background-color: #fff !important;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
} */

.home-heading-top {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 36px;
    padding: 0 0 50px 0;
    font-weight: normal;
    color: #808285;
    text-transform: uppercase;
}


.discover-main-bg {
    width: 100%;
    height: auto;
    background: #12406c;
     float: left;
}

.check-schedule-main {
    width: 100%;
    height: auto;
    background: #1fb2e6;
    float: left;
    padding: 40px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.discover-main-img-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.discover-button {
    background: #ffffff;
    color: #bcbec0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0.75rem 0.75rem;
}
.discover-main-img-box img {
    width: 100%;
}

.discover-about-main {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #808285;
    font-family: 'Montserrat light', sans-serif;
}

.places-visit-column {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 20px;
    position: relative;
}

.places-visit-column ul li:before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #1fb2e6;
}
.places-visit-column ul li {
       padding-left: 0;
    list-style-type: none;
}

.things-todo-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 20px;
    position: relative;
}
.things-todo-txt ul li{
    text-align: left;
    margin-bottom: 20px;
    padding-left: 25px;
    list-style-type: none;
}

.things-todo-txt ul li:before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #1fb2e6;
}
.things-image-main {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
    float: left;
    position: relative;
}

.where-eat-column-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.where-eat-column-highlight {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #1fb2e6;
    margin-bottom: 5px;
}
.where-eat-column-para {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
}


.where-eat-column-bottom {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #1fb2e6;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px dashed #1fb2e6;
}


.book-stay-main {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    position: relative;
}


.book-stay-txt-main {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.book-pricebtn-main {
    width: 100%;
    height: auto;
    padding: 15px 5px;
    float: left;
    text-align: left;
    color: #fff;
    background: #1fb2e6;
    font-size: 26px;
    line-height: 1;
}
.book-stay-txt {
    width: 100%;
    height: auto;
    padding: 10px 0 0 0;
    float: left;
    text-align: center;
    color: #1fb0e4;
}
.book-stay-star {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    float: left;
    text-align: center;
    color: #1fb0e4;
}
.explore-price-txt {
    text-align: center;
    display: block;
    color: #fff;
}
.explore-price-txt  {
    text-decoration: none;
    background-color: transparent;
}

.schedule-table-main {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    color: #808285;
    text-align: center;
}
.instructions-adult-heading {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #808285;
    margin: 20px 0;
}
.schedule-table-main table {
    border: 1px dashed #1fb2e6;
}
.schedule-table-main th, .schedule-table-main td {
    padding: 5px;
}
.schedule-table-main th {
    color: #1fb2e6;
}

.owl-dots {
    display: none;
}


    .footer {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 0px;
    background: #e6e7e8;
    padding: 50px 0 0 0;
    position: relative;
}

    .footer-link-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    color: #111111;
}
.footer-link-main-box ul {
    list-style: none;
    padding: 0;
    font-weight: 400;
    color: #808285;
}
.footer-link-main-box a {
    color: #808285;
    text-decoration: none;
    font-size: 12px;
}

.footer-social-link-main {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #808285;
}


.footerendA a {
    color: #808285;
    text-decoration: none;
    font-size:22px
}

.footer-copyright-txt {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 12px;
    background: #17479a;
    color: #fff;
    text-align: center;
}


.navbar {
  background-color: transparent;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.places-visit-column ul li {
    margin-bottom: 20px;
    padding-left: 25px;
}

.makruzz-itenary-box {
    padding: 10px;
    font-size: 16px;
    color: #808285;
}

/* print page */
.print_page_submit_button button{
    background: #17479a;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 36px;
}


.section-padding-inner {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    align-items: center;
}

.contact-input {
    border-radius: 10px;
    border: 2px solid #e3e6f0;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 14px;
}

.contact-input:focus {
    border-color: #1fb2e6;
    box-shadow: 0 0 0 0.25rem rgba(31, 178, 230, 0.25);
}

.contact-submit-btn {
    background: linear-gradient(90deg, #1fb2e6, #007bff);
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: linear-gradient(90deg, #007bff, #1fb2e6);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(31, 178, 230, 0.3);
}

.card {
    background-color: #fff;
}

/* booking page */
.andaman-no-one-icon-main {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}
.andaman-no-one-icon {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 10px 0;
}
.andaman-no-one-icon-txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #808285;
    margin: 10px 0;
}
.home-heading-top-green {
    font-size: 36px;
    font-weight: bold;
    color: #1fb2e6;
    text-transform: uppercase;
}
.item .testimonials-main-box-outer-odd {
    width: 100%;
    height: 100%;
    /* float: left; */
    padding: 0 0 30px 0;
    /* background: #17479a; */
}
.item .testimonials-main-box-outer-odd .testimonials-main-box {
    background: #17479a;
}
.testimonials-main-box {
    width: 100%;
    height: 100%;
}
.testimonials-box-txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 60px 30px;
    margin: 0px 0;
    position: relative;
}
.testimonials-box-txt:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 10px;
}
.item .testimonials-main-box-outer-even .testimonials-main-box {
    background: #1fb2e6;
}
.testimonials-main-box {
    width: 100%;
    height: 100%;
}
.testimonials-box-img {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.owl-nav {
    display: none;
}
.promotions-img-main {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.promotions-img-main img {
    width: 100%;
}
.promotions-img-main-txt {
    width: 100%;
    height: auto;
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    padding: 20px;
}
.promotions-img-main-txt span {
    display: table;
    text-transform: uppercase;
}
.promotions-span1 {
    display: table;
    background: #17479a;
    padding: 0 10px;
    margin: 5px 0;
    text-transform: uppercase;
}
.promotions-span1 {
    display: table;
    background: #17479a;
    padding: 0 10px;
    margin: 5px 0;
    text-transform: uppercase;
}
.promotions-span2 {
    display: table;
    background: #e72246;
    padding: 0 10px;
    margin: 5px 0;
    text-transform: uppercase;
}

/* sheduled */
.home-heading-top-green {
    font-size: 36px;
    font-weight: bold;
    color: #1fb2e6;
    text-transform: uppercase;
}

.aboutfleet-heading-top {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 0 0 20px 0;
    text-align: center;
}
.features-icon-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.features-icon-img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    /* text-align: center; */
}
.features-icon-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}
.features-img-main {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px #499fbe;
    border: 5px solid #fff;
}
.features-img-main img {
    width: 100%;
}
.aboutfleet-paragraph {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 30px;
    text-align: center;
}
.board-event-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.board-event-img-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.board-event-img-box img {
    width: 100%;
}
.board-event-box-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 10px 0;
}
.board-event-box-para {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}

/* seat */
.section-padding {
    padding: 50px 0;
}
.life-vests-shipcade-img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.life-vests-shipcade-img img {
    width: 100%;
}

.item .testimonials-main-box-outer-odd {
    width: 100%;
    height: 100%;
    /* float: left; */
    padding: 0 0 30px 0;
    /* background: #17479a; */
}
.item .testimonials-main-box-outer-odd .testimonials-main-box {
    background: #17479a;
}
.testimonials-main-box {
    width: 100%;
    height: 100%;
}
.testimonials-box-txt {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 60px 30px;
    margin: 0px 0;
    position: relative;
}
.testimonials-box-txt:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 10px;
}
.testimonials-box-txt-name {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    margin: 0px 0;
}
.testimonials-box-img {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.testimonials-box-img img {
    width: 100%;
}

/* hotels form */

.contact-input {
    border-bottom: 1px solid #cccccc !important;
}

.section-padding-inner {
    padding: 0 0 50px 0;
}

.home-heading-top-green {
    font-size: 36px;
    font-weight: bold;
    color: #1fb2e6;
    text-transform: uppercase;
}
/* .form-control {
    border-radius: 0;
    height: 45px;
    background: #fff;
    border: none;
} */

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
/* .form-control {
    border-radius: 0;
    height: 45px;
    background: #fff;
    border: none;
} */

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.contact-comment {
    border: 1px solid #cccccc;
    margin-top: 15px;
}

.contact-comment {
    height: 120px; /* adjust as needed */
    resize: vertical; /* allow manual resize if you want */
}
.section-contact {
    padding: 50px 0 0 0;
    background: #17479a;
    color: #fff;
}
.contact-number-main {
    width: 100%;
    height: auto;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}


/* tours & activities */

.things-tours-activities-image-main {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
    float: left;
    position: relative;
}
.things-tours-activities-image-txt {
    width: 100%;
    height: auto;
    padding: 20px 5px;
    float: left;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.things-tours-activities-txt {
    width: 100%;
    height: auto;
    padding: 20px 5px;
    float: left;
    text-align: center;
    background-color: #17479a;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.tour-list-main {
    width: 100%;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    float: left;
    background: #f5f5f5;
}
.tour-list-image-main {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
    float: left;
    position: relative;
}
.tour-list-image-main img {
    width: 100%;
}
.tour-list-image-txt {
    width: 100%;
    height: auto;
    padding: 20px 5px;
    float: left;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.tour-list-starting-txt {
    width: 100%;
    height: auto;
    padding: 20px 5px;
    float: left;
    text-align: center;
    background-color: #17479a;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.tour-list-para-txt {
    width: 100%;
    height: auto;
    padding: 10px;
    float: left;
    text-align: center;
    color: #000;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    margin-top: 3px;
}

/* mice travel page */
/* ========== MAKRUZZ ENQUIRY FORM DESIGN ========== */
.makruzz-enquiry-form {
  background: linear-gradient(180deg, #eaf8fc 0%, #ffffff 100%);
  padding: 60px 0;
}

.makruzz-enquiry-form form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  transition: all 0.3s ease-in-out;
}

.makruzz-enquiry-form form:hover {
  transform: translateY(-5px);
}

.makruzz-enquiry-form .contact-input,
.makruzz-enquiry-form .contact-comment {
  border-radius: 12px;
  border: 1px solid #d0d7de;
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
  /* margin: 12px; */
}

.makruzz-enquiry-form .contact-input:focus,
.makruzz-enquiry-form .contact-comment:focus {
  border-color: #1fb2e6;
  box-shadow: 0 0 0 0.2rem rgba(31, 178, 230, 0.25);
  outline: none;
}

.makruzz-enquiry-form .contact-comment {
  resize: none;
}

.makruzz-enquiry-form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.makruzz-enquiry-form .form-check {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.makruzz-enquiry-form .form-check-input {
  accent-color: #1fb2e6;
}

.makruzz-enquiry-form .contact-submit-btn {
  background-color: #1fb2e6;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 50px;
  transition: all 0.3s ease-in-out;
}

.makruzz-enquiry-form .contact-submit-btn:hover {
  background-color: #1698c7;
  transform: translateY(-2px);
}

.makruzz-enquiry-form .text-center label {

  display: inline-block;
}

@media (max-width: 767px) {
  .makruzz-enquiry-form form {
    padding: 25px 20px;
  }

  .makruzz-enquiry-form .contact-submit-btn {
    width: 100%;
  }
}

/* travel advice */
.about-fleet-txt-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}


/* evacaution */
.life-vests-shipcade-txt-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.life-vests-shipcade-txt-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #808285;
    margin-bottom: 10px;
}

.life-vests-shipcade-txt-heading span {
    width: 40px;
    height: 40px;
    display: block;
    background: #1fb2e6;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* fleet */
.about-fleet-txt-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.about-fleet-txt-para {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}
.about-fleet-deck-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.about-fleet-deck-heading {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 20px 0;
}
.about-fleet-deck-para {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}
.aboutfleet-heading-top {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 0 0 20px 0;
    text-align: center;
}

/* contact */
.contact-address-name {
    width: 100%;
    height: auto;
    float: left;
    color: #17479a;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.contact-address-content {
    width: 100%;
    height: auto;
    float: left;
    color: #231f20;
    text-align: left;
    font-size: 16px;
}
.makruzz-faq .card .card-header {
    background-color: rgb(23, 71, 154);
    color: #fff;
}

.makruzz-faq .card-header {
    position: relative;
    cursor: pointer;
}
.makruzz-faq .btn-link {
    color: #fff;
}
.makruzz-faq .card-header.active-head::before {
    background: transparent;
}
.makruzz-faq .card-header::before, .makruzz-faq .card-header::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 2px;
    top: 50%;
    right: 20px;
    transition: all 0.3s 
linear;
}
.makruzz-faq .card-header::before, .makruzz-faq .card-header::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 2px;
    top: 50%;
    right: 20px;
    transition: all 0.3s 
linear;
}
.makruzz-faq .card .card-header {
    background-color: rgb(23, 71, 154);
    color: #fff;
}
.makruzz-faq .card-header

 {
    position: relative;
    cursor: pointer;
}
/* Remove underline by default */
.makruzz-faq .btn-link {
  text-decoration: none !important;
  font-weight: 600;
}


.makruzz-faq .btn-link:hover,
.makruzz-faq .btn-link:focus {
  text-decoration: underline !important;
}

.footer-link-main-box ul li {
    margin-bottom: 15px;
}

.flip-counter-container {
    /* display: flex; */
    align-items: center;
    /* font-family: 'Courier New', monospace; */
    font-size: 14px;
    color: white;
    background-color: #111;
    padding: 15px;
    border-radius: 10px;
}
.flip-counter {
    display: flex;
    gap: 5px;
    /* margin-left: 10px; */
}
.flip-digit {
    background-color: #333;
    color: #00baff;
    font-size: 24px;
    font-weight: bold;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s 
ease-in-out;
}


.things-image-txt {
    width: 100%;
    height: auto;
    padding: 20px 0;
    float: left;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;

}
.things-image-txt {
    width: 100%;
    height: auto;
    padding: 20px 0;
    float: left;
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.44);
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.ui-widget-header {
    background-color: #1fb2e6 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color: #1fb2e6 !important;
}


.ui-datepicker {
  width: 310px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", "Inter", "Segoe UI", sans-serif;
  overflow: hidden;
}

/* Header bar */
.ui-datepicker-header {
  background: #1fb2e6;
  color: #fff;
  border: none;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  padding: 10px 0;
}

/* Month and year text */
.ui-datepicker-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

/* Arrows */
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  color: #fff;
  top: 8px;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #000;
}

/* Weekday names */
.ui-datepicker thead {
  background: #1fb2e6;
}
.ui-datepicker th {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 0;
}

/* Calendar cells */
.ui-datepicker td {
  border: none;
  text-align: center;
  padding: 3px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

/* Hover state */
.ui-datepicker td a:hover {
  background: rgba(31, 178, 230, 0.15);
}

/* Selected day */
.ui-state-active {
  background: #1fb2e6 !important;
  color: #fff !important;
  border: none !important;
}

/* Today highlight */
.ui-state-highlight {
  border: 1px solid #1fb2e6 !important;
  color: #1fb2e6 !important;
  background: #fff !important;
  font-weight: 600;
}

/* Dim other month days */
.ui-datepicker-other-month .ui-state-default {
  color: #ccc;
}

/* Input field */
#date_of_journey {
  width: 250px;
  padding: 10px 14px;
  font-size: 14px;
  border: 2px solid #1fb2e6;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
}
#date_of_journey:focus {
  box-shadow: 0 0 5px #1fb2e6;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  width: 38px;           /* adjust width */
  height: 34px;          /* adjust height */
  line-height: 34px;     /* vertical center text */
  border-radius: 6px !important;  /* small rounding, not circular */
  text-align: center;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  transition: 0.25s ease;
}

/* Hover effect */
.ui-datepicker td a:hover {
  background: rgba(31, 178, 230, 0.15);
  border: none;
}

/* Selected date */
.ui-state-active {
  background: #1fb2e6 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;  /* rectangular, not round */
}

/* Today highlight */
.ui-state-highlight {
  background: #fff !important;
  border: 2px solid #1fb2e6 !important;
  color: #1fb2e6 !important;
  font-weight: 600;
  border-radius: 6px !important;
}



/* Fix the Month-Year Dropdown Layout */
.ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}

/* Month & Year Selects */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, border 0.3s ease;
}

/* Hover / Focus effect */
.ui-datepicker select.ui-datepicker-month:hover,
.ui-datepicker select.ui-datepicker-year:hover,
.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #fff;
}

/* Add custom dropdown arrow */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 14px;
  padding-right: 22px;
}

/* Fix dropdown options (white text problem) */
.ui-datepicker select option {
  color: #000;
  background: #fff;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
}

.ui-widget-header {
    border: none !important;
}
.ui-datepicker .ui-datepicker-header {
    padding:0px !important
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
     border-bottom-right-radius: 0px !important; 
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
     border-bottom-left-radius: 0px !important; 
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: none !important;
    border: none !important;
    color: inherit !important;
    font-weight: normal !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #1fb2e6 !important;
    color: #fff !important;       /* White text */
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.ui-state-active {
  background: #1fb2e6 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background: transparent !important;
    color: #FFF !important;
    border: none !important;
}


/* about page */
.ten-years-makruzz {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.ten-years-makruzz-para {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}
.timeline {
    margin: 50px 0;
    position: relative;
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed #1fb2e6;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.timeline-content {
    position: relative;
}
.timeline-nodes:nth-child(odd) h3, .timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline h3 {
    font-weight: lighter;
    background: var(--white);
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}
.timeline h3 {
    padding: 15px 15px;
}

.timeline h3 {
    font-weight: lighter;
    background: var(--white);
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}
.timeline h3 {
    padding: 15px 15px;
}
.timeline ul, .timeline p, .timeline time {
    color: #1fb2e6;
}
.timeline ul, .timeline p {
    padding: 5px 15px 0;
    margin-bottom: 5px;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 100%;
    width: 0;
    border-left: 10px solid #1fb2e6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed #1fb2e6;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1fb2e6;
    z-index: -1;
}
.timeline-image {
    position: relative;
    z-index: 100;
    color: #fff;
    text-align: center;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 100%;
    width: 0;
    border-right: 10px solid #1fb2e6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.numbercounter-toptxt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
}
.numbercounter-main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.numbercounter-highlight-txt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #1fb2e6;
    margin: 5px 0;
}
.numbercounter-toptxt {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #808285;
}
.instructions-adult-main-box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.instructions-adult-img {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.instructions-adult-para-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #808285;
    margin-bottom: 10px;
}
.instructions-adult-heading {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #808285;
    margin: 20px 0;
}


.search-form{
    /* background: #e5; */
    display: flex;
    flex-direction: column;
    align-items: end;
}
.booking-sec{
    background: #ffffffff;
    padding: 10px 30px 23px 30px;
    width: 70%;
    margin: 0 auto 0px auto;
    position: relative;
    top: -81px;
    z-index: 11;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 #20b2aa61;
    position: relative;
    border: 1px solid #98a3a7ab;
}
.way-box{
    position: absolute;
    top: -30px;
    /* left: 10%; */
    border: 1px solid #1fb2e6;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
}
.selection-content{
    background: #f2f4f9;
    border-radius: 10px;
    border: 1px solid #d9d8d8;
}
.point{
    background: none;
}
.arrow-icons{
    color: #1fb2e6;
}
.search-btn{
    width: fit-content;
    border:none;
    padding: 10px 30px;
    margin-top: 15px;
    border-radius: 8px;
}
.banner.home .searchNav{
    color: #1fb2e6 !important;
    background: transparent;
    font-weight: 600;
    }
.banner.home .searchNav.active{
    color: #fff !important;
    background: #1fb2e6 !important;
}
.tab-btn{
    border-radius: 0 !important;
}
.tabs{
    border-right: none !important;
}
.searchb{
    background-color: #1fb2e6;
}

@media (max-width: 992px) {
    .nav-tabs-head{
        width: max-content;
        overflow-x: auto;
    }
    .nav-head{
        font-size: 10px;
    }
}

/* FOR MOBILE */
@media only screen and (max-width:1399px) {
    .radio {
        width: 150px;
    }

    .prtblir a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

    .swiper-slide .dte {
        font-size: 14px;
    }
}

@media only screen and (max-width:1199px) {
    .radio-label {
        display: flex;
        border-radius: 7px;
        padding: 20px;
        font-weight: 600;
        margin: 4px;
        font-size: 15px;
    }

    .radio input[type=radio]+.radio-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 17px;
        height: 17px;
        position: relative;
        top: 0em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250msease;
    }

    .tabs label {
        font-size: 13px;
        font-weight: 600;
        display: block;
        color: #17479A;
        line-height: 34px;
    }

    .frbdr2 input,
    .frbdr2 select {
        outline: none;
        border: none !important;
        font-size: 12px;
        font-weight: 700;
    }

    .bx1 a {
        text-decoration: none;
        color: #ffff;
        font-size: 12px;
    }

    .bx2_price span {
        font-size: 11px;
        font-weight: 600;
    }

    .radio-label.radio-iab {
        display: flex;
        border-radius: 7px;
        padding: 7px;
        font-weight: 600;
        margin: 4px;
        font-size: 11px;
    }


    .swiper-slide .dte {
        font-size: 10px;
    }

    .radio {
        width: 135px;
    }
}

@media only screen and (max-width: 991px) {

.booking-sec {
    width: 84% !important;
}

.way-box {
    position: static;
}
.top_header a {
    font-size: 13px;
}
.banner-carousel-single .item img{
    height: auto !important;
}

    .searchb,
    .searchb2 {
        border-radius: 10px;
        width: 80% !important;
        height: 50px;
        margin: 0px auto;
        margin-top: 12px;
    }

    .frbdr2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner.home {
        padding: 15px 0px;
    }

    .tabBody2,
    .tabBody3 {
        display: none;
    }

    .bx1.rightBorder {
        border: none;
        margin-top: 15px;
        padding-right: 0;
    }

    .swapBtn {
        right: 15px;
        top: auto;
        transform: none;
        bottom: -30px;
    }

    .tabs {
        border: none;
    }

    .ferryClassSec.active {
        padding: 12px;
        height: auto;
    }
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;

    }

    .swiper-button-prev {
        left: 20px;

    }
}




@media only screen and (max-width:767px) {


    .ferry-fleet .home-heading-top-green {
        font-size: 25px;
    }



    .radio input[type=radio]+.radio-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 17px;
        height: 17px;
        position: relative;
        top: 0em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .radio-label {
        display: flex;
        border-radius: 7px;
        padding: 6px;
        font-weight: 600;
        margin: 4px;
        font-size: 14px;
    }

    .ferryClass a {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-sizing: border-box;
        border: 2px solid transparent;
        font-size: 12px;
    }

    .classDetails p {
        font-size: 12px;
        color: #212529 !important;
        font-weight: 400;
        border-top: 1px solid #E3E3E3;
        text-align: left;
        padding-top: 10px;
    }
}

@media only screen and (max-width:488px) {
    .radio-label {
        display: flex;
        border-radius: 7px;
        padding: 6px;
        font-weight: 600;
        margin: 4px;
        font-size: 14px;
    }

    .ferry_time {

        font-size: 11px;
    }

    .ferryFleetBG {
        height: 520px;
    }
}

@media only screen and (max-width:420px) {
    .radio-label {
        display: flex;
        border-radius: 7px;
        padding: 6px;
        font-weight: 600;
        margin: 4px;
        font-size: 12px;
    }

    .p_time {
        font-size: 14px;
        font-weight: 600;
    }

    .ferry_time,
    .ferry_time .fs-6 {

        font-size: 11px !important;
    }

    .radio-label.radio-iab {
        display: flex;
        border-radius: 7px;
        padding: 20px;
        font-weight: 600;
        /* margin: 4px; */
        font-size: 10px;
    }

    .ferry-fleet .home-heading-top-green {
        font-size: 25px;
    }
}

@media only screen and (max-width:374px) {

    .radio-label {
        display: flex;
        border-radius: 7px;
        padding: 6px;
        font-weight: 600;
        margin: 4px;
        font-size: 10px;
    }

    .radio-label.radio-iab {
        display: flex;
        border-radius: 7px;
        padding: 20px;
        font-weight: 600;
        /* margin: 4px; */
        font-size: 10px;
    }
}

.error {
    color: red;
    font-size: 11px;
}

.bx2_price{
    color: white;
}