



/*******************************/
/****** Fleet Plan CSS *******/
/*******************************/
.fleet {
    position: relative;
    padding: 45px 0 15px 0;
    margin-top: 40px;
    /* background: linear-gradient(rgb(41, 41, 41), rgba(1, 12, 29, 0), rgba(8, 8, 8, 0)), url(../img/container.jpg) !important; */
}

.fleet .fleet-item {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
   
}

.fleet .fleet-header {
    padding: 30px 0 50px 0;
    color: #000000;
    background: #FFD662;
    border-radius: 5px 5px 0 0;
}
.fleet .featured-item{
    height:520px;
}
.fleet .featured-item .fleet-header {
    background: #ffffff;
    color: #00539C;
}
.fleet .featured-item .fleet-header img {
    display: inline-block;
    margin: auto;
    vertical-align: center;
    width: 200px;
      
  }
.fleet .fleet-icon {
    margin-bottom: 15px;
}

.fleet .fleet-icon i {
    display: inline-block;
    font-size: 45px;
}

.fleet .fleet-title h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #00539C;
}

.fleet .fleet-pricing h2 {
    font-size: 60px;
    font-weight: 100;
    margin-left: 15px;
    margin-bottom: 0;
    color: #00539C;
}

.fleet .fleet-pricing h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
    color: #00539C;
}

.fleet .fleet-body {
    padding: 20px 0;
    background: #00539C;
    border-radius: 25px 30px 0 0;
    margin-top: -30px;
}

.fleet .fleet-des ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fleet .fleet-des ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

.fleet .fleet-des ul li:last-child {
    border: none;
}

.fleet .fleet-footer {
    padding-bottom: 30px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}


.fleet .fleet-action a {
    display: inline-block;
    padding: 10px 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    background: #FFD662;
    border-radius: 5px;
    transition:  .3s;
}

.fleet .fleet-action a i {
    margin-right: 5px;
}

.fleet .fleet-action a:hover {
    color: #ffffff;
    background: #00539C;
}

.fleet .featured-item .fleet-action a {
    color: #ffffff;
    background: #00539C;
}

.fleet .featured-item .fleet-action a:hover {
    color: #000000;
    background: #FFD662;
}


/*******************************/
.result-card {
    width : auto;
    height: auto;
    background-color: #ffffff;
    margin: 10px;
   
    padding:5px 5px;
    text-align: center;
    
    /* border-radius: 25px 30px 25px 30px; */
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background: #00539C;
   
/* margin-bottom: 30px; */
       }

     
       
       .result-card .image {
          height: auto;
        padding: 20px ;
        /* background: #ffffff;*/
        background: #FFD662;
        border-radius: 25px 0px 0px 30px;
        margin: 5pxpx;

        
       }
       .result-card .image img{
        margin: 5px;
        display: block;
        width: 250px;
        text-align: center;
       }
       .result-card .description {
        padding: 20px 0;
        /* background: #ffffff;*/
       
        border-radius:0;
        margin :5px;
        height: auto;
       }

       .result-card .go-book {
           height: auto;
        padding: 5px 0;
        /* background: #ffffff;*/
        background: #FFD662;
        
        border-radius: 0 30px 25px 0;
        margin: 5px;
        
       
       }

     .result-card  h2 {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 2px;
     }
     .result-card .btn-go-single {
        border-radius: 25px 30px 25px 30px;
        width: 250px;
        text-align: center;
        background-color: blue;
        margin:5px;
        color: #ffffff;
        font-family: sans-serif;
        height: 50px;
     }
     .result-card .btn-go-return {
        border-radius: 25px 30px 25px 30px;
        width: 250px;
        text-align: center;
        background-color: blue;
        margin:5px;
        color: #ffffff;
        font-family: sans-serif;
        height: 50px;
     }
