@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    padding-top: 55px;
}
@media (max-width:1025px) {
    body {
        padding-top: 55px;
    }
}
body.menu-open {
    overflow: hidden;
}
b, strong {
    font-weight: bold;
}
a {
    color: #000;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #9d9d9d;
}
img {
    max-width: 100%;
}
ul {
    padding: 0;
    margin: 0;
}
p {
    margin-bottom: 0;
}
p+p, p+ul, p+ol {
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
li {
    list-style: none;
}
.container {
    position: relative;
    max-width: 1320px;
}
.container-md {
    max-width: 1000px;
}
.container-sm {
    max-width: 730px;
}
.btn {
    background-color: #fe0000;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 14px 15px;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}
.btn:hover {
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 7px #00000080;
}
.btn.btn-outline {
    color: #96c15b;
    background: #fff;
    border-color: #96c15b;
}
.btn.btn-green {
    background-color: #23A455;
}
.btn.btn-green:hover {
    background: #207d44;
    color: #fff;
}
.btn.btn-yellow {
    background-color: #000;
    color: #fff;
}
.btn.btn-yellow:hover {
    background: #D7A022;
    color: #fff;
}
.form-input, div.cs-selector {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    padding: 10px 25px;
    width: 100%;
}
textarea.form-input {
    height: 200px;
}
.form-input:focus {
    outline: none;
    border-color: #237d48
}
@media (max-width:767px) {
    .form-input {
        font-size: 14px;
        padding: 10px 12px;
    }
}
.main-color {
    color: #092c6f;
}
.green-color {
    color: #23A455;
}
.red-color {
    color: #db5a44;
}
.yellow-color {
    color: #000;
}
.white-color {
    color: #fff;
}
.main-color-bg {
    background: #092c6f;
}
.green-color-bg {
    background: #1C954A;
}
.red-color-bg {
    background: #db5a44;
}
.yellow-color-bg {
    background: #000;
}
.light-grey-bg {
    background:#f1f1f1;
}
.light-grey-bg-2 {
    background: #f5f9ff;
}
.light-green-bg {
    background: #f4faea;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.desktop-side-view .section {
    padding: 5vmin;
}
@media (max-width:990px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width:555px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.padding-0 {
    padding: 0 !important;
}
.title-block {}
/*.title-block+div, .title-block+section {
    margin-top: 30px;
    }*/

.title-block h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.title-block h2+p {
    margin-top: 15px;
    margin-bottom: 40px;
}
.title-block p {
    font-size: 20px;
}
@media (max-width:960px) {
    .title-block {
        margin-bottom: 0;
    }
    .title-block+div, .title-block+section {
        margin-top: 30px;
    }
    .title-block h2 {
        font-size: 20px;
    }
    .title-block p {
        font-size: 14px;
    }
    .title-block h2+p {
        margin-top: 5px;
    }
}
.shadow-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px;
    position: relative;
}
.shadow-box.padding-5 {
    padding: 5px;
}
.shadow-box.padding-10 {
    padding: 10px;
}
.shadow-box.padding-15 {
    padding: 15px;
}
.shadow-box.padding-20 {
    padding: 20px;
}
.shadow-box.padding-25 {
    padding: 25px;
}
.shadow-box.padding-30 {
    padding: 30px;
}
.shadow-box.padding-35 {
    padding: 35px;
}
@media (max-width: 990px) {
    .shadow-box {
        padding: 15px;
        margin-bottom:0px;
    }
}
.small-heading {
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
}
.cars-slider-sec {
    position: relative;
}
.cars-slider-sec .title-block {
    padding: 100px 50px 50px 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}
@media (max-width: 767px) {
    .cars-slider-sec .title-block {
        position: static;
        background: #fff;
        padding: 30px;
        color: #000;
    }
}
.navigation {
    transition: all .3s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;    
    padding:16px;
    right: 0;
    border-bottom: solid 1px #ccc;
    width:100%;
    z-index: 11111;
    background: #ffffff;
}
@media (max-width: 990px) {
    .navigation { padding: 10px; }
}
.navigation .logo span {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    letter-spacing: -1px;
}
.fixed-nav .navigation .logo span {
    color: #fff;
}
.navigation .logo img {
    height: 55px;
}
@media (max-width: 960px) {}
.navigation .header-cta {
    color: #EFF1FE;
    font-size: 14px;
    margin-left: auto;
}
.navigation .header-cta span {
    font-size: 24px;
    display: block;
}
.navigation .header-phone-cta {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
}
.navigation .header-phone-cta img {
    width: 43px;
}
@media (min-width: 961px) {
    .fixed-nav .navigation {
        background: #237d48;
    }
}
.menu-open .navigation .logo {
    position: relative;
    z-index: 1111;
}
@media (max-width: 960px) {
    .navigation .header-phone-cta {
        display: block;
    }
    .navigation .header-cta {
        display: none;
    }
}
.navigation .nav li {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
}
.navigation .nav li a {
    color: #555;
    font-weight: 600;
    font-size:15px;
    padding: 12px 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    display: block;
}
.navigation .nav li.btn-li {
    padding-left: 1rem;
}

.navigation .nav li.whatsapp a {
    color: #65bc54;
}
.navigation .nav li.whatsapp a img {
    height: 18px;
    float: left;
    margin-right: 6px;
}
.navigation .nav li:hover a {
    color: #fff;
    background: #fe0000;
}
.mobile-menu-btn {
    display: none;
    width: 53px;
    height: 53px;
    position: relative;
    cursor: pointer;
    z-index: 1111;
}
.mobile-menu-btn span, .mobile-menu-btn:before, .mobile-menu-btn:after {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
    transition: all .3s ease-in-out;
}
.mobile-menu-btn:before {
    margin-top: -11px;
    content: "";
}
.mobile-menu-btn:after {
    content: "";
    margin-top: 7px;
}
.menu-open .mobile-menu-btn span {
    display: none;
}
.menu-open .mobile-menu-btn:before {
    transform: rotate( 45deg);
    margin-top: -1px;
    margin-left: -16px;
}
.menu-open .mobile-menu-btn:after {
    transform: rotate( -45deg);
    margin-top: -1px;
    margin-left: -16px;
}
.mb-cta {
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    z-index: 1111;
}
.mobile-route {
    display: none;
}
@media (max-width: 1025px) {
    .mobile-menu-btn, .mb-cta {
        display: block;
    }
    .logo {
        width: 135px;
    }
    .navigation .nav li {
        display: none;
    }
    .navigation .nav li.booking-btn, .navigation .nav li.phone-number, .navigation .nav li.whatsapp {
        display: flex;
    }
}
@media (max-width: 555px) {
    .navigation .nav li.phone-number, .navigation .nav li.whatsapp {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .navigation .nav li.phone-number {
        width: 55%;
        background: #fe0000;
    }
    .navigation .nav li.phone-number a{ color: #fff;}
    .navigation .nav li.whatsapp {
        left: 55%;
        width: 45%;
        background: #65bc54;
    }
    .navigation .nav li.phone-number a, .navigation .nav li.whatsapp a {
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
    }
    .navigation .nav li.booking-btn a {
        background: #000;
        color: #fff;        
        padding:14px 12px;
    }
}
.banner-section {
    position: relative;
    padding-top:10vmin;
    padding-bottom:10vmin;
    overflow: hidden;
    background:url(dhaka.jpg) center bottom no-repeat;
    background-size: cover;
}
.banner-section h1 {
    color: #000 !important;
}
.banner-section .container {
    position: relative;
    z-index: 1;
}
.banner-section .banner-form {
    background: #0000004a;
}
.cars-slider-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cars-slider .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (max-width:1025px) {
    .cars-slider .slick-slide img {
        height: auto;
    }
}
.slick-slide {
    height: auto;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 48px;
    z-index: 1;
    cursor: pointer;
}
.slick-slider .slick-arrow.slick-left {
    left: 30px;
}
.slick-slider .slick-arrow.slick-right {
    right: 30px;
}
.banner-text {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #555;
    line-height: 50px;
    margin: 0 0 30px 0;
}
.banner-text .small-heading {
    font-size: 30px;
    text-transform: none;
    color: #fe0000;
    font-weight: 700;
}
.banner-text p {
    color: #000;
}
.banner-text .sub-title {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}
.banner-text .info-text {
    font-size: 34px;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 200;
    max-width: 800px;
}
.banner-text .info-text-2 {
    max-width: 800px;
}
.banner-highlights {
    margin: 30px 0 0 0;
    padding: 0;
}
.banner-highlights li {
    padding: 5px 0;
    padding-left: 40px;
    position: relative;
    font-size: 22px;
}
.banner-highlights li img {
    width: 25px;
    position: absolute;
    top: 8px;
    left: 0;
}
.banner-highlights li:before {}
.banner-logo {
    display: flex;
    max-width: 950px;
}
.banner-logo>div {
    padding: 10px;
}
@media (max-width:960px) {
    .banner-text h1 {
        font-size: 32px;
    }
}
@media (max-width:990px) {
    .banner-section {
        padding: 15px;
        padding-top: 50px;
    }
    .banner-section .container .row>* {
        padding: 0;
    }
    .cars-slider-block {
        position: static;
    }
    .banner-text .small-heading{ font-size: 25px;}
.banner-text h1 {
	font-size: 17px;
	line-height: 36px;
	margin-bottom: 2px;
}
}
@media (max-width: 767px) {
    .cablist-cols .btn {
	width: 100%;
        padding: 8px;
}
    .navigation .container {
        padding-left: 0;
    }
    .banner-text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .banner-text .sub-title {
        font-size: 22px;
    }
    .banner-text .info-text {
        font-size: 16px;
    }
}
.slider-bottom-border {
    position: relative;
}
.slider-bottom-border:before {
    content: "";
    position: absolute;
    left: 0px;
    display: none;
    right: 0px;
    height: 12px;
    background-size: 30px;
    background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}
.faqs {
    margin: 30px 0 0 0;
    padding: 0;
}
.faq {
    display: none;
}
.faq .faq-heading {
    position: relative;
}
.faq .faq-heading h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 25px 30px 0;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}
.faq .faq-heading:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 15px;
    border: solid 2px #000E5D;
    position: absolute;
    right: 1px;
    top: 28px;
}
.faq .faq-heading h3:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 15px;
    background: #000E5D;
    position: absolute;
    right: 7px;
    top: 38px;
}
.faq .faq-heading h3:after {
    content: "";
    height: 10px;
    width: 2px;
    border-radius: 15px;
    background: #000E5D;
    position: absolute;
    right: 11px;
    top: 34px;
}
.faq .faq-heading.active h3:after {
    display: none;
}
.faq .faq-content {
    display: none;
    padding: 20px 0;
    font-size: 16px;
}
.loadMore {
    margin-top: 30px;
}
.loadMore a {}
@media (max-width:767px) {
    .faq .faq-heading h3 {
        font-size: 16px;
    }
}
.footer {
    background: #0A1E44;
    padding-top: 100px;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer .footer-col+.footer-col {
    margin-top: 40px;
}
.footer .footer-col h4 {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.footer .footer-col ul {
    padding: 0;
    margin: 0;
}
.footer .footer-col ul li {
    padding: 7px 0;
    font-size: 16px;
}
.footer .footer-col ul li a {
    color: #ACCDFD;
    font-size: 16px;
    font-weight: normal;
}
.footer .footer-col ul.social li {
    padding: 0;
}
.footer .footer-col ul.social li a img {
    width: 30px;
}
.footer .footer-col ul.social li a+a {
    margin-left: 10px;
}
.footer-bottom {
    margin-top: 100px;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer-bottom a {
    font-weight: bold;
    color: #fff;
}
.footer-content li {
    padding-right: 20px;
}
@media (max-width:960px) {
    .footer-bottom .f-payment-cards li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
}
.booking-search {
    padding: 7vmin;
    background: #2b3944;
    border-radius: 20px;
}
.booking-search .title-block > div, .booking-search .title-block h2 {
    color: #fff;
}
.cab-right-list .booking-search {
    padding: 3vmin;
}
.booking-search .title-block {}
.booking-search .title-block span {}
.booking-search .title-block h2 {
    font-size: 24px;
}
.booking-search .forms ul li .form-select {
    background-color: #fff;
}
.mobile-side-view .booking-search .forms ul li .btn {
    background: #717171;
}
@media (max-width:990px) {
    .booking-search {
        padding: 15px;
    }
}
.booking-search .forms ul li {
    padding: 0;
    margin-top: 10px;
}
/*-------- Custom Checkbox Style start --------*/

.custom-checkbox label {
    text-transform: none;
    letter-spacing: normal;
    padding: 10px 0;
    margin: 0;
    display: block;
}
.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0;
    position: absolute;
}
.custom-checkbox label span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
    line-height: normal;
}
.custom-checkbox label span small {
    font-size: .775em;
}
.custom-checkbox label span:before {
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    content: "";
    height: 24px;
    width: 24px;
    border: 2px solid #96c15b;
    border-radius: 2px;
    background: #fff;
}
.custom-checkbox label input:checked+span:before {
    background-color: #96c15b;
    border-color: #96c15b;
}
.custom-checkbox label span:after {
    position: absolute;
    left: 6px;
    top: calc(50% - 7px);
    display: inline-block;
    height: 9px;
    width: 14px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}
.custom-checkbox label input:checked+span {
    font-weight: 600;
}
.custom-checkbox label input:checked+span:after {
    border-color: #fff;
    content: "";
}
.cts-btns {}
.cts-btns .devider {}
.cts-btns ul {}
.cts-btns ul li {
    float: left;
}
.cts-btns ul li.phone {
    width: 55%;
}
.cts-btns ul li.whatsapp {
    width: 45%;
}
@media (max-width:767px) {}
.cts-btns ul li a {
    padding: 5px 10px;
    display: block;
    font-size: 20px;
    border: solid 2px #000;
    font-weight: bold;
    background: #eaf2ff;
}
.cts-btns ul li.phone a {
    background: #ff9d00;
    color: #fff;
}
.cts-btns ul li.whatsapp a {
    border-color: #65bc54;
    background: #65bc54;
    color: #fff;
}
.cts-btns ul li.whatsapp a img {
    height: 30px;
}
@media (max-width:1025px) {
    .cts-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 1;
    }
    .cts-btns .devider {
        display: none;
    }
}
.content {
    max-width: 850px;
}
.content p+p {
    margin-bottom: 20px;
}
.content ul li {
    list-style: disc;
}
.content ol li {
    list-style: auto;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .content {
        font-size: 16px;
        line-height: 1.7;
    }
}
div.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.main-testimonials .testimonial-box {
    padding: 40px;
}
.main-testimonials .testimonial-box.middle {
    border-left: solid 1px #eaf2ff;
    border-right: solid 1px #eaf2ff;
}
.main-testimonials .testimonial-box .client-img {
    width: 150px;
    margin: auto;
}
.main-testimonials .testimonial-box .testi-star {
    width: 150px;
    margin: auto;
}
.main-testimonials .testimonial-box h5 {
    margin-top: 15px;
}
.main-testimonials .testimonial-box h6 {
    font-weight: normal;
}
.main-testimonials .testimonial-box h4 {
    margin-top: 15px;
}
.testimonial-carousel {
    margin: 0 auto;
    width: 900px;
}
.reviewer-thumb img {
    width: 80px;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 5px;
}
.user-review-content-header {
    display: flex;
    align-items: baseline;
}
.reviewer-thumb {
    margin-right: 10px;
}
.reviewer-details .reviewer-name {
    font-size: 18px;
    color: black;
    text-transform: uppercase;
}
.user-reviews-text {
    background: #e5e5e56e;
    border-radius: 15px;
    padding: 15px;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #6dc9f7;
}
.main-testimonials .testimonial-box p {}
.cta-section {
    overflow: hidden;
}
.cta-section .title-block+div {
    margin-top: 20px;
}
.cta-section .title-block h2+p {
    margin-top: 0;
}
.cta-section .btn-col .or {
    padding: 10px;
    font-size: 20px;
}
.cta-section .btn {
    width: 300px;
}
.service-box {
    padding: 40px 15px;
}
.service-box .box-img img {
    width: 100px;
}
.service-box h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.service-col+.service-col {
    border-left: solid 1px #eaf2ff;
}
.service-box p {
    min-height: 155px;
}
.service-box+.service-box {
    margin-top: 25px;
}
.service-box.image-left .box-img {
    width: 100px;
    float: left;
}
.service-box.image-left .service-content {
    margin-left: 115px;
}
.service-box.image-left .service-content h5 {
    margin-top: 0;
}
.look-inside-section .box-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 30px;
}
.content .check-list {
    padding: 0;
}
.content .check-list li {
    padding: 10px 0;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    list-style: none;
    font-weight: 500;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
.content .check-list.green li, .content .check-list li:hover {
    color: #23A455;
}
.content .check-list.red li {
    color: #db5a44;
}
.content .check-list li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../images/green-circle-check.svg) 0 0 no-repeat;
    background-size: 25px;
}
.content .check-list li a {}
.happy-clients-reviews-images .slick-slide {
    align-items: center;
    text-align: center;
}
.happy-clients-reviews-images .slick-slide img {
    display: block;
    margin: auto;
}
@media (max-width:990px) {
    .content-section .banner-form {
        display: none;
    }
}
section>img {
    width: 100%;
}
.video-img {
    margin-bottom: 25px;
}
.video-img a {
    display: block;
}
.grecaptcha-badge {
    opacity: 0;
}
/*added by naresh*/

