/*
Author : HakunaMatata Limos
*/
/*============================
========================================*/

/*-----------------
	1. General
-----------------------*/

html {
    height: 100%;
}
body.body {
    background-color: #fff;
    color: #26292c;
    font-size: 1rem;
    height: 100%;
    overflow-x: hidden;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.body small {
    font-weight: normal;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
    color: #26292c;
    font-weight: 500;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.privacy-content h2,
.terms-content h2 {
    font-size: 1.875rem;
}
.privacy-content h3,
.terms-content h3 {
    font-size: 1.5rem;
}
.h2,
h2 {
    font-size: 2.875rem;
}
.body .h3,
.body h3 {
    font-size: 2.5rem;
    font-weight: 600;
}
.body .h4,
.body h4 {
    font-size: 1.4rem;
}
.body .h5,
.body h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 0.875rem;
}
a {
    color: #26292c;
    text-decoration: none;
}
a:hover {
    color: #4f5052;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}
.body a,
.body a:hover,
.body a:active,
.body a:focus {
    outline: none;
    text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
button:focus {
    outline: 0;
}
.body p {
    color: #838383;
    font-size: 18px;
    font-family: "Outfit", sans-serif;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hakucab-logo img {
    width: 280px;
    border-radius: 20%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.hakucab-screenshots img {
    height: 283px;
}
.hakucab-qrcode {
    width: 280px;
    margin-top: 30px;
}
.privacy-content a {
    color: #0dacfd;
}
.mt-20x {
    margin-top: 20px !important;
}
.ml-15x {
    margin-left: 15px !important;
}
.pt-40x {
    padding-top: 40px !important;
}
.booking-grid-content p {
    padding-top: 10px;
}
.btn.focus,
.btn:focus {
    box-shadow: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    border-color: #dce0eb;
    color: #26292c;
    font-size: 15px;
    min-height: 42px;
    padding: 6px 15px;
}
.table .form-control {
    font-size: 14px;
    min-height: 38px;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.form-control::-webkit-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}
.form-control::-moz-placeholder {
    color: #6e82a3;
    font-size: 14px;
}
.form-control:-ms-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}
.form-control::-ms-input-placeholder {
    color: #6e82a3;
    font-size: 14px;
}
.form-control::placeholder {
    color: #6e82a3;
    font-size: 14px;
}
.list-group-item {
    border: 1px solid #f0f0f0;
}
.content {
    min-height: 200px;
    padding: 30px 0 0;
}

section.inner {
    padding-top: 80px;
}
.section-header-wrapper > * {
    text-align: center;
}
.btn-grad {
    background-image: linear-gradient(
        to right,
        #e62e42 0%,
        #fe6a02 51%,
        #fe6a02 100%
    ) !important;
    padding: 12px 35px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto !important;
    color: white;
    border-radius: 5px;
    display: block;
}
.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
/*-----------------
	  logo
  -----------------------*/
.logo h1 {
    font-family: "Lobster Two", sans-serif;
    color: #fff;
    margin: 0;
}

/*-----------------
	  Container Custom
  -----------------------*/
.container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.top-bar-header {
    background: #1e1e1e;
}
.top-bar-wrapper img {
    width: 25px;
}
.top-bar-wrapper span {
    color: #969696;
}
.top-bar-wrapper {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr;
}
.login-info {
    color: #969696;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.language-converter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
/***********banner***********/
.section.banner {
    color: #fff;
    background-image: url("../img/limousine_travel.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-attachment: fixed;
    padding-bottom: 250px;
    padding-top: 100px;
}
.slider-content-wrapper {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.slider-content-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
.slider-content-info h2 {
    color: #fff;
}
a.btn-primary.outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button-wrapper {
    display: flex;
    gap: 20px;
}
/*******calculator******/
.calculator-wrapper {
    background: #202020;
    overflow: hidden;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.calculator-wrapper button.tablinks {
    border: 0;
    padding: 10px 7px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    width: 100%;
}
.calculator-wrapper .tab {
    display: flex;
}
.calculator-wrapper .tablinks.active {
    background: #fff !important;
    color: #000 !important;
}
.calculator-wrapper form {
    text-align: left;
}
.calculator-wrapper input,
select {
    margin-bottom: 10px;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 13px;
    padding: 8px 0px;
    border: 0;
    border-bottom: 1px solid #f5f5f554;
}
.calculator-wrapper .tabcontent {
    padding: 20px;
}
.calculator-wrapper label {
    color: #999999;
    font-size: 12px;
}

.calculator-wrapper select option {
    color: #000 !important;
}

/********grid-box-style******/

.app-links {
    padding-top: 33px;
}
.grid-container {
    display: grid;
    gap: 20px;
    padding: 10px;
}
.grid-container > * {
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
}
.item1 {
    grid-column: 1 / span 1;
    grid-row: 1;
    height: 160px;
    background-image: url(../img/limousine_travels.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item2 {
    height: 160px;
    background-image: url(../img/limousine_travels.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item3 {
    background-image: url(../img/limousine_travels.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    grid-column: 2;
    grid-row: 1 / span 2;
}
/************fleet**********/
.button-inner-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.fleet-wrapper {
    background: #edf2f4 !important;
    color: #000 !important;
}
.fleet-wrapper img {
    width: 75px !important;
}
.fleet-wrapper .info-wrap h5 {
    color: #000;
    margin-bottom: 0px;
}
.fleet-header {
    margin-bottom: 60px;
}
.feet-details-container {
    display: flex;
    justify-content: space-between;
}
.feet-details-container h4 {
    font-size: 16px;
}
.feet-details-container p {
    font-size: 14px;
}
.fleet-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/***********card-style**************/
.card-sliders {
    padding-bottom: 80px;
    background: #f3f3f3;
}
.card-slider {
    margin-top: 50px;
}
#home-slider .item {
    border-radius: 5px;
    background: #fff;
    padding: 0px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0px;
    min-width: 35%;
}
#home-slider .item img {
    border-radius: 4px;
    width: 100%;
}

#home-slider .item .login-wrappers img {
    width: 30px;
}
#home-slider .login-wrappers {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#home-slider .meta-info {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-top: 10px;
}
#home-slider .item h4 {
    margin-top: 18px;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 18px !important;
}
#home-slider .nav-tabs {
    border-bottom: 0px;
}
#home-slider .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 5px;
    color: #fff;
    background: #000;
}
#home-slider .nav-fill .nav-item .nav-link {
    font-weight: 500;
}
#home-slider ul.nav.nav-fill.nav-tabs {
    max-width: 500px;
    margin: 0 auto;
}
#home-slider .tab-content {
    padding-top: 0px !important;
}
div#tab-home-slider {
    display: flex;
    gap: 20px;
}
/**************service***********/
.service-section {
    padding-bottom: 80px;
}
.four-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.four-grid-wrapper .service-block {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.service-block p {
    text-align: left;
}

.service-block h4 {
    margin-top: 20px;
}
.tab-grid-wrapper .nav-link.active {
    background: transparent !important;
    border: 0px;
}
.tab-grid-wrapper .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.tab-grid-wrapper .nav-link.active {
    background: transparent !important;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #fe6a02 !important;
}
.tab-grid-wrapper .tab-content .tab-pane > * {
    display: flex;
    text-align: center;
    flex-direction: column;
}
.tab-grid-wrapper .nav-link.active h4 {
    background-image: linear-gradient(
        to right,
        #e62e42 0%,
        #fe6a02 51%,
        #fe6a02 100%
    ) !important;
    color: #fe6a02;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tab-grid-wrapper .tab-pane h4 {
    background-image: linear-gradient(
        to right,
        #e62e42 0%,
        #fe6a02 51%,
        #fe6a02 100%
    ) !important;
    color: #fe6a02;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.tab-grid-wrapper .tab-pane a {
    font-size: 17px;
    font-weight: 600;
}
.tab-grid-wrapper h4 {
    font-size: 18px;
}
.tab-grid-wrapper ul.nav.nav-fill.nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}
a.side-info.download-pdf h5 {
    margin-bottom: 0px;
}

/*************cta*********/
section.inner.cta {
    color: #fff;
    background-image: url("../img/limousine_travels.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
}
.service-banner {
    color: #fff;
    background-image: url("../img/service-banner.png") !important;
}

section.inner.cta h3 {
    color: #fff !important;
}
.caller-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
.caller-info span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.active-header {
    background: #fff;
    color: #000 !important;
    padding: 6px 17px !important;
    border-radius: 4px;
}
.tablet-section {
    background: #f3f3f3;
    padding-bottom: 60px;
}
.tablet-section {
    background: #f3f3f3;
    padding-bottom: 60px;
}
.tablet-grid-section img {
    width: 100%;
}
.row-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.tablet-grid-section {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 30px;
}
.row-content-container p {
    line-height: 1.7;
    padding-right: 20px;
    font-size: 16px;
}

/********Testimonials*********/
.cta-testimonials {
    color: #fff;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-attachment: fixed;
    padding-bottom: 20px;
    padding-top: 100px;
}
.cta-testimonials.about {
    background-color: rgb(245, 245, 220);
}
div#testimonials {
    display: block !important;
}
.content-testimonials {
    width: 750px;
    margin: 0 auto;
    color: #000;
}
.content-testimonials p {
    color: #000;
}
.content-testimonials h4 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
}
div#testimonials .owl-dots {
    margin-top: 60px;
}
.content-testimonials:after {
    content: url("../img/quotes.png");
    position: absolute;
    right: 66px;
    top: 0;
}
.content-testimonials:before {
    content: url("../img/quotes-2.png");
    position: absolute;
    left: 66px;
}

