body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	background: #f1f1f1;
}



.top-fl {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: #003366;
	
}


.top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
	color:white;
	
}
.top-links a {
    color: white;
}

.call-now-btn {
    display: inline-block;
    background-color: #adadad; /* Adjust background color as needed */
    color: #036 !important; /* Text color */
    padding: 10px 20px; /* Padding to make it look like a button */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-size: 1rem; /* Font size */
    font-weight: bold; /* Font weight */
    transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.call-now-btn:hover {
	color: #fff !important;
    background-color: #1d3a5a; /* Darker shade for hover effect */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .top-links {
        flex-direction: column;
        align-items: flex-start;
    }
    .call-now-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.navbar {
    display: flex;
    justify-content: center; /* Center the navbar items */
    align-items: center;
    background-color: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ddd; /* Add bottom border for separation */
}

.brand-title {
    color: #000;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    /*margin-right: auto; /* Push the title to the left */
	margin:10px
}

.navbar-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
	    margin-left: 99px!important;
}

.navbar-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	    margin-left: 3%;
}

.navbar-links li {
    margin: 0 0.5rem; /* Adjust margin for spacing */
}

.navbar-links a {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    display: block;
    border-top: 4px solid transparent; /* Initial state of the border */
    transition: color 0.3s ease, border-top 0.3s ease, background-color 0.3s ease;
    white-space: nowrap;
}

.navbar-links a:hover {
    color: #000!important; /* Change text color on hover */
    border-top-color: #224479; /* Add border on hover */
    background-color: #fff; /* Light gray background on hover */
}




.toggle-button {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.toggle-button .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        flex-direction: column;
        width: 100%;
    }

    .navbar-links li {
        text-align: center;
        margin: 0.5rem 0;
    }

    .toggle-button {
        display: flex;
    }
}

.navbar-links.active {
    display: flex;
}
.brand-title img 
{
	margin-left: 0%;
    height: 49px;
}
.navbar-links ul
{
	    margin-top: -51px;
}
.navbar-links
{
	    margin-left: 311px;
}

