body {
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .navbar {
          display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 10px 20px;
    position: relative;
       width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: black;
  color:white;
}

.topnav a {
  float: left;
  display: block;
    color: #ff7b00;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-left: 20px;
  font-weight:bold;
}

.topnav a:hover {
  background-color: white;
  color: black!important;
  font-weight:bold;
}


.topnav .icon {
  display: none;
}




.custom-container {
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
    width: 100%;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}


.custom-container:hover {
    transform: scale(1.02);
}





@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
		
.logo img 
{
	height: 49px;
    margin-left: 57px;
    margin-bottom: 6px;
    margin-top: 1%;
}
	.logo-nav button 

	{
		    float: right;
    margin-top: 1%;
    margin-right: 3%;
	}		
.banner img 
{
	  position: absolute;
  left: 0px;
  z-index: -1;
  height:310pt;
  width:100%;
}
.banner h2
{
	    color: white;
    font-size: 6rem;
    font-weight: bold;
	    margin-top: 91px;
}
.banner h3
{ 
color: #eae1e1;
    font-size: 3.5rem;
    font-weight: bold;
    margin-left: 6px;
    margin-top: -13px;
}
.banner p 
{
	color:white;
}
.BookBtn
{
	background: white;
    border: 1px solid #ff9d0b;
    color: #5a5757;
	margin-bottom: 1%;
}
.CallBtn
{
	background: white;
    border: 1px solid #ff9d0b;
    color: #5a5757;
	margin-left:3px;
	margin-bottom: 1%;
}
.CallBtn:hover 
{
	color: #fff;
    text-decoration: none;
    border: 2px solid black;
}
.BookBtn:hover
{
	color: #fff;
    text-decoration: none;
    border: 2px solid black;
}
.about
{
	margin-top:4%;
}
.aboutCol1 h2
{
	color:#fe9602;
	font-weight:bold;
	font-size:1.9rem;
}
.aboutCol1 p 
{
	text-align:justify;
}
.heading
{
	    background: #ff7a00d4;
		
	
}
.BookingArea img
{
	 position: absolute;
  left: 0px;
  z-index: -1;
  height:133pt;
  width:100%;
}
.BookingArea h2{
	    color: white;
    font-size: 2.9rem !important;
    font-weight: bold;
	    padding-top: 28px;
	
}
.BookingArea p{
	color:white;
	
}
.BookingArea
{
	margin-top: 41px;
}
.CarContanier { 

background-image: url("image/backrang.webp");
     background-color:#ff8500;
    width: 100%;
    padding: 47px;
}
.CarContanier h2 {
    font-weight: bold;
	color: white;
}

.carGrid {
    background: #ffffff;
    border: 1px;
    padding: 6%;
    border-radius: 13%;
    width: 19%;
    height: 39%;
    margin-left: 66px;
}
.carGrid img {
    width: 91px;
    margin-top: -16px;
}
.carGrid h3 {
    width: 158px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: -31px;
}
.carGrid p {
    font-size: 0.8rem;
    width: 132px;
    margin-left: -20px;
}
.BookingArea1 img
{
	 position: absolute;
  left: 0px;
  z-index: -1;
  height:133pt;
  width:100%;
}
.BookingArea1 h2{
	    color: white;
    font-size: 2.9rem !important;
    font-weight: bold;
	    padding-top: 28px;
	
}
.BookingArea1 p{
	color:white;
	
}
.BookingArea1
{
	margin-top: 41px;
}
.ServicesContainer {
    margin-top: 47% !important;
    margin-bottom: 5%;
}
.cmrair {
    width: 100%;
    float: left;
    color: #999;
    margin: 0 0 0 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(image/baby-seat.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}
.ChooseUs {
   
}
.service-box.blue {
    background-color: #000000;
    color: white;
    border: 2px solid #000000;
}
.service-box {
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 20px 0;
}
.service-box.blue .service-icon {
   color: #fc6703;
}

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}
.service-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-box.blue .service-description {
    color: #fff;
}
.service-description {
    font-size: 16px;
}
.service-box.white {
        background-color: #fe6404;
    border: 2px solid #eaeaea;
    color: #fff;
}
.service-box.white .service-icon {
        color: #000000;
}
.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}












footer {
  padding: 7em 0; }