/************about**********/
.about-wrapper h3 {
    text-align: center;
}
.image-about-wrapper img {
    width: 100%;
    border-radius: 4px;
    margin: 30px 0px;
}

/*******  Accordion page CSS  ********/

section.section.inner.accordion-wrapper {
    padding-bottom: 80px;
}

p.accordion-header button.accordion-button.collapsed {
    width: 100%;
    text-align: left;
    background: none;
    border: 0px;
    border-bottom: 1px solid #ebe9dc;
    font-weight: 500;
    line-height: 2.5em;
    color: #000;
}
.accordion-button:not(.collapsed) {
    color: #bf9c60 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow-active.png") !important;
    transform: rotate(360deg);
}
.accordion-button::after {
    background-image: none !important;
}
p.accordion-header button.accordion-button {
    width: 100%;
    text-align: left;
    background: none;
    border: 0px;
    font-weight: 500;
    line-height: 2.5em;
    color: #bf9c60;
}

.accordion-collapse.collapse.show .accordion-body {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebe9dc;
    padding-bottom: 20px;
    padding-left: 8px;
}

p.accordion-header button.accordion-button.collapsed:after {
    content: url(../img/right-arrow.png);
    width: 10px;
    position: absolute;
    right: 26px;
    top: 20px;
}

p.accordion-header button.accordion-button:after {
    content: url(../img/arrow-down.png);
    width: 10px;
    position: absolute;
    right: 26px;
    top: 10px;
}

p.accordion-header {
    position: relative;
}
/* article */

section.article {
    padding-bottom: 60px;
}
#article-slider .item {
    padding: 0px;
    text-align: center;
    margin: 0px;
}
#article-slider .owl-item img {
    border-radius: 4px;
}

