/*
* expandable menu started
*/


@media (max-width: 1199px) {


    .header-navigation {
        margin-bottom: 0;
    }

    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navigation-box {
        margin: 0;
    }

    .navbar-expand-lg .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 23px 0;
        color: #fff;
        border: none;
        font-size: 28px;
        float: right;
        outline: none;
        cursor: pointer;
    }

    .menu-toggler:hover {
        border-color: #00AD4D;
    }

    .menu-toggler .icon-bar {
        background: #fff;
    }

    .menu-toggler:hover .icon-bar {
        background: #00AD4D;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0;
    }

    .navbar-expand-lg .navbar-collapse.showen {
        display: block !important;
        height: auto;
        max-height: 70vh;
    }

    .navbar-collapse.show {
        overflow-y: auto;
    }

    .header-navigation .nav {
        width: 100%;
        text-align: left;
    }

    .header-navigation .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    .header-navigation .nav>li+li {
        margin-left: 0 !important;
    }

    .header-navigation .nav>li>a {
        padding: 8px 0;
    }

    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0;
    }

    .header-navigation .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }

    .header-navigation .nav>li>a:after {
        display: none;
    }

    .header-navigation .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation .navigation-box>li>.sub-menu,
    .header-navigation .navigation-box>li>.sub-menu>li>.sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-navigation .navigation-box>li>.sub-menu>li>a::after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }

    .header-navigation .nav>li.show-mobile {
        display: none;
    }

  .header-navigation ul.navigation-box>li>a, .header-navigation .right-box.nav>li>a {
    padding: 0;
    display: block;
    color: #fff;
    padding: 8px 0 12px 11px !important;
    transition: background 0.4s ease 0s;
}

    .header .stricky-fixed.header-navigation .nav>li {
        padding: 0 !important;
    }

 .header-navigation ul.navigation-box li a .sub-nav-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 4px 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    /* margin-top: 8px; */
    margin-right: 0px;
    display: block;
    cursor: pointer;
}

  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: #000000;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 13px;
}

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .header-navigation .container .right-side-box {
        top: 0px;
        right: 0px;
        transform: translateY(0%)
    }

    .header-navigation .container {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        position: relative;
    }

    .header-navigation .container .logo-box {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        float: none;
        padding-right: 145px;
    }

    .header-navigation .container .logo-box .navbar-brand {
        float: left;
        padding: 20px 0;
    }

    .header-navigation .container .logo-box .navbar-toggler {
        float: left;
    }

    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%;
    }

    .header-navigation ul.navigation-box>li {
        padding: 0;
        display: block;
    }

    .header-navigation ul.navigation-box>li>a {
        display: block;
        padding: 13px 30px;
    }

    .header-navigation ul.navigation-box>li>a:after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        margin: 0;
    }
.header-navigation .main-navigation {
    float: none;
    width: 100%;
    display: none;
    text-align: left;
    background: #ffc000;
    max-height: 70vh;
    overflow-y: scroll;
}

    .header-navigation .container .menu-toggler {
        display: block;
    }

    .header-navigation.stricky-fixed ul.navigation-box>li {
        padding: 0;
    }

    .header-navigation .container .logo-box .navbar-brand {
        background-color: transparent;
    }

    .header-navigation .container .menu-toggler {
        float: left;
        margin: 23px 0;
        color: #111111;
    }

    .header-navigation .container .logo-box {
        padding-right: 0 !important;
    }

    .header-navigation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .site-header.header-one .header-navigation .right-side-box .contact-btn-block {
        padding-top: 18.5px;
        padding-bottom: 18.5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .site-header.header-one .header-navigation .container .logo-box {
        padding-left: 60px;
    }

    .site-header.header-one .header-navigation .container {
        padding-left: 0;
        overflow: hidden;
    }

    .site-header.header-one .header-navigation ul.navigation-box>li {
        padding: 0;
    }

    .site-header.header-one .header-navigation ul.navigation-box>li+li {
        margin-left: 0;
    }

    .header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
        background-color: #fff;
    }

    .site-header.header-one .header-navigation.stricky-fixed .container {
        overflow: visible;
    }

    .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block {
        padding-top: 18.5px;
        padding-bottom: 18.5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
    }

    .site-header.header-two .header-navigation .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-header.header-two .header-navigation .container .menu-toggler {
        color: #FFC000;
    }

    .site-header.header-two .header-navigation ul.navigation-box>li {
        padding: 0;
    }

    .site-header.header-two .header-navigation .container .right-side-box {
        top: 30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .site-header.header-one .header-navigation ul.navigation-box>li.current>a,
    .site-header.header-one .header-navigation ul.navigation-box>li:hover>a {
        color: #FFC000;
    }


}


