/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

*{
    padding: 0px;
    margin: 0px ;
    transition: all 0.5s ease !important;
}

html{
    height: 100%;
    scroll-behavior: smooth; 
    

}
.ui-timepicker-wrapper{
   
    width: 20.5em;

}

/*@media (min-width: 992px){*/
/*.modal-lg, .modal-xl {*/
/*    max-width: 1065px;*/
/*}*/

.cont-1 .caption-sm p{
   
    color: #fff;
    margin-bottom:0px;
    text-align: center;
}

.cont-1 img{
    margin:auto!important;    
}


.responsive .slick-next{
    right:0px !important;
}

/*.fleet-change .slick-next:before, .slick-prev:before{*/
/*        font-size: 36px;*/
        /*color: #032283;*/
/*}*/

/*.fleet-change .slick-slide{*/
/*    width:330px !important;*/
/*}*/

/*.fleet-change .slick-next {*/
/*    right: 10px;*/
/*     z-index: 100;*/
/*}*/

/*.fleet-change .slick-prev {*/
/*    left: -10px;*/
/*    z-index: 100;*/
/*}*/

.cont-1 .caption-sm {
    display:flex;
    justify-content:center;
    align-items:center;
    height: 84px;
}



/* width */
.location_form ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.location_form ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.location_form ::-webkit-scrollbar-thumb {
  background: #032283;
 
}



/* Handle on hover */
.location_form ::-webkit-scrollbar-thumb:hover {
  background:  #CD162C;
 
}

h1, h2{
    color: #000000;
}

.row{
    margin: auto 0px !important;
}

body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #F6F6F4;
    overflow-x:hidden;
}


i{
    color: #F2C508;
}

.img-thumbnail{
    border: none;
}

/*---------------------------------------HEADER CSS ----------------------------------------*/


/* MOBILE HEADER*/
.mobile_div_navbar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color:#000000;
    
    
    
}



.mobile_navbar{
    padding-left:0px;
        padding-right:0px;
        padding-bottom:0px;
}
.mobile_div_navbar .icons_texts{
    font-size:12px;
     color:white!important;
}

.mobile_div_navbar i {
    font-size:24px !important;
    color:white!important;
    margin:10px;
}


.mobile_div_navbar .nav-link{
    padding: 14px;
}



.mobile_navbar  .nav-link{
    color:#000 !important;
    margin: 5px;
}

.mobile_nav_brand{
    flex:1;
    display:flex;
    justify-content:space-evenly;
    
 }
 
 .mobile_navbar .navbar-toggler{
     margin:10px;
     border-color:transparent;
 }
 
 .mobile_nav_brand i{
     font-size:28px;
 }
 
 .navbar-light .navbar-toggler-icon{
     /*background-image:url(http://britishtransfers.reflomsolutions.com/assets/frontend_image/hamburger.svg);*/
    
 }


 @media screen and (max-width: 480px) {



#Review_Slider .card-body {
    height: 334px !important;
}

.our_services_page .col-sm-12, .col-md-6{
    padding:12px;
}


 
 .mobile_nav_brand .navbar-brand{
       
    height: 75px;
    margin-right:0px;
   
 }
 
 .mobile_login {
     display:flex;
     align-items:center;
    
 }
  .mobile_nav_brand .navbar-brand img{
      width: 100%;
    padding: 7%;
  }
  .nav_iconbar{
      width:100%;
      
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
          background: #F2C508;
    border-radius: 9px;
    width: 98% !important;

  }
  .mobile_div_navbar{
      /*width:85%;*/
      width: 100%;
    display: grid;
  }
  
 .footer-col{
width: 78%;
    padding: 0 18px;
    margin-top: 20px;
 }
 
}

    

/*END OF MOBILE HEADER*/


.header_marquee{
    background-color: #707070;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.menus{
    background-color: #171000;
    height: 60px;
    position: relative;
    top: 19px;
    justify-content: flex-end;
    padding: 5px;
}


.menus:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 60px solid whitesmoke;
    border-right: 150px solid #171000;
    width: 0;
    margin-left: -63px;
}


.desktop_navbar{
    height: 98px;
   padding-right: 0px;
   padding-left: 0px;
}

.desktop_navbar_brand{
    width: 282px;
    height: 135px;
    padding: 47px;
    margin-top: 48px;
    
}

.navbar-light .navbar-nav .nav-link{
    color: white;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    /*color: #F2C508;*/
    background: #F2C508;
    border-radius: 9px;
    width:100%;


}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    opacity: 0.5;
    color: white;
    transition: ease 0.3s;
}


.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.upper_icons{
    display: flex;
    flex-direction: inherit;
    justify-content: end;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000;
    width: 100%;
    height: 42px;
    align-items: center;

}


/*#mobile_header_toggler{*/
/*    z-index:99999;*/
/*}*/