#article-slider .item .login-wrappers img {
    width: 30px;
}
#article-slider .login-wrappers {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 6px;
    align-items: center;
}
#article-slider .meta-info {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-top: 10px;
}
#article-slider .item h4 {
    margin-top: 18px;
    font-size: 16px !important;
}

#article-slider .meta-content-container h4 {
    margin-top: 0px !important;
    color: #000;
    line-height: 1.4em;
    text-align: left;
}
#article-slider .meta-content-container {
    height: 100px;
    border-bottom: 1px solid #00000038;
    border-left: 1px solid #00000038;
    border-right: 1px solid #00000038;
    padding: 20px 20px;
    border-radius: 0px 0px 6px 6px;
}
#article-slider .owl-dots.disabled {
    display: block !important;
}
#article-slider .meta-info img {
    width: 22px !important;
}
#article-slider .meta-info span {
    font-size: 14px;
}
#article-slider .meta-content-container p {
    font-size: 13px;
    text-align: left;
    margin-bottom: 2px;
}

/**********booking page***********/
section.section.booking-grid.inner {
    padding-bottom: 80px;
}
.booking-header-nav-wrapper {
    padding: 15px 0px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
section.section.booking-header {
    border-bottom: 1px solid #dfdfdf;
}
.booking-header-nav-wrapper img {
    width: 70px;
}
.booking-grid-content .meta-info {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    margin-top: 10px;
}
.booking-grid-content .login-wrappers img {
    width: 30px;
}
.booking-grid-content .login-wrappers {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.booking-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    column-gap: 50px;
}
.booking-grid-wrapper img {
    width: 100%;
    border-radius: 5px;
}
.booking-grid-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}
.price-wrapper {
    display: flex;
    margin-top: 18px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.price-wrapper strong {
    font-size: 20px;
    font-weight: 500;
}
.price-wrapper span {
    font-size: 15px;
    color: #bf9c60;
}

/***********booking option********/
.booking-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.button-form-wrapper {
    text-align: right;
    margin-top: 30px;
}

/********booking login********/
.booking-login nav {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
.booking-login .nav-link.active {
    border: 0px;
    border-bottom: 1px solid #000 !important;
    color: #000;
}
.booking-login div#nav-tab {
    display: flex;
    align-content: center;
    justify-content: center;
}
.booking-login div#nav-tab button {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.booking-login .button-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-wrapper-button {
    display: flex;
    gap: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.booking-login .container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.form-divider {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
@media screen and (min-width: 760px) {
    .is-5-desktop iframe {
        min-height: 1000px;
    }
    .page-active {
        background: #fff;
        color: #000 !important;
        padding: 6px 17px !important;
        border-radius: 4px;
    }
    .apps {
        max-width: 450px !important;
    }
    .service-banner {
        padding-top: 500px !important;
    }
    .inner.black {
        padding-top: 500px !important;
    }
}
@media screen and (max-width: 760px) {
    .is-5-desktop iframe {
        min-height: 700px;
    }
    .apps {
        max-width: 170px !important;
    }
    .service-block img {
        height: 260px;
    }
}
.form-divider span {
    margin: 0 10px;
    background: #c2c2c2;
    padding: 10px;
    border-radius: 50px;
    line-height: 1;
}
.form-divider .divider {
    background: #c4c4c4;
    height: 1px;
    max-width: 300px;
    width: 100%;
}
.button-wrapper-social {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 30px;
    margin-top: 10px;
}
.social-links p {
    text-align: center;
    margin-top: 20px;
}
.twitter {
    border: 1px solid #039ee5;
    padding: 10px 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
}
.facebook {
    border: 1px solid #3b5998;
    padding: 10px 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
}

/***********booking-card*********/
.booking-form-grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.booking-card p {
    text-align: center;
    margin-bottom: 10px;
}
.booking-card .login-wrapper-button {
    display: flex;
    gap: 20px;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

/*******Booking Checkout*******/
.checkout-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.booking-service-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.booking-service-box p {
    text-align: left;
    font-size: 15px;
}
.booking-service-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.booking-services-header h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.booking-services-header {
    margin-top: 30px;
    background: #dedede59;
    padding: 30px 20px;
    border-radius: 5px;
}
.checkout-header p {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/*********service-rates********/
.inner.black {
    color: #fff;
    background-image: url(../img/limousine_travels.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 30px;
}
.inner-header h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.breadcrumbs p {
    color: #fff;
    font-size: 15px;
}
.inner-heading p {
    color: #fff;
}
.pricing-table-wrapper {
    text-align: center;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.per-hour-rate {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    overflow: hidden;
    border-radius: 5px;
}
.pricing-rate {
    display: flex;
    flex-direction: column;
}
.pricing-header {
    padding: 20px;
}
.pricing-rate span {
    color: #b5935b;
    font-weight: 400;
    font-size: 18px;
}
.pricing-rate strong {
    font-size: 24px;
    font-weight: 500;
}
.pricing-rate p {
    font-size: 14px;
}
.pricing-varient .pricing-rate {
    padding-top: 18px;
}
.per-hour-rate.pricing-varient {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 34px;
}
.pricing-varient strong {
    font-size: 16px;
    font-weight: 500;
}

/********** Contact us page  ***********/

section.section.contact-banner {
    color: #fff;
    background-image: url(../img/office.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 500px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.section.inner.contact-wrapper {
    padding-bottom: 80px;
}

.contact-content h1 {
    text-align: center;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 99;
}
.contact-content h2.back-text {
    text-align: center;
    font-size: 5em;
    font-weight: 700;
    color: #fbfbfb;
    position: absolute;
    left: auto;
    right: auto;
    top: -30px;
    width: 100%;
}

.contact-content {
    position: relative;
    margin-bottom: 80px;
}

.icons-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    column-gap: 25px;
    margin-bottom: 50px;
}

.icon-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    row-gap: 10px;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.col2-feild {
    display: flex;
    column-gap: 30px;
    width: 100%;
    max-width: 770px;
}
.text-feild {
    width: 100%;
}

.text-feild input {
    width: 100%;
}
.single-col {
    width: 100%;
    max-width: 770px;
}

.message-feild input[type="textarea"] {
    width: 100%;
    height: 150px;
}

.text-feild p {
    font-size: 1em;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.message-feild p {
    font-size: 1em;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-contact .form-wrapper input {
    background: #f3f3f3;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.form-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.form-btn input[type="submit"] {
    background-image: linear-gradient(
        to right,
        #e72f41 0%,
        #fe6a02 51%,
        #e72f41 100%
    );
    margin: 10px;
    padding: 10px 40px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.form-btn input[type="submit"]:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .icons-list {
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 50px;
        flex-direction: column;
        row-gap: 25px;
    }

    .col2-feild {
        display: flex;
        column-gap: 30px;
        width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }
}

/******** Contact us page end  ********/

/**************service**********/
.service-grid-container {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.service-grid-container img {
    width: 100%;
}
.service-grid-container .grid-item {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    padding-bottom: 20px;
}
.service-grid-container .grid-item p {
    padding: 15px;
}
.service-grid-container .grid-item:hover {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-grid-container img {
    border-radius: 5px;
}

.service-grid-container h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 22px;
}
.service-grid-box {
    margin-top: 50px;
}

/*****************single-service************/
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
div#single-service img {
    border-radius: 5px;
}
div#single-service .owl-dots {
    margin-top: 10px;
}
div#single-service {
    max-width: 750px;
    margin: 0 auto;
}
.single-service-page {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 20px;
}
.gallery-slider img {
    border-radius: 5px;
}
.service-content-page {
    margin-top: 20px;
}
.service-side-box-wrapper {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
}
.service-side-box-wrapper h3 {
    font-size: 20px;
    font-weight: 400;
}
.service-side-box-wrapper ul {
    gap: 14px;
    display: flex;
    list-style: none;
    padding: 0px;
    flex-direction: column;
    margin-top: 30px;
}
.info-wrap h5 {
    color: #fff;
}
.side-info {
    display: flex;
    gap: 20px;
    border-radius: 5px;
    color: #fff;
    background: #000;
    padding: 16px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.side-info p {
    font-size: 12px;
    margin: 0px;
}
.side-info img {
    width: 40px;
}
.side-contact-info {
    display: flex;
    row-gap: 20px;
    margin-top: 20px;
    flex-direction: column;
}
.download-pdf {
    background: #bf9c60;
    background-image: linear-gradient(
        to right,
        #e62e42 0%,
        #fe6a02 51%,
        #fe6a02 100%
    ) !important;
    padding: 12px 35px !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto !important;
    color: white;
    border-radius: 5px;
}

.download-pdf .info-wrap h5 {
    color: #fff;
    margin-bottom: 0px;
}
/*****************about************/
.about-content-wrapper .gallery-slider img {
    border-radius: 5px;
    width: 100%;
}

/*****************blog************/
.blog-column img {
    border-radius: 5px;
    width: 100%;
}
.blog-column .meta-info {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-top: 10px;
}
.blog-column .login-wrappers {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 6px;
    align-items: center;
}
.blog-column .meta-info img {
    width: 22px !important;
}
.blog-column .meta-content-container {
    border-bottom: 1px solid #00000038;
    border-left: 1px solid #00000038;
    border-right: 1px solid #00000038;
    padding: 20px 20px;
    border-radius: 0px 0px 6px 6px;
}
.blog-column h4 {
    font-size: 18px;
    text-align: center;
}
.meta-content-descriptio {
    text-align: center;
    margin-top: 20px;
}
.meta-content-descriptio p {
    font-size: 15px;
}
.blog-slider {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-side-bar .input-group.rounded {
    background: #f3f3f3 !important;
    margin-bottom: 20px;
}
.service-side-bar input.form-control.rounded {
    border: 0px;
    background: #f3f3f3;
}
.service-side-bar span#search-addon {
    background: #f3f3f3;
}
.side-article {
    margin-top: 20px;
}
.side-article a img {
    width: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.side-article a {
    gap: 10px;
    display: flex;
}
.side-article a h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}
.side-article a span {
    font-size: 13px;
}
.tag-wrapper a {
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 1.3em;
    padding: 8px 10px;
}
.tag-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
a.active {
    color: #fff;
    background: #000;
}

/*****************blog single************/
.blog-column-single img {
    border-radius: 5px;
    width: 100%;
}
.blog-column-single h4 {
    margin: 18px 0px;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
}
.blog-column-single .meta-info {
    display: flex;
    gap: 20px;
    font-size: 15px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.blog-column-single .meta-info img {
    width: 20px;
}
.blog-column-single .meta-content-descriptio p {
    font-size: 15px;
    text-align: left;
}
.blog-column-single .qoute p {
    color: #000;
    font-weight: 500;
    font-style: italic;
    margin: 0px;
}
.blog-column-single .qoute {
    background: #f3f3f3;
    padding: 20px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 18px;
}
.qoute:before {
    content: url(../img/quote-single.png);
    position: absolute;
    left: 40px;
    top: 18px;
}
.qoute span {
    color: #878787;
    font-size: 13px;
}
.tag-inline {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    gap: 4px;
}
.tag-inline span {
    font-weight: 500;
    color: #000;
}
.tag-inline a {
    font-weight: 500;
    color: #838383 !important;
}
.tag-inline.social {
    gap: 20px;
    margin-top: 12px;
}
.blog-single-social-wrapper {
    padding: 20px 0px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.icon-blog {
    border-radius: 100px;
    background: #f3f3f3;
    width: 50px;
    display: flex;
    height: 50px;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.blog-single-social-wrapper.pagination a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
.blog-single-social-wrapper.pagination a h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 2px;
}
.pagination-blog {
    max-width: 190px;
    text-transform: capitalize;
}
.blog-single-social-wrapper.pagination a p {
    font-size: 12px !important;
}
.blog-single-social-wrapper.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0px;
}
a.next .pagination-blog h3 {
    text-align: right;
}
a.next .pagination-blog p {
    text-align: right;
}
.blog-single-social-wrapper.pagination a:hover .icon-blog {
    background: #e72e42;
    color: #fff;
}
.blog-single-social-wrapper.pagination a:hover h3 {
    color: #e72e42;
}
.comment-count p {
    color: #000;
}
.comment-count {
    color: #000 !important;
    font-weight: 600;
    margin-top: 30px;
}
.single-comment {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    align-items: start;
    justify-items: start;
    justify-content: start;
    gap: 15px;
    text-align: left;
}
.comment-content p {
    margin-bottom: 5px;
}
.comment-content a {
    color: #e72e42;
    font-size: 15px;
    font-weight: 500;
}
span.comment-date {
    font-weight: 400;
    font-size: 13px;
    color: #838383;
}
.comment-image img {
    border-radius: 100px;
}
.comment-content h4 {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0px 5px 0px;
}
.comment-wrapper {
    display: flex;
    margin-top: 30px;
    row-gap: 30px;
    flex-direction: column;
}
/*************footer***********/
section.inner.footer-container {
    background: #000;
}
.footer-wrapper img {
    height: 100px !important;
    margin: 0px !important;
}
.footer-wrapper {
    text-align: center;
}
.footer-wrapper p {
    margin-bottom: 5px;
    font-weight: normal;
    color: #838383;
}
.social-wrapper ul {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    list-style: none;
    gap: 30px;
    padding: 0px;
}
.social-wrapper ul li a {
    color: #ffffff91;
}
.social-wrapper {
    margin-top: 30px;
}
.footer-links ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 60px;
    margin-top: 30px;
}
.footer-links ul li a {
    color: #ffffff91;
}
.footer-bottom p {
    margin: 0px;
    font-size: 14px;
}
.footer-bottom {
    text-align: center;
    background: #000;
    padding: 14px 0px;
    margin-top: 30px;
}
/*-----------------
	  2. Table
  -----------------------*/

/*-----------------
	  3. Bootstrap Classes
  -----------------------*/

.btn.focus,
.btn:focus {
    box-shadow: unset;
}
.btn-block {
    width: 100%;
}
.btn-link {
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: underline;
}
.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #26292c;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.bg-primary,
.badge-primary {
    background-color: #1e88e5 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1879cd !important;
}
.bg-success,
.badge-success {
    background-color: #00e65b !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #00cc52 !important;
}
.bg-info,
.badge-info {
    background-color: #009efb !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-white {
    background-color: #fff;
}
.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}
.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #1e88e5 !important;
}
.text-primary-seven {
    color: #009da6;
}

.text-muted {
    color: #757575 !important;
}
.btn-primary {
    background-color: #ffffff;
    color: #151515;
    padding: 10px 40px;
    border-radius: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #bf9c60;
    border: 0;
    text-decoration: none;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #1879cd;
    border: 1px solid #1879cd;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-success {
    background-color: #00e65b;
    border: 1px solid #00e65b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #00cc52;
    border: 1px solid #00cc52;
    color: #fff;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #00cc52;
    border: 1px solid #00cc52;
}
.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
    background-color: #00cc52;
    border-color: #00cc52;
    color: #fff;
}
.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #00e65b;
    border-color: #00e65b;
    color: #fff;
}
.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}
.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}
.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}
.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}
.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff;
}
.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}
.btn-danger {
    background-color: #ff0100;
    border: 1px solid #ff0100;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #fff;
}
.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-outline-primary {
    color: #1e88e5;
    border-color: #1e88e5;
}
.btn-outline-primary:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1e88e5;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #1e88e5;
    border-color: #1e88e5;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-success {
    color: #00e65b;
    border-color: #00e65b;
}
.btn-outline-success:hover {
    background-color: #00e65b;
    border-color: #00e65b;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00e65b;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #00e65b;
    border-color: #00e65b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-danger {
    color: #ff0100;
    border-color: #ff0100;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff0100;
    border-color: #ff0100;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #ff0100;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

.pagination > li > a,
.pagination > li > span {
    color: #1e88e5;
}
.page-link:hover {
    color: #1e88e5;
}
.page-link:focus {
    box-shadow: unset;
}
.page-item.active .page-link {
    background-color: #1e88e5;
    border-color: #1e88e5;
}
.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: inherit;
    font-size: 14px;
    transform-origin: left top 0;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0de0fe;
}
.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1e88e5;
    text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #1e88e5;
}
.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

