/*
*******************************************
*******************************************

Template Name: Zauto - Car Rental HTML Template
Template URL: 
Description: Zauto
Author:
Author URL:
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - HEADER AREA CSS
04 - HERO AREA CSS
05 - ABOUT AREA CSS
06 - OFFER AREA CSS
07 - CONTACT AREA CSS
08 - TESTIMONIAL AREA CSS
09 - DRIVER AREA CSS
10 - FOOTER AREA CSS
11 - BANNER PAGE CSS
12 - BLOG PAGE CSS
13 - CALL AREA CSS
14 - GALLERY PAGE CSS
15 - LOGIN/REGISTER PAGE CSS
16 - 404 PAGE CSS
17 - SERVICE PAGE CSS
18 - SERVICE DETAILS PAGE CSS
19 - CAR LISTING PAGE CSS
20 - CAR BOOKING CSS
21 - PRODUCTS PAGE CSS
22 - CART CSS
23 - CHECKOUT CSS
24 - RESPONSIVE CSS
*/



/*================================================
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..600&display=swap');




/*================================================
02 - DEFAULT CSS
==================================================*/


body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #646464;
    font-weight: 400
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

p:last-child {
    margin-bottom: 0
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}


.section-70 {
    padding: 70px 0px;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.container.wide {
    max-width: 1400px
}

.pb-70 {
    padding-bottom: 70px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.animated-btn {
    position: relative;
    padding: 15px 25px 15px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #fb3838;
    border: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.animated-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #c60202;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    z-index: 0;
}

.animated-btn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.animated-btn span,
.animated-btn i {
    position: relative;
    z-index: 1;
}

.btn-arrow {
    font-size: 16px;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.animated-btn:hover .btn-arrow {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
}

.site-heading {
    text-align: center;
    margin: 0 auto 30px;
}

.site-heading > h2 {
    color: #fff;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: none;
    margin: 0px;
}

.site-heading > p {
    margin-bottom: 40px
}

.site-heading > h2:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.site-heading > h2:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.section-140 {
    padding: 140px 0px
}


/*================================================
03 - HEADER AREA CSS
==================================================*/

.header-area {
    padding: 20px 0;
    background: #fff;
    position: relative;
    z-index: 99;
    -webkit-transition: box-shadow 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
    transition: box-shadow 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease, -webkit-transform 0.4s ease;
}

header.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 12px 0;
}
header.header-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

header.header-area.sticky {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: headerSlideDown 0.4s ease;
            animation: headerSlideDown 0.4s ease;
}

@-webkit-keyframes headerSlideDown {
    from {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes headerSlideDown {
    from {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.site-logo img {
    width: 140px;
}

.header-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mainmenu {
    margin-left: 50px;
}

.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list > li {
    position: relative;
}

.menu-list > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #253242;
    padding: 10px 8px;
    position: relative;
    text-decoration: none;
    text-transform: none;
}

.menu-list > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #253242;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: .35s;
    transition: .35s;
}

.menu-list > li:hover > a:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.has-dropdown > a:before {
    content: "▾";
    font-size: 13px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.has-dropdown:hover > a:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.submenu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    min-width: 190px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    padding: 10px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: .35s;
    transition: .35s;
}

.has-dropdown:hover .submenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.submenu li a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #7a7a6e;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .35s;
    transition: .35s;
    text-transform: none;
}

.submenu li a:hover {
    color: #253242;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.btn-dropdown {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-dropdown img {
    width: 18px;
}

.btn-dropdown:after {
    display: none;
}

.lang-dropdown .dropdown-menu {
    background: #253242;
    border: none;
    border-radius: 6px;
    min-width: 160px;
    padding: 5px 0;
}

.lang-dropdown .dropdown-item {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.lang-dropdown .dropdown-item img {
    width: 18px;
}

.lang-dropdown .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #646464;
}

.lang-dropdown .dropdown-item:hover {
    background: #2f3f52;
    color: #ffffff;
}

.lang-dropdown .dropdown-item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icon a {
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #646464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    color: #253242;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
}

.social-icon a:hover {
    background: #fb3838;
    border-color: #fb3838;
    color: #fff;
}

.social-icon a + a {
    margin-left: 10px;
}

#menu-toggle {
    min-width: 36px;
    min-height: 30px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#menu-toggle span {
    width: 100%;
    display: block;
    margin: 4px 0;
    background: #253242;
    height: 2px
}

#menu-toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(13px);
    transform: rotate(45deg) translateY(13px);
}

#menu-toggle.active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#menu-toggle.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-13px);
    transform: rotate(-45deg) translateY(-13px);
}


/*================================================
04 - HERO AREA CSS
==================================================*/

.hero-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    background: #253242;
    position: relative;
    z-index: 1;
    padding: 140px 0px;
}

.hero-area:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: -webkit-radial-gradient(circle, rgb(176 43 43 / 22%), transparent 60%);
    background: radial-gradient(circle, rgb(176 43 43 / 22%), transparent 60%);
    top: -150px;
    left: -150px;
    z-index: 0;
}

.hero-area .container {
    position: relative;
    z-index: 2;
}

.hero-heading h1 {
    font-size: 78px;
    font-weight: 900;
    text-transform: none;
    line-height: 1.05;
    margin-bottom: 25px;
    color: #fff;
}

.hero-heading h1 span {
    display: block;
    color: #fb3838;
}

.hero-heading p {
    font-size: 18px;
    color: #d8d8d8;
    max-width: 480px;
}

.hero-actions {
    margin-top: 25px;
}

.hero-image {
    text-align: right;
    position: relative;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    max-width: 680px;
    -webkit-animation: carFloat 4s ease-in-out infinite;
            animation: carFloat 4s ease-in-out infinite;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="40" /><feOffset dx="1" dy="31" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .4));
            filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .4));
}

@-webkit-keyframes carFloat {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-18px);
                transform: translateX(-18px);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes carFloat {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-18px);
                transform: translateX(-18px);
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.header-background {
    position: absolute;
    top: -140px;
    right: -1000px;
    min-width: 1360px;
    height: 190%;
    z-index: 0;
    background: #ffffff;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    box-shadow: -40px 0 80px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.search-background {
    position: absolute;
    top: 0;
    right: -286px;
    width: 725px;
    height: 100%;
    z-index: 1;
    background: #253242;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    box-shadow: -40px 0 80px rgba(0, 0, 0, 0.12);
}

.search {
    background: #fff;
    margin-top: -50px
}


.search-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 2;
    overflow: hidden;
    position: relative
}


.search-form {
    margin-right: 25px;
    position: relative;
    z-index: 3;
}

.field {
    margin: 15px;
}

.field label {
    display: block;
    margin-bottom: 6px;
    color: #253242;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.field select {
    width: 100%;
    padding: 12px;
    border: 1px solid #646464;
    border-radius: 4px;

}

.price-label {
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
}

.price-filter {
    position: relative;
    z-index: 3
}

.range-wrap {
    position: relative;
    height: 28px;
}

.range-track {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.range-active {
    position: absolute;
    top: 50%;
    height: 6px;
    background: #fb3838;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.range-wrap input {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
}

.range-wrap input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #fb3838;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

.price-btn {
    position: relative;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 0px solid #fff;
    background: #fb3838;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
}

.price-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #c60202;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 0;
    overflow: hidden
}

.price-btn:hover:before {
    left: 0;
}

.price-btn:hover {
    color: #fff;
}

.price-btn span {
    position: relative;
    z-index: 1;
}

/*================================================
05 - ABOUT AREA CSS
==================================================*/

.about-section {
    padding: 100px 0;
}
.about-area {
    position: relative;
    background: #253242;
    overflow: hidden;
}

.about-content {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0px;
}

.about-tag span {
    color: #c60202;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

.about-title {
    margin-bottom: 25px
}

.about-title h2 {
    font-size: 44px;
    font-weight: 600;
    color: #253242;
    margin-bottom: 20px;
}

.about-tabs input {
    display: none;
}

.about-tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.about-tab-buttons label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    background: #253242;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

#about-tab1:checked ~ .about-tab-buttons label[for="about-tab1"],
#about-tab2:checked ~ .about-tab-buttons label[for="about-tab2"],
#about-tab3:checked ~ .about-tab-buttons label[for="about-tab3"] {
    background: #c60202;
    color: #fff;
}

.about-tab-content {
    padding: 25px 0 0;
}

.about-tab-item {
    display: none;
    line-height: 1.7;
}

#about-tab1:checked ~ .about-tab-content .item1,
#about-tab2:checked ~ .about-tab-content .item2,
#about-tab3:checked ~ .about-tab-content .item3 {
    display: block;
}

.welcome-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.welcome-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #253242;
    margin-bottom: 14px;
}

.welcome-list .icon span {
    color: #c60202;
}

.about-section .about-right {
    position: relative;
    z-index: 1;

}

.about-right .p1 {
    width: 45%;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.about-right .p2 {
    width: 45%;
    position: absolute;
    content: "";
    right: 40px;
    top: 50px;
    border-radius: 10px;
}

.choose-section {
    margin-top: 50px;
}

.choose-left .section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 44px;
    font-weight: 600;
    color: #253242;
    text-transform: none;
}

.choose-left ul {
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.choose-left ul li {
    color: #253242;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose-left ul li i {
    margin-right: 5px;
    color: #c60202;
}

.choose-box {
    text-align: center;
    padding: 40px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    background: #253242;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.choose-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/service-paternt.png) no-repeat;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
    border-top-left-radius: 10px
}

.choose-right .col-lg-6:nth-child(2n+1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.choose-icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    line-height: 60px;
    border-radius: 10px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-icon-bottom {
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 44px;
    height: auto;
}

.choose-box h2 {
    margin: 15px 0 5px;
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-box p {
    text-transform: none;
    color: #fff;
}

/*================================================
06 - OFFER AREA CSS
==================================================*/

.offer-area {
    background: #253242
}

.item figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}

.item figure img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.item:hover figure img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}

.img-fluid {
    width: 100%;
    height: auto;
}

.item h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}