.upper_icons .nav-link{
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

    .upper_icons i{
    font-size: 21px;
    margin: 3px 12px 4px 0px;   
    
}

.icons_texts :nth-child(odd):hover{

    opacity: 0.3;
    transition: ease 0.3s;
}

.icons_texts{
    /*display: flex;*/
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}

/* Header Dropdown ON hover */
 
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  
  }
  .dropdown:hover .dropdown-content {
      
        display: block;
     
    }

  .dropdown-content a {
    color:#032283;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    }

    .dropdown-content a:hover{
       
        transition:ease 0.3s;
    }

    .dropdown-content a:hover {background-color: #032283; color: white;}


@media screen and (min-device-width: 992px) and (max-device-width: 1050px) { 
    .navbar-expand-lg .navbar-nav .nav-link{
             padding-right:5px !important; 
             padding-left: 5px  !important;
            font-size: 13px  !important;
            transition:ease 0.5s;
    }
}


@media screen and (min-device-width: 1051px) and (max-device-width: 1150px) { 
    .navbar-expand-lg .navbar-nav .nav-link{
             padding-right:8px !important; 
             padding-left: 8px  !important;
            font-size: 13px  !important;
              transition:ease 0.5s;
    }
}

@media screen and (min-device-width: 1151px) and (max-device-width: 1250px) { 
    .navbar-expand-lg .navbar-nav .nav-link{
             padding-right:15px !important; 
             padding-left: 15px  !important;
            font-size: 14px  !important;
              transition:ease 0.5s;
    }
}

@media screen and (min-device-width: 1251px) and (max-device-width: 1315px) { 
    .navbar-expand-lg .navbar-nav .nav-link{
             padding-right:20px !important; 
             padding-left: 20px  !important;
            font-size: 14px  !important;
              transition:ease 0.5s;
    }
}

@media screen and (max-width: 991px) {
        .desktop_navbar{
        display:none;
    }
    
     .upper_icons{
        display:none!important;
    }
}

@media screen and (min-width: 992px) {
     .mobile_navbar{
     display:none;
 }
 
    .desktop_navbar{
        display:flex;
    }
    
     .upper_icons{
        display:inline-flex!important;
    }
    
}






  /*End  Header Dropdown ON hover */

/*--------------------------------------- END OF HEADER CSS ----------------------------------------*/



/*--------------------------------------- HOME PAGE CSS ----------------------------------------*/


.location_form{
    position: absolute;
    z-index: 1;
    background: transparent;
    max-width: 650px;
 
     margin: auto;
    padding: 35px;
    text-align: center;
    background: rgba(51,51,51,.7);
 
    height: auto;
    left: 27%;
    top: 27%;
}

.location_form .form-control{
    padding: 22px;
}

.location_form .input-group-text i{
padding: 0px 15px 0px 15px;
color:#000000;
}

.location-header{
    margin: 18px;
    color: white;
}

.remove_text{
        display: flex;
    align-items: center;
    /*justify-content: center;*/
    color:#032283;
    padding:0px !important;
}

.remove_text a{
    color:#032283;
    
}

.remove_text a:hover{
    text-decoration:none;
}

/*.add_via_points{*/
/*    margin:15px auto !important;*/
/*}*/

.input-group-text{
    color: #000;
    padding:9px 14px 6px 10px;
    
}

#inputGroup-sizing-drop{
    padding: 9px;
}

.location-buttons{
    display: flex;
    justify-content: space-evenly;
}

.location-buttons button{
    padding:8px 20px 8px 20px;
    /*color: black;*/
}

.location_form .input-group{
    /*margin: 10px 0px 10px 0px ;*/
    padding:10px;
}

.partners_payments{
    
}



.via_btn{
    /*background-color: #032283;*/
    background-color: #212529;
    opacity: .65;
   
}
.quote_btn{
        background-color: #F2C508;
    /*color: #000000;*/
   
   }

/*.location-buttons button:hover{*/
/*    color: white;*/
   
/*    transition: ease 0.2s;*/
/*}*/

#via_input{
    display: none;
}

#via_input_prepend{
    padding: 10px 21px 10px 17px;
}

 /* MAP SLIDER */

.distance_carousel{
    height: 100px;
    background: rgba(51,51,51,.7);
    align-items: center;
}
.under_map_div{
    display:flex;
    align-items:center;
    justify-content:space-around;
    top: -5px;
}

.under_map_div h6{
    color:white!important;
}


.distance_carousel img{
    width: 80px;
}

/* .distance_carousel .col-sm-8 , .col-sm-4{
    display: flex;
    align-items: center;
    justify-content: space-around;
} */

/* changed apr 9 */
.distance_carousel .col-sm-8  .col-sm-4{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#distance_slider .carousel-caption{
    left: 30% !important;
    right: 15% !important;
   
}

#distance_slider .carousel-caption p{
    margin-bottom:0px;
   
}

#distance_slider .content1{
   
    bottom: 0px !important;
}


#distance_slider .content2{
   
    bottom: -10px !important;
}

#distance_slider .content3{
    
    bottom: -10px !important;
}

#distance_slider .content4 {
   
    bottom: -10px !important;
}


#distance_slider .content5 {
    
    bottom: -10px !important;
}


#distance_slider .content6 {
   
    bottom: -25px !important
}


#distance_slider .carousel-item img{
                
    height:65px;
    margin-left:31px;
    margin-top: 7px;
}

/*end OF  MAP SLIDER */







/* OUR SERVICES */

.wrapper_section{
    margin: 25px 0px 25px 0px ;
}


.services_card{
    padding: 10px;
  
}


.wrapper_section  .services_card .col-sm-3{
    padding: 20px !important;
    height: 415px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

services_card h6{
    color: white !important;
}

.services_card ul{
    text-decoration: none;
    margin:  0px 10px 10px 10px ;
    display: flex;
    flex-direction: column;

  
}

.services_card ul li {
    margin: 5px 10px;
    color: white;
    list-style: none;
}

 .services_card .listings > li::before {
    position: relative;     
    content:'»';
    font-size: 26px;
    padding-right: 10px;
    vertical-align: center !important;
    color: white; /* pulilang ug unsa color diri */
 }



 .services_card ul li a{
     text-decoration: none;
     color: white;

 }



 .services_card ul li a:hover{
   
   color: #032283; 
   transition: ease 0.2s;
}


.card_heading{
    display: flex;
   
    padding: 40px 24px 5px 21px;
    color: white;
}

.our_services_page p{
    height: 243px;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.read_more_content{
    background-color: #F2C508;
    color:black ;
    
}

.read_more_content:hover{
    background-color:black !important;
    color: #F2C508 !important ;
    /*border:1px solid #F2C508;*/
    
}




/* END OF OUR SERVICES */


/*  Airport Slider Section */

.airport_row_div{
    padding: 20px;
}

.airport_row_div .section_header{
   margin: 25px 0px 25px 0px ;
}

.airport_row_div .col-sm-6{
    display: flex;
    flex-direction: column;
   justify-content: center;
}


#airport_slider .carousel-caption{
    bottom: 35% !important;
}

/* End of Airport Slider Section */


/* FLEET CSS */

/*.fleet_cards{*/
/*    border: 1px solid #032283;*/
/*}*/

.fleet_cards .card-header{
    text-align: center;
    background-color: #032283;
    color: white;
    text-transform: uppercase;
}


.grid-container {
    display: flex;
   
  }

  .grid-item i{
      font-size: 12px !important;
      margin: 6px 0px 6px 0px ;
  }
  
  .fleet_cards .card-header{
      padding:8px;
  }
  
  .fleet_cards .card-header h6{
      font-size:12px;
  }
  
  .fleet_cards .card-body{
      padding:8px;
  }
  
  .fleet_cards  .grid-item{
          font-size: 7.78px !important;
  }

  
  /*.fleet_cards .book_fleet{*/
  /*       padding: 8px 18px 8px 18px !important;*/
  /*}*/
  
  
 /*.fleet_cards .btn{*/
 /*        font-size: 12px !important; */
 /*}*/
  
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    text-align: center;
    width: 100%;
  }


  .fleet_btn{
      color: white;
      background-color: #032283;
      padding: 10px;
  }


  .fleet_btn:hover{
      color: white;
      opacity: 0.8;
      transition: ease 0.2s;
  }

  .fleet_cards p{
      font-size: 13px;
      
      margin: 14px 0px 14px 0px;
      text-transform:capitalize;
      text-overflow: ellipsis;
  }
  
 
/* END OF FLEET CSS */


