*{
  margin: 0;
  padding: 0;
  /*user-select: none;*/
  box-sizing: border-box;
  font-family: "Lato", serif;
        font-weight: 400;
}



body{
  overflow-x: hidden;
}
p{
  line-height: 23px;

}
p, li, h5, h6 {
   font-size:17px;   
}
b{
  font-weight: 600;
}
.logo-slid p{
    font-weight:700;
}

 body .container .c-ft-clr{
     color:#65c8f3 !important;
 }
 
  body .container .c-ft-clr b{
     color:#fff !important;
 }

 
  body .container .c-ft-clr strong{
     color:#000 !important;
 }
body .container h1,body .container  h2,body .container  h3,body .container  h4 {
    font-size: 33px !important;
    font-weight: 800 !important;
}
  .banner-gold{
    background-image: url(../img/home/mobilecarbatteryreplacementgoldcoast-banner.png);
    background-size: cover;
    margin-top: 0;
   display: flex;
   align-items: center;
height:470px;
  }
.logo-slid > div{
  background-color: #fff;
  box-shadow: 2px 2px 12px 2px #ddd;
  width: 18%;
  border: 1px solid #cfcccc;
}
.logo-slid > div:hover{
  transform: scale(1.09);
  transition: .5s;
}

.logo-slid > div a{
color: #000;
}
.mg-w h5{
  font-weight: 800;
}

.logo-slid  img{
  width: 80px;
  height: 80px;
  margin: auto;
  object-fit: contain;
}
.why-choose{
  background-color: #333;
}
.bg-wh{
  background-color: #d8f3ff;
  height: 100%;
}

.who-are-we .who-op{
  background-color: #333;
  padding: 30px;
}
.how-work{
  background-color: #66c8f3;
}
.banner-ul {
  padding-left: 0;
}

.banner-uls{
  padding-left: 20px;
}
.banner-ul li{
list-style: none;
margin-top: 20px;
color: #fff;
}
.banner-ul li img{
  width: 30px;
  margin-right: 10px;
}


/* header css */
header {
  z-index: 999;
  width: 1140px;
  background-color: var(--white);
  display: flex
;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 100px; */
  transition: 0.6s;
  right: 0;
  margin: auto;
}
header .logo {
  color: #333;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

.menu-item > a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
  margin: 20px 0 0 20px;
  padding: 25px 0;
  font-weight: 500;
}
.list-style-nones{
  list-style: none;
}

header .navigation .menu {
  position: relative;
  display: flex;
  justify-content: end;
  list-style: none;
}

.contact-dark li {
  margin-bottom: 10px;

}
.contact-dark li a{
  font-weight: 600;
}
.contact-dark i{
  background-color: #ddd;
width: 40px;
height: 40px;
padding: 12px;
  border-radius: 40px;
  text-align: center;
}

.contact-form input:focus, .contact-form textarea:focus{
outline: none;
box-shadow: none;
}
.contact-form label{
  font-weight: 600;
}
.contact-dc{
  border:1px solid #ddd;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  background-color: #fbf9f9;
  box-shadow: 1px 1px 5px 1px rgb(151 149 149 / 17%);
}
.form-div{
  border:1px solid #ddd;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  background-color: #fbf9f9;
  box-shadow: 1px 1px 5px 1px rgb(151 149 149 / 17%);
}
.contact-banner{
  background-image: url(/img/home/contact-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.submit-now{
  padding: 8px 45px;
  background-color: #333;
  color: #fff;
  border: 0;
  border-radius: 3px;
}