/*-----------------
	  5. Select2
  -----------------------*/

.select2-results__option {
    padding: 6px 15px;
}
.select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 46px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 44px;
    right: 7px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #dcdcdc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #dcdcdc;
    border-width: 0 6px 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #26292c;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #1e88e5;
    color: #fff;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px;
}
.select2-dropdown {
    border-color: #dcdcdc;
}

/*-----------------
	  6. Nav Tabs
  -----------------------*/

.nav-tabs {
    border-bottom: 1px solid #dce0eb;
}
.card-header-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
    margin-right: 0;
    color: #555;
    border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: transparent;
    color: #26292c;
}
.nav-tabs.nav-tabs-solid > li > a {
    color: #26292c;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}
.tab-content {
    padding-top: 30px;
}
.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
    color: #26292c;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}
.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #1e88e5;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #1e88e5;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}
.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

/*-----------------
	  11. Header
  -----------------------*/
i.fa.fa-search {
    font-size: 16px;
}
.header-nav {
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 120px;
    padding: 0 20px;
    margin-bottom: 0;
}
.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #26292c;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.login-info a {
    color: #969696 !important;
}
.main-nav li.login-link {
    display: none;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.navbar-brand.logo img {
    height: 90px;
    margin-top: -20px;
}
.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
}
.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.header-navbar-rht li:last-child {
    padding-right: 0px;
}
.header-navbar-rht > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #26292c;
}
.header-navbar-rht li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht .dropdown-toggle::after {
    display: none;
}
.header-navbar-rht li .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    border: 7px solid #fff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}
.header-navbar-rht li a.header-login:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}
.header-navbar-rht li .dropdown-menu a:hover {
    color: #1879cd;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background-color: #fff;
}
.header-navbar-rht li a.header-login {
    background-color: rgba(30, 136, 229, 0.2);
    color: #1e88e5;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #1e88e5;
    text-transform: uppercase;
    font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #1879cd;
}
.header-three .header-nav {
    background-color: #5754f6;
    border-bottom: 1px solid #5754f6;
}
.header-three .header-navbar-rht li a.header-login {
    background-color: #ffb54a;
    border-radius: 5px;
    padding: 9px 32px !important;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.header-three .header-navbar-rht li a.header-login:hover {
    background: #eba332;
}
.header-three .header-navbar-rht li a.header-login-two {
    background-color: #ffffff;
    padding: 9px 32px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
}
.header-three .main-nav li a {
    color: #fff;
    font-weight: 500;
}
.header-three .main-nav > li.active > a {
    font-weight: 700;
    color: #fff;
}
.header.header-four {
    height: 100px;
}
.header-four .header-nav {
    height: 100px;
    border: 0;
    padding-top: 30px;
}
.header-four .main-menu-wrapper {
    margin-left: auto;
}
.header-four .header-navbar-rht {
    margin-left: 0;
}
.header-four .header-nav {
    background: rgba(68, 77, 170, 0.05);
    border: 0;
}
.header .navbar-brand .logo {
    height: 113px;
    margin-top: -13px;
}

/*-----------------
	  12. Mobile Menu
  -----------------------*/

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}
.menu-logo img {
    height: 40px;
}
.menu-close {
    font-size: 18px;
    color: #fff;
}
.hide {
    display: none !important;
    visibility: hidden;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #fff;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
    display: none;
}
html.menu-opened body {
    overflow: hidden;
}

