.br_5{border-radius:5px !important;}

.car-deals-compare{
    background-color:#f8f8f8;
}

.car-deals-compare h5{
        color: #00109e;
    font-size: 15px;
    font-weight:bold;
}
.car-deals-compare ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.car-deals-compare ul li a{
    color:#ff5300;
    text-decoration:underline;
    font-size:12.5px;
    font-weight:500;
}

.car-rental-comp{
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    background-color:#f8f8f8;
    border-radius:15px;
    padding:20px;
}

.car-rental-comp .car-rental-div{margin-top:25px;}

.car-rental-comp .car-rental-div img{
    display:block;
    margin-bottom:8px;
}


.car-rental-comp .car-rental-div span{
    font-size:13px;
    color:#001799;
    font-weight:normal;
}

.car-rental-comp .car-rental-div span a{
    color:#fe5300;
    font-size:13px;
    font-weight:600;
    text-decoration:underline;
}

.car-rental-comp .car-rental-div span a .fa{vertical-align:middle;}

.cheapest-car-div{
    margin-top:30px;
}

.cheapest-car-div p{
    font-size:13px;
}

.cheapest-car-div p span{
    font-weight:600;
    color:#fe5300;
}

.wanted-car-slider .car-item{
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    background-color: #fff;
    margin: 0px 5px 5px;
    padding: 15px;
}

.wanted-car-slider .car-item h6.car-name{
    font-size: 20px;
    font-weight: bold;
    color: #fe5300;
    margin: 0px;
}

.wanted-car-slider .car-item p.doors{
    color: #b3b3b3;
    font-size: 12px;
    margin: 0px;
}

.wanted-car-slider .car-item p.day-text{
    color: #b3b3b3;
    font-size: 12px;
    margin: 0px;
}

