*{
  margin: 0;
  padding: 0;
  /*user-select: none;*/
  box-sizing: border-box;
  font-family: "Lato", serif;
        font-weight: 500;
}



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:#f4981a !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/cheapcarbatteriesgoldcoast.png);
    background-size: cover;
    margin-top: 0;
   display: flex;
   align-items: center;
height:470px;
  }
.logo-slid > div{
  background-color: #fff;
  box-shadow: 4px 4px 0px 2px #ddd;
  width: 17%;
  border: 1px solid #cdc0c0;
}
.logo-slid > div:hover{
  box-shadow: none;
}


.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;
}











.btns {
letter-spacing: 2px;
    border: 0;
    border-radius: 1rem;
    color: #fff;
    text-shadow: 0px -1px 0.5px #0005;
    background-image: linear-gradient(180deg, #2196F3, 30%, #03A9F4, #03A9F4, #2196F3);
    border: #0007 1px solid;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
    outline: none;
    transition: all 133ms ease-out;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.btns::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0.3rem;
    /* border-radius: calc(1rem - var(--inset)); */
    box-shadow: 0 1px 0.5px -0.5px hsla(180, 69%, 83%, 0.8), inset 0px 0px 0px 1px hsl(180, 13%, 10%), inset 0 0 3px 1px #2196F3;
    border-radius: 9px;
}

.btns::after {
    content: "";
    position: absolute;
    inset: 0.3rem;
    z-index: -1;
    border-radius: calc(1rem - var(--inset)) calc(1rem - var(--inset)) 0 0;
    height: 75%;
    background: linear-gradient(-15deg, #0000 50%, #fff4 51%);
    filter: invert(50%);
    mix-blend-mode: color-burn;
    opacity: 0;
}

.btns:active::before {
    box-shadow: inset 0 0 0 1px #26262d, inset 0 0px 2px 1px #0009,
        inset 0 -1.5px 0.5px 0.5px hsla(180, 12%, 43%),
        0 1px 0.25px -0.25px hsla(180, 69%, 83%, 0.8);
    background-image: linear-gradient(
        180deg,
        hsl(180, 13%, 34%),
        hsl(180, 8%, 50%),
        hsl(180, 13%, 34%)
    );
}

.battery-tab .nav-item button{
  background-color: #333;
  color: #fff !important;
  width: 180px;
  margin-bottom: 10px;
}

.battery-tab .nav-item .active{
  background-color: #4eae33 !important;
}


.battery-type{
  background-color: #f4981a87;
  border-radius: 50%;
  padding: 20px;
  width: 300px;
  height: 300px;
  margin: auto;
}
.battery-type img{
  width: 100%;
}

.banner-golds .carousel-caption{
top: 140px;
right: auto;
left: 10%;
width: 37%;
}
.banner-golds .carousel-caption h5{
font-weight: 800;
font-size: 49px;
text-align: left;
}
.banner-golds .carousel-caption-last{
  top: 60px;
}
.call-now-div a{
background-image: linear-gradient(to left, #f4981a, #f4981a);
padding: 10px 30px 11px;
color: #fff;
text-decoration:none;
border-radius: 3px;
font-weight: 700;
} 
.call-now-div a:hover{
background-color: #000 !important;
background-image:none;
}
.greencell-menu li a{
  font-weight: 600;
}