.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background: #212121;
}
.header {
    height: 45px;
    background-color: #fff;
}
.btn {
    letter-spacing: 0.02em;
}
.form-control-label {
    color: #262626;
}

/*-----------------
	  54. Header Top
  -----------------------*/

.header-top {
    display: flex;
    display: -webkit-flex;
    background: #009da6;
    color: #fff;
    padding: 10px 0px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 40px;
}
.header-top a {
    color: #fff;
}
.header-top a:hover {
    color: #000;
}
.header-top ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top .left-top ul li {
    padding-right: 25px;
    font-size: 13px;
}
.header-top .left-top ul li:last-child {
    padding-right: 0;
}
.header-top .right-top ul li {
    padding-left: 25px;
    font-size: 13px;
}
.header-top .right-top {
    float: right;
}
.top-icon {
    margin-right: 5px;
}

/*-----------------
	  73. Responsive
  -----------------------*/
@media (min-width: 992px) {
    .pricing-rate h5 {
        display: none;
    }
    .main-nav > li > a:hover {
        background: #fff;
        color: #000;
        border-radius: 5px;
    }
    .has-tag a.active {
        background: #fff !important;
        color: #000 !important;
        border-radius: 5px !important;
    }
    .main-nav > li:last-child {
        margin-right: 0;
    }
    .main-nav li {
        display: block;
        position: relative;
    }
    .main-nav > li > a {
        padding: 6px 17px;
        text-decoration: none;
        line-height: 22px;
    }
    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }
    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 8px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .main-nav .has-submenu.active > a {
        color: #000000;
        background: #fff;
        border-radius: 5px;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #1e88e5;
    }
    .header-one .main-nav .has-submenu.active .submenu li.active > a,
    .header-four .main-nav .has-submenu.active .submenu li.active > a {
        color: #6255a4;
    }
    .main-nav > li .submenu li:first-child a {
        border-top: 0;
    }
    .main-nav
        > li.has-submenu:hover
        > .submenu
        > li.has-submenu:hover
        > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
    .main-nav li .submenu a:hover {
        color: #000;
        letter-spacing: 0.5px;
        padding-left: 20px;
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
        border-color: transparent #fff #fff transparent;
    }
    .header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        right: 0;
        left: auto;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: block;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .main-nav-eight .has-submenu.active > a {
        color: #5f4be2;
    }
    .main-nav-eight > li > a {
        line-height: 68px;
        padding: 0 !important;
        border-top: 4px solid transparent;
    }
    .main-nav-eight > li > a > i {
        color: #fe9445;
    }
    .main-nav-eight li .submenu a:hover {
        color: #5f4be2;
    }
    .main-nav-eight .has-submenu.active .submenu li.active > a {
        color: #5f4be2;
    }
    .button-wrapper {
        margin-right: 78px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1020px;
    }
    .container.about {
        max-width: 900px;
    }
}

