/* Font */

@import url(./../fonts/theme-fonts/montserrat/stylesheet.css);
/* Common CSS */

:root {
  --primary-color: #4CB6EC;
  --secondary-bg: rgba(116, 209, 255, 0.65);
  ;
  --theme-bg: #4EAFD5;
}

body,
html {
  height: 100%;
}

body {
  background: #ffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.page-wrapper {
  flex: 1 1 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

h6,
h5 {
  font-weight: 600;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #045b86;
  text-decoration: none;
}

.link {
  color: #06ACFF;
}

.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.object-cover {
  object-fit: cover;
}

.btn {
  border: none;
  outline: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  padding: 12px 0;
  border-radius: 0;
}

.primary-btn {
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.15s background-color ease-in-out, 0.15s color ease-in-out;
  position: relative;
}

.primary-btn:hover {
  color: #046596;
}

.btn:hover {
  color: #046596;
}

.secondary-btn {
  background-color: var(--secondary-bg);
  color: #2D2D2D;
  border: none;
  padding: 12px 43px;
}

.btn-shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
.font-weight-500{
  font-weight: 500!important;
}
.color-white {
  color: #fff;
}

.color-btn {
  color: #2D2D2D !important;
}

.color-text {
  color: #4B5050 !important;
}
.color-black{
  color: #000!important;
}
.color-blue{
  color: #375A77!important;
}
.beach-img img {
  width: 50px;
}
.bg-light{
  background-color: #E9E9E9;
}
.bg-btn{
  background-color: #06ACFF!important;
  border: 0;
}
.width-300{
  width: 300px;
  max-width: 100%;
}
.heading {
  font-size: 60px;
}

.title {
  font-size: 35px;
  font-weight: 600;
  color: var(--primary-color);
}

.font-weight-600 {
  font-weight: 600 !important;
} 

h4 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}
.font-40 {
  font-size: 40px;
}
.font-35 {
  font-size: 35px;
}
.font-weight-400 {
  font-weight: 400;
}

.light-bg {
  background: #EBF5FA!important;
}
.bg-row{
  background-color: #fafafa!important;
}

.width-600 {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.width-500 {
  width: 500px;
  max-width: 100%;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
}


/* landing-page */
.landing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/banner_landing.png);
  background-size: cover;
  height: calc(100vh - 78px);
  background-position: center;
  display: flex !important;
  align-items: center;
 
}

.landing-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 78px);
}

.landing-page .slick-dots {
  bottom: 20px !important;
  opacity: 1 !important;
}

.landing-page .slick-dots li button::before {
  color: #B3B3B3 !important;
  opacity: 1 !important;
}

.landing-page .slick-dots li.slick-active button::before {
  color: white !important;
  opacity: 1 !important;
}

.landing-page .slick-dots li button::before {
  font-size: 11px;
}

.landing-page .slick-dots li {
  margin: 0;
}

.landing-page .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.landing .btn-wrap {
  margin-top: 104px;
}

.bestswim-wrap .nav-tabs, .temp-main .nav-tabs, #graph-main .nav-tabs {
  border: none;
  margin-bottom: 33px;
}

.bestswim-wrap .nav-tabs .nav-link, .temp-main .nav-tabs .nav-link, #graph-main .nav-tabs .nav-link{
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

.bestswim-wrap .nav-tabs .nav-link.active, .temp-main .nav-tabs .nav-link.active, #graph-main .nav-tabs .nav-link.active{
  background: #4CB6EC;
  color: #FFF;
}

.table-color tbody tr:nth-of-type(even) {
  background-color: white;
}

#forcast .table-color tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
#forcast .table-color tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-color tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-color td {

  color: #7D7676;
}

.table-color th {
  border: none;
  padding: 10px 50px;
  font-weight: 500;

}

.table-color td {
  border: 0;
  padding: 20px 40px;
}

.table-color td:not(:first-child), #forcast .table-color td:first-child {
  padding: 26px 40px 20px 40px;
}
#forcast td{
  color: #000;
  font-weight: 500;
}

.table-color td:first-child {
  padding: 20px 50px 20px 4px;
}

.table-color thead {
  background-color: var(--theme-bg);
  font-weight: 500;
}

#forcast thead {
  background-color: var(--primary-color);
}
#forcast thead th {
  padding: 20px 20px;
}
.small-table .table-color td {
  color: #000000;
}
.small-table .table-color td:first-child {
  padding: 30px 10px;
}

.image-width {
  width: 100%;
  height: 100%;
}

.about-content {
  padding-right: 50px;
}

#summary p.collapse:not(.show) {
  max-height: 95px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#summary p.collapsing {
  min-height: 100px !important;
}

#summary a.collapsed:after {
  color: #046596;
  content: ' Read More';
}

.weneed h4 {
  margin-left: 189px;
}

.weneed p {
  margin-left: 139px;
}
/* beach */
.beach-page .table-color td:first-child {
  padding: 20px 50px 20px 50px!important;
}
.beach-page .title{
  padding-top: 70px;
  padding-bottom: 54px;
}
/* map page */
.map-search-bar{
  top: 62px;
}

