.page-check_availability #main-header, .page-select_plan #main-header, .page-guestcard #main-header{
    background-color: #292b33;
}
.top-login{
	position: absolute;
	right: 0px;
	width: 20%;
	text-align: right;
}
.top-login .et_pb_widget{
	float: none;
}
.menu-top-menu-container ul{
width: 100%;
margin: 0px;
padding: 0px;
}
.menu-top-menu-container ul li{
display: inline-block;
padding: 0px 15px;
}
.menu-top-menu-container ul li.phone-number a{
color: #ffcd5a !important;
}
.menu-top-menu-container ul li a{
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
}
.menu-top-menu-container ul li.login-tx a {
color: #ffffff;
font-size: 14px;
padding: 13px 17px;
font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #c0916b;
border-radius: 3px;
}
/*.menu-top-menu-container ul li a:hover{
color: #fff;
}*/
.banner-phone-number {
    display: flex;
    position: absolute;
    bottom: 16%;
}
.call-text {
    margin-left: 20px;
}
.call-text p {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: left;
}
.call-text h6 {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff !important;
}
.amenities-points .et_pb_blurb_container{
	padding-left: 0px !important;
}
#footer-bottom{
	display: none;
}

#menu-blueberry-template-footer-menu li{
	width: 100%;
}
ul.tab-mob-footer-visble-menu li a {
    padding-top: 8px;
}
ul.tab-mob-footer-visble-menu li {
    line-height: 1em;
    margin-bottom: 8px;
    display: flex;
}

/* menu */
.et_fullwidth_nav #main-header .container{
justify-content: center;
display: flex;
}
#top-menu-nav ul li a{
font-weight: 300;
letter-spacing: 0.5px;
color: #ffffff;
}
.logo_container{
padding-left: 20px;
}
.et-animated-content .et-fixed-header {
/* background-color: #292b33 !important; */
/* height: 70px; */
}
#et-top-navigation{
	padding-left: 0px !important;
}

.box-images .et_pb_code_inner{
	height: 350px;
}
.big-box-images .et_pb_code_inner{
	height: 730px;
}
.gallery-image-box {
    position: absolute;
    bottom: 10%;
    left: 8%;
}
.big-box-images .gallery-image-box{
	position: absolute;
	bottom: 6%;
}
.gallery-image-box h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.gallery-image-box p {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.3px;
}