.cab-list-section {}
.cablist-link {
    padding: 10px;
    display: block;
}
.cab-image {
    text-align: center;
    margin: 0 auto;
}
.cab-image img {
    height: 150px;
    width: 300px;
    object-fit: cover;
}
.cab-list-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cab-lists {
    display: flex;
    flex-wrap: wrap;
}
.cablist-cols {
    padding: 30px;
    width: 48%;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 19px;
    margin: 10px;
}
section.cab-list-section.related-cabs .cablist-cols{  width: 100%;  }
.sticky .cab-lists .cablist-cols{ width: 100%;}
.cab-list-section .title-block {
    margin-bottom: 20px;
}
.table-responsive .products td {
    vertical-align: middle;
}
.table-responsive .products a.btn {
    padding: 7px 15px;
}
.cablist-cols+.cablist-cols {}
.header-cab-info ul li {
    color: #102e69;
}
.cablist-cols h4 {
    font-size: 20px;
    font-weight: 500;
}
.cablist-cols h4 strong {
    font-weight: 700;
}
.cablist-cols h4 sup {
    font-size: 12px;
    color: #999;
}
.cablist-cols .cab-info {
    margin-top: 20px;
}
.cablist-cols .cab-info>div+div {
    padding-left: 20px;
}
.cablist-cols .bags, .cablist-cols .seaters {
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 16px;
}
.cablist-cols ul.additional_info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.cablist-cols ul.additional_info li a {
    width: 50px;
    height: 50px;
    line-height: 60px;
}
.cablist-cols .cab-price-start {
    color: #202020;
    font-weight: 600;
}
@media (max-width:990px) {
    .cablist-cols {
        padding: 50px 0;
    }
}
.btn-main {
    padding: 5px 10px;
    font-size: 16px;
}
.why-box {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    min-height: 175px;
}
.why-box-icon {
    width: 120px;
    margin-right: 50px;
}
.why-box-text h3 {
    font-size: 20px;
    color: #000862;
}
@media (max-width:990px) {
    .why-box {
        display: block;
        text-align: center;
    }
    .why-box-icon {
        width: 100%;
        margin: 0;
    }
    .why-box-icon img {
        height: 100px;
    }
}
.site-footer {
    background: #000;
    padding: 60px 0px;
}
.footer-box {
    display: flex;
    flex-wrap: wrap;
}
.footer-w {
    flex: 0 0 25%;
    padding-right: 30px;
}
.copy-right-side.text-left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .footer-box .footer-w {
        flex: 0 0 100%;
    }
    .copy-right-side {
        text-align: center;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .footer-box .footer-w {
        flex: 0 0 50%;
    }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1366px) {
    .footer-box .footer-w {
        flex: 0 0 25%;
    }
}
/*   @media (max-width: 1024px){
        .footer-box .footer-w {
            flex: 0 0 50%;
        }
        } */