@media(max-width: 320px) {}


@media(min-width: 1200px) {
    .about-image-block p {
        display: none;
    }
}

@media(max-width: 1199px) {
    .about-style-one .video-block-one {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .about-style-one hr.style-one {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .about-style-one .video-block-one .image-block {
        -webkit-box-ordinal-group: 1;
        order: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .about-style-one .video-block-one .image-block .inner-block {
        width: 100%;
    }

    .about-style-one .video-block-one .content-block {
        padding-bottom: 40px;
    }

    .about-style-one .text-block>p {
        display: none;
    }

    .about-style-one .high-gutter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-style-one .high-gutter>[class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-style-one .call-block {
        flex-direction: column;
    }

    .about-style-one .call-block .left-block {
        margin-bottom: 20px;
    }

    .about-image-block p {
        display: block;
        margin-top: 40px;
    }

    .single-taxi-fare-one {
        padding: 50px;
    }

    .single-blog-style-one {
        margin-bottom: 30px;
    }

    .single-blog-style-two {
        flex-direction: column;
    }

    .single-blog-style-two .image-block {
        -webkit-box-ordinal-group: 1;
        order: 0;
        width: 100%;
    }

    .single-blog-style-two .image-block .inner-block {
        width: 100%;
    }

    .blog-style-two-row [class*=col-]+[class*=col-] {
        margin-top: 0px;
    }

    .single-blog-style-two .text-block {
        padding: 40px;
    }

    .about-style-three .content-block .block-title h2 {
        font-size: 40px;
    }

    .cta-style-three .content-block .app-btn {
        padding-left: 45px;
        padding-right: 30px;
    }

    .cta-style-three .content-block .app-btn i.icon {
        font-size: 20px;
        left: 20px;
    }

    .about-style-two .content-block .block-title br {
        display: none;
    }

    .block-title h2 {
        font-size: 45px;
    }

    .book-ride-one .content-block>p br {
        display: none;
    }

    .site-header.header-one .header-navigation .container .right-side-box {
        right: -1px;
    }

    .site-header.header-one .header-navigation.stricky-fixed .container .right-side-box .contact-btn-block {
        padding-top: 17.5px;
        padding-bottom: 17.5px;
    }

    .site-header.header-one .stricky-fixed.header-navigation .container .logo-box {
        padding-left: 0;
    }
}

@media(max-width: 991px) {
    .site-header.header-one .top-bar .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .site-header.header-one .top-bar .logo-block {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .banner-style-one .banner-title {
        font-size: 50px;
        line-height: 60px;
    }

    .banner-style-one p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-style-one .slide {
        padding-bottom: 120px;
    }

    .book-ride-one .content-block {
        margin-bottom: 50px;
    }

    .about-image-block p {
        margin-bottom: 40px;
    }

    .cta-style-two .container {
        flex-direction: column;
        text-align: center;
    }

    .cta-style-two .container .button-block {
        margin-top: 40px;
    }

    .taxi-style-one {
        padding-bottom: 90px;
    }

    .single-taxi-one {
        margin-bottom: 30px;
    }

 .feature-style-one .row [class*=col-]:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 26px;
    padding-bottom: 8px;
}
.single-feature-one .icon-block {
    display: inline-block;
    vertical-align: middle;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    line-height: 98px;
    background-color: #FFC000;
    font-size: 60px;
    color: #111111;
    margin-bottom: 15px;
}
.mbngh {
    list-style-type: none;
    margin-left: -35px;
    font-size: 16px;
}
.fhuj {
   
    font-weight: 500;
    color: #000;
}

    .single-taxi-fare-one {
        padding: 100px;
    }

    .block-text p br {
        display: none;
    }

    .blog-style-two-row [class*=col-]+[class*=col-] {
        margin-top: 30px;
    }

    .site-footer .footer-widget {
        margin-bottom: 0px;
    }

    .site-footer .upper-footer {
        padding-bottom: 70px;
    }
    .servicf {
    padding: 0px 18px;
    padding-bottom: 13px;
}
.service1 img {
    border-radius: 40px 0px 0px 0px;
    padding: 13px 13px;
}
.contact-page-map-wrapper .contact-info-block {
    width: 100%;
    max-width: 370px;
    position: absolute;
    top: 50%;
    right: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 31px 21px;
}
.contact-page-map-wrapper .contact-info-block .contact-infos {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 9px;
}
.contact-form-style-one .input-holder {
    position: relative;
    margin-bottom: 10px;
}
.contact-form-style-one input, .contact-form-style-one textarea {
    border: none;
    outline: none;
    width: 100%;
    background-color: #F3F3F3;
    height: 47px;
    border-radius: 33.5px;
    padding-left: 40px;
    color: #717171;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.contact-form-style-one textarea {
    border-radius: 50px;
    height: 100px;
    padding-top: 18px;
}
.contact-form-style-one button[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    width: 100%;
    max-width: 174px;
    background-color: #FFC000;
    height: 45px;
    border-radius: 33.5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    transition: all .4s ease;
}
.taxi-page .single-taxi-one {
    margin-bottom: 18px;
}
.single-taxi-one {
    position: relative;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f3f3f3;
    border-radius: 10px;
    padding-top: 14px;
    padding-bottom: 8px;
}
.servicf h3{font-size: 20px;font-weight: 500;}
.gray-simple {
    padding: 29px 0px;
    background: rgb(241, 245, 248) !important;
}
.container-tour {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fyh-tour {
    margin-bottom: 24px;
}
.touritem-middle {
    justify-content: space-between;
    display: flex;
    flex-direction: inherit;
    height: auto;
}
.inner-banner .thm-breadcrumb li a, .inner-banner .thm-breadcrumb li span {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1em;
}
.detail.ellipsis-container {
    color: #000;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .site-header.header-two .top-bar .inner-container {
        flex-direction: column;
    }
.banner-style-two h3 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}
.banner-style-two .slide {
    padding-bottom: 90px;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about-style-three .content-block .block-title h2 {
    font-size: 25px;
}
.about-style-two .image-block .bubble-block {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 22px;
    z-index: 10;
    background-color: #FFC000;
}
.single-feature-one p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 11px;
}
.about-style-two .image-block .bubble-block .inner-block p {
    font-size: 12px;
    font-weight: 600;
}
.about-style-two .image-block .bubble-block .inner-block span.counter {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.site-footer .footer-widget .widget-title {
    margin-bottom: 12px;
}
.site-footer .footer-widget .social-block {
    margin-top: 4px;
}
.mvnfh1 {
    padding-left: 13px;
}
.mvnfh {
    /* margin-left: 4%; */
    padding-left: 13px;
    margin-bottom: 29px;
}
.single-testimonial-one h3 {
    color: #FFC000;
    font-size: 15px;
    font-weight: 600;
    margin-top: 24px;
}
.bx-viewport{height: auto;}
.single-testimonial-one p {
    font-size: 13px;
    line-height: 22px;
}
.single-offer-one .text-block p {
    color: #717171;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}
.single-offer-one .text-block h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 7px;
}
.single-offer-one .text-block {
    padding: 0 19px;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 10px;
    height: auto;
    border-bottom-left-radius: 10px;
}
.about-style-three .right-block .right-upper-block, .about-style-three .left-block {
    padding-top: 42px;
    padding-bottom: 42px;
}
.about-style-three .left-block .content-block .block-title {
    margin-bottom: 9px;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #373333;
}
.about-style-three .left-block .content-block hr.style-one {
    margin-top: 7px;
    margin-bottom: 17px;
}
.about-style-three .right-block .right-upper-block, .about-style-three .left-block {
    padding-top: 42px;
    padding-bottom: 26px;
}
.block-title {
    margin-bottom: 13px;
}
.about-style-three .cta-block p {
    margin: 0;
    color: #111111;
    font-size: 17px;
    font-weight: 500;
}
.about-style-three .cta-block .text-block {
    padding-left: 16px;
}
.about-style-three .cta-block a {
    font-size: 36px;
    letter-spacing: -0.04em;
    font-weight: bold;
    color: #111111;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}
.about-style-three .booking-form-one input {
    border: none;
    outline: none;
    width: 100%;
    background-color: #ffffff;
    height: 46px;
    border-radius: 33.5px;
    padding-left: 33px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.about-style-three .right-block .right-bottom-block .content-block {
    padding-left: 0px;
    padding-right: 1px;
    margin-left: auto;
    margin-right: auto;
}
.about-style-three .cta-block a {
    font-size: 18px;
}
.about-style-three .cta-block i {
    font-size: 31px;
    color: #111111;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}
.about-style-three .right-block .right-bottom-block .content-block {
    flex-direction: initial;
    margin-left: 8px;
}
.about-style-three .booking-form-one .input-holder {
    position: relative;
    margin-bottom: 7px;
}
.bsns {
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 36px;
}
.banner-style-two .banner-btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    background-color: #0e3d9f;
    color: #ffffff;
    font-size: 12px;
    border-radius: 38.5px;
    padding: 2px 8px;
    transition: all .4s ease;
}
.banner-style-two .active p {
    transition-delay: 1s;
    opacity: .7;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}
  .reliable {
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 11px;
    font-size: 14px;
}
 .logo-block img {
    margin-top: -72px;
    position: absolute;
    margin-left: 40px;
}
.site-header.header-two .top-bar .inner-container {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 1px 0;
}
    .site-header.header-two .top-bar .logo-block {
        margin-bottom: 0px;
    }
.mbngh li {
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.contact-form-style-oned .input-holder {
    position: relative;
    margin-bottom: 10px;
}
.mvnfh {
    /* margin-left: 4%; */
    padding-left: 13px;
}
    .about-style-two .image-block {
    margin-top: 16px;
    margin-left: 0;
}
    .history-style-one .history-carousel-block {
        margin-right: 0;
    }

    .history-style-one .block-title {
        margin-top: 40px;
    }

    .single-taxi-details-one .image-block {
        margin: 0;
        margin-bottom: 40px;
    }

    .sidebar {
        margin-top: 50px;
    }
}

@media(max-width: 767px) {
    img {
        max-width: 100%;
    }

    .site-header.header-one .top-bar {
        background-color: #111;
    }

    .site-header.header-one {
        position: relative;
    }

    .banner-style-one {
        margin-top: -86px;
    }

    .banner-style-one .slide {
        padding: 100px 0;
        padding-top: 186px;
    }

    .taxi-style-one .tab-title {
        margin-bottom: 50px;
    }

    .taxi-style-one .tab-title li {
        margin-bottom: 10px !important;
    }

.cta-style-one h3, .cta-style-two h3, .inner-banner h2, .block-title h2 {
    font-size: 18px;
}

    .single-taxi-fare-one {
        padding: 40px;
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn.left-btn,
    .main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
        left: 3%;
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn.right-btn,
    .main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
        right: 3%;
    }

    .brand-carousel-one {
        padding: 50px 0;
    }

    .single-taxi-faq-one .container,
    .contact-form-style-one,
    .team-style-one,
    .cta-style-three .content-block,
    .offer-style-one,
    .blog-style-one,
    .testimonials-style-one,
    .taxi-fare-one,
    .feature-style-one,
    .taxi-style-one,
    .funfact-style-one,
    .about-style-one,
    .book-ride-one {
        padding-top: 0px;
    }

    .contact-form-style-one,
    .offer-style-one,
    .site-footer .upper-footer,
    .taxi-style-one,
    .funfact-style-one {
        padding-bottom: 0px;
    }

    .single-taxi-faq-one .container,
    .single-blog-details-page,
    .cta-style-three .content-block,
    .cta-style-one,
    .blog-style-one,
    .about-style-one {
        padding-bottom: 80px;
    }

   .feature-style-one, .cta-style-two {
    padding-bottom: 39px;
}
    .team-style-one,
    .book-ride-one {
        padding-bottom: 98px;
    }

    .single-blog-details-page,
    .cta-style-three,
    .cta-style-one,
    .cta-style-two {
        padding-top: 80px;
    }

    .testimonials-style-one,
    .taxi-fare-one {
        padding-bottom: 70px;
    }

    .site-footer .upper-footer {
        padding-top: 66px;
    }

    .site-header.header-two .top-bar .contact-infos {
    flex-direction: column;
    display: none;
}

    .banner-style-two .banner-circle {
        height: 510px;
    }

 

    .about-style-three .right-block .right-upper-block,
    .about-style-three .left-block {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .about-style-three .right-block .right-upper-block {
        padding-bottom: 64px;
    }

    .about-style-three .cta-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
}

   .history-style-one, .about-style-two, .single-taxi-details-one, .blog-page {
    padding-top: 33px;
    padding-bottom: 33px;
}

    .team-page {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media(max-width: 575px) {

    .single-blog-details-page .share-block,
    .site-footer .bottom-footer .inner-container {
        flex-direction: column;
    }

    .testimonials-style-one .testimonials-one-pager {
        margin-bottom: 30px;
    }

    .testimonials-style-one .testimonials-one-pager .pager-item {
        margin: 0 !important;
    }

    .testimonials-style-one .testimonials-one-pager .pager-item:not(.active) {
        display: none;
    }

    .testimonials-style-one .testimonials-one-slider-btn {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn+.carousel-btn {
        margin-left: 15px;
    }

    .single-blog-details-page .share-block .social-block {
        margin-top: 15px;
    }

}

@media(max-width: 480px) {
    .banner-style-two .banner-circle {
        height: 450px;
    }

    

    .about-style-three .tag-line span {
        font-size: 35px;
    }

    

    .about-style-three .right-block .right-bottom-block .content-block .icon-block {
        margin-bottom: 15px;
    }

    .single-taxi-faq-one .accrodion-grp .accrodion .accrodion-title h4:before {
        right: -15px;
    }

    .main-banner-wrapper .carousel-btn-block .carousel-btn {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: translate(0);
    }

    .main-banner-wrapper .carousel-btn-block .carousel-btn+.carousel-btn {
        margin-left: 15px;
    }

    .main-banner-wrapper {
        position: relative;
    }

    .carousel-btn-block {
        position: absolute;
        bottom: 20px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        z-index: 99;
    }

    .banner-style-one .slide {
        padding-bottom: 155px;
    }
}

@media(max-width: 375px) {
    br {
        display: none;
    }

    .site-header.header-one .top-bar .left-block a {
        display: block;
        margin: 0 !important;
    }

    .banner-style-one .banner-title {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-style-one p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn,
    .main-banner-wrapper .carousel-btn-block .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .testimonials-style-one .testimonials-one-slider-btn .carousel-btn i,
    .main-banner-wrapper .carousel-btn-block .carousel-btn i {
        line-height: 36px;
    }

  

    .site-footer .bottom-footer .inner-container .left-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    .site-header.header-one .header-navigation .right-side-box .contact-btn-block .icon-block {
        display: none;
    }

    .site-header.header-one .header-navigation .right-side-box .contact-btn-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-header.header-one .header-navigation .container .logo-box {
        padding-left: 30px;
    }

    .cta-style-one h3,
    .cta-style-two h3,
    .single-blog-details-page .single-blog-style-one .post-title,
    .block-title h2 {
        font-size: 20px;
        line-height: 1.45em;
    }

    .single-taxi-fare-one .fare-btn {
        padding-left: 31.5px;
        padding-right: 31.5px;
    }

    .single-taxi-fare-one .top-block {
        flex-direction: column;
    }

    .single-taxi-fare-one .top-block .text-block {
        padding-left: 0;
        padding-top: 15px;
    }

    .single-blog-style-one .text-block h3 {
        font-size: 20px;
    }

    .banner-style-two .banner-circle {
        height: 345px;
    }

    

    .cta-style-three .content-block .app-btn+.app-btn {
        margin-left: 0;
        margin-top: 20px;
    }

    .single-blog-details-page .share-block {
        padding: 30px;
    }

    .single-blog-details-page .single-comment-one {
        flex-direction: column;
    }

    .single-blog-details-page .single-comment-one .text-block {
        padding-left: 0;
        padding-top: 40px;
    }

    .contact-page-map-wrapper .contact-info-block {
        max-width: 290px;
        left: 15px;
    }

}

@media(max-width: 320px) {
    .banner-style-two .banner-circle {
        height: 290px;
    }

    .banner-style-two h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .banner-style-two .banner-btn {
        padding: 9.5px 35px;
        font-size: 14px;
    }

    .single-blog-details-page .share-block .left-block p a {
        margin-bottom: 10px;
    }
}