/* amenities */
.tooltip {
position: relative;
display: flex;
align-items: center;
/* cursor: pointer; */
}
.tooltip .tooltiptext {
visibility: hidden;
width: 400px;
background-color: transparent;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
right: 0%;
margin-left: -60px;
cursor: pointer;
}
/* .tooltip:hover{
color: #bda588;
} */
.tooltip .tooltiptext img{
width: 100%;
background-size: cover;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.tooltip p{
	display: inline-block;
}
.tooltip:before{
	content: "";
	background-image: url(../images/amenities-point-square.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	display: inline-block;
	margin-right: 20px;
}

.slider-main {
    width: 100%;
}
.top-slide {
    display: flex;
}
.first-product {
    margin: 0px 25px 40px 0px;
    padding: 0px 70px 0px 0px;
}
.first-product:last-child{
	margin: 0px 0px 40px 0px;
}
.first-product img {
    margin-bottom: 24px;
}
.first-product h5 {
	font-family: 'Frank Ruhl Libre',Georgia,"Times New Roman",serif;
    font-size: 18px;
    color: #173e62;
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 10px;
}
.first-product p {
    color: #807f7e;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    font-size: 14px;
}
.gallery-slider .sa_hover_container{
	padding: 0px !important;
}
.gallery-slider .sa_owl_theme .owl-nav{
	display: none !important;
}
.gallery-slider .sa_owl_theme .owl-dots{
	width: auto;
	left: 40%;
    transform: translateX(-50%);
}

/* seaarch form */
.search-form .filter-main form .form-group label{
	color: #bda588;
}
.search-form .filter-main form .form-group input, .search-form .filter-main form .form-group select{
	color: #173e62 !important;
}
.search-butn{
	border: 1px solid #bda588 !important;
	color: #bda588 !important;
}

/* gallery */
.gallery-images-main .et_pb_gallery_title{
	position: absolute;
    bottom: 14%;
    left: 28px;
    margin-top: 0px;
}
.gallery-images-main .et_pb_gallery_caption{
	position: absolute;
    bottom: 8%;
    left: 28px;
}
.gallery-images-main .et_pb_gallery_item {
    height: 350px;
    position: relative;
}
.gallery-images-main .et_pb_gallery_item img{
    height: 350px;
}
.mfp-bottom-bar{
	display: none;
}



/*Select Plan*/
.page-select_plan .entry-content .select-plan table thead tr th {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
}
.page-select_plan .entry-content .select-plan table tbody tr td {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.et_pb_gallery_image a img{
	object-fit: cover !important;
}

/*footer email */
.footer-email-main {
    display: flex;
    width: 60%;
    margin: 0px auto;
    justify-content: center;
}
.email-input-footer {
    width: 80%;
}
.submit-input-footer {
    width: 20%;
}
.email-input-footer .footer-email-address{
	width: 96%;
	padding: 15px;
	border: 1px solid #9ec4db;
	line-height: 17px;
}
.email-input-footer .footer-email-address::placeholder{
	text-transform: uppercase;
	color: #b7b7b7;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.submit-input-footer .footer-submit-button{
	padding: 15px;
	cursor: pointer;
	background-color: #25abe3;
    border: none;
    text-transform: uppercase;
    color: #130000;
    font-family: 'Roboto Mono',monospace;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 17px;
}
.footer-logo-first-images {
    text-align: center;
    border-bottom: 1px solid #003452;
    border-right: 1px solid #003452;
    padding: 30px 0px;
}
.footer-second-logo-images {
    display: flex;
    border-bottom: 1px solid #003452;
    border-right: 1px solid #003452;
}
.company-logo-images:first-child {
    border-right: 1px solid #003452;
}
.company-logo-images{
    width: 50%;
    padding: 30px 0px 20px;
    text-align: center;
}
.bottom-text {
    border-right: 1px solid #003452;
    padding: 30px 0px;
    text-align: center;
}
.bottom-text p {
    color: #fff;
    font-size: 14px;
}
.footer-links {
    border-bottom: 1px solid #003452;
}
.footer-links ul {
    list-style: none;
    padding: 42px 60px !important;
}
.footer-links ul li {
    display: inline-block;
    padding: 0px 20px 20px;
}
.footer-links ul li:last-child{
	padding: 0px 20px 0px;
}
.footer-links ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    color: #fff;
}
.policy-buttons ul {
    list-style: none !important;
    padding: 50px 0px 20px !important;
}
.policy-buttons ul li:first-child{
	padding: 0px 10px 0px 0px;
}
.policy-buttons ul li {
    display: inline-block;
    padding: 0px 20px;
}
.policy-buttons ul li a {
    background-color: #383838;
    padding: 5px 3px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}
.brochure-button {
    padding: 10px 0px;
    text-align: center;
}
.brochure-button a {
    background-color: #f79617;
    padding: 20px;
    color: #ffff;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    display: inline-block;
}
.call-button-footer {
    text-align: center;
    padding: 30px 0px;
}
.call-button-footer a {
    color: #25abe3;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    text-decoration: underline;
}
.copyright-text {
    padding: 20px 0px;
    text-align: center;
}
.copyright-text p {
    color: #026594;
    font-size: 13px;
}
.social-media-footer-div {
    padding: 0px 24px;
}
.social-media-footer-div ul {
    list-style: none;
    text-align: center;
}
.social-media-footer-div ul li {
    display: inline-block;
    padding: 0px 12px;
}
.social-media-footer-div ul li a{
	color: #ffffff;
	font-size: 22px;
}
.btn-num-mobile-menu {
    display: none;
}
.tab-mobile-login-button{
		display: none;
	}

.page-select_plan .entry-content .select-plan table thead tr th {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
}
.page-select_plan .entry-content .select-plan table tbody tr td {
    color: #000 !important;
    border: 1px solid #000 !important;
}
.header-banner .et_pb_slide_title a{
	pointer-events: none;
}
.tab-navi ul li.active, .tab-navi ul li:hover {
    color: #000000 !important;
	font-weight: 500;
}
.tab-navi ul li{
	color: #221e1f !important;
    font-size: 20px !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400;
}


/* contact us form */

.contact-form-main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.contact-form-group {
    margin-bottom: 14px;
    width: 50%;
    padding-right: 10px;
}
.contact-form-group .wpcf7-form-control-wrap {
    width: 100%;
}
.contact-form-group .wpcf7-form-control-wrap input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ebe7e4 !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #6C6C6C;
    padding: 10px 20px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.contact-form-group .wpcf7-form-control-wrap select {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ebe7e4 !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #6C6C6C;
    padding: 10px 20px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.contact-form-group .wpcf7-form-control-wrap input,
.contact-form-group .wpcf7-form-control-wrap select{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	min-height: 47px !important;
	height: 47px !important;
	max-height: 47px !important;
}
.contact-form-group.message-form-field {
    width: 100%;
}
.contact-form-group .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 200px;
    background: #FFFFFF;
    border: 1px solid #ebe7e4 !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #6C6C6C;
    padding: 10px 20px 0px;
    resize: unset;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.label-text-for-date p {
    font-size: 14px;
    padding-left: 3px;
    color: #6C6C6C;
    font-weight: 300;
}
.contact-form-group.popup-send-button {
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.contact-send-button button {
    text-align: center;
    background-color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px !important;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 10px 30px !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.contact-send-button button:hover{
	background-color: #000000 !important;
	border: none !important;
}
.contact-send-button button:after{
	display: none;
}
.email-form-field p {
    font-size: 12px;
    padding-left: 4px;
	color: #6C6C6C;
    font-weight: 300;
}
.select-drop-down-label p {
    font-size: 14px;
	padding-left: 3px;
	color: #6C6C6C;
    font-weight: 300;
}
.contact-send-button{
	 width: 100%;
    text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c0916b !important;
}

/* contact us form */


/*responsive*/

@media only screen and (max-width: 1600px){
	.banner-phone-number{
		bottom: 8%;
	}
	.top-login{
		width: 18%;
	}
}

@media only screen and (max-width: 1366px){
	#home .header-content h1{
		font-size: 54px;
	}
	.first-product {
    	padding: 0px 20px 0px 0px;
	}
	#home .header-banner .et_pb_slide_description h1{
		font-size: 54px !important;
		max-width: 60%;
    	width: 60%;
	}
	.banner-phone-number {
    	bottom: 14%;
	}
	body #page-container #home.et_pb_section .et_pb_slider .et_pb_slide .et_pb_more_button.et_pb_button{
		font-size: 15px !important;
		padding-top: 16px!important;
	    padding-right: 32px!important;
	    padding-bottom: 16px!important;
	    padding-left: 32px!important;
	    margin-top: 20px!important;
	}
}

@media only screen and (max-width: 1280px){
/* 	#amenities .amenities-points-main{
		max-width: 70%;
		width: 70%;
	} */
}
@media screen and (max-width: 1280px) and (max-height: 600px){
	.banner-phone-number {
    	bottom: -12px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1152px){
	#top-menu li a {
    	font-size: 13px !important;
	}
	.tab-mobile-login-button {
    	display: inline-block;
    	margin-top: 10px;
	}
	.tab-mobile-login-button a{
		color: #ffffff;
		font-size: 15px;
		padding: 13px 17px;
		font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 500;
		text-transform: inherit;
		letter-spacing: 0px;
		background-color: #c0916b;
		border-radius: 3px;
		display: inline-block;
	}
	.top-login{
		display: none;
	}
	#et-top-navigation {
    	padding-left: 130px !important;
	} 
	.tab-navi ul li{
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 1024px){
	#home .header-content h1{
		font-size: 44px;
		width: 60%;
	}
	#home .header-banner .et_pb_slide_description h1{
		font-size: 44px !important;
	}
	body #page-container #home.et_pb_section .et_pb_slider .et_pb_slide .et_pb_more_button.et_pb_button{
		font-size: 15px !important;
		padding-top: 16px!important;
	    padding-right: 32px!important;
	    padding-bottom: 16px!important;
	    padding-left: 32px!important;
	    margin-top: 24px!important;
	}
	#home.et_pb_section .header-banner .header-content a.et_pb_button.et_pb_button_one{
		font-size: 15px !important;
		padding-top: 16px!important;
	    padding-right: 32px!important;
	    padding-bottom: 16px!important;
	    padding-left: 32px!important;
	    margin-top: 24px!important;
	}
	.call-text h6{
		font-size: 18px;
	}
