.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding-right: 22px;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 17px;
}
.navigation_sec {
    background-color: #236573;
}
.header_topbar .navbar-user img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
    border-radius: 30px;
    margin-right: 10px;
}
.header_user_profile .list-unstyled {
    margin-bottom: 0px;
}

.header_user_profile ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-decoration: none;
}
.header_user_profile ul li {
    padding: 0 10px;
    border-right: 1px solid #f5c500c7;
}
.header_user_profile ul li:last-child{
    padding: 0 0 0 10px;
    border:none;
}
.header_user_profile ul li:first-child{
    padding: 0 10px 0 0px;
}

.header_user_profile .align-items-center {
    justify-content: flex-end;
    text-decoration: none;
    line-height: 20px;
    padding: 15px;
    border: none;
    color: #fff;
}
.header_top_logo img{
width: 87px;
padding-bottom: 23px;
margin-bottom: -20px;
}
.header_topbar{
    padding-top: 10px;
    padding-bottom: 10px;
}
.current_company h6{
    margin-bottom: 5px;
    font-size: 16px;
    color:#fff;
}
.header_topbar .row{
    align-items: center;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255 255 255);
}

.header_user_profile .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    padding: 6px;
    background: #236573;
    width: 187px;
    right: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    z-index: 9;
    
}

