/*
Theme Name: White Sundays
Theme URI:
Description: White Sundays
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	font-size: 16px;    
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
.inner-banner{text-align:center}
a {
	text-decoration:none;
	outline:none;
	color: #74e0c1;
}
a:hover, a:focus, a:active{
	color:#74e0c1;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.container-fluid {
    width: 1500px;
    max-width:100%;
}
h2, h3 {
    color: #5b6274;
    font-size: 31px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
h2:after {
    content: '';
    display: block;
    background-image: url(images/heading-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin: 10px auto 20px;
    text-align: center;
    background-position: center;
}

h3{ font-size: 20px; margin: 20px 0}
.header {
    padding: 15px 0px;
}
.header .row {
    align-items: center;
}
.top-buttons {
    text-align: end;
    margin-bottom: 5px;
}
.top-buttons span {
    margin: 0px 0px 0px 15px;
}
.top-buttons a:first-child {border:none}
.top-buttons a:first-child:hover{ background:none; border:none;  color: #74e0c1;}
.top-buttons a {
    border: 2px solid #74e0c1;
    font-size: 18px;
    text-transform: lowercase;
    color: #74e0c1;
    padding: 8px 20px;
    border-radius: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.3s;
	display:inline-block;
}
.top-buttons a:hover {
    border-color: #74e0c1;
    color: #fff;
    background-color: #74e0c1;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#fff;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.banner {
    position: relative;
}
.banner img {
    position: relative;
    width: 100%;
}
.banner-text {
    position: absolute !important;
    left: 0;
    z-index: 999 !important;
    top: 52% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
	margin:0 auto;
    max-width: 1800px;
    text-align: left;
	padding:0 15px;
}
.banner-text h1 {
    font-size: 77px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 77px;
    margin-bottom: 20px;
	text-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.banner-text a {
    border: 2px solid #fff;
    font-size: 18px;
    text-transform: lowercase;
    color: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.3s;
}
.banner-text a:hover {
    border-color: #74e0c1;
    color: #fff;
    background-color: #74e0c1;
}
.welcome-text {
    padding: 40px 0px 50px;
}
.welcome-text p {
    margin-bottom: 20px;
    color: #424348;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Open Sans',sans-serif;
}
a.site-btn {
    border: 2px solid #74e0c1;
    font-size: 18px;
    text-transform: lowercase;
    color: #74e0c1;
    padding: 6px 20px;
    border-radius: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    transition: 0.3s;
	min-width:160px;
	display:inline-block;
	text-align:center;
}
a.site-btn:hover {
    border-color: #5b6274;
    background-color: #5b6274;
	color:#fff;
}
.packages-sec {
    background-color: #f7f7f7;
    padding: 50px 0px;
}

.package-box {
    margin: 20px 0px;
    transform: translateY(0px);
    transition: 0.3s;
}
.package-box:hover {
    transform: translateY(-10px);
    transition: 0.3s;
}
.pkg-text {
    padding: 20px 25px 10px;
    background-color: #fff;
    height: 124px;
	display:flex;
	justify-content:center;
	align-items:center;
    margin-top: -2px;
	flex-wrap:wrap;
	flex-direction: column;
}
.package-box:hover .pkg-text {
    background-color: #424b60;
}
.package-box:hover .pkg-text h3 {
    color: #fff;
}
.pkg-text h3 {
    font-size: 23px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.11px;
    font-weight: 600;
    color: #424b60;
	margin:0;
}
.tour-sec {
    max-width: 100%;
    width: 100%;
    display: inline-flex;
}
.img-box {
    width: 50%;
}
.img-box img {
    width: 100%;
}
.cee-green-box {
    width: 50%;
    background-color: #53d3ab;
    padding: 60px 20px 0px 50px;
}
.page-id-29 .cee-green-box {
    padding: 30px 20px 0px 50px;
}
.page-id-189 .cee-green-box {
    width: 50%;
    background-color: #53d3ab;
    padding: 15px 10px 0px 10px;
}
.page-id-189 .cee-green-box h2 {
    color: #fff;
    font-size: 22px;
	margin-bottom: 0px;
}
.page-id-189 .cee-green-box p {
    margin-bottom: 10px;
	font-size: 14px;
}
.page-id-189 .cee-green-box h2:after {
    height: 14px;
    margin: 6px auto 10px;
}
.page-id-189 .cee-green-box p a {
    color: #fff;
    text-decoration: underline;
}
.page-id-189 .welcome-text a {
    color: unset;
    text-decoration: underline;
}
.cee-green-box h2 {
    color: #fff;
}
.cee-green-box h2:after {
    background-position: left;
	background-image: url(images/heading-border-white.png);
	
}
.cee-green-box p {
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}
.greenbox-btn a.site-btn {
    border: 2px solid #fff;
    color: #fff;
}
.greenbox-btn a.site-btn:hover {
    border-color: #5b6274;
    color: #fff;
}
.testimonial-sec {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.cycloneslider-template-standard .cycloneslider-slide {
    text-align: left !important;
    background: transparent !important;
}
.testimonial-sec img.lazyloaded {
    text-align: left !important;
    margin: 0px 0px !important;
}
.testimonial-box {
    background-color: #f7f7f7;
    padding: 40px 25px;
}
.testimonial-box img {
    margin-bottom: 25px;
}
.testimonial-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #77787b;
    font-family: 'Open Sans';
}
.testimonial-box h6 {
    color: #636466;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans';
}
.testimonial-box h6 span {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    color: #606060;
}
.new-get {
	background-image: url(https://whitsundaysprivatecharters.com.au/wp-content/uploads/2022/05/pakacge-mid-banner.png) !important;
}
.get-sec {
    background-image: url("https://whitsundaysprivatecharters.com.au/wp-content/uploads/2022/04/pakacge-mid-banner.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
}
.get-sec h2 {
    color: #fff;
    margin-bottom: 40px;
}
.get-btn a {
    color: #fff;
    border-color: #fff;
}
.insta-sec {
    padding: 40px 0px;
}
.insta-box {
    width: 18%;
    text-align: center;
    float: left;
    min-height: 280px;
    margin: 20px 14px 0px;
}
.footer {
    background-color: #5a6070;
    padding: 60px 0px 40px;
}
.brd {
    border-top: 2px solid #ffffff73;
    margin-top: 30px;
    padding-top: 30px;
}
ul.social-icons {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
	margin-top:30px;
}
.social-icons li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}
.social-icons li a img:hover {
    transition: 0.9s;
    transform: rotate(360deg);
}
.footer-btn {
    text-align: right;
}
.footer-btn a.site-btn {
    color: #fff;
    border: 2px solid #fff;
}
.footer-btn a.site-btn:hover {
    border-color: #74e0c1;
    color: #fff;
    transition: 0.3s;
    background-color:#74e0c1;
}

/******* INNER PAGES CSS *******/