.item {
    position: relative;
}

.offer-area .nav-pills .nav-link {
    background: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.offer-area .nav-pills .nav-link.active {
    background: #ffffff;
    color: #253242;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.card-info {
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
    padding: 25px;
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
}

.card-right {
    position: absolute;
    content: "";
    top: -25px;
    right: 18px;
    color: #253242;
}

.hero-sub-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.hero-sub-heading em {
    color: #ffcd00;
    font-style: normal;
}

.card-title {
    margin-bottom: 10px;
}

.card-title a {
    color: #253242;
    line-height: 1.4;
}

.card-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #253242;
    font-weight: 500;
}

.facility-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 16px;
}

.card-facilities {
    display: -ms-grid;
    display: grid;
        grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
    margin: 20px 0px;
}

.facility-item i {
    color: #253242;
    font-size: 14px;
}

.card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
}

.card-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.price-text {
    font-size: 16px;
    margin-right: 8px;
}

.price-amount {
    font-size: 22px;
    font-weight: 700;
    color: #253242;
}


/*================================================
07 - CONTACT AREA CSS
==================================================*/

.contact-area {
    background: #fff;
}

.contact-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 40px;
    position: relative;
    text-transform: none;
}

.contact-area .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.contact-area .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.contact-form {
    border: 1px solid rgba(17, 17, 17, 0.4);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 20px 30px;
    border-radius: 0px;
}

.contact-form .form-control {
    border: 1px solid rgba(119, 119, 119, 0.35);
    color: #253242;
    box-shadow: none;
}

.send {
    text-align: center
}

.form-label {
    font-size: 16px;
    font-weight: 600;
    color: #253242;
    text-transform: none;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.35)
}

.contact-form .form-control::-moz-placeholder {
    color: rgba(119, 119, 119, 0.35)
}

.contact-form .form-control:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.35)
}

.contact-form .form-control::placeholder {
    color: rgba(119, 119, 119, 0.35)
}

.contact-right {
    margin: 0px 70px;
    padding-top: 0px
}

.contact-right h3 {
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 14px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.contact-details p i {
    color: #fb3838;
    margin-right: 5px;
}

.single-contact-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 25px;
}

.single-contact-btn h4 {
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
}

.single-contact-btn a {
    display: inline-block;
    padding: 10px 16px;
    text-transform: lowercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background: #253242 none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    font-size: 14px;
}

.single-contact-btn a:hover {
    background: #fb3838
}

.social-icon-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.social-icon-contact h4 {
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
}

.social-icon-details a {
    width: 35px;
    height: 35px;
    background: #253242;
    border: 1px solid rgba(119, 119, 119, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    font-size: 14px;
    color: #fff;
}


.social-icon-details ul li {
    display: inline-block;
    margin-right: 5px;
}

.social-icon-details a:hover {
    border: 1px solid #fb3838;
    background: #fb3838;
    color: #fff;
}

.social-icon-details a + a {
    margin-left: 10px;
}

/*================================================
08 - TESTIMONIAL AREA CSS
==================================================*/

.testimonials-section {
    background: #fff
}

.testimonial-card {
    border: 1px solid #253242;
    border-radius: 18px;
    padding: 30px 20px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    margin: 0px 10px;
}

.testimonials-section .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: none;
}

.testimonials-section .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.testimonials-section .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.testimonial-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.testimonial-quote-icon {
    font-size: 48px;
    color: #ffcd00;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    line-height: 1;
}

.testimonial-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 22px;
}

.testimonial-rating {
    color: #ffcd00;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #d8d4c8;
}

.testimonial-author img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid rgba(232, 184, 109, 0.3);
}

.author-name {
    font-weight: 600;
    font-size: 22px;
    display: block;
    color: #253242
}

.author-detail {
    font-size: 14px;
    color: #253242
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    display: none !important;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #253242;
    border-radius: 50%;
    border: none;
    padding: 0px;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-dots li.slick-active button {
    width: 22px;
    background: #253242;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: #253242;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.slick-prev:after,
.slick-next:after {
    content: '';
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
}

.slick-prev:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

.slick-next:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #253242
}

/*================================================
09 - DRIVER AREA CSS
==================================================*/

.driver-area {
    background: #fff;
    padding-bottom: 70px;
    padding-top: 0px
}

.driver-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative;
    text-transform: none;
}

.driver-area .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.driver-area .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.driver-box {
    height: 100%;
    background: #253242;
}

.driver-name {
    color: #fff;
}

.driver-text h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.driver-text a h3:hover {
    color: #fb3838;
}

.driver-text {
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    padding: 30px 15px;

}

.driver-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.driver-social-icon a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #646464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    font-size: 14px;
    color: #fff
}

.driver-social-icon a:hover {
    border: 1px solid #fb3838;
    background: #fb3838;
    color: #fff;
}

.driver-social-icon a + a {
    margin-left: 10px;
}

.driver-btn {
    text-align: center;
    margin-top: 40px
}


/*================================================
10 - FOOTER AREA CSS
==================================================*/

.footer-area {
    background: -webkit-linear-gradient(top, #253242, #1b2433);
    background: linear-gradient(180deg, #253242, #1b2433);
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
}

.footer-top-area {
    padding-top: 70px;
}

.links.dark.footer-contact-links {
    padding: 35px 25px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
}

.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.footer-contact-links-divider {
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .12);
}

.icon-footer {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fb3838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}


.footer-contact-link-wrapper h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-contact-link-wrapper h4 a {
    color: #fff;
}

.footer-middle-area .widget-area .widget {
    padding: 45px 0;
}

.footer-logo {
    width: 130px;
    margin-bottom: 15px;
}

.footer-middle-area .widget-area .widget p {
    max-width: 80%;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .7);
}

.footer-area .widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.footer-area .widget .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fb3838;
    display: block;
    margin-top: 8px;
}


.footer-area .usful-links ul li {
    margin-bottom: 5px;
}

.footer-area .usful-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
}

.footer-area .usful-links ul li a:hover {
    color: #fb3838;
    padding-left: 26px;
}

.footer-area .usful-links ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fb3838;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}


.footer-area .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.footer-area .social-icon a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    color: #fff;
}

