.quote-container {
    /* justify-content: center;
    align-items: center; */
    border-radius: 10px;
    /* margin-bottom: 45px; */
    /* background: linear-gradient(rgba(0, 83, 156, 1), rgba(0, 83, 156, .9), rgba(0, 83, 156, 1)), url(../img/header.jpg); */
    background: linear-gradient(rgba(0, 83, 156, 1), rgba(0, 0, 0, 0.9), rgb(80, 98, 114)), url(../img/bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:5px;
    padding-bottom: 5px;
}
.quote-result{
    
    height: auto;
    border:solid 1px grey;
    border-radius: 5px;
    box-shadow: #ffffff 5px;
    margin: 5px;
    /* background-color: rgb(211, 203, 203); */
    background-color: #fff;
    
}
.quote-header{
    float: left;
    margin:auto;
    text-align: center;
    justify-content: center;
   align-items:center;
   border-radius: 2%;
   /* background-color: rgb(211, 203, 203); */
   border-right: 1px solid #eeee;
     
}
.fleet-title {
    justify-self:self-start;
    font-weight: 800;
    font-style: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    width:100%

}
.quote-header img {
    object-fit:scale-down;
    
    max-width: 100%;
    height:auto;
}
.quote-content {
    margin: auto;
    padding:5px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
    color:rgba(0, 83, 156, 1);

}
.quote-pricing {
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: auto;
    text-align: center;
    background-color: transparent;
}
.btn-single {
    margin-top: 10px;
    margin-bottom:5px;
    background-color:rgb(5, 5, 5);
    border-radius: 5px;
    border:none;
    color: #fff;
    font-weight: 400;
    width: 100%;

}

.btn-return {
    margin-top:5px;
    margin-bottom:10px;
    background-color:rgb(12, 11, 12);
    border-radius: 5px;
    border:none;
    color: #fff;
    font-weight: 400;
    width: 100%;
}
.quote-faq  {
 
    font-family:'Montserrat', sans-serif;
    color: rgb(211, 203, 203);
  
}
.quote-faq h1, h2, h3, h4, h5  {
 
   font-weight: bold;
   color:white;
   padding-top:10px;
  
}
.quote-faq li {
    font-size:14px;
    padding:5px;
}
.trip-summary {
    border-spacing: 5px;
    line-height: 1.2em;
    color:#fff;
    
    /* border: solid 1px;  */

}
.trip-summary td {
font-size:14;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align:left;
padding:5px;
width: 60%;
}
.trip-summary th {
font-size:14px;
width: 40%;
padding:3px;
color: #fff;
}

@media only screen and (max-width: 800px){
    .quote-container{
        margin:5px;
    }
    /* .quote-result{
        background:rgb(179, 173, 196);
    } */
      
    .quote-header img {
        object-fit: scale-down;
        padding:5px;
        align-self: center;
        
        max-width: 100%;
        height:auto;
        max-width:50%;
    }
    .quote-content{
        padding: 5px;
        text-align: center;
       
    }
    .btn-single {
       
        margin-bottom: 5px;
        float:left;
       
     
    }
    .btn-return {
      
        margin-bottom:5px;
        float:right;
       
    }
    .quote-content {
        padding:5px 10px;
    }

}
/* customer info form below */

.cust_details_form {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .3);
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.cust_details_form h3 {
    color: #ffffff;
    font-weight: 200;
}
.cust_details_form label {
    color:white;
    font-size: 14px;
    font-weight: 500;
}
.cust_details_form input,
.cust_details_form select,
.cust_details_form textarea


 {
    margin-bottom: 15px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .2);
    color:white;
    font-size: 12px;
  
}
.cust_details_form .form-span
 {
     margin-bottom:15px;
     margin-top:0px;
 }

.cust_details_form textarea {
    height: 50px;
 
}

.cust_details_form select,
.cust_details_form input::placeholder,
.cust_details_form textarea::placeholder {
    color: #ffffff !important;
    
    
}

.cust_details_form select option:not(:checked) {
    /* color: #666666; */
    color:white;
}

.cust_details_form .btn {
    position: relative;
    padding: 10px 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #FFD662;
    transition: .3s;
}

.cust_details_form .btn:hover {
    color: #00539C;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    .trip_details {
        margin-top: 5px;
        /* margin-right: 45px;
        margin-left:45px; */
       
    } 
    .topbar {
       display: none;
    }
    .sticky-top {
        position:initial;
        
    }
}


