.form-group input.form-control, .form-group select.form-select {
    height: 40px !important;
}



.form-group {
 
    margin-bottom: 14px  !important;
}



.form-group .form-control, .form-group .form-select {
    padding: 5px 24px;
    font-size: 10px !important;}


 

 

p.text-white.sr {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}


.form-group .form-control, .form-group .form-select {
    padding: 0 24px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s ease;
    background-color: #ffffff63 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 1px solid #cfcfcf !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}


select#cars {
   padding: 0 24px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s ease;
    background-color: #ffffff63 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 1px solid #cfcfcf !important;
    width: 100%;
    height: 40px;
}

option {
    color: #000;
}


.thm-btn {
    font-size: 15px !important;
 
   
    
}

 