.close_gallery, .default_btn, .gallery_pos, .main_popup_div, .navbar_toggle_btn, .slick-dots li {
    cursor: pointer;
}
.popup, .popuptext {
    justify-content: center;
}
.default_btn, .no_link, .slider_link {
    text-decoration: none;
}
.footer_social span, body {
    font-family: Poppins, sans-serif;
}
.main_sec_head, .popuptext, .slider_price, .slider_title {
    text-align: center;
}
.hero_banner_link{
	color:white;
	text-decoration:none;
}
.hero_banner_link:hover{
	color:#0d6efd;
}
body {
    background-color: #ffedd8;
}
.close_btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #583101;
    border: 1px solid #fff;
    color: #fff;
    z-index: 1010;
    border-radius: 50%}
.full_sec_black, .popup {
    position: fixed;
    width: 100%}
.popup, .ui-datepicker-div {
    z-index: 99999;
}
.blur_div {
    filter: blur(4px);
}
.ui-widget-header {
    border: none;
    background: #583101;
}
.ui-state-default {
    color: #583101!important;
}
.ui-state-highlight, .ui-state-hover {
    border: 1px solid #583101!important;
    background: #ffedd8!important;
    color: #583101!important;
}
.ui-state-active {
    border: 1px solid #583101!important;
    background: #583101!important;
    color: #fff!important;
}
.full_sec_black {
    background: #000;
    height: 100%;
    opacity: .5;
    z-index: 99999;
    top: 0;
}
.popup {
    align-items: center;
    top: 33%}
.popuptext {
    visibility: hidden;
    position: relative;
    display: flex;
    height: 350px;
    width: 80%}
.popup_left {
    width: 40%}
.main_popup_img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 350px}
.popup_right {
    background: #fff;
    position: relative;
    border-radius: 0 10px 10px 0;
    width: 45%}
form lable {
    font-size: 14px;
    display: block;
    margin-bottom: .5rem;
}
.label_text {
    width: 50%;
    color: gray;
}
.date_selector {
    width: 80%;
    background: #ecebebf7;
    border: none;
    border-radius: 10px;
    height: 40px;
    padding: 8px;
}
.overlay_slider, .slider_main {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%}
.popup_head_div {
    display: flex;
    justify-content: center;
    background: 0 0;
}
.popup_logo_div {
    background: #ffedd8;
    width: 100%}
