*
{
  margin:0;
  padding:0;
  font-family: 'Times New Roman';
  
}
*
{
  scroll-behavior: smooth;
}
@media only screen and (max-width: 980px)
{
  *
  {
    scroll-behavior: auto;
  }
}
@media only screen and (max-width: 980px)
{
 #title h1
  {
  font-size: 1.25rem!important;
  padding-top: 0!important;

  }
 #title h2
  {
  font-size: 1rem!important;
  padding-bottom: 0!important;
  }
  .icon h3
  {
    font-size: 1.25rem!important;
  }
  .headings h2
  {
    font-size: 1.25rem!important;
  }
  .headings h3
  {
    font-size: 1.25rem;
  }
}
.advice h3
{
  font-size: 1.1rem;
  margin-left: 3%;
  margin-right: 3%;
  text-align:center;
  color: #0048be;
  padding-bottom: 1rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.advice p
{
  font-size: 1rem!important;
  margin-left: 3%;
  margin-right: 3%;
  color: #0048be;
  padding-bottom: 1rem;
  width: 100%;
}
.icon h3
{
  font-size: 1.5rem;
  text-transform: uppercase;
}
.headings h2
{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0048be;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;

}
.headings h3
{
  font-size: 1.5rem;
  text-transform: uppercase;
}
/*--------Navigation------*/



#nav-bar
{
position: sticky;
top:0%;
z-index:1000;
}
.navbar 
{
  padding-top: 0px!important;
}
.navbar-top
{

  z-index:1000;
  width: 100%; 
  background-color: white;
  padding-top: 1px;
  padding-bottom: 1px;  
}
.navbar-top h6
{
  padding-left: 5%;
  padding-right: 5%;
  color: #3B8BEB;
}
.navbar-phone
{
  float:right;
}
.navbar-phone a
{
  
  border-radius: 25px;
  padding:0px;
  background-color: #0048be;
  color:#fff;
  border-style:solid;
  border-color: blue;

}
.navbar-phone a:hover
{
 background-color: #2196f3!important;
 color: #fff;
}
.navbar-brand img
{
height:60px;
padding-left:0px;
}

@media only screen and (max-width: 980px)
{
  .navbar-top h6
{
  padding-left: 1%;
  padding-right: 1%;
}

  .navbar-brand img
  {
  height:40px;
  }
  .navbar-nav
  {
    background:#3B8BEB;
    width:auto;
    opacity: 0.9;
    position: absolute;
    z-index: 100;
    align-content: right;
    right: 1px;
    
    
      
  }
  .nav-link
  {
    border-bottom: 1px solid #d3d3d3!important;
  }
} 
.navbar-nav li
{
padding:0 10px;
}
.navbar-nav li a
{
float: right;
text-align: left;
}
#nav-bar ul li a:hover
{
color: #C8C8C8!important;
}
.navbar-nav
{
  background:#3B8BEB;
  border-radius:15px;
  
}

.navbar-toggler
{
  border:none!important;
}

.nav-link
{
  color:#fff!important;
  font-weight: 600;
  font-size: 16px;
}
.dropdown-menu
{
  background-color:   #3B8BEB!important;
  border: none!important;
  color:#fff!important;

}
.dropdown-item
{
  color:#fff!important;
  border-bottom: 1px solid #d3d3d3!important;  
}
/*--------title-------*/
#title .col-lg-3
{
  margin-left: 0!important;
  margin-right: 0!important;
}
#title h1
{
  text-align:center;
  color: #0048be;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.75rem;
  padding-top: 3%;
  font-weight: bold;

}

#title h2
{
  text-align:center;
  color: #0048be;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding-top:6%;

}


.call-us
{
  text-align: center;
  padding:0px 0px!important;
}
.call img
{
  height:7rem;
  width:auto;
  border-radius: 25px;
  
}
.call
{
  display: inline;
  margin-right: -4%;

}
.call a
{
  font-size: 1rem!important;
}
/*-------Services--------*/
#services
{
  background-color: #fff;
  background-size: cover;
  background-position: center;
  
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 50px;
}
#services h1
{
  text-align:center;
  color: #0048be;
  padding-bottom: 1px;
}
#services h2
{
  text-align:center;
  color: #0048be;
  padding-bottom: 1rem;
}
#services h3
{
  text-align:center;
  color: #0048be;
  padding-bottom: 1px;
}
#services h1::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 90%;
  margin: 20px auto 5px;
}
.services
{
  margin-top: 40px;
}

