body {
  padding-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif !important;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 13px !important;
  line-height: 20px;
  background: unset;
  background-color: #fff !important;
  margin-top: 60px;
  letter-spacing: 0.2px;
}

.icontext {
  font-family: Helvetica !important;
  font-size: 13px !important;
  margin-left: 5px;
}

html {
  background: #fff !important;
}

.well {
  border: none !important;
  box-shadow: unset !important;
}

.card {
  border: none !important;
  border-radius: 0px !important;
}

.card-img,
.card-img-top {
  border-radius: none !important;
}

.minheight {
  min-height: 820px;
}

/* p {
  font-family: "Quicksand", sans-serif !important;
} */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Quicksand", sans-serif; */
  margin-top: 8px;
  color: #314d6d;
  font-family: Arial, Helvetica, sans-serif !important;
}

.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: 5px;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  padding: 6px 6px !important;
  letter-spacing: normal !important;
}

.bg-helpx {
  background-color: #314d6d !important;
}

.badge-helpx {
  background-color: #314d6d !important;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  padding: 0.5rem 0.5rem !important;

  border-bottom: solid 2px #e5ec44;
  margin-bottom: 0px;
}

.btn-login {
  color: #fff;
  background-color: transparent;
  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: #e5ec44;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

footer {
  border-top: solid 3px #e5ec44;
  text-align: center;
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.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: #314d6d;
}

.testimonialCountry {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #314d6d;
}

.testimonialdate {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #314d6d;
}

.listinggrid {
  padding-bottom: 15px;
}

h3 {
  color: #314d6d;
  font-weight: 500;
}

.infopanel {
  margin-bottom: 20px;
}

.infotext {
  /* font-size: 0.8rem; */
}

.well {
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); */
  border-radius: 5px !important;
}

.subtext {
  font-size: 13px;
  color: #616161;
  font-family: Arial, Helvetica, sans-serif;
}

.displayicons {
  margin-bottom: 10px;
}

.btn-helpx {
  background: #e5ec44;
  border: 1px solid #e4ec41;
  color: #000;
  /* height: 40px; */
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

fieldset {
  color: #646464;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: 0px;
  }
}

.card {
  margin-top: 10px;
  border-radius: 0px !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: #fff;
}

.review .image.thumb {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #314d6d;
  float: left;
  position: relative;
  margin-right: 10px;
}

.reportbutton {
  height: 40px;
}

.form-actions {
  background: none !important;
}

.badge-helpx {
  color: #fff;
  background-color: #314d6d !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: -10px !important;
}

.slider .owl-item.active.center .sliderback {
  display: block !important;
  padding: 10px;
}

.slider .owl-item img {
  /* opacity: 0.3; */
  border-bottom: solid 3px #e5ec44;
}

.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: 38px;
}

.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 (max-width: 800px) {

.submenu {
  margin-bottom: 20px;
}
}

@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: -60px !important;
  }

  .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 (max-width: 1450px) {
  .container {
    max-width: 100%;
  }

  .hostside {
    font-size: 12px;
  }
}

@media (min-width: 1450px) {
  .container {
    max-width: 1600px;
  }

  .minheight {
    /* min-height: 720px !important; */
  }
}

.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: #314d6d;
  color: #e5ec44;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.favouritegrid {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #314d6d;
  color: #e5ec44;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  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;
  font-size: 12px;
  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: 250px;
  width: 100%;
  background-size: cover;
  background-position: top center;
  transition: all 0.5s ease;
}

.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;
}

.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;
}

.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: 12px !important;
}

/* Multi Select */
.c-btn {
  font-size: 12px !important;
}