.popup_heading {
    font-size: 22px;
    color: #583101;
}
.nav-active {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px #1f273881;
    z-index: 99;
}
.overlay_slider {
    width: 100%;
    background-color: rgba(88, 49, 1, .5);
    z-index: 999;
    transition: 1.2s cubic-bezier(.075,   .82,   .165,   1);
}
.slider_main {
    width: 400px;
    background-color: #583101;
    z-index: 9999;
    box-shadow: 0 0 10px #838383;
    transition: .9s cubic-bezier(.88,   -.08,   0,   1.01);
    overflow-y: scroll!important;
}
.default_btn, .main_banner, .main_menu ul li, .single_slider, .slick-dots li, .slider_title {
    position: relative;
}
.default_btn, .gallery_div, .gallery_hover, .single_slider {
    overflow: hidden;
}
.active {
    left: 0;
}
.slider_logo {
	width: auto;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_logo img {
    height: 120px;
    max-width: 100%}
.slider_list {
    list-style: none;
}
.slider_items {
    margin-bottom: 20px;
}
.slider_link {
    color: #ffedd8;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.default_btn, .main_menu ul li a {
    font-size: 16px;
    text-transform: capitalize;
}
.scrolled {
    background-color: #ffedd8;
    padding: 25px 0!important;
    box-shadow: 0 0 10px #1f273881;
}
.no_link {
    color: inherit;
}
.main_menu ul li {
    margin: 0 5px;
}
.main_menu ul li a {
    font-weight: 600;
    padding: 15px 20px!important;
    color: #583101;
    border-radius: 50px;
    transition: .3s ease-in-out;
}
.main_menu ul li:hover a {
    background: #583101;
    color: #ffedd8;
}
.actived {
    background: #583101;
    color: #ffedd8!important;
}
.form_btn{
    color: #fff;
    background: #583101;
    padding: 15px 0px;
	width:100%;
    border-radius: 20px;
    border: none;
}
.default_btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    background: #583101;
    padding: 15px 55px 15px 15px;
    border-radius: 8px;
    border: none;
    transition: .5s ease-in-out;
    z-index: 1;
}
.default_btn::after, .default_btn::before {
    position: absolute;
    border-radius: 8px;
    transition: .4s ease-in-out;
    content: '';
    bottom: 0;
}
.default_btn::before {
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-15px, -50%);
}
.highlight_btn::after, .highlight_btn::before {
    background-color: #583101;
}
.default_btn::after {
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 106%;
    background: #583101;
    z-index: -1;
}
.navbar_toggle_btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #583101;
    margin: 0 20px;
}
.navbar_toggle_btn i {
    font-size: 20px;
    color: #583101;
}
.main_banner {
    background-size: cover;
    width: 100%;
    max-width: 1600px;
    background-color: #ffedd8;
    background-image: url('../images/hero_bg.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    margin: 0 auto;
    padding: 100px 0;
}
.main_banner_title {
    padding-bottom: 30px;
}
.main_banner_title h1 {
    font-size: 50px;
    letter-spacing: -.03em;
    font-weight: 600;
    margin-bottom: 0;
}
.footer_lower_logo, .main_banner_text {
    margin-bottom: 30px;
}
.highlight_btn {
    margin-left: 6px;
    background-color: #fff;
    color: #583101;
}
.highlight_btn::before {
    background-image: url('../images/arrow-white.svg');
}
.footer_social_icon .icon i, .highlight_btn:hover {
    background-color: #583101;
    color: #fff;
}
.slider_section {
    padding: 80px 0 0;
}
.slider_title {
    margin-bottom: 60px;
}
.popular-packages {
	padding: 50px 0px;
}
.info-section {
    background-image: url(../../assets/images/tour-travel-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0 80px 0;
    margin-top: 120px;
}
.info-data {
    background-color: #fff;
    padding: 60px;
	padding-bottom: 0px;
    margin-top: -150px;
	border-radius: 10px
}
.bootom-botton {
    position: relative;
    bottom: -20px;
}
.main_sec_head h5, .slider_title h5 {
    letter-spacing: .04em;
    color: #583101;
    font-weight: 600;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 15px;
}
.main_sec_head h2, .slider_title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: #583101;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.slider_title p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 25px;
}
.slick-dots li.slick-active {
    box-shadow: inset 0 0 0 4px #583101;
    transition: .3s;
}
.slick-dots li {
    font-size: 0;
    color: transparent;
    border: 0;
    outline: 0;
    display: inline-block;
    width: 16px;
    border-radius: 50%;
    height: 16px;
    margin: 0 4px;
    opacity: 1;
    line-height: 0;
    box-shadow: inset 0 0 0 2px silver;
    transition: .3s;
}
.slider_start .slick-arrow{
	z-index:9;
	border:revert;
	top:46%;
}
.slider_start .slick-prev {
    width: max-content;
    padding: 0px 2px;
    height: 20%;
    border-radius: 10px;
    color: #583101;
    background-color: #583101;
    left: -25px;
}
.slider_start .slick-next {
    width: max-content;
    padding: 0px 2px;
    height: 20%;
    border-radius: 10px;
    color: #583101;
    background-color: #583101;
    right: -25px;
}
.slider_start .slick-prev:before{
    font-family: unset;
    display: flex;
    font-size: 0px;
    background-image: url('../images/chevron-right-solid.svg');
    background-repeat: no-repeat;
    line-height: 0;
    background-position: center;
    opacity: 1;
    height: 20px;
    width: 20px;
    transform: rotate(180deg);
    align-items: center;
    justify-content: center;
}
.slider_start .slick-next:before{
    font-family: unset;
    display: flex;
    font-size: 0px;
    background-image: url('../images/chevron-right-solid.svg');
    background-repeat: no-repeat;
    line-height: 0;
    background-position: center;
    opacity: 1;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.slider_price, .slider_time_zone i {
    color: #583101;
}
.slick-dots li button:before {
    content: ''!important;
    font-size: 0px;
    color: #583101!important;
}
.slick-slide {
    height: fit-content!important;
}
.single_slider {
    margin: 0 15px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    transition: .3s ease-in-out;
}
.single_slider:hover {
    transform: translateY(-8px);
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
}
.boat_sec_img, .slider_img_data {
    position: relative;
    transition: .5s;
    overflow: hidden;
    border-radius: 5px;
}
.slider_img_data::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
    opacity: 0;
    transition: .5s;
}
.slider_img {
    height: 265px;
    width: 100%}
.slider_price {
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    z-index: 1;
    opacity: .8;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%}
.slider_text_data {
    padding: 30px 15px;
    background: #fff;
    height: 285px;
    position: relative;
}
.slider_text_data h4, .team_div h4 {
    font-weight: 600;
    transition: .3s ease-in-out;
    color: #583101;
}
.slider_text_data .default_btn {
    position: absolute;
    top: 175px;
}
.slider_time {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: absolute;
    top: 135px;
}
.slider_time_zone {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin-top: 12px;
}
.slider_time_zone p, .team_div p {
    margin: 0;
    color: #22242f;
    font-size: 14px;
}
.boat_section, .team_section {
    padding: 50px 0;
}
.boat_sec_title h2, .feature_div h2 {
    font-size: 40px;
    line-height: 50px;
    color: #583101;
    text-transform: capitalize;
}
.boat_sec_title p, .feature_div p, .feature_text p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #606a74;
    line-height: 28px;
    font-weight: 400;
}
.boat_icon {
    font-size: 30px;
    color: #583101;
}
.boat_icon_title, .feature_text h3 {
    font-size: 22px;
    color: #583101;
    font-weight: 700;
}
.destination_section {
    padding: 90px 0;
}
.destination_heading {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 50px;
    color: #583101;
}
.banner_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040128;
    content: "";
    opacity: .6;
	border-radius: 40px;
}
.main_banner .container {
    position: relative;
}
.cta-section-content {
    padding: 40px 20px;
    background: #fff;
}
.pagination_btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
    color: #000000;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    transition: .5s ease-in-out;
    z-index: 1;
    margin: 0px 10px;
	text-decoration: none;
}
.pagination_btn.active {
    color: #fff;
    background: #583101;
}
.dest_img {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
}
.dest_text {
    padding: 20px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    height: 230px;
    display: flex;
    justify-content: center;
}
.single_footer, .single_footer .icon {
    display: flex;
    align-items: center;
}
.dest_text h4 {
    color: #583101;
    font-weight: 600;
    font-size: 20px;
}
.dest_text p{
	text-align:left;
}
.footer_section {
    background-color: #fafafa;
    position: relative;
}
.footer_div {
    border-bottom: 1px solid #373636;
    background-color: #583101;
}
.gap_3 {
    gap: 1rem!important;
}
.gallery_div, .single_footer .icon {
    justify-content: center;
    position: relative;
}
.single_footer .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.single_footer .icon i {
    font-size: 30px;
    color: #583101;
    font-weight: 800;
}
.single_footer .icon::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 72px;
    height: 72px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%}
