@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    width: 100%;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800
.open-sans-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
body {
    color: #000000;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}
.inter-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
h1 {
    font-size: 42px;
    color: #fff;
}
h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
}
h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}
h4 {
    color: #000;
}
p {
    letter-spacing: 0px;
}
a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.btn {
    font-size: 13px;
    height: 40px;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    background: #f9f9ff;
    color: #000;
    border: 1px solid #eee;
    border-radius: 0;
    transition: all 0.3s;
}
.app-buttons .btn {
    color: #ffffff;
    font-size: 14px;
    padding: 9px 35px;
    margin-left: 20px;
    border-radius: 50px;
    background: transparent;
    margin-top: 4px;
    transition: all 0.3s;
    border: 2px solid #ffffff;
}
.app-buttons .btn:hover {
    color: #ffffff;
    font-size: 14px;
    padding: 9px 35px;
    text-decoration: underline;
    margin-left: 20px;
    border-radius: 50px;
    background: transparent;
    margin-top: 4px;
    transition: all 0.3s;
    border: 2px solid #ffffff;
}
.btn-trnsp {
    background: transparent;
    color: #fff;
}
.btn-trnsp:hover {
    background: #fff;
    color: #777;
    border: 1px solid transparent;
}
.favo-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 13px;
    padding: 12px 35px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    transform: translateY(-30px);
}
.btn.active {
    background: #0073ff;
    color: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0px 20px 50px 0px rgba(0, 91, 255, 0.2);
    background: -moz-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: -webkit-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: linear-gradient(90deg, rgba(42, 168, 161, 0.9753151260504201) 35%, rgba(49, 139, 180, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0073ff', endColorstr='#01a7ff', GradientType=1);
}
.btn.active:hover {
    background: #fff;
    border: 1px solid #eee;
    color: #777;
    box-shadow: none;
}
.service-box .btn:hover,
.navbar-nav .btn:hover,
.btn:hover,
.favo-btn:hover {
    background: #0073ff;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 50px 0px rgba(0, 91, 255, 0.2);
    background: -moz-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: -webkit-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: linear-gradient(to right, #0073ff 0%, #01a7ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0073ff', endColorstr='#01a7ff', GradientType=1);
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}
.section-big {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .section-big {
        padding: 80px 0px;
    }
}
.section-small {
    padding: 50px 0px;
}
.section-title {
    margin: auto;
    margin-bottom: 45px;
    position: relative;
}
.bannersubheading {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}
.section-title h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* ----------------------------------------------------------------------------------------
*                               02. Top bar area css
* --------------------------------------------------------------------------------------- */

.top-bar {
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top-social {
    float: left;
}
.top-social h4 {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
}
.top-social a {
    margin-right: 20px;
    transition: all 0.3s;
    color: #ccc;
}
.top-social a:hover {
    color: #000;
}
.topbar-info {
    float: right;
}
.topbar-info p {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
}
.topbar-info span {
    background: #f9f9ff;
    color: #404042;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}
.topbar-info span:hover {
    color: #fff;
    background: #000;
    border: 1px solid transparent;
}
@media (max-width: 991px) {
    .top-social {
        float: none;
        text-align: center;
    }
    .topbar-info {
        display: none;
    }
}

/* ----------------------------------------------------------------------------------------
*                               03. Navigation area css
* --------------------------------------------------------------------------------------- */

.menu-area {
    height: 90px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: flex;
    background-color: #fff;
    align-items: center;
    /* margin-top: 50px; */
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.menu-area.sticky-menu.menu-area.sticky-menu {
    background: rgb(255, 255, 255);
    margin-top: 0;
}
.sticky-menu {
    box-shadow: 0px 20px 50px 0px rgba(0, 91, 255, 0.2);
}
.mainmenu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navbar-nav li a:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgba(42, 168, 161, 0.9753151260504201) 35%, rgba(49, 139, 180, 1) 100%);
    left: 0;
    bottom: -12px;
    opacity: 0;
}
.mainmenu .navbar-nav li.active a:before {
    background: linear-gradient(90deg, rgba(42, 168, 161, 0.9753151260504201) 35%, rgba(49, 139, 180, 1) 100%);
    opacity: 1;
}
.mainmenu:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 96%;
    background: #fff;
    left: 27px;
    bottom: -12px;
    opacity: 0.2;
}
.navbar {
    margin-bottom: 0;
    border: 0px;
}
.nav.navbar-nav.navbar-right {
    margin-right: 0;
}
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0px;
}
.navbar-nav li a {
    color: #000000;
    font-size: 16px;
}
.navbar-nav a.btn,
.navbar-nav a.btn:focus {
    color: #ffffff;
    font-size: 14px;
    padding: 10px 25px;
    margin-left: 20px;
    border-radius: 50px;
    margin-top: 4px;
    /* background: rgb(42,168,161);
	background: #0faefb; */
    transition: all 0.3s;
    border: 1px solid #0faefb;
    background: #0faefb;
    font-weight: 500;
}
.navbar-nav a.btn:hover {}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: transparent;
    color: #2faaa3;
}
.mainmenu .navbar-nav li.active a {}

/* Mobile Nav css */

.navbar-toggle .icon-bar {
    background: #000000;
}

/*Dropdown Css*/

.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    color: rgb(34, 34, 34);
    background-color: rgb(245, 245, 245);
}
@media (min-width: 768px) {
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.navbar-nav .dropdown-menu li a {
    padding: 10px;
    color: #222;
}
@media (max-width: 991px) {
    .navbar-nav li a {
        padding: 0;
        padding-top: 15px;
        padding-right: 13px;
    }
    .navbar-nav a.btn,
    .navbar-nav a.btn:focus {
        margin-left: 0;
        padding: 10px 18px;
    }
    .navbar-nav li a:before {
        bottom: -26px;
    }
}
@media (max-width: 767px) {
    .navbar-brand,
    .menu-area {
        display: block;
        background-color: #fff;
    }
    /* .navbar-brand {
	    margin-top: 15px;
	} */
    .navbar-toggle {
        transform: translateY(12px);
    }
    .navbar-fixed-top .navbar-collapse {
        margin: 0 -16px;
        background: #f7faff;
        margin-top: 29px;
        min-height: 174px;
        padding-left: 30px;
    }
    .navbar-nav li a:before {
        bottom: -8px;
    }
    .mainmenu:after {
        opacity: 0;
    }
    .navbar-nav .dropdown-menu li a {
        color: #fff;
    }
}

/* ----------------------------------------------------------------------------------------
*                               04. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    position: relative;
    background: #0058ff;
    background: -moz-linear-gradient(left, #0058ff 0%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #0058ff 0%, #7db9e8 100%);
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0058ff', endColorstr='#7db9e8', GradientType=1);
}
.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}
@media (min-width: 992px) {
    .slider-area {
        height: 100%;
        height: calc(100% - 50px);
        height: expression(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: -o-calc(100% - 50px);
    }
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.intro-text {
    color: #fff;
    text-align: left;
    transform: translateY(50px);
}
.intro-text h1 {
    font-size: 37px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
    margin-bottom: 10px;
}
.intro-text p {
    color: #000;
    max-width: 450px;
    margin-bottom: 5px;
}
.intro-text .btn {
    margin-top: 30px;
    margin-right: 15px;
}
.intro-img {
    text-align: right;
}
.intro-img img {
    width: 55%;
    border-radius: 40px;
}
.intro-img-wheelchair img {
    width: 90%;
    border-radius: 40px;
}
.intro-img-1 img {
    width: 85%;
}
.intro-img-2 img {
    width: 70%;
}
@media(max-width: 991px) {
    .table-cell {
        display: block;
    }
    .intro-text {
        margin: 80px auto;
        text-align: center;
        transform: none;
    }
    .intro-text p {
        margin: auto;
    }
}
#carousel-example-generic .animated {
    animation-delay: .5s;
}
#slider .carousel-indicators li {
    width: 15px;
    height: 0px;
    background: transparent;
    border-radius: 0;
    border: 2px solid #8c8bd0;
    margin: 5px;
}
#slider .carousel-indicators li.active {
    background: #fff;
    border: 2px solid #403eaa;
}
@media(max-width: 420px) {
    .intro-text h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .intro-img img {
        width: 75%;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 80px !important;
        left: 0;
        right: 0;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0%;
        text-align: center;
        list-style: none;
    }
    .service-vehicle-section {
        padding: 0;
    }
    .vehicle-image img {
        max-width: 85% !important;
        height: auto;
    }
    .contact-form {
        width: 100% !important;
    }
}

/* ----------------------------------------------------------------------------------------
*                               05. Features area css
* ---------------------------------------------------------------------------------------*/


/* .features-area {
	padding-bottom: 50px;
} */

.features-box {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    border-radius: 22px;
}
.features-box p {
    height: 80px;
    color: #000000;
    line-height: 22px;
    padding: 12px 10px 12px 10px;
}
.features-box span {
    font-size: 48px;
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.features-box:hover span {
    color: #01b0ff;
    text-shadow: 20px 20px 50px rgba(0, 91, 255, 0.2);
}
@media (max-width: 767px) {
    .features-box {
        text-align: center;
    }
}

/* ----------------------------------------------------------------------------------------
*                                  06. Price area css
* --------------------------------------------------------------------------------------- */

.price-area {
    background: #f9f9ff;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
}
.price-area ul li {
    list-style-type: none;
}
.nav-tab li {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 30px;
}
.nav-tab li.active {
    background: #0073ff;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 20px 50px 0px rgba(0, 91, 255, 0.2);
    background: -moz-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: -webkit-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: linear-gradient(to right, #0073ff 0%, #01a7ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0073ff', endColorstr='#01a7ff', GradientType=1);
}
.nav-tab li a {
    color: #000;
    display: block;
    padding: 12px 35px;
}
.nav-tab li.active a {
    color: #fff;
}
#tab-container {
    background: transparent;
    position: relative;
    margin-top: 50px;
}
#tab-container .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}
.comparison,
.price-item,
.price-featured {
    text-align: center;
    background: #fff;
    position: relative;
    margin-top: 30px;
}
.comparison {
    padding-top: 40px;
    padding-bottom: 110px;
}
.price-item {
    padding-top: 40px;
    padding-bottom: 50px;
}
.price-area h3 {
    margin: 0;
}
.price {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.price-featured li,
.features li {
    padding-bottom: 15px;
}
.features {
    margin-top: 50px;
}
.comparison .btn {
    margin-top: 15px;
    margin-bottom: 16px;
}
.price-item .btn {
    margin-top: 20px;
}
.price-featured {
    padding-top: 45px;
    padding-bottom: 55px;
    z-index: 1;
    transform: translateY(-28px);
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);
}
.price-featured .btn {
    margin-top: 20px;
}
.favo-btn {
    margin-top: 20px;
}
@media (max-width: 991px) {}

/* ----------------------------------------------------------------------------------------
*                                   07. Data area css
* --------------------------------------------------------------------------------------- */

.data-img {
    /*    background: url(../img/bg/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 500px;*/
    margin-top: 30px;
    position: relative;
}
.data-img img {
    width: 100%;
    height: auto;
}
.data-box {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    float: right;
    width: 100%;
    max-width: 375px;
    padding: 40px 30px;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);
}
.data-box span {
    position: absolute;
    font-size: 24px;
}
.data-box h3 {
    margin: 0;
    margin-left: 45px;
}
.data-box p {
    padding-top: 25px;
    padding-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------
*                                08. Testamonial area css
* --------------------------------------------------------------------------------------- */

.testimonial-area {
    background: #f9f9ff;
    position: relative;
    padding-bottom: 75px;
}
.testimonial {
    text-align: center;
    position: relative;
}
.testimonial-box {
    display: inline-block;
    background: #fff;
    padding: 30px;
    margin: 15px;
    margin-top: 30px;
    text-align: center;
    transition: all 0.3s;
}
.testimonial-box:hover {
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);
}
.testimonial img {
    border-radius: 200px;
    width: 100px;
}
.testimonial-box h3 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.ratings i.fa {
    color: #ffde01;
}
.testimonial-text {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-style: italic;
}
@media (max-width: 609px) {
    .testimonial-box:nth-child(3) {
        display: none;
    }
}
@media (max-width: 419px) {
    .testimonial-box:nth-child(2) {
        display: none;
    }
}

/* ----------------------------------------------------------------------------------------
*                                   09. Service area css
* --------------------------------------------------------------------------------------- */

.service-box {
    background: #f9f9ff;
    text-align: center;
    padding: 40px 25px;
    margin-top: 30px;
    transition: all 0.3s;
}
.service-box h3 {
    margin-bottom: 20px;
}
.service-box p {
    padding-bottom: 20px;
}
.service-box .btn {
    background: #fff;
    border: 1px solid transparent;
}
.service-box:hover {
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.2);
}
.service-box:hover.service-box .btn {
    border: 1px solid #eee;
}