.footer-10 {
  background: #222222;
  padding: 0 0 4em 0; }
  .footer-10 .border-top, .footer-10 .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important; }
  .footer-10 .footer-heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px; }
  .footer-10 p {
    color: rgba(255, 255, 255, 0.3); }
  .footer-10 a {
    color: #1089ff; }
  .footer-10 .con.con-1 {
    background: #1e1e1e; }
  .footer-10 .con.con-2 {
    background: #1c1c1c; }
  .footer-10 .con.con-3 {
    background: #252525; }
  .footer-10 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.2); }
    .footer-10 .list-unstyled li a:hover {
      color: #fff; }
  .footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #1089ff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px; }
  .footer-10 .con-info span {
    color: rgba(255, 255, 255, 0.8); }
  .footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: #1089ff !important;
      border: none;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important; }
  .footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px; }
  .footer-10 .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
	
.book-data
{
	margin-top:4%;
}
.main-from
{
	background:#cecece;
	    padding: 3%;

}
.radioBtn
{
    margin-left: 23%;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 2%;
}
.btn-default {
    color: #fff;
    background-color: #ff7a00;
    border-color: #ff7a00;
}
.btn-default:hover {
    color: black;
    background-color: white;
    border-color: #ff7a00;
}
.van h3 
{
	margin-top:30px;
}
.Staxi h3 
{
	margin-right: 20%;
    margin-top: 15px;
}
.Suv h3 
{
	margin-top: 36px;
}
.Suv img 
{
	    width: 81%;
}
.luxury img
{
	width: 81%;
}
.luxury h3
{
	margin-top: 36px;
}
.fw-bold
{
	border-bottom: 4px solid #fe6404;
    height: 26px;
	    width: 87%;
}
.heading1 {
        background-image: url(image/pages.jpg);
    margin-top: -11px;
    background-size: cover;
    background-position: left;
}
.heading1 h1
{
	    color: white;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 16px;
}

   
@media only screen and (min-width: 300px) and (max-width: 750px) { 
	
		   .banner h2 {
    color: white;
    font-size: 2.3rem!important;
    font-weight: bold;
    margin-left: -5px!important;
    margin-top: 91px;
}
	   .banner h3 {
 color: #eae1e1;
        font-size: 1.6rem !important;
        font-weight: bold;
        margin-left: 0px !important;
        margin-top: -5px!important;
}
	.banner p {
    font-size: 1.3rem!important;
   
}
	.service img 
	{
		width:100%!important;
	}
	.heading {
    background: #ff7a00d4;
    margin-top: -17%!important;
}
	.radioBtn {
    margin-left: 6%!important;
    font-weight: bold;
    font-size: 1rem!important;
    margin-bottom: 2%;
}



 .col-md-3 {
    width: 100%; /* Make the image span the entire width */
  }
  .col-md-3 img {
    /* Max width prevents the image from overflowing its container */
    max-width: 100%;
  }


 .stepcorner {
     display: flex; /* Make the column a flex container */
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
	margin-left: -51px;
	
	
    }

    .carGrid {
      width: 80%;
      margin-bottom: 20px;
    }

    .CarContanier h2 {
      font-size: 1.5em;
	   margin-left: 55px;
    }
 
 
 
 .carGrid h3 {
    width: 158px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 25px;
}


    .CarContanierP {
           font-size: 1.2em;
        margin-left: 69px;
        font-weight: bold;
    }
	
	
	
	.carGrid p {
       font-size: 0.8rem;
    width: 148px;
    margin-left: 32px;
    }
	
	.topnav {
    width: 100%!important;
}
.BookingArea img {
    
    height: 152pt!important;
}
.aboutBannerImg2 img
{
	width:100%!important;
}
	.heading1 h3 
	{
		font-size: 19px;
        margin-left: -4%;
	}
 .heading1 p 
 {
     font-size: 14pt;
    width: 72%;
    margin-left: 13%;
 }	 
	
	.BookingArea1 h2 {
           font-size: 1.5rem !important;
        margin-left: -6%;
	}
	.BookingArea1 p
	{
		            width: 94%;
	}
	    .BookingArea1 img {
        height: 179pt !important;
    }
	.airport-Heading h1 
	{
		    font-size: 2.1rem!important;
	}
	.logo-nav button {
		display:none;
	}
	.logo img {
    height: 67px;
    margin-left: 36px;
    margin-bottom: 6px;
    margin-top: 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1030px) { 

.carGrid {
    background: #ffffff;
    border: 1px;
    padding: 6%;
    border-radius: 13%;
    width: 27%;
    height: 228pt;
    margin-left: 66px;
}
.topnav a {
    font-size: 1.8rem;
    margin-left: 7px;
}
.Aboutparagraph1
{
	width:200%!important;
}
.aboutBannerImg img 
{
	margin-top:33%;
}
.abouPages12 h1 
{
	    width: 183%;
    font-weight: bold;
}
.Aboutparagraph 
{
	width:200%!important;
}
responsiveImages img 
{
	    margin-top: 41%;
}
serviceImages img 
{
	margin-top: 54%;
}
.allservice 
{
	    width: 199%;
    font-weight: bold;
}
}