.gallery_popup_div .slick-next::before, .gallery_popup_div .slick-prev::before {
    width: 30px;
    height: 40px;
    background: url(../images/chevron-right-solid.svg) center/auto 40px no-repeat;
    font-size: 0;
    z-index: 3;
    opacity: 1;
    padding: 25px;
    transition: .4s;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.icon_text {
    padding-left: 15px;
    display: inline-block;
}
.icon_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.icon_text span {
    color: #fff;
    font-size: 15px;
}
.act_div {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    min-height: 400px;
    position: relative;
}
.act_img {
    width: 100%;
    height: 255px;
}
.avail_line {
    position: absolute;
    top: 60%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 18px 8px;
    margin: 0px 40px 0px 20px;
    border-radius: 100px;
    box-shadow: 0 0.125rem 0.25rem #0000001a;
    font-weight: 700;
}
.color_bluetext {
    color: #022157;
    font-weight: 700;
}
.act_div, .act_img {
    border-radius: 10px;
}
.avail_line.color_bluetext h3{
	font-size: 20px;
}
.sailing-section{
	background-color: #f0f0f0;
	box-shadow: 0 43px 53px -63px #000;
}
.book-detail {
    background-image: url("../../assets/images/logo_top.png");
}
.surfers-paradise {
    background-image: url("../../assets/images/SURFERS-PARADISE-background.jpg");
}
.tours-transfers-list{
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
	border-radius: 20px;
	height: 100%;
}
.tours-transfers-layout{
	border-radius: 20px;
	padding: 30px 30px 20px 30px;
}
.tours-transfers-title {
    height: 100px;
}
.footer_lower {
    position: relative;
    z-index: 2;
}
.footer_lower_text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #22242f;
    line-height: 28px;
}
.footer_social span {
    color: #583101;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer_social_icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_social_icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer_social_icon .icon {
    width: 50px;
    height: 50px;
    background-color: #583101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_copyright {
    background: #fff;
    padding: 25px 0;
}
.copyright_text p {
    margin: 0;
    font-size: 14px;
    color: #22242f;
}
.form_div h5, .gallery_section h2, .map_div h3 {
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.gallery_div {
    margin: 12px;
    height: fit-content;
    display: flex;
    align-items: center;
    width: 100%}
.gallery_hover:hover .gallery_div .gallery_imgsize {
    scale: 1.1;
    border-radius: 10px;
}
.gallery_imgsize {
    scale: 1;
    height: 320px;
    width: 100%;
    object-fit: cover;
    padding: 0;
    transition: .5s;
    position: relative;
    border-radius: 10px;
}
.gallery_pos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}
.gallery_icon {
    background: #00000091;
    padding: 35px;
    display: flex;
    z-index: 9;
    width: 25px;
    height: 25px;
    font-size: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.gallery_icon i {
    color: #fff;
}
.gallery_popup {
    width: 100vw;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 99;
}
.gallery_popup_div .slick-list {
    overflow: unset!important;
}
.gallery_popup_div .slick-prev {
    left: 60px!important;
    z-index: 99;
    transform: rotate(180deg);
}
.gallery_popup_div .slick-next {
    right: 60px!important;
    z-index: 99;
}
.slider_counter {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .3);
    padding: 12px 20px;
    font-weight: 700;
    z-index: 99;
}
.gallery_popup_div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.gallery_popup_img {
    width: 100vw;
    height: 95vh;
    top: 0;
}
.close_gallery {
    top: 0;
    right: 20px;
    color: #fff;
    z-index: 99;
    position: absolute;
    font-size: 70px;
}
.gallery_popup_line {
    width: 100vw;
    height: 5vh;
    position: absolute;
    bottom: 0;
}
.gallery_section h2 {
    font-size: 42px;
    color: #583101;
}
.section_main {
    padding: 80px 0;
}
.feature_box {
    background: #fff;
    padding: 44px 20px;
    width: 46%;
    margin: 2%;
    border-radius: 12px;
}
.feature_text {
    display: flex;
    flex-direction: column;
}
.feature_text i {
    font-size: 28px;
    padding: 16px 0;
}
.team_image {
    width: 100%;
    height: 400;
    border-radius: 20px;
    object-fit: cover;
    margin: 30px 0;
}
.form_div {
    padding-right: 40px;
}
.form_div h5, .map_div h3 {
    font-size: 24px;
    color: #583101;
}
.form_control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    padding: 10px 30px;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: #583101;
    transition: .3s ease-in-out;
    border: 1px solid #583101;
    border-radius: 30px;
    width: 100%}