.icon
{
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 0.5rem;  
  background:white;
  border-radius:25px ;
  border-style: groove;
  color: #0048be;
  width: 100%;
  height: 29rem;
  margin-bottom: 3%;

}
@media only screen and (max-width: 768px)
{
  .icon
  {
    height: fit-content!important;
    width: auto;
    margin-bottom: 3%;
  }

}
.brands
{
  column-count: 2;
    
}
.icon h4
{
  margin-top: 0%;
  margin-bottom: 0%;
}
.icon h5
{
  margin-top: 0%;
  margin-bottom: 0%;
}
.icon img
{
  max-width: 100%;
  max-height: 10rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#services p
{
  font-size: 1rem;
  margin-top: 20px;
  color: #0048be;
}
 .icon:hover
{

  cursor: pointer;
  transition: 0.7s;
  border-style: solid;
  border-color: #0048be;
  box-shadow: 0 2px 20px #333;

}
.services span
{
  font-size: 18px;
  color: #fff;
}
/*--------Repairorreplace------*/
#repairorreplace p
{
  font-size: 1rem;
}
#repairorreplace .icon
{
  height: 21rem;
}
#repairorreplace .icon img
{
  border-radius: 25px;
  max-height: 12rem;
  max-width:100%;
}

#repairorreplace h2
{
  text-align:center;
  color: #0048be;
  padding-bottom: 1px;
  width: 100%;
  padding-top: 1rem;
}
#repairorreplace h2::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 90%;
  margin: 1rem auto 1rem;
  
}
#product-slider img
{
  width: 100%;
  height: auto;
  margin: 3%;

}  
/*--------Reviews------*/
#reviews h2
{
  text-align:center;
  color: #0048be;
  padding-bottom: 5px;
  width: 100%;
  padding-top: 3rem;
}
#reviews h2::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 20%;
  margin: 1rem auto 1rem;
}
/*--------Repairs------*/
#repairs .icon
{
  height: 32rem;
}
/*--------Pool-service------*/
#pool-service .icon
{
  height: 14rem;

}