.map-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 200px);
  width: 100%;
}
.search-btn{

  background: #1A868E;
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  padding: 0 16px;
}

.map-wrap .form-control{
  height: 50px;
  padding: 12px 30px;
  border: 1px solid #D6D6D6;
border-radius: 10px;
}
.box-light {
  background: transparent;
  padding: 37px;
  width: 654px;
  max-width: 100%;
}
.box-light .heading{
    font-size: 45px;
	text-shadow: 5px 5px 3px #000;
}
.box-light .desc{
    font-weight: 500;
	font-size: 28px;
	color: #FFFFFF;
	text-shadow: 5px 5px 3px #000;
}

  .collapsed_menu{
  position: fixed;
  left: -100%;
  transition: 1s all;
  background:#fff;
  z-index: 1;
  height: 100%;
}
.collapsed_menu .close_menu{
	display:none;
}
body .open_show {
	position: fixed;
    top: 0;
    left: 0;
    width: 450px;
    height: 100%;
    transition: 0.5s all;
    background: #fff;
    box-shadow: 0px 3px 3px #ddd;
    z-index: 99;
}
.side-logo{
  margin:3rem 0 5rem ;
  display: none;
}
.close_menu i{
  color: #BCBCBC;
  font-size: 33px;
  margin: 15px 25px 10px
}
.collapsed_menu .navbar-nav li{
  border-bottom:1px solid #F1F1F1;
}
.collapsed_menu .navbar-nav li a {
  color: #818181;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.025em;
	word-break: break-all;
}
.collapsed_menu .header-social-link{
  position:absolute;
  display: none;
  bottom: 10%;
  width: 100%;
}
.header-social-link  a i{
  color:#BDBDBD;
  font-size: 20px;
}
.header-social-link  a:not(:last-child){
 margin-right:20px;
}
#panelBodyOne a {
  display: block;
  padding: 10px 50px;
  border-top: 1px solid #F1F1F1;
  text-decoration: none;
}
	#panelBodyTwo a {
  display: block;
  padding: 10px 85px;
  border-top: 1px solid #F1F1F1;
  text-decoration: none;
}
.accordion-toggle::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 34px;
  border-bottom: 2px solid #818181;
  border-left: 2px solid #818181;
  transform: rotate(225deg);
  top: 18px;
  transition: 0.5s;
}
.accordion-toggle::before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: #F3F3F3;
  right: 5px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.accordion-toggle[aria-expanded="true"]::after{
  transform: rotate(315deg); 
 
}
#chartContainer {
	min-width: 800px !important;
}
.graph-img {
	overflow-x: auto;
}
#recent-blog .color-btn {
	min-height: 84px;
}
@media (min-width: 1500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    min-width: 80%;
    max-width: 80%;
  }

}

@media (max-width: 1500px) {
 
    .club .font-28 {
      font-size: 22px;
    }
}

@media (max-width: 1199.98px) {
  .box-light {
    padding: 26px;
    width: 530px;
}
.box-light .heading{
  font-size: 40px;
}
.box-light .desc{
  font-size: 22px;
}
h4 {
  font-size: 24px;
}
.font-24{
  font-size: 20px;
}
}

@media (max-width: 991.98px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beach-page .title{
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .font-28 {
    font-size: 24px;
  }
  .btn {
    font-size: 16px;
  }
  .box-light .heading{
    font-size: 30px;
  }
  .box-light .desc{
    font-size: 18px;
  }
  .box-light {
    padding: 20px;
}
	#recent-blog .color-btn {
		min-height: unset;
	}
}

@media (min-width: 992px) {
 
}

@media (max-width: 767.98px) {
  .collapsed_menu .navbar-nav li a{
    font-size: 18px;
  }
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .beach-page .title{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h4 {
    font-size: 20px;
  }

  .font-24{
    font-size: 18px;
  }

  .title {
    font-size: 30px;
  }
.modal-dialog  .title {
    font-size: 20px;
  }
  .font-28 {
    font-size: 22px;
  }

  .weneed p {
    margin-left: 0px;
  }
  .heading{
    font-size:45px;
  }
  .landing {
    height: calc(100vh - 75px);
  }
}

@media (max-width: 576.98px) {
  body .open_show{
	  overflow:hidden;
    width:320px !important;
  }
  .collapsed_menu .navbar-nav li a{
    font-size: 15px;
  }
  .accordion-toggle::after {
    top: 15px;
  }
  .secondary-btn {
    padding: 12px 24px;
  }
}

.home_blog {
  height: 258px;
}

.recent_blog {
  height: 258px;
}

i.far.fa-times {
    cursor: pointer;
}

.error {
  color: #a40d0d;
}

#sug-sub {
  display: none;
}

#cloud-image {
  height: 34px;
}

.cloud_cover span img {
  height: 31px;
}