.map_div {
    padding-left: 40px;
    border-left: 1px dashed #583101;
}
.blog_img {
    height: 290px;
    width: 100%;
    margin-bottom: -20px;
    border-radius: 20px 20px 0 0;
}
.blog_text {
    z-index: 1;
    position: relative;
    padding: 15px 25px 30px;
    background-color: #fff;
    border-radius: 20px;
}
.blog_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5714285714;
    color: #606a74;
    gap: 25px;
    border-bottom: 1px dashed #606a74;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.four_zero_four_bg h1, .thankyou_bg h1 {
    font-size: 80px;
    color: #583101;
}
.error_msg{	text-align: left;	margin-left: 20px;	font-weight:700;
}.error_msg_popup{	text-align: left;	font-weight:700;	margin-left:11%;}
.about {
    border-radius: 28px;
}
.about-list {
    column-count: 2;
}
.about-list li {
    margin-bottom: 10px;
}
.about-section {
    background-color: rgb(239, 238, 250);
}
.review-section {
    background: #fff;
    padding: 36px;
    border-radius: 16px;
    border: none;
    border: 1px solid #DFE0E4;
}
.review-section img {
    border-radius: 50%;
}
.underwater-cta-row {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-bottom: 70px;
    border-radius: 10px;
    box-shadow: inset 0 -1px 5px #583101;
}
@media screen and (min-width :1400px) {
    .popuptext {
    width: 1400px;
}
.slider_start .slick-prev {
    left: -25px;
}
.slider_start .slick-next {
	right:-25px;
}
}@media screen and (max-width :1200px) {
	.slider_start .slick-prev {
		left: -15px;
		top:46%;
	}
	.slider_start .slick-next {
		right:-15px;
		top:46%;
	}
}@media screen and (max-width :992px) {
    .boat_sec_img img, .popuptext {
    width: 100%}
	.team_section{
		padding:25px 0px;
	}
	.section_main{
		padding:40px 0px;
	}
}@media screen and (max-width :991px) {
    .form_div, .map_div {
    padding-left: 0;
    padding-right: 0;
}
.form_div {
    padding-bottom: 20px;
}
.map_div {
    border-left: none;
    border-top: 1px dashed #583101;
    padding-top: 20px;
}
}
@media screen and (max-width :768px) {
		.slider_main {
		width: 50%;
		overflow-y: scroll!important;
	}
	.pagination_btn {
		padding: 10px 13px;
		margin: 0px 3px;
	}
}
@media screen and (max-width :767px) {
    .popup_right {
    width: 80%;
    border-radius: 20px;
}
.popup_logo_div {
    border-radius: 20px 0 0;
}
}@media screen and (max-width :576px) {
	.slider_logo img {
		height:90px;
	}
    .slider_main {
    width: 80%}
	.main_banner_title h1{
		font-size:30px;
	}
	.main_banner{
		padding:50px 0;
	}
.feature_box {
    padding: 20px;
    width: 90%;
    margin: 5%}
.gallery_div {
    margin: 12px 0;
}
.slider_start .slick-arrow {
	border:unset;
}
.slider_start .slick-prev {
    width: max-content;
    padding: 0px 5px;
    height: 30px;
    border-radius: 50%;
    color: #583101;
    background-color: #583101;
    left: 15px;
}
.slider_start .slick-next {
    width: max-content;
    padding: 0px 5px;
    height: 30px;
    border-radius: 50%;
    color: #583101;
    background-color: #583101;
	right: 15px;
}
.slider_counter{
	bottom:50px;
}
.gallery_popup_div{
	width: 100%;
    height: 100%;
    justify-content: center;
}
.gallery_popup_img {
    height: 250px;
}
.gallery_imgsize{
	height:290px;
}
}