/* OUR EXTRA  FEATURED SERVICES  */

.ourextraslider .carousel-item {
    background-color: #032283;
    width: 100%;
    height: 200px;

}

.inner_carousel_content img{
    width: 120px;
}

.inner_carousel_content{
    display: flex;
    flex-direction: row;
   
}

.inner_carousel_content .content-carousel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;  
    text-align: start;
    padding: 20px auto !important;
    justify-content: center;
    margin-top:10px;
}



.content-carousel p {
    margin-bottom: 0px;
}

.inner_carousel_content .inner_image{
    display: flex;
    align-items: center;
}


/* END OF OUR EXTRA  FEATURED SERVICES  */



/* PARTNERS AND PAYMENTS */

.partners_payments{
    margin-top:20px !important;
    margin-bottom:20px  !important;
    padding:20px;
}

.partners_payments .col-sm-2{
height: 100px;
width: 160px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.partners_payments img{
    max-width: 100%;
    max-height: 100%;
}

.licence_btn{
    color: white !important;
    background-color: #032283;
    font-size: 12px;
}

.licence_btn:hover{
    color: white !important;
    opacity: 0.9;
    transition: ease 0.3s;
}



/* END OF PARTNERS AND PAYMENTS */

@media screen and (min-device-width: 325px) and (max-device-width: 425px) { 
    .radio label {
    font-size: 12px !important;
    }
    
    .fleet_item strong{
    font-size:8px;

}

.ui-timepicker-wrapper{
   
    width: 15.5em;

}


    
    .radio {
       margin: 10px !important;
    text-align: center;
}
    #fleets .carousel-control-next-icon {
    width: 30px !important;
    height: 100px  !important;
}


#fleets .carousel-control-prev-icon {
     width: 30px  !important;
    height: 100px  !important;
}

.location_form{
    position:relative;
     padding:10px;
     left:0%;
    
     top:0%;
 } 
 
 
 .carousel-caption{
         bottom: 6px !important;
 }
 
 .location-header{
     font-size:14px;
 }
 
 .distance_carousel .col-sm-4{
     display:none;
 }
 
 #getlocation{
     font-size:12px;
     margin-left:10px;
         height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
   
 }
 
 #map{
     display:none;
 }
 
 .location_form .input-group{
     margin:10px auto !important
 }
 
 
 .input-group-text{
    /*padding:0px;    */
    font-size:10px;
    padding:1px 6px 1px 0px !important;
 }
 
 #getDetails{
     font-size:12px;
      margin-left:10px;
 }
 
 
 .mobile_carousel{
     object-fit:contain;
 }
 
 .partners_payments{
     display:flex;
     justify-content:center;
     padding:25px;
 }
 
 .our_fleet .col-sm-4{
     margin:15px auto !important;
 }
 
 

 

 
 
 
 
 
}


@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 
    
     
 .services_card h5{
     font-size:16px !important;
 }


 .input-group-text{
    /*padding:0px;    */
    font-size:10px;
    padding:1px 6px 1px 0px !important;
 }

 .input-group-text{
    /*padding:0px;    */
    font-size:10px;
    padding:1px 6px 1px 0px !important;
 }
 
 .loc {
     padding:15px;
 }
 
.location_form{
    position:relative;
   
     left:0%;
    
     top:0%;
 } 
 
  .distance_carousel .col-sm-4{
     display:none !important;
 }
 
 #map{
     display:none;
 }


 
 #getDetails{
     font-size:16px;
 }
 
 .input-group-text{
    /*padding:0px;    */
    font-size:10px;
    padding:1px 6px 1px 0px !important;
 }

 .mobile_carousel{
     object-fit:contain;
 }


 .partners_payments{
     display:flex;
     justify-content:center;
     padding:25px;
 }
 
 .our_fleet .col-sm-4{
     margin:15px auto !important;
 }
 
 h5{
     font-size:16px;
 }
 
  .services_card .listings > li::before {
    position: relative;     
    content:'»';
    font-size: 14px;
    padding-right: 10px;
    vertical-align: center !important;
    color: white; /* pulilang ug unsa color diri */
 }
 
 .services_card ul li a{
     font-size:14px;
 }

}



@media screen and (min-device-width: 769px) and (max-device-width: 1024px) { 
 
 .location_form {
    position: absolute;
   
    max-width: 650px;
   
    padding: 14px;
   
    height: auto;
    left: 25%;
    top: 40%;
}  


 
 #distance_slider .carousel-caption{
    left: 30% !important;
    right: 5% !important;
    bottom: -10px !important;
}

#distance_slider .carousel-caption h5{
   font-size:14px; 
}


#distance_slider .carousel-item img{
                
    height:58px;
    margin-left:35px;
    margin-top: 7px;
}


}

@media screen and (min-device-width: 769px) and (max-device-width: 992px) { 
    .navbar-collapse{
        z-index:99;
        background:white;
    }
}





@media screen and (min-device-width: 1400px) and (max-device-width: 1750px) {
 .location_form{
     left: 30% !important;
    
     top: 39%;
 }   
 
 
}

@media screen and (min-device-width: 1750px) and (max-device-width: 1950px) {
 .location_form{
     left: 35% !important;
    
     top: 39%;
 }   
 
 
}


@media screen and (min-device-width: 1950px) and (max-device-width: 2550px) {
 .location_form{
     left: 35% !important;
    
     top: 39%;
 }   
 
 
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1250px) {
     #distance_slider .carousel-caption{
    left: 30% !important;
    right: 5% !important;
    bottom: -10px !important;
}

#distance_slider .carousel-caption h5{
   font-size:14px !important; 
}


#distance_slider .carousel-item img{
                
    height:58px;
    margin-left:35px;
    margin-top: 7px;
}
}




/*--------------------------------------- END OF HOME PAGE CSS ----------------------------------------*/



/* FOOTER CSS */

/*.footer_main{*/
/*    width:100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.footer_main .nav{*/
/*    justify-content: center;*/
/*}*/

/*.footer_main .nav li{*/
/*    margin:10px 20px;*/
/*}*/


/*.social_links{*/
/*    display:flex;*/
   
/*}*/

/*.social_links li{*/
/*    margin:18px;*/
/*}*/

/*.list_of_loc{*/
/*    margin-bottom:0px;*/
/*}*/
/*.list_of_loc a{*/
/*    color:#ffffff;*/
/*    text-decoration:underline;*/
/*}*/

/*.list_of_loc a{*/
/*    color:#ffffff;*/
/*    text-decoration:underline;*/
/*}*/

/*.list_of_loc a:hover{*/
/*    color:#032283;*/
   
/*}*/

