body{
    font-family: "Jost", sans-serif;
    font-size: 16px;
    height: 100vh;
}
*, ul{
    padding:0;
    margin:0;
}
a{text-decoration: none;}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px #d4d4d4;
  }
.menubar{padding: 15px 0;}
.navbar-brand img{width:100%;}

.navbar .megamenu{ padding: 1rem; }
.megamenu h4{
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}
.megamenu ul{list-style: none;}
.megamenu ul li a{
    font-size: 14px;
    color: #575757;
    display: inline-block;
    margin-bottom: 15px;
}
.menubar .nav-link{
    padding-right: 25px !important;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.menu_phoneicon svg{width:34px;stroke: #c40208;margin-right: 15px;}
.menu_phone{
    display: flex;
    align-items: center;
}
.menu_phonecontent p{
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background: #c40208;
    padding: 0px 10px;
    border-radius: 30px;
}
.menu_phonecontent h6{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
#carouselExampleIndicators .carousel-item img{width: 100%;height:500px;object-fit: cover;}
.pad_sec{padding: 50px 0;}
.main_title h4{
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
}
.main_title h4::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c50409;
}
.main_title h4::after{
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 30px;
    background: #c50409;
}
.taxiserv_img, .taxi_pakgimg{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.taxiserv_img img{
    width: 100%;
    height: 230px;
    transition: 0.5s;
        object-fit: cover;
}
.taxiserv_img:hover img{
    transition: 0.5s;
    transform: scale(1.2);
}
.taxiserv_img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgb(0 0 0) 100%);}
.taxt-servcontent{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 9;
}
.taxt-servcontent h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.taxipkg_badge{
    position: absolute;
    top: 5%;
    right:5%;
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    background: #c50409;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.taxi_pkgcontent{margin-top: 10px;}
.taxi_pkgcontent h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
a.taxipkg_btn{
    color: #c50409;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #c50409;
    display: inline-block;
}
.testimonials-card-two {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5px 60px 52px 51px;
    min-height: 332px;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.05));
}  
.testimonials-card-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--trevlo-white, #ffffff);
    z-index: -1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.testimonials-card-two__meta {
    position: relative;
    min-height: 118px;
    padding: 49px 0 0 134px;
    margin: -10px 0 17px -5px;
    z-index: 2;
  }
  
  .testimonials-card-two__meta__name {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 5px;
    transition: all 400ms ease;
  }
  
  .testimonials-card-two__meta__designation {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    transition: all 400ms ease;
  }
  
  .testimonials-card-two__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 4px solid #c50409;
    overflow: hidden;
  }
  
  .testimonials-card-two__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .testimonials-card-two__ratings {
    position: absolute;
    right: 42px;
    top: 51px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 19px;
    color: #c50409;
    transition: all 0.4s ease-in-out;
  }
  #onload button.btn-close{
      position: absolute;
        right: 13px;
    top: 18px;
  }
  .modal-backdrop{z-index:9999;}
  .modal{z-index:99999;}
  .fix_bottomicons figure{margin-bottom:0;}
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-card-two__ratings {
      right: 22px;
      font-size: 17px;
    }
  }
  @media (max-width: 991px) {
    .testimonials-card-two__ratings {
      font-size: 16px;
    }
    .fix_bottombar {
        display: block !important;
    }
  }
  @media (max-width: 575px) {
    .testimonials-card-two__ratings {
      position: relative;
      top: 0;
      right: 0;
      margin: 0 0 15px;
    }
  }
  .testimonials-card-two__quote {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
  }
  
  .testimonials-card-two svg {
    position: absolute;
    left: 78px;
    bottom: -19px;
    width: 54px;
    height: 46px;
    fill: #c50409;
  }
  
  @media (max-width: 767px) {
    .testimonials-card-two svg {
      left: 35px;
    }
  }
  .testimonial_review{
    background-image: url(../img/testi-bg.webp);
    background-position: center;
    background-size: cover;
  }