.wanted-car-slider .car-item h5{
    color: #001799;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}

.wanted-car-slider .car-item h5 small{
    font-size:14px;
}

.wanted-car-slider .car-item .car-image-div, .wanted-car-slider .car-item .car-details-div{
    margin-top: 15px;
}

.wanted-car-slider .car-item .car-image-div .supplier-logo{
    max-height: 20px;
    max-width: 100%;
}

.wanted-car-slider .car-item .car-image-div .car-image{
    max-width: 100%;
    max-height: 120px;
}

.wanted-car-slider .car-item .car-details-div p{
    color: #001799;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.wanted-car-slider .car-item .car-details-div p .fa{
    height: 16px;
    width: 16px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
}

.wanted-car-slider .car-item .car-details-div .reserve-btn{
    background-color: #fe5300;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}

.wanted-car-slider .car-item .car-details-div .reserve-btn:hover{
    background-color: #001799;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#fe5300;}

.owl-theme .owl-dots .owl-dot span{background:#001799;}

.jumper-section h2{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.jumper-section ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.jumper-section ul li{
    color:#00109E;
    margin-bottom:1rem;
    padding-left:25px;
    position:relative;
}

.jumper-section ul li::before {
    background: url(../images/list-tick.svg) no-repeat;
    width: 20px;
    height: 5px;
    position: absolute;
    content: "";
    top: 8px;
    left: -3px;
}

.jumper-section .jumper-form label{
    font-size:13px;
    color:#fe5300;
    font-weight:bold;
}

.jumper-section .jumper-form .form-control{
    border:none;
    border-radius:0px;
    outline:0px;
    font-size:13px;
    color:#001799;
}

.jumper-section .jumper-form .form-control::-webkit-input-placeholder{color:#001799}
.jumper-section .jumper-form .form-control::-ms-input-placeholder{color:#001799}
.jumper-section .jumper-form .form-control:-ms-input-placeholder{color:#001799}

.jumper-section .jumper-form .create-btn{
    background-color: #fe5300;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
}

.jumper-section .jumper-form .create-btn:hover{
    background-color: #001799;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
}

.jumper-section .jumper-form .checkbox-container{
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Gotham';
    color: #2928A4;
    margin-right: 15px;
    float: left;
}

.jumper-section .jumper-form .checkbox-container a{
    font-weight:bold;
}

.jumper-section .jumper-form .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .jumper-section .jumper-form .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #06109e;
  }
  
  .jumper-section .jumper-form .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .jumper-section .jumper-form .checkbox-container input:checked ~ .checkmark {
    background-color: #FE5300;
    border: 1px solid #fff;
  }
  
  .jumper-section .jumper-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .jumper-section .jumper-form .checkbox-container input:checked ~ .checkmark:after {
    display: block;
    background: url(../images/radio-check.svg) no-repeat;
  width: 26px;
  height: 11px;
  position: absolute;
  content: "";
  top: 3px;
  left: -3px;
  }
  
  .jumper-section .jumper-form .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    /*border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
  }
  
  .accumulate-text{
      background-image: url('../images/jumper-smile.svg');
    background-repeat: no-repeat;
    background-size: 100px;
    display: block;
    background-position: 90%;
    height: 50px;
    position: relative;
    margin-top: -35px;
    
  }
  
  .park-image img{width:100%;}
  
  .park-image .park-text{
      background-color: #fff;
    border-radius: 10px;
    padding: 10px;
     filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  }
  
  .park-image .park-text h6{
      font-size: 14px;
    font-weight: bold;
    color: #001799;
    margin-bottom: 5px;
  }
  
  .park-image .park-text p{
      font-size: 13px;
    margin: 0px;
  }
  
  .park-image .park-box{
      background-color: #ff5300;
    border-top: 5px solid #00109e;
    padding: 20px;
  }
  
 .park-image .park-box h5{
      color: #fff;
    font-size: 24px;
  }
  
  .park-image .park-box p.primary-text{
      font-size: 14px;
    color: #2928a4;
    margin-bottom: 5px;
  }
  
  .park-image .park-box p.white-text{
      color: #fff;
    font-size: 14px;
    margin:0px;
  }
  
  .park-btn{
      background-color: #00109e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-top: 40px;
  }
  
  .park-btn:hover{
      color:#fff;
  }
  
  .best-park-item{
      filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    background-color: #fff;
    margin-bottom: 25px;
  }
  
  .best-park-item .img-section{
      position:relative;
  }
  
  .best-park-item .img-section img{
          max-width: 100%;
    min-height: 175px;
    max-height: 175px;
    width: 100%;
    object-fit: cover;
  }
  
  .best-park-item .img-section .popular-text{
      position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255,255,255,0.75);
    padding: 3px 5px;
    border-radius: 3px;
    color: #2928a4;
    font-size: 13px;
    font-weight: bold;
  }
  
  .best-park-item .content-section{
      padding:10px 10px;
  }
  .best-park-item .content-section h4{
      font-size: 15px;
    font-weight: bold;
    color: #00109e;
    margin-bottom: 0px;
  }
  
  .best-park-item .content-section .star-rating{
      margin-bottom:5px;
  }
  
  .best-park-item .content-section .star-rating img{
    max-height:14px;   
  }
  
  .best-park-item .content-section h6{
      color: #ff5300;
    font-size: 16.5px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .best-park-item .content-section p{
      color: #b3b3b3;
    font-size: 12.5px;
    margin: 0px;
  }
  
  .best-park-item .content-section p i{
      color: #ff5300;
    font-size: 15px;
    margin-right:5px;
  }
  
  .best-park-item .content-section h5{
      font-size: 12px;
    font-weight: normal;
    color: #00109e;
    margin-bottom:5px;
  }
  
  .best-park-item .content-section h5 span{
          font-size: 15px;
    font-weight: bold;
  }
  
  .best-park-item .content-section .reserve-btn{
      background-color:#fe5300;
      border:1px solid #fe5300;
      color:#fff;
      font-size:13px;
      font-weight:bold;
      width:100%;
      padding:3px 15px;
  }
  
  .best-park-item .content-section .reserve-btn:hover{
      background-color:#00109e;
      border:1px solid #00109e;
      color:#fff;
      font-size:13px;
      font-weight:bold;
  }
  
  .options-btn{
      background-color:#fe5300;
      border:1px solid #fe5300;
      color:#fff;
      font-size:15px;
      font-weight:bold;
      padding:5px 15px;
      display:inline-block;
      margin-top:30px;
  }
  
  .options-btn:hover{
      background-color:#00109e;
      border:1px solid #00109e;
      color:#fff;
      font-size:15px;
      font-weight:bold;
  }
  
  .parks-slider-card{
      filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    background-color: #fff;
    border-radius: 10px;
    margin-bottom:5px;
  }
  
  .parks-slider-card .parks-head{
      background-color: #00109e;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position:relative;
  }
  
  .parks-slider-card .star-icon{
          position: absolute;
    top: 16px;
    right: 16px;
  }
  
  .parks-slider-card .star-icon img{
      max-height:30px;
      width:30px !important;
  }
  
  .parks-slider-card h3{
      font-size: 15px;
    font-weight: bold;
    color: #fe5300;
    position:relative;
  }
  
  .parks-slider-card h3 img{
      max-height: 30px;
    display: inline-block !important;
    width: auto !important;
    float: left;
    margin-right: 10px;
  }
  
  .parks-slider-card p{
      font-size: 12px;
    color: #001799;
    font-weight: normal;
  }
  
  .parks-slider-card a{
      color: #001799;
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
  }
  
  .parks-slider-card h6{
      font-size: 13px;
    font-weight: bold;
    color: #fe5300;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  
  .parks-slider-card p.price{
      font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
  }
  
  
  .parks-slider-card p.price span{
          font-size: 15px;
    font-weight: bold;
  }
  
  .parks-slider-card p.year-text{
      font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
  }
  
  .parks-slider-card .ticket-btn{
      border:1px solid #00109e;
      background-color: #00109e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
  }
  
  .parks-slider-card .ticket-btn:hover{
       border:1px solid #fe5300;
      background-color: #fe5300;
    color: #fff;
  }
  
  .parks-slider-card .parks-body{
      padding:10px;
  }
  
  .section-nav-pills .nav-pills .nav-link{
      background-color: #fe5300;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  
   .section-nav-pills .nav-pills .nav-item{margin-right:10px;}
   
    .section-nav-pills .nav-pills .nav-item:last-child{margin-right:0px;}
.best-car .row-pad{
    padding-left: 10px;
    padding-right: 10px;
}
.best-car .col-pad{
    padding-left: 5px;
    padding-right: 5px;
}
   
 .most-car{
     background:#fff;
     border:1px solid #FE5300;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     border-radius:20px;
     padding: 21px 15px 10px;
     margin-bottom:15px;
 }
  .most-car .supplier-logo{
     margin-top: 9px;
 }
 .most-car img{
     width:100%;
 }
 .rent-more{
     color:#00109E;
     font-weight:bold;
     font-size:20px;
     padding-top: 14px;
     display:block;
     text-decoration: underline;
     position:relative;
     width: max-content;
    margin: 0 auto;
    padding-right: 83px;
 }
  .rent-more::after{
      position: absolute;
      content: "";
      right: 0px;
      bottom: 1px;
      background: url(../images/Vector-3.png) no-repeat;
      height: 19px;
      width: 20px;
  }
.most-car h6{
    color:#FF5300;
    font-weight:bold;
    font-size:14px;
    margin-bottom:0;
    line-height: 10px;
}
.most-car p{
    font-size:10px;
    font-weight:500;
    margin-top: 11px;
}
.book-btn{
    font-size:12px;
}
 .most-car span{
     color:#B3B3B3;
     font-size:10px;
 }
 .most-car h5{
     margin-bottom:0;
     color:#001799;
     line-height: 10px;
     
 }
 .more-car{
     display:none;
 }
    
  
 @media screen and (min-width:768px){
      .park-image .park-content{
      -ms-flex-align: center!important;
      align-items: center!important;
      margin-top:-167px;
  }
 }
  