/*.social_links li a:hover{*/
/*    opacity:0.2;*/
/*    transition:0.2s;*/
    
/*}*/

/*.social_links li a img{*/
/*    height:30px;*/
/*}*/

#primary-footer ul{
    margin: 0px;
    padding: 0px;
  	}

#primary-footer	ul li{
	list-style: none;
}

/* main footer css */
#primary-footer{
    background-color: #171000;
    color: white;

	}

.footer-widget-area{
		padding:40px;
	}



/* main footer inner css */

/*.footer-widget-area p{*/
		
/*	font-size: 14px;*/
/*    padding: 32px;*/
/*    text-align: center;*/
/*	}*/

/*	.footer-widget-area li{*/
/*		margin-top: 10px;*/
/*	}*/

/*	.footer-widget-area li a{*/
/*		font-size: 14px;*/
/*		color: var(--black);*/
/*	}*/

/*	.footer-widget-area li a:hover{*/
/*	 text-decoration: none;*/
/*	 color: #032283;*/
/*     transition: ease 0.2s;*/
/*	}*/

/*	.footer-widget-heading h4{*/
/*		font-weight: bold;*/
/*		font-size: 18px;*/
/*	}*/

/*.linkediting .fa{*/
/*    	color: #ea9f44;*/
/*    }*/


/*.footer-social-icon .social-title{*/
/*    	font-size: 18px;*/
/*    	font-weight: bold;*/
/*    	margin-bottom: 10px;*/
/*}*/

/*	.circle-icon {*/
/*    background: #ccf6c8;*/
/*    color: #ea9f44;*/
/*    padding:12px;*/
/*    border-radius: 50%;*/
/*    margin-left: 5px;*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    text-align: center;*/
/*}*/

/* footer credit css */

.copyright-area{
	background-color: Black;
	padding: 20px 0;
    }

    .copyright-text p{
    	font-size: 14px;
    	    margin-bottom: 0px;
    }

    .copyright-text a{
    	color: #21bf73;
    	font-weight: 800;
    }

    .footer-menus li{
    	display: inline-flex;
    	margin-left: 20px;
    }

    .footer-menus li a {
 	 font-size: 18px;
 	 color: var(--black);
	}
	
	.footer-col{
   width: 25%;
   padding: 0 18px;
}
.footer-col h4{
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    background-color: #F2C508;
    height: 12px;
    box-sizing: border-box;
    width: 93px;
    border-radius: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	/*color: #bbbbbb;*/
	display: block;
	transition: all 0.3s ease;
/*margin:5px 25px 8px 24px;*/
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a img{
	display: inline-block;
	height: 40px;
	width: 40px;
	/*background-color: rgba(255,255,255,0.2);*/
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
	height:40px;
}
.footer-col .social-links a img:hover{
	transform: translateX(5px);
    transition: 0.1s;
    
}


/*media quries*/

	@media (max-width: 1199.98px) {

	}

	@media (max-width: 991.98px) {
       .footer-social-icon span{
     	font-size: 24px;
     }
	}

	@media (max-width: 767.98px) {
        .copyright-text p{
    	text-align:center;
     	}

     	.footer-menus ul{
    	 text-align:center;
    	}

    	.footer-social-icon span{
     	font-size: 18px;
     }
	}

	@media (max-width: 575.98px) {
		
		.footer-widget-area{
		padding: 0 20px;
		}

		.copyright-text p{
    	text-align:center;
    	font-size:16px;
     	}

     	.footer-menus ul{
    	 text-align:center;
    	}

    	.footer-menus ul li a{
    	 font-size:16px;
    	}
	}


@media screen and (min-device-width: 325px) and (max-device-width: 425px) {
    .footer-widget-area .col-md-4{
        text-align:center;
    }
    
    .footer-widget-area li a{
        font-size:14px;
    }
    
    .copyright-text {
        font-size:14px;
    }
    .social_links{
   
    justify-content:center;
}
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 
      .footer-widget-area .col-md-4{
        text-align:center;
    }
    
    .footer-widget-area li a{
        font-size:16px;
    }
    
    .copyright-text {
        font-size:16px;
    }
    
     .social_links{
   
    justify-content:center;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    
    .footer-widget-area li a{
        font-size:16px;
    }
    
    .copyright-text {
        font-size:16px;
    }
}
/* END OF FOOTER CSS */


/*--------------------------------------- PICK UP DATE AND TIME ----------------------------------------*/
#location_form_pre .input-group-text{
    padding: 10px 15px !important;
    border-radius: 4px 0px 0px 4px;
}

#location_form_pre input{
     border-radius: 0px 4px 4px 0px;
}






/*.banner{*/
/*    height:140px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    padding: 30px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #ffffff;
}


.breadcrumb{
    background-color: transparent;
    margin:0px;
    margin-right: auto;
    /*margin-top: -55px;*/
    

}

.breadcrumb .breadcrumb-item a{
    color: #ffffff;
    font-size: 18px;
    

}

.breadcrumb .breadcrumb-item a:hover{
    color: #F2C508;
    text-decoration: none;
 

}

.breadcrumb-item.active{
    color: #F2C508;
    font-size: 18px;
}



.form {
    position: relative;
    z-index: 1;
    background: #EAE7E4;
    padding: 26px;
    margin:30px 0px 30px 0px; 
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 100%;
}


.form-control{
    border-color: #000000;
}

.date_and_time label{
    color:black;
}

.switch_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control:focus {

    border-color:#032283;
}

.update_btn{
    background-color: #F2C508;
    color: Black;
    padding: 10px 30px;
}

.update_btn:hover{
background-color: #000000;
color: #F2C508;
opacity: 0.8;
transition: ease 0.3s;
}



.add_via {
font-size: 42px;
display: flex;
align-items: center;

padding-top: 15px;
}

.add_via btn i{
    font-size: 18px;
}

.journey_checkbox{
    display: flex;
   
    
}

.journey_checkbox input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.journey_checkbox label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid Black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
  }


  .journey_checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 22px;
    width: 6px;
    height: 14px;
    border: solid #032283;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: ease 0.5s;
}


.switch_div{
display: flex;
align-items:center;
justify-content: center;
padding-top: 15px;
}

.switch_btn{
    width: 50px;
    margin: 10px auto;
}

@media screen and (min-device-width: 325px) and (max-device-width: 425px) {
     .date_and_time .form{
           padding: 15px;
   }
}


@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 
   .date_and_time .form{
           padding: 10px;
   }
   
}



/*--------------------------------------- END OF PICK UP  DATE AND TIME ----------------------------------------*/

/*--------------------------------------- ABOUT US PAGE CSS ----------------------------------------*/