.content-spacing {
    min-height: 50vh;
    padding: 50px 0px;
}
.page-template-default .header {
    border-bottom: 1px solid #5b62745e;
}

/***** Package Page *******/
.tour-map a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.page-template-default .welcome-text p {
    margin-bottom: 10px;
}
.woo-package-sec {
    padding: 0px 0px 50px;
}

.woo-text {
    background-color: #f9fbfb;
    padding: 30px 20px;
    min-height: 617px !important;
    height: auto;
}
.woo-text h3 {
    color: #5b6274;
    font-size: 17px;
    font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
}
.woo-text h3:after {
    content: '';
    display: block;
    background-image: url(images/heading-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin: 15px 0px 15px;
    background-position: left;
    z-index: 999;
}
.woo-text p {
    color: #424348;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    min-height: 270px;
}
.price-txt {
    border-top: 1px solid #74e0c1;
    border-bottom: 1px solid #74e0c1;
    padding: 20px 0px;
	margin-bottom: 30px;
	min-height: 123px;
}
.pkg-img .pkg-btn a {
    font-size: 15px !important;
    padding: 4px 40px 2px !important;
	    line-height: 30px;
}
.map-btn-646, .map-btn-647 {
    display: none;
}
.pkg-btn {
    text-align: center;
}
.price-txt p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #424348;
	min-height: 0px;
}
.pkg-btn a {
    border: 2px solid #74e0c1;
    font-size: 19px;
    text-transform: lowercase;
    color: #fff;
    padding: 6px 30px;
    border-radius: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #74e0c1;
	display:inline-block
}
/*.pkg-btn a {
    display: none;
}*/
.pkg-btn a.show-btn {
    display: inline-block;
}
.package-get-sec a.site-btn {
    border-color: #fff;
    color: #fff;
}
ul.ser-inner-list {
    column-count: 2;
}
ul.inner-list {
    padding-left: 40px;
    list-style: none;
}
.inner-list li {
    color: #ffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    position: relative;
}
.inner-list li:before {
    content: "\2713";
    font-size: 8px;
    position: absolute;
    left: -40px;
    font-weight: 900;
    color: #000;
    background-color: #fff;
    padding: 0px 9px;
    border-radius: 50%;
}
.listing .inner-list li {
    text-align: left;
    color: #5b6274;
	padding: 7px 0px;
}
.listing ul.inner-list li:before {
    width: 24px;
    color: transparent;
    background-image: url(https://whitsundaysprivatecharters.com.au/wp-content/uploads/2022/04/favicon.png);
    height: 24px;
}

.catering-sec {
	margin: 40px 0px 50px;
}
.catering-sec p {
    color: #424348;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.cat-box {
    margin: 40px 0px 0px;
}
.cat-text {
    padding: 20px 0px 10px;
}
.cat-text h3 {
    color: #5b6274;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0px;
}
.cat-text h3:after {
    content: '';
    display: block;
    background-image: url(images/heading-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin: 15px 0px 15px;
    background-position: left;
    z-index: 999;
}
.cat-text p {
    color: #424348;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}

section.activities-sec {
    background-color: #74e0c1;
    padding: 50px 0px;
}
.activities-sec h2 {
    color: #fff;
}
.activities-sec p {
    color: #fff;
}
.act-box h3 {
    color: #ffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}
.act-box p {
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.act-box {
    margin: 20px 0px 0px;
    text-align: center;
}
.activities-sec .col-md-6 {
    text-align: center;
	margin-top: 20px;
}
section.location-sec {
    padding: 50px 0px 60px;
}
.location-sec h2 {
    margin-bottom: 30px;
}
.location-sec .col-lg-4 {
    margin: 40px 0px 0px;
}
.loc-text {
    padding: 30px 0px;
}
.loc-text h3 {
    color: #5b6274;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0px;
}
.loc-text h3:after {
    content: '';
    display: block;
    background-image: url(images/heading-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin: 15px 0px 15px;
    background-position: left;
    z-index: 999;
}
.loc-text p {
    color: #424348;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}
/***** Contact Page CSS ******/

.contact-form {
    margin-top: 40px;
}

.input-field input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    width: 100%;
    outline: 0px;
    border: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    color: #000;
}
.input-field input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    width: 100%;
    outline: 0px;
    border: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    color: #000;
}
.input-field textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    width: 100%;
    outline: 0px;
    border: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    color: #000;
    height: 150px;
}
.submit-btn {
    text-align: center;
}
.submit-btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #5b6274;
    border: 0px;
    padding: 8px 30px;
    border-radius: 60px;
    color: #fff;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
	border: 1px solid transparent;
}

.submit-btn input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-color: transparent;
    border: 1px solid #5b6274;
    color: #5b6274;
}
.wpcf7 .wpcf7-response-output {
    margin: 20px 0px !important;
    text-align: center;
    background-color: #424348;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 0px;
    border-color: #fff !important;
    border-radius: 60px;
}
.bx-row {display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -10px;}

.bt_bx {margin: 30px 10px 0;width: 18.3%;background-color: #fbfbfb;text-align: center;padding: 20px 10px;}

.bt_bx h4 {font-size: 18px;color: #5b6274;font-weight: 700;font-family: 'Josefin Sans', sans-serif;}

.bt_bx p {margin-bottom: 0;}
.bt_p p {margin-bottom: 5px;color: #ffffffb0;font-size: 14px;}

.bt_p {margin-top: 10px;}
.team_bx {text-align: center;margin-top: 30px;}

.team_bx img {width: 240px;border-radius: 50%;margin-bottom: 20px;}

.team_bx h4 {font-size: 20px;}
.pkg-img {
    position: relative;
}
.ct {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	text-align:center;
	opacity:0;
	transition: 0.3s;
	z-index:999;
	padding:10px 30px;
}

.pkg-img:after {display: block;position: absolute;background-color: #424b60bd;content: '';height: 100%;width: 100%;top: 0;opacity: 0;transition: 0.3s;}

.ct p {color: #fff;}

.ct span {display: block;font-size: 22px;color: #fff;font-weight: 700;}

.package-box:hover .pkg-img:after, .package-box:hover .pkg-img .ct {opacity: 1;}
.blog_bx {border: 1px solid #fbfbfb;}

.blog_txt {background-color: #fbfbfb;padding: 20px;}

.blog_txt p {margin-bottom: 0;}

.blog_txt h3 {color: #5b6274;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;}

.blog_txt p {color: #292b2c;}
.img-rite {width: 300px;float: right;margin: 0 10px 30px;}
section.gr_sec {background-color: #53d3ab;padding: 60px 0;text-align: center;}

section.gr_sec h2, section.gr_sec p {color: #fff;}

section.gr_sec h2:after {background-image: url(images/heading-border-white.png);}
.gr_sec ul.inner-list.ser-inner-list {text-align: left;column-count: 3;margin-top: 40px;}
.ewd-ufaq-faq-div {background-color: #fbfbfb;padding: 10px;margin-top: 10px;}

.ewd-ufaq-faq-title-text h4 {
	color: #5b6274;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

.ewd-ufaq-faq-div {
    background-color: #fbfbfb;
    padding: 10px !important;
    margin-top: 10px !important;
}
.ewd-ufaq-post-margin-symbol span {color: #53d3ab;font-size: 20px !important;transform: translateY(4px);}
.gry_sec {background-color: #fbfbfb;padding: 30px;text-align: center;}

.gry_sec a {display: inline-block;width: 212px;margin: 10px 4px;}

.gry_sec a {background-color: #74e0c1;color: #fff;}
.page-id-799 .gry_sec a:last-child, .page-id-29 .gry_sec a:nth-child(1), .page-id-31 .gry_sec a:nth-child(2), .page-id-189 .gry_sec a:nth-child(3), .page-id-32 .gry_sec a:nth-child(4) {
    display: none;
}
ul.ft_list {list-style: none;}

ul.ft_list li a {font-size: 16px;color: #fff;margin-bottom: 16px;display: block;}

footer.footer .col-lg-3, footer.footer .col-lg-2 {border-right: 1px solid #ffffffb0;}

footer h3 {font-weight: 300;color: #fff;margin-bottom:30px;}
footer.footer .col-lg-3:last-child{
    border-right:none;
}
.sbs_form input {width: 100%;padding: 8px 30px;border-radius: 50px;border: 1px solid #ffffffb0;background-color: transparent;color: #fff;font-size: 17px;}

.sbs_form input::placeholder {color: #ffffffb0;}

.sbs_form input.wpcf7-submit {background-color: #74e0c1;width: 180px;margin-top: 10px;border-color: #74e0c1;font-family: 'Josefin Sans', sans-serif;}
.sbs_form {
    padding-left: 30px;
}
.header .container-fluid{
	width:1800px;
}
ul.ft_list li a:hover {
    color: #74e0c1;
}
.date-f {font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    width: 100%;
    outline: 0px;
    border: 0px;
    background-color: #74e0c1;
    margin-bottom: 20px;
    position: relative;color: #747f7c;}

.date-f input {width: 100%;position: absolute;left: 0;top: 0;height: 100%;border: none;background-color: transparent;padding: 0 20px 0 140px;color: #747f7c;}

.date-f span.wpcf7-form-control-wrap.date-812 {position: initial;}
.post-32 ul.inner-list li {color: #5b6274;}
.post-32 ul.inner-list li::before {
    width: 24px;
    /* background-color: #74e0c1; */
    color: transparent;
    background-image: url(https://whitsundaysprivatecharters.com.au/wp-content/uploads/2022/04/favicon.png);
    height: 24px;
}
.page-id-192 .gr_sec ul.inner-list.ser-inner-list li {
    padding-right: 30px;
    margin-bottom: 20px;
}
.vid_bx {background-color: #109b73;position: relative;transition: 0.3s;display:inline-flex; align-items:center;}

.vid_bx img {opacity: 0.8;filter: grayscale(1);transition: 0.3s ease-in-out;}

span.playBtn {position: absolute;width: 80px;height: 80px;display: inline-flex;margin: 0 auto;background-color: #74e0c1;left: 0;right: 0;justify-content: center;border-radius: 50%;align-items: center;}

.vid_bx a {display: flex;align-items: center;justify-content: center;}

.vid_bx:hover img {filter: grayscale(0);opacity: 1;}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
span.playBtn img {
    opacity: 1;
}
.page-id-41 .content-spacing {background-color: #74e0c1;}

.page-id-41 .content-spacing h2 {}

.post-41 h2:after {filter: brightness(10);}

.post-41 h2, .post-41 p,  .post-41 p a {color: #fff !important;}
a.map_btn {position: absolute;bottom: 0;display: inline-block;left: 0;right: 0;margin: 0 auto;width: 240px;background-color: #5b6071;color: #ffffff;font-family: 'Josefin Sans', sans-serif;text-align: center;text-transform: lowercase;font-weight: 600;padding: 10px;transition: 0.3s;border-top-left-radius: 20px;border-top-right-radius: 20px;}

a.map_btn:hover {background-color: #838699;}


.popular_packages-template-default section.inner-banner {
    display: none;
}
.blog section.inner-banner {
    display: none;
}
.g-star {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.loc-box figure {
    margin-bottom: 0;
}

.loc-box h4 {
    color: #5b6274;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans',sans-serif;
    margin-bottom: 0;
    margin-top: 30px;
}

.loc-box ul {
    padding-left: 22px;
}

.loc-text ul li {
    list-style: none;
    color: #424348;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 0;
    position: relative;
}

.loc-text ul li:after {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #74e0c1;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 15px;
}

.loc-box {
    background-color: #74e0c10d;
    border: 1px solid #74e0c159;
}

.wp-block-group.loc-text {
    padding: 20px;
}
a.wp-block-button__link.wp-element-button {
    border: 2px solid #74e0c1;
    font-size: 18px;
    text-transform: lowercase;
    color: #74e0c1;
    padding: 8px 20px;
    border-radius: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans',sans-serif;
    transition: .3s;
    display: inline-block;
    background-color: transparent;
}

a.wp-block-button__link.wp-element-button:hover {
    background-color: #74e0c1;
    color: #fff;
}

section.special-offer {
    background-color: #5b6274;
    padding: 30px 0px;
}
.offer-box {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 22px 0px 20px;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,#74e0c1 0%,#44107a 29%,#ff1361 67%,#fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.special-offer p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Josefin Sans',sans-serif;
    margin-bottom: 0px;
    padding-top: 10px;
}
.packages-special-offer {
    margin: 20px 0px 50px 0px;
}
p.tour-popup {
    position: relative;
    z-index: 999;
    padding: 10px;
	color: #5b6274;
}
.package-box:hover p.tour-popup{
	color:#fff;
}
.pum-active, .pum-active > div {
    opacity: 1 !important;
    display: block !important;
}
/**************************/
/***** Media-Querries *****/
/**************************/

@media (min-width: 992px){
.cat_a .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}
}

@media (max-width: 2560px) {
    
}
@media (max-width: 1500px){
	
    .cee-green-box {
        padding: 10px 10px 0px 50px;
    }
    .cee-green-box p {
        font-size: 14px;
        margin-bottom: 10px;
    }
	.extra-small h2 {
    font-size: 20px !important;
}
.extra-small p {
    margin-bottom: 5px !important;
    font-size: 13px !important;
}	

}

@media (max-width: 1440px){

    h2 {
        font-size: 25px;
    }
    h2:after {
        margin: 10px auto 10px;
    }
    .cee-green-box p {
        font-size: 13px;
    }
    .insta-box {
        margin: 20px 12px 0px;
    }
.page-id-189 .tour-sec .img-box {
    background-color: #53d3ab;
}
	
}

@media (max-width: 1328px){

    .pkg-text h3 {
        font-size: 19px;
    }
    .banner-text h1 {
        font-size: 67px;
    }
    .banner-text {
        top: 55% !important;
    }


}

@media(max-width: 1299px) {

    .cee-green-box h2 {
        font-size: 20px;
    }
    .cee-green-box h2:after {
        margin: 1px auto 0px;
    }
    .greenbox-btn a.site-btn {
        font-size: 12px;
    }
    .cee-green-box p {
        font-size: 12px;
    }
	
}

@media(max-width: 1247px) {
    .insta-box {
        margin: 20px 11px 0px;
    }
    
}

@media (max-width: 1200px){
    

}


@media (max-width: 1199px) {
	.bt_bx{
		width:28%;
	}
    
    .top-buttons {
        margin-top: 25px;
    }
    .banner-text {
        text-align: center;
    }
    .banner-text h1 {
        font-size: 57px;
        line-height: 62px;
    }
    .pkg-img img {
        width: 100%;
    }
    .tour-sec {
        display: block;
        border-bottom: 1px solid #fff;
    }
    .img-box {
        width: 100%;
    }
    .cee-green-box {
        padding: 50px 50px 50px 50px;
        width: 100%;
    }
    .cee-green-box h2 {
        font-size: 28px;
    }
    .cee-green-box h2:after {
        margin: 10px auto;
    }
    .cee-green-box p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .greenbox-btn a.site-btn {
        font-size: 18px;
    }
    .insta-box {
        margin: 20px 9px 0px;
    }
	.page-id-189 .cee-green-box {
    width: 100%;
    background-color: #53d3ab;
    padding: 30px 20px 30px 20px;
}
	
}

@media (max-width: 1024px) {
    
}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {

    .testimonial-box {
        margin-bottom: 20px;
    }
    .insta-box {
        margin: 20px 10px 0px;
        float: none;
        display: inline-block;
        width: 30%;
    }	

.cycloneslider-template-standard .cycloneslider-slides {
    height: 440px !important;
}
.woo-text {
    min-height: 480px !important;
}	
}


@media (max-width: 767px) {
	.g-star{
		display:none;
	}

    .logo {
        text-align: center;
    }
    .top-buttons {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
	.banner-text {
        position: unset !important;
        transform: translateY(0px);
        padding: 20px 0px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 38px;
        color: #5b6274;
		text-shadow: 0 0 10px rgb(0 0 0 / 0%);
    }
    .banner-text a {
        border: 2px solid #74e0c1;
        color: #74e0c1;
    }
    .pkg-text h3 {
        font-size: 22px;
    }
    .insta-box {
        width: 45%;
    }
ul.ser-inner-list, .gr_sec ul.inner-list.ser-inner-list {
    column-count: 1;
}
.wp-block-group__inner-container h3 {
    display: none;
}
}


@media (max-width: 575px) {
	footer.footer .col-lg-3, footer.footer .col-lg-2{
		border-right:none;
	}
	footer{
		text-align:center;
	}
	.sbs_form, ul.ft_list {
    padding-left: 0;
}
span.wpcf7-spinner {
    position: absolute;
}
.cycloneslider-template-standard .cycloneslider-slides {
    height: 440px !important;
}
.cee-green-box {
    padding: 30px 20px 30px 20px;
    width: 100%;
}
.get-sec {
    background-position: left;
}
.insta-box {
    width: 100%;
    margin: 0px 0px 20px;
}
.footer-btn {
    text-align: center;
}
ul.social-icons {
    margin-bottom: 20px;
    text-align: center;
}
	.woo-text p, .woo-text{
		margin-bottom: 30px;
    	min-height: auto;
	}
	.woo-text .price-txt p{
		margin-bottom:0;
	}
.bt_bx {
    width: 300px;
}
}

.status-publish ul li{padding:5px 0}

#popmake-677{border-color:#74e0c1 !important}