/* 	#amenities .amenities-points-main {
	    max-width: 80%;
	    width: 80%;
	} */
	.tooltip .tooltiptext{
		width: 300px;
	}
/* 	.menu-top-menu-container ul li a{
		font-size: 12px;
	}
	.menu-top-menu-container ul li{
		padding: 0px 8px;
	}
	.top-login {
		width: 20%;
	}
	.top-login .et_pb_widget{
		float: right !important;
		margin-right: 15px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation{
		padding-left: 0px !important;
	}
	#top-menu li a {
    	font-size: 14px !important;
	} */
	.banner-phone-number {
    	bottom: 8%;
	}
/* 	#et-top-navigation {
    	padding-left: 0px !important;
	} */
}

/*ipad*/
@media screen and (max-width: 912px){
	.et_fullwidth_nav #main-header .container{
		display: block;
	}
/* 	.first-product {
    	padding: 0px 0px 0px 0px;
    	text-align: center;
	}
	.gallery-slider .sa_owl_theme .owl-dots{
		left: 50%;
	} */
/* 	#amenities .amenities-points-main {
    	max-width: 60%;
    	width: 60%;
	} */
/* 	.box-images .et_pb_code_inner {
    	height: 320px;
	} */
/* 	.big-box-images .et_pb_code_inner {
    	height: 320px;
	} */
	.et-fixed-header {
	    position: fixed !important;
	    top: 0px !important;
	    background-color: #292b33 !important;
	}
	.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    	color: #ffae30 !important;
	}
	#main-header .et_mobile_menu {
    	background-color: #292b33 !important;
    	border-top: 2px solid #ffae30 !important;
	}
	.et_mobile_menu li a{
		color: rgba(255,255,255,0.6) !important;
		padding: 10px 0% !important;
	}
	.top-login{
		display: none;
	}
	.banner-phone-number {
    	bottom: 0;
		width: 100%;
		justify-content: center;
		left: 0px;
	}
	.call-text{
		margin-left: 0px;
		margin-bottom: 14px;
	}