.header_user_profile .dropdown li a {
    text-decoration: none;
    padding: 7px 7px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.header_user_profile .dropdown li {
    list-style-type: none;
    margin-right: 0px;
    border-bottom: 1px solid #ccc;
}
.header_user_profile .dropdown li:last-child {
    border-bottom: none;
}
.current_company h6>b{
   color: #fdce0b;
}
.account_code_sec {
    margin-top: 30px;
}


.heading_common {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
    color: #236573;
    /* background-color: #236573;*/
    padding: 7px 0px;
    border-radius: 9px;
}

    .Override_Booker_sec {
    margin-top: 2px;
}
.table_responsive thead tr > th {
    background-color: #236573;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem;
}
.form-control {
    font-size: 14px!important;
}
.boxshedow {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 10px;
    margin-bottom: 20px;
}
.img-fluid{
    width:100%;
}
.Collection_list .Delivery_redio_button {
    margin-bottom: 10px;
}
.Delivery_redio_button {
    margin-bottom: 10px;
}
.form_radio_btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

/* Hide the browser's default radio button */
.form_radio_btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d1d1d1;
  border-radius: 50%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* On mouse-over, add a grey background color */
.form_radio_btn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form_radio_btn input:checked ~ .checkmark {
  background-color: #236573;
}
.address_airport_branch_redio_button .form_radio_btn input:checked ~ .checkmark{
    background-color: #6798a3;
}
.address_airport_branch_redio_button .form_radio_btn .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form_radio_btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form_radio_btn .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.Override_Booker_sec table tr td{
    text-align: center;
}
.btn_default{
    background-color: #fdce0b;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 7px 19px;
    margin-top: 0px;
    width: fit-content;
}
.btn_default.btn_2{
    background-color: #323131;
    color: #fff;
}
.padding_right{
    padding-right: 0px;
}
.padding_left{
    padding-left: 0px;
}
.search_bar_item .btn_default{
    margin-top: 0px;
    border-radius: 0px;
    padding: 0.375rem 2rem;
    height: calc(1.5em + 0.75rem + 2px);
}
.my_booking_form_sec label {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    /*font-weight: normal !important;
    color: black;*/
}

.dashboard_first_sec label {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    font-weight: 400 !important;
    /*color: black;*/
}

.search_bar_item .form-control {
    border-radius: 0px;
}
.driver_search_list_sec .search_bar_item {
    width: 340px;
    margin-bottom: 17px;
}


/* Slick Slider */

.slick-prev,
.slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide img{
    width: 100%;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slide {
  transition: filter 0.4s;
  margin: 0px 5px;
}

.fas {
  color: #96bd0b;
}
.slick-prev {
  left: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 35%;
  font-size: 1.8rem;
}
.header_user_profile .d-md-inline {
    color: #fdce0b;
}
.header_user_profile {
    float: right;
}
.header_user_profile .Change_com_val {
    color: #fdce0b;
}
.header_user_profile .fw-semibold {
    color: #fff;
}
.header_user_profile .text-muted {
    color: #fff!important;
}
.header_user_profile .dropdown li .align-middle {
    color: #fff;
}
.header_user_profile .dropdown li a:hover{
    background:none;
}

.vehicle_modal_head h5 {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.vehicle_modal_head {
    border: #bfbfbf solid 1px;
    background: #e0e0e0;
    padding: 10px 5px;
    cursor: pointer;
}
.vehicle_group_item h4 {
    font-size: 24px;
    color: #236573;
    font-weight: 700;
    margin-bottom: 19px;
}
.vehicle_group_item{
    margin-top: 54px;
}

.slick-initialized .slick-slide.active .vehicle_modal_head{
    border: #236573 solid 1px;
    background: #236573;
}
.slick-initialized .slick-slide.active .vehicle_modal_head h5{
    color: #fff;
}
.vehicle_gp_slide.active img{
    border: 4px solid #236573;
    padding: 1px;
}
.Insurance_input {
    margin-top: 25px;
}
.address_airport_branch_sec {
    margin-bottom: 20px;
}
.address_checkbox_de {
    display: flex;
    align-items: center;
}
.address_checkbox_de .form_radio_btn {
    text-align: left;
    margin-right: 30px;
}
.address_checkbox_de .checkmark {
    margin-left: initial;
    margin-right: auto;
    height: 18px;
    width: 18px;
    top: 4px;
    left: 13px;
}
.address_checkbox_de .form_radio_btn .checkmark:after {
    top: 7px;
    left: 6px;
    width: 6px;
    height: 6px;
}
    .Delivery_redio_button {
        display: flex;
    }
.wizard-form-radio {
    margin-right: 17px;
}

.Collection_list {
    margin-top: 20px;
}
.wizard-form-radio label{
    cursor: pointer;
}
.address_airport_branch_sec .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.Override_Booker_sec .btn_default {
    margin-top: 0px !important;
}
.Additional_Drivers .checkmark {
    height: 20px;
    width: 20px;
}
.Additional_Drivers .form_radio_btn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
}
.border_right {
    border-right: 1px solid #bdd7dd;
}
.address_airport_branch_redio_button {
    display: flex;
    background-color: #236573;
    color: #fff;
    padding: 10px 8px;
}
.booking_for_details_sec{
    margin-top: 10px;
}
.unkown_check_btn .checkbox_input .checkmark {
    margin-left: auto;
}
.Insurance_radio .form_radio_btn {
    margin-bottom: 0px;
    font-size: 15px;
}
.slick-slide img {
    cursor: pointer;
}
.Insurance_radio .form_radio_btn .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
}
.Insurance_radio .checkmark {
    top: 1px;
    left: 11px;
    height: 20px;
    width: 20px;
    margin-left: initial;
    border: 1px solid #236573;
    background-color: #d7ebef;
}
.unkown_check_btn {
    text-align: center;
}
.vehicle_modal_sec {
    margin-bottom: 0px;
}
.unkown_check_btn 
.Additional_Drivers {
    margin-bottom: 10px;
}
.address_airport_branch_redio_button label{
    margin-bottom: 0px;
}
.address_details_values{
    padding: 8px;
}
.Additional_Details_sec {
    margin-top: 5px;
}
footer {
    background-color: #ccc;
    padding: 10px;
}
footer p{
    margin-bottom: 0px;
}
.my_booking_form_sec {
    margin-bottom: 50px;
}

.zoom_image_model{
    margin-top: 30px;
    padding: 30px 0px;
}
.quantity_user {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.quantity_user h6{
    text-align: center;
    font-size: 35px;
}
.quantity_user h6 span{
    color: #236573;
}
.padding_right {
    padding-right: 0px!important;
}
#co2 {
    position: relative;
    height: 130px;
    width: 340px;
    margin-top: 20px;
    background: white url('../images/backgrounds.jpg') -335px 200px;
}
#co2valuediv {
    position: absolute;
    top: 44px;
    left: 165px;
}
#co2letter {
    position: absolute;
    right: 17px;
    top: 17px;
    height: 58px;
    width: 58px;
}
.Insurance_radio {
    display: flex;
}
.co2letterA {
    background: white url(../images/backgrounds.jpg) 0px 565px;
}

.delete_item a{
    color: rgb(220 53 69);
}
/*====radio button design open=======*/
.checkbox_input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_input .checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
margin-right: auto;
margin-left: inherit;
border-radius: 0%;
background: none;
border: 2px solid #236573;
}