/*------Price plans--------*/
#prices
{
  padding: 40px 0;
  background: #fff;
}
#prices h1
{
  text-align: center;
  color: #0048be !important;
  padding-bottom: 10px;

}
#prices h1::after
{
  content:'';
  background: #0048be;
  color: #101357;
  display:block;
  height:3px;
  width: 170px;
  margin: 20px auto 5px;
}
.single-price
{
  margin: 10px 0;
  display: inline;
  float: left;
  width: 100%;
  background-color: #efefef;
  transition: 0.5s;
  border-radius: 25px;
}
.single-price:hover
{
  box-shadow: 0 2px 20px #333;
}
.price-head
{
  background-color: #3B8BEB;
  display:inline;
  float: left;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
  border-radius: 25px;
}
.price-head h2
{
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px;
  text-transform: uppercase;
}
.price-head p
{
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.price-head span
{
  font-size: 1rem;
}
.price-content span
{
  font-size: 1rem;
  color: #0048be;
}
.price-content
{
  display: inline;
  float: left;
  width: 100%;
  padding: 0 15px;
  color: #0048be;
}

.price-content ul li
{
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 10px;
  list-style: none;
}
.price-content ul li:last-child
{
  border: none;
}
#prices .fa-check-circle
{
  color: #0048be;
  margin-right: 10px;
  font-size: 20px;
}
.buy-btn
{
  display: inline;
  float: left;
  padding: 15px 15px 15px;
  text-align: center;
  width: 100%;
}
.buy-btn
{
  background-color: #0048be;
  border-radius: 3px;
  display: inline-block;
  font-size: 18px;
  padding: 15px 50px;
  transition: 0.5s;
}
.buy-btn:hover
{
  border-color: 1px solid #fff;
  background-color: #2196f3;
}
.price-button a
{
  text-decoration: none!important;
  color: #fff!important;
}

#prices h5
{
  color:#fff;
}
/*--------New equipment---------*/
#new-equipment h5
{
  color:#0048be;
  text-align:center;
  padding-top: 1rem;
  width: 100%;
}
#new-equipment .icon
{
  height: 18rem;
  width: auto;
}
#new-equipment .icon img
{
  height: 14rem;
  width: auto;
}
#equipment-brands h1
{
  text-align:center;
  color: #0048be;
  padding-bottom: 10px;
  width: 100%;
}
#equipment-brands h1::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 170px;
  margin: 20px auto 5px;
}
#equipment-brands h2 
{
  color:#0048be;
  text-align:center;
  width: 100%;
}
#equipment-brands h5
{
  color:#0048be;
  text-align:center;
  padding-top: 1rem;
  width: 100%;
}
#equipment-brands h6
{
  color:#0048be;
  text-align:center;
  padding: 0;
  width: 100%;
}
.equipment-brands
{
  margin-top: 40px;
  
}
#equipment-brands .icon
{
  height: fit-content;
  width: auto;
}
#equipment-brands .icon img
{
  height: 14rem;
  width: auto;
}
#equipment-brands h3
{
  text-align:center;
  color: #0048be;
  padding-bottom: 10px;
  width: 100%;
}
#equipment-brands h3::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 170px;
  margin: 20px auto 5px;
}

/*---------Contact---------*/
#contact .logo
{
  height: 3rem;
  max-width: 100%;
}
#contact
{
  background:ivory;
  padding-top: 40px;
  padding-bottom: 40px;
  color:#777;
}

 .contact-form
 {
   padding: 15px;
 }
 .form-control
 {
   border-radius: 0 !important;
   border: none !important;
 }
::placeholder
{
  color:#999 !important;
}
 .follow
 {
   background: #fff;
   padding: 10px;
   margin: 15px;
 }
 .contact-info .fa
 {
   margin:10px;
   color: #0048be;
   font-weight: bold;
 }

 #contact h2
{
  text-align: center;
  color: #0048be !important;
  padding-bottom: 10px;

}
#contact h2::after
{
  content:'';
  background: #0048be;
  display:block;
  height:3px;
  width: 170px;
  margin: 20px auto 5px;
}
#contact iframe
{
  width: 100%; 
}

.col-md-12 .icon
{
  height:fit-content ;
}

.btn-primary
{
  background-color: #0048be!important;
  margin-left:3%;
  margin-right: 3%;
  margin-top:2%;
  margin-bottom: 3%;
  width:fit-content;
  font-size: 1.25rem!important;
  border-radius:  25px!important;
}
.btn-primary:hover
{
 background-color: #2196f3!important;
}
@media only screen and (max-width: 980px)
{
  .btn-primary
  {
    font-size: 1rem!important;
  }
}
.gallery
{
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 0.5rem;  
  background:white;
  border-radius:25px ;
  border-style: groove;
  color: #0048be;
  width: 100%;
  height: 27rem;
  margin-bottom: 3%;

}
@media only screen and (max-width: 768px)
{
  .gallery
  {
    height: fit-content!important;
    width: auto;
    margin-bottom: 3%;
  }

}
.gallery img
{
  max-width: 100%;
  max-height: 20rem;
  border-radius: 25px;
  margin-bottom: 1rem;
  margin-top: 1rem; 
}
.icon-service-area
{
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 0.5rem;  
  background:white;
  border-radius:25px ;
  border-style: groove;
  color: #0048be;
  width: 100%;
  height: fit-content!important;
  width: auto;
  margin-bottom: 3%;

}
@media only screen and (max-width: 768px)
{
  .icon-service-area
  {
    height: fit-content!important;
    width: auto;
    margin-bottom: 3%;
  }

}
/*---------Sitemap----------*/
#sitemap
{
  background-color: #3B8BEB;
  padding: 1rem;
  color: white;
}
#sec1 
{
  text-align: center;
}