.footer-title {
    font-size: 22px;
    color: #fff;
}
.footer-content li a {
    line-height: 2;
}
.footer-content p {
    color: #cdcdcd;
}
.about-footer li a, .footer-content p a, .footer-content a {
    color: #fff;
}
.footer-content li i {
    margin-right: 10px;
}
.footer-copyright-area {
    background: #fff;
    padding: 10px;
}
@media (max-width: 555px) {
    .footer-copyright-area {
        margin-bottom: 70px;
    }
}
.copy-right-side a {
    color: #ff004f;
}
.copy-right-side a img {
    width: 35px;
}
.contact-form {
    padding: 0;
    margin: 0;
}
.comments-form .contact-form li {
    float: left;
    width: 50%;
    padding: 10px;
}
.contact-form .form-control {
    border: 1px solid #6dc9f78a;
    letter-spacing: normal;
    background: #fff;
}
.contact-form textarea.form-control {
    height: 150px;
}
.contact-form li.full {
    width: 100%;
}
.pick-detail-form {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 16px;
}
.pick-detail-form ul {
    margin: 0;
}
.pick-detail-form ul li {
    list-style: none;
    margin-top: 10px;
}
.pick-detail-form ul li.date-time {
    display: flex;
    justify-content: space-between;
}
.pick-detail-form ul li.date-time .form-floating {
    flex: 0 0 49%;
}
.pick-detail-form ul li.date-time .form-floating+.form-floating {
    flex: 0 0 49%;
}
.pick-detail-form ul li.date-time input::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.pick-detail-form ul li textarea.form-control {
    height: 120px;
}
.pick-detail-form ul li .btn {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}
.visitor-form {
    margin: 0 auto;
    width: 500px;
}
.visitor-form .booking-detail {
    float: left;
    width: 100%;
    padding: 25px;
}
.booking-info, .booking-form-bottom, {
    float: left;
    width: 100%;
}
.booking-info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fe0000;
    margin-bottom: 15px;
}
.booking-info ul li {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    position: relative;
}
.booking-info ul li:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #eaf2ff;
    z-index: 0;
}
.booking-info ul li label, .booking-info ul li div {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #fff;
    padding: 2px 10px 2px 0;
    position: relative;
    z-index: 1;
}
.booking-info ul li div {
    font-weight: 700;
    padding: 2px 0 2px 10px;
}
.booking-info ul li.price div {
    color: #65bc54;
    font-weight: 700;
}
.change-tour {
    position: absolute;
    top: 0;
    right: 0;
}
.change-tour .price {
    font-size: 26px;
    padding-left: 0;
    font-weight: 600;
    color: red;
}
@media (max-width: 767px) {
    .visitor-form {
        width: 100%;
    }
    .visitor-form .booking-detail {
        padding: 15px;
    }
    .visitor-guide-sectoin {
        padding: 10px;
    }
}
/*=--=whatsapp-=-=*/

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
.whatsappbtn {}
.whatsappbtn a {
    display: block
}
.whatsappbtn a span {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 12px;
    text-shadow: 0 0 5px #000;
    color: #fff
}
.whatsappbtn img {
    border: solid 2px #fff;
    border-radius: 10px
}
.main-page-search .forms ul li {
    padding: 10px;
    float: none;
    width: 100%;
}
.main-page-search ul {
    float: none;
}
.main-page-search h2 {
    text-align: center;
}
@media (max-width: 767px) {
    .main-page-search ul {
        width: 100%;
        padding: 5px !important;
    }
}
.banner-ads img {
    width: 100%;
}
.booked-detail {
    background: #6dc9f799;
    padding: 20px;
    border-radius: 10px;
}
.booked-detail h4 {
    color: #123068;
    font-size: 30px;
}
.featured-text ul li img {
    width: 30px;
    height: 30px;
}
.logo {
    margin-left: 15px;
}
.main-menu-btn {
    flex-basis: 0;
    display: block;
    padding: 16px 10px;
    cursor: pointer;
    background: #000;
    display: none;
}
.main-menu-btn span {
    width: 30px;
    height: 3px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin: 3px 0px;
}
@media (max-width: 1025px) {
    .main-menu-btn {
        display: block;
    }
}
/*------ offcanvas widget area end ------*/

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}
.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
}
.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    cursor: url("../images/cancel.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 400px;
    padding: 0;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    float: right;
}
@media (max-width: 767px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 320px;
    }
}
.off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    right: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /*background-color: #0d2ea1;*/
}
.off-canvas-wrapper .btn-close-off-canvas i {
    font-size: 50px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 40px;
    font-weight: bold;
}
.off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: calc(100% - 54px);
}
.mobile-navigation {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    display: flex;
}
.mobile-menu, .mobile-navigation .sub-categories-div {
    padding-bottom: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    visibility: hidden;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out
}
.mobile-navigation .mobile-menu-visible {
    visibility: visible;
}
.mobile-navigation .mobile-menu-translateX {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobile-navigation .mobile-menu-translateX-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobile-navigation .mobile-menu-translateX-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.mobile-menu li, .mobile-navigation .sub-categories-div li {
    padding-bottom: 2px;
}
.mobile-menu li.mb-menu-separator {
    border-bottom: 1px solid #d5dbdb;
    padding: 0;
    margin: 5px 0;
}
.mobile-menu li .heading, .mobile-navigation .sub-categories-div li.sub-categories-div-heading .heading {
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 13px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #111;
    text-transform: capitalize;
    display: inline-block;
}
.mobile-menu li a, .mobile-navigation .sub-categories-div li a {
    padding: 7px 15px;
    display: block;
    position: relative;
    border-bottom: solid 1px #edf3fd;
    cursor: pointer;
}
.mobile-navigation .sub-categories-div>ul>li.has-child>a {
    font-weight: bold;
}
.mobile-menu li>a:after, .mobile-navigation .sub-categories-div li.has-child a:after {
    content: "";
    border: 1px solid #000;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none;
}
.mobile-menu li a:hover {}
.mobile-menu li.mobile-menu-brands {
    padding: 0 15px;
}
.mobile-menu li.mobile-menu-brands .brands-menu-alphabet {
    justify-content: start;
    margin-bottom: 0;
}
.mobile-menu li.mobile-menu-brands .brands-menu-alphabet .alphabet-menu-button {
    padding: 0;
}
.mobile-navigation .sub-categories-div li.sub-categories-div-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-navigation .sub-categories-div li.sub-categories-div-heading .heading {
    padding-right: 0;
}
.mobile-navigation .sub-categories-div li.sub-categories-div-heading .cat-btn {
    padding: 0 15px 0 0;
    font-size: 14px;
}
.mobile-navigation .sub-categories-div .back-menu-link {
    border-bottom: 1px solid #edf3fd;
    font-weight: 500;
    display: block;
    padding: 7px 15px;
    color: #6dc9f7;
}
.mobile-navigation .sub-categories-div .back-menu-link:hover {
    background-color: #eaeded;
    color: #111;
}
.mobile-navigation .sub-categories-div .back-menu-link img {
    width: 25px;
}
.mobile-navigation .sub-categories-div li ul {
    padding-left: 15px;
}
.mobile-navigation .sub-categories-div li ul li a {}
.mb-logo-sec {
    margin: 0 auto;
    width: 250px;
    padding: 10px;
}
/*----- mobile menu end -----*/

.mobile-side-view {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 999999;
    height: 100vh;
    overflow-y: scroll;
    background: #eaf2ff;
    padding: 0 1px;
    border-left: solid 1px #fff;
}
.desktop-side-view {
    margin-right: 400px;
}
@media (max-width: 1450px) {}
@media (max-width: 1030px) {}
@media (max-width: 1024px) {
    .mobile-side-view {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 2;
        border: none;
    }
    .desktop-side-view {
        width: 100% !important;
        margin: 0;
    }
}
.mobile-side-view .logo {
    padding: 10px;
    width: 100%;
    background: #fff;
}
.logo a {
    display: block;
}
.logo img {
    height: 35px;
}
@media (max-width: 1024px) {
    .header {
        position: fixed;
        z-index: 11;
        background: #fff;
        left: 0;
        top: 0;
        right: 0;
        border-bottom: solid 2px #eaf2ff;
    }
    .header .container {
        padding: 0;
    }
    .logo {}
    .logo img {
        height: 30px;
    }
}
.menu {}
.menu .nav {
    background: #000;
    color: #fff;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.menu .nav li {}
.menu .nav li a {
    padding: 0 15px;
    color: #fff;
    display: block;
}
.menu .nav li a:hover {
    color: #000;
    background: #fff;
}
.navigation .phone {
    border-radius: 10px;
    padding: 5px;
    margin-left: 30px;
    font-weight: 600;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .menu {
        display: none;
    }
}
/*=-=-=-=-0*/

.mobile-side-view .featured-tours {
    padding: 3vmin;
}
.booking-search @media (max-width: 1024px) {
    .mobile-side-view .featured-tours {
        background: #000;
    }
}
.featured-tours .tour-cols {
    position: relative;
    margin: 0;
    flex: 1 1 33.33%;
}
.featured-tours .tour-cols a {
    display: block;
}
.featured-tours .tour-cols h4 {
    margin-bottom:3px;
    font-weight: 700;
    color: #000;
    font-size: 19px;
}
.featured-tours .tour-cols .cab-price-start {
    font-size: 15px;
    color: #000;
}
.featured-tours .tour-cols .cab-price-start strong {
    font-weight: 700;
}
.featured-tours .tour-cols .cab-price-start sup {
    font-size: 12px;
    color: #999;
}
.featured-tours .tour-cols .btn {
    text-align: center;
    border: none;
    padding: 8px 10px;
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%);
}
.featured-tours .tour-cols .btn:hover {
    background: #000;
}
ul.additional_info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
}
ul.additional_info li {
    padding-right: 15px;
}
ul.additional_info li a {
    display: block;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    padding: 0;
}
ul.additional_info li a:hover {
    color: #6CC;
    outline: 0;
}
.tour-packages .featured-tours {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tour-packages .featured-tours .tour-cols {
    flex: 0 0 25%;
    margin: 10px 0px;
}
.tour-packages .featured-tours .tour-cols .cabs-start-at {
    float: none;
}
@media (max-width: 1366px) {
    .tour-packages .featured-tours .tour-cols {
        flex: 0 0 33.33%;
    }
}
@media (max-width: 1024px) {
    .tour-packages .featured-tours .tour-cols {
        flex: 0 0 50%;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .tour-packages .featured-tours .tour-cols {
        flex: 0 0 100%;
    }
}
.tour-side-book {
    background: #6dc9f7;
    padding: 0 5px;
    margin-bottom: 10px;
    border-radius: 10px;
}
/*.sharing-cab .visitor-form {
    margin: 0 auto;
    width: 700px;
}
.sharing-cab .pick-detail-form li {
    padding: 10px;
    float: left;
    width: 50%;
}
@media (max-width: 1366px) {
 .tour-packages .featured-tours .tour-cols {
    flex: 1 0 33.33%;
}
}
@media (max-width: 1024px) {
 .tour-packages .featured-tours .tour-cols {
    flex: 1 0 50%;
}
}
@media (max-width: 767px) {
    .sharing-cab .visitor-form {
        width: 100%;
    }
    .sharing-cab .pick-detail-form li {
        padding: 10px;
        width: 100%;
    }

}
*/

/*=---=--=-cities=-=-=-*/

.popular-cities {
    display: flex;
    flex-wrap: wrap;
}
.popular-cities .p-city {
    flex: 0 0 25%;
    margin-top: 10px;
}
.popular-cities .p-city a {
    color: #000;
    font-size: 16px;
}
@media (max-width: 1366px) {
    .popular-cities .p-city {
        flex: 0 0 33.33%;
    }
}
@media (max-width: 1024px) {
    .popular-cities .p-city {
        flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .popular-cities .p-city {
        flex: 0 0 100%;
    }
    .testimonial-carousel {
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .testimonial-carousel {
        width: 100%;
    }
}
.sticky {
    padding: 20px;
    position: sticky;
    top: 40px;
}
@media (max-width: 991px) {
    .section.city-cab-section {
        margin-top: 2px;
        padding-top: 0;
    }
}
.listing-page .mobile-side-view {
    background: #fff;
    background-image: linear-gradient(1deg, #ffffff 0%, #000000 100%);
}
.listing-page .mobile-side-view .featured-tours {
    display: none;
}
.listing-page .booking-search {
    background: #000;
    color: #fff;
}
.listing-page .booking-search .forms ul li .form-select {
    background-color: #ffffff;
}
.listing-page .mobile-side-view .booking-search .forms ul li .btn {
    background: #717171;
    padding: 5px;
}
.cab-list-left .title-block {
    margin-bottom: 30px;
    margin-top: 17px;
}
.amr-softec {
    background: #fff;
    border: solid 5px #ff4867;
    display: none;
}

.amr-softec a {
    display: block;
    font-weight: bold;
}

.amr-softec a p {
    background: #f64868;
    color: #fff;
    padding-bottom: 5px;
}

.amr-softec img {
    max-width: 200px;
    margin: 10px;
}
@media (max-width: 1050px) {

    .amr-softec a p {
        font-size: 14px;
    }
}

.city-tour-list .tour-cols a {
    display: block;
    position: relative;
    padding: 10px;
}
.city-tour-list .tour-cols h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.city-tour-list .tour-cols .cab-price-start {
    font-size: 15px;
    color: #000;
}
.city-tour-list .tour-cols .btn {
    color: #fff;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
}
.search-section {
    background: url(map.jpg) right 0 no-repeat;
    height: 100vh;
    display: grid;
    place-items: center;
    background-size: cover;
}
.main-page-search {
    width: 100%;
    padding: 10px 0px;
}
.book-taxi {
    background: #2b3944;
    border-radius: 10px;
    margin: 0 auto;
    width: 50%;
    padding: 40px;
}
@media (max-width:1024px) {
    .book-taxi {
        width: 100%;
        padding: 10px;
    }
}
.search-section .container {
    position: relative;
}
.tab-pane {
    background: #fff;
    border-radius: 5px;
}

.contact-info p {
    margin-top: 15px;
}
.city-page-search .search-box {
    border-radius: 5px;
    margin-bottom: 30px;
}
.search-box:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EDF3FD;
    display: none;
}
.search-box .nav-tabs {
    background: #fff;
    padding: 5px;
    border: none;
    border-radius: 40px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}
.search-box .nav-tabs li {
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.search-box .nav-tabs li a {
    display: block;
    padding: 0px;
    border-radius: 40px;
    color: #01014B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.search-box .nav-tabs li a.active {
    background: #6dc9f7;
    color: #ffffff;
}
.search-box .tab-content {
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
}
.search-box .tab-content ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.search-box .tab-content ul li {
    list-style: none;
    width: 100%;
    padding: 10px 5px;
}
.search-box .tab-content ul li label {
    color: #777777;
    margin: 0;
}
.search-box .tab-content ul li .form-control {
    height: 60px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #d7d7d7;
}
/*.form-control:focus {
    border: none;
    box-shadow: none;
}*/

@media (max-width:991px) {
    .search-box {
        padding: 0px;
    }
    .search-box .tab-content {
        padding: 15px 0px;
        margin-top: 10px;
    }
    .search-box .tab-content ul {
        display: block;
    }
    .search-box .tab-content ul li {
        width: 100%;
    }
    .search-box .tab-content ul li+li {
        margin-top: 15px;
    }
}
.page-banner {
    padding: 50px 0 50px 0;
    margin-top: 5px;
    position: relative;
}
.page-banner h1 {
    margin: 0;
}
.city-page-search .search-box .nav-tabs {
    max-width: 300px;
}
.city-page-search .search-box {
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
    padding: 15px 0;
}
.city-page-search .search-box {
    background: linear-gradient(181deg, #74b1cf, #cfaa55);
    border-radius: 10px;
}
.city-page-search .search-box, .city-page-search .search-box .tab-content {
    width: 100%;
    float: left;
}
.city-page-search .search-box .tab-content ul {
    display: block;
}
.city-page-search .search-box .tab-content ul li {
    width: 100%;
    float: left;
    margin: 0;
}
.city-page-search .search-box .tab-content ul li+li {
    padding-top: 15px;
}
/*.city-page-search .search-box .tab-content ul li label {
    display: none;
}*/

@media (max-width:991px) {
    .page-banner {
        padding: 30px 0 30px 0;
    }
    .page-banner h1 {
        font-size: 22px;
    }
    .city-page-search .search-box .tab-content ul li {
        width: 100%;
    }
    .city-page-search .search-box .tab-content ul li+li {
        padding-left: 0;
        padding-top: 15px;
    }
}
.cab-lists .cab-cols {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;
}
.cab-lists .cab-cols a {
    display: block;
    padding: 10px;
    box-shadow: rgba(129, 129, 129, 0.1) 0px 6px 10px 0px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    float: left;
}
.cab-lists .cab-cols .cab-img {
    width: 100px;
    height: 65px;
    float: left;
}
.cab-lists .cab-cols .cab-details {
    margin-left: 115px;
}
.cab-lists .cab-cols .cab-details .cab-name {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.cab-lists .cab-cols .cab-details .cab-features {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.cab-lists .cab-cols .cab-details .cab-features li {
    display: inline-block;
    color: #01014B;
}
.cab-lists .cab-cols .cab-details .cab-features li+li {
    margin-left: 7px;
}
.cab-lists .cab-cols .cab-details .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    padding: 3px 10px;
}
@media (max-width:1400px) {
    .cab-lists .cab-cols .cab-img {
        width: 80px;
    }
    .cab-lists .cab-cols .cab-details {
        margin-left: 90px;
    }
}
@media (max-width:991px) {
    .cab-lists .cab-cols .cab-img {
        width: 70px;
    }
    .cab-lists .cab-cols .cab-details {
        margin-left: 75px;
    }
}
/*.featured-tours {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tour-cols {
    flex: 0 0 33.33%;
    padding: 15px;
}
@media (max-width: 1450px) {
    .tour-cols {
        flex: 0 0 33.33%;
    }
}
@media (max-width: 1030px) {
    .tour-cols {
        flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .tour-cols {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }
}*/

.tour-cols {
    padding: 10px;
}
.cabs-start-at {
    float: left;
    margin-right: 10px;
    font-size: 16px;
}
.tour-cols .cab-price-start b {
    font-size: 18px;
}
.tour-cols a .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
@media (max-width:990px) {
    .tour-cols a .shadow-box {
        margin-bottom: 0;
    }
}
.city-page-search {
    border-radius: 5px;
    margin-bottom: 30px;
}
.taxi-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.taxi-list li {
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
}
.taxi-list li+li {
    margin: 25px 0 0 0;
}
.taxi-list li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.taxi-list li a {
    color: #000;
}
.taxi-list li .list-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.taxi-list li .taxi-list-left {
    width: 60%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.taxi-list li .taxi-img {
    width: 30%;
    padding: 15px;
    text-align: center;
}
.taxi-list li .taxi-img img {
    /*  height: 80px;*/
    width: auto;
}
.taxi-list li .taxi-list-left .taxi-details {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.taxi-list li .taxi-list-left .taxi-details>div, .taxi-list li .taxi-list-right>div {
    padding: 5px 10px;
    text-align: center;
}
.taxi-list li .taxi-name {
    width: 200px;
    font-weight: 700;
    text-align: left !important;
    font-size: 20px;
    line-height: 1.2;
}
.taxi-list li .taxi-name span {
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
    display: block;
}
.taxi-list li .taxi-list-left .taxi-details>div .icon-img {
    width: 100%;
    font-size: 20px;
}
.taxi-list li .taxi-list-right {
    width: 40%;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.taxi-list li .taxi-price {
    font-size: 24px;
    font-weight: 700;
    width: 50%;
}
.taxi-list li .taxi-price span {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.taxi-list li .taxi-list-right .taxi-cta {
    width: 50%;
    text-align: right;
}
.taxi-list li .taxi-list-right .taxi-cta .btn {
    font-size: 16px;
}
.taxi-list li .taxi-list-right>.tour-note {
    font-size: 13px;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 0;
    text-align: right;
}
.more-routes ul {
    margin: 0;
    padding: 0;
}
@media (max-width:991px) {
    .cab-right-list {
        background: #c8a302;
    }
    .cab-right-list .sticky {
        padding: 0;
    }
    .cab-right-list .booking-search {
        background: none;
        padding: 15px 0px;
    }
    .cab-right-list .booking-search label {
        color: #000;
    }
    .booking-search .forms ul {
        display: flex;
        align-items: center;
    }
    .booking-search .forms ul li {
        flex: 1 1 33.33%;
        padding: 10px;
        margin: 0;
    }
}
@media (max-width:767px) {
    .taxi-list li .taxi-name {
        width: auto;
        font-size: 14px;
    }
}
@media (max-width:555px) {
    .booking-search .title-block h2 {
        display: none;
    }
    .booking-search .forms ul {
        display: block;
    }
    .booking-search .forms ul li {
        padding: 0;
    }
    .booking-search .forms ul li+li {
        margin-top: 10px;
    }
   .booking-search .forms ul li .btn {
	padding: 10px;
	background: #fe0000;
	color: #fff;
	font-size: 16px;
}
    .cab-list-left {
        padding-top: 20px;
    }
    .cab-list-left .title-block h1 {
        font-size: 20px;
    }
    .title-block+div.taxi-list {
        margin-top: 10px;
    }
    .taxi-list li .taxi-list-left, .taxi-list li .taxi-list-right {
        width: 100%;
    }
    .taxi-list li .taxi-list-left .taxi-details {
        width: 60%;
    }
    .taxi-list li .taxi-img {
        width: 40%;
    }
    .taxi-list li .taxi-img, .taxi-list li .taxi-list-left .taxi-details>div {
        padding: 5px 10px;
        font-size: 14px;
    }
    .taxi-list li .taxi-price {
        font-size: 18px;
        width: 60%;
    }
    .taxi-list li .taxi-price span {
        display: inline;
        padding-left: 10px;
    }
    .taxi-list li .taxi-img img {
        height: 65px;
    }
    .taxi-list li .taxi-list-right .taxi-cta {
        width: 40%;
    }
    .taxi-list li .taxi-list-right .taxi-cta .btn {
        padding: 10px;
        font-size: 12px;
    }
}
.visitor-guide-sectoin {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    margin-top: 50px;
}
.visitor-guide-head {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 26px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
}
.visitor-guide {
    padding: 50px 35px;
    position: relative;
    font-size: 16px;
}
.visitor-guide p {
    padding-bottom: 18px;
    margin: 0;
}
@media (max-width:555px) {
    .visitor-guide {
        padding: 0;
        margin-top: 15px;
    }
}
.banner-ads {
    margin-bottom: 30px;
}
.more-routes {
    margin-bottom: 30px;
}
.more-routes ul {
    margin: 0;
    padding: 0;
    /*display: flex;*/
    flex-wrap: wrap;
}
.more-routes ul li {
    list-style: none;
    padding: 10px 10px 0 10px;
    border-bottom: solid 1px #d6d6d6;
    flex: 0 0 33.33%;
}
.more-routes ul li:hover {
    background: #fff;
}
.more-routes ul li a {
    display: block;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
}
.more-routes ul li a h3 {
    font-size: 16px;
    margin: 0;
}
.more-routes ul li a p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.more-routes ul li a p span {
    font-size: 14px;
    font-weight: 700;
}
.more-routes ul li a span.btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 5px 5px;
    font-size: 14px;
}
@media (max-width: 1366px) {
    .more-routes ul li {
        flex: 1 0 33.33%;
    }
}
@media (max-width: 1024px) {
    .more-routes ul li {
        flex: 1 0 50%;
    }
    .taxi-list li .taxi-list-right .taxi-cta .btn {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .more-routes ul li {
        flex: 1 0 100%;
    }
    .cablist-cols{ width: 100%; padding: 25px;}
    .cab-image{ margin-bottom: 20px;}
    .cablist-cols ul.additional_info {
	margin-top: 10px;
	margin-bottom: 10px;
}
    .cablist-cols .cab-info{ margin-top: 9px;}
    .cablist-cols{ margin-bottom:20px; }
    .why-box{ margin: 10px 0;}
    .footer-box .footer-w{ margin-bottom: 20px; }
    .copy-right-side.text-left{ font-size: 13px;}
}
.box-title {
    border-bottom: 1px solid #6dc9f7;
}
.more-routes ul li:hover a span.btn {
    display: block;
}
.banner-review-text .star-img {
    width: 250px;
    margin-bottom: 10px;
}
.banner-review-text .google-img {
    width: 125px;
}
@media (max-width:555px) {
    .banner-form, .banner-review-text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .banner-form h2 {
        font-size: 20px;
    }
    .banner-review-text h2 {
        font-size: 16px;
    }
    .banner-review-text .star-img {
        width: 150px;
    }
    .banner-review-text .google-img {
        width: 75px;
    }
    .title-block h1.small-heading {
        font-size: 20px;
    }
    .featured-tours .tour-cols h4{ font-size: 14px; }
}