.gallery .custom-container{
    padding: 80px 7%;
}
.gallery{
    background-color: #000;
}
.gal-img img{
    width:100%;
    background-color: #32323298;
    margin:0 auto 23px;
    display: block;
    height: 360px;
    object-fit: contain;
    border-radius: 20px;
}
.gal-img img {
    filter: gray; 
    -webkit-filter: grayscale(1); 
    -webkit-transition: all .8s ease-in-out;  
}

.gal-img img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05);
}
.address{
    background-color: #000000e8;
    padding: 6% 8%;
    position: relative;
}
.address h3{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    font-size: 22px;
    color: #edebeb;
}
.address hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ff4817;
    width: 12%;
    position: absolute;
}
.address h2{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    font-size: 18px;
    color: #d6d1d1;
    padding: 20px 0 0;
}
.address p{
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    color: #d6d1d1;
    font-size: 17px;
    font-weight: 300;
}
.address .fa-solid{
    color: #d6d1d1;
}
.address a{
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    color: #d6d1d1;
    font-size: 18px;
    text-decoration: none;
    margin-left: auto;
    display: block;
    font-weight: 300;
}
.address .c2{
    margin-top: 30px;
}
.address .c2 h3{
    margin-bottom: 12px;
}
.address h4{
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    color: #edebeb;
    font-size: 18px;  
    font-weight: 400;
}
.cform{
    background-color: #000000dd;
    padding: 6% 8%;
    position: relative;
}
.cform input {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    padding: 10px;
    color: #d6d1d1;
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid #edebeb78;
}
.cform textarea {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    padding: 10px;
    color: #d6d1d1;
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid #edebeb78;
}
.cform h3{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    font-size: 24px;
    color: #d6d1d1;
    padding: 0 0 30px;
}
.cform button:hover {
    color: #000;
    background-color: #d6d1d1;
}
.cform button {
    border: 1px solid #d6d1d1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 30px;
    transition: 0.3s ease-in;
    margin-right: auto;
    display: block;
    background: no-repeat;
    color: #d6d1d1;
}
.form-control {
    color: #edebeb;
    background-color: #303030;
}
.dealers{
    background-color: #000;
}
/* .filter label{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    font-size: 24px;
    color: #d6d1d1;
    margin-left: auto;
    display: block;
    text-align: left;
} */
.dealers .custom-container{
    padding: 80px 7% 65px;
}
.dsearch {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 83%;
    border: 2px solid #ced4da;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #edebeb;
    background: #303030;
}
.searchTerm::placeholder{
    color: #edebeb;
} 
  .searchTerm:focus{
    color: #edebeb;
  }
  
  .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #ff4817;
    background: #ff4817;
    text-align: center;
    color: #edebeb;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
  }

  .dwrap{
    width: 100%;
    position: absolute;
    top: 35%;
    left: 53%;
    transform: translate(-50%, -50%);
  }
  .dbox{
    text-align: left;
    background: #303030;
    background: linear-gradient(153deg, #303030 85%, rgba(255,255,255,0.0033263305322128733) 85%);
    padding: 35px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .dbox h2{
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    font-size: 25px;
    color: #edebeb;
  }
  .dbox p, .dbox a{
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    font-size: 17px;
    color: #edebeb;
  }
  .dbox a:hover{
    text-decoration: none;
  }
  .dbox .fa-solid{
    color:#ff4817 ;
  }
@media only screen and (max-width:767px){
    .banner-main h1 {
        font-size: 85px;
    }
    .contact .custom-container{
        padding: 0 4%;
    }
    .contact{
        background-color: #000;
    }
    .cform{
        background-color: #171717dd !important;
    }
    .dbox{
        margin-bottom: 15px;
    }
    .dbox{
        background: #303030;
background: linear-gradient(153deg, #303030 93%, rgba(255,255,255,0.0033263305322128733) 93%);
    }
    .form-group{
        margin: 0px 0 15px!important;
    }
    .form-control{
        margin-bottom: 15px;
    }
    .dwrap{
        width: 98%;
    }
    .filter{
        margin-bottom: 35px;
    }
}

    