@media (max-width: 1199px) {
    .header-nav {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-nav-seven {
        padding: 0 15px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-navbar-rht li.contact-item {
        display: none;
    }
    .home-slide .search-box .search-info {
        flex: 0 0 480px;
        width: 100%;
    }
    .student-bg-fix img {
        right: 0px;
    }
    .home-slide {
        min-height: 500px;
    }
    .header-one .main-nav > li {
        margin-right: 27px;
    }
    .header-one .header-navbar-rht li a.header-login {
        background-color: #159f46;
        padding: 7px 26px !important;
        font-size: 14px;
    }
}
.social-wrapper.social-mobile-wrapper {
    display: none;
}
.button-wrapper.mobile-button-wrapper {
    display: none;
}
@media (max-width: 991.98px) {
    .main-nav {
        padding-left: 20px;
        padding-top: 60px;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none;
    }
    .content-testimonials {
        width: 100%;
    }
    .content-testimonials:before {
        display: none;
    }
    .content-testimonials:after {
        display: none;
    }
    .social-wrapper.social-mobile-wrapper {
        display: flex;
    }
    .social-wrapper.social-mobile-wrapper ul {
        padding-left: 20px;
        display: flex;
        margin-top: 30px;
        justify-content: flex-start;
    }
    .mobile-button-wrapper {
        margin-top: 60px;
        display: flex !important;
    }
    .fleet-details {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .mobile-button-wrapper .booking-mobile {
        color: #000 !important;
    }
    .main-nav ul {
        background-color: #3474ac;
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav > li {
        margin-left: 0;
        width: 100%;
    }
    .main-nav li + li {
        margin-left: 0;
    }
    .active-header {
        background: transparent;
        color: #fff !important;
    }
    .search-icon-header {
        display: flex;
    }
    li.search-icon-header {
        display: none;
    }
    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #838383;
        font-size: 30px;
        font-weight: 400 !important;
        text-transform: capitalize;
    }
    .main-nav > li.active > a,
    .main-nav .has-submenu.active .submenu li.active > a,
    .main-nav .has-submenu.active > a {
        color: #fff !important;
    }
    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px;
    }
    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active > a {
        color: #000000;
        background: #fff;
        border-radius: 5px;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #1879cd;
    }
    .login-left {
        display: none;
    }
    .mobile-logo h1 {
        font-size: 33px !important;
        color: #fff !important;
    }

    .language-converter {
        color: #fff;
    }
    .main-menu-wrapper {
        order: 3;
        width: 560px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-560px);
        transition: all 0.4s;
        background-color: #000;
    }
    .main-menu-wrapper-seven {
        background-color: #009da6;
    }
    .main-nav-seven ul {
        background-color: #0e7980;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    #mobile_btn {
        display: inline-block;
    }
    .header-top {
        display: none;
    }
    .section-search {
        min-height: 330px;
    }
    .mobile-logo {
        width: auto !important;
    }
}
@media only screen and (max-width: 560px) {
    .main-menu-wrapper {
        width: 100%;
        transform: translateX(-100%);
    }
    .download-pdf .info-wrap h5 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 18px;
    }
}
@media (max-width: 849.98px) {
    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-slider {
        order: 2;
    }
    .icon-blog {
        width: 50px;
        height: 30px;
    }
}
@media (max-width: 767.98px) {
    body {
        font-size: 1rem;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
    }
    h4,
    .h4 {
        font-size: 1rem;
    }
    h5,
    .h5 {
        font-size: 0.875rem;
    }
    h6,
    .h6 {
        font-size: 0.75rem;
    }
    .content {
        padding: 15px 0 0;
    }
    .nav-tabs.nav-tabs-bottom > li > a.active,
    .nav-tabs.nav-tabs-bottom > li > a.active:hover,
    .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        background-color: #f5f5f5;
    }
    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs.nav-justified > li > a.active,
    .nav-tabs.nav-justified > li > a.active:hover,
    .nav-tabs.nav-justified > li > a.active:focus {
        border-color: transparent transparent transparent #1e88e5;
        border-left-width: 2px;
    }
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        border-width: 2px;
        border-left-color: transparent;
    }
    .nav-tabs .nav-link {
        border-width: 2px;
    }
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        background-color: #fafafa;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs > li > a.active,
    .nav-tabs > li > a.active:hover,
    .nav-tabs > li > a.active:focus {
        border-color: transparent transparent transparent #1e88e5 !important;
        border-left-width: 2px;
    }
    .nav-tabs > li.open:not(.active) > a,
    .nav-tabs > li.open:not(.active) > a:hover,
    .nav-tabs > li.open:not(.active) > a:focus {
        background-color: #fafafa;
    }
    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
    }
    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-justified > li > a.active,
    .nav-tabs-justified > li > a.active:hover,
    .nav-tabs-justified > li > a.active:focus {
        border-width: 0 0 0 2px;
        border-left-color: #1e88e5;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 1rem;
    }
    h1,
    .h1 {
        font-size: 2.2rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.8rem;
    }
    h4,
    .h4 {
        font-size: 1.6rem;
    }
    h5,
    .h5 {
        font-size: 1.5rem;
    }
    h6,
    .h6 {
        font-size: 0.75rem;
    }
    .main-nav > li > a {
        padding: 10px 20px !important;
        color: #838383;
        font-size: 22px;
    }
    .slider-content-info {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .slider-content-wrapper {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .calculator-wrapper {
        order: 2;
    }
    .footer-links ul li a {
        font-size: 16px;
    }
    .row-content-container p {
        padding: 0px;
    }
    div#tab-home-slider {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .footer-wrapper .logo {
        margin: 0px;
    }
}
.top-bar-header {
    display: none;
}
@media (max-width: 991px) {
    a.menu-logo.logo h1 {
        color: #000;
        font-size: 22px;
        text-align: center;
    }
    .top-bar-header {
        display: none;
    }
    .control-icon img {
        width: 30px;
    }
    .tablet-grid-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .four-grid-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
    .row-content-container {
        text-align: center;
    }
    .booking-grid-container {
        display: flex;
        row-gap: 30px;
        flex-direction: column;
    }
    .booking-grid-container.even-grid {
        flex-direction: column-reverse !important;
    }
    .booking-grid-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }
    .booking-header-nav-wrapper img {
        width: 50px;
    }
    .booking-header-nav-wrapper {
        gap: 10px;
        display: flex;
        column-gap: 20px;
    }
    .booking-header-nav-wrapper a {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .booking-form-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .booking-login .button-form-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
    .facebook {
        font-size: 11px;
        padding: 10px 10px;
    }
    .twitter {
        font-size: 11px;
        padding: 10px 10px;
    }
    .booking-form-grid-block {
        display: flex;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        flex-direction: column;
    }
    .booking-service-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    .inner-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        align-content: space-around;
    }
    .pricing-table-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .per-hour-rate.pricing-varient {
        display: none !important;
    }
    .service-grid-container {
        display: grid;
        grid-template-columns: 1fr;
    }
    .single-service-page {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .logo {
        display: flex;
        margin-right: 30px;
        width: 100%;
        margin-left: 30px;
        justify-content: center;
    }
    .footer-links ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        padding: 0px;
        margin-top: 30px;
    }
    section.section.full-banner {
        height: 50vh !important;
    }
}