/* On mouse-over, add a grey background color */
.checkbox_input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_input input:checked ~ .checkmark {
  background:none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_input .checkmark:after {
left: 6px;
top: 2px;
width: 7px;
height: 12px;
border: solid #236573;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.Airport_Railway_Sta_lis .form_radio_btn .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
}
.Airport_Railway_Sta_lis .checkmark{
    margin-left: initial;  
    margin-right: auto;
    height: 18px;
    width: 18px;
    top: 4px;
    left: 6px;
}
.address_airport_branch_redio_button .checkmark {
    top: 4px;
    left: 1px;
    height: 15px;
    width: 15px;
    background-color: #6798a3;
    margin-left: initial;
}
.address_airport_branch_redio_button .form_radio_btn input{
    left: 0;
}
.address_airport_branch_redio_button .form_radio_btn{
    padding-left: 21px;
    font-size: 14px;
}
.Airport_Railway_Sta_lis .form_radio_btn{text-align: left;margin-right: 30px;}
.Airport_Railway_Sta_lis .form_radio_btn{font-size: 15px;}
.Airport_Railway_Sta_lis {
    display: flex;
}
/*====radio button design close=======*/
.navigatio_left{
    padding-left:0px;
    padding-right:0px;
}
#mySidenav {
    background-color: #0b4450;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    width: 220px;
    height: 100%;
}
.booking_form_inner {
    margin-top: 0px;
}

.btn_default {
    background-color: #fdce0b!important;
    font-size: 15px!important;
    color: #000!important;
    font-weight: 600!important;
    padding: 7px 19px!important;
    margin-top: 0px!important;
    width: fit-content!important;
}
#mySidenav ul li a {
    color: rgb(255 255 255);
    text-transform: capitalize;
    /* font-size: 0.9375rem;*/
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0rem 1rem;
    padding-left: 30px;
    font-size: 17px;
}
.mysidenav_scroll .list-unstyled li a .menu-icon {
    width: 1.5rem;
    margin-right: 0.5rem;
    font-size: 1.25rem;
}
#mySidenav ul li {
    border-bottom: 1px solid #38717c;
}
#mySidenav ul li a{
    position:relative;
}
#mySidenav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    top: 18px;
    border: 1px solid #74a6b1;
    border-radius: 50px;
}
.search_btn {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}
.postcode_sear {
    display: block;
    width: 151px;
}
    .postcode_sear .form-control {
        border-radius: 0.25rem 0px 0.25rem 0.25rem;
    }