/* Sailing Charter Page Css */

section.tabs {
    padding: 70px 0px 50px 0px;
}

.tab-image img {
    margin: 25px auto 25px;
    height: 120px;
}


.service-box{
	height: 370px;
    width: 370px;
	background:#fff;
	border: 2px solid #583101;
    border-radius: 50%;
    text-align: center;
    padding: 50px 24px;
    position: relative;
    transition: all 0.4s;
	margin-top:20px;
	
}

.service-box-image {    
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
}

.service-box.box-2{
	margin-left:-30px;
}

.service-box.box-3{
	margin-left:-50px;
}

.service-box.box-4{
	margin-left:-70px;
}

.service-box:hover {
    background-color:#583101;
    transition: all 0.4s;
    z-index: 1;
}

.service-box:hover .heading{
	color:#fff;
}

.service-box:hover .heading p {
	color:#fff;
}

.heading p{
	font-size:14px;
}

.count {
    position: absolute;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: -48px;
    margin-left: 9px;
}

.progres-bar {
    width: 60px;
    height: 60px;
    border: 2px solid green;
    border-radius: 50%;
}
.about-right-image img{
	max-width:100%;
	max-height:100%;
}

img.shapee1 {
    position: absolute;
    top: 100px;
    left: 0;
	
}

img.shapee2{
	position: absolute;
    top: 20px;
    right: 50%;
}
	
img.shapee3{
	position: absolute;
    bottom: 20px;
	left: 20px;
}	
	
.third-section:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    background-image: url(/assets/images/about1-main-image.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	}
	
.about-right-image {
    display: none;
}

section.cta-section {
    padding: 50px 0px 100px 0px;
}

.cta-text {
    background: #fff;
    padding: 2em 2em 2em 2em;
    border-radius: 20px;
}

.cta-bannerr{
	border-radius:20px;
}

