@font-face {
    font-family: ibm;
    src: url(../font/IBMPlexSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: gruppo;
    src: url(../font/Gruppo-Regular.ttf);
}

@font-face {
    font-family: mont;
    src: url(../font/Montserrat-VariableFont_wght.ttf);
}


.dealership h2 {
    font-family: ibm;
    font-size: 36px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.dealership h2 span{
    color: #0B6E7A;
}
.back-btn {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    padding: 13px 15px;
    border-radius: 50%;
}
.form-control{
    border: 1px solid #E0E0E0 !important;
    font-family: ibm !important;
}
.checkbox{
    height: 20px;
    width: 20px;
    margin: 0 10px;
}
.submit{
    background: #0B6E7A !important;
    border: none !important;
    font-family: 'ibm' !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    height: 45px !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
}
/*.signUp{
    height: 90vh !important;
}*/
.dealership-image img{
    width: 100%;
}
.thankyou h1{
    font-family: 'ibm';
    margin: 20px 0;
    width: 56%;
    text-align: center;
    font-size: 30px;
}
.contact-box{
    background-color: #EDF1F3;
    border-bottom:5px solid #0B6E7A;
}
.contact-box h2 , .contact-box p{
    font-family: ibm;
}
/* find  dealer style   */
.find-dealer{
    padding: 40px 0;
}
.find-dealer .heading , .become-dealer .heading{
    font-family: 'ibm';
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
.find-dealer .para , .become-dealer .para{
    font-family: 'ibm';
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.find-dealer .search-btn{
    border: none;
    background: #0B6E7A;
    color: #fff;
    padding: 10px 40px;
    width: 100%;
    border-radius: 6px;
    font-family: 'ibm';
    font-weight: 400;
    font-size: 19px;
}
.find-dealer .search-btn i{
    font-size: 16px;
    margin-right: 3px;
}
/*.faq-section {*/
/*    margin-top: 200px;*/
/*}*/



.Social-media{
  display: flex;
  justify-content: left;
}


.Social-media a{
  display: flex;
  background: #fff;
  height: 45px;
  width: 45px;
  margin: 0 25px 0 0;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0,124,196,0.15),
              -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s
}
.Social-media a i{
  font-size: 80px
  color:#777;
  transition: transform 0.5s;
}
.Social-media a:hover{
  box-shadow:inset 4px 4px 6px -2px rgba(0,0,0,0.2),
              inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                    -0.5px -0.5px 0px -1px rgba(255,255,255,1),
                    0.5px 0.5px 0px rgba(0,0,0,0.15),
                    0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0, 124, 196, 0.1);
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #3b5998;
}
.Social-media a:hover .fa-twitter{
  color: #00acee;
}
.Social-media a:hover .fa-whatsapp{
  color: #4fce5d;
}
.Social-media a:hover .fa-instagram{
  color: #f14843;
}
.Social-media a:hover .fa-youtube{
  color: #f00;
}