.search_btn .btn_default {
    margin-top: 0px !important;
    border-radius: 0px 8px 8px 0px;
    padding: 5px 14px !important;
    font-size: 15px !important;
    margin-left: -2px;
}
.post_code_sear_item {
    display: table;
    width:100%;
}
.details_redia_value_list .postcode_sear {
    width: 183px;
}
    .header_topbar {
        background-color: #236573;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
.header_top_logo {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    z-index: 9;
}
.mysidenav_scroll {
   overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 70px;
    position: relative;
    z-index: 9;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.closebtn{
    color: #000;
    position: relative;
    right: 4px;
    top: -28px;
    background-color: #fdce0b;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    z-index: 1007;
    display: block;
    float: right;
}
.menu_bar_mobile{display:none;}
.mySidenav_left_bar .closebtn{display:none;}
.header_user_profile .mobile{display:none;}
.copywrite_left{
    text-align:left;
}
#mySidenav{
   background-image: url(../images/menu_bar_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#mySidenav::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(35 101 115);
}

.Delivery_redio_button .form_radio_btn {
    font-size: 14px;
    padding-left: 36px;
    color: black;
    font-weight: normal;
}
.Delivery_redio_button .checkmark {
    top: 4px;
    left: 15px;
    height: 17px;
    width: 17px;
    margin-left: initial;
    border: 1px solid #236573;
    background-color: #d7ebef;
}
.Delivery_redio_button .form_radio_btn .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.delivery_list {
    border-bottom: 1px solid #dcf0f5;
    padding-bottom: 20px;
}
/* =======================  slick slider css   ========================================= */
*:before,
*:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

/*.wrapper {
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
*/
/*@media (max-width: 767px) {
    .wrapper {
        padding: 50px 10px;
    }
}*/

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider {
    position: relative;
    padding: 0px 60px;
}

/*@media (max-width: 767px) {
    .slider {
        padding: 0px 40px;
    }
}*/

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

/*.slider__item {
    padding: 0px 15px;
}

.slider__item img {
    max-width: 100%;
}*/



@media only screen and (max-width: 479px) {
    #mySidenav{width:0px;  overflow-x: hidden; transition: 0.5s;}
  .header_topbar{position: relative;}
  .booking_form_inner {margin-top: 26px;}
  .menu_bar_mobile{display:block;}
  .mySidenav_left_bar .closebtn{display:block;}
  .current_company .mobile{display:block;text-align: right;}
  .current_company .disk{display:none;}
  .header_topbar{padding-bottom: 0px;}
  .padding_right {padding-right: 15px;}
  .heading_common{font-size: 20px;}
  .padding_left {padding-left: 15px;}
  .search_bar_item .btn_default{margin-top: 11px;}
  #co2{width: 100%;}
  #co2valuediv{left: 118px;}
  .Delivery_redio_button {display: block;}
  .address_airport_branch_redio_button{display: block;}
  .form_radio_btn{text-align: left;}
  .address_airport_branch_sec {margin-bottom: 27px; margin-top: 20px;}
  .address_airport_branch_redio_button .form_radio_btn{padding-left: 26px;}
  .address_airport_branch_redio_button .wizard-form-radio{margin-bottom: 10px;}
  .address_airport_branch_redio_button{margin-bottom:11px;}
  .Airport_Railway_Sta_lis {display: block;}
  
}
@media only screen and (max-width: 767px) and (min-width: 480px)  {
    #mySidenav{width:0px;  overflow-x: hidden; transition: 0.5s;}
  .header_topbar{position: relative;}
  .booking_form_inner {margin-top: 26px;}
  .menu_bar_mobile{display:block;}
  .mySidenav_left_bar .closebtn{display:block;}
  .current_company .mobile{display:block;text-align: right;}
  .current_company .disk{display:none;}
  .header_topbar{padding-bottom: 0px;}
  .padding_right {padding-right: 15px;}
  .heading_common{font-size: 20px;}
  .padding_left {padding-left: 15px;}
  .search_bar_item .btn_default{margin-top: 11px;}
  #co2{width: 100%;}
  #co2valuediv{left: 118px;}
  .address_airport_branch_redio_button{display: block;}
  .form_radio_btn{text-align: left;}
  .address_airport_branch_sec {margin-bottom: 27px; margin-top: 20px;}
  .address_airport_branch_redio_button .form_radio_btn{padding-left: 26px;}
  .address_airport_branch_redio_button .wizard-form-radio{margin-bottom: 10px;}
  .address_airport_branch_redio_button{margin-bottom:11px;}
  .Airport_Railway_Sta_lis {display: block;}
}

@media only screen and (max-width: 990px) and (min-width: 768px)  {
    #mySidenav{width:0px;  overflow-x: hidden; transition: 0.5s;}
  .header_topbar{position: relative;}
  .booking_form_inner {margin-top: 26px;}
  .menu_bar_mobile{display:block;}
  .mySidenav_left_bar .closebtn{display:block;}
  .current_company .mobile{display:block;text-align: right;}
  .current_company .disk{display:none;}
  .header_topbar{padding-bottom: 0px;}
  .padding_right {padding-right: 15px;}
  .heading_common{font-size: 20px;}
  .padding_left {padding-left: 15px;}
  .search_bar_item .btn_default{margin-top: 11px;}
  #co2{width: 100%;}
  #co2valuediv{left: 118px;}
  .Delivery_redio_button {display: block;}
  .address_airport_branch_redio_button{display: block;}
  .form_radio_btn{text-align: left;}
  .address_airport_branch_sec {margin-bottom: 27px; margin-top: 20px;}
  .address_airport_branch_redio_button .form_radio_btn{padding-left: 26px;}
  .address_airport_branch_redio_button .wizard-form-radio{margin-bottom: 10px;}
  .address_airport_branch_redio_button{margin-bottom:11px;}
  .Airport_Railway_Sta_lis {display: block;}
}

@media only screen and (max-width: 1200px) and (min-width: 991px)  {
    #mySidenav{width: 250px;}
    .booking_form_inner{padding-left: 20px;}
    .current_company {padding-left: 64px;}
}
@media only screen and (max-width: 1920px) and (min-width: 1600px)  {
    #mySidenav{width: 302px;}
    .booking_form_inner{padding-left: 20px;}
    .current_company {padding-left: 64px;}
}