.cta-bannerr{
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fourth-section{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:100px 0px;
	position: relative;
}

.fourth-section-overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #040128;
    content: "";
    opacity: .6;
    z-index: 1;
}

.number-count span {
    font-size: 60px;
}

.info-box {
    background: #583101;
    padding: 20px;
	margin-top: -70px;
	border-radius: 10px;
	
}

.number-text span{
	text-transform: uppercase;
    letter-spacing: 1px;
}

section.Chooseus-section {
    padding: 100px 0px 0px 0px;
}

.chooseus-box{
	border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 10px;
    padding: 35px 25px;
    position: relative;
    transition: all 0.3s;
	background: #fff;
}	

.chooseus-box:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all 0.3s;
}

.chooseus-devider{
	height: 1px;
    background-color: rgba(28, 28, 28, 0.12);
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
}

.chooseus-image{
	border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 10px;
    padding: 13px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    transition: all 0.3s;
    left: 0;
    height: 66px;
    width: 66px;
}
.chooseus-image img{
	max-width: 100%;
    height: auto;
}

.chooseus-box:hover .chooseus-image{
	left:35%;
}

.fa-angle-right:before {
    font-size: 18px;
}

@media (max-width: 991px) {
    .service-box {
        margin-top: 30px;
        width: 320px;
        height: 320px;
        border-radius: 10px;
		padding: 35px 24px;
	}
		
	.custom-center{
		text-align:-webkit-center;
	}
	
	.service-box.box-2{
		margin-left:unset;
	}
	
	.service-box.box-3{
		margin-left:unset;
	}
	
	.service-box.box-4{
		margin-left:unset;
	}
	
	.about-right-image{
		display:block;
	}
	
	.third-section:after{
		display:none;
	}
	
	.info-box {
		margin-top: -28px;
		margin-bottom: 40px;
	}
}



/* Grenada Travel Guide page css */

section.intro-section {
    padding: 70px 0px;
}

.guide-places{
	padding: 70px 0px;
}

.guide-about{
	position:relative;
}

.guide-about-image{
	position:relative;
	margin-top: 22%;
}

guide-about-content {
    margin-left: 60px;
}

.guide-about-box{
	position: absolute;
    left: 30px;
    bottom: 30px;
    background-color: #583101;
    padding: 30px;
    border-radius: 28px;
    color: #fff;
}
	
span.guide-about-span {
	font-size: 45px;
}

.guide-about-heading h2{
	font-size:50px;
}

.guide-about-image img {
    width: 100%;
    height: 100%;
    border-radius: 28px;
}

.guide-about-text {
    background: #fff;
    padding: 30px 20px 30px 20px;
    border-left: 5px solid #583101;
}

.guide-shape {
    position: absolute;
    top: 103px;
    left: 14%;
}

.guide-about-list{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 35px;
}
	
.guide-about-list ul {
    list-style: none;
    padding: 0;
}

.guide-about-list ul li {
	font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    margin-bottom: 20px;
}
	
.places-image {
    position: relative;
}

.places-image img{
    height: 265px;
    width: 100%;
}

span.places-price {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 0 3px 3px 0;
    background: #583101;
}

.places_date{
	text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
    display:inline-block;
    text-align: left;
	font-size:14px;
}

.places-box {
    border: 1px solid #E8E8E8;
    margin-bottom: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #fff;
}
.places-content {
    padding: 14px;
}

.places-rating {
    background: #f5f5f5;
    height: 40px;
}

.places-rating .rating {
    float: left;
    width: 45%;
    padding: 0 10px 0 15px;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#583101;
}

a.places-read-more {
    float: right;
    color: #fff;
    width: 55%;
    text-align: center;
    line-height: 41px;
    padding: 0 0 0 20px;
    background: #583101;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
	text-decoration:none;
}

a.places-read-more:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    border-bottom: 20px solid transparent;
}

i.fa-solid.fa-arrow-right-long{
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    color: #583101;
}


.feature-box {
    overflow: hidden;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 20px;
	box-shadow:inset 0 4px 20px #5831019e;
	margin-bottom:30px;
}

.feature-box:hover{
	box-shadow:inset 0 4px 20px #583101;
	background: #58310117;
}

