body{ font-family: 'Open Sans', sans-serif; color: #001e2e; }

strong { font-weight: 600; }

.section-wrapper{ margin-top: 40px; margin-bottom: 40px; }

.footer-wrapper{ padding-top: 40px; padding-bottom: 40px; }

footer .nav-link{ color: #fff; }
.last-nav-item {
  padding-right: 0;
}
/* Inline styles */
.separator { border-top: 1px solid #ccc; margin-bottom: 20px; }

/* Styles for sticky header */
.navbar.navbar-expand-lg.navbar-light { transition: background-color 0.3s ease-in-out; }

.navbar-dark .navbar-nav .nav-link.collapsed { color: rgba(255, 255, 255, 0.5) !important; }

.navbar-dark .navbar-nav .nav-link.active { color: white !important; }

.navbar-dark .navbar-nav .nav-link { color: #001e2e; }

.bg-dark { background-color: #001e2e !important; }

.bg-light { background-color: #fff !important; }

.navbar-dark .navbar-toggler { background-color: #001e2e; }

#header.navbar-dark .navbar-nav .nav-link { color: white !important; letter-spacing: 2px; }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: #001e2e; }

/* Styles for logo & images */
#logo { max-width:180px; width:100%; }

#logo2{ max-width:180px; width:100%; }

#stars { max-width:150px; width:100%; }

/* Text */
.green{ color: #47cc46; font-weight: 500; }

.title { font-weight: 100; font-size: 2rem; color: #001e2e; }

.grey { color: #6b6b6b; font-weight: 100; }

.stars-text { font-weight: 100; }

/* Custom button styles */
.green-btn { background-color: #47cc46; color: white; border: none; padding: 10px; max-width: 160px; width: 100%; }

.green-btn:hover { background-color: #5bd057; }

.white-btn { background-color: white; color: #001e2e; border: 2px solid #001e2e; padding: 10px; max-width: 160px; width: 100%; }

.white-btn:hover { background-color: #001e2e; color: white; }

.navy-btn { background-color: #001e2e; color: white; border: none; padding: 10px; max-width: 160px; width: 100%; }

.navy-btn:hover { background-color: #001e2e; }

.navy-btn .fa-phone { color: #47cc46; }

/* Custom styles */

.align-items-center { min-height: 100%; }

.add-top { margin-top: 50px; }

.add-bottom { margin-bottom: 40px; }

.fa-phone { color: #001e2e; }

/* Services styles */
.navy-box { background-color: #001e2e; color: white; border-radius: 5px; padding: 10px; margin-bottom: 20px; margin-right: 10px; font-size: 12px; }

.navy-box:last-child { margin-right: 0; }

.navy-box p { margin: 0; text-transform: uppercase; }

.navy-boxes { margin-top: 3rem;  margin-bottom: 2rem; }

/*C2A banner*/
.phone-btn-wrap .btn-page{ font-size: 30px; font-weight: 600; }
.c2a-wrap{ padding-top: 30px; padding-bottom: 30px; }
.c2a-text h3{ font-size: 2rem; }
.c2a-text p { font-weight: 100; margin: 0px;  }
.wrap { background-color: #46cb46; }

.wrap-grey { background-color: #ececec; }
.wrap-grey h3 { color: #47cc46; margin: 0px; }
.light-text { font-weight: 100; color: #001e2e;  }
/*C2A AREA*/

#about h4{ font-weight: 100; }

.green-icon{ color: #47cc46; font-size: 22px; }

.contact-info li { font-size: 24px; }

.footer-navy{ background-color: #001e2e; }

#phone-circle {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.phone-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #47cc46;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: white;
  font-size: 26px;
  text-decoration: none;
  border: 2px solid white; /* Add white border */
}

/* Styles for the switch */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px; /* Make it pill shape */
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%; /* Make it round */
  }

  input:checked + .slider {
    background-color: #47cc46;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #47cc46;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders on focus */
  .slider.round:focus {
    box-shadow: 0 0 1px #47cc46;
  }

  .slider.round:before {
    border-radius: 50%;
  }

.content-top { margin-top: 40px; }

.whatsapp1{ display:none; }

.whatsapp2 { display: none; }

.napit { max-width: 80px; width:100%; }

.napit.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.relative-container {
  position: relative;
}

.napitbottom { display:none; }


@media (min-width: 768px) and (max-width: 992px) {

.green-btn { max-width: 150px; width: 100%; }

.white-btn { max-width: 150px; width: 100%; }

.navy-box { padding: 8px; margin-right: 1px; }

.navy-boxes { margin-top: 20px; }

.add-top { margin-top: 30px; }

.c2a-text { text-align: center; }

.navy-btn { margin: 0 auto; display: block; margin-top: 20px; }

#houseImage { max-width: 300px; margin: 0 auto; display: block; }

.switch-button.d-flex{ margin-top: 20px; display: block !important; text-align: center; }

.content-top { text-align: center; }

.mob-center{ text-align: center; }

.section-wrapper { text-align: center; }

#touchButton2 { margin: 0 auto; }

#logo2 { margin: 0 auto; display: block; }

.nav-item-mob{ display: inline-block; }

.nav-mob{ text-align: center; width: 100%; display: inline-block; margin: 0 auto; }

.footer-wrapper p { text-align:center !important; }
}


@media (min-width: 500px) and (max-width: 768px) {

.navy-boxes .d-flex { flex-wrap: wrap; }

.navy-boxes .navy-box { width: 100%; margin-right: 0; margin-bottom: 10px; text-align: center; }

.navy-boxes { margin-top: 2rem; }

.main-house { display: none; }

.add-top { margin-top: 0px; }

#logo { max-width: 140px; }

.green-btn { max-width: none; width: 48%; }

.white-btn { max-width: none; width: 48%; }

.title { text-align: center; }

.stars-text { text-align: center; }

#stars { margin: 0 auto; }

.grey { text-align: center; }

.navbar-dark .navbar-nav .nav-link { text-align: center; }

.c2a-text { text-align: center; }

.navy-btn { margin: 0 auto; display: block; margin-top: 20px; }

#houseImage { max-width: 300px; margin: 0 auto; display: block; }

.switch-button.d-flex{ margin-top: 20px; display: block !important; text-align: center; }

.content-top { text-align: center; }

.mob-center{ text-align: center; }

.section-wrapper { text-align: center; }

#touchButton2 { margin: 0 auto; }

#logo2 { margin: 0 auto; display: block; }

.nav-item-mob{ display: inline-block; }

.nav-mob{ text-align: center; width: 100%; display: inline-block; margin: 0 auto; }

.footer-wrapper p { text-align:center !important; }

.napit { display:none; }
.napitbottom{ display: block; margin: 0 auto; max-width:100px; width:100%; margin-top: 20px; }

}

@media (min-width: 200px) and (max-width: 500px) {

.navy-boxes .d-flex { flex-wrap: wrap; }

.navy-boxes .navy-box { width: 100%; margin-right: 0; margin-bottom: 10px; text-align: center; }

.navy-boxes { margin-top: 2rem; }

.main-house { display: none; }

.add-top { margin-top: 0px; }

#logo { max-width: 140px; }

.green-btn { max-width: none; width: 48%; }

.white-btn { max-width: none; width: 48%; }

.title { text-align: center; }

.stars-text { text-align: center; }

#stars { margin: 0 auto; }

.grey { text-align: center; }

.navbar-dark .navbar-nav .nav-link { text-align: center; }

.c2a-text { text-align: center; }

.navy-btn { margin: 0 auto; display: block; margin-top: 20px; }

.title { font-size: 1.5rem; }

.c2a-text h3 { font-size: 1.5rem; }

#houseImage { max-width: 300px; margin: 0 auto; display: block; }

.switch-button.d-flex{ margin-top: 20px; display: block !important; text-align: center; }

.content-top { text-align: center; }

.mob-center{ text-align: center; }

.section-wrapper { text-align: center; }

#touchButton2 { margin: 0 auto; }

#logo2 { margin: 0 auto; display: block; }

.nav-item-mob{ display: inline-block; }

.nav-mob{ text-align: center; width: 100%; display: inline-block; margin: 0 auto; }

.footer-wrapper p { text-align:center !important; }

.whatsapp1{ display: inline-block; margin: 0 auto; }

.whatsapp2{ display:block; margin: 0 auto; }

#touchButton2{ display:none;  }

#touchButton { display: none; }

.napit { display:none; }

.napitbottom{ display: block; margin: 0 auto; max-width:100px; width:100%; margin-top: 20px; }
}

