* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #333332;
  font-size: 14px;
  font-family: 'Open Sans', 'Roboto', 'PT Sans', "Myriad Web Pro", "Myriad Pro", Myriad, "Segoe UI", "Verdana", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.content-h1 {
    color: #42db00;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.35em;
}

.content-h2 {
    color: #42db00;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.35em;
}

.content-h3 {
    color: #42db00;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.35em;
}

.content-row {
    display: flex;
    
    
    
    }

.content-row1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
    justify-content: space-between;
    
 
        
    }



.content-row1 h3 {
    color: #42db00;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 20px 0;;
    line-height: 1.35em;
    text-align: center;
    
}

.content-row1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35em;
    text-align: center;
    margin-bottom: 20px;
    
}

.content-column1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8% 0 8%;
    min-height: 400px;
   
    
}

.content-column2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8% 0 8%;
    min-height: 400px;
    
    
}

.content-column3 {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f9f9;
    justify-content: flex-start;
    margin: 0 0 20px 0;
    
}


.content-column3:hover {
 box-shadow: 0 0 11px rgba(33,33,33,.2); 
    
}


.whybook-row {
  display: flex; 
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; 
}

.whybook-column {
  width: 25%; 
  margin: 0 0 20px 0;
  padding: 15px;
}

.whybook-icon {
    font-size: 40px; 
    color: #fff;
    margin-bottom: 20px;
}

.whybook-text {
    font-size: 20px; 
    color: #fff;
    line-height: 1.2em;
}

.whybook-container-column30 {
    display: flex; 
    flex-direction:column; 
    width: 30%; 
    justify-content: center; 
    z-index: 100;
}

.whybook-container-column70 {
   
    width: 70%; 
   background: #3fd200; 
   display: flex; 
  flex-direction:column; 
  padding: 8% 4% 8% 10%;
}

.car-services-bg {

  background-image: url("images/mercedes-benz-e-class.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.flights-services-bg {

  background-image: url("images/airport-flight-status.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


#main {
   flex: 1 0 auto;
    
}

footer {
    background: #f2f2f2;
    border-top: 5px solid #42db00;
    
}


#banner-top {
    background:#42db00;
}

.banner-top-row {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap; /* Allow flex items to wrap */
    justify-content: flex-end;
    align-items: stretch;
}

.banner-top-column-account {
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #fff;
    
}

.banner-top-column-phone {
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #fff;
    
}
.banner-top-column-social {
    padding: 0px 20px 0px 20px;
    border-left: 1px solid #fff;
    
}

.banner-icons1 {
    color: #fff;
    font-size: 24px;
    padding: 0 10px 0 0;
}

.banner-icons2 {
    color: #fff;
    font-size: 32px;
    padding: 5px 10px 0 0;
    margin: 0;
    
    
    
}



.banner-top-phone-number {
    
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


.banner-top-phone-number a {
  color: #007bff; /* Set link text color */
    text-decoration: none;
}

.header-container {
    
     background:#FFF;
}

.header-row {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap; /* Allow flex items to wrap */
    justify-content: space-between;
    align-items: center;
    
    
}

.header-logo-column {
    float: left;
    padding: 10px;
    margin: 0;
    
}

.header-navigation-column {
    float: right;
    padding: 10px;
    margin: 0;
    
}

#header-bar {
    background:#42db00;
}

#header-bar h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    
    
}

.header-bar-row {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap; /* Allow flex items to wrap */
    justify-content: space-between;
    align-items: center;
}

.header-bar-column {
    padding:0px 10px 0px 10px;
    
}

#banner {
    margin: 0px;
    width: 100%;
    height: auto; /* Adjusted height */
    background: url("images/Airport-BG.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}



.banner-container {
  max-width: 1140px; /* Container width */
  margin: 0 auto;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; /* Allow flex items to wrap */
  justify-content: space-between; /* Distribute flex items evenly with space in between */
    
}



.booking-column {
    width: calc(50% - 10px); /* Adjust column width and margin based on the gutter */
  margin-bottom: 20px; /* Space between rows */
  padding: 10px;
   
    
    
    
}


.benefits-column {
    width: calc(50% - 10px); /* Adjust column width and margin based on the gutter */
  margin-bottom: 20px; /* Space between rows */
  padding: 10px;
    
    
}

.benefits-container {
   display: flex;
   margin-top: 60px; 
   padding: 20px;
   flex-wrap: wrap;
   width: fit-content;
   background: rgba(66, 219, 0, 0.9);
    
    
}

.benefits-textlist {
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    
    text-align: left;
    padding: 0px 20px 0px 20px;
    margin-right: 0px;
    
}

.benefits-column-h1 {
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
    
}

    


.booking-form-container {
    float: left;
    width: 90%;
    margin-top: 60px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 1px 1px 2px 0.5px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px .5px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px 2px rgba(50,50,50,.2);
    
    
}

.booking-form-container h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    text-align: left;
    letter-spacing: .1px;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    margin: 0;
    border-top: 2px solid transparent;
    padding: 15px 30px 10px 30px;
    color: #42db00;
    text-transform: uppercase;
    border-top: 5px solid #42db00 !important;
    border-bottom: 1px solid #eee !important;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 100;
    vertical-align: middle;
}

  .booking-form-container h2 i {
      float: left;
    font-size: 24px;
    font-weight: 600;
    color: #42db00;
    padding: 5px 12px 0 0;
        }