/* ----------------------------------------------------------------------------------------
*                                   10. Search area css
* --------------------------------------------------------------------------------------- */

.search-area {
    background-image: url(../img/bg/subscribe.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}
.search-area h2,
.search-area p {
    color: #fff;
}
.search-box {
    background: #33a4ff;
    max-width: 580px;
    padding: 20px;
    padding-right: 40px;
    margin: 0 auto;
    border: 1px solid #66b9ff;
}
.search-box input {
    height: 50px;
    border: 0;
    width: 100%;
    padding-left: 20px;
    position: relative;
}
.search-box input:focus {
    outline: 0;
}
.input-text {
    background: #f9f9ff;
    position: absolute;
    top: 27px;
    right: 40%;
    padding: 9px 50px 9px 20px;
    font-size: 13px;
}
.input-text span {
    position: absolute;
    right: 16px;
    top: 12px;
}
.search-box button {
    float: right;
    padding-left: 56px;
    transform: translate(12px, -46px);
}
.search-box button span {
    position: absolute;
    left: 30px;
    top: 14px;
}
@media (max-width: 1199px) {
    .input-text {
        right: 38%;
    }
}
@media (max-width: 991px) {
    .input-text {
        right: 35%;
    }
}
@media (max-width: 720px) {
    .input-text {
        right: 33%;
    }
}
@media (max-width: 589px) {
    .input-text {
        display: none;
    }
}
@media (max-width: 390px) {
    .search-box button {
        padding: 0 30px;
    }
    .search-box button span {
        left: 10px;
    }
}
@media (max-width: 349px) {
    .search-area {
        padding-bottom: 140px;
    }
    .search-box button {
        position: absolute;
        bottom: -136%;
        left: 28%;
        padding-left: 56px;
    }
    .search-box button span {
        left: 30px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */

.client-area {
    position: relative;
}
.owl-client {
    text-align: center;
}
.owl-client .item {
    margin: 0 7px;
    display: inline-block;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
    margin-top: 30px;
}

/* ----------------------------------------------------------------------------------------
*                                   12. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-widget-area {
    background: #f9f9ff;
    position: relative;
}
.footer-widget-area .br-ling:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
}
.footer-widget h3 {
    margin-top: 0;
}
.footer-widget p {
    padding-right: 20px;
    font-size: 14px;
    color: #000000;
}
.footer-widget ul li {
    list-style-type: none;
}
.footer-widget li a {
    color: #000000;
    display: block;
    padding-bottom: 7px;
    font-size: 14px;
    transition: all 0.3s;
}
.footer-widget li a:hover {
    color: #000;
}
.address-box {
    margin-bottom: 12px;
}
.address-box span {
    float: left;
    font-size: 20px;
}
.address-box p {
    padding-left: 40px;
    font-size: 14px;
}
.address-box a {
    color: #000000;
    transition: all 0.3s;
    display: block;
    font-size: 14px;
    padding-left: 40px;
}
.address-box a:hover {
    color: #000;
}
.footer-text {
    transform: translateY(105px);
}
.footer-text a {
    text-decoration: underline;
}
.footer-text a:hover {
    color: #777;
}
@media (max-width: 1200px) {
    .footer-widget p {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-text {
        transform: translateY(60px);
    }
    .footer-widget-area:after {
        width: 90%;
        left: 30px;
        bottom: 70px;
    }
}
.footer-widget-area .text-center img {
    width: 100px;
}

/* ----------------------------------------------------------------------------------------
*                               18. Contact page css
* --------------------------------------------------------------------------------------- */

.contact-area {
    /* padding-bottom: 70px; */
    margin: 0 auto;
}
.contact-form {
    text-align: center;
    width: 76%;
    margin: 0 auto;
}
.contact-address-box span {
    float: left;
    color: #000;
    background: #f9f9ff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 30px;
    margin-right: 30px;
    transition: all 0.3s;
}
.contact-address-box span:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #0073ff;
    background: -moz-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: -webkit-linear-gradient(left, #0073ff 0%, #01a7ff 100%);
    background: linear-gradient(to right, #0073ff 0%, #01a7ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0073ff', endColorstr='#01a7ff', GradientType=1);
}
.contact-address-box p {
    padding-right: 35px;
}
.contact-address-box a {
    display: block;
    color: #777;
    transition: all 0.3s;
}
.contact-address-box a:hover {
    color: #000;
}
.form-control {
    background: #f9f9ff;
    border-radius: 10px;
    height: 50px;
    box-shadow: none;
    margin-bottom: 5px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
#message {
    height: 135px;
    margin-bottom: 20px;
}
#contactgoogleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ----------------------------------------------------------------------------------------
*                               19. Error page css
* --------------------------------------------------------------------------------------- */

.error-area {
    background: url(../img/bg/error.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.error-img img {
    max-width: 100%;
}
.error-text h1 {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}
.error-text p {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
}
.navbar-brand img {
    width: 130px;
    padding: 10px;
}
.banner_orange_btns {
    margin: 33px 0;
    float right;
}
.banner_orange_btns a {
    background: rgb(42, 168, 161);
    background: #0faefb;
    border-radius: 6px;
    padding: 13px 40px;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.offer-box {
    background-color: #f4f7f9;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.offer-box .media {
    display: flex;
    align-items: center;
}
.offer-box .media .briefcase-icon-media {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 50px;
	height: 50px; */
    border-radius: 50%;
    background-color: #007bff;
    padding: 10px;
}
.offer-box .media .briefcase-icon-media.briefcase-icon-media-one {
    background-color: #00aaff;
}
.offer-box .media .briefcase-icon-media.briefcase-icon-two {
    background-color: #4caf50;
}
.offer-box .media .briefcase-icon-media img {
    width: 25px;
    height: auto;
}
.offer-box .media .media-body {
    margin-left: 15px;
}
.offer-box .media .media-body .media-heading {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    font-weight: 500;
}
.user-booking-section .user-booking-card {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100% !important;
}
.user-booking-section .user-booking-card .user-booking-img {
    display: block;
    height: 250px;
    object-fit: cover;
}
.user-booking-section .user-booking-card .about-mobility-img {
    height: 250px;
    object-fit: contain;
}
.user-booking-section .user-booking-card .user-booking-body .user-card-title {
    display: block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.70);
    font-size: 20px;
}
.user-booking-section .user-booking-card .user-booking-body .user-card-text {
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 8px;
    font-weight: lighter;
}
.user-booking-section .user-booking-card .user-booking-overlay {
    background-color: #075CC9;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    right: 5%;
    bottom: 0;
    left: unset;
    bottom: 0;
}
.user-booking-section .user-booking-card .user-booking-overlay .user-car-img {
    display: block;
    height: 60px;
    object-fit: contain;
}
.user-booking-section .user-booking-card .user-booking-footer .user-booking-info {
    display: block;
    font-size: 16px;
    margin-left: 6px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.6);
}
.user-booking-section .user-booking-card .user-booking-footer .user-occasion-icon {
    height: 30px;
    width: 30px;
}
.user-booking-section .user-booking-card .user-booking-footer .user-booking-footer-content {
    margin-left: 32%;
}
.card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
}
.slick-active.slick-center .card {
    color: #fff;
}

/* .slick-active.slick-center .card h3{
color: #000000;
}

.slick-active.slick-center .card p{
	color: #fff;
} */


/* .slick-active.slick-center .card .icons span {
    font-size: 14px;
    color: #ffffff;
} */

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.card h3 {
    margin-top: 15px;
    font-size: 24px;
    text-align: center;
}
.card p {
    margin: 15px 0;
    font-size: 15px;
    color: #000000;
    height: 180px;
    line-height: 27px;
}
.card-1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.card-1 p {
    height: 40px;
    margin: 15px 0;
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.icons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.icons span {
    font-size: 14px;
    color: #666;
}
.box-1 {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    gap: 20px;
}
.service-vehicle-section {
    /* padding: 60px 0; */
    /* background-color: #fff; */
}
.vehicle-image {
    position: relative;
    text-align: center;
}
.vehicle-image img {
    max-width: 100%;
    border-radius: 40px;
    height: auto;
}
.circle-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.circle-background img {
    max-width: 100%;
    height: auto;
}
.service-title {
    font-weight: 700;
    color: #2E2E2E;
    font-size: 32px;
}
.service-description {
    color: #000000;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}
.service-box-1 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}
.service-box-2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 90%;
    margin: 3% 0;
    margin-left: 5%;
}

/* .service-box-2 {
	display: grid;
    grid-template-columns: 11% 85%;
    align-items: center;
    box-shadow: 0 0 20px #0000001a;
    padding: 9px 14px;
    border-radius: 10px;
    grid-column-gap: 4%;
    margin: 3% 0;
    margin-left: 5%;
    width: 80%;
} */

.service-box-number {
    background-color: #0faefb;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 15px;
}
.service-box-content {
    background-color: #fff;
    align-items: center;
    display: flex;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 15px;
    padding: 9px 14px;
    color: #000000;
}
.st-copyright-in {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 15px 0;
    align-items: center;
}
.text-black {
    color: #000;
}
.st-copyright-text {
    font-size: 14px;
    line-height: 1.6em;
}
.st-footer-widget-nav {
    margin-top: -5px;
}
.st-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-block .facebook-li {
    position: relative;
    margin-bottom: 0px;
    color: #172337;
    background-color: #fff;
    padding: 7px 14px;
    margin-right: 5px !important;
    border-radius: 4px;
    width: 40px;
    height: 35px;
}
.footer-block li a {
    padding-left: 0px !important;
}
.st-footer-widget-nav a {
    display: inline-block;
    padding-left: 15px;
    color: #000;
    /* position: relative; */
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.footer-block li {
    position: relative;
    margin-bottom: 0px;
    color: #172337;
    background-color: #fff;
    padding: 6px 11px;
    margin-right: 5px !important;
    border-radius: 4px;
    width: 40px;
    height: 35px;
}
.flag-icon-wrap {
    text-align: right;
}
.flag-icon {
    text-align: right;
}
.w-10 {
    width: 10% !important;
}
.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.padding {
    padding-top: 120px;
    padding-bottom: 10px;
}
.about-img img {
    width: 100%;
    border-radius: 40px;
}
.owl-prev {
    position: absolute;
    background-color: #fff;
    padding: 10px 14px;
    right: -95px;
    border-radius: 50%;
    box-shadow: 0px 1px 12px 0px rgba(112, 112, 112, .15);
    bottom: 0px;
}
.owl-next {
    position: absolute;
    right: -150px;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 12px 0px rgba(112, 112, 112, .15);
    bottom: 0px;
}

/* Modal styles */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Background color with transparency */
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
}
.close {
    cursor: pointer;
    color: red;
    font-weight: bold;
    float: right;
    font-size: 20px;
}
.close:hover {
    color: darkred;
}
.service-banner img {
    width: 300px;
}
.service-banner {
    height: 350px;
    padding-top: 80px;
}
.testimonial-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.testimonial-slider {
    width: 100%;
    padding: 20px;
}
.testimonial-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.testimonial-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.testimonial-card .p-hight {
    height: 130px;
}
.customer-info {
    display: flex;
    align-items: center;
    justify-content: left;
}
.item-carousel .owl-prev {
    position: absolute;
    right: -95px;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 50%;
    box-shadow: 0px 1px 12px 0px rgba(112, 112, 112, .15);
    bottom: 0px;
}
.owl-carousel .owl-item img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.customer-details strong {
    font-size: 16px;
    color: #333;
}
.customer-details p {
    font-size: 14px;
    color: #888;
}
.customer-summary {
    width: 100%;
    text-align: left;
}
.customer-summary h2 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}
.customer-summary p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.customer-count p {
    clear: both;
    color: #111;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.2em;
}
.customer-avatars {
    display: flex;
    align-items: center;
}
.avatar-small {
    height: 45px;
    width: 45px;
    margin-left: -5px;
    border-radius: 50%;
}
.avatar-small img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 12px 0px rgb(112 112 112 / 15%);
    border-radius: 50%;
}
.avatar-more i {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0px 1px 12px 0px rgb(112 112 112 / 15%);
    border-radius: 50%;
    background-color: #000;
    margin-left: -25px;
    color: #fff;
    padding: 14px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonial-bg {
    background: linear-gradient(354deg, rgb(167 227 224 / 98%) 35%, rgba(49, 139, 180, 1) 100%);
}
.sectionClass {
    padding: 40px 0;
}
.projectFactsWrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.projectFactsWrap .item {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    margin: 16px;
    transition: transform 0.3s;
}
.projectFactsWrap .item:hover {
    transform: translateY(-10px);
}
.projectFactsWrap .item i {
    font-size: 40px;
    color: #0faefb;
}
.projectFactsWrap .number {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    color: #000000;
}
.projectFactsWrap .item p:last-of-type {
    font-size: 16px;
    color: #000000;
}
@media (max-width: 768px) {
    .projectFactsWrap {
        flex-direction: column;
    }
    .projectFactsWrap .item {
        width: 100%;
        max-width: 400px;
    }
}
.service-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}
.service-item {
    text-align: center;
    flex: 1;
    margin: 0 20px;
}
.service-item img {
    width: 80px;
    /* Adjust icon size as needed */
    height: auto;
    margin-bottom: 20px;
}
.service-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-item p {
    font-size: 16px;
    color: #666;
}
@media (max-width: 768px) {
    .service-section {
        flex-direction: column;
        align-items: center;
    }
    .service-item {
        margin-bottom: 40px;
    }
    .service-item:last-child {
        margin-bottom: 0;
    }
}
.support-section {
    padding: 20px 0;
}
.media {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: start;
    align-items: flex-start;
}
.support-section .support-media .support-assitant {
    height: 60px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.support-section .support-media .support-mdeia-body .support-media-heading {
    display: block;
    color: #000000;
    font-size: 18px;
}
.support-section .support-media .support-mdeia-body .support-media-sub-heading {
    display: block;
    color: rgba(0, 0, 0, 0.45);
    font-size: 16px;
}
.main-mobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.left h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.left p {
    font-size: 16px;
    margin-bottom: 20px;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.product-btn {
    padding: 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #3498db;
    transition: background-color 0.3s;
}
.product-btn:hover {
    background-color: #2980b9;
}
.mobile-wrapper {
    position: relative;
    width: 268px;
    height: 536px;
}
.mobile-wrapper-1 {
    position: relative;
    width: 365px;
    height: 600px;
}
.mobile-frame {
    width: 100%;
    height: 100%;
}
.mobile-content {
    position: absolute;
    top: 90px;
    /* Adjust to fit within the mobile frame */
    left: 45px;
    width: 210px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.mobile-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.mobile-content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.mobile-content button {
    padding: 10px 20px;
    background-color: #e74c3c;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.mobile-content button:hover {
    background-color: #c0392b;
}
.mobile-inner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    left: calc(50% + .5px);
    position: absolute;
    bottom: 0;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 238px;
    z-index: -1;
}
.right {
    align-items: center;
    justify-content: center;
    display: flex;
}
.mobile-inner-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

/* .how-app-work-content-wrap {
    padding-left: 85px;
} */

.main-mobile .title {
    margin-bottom: 40px;
}
.mobile-img {
    display: flex;
    align-items: center;
}
.main-mobile .title h3 {
    margin: 0;
    color: #170b35;
    font-size: 32px;
    font-weight: 600;
}
.main-mobile .how-app-work-content {
    /* padding-bottom: 45px;
    margin-bottom: 40px; */
    position: relative;
}
.mobile-inner-1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    left: calc(50% + .5px);
    position: absolute;
    bottom: 0;
    top: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 320px;
    z-index: -1;
}
.main-mobile.main-mobile-1 .how-app-work-content:before {
    content: '';
    width: 0px;
    height: 460px !important;
    border: 1px solid #ccc;
    position: absolute;
    top: 50px !important;
    left: 40px !important;
}
.main-mobile .how-app-work-content:before {
    content: '';
    width: 0px;
    height: 455px !important;
    border: 1px solid #ccc;
    position: absolute;
    top: 40px !important;
    left: 40px !important;
}
.main-mobile .pager-item {
    display: block;
}
.main-mobile .single-how-app-work {
    padding-left: 10px;
}
.main-mobile .single-how-app-work .icon-box,
.main-mobile .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: top;
}
.main-mobile .how-app-work-content .active .single-how-app-work .icon-box .inner {
    background: #3b9af8 !important;
}
.main-mobile .how-app-work-content .single-how-app-work .icon-box .inner {
    width: 60px;
    height: 60px;
}
.main-mobile .single-how-app-work .icon-box .inner {
    position: relative;
    border-radius: 50%;
    text-align: center;
}
.main-mobile .single-how-app-work .icon-box .inner i {
    right: 1px;
    line-height: 51px !important;
    font-size: 44px;
    color: #0faefb;
    position: relative;
}
.main-mobile .pager-item.active .icon-box .inner:before {
    opacity: 0;
}
.main-mobile .single-how-app-work .icon-box .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: .4s;
    transition: all .4s ease;
}
.main-mobile .single-how-app-work .icon-box .inner {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d8d8d8 0, #d8d8d8 100%);
}

/* .main-mobile .single-how-app-work .icon-box .inner i {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d8d8d8 0, #d8d8d8 100%);
} */

.main-mobile.single-how-app-work .icon-box .inner i:before {
    font-size: 44px;
    margin-left: 5px;
}
.main-mobile .single-how-app-work .icon-box .inner i:before {
    font-size: 30px !important;
}
.main-mobile .single-how-app-work .text-box h4 {
    font-size: 20px;
    color: #150a33;
    font-weight: 500;
}
.main-mobile .single-how-app-work .text-box {
    padding-left: 40px;
}
.main-mobile .single-how-app-work .text-box p {
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin-top: 10px;
    margin: 0;
    padding-bottom: 24px;
}
.main-mobile .pager-item+.pager-item {
    margin-top: 31px;
}
.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 40%;
    right: 64px;
    width: 149px;
    display: flex;
    flex-direction: column;
}
.sticky-icon a {
    transform: translate(160px, 0px);
    text-decoration: none;
    padding: 5px;
    transition: all 0.8s;
}
.googleplay img {
    width: 104%;
    border-radius: 50px;
}
.sticky-icon a:hover {
    color: #fff;
    transform: translate(60px, 0);
}
.fas fa-shopping-cart {
    background-color: #FFF;
}
#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
#myBtn:hover {
    background-color: #555;
}
.slider-flex {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation: portrait) {
    .owl-prev {
        right: 200px;
    }
    h2 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    .intro-img-1 img {
        width: 100%;
        margin-bottom: 50px;
    }
    .intro-img-2 img {
        width: 100%;
    }
    .sticky-icon {
        z-index: 1;
        position: fixed;
        top: 40%;
        right: 50px;
        width: 164px;
        display: flex;
        flex-direction: column;
        display: none;
    }
    .main-mobile .single-how-app-work .text-box {
        padding-left: 15px;
    }
    .main-mobile {
        display: inline;
    }
    .app-buttons {
        margin-top: 20px;
        display: flex;
        text-align: end;
    }
    .service-box-2 {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
        margin: 3% 0;
        margin-left: 0%;
    }
    .service-box-number {
        padding: 0% 7%;
    }
    .service-box-1 {
        width: 100%;
    }
    .section-title h2 {
        font-size: 26px;
    }
    .section-big {
        padding: 40px 0px;
    }
    .features-box {
        text-align: center;
        margin-bottom: 15px;
    }
    .intro-img {
        text-align: center;
    }
    .owl-next {
        right: 150px;
    }
    .customer-summary {
        padding: 20px;
    }
    .mobile-img {
        display: contents !important;
    }
    .how-app-work-content-wrap {
        padding-left: 0px;
    }
    .main-mobile .title h3 {
        text-align: center;
        padding-top: 15px;
    }
    .slider-flex {
        display: contents;
        align-items: center;
    }
    .intro-text {
        margin: 100px auto;
        text-align: center;
        transform: none;
    }
    .projectFactsWrap .item {
        width: 100%;
        max-width: 335px;
    }
    .main-mobile .how-app-work-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .about-content p {
        width: 60vh;
    }
    .app-section {
        padding: 40px 20px !important;
        width: 52vh !important;
    }
    .section-1 {
        width: 65vh !important;
    }
    /* .app-section{
       margin-top: 100px;
	} */
    .about-box-1 {
        height: auto !important;
    }
    .about-box-1 h2 {
        font-size: 33px !important;
    }
    .serviceBox .description {
        height: auto !important;
    }
    .main-mobile .how-app-work-content:before {
        content: '';
        width: 0px;
        height: 890px !important;
        border: 1px solid #ccc;
        position: absolute;
        top: 48px !important;
        left: 40px !important;
    }
    .main-mobile.main-mobile-1 .how-app-work-content:before {
        content: '';
        width: 0px;
        height: 750px !important;
        border: 1px solid #ccc;
        position: absolute;
        top: 48px !important;
        left: 40px !important;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }
    .owl-nav {
        padding-top: 20px;
    }
    .service-banner {
        height: auto;
        padding-top: 80px;
    }
}
.footer-widget-area .text-center {
    text-align: left;
}
details {
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
    cursor: pointer;
}
summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    list-style-type: "+";
    color: #fff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background: #0faefb;
    align-items: center;
}
details[open] {
    padding: 0.5em;
    border: none;
    border: 1px solid #ccc;
    /* background-color:	 rgba(173,216,230,0.5); */
}
summary::marker {
    color: #0000ff;
    font-size: 1.2em;
    margin-right: 20px;
}