.aboutus_services{
    margin: 20px 0px;
    border-left: 3px solid #032283;
    padding: 0px 40px;
}


/*.about_us_row{*/
/*    padding: 30px 0px;*/
/*}*/

.aboutus_services:hover{
    border-left: 3px solid #CD162C;
    transition: ease 1s;
}

.about_us_container{
    padding: 16px;
}

.about_us_row .about_us_container p{
    line-height: 1.8;
    padding: 20px auto;
}


.about_us_row .col-sm-4{
    display: flex;
    flex-direction: column;
   align-items: center;
}




.about_us_row .aboutus_services ul{
    text-decoration: none;
    margin:  0px 10px 10px 10px ;
}

.aboutus_services ul li {
    margin: 6px auto;
    color: white;
    list-style: none;
}


.aboutus_services .listings_about_us > li::before {
    position: relative;     
    content:'»';
    font-size: 26px;
    padding-right: 10px;
    vertical-align: center !important;
    color:#032283 ; /* pulilang ug unsa color diri */
 }


 .aboutus_services ul li a{
    text-decoration: none;
    color:#032283 ;

} 


.aboutus_services ul li a:hover{
   
    color: #CD162C; 
    transition: ease 0.2s;
 } 

 .heading_about_us{
    display: flex;
    color:#032283;
    
}  

@media screen and (min-device-width: 325px) and (max-device-width: 425px) {
   
   .home_fleets .grid-item strong{
      font-size:6px !important;
      padding: 1px;
   }
   
   
   
   .fleet_sel .fleet_cards .grid-item strong{
       font-size:5px !important;
   }
  
   
   
   .banner{
           height: 110px;
           padding: 6px;
           background-position: 25% 0;
           align-items: center;
             justify-content: center;
   }
   
   .banner h2{
       font-size:18px;
       margin:0px;
   }
   .banner .breadcrumb li a{
        font-size:14px;
   }
   
   .banner .breadcrumb .breadcrumb-item{
        font-size:14px;
   }
   
 .about_us_container{
     padding:10px;
 }
 
 .about_us_container p{
     font-size:14px !important;
     line-height: 1.8;
 }
 
 .aboutus_services ul li a{
     font-size:14px;
 }
 .aboutus_services{
     padding:0px 30px;
 }
 
 .heading_about_us h4{
     font-size:18px;
 }
 .mob_res{
         width: 24%;

 }
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 
   .banner{
           height: 130px;
           padding: 6px;
           background-position: 25% 0%;
           align-items: center;
    justify-content: center;
   }
   
   .banner h2{
       font-size:18px;
   }
   .banner .breadcrumb li a{
        font-size:14px;
   }
   
   .banner .breadcrumb .breadcrumb-item{
        font-size:14px;
   }
   
   .aboutus_services{
     padding:0px 10px;
 }
 
  .heading_about_us h4{
     font-size:18px;
 }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    
    .banner{
           height: 130px;
           padding: 6px;
           background-position: 23% 0%;
           align-items: center;
            justify-content: center;
   }
   
    .banner h2{
       font-size:24px;
   }
   .banner .breadcrumb li a{
        font-size:18px;
   }
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1425px) { 
.banner{
           height: 130px;
           padding: 6px;
           background-position: 18% 0%;
           align-items: center;
            justify-content: center;
   }
     .banner h2{
       font-size:24px;
   }
   .banner .breadcrumb li a{
        font-size:18px;
   }

}

 
/*--------------------------------------- END OF ABOUT US PAGE CSS ----------------------------------------*/

/*--------------------------------------- OUR FLEET CSS----------------------------------------*/



.fleet-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px 30px 10px;
    
}


.fleet_desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.fleet_image img{
    max-width: 100%;
}


.fleet_icons{
    display: flex;
}

.fleet_icons .grid-item{
    display: flex;
    flex-direction: row;
    background-color: #F6F6F4;
    justify-content:space-evenly ;
    font-size: 16px;
}


.book_fleet{
    background-color: #F2C508;
    color: #171000;
    padding:8px 25px 8px 25px;
}

.book_fleet:hover{
    color: #F2C508 !important;
    background-color: black;
    border-color:#032283 ;
    transition: ease 0.3s;
}


/*.book_fleet_div{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


.single_fleet{
    padding: 20px;
    width:100%;
}


.single_fleet h2{
    width: 100%; 
    text-align: center; 
    border-bottom: 2px solid #032283; 
    line-height: 0.1em;
    margin: 33px 0px 33px; 
 } 
 
 .single_fleet h2 span { 
     background:#F6F6F4; 
     padding:0 10px; 
 }
 
 
 .fleet_book_journey h3{
    width: 100%; 
    text-align: center; 
    border-bottom: 2px solid #000000; 
    line-height: 0.1em;
    margin: 33px 0px 33px; 
    color:#000000;
 } 
 
 .booking_form h4{
    color:#000000;
 }
 
 .fleet_book_journey h3 span { 
     background:#ffffff; 
     padding:0 10px; 
 }
 
 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {
 
 .fleet_desc h5{
     font-size:16px;
 }

/*.fleet_item .grid-item strong{*/
/*    font-size:6px;*/
/*}*/

.fleet_icons .grid-item{
    font-size:10px;
        margin: 15px auto;
}

.single_fleet {
    padding:10px;
}

.single_fleet h2 span{
    font-size:24px;
}
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 
    
 .fleet_desc h5{
     font-size:18px;
 }


.fleet_icons .grid-item{
    font-size:13px;
        margin: 15px auto;
}

.single_fleet {
    padding:10px;
}

.single_fleet h2 span{
    font-size:28px;
}
 
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
   .fleet_desc h5{
     font-size:18px;
 }


.fleet_icons .grid-item{
    font-size:13px;
        margin: 15px auto;
}

.single_fleet {
    padding:10px;
}

.single_fleet h2 span{
    font-size:28px;
}  
  
}


/*---------------------------------------END OUR FLEET CSS----------------------------------------*/



/*---------------------------------------OUR SERVICES PAGE CSS----------------------------------------*/


  .side_bar_form{
        width:100%;
        height:auto;
        text-align: center;
        background: #47484B;
    }
    
    .side_bar_heading{
        margin:10px auto;
    }
    
    .side_bar_heading h6{
        color:white;
    }
    
     /*.side_bar_form .form-group{*/
     /*    width:100%;*/
     /*    display:content;*/
     /*}*/
     
        .side_bar_form .form-group{
         width:100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
     }
     
     .side_bar_form .form-group input{
        border-radius: 0px 4px 4px 0px;
     }
     
     
     .side_bar_form input{
        border-radius: 0px 4px 4px 0px !important;
     }
     
     
     .side_bar_form .input-group-text {
    padding: 6px 15px !important;
    border-radius: 4px 0px 0px 4px;
    
}