/* 	.call-text p{
		text-align: center;
	} */
	.logo_container {
    	padding: 0px;
	}
	.tab-mobile-login-button{
		display: inline-block;
    	margin-top: 10px;
	}
	.tab-mobile-login-button a{
		color: #ffffff;
	    font-size: 15px;
	    padding: 13px 17px;
	    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	    font-weight: 500;
	    text-transform: inherit;
	    letter-spacing: 0px;
	    background-color: #c0916b;
	    border-radius: 3px;
	    display: inline-block;
	}
	.btn-num-mobile-menu {
	    position: absolute;
	    bottom: 20%;
	    left: 50%;
	    transform: translateX(-50%);
	    display: block;
	}
	.btn-num-mobile-menu ul {
	    padding: 0px !important;
	    line-height: 0px !important;
	}
	.btn-num-mobile-menu li {
	    padding: 0px 15px;
	    display: inline-block;
	    font-size: 16px;
	    line-height: 1em;
	}
	.btn-num-mobile-menu li a.mobile-phone-number {
	    color: #ffcd5a;
	}
	.btn-num-mobile-menu li a.mobile-login {
	    font-weight: 400;
	    font-size: 16px;
	    letter-spacing: 1px;
	    color: #fff !important;
	}
	#home .header-banner .et_pb_slide_description h1{
		max-width: 100%;
		width: 100%;
	}
	#footer .et_pb_menu .et_pb_menu__menu{
        display: block;
        float: left;
        width: 100%;
    }
    #footer .et_mobile_nav_menu{
        display: none;
    }
	.tab-navi ul li{
		margin: 0px 8px 14px !important;
	}
	.tab-navi ul li {
    	font-size: 18px !important;
	}
}

/* mobile screen */
@media only screen and (min-width: 320px) and (max-width: 767px){
	.et_mobile_menu li a{
		padding: 10px 15px !important;
	}
	#home .header-content h1{
		font-size: 36px;
		width: 60%;
	}
	#home .header-banner .et_pb_slide_description h1 {
		font-size: 36px !important;
	}
	#home.et_pb_section .header-banner .header-content a.et_pb_button.et_pb_button_one{
		margin-right: 0px;
	}
	#home .header-content{
		text-align: center;
	}
/* 	.banner-phone-number {
	    position: relative;
	    display: block;
	    width: 100%;
	} */
	.call-text p{
		font-size: 13px;
/* 		text-align: center; */
	}
	.call-text h6 {
    	font-size: 16px;
	}
/* 	.call-text {
    	margin-left: 0px;
	} */
	img.phone-icon {
	    width: 60px;
	    height: 60px;
	}
	.top-slide {
    	display: block;
	}
	.first-product{
		margin: 0px 0px 40px 0px;
	}
	.gallery-col-1{
		margin-bottom: 0px !important;
	}
	.gallery-col-2{
		margin-bottom: 0px !important;
	}
	.tooltip p{
		width: 80%;
	}
	.tab-mobile-login-button {
	    margin-left: 0px;
	    margin-top: 10px;
	}
	.tab-navi ul li {
    	font-size: 16px !important;
	}
	
/* 	contact us form */
	
	.contact-form-group{
		width: 100%;
	}
	.contact-form-group .wpcf7-form-control-wrap textarea{
		height: 160px;
	}
	
/* 	contact us form */
}