/* details:hover{
	 background-color:	 rgba(173,216,230,0.5);
  } */

details summary::after {
    content: "+";
    float: right;
    font-size: 1.2em;
    color: rgb(255, 255, 255);
}
details[open] summary::after {
    content: "-";
    float: right;
    font-size: 1.5em;
    color: rgb(255, 255, 255);
}
.serviceBox {
    border: 1px solid #e5e4e4;
    padding: 20px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}
.serviceBox .title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 16px;
    text-align: center;
}
.serviceBox .description {
    color: #000000;
    font-size: 15px;
    height: 100px;
    text-align: center;
    margin: 0;
}
.serviceBox .description-1 {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    height: 100px;
    text-align: center;
    margin: 0;
}
@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}
.about-video iframe {
    width: 100%;
    height: 400px;
    border-radius: 40px;
}
.original-price {
    font-size: 18px;
    color: black;
}
.discounted-price {
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}
.phone-num a {
    font-size: 19px;
    font-weight: 500;
    color: #0faefb;
}
.slick-slider .fa {
    padding: 13px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #0faefb;
    color: #fff;
}
.slick-slider .slick-prev {
    left: -50px;
}
.card-2 p {
    margin: 15px 0;
    font-size: 16px;
    color: #555;
    height: 89px;
}
.card-2 .icons a:hover {
    color: #337ab7;
    text-decoration: none;
    text-decoration: underline;
}
.app-section {
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: space-between;
    background-color: #007bff;
    /* Matching the blue color */
    padding: 40px 60px;
    color: white;
}
.app-text h2 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}
.app-text p {
    font-size: 16px;
    margin: 5px 0 0;
}
.app-buttons {
    /* display: flex; */
    text-align: end;
}
.app-buttons a img {
    width: 150px;
    /* Adjust the size of the buttons */
    margin: 0 10px;
}
@media (max-width: 992px) {
    .app-section {
        flex-direction: column;
        text-align: center;
    }
    .app-buttons {
        margin-top: 20px;
    }
    .app-buttons a img {
        width: 130px;
        /* Adjust button size for smaller screens */
        margin: 5px;
    }
}
@media (min-width: 992px) {
    .app-section {
        flex-direction: row;
    }
}
.about-box-1 {
    height: 100%;
    padding-top: 140px;
}
.about-img img {
    width: 100%;
}
.about-text {
    text-align: left;
}
.about-box-1 h2 {
    font-size: 45px;
}
.about-box-1 span {
    color: #0faefb;
}
@media (max-width: 991px) {
    .about-text {
        padding-left: 0;
        padding-top: 30px;
        width: 363px;
    }
}
.about-content p {
    text-align: justify;
    line-height: 30px !important;
    font-weight: 400;
    font-size: 16px !important;
}
