*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 16px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-size: 16px;
}
a{
	color: #343a40;
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
a:hover{
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.3) !important;
}

.card{
	margin-bottom: 30px;
	border-radius: 5px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after{
	margin-left: 0px !important;
}

.theme-vertical-middle{
	vertical-align: middle;
}

.icon-bg:before{
	width: 120px;
	height: 120px;
	line-height: 120px;
	display: inline-block;
	text-align: center;
}
.icon-bg-sm:before{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 40px !important;
}

.f-size-60px,
[class^="flaticon-"].f-size-60px:before{
	font-size: 60px;
}
.f-size-100-per{
	font-size: 100%;
}

.form-control,
select{
	margin: 0px;
	padding: 10px 25px;
	border-radius: 5px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #343a40;
}
select.form-control{
	padding: 11.5px 21px;
}
.form-control:focus,
select:focus{
	outline: 0;
	border-color: rgba(0, 0, 0, 0.15);
}

.card-header{
	background-color: #343a40;
    color: #fff;
    border: 0;
}

.btn{
	border-radius: 100px;
	border: 0px;
	padding: 10px 30px;
}

#header{
	padding: 20px 0px;
	background-color: #fff;
	box-shadow: 0px 10px 70px 0px rgb(0 0 0 / 10%);
}
#header .logo,
#header .logo i{
	vertical-align: middle;
}
#header .logo a{
	font-size: 26px;
	font-weight: 600;
	vertical-align: middle;
}
#header .logo a:hover{
	color: #343a40;
}

#booking-form{
	padding: 40px 0px;
}
#pg-form{
	padding: 24px 0px;
}
#booking-form .card-body{
	padding: 30px;
	padding-bottom: 0px;
}
#booking-form .card-body label.error.text-danger.alert-danger{
	margin-bottom: 0px;
    padding: 0px 15px;
    position: absolute;
    top: 12px;
    right: 15px;
    text-align: center;
}
#booking-form .card-footer{
	padding: 30px;
	position: relative;
}
#booking-form .card-footer label{
    line-height: 40px;
}
#booking-form .card-footer label.error.text-danger.alert-danger{
	margin-bottom: 0px;
    padding: 0px 15px;
    position: absolute;
    left: 0px;
    top: -10px;
    line-height: inherit;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#booking-form .text-align-left{
	text-align: left;
}
#booking-form .text-align-center{
	text-align: center;
}
#booking-form .text-align-right{
	text-align: right;
}
#booking-form .bform-step-flex{
	display: flex;
	margin-bottom: 30px;
}
#booking-form .bform-step-number{
	margin-right: 20px;
	border-radius: 5px;
}
#booking-form .bform-step-number{
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #03a9f3;
	text-align: center;
	font-weight: 600;
}
#booking-form .bform-step-number p{
	margin-bottom: 0px;
	color: #fff;
}
#booking-form .bform-step-number span{
	font-size: 30px;
}
#booking-form .bform-step-head p{
	margin-bottom: 0px;
}
#booking-form .vehicle-list{
    text-align: center;
    outline: 1px solid rgba(0, 0, 0, 0.15);;
	padding: 20px;
	display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}
#booking-form .vehicle-list img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.vehicle-list-active{
	outline: 2px solid #dc3545 !important;
}
#booking-form .vehicle-list-disabled{
	opacity: .5;
}
#booking-form .vehicle-list-disabled:hover{
	cursor: not-allowed;
}
#booking-form .vehicle-list-icon i:before{
	font-size: 70px;
}
#booking-form .vehicle-list label{
	margin-bottom: 0px;
}
#booking-form .vehicle-list ul{
	margin-bottom: 0px;
}
#booking-form .vehicle-list ul li{
	list-style: none;
	display: inline-block;
}
#booking-form .services-list{
	margin-bottom: 30px;
}
#booking-form .services-list li{
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 40px;
}
#booking-form .services-list li:first-child{
	padding-top: 0px;
}
#booking-form .services-list li:last-child{
	border-bottom: 0;
	padding-bottom: 0px;
}
#booking-form .services-list label{
	margin-bottom: 0px;
}
#booking-form .summary-box{
	padding: 15px 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}
#booking-form .summary-box p{
	margin-bottom: 0px;
}
#booking-form .summary-box .f-size-100-per:before{
	width: 17px;
}
#booking-form .booking-fields-row{
	margin-bottom: 0px;
}
#booking-form .booking-fields-row:last-child{
	margin-bottom: 14px;
}

#footer{
	padding: 20px 0px;
	background-color: #343a40;
}
#footer ul.footer-left{
	text-align: left;
}
#footer ul.footer-right{
	text-align: center;
}
#footer ul{
	margin-bottom: 0px;
}
#footer ul li{
	position: relative;
	list-style: none;
	color: #fff;
	display: inline-block;
}
#footer ul li a{
	color: #fff;
}
#footer ul li a:hover{
	color: #03a9f3;
}
#footer ul li,
#footer ul li span,
#footer ul li a{
	font-size: 14px;
}
#footer ul.footer-left li{
	margin-right: 20px;
}
#footer ul.footer-left li:after{
	content: "/";
	position: absolute;
	right: -15px;
	opacity: 0.5;
}
#footer ul.footer-left li:last-child:after{
	display: none;
}
#footer ul.footer-right li a{
	color: #03a9f3;
}
#footer ul.footer-right li a:hover{
	color: #fff;
}
#availcalender{
	text-align: center;
}
.m-0px-auto{
	margin: 0px auto;
}
.mb-30px{
	margin-bottom: 30px;
}
.mb-40px{
	margin-bottom: 40px;
}
#servicecategory{
	display: none
}

#first_name-error,#last_name-error,#email_id-error,#phone-error,#address-error,#message-error{
	    color: #dc3545!important;

}
.frlogo {
  opacity: .8; margin-right: 10px;
}

.frontend-package-list{
	text-align: center;
	padding: 30px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.frontend-package-list h5{
	margin-bottom: 20px;
}
.frontend-package-price{
	margin-bottom: 30px;
}
.frontend-package-price-currency{
	top: -28px;
	font-size: 24px;
	position: relative;
	color: #03a9f3;
}
.frontend-package-price-unit{
	top: 0px;
	font-size: 44px;
	position: relative;
	color: #03a9f3;
}
.frontend-package-price-decimal{
	top: 0px;
	font-size: 40px;
	position: relative;
	color: #03a9f3;
}
.frontend-package-time{
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.frontend-package-services{
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 250px;
}
.frontend-package-services li{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
}
.theme-btn-default,
.theme-btn-default:hover{
    background-color: #03a9f3;
    color: #fff;
}