
body {
        font-family: 'Open Sans', sans-serif !important;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
.navbar-brand img 
{
	width: 85% !important;
    height: 73px !important;
}
.navbar {
   
  padding-top: 0px !important; 
 padding-bottom: 0px !important; 
 
}
.navbar-brand {
padding:0px!important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0 64 149)!important;
    font-weight: bold;
    font-size: 1.1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 64 149)!important;
    font-weight: bold!important;
    font-size: 1.1rem!important;
    padding-left: 8px!important;
}
.nav-Container
{
	margin-left:1px!important;
}
.Nav-background {
       background-color:#ffffff!important;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0245a0!important;
    font-weight: bold!important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navButton 
{
	width: 157px;
    margin-right: -299px;
    padding: 12px!important;
	font-weight:bold!important;
}

.container-fluid {
    max-width: 1200px;
    margin: auto;
}



.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-left: 8% !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff!important;
    background-color: #093260!important;
	
}




.dropdown-item {
    color: #0245a0!important;
    font-weight: bold!important;
}




h2 {
    color: #012053;
    font-weight: bold;
    font-size: 23pt;
    margin-bottom: 10px;
}

p {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

/* .book-bg { */
    /* background: #d2d2d2; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    /* padding: 6px; */
	
/* } */

/* Form Styles */
.form-horizontal {
    display: flex;
    flex-direction: column;
}

/* .form-group { */
    /* margin-bottom: 15px; */
/* } */

.form-control {
    display: block!important;
    width: 100%!important;
    padding:7px 10px!important;
    font-size: 11pt!important;
    line-height: 1.42857143!important;
    color: #555!important;
    background-color: #f8f6f6!important;
    background-image: none!important;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    font-weight: 600!important;
}

.col-xs-12 {
    width: 100%!important;
    padding: 0 10px 10px 10px!important;
}




.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

input[type="radio"] {
    margin-right: 10px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 15px;
}

.book-inner {
    margin-bottom: 20px;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .form-group {
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-4, .col-md-6, .col-md-12 {
        padding: 0 15px;
    }

    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .form-group {
        display: block;
    }

    .col-xs-4, .col-xs-6 {
        padding: 0;
    }

    .col-xs-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Custom Styles for Booking Sections */
.booking, .airport {
    display: none;
}

input[type="radio"]:checked + .form-check-inline,
input[type="radio"]:checked + .form-check-inline + .form-check-inline {
    display: block;
}

.rtype-area {
    display: none;
}

input[type="radio"][name="returnrd"]:checked + .rtype-area {
    display: block;
}

.btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.btn:hover {
    background-color: #0056b3;
}

/* Additional Styles for Dropdowns and Buttons */
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

input[type="submit"].btn {
    background-color: #0056b3;
    border: none;
    color: white;
    margin-left:44%;
}

input[type="submit"].btn:hover {
    background-color: #0056b3;
}
.laterMenu
{
	display:flex!important;
}



.book-bg {
    float: left;
    width: 90%!important;
    z-index: 2;
    padding: 0 0 10px 0;
    margin: 0 5% 0 5%;
    /*background: rgba(0,0,0,.8);*/
}

.book-ttl {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 23pt;
    font-weight: bold;
    padding: 5px 0 5px 0;
    background-color: #004990;
}

.book-data {
       float: left;
    width: 85%;
    border-radius: 10px;
    margin: 10px 0 0px 0;
    background: rgba(255, 255, 255, 1);
    padding: 10px 30px 20px 30px;
    margin-left: 83px !important;
}

.book-data-airp {
    float: right;
    width: 100%;
    margin: 15px 0 0 0;
    background: rgba(0,0,0,.8);
    padding: 25px 20px 20px 20px;
}

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 50%;
    float: left;
    color: #004990;
    margin: 0 auto;
    font-size: 14pt;
    font-weight: 600;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #004990;
    margin: 0 auto;
    font-size: 14pt;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
}


/* Container for the time selection dropdowns */
.time-wrapper {
    display: flex;
    justify-content: space-between; /* Distribute space evenly between items */
    align-items: center; /* Center items vertically */
    gap: 10px; /* Optional: add space between dropdowns */
}

/* Style for individual time dropdowns */
.time-select {
    flex: 1; /* Make dropdowns grow equally */
    min-width: 0; /* Prevent dropdowns from shrinking */
}

/* Optional: Adjusting the width of dropdowns */
.time-select select {
    width: 100%; /* Ensure dropdowns take full width of their container */
}









.topbanner img 
{
	      position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.5);

}
.banner-header
{
	    background-color: #0c2d4d85;
		    padding: 3%;
			    height: 382px;
}
.banner-header h1 {
      font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px #ffffff;
    background: -webkit-linear-gradient(#e8ecf5, #fffcfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
	
	
	
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
}
.banner-header p
{
	 font-size: 1.2em;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif !important;
	    margin-top: -22px;
}







.airportbanner h2 

{
    font-size: 2.5em!important;
    margin-bottom: 20px!important;
    color: #ffffff!important;
    line-height: 1.2!important;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2)!important;
    -webkit-text-stroke: 1px #ffffff!important;
    background: -webkit-linear-gradient(#e8ecf5, #fffcfa)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px!important;
    padding: 10px!important;
    border-radius: 10px!important;
}


.airportbanner p
{
	 font-size: 1.2em;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif !important;
	    margin-top: -22px;
}

.image-overlay1 {
    margin-top: -10px;

}

.services-section {
  padding: 50px;
  text-align: center;
}

.services-section h2 {
  margin-bottom: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-image img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card-content p {
  margin-bottom: 20px;
}

.card-content button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}














 .grid-container {
      margin-top: 20px;
    }
    .grid-item {
      padding: 20px;
      background-color: #f9f9f9;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
      margin-bottom: 20px;
      border-radius: 8px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }
    .grid-item:hover {
      transform: translateY(-5px);
    }
    .grid-item img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px;
    }
    .grid-item h3 {
      font-size: 1.8em;
      color: #0072bc;
      margin-bottom: 10px;
    }
    .grid-item p {
      font-size: 1em;
      color: #333;
      flex-grow: 1;
      margin-bottom: 15px;
    }
    .grid-item a {
      color: #0072bc;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
      margin-top: auto;
    }
    .grid-item a:hover {
      text-decoration: underline;
    }
	
	
	
	
	
	
	
	
	
	
	  .our-services-title {
      font-size: 2.0rem;
      color: #000;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }
    
	
	.styled-section {
         background-color: #f2f4f5;
    color: navy;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s;
    margin-bottom: 20px;
    position: relative;
    }
    .styled-section:hover {
      transform: scale(1.02);
    }
    .styled-section h2 {
         color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 15px;
    position: absolute;
    top: -18px;
    left: 10px;
    margin: 0;
    background: #0056b3;
    padding: 10px;
    border-radius: 12px;
    }
    .styled-section p {
      font-size: 1rem;
    }
    .image-description-container {
      display: flex;
      align-items: center;
      gap: 20px;
    }
   .image-description-container img {
  max-width: 184px; /* Keep the original max-width */
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-top: 17px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover; /* Ensures the image covers the area without stretching */
}
    .btn-custom {
      background-color: #0056b3;
      color: white;
      border-radius: 20px;
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 20px;
      transition: background-color 0.3s;
    }
    .btn-custom:hover {
      background-color: #004494;
	  color:white!important;
    }
	
	
	
	
	


.taxi-fleet-section {
    padding: 60px 0;
    background: #f0f0f0;
    color: #333;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.taxi-fleet-section h2 {
    color: #0056b3;
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    position: relative;
}

.taxi-fleet-section h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: #0056b3;
    margin: 20px auto 0;
    border-radius: 2px;
}

.taxi-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.taxi-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: filter 0.3s ease;
    border-bottom: 4px solid #0056b3;
}

.taxi-card:hover img {
    filter: brightness(0.85);
}

.taxi-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.taxi-card .card-body {
    padding: 20px;
    flex-grow: 1;
}

.taxi-card .card-title {
    color: #0056b3;
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.taxi-card .card-text {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
}

.taxi-card .card-footer {
    text-align: right;
    margin-top: auto;
}

.taxi-card .btn-custom {
    background-color: #0056b3;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.taxi-card .btn-custom:hover {
    background-color: #004494;
}

@media (max-width: 767px) {
    .taxi-card img {
        height: 150px;
    }
}














.taxi-fleet-section {
    padding: 60px 0;
    background: #fff;
    color: #333;
    text-align: center;
}

.taxi-fleet-section h2 {
    color: #0056b3;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.taxi-fleet-section p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 40px;
}

.service-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
    display: inline-block;
    max-width: 400px;
}

.service-highlights li {
    background: #f0f0f0;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.service-highlights li i {
    color: #0056b3;
    font-size: 1.5rem;
    margin-right: 15px;
}

.service-highlights li span {
    font-size: 1rem;
    color: #333;
}

.book-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.book-btn:hover {
    background-color: #004494;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
}

.fleet-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 300px;
}

.fleet-card img {
    width: 100%;
    height: auto;
    border-bottom: 4px solid #0056b3;
}

.fleet-card .card-body {
    padding: 20px;
}

