/* @font-face {
  font-family: 'Basic Sans Regular';
  src: url('/assets/fonts/basic_sans_regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Basic Sans Regular";
  src: url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.eot");
  src: url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/927699cb752d1b76650593a4ad6710b8.svg#BasicSans-Regular")format("svg");
}

body {
  --tw-text-opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 14px !important;
  line-height: 1.4rem;
  font-family: 'Basic Sans Regular', sans-serif;
  font-weight: 400; /* Add this line */
}



.loginLink {
  color: #000 !important;
}

.loginLink a {
  text-decoration: none !important;
  color: #000 !important;
}


.leaflet-container {
  font-size: 13px !important;
  font-family: 'Basic Sans Regular',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

.icontext {
  font-family: 'Basic Sans Regular', sans-serif !important;
  font-size: 13px !important;
  margin-left: 5px;
}

html {
  background: #f1f1f1 !important;
}

.well {
  border: none !important;
  box-shadow: unset !important;
}

.card {
  border: none !important;
  border-radius: 5px !important;
}

.card-img,
.card-img-top {
  border-radius: none !important;
}

.minheight {
  min-height: 820px;
}

/* p {
  font-family: "Quicksand", sans-serif !important;
} */

.h1,
.h2,
.h3
 {
  font-family: 'Basic Sans Regular', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #2e190d;
}

.h1,
h1 {
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}

.h2,
h2 {
  font-size: 1.25rem; 
  /* line-height: 1.75rem; */
  font-weight: 800;
 
}

.h3,
h3 {
  font-size: 1.1rem;
}

.bg-sunset {
  --tw-bg-opacity: 1;
  background-color: rgb(245 129 74/var(--tw-bg-opacity));
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  margin-top: 1rem !important;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.submenu {
  margin-bottom: 75px;
}

.mapsearch {
  height: 75vh;
  width: 100%;

  margin-right: 15px;
}

.pull-right {
  float: right !important;
  text-align: right;
}

.btn {
  /* font-family: Arial, Helvetica, sans-serif !important; */
  border-radius: 4px;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  padding: 7px 7px !important;
  letter-spacing: normal !important;
  
  
}

.btn-info {
  height: 33px;
}

.bg-emc {
  background-color: #FFF !important;
  /* background-image: linear-gradient(to left bottom, rgba(72, 99, 29, 0.85), rgba(72, 99, 29, 0.95)); */
  /* background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)), url("assets/img/menuback.png"); */
}

.navbaraccount {
  z-index: 1 !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  float: right;
  
}

.bg-account {
  background-color: #FFF !important;
  /* background-image: linear-gradient(to left bottom, rgba(72, 99, 29, 0.85), rgba(72, 99, 29, 0.95)); */
  /* background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35)), url("assets/img/menuback.png"); */
}

.badge-helpx {
  background-color: #318199 !important;
  padding: 5px;
  
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  padding: 0.5rem 0.5rem !important;
  margin-bottom: 0px;
}

/* .btn-login {
  color: #fff;
  background-color: #318199 !important;
  border: 2px solid #fff;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 10px;
}

.btn-login:hover {
  color: #fff;
  background-color: transparent;
  border-color: #318199;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
} */

.btn-login {
  background-color: #318199 !important;
  color: #fff !important;
  border: solid 1px #318199  !important;
  margin-left: 10px;
  padding-top: 8px !important;
}

.btn-login:hover {
  color: #318199  !important;
  background-color: #fff !important;
  border: solid 1px #318199  !important;
}

footer {
  /* border-top: solid 3px #318199; */
  text-align: center;
}

.copyright {
  
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.nomargin {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.videoleft {
  padding-right: 10px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .page-title {
    display: block !important;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin-bottom: 0;
    list-style: none;
  }

  .navbar > .container,
  .navbar > .container-fluid {
    display: block;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .videoleft {
    padding-right: 0px;
  }
}

.navbar-toggler {
  color: white;
}

.testimonialClient {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #318199;
}

.testimonialCountry {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #318199;
}

.testimonialdate {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #318199;
}

.listinggrid {
  padding-bottom: 15px;
}

h3 {
  /* color: #318199; */
  font-weight: 500;
}

.infopanel {
  margin-bottom: 20px;
}

.infotext strong {
  /* font-size: 0.8rem; */
  color: #e28147;
  font-weight: 500;
}

.well {
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); */
  border-radius: 5px !important;
}

.subtext {
  font-size: 13px;
  color: #616161;
}

.displayicons {
  margin-bottom: 10px;
}

.btn-helpx {
  background: #8eff78;
  border: 1px solid #e4ec41;
  color: #000;
  /* height: 40px; */
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      flex-basis: auto;
      display: flex; /* Use flexbox for alignment */
      justify-content: flex-end; /* Align items to the right */
  }
}



fieldset {
  /* color: #383838; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: unset !important;
  height: unset !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  h1 {
    font-size: 18px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  

  .contactimage {
    display: none;
  }

  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0px;
    margin-left: 8px;
    margin-top: 0px;
    position: fixed;
    width: 100% !important;
    background-color: #FFF !important;
    border-bottom: solid 2px #318199;
  }

  
}

.card {
  margin-top: 10px;
  border-radius: 5px !important;
  
}

/* Remove spinners from number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 6px solid #000 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  color: black;
  right: 0px !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #318199;
}

.review .image.thumb {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #318199;
  float: left;
  position: relative;
  margin-right: 10px;
}

.reportbutton {
  height: 40px;
}

.form-actions {
  background: none !important;
}

.badge-helpx {
  color: #fff;
  background-color: #318199 !important;
}

.messageDate {
  font-size: 1.2rem;
  color: #646464;
  padding-top: 10px;
}

.padding10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* //New Slider stuff */
.slider {
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 120px;
  min-height: 200px !important;
}

.slider .owl-item.active.center .sliderback {
  display: block !important;
  padding: 10px;
}

.slider .owl-item.active.center img {
  opacity: 1;
}

.slider .owl-nav {
  display: none;
}

.slider .owl-dots {
  padding-top: 20px;
}

.btn-action {
  color: white;
  border: solid 1px white;
  background-color: transparent;
}

.sliderback h1 {
  color: white;
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: rgba(49, 77, 109, 0.65);
}

.sliderback h2 {
  color: white;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: unset;
  font-weight: normal;

}

.sliderback p {
  color: white;
  font-size: 16px;
}

.btn-action {
  color: white;
  background: transparent;
  border: solid 1px white;
  border-radius: 0px;
}

.btn-action:hover {
  color: white;
  background: transparent;
  border: solid 1px white;
}

@media screen and (min-width: 1500px) {
  .sliderback {
    /* background: rgba(49, 77, 109, 0.65); */
    /* background: rgba(0, 0, 0, 0.35); */
    padding-top: 12%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: none;
    /* margin-top: 10%; */
  }

  .btn-action {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1499px) {
  .sliderback {
    /* background: rgba(0, 0, 0, 0.25); */
    padding-top: 12%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: none;
  }

  .btn-action {
    margin-top: 80px;
  }
}

@media screen and (max-width: 990px) {
  /* .slider {
    margin-top: 58px;
   
  } */

  .sliderback {
    /* background: rgba(0, 0, 0, 0.25); */
    padding-top: 12%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: none;
  }

  .btn-action {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .slider {
    margin-top: 30px !important;
    max-height: 230px !important;
    min-height: 230px !important;
    overflow: hidden;
  }

  .inlineinputblock {
    float: left !important;
    margin-top: 10px;
    text-align: left;
  }

  .slider .owl-item.active.center .sliderback {
    display: none !important;
  }

  .slider .owl-carousel .owl-stage {
    margin-top: 50px;
  }

  .slider .owl-theme .owl-nav {
    margin-top: -10px;
  }

  .planblocktext {
    text-align: center;
    padding-top: 10% !important;
    min-height: 230px !important;
  }

  .search {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1536px) {
  .container {
      max-width: 1536px;
  }

  .navbar {
    
    padding: 10px !important;
  }
}


@media (max-width: 1450px) {
  /* .container {
    max-width: 1920px;
  } */

  .hostside {
    
  }
}

@media (min-width: 1450px) {
  /* .container {
    max-width: 1920px;
  } */
}

.helperimages {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.helperimagesgrid {
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.helperdescription {
  height: 270px;
}

.companiondescription {
  height: 260px;
}

.helperselectinnergrid {
  height: 270px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s ease;
}

.helperselectinnergrid:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.helperimagesgrid .icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.hostimages {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hostimagesgrid {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hostimagesside {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.helperimagesside {
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.favourite {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #8cbc46;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  padding-top: 1px;
}

.favouritegrid {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #8cbc46;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  padding-left: 10px;
}

.favouritegridlist {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #318199;
  color: #318199;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  margin-right: 30px;
  font-size: 14px;
  padding-left: 10px;
}

.stats {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.categoryselect {
  margin-bottom: 30px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.categoryselectinner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.categoryselectinner:hover {
  transform: scale(1.2);
  border-radius: 5px;
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.categoryselect h1 {
  color: white; /* Good thing we set a fallback color! */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tag {
  color: #a9a9a9;
  
  padding: 10px;
  border: solid 1px #e9e9e9;
  background-color: white;
}

.hostselect {
  /* margin-bottom: 30px; */
  height: 300px;
  overflow: hidden;
  /* cursor: pointer; */
}

.hostselectgrid {
  /* margin-bottom: 30px; */
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.hostselectgrid .icon {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0.9;
}

.hostselectgrid .iconbottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0px;
}

.hostselectinner {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-position: 50% 30%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.hostselectinnergrid {
  height: 270px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s ease;
}

.hostselectinnergrid:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.hostselectinnergridlist {
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s ease;
}

.hostselectinnergridlist:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.hostselectinner:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.hostselect .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.9;
}

.hostselect .iconmap {
  position: absolute;
  top: 0px;
  left: 10px;
  opacity: 0.9;
}

.hostselect .iconbottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0px;
}

/* Smaller host images */
.hostselectinnerside {
  height: 250px;
  padding-bottom: 10px;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  background-position: 50% 50%;
}

.hostselectside {
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.hostselectinnerside:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.hostselectside .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.9;
}

.hostselectside .iconbottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0px;
}

.helperselect {
  /* margin-bottom: 30px; */
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}

.helperselectgrid {
  /* margin-bottom: 30px; */
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.helperselectinner {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.helperselectinner:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.helperselect .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.9;
}

.helperselectgrid .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.9;
}

.helperselectside {
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.hostselectinnerside {
  height: 200px;
  padding-bottom: 10px;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.helperselectinnerside:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.helperselectside .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.9;
}

.hostselectside .iconbottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0px;
}

.pure-checkbox input[type="checkbox"] + label {
  font-weight: normal !important;
}

span.c-label {
  font-size: 13px !important;
}

/* Multi Select */
.c-btn {
  font-size: 13px !important;
  min-height: 33px !important;
  border: 1px solid #aaa !important;
}

.selected-list .c-btn {
  padding: 3px 10px !important;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label {
  color: #000;
  font-size: 13px;
}
/* End Multi Select */

.card-body {
  padding: 0.5rem !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #318199;
  background-color: #fff;
  border: 1px solid #dee2e6;
  /* width: 100px; */
}

.ngx-gallery-bullet {
  background: #ccc !important;
}

.fixed-top2 {
  position: fixed;
  margin-top: 49px;
}

.fixed-top {
  transform: translateZ(0) !important;
}

.mobinavdisplay {
  display: none;
}

/* Custom tooltip */
.tooltip-inner {
  max-width: 270px;
  padding: 0.75rem;
  color: #595959;
  text-align: center;
  border: solid 1px #ccc;
  background-color: white;
  border-radius: 0.25rem;
  display: inline-block;
  
  min-width: 210px;
}

.tooltip {
  pointer-events: all !important;
  z-index: 9999999999999 !important;
}

.btn-yellow {
  background-color: #e28147 !important;
  color: #FFF !important;
  border-color: #e28147 !important;
  padding-top: 8px !important;
}

.btn-yellow:hover {
  color: #e28147 !important;
  background-color: transparent !important;
}

.btn-green {
  background-color: #318199 !important;
  color: #fff !important;
  border: solid 1px #318199  !important;
  margin-left: 10px;
  padding-top: 8px !important;
}

.btn-green:hover {
  color: #318199  !important;
  background-color: #fff !important;
  border: 1px solid #318199  !important;
}

.btn-input {
  background-color: #318199 !important;
  color: #fff !important;
  border-color: #318199  !important;
  margin-left: 10px;
  padding-top: 8px !important;
}

.btn-input:hover {
  color: #318199  !important;
  background-color: #fff !important;
}

.btn-donate {
  background-color: #5e3b00 !important;
  color: #fff !important;
  border-color: #5e3b00 !important;
  margin-left: 10px;
}

.btn-donate:hover {
  color: #5e3b00 !important;
  background-color: #fff !important;
}

.navbar {
  z-index: 10000;
  margin-bottom: -120px;
  padding-top: 10px;
  border-top: none;
}

.navbar-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.right-align {
  text-align: right;
}

.reviewdate {
  font-size: 0.8rem;
  margin-left: 5px;
}

footer {
  width: 100%;
  
}

.btn-danger {
  font-weight: bold;
  padding: 5px 10px;
  border: 2px solid red;
  color: red;
  background-color: transparent;
}

.navicon {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-top: 15px;
}

.navicon:hover {
  font-size: 35px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.navicon:active {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.navslide {
  cursor: pointer;
  color: #3c3c3c;
}

.navslide.active {
  cursor: pointer;
  color: #318199 !important;
  background-color: #e1e0e0;
}

.owl-nav {
  color: #595959 !important;
  background: none !important;
  position: initial;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 10px;

  background: none;
  border: none;
  z-index: 100;
}

.owl-prev {
  left: 0;
  color: #595959 !important;
  background: none !important;
}

.owl-next {
  right: 0;
  color: #595959 !important;
  background: none !important;
}

.timezone {
  margin-top: -25px;
  float: right;
}

.control-label {
  text-align: right;
  margin-top: 6px;
}

.lastupdated {
  position: absolute;
  top: 10px;
  width: auto;
  right: 5px;
}

.control-label {
  text-align: right !important;
}

.select2-selection__arrow b:before {
  display: none !important;
}

.timezone span {
  color: unset !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}

.footerback {
  background-image: url('/assets/bdhb/footer-bg.png');
  background-repeat: no-repeat;
  background-position: right;
}

footer {
  background-color: #eee;
  color: #555;
  padding: 0px 0 !important;
  min-height: 100%;
  
  
}

footer h1 {
  color: #0094d9 !important;
}

.footercopy {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer h4 {
  
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #0094d9;
  text-transform: uppercase;
}

footer li {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: normal;
}

/* a {
  text-decoration: underline !important;
}

a.btn {
  text-decoration: unset !important;
}

a.fa {
  text-decoration: unset !important;
}

.listinggrid.a  {
  text-decoration: unset !important;
}

.infotext  {
  text-decoration: unset !important;
} */

.footer a {
  
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4d4d4f !important;
  
}



footer li a:hover {
  text-decoration: none;
  color: #318199 !important;
}

.accountupgrademobile {
  display: none;
}

.social:hover {
  text-decoration: none;
  color: #318199 !important;
}

@media (max-width: 1024px) {
  .accountname {
    font-size: 18px !important;
    margin-top: -6px;
  }

  .mapsearch {
    height: 75vh !important;
    width: 100%;

    margin-right: 15px;
  }

  .accountupgrade {
    display: none;
  }

  .accountupgrademobile {
    display: inline-block;
  }

  .accountstatus {
    
    margin-top: -12px;
    margin-left: -10px;
  }

  .blockheadings {
    font-size: 12px !important;
    min-height: 47px;
  }
}

@media (max-width: 1340px) {
  .subnav .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 30px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin-top: -10px;
  }

  .helperdescription {
    height: unset;
  }

  .accountstatus img {
    display: none;
    font-size: 14px;
  }
}

@media (min-width: 1340px) {
  .profilebuttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* Placeholder Text */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c7c7c7 !important;
  font-size: 12px !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c7c7 !important;
  font-size: 12px !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c7c7 !important;
  font-size: 12px !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7 !important;
  font-size: 12px !important;
}

mark {
  background-color: yellow !important;
}

/* .ngx-gallery-icon-content {
  color: #318199 !important;
  border: solid 1px white;
} */

.ngx-gallery-arrow {
  background: #318199;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 50%;
  border: solid 1px #fff;
  padding-left: 4px;
  padding-right: 4px;
}

/* .ngx-gallery-arrow {
  background: #318199;
  padding: 8px;
  border-radius: 50%;
  border: solid 2px #8eff78;
  padding-left: 10px;
  padding-right: 10px;
} */

.modal {
  z-index: 1000000;
}

.navarrows {
  /* font-size: 3rem; */
  vertical-align: bottom;
  margin-top: 30px;
}

@media (max-width: 1300px) {
  .navarrows {
    font-size: unset !important;
    margin-top: 30px;
  }
}

.reviewsubtext {
  
}

.hostreply {
  font-size: 14px;
  background-color: #f0eff0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hostreplyhead {
  color: #318199;
  font-size: 14px;
  padding-bottom: 20px;
}

.reviewsubtextdatecountry {
  font-size: 11px;
}

.titlecountry {
  
}

.messagecount-icon {
  width: 18px;
  height: 18px;
  background-color: green;
  position: absolute;
  top: 24px;
  right: 60px;
  border-radius: 100%;
  font-size: 10px;
  padding-top: 4px;
  color: white;
}

.refimg {
  width: 50px;
  height: 50px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #318199;
}

/* .socialLinks */
.websitelink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/website-icon.png");
  background-size: cover;
  display: inline-block;
}

.websitelink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.facebooklink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/facebook-icon.png");
  background-size: cover;
  display: inline-block;
}

.facebooklink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.instagramlink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/instagram-icon.png");
  background-size: cover;
  display: inline-block;
}

.instagramlink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.youtubelink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/youtube-icon.png");
  background-size: cover;
  display: inline-block;
}

.youtubelink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.whatsapplink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/whatsapp-icon.png");
  background-size: cover;
  display: inline-block;
}

.whatsapplink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.bloglink {
  width: 30px;
  height: 30px;
  background-image: url("/assets/socialicons/blog-icon.png");
  background-size: cover;
  display: inline-block;
}

.bloglink:hover {
  transform: scale(1.1);
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.sections {
  padding: 10px;
}

.blockheadings {
  background-color: #4b4a4b;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  /* border: solid 1px #318199; */
  letter-spacing: 1px;
}
/*
.btn-concern {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-concern:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #FFF;
}

.btn-reference {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #318199;
  color: #318199;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-reference:hover {
  color: #fff;
  background-color: #318199;
  border-color: #FFF;
} 


.btn-message {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #318199;
  color: #318199;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-message:hover {
  color: #fff;
  background-color: #318199;
  border-color: #FFF;
} */

/*Ones when blue band is present*/
.btn-message {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  margin-top: -7px !important;
  margin-right: -8px;
}

.btn-message:hover {
  color: #fff;
  background-color: #318199;
  border-color: #fff;
}

.btn-reference {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-reference:hover {
  color: #fff;
  background-color: #318199;
  border-color: #fff;
}

.btn-concern {
  font-weight: bold;
  /* padding: 5px 10px; */
  border: 1px solid white;
  color: white;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-concern:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #fff;
}


/*End ones when blue band present*/

.ngx-gallery-bullet:hover,
.ngx-gallery-bullet.ngx-gallery-active {
  background: #8eff78 !important;
}

/* .fa {
  color: #318199 !important;
}

.fa-star {
  color: #f8ab00 !important;
}

.fa-heart {
  color: #8eff78 !important;
}

.fa-heart-o {
  color: #FFF !important;
} */

.col-md-12.fixed-top.fixed-top2.subnav {
  max-height: 90px;
  overflow: hidden;
}

i.fa.fa-star {
  margin-right: 2px;
}

.review {
  margin-bottom: 20px;
}

.accountstatus {
  
}

.form-control {
  border: 1px solid #aaa !important;
}

select {
  border: 1px solid #aaa !important;
}

.registerselect {
  margin-bottom: 30px;
  height: 380px;
  overflow: hidden;
  cursor: pointer;
}

.registerselectinner {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.registerselectinner:hover {
  transform: scale(1.2);
  border-radius: 5px;
  -webkit-transition: transform 0.85s ease-in-out;
  -moz-transition: transform 0.85s ease-in-out;
  -ms-transition: transform 0.85s ease-in-out;
}

.registerselect h1 {
  color: white; /* Good thing we set a fallback color! */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Multi Selects */
.selected-list .c-list .c-token {
  background: unset !important;
}

.selected-list .c-list .c-token .c-label {
  color: #333 !important;
}

.selected-list .c-list .c-token .c-remove svg {
  fill: #333 !important;
  margin-top: -1px;
}

.selected-list .c-list .c-token {
  padding: 4px 21px 4px 0px !important;
}

/* End Multi Selects */

.navbar-toggler {
  color: #318199 !important;
  border-color: #318199 !important;
}

.navbar-toggler-icon {
  color: #318199 !important;
}

.fa-navicon {
  color: #318199 !important;
}

.list-group-item {
  border: 1px solid #f3f3f3;
}

.c-btn.disabled {
  background: none;
}

.c-btn.disabled span {
  color: #495057;
}

/*Maps*/
.leaflet-shadow-pane {
  display: none !important;
}

.leaflet-popup-content {
  margin: -1px !important;
  line-height: 1.4;
}

.leaflet-popup-content-wrapper {
  padding: 0px !important;
  text-align: left;
  border-radius: 8px !important;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: -60px;
  padding: 12px 4px 0 0 !important;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-popup.leaflet-zoom-animated {
  left: -163px !important;
}

.btn-map {
  font-weight: normal;
  padding: 5px 5px !important;
  border: 1px solid #318199;
  color: #318199;
  background-color: transparent;
}

.btn-map:hover {
  color: #fff !important;
  background-color: #318199;
  border-color: #fff;
}

.map-btn-div {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: -12px;
  top: 0;
} */

.leaflet-popup {
  margin-left: 13px;
}

@media (max-width: 479px) {
  .minheight {
    min-height: unset;
  }

  .bottommargin {
    margin-bottom: 5px;
  }

  .mapsearch {
    height: 75vh !important;
    width: 100%;
  }

  .accountlinks {
    width: unset !important;
  }

  .navarrows {
    margin-top: 0px !important;
  }

  .timezone {
    margin-top: -5px !important;
  }

  h1 {
    letter-spacing: 0.1px;
    font-size: 20px;
    margin: 15px 0 !important;
    padding-left: 0px;
  }

  .inneraccount p {
    margin-left: 10px;
    margin-right: 10px;
}

.articlepage {
  padding-left: 10px;
  padding-right: 10px;
}

.listingpage {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

  .navbar-toggler {
    font-size: 21px !important;
  }

  .fixed-top2 {
    margin-top: 48px;
    max-height: 135px;
    overflow: hidden;
    position: unset !important;
  }

  .lastupdated {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-right: 0px;

    position: unset;
    top: unset;
    width: 100%;
    right: unset;
  }

  .navicon:hover {
    font-size: 18px;
    margin-top: 10px;
    background-color: none;
  }

  .mobiaccountnav {
    margin-bottom: -15px;
    max-height: 117px;
    overflow: hidden;
  }

  .subnavtext {
    font-size: 12px !important;
  }

  .accountstatus {
    
    margin-top: -10px;
    margin-left: 15px;
  }

  .conversations-wrapper .name {
    font-size: 14px !important;
  }

  .card-title {
    font-size: 18px;
  }

  .navslide {
    margin-bottom: 8px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .navslide.active {
    cursor: pointer;
    color: #318199 !important;
    /* background-color: transparent; */
  }

  .navicon {
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
  }

  .navicon:active {
    padding-top: 0px !important;
    margin-top: 0px !important;
    font-size: 14px !important;
  }

  .mobinavdisplay {
    display: block;
  }
  .well {
    padding: 10px !important;
  }

  .list-group-item {
    padding: 0.25rem 0.25rem !important;
    /* border: 1px solid #f3f3f3; */
  }

  .control-label {
    text-align: left !important;
    margin-top: 5px;
    margin-bottom: 2px;
  }

  fieldset {
    color: #646464;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  legend {
    margin-bottom: 10px !important;
  }

  input[type="checkbox"],
  input[type="radio"] {
    margin: 5px 5px 0 !important;
  }

  .topbar {
    max-height: 37px;
    overflow: hidden;
  }

  .submenu {
    margin-bottom: 0px;
  }

  .socialicons {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center !important;
  }

  .hostimagesside {
    height: 250px;
  }

  .bottomcrumbs {
    display: none;
  }

  .subnav .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .timezone {
    margin-top: 15px;
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
  }

  .btn {
    font-family: Arial, Helvetica, sans-serif !important;
    border-radius: 5px;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    padding: 6px 4px !important;
    letter-spacing: normal !important;
  }
}

.card-text.row {
  width: 100%;
}

nav ul li a {
  background-color: unset !important;
}

.form-control {
  font-size: 13px !important;
}

/* Testing stuff */

.listingcard {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 38rem;
  margin-bottom: 10px;
}
.card__side {
  height: 38rem;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.card__side--front {
  background-color: #fff;
}
.card__side--back {
  transform: rotateY(180deg);
}
.card__side--back-1 {
  background-image: linear-gradient(to right bottom, #318199, #318199);
}
.card__side--back-2 {
  background-image: linear-gradient(to right bottom, #000428, #004e92);
}
.card__side--back-3 {
  background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
/* .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); } */
.section-tours.card:hover {
  transform: scale(1.05);
  transition: transform 0.8s;
  cursor: pointer;
}
.card__picture {
  background-size: cover;
  height: 18rem;
  background-blend-mode: screen;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.card__picture--1 {
  background-image: linear-gradient(to right bottom, #318199, #318199), url(https://picsum.photos/300/250?random=5);
}
.card__picture--2 {
  background-image: linear-gradient(to right bottom, #000428, #004e92), url(https://picsum.photos/300/250?random=6);
}
.card__picture--3 {
  background-image: linear-gradient(to right bottom, #2998ff, #5643fa), url(https://picsum.photos/300/250?random=7);
}
.card__heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 12rem;
  right: 2rem;
  text-align: right;
  width: 74%;
}
.card__heading-span {
  padding: 0.5rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card__heading-span--1 {
  background-image: linear-gradient(to right bottom, rgba(153, 188, 0, 0.85), rgba(69, 112, 0, 0.85));
}
.card__heading-span--2 {
  background-image: linear-gradient(to right bottom, rgba(0, 4, 40, 0.85), rgba(0, 78, 146, 0.85));
}
.card__heading-span--3 {
  background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85));
}
.card__details {
  padding: 1.5rem;
}
.card__details ul {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
.card__details ul li {
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
}
.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card__price-box {
  color: #fff;
  text-align: center;
  margin-bottom: 8rem;
}
.card__price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.card__price-value {
  font-size: 6rem;
  font-weight: 100;
}

/* .btn--animated {
  animation: fadeInUp .5s ease-out;
  animation-fill-mode: backwards; }

.btn:link, .btn:visited {
  text-transform: uppercase;
  padding: 1.5rem 4rem;
  display: inline-block;
  transition: all .2s;
  color: initial;
  position: relative;
  font-size: 1.6rem; }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.btn::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .2s; }

.btn::after {
   background: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0; } */

.btn--white {
  background-color: #fff;
  border-radius: 10rem;
}

.btn--blue {
  background-color: #004e92;
  border-radius: 10rem;
  color: #fff !important;
}

.text-center {
  text-align: center;
}

.page-item {
  background-color: white;
}

.inneraccount {
  background-color: white;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
  border: 1px solid rgba(0,0,0,.09);
}

.btn-default {
  background: #318199;
  border-color: #318199;
  color: white !important;
}

.list-group-item {
  background-color: transparent !important;
}

/* .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
} */
.card {
  border-bottom: 1px solid #e0e0e0 !important;
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
  border: 1px solid rgba(0,0,0,.09) !important;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
  color: #fff;
  text-decoration: none !important;
}

.pageheaderdiv {
  margin-top: 90px;
  align-items: center;
}

.pageheader {
  color: white;
  text-transform: uppercase;
  font-size: 3rem;
  /* background: rgba(0, 176, 189, 0.85); */
  width: auto;
  font-family: 'Basic Sans Regular', sans-serif !important;
 
}

.projects-page .projects-item h2 {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}

.project-date {
  color: #e28147 !important;
  margin-bottom: 10px;
}

.project-readmore {
  margin-top: 20px;
  text-align: center;
}

.btn-warning {
  background-color: #318199;
  border-color: #318199;
  color: #fff;
}

.btn-warning:hover {
  background-color: transparent !important;
  border-color: #318199;
  color: #318199;
}

.btn-findoutmore {
  background-color: #e28147;
  border-color: #e28147;
  color: #fff;
  /* padding: 12px; */
  height: 39px;
  /* padding-top: 8px !important; */
  text-transform: none; 
}

.btn-findoutmore:hover {
  background-color: transparent;
  border-color: #e28147;
  color: #e28147;
  /* padding: 12px; */
}

.btn-donations {
  background-color: #f5814a !important;
  border-color: transparent !important;
  color: #fff;
  /* padding: 12px; */
  
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /* padding-top: 8px !important; */
  text-transform: none; 
  box-shadow: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bolder !important;
  
}

.btn-donations:hover {
  background-color: #FFF !important;
  border-color: #f5814a !important;
  border: solid 2px;
  color: #f5814a !important;
  /* padding: 12px; */
}

.btn-donations-nav {
  background-color: #f5814a !important;
  border-color: transparent !important;
  color: #fff;
  /* padding: 12px; */
  
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  /* padding-top: 8px !important; */
  text-transform: none; 
  box-shadow: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bolder;
  
}

.btn-donations-nav:hover {
  background-color: #FFF !important;
  border-color: #f5814a !important;
  border: solid 1px;
  color: #f5814a !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.btn-concern {
  background-color: #b31919;
  border-color: #b31919;
  color: #fff;
  /* padding: 12px; */
  height: 40px;
  /* padding-top: 10px !important; */
  /* text-transform: uppercase; */
}

.btn-concern:hover {
  background-color: transparent;
  border-color: #b31919;
  color: #b31919;
  /* padding: 12px; */
}

.btn-invite {
  background-color: #cce5ff;
  border-color: #cce5ff;
  color: #004085;
  /* padding: 12px; */
  /* text-transform: uppercase; */
}

.btn-invite:hover {
  background-color: transparent;
  border-color: #cce5ff;
  color: #004085;
  /* padding: 12px; */
}


.footer h4 {
  font-size: 20px;
  font-weight: 400;
}

.footernav {
  color: #4d4d4f !important;
  font-size: 17px !important;
}

/* Wizard */
.wizard > .steps > ul > li:after,
.wizard > .steps > ul > li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
}
.wizard {
  width: 100%;
}
.wizard .content {
  margin-left: 0 !important;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.wizard > .steps > ul > li:before {
  left: 0;
}
.wizard > .steps > ul > li:after {
  right: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard > .steps > ul > li.current > a {
  color: #333;
  cursor: default;
}
.wizard > .steps > ul > li.current .step {
  border-color: #e28147;
  background-color: #fff;
  color: #e28147;
}
.wizard > .steps > ul > li.disabled a,
.wizard > .steps > ul > li.disabled a:focus,
.wizard > .steps > ul > li.disabled a:hover {
  color: #999;
  cursor: default;
}
.wizard > .steps > ul > li.done a,
.wizard > .steps > ul > li.done a:focus,
.wizard > .steps > ul > li.done a:hover {
  color: #999;
}
.wizard > .steps > ul > li.done .step {
  background-color: #e28147;
  border-color: #e28147;
  color: #fff;
}
.wizard > .steps > ul > li.error .step {
  border-color: #ff7588;
  color: #ff7588;
}
.wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}
.wizard > .content {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
.wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard > .content > .body {
  padding: 0 20px;
}
.wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}
.wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.wizard > .actions > ul > li > a {
  background: #318199;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 2px;
  border: 1px solid transparent;
}
.wizard > .actions > ul > li > a:focus,
.wizard > .actions > ul > li > a:hover {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard > .actions > ul > li > a:active {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fcfcfc;
  color: #333;
  border: 1px solid #ddd;
}
.wizard > .actions > ul > li > a[href="#previous"]:focus,
.wizard > .actions > ul > li > a[href="#previous"]:hover {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard > .actions > ul > li > a[href="#previous"]:active {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard > .actions > ul > li.disabled > a,
.wizard > .actions > ul > li.disabled > a:focus,
.wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}
.wizard > .actions > ul > li.disabled > a[href="#previous"],
.wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
.wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  box-shadow: none;
}
.wizard.wizard-circle > .steps > ul > li:after,
.wizard.wizard-circle > .steps > ul > li:before {
  top: 43px;
  width: 50%;
  height: 5px;
  background-color: #318199;
}
.wizard.wizard-circle > .steps > ul > li.current:after,
.wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #f5f7fa;
}
.wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border: 5px solid #f5f7fa;
  font-size: 1.3rem;
  border-radius: 50%;
}
.wizard.wizard-notification > .steps > ul > li:after,
.wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #318199;
}
.wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #318199;
  color: #318199;
  line-height: 36px;
}
.wizard.wizard-notification > .steps > ul > li.current .step:after,
.wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #318199;
}
.wizard.wizard-notification > .steps > ul > li.current:after,
.wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #f5f7fa;
}
.wizard.wizard-notification > .steps > ul > li.done .step {
  color: #fff;
}
.wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f5f7fa;
}
.wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f5f7fa;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 10%;
}
.wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}
.wizard.vertical > .steps > ul > li.current:after,
.wizard.vertical > .steps > ul > li.current:before,
.wizard.vertical > .steps > ul > li.current ~ li:after,
.wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard.vertical > .steps > ul > li:after,
.wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}

/* Dashboard Styles */
.alertblock {
  min-height: 100px;
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
  margin-bottom: 10px;
  padding: 10px;
  color: white;
  border-radius: 5px;

}

.alertblock h3 {
  color: white;
  font-size: 30px;
  text-transform: none !important;
}

.opacity-15 {
  opacity: 0.15;
}

.pos-bottom {
  bottom: 0;
}
.pos-right {
  right: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  
}

.card-header h3 {
  color: #000 !important;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255,255,255,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-body p {
  color: black !important;
}

.greenbutton {
  background: #318199;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 10px;
  margin-top: 10px;
}

.greenbutton:hover {
  background: #318199;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 10px;
  text-decoration: underline;
  box-shadow: 0 0 0 100px rgb(0 0 0 / 5%) inset;
}

/* .modal {
  position: fixed;
  top: 10%;
  left: 40%;
  max-width: 500px;
} */

ngb-typeahead-window#ngb-typeahead-0 {
  width: 96%;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #318199 !important;
  border-color: #318199 !important;
}

li.paginate_button.page-item.active {
  background: #318199 !important;
  color: #fff;
  border-color: #318199 !important;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
}

.table {
  margin-top: 20px;
}

div#DataTables_Table_1_wrapper {
  margin-top: 20px;
}

div#DataTables_Table_0_wrapper {
  margin-top: 20px;
}

div#DataTables_Table_2_wrapper {
  margin-top: 20px;
}

button.btn.btn-link {
  border: solid 1px grey;
}

.nav-tabs .nav-link {
  font-size: 12px !important;
  text-transform: none !important;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #878787 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.nav-link.active {
  /* background-color: #f6f6f6 !important; */
    background-color: #318199 !important;
    color: white !important;

}

.btn-toggle-selected {
  background-color: #318199;
  border-color: #318199;
  color: #fff;
  padding: 12px;
}

.btn-toggle-selected:hover {
  background-color: #318199;
  border-color: #318199;
  color: #fff;
  padding: 12px;
}

.btn-toggle-notselected {
  color: #007bff;
  background-color: transparent;
  border-color: #007bff;
}

.btn-toggle-notselected:hover {
  /* color: #FFF; */
  /* background-color: #007bff;
  border-color: #007bff; */

  color: #318199;
  border-color: #318199;
}

.ngx-gallery-thumbnails .ngx-gallery-thumbnail.ngx-gallery-active {
  border: 1px double #318199 !important;
}

.sidebar-wrapper .sidebar-menu ul li a {
  padding: 2px 30px 2px 20px !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  top: 8px !important;
}
.alert-secondary {
  background-color: #f6f6f6 !important;
}

.btn-primary {
  background-color: #318199;
  border-color: #318199;
  color: #fff;
}

.btn-primary:hover {
  color: #318199 !important;
  background-color: #fff !important;
  border-color: #318199;
}

.dragarea {
  font-size: 24px;
  border: 1px solid #bbb;
  padding: 20px;
  background-color: #fff;
  color: #bbb;
  border-radius: 5px;
}

.droparea {
  font-size: 24px;
  border: 1px dashed #bbb;
  padding: 20px;
  background-color: #eff;
  color: #aaa;
  border-radius: 5px;
}

.modal.fade-anim.in {
  z-index: 1500 !important;
}

.badge-success {
  background-color: #318199 !important;
}

/* Custom Cal */
.caldisplay {
  margin: 20px auto;
  margin-top: 10px !important;
  width: 70px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  border: #318199 1px solid;
  position: relative;
  text-align: center;
}

.caldisplay::before {
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  border-radius: 10px 10px 0 0;
}

.caldisplayhead {
  width: 70px;
  height: 27px;
  position: absolute;
  top: -1px;
  padding-top: 3px;
  background-color: #318199;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #e5e5e5;
  font: 400 12px/20px Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

.caldisplaybody {
  width: 70px;
  height: 35px;
  position: absolute;
  top: 29px;
  font: 400 36px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: -2px;
  color: #318199;
  text-align: center;
  z-index: 10;
}

.caldisplaybody::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  width: 3px;
  height: 10px;
}

.caldisplaybody::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 3px;
  height: 10px;
}

/* Past Event */
.caldisplaypast {
  margin: 20px auto;
  margin-top: 10px !important;
  width: 70px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  border: #CCC 1px solid;
  position: relative;
  text-align: center;
}

.caldisplaypast::before {
  content: "";
  display: block;
  width: 70px;
  height: 35px;
  border-radius: 10px 10px 0 0;
}

.caldisplayheadpast {
  width: 70px;
  height: 27px;
  position: absolute;
  top: -1px;
  padding-top: 3px;
  background-color: #CCC;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #e5e5e5;
  font: 400 12px/20px Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

.caldisplaybodypast {
  width: 70px;
  height: 35px;
  position: absolute;
  top: 29px;
  font: 400 36px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: -2px;
  color: #CCC;
  text-align: center;
  z-index: 10;
}

.caldisplaybodypast::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  width: 3px;
  height: 10px;
}

.caldisplaybodypast::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 3px;
  height: 10px;
}
/* End Past Event */

span.select2-selection.select2-selection--single {
  height: 32px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(74 120 2 / 25%);
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgb(74 120 2 / 25%);
}

.c-btn.disabled {
  background: #e9ecef !important;
}

.innerdescription
{
  min-height: 120px
}

.innerdescriptionlandowner{
  min-height: 100px;
}

.imageslider
{
  height: 450px;
}

.shareicon
{
  width: 30px;
  height: 30px;
  margin-left: 2px; 
  margin-right: 2px;
}

.actionbutton
{
  min-height: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 16px !important;
  margin-left: 0px;
  background-color: #318199 !important;
  color: #fff;
  border-color: #318199 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.benefitsheading
{
  color: white; 
  font-size: 60px;  
  margin-bottom: 50px; 
  margin-top: 200px
}

.goalheading
{
  
  font-size: 60px;  
  margin-bottom: 50px; 
  margin-top: 50px
}

.btn-brown {
  background-color: #318199;
  color: #fff;
  border-color: #318199;
  text-transform: uppercase;
  font-size: 20px;
}

.btn-brown:hover {
  background-color:#FFF;
  color: #318199;
  border-color: #318199;
  text-transform: uppercase;
  font-size: 20px;
}





.accountnav {
  padding-left: min(370px);
}

.donatemargin {
  margin-top: 100px;
}

.newswrap {
  float: right;
  margin: 10px;
  max-width: 400px;
  margin-top: 0px !important;
}


/* Grid Dsiplays */
@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }

  .page-wrapper .page-content > div {
    padding: 10px 5px !important;
  }

  .inaccount {
    margin-left: unset !important;
  }

  .donatemargin {
    margin-top: 100px;
    padding: 10px;
  }

  .newswrap {
    margin-top: 0px !important;
    margin-right: 0px;
    width: 100%;
}
  

  .imageslider
  {
    height: 350px;
  }

  .padding10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tooltip-inner {
    position: fixed !important;
    top: 30% !important;
    left: 15% !important;
  }

  .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  .wizard > .steps > ul > li:last-child:after {
    content: "";
    background-color: #318199;
  }
  .wizard.vertical > .steps {
    width: 15%;
  }

  .pageheader {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    width: auto;
  }

  .pageheaderdiv {
    margin-top: 145px;
  }

  .innerdescription
  {
    min-height: unset;
    height: auto;
    margin-bottom: 30px;
  }

  .innerdescriptionlandowner{
    min-height: unset;
    height: auto;
    margin-bottom: 30px;
  }

  .navbar {
    z-index: 20000;
    /* position: absolute;
    top: 10px; */
    padding: 0px !important;
    width: 100%;
  }




  

  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
    /* padding-right: -15px;
    padding-left: -15px;
    margin-top: 25px; */
  }

  

  .navbar .nav {
    /* background-color: #faf8fb;
    border-bottom: 1px solid #e0e0e0 !important;
    box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
    border: 1px solid rgba(0,0,0,.09) !important; */

  }

  

  .nav-link {
    color: #636363 !important;
    font-size: 0.8rem !important;
    margin-bottom: 10px;
  }

  .mobimenucontainer
  {
    width: 100%;
    margin-left: -8px;
    margin-right: 0px;
  }

  .steps {
    display: none !important;
  }

  ol {
    margin-left: -30px;
  }

  .benefitsheading
  {
    color: white; 
    font-size: 30px;  
    margin-bottom: 30px; 
    margin-top: 10px;
  }

  .goalheading
  {
    
    font-size: 30px;  
    margin-bottom: 30px; 
    margin-top: 30px
  }

  .nopad {
    margin-right: 10px;
    margin-left: 10px;
  }

  .accountmenu
  {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 40px !important;
    margin-bottom: 20px;
    margin-right: 0px !important;
    margin-left: -15px !important;
    background-color: transparent !important;
  }

  .inneraccount
  {
    margin-top: 50px;
    padding: 5px;
  }
  
.logo {
  max-height: 130px !important;
}
  
  
}

/*Mobi Display styles */
@media (max-width: 480px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .steps > ul > li.current:after {
    background-color: #318199;
  }
  .wizard.vertical > .steps {
    width: 20%;
  }

  .navbar-brand {
    max-width: 50%;
  }

  .pageheaderdiv {
    margin-top: 200px;
}

  .countholder
  {
    margin-left: 25px;
    margin-right: 25px;

  }

  .hostselect {
    width: 100% !important;
    height: auto !important;
}

.eventmoretext {
  margin-left: -15px;
  margin-right: -60px;
}

.eventmore {
  position: absolute;
  top: -100px;
  right: -15px;
  float: right;

}

  .slider {
    /* margin-top: -45px !important; */
    max-height: 270px !important;
    min-height: 270px !important;
    overflow: hidden;
  }

  .mobiblock {
    margin-bottom: 5px;
    /* margin-left: 10px; */
    /* max-width: 50%; */
    display: inline-block;


  }
  .countholderlisting
  {
    margin-left: 0px !important;
  }

  .icons-mobile {
    float: left !important;
    text-align: left !important;
    margin-top: -5px !important;
    margin-bottom: 10px !important;
    margin-left: -5px !important;
  }

  .icons-not-mobile
  {
    display: none;
  }

  .timedisplay {
    font-size: 12px !important;
  }

  .fitnessdisplay {
    font-size: 12px !important;
    margin-left: 15px !important;
  }

  .caldisplay {
   
      width: 55px !important;
      height: 70px !important;
      margin-right: -10px;
      margin-left: 5px;
      float: left;
    
  }

  .caldisplayhead {
    width: 55px !important;
    
  }

  .caldisplayheadpast {
    width: 55px !important;
}

  .caldisplaybody {
    width: 55px !important;
    font: 400 30px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    
  }

  .caldisplaybodypast {
    width: 55px !important;
}

  .alertblock {
    min-height: 50px;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
    margin-bottom: 0px;
    padding: 10px;
    color: white;
    border-radius: 5px;
    display: inline-block;
    
  }

  .alertblock h3 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -3px;
  }

  .pageheader {
    margin-top: 20px !important;
  }

  .facilities {
    margin-top: 60px !important;
  }

  .btn-findoutmore {
    height: 33px !important;
  }
}

.toast-success {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.toast-success .toast-title {
  color: #155724 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
}

.pac-container { 
  z-index: 999999 !important; 
}

input, input:before, input:after {
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
 } 

 .usefulllinks ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: #318199;
  font-size: 14px;
  font-weight: 600;
}

.usefulllinks ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
  margin-left: -40px;
  margin-bottom: 10px;
  font-size: 14px;
}

.usefulllinks a {
  text-decoration: underline;
  color: #2c2c2c;
}

.usefulllinks a:hover {
  text-decoration: underline;
  color: #2c2c2c;
}

.facilities ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: #318199;
  font-size: 14px;
  font-weight: 600;
}

.facilities ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
  margin-left: -40px;
  margin-bottom: 10px;

}

.planttable td, .planttable th {
  padding: .05rem;
  vertical-align: top;
  border-top: none !important;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 0px !important;
  /* border-top-width: 0px !important; */
}

.planthumb{
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}



.planthumb:hover{
  transform: scale(3);
}

.planthumbnoimage {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 5px;
}

.plantfull
{
  border-radius: 5px;
  width: -webkit-fill-available;
  margin-bottom: 10px;
  margin-left: 10px;
}

.producthumb{
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.producthumb:hover{
  transform: scale(3);
}

::-webkit-calendar-picker-indicator{
  margin-left: 0px;
}


.single-select-mode li.pure-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Google drawing */
/* button[title="Stop drawing"] {
  content: url(https://cdn4.iconfinder.com/data/icons/whsr-january-flaticon-set/128/compass.png) !important;       
  height: 28px;
  width: 28px;
  cursor: pointer;
}

button[title="Draw a shape"] {
  content: url(http://www.pngmart.com/files/4/Moon-PNG-Transparent.png) !important;
  height: 28px;
  width: 28px;
  cursor: pointer;
} */

button[title="Stop drawing"] { 
  zoom: 1.2;
}

button[title="Draw a shape"] { 
  zoom: 1.2;
}

.eventDisplay {
  background-color: #318199;
  color: white;
  border-radius: 5px;

}

td.fc-daygrid-day.fc-day.fc-day-thu.fc-day-today {
  background-color: #cae3a2 !important;

}

.fc .fc-button-primary {
  color: #495057 !important;
  color: var(--fc-button-text-color,#495057) !important;
  background-color: #e9ecef !important;
  background-color: var(--fc-button-bg-color,#e9ecef) !important;
  border-color: #ced4da !important;
  border-color: var(--fc-button-border-color,#ced4da) !important;
}

.fc .fc-button-primary:hover {
  color: #318199 !important;
  color: var(--fc-button-text-color,#318199) !important;
  background-color: #fff !important;
  background-color: var(--fc-button-bg-color,#fff) !important;
  border-color: #fff !important;
  border-color: var(--fc-button-border-color,#fff) !important;
  border: solid 1px #318199 !important;
}

.eventDisplayNeedsUpdating {
  background-color: #0c5877;
  color: white;
  border-radius: 5px;
}

.eventSufficient {
  background-color: #318199;
  color: white;
  border-radius: 5px;
}

.eventNotEnough {
  background-color: #e58717;
  color: white;
  border-radius: 5px;
}

.eventOversubscribed {
  background-color: #9c0c0c;
  color: white;
  border-radius: 5px;
}

.dragarea {
  font-size: 14px !important;
}

.droparea {
  font-size: 14px !important;
}

.ngx-gallery-thumbnails .ngx-gallery-thumbnail {
  border: 1px solid #318199 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.02) !important;
}

.bottomfooter
{
  background: #FFF; 
  padding: 10px 0; 
 
  text-align: center;
  font-size: .75rem;
  line-height: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: 'Basic Sans Regular', sans-serif;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #2E190D;
    margin-left: 20px
}



.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  /* color: #318199; */
  color: #318199;
}

.navbar-dark .logo {
  width: auto;
  max-height: 80px;
}

.footer .logo {
  max-height: 100px;
}

.sidebar-wrapper .sidebar-brand {
  background-color: white;
}

.authpage {
  background: url('/assets/connectedbynature/background.jpg'); 
  width: 100%; 
  height: 100%; 
  position: absolute; 
  background-repeat: no-repeat; 
  background-size: cover;
  margin-bottom: -10px;
}

/* Login/Auth pages */
.input-group-prepend span {
  width: 50px;
  background-color: #318199;
  color: white;
  border: 0 !important;
}

.login_btn {
  color: white;
  background-color: #318199;
  width: 120px;
}

.login_btn:hover {
  color: black;
  background-color: white;
}

.logincard {
  height: auto;
  margin-top: 10%;
  margin-bottom: auto;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.7) !important;
  padding: 20px;
}

/* Account Section */
.chiller-theme .sidebar-wrapper {
  background: #318199;
  border-top: none;

}

.userlink{
  color: #318199 !important;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  /* border-top: 1px solid #318199; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #318199;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #318199;
  text-shadow: 0px 0px 10px rgba(0, 61, 91, 0.5);
}

.accback
{
  background-color: #FFF  !important; 
  border: none !important; 
  color: white !important; 
  box-shadow: none !important;
  
}

.maincolor
{
  color: #318199 !important;
}

.mainbackgroundcolor
{
  background-color: #318199 !important;
}

.underline
{
  border-bottom: solid 5px #318199; 
  margin-left: 15px; 
  margin-bottom: 20px
}

.conversation-with .name {
  color: #318199;
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 2px dotted; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #FFF !important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .chiller-theme .sidebar-wrapper
 .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover, .chiller-theme .sidebar-footer > a:hover i {
  color: #FFF;
}

.conversations-wrapper .conversation-item:hover,
.conversations-wrapper .conversation-item.selected {
    background-color: rgba(0, 61, 91, 0.1);
    cursor: pointer;
    padding-bottom: 18px;
}

.gridheadings {
  color: #318199 !important;
}

.chiller-theme .sidebar-footer {
  background: #318199;
  /* border-top: 1px solid #318199; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #FFF;
}

.chiller-theme .user-name {
  color: #FFF;
}

.poweredby
{
  color: #FFF !important;
}


@media print
{
  /* header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
    display: none;
  } */

   @page { 
    size: A4 portrait;
    background-color: #FFF;
  } 

  .modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: visible!important;
    border: none !important;
    background-color: #FFF;
  
  
  }

  .noprint
  {
      display: none !important;
  }

  .sidebar-wrapper, a, .nav-tabs, .btn {
    /* display: none; */
  }

  .inneraccount {
    background-color: white;
    padding: 0px;
    border-bottom: none;
    box-shadow: none;
    border: none;
  }

  .fa {
    display: none;
  }

  .page-wrapper {
    background-color: white;
  }

  body {
    margin: 0;
    color: #000;
    background-color: #fff !important;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
  }

  html {
    background: #FFF !important;
  }

  .page {
    background-color: white !important;
  }

  .card {
    border-bottom: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .icons-mobile {
    margin: 0px;
    display: none;
  }

  .navbar-print-logo {
    display: block !important;
    margin-left: 20px;
    
    
  }

  .onlyprint
  {
      display: block !important;
  }

  

  .btn {
    display: none !important;
  }

  div.landscape {
    transform: rotate(270deg) translate(-276mm, 0);
    transform-origin: 0 0;
  }

  .banner {
    display: none !important;
    height: 0px !important;
  }

  .slider {
    display: none !important;
    height: 0px !important;
  }
}

.counterBlock {
  background-color: #8cbc46; 
  opacity: 1; 
  text-align: center;
}

.btn-savesearch {
  background-color: transparent;
  border-color: #318199;
  color: #318199;
  padding: 12px;

  /* text-transform: uppercase; */
}

.btn-savesearch:hover {
  background-color: #318199;
  border-color: #318199;
  color: #fff;
  padding: 12px;
}

.thumbnailgallery {
  height: 150px;
}

@media (max-width: 600px) {
  .thumbnailgallery {
    height: 80px;
  }

  .imageslider {
    margin-top: 50px;
  }
}

.input-group-append .btn {
  height: 34px !important;
  padding-top: 8px !important;
}

.dataTable td {
  font-size: 12.5px;
}

.input-group-text {
 
  font-size: 12.5px !important;
 
}

option {
  min-height: 40px !important;
}

a.btn {
  text-transform: none;
}

.donate {
  height: 48px;
  width: 136px;
  margin-left: 25px;
  background: url("/assets/wildfortaranaki/donatebutton.png");
}

.donate:hover {
  height: 48px;
  width: 136px;
  background: url("/assets/wildfortaranaki/donatebuttonhover.png");
}

.menuimage
{
  height: 48px;
  width: 77px;
  background: url("/assets/wildfortaranaki/menubutton.png");
  margin-right: 25px;
  margin-left: 32px;
}

.menuimage:hover
{
  height: 48px;
  width: 77px;
  background: url("/assets/wildfortaranaki/menubuttonhover.png");
  margin-right: 25px;
  margin-left: 32px;
}

li.nav-item {
  margin-top: 8px;
  /* margin-left: 25px; */
}

@media (max-width: 479px)
{
  .navbar-toggler {
      margin-right: 8px !important;
      margin-top: 24px !important;
  }
  .insidemenu
  {
    display: none;
  }

  .donate {
    margin-left: 0px;
  }
}

.text-custom {
  font-family: 'Basic Sans Regular', sans-serif;
  font-size: .875rem;
  font-weight: 800 !important;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: white !important;
  margin-right: 20px;
}

.blogbody {
  background-color: #FFF;
}

.blogtext {
  text-align: center;
}

.blogheading {
  text-transform: uppercase !important;
  font-weight: bolder !important;
  font-size: 16px !important;
  color: #545456;
}

.blogsubheading {
  font-weight: 600 !important;
  font-size: 14pt !important;
  color: #545456;
  margin-bottom: 20px;
  margin-left: unset !important;
}

.blogreadmore {
  margin-top: 20px;
  font-weight: 500 !important;
  font-size: 12pt !important;
  color: #545456;
  text-decoration: underline;
}

@keyframes fadeAnimation {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeAnimation 0.5s ease-in-out;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border:0px solid white;
  color: #318199 !important;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: 30px;
  display: block !important;
  border:0px solid white;
  color: #318199 !important;

}

.nav-tabs {
  margin-top: -7px;
}

.addbuttonalign {
  margin-top: 0px;
}

.specialdrop .cuppa-dropdown .dropdown-list {
  width: 500px !important;
}

/* .cke_notification_warning {
  display: none;
} */

.selectAmount {
  border-color: #318199 !important;
}

.secondarycolor {
  color: #e28147;
}

.primaryColor {
  color: #318199;
}

.navbar .nav-item {
  position: relative;
  z-index: 2;
}

.navbar .nav-link {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0.5rem 1rem;
}

/* Optional: Add these if you want to ensure clickable areas are visible on hover */
.navbar .nav-link:hover {
  cursor: pointer;
}

.dropdown-menu {
  background-color: white;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.175);
  font-size: 12px;
  min-width: 200px;
}

.dropdown-item {
  color: #333;
  font-family: Open Sans, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.25rem;
    text-transform: uppercase;
}

.dropdown-item:hover {

  color: #318199;
}

@media (max-width: 767px) {
  .dropdown-menu {
    border: none !important;
    border-radius: unset;
    box-shadow: none !important;
    font-size: 0.8rem;
   
  }
}