.side_bar_form .input-group-prepend {
    width:100%;
}

     .side_bar_form #getdirection{
         padding:7px !important;
     }
     
      .side_bar_form .via_btn{
         padding:7px !important;
         background:#212529 !important;
         color:white;
         
     }
     
     
    .side_bar_form .remove_field{
        color:#CD162C !important;;
    }
   
    
     .new_text{
    color: #032283;
    padding: 0px 7px 0px 16px !important;
     font-size:12px;
    }
    
    .input_labels_sidebar{
        float:left;
        color:white;
    }




.our_services_about_us{
    display: flex;
    flex-direction: column;
    align-items: start;
}


.our_services_page .col-sm-6 img{
    max-width: 100%;
}

.our_services_page .col-sm-6 img:hover{
    max-width: 100%;
    opacity: 0.8;
    transition: ease 0.3s;
}

.our_services_page h4{
    color: black;
    /*padding: 10px;*/
    margin-bottom: 18px;
}

.our_services_page .col-sm-12,.col-md-6{
    /*padding: 20px;*/
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    margin-top:10px;
}


.caption {
    position: absolute;
    top: 30%;
    color:white;
    height: 36%;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; 
    padding: 10px;
    font-size: 12px;
}

.read_more{
    background-color: white;
    position: absolute;
    color: #032283;
    top: 70%;
}

.our_services_page{
    padding: 20px;
}



/*--------------------------------------- END OF OUR SERVICES PAGE CSS----------------------------------------*/


/*--------------------------------------- APPLY FOR ACCOUNT  CSS----------------------------------------*/



.apply_for_account_desc{
    padding: 30px;
}
.apply_for_account_desc p{
    line-height: 1.7;
   
}

.apply_for_account_desc a{
    color:#CD162C ;
    text-decoration: underline;
}


.apply_account_desc p span{
  font-family:Poppins, sans-serif !important;  
} 


 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {

.apply_account_desc p span{
  font-family:Poppins, sans-serif !important;  
} 

}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 

    .apply_account_desc p span{
  font-family:Poppins, sans-serif  !important;  
} 

}


/*--------------------------------------- END OF APPLY FOR ACCOUNT  CSS----------------------------------------*/





/*--------------------------------------- FREQUENTLY ASKED QUESTION CSS----------------------------------------*/

.faq_container{
    margin: 30px auto;
}
.que_ans_div{
    padding: 20px;
    display: flex;
    flex-direction: column;
    
}

.question{
    margin: 10px 0px;
}
.que_ans_div .question{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 3px solid #F2C508;
    padding: 0px 10px 0px 10px ;
    
}

.question h2{
    margin-bottom: 0px;
    color: #F2C508;
}
.question p{
    margin-bottom: 0px;
    padding: 0px 15px;
    font-size: 22px;
    
}




.que_ans_div .answer{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 3px solid #000;
    padding: 0px 10px 0px 10px ;
    
}


.answer h2{
    margin-bottom: 0px;
    color: #000;
}
.answer p{
    margin-bottom: 0px;
    padding: 0px 18px;
    font-size: 16px;
    color: #000;
}

 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {

.que_ans_div{
    padding:10px;
}

.question h2{
    font-size:24px;
}

.question p {
        font-size: 14px;;
}

.answer h2{
     font-size:24px;
}

.answer p {
        font-size: 14px;;
}




}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 

.que_ans_div{
    padding:15px;
}

.question h2{
    font-size:28px;
}

.question p {
        font-size: 16px;;
}

.answer h2{
     font-size:28px;
}

.answer p {
        font-size: 16px;;
}

}



/*--------------------------------------- END OF FREQUENTLY ASKED QUESTION   CSS----------------------------------------*/


/*--------------------------------------- FEEDBACK PAGE  CSS----------------------------------------*/


.feeback_container{
    /*padding: 40px;*/
}

.feeback_container h4{
    color: #032283;
    font-weight: 700;
    margin: 35px 0px;
}
.feeback_container label{
    /*color: #032283;*/
}

.feeback_container .feeback_heading{
    margin: 20px 0px !important;
}

.star-icon input {
    display: none;
  }

  .star-icon input + label {
    font-size: 60px;
    text-shadow: 1px 1px 0 #ffe400;
    cursor: pointer;
  }

  .star-icon input:checked + label ~ label {
    color: #838383;
  }

  .star-icon label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
  }

  .star-icon label{
      margin: auto 10px;
  }

  .customer_submit_btn{
      background-color: #F2C508;
      color: Black;
      font-size: 18px;
      padding: 8px 30px;
      margin: 30px 0px;

  }

  .customer_submit_btn:hover{
      background-color: #000000;
      color: #F2C508;
      opacity: 0.8;
      transition: ease 0.3s;

  }
  
@media screen and (min-device-width: 325px) and (max-device-width: 425px) {

.feeback_heading h2{
     font-size:24px;
}
.rating_div h4{
    font-size:16px;
}


.star-icon input + label{
    font-size:45px;
}
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 


.rating_div h4{
    font-size:18px;
}

.star-icon input + label{
    font-size:50px;
}

}




/*---------------------------------------END FEEDBACK PAGE  CSS----------------------------------------*/

/*---------------------------------------CONTACT US PAGE  CSS----------------------------------------*/

.contact_us_container{
    margin: 20px auto ;
}


.contact_us_container i{
    font-size: 100px;
    color: #974c29;
}


.contact_desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 229px;
}

.contact_desc:hover{
   
    transition: ease-in 1s;
    cursor: pointer;
    
    
}



.contact_desc div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
    /*text-align: center;*/
    
}

.contact_desc div p{
 
   margin: 0px 10px 0px 10px;
   /* width: 196px;
   height: 25px */
}

/* .contact_desc div h5{
    margin-bottom: 0px;
 } */
 
 
 
 
 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {



.contact_desc{
    padding:35px;
    height:230px;
}

 .contact_desc p{
     font-size:14px;
 }
 .contact_us_container i{
     font-size:60px;
 }
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 

.contact_desc{
    padding:35px;
    
}

 .contact_desc p{
     font-size:16px;
 }
 .contact_us_container i{
     font-size:80px;
 }


}
 
 
/*---------------------------------------END CONTACT US PAGE  CSS----------------------------------------*/


/*---------------------------------------LOGIN  PAGE  CSS----------------------------------------*/


.login_container{

    max-width: 750px !important;
    padding: 70px;
}


.forget_password{
  text-align: end;
}

.login_container label{
    color: #000000;
}




.login_submit{
    background-color: #F2C508;
    /*color: #171000 !important;*/
    padding: 10px 30px;
  
  
}