/*******Slick Dots**********/
.testimonial_slider .slick-slide{margin: 5px 10px 20px 10px;}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #01abff;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #c50409;
    width: 40px;
    border-radius: 50px;
}
.slick-prev svg,
.slick-next svg{
  font-size: 22px;
  color: #c50409;
  font-weight: 500;
}
.slick-prev {
    z-index: 1;
    right: 5%;
    background: transparent;
    border: 0;
    position: absolute;
    top: -60px;
    border: 1px solid #c50409;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.slick-next {
    z-index: 1;
    right: 0%;
    background: transparent;
    border: 0;
    position: absolute;
    top: -60px;
    border: 1px solid #c50409;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.slick-slide {
    margin: 0px 10px;
}
/*******Slick Dots**********/


/******footer**********/
.footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta{margin-bottom: 10px;}
  .single-cta i {
    color: #c50409;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #ffffff;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
          padding: 10px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #ffffff;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #c50409;
  }
  .footer-widget ul li {
    margin-bottom: 12px;
    list-style: none;
  }
  .footer-widget ul li a:hover{
    color: #c50409;
  }
  .footer-widget ul li a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #c50409;
      padding: 13px 20px;
      border: 1px solid #c50409;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
  }
  .copyright-text p a{
    color: #c50409;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #c50409;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
  .single-cta{display: flex;margin-bottom: 15px;}
  .single-cta svg{
    width: 25px !important;
    height: 25px;
    color: #c50409;
  }
.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px;
    background-color: #1d231f;
    position:relative;
}
.breadcrumb-section:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#00000096;
}
.banner-content{z-index:9;}
.contact-page .single-contact {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 40px;
}

@media(max-width: 1199px) {
    .contact-page .single-contact {
        margin-top:30px;
    }
}

.contact-page .single-contact:first-child {
    margin-top: 0;
}

@media(max-width: 1399px) {
    .contact-page .single-contact {
        padding:20px 30px;
    }
}

.contact-page .single-contact .title {
    line-height: 1;
    background-color: var(--white-color);
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px;
}

.contact-page .single-contact .title h6 {
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color:#c50409;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .single-contact .icon svg {
    fill: #fff;
    width: 20px;
}

.contact-page .single-contact .content {
    line-height: 1;
}

.contact-page .single-contact .content h6 {
    margin-bottom: 0;
}

.contact-page .single-contact .content h6 a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .35s;
}

.contact-page .single-contact .content h6 a:hover {
    color: #000;
}
.contact-form input, .contact-form select{
	height: 50px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    padding-left: 30px;
	border-radius: 7px;
}
::placeholder{color:#000;}
.contact-form textarea{
	border: 1px solid #e9e9e9;
    margin-top: 20px !important;
    padding-left: 30px;
    padding-top: 10px;
	color: #797979;
	border-radius: 7px;
}
.contact-form button{
	width: 150px;
	height: 50px;
	margin: 20px 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#c50409;
    border-color: #c50409;

}
.contact-form button:hover{
	background-color: transparent;
	border-color: #c50409;
	color: #c50409;
}
.contact-form input.form-control{
	display: inline-block;
}
.contact-form input.form-control {
    display: inline-block;
}
.contact-form{
        background: #fff6eb;
    padding: 40px;
}
.chatwithus p{margin:20px 0;text-align:center;}
.chatwithus p a{
        color: #000;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.breadcrumb-section .banner-content h1 {
    color: #fff;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
    word-break: break-all
}
@media(max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size:32px
    }
}

@media(max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size:32px
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 26px
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color:#fff;
}