.booking-form-field-container {
    
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    
}

.booking-form {
    font-family: 'Roboto', 'PT Sans', "Myriad Web Pro", "Myriad Pro", Myriad, "Segoe UI", "Verdana", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 0 0 0;
    margin: 0;
    
}

.form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 1%;
  justify-content:space-between; /* Distribute flex items evenly with space in between */
   
}

.form-row4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 1%;
  
   
}

.form-column-50 {
   float: left;
   width: calc(50% - 10px); /* Adjust column width and margin based on the gutter */
   padding: 0;
}

.form-list {
    width: 100%;
    float: left;
    padding: 0 2%;
    margin-top: 0;
    position: relative;
    
}

.form-list .p-0 {
    padding: 0;
}

.form-list-h1 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    text-decoration: none;
    padding: 10px 0 5px 0;
    letter-spacing: 0;
    text-align: left;
}

.form-list-h1 i {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    padding: 0 8px 0 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-clock-o:before {
    content: "\f017";
}



.form-list1 {
    float: left;
    width: 100%;
}

.form-list2 {
    float: right;
    width: 100%;
    margin: 5px 0 0 0;
}

.field1 {
    width: 100% !important;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #4a5662;
    text-decoration: none;
    padding: 9px 10px;
    background: #fff;
    border: 0;
    border-radius: 0;
    
}

.field2 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #4a5662;
    text-decoration: none;
    padding: 11px 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    
}

.GetQuoteBtn {
    width: 100%;
    float: right;
    margin-top: 20px;
    padding: 10px 35px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: #3fd200;
    border: 0;
    border-radius: 0;
    transition: all .3s ease-in-out;
}


.GetQuoteBtn:hover {
        color: #fff;
        background: #42db00;
        cursor: pointer;
    }

.form-radio-row {
    display: flex;
    width: 100%;
    
}

.form-radio-column {
    padding: 0 40px 0 0px;

}

.f-radio {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 0px 25px 0 -6px;
  -webkit-tap-highlight-color: transparent;
  font-size:16px;
   
}
.f-radio:hover, .f-radio:focus-within {
  background: rgba(159, 159, 159, 0.2);
    
}
.f-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.f-radio input:focus {
  outline: none;
   
}
.f-radio input:checked {
  box-shadow: inset 0 0 0 6px #42db00;
   background: #fff;  
}
.f-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.rborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/* Menu CSS */

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}*/

nav{
  position: relative;
  z-index: 99;
  width: 100%;
  
  background: #fff;
}
nav .wrapper{
  position: relative;
  max-width: 1140px;
  padding: 0px 10px;
  height: 120px;
  line-height: 120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #42db00;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #777;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
    color: #ffffff;
    background: #42db00;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #f2f2f2;
  width: 180px;
  line-height: 55px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 120px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #f2f2f2;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #42db00;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #777;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #ffffff;
}
.wrapper .btn{
  color: #42db00;
  font-size: 32px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #42db00;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}



#content {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 10px 40px 10px;
}


.footer-container {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap; /* Allow flex items to wrap */
    justify-content: space-between;
    z-index: 0;
    
    
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    
        
    
    
    
}

.footer-column {
    width: 25%;
    padding: 30px 0px 0px 0px;

    
}

.footer-copyright {
    width: 100%;
    padding: 10px 30px 0px 30px;
    text-align: center;
    
}

.footer-h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #777;
    letter-spacing: 2px;
    text-transform: uppercase;
   
}