.footer-area .social-icon a:hover {
    background: #fb3838;
    border-color: #fb3838;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}

.widget-newsletter {
    position: relative;
    margin-top: 20px;
}

.widget-newsletter input {
    width: 100%;
    height: 60px;
    padding: 0 60px 0 20px;
    border-radius: 30px;
    border: 1px solid #fb3838;
    background: #fff;
    color: #253242;
    outline: none;
}

.widget-newsletter button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fb3838;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.widget-newsletter:hover button {
    background: #253242;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyright {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.quick-links {
    float: left;
    width: 35%;
}

.copyright p i {
    color: #fb3838;
    margin: 0 2px;
}

.copyright p a {
    color: #fff
}

/*================================================
11 - BANNER PAGE CSS
==================================================*/

.banner-header {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
    margin-top: -60px;
    padding-top: 130px;
}

.banner-header:before {
    text-align: center;
    background-image: url(../img/3.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
}

.banner-header:after {
    background: -webkit-linear-gradient(315deg,
            #1c2530 0%,
            #253242 45%,
            #7d1f1f 75%,
            #fb3838 100%);
    background: linear-gradient(135deg,
            #1c2530 0%,
            #253242 45%,
            #7d1f1f 75%,
            #fb3838 100%);
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.v-middle {
    text-align: center;
}

.v-middle li {
    display: inline-block;
    margin: 0 2px;
    color: #fff !important;
    font-size: 16px;
}

.v-middle li a {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.v-middle li a:hover {
    color: #fb3838;
}

.v-middle li i {
    color: #fb3838
}

.banner-header h4 {
    font-size: 42px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 15px;
    text-transform: none;
    color: #fff;
}

.banner-header h4 span {
    color: #fb3838;
    text-transform: none;
}

/*================================================
12 - BLOG PAGE CSS
==================================================*/

.blog-area {
    background: #ffffff;
}

.blog-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    text-transform: none;
}

.blog-area .site-heading > h2:before,
.blog-area .site-heading > h2:after {
    background: #253242;
    content: "";
    height: 2px;
    position: absolute;
    top: 52%;
    width: 40%;
}

.blog-area .site-heading > h2:before {
    right: -45%;
}

.blog-area .site-heading > h2:after {
    left: -45%;
}

.post-item {
    background: #253242;
    padding: 20px;
    margin: 12px 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 6px;
}


.post-image {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
}

.post-image img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.post-item:hover .post-image img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}

.post-image .date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 700;
    color: #253242;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.post-tittle {
    margin-bottom: 18px;
}

.post-tittle h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

.post-tittle h3 a {
    color: #ffffff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.post-tittle h3 a:hover {
    color: #cfd6dd;
}

.post-action {
    margin-top: 10px;
}

.service-link {
    font-size: 15px;
    font-weight: 600;
    color: #cfd6dd;
    text-transform: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-link i {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.service-link:hover {
    gap: 8px;
}

.service-link:hover i {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
}

.blog-btn-area {
    text-align: center;
    margin-top: 30px;
}

.blog-meta-home {
    padding-top: 15px;
    border-top: 1px solid #646464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    color: #cfd6dd;
}

.blog-meta-right p {
    margin-left: 15px;
    margin-bottom: 0px;
}

.blog-meta-right p i {
    margin-right: 5px;
    color: #fb3838
}

.blog-btn {
    position: relative;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #253242;
    border: 1px solid #646464;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.blog-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #253242;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 0;
}

.blog-btn:hover:before {
    left: 0;
}

.blog-btn:hover {
    color: #fff;
}

.blog-btn span {
    position: relative;
    z-index: 1;
}

.single-blog {
    border: 3px solid #646464;
    margin-top: 30px
}

.blog-text {
    padding: 15px 20px;
}

.blog-text h3 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.blog-text h3 a {
    color: #253242;
}

.blog-text h3 a:hover {
    color: #fb3838
}

.blog-page-area {
    padding-top: 40px
}

.blog-page-left .blog-text h3 {
    font-size: 24px
}

.blog-text ul {
    margin-bottom: 20px;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-text ul li i {
    margin-right: 5px;
    color: #fb3838;
}

.blog-text ul li a {
    color: #253242;
}

.blog-page-right {
    margin-top: 30px;
    margin-bottom: 0
}

.blog-page-right .recent-text h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1px;
}

.sidebar-widget {
    margin-bottom: 30px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.service-menu {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
    margin-bottom: 5px;
}

.service-menu li:last-child {
    margin-bottom: 0
}

.service-menu li a {
    display: block;
    padding: 10px 20px;
    background: #fff none repeat scroll 0 0;
    color: #253242;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-menu li a span {
    margin-left: 5px
}

.service-menu li.active a,
.service-menu li a:hover {
    color: #fb3838;
    padding-left: 25px
}

.sidebar-widget h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
}

.Tags-catagory {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.Tags-catagory li {
    display: inline-block;
    border: medium none !important;
    padding: 0 !important;
    margin: 2px 0;
}

.Tags-catagory a {
    color: #253242;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    padding: 5px 15px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.Tags-catagory a:hover {
    color: #fb3838
}

.product_search {
    width: 100%;
    background: #f4f4f5 none repeat scroll 0 0 !important;
    padding: 0 !important;
    height: 50px;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.product_search input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #253242;
}

.product_search button {
    position: absolute;
    right: 0;
    border: medium none;
    height: 100%;
    width: 20%;
    color: #fff;
    cursor: pointer;
    background: #253242 none repeat scroll 0 0;
    font-size: 16px;
    border-radius: 0 5px 5px 0px;
}

.product-page-left .sidebar-widget h3 {
    font-size: 22px
}

.top-products {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.top-products li {
    border-bottom: 1px solid #646464;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    overflow: hidden
}

.top-products li:last-child {
    border-bottom: 0px solid #646464
}

.recent-img {
    margin-right: 15px;
    width: 80px;
    float: left;
}

.recent-text {
    vertical-align: middle;
    overflow: hidden;
}

.recent-text h4 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.recent-text h4 a {
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.recent-text p {
    color: #fb3838;
    font-weight: 500;
}

.single-blog-page .blog-text {
    padding: 30px 0 0 0;
}

.single-blog-page .blog-text p {
    margin: 0 0 10px;
}

.single-blog-page .single-blog {
    border: 0px solid #646464
}

.blog-content-img {
    margin-bottom: 15px
}

.single-blog-page blockquote {
    margin: 30px 0;
    position: relative;
}

.single-blog-page blockquote .quote-inner {
    border-left: 2px solid #646464;
    margin-left: 25px;
    padding-left: 60px;
    position: relative;
}

.single-blog-page blockquote .quote-icon {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffcd00;
    font-size: 16px;
    height: 35px;
    left: -18px;
    line-height: 32px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
}

.single-blog-page blockquote .quote-text {
    color: #253242;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
}

.blog-page-right {
    margin-top: 30px
}

.comment-list,
.leave-comment {
    margin-top: 50px;
}

.comment-list h2,
.leave-comment h2 {
    font-size: 24px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.single-comment-box {
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.main-comment {
    font-size: 14px;
    padding: 30px 0 0 90px;
    position: relative;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}

.author-image img {
    display: block;
    width: 70px;
    border-radius: 50%;
    border: 6px solid #e6e6e6;
}

.comment-info h2 {
    font-size: 16px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.comment-info a {
    color: #253242;
    font-style: italic;
    font-size: 16px;
}

.comment-info a:hover {
    color: #fb3838
}

.comment-info a i {
    margin-right: 5px
}

.single-comment-box.reply-comment {
    padding-left: 100px;
}

.leave-comment form input {
    width: 45%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 10px 15px 10px 0px;
    border-radius: 6px;
}

.leave-comment form textarea {
    border: 1px solid #646464;
    padding: 5px 10px;
    margin: 10px 0;
    color: #253242;
    width: 93%;
    height: 175px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 6px;
}

.leave-comment form input:focus,
.leave-comment form textarea:focus {
    border: 1px solid #646464;
}



/*================================================
13 - CALL AREA CSS
==================================================*/
.call-area {
    position: relative;
    padding: 40px 0;
    background: #0a0c10;
    overflow: hidden;
}

.call-area:before {
    content: "";
    position: absolute;
    inset: -30% -15%;
    background: -webkit-linear-gradient(305deg,
            rgba(37, 50, 66, .95),
            rgba(37, 50, 66, .75),
            rgba(251, 56, 56, .65));
    background: linear-gradient(145deg,
            rgba(37, 50, 66, .95),
            rgba(37, 50, 66, .75),
            rgba(251, 56, 56, .65));
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
    z-index: 0;
}

.call-area:after {
    content: "";
    position: absolute;
    right: -20%;
    top: 0;
    width: 60%;
    height: 130%;
    background: -webkit-linear-gradient(330deg,
            transparent,
            rgba(225, 6, 0, 0.12),
            transparent);
    background: linear-gradient(120deg,
            transparent,
            rgba(225, 6, 0, 0.12),
            transparent);
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    z-index: 1;
}

.call-box {
    position: relative;
    padding: 20px 20px;
    border-radius: 24px;
    background: -webkit-linear-gradient(305deg,
            rgba(255, 255, 255, .06),
            rgba(255, 255, 255, .01));
    background: linear-gradient(145deg,
            rgba(255, 255, 255, .06),
            rgba(255, 255, 255, .01));
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    box-shadow: 0 60px 120px rgba(0, 0, 0, .85),
        inset 0 0 0 1px rgba(255, 255, 255, .08);
    overflow: hidden;
    z-index: 2;
}

.call-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(315deg,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .4));
    background: linear-gradient(135deg,
            rgba(0, 0, 0, .85),
            rgba(0, 0, 0, .4));
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    z-index: 1;
}

.call-box:after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    background: -webkit-linear-gradient(330deg,
            transparent,
            rgba(225, 6, 0, .4),
            transparent);
    background: linear-gradient(120deg,
            transparent,
            rgba(225, 6, 0, .4),
            transparent);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: 0;
}

.call-box-inner {
    position: relative;
    z-index: 3;
    max-width: 820px;
    margin: auto;
    text-align: center;
}

.call-box h2 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.call-text {
    color: #fff;
}

.call-box h2 span {
    color: #fb3838;
    position: relative;
}

.call-box h2 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(left, #fb3838, transparent);
    background: linear-gradient(90deg, #fb3838, transparent);
}

.call-box-text {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 30px;
}

.call-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
    padding: 24px 42px;
    background: rgba(255, 255, 255, .07);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border-left: 4px solid #fb3838;
    -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
            clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.call-number:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(225, 6, 0, .35);
}

.call-icon {
    width: 74px;
    height: 74px;
    background: -webkit-linear-gradient(315deg, #fb3838, #8c0000);
    background: linear-gradient(135deg, #fb3838, #8c0000);
    color: #fff;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
            clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    box-shadow: 0 12px 35px rgba(225, 6, 0, .6);
}

.call-text {
    text-align: left;
}

.call-text p {
    margin: 0;
    letter-spacing: 1px;
    text-transform: none;
}

.call-text h2 {
    margin: 8px 0 0;
    font-size: 24px;
}

.call-text h2 a {
    color: #fff;
    letter-spacing: 2px;
    -webkit-transition: .3s;
    transition: .3s;
}

.call-text h2 a:hover {
    color: #fb3838;
    text-decoration: none;
}

/*================================================
14 - GALLERY PAGE CSS
==================================================*/

.gallery-area {
    background: #fff;
}

.gallery-area .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: none;
    margin: 0px;
}

.gallery-area .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.gallery-area .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.gallery-area .item-image {
    position: relative;
}

.gallery-area .item-image img {
    width: 100%
}

.gallery-area .item-image .item-img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #646464;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    z-index: 1
}

.gallery-area .item-image .item-img-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 170%;
    width: 100%;
    height: 100%;
    border: 1px solid #253242;
    background: rgba(0, 0, 0, 0.11);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

.gallery-area .item-image .item-img-overlay:hover:after {
    top: 0;
    left: -170%
}

.gallery-area .item-image .item-img-overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-area .item-image .item-img-overlay .cap {
    bottom: -50%;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.gallery-area .item-image .item-img-overlay h3 {
    color: #253242;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: none;
}

.gallery-area .item-image .item-img-overlay:hover .cap {
    bottom: 50%;
    margin-bottom: -50px;
}

.zoom-img > a {
    background: #fb3838 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: #fb3838 none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 16px;
}

.nav-pills .nav-link {
    color: #253242;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    margin: 0px 10px;
}

.nav-link:focus,
.nav-link:hover {
    color: #fff;
}

.nav-link:focus,
.nav-link {
    color: #fff;
}

.nav-pills .nav-link {
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #253242;
    padding: 10px;
    margin: 0px 5px;
}

.gallery-btn {
    text-align: center;
}

/*================================================
15 - LOGIN/REGISTER PAGE CSS
==================================================*/
.login-area {
    background: #fff none repeat scroll 0 0;
}

.login-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 40%;
}

.login-page-heading {
    padding-bottom: 20px;
}

.login-page-heading i {
    font-size: 22px;
    margin-right: 5px;
    color: #fb3838;
}

.login-page-heading > h3 {
    font-weight: 600;
    color: #253242;
    font-size: 32px;
    text-transform: none;
    margin-bottom: 5px;
    display: inline-block;
}

.account-form-group {
    height: 45px;
    margin-bottom: 20px;
    position: relative;
}

.account-form-group > input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px 5px 60px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.account-form-group i {
    border-right: 1px solid #646464;
    color: #b7b7b7;
    font-size: 16px;
    height: 100%;
    left: 0;
    line-height: 45px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.remember-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.remember-row p {
    margin-bottom: 0px
}

.remember-row .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox label {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #253242;
    margin-left: 5px;
    font-size: 16px;
}

.lost-pass a {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #253242;
    margin-right: 30px;
    font-size: 16px;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.lost-pass a:hover {
    color: #fb3838;
}

.login-sign-up {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #646464;
}

.login-sign-up > a {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #253242;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.login-sign-up > a:hover {
    color: #fb3838;
}

/*================================================
16 - 404 PAGE CSS
==================================================*/
.notfound-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.notfound-box h2 {
    font-size: 120px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
    line-height: 100%;
}

.notfound-box h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 40px;
}

.not-found-text p {
    margin-bottom: 20px
}

.notfound-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*================================================
17 - SERVICE PAGE CSS
==================================================*/

.services2 {
    position: relative;
}

.services2 .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 0px;
    isolation: isolate;
}

.services2 .item img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.services2 .item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

}

.services2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 15px 30px 110px;
    width: 100%;
    text-align: right;
}

.services2 .item .title h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
}

.title h4 a {
    color: #fff
}

.services2 .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;

}

.services2 .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 10px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;

}

.services2 .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fb3838;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 48px;
    font-weight: 700;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.services2 .item:hover .curv-butn .icon {
    color: #fb3838;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.icon-bg {
    background: #fff !important;
}

.bottom-fade {
    width: 100%;
    top: 41%;
    height: 60%;
    float: left;
    position: absolute;
    background: -webkit-linear-gradient(bottom, #253242 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    background: linear-gradient(to top, #253242 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

/*================================================
18 - SERVICE DETAILS PAGE CSS
==================================================*/

.service-details {
    position: relative;
}

.service-details h3 {
    color: #253242;
    font-size: 24px;
    font-weight: 600;
}

.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #253242;
    border-radius: 20px;
    z-index: 9;
    margin-top: 0px
}

.service-details .sidebar-page .title {
    position: relative;
    background-color: #fb3838;
    padding: 30px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.service-details .sidebar-page .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
}

.service-details .sidebar-page .title h4 > span {
    margin-bottom: 0;
    font-size: 14px;
    color: #253242;
    font-weight: 400;
}

.service-details .sidebar-page .item {
    padding: 40px 30px;
}

.service-details .sidebar-page .item .feature {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.service-details .sidebar-page .item .feature a {
    color: #fff;
}

.service-details .sidebar-page .item .feature a i {
    color: #fb3838;
    margin-right: 15px;
    font-size: 11px;
}

.service-details .sidebar-page .item .feature p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}

.service-details .sidebar-page .item .feature:hover a i,
.service-details .sidebar-page .item .feature.active a i {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-details .sidebar-page .item .feature:hover,
.service-details .sidebar-page .item .feature.active {
    background: #fb3838;
    color: #253242;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 15px;
}

.service-details .sidebar-page .item .feature:hover a i,
.service-details .sidebar-page .item .feature.active a i {
    color: #fff;
}

.service-details .sidebar-page .item .feature:hover a,
.service-details .sidebar-page .item .feature.active a {
    color: #fff;
}

.service-dtl-image {
    margin-bottom: 30px;
}

.service-dtl-image img {
    border-radius: 10px
}

.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: #253242;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 30px;
    padding-right: 60px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .count {
    color: #fb3838;
    padding-right: 5px;
    font-weight: 600;
    font-size: 14px;
}

.accordion-box .block .acc-btn.active .count {
    color: #253242;
}

.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 24px;
    height: 30px;
    font-size: 11px;
    color: #fb3838;
    line-height: 30px;
    content: "\e649";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background-color: #fb3838;
    color: #253242;
}

.accordion-box .block .acc-btn.active:before {
    color: #253242;
    content: "\e64b";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: #253242;
    border-radius: 0px 0px 20px 20px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: #999;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-icon {
    display: inline-block;
    margin-right: 15px;
}

.list-icon span i {
    color: #c60202;
}

.list-text {
    display: inline-block
}

.list-text p {
    margin-bottom: 30px
}

.faq-item {
    background: #253242;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.faq-item:last-child {
    margin-bottom: 0px
}

.faq-header {
    padding: 20px 24px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

.faq-item.active .faq-header {
    background: #fb3838;
    color: #fff;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    line-height: 1.7;
    -webkit-transition: max-height .45s ease, padding .45s ease;
    transition: max-height .45s ease, padding .45s ease;
    color: #fff
}

.faq-item.active .faq-body {
    max-height: 300px;
    padding: 20px 24px;
}

.num {
    color: #fb3838;
    margin-right: 6px;
}

.faq-item.active .num {
    color: #fff;
}

.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
}

.faq-item.active .arrow {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
}

/*================================================
19 - CAR LISTING PAGE CSS
==================================================*/
.car-listing .car-listing-list {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 20px;
    z-index: 9;
}

.car-listing .car-listing-list .search-2 {
    position: relative;
    background-color: #fb3838;
    padding: 30px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
}

.car-listing .car-listing-list .search-2 form {
    position: relative;
}

.car-listing .car-listing-list .search-2 form input {
    width: 100%;
    padding: 18px 15px;
    background: #fff;
    margin-bottom: 0;
    border: none;
    border-radius: 30px;
}

.car-listing .car-listing-list .search-2 form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fb3838;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.car-listing .car-listing-list:hover .search-2 form button {
    background-color: #253242;
    color: #fff;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
    border: none
}

.car-listing-box {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 20px;
}

.car-listing-heading {
    text-align: center;
    color: #fff;
}

.car-listing-heading h2 {
    font-size: 28px
}

.car-listing-box:before {
    text-align: center;
    background-image: url(../img/5.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    border-radius: 15px;
}

.car-listing-box:after {
    background: #253242;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    right: 0px;
    opacity: .7;
    border-radius: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.car-listing-widget {
    margin: 20px 0px;
}

.car-listing-widget:last-child {
    margin-bottom: 0
}

.car-listing-menu {
    padding: 15px;
    background: #253242 none repeat scroll 0 0;
    border-radius: 20px;
}

.car-listing-menu li {
    margin-bottom: 5px;
}

.car-listing-menu li a {
    display: block;
    padding: 10px 20px;
    background: #253242 none repeat scroll 0 0;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.car-listing-menu li a span {
    margin-left: 5px
}

.car-listing-menu li.active a,
.car-listing-menu li a:hover {
    color: #fb3838;
    padding-left: 25px
}

.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #253242;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid #253242;
    border-radius: 100%;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pagination-wrap li a.active {
    background-color: #fb3838;
    border: 1px solid #fb3838;
    color: #fff;
}

.pagination-wrap li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none;
    background: #fb3838;
    border: 1px solid #fb3838;
    color: #fff;
    -webkit-transform: translate3d(0px, -2px, 0.01px);
    transform: translate3d(0px, -2px, 0.01px);
}

/*================================================
20 - CAR BOOKING PAGE CSS
==================================================*/

.car-booking {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 0px;
}

.rental-tag p {
    display: inline-block;
    padding: 5px 15px;
    line-height: 20px;
    text-transform: none;
    background: #fb3838;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.car-booking-right h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
}

.car-booking-right h4 {
    color: #253242;
    font-size: 22px;
    text-transform: none;
    margin-top: 0px;
    display: inline-block;
}

.car-booking-right h4 span {
    text-transform: none;
    color: #fb3838;
    font-size: 16px;
}

.price-rent {
    display: inline-block;
    margin-right: 15px;
}

.car-rating {
    display: inline-block;
}

.car-rating ul {
    display: inline-block;
}

.car-rating ul li {
    display: inline-block;
    margin-right: 1px;
    color: #ffcd00;
}

.car-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #253242;
    text-transform: none;
}

.price-rating {
    margin-bottom: 20px;
}

.car-features ul {
    width: 32%;
    float: left;
    margin-top: 20px;
}

.car-features ul li {
    margin: 5px 0;

}

.car-features ul li i {
    margin-right: 5px;
    color: #fb3838;
}

.single-booking h3,
.booking-right h3 {
    font-size: 24px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #646464;
    margin-bottom: 45px;
}

.single-booking form label {
    display: block;
    color: #253242;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}

.single-booking form p {
    margin-top: 15px
}

.single-booking form input {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 45px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 6px;
}

.single-booking form textarea {
    width: 100%;
    border: 1px solid #646464;
    padding: 5px 10px;
    height: 120px;
    color: #253242;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 6px;
}

.single-booking form .nice-select {
    width: 100%;
    border: 1px solid #646464;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;

}

.single-booking {
    margin-bottom: 30px;
}

.single-booking:last-child {
    margin-bottom: 0px;
}

.car-payment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.car-payment .payment input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.car-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #253242;
    font-weight: 500;
}

.car-payment .payment .check {
    display: block;
    position: absolute;
    border: 1px solid #646464;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 14px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.car-payment .payment .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
    border: 3px solid #fb3838;
}

input[type="radio"]:checked ~ .check:before {
    background: #fb3838;
}

input[type="radio"]:checked ~ label {
    color: #fb3838;
}

.payment img {
    float: right;
    margin-top: 15px;
}

.car-action {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.custom-input {
    border-radius: 6px;
    padding: 12px 14px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.custom-input:focus {
    border-color: #646464;
    box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.flatpickr-calendar {
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadeUp 0.25s ease;
    animation: fadeUp 0.25s ease;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
    font-size: 14px;
}

.flatpickr-time {
    border-radius: 10px;
}

@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.form-select {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-select:focus {
    border-color: #646464;
    box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.form-select option {
    padding: 12px;
}


/*================================================
21 - PRODUCTS PAGE CSS
==================================================*/
.products .products-list {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 20px;
    z-index: 9;
}

.products .products-list .search-2 {
    position: relative;
    background-color: #fb3838;
    padding: 30px;
    border-radius: 21px 20px 20px 20px;
    text-align: center;
}

.products .products-list .search-2 form {
    position: relative;
}

.products .products-list .search-2 form input {
    width: 100%;
    padding: 18px 15px;
    background: #fff;
    margin-bottom: 0;
    border: none;

    border-radius: 30px;
}

.products .products-list .search-2 form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #fb3838;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.products .products-list:hover .search-2 form button {
    background-color: #253242;
    color: #fff;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
    border: none
}

.products-widget {
    background: #253242;
    border-radius: 20px 20px 20px 20px;
    margin: 20px 0px;
}

.products-widget:last-child {
    margin-bottom: 0;
    border-radius: 20px 20px 20px 20px;
}

.products-widget h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
    margin: 0px 0px;
    padding: 10px 30px;
}

.products-menu {
    padding: 20px;
}

.products-menu li {
    margin-bottom: 5px;
}

.products-menu li a {
    display: block;
    padding: 10px 20px;
    background: #253242 none repeat scroll 0 0;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.products-menu li a span {
    margin-left: 5px
}

.products-menu li.active a,
.products-menu li a:hover {
    color: #fb3838;
    padding-left: 25px
}

.products-top {
    padding: 20px;
}

.products-top li {
    border-bottom: 1px solid #646464;
    padding: 10px;
    overflow: hidden;
}

.products-top li:last-child {
    border-bottom: 0px solid #646464;
}

.products-img {
    margin-right: 15px;
    width: 80px;
    float: left;
}

.product-image {
    text-align: center
}

.product-image img {
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-image:hover figure img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.product-image figure {
    margin: 0;
    position: relative;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    isolation: isolate;
    border-radius: 5px;
}

.products-text {
    vertical-align: middle;
    overflow: hidden;
}

.products-text h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: none;
    font-weight: 600;
}

.products-text h4 a {
    color: #fff;
}

.products-text p,
.product-title p {
    color: #fb3838;
    font-weight: 500;
}

.product-item {
    background: #253242;
    padding: 15px;
    border-radius: 10px;
}

.product-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.product-title h3 {
    font-size: 22px;
    color: #253242;
    letter-spacing: 1px;
    margin: 5px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
}

.product-title h3 a {
    color: #fff;
}

.product-title p {
    color: #fb3838;
    font-weight: 600;
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-action a {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #646464;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-action a:hover {
    background: #fb3838 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #fb3838
}

.product-details-image {
    text-align: center;
}

.product-details-text h3 {
    font-size: 28px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
}

.car-rating {
    display: inline-block;
}

.car-rating ul {
    display: inline-block;
}

.car-rating ul li {
    display: inline-block;
    margin-right: 1px;
    color: #ffcd00;
}

.car-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #253242;
    text-transform: none;
}

.single-pro-page-para {
    margin: 20px 0;
}

.single-shop-price > p {
    color: #253242;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.single-shop-price p span {
    color: #fb3838;
}

.single-shop-price > p input {
    border: 1px solid #646464;
    font-weight: 500;
    margin-left: 20px;
    padding: 5px 10px;
    width: 80px;
}

.single-shop-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-shop-page-btn ul {
    margin-left: 30px;
}

.single-shop-page-btn ul li {
    display: inline-block;
    margin: 0 2px;
}

.single-shop-page-btn ul li a:hover {
    background: #fb3838 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #fb3838;
}

.single-shop-page-btn ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #253242;
    border-radius: 5px;
    border: 1px solid #646464;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.related-products .product-item {
    margin-bottom: 0
}

.related-products .site-heading > h2 {
    color: #253242;
    display: inline-block;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    text-transform: none;
    margin: 0px;
}

.related-products .site-heading > h2:before {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

.related-products .site-heading > h2:after {
    background: #253242 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -45%;
    position: absolute;
    top: 52%;
    width: 40%;
}

/*================================================
22 - CART CSS
==================================================*/
.cart-table-left h3,
.order-summury-box h3 {
    font-size: 24px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
}

.cart-table-left thead {
    background: #f4f4f5 none repeat scroll 0 0;
    border: medium none;
}

.cart-table-left thead th {
    border: medium none;
    color: #253242;
}

.shop-cart-item .cart-preview {
    width: 115px;
    height: 100px;
    text-align: center;
    padding: 5px
}

.cart-preview img {
    width: 100%;
    height: 100%;
}

.table th,
.table td {
    vertical-align: baseline;
    border-top: 0px;
    border-bottom: 1px solid #646464;
}

.cart-table-left table td p {
    color: #253242;
    text-transform: none;
}

.cart-quantity > input {
    border: 1px solid #646464;
    padding: 5px;
    width: 70px;
}

.cart-close {
    text-align: center;
}

.cart-total {
    font-weight: 500;
}

.cart-close a {
    color: #646464;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #646464;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cart-close a:hover {
    background: #fb3838;
    color: #fff
}

.cart-clear a {
    display: inline-block;
    font-weight: 500;
    text-transform: none;
    color: #253242;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cart-clear {
    margin-top: 20px
}

.cart-clear a:last-child {
    margin-right: 1px;
}

.cart-clear a:hover {
    color: #fb3838
}

.order-summury-box {
    padding: 0px 30px;
}

.order-summury-box table {
    width: 100%;
}

.order-summury-box table tr {
    border-bottom: 1px solid #646464;
}

.order-summury-box table tr:last-child {
    border-bottom: 0px solid #646464;
}

.order-summury-box table td {
    padding: 10px 0;
    color: #253242;
}

.checkout-action {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-action a.gauto-btn {
    color: #fb3838;
    margin: 0
}

.checkout-action a.gauto-btn:hover {
    color: #fff;
}

.table > :not(caption) > * > * {
    padding: 10px 25px;
}


/*================================================
23 - CHECKOUT CSS
==================================================*/
.checkout-area .order-summury-box {
    padding: 0px 0px 30px 0px;
}

.billing-box {
    margin-bottom: 30px
}

.billing-box:last-child {
    margin-bottom: 0
}

.billing-title h3 {
    font-size: 24px;
    color: #253242;
    letter-spacing: 1px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 45px;
}

.billing-input {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #646464;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
}

.billing-input:focus {
    border-color: #646464;
    box-shadow: 0 0 0 3px rgba(76, 111, 255, 0.15);
}

.checkout-area .form-label {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}


/*================================================
24 - RESPONSIVE CSS
==================================================*/

#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #253242;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}


@media (max-width: 1200px) {

    .hero-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 85px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-transform: none;
    }

    .single-testimonial {
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin: 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #646464;
        border-radius: 5px;
    }

    .quick-links {
        float: left;
        width: 45%;
    }

    .widget-newsletter button {
        height: 50px;
        width: 50px;
        border: none;
        background: #fb3838;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        outline: none;
        padding: 0px 8px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 100%;
        line-height: 55px;
        outline: none;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .about-area {
        margin-top: 30px;
    }

    .stats h2 {
        font-size: 38px;

    }

    .about-area h3 {
        margin: 0 0 25px;
        font-size: 38px;
    }

    .stats {
        margin-top: 100px;
    }

    .footer-contact-link-wrapper h4 {
        font-size: 22px;
    }

    .driver-area .site-heading > h2 {
        font-size: 38px;
    }

    .site-heading > h2 {
        font-size: 38px;
    }

    .item .content .cont .book .price {
        font-size: 22px;
        color: #fb3838;
        font-weight: 600;
    }

    .testimonial-info > h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 0;
        text-transform: none;
    }


    .call-text h2 {
        font-size: 22px;
        letter-spacing: 2px;
        margin: 0px;
    }

    .blog-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 38px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
    }

    .icon-footer {
        width: 55px;
        max-height: 55px;
        min-height: 55px;
        min-width: 55px;
        font-size: 22px;
    }

    .search-background {
        position: absolute;
        top: 0;
        right: -286px;
        width: 725px;
        height: 100%;
        z-index: 1;
        background: #253242;
        -webkit-transform: skewX(-20deg);
                transform: skewX(-20deg);
        -webkit-transform-origin: top right;
                transform-origin: top right;
        box-shadow: -40px 0 80px rgba(0, 0, 0, 0.12);
    }

    .search-background {
        display: none
    }

    .header-background {
        display: none
    }

    .hero-heading p {
        font-size: 22px;
        color: #d8d8d8;
        max-width: 1200px;
    }

    .footer-area .widget .widget-title {
        font-size: 22px;
    }

    .services2 .item .title h4 {
        font-size: 22px;
    }


    .service-details .sidebar-page .title h4 {
        font-size: 22px;
    }

    .service-details h3 {
        font-size: 22px;
    }

    .single-booking h3,
    .booking-right h3 {
        font-size: 22px;
    }

    .gallery-area .item-image .item-img-overlay h3 {
        font-size: 22px;
    }

    .products-widget h3 {
        font-size: 22px;

    }


    .cart-table-left h3,
    .order-summury-box h3 {
        font-size: 22px;
    }

    .blog-page-left .blog-text h3 {
        font-size: 22px;
    }

    .comment-list h2,
    .leave-comment h2 {
        font-size: 22px;
    }

    .sidebar-widget h3 {
        font-size: 22px;
    }

    .notfound-box h2 {
        font-size: 100px;
    }

    .notfound-box h3 {
        font-size: 22px;
    }

    .lost-pass a {
        margin-right: 20px;
        font-size: 16px;
    }

    .contact-area .site-heading > h2 {
        font-size: 38px;
    }

    .contact-right .social-icon a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .related-products .site-heading > h2 {
        font-size: 38px;
    }

    html,
    body {
        overflow-x: hidden
    }

    .car-listing-box {
        position: relative;
        z-index: 1;
        margin-top: 20px;
        padding: 40px 20px;
    }

    .car-listing-heading h2 {
        font-size: 24px;
    }

    .car-listing-box:before {
        text-align: center;
        background-image: url(../img/5.jpg);
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        content: "";
        top: 0px;
        border-radius: 15px;
        left: 0px;
    }

}

@media (max-width: 991px) {
    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 16px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        font-weight: 500
    }

    .header-menu a:before {
        display: none
    }

    .header-menu a:after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 24px;
        font-weight: 400;
        background: transparent;
        left: auto;
        bottom: auto;
    }

    .sub-menu:before {
        height: 90% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu:after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "-";
        font-size: 30px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }


    .header-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .site-logo {
        max-width: 120px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    .driver-area {
        background: #fff;
        padding-bottom: 50px;
        padding-top: 0px;
    }

    .header-top-area {
        display: none;
    }


    .header_inn {
        display: none
    }

    .hero-heading {
        text-align: center;
        margin: 0 auto 70px;
    }

    .hero-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-transform: none;
    }

    .hero-expert {
        margin-bottom: 30px;
        width: 100%;
        margin-left: auto;
    }

    .hero-image {
        position: inherit;
        z-index: -1;
        left: 0px;
        content: "";
        top: 0px;
    }

    .hero-image img {
        width: 100%;
    }

    .field {
        margin: 10px 0px;
    }

    .field select {
        width: 100%;
        padding: 12px 0px;
        border: 1px solid #646464;
        border-radius: 4px;

        font-size: 16px;
    }

    .field label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .price-label {
        color: #646464;
        font-size: 16px;
    }

    .price-btn {
        position: relative;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border: 0px solid #fff;
        background: #fb3838;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        margin-top: 20px;
        width: 100%;
    }

    .search-form {
        margin-right: 0px;
    }

    .search {
        background: #fff;
        margin-top: 0px;
    }

    .search-box {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        margin: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
        position: inherit;
        z-index: 2;
        content: "";
        bottom: 0px;
    }

    .about-area {
        margin-top: 30px;
        text-align: center;
    }

    .about-area h3 {
        margin: 0 0 25px;
        font-size: 32px;
        font-weight: 600;
        color: #253242;
        line-height: 1.15;
    }

    .about-section .about-right {
        position: inherit;
    }

    .about-right .p1 {
        width: 100%;
        position: inherit;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .about-right .p2 {
        width: 100%;
        position: inherit;
        right: auto;
        top: auto;
        border-radius: 10px;
    }

    .stats {
        margin-top: 70px;
    }

    .stats h2 {
        font-size: 32px;
        margin: 10px;
        font-weight: bold;
        color: #253242;
    }

    .site-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
        margin: 0px;
    }

    .item .content {
        width: 100%;
        padding: 20px;
        background: #253242;
        border-radius: 0 0 20px 20px;
    }

    .features span {
        color: #fff;
        font-size: 16px;
    }

    .item .content .cont .book .price {
        font-size: 22px;
        color: #fb3838;
        font-weight: 600;
    }

    .single-testimonial {
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin: 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #646464;
        border-radius: 5px;
    }

    .single-testimonial > img {
        background: #646464 none repeat scroll 0 0;
        border-radius: 50%;
        height: 80px;
        margin: 0px 0px 20px;
        padding: 3px;
        display: inline-block;
        width: 80px !important;
    }

    .testimonial-info {
        margin: 20px 10px;
        display: inline-block;
    }

    .testimonial-info > h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 0;
        text-transform: none;
    }

    .driver-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 10px;
        position: relative;
        text-transform: none;
    }

    .driver-name p {
        margin-bottom: 15px
    }

    .blog-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
    }

    .post-item {
        padding: 10px 10px 12px;
        background: #253242;
        margin: 10px 0px;
        position: relative;
        top: 0;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .quick-links {
        float: left;
        width: 50%;
    }

    .icon-footer {
        width: 50px;
        max-height: 50px;
        min-height: 50px;
        min-width: 50px;
        background-color: #fb3838;
        color: #fff;
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fb3838;
        border-radius: 100%;
    }


    .call-text h2 {
        font-size: 22px;
        margin: 0px;
        letter-spacing: 2px;
    }

    .call-number {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 26px;
        padding: 15px 15px;
        background: rgba(255, 255, 255, .07);
        -webkit-backdrop-filter: blur(12px);
                backdrop-filter: blur(12px);
        border-left: 4px solid #fb3838;
        -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
                clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .footer-area .widget .widget-title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .widget-newsletter button {
        height: 50px;
        width: 50px;
        border: none;
        background: #fb3838;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        outline: none;
        padding: 0px 8px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 100%;
        line-height: 55px;
        outline: none;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .copyright {
        text-align: center
    }

    .service-details h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
    }

    .service-details .sidebar-page .title h4 {
        font-size: 22px;
        line-height: 1.2em;
        color: #fff;
        margin: 0;
    }

    .car-booking-right {
        margin-top: 30px;
    }

    .car-booking-right h3 {
        font-size: 28px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 45px;
    }

    .car-features ul {
        width: 50%;
    }

    .banner-header h4 {
        font-size: 32px;
        position: relative;
        line-height: 1.25em;
        margin-bottom: 15px;
        text-transform: none;
    }

    .single-booking form p {
        margin-top: 0px;
    }

    .related-products .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
        margin: 0px;
    }

    .footer-contact-link-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0px;
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .footer-contact-links-divider {
        display: none
    }

    .footer-contact-links-wrapper {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-contact-link-wrapper h4 {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .links.dark.footer-contact-links {
        padding: 30px 18px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, .08);
    }


    .pagination-wrap li a {
        background: #253242;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        border: 1px solid #253242;
        border-radius: 100%;
        -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .related-products .site-heading > h2:after {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .related-products .site-heading > h2:before {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        right: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .order-summury-box {
        padding: 30px 30px;
    }

    .checkout-area .form-label {
        font-size: 14px;
        font-weight: 600;

        text-transform: none;
    }

    .billing-input {
        padding: 5px 10px;
        border-radius: 6px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
    }

    .post-image .date {
        position: absolute;
        right: 0;
        bottom: 1px;
        width: 50px;
        padding: 12px 0;
        color: #253242;

        line-height: 15px;
        text-align: center;
        z-index: 0;
    }

    .blog-page-right {
        margin-top: 70px
    }

    .leave-comment form input {
        width: 100%;
        border: 1px solid #646464;
        padding: 5px 10px;
        height: 45px;
        color: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin: 10px 15px 10px 0px;
        font-size: 16px;
    }

    .leave-comment form textarea {
        border: 1px solid #646464;
        padding: 5px 10px;
        margin: 10px 0;
        color: #253242;
        width: 100%;
        height: 175px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font-size: 16px;
    }

    .product_search input {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 5px 15px;
        background: transparent;
        border: 1px solid #253242;
        font-size: 16px;
    }

    .notfound-box h2 {
        font-size: 90px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 0px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        text-transform: none;
        font-weight: 600;
        line-height: 130px;
    }

    .notfound-box h3 {
        font-size: 22px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 40px;
    }

    .notfound-box {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .login-box {
        width: 100%;
        padding: 30px 15px;
    }

    .contact-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 40px;
        position: relative;
        text-transform: none;
    }

    .form-label {
        font-size: 16px;
        font-weight: 600;
        color: #253242;
        text-transform: none;
    }

    .contact-form .form-control {
        border: 1px solid rgba(119, 119, 119, 0.35);
        color: #253242;
        box-shadow: none;
        font-size: 16px;
    }

    .contact-right {
        margin: 0px 0px;
        padding-top: 70px;
    }


    .call-box {
        background: url(../img/3.jpg)no-repeat scroll 0 0/cover;
        text-align: center;
        border-radius: 5px;
        position: relative;
        padding: 20px 20px;
        z-index: 1;
        background-position: center;
    }

    .services2 .item .title h4 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 0;
        text-align: left;
    }

    .service-details .sidebar-page {
        position: relative;
        display: block;
        padding: 0;
        background: #253242;
        border-radius: 20px;
        z-index: 9;
        margin-top: 70px;
    }

    .payment img {
        float: right;
        margin-top: 10px;
    }

    .car-payment .payment label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        margin: 10px auto;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        color: #253242;
        font-weight: 500;
        font-size: 16px;
    }

    .form-select {
        padding: 12px 14px;
        border-radius: 6px;
        border: 1px solid #646464;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
    }

    .custom-input {
        border-radius: 6px;
        padding: 12px 14px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
    }

    .footer-middle-area .widget-area .widget {
        padding: 25px 0;
    }

    .footer-top-area {
        padding-top: 25px;
    }

    .product-details {
        padding: 0px 0px
    }

    .single-booking form p input {
        width: 100%;
        border: 1px solid #646464;
        padding: 5px 10px;
        height: 45px;
        color: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border-radius: 6px;
        font-size: 16px;
    }

    .single-booking form p textarea {
        width: 100%;
        border: 1px solid #646464;
        padding: 5px 10px;
        height: 120px;
        color: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font-size: 16px;
    }

    .zoom-img > a {
        background: #EC3322 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 35px;
    }

    .header_inn {
        margin: 0
    }

    .main-header-area {
        padding: 0;
        background: transparent
    }

    .header-area {
        background: #fff;
        position: relative;
        padding: 15px 0
    }

    .hero-area {
        margin: 0
    }

    .header_inn {
        padding: 15px 0;
        position: inherit
    }

    .header_inn.sticky {
        padding: 15px
    }

    .section-70 {
        padding: 50px 0px;
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .banner-header {
        margin: 0
    }

    .pb-70 {
        padding-top: 0
    }

    .choose-right {
        margin-top: 30px;
    }

    .choose-right .col-lg-6:nth-child(2n+1) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .price-filter {
        position: relative;
        z-index: 3;
        margin-top: 25px;
    }

    .menu-list {
        display: block
    }

    .has-dropdown > a:before {
        display: none
    }

    nav#menu > ul > li.active > ul.submenu {
        display: block;
        max-height: inherit;
    }
    .about-section{
        padding: 50px 0
    }

}

@media (max-width: 767px) {
    .header-top-area {
        display: none;
    }



    .header_inn {
        display: none
    }

    .hero-heading {
        text-align: center;
        margin: 0 auto 70px;
    }

    .hero-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-transform: none;
    }

    .hero-image {
        position: inherit;
        z-index: -1;
        left: 0px;
        content: "";
        top: 0px;
    }

    .hero-image img {
        width: 100%;
    }

    .field {
        margin: 10px 0px;
    }

    .field select {
        width: 100%;
        padding: 12px 0px;
        border: 1px solid #646464;
        border-radius: 4px;

        font-size: 16px;
    }

    .field label {
        display: block;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 22px;
    }

    .price-label {
        color: #646464;
        font-size: 16px;
    }

    .price-btn {
        position: relative;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border: 0px solid #fff;
        background: #fb3838;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        margin-top: 20px;
        width: 100%;
    }

    .search-form {
        margin-right: 0px;
    }

    .search {
        background: #fff;
        margin-top: 0px;
    }

    .search-box {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        margin: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
        position: inherit;
        z-index: 2;
        content: "";
        bottom: 0px;
    }

    .about-area {
        margin-top: 70px;
        text-align: center;
    }

    .about-area h3 {
        margin: 0 0 25px;
        font-size: 32px;
        font-weight: 600;
        color: #253242;
        line-height: 1.15;
    }

    .about-section .about-right {
        position: inherit;
    }

    .about-right .p1 {
        width: 100%;
        position: inherit;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .about-right .p2 {
        width: 100%;
        position: inherit;
        right: auto;
        top: auto;
        border-radius: 10px;
    }

    .stats {
        margin-top: 50px;
    }

    .stats h2 {
        font-size: 32px;
        margin: 10px;
        font-weight: bold;
        color: #253242;
    }

    .site-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
        margin: 0px;
    }

    .item .content {
        width: 100%;
        padding: 20px;
        background: #253242;
        border-radius: 0 0 20px 20px;
    }

    .features span {
        color: #fff;
        font-size: 16px;
    }

    .item .content .cont .book .price {
        font-size: 22px;
        color: #fb3838;
        font-weight: 600;
    }

    .single-testimonial {
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin: 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #646464;
        border-radius: 5px;
    }

    .single-testimonial > img {
        background: #646464 none repeat scroll 0 0;
        border-radius: 50%;
        height: 80px;
        margin: 0px 0px 20px;
        padding: 3px;
        display: inline-block;
        width: 80px !important;
    }

    .testimonial-info {
        margin: 20px 10px;
        display: inline-block;
    }

    .testimonial-info > h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 0;
        text-transform: none;
    }

    .driver-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 10px;
        position: relative;
        text-transform: none;
    }

    .driver-name p {
        margin-bottom: 15px
    }

    .blog-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
    }

    .post-item {
        padding: 10px 10px 12px;
        background: #253242;
        margin: 10px 0px;
        position: relative;
        top: 0;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .quick-links {
        float: left;
        width: 50%;
    }

    .icon-footer {
        width: 50px;
        max-height: 50px;
        min-height: 50px;
        min-width: 50px;
        background-color: #fb3838;
        color: #fff;
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fb3838;
        border-radius: 100%;
    }


    .call-number {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 26px;
        padding: 15px 15px;
        background: rgba(255, 255, 255, .07);
        -webkit-backdrop-filter: blur(12px);
                backdrop-filter: blur(12px);
        border-left: 4px solid #fb3838;
        -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
                clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .footer-area .widget .widget-title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .widget-newsletter button {
        height: 50px;
        width: 50px;
        border: none;
        background: #fb3838;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        outline: none;
        padding: 0px 8px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 100%;
        line-height: 55px;
        outline: none;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .copyright {
        text-align: center
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .service-details h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
    }

    .service-details .sidebar-page .title h4 {
        font-size: 22px;
        line-height: 1.2em;
        color: #fff;
        margin: 0;
    }

    .car-booking-right {
        margin-top: 30px;
    }

    .car-booking-right h3 {
        font-size: 28px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 45px;
    }

    .car-features ul {
        width: 50%;
    }

    .banner-header h4 {
        font-size: 32px;
        position: relative;
        line-height: 1.25em;
        margin-bottom: 15px;
        text-transform: none;
    }

    .single-booking form p {
        margin-top: 0px;
    }

    .related-products .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
        margin: 0px;
    }

    .footer-contact-link-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0px;
    }

    .footer-contact-links-wrapper {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-contact-link-wrapper h4 {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .links.dark.footer-contact-links {
        padding: 30px 18px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .pagination-wrap li a {
        background: #253242;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        border: 1px solid #253242;
        border-radius: 100%;
        -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .related-products .site-heading > h2:after {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .related-products .site-heading > h2:before {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        right: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .order-summury-box {
        padding: 30px 30px;
    }

    .checkout-action {
        margin-top: 0px;

    }

    .social-icon {
        display: none;
    }

    .checkout-area .form-label {
        font-size: 14px;
        font-weight: 600;

        text-transform: none;
    }

    .billing-input {
        padding: 5px 10px;
        border-radius: 6px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
    }

    .post-image .date {
        position: absolute;
        right: 0;
        bottom: 1px;
        width: 50px;
        padding: 12px 0;
        color: #253242;
        line-height: 15px;
        text-align: center;
        z-index: 0;
    }

    .blog-page-right {
        margin-top: 70px
    }

    .leave-comment form input {
        width: 100%;
        border: 1px solid #646464;
        padding: 5px 10px;
        height: 45px;
        color: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin: 10px 15px 10px 0px;
        font-size: 16px;
    }

    .leave-comment form textarea {
        border: 1px solid #646464;
        padding: 5px 10px;
        margin: 10px 0;
        color: #253242;
        width: 100%;
        height: 175px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font-size: 16px;
    }

    .product_search input {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 5px 15px;
        background: transparent;
        border: 1px solid #253242;
        font-size: 16px;
    }

    .notfound-box h2 {
        font-size: 90px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 0px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        text-transform: none;
        font-weight: 600;
        line-height: 100%;
    }

    .notfound-box h3 {
        font-size: 22px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 40px;
    }

    .notfound-box {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .login-box {
        width: 100%;
        padding: 30px 15px;
    }

    .contact-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 40px;
        position: relative;
        text-transform: none;
    }

    .form-label {
        font-size: 16px;
        font-weight: 600;
        color: #253242;
        text-transform: none;
    }

    .contact-form .form-control {
        border: 1px solid rgba(119, 119, 119, 0.35);
        color: #253242;
        box-shadow: none;
        font-size: 16px;
    }

    .contact-right {
        margin: 0px 0px;
        padding-top: 70px;
    }


    .call-box {
        background: url(../img/3.jpg)no-repeat scroll 0 0/cover;
        text-align: center;
        border-radius: 5px;
        position: relative;
        padding: 20px 20px;
        z-index: 1;
        background-position: center;
    }

    .services2 .item .title h4 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 0;
        text-align: left;
    }

    .service-details .sidebar-page {
        position: relative;
        display: block;
        padding: 0;
        background: #253242;
        border-radius: 20px;
        z-index: 9;
        margin-top: 50px;
    }

    .payment img {
        float: right;
        margin-top: 10px;
    }

    .car-payment .payment label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        margin: 10px auto;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        color: #253242;
        font-weight: 500;
        font-size: 16px;
    }

    .form-select {
        padding: 12px 14px;
        border-radius: 6px;
        border: 1px solid #646464;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
    }

    .custom-input {
        border-radius: 6px;
        padding: 12px 14px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 16px;
    }

    .footer-middle-area .widget-area .widget {
        padding: 25px 0;
    }

    .footer-top-area {
        padding-top: 0;
    }

    .product-details {
        padding: 0px 0px
    }

    .footer-area .social-icon a {
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #646464;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
        color: #fff;
    }

    .lost-pass a {
        display: inline-block;
        font-weight: 500;
        text-transform: none;
        color: #253242;
        margin-right: 30px;
        font-size: 16px;
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .checkbox label {
        display: inline-block;
        font-weight: 500;
        text-transform: none;
        color: #253242;
        margin-left: 5px;
        font-size: 16px;
    }

    .choose-right .col-lg-6:nth-child(2n+1) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .choose-right {
        margin-top: 30px;
    }

    .price-filter {
        position: relative;
        z-index: 3;
        margin-top: 25px;
    }

    .item h3 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #fff;
    }
    .product-details{
        padding-top: 50px
    }
}

@media (max-width: 575px) {
    .call-area {
        padding-bottom: 0
    }

    .header-top-area {
        display: none;
    }

    .header_inn {
        display: none
    }

    .hero-area {
        padding: 50px 0px;
        padding-bottom: 20px
    }

    .hero-heading {
        text-align: center;
        margin: 0 auto 70px;
    }

    .hero-heading > h2 {
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-transform: none;
    }

    .hero-image {
        position: inherit;
        z-index: -1;
        left: 0px;
        content: "";
        top: 0px;
    }

    .hero-image img {
        width: 100%;
    }

    .booking-form {
        padding-top: 0px
    }

    .field {
        margin: 10px 0px;
    }

    .field select {
        width: 100%;
        padding: 12px 0px;
        border: 1px solid #646464;
        border-radius: 4px;

        font-size: 14px;
    }

    .field label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 22px;
    }

    .price-label {
        color: #646464;
        font-size: 16px;
    }

    .price-btn {
        position: relative;
        padding: 12px 10px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        border: 0px solid #fff;
        background: #fb3838;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        margin-top: 20px;
        width: 100%;
    }

    .search-form {
        margin-right: 0px;
    }

    .search {
        background: #fff;
        margin-top: 0px;
    }

    .search-box {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        margin: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
        position: inherit;
        z-index: 2;
        content: "";
        bottom: 0px;
    }

    .about-section .about-right {
        position: inherit;
    }

    .section-title h2 {
        font-size: 38px;
        font-weight: 600;
        color: #253242;
        text-transform: none;
    }

    .about-right .p1 {
        width: 100%;
        position: inherit;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .about-right .p2 {
        width: 100%;
        position: inherit;
        right: auto;
        top: auto;
        border-radius: 10px;
    }

    .about-title h2 {
        font-size: 32px;
        font-weight: 600;
        color: #253242;
        margin-bottom: 20px;
    }

    .about-tab-buttons label {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 8px;
        text-align: center;
        cursor: pointer;
        font-weight: 500;
        background: #253242;
        color: #ffffff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 10px;
    }

    .stats h2 {
        font-size: 28px;
        margin: 10px;
        font-weight: bold;
        color: #253242;
    }

    .stats i {
        font-size: 28px;
        color: #fb3838;
        margin-bottom: 10px;
    }

    .site-heading > h2 {
        font-size: 34px;
    }

    .item .content {
        width: 100%;
        padding: 20px;
        background: #253242;
        border-radius: 0 0 20px 20px;
    }

    .features span {
        color: #fff;
        font-size: 14px;
    }

    .item .content .cont .book .price {
        font-size: 22px;
        color: #fb3838;
        font-weight: 600;
    }

    .testimonial-card {
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        padding: 15px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        margin: 0px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #646464;
        border-radius: 5px;
    }

    .testimonials-section .site-heading > h2 {
        font-size: 34px;
    }

    .driver-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 10px;
        position: relative;
        text-transform: none;
    }

    .driver-name p {
        margin-bottom: 15px
    }

    .comment-list h2,
    .leave-comment h2 {
        font-size: 22px;
    }

    .blog-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 34px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
    }

    .post-item {
        padding: 10px 10px 12px;
        background: #253242;
        margin: 10px 0px;
        position: relative;
        top: 0;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .quick-links {
        float: left;
        width: 50%;
    }

    .icon-footer {
        width: 50px;
        max-height: 50px;
        min-height: 50px;
        min-width: 50px;
        background-color: #fb3838;
        color: #fff;
        font-size: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fb3838;
        border-radius: 100%;
    }

    .call-text h2 {
        font-size: 20px;
        margin: 0px;
        letter-spacing: 2px;
    }

    .call-number {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 26px;
        padding: 15px 15px;
        background: rgba(255, 255, 255, .07);
        -webkit-backdrop-filter: blur(12px);
                backdrop-filter: blur(12px);
        border-left: 4px solid #fb3838;
        -webkit-clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
                clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .footer-area .widget .widget-title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .widget-newsletter button {
        height: 50px;
        width: 50px;
        border: none;
        background: #fb3838;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        outline: none;
        padding: 0px 8px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 100%;
        line-height: 55px;
        outline: none;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .copyright {
        text-align: center
    }

    .service-details h3 {
        color: #253242;
        font-size: 22px;
        font-weight: 600;
    }

    .service-details .sidebar-page .title h4 {
        font-size: 22px;
        line-height: 1.2em;
        color: #fff;
        margin: 0;
    }

    .car-booking-right {
        margin-top: 30px;
    }

    .car-booking-right h3 {
        font-size: 28px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 45px;
    }

    .car-features ul {
        width: 50%;
    }

    .banner-header h4 {
        font-size: 32px;
        position: relative;
        line-height: 1.25em;
        margin-bottom: 15px;
        text-transform: none;
    }

    .single-booking form p {
        margin-top: 10px;
    }

    .car-payment .payment .check {
        top: 10px
    }

    .related-products .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        position: relative;
        text-transform: none;
        margin: 0px;
    }

    .footer-contact-link-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0px;
    }


    .footer-contact-links-wrapper {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pagination-wrap li a {
        background: #253242;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        border: 1px solid #253242;
        border-radius: 100%;
        -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
        transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .related-products .site-heading > h2:after {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .related-products .site-heading > h2:before {
        background: #253242 none repeat scroll 0 0;
        content: "";
        height: 2px;
        right: -25%;
        position: absolute;
        top: 52%;
        width: 20%;
    }

    .order-summury-box {
        padding: 30px 30px;
    }

    .checkout-area .form-label {
        font-size: 14px;
        font-weight: 600;

        text-transform: none;
    }

    .billing-input {
        padding: 5px 10px;
        border-radius: 6px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .post-image .date {
        position: absolute;
        right: 0;
        bottom: 1px;
        width: 50px;
        padding: 12px 0;
        color: #253242;
        line-height: 15px;
        text-align: center;
        z-index: 0;
    }

    .blog-page-right {
        margin-top: 70px
    }

    .leave-comment form input {
        width: 100%;
        border: 1px solid #646464;
        padding: 5px 10px;
        height: 45px;
        color: #253242;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin: 10px 15px 10px 0px;
        font-size: 14px;
    }

    .leave-comment form textarea {
        border: 1px solid #646464;
        padding: 5px 10px;
        margin: 10px 0;
        color: #253242;
        width: 100%;
        height: 175px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        font-size: 14px;
    }

    .product_search input {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 5px 15px;
        background: transparent;
        border: 1px solid #253242;
        font-size: 14px;
    }

    .notfound-box h2 {
        font-size: 90px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 0px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        text-transform: none;
        font-weight: 600;
    }

    .notfound-box h3 {
        font-size: 22px;
        color: #253242;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: block;
        text-transform: none;
        font-weight: 600;
        line-height: 40px;
    }

    .notfound-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .login-box {
        width: 100%;
        padding: 0px 15px;
    }

    .contact-area .site-heading > h2 {
        color: #253242;
        display: inline-block;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 40px;
        position: relative;
        text-transform: none;
    }

    .form-label {
        font-size: 14px;
        font-weight: 600;
        color: #253242;
        text-transform: none;
    }

    .contact-form .form-control {
        border: 1px solid rgba(119, 119, 119, 0.35);
        color: #253242;
        box-shadow: none;
        font-size: 14px;
    }

    .contact-right {
        margin: 0px 0px;
        padding-top: 70px;
    }

    .contact-right .social-icon a {
        width: 30px;
        height: 30px;
        background: #253242;
        border: 1px solid rgba(119, 119, 119, 0.35);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;

        color: #fff;
    }

    .footer-area .social-icon a {
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #646464;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;

        color: #fff;
    }

    .call-box {
        background: url(../img/3.jpg)no-repeat scroll 0 0/cover;
        text-align: center;
        border-radius: 5px;
        position: relative;
        padding: 20px 20px;
        z-index: 1;
        background-position: center;
    }

    .services2 .item .title h4 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 0;
        text-align: left;
    }

    .service-details .sidebar-page {
        position: relative;
        display: block;
        padding: 0;
        background: #253242;
        border-radius: 20px;
        z-index: 9;
        margin-top: 50px;
    }

    .item {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .payment img {
        float: right;
        margin-top: 10px;
    }

    .car-payment .payment label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
        margin: 10px auto;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        color: #253242;
        font-weight: 500;
        font-size: 14px;
    }

    .form-select {
        padding: 12px 14px;
        border-radius: 6px;
        border: 1px solid #646464;
        font-size: 14px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
    }

    .custom-input {
        border-radius: 6px;
        padding: 12px 14px;
        border: 1px solid #646464;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .checkbox label {
        display: inline-block;
        font-weight: 500;
        text-transform: none;
        color: #253242;
        margin-left: 5px;
        font-size: 14px;
    }

    .footer-area .widget .widget-title {
        font-size: 22px;
    }

    .services2 .item .title h4 {
        font-size: 22px;
    }


    .service-details .sidebar-page .title h4 {
        font-size: 22px;
    }

    .service-details h3 {
        font-size: 22px;
    }

    .single-booking h3,
    .booking-right h3 {
        font-size: 22px;
    }

    .gallery-area .item-image .item-img-overlay h3 {
        font-size: 22px;
    }

    .products-widget h3 {
        font-size: 22px;

    }


    .cart-table-left h3,
    .order-summury-box h3 {
        font-size: 22px;
    }

    .blog-page-left .blog-text h3 {
        font-size: 22px;
    }

    .comment-list h2,
    .leave-comment h2 {
        font-size: 22px;
    }

    .sidebar-widget h3 {
        font-size: 22px;
    }

    .notfound-box h3 {
        font-size: 22px;
    }

    .lost-pass a {
        margin-right: 25px;

    }

    .contact-area .site-heading > h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .contact-right .social-icon a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .footer-contact-link-wrapper h4 {
        font-size: 22px;
    }

    .links.dark.footer-contact-links {
        padding: 30px 18px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .offer-area .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        border-radius: 5px;

    }

    .offer-area .nav-pills .nav-link {
        color: #fff;
        border-radius: 5px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 5px;
        margin: 0px 3px;
    }

    .nav-pills .nav-link {
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        background: #253242;
        padding: 8px;
        margin: 0px 3px;
    }

    .widget-newsletter form {
        position: relative
    }

    .widget-newsletter input {
        width: 100%
    }

    .footer-area {
        padding-bottom: 0px;
    }

    .footer-contact-links-divider {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .search-background {
        display: none
    }

    .header-background {
        display: none
    }

    .hero-heading h1 {
        font-size: 48px;
    }

    .choose-left ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
             column-count: 1;
    }

    .single-shop-page-btn ul {
        margin-left: 5px;
    }

    .checkout-action {
        margin-top: 0px;
    }

    .animated-btn {
        position: relative;
        padding: 10px 20px 10px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: #fb3838;
        border: none;
        cursor: pointer;
        overflow: hidden;
        border-radius: 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    }

    .choose-right .col-lg-6:nth-child(2n+1) {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .choose-right {
        margin-top: 30px;
    }

    .price-filter {
        position: relative;
        z-index: 3;
        margin-top: 25px;
    }
    .booking-right{
        margin-top: 30px
    }
    .order-summury-box{
        padding: 0;
        margin-top: 30px
    }
    .checkout-action{
        margin-top: 20px
    }
    .contact-right{
        padding-top: 30px
    }
    .login-box{
        padding: 30px
    }
}
