input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Sen", sans-serif;
}

a {
  text-decoration: none;
}

p {
  line-height: 24px;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

input,
button {
  outline: none;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  font-size: 0.875rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  font-size: 0.875rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  font-size: 0.875rem;
}

.navbar-light .navbar-brand {
  color: #c7ced4 !important;
  width: 160px;
}
.navbar-light .navbar-brand img {
  width: 100%;
}
@media (max-width: 37.5em) {
  .navbar-light .navbar-brand {
    padding-left: 10px;
  }
}

.navbar {
  background: #ffffff;
}
.navbar .nav-item.active a.nav-link {
  color: #5bb874 !important;
}
.navbar .nav-item .nav-link:hover {
  color: #5bb874 !important;
}

.utility-header {
  background: #f5f5f5;
  color: #2c2c2c;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.utility-header .container .emailus {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 37.5em) {
  .utility-header .container .emailus .for-desktop {
    display: none;
  }
}
.utility-header .container .emailus .for-mob {
  display: none;
}
@media (max-width: 37.5em) {
  .utility-header .container .emailus .for-mob {
    display: inline-block;
  }
}
.utility-header .container .emailus a {
  color: #2c2c2c;
  font-weight: 600;
}
.utility-header .container .emailus a i {
  color: #5bb874;
}
@media (max-width: 37.5em) {
  .utility-header .container .emailus {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
.utility-header .container .call-us {
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
}
.utility-header .container .call-us a {
  color: #2c2c2c;
  font-weight: 600;
}
.utility-header .container .call-us a i {
  color: #5bb874;
}
@media (max-width: 37.5em) {
  .utility-header .container .call-us {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 37.5em) {
  .utility-header .container .call-us .mobno {
    display: none;
  }
}

nav .nav-link {
  padding: 1.5rem 1rem !important;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #626262 !important;
  letter-spacing: 1px;
}
@media (max-width: 37.5em) {
  nav .nav-link {
    padding: 0.6rem 0.8em !important;
  }
}
nav .book-service-btn {
  color: #ffffff;
  border-color: #5bb874;
  background: #5bb874;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
nav .book-service-btn:hover {
  background: #ffffff;
  color: #5bb874;
}
@media (max-width: 37.5em) {
  nav .book-service-btn {
    display: none;
  }
}
nav .dropdown-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 85.43em) {
  nav {
    margin: 0 auto;
  }
}

.pro-list-container {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: left;
  background: #f5f5f5;
}
.pro-list-container img {
  width: 100%;
}
.pro-list-container h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 37.5em) {
  .pro-list-container h2 {
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.pro-list-container .progallery {
  padding: 16px 16px;
  border: 1px solid #d8d8d8;
  margin-bottom: 16px;
  padding: 12px 6px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.pro-list-container .progallery a {
  color: #000000;
}
.pro-list-container .progallery:hover {
  border: 1px solid #5bb874;
  background-color: #5bb874;
}
.pro-list-container .progallery:hover .pro-info {
  display: block;
  transition: all 0.5s ease;
}
.pro-list-container .progallery h4 {
  margin-top: 1rem;
  font-size: 14px;
}
.pro-list-container .progallery .pro-info {
  display: none;
  background: #ffffff;
  color: #5bb874;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
}
.pro-list-container .viewall {
  text-align: right;
}
.pro-list-container .viewall a {
  padding: 6px 0;
  display: inline;
}
.pro-list-container .viewall a:hover {
  color: #5bb874;
}
@media (min-width: 85.43em) {
  .pro-list-container {
    margin: 0 auto;
  }
}

.navbar-toggler:focus {
  box-shadow: 0 !important;
}

#bookService .modal-body form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.slider-wrapper {
  max-height: 500px;
  min-height: auto;
  overflow: hidden;
  background: #5bb874;
  background-image: url("../images/map-bg.png") no-repeat center center;
  background-color: #5bb874;
}
.slider-wrapper .min-charge {
  position: absolute;
  z-index: 1;
  right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 16px;
  background: #f7ee83;
}
.slider-wrapper .carousel-caption {
  top: 40%;
}
.slider-wrapper img {
  width: 100%;
}
.slider-wrapper h5 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000000;
}
.slider-wrapper p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 0 1px 1px #000000;
}
@media (min-width: 85.43em) {
  .slider-wrapper {
    max-width: 1440px;
  }
}

.dropdown:hover .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: #fff;
  display: block;
  margin-top: 0;
  border: 0;
}
.dropdown:hover .dropdown-menu .dropdown-item {
  color: #333;
}
.dropdown:hover .dropdown-menu .dropdown-item:hover {
  background: #5bb874;
  color: #ffffff;
}
.dropdown:hover .dropdown-menu .dropdown-item.active {
  background-color: #5bb874;
  color: #ffffff;
}

.pro-lists {
  list-style: none;
  padding: 0;
}
.pro-lists li a {
  padding: 8px 0;
  display: block;
  transition: all 0.2s ease-in-out;
}
.pro-lists li a:hover {
  text-decoration: none;
  color: #5bb874;
}
.pro-lists li a:hover i {
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  margin-left: 4px;
}
.pro-lists li a i {
  display: none;
  text-align: right;
}
@media (min-width: 85.43em) {
  .pro-lists.stickynav {
    position: sticky;
    top: 0;
  }
}

.about-container {
  padding-top: 3em;
  padding-bottom: 1em;
  text-align: left;
  background: #fff;
}
.about-container .container a {
  padding: 6px 0;
}
.about-container .container a:hover {
  color: #5bb874;
}
.about-container .container a i {
  position: absolute;
  margin-top: 1.5px;
}
.about-container .container .about-company {
  background-color: #fff;
}
.about-container .container .about-company .qrwrap {
  display: flex;
}
.about-container .container .about-company .qrwrap span:last-child {
  margin-left: 6px;
  margin-top: 14px;
}
.about-container .container .about-company .qrwrap .qrcode {
  max-width: 80px;
}
.about-container .container .about-company img {
  width: 100%;
}
@media (max-width: 37.5em) {
  .about-container .container .about-company {
    margin: 1em 0;
  }
}
.about-container .container h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 37.5em) {
  .about-container .container h2 {
    margin-bottom: 0.5em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.about-container .container h6 {
  margin-top: 1.5em;
  font-weight: bold;
}
.about-container .container .list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-container .container .list-style li {
  padding-bottom: 16px;
}
@media (min-width: 85.43em) {
  .about-container {
    overflow: hidden;
  }
}
@media (max-width: 37.5em) {
  .about-container {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: left;
  }
}
.about-container .brands {
  margin-top: 8px;
  margin-bottom: 8px;
}
.about-container .brands img {
  width: 100%;
}

.services-container {
  padding-top: 3.5em;
  padding-bottom: 3em;
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}
.services-container h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 37.5em) {
  .services-container h2 {
    margin-bottom: 0.5em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.services-container .services h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.services-container .services img {
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 37.5em) {
  .services-container .services p {
    margin-bottom: 0;
  }
}
.services-container .services a:hover {
  text-decoration: underline;
}
@media (max-width: 37.5em) {
  .services-container .services {
    margin-bottom: 2em;
  }
}
@media (min-width: 85.43em) {
  .services-container {
    max-width: 1440px;
  }
}
@media (max-width: 37.5em) {
  .services-container {
    text-align: left;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media (max-width: 37.5em) {
  .contact-details {
    text-align: left;
  }
}

#contact-form {
  margin-top: 1em;
}
#contact-form #website {
  display: none;
}
#contact-form .form-control {
  padding: 1rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #a5a5a5;
}
#contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 37.5em) {
  #contact-form {
    text-align: left;
  }
}
#contact-form .btn {
  color: #5bb874;
  border-color: #5bb874;
  padding: 0.3em 2em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#contact-form .btn:hover {
  background: #5bb874;
  color: #ffffff;
}