.login_submit:hover{
    background-color: #000000;
    color:#F2C508;
    opacity: 0.8;
    transition: ease 0.2s;
}

.forget_password a{
    color: #CD162C;
}

.register_anchor{
    margin: 30px 0px;
}

.register_anchor a{
    color: #000000;
}



.register_anchor span{
    color: #707070;
}
 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {

.login_container{
    padding:30px;
    transition:ease 1s;
}
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) { 

.login_container{
    padding:45px;
    transition:ease 1s;
}


}


/*---------------------------------------END OF LOGIN  PAGE  CSS----------------------------------------*/

/*---------------------------------------REGISTER PAGE  CSS----------------------------------------*/
.register_container .needed:after { content:"*"; color: red;}

.register_container{
    max-width: 750px !important;
    padding: 40px;
}


.regsiter_btn{
    background-color:#F2C508;
    color: #000;
    padding: 10px 30px;
    margin: 20px auto;
}

.regsiter_btn:hover{
    color:#F2C508;
    background-color:#000000;
    opacity: 0.8;
    transition: ease 0.2s;
}



/*--------------------------------------- END OF REGISTER PAGE  CSS----------------------------------------*/


/*---------------------------------------FLEET SELECTION  CSS----------------------------------------*/

#customer_email{
border-radius: 2px;
padding: 10px;
height: 46px;
width: 70%;
}

.customer_selection{
    margin: 40px auto;
}


.submit_email{
    color: white;
    background-color: #032283;
    padding: 10px 40px;
}




.slider_heading h3{
    color: #032283;
    text-align: center;
}

.number_of_passengers h5{
/*color: #032283;*/
text-align: center;
}

.submit_email:hover{
    background-color: white;
    color: #032283;
    border: 1px solid #032283;
    transition: ease 0.3s;
    
}

.send_email{
   
    text-align: center;
    padding: 20px;
}

.send_email .form-group{
    width: 200vh;
    margin: auto;
}




.slider_div{
    /* display: flex;
    flex-direction: row; */
    align-items: center;
    justify-content: center;
}


.persons_image i{
    font-size: 10vh;
}


.slider_div{
display: flex;
align-items: center;
justify-content: center;
}

.persons_image{
    display: flex;
    justify-content: flex-end;
}


.slider_div h4{
    color: #032283;

}

/*.slider-blue > .bar > span{*/
/*    transition: 0.3s;*/
/*    background: #032283!important;*/
/*}*/

/*.slider-blue > .bar-btn{*/
/*    background: red!important;*/
/*    border: 2px solid #032283 !important;*/
/*    transition: 0.3s;*/
/*}*/

/*.slider-blue:hover > input + .slider-container > .bar-btn {*/
/*    box-shadow: inset 0 0 2px #032283;*/
/*    color: #032283;*/
/*    background: #fff !important;*/
/*    border: 2px solid #032283 !important;*/
/*}*/

.dot{
    width: 7px !important;
    height: 7px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 125%;
    top: 2px;
}

.slider {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .slider > input {
    opacity: 0;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 5;
    -webkit-appearance: none;
  }
  .slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    z-index: 100;
    position: relative;
    width: 50px;
    height: 30px;
    -webkit-border-radius: 10px;
  }
  .slider > span.slider-container {
    min-height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -8px;
    right: 46px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .slider > span.slider-container > span.bar {
    background-color: #dadada;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 11px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider > span.slider-container > span.bar > span {
    background: #00965b;
    display: inline-block;
    float: left;
    height: 11px;
    width: 0%;
  }
  
  .slider > span.slider-container > span.bar-btn {
    display: inline-block;
    position: absolute;
    min-width: 45px;
    max-width: 100px;
    height: 42px;
    font-weight: bold;
    text-align: center;
    background: #00965b;
    left: 0;
    top: 50%;
    border-radius: 100px;
    border: 2px solid #dadada;
    z-index: 5;
    color: #fff;
  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateY(-50%);
  }
  
  .slider > span.slider-container > span.bar-btn > span{
      position: relative;
      position: absolute;
      left: 50%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color:#F2C508;
  }

/* CAROUSEL SILDER */

/*.fleet_card{*/
/*    padding: 15px;*/
/*    text-align: center;*/
  
/*}*/

.fleet_card h4{
    color: #032283;
    margin: 10px auto;
}

.fleet_card img{
    max-width: 100%;
    height:175px;
}


@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}




#fleets .rounded-circle{
    border-radius: 0px !important;
}



#fleets  .carousel-control-prev-icon {
   
    width: 30px;
    height: 90px;
    
}

#fleets .carousel-control-next-icon{
    width: 30px;
    height: 90px;
}



.price{
    text-align: center;
    /*margin: 20px auto;*/
}
/*.price .btn{*/
/*    border-radius: 40px;*/
/*    background-color: springgreen;*/
/*  font-size: 18px;*/
/*  padding: 14px;*/
/*}*/

.fleet_selected_btn{
    background-color: #032283;
    color: white;
    padding: 5px 70px;
    margin: 10px auto;
}

.fleet_selected_btn:hover{
    color: #032283;
    background-color: white;
    border: 1px solid #032283;
    transition: ease 0.3s;
}

.fleet_card .card-body{
 display: flex;
 flex-direction: column;
 align-items: center;
 padding: 10px;
}

.fleet_card strong{
   width: 85px;
   font-size: 10px;
}



/* END OF CAROUSEL SILDER */


.from_to .card-body{
    width: 100%;
    border-radius: 30px;
    padding: 20px 35px 20px 35px;
  
}


.from_to .from_text{
    font-size: 18px;
    margin: 10px !important;
    color: #032283;
}

.from_to .card{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.from_to .grid-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.from_to{
    margin: 30px auto !important;
}


.from_to .grid-item{
    width: auto !important;
}

.estimated_time{
    /*background-color: #dfe6e9;*/
}

.estimated_time strong{
    color: #032283;
}

.estimated_car_img{
    width: 40%;
}

.estimated_time h6{
    width: 50%;
}

.estimated_car_img img{
    max-width: 100%;
    max-height: 100%;
}



.source_to_destination .grid-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  
}

.source_to_destination .grid-item{
    background-color: #f6f6f4;
}


.add_via_selection{
    display: flex;
    flex-direction: row;
}

.add_via_selection button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add_via_selection button i:hover{
    color: #CD162C;
    transition: ease 0.2s;
}

 #tabs .nav-item{
    font-size: 18px;
    background-color: white;
    /* border: 1px solid #032283; */
    border-radius: 13px 0px 0px 13px;
}

.nav-tabs{
    border-bottom: none;
    
}