.BookingForm
{
	float: left;
    width: 76% !important;
    background-color: #fff;
	
    border: 1px solid;
    padding: 40px;
    margin-top: 32px;
    margin-left: 213px;
    border-radius: 15px;
    border: 1px solid white;
}
.BabyArea
{
	    padding: 36px;
		color:white;
}
.btn-default {
    color: #000!important;
    background-color: #ffffff!important;
    /* border-color: #012053; */
}

 input[type="time"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="time"]:focus:before,
  input[type="time"]:valid:before {
    content: "";
  }
  
 .babyImage img
 {
	 height: 354px;
 }
 .hover-container {
            position: relative;

        }

        .hover-text {
            visibility: hidden;
                background-color: rgb(17 50 71);
            color: white;
            text-align: center;
            padding: 5px;
            border-radius: 3px;
            opacity: 0;
            transition: opacity 0.3s;

            /* Position the text */
            position: absolute;
            top: 48%;
            left: 50%;
            transform: translate(-50%, -50%);
			width:100%;
        }

        .hover-container img {
          
            transition: opacity 0.3s;
			z-index: -1;
        }

        .hover-container:hover img {
           
        }

        .hover-container:hover .hover-text {
            visibility: visible;
            opacity: 1;
        }
		.serviceHeading h2
		{
			margin-top:-5px;
			background:white;
			
		}
		.serviceHeading
		{
			
			background:white;
			
		}
		
		
		
		
		
		 .service-box {
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 20px 0;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.service-box.blue {
    background-color: #003366;
    color: white;
    border: 2px solid #1e3a66;
}

.service-box.white {
    background-color: #fff;
    border: 2px solid #eaeaea;
    color: #333;
}

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.service-box.blue .service-icon {
    color: #fff;
}

.service-box.white .service-icon {
    color: #224479;
}

.service-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service-description {
    font-size: 16px;
}

.service-box.blue .service-description {
    color: #fff;
}

.service-box.white .service-description {
    color: #000;
}



.headercontent
{
	margin-top:63px;
}




    .headerImages h1 {
        color: #fff;
        font-size: 40pt;
      
        font-weight: 600;
        
        padding: 0 0 10px 0;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .headerImages p {
        color: #fff;
        font-size: 18pt;
        font-weight: 500;
        padding: 0 0 0 0;
        
       
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

		
.headerImages img 
	{
	    position: absolute;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin-top: -63px;
    border-top: 5px solid #224479;
	}



		
		
		
		
		
		
		
		
		
		  .footer {
            background-color: black;
            padding: 40px 20px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-top: 2px solid #ddd;
        }
        .footer-column {
            flex: 1;
            min-width: 250px;
            margin: 10px 20px;
        }
        .footer-column h3 {
            font-size: 1.2em;
            margin-bottom: 15px;
            color: white;
            position: relative;
        }
        .footer-column h3::after {
            content: '';
            width: 50px;
            height: 2px;
               background: #fff7f7;
            position: absolute;
            left: 0;
            bottom: -5px;
        }
        .footer-column p {
            line-height: 1.6;
            color: white;
        }
        .footer-column ul {
            list-style: none;
    padding: 17px;
    color: white;
    margin-top: -18px;
        }
        .footer-column ul li {
            margin-bottom: 1px;
        }
        .footer-column ul li a {
            text-decoration: none;
            color: white;
            transition: color 0.3s;
        }
        .footer-column ul li a:hover {
            color: #007BFF;
        }
        .footer .contact-info {
            display: flex;
            flex-direction: column;
        }
        .footer .contact-info p {
            margin: 10px 0;
            display: flex;
            align-items: center;
        }
        .footer .contact-info img {
            vertical-align: middle;
            margin-right: 10px;
        }
        .read-more {
            font-weight: bold;
            color: #007BFF;
            cursor: pointer;
            transition: color 0.3s;
        }
        .read-more:hover {
            color: #0056b3;
        }
		
		
		   .copyright-section {
                background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9em;
    border-top: 1px solid white;
        }
        .copyright-section a {
            color: #003366;
            text-decoration: none;
            transition: color 0.3s;
        }
        .copyright-section a:hover {
            color: #ffffff;
        }
		
		
		
        @media (max-width: 768px) {
            .footer {
                flex-direction: column;
            }
            .footer-column {
                margin: 10px 0;
            }
        }
		
		
		













.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;
}

.cmrair_inr {
    width: 60%;
    padding: 50px;
    margin: 0 auto;
    border: 5px solid #ccc;
    background-color: rgba(0,73,144,.6);
}

.cmrair h1 {
    padding: 0;
    color: #fff;
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.cmrair p {
    padding: 0;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 15px 0;
}

.cmrair_mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 13pt;
    text-align: center;
    /*text-transform: uppercase;*/
}

    .cmrair_mor a {
        color: #000;
        font-weight: 500;
        border-radius: 7px;
        padding: 10px 25px;
        text-decoration: none;
        background-color: #fff;
    }

        .cmrair_mor a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #000;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }
		
		
		
		
		
		
		
		
		
		

.acmrair {
    width: 100%;
    float: left;
    color: #999;
    margin: 0 0 0 0;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('image/Silver-Taxi-Sydney-Airport.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

.acmrair_inr {
    width: 60%;
    padding: 50px;
    margin: 0 auto;
    border: 5px solid #ccc;
    background-color: rgba(0,73,144,.6);
}

.acmrair h1 {
    padding: 0;
    color: #fff;
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.2;
    /*text-transform: uppercase;*/
}

.acmrair p {
    padding: 0;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 15px 0;
}

.acmrair_mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 13pt;
    text-align: center;
    /*text-transform: uppercase;*/
}

    .acmrair_mor a {
        color: #000;
        font-weight: 500;
        border-radius: 7px;
        padding: 10px 25px;
        text-decoration: none;
        background-color: #fff;
    }

        .acmrair_mor a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #000;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }
		
		
		
		
		/* Media queries for responsiveness */

/* Tablets and small desktops */
@media (max-width: 768px) {
    .acmrair {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .acmrair_inr {
        width: 80%;
        padding: 30px;
        border-width: 3px;
    }

    .acmrair h1 {
        font-size: 24pt;
    }

    .acmrair p {
        line-height: 25px;
        font-size: 16px;
    }

    .acmrair_mor {
        font-size: 11pt;
    }
}

/* Mobile devices */
@media (max-width: 480px) {
    .acmrair {
        padding-top: 30px;
        padding-bottom: 30px;
        background-attachment: scroll; /* Improve performance on mobile */
    }

    .acmrair_inr {
        width: 90%;
        padding: 20px;
        border-width: 2px;
    }

    .acmrair h1 {
        font-size: 20pt;
    }

    .acmrair p {
        line-height: 22px;
        font-size: 14px;
    }

    .acmrair_mor {
        font-size: 10pt;
    }

    .acmrair_mor a {
        padding: 8px 20px;
    }
}
		
		
		
.hover-container h2
{
    font-size: 24px;
    
    background: #113247 !important;
    padding: 12px;
    color: white;
    margin-top: -48px;
    position: absolute;
    width: 100%;
    font-weight: bold;
}
.ServicesContainer
{
	margin-top:47%!important;
	    margin-bottom: 5%;
}	
		
.ChooseUs
{
	margin-top:45% !important;
}

* {
  box-sizing: border-box;
}



/* Position the image container (needed to position the left and right arrows) */
.containerArea {
  position: relative;
  border-left: 1px solid #718ca8;
  border-right: 1px solid #708ba7;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img{
  width: 75%!important;
    margin-left: 79px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
      color: #708ba7;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
     color: #063d76;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
 text-align: center;
    background-color: #708ba7;
    padding: 2px 16px;
    color: white;
	font-weight: bold;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 28%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.row1 
{
	margin-left: 11%;
}
.fleetArea
{
	background: #2c4865bd;
    color: white;
    padding: 10px;
}
.FleetGrid
{
	margin-top: 70px;
}
.btn-default {
    color: #63778d !important;
    background-color: #ffffff !important;
    /* border-color: #012053; */
}

.OnlineForm
{
	margin-top: 0%;
    padding: 65px;
}


.airport-section {
    background: linear-gradient(to right, #0056b3, #090e10);
    color: white;
    text-align: center;
    padding: 50px 20px;
    margin-top: 91%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
}

.airport-section h2 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.airport-section p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.airport-button {
    background-color: #0066cc;
    color: white;
    padding: 15px 30px;
    font-size: 1.5em;
    border: none;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-top: 20px;
}

.airport-button:hover {
    background-color: #000;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .airport-section {
        padding: 20px 10px;
    }

    .airport-section h2 {
        font-size: 1.5em;
    }

    .airport-section p {
        font-size: 1em;
    }

    .airport-button {
        padding: 10px 20px;
        font-size: 1.2em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .airport-section {
        padding: 30px 15px;
    }

    .airport-section h2 {
        font-size: 1.8em;
    }

    .airport-section p {
        font-size: 1.1em;
    }

    .airport-button {
        padding: 12px 25px;
        font-size: 1.3em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .airport-section {
        padding: 40px 20px;
    }

    .airport-section h2 {
        font-size: 2em;
    }

    .airport-section p {
        font-size: 1.2em;
    }

    .airport-button {
        padding: 15px 30px;
        font-size: 1.4em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .airport-section {
        padding: 50px 25px;
    }

    .airport-section h2 {
        font-size: 2.2em;
    }

    .airport-section p {
        font-size: 1.3em;
    }

    .airport-button {
        padding: 15px 35px;
        font-size: 1.5em;
    }
}

/* Extra extra large devices (1200px and up) */
@media (min-width: 1200px) {
    .airport-section {
        padding: 60px 30px;
    }

    .airport-section h2 {
        font-size: 2.5em;
    }

    .airport-section p {
        font-size: 1.4em;
    }

    .airport-button {
        padding: 20px 40px;
        font-size: 1.5em;
    }
}








.MaxiCab
{
	   background-color: transparent;
        background-image: linear-gradient(180deg, #8f9ec8 0%, #36475c 100%);
	color:white;
	    padding: 41px;

}
.MaxiCab1
{
	   background-color: transparent;
        background-image: linear-gradient(180deg, #8f9ec8 0%, #36475c 100%);
	color:white;
	    padding: 41px;
		    margin-top: 81%;

}
.maxiGrid
{
	    margin-top: 57px;

}
.divider {
   font-size: 51px;
    display: flex;
    align-items: center;
    width: 66%;
    /* text-align: center; */
    margin-left: 17%;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 3px;
 background-color: #003366;
  margin: 5px;
}
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
}


@media only screen and (min-width: 300px) and (max-width: 700px)  {
   .headerImages h1 {
    font-size: 15pt!important;
	        margin-left: 2px!important;
        padding: 6px!important;
    }
	.headerImages p {
   
    font-size: 12pt!important;
    width: 100%!important;
}
.BookingForm {
 float: none!important;
    width: auto!important;
 margin-left: 0px!important;
    border-radius: 0px!important; 
    border: none!important;
}
.book-data h2 
{
    font-size: 1.3rem!important;
    margin-left: -7px !important;
}
.book-data p 
{
	margin-left: -15px !important;
    font-size: 0.9rem!important;
    padding: 5px!important;
}
.form-control {
   
    width: 129%!important;
    font-weight: 600!important;
    margin-left: -39px !important;
    margin-top: 4px !important;
    font-size: 0.7rem!important;
}
.form-button
{
	    margin-left: -45px!important;
}
.ServicesContainer {
    margin-top: 13% !important;
}
.ServicesContainer p {
    margin: 0 0 10px;
    line-height: 1.6;
    font-size: 0.7rem;
}
.ServicesContainer h1
{
	font-size: 24px!important;
}
.img-fluid {
    max-width: 100%!important;
	        margin-top: 16px!important;
}
.hover-container h2 {
    font-size: 18px !important;
        padding: 8px !important;
        margin-top: -35px !important;
        width: 100% !important;
        margin-left: 1px !important;
    }
   

.headerImages img {
    height: 53%!important;
}
.hover-text {
 padding: 13px !important;
        width: 100% !important;
        margin-top: 11px !important;
}
.cmrair
{
	    margin-bottom: 36px!important;
}
.cmrair_inr {
    width: 100%!important;
}
.cmrair h1 {
    font-size: 12pt!important;
}

.cmrair p {
    padding: 2px!important;
   
    width: 144%!important;
    margin-left: -43px!important;
}
.containerArea {
    margin-top: 19px!important;
    width: 117%!important;
    margin-left: -25px!important;
}
.mySlides img {
    width: 83% !important;
    margin-left: 30px!important;
}
.row1 {
    margin-left: 2%!important;
}
.column {
    width: 33%!important;
}
.FleetGrid span button
{
	    width:100%!important;
		margin-top:3px!important;
}
.OnlineForm {
    margin-top: 1%!important;
    padding: 11px!important;
}
    .OnlineForm h1{
		font-size:24px!important;
		font-weight:bold;
	}
	
	
	.airport-button {
    margin-top: 1%!important;
    padding: 11px!important;
}
    .airport-button h1{
		font-size:24px!important;
		font-weight:bold;
	}
	
	
	
	
	
	.maxiGrid {
    margin-top: -4px!important;
}
	.maxiGrid h1{
    font-size: 24px!important;
}
	.MaxiCab2 img{
   margin:0px!important;
}
.MaxiCab {
    padding: 6px!important;
}
.MaxiCab1 {
           padding: 6px !important;
        margin-top: 251%;
}
    .navbar-links li {
        text-align: -webkit-match-parent!important;
        margin: 0.5rem 0;
		color:white!important;
    }
	.navbar-links {
            width: 371px!important;
        margin-left: -12px !important;
        margin-top: 42px !important;
	}
	.toggle-button {
   
    float: right!important;
    padding: 43px!important;
    margin-top: -25px!important;
}
.navbar-links ul {
    margin-top: -37px!important;
    background: #003366!important;
    width: 100%;
}
.navbar-links li a {
       
		color:white!important;
    }
	.brand-title img {
    
    margin-top: 14px!important;
}
.content .row .col-md-6 h2 span
{
	font-size:2.6rem!important;
}
.content
{
	padding:0px!important;
	margin:0px!important;
}
.aboutMedia h4
{
	margin-top: 15px!important;
}
.divider {
    
    width: 98%!important;
    margin-left: 1%!important;
	font-size: 1.8rem;
        font-weight: bold;
}
.gallery 
{
	margin-top:18px!important;
}
.FormMedia
{
	padding:36px!important;
}
.toggle-button {
        float: right !important;
        padding: 43px !important;
        margin-top: -25px !important;
        margin-left: 92px!important;
    }
	    .navbar-links li {
        text-align: center!important;
        margin: 0.5rem 0!important;
        color: white !important;
    }
} 



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .top-links {
        flex-direction: column;
        align-items: flex-start;
    }
    .call-now-btn {
        margin-left: 0;
        margin-top: 10px;
    }
	.brand-title img {
    margin-left: -97%!important;
    height: 58px!important;
}

    .toggle-button {
        float: right!important;
        margin-right: -199px!important;
        margin-top: 5px!important;

    }
	.toggle-button .bar {
    width: 66px!important;
    height: 9px!important;
    background-color: #036!important;

}


        .navbar-links {
                display: none;
        width: 307%;
        margin-top: 64px !important;
        margin-left: -259px !important;
     
        margin-bottom: -15px!important;
    }
	
	    .navbar-links ul {
        flex-direction: column;
        width: 100%;
		background: #003366 !important;
		}
	    .navbar-links li {
        text-align: center;
        margin: 0.5rem 0;
     
        text-align: justify!important;
    }
	
	.navbar-links a {
    color: #fff!important;
    font-size: 1.2rem!important;
	}
	.BookingForm {
    float: left;
    width: 97% !important;
   
    margin-top: 32px!important;
    margin-left: 9px!important;
}
.PassengersList 
{
	width:100%!important;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
   font-size: 1.4rem !important;
        font-weight: bold!important;
}
.ServicesContainer {
    margin-top: 145% !important;
    margin-bottom: 5%;
}
.cmrair_inr {
    width: 100%!important;
}
.ChooseUs {
    margin-top: 108% !important;
}
.FleetGrid {
    margin-top: 22px!important;
}
.FleetGrid p{
	width: 210%!important;
    font-size: 1.2rem!important;
}
.containerArea {
   margin-top: 13% !important;
        width: 215%!important;
}
.fleetArea {
    padding: 26px!important;
}
.MaxiCab1 row
{
	display: block!important;
}
.maxiGrid p 
{
	width: 205%!important;
	font-size: 1.2rem !important;
}
.MaxiCab2  
{
	width:100%!important;
	        margin-left: -56px!important;
}
.fleetArea .row 
{
	display:block!important;
}
.cmrair p{
	font-size: 1.2rem !important;
}
.headerImages img {
height: 48%!important;
	
}

.content .row .col-md-6 h2 span
{
	font-size:2.6rem!important;
}
.aboutMedia1 img
{
	margin-top: -315px;
    margin-left: -331px;
	height: 267px;
}
.aboutMedia p 
{
	    width: 204%;
}
.aboutMedia2 img
{
		height: 267px;
		margin-top: 56px;
}
.aboutMedi 
{
	width:207%;
}
.PVB
{
width:100%!important;
}
}









 /*.testimonial {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    .testimonial:hover {
      transform: translateY(-5px);
    }
    .testimonial h4 {
      color: #333;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .testimonial p {
      color: #555;
      margin-bottom: 15px;
    }
    .testimonial p strong {
      color: #000;
    }
    .stars {
      color: #ffc107;
      margin-bottom: 10px;
    }
    .stars i {
      transition: color 0.3s ease;
    }
    .testimonial:hover .stars i {
      color: #f39c12;
    }*/
	
	
	
	
	.testimonial {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  text-align: center; /* Center-align content */
}

.testimonial:hover {
  transform: translateY(-5px);
}

.testimonial-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.testimonial h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.testimonial p {
  color: #555;
  margin-bottom: 15px;
}

.testimonial p strong {
  color: #000;
}

.stars {
  color: #ffc107;
  margin-bottom: 10px;
}

.stars i {
  transition: color 0.3s ease;
}

.testimonial:hover .stars i {
  color: #f39c12;
}

	
	
	/* Responsive Design */
@media (max-width: 768px) {
  .testimonial {
    width: 80%; /* Adjust width for tablets */
    height: auto; /* Allow height to adjust for content */
  }
}

@media (max-width: 480px) {
  .testimonial {
    padding: 10px;
    width: 100%; /* Full width for mobile devices */
    height: auto; /* Allow height to adjust for content */
  }
  
  .testimonial-img {
    width: 60px;
    height: 60px;
  }
  
  .testimonial h4 {
    font-size: 1em;
  }
  
  .testimonial p {
    font-size: 0.8em;
  }
}













        .radioBtn {
            display: flex !important;
            flex-direction: row !important; /* Aligns items horizontally */
            align-items: center !important;
            justify-content: center !important; /* Centers items horizontally */
            margin-top: 20px !important;
        }

        .radioBtn .form-check-inline {
            margin: 10px !important; /* Adjusted margin for better spacing */
        }

        .radioBtn input[type="radio"] {
            display: none !important; /* Hides the default radio button */
        }

        .radioBtn label {
            display: flex !important;
            align-items: center !important;
            color: black !important; /* Text color for the label */
            cursor: pointer !important; /* Changes cursor to pointer on hover */
            font-size: 16px !important;
            position: relative !important;
            padding-left: 40px !important; /* Space for the custom radio button */
        }

        .radioBtn .custom-radio {
            position: absolute !important;
            left: 0 !important;
            width: 25px !important;
            height: 25px !important;
            border: 2px solid black !important; /* Border color */
            border-radius: 50% !important; /* Makes the border circular */
            background-color: white !important; /* Background color for radio button */
            transition: all 0.3s ease !important; /* Smooth transition for changes */
        }

        .radioBtn input[type="radio"]:checked + label .custom-radio {
                border-color: #213764 !important;
    background-color: #213764 !important;
        }

        .radioBtn input[type="radio"]:checked + label .custom-radio::after {
            content: '' !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            width: 15px !important;
            height: 15px !important;
            background-color: white !important; /* Color of the dot inside the radio button */
            border-radius: 50% !important;
            transform: translate(-50%, -50%) !important;
        }
		
		
		
		
		/* For devices with a maximum width of 767px (tablets and smaller screens) */
@media (max-width: 767px) {
    .radioBtn {
        flex-direction: column !important; /* Stack items vertically */
        align-items: center !important; /* Align items to the start */
		
    }

    .radioBtn .form-check-inline {
        margin: 10px 0 !important; /* Vertical margin */
    }

    .radioBtn label {
        font-size: 14px !important; /* Adjust font size for smaller screens */
        padding-left: 30px !important; /* Adjust space for the custom radio button */
    }
}

/* For devices with a maximum width of 575px (small screens) */
@media (max-width: 575px) {
    .radioBtn {
        /* Optional: You can further adjust styles for very small screens here */
    }

    .radioBtn label {
        font-size: 12px !important; /* Further adjust font size */
        padding-left: 25px !important; /* Adjust space for the custom radio button */
    }
}


  .error {
    color: red !important;
    font-size: 14px !important;
    margin-top: 5px !important;
  }