.map-container {
  padding: 0;
}
.map-container iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 37.5em) {
  .map-container iframe {
    height: 250px;
  }
}
@media (min-width: 85.43em) {
  .map-container {
    max-width: 1440px;
  }
}

.innerpage-header-container {
  padding-top: 6em;
  padding-bottom: 6em;
  background-image: url("../images/map-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #5bb874;
}
.innerpage-header-container h2 {
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
@media (max-width: 37.5em) {
  .innerpage-header-container h2 {
    margin-top: 40px;
  }
}
.innerpage-header-container small {
  color: #ffffff;
}
.innerpage-header-container small a {
  text-transform: capitalize;
  color: #ffffff;
}
.innerpage-header-container small a:hover {
  text-decoration: underline;
}
.innerpage-header-container small i {
  font-size: 9px;
  margin-left: 2px;
  margin-right: 2px;
}
.innerpage-header-container p {
  margin-bottom: 0;
}
@media (min-width: 85.43em) {
  .innerpage-header-container {
    max-width: 1440px;
  }
}
@media (max-width: 37.5em) {
  .innerpage-header-container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.innerpage-header-container .download-brochure {
  text-align: right;
}
.innerpage-header-container .download-brochure a {
  border: 1px solid #fff;
  background: #ffffff;
  color: #5bb874;
}
.innerpage-header-container .download-brochure a:hover {
  background: transparent;
  color: #ffffff;
}
@media (max-width: 37.5em) {
  .innerpage-header-container .download-brochure {
    text-align: left;
    margin-top: 1.5em;
    margin-bottom: 40px;
  }
}

.innerpage-nav-container {
  background: #f5f5f5;
}
.innerpage-nav-container .pro-links {
  text-align: center;
  list-style: none;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
}
.innerpage-nav-container .pro-links li {
  display: inline-flex;
}
.innerpage-nav-container .pro-links li a {
  text-transform: uppercase;
  padding: 4px 10px;
}
@media (min-width: 85.43em) {
  .innerpage-nav-container {
    max-width: 1440px;
  }
}

.innerpage-content-container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.innerpage-content-container h2 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.innerpage-content-container h5 {
  font-size: 16px;
  font-size: 1rem;
}
.innerpage-content-container .service-list {
  line-height: 24px;
}
.innerpage-content-container .service-list li {
  list-style-type: circle;
}
.innerpage-content-container .errname,
.innerpage-content-container .erremail,
.innerpage-content-container .errphone {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ff0000;
  display: none;
}
.innerpage-content-container .pro-grid {
  text-align: center;
  border: 1px solid #d0d0d0;
  padding: 12px 6px;
  margin-bottom: 24px;
}
.innerpage-content-container .pro-grid:hover {
  border: 1px solid #5bb874;
}
.innerpage-content-container .pro-grid a {
  color: #212529;
}
.innerpage-content-container .pro-grid a img {
  width: 100%;
}
.innerpage-content-container .pro-grid a h5 {
  margin-top: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
.innerpage-content-container .features {
  list-style: circle;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.innerpage-content-container .features li {
  line-height: 24px;
}
.innerpage-content-container h6 {
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 85.43em) {
  .innerpage-content-container {
    max-width: 1440px;
  }
}

.reach-us-container {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #f5f5f5;
}
.reach-us-container .container h3 {
  margin: 0;
}
.reach-us-container .container .download-btn {
  text-align: right;
}
.reach-us-container .container .download-btn a {
  border: 1px solid #ffffff;
  background: #5bb874;
  color: #ffffff;
}
.reach-us-container .container .download-btn a:hover {
  background: transparent;
  color: #5bb874;
}
.reach-us-container .container .iso {
  width: 100px;
}
.reach-us-container .container .reach-us {
  text-align: center;
}
@media (min-width: 85.43em) {
  .reach-us-container {
    max-width: 1440px;
  }
}

.footer-container {
  padding-top: 3em;
  padding-bottom: 3em;
  background: rgb(24, 24, 24);
  color: #c7ced4;
}
.footer-container .container h4 {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 37.5em) {
  .footer-container .container h4 {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.footer-container .container a {
  color: #c7ced4;
}
.footer-container .container a:hover {
  text-decoration: underline;
}
@media (max-width: 37.5em) {
  .footer-container .container .footer-col {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 37.5em) {
  .footer-container .container .footer-col.last {
    margin-bottom: 0;
  }
}
.footer-container .container ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-container .container ul li {
  padding-bottom: 6px;
}
.footer-container .container ul li a {
  color: #c7ced4;
  padding: 4px 0;
  display: block;
}
.footer-container .container ul li a:hover {
  text-decoration: underline;
}
.footer-container .container .iso {
  width: 100px;
}
@media (max-width: 37.5em) {
  .footer-container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.footer-bottom {
  background: #151515;
  color: #c7ced4;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom .designby {
  text-align: right;
}
@media (max-width: 37.5em) {
  .footer-bottom .designby {
    text-align: left;
  }
}
.footer-bottom .designby p a {
  color: #c7ced4;
}
.footer-bottom .designby p a:hover {
  text-decoration: underline;
}

.quick-contact {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.quick-contact a {
  display: block;
  margin: 6px 0;
}
.quick-contact a img {
  width: 50px;
  height: 50px;
}
.quick-contact a img:hover {
  opacity: 0.7;
}
@media (max-width: 37.5em) {
  .quick-contact {
    visibility: visible;
  }
}

.grecaptcha-badge {
  display: none;
}

.g-review {
  background: whitesmoke;
}
.g-review .container {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.g-review .container .g-wrap {
  display: block;
  text-align: center;
}
.g-review .container .g-wrap h3 {
  margin: 0;
}
.g-review .container .g-wrap p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.g-review .container .g-wrap p img {
  width: 100px;
}
.g-review .container .g-wrap p a img {
  width: 20px;
  margin-right: 8px;
}
.g-review .container .g-wrap a {
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  margin-left: 20px;
  font-weight: bold;
}
.g-review .container .g-wrap a:hover {
  background: #eaeaea;
}
@media (max-width: 37.5em) {
  .g-review .container .g-wrap a {
    display: block;
    margin-top: 1em;
  }
}

.specs tr th {
  text-transform: uppercase;
}

.pdf-download {
  margin-bottom: 3em;
  padding-top: 1em;
}
.pdf-download a {
  padding: 10px 22px !important;
  background-color: #5bb874;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}
.pdf-download a:hover {
  background-color: yellow;
  color: #000000 !important;
}/*# sourceMappingURL=style.css.map */