#tabs .nav-item a{
padding: 13px 33px 13px 33px;
color: #032283;
text-decoration: none;
font-size: 18px;
}

#tabs .nav-item .one_way{
    border-radius: 13px 0px 0px 13px;
}

#tabs .nav-item .two_way{
    border-radius: 0px 13px 13px 0px;
}



#tabs .nav-item .active {
    background-color: #032283;
    color: white;
}

 @media screen and (min-device-width: 325px) and (max-device-width: 425px) {
     
     .from_to .from_text {
    font-size: 14px;
   
}



#tabs .nav-item a{

font-size: 12px;
}
     .from_to .card-body img{
         
         height: 55px;
     }
     
        .from_to .grid-container{
            flex-direction:column !important;
        }
        
        .source_text h5{
            font-size:14px;
        }
     
     .destination_text h5{
         font-size:14px;
     }
     
     .persons_image{
         display:none;
     }
     
     .slider_heading h3 {
    
    font-size: 18px;
}

.slider > span.slider-container{
    right: 0px !important;
}

.number_of_passengers h5{
    font-size: 18px;
}
     
       .mobile_filters{
            display:block !important;
        }
        
        
        .fltered_fleets{
            display:block !important;
        }
        
        .estimated_time {
              
                    margin: 15px;
            }
     
     
     .from_to .grid-item{
             background-color: whitesmoke;
     }
     
     .estimated_time h6{
         font-size:14px;
     }
     
 }


 @media screen and (min-device-width: 426px) and (max-device-width: 768px) {
     .from_to .grid-container{
            flex-direction:column !important;
        }
        
        
          .from_to .grid-item{
             background-color: whitesmoke;
     }
     
     .estimated_time h6{
         font-size:14px;
     }
     
      .estimated_time {
                background-color: white !important;
                    margin: 15px;
            }
      
       
 }
 
  
        .mobile_filters{
            display:none;
        }
        
        
        .fltered_fleets{
            display:none;
        }


/*---------------------------------------END OF FLEET SELECTION  CSS----------------------------------------*/




/* BOOKING PAGE CSS */


/*ORDER SUMMARY*/






.booking_header h3{
        color: #032283;
}

.booking_header{
  margin-bottom: 40px;
}

.booking_form .form-group label{
color: #000000;
}

.booking_form .col-sm-6{
margin: 5px 0px ;
padding: auto 20px ;
}

/*.dy_inputs{*/
/*    margin: 5px auto !important;*/

/*}*/


.fields_heading {
    display: flex;
    flex-direction: row;
    color: #000000;
  }
  
 

   .fields_heading:after{
    content: "";
    flex: 1 ;
    border-bottom: 1px solid #000;
    margin: auto;
  }
  .fields_heading:before {
    margin-right: 10px
  }
  .fields_heading:after {
    margin-left: 10px
  }
hr{
    border-top: 2px solid rgba(0,0,0,.1) !important;
}




.payment_div{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.payment_div h4{
    color: #032283;
}

.tax_percent{
    font-size: 28px;
    color: #21bf73;
}

.total_row h3{
    color: #032283;
    font-weight: 700;
}

.payments{
    padding: 35px 150px;
    width: 50%;
    margin: auto;
}



.payment_method input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

.payment_method input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

.payment_method input[type=radio]:checked ~ label{
  color: #CD162C;

}

.radio label{
    font-size: 14px;
    color: #000000;
}


  .radio {
    margin: 17px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #000000;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #032283;
  }
  .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
  .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }


  .payment_method{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
  }
  
  
  
  
  
  
  @media screen and (min-device-width: 325px) and (max-device-width: 500px) {
      
      #Review_Slider .carousel-control-prev{
          width: 9% !important;
          
      }
      
      #Review_Slider .carousel-control-next {
   
    width: 9% !important;
   
}
      
      
      .inner_carousel_content img {
    width: 50px;
}


.content-carousel p {
  
    font-size: 12px;
}

      .add_via{
          padding:0px !important;
          margin:auto !important;
      }
      
      #location_form_pre .input-group-text{
          
          font-size: 14px;
      }
      
      
   .booking_form{
       padding:30px;
       background:white;
   }
   
   .fields_heading h3{
       font-size:16px;
   }
   .booking_form .form-group label{
        font-size:16px;    
   }
   
   .payments {
     padding:0px;
    width: 0px;
    margin: 0px;
}
.payment_div h4{
    font-size:16px;
}

.payment_div .row{
        flex-wrap: nowrap !important;
}

.payment_div{
    width:320px;
}

.total_row{
     flex-wrap: nowrap !important;
     width: 320px;
}

.total_row h3{
    font-size:16px;
}

.fields_heading{
    font-size:24px;
}

.radios_check{
    flex-direction:column;
}

}


  @media screen and (min-device-width: 501px) and (max-device-width: 575px) {
      

        .booking_form{
       padding:30px;
   }
   
   .fields_heading h3{
       font-size:16px;
   }
   .booking_form .form-group label{
        font-size:16px;    
   }
   
   .payments {
     padding:0px;
    width: 0px;
    margin: 0px;
}
.payment_div h4{
    font-size:18px;
}

.payment_div .row{
        flex-wrap: nowrap !important;
}

.payment_div{
    width:400px;
}

.total_row{
     flex-wrap: nowrap !important;
     width: 400px;
}

.total_row h3{
    font-size:16px;
}

.fields_heading{
    font-size:24px;
}
      
  }


@media screen and (min-device-width: 576px) and (max-device-width: 768px) { 
 
    .booking_form{
       padding:38px;
   }
   
   .fields_heading h3{
       font-size:18px;
   }
 
  .fields_heading{
    font-size:28px;
}

.payments{
      padding:50px;
    width: 0px;
    margin: 0px;
}

  
}


/* END OF BOOKING PAGE CSS */



/* SINGLE PAGE SERVICE PAGE  */




.single_service_header{
    text-align: center;
    padding: 30px;
}


/*.service_image{*/
/*height: 295px;*/
/*}*/

/*.service_image{*/
/*height: 100%;*/
/*}*/

.service_image{
height: 195px;
    display: contents;
}

.service_image img{
    max-width: 100%;
    max-height: 100%;
    
}


.service_description{
    margin: 40px auto !important;
}
.service_description .col-sm-6{

    padding: 0px;
}

.service_page_book{
    margin: 40px auto !important;
}

.intl-tel-input {
    display: table-cell;
  }
  .intl-tel-input .selected-flag {
    z-index: 4;
  }
  .intl-tel-input .country-list {
    z-index: 5;
  }
  .input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
  }

/* SINGLE PAGE SERVICE PAGE  */