.feature-icon {
    border-radius: 13px;
    width: 60px;
    height: 30px;
    margin-bottom: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon img {
    width: 60px;
    height: 60px;
}   
 
section.guide-team {
    padding: 70px 0px;
}

.team-box {
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .35s cubic-bezier(.6,-.02,.39,1.13);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .14);
}

.team-text {
	padding: 28px 35px;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -31px;
    transform: translateY(22px);
	transition: all .3s ease;
}


.team-text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    margin-left: -15px;
    transition: all .3s;
}

.team-text span {
    font-size: 14px;
    text-transform: uppercase;
}

.team-image img{
	width:260px;
	height:270px;
	
}


.team-text:hover{
	transform: translateY(0);
    background: #583101;
	color:#fff;
	padding: 28px 35px;
	
}

.team-text:hover.team-text span{
	margin-top:10px;
}

.team-text:hover.team-text:before{
	border-bottom: 15px solid #583101;
}

.team-text:hover.team-text h5{
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
}

.team-box:hover .team-text{
	transform: translateY(0);
    background: #583101;
	color:#fff;
	
}

.team-box:hover .team-text:before{
	border-bottom: 15px solid #583101;
 }
 
.team-box:hover .team-text h5{
	border-bottom: 1px solid #fff;
	padding-bottom:7px;
}

.team-box:hover .team-text span{
	display:block;
}
 
@media (max-width:991px) {	
	.guide-about-heading h2 {
		font-size: 35px;
	}
	
	.team-text{
		transform: translateY(0);
		background: #583101;
		color:#fff;
		padding: 28px 35px;
	}
	
	.team-text:before{
		border-bottom: 15px solid #583101;
	}
	
	.team-text h5{
		border-bottom: 1px solid #fff;
		margin-bottom:5px;
	}
	
}



/* Sailing Caribbean page css */


section.icon-box {
    padding: 90px 0px 50px 0px;
}

.caribbean-about-text{
	margin-top:70px;
	padding:0px 20px 0px 30px;
}

.caribbean-about-text h6{
	color:#583101;
	font-weight:500;
	text-transform: uppercase;
}

.caribbean-about-text h2{
	text-transform: uppercase;
	font-size: 50px;
}

.caribbean-about-list {
    font-size: 14px;
	padding:20px 20px 0px 30px;
}

.caribbean-about-list ul li {
    margin-bottom: 30px;
}

.caribbean-about{
	padding: 50px 0px 50px 0px;
}

.service-boxx  {
	background:#fff;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
    position: relative;
	border:1px solid #583101;
}

.service-boxx img {
    max-height: 45px;
    position: relative;
    transition: all .4s;
    top: 0;
}

.service-boxx h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
    position: relative;
    transition: all .3s;
}

.service-boxx p {
    font-size: 15px;
    margin: 0;
    top: 0;
    position: relative;
    transition: all .3s;
	margin-bottom: 20px;
}

.serviceboxx-link {
    visibility: hidden !important;
	bottom: -45px;
    position: absolute;
    font-weight: 700;
	border-radius: 10px !important;
	transition: all .1s;
	opacity: 0;
	    
}

.service-boxx .default_btn::before {
	transition:unset !important;
}

.service-boxx:hover{
  background:#583101;
  color:#fff;
  
}

.service-boxx:hover img{
	top: -45px;
    transition: all .3s;
}

.service-boxx:hover h5{
	top: -45px;
    transition: all .3s;
}

.service-boxx:hover p {
	top: -45px;
    transition: all .3s;
	margin-bottom: 20px;
}

.service-boxx:hover .serviceboxx-link{
	bottom: 20px;
    opacity: 1;
	border:2px solid #fff;
    transition: all .3s .5s !important;
    visibility: visible !important;
	
}	

.caribbean-history{
	padding:70px 0px;
    position: relative;
}

.left-image{
	position: relative;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: -1;
}

.left-image:before{
	content: "";
    display: block;
    position: absolute;
    width: 230px;
    background: #e7d3ba;
    top: 0;
    left: 0;
    right:0;
    margin: auto;
    opacity: .5;
    height: 230px;
    border-radius: 100%;
    bottom: 0;
}