/********** 404 page CSS *************/

section.section.full-banner {
    color: #fff;
    background-image: url(../img/limousine_travels.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
}

.fullbanner-content-wrapper h1.big-heading {
    color: #fff;
    font-size: 8em;
}
.fullbanner-content-wrapper h1.big-heading span {
    color: #bf9c60;
}
p.orange-text {
    color: #bf9c60;
    font-size: 1.4em;
}

p.mini-text {
    color: #fff;
    font-size: 1em;
}

input.search-feild-css {
    background: none;
    border: 1px solid #fff;
    padding: 10px 17px;
    color: #fff !important;
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
}

input.search-feild-css::placeholder {
    color: #fff;
}

.search-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.input-section {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.input-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.location-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-color: #666;
    border-radius: 50%;
    flex-shrink: 0;
}

.input-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

#place-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
    background: transparent;
    padding: 8px 0;
}

#place-input::placeholder {
    color: #999;
    font-weight: 400;
}

/* boooking widget */
button[type="button"].Button_size-large__ZY4rH,
button[type="reset"].Button_size-large__ZY4rH,
button[type="submit"].Button_size-large__ZY4rH {
    font-family:
        AvenirNextDemiBold,
        Helvetica,
        Arial,
        Open Sans,
        sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    height: 52px;
    padding: 0 32px;
}
button[type="button"].Button_size-large__ZY4rH.Button_noChildren__VOgwd,
button[type="reset"].Button_size-large__ZY4rH.Button_noChildren__VOgwd,
button[type="submit"].Button_size-large__ZY4rH.Button_noChildren__VOgwd {
    width: 52px;
    padding: 0;
}
button[type="button"].Button_size-large__ZY4rH
    .Button_icon__bFgJ1
    + .Button_text__1T_Xq,