.footer-links {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.footer-links li {
    padding:0;
    margin:0 0 2px 0;
    list-style:none
}

.footer-links li a {
    color:#333333;
    text-decoration:none;
}

.footer-links li a:hover {
    color:#42db00;
    text-decoration:underline;
}

.footer-images {
    margin-top:10px;
    }
.footer-payment-image {
    width: 90%;
    height: auto;
    
}

.footer-social {
    width: 100%;
    text-align: center;
}

.footer-social i{
    color: #777;
    font-size: 32px;
    padding: 10px;
    
}

.footer-social i:hover {
    color: #42db00;
    font-size: 32px;
    padding: 10px;
    
}


.headertextgrey26 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    
}

.headertextred24 {
    font-size: 24px;
    font-weight: bold;
    color: #cc0000;
    margin: 10px;
}

.headertextgrey22 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.blacktext16 {
    font-size: 16px;
    color: #000000;
}

.vehicle-container {
    margin: 10px;
    background-color: #ffffff;
    border: 1px solid #b6c0db;
}

.vehicle-container-row {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 0px;
    justify-content:flex-start;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    padding: 10px;
}

.vehicle-container-column-image {
    display: flex;
    flex-direction: column;
    
    
    
    
}

.vehicle-container-column-info {
    display: flex;
    flex-direction: column;
    
    flex: 2;
    
}

.vehicle-container-column-price {
    display: flex;
    flex-direction: column;
    
    
    
    
    
}

.vehiclename22 {
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
    margin: 0px 0 10px 0;
}

.vehicle-price {
    text-align: center;
    
}

.luggagetext1 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    
    margin-bottom: 20px;
}

.luggagetext {
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
   
}

/* Form styles */
.form-group {
    margin-bottom: 10px;
}

.via-input {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    
}

.via-input:hover, .via-input:focus {
    border: 1px solid #56b4ef;
}

.input1 {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}

.input1:hover, .input1:focus {
    border: 1px solid #56b4ef;
}

.submit-button {
    width: 100%;
    padding: 8px 30px;
    font-size: 14px;
    background-color: #3fd200;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.select-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #42db00;
	-webkit-box-shadow:inset 0px 1px 0px 0px #42db00;
	box-shadow:inset 0px 1px 0px 0px #42db00;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #42db00), color-stop(1, #3fd200) );
	background:-moz-linear-gradient( center top, #42db00 5%, #3fd200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42db00', endColorstr='#3fd200');
	background-color:#42db00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #3fd200;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #3fd200;
}.select-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3fd200), color-stop(1, #42db00) );
	background:-moz-linear-gradient( center top, #3fd200 5%, #42db00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fd200', endColorstr='#003370');
	background-color:#3fd200;
}.select-button:active {
	position:relative;
	top:1px;
}

.greytextbold26 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.booking-price {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1;
}

.luggage-info {
    margin: 0 0 0px 0px;
    
}

.luggage-info .luggagetext {
    margin-right: 30px;
}


.containerbox1 {
    margin: 40px 0 20px 0;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
}

.innercontainer1 {
    margin: 10px;
}

.summary-container-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    
    
}

.summary-container-row1 {
   display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
 
    
    
}

.summary-container-column-input {
    
    padding: 2px;
   
   
    
}

.summary-container-column1 {
    flex: 2;
    padding: 10px;

    
}

.summary-container-column2 {
    flex: 1;
    padding: 10px;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group label {
    margin-right: 10px;
}



.summary-container {
    flex: 1;
}

.summary-row {
    display: flex;
}

.summary-cell {
    flex: 1;
    padding: 5px;
    border: 1px solid #b6c0db;
    background: #fff;
    font-family: Arial;
    font-size: 14px;
    
}

.summary-cell-header {
    flex: 1;
    padding: 5px;
    border: 1px solid #b6c0db;
    background: #4c6796;
    color: #fff;
    font-weight: 600;
}

.return-trip {
     background: #4c6796;
    flex: 1;
    padding: 5px;
    border: 1px solid #b6c0db;
     justify-content: center;
    color: #fff;
    font-weight: 600;
    
}
.summary-cell {
    justify-content: center;
}

#map_canvas {
		height: 200px;
		width: 350px;
		margin: auto;
        background: #fff;

		/*margin-top: 0.6em;*/
	}


.blacktext14 {
    font-size: 14px;
    color: #000000;
}
    
.paymentbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #42db00;
	-webkit-box-shadow:inset 0px 1px 0px 0px #42db00;
	box-shadow:inset 0px 1px 0px 0px #42db00;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #42db00), color-stop(1, #3fd200) );
	background:-moz-linear-gradient( center top, #42db00 5%, #3fd200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42db00', endColorstr='#3fd200');
	background-color:#42db00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #3fd200;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #3fd200;
}.paymentbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3fd200), color-stop(1, #42db00) );
	background:-moz-linear-gradient( center top, #3fd200 5%, #42db00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fd200', endColorstr='#42db00');
	background-color:#3fd200;
}.paymentbutton:active {
	position:relative;
	top:1px;
}

.greytext14bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}