.left-image img{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.history-text h6{
	color:#583101;
	font-weight:500;
	text-transform: uppercase;
}	
	
@media (max-width:768px) {
	.caribbean-about-text{
		padding:unset;
	}
	
	.caribbean-about-list {
		padding: 20px 0px 0px 0px;
	}
	
	.left-image:before {
		position:relative;
	}
	
	.caribbean-history {
		padding:50px 0px;
	}
	
	.service-boxx {
		background: #fff;
		text-align:center;
		 
	}
	.service-boxx:hover {
		background: #fff;
		text-align:center;
		color:#212529;
	}
	
	.service-boxx img{
		top: -51px;
		max-height: 57px;
	}
	
	.service-boxx:hover img{
		top: -51px !important;
		max-height: 57px !important;
	}
	
	.service-boxx h5{
		top: -45px;
	}
	
	.service-boxx p {
		top: -45px;
		margin-bottom: 20px;
	}
			
	.serviceboxx-link{
		bottom: 20px;
		opacity: 1;
		visibility: visible !important;
	}	
	
	.service-boxx .default_btn{
		display:unset;
		position: relative;
	}
	
	.history-text{
		text-align: center;
		margin-top: 30px;
	}
}



/* Resort And Spa page css */
.about-imagee {
    padding: 20px 6px;
}

.about-imagee img {
	border-radius:20px;
}

.about-textt {
    margin-top: 100px;
    padding: 20px;
}

.about-textt > h2{
	color: #f0f0f0;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}
	
section.resort-service {
    padding: 70px 0px;
}

.serv-text {
    position: relative;
    padding: 70px;
}

.serv-text > img {
    margin-bottom: 45px;
    margin-top: 4px;
}

.serv-text > h3 {
    margin-bottom: 19px;
    color: rgb(37, 44, 65);
    font-size: 20px;
    text-transform: capitalize;
}

.serv-section .col-lg-6 {
	padding: 0;
}

.serv-image {
    overflow: hidden;
}

.facility-left {
    margin-left: 20%;
    margin-right: 15%;
}

figure.facility-fig {
    width: 20%;
    margin-right: 47px;
    position: relative;
    text-align: right;
}

figure.facility-fig:before {
    background: #583101;
    /*background: #FFBF35;*/
    content: "";
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.facility-fig img{
    z-index: 1;
    position: relative;
   /*margin: 22px -25px 0 auto;*/
   margin: 9px -9px 0 auto;
   
}

.facility-image {
    display: flex;
}

.facility-left-para{
	font-size:14px
}

.resort-cta-section {
	padding:100px 0px;
}

@media (max-width:991px) {
	.about-textt {
		margin-top: 50px;
	}
	.second::before {
		display:none;
	}
	.serv-text::before{
		display:none;
	}
}



/* Grenada Underwater Sculpture Park page css */
.sculpture-about{
	padding:100px 0px;
}

.sculpture-about-text h2 {
    font-size: 43px;
}

.sculpture-about .col-lg-6{
	padding:0;
}

.sculpture-about-text{
	padding:0px 60px;
}

section.moment-section {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
	position:relative;
}

.moment-content {
    padding:90px 100px;
	position: relative;
}

.moment-content h2{
	color: #9b9183;
	font-size:43px;
	
}

.moment-content:before {
    content: "";
    border: 4px solid #E9E4DD;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -15px;
}

.about-underwater-sculpture{
	padding:100px 0px;

}

.about-underwater-sculpture h2{
	 font-size:35px;
}

.about-underwater-image img {
    border-radius: 10px;
}

.underwater-cta-row{
	position: relative;
    background: #fff;
    padding: 30px;
    margin-bottom: 70px;
    border-radius: 10px;
	box-shadow: inset 0 -1px 5px #583101;
}

@media (max-width:991px) {
	.sculpture-about-text{
		padding: 0px 60px 60px 60px;
	}
	
	.moment-content {
		padding:30px;
		margin:15px;
	}
	
	.underwater-cta-button{
		margin-top:20px;
	}
	
	.underwater-cta-row{
		margin: 0px 0px 70px;
	}
}


/* Deserted Islans Nature page css*/
.deserted-background{
	background:#fff;
	border-radius:20px;
	display: inline-flex;
	margin-bottom:50px;
}

.deserted-image {
    padding: 20px 20px;
}

.deserted-image img {
    border-radius: 10px;
}

.deserted-right-content{
	padding: 20px 20px;
}

@media (max-width:991px) {
	.deserted-background{
		display:unset;
	}
	
	.deserted-row{
		padding:0px 20px;
	}
}