button[type="reset"].Button_size-large__ZY4rH
    .Button_icon__bFgJ1
    + .Button_text__1T_Xq,
button[type="submit"].Button_size-large__ZY4rH
    .Button_icon__bFgJ1
    + .Button_text__1T_Xq {
    padding-left: 12px;
}
button[type="button"].Button_size-small__64FmR,
button[type="reset"].Button_size-small__64FmR,
button[type="submit"].Button_size-small__64FmR {
    font-family:
        AvenirNextDemiBold,
        Helvetica,
        Arial,
        Open Sans,
        sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 40px;
    padding: 0 16px;
}
button[type="button"].Button_size-small__64FmR.Button_noChildren__VOgwd,
button[type="reset"].Button_size-small__64FmR.Button_noChildren__VOgwd,
button[type="submit"].Button_size-small__64FmR.Button_noChildren__VOgwd {
    width: 40px;
    padding: 0;
}
button[type="submit"].Button_variant-primary__wWjS1 {
    color: #fbfbfd;
    background: linear-gradient(95.14deg, #e52c43, #ff6c00 91.74%);
}
button[type="button"].Button_variant-primary__wWjS1:hover,
button[type="reset"].Button_variant-primary__wWjS1:hover,
button[type="submit"].Button_variant-primary__wWjS1:hover {
    background: linear-gradient(94.57deg, #c12700 3.41%, #ff4600 96.59%);
}
/* Custom Google Places Dropdown Styling */
.search-container {
    position: relative;
    margin-bottom: 20px;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 1.2rem;
    z-index: 10;
}

#searchInput {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1.1rem;
    outline: none;
    transition: all 0.3s ease;
    background: white;
}

#searchInput:focus {
    border-color: #667eea;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
    transform: translateY(-2px);
}

/* Custom styling for Google Places Autocomplete dropdown */
.pac-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 10px;
    overflow: hidden;
}

.pac-item {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.pac-item:hover {
    /*background: linear-gradient(45deg, #f0f2f7, #764ba2);*/
    background-color: #e3e5ea;
    color: black !important;
    transform: translateX(5px);
}

.pac-item:last-child {
    border-bottom: none;
}

.pac-icon {
    background-image: url("/static/img/pin.svg") !important;
    margin-right: 15px;
    margin-top: -5px;
    filter: grayscale(100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.pac-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.pac-item-query {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.pac-item:hover .pac-item-query {
    color: white;
}

.pac-matched {
    background: rgba(102, 126, 234, 0.2);
    font-weight: bold;
    border-radius: 3px;
    padding: 2px 4px;
}

.pac-item:hover .pac-matched {
    background: rgba(255, 255, 255, 0.3);
    color: white;
}

.selected-location {
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 15px;
    color: white;
    display: none;
    animation: slideIn 0.5s ease;
}