.containerbox1 {
    margin: 40px 0 20px 0;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}

.formerrortext {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #cc0000;
padding: 10px;
}



.form-row {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.form-row1 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-around;
    text-align: center;
    margin: auto;
    
}
    .form-row2 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    text-align: center;
    margin: auto;
    
}
    
.form-row3 {
    margin: 0 0 10px 10px;
    padding:5px;
    display: flex;
    flex-wrap: wrap;
    width:fit-content;
    justify-content: flex-start;
    column-gap: 40px;
    background: #fffee0;
    font-size:14px;
}
    
.journey-type-container {
    margin-bottom: 50px;
        
    }


.pricing-column {
    margin: 20px 0 10px 0;
    
    }
.pricing-div {
      margin:0;
    padding: 0;
    
    }

.label {
    flex: 0 0 140px; /* Adjust width of labels as needed */
}

.input {
    flex: 1;
    width: calc(100% - 140px); /* Adjust width for input fields */
    margin-left: 10px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.input:focus {
    border-color: #56b4ef;
    box-shadow: 0px 0px 3px 1px #c8def0;
}

.input:hover {
    border-color: #56b4ef;
    background: #fff;
}


   .input2 {
    flex: 1;
    width: calc(100% - 140px); /* Adjust width for input fields */
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #4a5662;
    text-decoration: none;
    padding: 11px 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    
}

.input2:focus {
    border-color: #56b4ef;
    box-shadow: 0px 0px 3px 1px #c8def0;
}

.input2:hover {
    border-color: #56b4ef;
    background: #fff;
}
    
    
    /* Adjust the layout of radio buttons */
    .radio-group {
        display: flex;
        flex-wrap: wrap; /* Allow radio buttons to wrap */
        justify-content: flex-start; /* Align radio buttons to the left */
        margin-left: 0px; /* Adjust margin between label and radio buttons */
    }

 .radio-group1 {
        display: flex;
        flex-wrap: wrap; /* Allow radio buttons to wrap */
        justify-content: flex-start; /* Align radio buttons to the left */
        margin:10px 10px 10px 10px; /* Adjust margin between label and radio buttons */
     
    }

    input[type="radio"] {
        margin-right: 10px; /* Add margin between individual radio buttons */
    }
    
    .radio-label {
        margin-right: 20px; /* Add margin to the right of radio button labels */
    }

p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

.faqtext {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.faqtextq {
    font-weight: bold;
    
}



.vehicle {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 1% 0;
}

.vehicle-content-box {
    text-align: left;
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    border: solid 1px #42db00;
    border-radius: 8px;
}

.vehicle-h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    background: #42db00;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

.vehicle-icons {
    float: left;
    width: 100%;
    padding: 15px 15px 90px 15px;
}

.vehicle-icons p {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-style: normal;
        padding: 0 0 10px 0
    }

.vehicle-icon {
    float: left;
    width: 100%;
    background: #eee;
    margin-top: 8px;
    padding: 0 10px;
    border-radius: 3px;
}

.vehicle-icon-image {
    float: right;
    margin-top: 4px;
    vertical-align: bottom !important;
}

.vehicle-icon-text {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-style: normal;
}

 .vehicle-icon-text span {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        text-decoration: none
    }


.vehicle-box-image {
    width: 100%;
    float: right;
    margin-top: -70px;
    text-align: center;

}

.responsive-image {
    /* display: block; */
    max-width: 100%;
    height: auto;
}

.vehicle-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: flex-start;
}

.vehicle-column {
    width: calc(33.3% - 20px);
}

.contact-row {
    display: flex;
    column-gap: 30px;
}

.contact-column {
    width: calc(50% - 30px);
    
}

.contact-form-button {
    width: 100%;
    float: right;
    padding: 10px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: #3fd200;
    border: 0;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.contact-form-button:hover {
        color: #fff;
        background: #42db00;
        cursor: pointer;
    }

.contact-h1 {
    font-size: 24px;
    
    line-height: 32px;
    color: #3fd200;
    
}

.feedback-item {
    padding:20px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    
}

.feedback-text {
    font-size: 16px;
    font-style: italic;
 
    
}

.feedback-name {
    text-align: right;
    color: #3fd200;
    
}

.login-container {
  width: 60%;
    margin: auto;
    
}
.account-login-box {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border: 1px solid #42db00;
    margin-bottom: 50px;
    
    
    
    
}


.wa-chat {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 30px;
  }

.wa-icon {
    width: 65px;
    height: auto;
    
}


/* Responsive layout adjustments */
@media screen and (max-width: 768px) {
    .content-row {
        flex-direction: column;
    
    }
    
    .content-column1 {
    padding: 0 5% 0 5%;
    min-height: 280px;
    order: 2;
    
}
    
    .content-column2 {
    padding: 0 5% 0 5%;
    min-height: 280px;
    order: 1;
    
}
    .content-column3 {
    width: calc(50% - 20px);
    }
    
    
    .booking-column {
    width: 100%;
  }
  .benefits-column {
    width: 100%;
  }
  .booking-form-container {
    width: 100%;   
    }
  .benefits-container {
    margin-top: 0px;  
    }
    
  .footer-column {
     width: 50%; 
     
    }
    
    .containerbox1 {
        margin-top: 10px;
    }
    
    .summary-container-row {
        flex-direction: column;
    }
    
    .summary-container-column1 {
    width: 100%;
    

}
    .summary-container-column2 {
   width: 100%;
    
   justify-content: center;
}
    .vehicle-container-row {
        flex-direction: column;
        
    }
    .vehicle-container-column-image {
    width: 100%;
    text-align: center;
       
            
}
     .vehicle-container-column-info {
    width: 100%;
    text-align: center;
            
}
    .vehicle-container-column-price {
    width: 100%;
            
}
    
     .luggage-info .luggagetext {
    margin-right: 10px;
    
}
   
    .vehicle-column {
    width:100%;
}
    
    .contact-row {
    display: flex;
    flex-direction: column;
     
    
}
 .contact-column {
    width: 100%;
    
    
}
    .contact-map {
        margin-top: 40px;
        height: 400px;
        
    }
    
    .login-container {
    width: 100%;
    }
    
    
    .whybook-column {
  width: 50%; 
  
}
    
    
}
    
/* Responsive layout adjustments */
@media screen and (max-width: 540px) {
    
    .footer-row {
        flex-direction: column;
    }
    .footer-column {
     width: 100%; 
     text-align: center;
    }
  .banner-top-column-social {
    display: none;
    
}
    
 .banner-top-row {
   
    justify-content:space-between;
    
}
    .banner-top-column-account {
    padding: 10px 10px 10px 10px;
        border:0px;
    
   }
    .banner-top-column-phone {
    padding: 10px 10px 10px 10px;
        border:0px;
    
   }
.banner-top-phone-number {
    
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


    .containerbox1 { 
    padding: 0;
    }
    
    .summary-container-row {
        flex-direction: column;
    }
    
        .summary-container-column1 {
    width: 100%;
        

}
    .summary-container-column2 {
   width: 100%;
    
   justify-content: center;
}
    .vehicle-container-row {
        flex-direction: column;
        
    }
    
    .vehicle-container-column-image {
    width: 100%;
    text-align: center;
       
       
            
}
     .vehicle-container-column-info {
    width: 100%;
    text-align: center;
            
}
    .vehicle-container-column-price {
    width: 100%;
            
}
    
    .luggage-info .luggagetext {
    margin-right: 10px;
}
    .footer-payment-image {
    width: 70%;
    height: auto;
    
}
    
    .form-row {
/* display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start; */
        
        
    }
    
    .form-row3 {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        margin-left: 0;
    }

    .label {
        flex: 0 0 100%;
        text-align: left; /* Align labels to the left */
        width: 100%; /* Make labels full-width */
    }

    .input {
        flex: 0 0 100%;
        width: 100%; /* Make inputs full-width */
        margin-left: 0;
    }
    
  .input2 {
        flex: 0 0 100%;
        width: 100%; /* Make inputs full-width */
        margin-left: 0;
    }
    
    
    .radio-group {
        flex-direction: column;
        margin: 10px;
        align-items: flex-start;
            width:100%;
        
    }
    .radio-label {
        margin:0 0 10px 0;
            
    }
    
    .form-row1 {
        flex-direction: column;
        
    }
    
    .content-column3 {
    width: 100%;
    }
    
    .whybook-column {
  width: 100%; 
        text-align: center;
  
}
    
    .whybook-container-column30 {
        
        display: none;
    }
    .whybook-container-column70 {
        width: 100%;
        text-align: center;
        padding: 8%;
    }

    .footer-links {
        
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .faqtext {
        font-size: 18px;
       
    }

    .feedback-text {
        font-size: 18px;
         
        
    }

    .wrapper .logo a{
        
        font-size: 24px;
    
      }
    
}