/*search select*/
.selectize-input.items.not-full.has-options {
    padding: 10px 12px;
    height: 45px;
    text-align: center;
    line-height: 26px!important;
}

.search_div .button_div {
    position: absolute;
    z-index: 1;
    right: -10%;
    top: 0;
    transform: translatex(50%);
}

.selectize-input {
    min-height: 45px!important;
    line-height: 30px!important;
}
.search_div {
    height: 0px !important;
    margin: 20px auto;
    position: relative;
    width: 100%;
    max-width: 520px;
}
.search_div .secondary-btn {
    padding: 10px 25px;
    font-size: 16px;
}

.theme-header.fixed {
    position: fixed;
    z-index: 10;
    background: #fff;
}
.aboutus-wrap p {
	padding-inline: 20px;
}
.aboutus.light-bg p {
	padding: 0;
}
p.quotation {
    font-size: 20px;
    text-align: center;
}
p.author {
    width: 100%;
    text-align: center;
    font-size: 20px;
}
@media (max-width: 767.98px) {
  .search_div .button_div {
      right: 50%;
      top: inherit;
      transform: translate(50%,10%);
  }
}

select#select-location {
    height: 47px;
    width: 350px;
}

@media (min-width: 991px) and (max-width: 1199.98px) { 

.search_div .selectize-dropdown-content {
	max-height: 150px;
}

}

.search_div .selectize-dropdown-content {
	max-height: 150px;
}

.search_div .selectize-input {
	padding: 6px 30px 6px 20px !important;
    position: relative;
    z-index: 99;
	line-height: 30px !important;
}

@media (max-width: 575px) { 
	.slick-dots {
		display: none !important;
	}
}

.review-image img {
	width: 180px;
}

.custom_sidebar_menu {
    overflow: auto;
    height: 85%;
    margin-top: 78px;
    border-top: 1px solid #f1f1f1;
    max-width: 450px;
    width: 100%;
}

.theme-header .navbar-brand {
    z-index: 1;
}

.map-heading {
	margin: 20px 0!important;
}

.text-wrap.mb-4.footer-desc {
	font-size: 14px;
}

.landing-wrap .heading {
    width: 100%;
    word-break: break-word;
    overflow: hidden;
	text-shadow: 5px 5px 3px #000;
}

img.temp_table_image {
    height: 25px;
}

@media screen and (max-width: 412px) {
.slick-track {
    height: auto !important;
}
}

.no-data {
  font-size: 12px;
  margin-bottom: 0;
}

.swimming h6 a {
color: #4cb6ec;
text-decoration: underline;
}

.swimming h6 a:hover {
text-decoration: none;
}

.lifestyle img {
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}

.lifestyle a {
color: #4cb6ec;
  text-decoration: underline;
}

.lifestyle a:hover {
  text-decoration: none;
}

.lifestyle div {
margin-top: 15px;
margin-bottom: 15px;
}

.gallery-item {
width: auto !important;
}

.gallery-item img {
max-height: 200px;
height: 200px;
}

.desktop-nav {
display: flex;
margin-bottom: 0;
margin-left: auto;
}

.desktop-nav li {
list-style: none;
}

.desktop-nav li a {
color: #4cb6ec;
font-weight: 700;
}

.desktop-nav li a:hover {
text-decoration: underline;
}

.mobile-menu-button {
display: none;
margin-left: auto;
}

.blog_post_category {
margin-bottom: 10px;
}

.blog_post_category a {
padding: 5px 10px;
  background-color: #4cb6ec;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
margin-right: 5px;
}

.recent_blog .image-width {
border-radius: 15px;
}

.blog_post_category .post-categories {
padding-left: 0;
display: flex;
}

.blog_post_category .post-categories li {
list-style: none;
}

.blog-category-list {
display: flex;
display: flex;
  margin-top: 20px;
  justify-content: center;
  gap: 20px;
color: #4cb6ec;
}

.blog-category-list li {
list-style: none;
}

.blog-category-list li a {
text-decoration: underline;
}

.blog-list-page #banner-blog1 {
height: 700px;
}

.blog1 .box-light {
width: 100% !important;
z-index: 99;
  position: relative;
}

.blog1 .box-light .heading {
font-size: 40px;
}

.blog1 .box-light .sub_heading {
font-size: 25px;
}

.single-blog-header-shadow {
position: absolute;
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.blog-list-page table {
border: 1px solid;
}

.blog-list-page th {
border: 1px solid;
}

.blog-list-page td {
border: 1px solid;
}

.full-section {
	width: 100%;
	height: 500px;
	background-size: cover;
	display: flex;
	align-items: center;
}

.full-section .landing-wrap {
	height: auto !important;
}

.full-section-content {
	color: #fff !important;
}

.full-section-content {
	font-size: 20px;
    text-align: center;
	padding-inline: 20px;
}

.full-section-content a {
	text-decoration: underline;
}


@media only screen and (max-width: 1200px) {
.desktop-nav {
  display: none;
}
.mobile-menu-button {
  display: block;
}
}