#sec1 a
{
  color: white;
  margin: 0;
}
.sitemap-links p
{
  margin:0;
}
/*---------Product----------*/
#single-product
{
  color: #0048be;
  
}
#product-description
{
  color:#0048be;
}
#product-description ul
{
  margin: 3%;
}
hr
{
  background-color: #0048be;
}
#related .icon
{
  height: 21rem;
}
.product-price
{
  font-size: 1.5rem ;
}
#related h2
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 3%;
}

#related
{
  background-color: #3B8BEB;
  background-size: cover;
  background-position: center;
  color: #fff;
  background-attachment: fixed;
  padding-top: 5px;
  padding-bottom: 20px;
}
.eftpos
{
  margin:3%;
}
.description-brand
{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

  .description-brand h3
{
  font-size: 1.1rem;
  margin-left: 3%;
  margin-right: 3%;
  text-align:center;
  color: #0048be;
  padding-bottom: 1rem;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.description-brand p
{
  font-size: 1rem!important;
  margin-left: 3%;
  margin-right: 3%;
  color: #0048be;
  padding-bottom: 1rem;
  width: 100%;
}

/*---------Pool-advice----------*/
.pool-advice
{
  border-radius: 25px;
  max-height: 15rem;
  width: auto;
}
#pool-advice
{
  color: #0048be;
}
#pool-advice li
{
  margin: 0.3rem;
}
@media only screen and (max-width: 768px)
{
  .pool-advice img
  {
    height: fit-content!important;
    width: auto;
    margin: 1%;
  }

}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">"!important;
}
.breadcrumb
{
  background-color: #F5F5F5!important;

}
.breadcrumb > .breadcrumb-item 
{
  color: #0048be!important;

}
/*---------Footer----------*/
#footer
{
  background: #333;
  color: #fff;
  padding: 0.1rem;
}
 .fa-heart-o
 {
   margin: 3px;
   color: red;
 }

 /*---------Mobile-menu----------*/
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  

  .animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span 
  {
  background: #3B8BEB;
  }
  
  .animated-icon2 span {
  background: #3B8BEB;
  }
  
  .animated-icon3 span {
  background: #3B8BEB;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
/*---------About US----------*/
.team
{
  text-align: center;
}
.team img
{
  border-radius: 25px;
  height:10rem;
  width: auto;
}
/*---------Local-business----------*/
#partners
{
  text-align: center;
  background-color: #BEBEBE;
}
#partners h5
{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
#partners h6  a
{
  font-size: 1rem;
  color: #101357;

}
/*---------Contact Form----------*/
#contact-form 
{color:#0048be;}

.contact-form-container {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  
}

.contact-form-container h2 {
  text-align: center;
  color:#0048be;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
  color:#0048be;
}

.contact-form-container label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.contact-form-container select, input[type="text"], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color:#0048be;
}

.contact-form-container input[type="text"]:focus, select:focus, textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.contact-form-container textarea {
  resize: vertical;
}

.contact-form-container button {
  width: 100%;
  padding: 12px;
  background-color: #007BFF;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form-container button:hover {
  background-color: #0056b3;
}

/* Optional Product Specification */
.optional {
  display: none;
  margin-top: 10px;
}

select#product option[value="other"]:checked + .optional {
  display: block;
}

@media (max-width: 600px) {
  .contact-form-container {
      padding: 15px;
  }
}