.fleet-card .card-title {
    color: #0056b3;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.fleet-card .card-text {
    color: #555;
    font-size: 1rem;
    margin-bottom: 20px;
}

.fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .fleet-grid {
        grid-template-columns: 1fr;
    }
    
    .service-highlights {
        text-align: center;
        max-width: 100%;
    }
    
    .fleet-card {
        max-width: 100%;
    }
}












/* Fleet Highlights Section */
#fleet-highlights {
    background-color: silver;
    color: navy;
    padding: 2em 1em;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.fleet-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fleet-item {
    flex: 1 1 45%;
    max-width: 45%;
    margin: 1em;
    padding: 1em;
    background-color: navy;
    color: silver;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fleet-item img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.fleet-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.fleet-item:hover img {
    transform: scale(1.1);
}

.fleet-item h3 {
    margin: 0.5em 0;
    font-size: 1.5em;
}

.fleet-item p {
    font-size: 1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fleet-container {
        flex-direction: column;
        align-items: center;
    }

    .fleet-item {
        max-width: 90%;
    }
}




 .image-container {
            max-width: 1200px;
            margin: 20px auto;
           
            padding: 20px;
           
            border-radius: 8px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        .image-wrapper {
            position: relative;
        }
        .image-wrapper img {
            width: 60%;
            height: auto;
            border-radius: 8px;
			border-color: black;
        }
		
		
        .image1 {
           position: absolute;
    top: 0;
    left: 277px;
    z-index: 1;
    border: 4px solid #fff;
        }
        .image2 {
           position: absolute;
    top: 28%;
    left: 5%;
    z-index: 2;
    border: 4px solid #fff;
	    height: 310px!important;
        }
        .experience-wrapper {
           display: flex;
    align-items: center;
    gap: 37px;
    margin-left: 59%;
    margin-top: 9px;
        }
        .experience-text {
              font-size: 56px;
    color: #d9534f;
    font-weight: bold;
    margin-left: -272px;
        }
        .years-text {
            color: #333;
    font-weight: bold;
    margin-top: 66px;
    margin-left: -132px;
        }
        .content {
            padding: 20px;
        }
        .title-text {
            font-size: 28px;
            color: #333;
            margin-top: 10px;
        }
        .description-text {
            font-size: 16px;
            color: #666;
            margin-top: 10px;
            line-height: 1.6;
			text-align: justify;
        }
        .ratings-wrapper {
            margin-top: 20px;
        }
        .rating {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .rating span {
            width: 150px;
        }
        .rating-bar {
            flex: 1;
            height: 10px;
            background-color: #ddd;
            border-radius: 5px;
            overflow: hidden;
            margin: 0 10px;
        }
        .rating-bar span {
            display: block;
            height: 100%;
            border-radius: 5px;
        }
        .professional-driver-bar span {
                width: 100%;
    background-color: #5cb85c;
        }
        .exclusive-service-bar span {
                width: 100%;
    background-color: #5cb85c;
        }
        .explore-more-btn {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #0275d8;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
        }
        .explore-more-btn:hover {
            background-color: #025aa5;
        }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		  .benefits-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .benefits-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 24px;
            font-weight: bold;
			margin-top:48px;
        }
        .benefits-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
            align-items: center;
            text-align: left;
        }
        .benefit-item {
            display: flex;
            align-items: center;
        }
        .benefit-icon {
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }
        .benefit-text {
            max-width: 200px;
        }
        .benefit-title {
            margin: 0 0 10px 0;
            font-size: 18px;
        }
        .benefit-description {
            margin: 0;
            font-size: 14px;
        }
       .benefit-image {
            width: 100%; /* Full width of its parent element */
            height: auto; /* Maintain aspect ratio */
            border-radius: 15px; /* Rounded corners */
            /* overflow: hidden; /* Ensures the image fits within the rounded corners */ */
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Optional: adds a shadow */ */
            /* transition: transform 0.5s ease, box-shadow 0.5s ease; /* Smooth transitions */ */
        }

        .benefit-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image covers the element */
            transition: transform 0.5s ease; /* Smooth zoom transition */
			margin-left: -20%;
        }

        .benefit-image:hover {
            transform: scale(1.05); /* Slight zoom effect on hover */
            /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); /* Optional: enhanced shadow on hover */ */
        }

        .benefit-image:hover img {
            transform: scale(1.1); /* Zooms in the image by 10% */
        }

        /* Webkit-specific styles for smoother transitions */
        .benefit-image {
            -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease; /* Safari/Chrome */
        }
        .benefit-image img {
            -webkit-transition: transform 0.5s ease; /* Safari/Chrome */
        }
        .left-column,
        .right-column {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    
	
	/* Make the grid layout more suitable for smaller screens */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }

    .benefit-image {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
    }

    .left-column,
    .right-column {
        display: block;
        gap: 10px;
    }

    .benefit-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .benefit-icon {
        margin-bottom: 10px;
    }

    .benefit-text {
        max-width: none;
    }

    /* Move the image to the end of the layout on small screens */
    .benefit-image {
        grid-column: 1 / span 1;
        margin: 20px 0;
    }

    .benefits-grid {
        display: block;
    }

    .benefits-grid > div {
        margin-bottom: 20px;
    }

    .benefit-image {
        margin: 0; /* Remove bottom margin for proper placement */
    }
}