.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../img/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    content: ""
}
.breadcrumb-section .banner-content .breadcrumb-list li.active{color:#c50409;}
.fourfeat_box{    padding: 20px;
    border-radius: 20px;
    margin-bottom:30px;
}
.fourfeat_clr1{
        background: #fff6eb;
}
.fourfeat_clr2{
        background: #f0f8ff;
        margin-top:30px;
}
.fourfeat_box p{margin-bottom:0;}
.fourfeat_img img{border-radius:20px;}
.taxi_packagebox{
    margin-bottom:20px;
    background: #fff6eb;
    padding: 20px;
    border-radius: 20px;
}
.taxi_packagebox img{
        width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}
.taxi_packagebox p{margin-bottom:0;}
.taxi_packagebox a{
        display: inline-block;
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 2px solid #c50409;
    color: #c50409;
}
#packagecarouselExampleIndicators .carousel-indicators button.thumbnail {
  width: 100px;
}
#packagecarouselExampleIndicators .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
#packagecarouselExampleIndicators .carousel-indicators {
    position: relative;
    height: 80px;
}
@media screen and (min-width: 992px) {
 #packagecarouselExampleIndicators.carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}
.itinerary_days{margin-bottom:30px;}
.itinerary_days .panel-heading{
        padding: 10px;
    background: #fff6eb;
    border: 1px solid #c50409;
    border-radius: 15px;
    margin-bottom:10px;
}
.itinerary_days .panel-heading h4{
        margin-bottom: 0;
    font-size: 20px;
}
.itinerary_days .panel-body{
        background: #f4f4f4;
    padding: 15px;
    border-radius: 15px;
}
.include_box{
    background: #fff6eb;
    padding: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.exclude_box{
    background:#f0f8ff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.include_box ul, .exclude_box ul{padding-left:15px;}
.include_box ul li::marker {
  color: #c50409;
}
.exclude_box  ul li::marker {
  color: #0088ff;
}
.alltaxi_pkgbtn{
    border: 1px solid #c50409;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    color: #c50409;
    font-weight: 500;
}
.txifleetbox .taxiservice_box{margin-bottom:20px;}
.fix_bottombar{
          background: #fff;
    border-top: 1px solid #a4a4a4;
    padding: 10px 0;
        position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.fix_bottomicons{     text-align: -webkit-center;
    display: flex;
    gap: 7px;
    align-items: center;}
.fix_bottomicons a span{
        color: #000;
    margin-top: 0;
    display: inline-block;
    font-size: 16px;
}
.fix_bottomicons a img{      width: 22px;
}
.fix_bottombar{display:none;}
.zind_999{
    position:relative;
    z-index:999;
}
.mt-20{ margin-top: 20px;}
.qty{   
        display: flex;
    align-items: center;
        gap: 5px;
}
.qty .count, .qty .count2 {
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    margin-top:0;
    text-align: center;
    width:100%;
}
.qty .plus, .qty .plus2 {
       background: #c50409 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    width: 50px;
    height: 50px;
    justify-content: center;
    /* text-align: center; */
    border-radius: 10px;
    font-size: 30px;
    font-weight: 300;
    }
.qty .minus, .qty .minus2 {
      background: #c50409 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    width: 50px;
    height: 50px;
    justify-content: center;
    /* text-align: center; */
    border-radius: 10px;
    font-size: 46px;
    font-weight: 300;
}
.fleetbox p{
        font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 5px;
}
  @media (max-width:767px){
      .fleetbox p{
        font-size: 12px;
}
      .contact_us .footer-social-icon{margin-bottom:20px;}
      .abt_img{margin-bottom:20px;}
      .alltaxi_pkgbtn {
    padding: 10px 15px;
    margin-bottom: 20px;
      }
      .fourfeat_img{margin-bottom:30px;}
      .fourfeat_clr2{margin-top:0;}
    .testimonials-card-two__meta {
        min-height: 80px;
        padding: 30px 0 0 90px;
        margin: 0px 0 17px -5px;
    }
    .testimonials-card-two {
        padding: 5px 30px 52px 30px;
    }
    .testimonials-card-two__meta__name {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .testimonials-card-two__meta__designation {
        font-size: 14px;
    }
    .testimonials-card-two__image {
        width: 80px;
        height: 80px;
    }
    .slick-prev{right: 10%;}
    .slick-next, .slick-prev {
        line-height: 23px;
        width: 25px;
        height: 25px;
    }
    a.taxipkg_btn {
        font-size: 11px;
    }
    .taxipkg_badge {
        font-size: 10px;
    }
    .slick-prev svg, .slick-next svg {
        font-size: 14px;}
    .main_title h4 {
        font-size: 18px;
    }
    .taxiserv_img img {
        height: 185px;
    }
    .taxt-servcontent h4, .taxi_pkgcontent h4 {
        font-size: 15px;
    }    
    #carouselExampleIndicators .carousel-item img {
       height: 250px;
    }
    
    #navbarSupportedContent{
        position: absolute;
        height: 500px;
        overflow: scroll;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
        box-shadow: 0 0 10px #d4d4d4;
    }
  }