
.services{
     background-image: linear-gradient(#2a283dc2, #262431c4),url(../img/bs-contact-us.jpg);
}
 .service-main{
    padding-left:0;
    padding-right:0;
}
 .service-main-heading{
    color:#fff;
   
     color: #fff;
    font-weight: 700;
}
 .service-main h6{
    color:#fff;
}
 .card {
	 
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0,0,0,.125);
     border-radius: 12px;
}
 @media (min-width: 576px){
     .blog-horizontal .card-img-actions {
         width: 45%;
         float: left;
         max-width: 25rem;
         z-index: 10;
    }
}
.card-body h5{
	color:#0f2a62;
	background:#fff;
	text-align:center;
	font-weight:600;
	height: 50px;
}

.service-time{margin-left:23px; font-size:1.3em;font-weight:600;}
.service-time-ribbon {
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     margin-left: -30px;
}
 .service-time-ribbon {
     --r: .4em;
    /* control the ribbon shape (the radius) */
     --c: #FA6900;
     width:320px;
     bottom: 20px;
     left: calc(-1*var(--r));
     line-height: 1.8;
     padding: calc(2*var(--r)) .5em 0;
     border-radius: var(--r) 0 0 var(--r);
     background: radial-gradient(100% 50% at left,var(--c) 98%,#0000 101%) 100% 100%/.5lh calc(100% - 2*var(--r)), radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0 0/var(--r) calc(2*var(--r)), conic-gradient(at var(--r) calc(2*var(--r)),#0000 25%,var(--c) 0) 0 0/calc(101% - .5lh) 100%;
     background-repeat: no-repeat;
     margin-top: -26px;
}
.service-vechile{padding: 0.8em;justify-content: center;}

.offer-ribbon {
     font-size: 17px;
     font-weight: bold;
     color: #fff;
     bottom: 0;
     position: absolute;
     right: 0;
     margin-bottom: 48px;
}
 .offer-ribbon {
     --r: .8em;
    /* control the cutout */
     border-block: .5em solid #0000;
     padding-inline: calc(var(--r) + .25em) .5em;
     line-height: 1.8;
     clip-path: polygon(0 0,100% 0,100% 100%,0 100%,0 calc(100% - .25em),var(--r) 50%,0 .25em);
     background: radial-gradient(.2em 50% at right,#000a,#0000) border-box, #2699dc padding-box;
    /* the color */
     width: fit-content;
}
 .offer{
     display:flex;
}
 .offer span{
     margin-left:15px;
}
 .offer:last-of-type span {
     margin-left:-355px;
     animation: slidein 7s infinite;
}

 @keyframes slidein {
     0% {
         margin-left:-800px;
    }
     20% {
         margin-left:-800px;
    }
     35% {
         margin-left:0px;
    }
     100% {
         margin-left:0px;
    }
}
 

 .price p{
     font-size:11px;
     font-weight:600;
     text-align:center;
}
 .price img{
     width:5em;
     height:4em;
     margin-left: 1em;
}
.card-items span{
     margin-right:0.2em;
}
 .card-items p{
     width:revert;
     padding:4px 8px;
     margin-bottom: 0.2em;
     font-size:15px;
    color:#14141f;
}
.checked {
	color: orange;
 }
 .btn-book-now-services{
     border-radius: 20px;
     padding: 10px 20px;
     color: #fff;
     font-weight: 600;
     background: #2FB7FB;
}
 .rw-header-content{
     bottom: 0;
     position: absolute;
}
.course-button{
  
    border: 0px;
    font-size: 14px;
    padding: 10px 17px;
    background: #2FB7FB;
    padding-right: 10px;
    color: #fff;
    border-radius: 3px;

}
 .course-button:hover{
     color: #fff;
}
.plan-timing {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #FA6900;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 12em;
    font-size: 14px;
    padding: 4px 8px;
}
			 .timing-container{
				margin-top: -1px;
				width: 100%;
				 display: flex;
				 justify-content: center;
			}
			 .card-footer{
				display: flex;
				     justify-content: space-between;
			}

 .pricing {
			 line-height: 1;
			 margin-top: 27px;
			 margin-bottom:22px;
			 color: ##565454;
			 display: flex;
			 flex-wrap: wrap;
			 text-align: center;
			 flex-direction: row;
			 justify-content: center;
		}
		 .currency-icon {
			 color: red;
			 align-self: flex-start;
			 font-size: 18px;
			 font-weight: 600;
			 margin-right: 3px;
		}
		 .sale {
			 text-decoration: line-through;
			 font-size: 18px;
			 color: red;
		}
		 .pricing .price {
			 color: red;
			 line-height: .8;
			 font-size: 33px;
			 font-weight: 600;
			 box-shadow:none;
		}
		 .price-format {
			 color: red;
			 align-self: flex-start;
			 font-size: 18px;
			 font-weight: 600;
			 margin-left: 10px;
		}
		 .pricing .price-descrption {
			 margin-top: 15px;
			 margin-bottom: 30px;
			 width: 100%;
		}
 .list-inline-item {
				font-size:11px;
			}
			 .list-inline-item:not(:last-child) {
				 margin-right: .2rem;
			}
.card-items div{display:flex;    align-items: center;}

.card-items div i{font-size:17px;color:#13357b;}
 .rw-vechicle-type{
				background:#fff;
				text-align: center;
				border: 1px solid #f1e9e9;
				padding-bottom:1px;
				 padding-bottom:5px;
			}
			 .rw-vechicle-type img {
				 width: 5em;
				 height: 4em;
			}
			 .rw-vechicle-name{
				 font-weight: 500;
				 margin-bottom:18px;
				 font-size:13px;
    color:#14141f;
			}
			 .rw-vechicle-col{
			}
			
			 .rw-vechicle-type:hover{
				    background: #efc1a5;
    border: 2px solid #efc1a5;
			}
			 .service-main h6 {
				 color: #fff;
				 font-size:13px;
			}
			.rw-selected-vehicle {    background: #efc1a5;
    border: 2px solid #efc1a5;}
			.card-footer ul{padding-left:0px;}