.benefit-item {
    display: flex;
    align-items: center;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.benefit-text {
    max-width: 200px;
}

.benefit-title {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.benefit-description {
    margin: 0;
    font-size: 14px;
}

.benefit-image {
    grid-column: 2 / span 1;
    text-align: center;
}

.benefit-image img {
    max-width: 100%;
    height: auto;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.qodef-grid-inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
}
.qodef-e-inner{
    position: relative; padding: 10px 0px;
}
.qodef-e-content {
    display: flex;
    align-items: stretch;
    text-align: left;
}
.qodef-qi-process .qodef-e-icon-holder {
    position: relative;
    z-index: 5;     padding-bottom: 10%;
}
.qodef-e-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: #0056b3;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 3;
    height: 80px;
    width: 80px;
    color: #fff;
}
.qodef-e-number {
        position: absolute;
    top: 0;
    right: -5px;
    background: #d2d2d2;
    width: 2.8em;
    height: 2.8em;
    font-size: 12px;
    font-weight: bold;
    color: #0056b3;
    border-radius: 50%;
    line-height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-e-text-wrapper {
    margin-left: 30px;
}
	
	
	
	
	.box-123{
		
		float: left;
    width: 40%!important;
    display: block;
		
		
		}
	.box-paddingR{padding-right:15px;}
	.trustbg { position: relative;background-image: url(images/trustbg.jpg); background-repeat: no-repeat; background-position: left center; background-size: cover;  margin: 0; padding: 0;}
   .trustbg1 { position: relative;background-image: url(images/Book-Airport-Transfer-Sydney.jpg); background-repeat: no-repeat; background-position: left center; background-size: cover;  margin: 0; padding: 0;}

.trust-padding{position: relative; padding: 0;}
.trust-caption{position: relative; background: #0056b396;color:#fff; padding: 100px 50px;}
.trust-caption1{position: relative; background: #0056b396;color:#fff; padding: 100px 50px; margin-top: 20px;}
	
	
.trustp {
    text-align: justify;
    color: #333;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.8;
    font-weight: bold;
    padding: 9px;
    background-color: #ffffff6e;
    border: 3px solid #ddd;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
	
	footer {
    background-color: #063874;
    color: white;
    padding-top: 3%;

}

.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #333;
}

.footer-section {
    flex: 1;
    padding: 0 20px;
}

.footer-section h3 {
    margin-bottom: 15px;
    color: #ff8000;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 10px 0;
}

.newsletter {
    text-align: center;
}

.newsletter-input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.newsletter-input input[type="email"] {
    width: 70%;
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
}

.newsletter-input button {
    padding: 10px 20px;
    background-color: #ff8000;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.social-media a {
    margin: 0 5px;
}

.social-media img {
    width: 30px;
    height: 30px;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    background-color: #e1dcd6;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
        width: 121px;

    margin-right: 10px;
}

.footer-logo p {
    margin: 0;
    font-size: 25px;
    color: #063874;
}
.image-overlay 
{
    margin-top: -128px;
}

	.bookNow img
	{
		    position: absolute;
    left: 0;
    width: 100%;
    height: 341px;
    z-index: -1;
    filter: brightness(0.3);
	}
	.bookNow h2 
	{
		       color: #fff;
    font-size: 30pt;
    font-weight: 600;
    padding: 73px 0 0px 0;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	}
	.bookNow p 
	{
		color: #fff;
    font-size: 17pt;
    font-weight: 500;
    padding: 0 0px 0 0;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 10px;
	}
	
	
	
	.airportSection img 
	{
		    width: 412px;
    height: 387px;
    border-radius: 196px;
	    margin-left: 150px;
	}
	.Airport-Container{
		
		    color: white;
    background: #c5c8cc;
    padding: 28px;
    margin-left: 0px;
   
    background-size: cover;
}
	}
	
	
	
	
	
	
	
	
	
	
	
	.airport-transfer-section {
    background-color: #f0f0f0;
    color: #0056b3;
    padding: 50px 20px;
}

.airport-transfer-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.text-content {
    max-width: 600px;
}

.airport-transfer-section h2 {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.airport-transfer-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
}









.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e1dcd6;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
      background-color: #ffffff;
    color: black;
    font-weight: bold;

}

.image-content img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
        .vehicle-options {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }

        .vehicle-card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: calc(25% - 20px);
            padding: 20px;
            text-align: center;
            transition: transform 0.2s;
        }

        .vehicle-card:hover {
            transform: translateY(-5px);
        }

        .vehicle-card img {
            max-width: 100%;
            border-radius: 10px;
        }

        .vehicle-card h3 {
            margin: 20px 0 10px;
            font-size: 1.2rem;
            color: #333333;
        }

        .vehicle-card .price {
            font-weight: bold;
            color: #333333;
            margin-bottom: 20px;
        }

        .vehicle-card .features {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .vehicle-card .features i {
            font-size: 1.5rem;
            color: #555555;
        }

        .vehicle-card button {
            background-color: #20c997;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .vehicle-card button:hover {
            background-color: #17a589;
        }
		
		
		
		
		
		
	/* Reset Navbar Toggler Styles */
.navbar-toggler {
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-color: transparent !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
/* Hover Effect for Navbar Toggler */
.navbar-toggler:hover {
    color: #0056b3 !important; /* Change icon color on hover */
    border-color: #0056b3 !important; /* Change border color on hover */
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230056b3' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

		
		
		
		
.revcontainer h2 {
 font-family: 'Open Sans', sans-serif !important;
    font-weight: 700; /* Bold weight */
    letter-spacing: 1px; /* Spacing between letters */
color: #0056b3;


}

.revcontainer h4 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700; /* Bold weight */
    letter-spacing: 1px; /* Spacing between letters */
	color: #000;   
}
		
		.review-card {
  background-color: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.review-card:hover {
  transform: scale(1.02);
}

.review-header .avatar img {
  width: 50px; /* Adjust the size as needed */
  height: 50px; /* Ensure the height matches the width */
  border-radius: 50%; /* This makes the image circular */
  object-fit: cover; /* Ensures the image fits within the circle without distortion */
}


.review-stars {
  font-size: 1.2rem;
}

.review-text {
  color: #333;
  font-size: 1rem;
}
.star-rating span {
    font-size: 3rem; /* Increase the size of the stars */
    line-height: 1;  /* Ensure the stars are close together without extra spacing */
}
	
	
	
	
	
	
	


.airport-transfer-section {
    background-color: #f0f0f0;
    color: #0056b3;
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
}

.airport-transfer-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-content {
    flex: 1;
    padding-right: 20px;
    box-sizing: border-box;
}

.airport-transfer-section h2 {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.airport-transfer-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
}



.image-content {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.image-content img:hover {
    transform: scale(1.1);
    filter: brightness(0.8);
}

.image-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 10px;
}

.image-content:hover::before {
    opacity: 1;
}
.carousel
{
	margin-top:4%!important;
}
.first-slider
{
	background: #80808040;
}
	
	.first-slider img 
	{
		width:20%;
	}
	.carousel-control-next, .carousel-control-prev {
   
    top: 80px!important;
	}
		
		
		
		
		
		
		
		
		
		/* General mobile styling */
@media (max-width: 767px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .footer-section {
        padding: 10px;
        text-align: center;
    }

    .footer-section ul li {
        margin: 5px 0;
    }

    .newsletter-input {
        flex-direction: column;
    }

    .newsletter-input input[type="email"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .newsletter-input button {
        width: 100%;
        padding: 15px;
    }

    .social-media {
        flex-direction: column;
    }

    .social-media a {
        margin: 5px 0;
    }

    .footer-logo {
        flex-direction: column;
    }

    .footer-logo img {
        margin-bottom: 10px;
    }
}
@media (min-width: 250px) and (max-width: 767px) {
.banner-header h1 {
    font-size: 1.2em;
}

input[type="submit"].btn {
    background-color: #0056b3;
    border: none;
    color: white;
   margin-left: auto;
}

.topbanner img {
	
	width: 100%;
    height: 300px;
    object-fit: cover;
}
.image-wrapper img {
  width: 59%;
        height: auto;
        border-radius: 8px;
        border-color: black;
}






/* .book-bg { */
	

    /* background: #d2d2d2; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    /* padding: 6px; */
	/* margin-top:32%!important; */
/* } */
.image1 {
    position: absolute;
    top: -45px;
    left: 153px;
    z-index: 1;
    border: 4px solid #fff;
}
.image2 {
    position: absolute;
    top: 28%;
    left: 5%;
    z-index: 2;
    border: 4px solid #fff;
    height: 234px !important;
}
.image-wrapper {
margin-left: -383px;
        margin-top: 592px;
        margin-bottom: 182px;
}
.title-text {
    font-size: 1.1rem;
    color: #333;
    margin-top: -91px;
}
.experience-text {
    font-size: 30px;
    color: #d9534f;
    font-weight: bold;
    margin-left: -344px;
    margin-top: 33px;
}
.years-text {
    color: #333;
    font-weight: bold;
    margin-top: 69px;
    margin-left: -125px;
    font-size: 14px;
}
.experience-wrapper {
    display: flex;
    /* align-items: center; */
    gap: 72px;
    margin-left: 94%;
    margin-top: -91px;
}
.image-description-container {
    flex-direction: column;
}
 .image-description-container img {
    width: 100%;
    max-width: 276px; /* Constrain width for mobile screens */
    max-height: 150px; /* Set a maximum height to prevent stretching */
    height: auto;
  }
.btn-custom:hover {
   color: #ffffff!important;
}
.bookNow h2 {
   
    font-size: 15px!important;
    font-weight: bold!important;
}
.bookNow p {
    color: #fff;
    font-size: 16px!important;
}
.prior {
    margin-top: 35%!important;
}
.fs-4 {
    font-weight: bold !important;
}
footer .bottom-details .bottom_text {
   
            padding: 1px 19px !important;
        display: inline-block!important;
    
}
.styled-section {
    background-color: #f2f4f5;
    color: navy;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s;
    margin-bottom: 42px;
    position: relative;
    width: 99%;
}
.styled-section button{
       text-align: center;
    margin-left: 85px;
    font-size: 1.1rem;
    font-weight: bold;
}
.first-slider img {
    width: 67%;
}

.trustbg {
    width: 312%;
}

.trustbg1 {
    width: 312%;
}

.bookNow img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 406px;
    z-index: -1;
    filter: brightness(0.3);
    object-fit: cover;
}
.review-card {
  
    margin-bottom: 13px;
}
.professional-driver-bar span {
    width: 102px!important;
    background-color: #5cb85c;
}

.description-text {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
    /* margin-left: -26px; */
    width: 102%;
    text-align: justify;
}
.prior_mor {
    width: auto;
    margin: 0 !important; 
    padding: 0;
    width: 76%!important;
}
.rating span {
    width: 89px;
}
.benefit-image img {
    max-width: 64%;
    height: auto;
    margin-left: 1px!important;
	
}
.revcontainer h2 {

    font-size: 1.2rem;
}
.prior_mor a {
 
    margin-left: 18%!important;
}
.about-grid {
         background: white;
        padding: 0px;
        margin-left: -41px !important;
        height: 663px !important;
        margin-top: -26px !important;
        max-width: 125% !important;
}
.our-web img {
    width: 124%!important;
    margin-top: -32px!important;
    margin-left: -36px!important;
    border-radius: 21px;
}
.content .link-boxes .box li a {
 
    font-size: 11px!important;
   
}
.btn-group-custom a 
{
	    text-decoration: none!important;
    font-weight: bold!important;
}
.NX-Car p 
{
	    width: 75%;
    font-size: 0.5rem;
}
.Carnival p 
{
	    width: 75%;
    font-size: 0.5rem;
}
.RX-Car p 
{
	    width: 75%;
    font-size: 0.5rem;
}
.RX-Car button 
{
	font-size:0.6rem!important;
}
.RX-Car img 
{
	width: 140%!important;
    margin-left: -37px;
    margin-top: 31px;
}	
.ES-Car p 
{
	    width: 75%;
    font-size: 0.5rem;
}
.ES-Car h3
{
	  
    font-size: 0.8rem;
}
.ES-Car button 
{
	font-size:0.6rem!important;
}
.ES-Car img 
{
	width: 140%!important;
    margin-left: -37px;
    margin-top: 31px;
}
.RX-Car h3 
{
	font-size: 0.8rem;
}
.Carnival h3 
{
	font-size: 0.8rem;
}
.Carnival button{
font-size:0.6rem!important;
}
.Carnival img 
{
	        width: 167% !important;
        margin-left: -48px;
        margin-top: 49px;
}
.NX-Car h3 
{
	font-size: 0.8rem;
}
.NX-Car button 
{
	font-size:0.6rem!important;
}
.NX-Car img 
{
	        width: 182% !important;
        margin-left: -60px;
        margin-top: 31px;
}
.about-text {
    border-right: 0px solid black!important;

}
.about-text2 {
    border-left: 0px solid black!important;
    padding: 12px;
}
.aboutContent p 
{
  font-size: 1.2rem;
        text-align: justify;
}
.fleet-Area
{
	    padding: 25px!important;
}
.aboutContent {
    background: #f3f3f3;
    padding: 16px!important;
}
.image-overlay2 {
    margin-top: -75px!important;
}
.pages-header h1 {
    font-size: 25px!important;
}
.bookonline
{
	margin-top:-33%!important;
}
    .maxi-Car img {
        width: 169% !important;
        margin-left: -60px;
        margin-top: 31px;
    }
	.bookAirport
	{
		margin-top:-23%!important
	}
	.airportbanner h2 {
    font-size: 24px !important;
	}
	.trust-caption1 {
   
    padding: 9px 5px!important;
}

.cta-button1 {
 margin-left:26%;
}
}
/* iPad and larger tablets */
@media (min-width: 765px) and (max-width: 1024px) {
    .footer-container {
        flex-direction: row;
        padding: 20px;
    }

    .footer-section {
        padding: 20px;
        text-align: center;
    }

    .newsletter-input {
        flex-direction: row;
    }

    .newsletter-input input[type="email"] {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .newsletter-input button {
        width: auto;
    }

    .social-media {
        flex-direction: row;
    }

    .social-media a {
        margin: 0 5px;
    }
	.image-wrapper img {
    width: 79%!important;
    height: auto;
    border-radius: 8px;
    border-color: black;
	        margin-top: 65px!important;
}

.image1 {
    position: absolute;
    top: 71px!important;
    left: 95px!important;
    z-index: 1;
    border: 4px solid #fff;
}
.image2 {
    position: absolute;
    top: 28%!important;
    left: -9%!important;
    z-index: 2;
    border: 4px solid #fff;
    height: 310px !important;
}
.experience-wrapper {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-left: 78%!important;
    margin-top: 169px!important;
    font-size: 12px;
}
.image-description-container {
    display: block!important;
}
.image-description-container img {
    max-width: 276px;
}
.bookNow h2 {
    color: #fff;
    font-size: 24pt!important;
}
.bookNow p {
    color: #fff;
    font-size: 15pt!important;

}
.our-web img {
    width: 208%!important;
}
.about-grid {
    background: white;
    padding: 48px;
    width: 624px !important;
    margin-left: 24px!important;
    height: 527px!important;
    margin-top: -93px !important;
}
.bookonline
{
	    margin-top: -92px!important;
}
.maxi-Car img 
{
	width: 100%;
        margin-top: 21%;
}
.Carnival-Cars img {
    width: 100%!important;
    margin-top: 59px;
}
.NX-Cars img {
    width: 100%!important;
    margin-top: 59px;
}
.RX-Cars img {
    width: 100%!important;
    margin-top: 59px;
}
.ES-Cars img {
    width: 100%!important;
    margin-top: 59px;
}
.box-123 {
	display:contents!important;
	
}
.qodef-e-title

{
	    width: 180%!important;
}
.qodef-e-text 
{
	    width: 230%!important;
}
.airportbanner h2 {
    font-size: 22px!important;
	
}

.service-content h2 {
    width: 204%!important;
}
.service-content1 h2 {
    margin-left: -107%;
}


}

.fixed-buttons {
  display: none;
}

@media (max-width:480px) {



.trust-caption {
    position: relative;
    background: #0056b396;
    color: #fff;
    padding: 100px 50px;
    margin-top: 16px;
	
	}
	
	
	
	
	
.fixed-buttons {
  display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #001f3f;
  z-index: 1000;
  padding: 10px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.fixed-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 5px;
}

.fixed-buttons.visible {
  display: flex;
}
	
	}
	
	


-top: 10px;
    display: flex;
    justify-content: center;
	    background: #2d2426bd;
    width: 373px;
    margin-left: 37%;
}

.payment-icons img {
       background: #2d2426bd;
    width: 373px;
    margin-left: 5%;
}

.prior
{
	margin-top:9%;
}




.prior_mor {
    width: auto;
    margin: 0 auto;
    padding: 0;
}

.prior_mor a {
    color: #fff;
    font-size: 15pt;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 10px;
    background-color: #003366;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none; /* Add this to remove underline */
    transition: background-color 0.5s ease, color 0.5s ease; /* Smooth transition for hover effect */
}

.prior_mor a:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .prior_mor a {
        font-size: 12pt; /* Adjust font size for smaller screens */
        padding: 8px 20px; /* Adjust padding for smaller screens */
        margin: 10px 0; /* Center the button with margin */
        display: block; /* Make the button block level for full width */
        width: 100%; /* Full width button */
        box-sizing: border-box; /* Ensure padding is included in the width */
    }
		
.benefit-image img {
    max-width: 72%!important;
    height: auto;
    margin-left: 1%!important;
}
.content .link-boxes .box li a {
    color: #fff;
    font-size: 12px!important;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease;
}
.banner-header h1 {
    font-size: 1.2em!important;
}
.banner-header p {
    font-size: 0.9em!important;
}
.banner-header {
    height: 273px!important;
}
.bookNow img {
    width: 100%!important;
}





}
.cta-button1 {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e1dcd6;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}
@media (max-width: 480px) {
        .prior_mor a {
        font-size: 10pt;
        padding: 14px 15px;
    }
}







.container-fluid.bg-dark {
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.sidebar {
    background-color: #6a1b9a;
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease-in-out;
    position: sticky;
    top: 20px;
}

.sidebar h2 {
    font-size: 1.2rem;
}

.sidebar ul {
    padding-left: 0;
}

.sidebar ul li {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.sidebar ul li:hover, .sidebar ul li.active {
    background-color: #4a148c;
    padding-left: 10px;
}

ul.list-unstyled li {
    margin-bottom: 10px;
}

ul.list-unstyled li i {
    color: #9c27b0;
    margin-right: 10px;
}

.area-content {
    display: none;
    transition: all 0.3s ease-in-out;
}

.area-content.active {
    display: block;
}

.col-md-2, .col-md-10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.carousel-item
{
	padding:27px!important;
}





.accordion-button {
	
	position: relative!important;
    display: flex!important;
    align-items: center!important;
    width: 100%!important;
    padding: 1rem 1.25rem!important;
    font-size: 1rem;
    color: #212529!important;
    text-align: left!important;
    background-color: #ddd!important;
    border: 0!important;
    margin-top: 1%!important;
    border-radius: 0!important;
    overflow-anchor: none!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease!important;
}


.accordion-button:not(.collapsed) {
    color: #ffffff!important;
    background-color: #0056b3!important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)!important;
}



.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125)!important;
}












#social-float{position: fixed; width:100%; background-color: #E52120; bottom:0; text-align:center; z-index: 9;}
.social-mobile{ margin: 0; display:block; width:100%;}
.social-mobile li { display: block; width:33%;float: left; list-style: none; margin: 0px;}
.social-mobile li a {
    color: #FFF;font-family: 'Open Sans', sans-serif !important;
   background-color: #E52120;
background: linear-gradient(to bottom,#E52120 0%,#bd1220 100%) repeat;
    display:block; font-size: 14px;line-height: 120%; font-weight:700; padding:10px 10px;
    overflow: hidden; letter-spacing:1px;
    text-align: center;
    transition: all .5s ease 0s;
}
.social-mobile li + li {border-left: 1px solid #fff;}
.social-mobile li a.fa {
    position: relative
}
.social-mobile li a.fa:before {
    color: #FFF;
    font: 18px/20px FontAwesome;

}
.social-mobile li a:hover {
    border-color: #111111;
    background-color: #111111;
    background: linear-gradient(to bottom, #333333 0%, #111111 100%) repeat;
color: #FFF;

}


}
.show-on-mobile

{
        display: none;
}

.pagesbanner2
{
	background: #063874;
    height: auto;
}

.pages-header
{
	    background-color: #0c2d4d85;
		    padding: 3%;
}


.pages-header h1 {
      font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke: 1px #ffffff;
    background: -webkit-linear-gradient(#e8ecf5, #fffcfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
}
.pages-header p
{
	 font-size: 1.2em;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif !important;
	    margin-top: -22px;
}
.aboutContent
{
	background:#f3f3f3;
	padding: 60px;
}
.about-text
{
	border-right: 5px solid black;
    padding: 12px;
}

.about-text2
{
	border-left: 5px solid black;
    padding: 12px;
}
.taxi-info
{
	    background: #d7d4d4;
    margin-top: 5%;
	padding:60px;
}
.about-grid
{
	           background: white;
    padding: 27px;
    width: 624px !important;
    margin-left: -71px;
    height: 505px;
    margin-top: 46px;
}
.our-web img 
{    width: 95%;
    margin-top: 1px;
    /* margin-left: 21px; */
    border-radius: 21px;
}
.ES-Car
{
	    background-color: white;
    color: black;
        box-shadow: 0px 0px 10px #002f74;
    padding: 20px;
    margin-bottom: 14px;
    margin-top: 37px;
}
.ES-Cars img 
{
	    width: 78%;
}
.Carnival
{
	 background-color: white;
    color: black;
          box-shadow: 0px 0px 10px #acacad;
    padding: 20px;
    margin-bottom: 14px;
    margin-top: 37px;
}
.Carnival-Cars img 
{
	    width: 78%;
}
.NX-Car 
{
	 background-color: white;
    color: black;
        box-shadow: 0px 0px 10px #002f74;
    padding: 20px;
    margin-bottom: 14px;
    margin-top: 37px;
}
.NX-Cars img 
{
	    width: 78%;
}
.RX-Car
{
	 background-color: white;
    color: black;
           box-shadow: 0px 0px 10px #acacad;
    padding: 20px;
    margin-bottom: 14px;
    margin-top: 37px;
}
.RX-Cars img 
{
	    width: 78%;
}

.service-content1 h2 {
    color: #0056b3;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}



























.footer-sections {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
     margin-bottom: 1px;
    margin-left: 0%;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif !important;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



 
    .radioBtn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        gap: 40px; /* Adjusted space between buttons */
    }

    .radioBtn .form-check-inline {
        position: relative;
        padding: 15px 30px;
        border: 2px solid transparent; /* Initial border */
        border-radius: 40px; /* Smooth rounded buttons */
        background-color: #f7f7f7;
        transition: all 0.4s ease;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* Hover Effect */
    .radioBtn .form-check-inline:hover {
        border-color: #213764; /* Border color on hover */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        background-color: #eef1f7;
    }

    .radioBtn input[type="radio"] {
        display: none;
    }

    .radioBtn label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px; /* Larger font for readability */
        color: #333;
        position: relative;
        padding-left: 50px; /* Space for custom radio circle */
        cursor: pointer;
    }

    .radioBtn .custom-radio {
        position: absolute;
        left: 15px;
        width: 30px;
        height: 30px;
        border: 2px solid #ccc;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    /* Checked Style */
    .radioBtn input[type="radio"]:checked + label .custom-radio {
        border-color: #213764;
        background-color: #213764;
    }

    .radioBtn input[type="radio"]:checked + label .custom-radio::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        background-color: white;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .radioBtn input[type="radio"]:checked + label span {
        font-weight: bold;
        color: #213764; /* Change text color when selected */
    }

    /* Active State Style */
    .radioBtn input[type="radio"]:checked + label .form-check-inline {
        background-color: #213764;
        color: white;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    /* Text Hover Effect */
    .radioBtn label:hover span {
        color: #213764;
    }

    /* Smooth Transition on Selection */
    .radioBtn input[type="radio"]:checked + label .custom-radio {
        animation: popIn 0.3s ease forwards;
    }

    @keyframes popIn {
        0% {
            transform: scale(0.5);
        }
        100% {
            transform: scale(1);
        }
		
		}
		
		
		/* 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 */
    }
}

.image-overlay2 {
    margin-top: 123px;
}




.paymentImg2
{
	width: 294px !important;
    margin-left: 41% !important;
    background: white;
}

.paymentHeading
{
	    font-size: 20px!important;
		color:white !important;
}







/* Full-width container for fluid layout */
.container-fluid {
    padding: 0;
}

.image-section {
    position: relative;
    overflow: hidden;
    height: 100vh; /* Full height for viewport */
}

.image-text-wrapper {
    position: relative;
    width: 100%;
}

.image-text-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.image-text-wrapper img:hover {
    transform: scale(1.1);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.text-overlay h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.text-overlay p {
    font-size: 1.1rem;
}

.text-section {
    background-color: #f8f9fa;
    padding: 40px;
    text-align: center;
}

.icons-text-wrapper h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.icons-text-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-text-wrapper ul li {
    font-size: 1.2rem;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.icons-text-wrapper ul li i {
    margin-right: 10px;
    color: #007bff; /* Bootstrap primary color */
}

.icons-text-wrapper ul li:hover {
    color: #0056b3; /* Darker shade for hover effect */
}















footer{
  position: relative;
  background: #063874;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0%;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 89px;
  height: 1px;
  width: 100%;
  background: #AFAFB6!important;
}
footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
  padding:0%;
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
      text-align: left !important;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
  width: 101%;
      text-align: left!important;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #e1dcd6;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}






 .service-section {
            margin-top: -2%;
            background: #fff;
            padding: 50px 0;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 40px;
        }

        .service-section:hover {
            /* transform: translateY(-10px); */
            /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); */
        }

        .service-content {
            text-align: center;
            margin-bottom: 40px;
        }

        .service-content h2 {
            color: #0056b3;
            font-size: 1.7rem;
            font-weight: bold;
            margin-bottom: 20px;
            text-transform: capitalize;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        }

        .service-content p {
            color: #555;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 25px;
            letter-spacing: 0.5px;
        }

        .service-content .btn-group-custom {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }

        .btn-primary-custom {
            background-color: #0056b3;
            color: #fff;
            padding: 12px 24px;
            font-size: 1rem;
            border-radius: 50px;
            transition: background-color 0.3s ease, transform 0.3s ease;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
            border: none;
            display: inline-block;
        }

        .btn-primary-custom:hover {
            background-color: #003d80;
            transform: translateY(-5px);
        }

        .image-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .service-img {
            flex: 1;
            min-width: 280px;
            max-width: 450px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .service-img img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

        .service-img:hover img {
            transform: scale(1.05);
        }
		
		
		.luxury-service-container {
    background-color: #f7f7f7;
    padding: 40px;
    text-align: center;
}

.luxury-header h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.luxury-header p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

.luxury-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.luxury-btn {
    background-color: #0056b3;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.luxury-btn:hover {
    background-color: #003d82;
}

.luxury-gallery {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.gallery-item {
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item p {
    background-color: #333;
    color: white;
    margin: 0;
    padding: 15px;
    font-size: 1.1rem;
    text-align: center;
}

.btn-primary {
    color: #fff!important;
    font-weight: bold!important;
    background-color: #093260!important;
    border-color: #093260!important;		
	}
	
	
	.btn-dark {
    color: #fff!important;
    background-color: #e1dcd6!important;
    border-color: #e1dcd6!important;
    font-weight: bold!important;
	}
	
	
	.btn-dark:hover {
    color: #fff!important;
    background-color: #e1dcd6!important;
    border-color: #e1dcd6!important;
	
	}
	
	ul.styled-list {
    list-style-type: none;
    padding: 0;
}

ul.styled-list li {
    padding: 10px;
    margin: 5px 0;
}

.luxury-cars {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    color: #2c3e50;
    background-color: #ecf0f1;
}

.clean-comfortable {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #16a085;
    background-color: #f7f9f9;
}

.door-to-door {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #2980b9;
    background-color: #eaf2f8;
}

.on-time {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #e74c3c;
    background-color: #fbecec;
}

.navigation {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #8e44ad;
    background-color: #f9f4f4;
}






.btnhd {
    cursor: pointer;
    font-size: 16pt;
    font-weight: 700;
    border-radius: 10px;
    padding: 6px 20px 6px 20px;
    text-align: center;
    margin: 10px 5px 0 5px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btnhd-default {
    color: #004990;
    border-color: #fff;
    background-color: #fff;
}

    .btnhd-default:hover, .btnhd-default:focus, .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        color: #000;
        border-color: #ddd;
        background-color: #ddd;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        background-image: none;
    }
	
	
	
	
	
	.containerr{
  width: 98%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.containerr .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerr .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}
@media (max-width: 950px) {
  .containerr{
           width: 100%;
        padding: 5px 4px 1px 6px;
  }
  .containerr .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .containerr{
    margin: 40px 0;
    height: 100%;
  }
  .containerr .content{
    flex-direction: column-reverse;
  }
 .containerr .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .containerr .content .left-side::before{
   display: none;
 }
 .containerr .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
.content .left-side .details .text-one, .content .left-side .details .text-two  {
    font-size: 19px!important;
    color: #000000!important;
}
.content .left-side .details i
{
	    color: #093260;
	
}
.content .left-side .details .topic {
    font-size: 23px!important;
    font-weight: bold;
}


.bookimag {
  width: 100%; /* Default width for laptops and larger screens */
}

@media (max-width: 992px) { /* For medium screens, like tablets */
  .bookimag {
    width: 78%;
  }
}

@media (max-width: 576px) { /* For small screens, like phones */
  .bookimag {
    width: 70%;
  }
}




.sld_data_btn_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}



.sld_ovrly {

width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 70px 0;
    background-color: rgba(20, 74, 143, 0.8);
}





.sld_data {
    width: 100%;
    float: left;
    /* margin: 0 0 20px 0; */
   
}

    .sld_data h2 {
        color: #000;
        font-size: 25pt;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        padding: 0 0 10px 0;
        font-family: 'Fira Sans', sans-serif;
    }

    .sld_data p {
        color: #000;
        font-size: 14pt;
        margin: 0 0 0 0;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Fira Sans', sans-serif;
    }

.sld_data_btn_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.sld_data_btn1 {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
    text-align: center;
}

    .sld_data_btn1 a {
        color: #000;
        letter-spacing: 1px;
        font-size: 12pt;
        font-weight: 500;
        border-radius: 5px;
        margin: 5px;
        background-color: #fff;
        padding: 7px 20px 7px 20px;
        text-decoration: none;
    }

        .sld_data_btn1 a:hover {
            color: #000;
            margin: 5px 5px 5px 5px;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.sld_data_btn2 {
    width: 51%;
    float: left;
    margin: 20px 0 20px 0;
    text-align: left;
}

    .sld_data_btn2 a {
        color: #000;
        letter-spacing: 1px;
        font-size: 12pt;
        font-weight: 500;
        border-radius: 5px;
        margin: 5px;
        background-color: #fff;
        padding: 7px 20px 7px 20px;
        text-decoration: none;
    }

        .sld_data_btn2 a:hover {
            color: #000;
            margin: 5px 5px 5px 5px;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }
		
		
		
		
ul.tabs {
    margin: 0 0 10px 0;
    padding: 0 0 0 17%;
    float: left;
    list-style: none;
    /*height: 32px;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;*/
    width: 100%;
}

    ul.tabs li {
        width: 40%;
        float: left;
        margin: 5px;
        padding: 0;
        /*height: 31px;*/
        line-height: 31px;
        margin-bottom: 0px;
        background: #bbb;
        overflow: hidden;
        position: relative;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 12px 15px;
            outline: none;
            font-weight: 600;
            font-size: 11pt;
            line-height: 1.2;
        }

            ul.tabs li a:hover {
                background: #004990;
            }

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #004990;
}

.tab_container {
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: left;
    width: 733px;
    background: #fff;
}

.tab_content {
    /*padding: 10px;*/
    text-align: justify;
}

ul.tabs li.active:after {
    display: table;
    content: " ";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 20px solid #000000;
    border-top-color: rgb(0, 73, 140);
    border-bottom: 0;
    background-color: #fff;
}





@media (max-width:350px) {

    ul.tabs li.active:after {
                display: table;
                content: " ";
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -10px;
                border-left: 140px solid transparent;
                border-right: 140px solid transparent;
                border-top: 20px solid #000000;
                border-top-color: rgb(0, 73, 140);
                border-bottom: 0;
                background-color: #fff;
            }

}





@media (max-width:480px) {

    ul.tabs {
        margin: 0 4% 10px 4%;
        padding: 0;
        float: left;
        list-style: none;
        /*height: 32px;
	border-bottom: 0px solid #999;
	border-left: 1px solid #999;*/
        width: 92%;
    }

        ul.tabs li {
            width: 100%;
            float: left;
        }

            ul.tabs li a {
                padding: 12px 15px;
            }

            ul.tabs li.active:after {
                display: table;
                content: " ";
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -10px;
                border-left: 165px solid transparent;
                border-right: 165px solid transparent;
                border-top: 20px solid #000000;
                border-top-color: rgb(0, 73, 140);
                border-bottom: 0;
                background-color: #fff;
            }
}


		
		
		

.top_pnl {
    
    width: 100%;
    background-color: #eee;
    padding: 0 0 0 0;
}

/* .top-area { */
    /* float: left; */
    /* width: 100%; */
    /* padding: 10px 0 10px 0; */
    /* background-color: #004990; */
/* } */

/* .tpadd { */
    /* padding: 0 5px 0 0; */
/* } */

/* .tp_list { */
    /* float: left; */
    /* width: 70%; */
    /* color: #fff; */
/* } */

    /* .tp_list a { */
        /* float: left; */
        /* color: #fff; */
        /* font-size: 12pt; */
        /* margin: 0 25px 0 0; */
        /* padding: 0 25px 0 0; */
        /* border-right: 1px solid #ccc; */
    /* } */

        /* .tp_list a:hover { */
            /* float: left; */
            /* color: #ddd; */
        /* } */

/* .top-fl { */
    /* float: left; */
    /* width: 100%; */
    /* z-index: 11; */
    /* position: fixed; */
    /* margin: 46px 0 0 0; */
    /* padding: 10px 0 7px 0; */
    /* background-color: #fff; */
    /* box-shadow: 0px 15px 20px rgba(0,0,0,0.10); */
    /* /*background: rgba(0,0,0,.8); */
	/* position: absolute; */
	/* background-color: rgba(0,0,0,.8);*/ */
/* } */

/* .logo { */
    /* width: 12%; */
    /* float: left; */
    /* color: #000; */
    /* font-size: 18pt; */
    /* font-weight: 700; */
/* } */

/* .phone_pnl { */
    /* width: 100%; */
    /* float: left; */
    /* color: #333; */
    /* margin: 5px 0 5px 0; */
    /* font-size: 18pt; */
    /* font-weight: 400; */
    /* text-align: right; */
    /* font-family: "Fira Sans", Sans-serif; */
/* } */

    /* .phone_pnl a { */
        /* float: right; */
        /* color: #144a8f; */
        /* text-decoration: none; */
        /* background-color: #fff; */
        /* border-radius: 5px; */
        /* padding: 5px 15px 2px 15px; */
    /* } */

        /* .phone_pnl a:hover { */
            /* opacity: .8; */
            /* text-decoration: none; */
        /* } */

/* .phone { */
    /* float: right; */
    /* color: #fff; */
    /* font-size: 15pt; */
    /* font-weight: 400; */
    /* text-align: center; */
    /* margin: 13px 0 0 0; */
    padding: 6px 15px 5px 15px;
/* } */

/* .phone_a { */
    /* float: left; */
    /* text-align: center; */
    /* padding: 4px 13px 5px 13px; */
    /* border-right: 1px solid #fff; */
/* } */

/* .phone_b { */
    /* float: left; */
    /* color: #fff; */
    /* font-size: 13pt; */
    /* font-weight: 400; */
    /* text-align: center; */
/* } */

/* .phone a { */
    /* color: #fff; */
    /* font-size: 20pt; */
    /* font-weight: 600; */
    /* border-radius: 8px; */
    /* background-color: #004990; */
    /* padding: 4px 20px 3px 20px; */
    /* text-decoration: none; */
/* } */

    /* .phone a:hover { */
        /* color: #fff; */
        /* text-decoration: none; */
        /* background-color: #000; */
        /* -webkit-transition: all .6s ease-in-out; */
        /* -o-transition: all .6s ease-in-out; */
        /* transition: all .6s ease-in-out; */
    /* } */

/* .phone > a img { */
    /* top: 7px; */
    /* margin-top: 0; */
/* } */

/* .imgLeft { */
    /* padding: 0 20px 10px 0; */
/* } */

/* .imgRight { */
    /* padding: 0 0 20px 20px; */
/* } */

/* .menu_bar { */
    /* width: 85%; */
    /* float: left; */
    /* margin: 13px 0 0 0; */
/* } */

.sld_data {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

    .sld_data h2 {
        color: #fff;
        font-size: 25pt;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        padding: 0 0 10px 0;
        font-family: 'Fira Sans', sans-serif;
    }

    .sld_data p {
        color: #fff;
        font-size: 14pt;
        margin: 0 0 0 0;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
        font-family: 'Fira Sans', sans-serif;
    }

.sld_data_btn_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.sld_data_btn1 {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
    text-align: center;
}

    .sld_data_btn1 a {
        color: #000;
        letter-spacing: 1px;
        font-size: 12pt;
        font-weight: 500;
        border-radius: 5px;
        margin: 5px;
        background-color: #fff;
        padding: 7px 20px 7px 20px;
        text-decoration: none;
    }

        .sld_data_btn1 a:hover {
            color: #000;
            margin: 5px 5px 5px 5px;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.sld_data_btn2 {
    width: 51%;
    float: left;
    margin: 20px 0 20px 0;
    text-align: left;
}

    .sld_data_btn2 a {
        color: #000;
        letter-spacing: 1px;
        font-size: 12pt;
        font-weight: 500;
        border-radius: 5px;
        margin: 5px;
        background-color: #fff;
        padding: 7px 20px 7px 20px;
        text-decoration: none;
    }

        .sld_data_btn2 a:hover {
            color: #000;
            margin: 5px 5px 5px 5px;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }
		
		
	.sld_areaa	{
	
	
	    width: 100%;
    float: left;
    /* margin: 117px 0 0 0; */
   
    background-position: 50% 0;
    background-size: cover;
	 background-color:#0000001f;
}
		

.sld_area {
    width: 100%;
    float: left;
    /* margin: 117px 0 0 0; */
    background-image: url(images/header_bg.webp)!important;
    background-position: 50% 0;
    background-size: cover;
}

.sld_ovrly {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 70px 0;
    background-color: rgba(20,74,143,0.8);
}

.sld_area h1 {
    color: #fff;
    font-size: 18pt;
    margin: 0 0 0 0;
    font-weight: 500;
    padding: 0 0 5px 0;
    font-family: 'Fira Sans', sans-serif;
	text-align: center;
}

.sld_area p {
    color: #fff;
    font-size: 15pt;
    margin: 0 0 0 0;
    font-weight: 400;
    padding: 0 0 0 0;
    font-family: 'Fira Sans', sans-serif;
}

.sld_phn {
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
    /*padding: 6px 15px 5px 15px;*/
    font-family: 'Fira Sans', sans-serif;
}

    .sld_phn a {
        color: #000;
        font-size: 11pt;
        font-weight: 500;
        border-radius: 5px;
        margin: 5px;
        background-color: #fff;
        padding: 15px 50px 15px 50px;
        text-decoration: none;
    }

        .sld_phn a:hover {
            color: #000;
            margin: -5px 5px 5px 5px;
            text-decoration: none;
            background-color: #e5e5e5;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

		
		
		





@media (max-width:480px) {

    /* .logo { */
        /* float: left; */
        /* width: 35%; */
        /* margin: 0 0 0 0; */
        /* text-align: left; */
    /* } */

    /* .srv_bg { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 30px 0 30px 0; */
    /* } */

        /* .srv_bg h1 { */
            /* font-size: 20pt; */
            /* line-height: 1.2; */
            /* text-align: center; */
        /* } */

    /* .srv_box h3 { */
        /* font-size: 18pt; */
    /* } */

    /* .head-ttl { */
        /* font-size: 17pt; */
        /* margin: 0 0 5px 0; */
        /* text-shadow: 0 3px 5px rgba(0,0,0,1.6); */
    /* } */

    .book-bg {
        float: left;
        width: 100%;
        z-index: 1;
        margin: 10px 0 0 0;
        padding: 0 0 20px 0;
    }

    .book-data {
        width: 100%;
        float: left!important;
        margin: 0 0 0 0;
        padding: 15px 10px 20px 10px;
        margin-left: 21px !important;
        margin-top: 14px !important;
    }

    /* .menu_bar { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 0 0; */
    /* } */

    /* .caro_hgt { */
        /* height: auto; */
    /* } */

    /* .top-fl { */
        /* float: left; */
        /* width: 100%; */
        /* z-index: 2; */
        /* margin: 42px 0 0 0; */
        /* padding: 10px 0 10px 0; */
        /* background-color: #fff; */
        /* /*position: absolute; */
	/* background: rgba(0,0,0,.6); */
	/* background-color: rgba(0,0,0,.8);*/ */
    /* } */

    /* .srimg { */
        /* width: 100%; */
    /* } */

    /* .welc { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 20px 0 0 0; */
    /* } */

    /* .welc_ap h1 { */
        /* font-size: 20pt; */
        /* font-weight: 600; */
        /* margin: 10px 0 10px 0; */
        /* text-align: center; */
        /* line-height: 1.2; */
    /* } */

    /* .welc_ap span { */
        /* font-size: 18pt; */
        /* font-weight: 600; */
        /* color: #333; */
    /* } */

    /* .welc_ap p { */
        /* color: #666; */
        /* text-align: center; */
    /* } */

    /* .bst { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 40px 0 0 0; */
        /* background-image: url(../images/offer_bg.jpg); */
        /* background-position: 50% 0; */
        /* background-size: cover; */
    /* } */

    /* .bst_grp { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 0 0; */
        /* height: auto; */
        /* border-right: 0; */
        /* padding: 10px 15px 30px 15px; */
        /* border-bottom: 1px dashed #ccc; */
    /* } */

    /* .srvss_a { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 20px 15px 10px 15px; */
    /* } */

    /* .srvss_b { */
        /* width: 100%; */
        /* float: left; */
    /* } */

    /* .srvss_a h1 { */
        /* font-size: 22pt; */
        /* margin: 0 0 0 0; */
        /* text-align: center; */
    /* } */

    /* .srvss_a li { */
        /* margin: 0; */
        /* font-size: 12pt; */
        /* padding: 8px 0 8px 0; */
    /* } */

    /* .srv_bg h2 { */
        /* font-size: 13pt; */
        /* text-align: left; */
        /* font-weight: 400; */
        /* margin: 0 0 5px 0; */
        /* line-height: 1.3; */
        /* text-align: center; */
    /* } */

    /* .srv_box { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 0; */
        /* margin: 0 0 20px 0; */
    /* } */

    /* .srv_box_txt { */
        /* padding: 10px; */
        /* font-size: 15pt; */
        /* margin: -80px 0 10px 0; */
    /* } */

    /* .srv_smbox { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 5% 0; */
    /* } */

    /* .srv_smbox_txt { */
        /* padding: 10px; */
        /* font-size: 15pt; */
        /* margin: -80px 0 10px 0; */
    /* } */

    /* .tak { */
        /* float: left; */
        /* width: 100%; */
        /* border-top: 0; */
        /* padding: 10px 0 30px 0; */
        /* background-color: #f7f7f7; */
    /* } */

        /* .tak h2 { */
            /* font-size: 30pt; */
        /* } */

        /* .tak h3 { */
            /* font-size: 21pt; */
            /* font-weight: 600; */
        /* } */

    /* .bttm-1 { */
        /* float: left; */
        /* width: 100%; */
        /* margin: 0 0 0 0; */
        /* padding: 20px 0 20px 0; */
        /* background-color: #313233; */
    /* } */

    /* .bttm-hed { */
        /* float: left; */
        /* width: 100%; */
        /* color: #fff; */
        /* color: #ee3224; */
        /* font-size: 16pt; */
        /* text-align: left; */
        /* font-weight: 500; */
        /* margin: 20px 0 5px 0; */
    /* } */

    /* .fotr-left { */
        /* width: 100%; */
        /* float: left; */
        /* text-align: center; */
    /* } */

    /* .fotr-right { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 0 0; */
        /* text-align: center; */
    /* } */

    /* .fotr li { */
        /* padding: 0 8px 0 0; */
        /* line-height: 1.3; */
    /* } */

    /* .oth-hdr-bg { */
        /* float: left; */
        /* width: 100%; */
        /* margin: 109px 0 0 0; */
        /* padding: 60px 0 60px 0; */
        /* background-image: url(../images/oth-hdr-bg.jpg); */
        /* background-position: 50% 0; */
        /* background-size: cover; */
    /* } */

        /* .oth-hdr-bg h1 { */
            /* color: #fff; */
            /* font-size: 22pt; */
            /* font-weight: 700; */
            /* margin: 0 0 10px 0; */
            /* text-align: center; */
        /* } */

        /* .oth-hdr-bg p { */
            /* color: #fff; */
            /* font-size: 13pt; */
            /* margin: 0 0 0 0; */
            /* font-weight: 400; */
            /* line-height: 1.1; */
            /* padding: 0 0 10px 0; */
            /* font-family: 'Fira Sans', sans-serif; */
        /* } */

    /* .all_main h3 { */
        /* color: #333; */
        /* font-size: 14pt; */
        /* font-weight: 600; */
        /* line-height: 1.3; */
        /* text-align: center; */
        /* margin: 20px 0 10px 0; */
    /* } */

    /* .serve_bg { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 0 0; */
        /* padding: 20px 0 20px 0; */
    /* } */

    /* .serve_box { */
        /* width: 92.5%; */
        /* float: left; */
        /* margin: 10px 15px; */
        /* padding: 0 0 0 0; */
    /* } */

    /* .all-contents { */
        /* float: left; */
        /* width: 100%; */
        /* padding: 30px 0; */
    /* } */

    /* .con_1 { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 0; */
        /* color: #004990; */
        /* margin: 0 0 0 0; */
        /* font-size: 15pt; */
        /* font-weight: 600; */
        /* text-align: center; */
    /* } */

    /* .con_2 { */
        /* padding: 0; */
        /* color: #333; */
        /* font-size: 25pt; */
        /* font-weight: 600; */
        /* margin: 0 0 5px 0; */
        /* text-align: center; */
    /* } */

    /* .con_grp { */
        /* width: 100%; */
        /* float: left; */
        /* color: #666; */
        /* margin: 0 0 0 0; */
        /* border-right: 0; */
        /* padding: 30px 0 20px 0; */
        /* border-bottom: 1px dashed #ddd; */
    /* } */

    /* .con_grp_1 { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0; */
        /* padding: 30px 0 20px 0; */
    /* } */

    /* .srrvv_bg { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 0 0; */
        /* padding: 30px 10px 30px 10px; */
    /* } */

        /* .srrvv_bg h1 { */
            /* font-size: 22pt; */
        /* } */

    /* .srrvv_grp { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 3% 0 0 0; */
    /* } */

    .prior h1 {
        font-size: 22pt;
    }

    .prior p {
        line-height: 25px;
    }

    /* .term_mar { */
        /* margin-bottom: 15px; */
    /* } */

    /* .tp_list { */
        /* float: left; */
        /* width: 100%; */
        /* color: #fff; */
    /* } */

        /* .tp_list a { */
            /* width: 100%; */
            /* float: left; */
            /* color: #fff; */
            /* font-size: 12pt; */
            /* margin: 0 0 0 0; */
            /* border-right: 0; */
            /* padding: 0 0 2px 0; */
        /* } */

    /* .slider_heading { */
        /* padding: 0; */
        /* color: #fff; */
        /* font-size: 25pt; */
        /* margin: 0 0 0 0; */
        /* font-weight: 600; */
        /* text-align: center; */
        /* text-shadow: 0 1px 1px rgba(0,0,0,1.6); */
    /* } */

    /* .slider_sml { */
        /* padding: 0; */
        /* color: #fff; */
        /* font-size: 18pt; */
        /* margin: 0 0 0 0; */
        /* font-weight: 300; */
        /* text-align: center; */
        /* text-shadow: 0 1px 1px rgba(0,0,0,1.6); */
    /* } */

    .book-hd {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .book-inner {
        float: left;
        width: 100%;
    }

    .book-data-airp {
        float: right;
        width: 100%;
        margin: 15px 0 0 0;
        background: rgba(0,0,0,.8);
        padding: 10px 10px 20px 10px;
    }

    /* .srvic_grp { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 3% 0 3% 0; */
    /* } */

    /* .flt_thumb { */
        /* width: 100%; */
        /* float: left; */
        /* margin: 0 0 15px 0; */
        /* background-color: #fff; */
        /* padding: 10px 10px 10px 10px; */
        /* border-top: 3px solid #004990; */
        /* border-left: 3px solid #dddddd; */
        /* border-right: 3px solid #dddddd; */
        /* border-bottom: 3px solid #dddddd; */
        box-shadow: 0 3px 3px rgba(0,0,0,.3);
    /* } */

    /* .matr h1 { */
        /* color: #004990; */
        /* font-size: 22pt; */
        /* font-weight: 600; */
        /* line-height: 1.1; */
        /* margin: 0 0 0 0; */
        /* text-align: center; */
        /* text-transform: uppercase; */
    /* } */

    /* .top-area { */
        /* display: none; */
    /* } */

    /* .imgRight { */
        /* padding: 0 0 10px 0; */
    /* } */

    .pag_mor {
        width: 100%;
        float: left;
        color: #ffffff;
        margin: 0 auto;
    }

        .pag_mor a {
            width: 80%;
            float: left;
            color: #004990;
            margin: 5px 10%;
            font-size: 15pt;
            font-weight: 700;
            padding: 8px 30px;
            border-radius: 30px;
            text-decoration: none;
            background-color: #fff;
        }

            .pag_mor a:hover {
                color: #000;
                padding: 8px 30px;
                text-decoration: none;
                background-color: #e1dcd6;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    /* .phone { */
        /* width: 100%; */
        /* float: left; */
        /* color: #fff; */
        /* font-weight: 400; */
        /* text-align: center; */
        /* margin: 10px 0 10px 0; */
        /* border-radius: 5px; */
        padding: 6px 15px 5px 15px;
    /* } */

    /* .phone_a { */
        /* float: left; */
        /* text-align: center; */
        /* padding: 7px 13px 8px 13px; */
        /* border-right: 1px solid #fff; */
    /* } */

    /* .phone_b { */
        /* float: left; */
        /* color: #fff; */
        /* font-size: 13pt; */
        /* font-weight: 400; */
        /* text-align: center; */
        /* padding: 6px 15px 5px 15px; */
    /* } */

    /* .phone a { */
        /* color: #fff; */
        /* font-size: 20pt; */
        /* font-weight: 600; */
        /* text-decoration: none; */
        /* padding: 4px 30px 3px 30px; */
    /* } */

        /* .phone a:hover { */
            /* color: #fff; */
            /* text-decoration: none; */
            /* -webkit-transition: all .6s ease-in-out; */
            /* -o-transition: all .6s ease-in-out; */
            /* transition: all .6s ease-in-out; */
        /* } */

    .sld_area {
        width: 100%;
        float: left;
        /* margin: 109px 0 0 0; */
        background-image: url(/images/header_bg.webp);
        background-position: 50% 0;
        background-size: cover;
    }

    .sld_ovrly {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 50px 0 70px 0;
        background-color: rgba(20,74,143,0.8);
    }

    .sld_area h1 {
        color: #fff;
        font-size: 16pt;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-family: 'Fira Sans', sans-serif;
		text-align: center;
		margin-top: -41px!important;
    
    }

    .sld_phn a {
        margin: 5px;
        font-size: 11pt;
        font-weight: 500;
        border-radius: 5px;
        text-decoration: none;
        background-color: #fff;
        padding: 15px 20px 15px 20px;
    }

    /* .bookonl-bg { */
        /* float: left; */
        /* width: 100%; */
        /* z-index: 2; */
        /* padding: 0 0 10px 0; */
        /* margin: 0 0 0 0; */
    /* } */

    /* .phone_pnl { */
        /* font-size: 16pt; */
        /* text-align: right; */
        /* margin: 5px 0 5px 0; */
    /* } */

        /* .phone_pnl a { */
            /* float: none; */
            /* color: #144a8f; */
            /* text-decoration: none; */
            /* background-color: #fff; */
            /* border-radius: 5px; */
            /* padding: 5px 15px 2px 15px; */
        /* } */

            /* .phone_pnl a:hover { */
                /* opacity: .8; */
                /* text-decoration: none; */
            /* } */

    /* .top_pnl { */
        /* float: left; */
        /* width: 100%; */
        /* z-index: 2; */
        /* position: fixed; */
        /* background-color: #eee; */
        /* padding: 5px 0 0 0; */
    /* } */

    /* .sstc_rgt { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 0 0 0 0; */
    /* } */

    /* .sstc_lft { */
        /* width: 100%; */
        /* float: left; */
        /* padding: 15px 0 0 0; */
    /* } */

        /* .sstc_lft h1 { */
            /* font-size: 20pt; */
            /* margin: 0 0 10px 0; */
        /* } */

    /* .sstc_mtr { */
        /* font-size: 14pt; */
        /* line-height: 1.5; */
        /* padding: 25px 25px; */
        /* margin: 15px 0 25px 0; */
    /* } */

    /* .img-hover-zoom { */
        height: 300px;
        /* overflow: visible; */
    /* } */

        /* .img-hover-zoom:hover img { */
            /* transform: scale(1.1); */
        /* } */

    .sld_data {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

        .sld_data h2 {
            color: #fff;
            font-size: 20pt;
            margin: 0 0 0 0;
            font-weight: 600;
            line-height: 1.2;
            text-align: center;
            padding: 0 0 7px 0;
           
        }

        .sld_data p {
            color: #fff;
            font-size: 13pt;
            margin: 0 0 0 0;
            font-weight: 400;
            padding: 0 0 0 0;
            line-height: 1.2;
            text-align: center;
           
        }

    .sld_data_btn_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .sld_data_btn1 {
        width: 100%;
        float: left;
        margin: 15px 0 20px 0;
        text-align: center;
    }

        .sld_data_btn1 a {
            color: #000;
            letter-spacing: 1px;
            font-size: 12pt;
            font-weight: 500;
            border-radius: 5px;
            margin: 5px;
            background-color: #fff;
            padding: 7px 20px 7px 20px;
            text-decoration: none;
        }

            .sld_data_btn1 a:hover {
                color: #000;
                margin: 5px 5px 5px 5px;
                text-decoration: none;
                background-color: #e5e5e5;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .sld_data_btn2 {
        width: 100%;
        float: left;
        margin: 5px 0 20px 0;
        text-align: center;
    }

        .sld_data_btn2 a {
            color: #000;
            letter-spacing: 1px;
            font-size: 12pt;
            font-weight: 500;
            border-radius: 5px;
            margin: 5px;
            background-color: #fff;
            padding: 7px 20px 7px 20px;
            text-decoration: none;
        }

            .sld_data_btn2 a:hover {
                color: #000;
                margin: 5px 5px 5px 5px;
                text-decoration: none;
                background-color: #e5e5e5;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }
    
}


.top_pnl {
        position: relative; /* Allow other elements to flow normally */
        width: 100%;
        background-color: #f8f8f8;
        z-index: 9999;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .top_pnl .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .welcome-text {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .phone_pnl a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .phone_pnl img {
        margin-right: 5px;
    }

    /* Default styles for custom button */
    .custom-button {
        background-color: #00498c; /* Button color */
        padding: 10px 20px; /* Padding for the button */
        border-radius: 5px; /* Rounded corners for larger screens */
        display: inline-block; /* Makes the button block-level for padding */
        text-align: center; /* Centers text inside the button */
    }

    .custom-button a {
        color: white; /* Link color */
        text-decoration: none; /* Removes underline from link */
        font-weight: bold; /* Makes the text bold */
    }

    /* Media Query for Small Screens */
    @media (max-width: 600px) {
        .custom-button {
            position: fixed;
        right: 1px;
        top: 0px;
        z-index: 10000;
        background-color: #000;
        border-radius: 0px 1px 35px 35px;
        }

        .line-break {
            display: block; /* Show the line break on small screens */
        }

        .welcome-text {
            font-size: 14px; /* Optional: Adjust font size on small screens */
        }
    }

    /* For larger screens, hide the line break */
    @media (min-width: 601px) {
        .line-break {
            display: none; /* Hide the line break on larger screens */
        }
    }
    
    
    
    
    
	
	
.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

    .all_main ul {
        margin: 0;
        padding: 0;
    }

    .all_main li {
        margin: 0 0 0 20px;
        padding: 0;
    }
	
	
	
	
	.ser_lft {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 0 0 0;
    }

    
       
			
			
			.ser_rgt {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 0 0 30px;
}















        .btn-custom2 {
            background-color: #f8f9fa;
            border: 1px solid #d1d1d1;
            color: #0d3b80;
            font-weight: 500;
            padding: 6px 8px;
            margin: 5px;
            border-radius: 8px;
            display: inline-block;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
        }
        .btn-custom2:hover {
            background-color: #063874;
			color: white !important;
			
			
        }
		
			
				