.single-select-mode .pure-checkbox input[type="checkbox"] + label {
  color: #000;
  font-size: 14px;
}
/* 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: #007bff;
  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;
  font-size: 12px;
  min-width: 210px;
}

.tooltip {
  pointer-events: all !important;
  z-index: 15000000000000;
}

.btn-yellow {
  font-weight: bold;
  padding: 5px 5px;
  border: 2px solid #e6ec55;
  color: #000;
  margin-right: 10px;
}

.btn-yellow:hover {
  background: #e6ec55;
  border: 2px solid #FFF;
  color: #000;
  margin-right: 10px;
}

.navbar {
  z-index: 200000;
}

.right-align {
  text-align: right;
}

.reviewdate {
  font-size: 0.8rem;
  margin-left: 5px;
}

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.btn-danger {
  font-weight: bold;
  padding: 5px 10px;
  border: 2px solid red;
  color: red;
  background-color: transparent;
}

.mobiaccountnav {
  /* margin-top: 10px; */
}

.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;
}

.subnavtext {
  /* color: #595959; */
}

.navslide {
  cursor: pointer;
  color: #3c3c3c;
}

.navslide.active {
  cursor: pointer;
  color: #314d6d !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: 25px;
  width: auto;
  right: 10px;
}

.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;
}

footer {
  background: #314d6d !important;
  color: #fff;
  padding: 0px 0 !important;
}

.footercopy {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer h4 {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #fff;
  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-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4a4a4a;
  font-family: Helvetica;
}

footer li a:hover {
  text-decoration: none;
}

.accountupgrademobile {
  display: none;
}

/* Grid Dsiplays */
@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
    overflow: hidden;
  }

  .tooltip-inner {
    position: fixed !important;
    top: 30% !important;
    left: 15% !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 {
    font-size: 12px;
    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: #314d6d !important;
  border: solid 1px white;
} */

.ngx-gallery-arrow {
  background: #314d6d;
  padding: 8px;
  /* opacity: 0.9; */
  border-radius: 50%;
  border: solid 2px #e5ec44;
  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 {
  font-size: 13px !important;
}

.hostreply {
  font-size: 13px !important;
  background-color: #f0eff0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hostreplyhead {
  color: #314d6d;
  font-size: 14px !important;
  padding-bottom: 20px;
}

.reviewsubtextdatecountry {
  font-size: 13px !important;
}

.titlecountry {
  font-size: 13px !important;
}

.messagecount-icon {
  width: 18px;
  height: 18px;
  background-color: green;
  position: absolute;
  top: 24px;
  right: 60px;
  border-radius: 100%;
  font-size: 10px;
  padding-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
  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 #314d6d;
}

/* .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: #314d6d;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: solid 1px #e5ec44;
  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 #337ab7;
  color: #337ab7;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-reference:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #FFF;
} 


.btn-message {
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #337ab7;
  color: #337ab7;
  background-color: transparent;
  margin-top: -5px !important;
  margin-right: -5px;
}

.btn-message:hover {
  color: #fff;
  background-color: #337ab7;
  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: #337ab7;
  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: #337ab7;
  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: #e5ec44 !important;
}

/* .fa {
  color: #314d6d !important;
}

.fa-star {
  color: #f8ab00 !important;
}

.fa-heart {
  color: #e5ec44 !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 {
  font-size: 12px;
}

.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: #fff !important;
  border-color: #fff !important;
}

.navbar-toggler-icon {
  color: #fff !important;
}

.list-group-item {
  border: 1px solid #f3f3f3;
}

.c-btn.disabled {
  background: none;
}

.c-btn.disabled span {
  color: #ccc;
}


/*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: 0;
  padding: 12px 4px 0 0 !important;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.btn-map {
  font-weight: normal;
  padding: 5px 5px !important;
  border: 1px solid #337ab7;
  color: #337ab7;
  background-color: transparent;
 
}

.btn-map:hover {
  color: #fff !important;
  background-color: #337ab7;
  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;
  }

  .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 {
    font-size: 12px;
    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: #314d6d !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;
    margin-left: -5px;
    margin-right: -5px;
  }

  .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: 4px 4px !important;
    letter-spacing: normal !important;
  }
}

.card-text.row {
  width: 100%;
}

nav ul li a {
  background-color: unset !important;
}