 ::placeholder {
     color: white;
 }

 .error_display {
     color: red;
 }

 .main-content ul {
     list-style-type: disc;
 }

 .main-content h3 {
     font-weight: bold;
     font-size: 20px;
     line-height: 30px;
     color: #000000;
     margin-bottom: 2rem;
 }

 #breadcrumbs a.sim-button.button_effect {
     padding: 15px 15px;
 }

 .main-content h3 span {
     color: #ba0c15;
 }

 .main-content h6 {
     margin-bottom: 1.5rem;
 }

 .main-content a {
     color: #000000;
     text-decoration: underline;
     font-size: 18px;
 }

 .exchange-tc {
     margin-top: 20px;
 }

 .used-trucks-form-container .tabs {
     border: none;

 }

 @media only screen and (min-width: 768px) {
     .used-trucks-form-container .selected-vehicle {
         /*position: static;*/
         top: 0;
     }

     .selected-vehicle img {
         /*object-fit: cover;*/
         height: auto;
     }

     #tab1 .inputSec {
         width: 70%;
     }

     .selected-vehicle {
         display: flex;
     }

     #formsectionH {
         /* height: 800px; */
         background: url(/assets/images/exchangebuybackgroundimage.png);
     }

     .used-trucks-form-container .col-left {
         padding-top: 2%;
     }

     .used-trucks-form-container .col-left p span {
         display: block;
     }

     .banner-content2223 {
         font-weight: 700;
         font-size: 40px;
         line-height: 40px;
         display: flex;
         align-items: center;
         text-transform: capitalize;
         margin-bottom: 20px;
         color: #A70E13;
     }

     .guideline {
         font-size: 13px;
         line-height: 20.8px;
         color: #FFF;
         text-decoration: underline;
         font-weight: 200;
         margin-left: 3px;
         padding-top: 10px !important;
     }


 }

 .errorRed {
     border: solid 1px red !important;
 }

 .error_display {
     font-size: 15px !important;
     font-weight: bold;
     color: red;
 }

 .disabled-button {
     background-color: #cccccc;
     /* Gray background */
     color: #666666;
     /* Light gray text */
     cursor: not-allowed;
     /* Show a not-allowed cursor */
     opacity: 0.6;
     /* Make the button look faded */
 }

 #breadcrumbs a.sim-button.button_effect {
     display: inline-block;
     background: #ba0c15;
     font-family: "Roboto", sans-serif;
     font-size: 20px;
     color: rgb(255, 255, 255);
     text-align: center;
     line-height: 100%;
     text-transform: uppercase;
     margin: 2px;
 }

 .container.flex-butttons {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }