html
{
scroll-behavior:smooth;	
}

/* -------reset-------------- */

.book_a_car
{
	margin-top: 9px;
}



.selection
{
	text-align:left;
}
.select2-selection
{
	border-radius:0px !important;
	height: 50px !important;
	padding-top: 10px;
	font-size: 18px;
	/* box-shadow: 0px 0 5px -1px #073F8E; */
}
.select2-selection__arrow
{
	height:45px !important;
}
.select2-selection--single {
    background-color: #fff;
    border: 1px solid #F47E0A !important;
    
}

/* -----------step ------------ */

   /*custom font*/
         /*form styles*/
         #msform {
         /* width: 400px; */
        /*  margin: 50px auto; */
         /* text-align: center; */
         position: relative;
         }
         #msform fieldset {
        
         
         
         /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
         
         /*stacking fieldsets above each other*/
         
         }
         /*Hide all except first fieldset*/
         #msform fieldset:not(:first-of-type) {
         display: none;
         }
         /*inputs*/
         #msform input, #msform textarea {
         
         margin-bottom: 10px;
         box-sizing: border-box;
         
        
         }
         /*buttons*/
         #msform .action-button {
         
        
         
         
         border: 0 none;
         border-radius: 1px;
         cursor: pointer;
        
         margin: 10px 5px;
         }
         #msform .action-button:hover, #msform .action-button:focus {
         box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
         }
         /*headings*/
         .fs-title {
         font-size: 15px;
         text-transform: uppercase;
         color: #2C3E50;
         margin-bottom: 10px;
         }
         .fs-subtitle {
         font-weight: normal;
         font-size: 13px;
         color: #666;
         margin-bottom: 20px;
         }
         /*progressbar*/
         #progressbar {
        
         overflow: hidden;
         /*CSS counters to number the steps*/
         counter-reset: step;
         }
         #progressbar li {
         list-style-type: none;
         color: white;
         text-transform: uppercase;
         font-size: 9px;
         width: 33.33%;
         float: left;
         position: relative;
         }
         #progressbar li:before {
         content: counter(step);
         counter-increment: step;
         width: 20px;
         line-height: 20px;
         display: block;
         font-size: 10px;
         color: #fff;
         background: #E77918;
         border-radius: 3px;
         margin: 0 auto 5px auto;
         }
         /*progressbar connectors*/
         #progressbar li:after {
         content: '';
         width: 100%;
         height: 2px;
         background: #E77918;
         position: absolute;
         left: -50%;
         top: 9px;
         z-index: 1; /*put it behind the numbers*/
         }
         #progressbar li:first-child:after {
         /*connector not needed before the first step*/
         content: none;
         }
         /*marking active/completed steps green*/
         /*The number of the step and the connector before it = green*/
         #progressbar li.active:before, #progressbar li.active:after {
         background: #27AE60;
         color: white;
         }
		 
		 
		 #progressbar li.active::before, #progressbar li.active::after {
		background: #05408E;
		color: white;
		}
	
	.my_modal_class .form-control
	{
		border-radius:0px !important;
	}	
	.my_modal_class select
	{
		margin-bottom: 15px;
	}	
		
	.my_modal_class .action-button1
	{
	color: #FFF;
    background: #E77918;
    padding: 8px 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #C14800;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.9s;
	border-radius:0;
	border:none;
	margin-top: 12px;
	min-width: 130px;
	}	
	.my_modal_class .action-button1:hover
	{
	 box-shadow: inset -200px 0 0 0 #05408E;
	border:1px solid #05408E;	
	border:none;
	}
	.my_modal_class label
	{
	 text-align:left;
	 float: left;
	}
	
	.my_modal_class h3
	{
		margin-top: 4px;
		margin-bottom: 20px;
	}
 /*---------------Step-----------  */

 
.pride_add img
{
	width: 50px;
	display:
}
.pride_add .addv:hover h4
{
	color:#E77918;
}
.pride_add .ad_2
{
	display:none;
}
.pride_add .addv:hover .ad_2
{
	display:block;
	text-align:center;
	margin: 0 auto;
}
.pride_add .addv:hover .ad_1
{
	display:none;
}
.pride_add 
{
	background:#EEEEEE;
	padding-bottom: 2%;
	padding-top: 1.5%;
}

.pride_add .addv
{
    background: #fff;
    padding: 4%;
    margin-bottom: 25px;
    min-height: 190px !important;
}
.how_ride
{
	background-image:url(../images/test-bg.jpg);
	background-attachment: fixed;
	padding-bottom: 2%;
	padding-top: 1.5%;
	background-size:cover;
	
}
.how_ride i
{
	color:#fff;
}
.how_ride h4
{
	color:#fff;
}
@media only screen and (max-width:767px)
{
	.how_ride .col-sm-4
	{
		margin-bottom:30px;
	}
}
.how_ride .how_ride1:before 
{
	content:'';
    position: absolute;
    top: 60px;
    display: block;
    width: 80%;
    border-top: 2px dotted #fff;
	
}

.testi_con 
{
	box-shadow: -1px -1px 7px -1px grey;
	background:#fff;
	z-index:1;
	padding: 15px;
	position:relative;
	
}
.owl-carousel_testi h5
{

}

.owl-carousel_testi img
{
	max-width:450px !important;
}
.owl-carousel_testi p
{
	font-size:14px;
}
@media only screen and (min-width:768px)
{
	.testi_con
	{
		margin-top: 2.4%;
		
		
	}
	.testi_con
	{
		height:260px;
		overflow:auto;
		position: relative;
	}
}
@media only screen and (max-width:767px)
{
	.margin_test .item
	{
		margin:1% 6%;	
	}
	.footer_class .col-md-4
	{
		margin-bottom:30px;
	}
	#demos .owl-dots
	{
	display:none;
	}
	header .affix img {
    max-width: 140px;
    width: 100%;
	}
}


.owl-carousel_client img
{
	max-width:200px;
	margin:0 auto;
}


.tab-content h4
{
	color:black !important;
}

/* -----------End Header, Home and Footer  --------*/

/* --------Scroll Top------- */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #E8771B;
  color: white;
  cursor: pointer;
  padding: 6px 15px;
  font-weight:bold;
 
}

#myBtn:hover {
  background-color: #555;
}

.tab-content
{
	box-shadow:none;
}
.modal-content
{
	border-radius:0;
}
.my_brd
{
	border: 1px solid #ddd;
}
.my_brd .col-sm-8
{
	padding-right:0;
}
.my_brd .carousel-inner img
{
	margin-top:10%;
}
.about_sec
{
	margin-top:3%;
}
.my_btn1 a,.my_btn_con
{
color: #FFF;
background: #E77918;
padding: 6px 8px;
font-size: 16px;
display: inline-block;
text-align: center;
cursor: pointer;
box-shadow: inset 0 0 0 0 #C14800;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.9s;
border-radius: 0;
border: none;
margin-top: 12px;
min-width: 100px;
}
.my_btn1 a:hover ,.my_btn_con:hover
{
	box-shadow: inset -200px 0 0 0 #05408E;
border: 1px solid #05408E;
border: none;
}
/* -----------Enn-------------- */

.panel-group a[data-toggle="collapse"]::after {
    content: "\f067";
    font-family: FontAwesome;
    -webkit-text-stroke: 2px 
    #f5f5f5;
    position: absolute;
    right: 25px;
}
.panel-group a[aria-expanded="true"]::after {
    content: "\f068" !important;
}

.error 
{
    color: #d00c0c;
    margin-top: -6px;
    margin-bottom: 10px;
}
.modal-body{
    overflow: auto;
max-height: 800px;
position:relative;
}