
body {  font-family: "Urbanist", sans-serif;  }

/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/
/* =================animate css starts here================= */
.animated{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
@-webkit-keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}
@keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}
.fadeIn{-webkit-animation-name:fadeIn; animation-name: fadeIn;}
@-webkit-keyframes fadeInUp{from{opacity: 0;-webkit-transform: translate3d(0, 30px, 0);transform: translate3d(0, 30px, 0);} to{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
@keyframes fadeInUp{from{opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);} to{opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}}
.fadeInUp { -webkit-animation-name: fadeInUp;animation-name: fadeInUp; }
/* =================animate css ends here================= */
header {
    padding: 15px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}
 
h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #1e1e1e; }


.norml_hdng h1, h1 {
    font-size: 32px;
}
.h2, h2 {
    font-size: 1.8rem;
}
img { max-width: 100%; }

.site_headr {
    display: flex;
    padding-left: 25px;
    align-items: center;
    justify-content: space-between;
}
.site_hdng h1 span {
    color: #0B9138;
}
.logo_togglr {
    display: flex;
    align-items: center;
}

.logo_togglr a.btn.btn-primary {
    background: transparent;
    border: 0;
}
input.form-control:focus {
    background: transparent;
}
.sitebtn {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 190px;
    font-weight:500;
    background: #eee;
    text-decoration: none;
    border-radius: 4px;
}

.hdrmenu_wrap {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hdrmenu ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
}

.hdrmenu ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.72px;
    color: #000;
    position:relative;
}

.hdrmenu a.active:after {
    content: '';
    border-radius: 3px;
    position: absolute;
    height: 3px;
    width: 100% !important;
    left: 0;
    bottom: -4px;
    background: #ffcc00;
}

.hdrmenu ul li a:after {
    content: '';
    border-radius: 3px;
    position: absolute;
    height: 3px;
    width: 0;
    transition: all 0.5s;
    left: 0;
    bottom: -4px;
    background: #ffcc00;
}

.hdrmenu ul li a:hover::after {
    width: 100%;
}


.blkbtn {
    background: #000;
    color: #fff;
}

.bgyellow {
    background: #F0C500;
    color: #000;
}
.sitebtn img {
    width: 20px;
    margin-right: 10px;
}
.side_booking .select2-container span.select2-selection {
    height: 45px !important;
    border-radius: 0;
}
.mobileotp_filed input {
    padding-left: 10px !important;
}
.hdr_btns {
    padding-right: 40px;
    position: relative;
    z-index: 99;
}
.searchsoftware {
    width: 94%;
    margin: 0 auto;
    position: sticky;
    top: 125px;
    background: #fff;
    padding: 15px 10px;
    border-radius: 7px;
    box-shadow: 1.90px 1.90px 10px 1.9px rgba(0, 53, 129, 0.14);
}

.side_booking {
    height: 100%;
    padding:10px 0 30px;
}
.pr-0 { padding-right: 0; }
.pl-60 { padding-left: 60px; }
.pr-30 { padding-right: 30px; }

.searchsoftware > ul#myTab {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgba(0, 53, 129, 0.14);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    margin-top:-50px;
    padding: 10px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

.searchsoftware > ul#myTab li.nav-item button {
    width: 120px;
    border-radius: 10px;
    color: #000;
    text-align: center;
    display: inline-block;
}

.searchsoftware > ul#myTab li.nav-item button.active {
    background: #0B9138;
    color: #fff;
}

.footer_list1 p {
    color: #fff;
}
ul#innrtabs {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    border: 0;
    gap:10px;
}

ul#innrtabs li.nav-item button {
    display: inline-block;
    padding: 5px;
    color: #1e1e1e;
    font-weight: 500;
    border: 0px;
    border-radius: 13px;
}

ul#innrtabs li.nav-item button.active {
    color: #000411;
}

.form-floating input.form-control {
    height: 55px;
    line-height: normal;
    padding: 20px 0.75rem;
}

.form-floating>label {
        color: #1e1e1e;
    font-weight: 500;
    width: auto;
    padding: 12px 20px;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out;
}


.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
    display: inline-block;
    background: #fff;
    padding: 0;
    top: 9px;
        height: 25px;
    left: 25px;
}

.form-control:focus {
    border-color: #0E3E8D;
    outline: 0;
    box-shadow: none;
}
.form-floating img, .form-floating i {
    position: absolute;
    right: 25px;
    bottom: 18px;
}
.form-floating img {
  width: 18px;
}
.col-sm-12.formbtnrow {
    position: relative;
    text-align: center;
}

button.form_btn {
    background: #FDD909;
    width: 100%;
    color: #000;
    border: 0;
    padding: 12px 30px;
    position:relative;
    z-index:1;
    border-radius: 5px;
    font-weight: 600;
}

.p-0 { padding:0; }
/*.p-0:before {
    content: '';
    width: 100%;
    height: 78px;
    position: absolute;
    right: 0;
    top: -78px;
    z-index: 9;
    background: #f85730;
    display: inline-block;
}*/
.pos-relative { position: relative; }

.tbtn {
    background: #fff;
    border: 2px solid #0B9138;
    color: #0B9138;
    font-weight: 500;
}

.bgbtn {
    background: #0B9138;
    border: 2px solid #0B9138;
    color: #fff;
    font-weight: 500;
}

.pkg_box {
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-width: 0.534px;
    border-color: rgb(216, 215, 215);
    border-style: solid;
}

.pkg_box img {
    border-radius: 10px;
    margin-bottom: 15px;
    max-height:180px;
    min-height:180px;
}

.pkg_box p {
    font-size: 14px;
    font-weight: 500;
}

.pkg_box h6 {
    font-size: 15px;
}

p.disc {
    color: #0B9138;
    font-size: 16px;
}

.code_btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.code_btn p.code {
    text-transform: uppercase;
    border: 1px solid #c3bdbc;
    padding: 4px 9px;
    color: #0B9138;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 5px;
}
.code_btn p.code span {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}
a.knowmore {
    background: #0f3573;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 10px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

a.knowmore i { font-size:15px; }
a.knowmore:hover {
    background: #0b9138 !important;
}

.hdng_btn.d-flex {
    justify-content: space-between;
    margin-bottom: 18px;
    align-items: center;
}

a.viewall {
    color: #1e1e1e;
    border: 2px solid;
    padding: 7px 15px;
    border-radius: 10px;
    font-weight: 500;
}

.hdng_btn  h5 {
    margin: 0;
}

a { text-decoration: none; }

section.homeslider {
    padding-top: 10px;
}

.site_hdng h2 {
    font-size: 25px;
    color: #1e1e1e;
    font-weight: bold;
}

.site_hdng h2 span {
    color: #0B9138;
}
.sub_hdng {
    font-size: 22px;
    font-weight: 600;
}
.packg_slider button span {
    font-size: 26px;
}
.norml_hdng p.sub_hdng {
    font-size: 16px;
}
a.readmore {
    background: #1e1e1e;
    color: #fff;
    border: 0;
    padding: 12px 30px;
    display: inline-block;
    box-shadow: 4.95px 4.95px 8.1px 0.9px rgba(58, 58, 58, 0.18);
    border-radius: 10px;
    font-weight: 500;
}

.morebtn {
    margin-top: 30px;
}
.sec_padd {
    padding-top: 40px ;
    padding-bottom: 40px ;
}
.norml_hdng h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e1e1e;
}

.pl-0 { padding-left: 0; }

section.ocassion {
    background: #fff4b4;
    margin-top: 15px;
}
.tablehome {
    width: 95%;
}

table.table th,table.table td {
    vertical-align: middle;
}

.appsection {  
    height: 250px;background-image: url('../images/app_banner.png');
 background-repeat: no-repeat; background-size: cover;
 }

.approw h2 {
    color: #fff;
    font-weight: 600;
}

.approw p {
    color: #fff;
}

.approw .rightimg img {
    height: 240px;
    position: relative;
    object-fit: contain;
    margin-top: -30px;
}

.approw {
    justify-content: space-around;
    align-items: center;
}

.review_box {
    border-width: 0.711px;
    border-color: rgb(220, 231, 237);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(252, 252, 252);
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgba(0, 53, 129, 0.14);
    padding: 25px 15px;
    margin-top: 10px;
}

p.comment {
    font-size: 15px;
    font-style: italic;
}

.googlimg img {
    width: 100px !important;
    margin: 0 0 0 auto;
}

.googlimg {
    text-align: right;
    display: block;
    width: 100%;
}

.faqs{
        background:#fff4b4;
}

.popl_column {
    width: 20%;
}

ul {
    padding: 0;
    list-style: none;
}
ul.rentalcities li a {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
}
.poplr_routes {
    padding: 40px 0 0 0;
}

.popl_column li {
    font-size: 14px;
    font-weight: 500;
}

section.popular_routes {
    background:#0e0c0c;
}

.popl_column li a {
    color: #fff;
}

.popular_routes  h2 {
    color: #fff;
    font-size: 40px;
}

.footer_list1 h6.heading { color:#1e1e1e;font-size:17px;font-weight:600;margin-bottom:15px; }

.footer_list1 a {
    color:#1e1e1e;
    font-weight:500;
}

.cabsfrom ul.rentalcities li a {
    color:#3F7DE3;
    font-size:16px;
}

ul.rentalcities li {
    padding: 3px 0;
}

.footer_list1 li {
    padding-bottom: 6px;
}

li.social {
    display: inline-block;
}

li.social a {
    padding-right: 8px;
    font-size: 25px;
}
section.copyright {
    background: #000;
    text-align: center;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
    color: #fff;
}
.copyright p a {
    color: #fff;
}

#offcanvasExample .offcanvas-body {
    padding-left: 25px;
    padding-top: 0;
}

.offcanvas {
    width: 300px !important;
}

.offcanvas-body .site_menu li {
    padding: 10px 5px;
}

.offcanvas-body .site_menu li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.offcanvas-body .site_menu li a {
    color: #101745;
    font-weight: 500;
    display: flex;
    font-size: 18px;
    align-items: center;
}

.site_menu {
    padding-top: 25px;
}
.cablist_box {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    border-width: 1px;
    border-color: rgb(220, 231, 237);
    border-style: solid;
    margin-bottom: 20px;
    align-items: center;
    background: #FFF;
    border-radius: 6px;
    border: 2px solid #FC0;
}

.cb_img {
    flex: 0 0 15%;
}

.cb_details {
    flex: 0 0 55%;
}

.rating ul {
    display: flex;
}
.facility {
    display: flex;
    align-items: center;
}

span.fac_btn {
    padding: 0px 15px 0 0;
    display: flex;
    align-items: center;
    color: #000411;
    font-size: 13.381px;
    font-weight: 500;
    line-height: 29.152px; /* 217.857% */
}


.facility p {
    margin: 0;
    font-size: 14px;
}

.rating li i {
    color: #FF6006;
    padding: 0 2px;
}
span.cutprice {
    color: #000411;
    font-size: 15.108px;
    font-weight: 500;
    line-height: 20.02px; /* 132.511% */
    text-decoration: line-through;
    opacity: 0.5;
}

span.discnt {
    color: #FF6006;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.cab_pricebox {text-align: left;}

.viewall {
    display: block;
    margin-top: 18px;
}
.viewall  a.viewbtn {
    border-radius: 4px;
    border: 2px solid #FC0;
    background: #FC0;
    font-size: 18px;
    font-weight: 500;
    color:#000411;
    line-height: 24px; 
    min-width: 165px;
}

.viewall a.viewbtn {
    text-align: center;
    width: 100%;
}
a.viewbtn {
    display: inline-block;
    color: #fff;
    background: #1e1e1e;
    padding: 7px 20px;
    border-radius: 7px;
}
.cab_pricebox h2 {
    color: #000411;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    line-height: 30.5px;
}

span.faresmry {
    color: #000411;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.5px;
    margin: 10px 0;
    display:inline-block;
    cursor:pointer;
}

span.faresmry i {
    color: #000;
    background: #ffcc00;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    margin-right: 4px;
    line-height: 16px;
    font-size: 10px;
}


.cab_pricebox h5 {
    font-size: 16px;
}
.farebox {
    width: 85%;
    margin: 0 auto;
    position: sticky;
    top: 150px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 33px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
}

h5.payable {
    font-size: 20px;
    color: #fe582e;
    font-weight: bold;
}

.fare-pricecnt span#subtotal {
    margin: 0;
    font-size: 18px;
    color: #000411;
    font-weight: 700;
    line-height: 40.442px;
    letter-spacing: 1.989px;
}
.fare-pricecnt h5 {
    margin:0;
    font-size:18px;
    color:#000;
    font-weight:600;
    line-height:40.442px;
    letter-spacing:1.989px;
}

.cpnprice h5 { color:#15943B; }

.tripbox {
    margin-bottom: 20px;
}
.tripbody {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.abtcab p {
    margin: 0;
}

.abtcab {
    padding-left: 12px;
}

.fare-pricecnt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.discnttxt h5 {
    color: #fe582e;
    font-size: 16px;
}

.coupn_apply {
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}

.coupn_apply input {
    flex: 0 0 70%;
    border: 0;
    background: #F6F7F9;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
}

.coupn_apply span#btnapply {flex:  0 0 30%;
background: #160C28;
color: #fff;
    height: 44px;line-height: 44px;text-align: center;font-size: 14px;
}
.side_booking .norml_hdng h2 {
    color: #fff;
}

.side_booking .norml_hdng {
    width: 85%;

    margin-bottom: 40px !important;
    margin: 0 auto;
}
.side_booking.sidefare {
    padding-top: 40px;
}
.side_booking .norml_hdng p.sub_hdng {
    color: #fff;
}
input#myCheck {
    padding-left: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 8px;
}
.passenger-info {
    margin-top: 40px;
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.25);
}


.extra-fieldss {
    display: inline-block;
    text-align: right;
}

.extra-fields-city {
    display: inline-flex;
    border: 1px solid #160c28;
    max-width: 200px;
    color: #160c28 !important;
    padding: 3px;
    margin-bottom: 15px;
}

div#mainvias {
    position: relative;
    margin-bottom: 15px;
}

a.remove-field.btn-remove-customer {
    position: absolute;
    right: 5px;
    top: 8px;
}

.contct_row.d-flex {
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    justify-content: space-between;
    padding: 25px 0px 0 0;
}

.contct-itm {
    padding: 10px 20px;
    text-align: center;
    flex: 0 0 33%;
}

.c_icon i {
    background: #f0c500;
    color: #3c3c3c;
    padding: 10px;
    border-radius: 5px;
    width: 35px;
    margin-bottom: 12px;
}
.maps iframe {
    width: 100%;
    height: 400px;
}
.maps  iframe {
    width: 100%;
    height: 400px;
}

h2.formhdng {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.popularplc_slider .pkg_box p {
    font-size: 14px;
    font-weight: normal;
}
button.owl-dot.active span {
    width: 30px !important;
    background: #1f2651 !important;
}

button.owl-dot span {
    width: 15px !important;
}
button.accordion-button.faq_qstn {
    color: #000;
    background: transparent;
    font-weight: 600;
}
.drvr-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.drvr-img {
    position: sticky;
    top: 100px;
}
.driverform .col-sm-12.formbtnrow {
    top: 0;
}
.ftrbox {
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.ftrbox h4 {
    font-size: 20px;
    color: #1e1e1e;
    min-height: 45px;
}

.ftrbox p {
    font-size: 14px;
}

a.viewall:hover {
    background: #0B9138;
    color: #fff;
    transition: all 0.5s;
    border-color: #0B9138;
}


ul#innrtabs li.nav-item button.active:hover, .searchsoftware > ul#myTab li.nav-item button:hover {
      background: transparent;
      color: #000;
}

a.readmore:hover,.viewbtn:hover,a.knowmore:hover {
    background: #0b306d;
    transition: all 0.5s;
}

.form_btn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    border-radius:4px;
    left: 100%;
    z-index: -1;
    background: #1b1b1b;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form_btn:hover::after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.form_btn:hover { color:#fff; }

button.form_btn i {
    position: relative;
    left: 5px;
    top: 1px;
    transition: all 0.5s;
}

button.form_btn:hover i {
    left: 10px;
}

a.sitebtn.bgbtn:hover, a.sitebtn.tbtn:hover {
    background: #1e1e1e;
    color: #fff;
    border-color: #1e1e1e;
    transition: all 0.5s;
}
 #exampleModal button.btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
}

#exampleModal .modal-header {
    padding: 0;
}
 #exampleModal button.btn-close {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999999;
}

#exampleModal .modal-header {
    padding: 0;
}

.cpnbox {
    display:flex;
    justify-content:space-between;
    padding:15px;
    box-shadow:2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    margin-bottom:15px;
    border-radius:12px;
}

.d_btn h4 {
    font-size: 27px;
    margin: 0;
}

.ccode {
    flex: 0 0 35%;
}

.ccode h5 {
    font-size: 15px;
    border: 1px dashed #0B9138;
    text-align: center;
    padding: 10px 5px;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ccode p {
    color: #1e1e1e;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.d_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

button.aplybtn {
    background: #1e1e1e;
    color: #fff;
    border: 0;
    padding: 5px 25px;
    border-radius: 8px;
}
    .pkg_listing .pkg_box { margin-bottom: 25px; }




/*fahim*/
.new_accordion .accordion-item { border: none; box-shadow: 0 0 10px rgba(0, 0, 0, .16); }
.new_accordion .accordion-item + .accordion-item { margin-top: 16px; }
.new_accordion .accordion-item { background-color: transparent !important; border-bottom: 0; padding: 0; border-radius: 0 !important; position: relative; }
.new_accordion .accordion-item h2 .accordion-button {transition: all .2s ease-in;border-radius: 0 !important;color: #1e1e1e;font-size: 20px;font-weight: 600;text-decoration: none;width: 100%;text-align: left;box-shadow: none !important;padding: 16px 22px;position: relative;padding-right: 60px;background-color: transparent;}
.new_accordion .accordion-item h2 .accordion-button::after {content: '\f107';position: absolute;width: 30px;height: 30px;line-height: 30px;font-family: 'FontAwesome';right: 14px;top: 14px;color: #1e1e1e;font-size: 24px;text-align: center;transition: all .3s ease-in;border-radius: 50%;background-color: transparent;background-image: none;}
.new_accordion .accordion-item h2 .accordion-button[aria-expanded="true"]::after { color: #fff; }
.new_accordion .accordion-item h2 .accordion-button[aria-expanded="true"] {background-color: #1e1e1e;color: #fff;}

.success-modal { padding: 60px; }
.success-icon { width: 160px; margin: 0 auto 30px; }
.success-modal h3 { font-size: 27px; font-weight: 700; margin-bottom: 5px; line-height: 30px; }
.success-modal h5 { font-size: 18px; margin-bottom: 16px; }
#successModal .modal-content { border-radius: 40px; }
.success-booking-id { background-color: #f1f1f1; padding: 10px 30px; max-width: 300px; margin: 0 auto 14px; border-radius: 7px; border: 1px dashed #ff8400; color: #1e1e1e; font-weight: 700; }
.success-modal p { font-size: 16px; font-weight: 500; margin-bottom: 0; }

.succswrpr {
    background: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 2.121px 2.121px 17.1px 1.9px rgb(0 53 129 / 14%);
    margin: 40px 0;
}

select.form-control.form-select {
    height: 55px;
    color: #1e1e1e;
}

 .form-floating select.form-select {
        padding-top: 10px;
        font-weight: 500;
        height: 55px;
    }




.homebnr_slider img {
    width: 100%;
}

.taxibox {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #FC0;
    border-right: 1px solid #FC0;
    border-left: 1px solid #FC0;
    background: #FFF;
}

.taxibox .rating ul {
    justify-content: center;
}


section.footer.sec_padd {
    background: #0e0c0c;
}

.footer_list1 a {
    color: #fff;
    font-size: 14px;
}

.footer_list1 h6.heading {
    color: #fff;
}
.fullimg img {
    width: 100%;
}

.popl_column h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.fieldwrap  input.form-control {
    height: 55px;
    line-height: normal;
    padding: 20px 2rem;
}

.fieldwrap {
    position: relative;
}

.fieldwrap  img {
    position: absolute;
    left: 19px;
    top: 44px;
}

.extra-fieldss {
    position: absolute;
    right: 25px;
    top: 30px;
}

.fieldwrap .input-group img {
    left: 60px;
    top: 18px;
    width: 18px;
}
.fieldwrap  label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: normal;
}

.hdngwrpr_grn {
    border-radius:0px;
    background: #fdd909;
    padding: 15px;
    margin-bottom:0px;
}

.hdngwrpr_grn h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.56px;
}

.hdngwrpr_grn h4 i {
  font-size: 14px;
}
.facility {
    flex-wrap: wrap;
    justify-content: flex-start;
}

span.fac_btn img {
    margin-right: 5px;
}
.exclsn p {
    margin: 0;
}

.fare-area h4 {
    font-size: 15px;
    color: #191515;
    font-weight: 600;
    position: relative;
}

.fare-area h5 {
    font-size: 13px;
    color: #191515;
    font-weight: 500
}

.fare-area h5 span {
    color: #191515;
    float: right
}
.fare-area ul {
    padding: 0;
    padding-left: 25px
}

.fare-area ul li {
    font-size: 13px;
    font-weight: 500;
    color: #151212
}
#faresummary .modal-header {
    background:#fc0;
}

.modal-header h4 {
    color:#000411;
    margin:0;
}

.fare-area ul { list-style:disc; }
.fare-area h4 img {
    position:absolute;
    left:-28px;
    top:-5px;
}

.fare-area {
    padding:0 20px;
}

.booknghdr h3 {
    color:#0E3E8D;
    font-size:35px;
    font-weight:600;
    line-height:32.929px;
    letter-spacing:3.675px;
}
.booknghdr p {
    color:#1E1E1E;
    font-size:19px;
    font-weight:500;
    line-height:32.929px;
    letter-spacing:2.041px;
    margin:0;
}
.booknghdr {
    margin-top:10px;
}
.dtlbx_pinfo {
    position: absolute;
    bottom:15px;
    margin:0;
}

.cablist_box.cabdtlsbox {
    padding: 0;
}

.cabdtlsbox .cb_img {
    flex: 0 0 25%;
}

.cabdtlsbox .cbimginfo_wrp {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
}

.cabdtlsbox .cab_pricebox {
    flex:0 0 20%;
    justify-content: center;
    align-items: center;
    display:flex;
    flex-direction: column;
    border-radius: 0px 10px 10px 0px;
    background:#0E3E8D;
    height:215px;
}

.cabdtlsbox .cb_details {
    flex:0 0 80%;
    padding-left: 10px;
}

.cabdtlsbox .cab_pricebox span {
    color:#fff;
}

.cabdtlsbox .cab_pricebox h2 {
    color:#fff;
}
.cabdtlsbox .cb_details p {
    color: #000411;
    font-size: 16px;
    font-weight: 600;
    line-height: 30.5px; /* 190.625% */
    margin: 0;
    letter-spacing:1.68px;
}

.side_booking.sidefare {
    background: transparent;
}

.formbtn {
    text-align: center;
}
.tcgrn p {
    margin: 0;
    color: #323C42;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.5px; /* 159.375% */
}
.cbdtl_tabs .nav-link.active {
    border-bottom: 2px solid #0b9138;
}

.cbdtl_tabs .nav-link {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px; /* 109.091% */
    letter-spacing: 1.43px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.cbdtl_tabs li.nav-item {
   border: 0;
}
.sitebtn.bgblue {
   background: #0F3573;
   color: #fff;
   border:2px solid #0F3573;
}

.sitebtn.btbtn {
    color: #0e3e8d;
    border-color: #0e3e8d;
}
.passenger-info h4 {
    color:#000;
    font-size:18px;
    font-weight:600;
    line-height:34.16px; /* 189.778% */
    letter-spacing:0.63px;
    border-bottom:1px solid #0E3E8D;
    margin-bottom:10px;
    padding-bottom:8px
}

.infoform h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 34.16px; /* 155.273% */
    letter-spacing: 0.55px;
}

.infoform label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: normal;
}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da
}

.sidefare .tripbox h5 {
    margin-bottom: 15px;
    color: #000411;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.5px;
    letter-spacing: 2.31px;
}

span.wltbalnc {
    color: #0E3E8D;
    font-size: 19.011px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.971px; /* 131.349% */
}

label.wltlabel {
    font-size: 19.011px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.971px;
}

.paymenttype label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
}
.formbtn button.form_btn {
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(5, 150, 53, 0.21);
    width:100%;
    margin-top:8px;
}

.cbdtl_tabs .tab-content {
    background: #F1F7FF;
    padding: 10px 18px;
}

.faretb_content {
    max-width: 400px;
}
.faretb_content h5 {
    color: #000411;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.5px; /* 190.625% */
    letter-spacing: 1.68px;
}


.tabcontnt h4 {
    color:#000;
    font-size:21px;
}
.routes_tabs .nav-link {
    color: #0F3573;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #0F3573;
    line-height: normal;
    padding: 14px 10px;
    opacity: 0.5;
}

.routes_tabs .nav-link.active {
    color:#0B9138;
    opacity:1;
    border-color:#0B9138;
}

.routes_tabs {
    padding:15px 0px;
}
.content_img img {
    width:100%;
}
.spt_tabs li .sptab_btn {
    display: flex;
    width: 180px;
    height: 53px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #CACACA;
    background: #FFF;
    transition:all 0.5s;
}

a.sptab_btn.active, .spt_tabs li .sptab_btn:hover {
    border-radius: 5px;
    border: 1px solid #0B9138;
    background: #E5FFE1;
    color: #0B9138;
}
.spt_tabs {
    gap: 10px;
}

.spt_tabs li a {
    color: #939393;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
    font-weight: 600;
}
.tour_box {
    border-radius: 9px;
    background: #FFF;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
}

.tour_box img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.tourtxt {
    padding: 10px;
}

.tourtxt h6, .tourtxt h6 a {
    color: #0E3E8D;
    font-size: 17px;
    font-style: normal;
    height: 75px;
    display: inline-block;
    line-height: normal;
    letter-spacing: 0.28px;
}

.ratng_btns  i {
    font-size: 12px;
}

.ratng_btns {
    gap: 10px;
}

.ratng_btns ul {
    margin: 0;
}

.tourtxt p {
    margin-bottom: 6px;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.22px;
}

span.btnylw {
    border-radius:5px;
    background: #FEE57A;
    color:#000;
    font-size:10px;
    font-weight:500;
    line-height:normal;
    letter-spacing:0.16px;
    padding:5px 5px;
}

span.btnlblue {
    border-radius:5px;
    background:#C8DDFF;
    color: #0E3E8D;
    font-size: 10px;
    padding: 5px;
    font-weight:500;
    line-height:normal;
    letter-spacing: 0.16px;
}

a.pkgbtn {
    border-radius: 6px;
    background:#0F3573;
    color: #fff;
    padding: 8px 14px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    transition:all 0.5s;
}
a.pkgbtn:hover {
    background: #0b9138;
}
.trbtn {
    margin-top: 15px;
}
.ftrbx {
    display: flex;
}

.ftrtxt {
    padding-left: 20px;
}

.ftrimg {
    width: 72px;
    height: 72px;
    flex: 0 0 15%;
    background:#fff4b4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.destnbox {
    display: flex;
    align-items: center;
    border-radius: 13px;
    background: #C8DDFF;
    margin-bottom: 15px;
    padding: 6px;
}

.dstxt {
    padding-left: 10px;
}

.dstxt span {
    font-size: 10px;
}

.dstxt h6 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    margin-bottom: 2px;
}

.dstxt p {
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
.imgss {
    display: flex;
}

.img_review_box {
    display: flex;
    align-items: center;
}

.rvw_imgs {
    flex: 0 0 35%;
}

.imgss img {
    padding: 10px;
}

.img_review_box p.name {
    color:#4D5358;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.img_review_box p.comment {
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.523%; /* 19.533px */
    letter-spacing: -0.14px;
}
.bgdblue {
    background: #0E3E8D;
    padding: 50px 0 35px 0;
}

.prfttext span {
    color: #FEE57A;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.prfttext h2 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.optnitem p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.optns {
    gap:25px;
    margin-top:20px;
}

.optnitem {
    text-align:center;
}

.optnitem img {
    height:50px;
    margin-bottom:6px;
}
.bgdblue .col-sm-3 img {
    width:100%;
}

.bgmapimg:after {
  content: '';
  background-image: url('../images/phi.png');
  height: 180px;
  width: 200px;
  position: absolute;
  background-repeat: no-repeat;
  right: 10px;
  bottom: -40px;
}
.pop_tripbx h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pop_tripbx p {
    color: #8D8D8D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
}

.pop_tripbx a {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.pop_tripbx:hover {
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
}

.pop_tripbx {
    transition: all 0.5s;
    border-radius: 15px;
    margin-bottom: 15px;
}
.brdcrumb ul {
    margin: 0;
    display: flex;
}

.brdcrumb ul a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

li.current {
    color: #0B9138;
    font-size: 16px;
    padding-left: 6px;
    font-weight: 500;
    line-height: normal;
}

.pimg {
    flex: 0 0 30%;
}

.pimg img {
    width: 100%;
    border-radius: 10px;
}
.packgbox .pimg img {
    height: 100%;
    max-height: 180px;
    object-fit: cover;
}
.pkgtxt_btns {
    flex: 0 0 70%;
    padding-left: 15px;
}

.packgbox .pkgtxt_btns { display:flex;flex-direction:column; justify-content:space-between;  }



.pkgtxt_price .pkgtxt {
    flex: 0 0 75%;
}

.tourprc {
    flex: 0 0 25%;
    text-align: right;
}

.tourtxt h4 {
    color: #0F3573;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}
.tourprc h3 {
    color: #0B9138;
    font-size: 27.928px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.tourprc p {
    margin: 0;
    color: #000;
    font-style: normal;
    font-weight: 500;
}

.tourprc span {
    color: #000;
    font-size: 12.171px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: -4px;
}

p.cutprice {
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
    line-height: normal;
}

.pkgbtns {
    justify-content: space-between;
}
.packgbox {
    border-radius:11px;
    border:2px solid #0F3573;
    padding: 10px;
    margin-bottom: 20px;
}


.pkgtxt > span {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.pkgtxt h4, .pkgtxt h4 a {
    color: #0F3573;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
}

.pkgtxt p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 161.523%; /* 19.383px */
    margin-top: 6px;
}
.loct_jorny span {
    padding: 0 5px;
    font-weight: 500;
    font-size: 15px;
}

.loct_jorny i {
    color: #0f3573;
}
.btnswrp a.sitebtn.tbtn {
    color: #0f3573;
    border-color: #0f3573;
}

.btnswrp a.sitebtn.tbtn:hover {
    background: #0f3573;
    color: #fff;
}
.p0 { padding:0px !important; }

.p23 { padding:20px 30px !important; }

.pkgbookhdr {
    border-radius: 27px 27px 0px 0px;
    background: #C8DDFF;
    padding: 20px 30px;
    position: relative;
}

.pkgbookhdr h3 {
    font-size: 29.133px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pkgbookhdr h3 span {
    font-size: 14.566px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pkgbookhdr p {
    color: #0E3E8D;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

h6.cutprice {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}

span.off {
    border-radius: 5px;
    background: #0E3E8D;
    color: #fff;
    position: absolute;
    right: 18px;
    padding: 4px 5px;
    top: 20px;
    font-size: 14px;
}

.grad_grn {
    background: linear-gradient(179deg, #0B9138 0.76%, #0B441E 68.91%);
}
.tourbrf {
    margin-bottom: 16px;
    gap: 5px;
}

.tourbrf span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.tourbrf span i {
    color:#0B9138;
    margin-right: 2px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.pk_img img {
    width: 100%;
}

.pkgbrdprice {
    border-radius: 6px;
    border: 1px solid #0B9138;
    margin-top: 20px;
    margin-bottom:20px;
}

.pkright {
    border-radius: 6px 6px 6px 6px;
    background: #0B7C31;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 75px;
}

.pkleft {
    padding:10px;
}

.pkright h3 {
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.pkright h3 span {
    font-size: 14px;
    font-weight: normal;
}

.pkright h6.cutprice {
    color: #fff;
}

.pkleft h4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.pkleft span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tour-info-head { background-color: #0f3573; padding: 10px 20px; }
.tour-info-head h5 { color: #fff; margin-bottom: 0; font-size: 18px; font-weight: 600; }
.tour-info-body ul, .tour-info-body table { margin-bottom: 0; }
.tour-info-item { background-color: #F0FFFE; }
.tour-info-body { border: 1px solid #ccc; border-top: 0; border-bottom: 0; padding: 14px; }
.tour-info-body h3 {font-size: 22px;  margin-bottom: 10;}
.tour-info-item:first-child .tour-info-head { border-radius: 8px 8px 0 0; }
.tour-info-item:last-child .tour-info-body { border-bottom: 1px solid #ccc; border-radius: 0 0 8px 8px; }


.heading-2 h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.tour-info-body li {
    font-size: 14.862px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 20.793px */
}

.tour-info-body ul {
    list-style: disc;
    padding-left: 20px;
}

button.itnryday span {
    position: absolute;
    top: 6px;
    left: -8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.itnryday {
    font-size:22px;
    font-style:normal;
    background:transparent;
    font-weight:500;
    padding-bottom:0px;
    line-height:normal;
    position:relative;
    padding-top:28px;
}
.itenary_accrd .accordion-item {
    padding-bottom: 12px;
    border: 0;
    position: relative;
}
.itenary_accrd .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
.itenary_accrd .accordion-button:focus { box-shadow:none; }

.itenary_accrd .accordion-item:after {
    content:'';
    position:absolute;
    left:3px;
    top:34px;
    width:2px;
    height:100%;
    border:1.5px dashed #0C0C0C;
}
.itenary_accrd .accordion-item:last-child::after {
   display:none;
}

.code_btn h2 {
        color:#0B9138;
        font-size:24px;
        font-style:normal;
        font-weight:500;
}

.taxibox h3 {
    color: #000411;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.5px;
    letter-spacing: 1.89px;
}

.form-floating i {
    font-size:20px;
    color:#0b9138;
}

.content.abtcontent, .content.intro-text {
  position:relative
}

.content.abtcontent:after {
    content: "";
    position: absolute;
    height: 22px;
    width: calc(100% + 6px);
    background: linear-gradient(0deg, white 20%, transparent);
    bottom: 77px;
    left: -3px;
}

.content.intro-text:after {
    content: "";
    position: absolute;
    height: 22px;
    width: calc(100% + 6px);
    background: linear-gradient(0deg, white 20%, transparent);
    bottom: 14px;
    left: -3px;
}

.intro-text.show-more:after { display:none; }

.readmore.tbtn {
    background: transparent !important;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid var(--lakshya-blue, #0F3573);
    opacity: 0.7;
    color: #0F3573;
}

div#introTextWrap {
    height: 110px;
    overflow: hidden;
}
div#introTextWrap.show-more {
    height: auto;
    overflow: hidden;
}

.hdr_btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

a.cstmlogin {
    border: 2px solid #ffcc00;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}
.destnbox img {
    max-width: 90px;
    height: 80px;
    object-fit: cover;
}



/* profile css */

.sbmtbtnprf {
    border-radius: 10px;
    background: #174EB6;
    width: 150px;
    height: 42px;
}
.profile_form input.upldpic {
  opacity: 0;
  position: relative;
  top: 35px;
  cursor: pointer;
}

.profile_form .uplodpic label {
  background: #3268cf;
  padding: 10px 18px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
}

.profile_form .imgprw {
  width: 135px;
  height: 135px;
  background: #eee;
  margin: 0;
  border-radius: 50%;
   display: flex;
    justify-content: center;
    align-items: center;
}
.profile_form .imgprw img {
  width: 25px;
  height: 25px;
}

.profile_form input.form-control {
  border-radius: 6px !important;
  border: 1px solid #707FDD;
  background: #F9FBFF !important;
  height: 44px;
}

.profile_form textarea {
  border-radius: 6px;
  border: 1px solid #707FDD;
  background: #F9FBFF !important;
}

.profile_form .position-relative img {
  position: absolute;
  left: 7px;
  bottom: 13px;
}
.profile_form button.sitebtn {
  border-radius: 10px;
  background: #174EB6;
  width: 150px;
  height: 42px;
}

.profile_form .select2 {
  border-radius: 6px !important;
  border: 1px solid #707FDD;
  background: #F9FBFF !important;
  height: 44px;
}



.profile_form .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    height: 44px !important;
}


.logtop_modal  .modal-header {
    border: 0;
    padding: 0;
}

.logtop_modal .modal-header .btn-close {
    position: absolute;
    right: 12px;
    top: -6px;
    background-color: #fff;
    z-index: 9999;
    opacity: 1;
    border-radius: 50%;
}

.logtop_modal  .modal-body {
    padding: 0;
}

.txtimg_mdl {
    display: flex;
    justify-content: space-between;
}

.mdltxt {
    flex: 0  0 65%;
    padding: 25px;
    border-radius: 13px;
    background: #fffbdf;
}

.mdlimg {
    flex: 0 0 35%;
}

.mdlimg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.logtop_modal .modal-content {
    border-radius: 15px;
    max-width: 650px;
}
.mdltxt h4 {
    color: #0E3E8D;
    font-size: 22.96px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: 0.459px;
}

.mdltxt img {
    margin-bottom: 20px;
}

.mdltxt label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
}


.mdltxt h4 {
    color: #000411;
    font-size: 22.96px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 0.459px;
}

.mdltxt img {
    margin-bottom: 20px;
}

.mdltxt label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
}

.mdltxt .form-control {
    border: 1px solid var(--lakshya-Blue, #0F3573);
    background: #EDFFF3;
    height: 44px;
    border-left: 0;
    font-size: 16px;
    padding-left: 0;
}

.mdltxt .input-group-text {
    color: #059635;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    border-right:0;
    background: #EDFFF3;
    border: 1px solid #ffcc00;
}

.mdltxt .input-group {
    width: 75%;
}

button.cstm_mdbtns {
    border-radius: 5px;
    background: #ffcc00;
    color: #000411;
    border: 0;
    padding: 10px;
    width: 165px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.28px;
}
 
 
 input.otp {
    display: inline-block;
    width: 45px;
    background: #EDFFF3;
    height: 49px;
    text-align: center;
    margin: 0 2px;
    border-radius: 6px;
    border: 1px solid #0E3E8D;
}
.numbrotpfield {
  position:relative;
}
a.formresend {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
}

a.formresend span {
    color: #059635;
}
.otp_screen { display:none; } 
 
 
.phnnumber_screen .form-control {
    border-left: 1px solid !important;
    padding: 0 5px;
}


ul#innrtabs li.nav-item button {
    padding-left: 33px;
    position: relative;
    border-radius: 25px;
    color: #000411;
    font-size: 20px;
    font-weight: 600;
}



ul#innrtabs li.nav-item button:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    outline: 2px solid #ccc;
}

ul#innrtabs li.nav-item button.active:before {
    background: #000411;
    border: 2px solid #fff;
    outline: 2px solid #000411;
}

.pkg_box img,.tour_box img, .taxibox img, .pop_tripbx img {
    transition: all 0.5s;
}

.tour_box:hover img, .pkg_box:hover img, .taxibox:hover img, .pop_tripbx:hover img {
    transform: scale(1.05);
}

.pkg_box,.tour_box, .taxibox, .pop_tripbx {
    overflow: hidden;
}

td img {
    max-width: 150px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    height:60px;
    left: 0;
    opacity: 0;
    z-index: 1030;
}
.fixed-bottom.shwbtm {

    opacity: 1;
    padding-bottom: 0 !important;
}


.concert_now {
    font-size: 15px;
    width:45px;
    height:45px;
    border-radius: 50%;
    background-image: linear-gradient(99.6deg,#003580 9.9%,#0a3a7f 31.9%,#02337c 54.7%,#244372 78.4%);
    position: relative;
    display: inline-block;
}
.fixed-bottom .text-center {
    position: relative;
}

.concert_now i,.chatbx i  {
    font-size: 21px!important;
    color: #fff!important;
    position: relative;
    top: 12px;
}

.color-whats {
    font-size: 51px!important;
    color: #45c655!important;
    margin-top: 5px;
    position: relative;
    top: -10px;
}



.readmoremain {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.readmore {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    background: green;
    border-radius: 10px;
    color: white;
    border: none;
}

.ui-datepicker-header.ui-widget-header {
    background: #0e3e8c;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background-color: white;
    border-radius: 50%;
}

#ui-datepicker-div {
    background: #e4ffed;
        padding:0;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #aacbff;
    text-align:center;
}


#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div  .ui-widget-content .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #0f3573 !important;
    color: #fff;
}

.ui-timepicker-container {
    max-width: 300px;
    text-align: left;
}

.ui-timepicker-viewport {
    width: 300px !important;
    padding: 0 !important;
}

.ui-timepicker-container li.ui-menu-item {
    width: 300px !important;
    font-size: 14px;
    text-align: left;
    border-bottom:1px solid #ccc;
}

.taxibox img {
    border-radius: 10px;
    margin-bottom: 15px;
    max-height: 180px;
}

.content td, .about_sec td {
    border: 1px solid;
    padding: 10px;
}

.content td  p, .about_sec td p {
    margin: 0;
}

.content ul, .about_sec ul {
    list-style: disc;
    padding-left: 20px;
}

.content ul p, .about_sec ul  {
    margin-bottom: 7px;
}

.form-select {
    height: 55px;
}

.form-select:focus {
    box-shadow: none;
}

.content .pk_img {
    margin-bottom: 10px;
}



#SeoModal .sitebtn {
    max-width: 240px !important;
    margin: 0 auto;
}
 
#SeoModal button.btn-close {
    top: 10px !important;
    background-color: #fff !important;
    box-shadow: none;
    right: 12px !important;
}

a#resendBtn {
    background: transparent;
    border: 0;
    color: #000 !important;
    padding:  0;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    position: relative;
    left: 5px;
}
span#countdown {
    position: relative;
    top: 2px;
    left: 6px;
    font-size: 14px;
}


.nodatatext {
    text-align: center;
}

.nodatatext h2 {
    color: #84A0B1;
    font-size: 50.767px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nodatatext h6 {
    color: #84A0B1;
    font-size: 22.073px;
    font-weight: 500;
    line-height: normal;
}

.nodatatext h5 {
    color: #84A0B1;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 15px 0 25px 0px;
}

.nodatatext a {
    margin-bottom: 20px !important;
}
span.phnn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: #fff;
    border-radius: 50%;
    color: #0f3573;
    position: relative;
    top: -1px;
}

.nodatatext .sitebtn {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    width: auto;
}

span.wtsp {
    position: relative;
    top: -1px;
    right: -1px;
    width: 20px;
    display: inline-block;
}


.rating ul {
    list-style: none;
    padding: 0;
}

.new_norml_hdng a {
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.popular_routes .readmore {
    background: #ffffff;
    color: #000;
    font-weight: bold;
}


.tablehome th {
    background: #feda0a;
    color: #000;
    font-weight: 600;
    border: 1px solid #feda0a;
    border-right-color: #333334;
    border-bottom: 0px !important;
}

.tablehome table td {
    border-color: #98B0DE !important;
}

.tablehome th:last-child {
    border-right-color: #0F3573 !important;
}

.tablehome td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.full_hdng_bg {
    background: #123571;
    padding: 40px 20px;
}
.full_hdng_bg h6, .full_hdng_bg h3 {
    color: #fff;
}
.content-container.less-pad {
    padding: 30px 0;
}
.heading {
    margin-bottom: 40px;
}



.otpfield input.form-control {
    padding-left: 10px;
    padding-right: 5px;
}
.mobileotp_filed input { padding-right:5px !important; }

button.otpbtn {
    background: #0f3573;
    color: #fff;
    border: 0;
    padding: 6px;
    font-size: 12px;
    font-weight: 500;
}

.side_booking .form-control,  .side_booking .form-select {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
}

.side_booking .input-group-text {
    border: 0;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
}

.side_booking .select2-container span.select2-selection {
    border: 0 !important;
    border-bottom: 1px solid #cbcbcb !important;
    height: 55px !important;
}

.searchsoftware h3 {
    text-align: center;
    color: #000411;
    font-size: 40px;
    font-weight: 700;
    padding: 15px 0;
}

.dflexbtwn { display:flex; justify-content:space-between; align-items:center; }



@media(min-width:800px){
    .logo_togglr a.btn.btn-primary {
        display: none;
    }
}


@media(max-width:1400px){
    .sec_padd {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .form-select {
        height:40px;
    }
    .prfttext h2 {
      color: #FFF;
      font-size: 25px;
    }
    .norml_hdng h1 {
        font-size: 28px;
    }
    .content h2 {
        font-size: 25px;
    }
    .searchsoftware > ul#myTab {
        gap: 6px;
    }
    .col-sm-12.formbtnrow {
        position: relative;
        text-align: center;
        margin-bottom: -35px;
        top: 0;
    }
    .content.intro-text:after {
   
        bottom:-8px !important;
    }


   .searchsoftware > ul#myTab { margin-bottom:15px; }
   
   ul#innrtabs { margin-bottom:15px; gap:0px; }
   
    .cabdtlsbox span.fac_btn {
        padding: 0px 10px 0 0;
    }
    .site_hdng h2 { font-size: 35px; }
    .norml_hdng h2 {
        font-size: 25px;
    }
    .norml_hdng a.viewall {
        margin-top: 0;
    }
    .pl-60 {
        padding-left:20px;
    }
    .extra-fields-city{ padding:0px 5px; }
    .tourtxt h6 {
        font-size:15px;
        font-style:normal;
        font-weight:700;
    }
    .tourtxt h6 a { font-size:15px;}
    .pkg_box .tourtxt {
        padding:0;
    }

   .taxibox h3 {
        color: #0E3E8D;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
    }

    p.rvw_num {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
    }

    .rating ul {
        margin-bottom: 6px;
    }

    .rating li i {
        font-size: 12px;
    }
    .review_box h5 {
        font-size: 16px;
    }

    p.comment {
        font-size: 14px;
    }
    .extra-fieldss {
        position: absolute;
        right: 20px;
        top: 6px;
    }
    .side_booking .extra-fieldss {
        top: 25px;
    }
    p.name {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
    }
    .fieldwrap .input-group img {
        left: 64px;
        top: 13px;
        width: 15px;
    }
    .fieldwrap img {
        position: absolute;
        left: 22px;
        top: 39px;
        width: 16px;
    }
    .searchsoftware > ul#myTab {
      width: 100%;
    }
    .fieldwrap.mb-3 {
        margin-bottom: 12px !important;
    }
    .fieldwrap input.form-control {
       height: 40px;
       line-height: normal;
       padding: 10px 2rem;
       line-height: 40px;
    }
    .site_headr {
        padding-left: 20px;
    }
    .spt_tabs li .sptab_btn {
        width: 160px;
        padding: 10px 9px;
        font-size: 14px;
    }
    .tour_box .tourtxt {
        padding: 5px;
    }

    .tour_box .tourtxt h6 {
        font-size: 14px;
    }
    .tour_box .rating li i {
        font-size: 8px;
    }
    span.btnylw, span.btnlblue {
        font-size: 9px;
    }
   .ftrtxt h4 {
        font-size: 19.201px;
    }
    
    .ftrtxt p {
        font-size: 15.467px;
        font-style: normal;
    }
    .ftrtxt {
        padding-left: 12px;
    }
    .pkgtxt h4 {
        font-size: 18px;
    }
    
    .pkgtxt_price .pkgtxt {
        flex: 0 0 78%;
    }
    
    .pkgtxt p {
        font-size: 12px;
    }
    
    .loct_jorny span {
        font-size: 12px;
        padding: 0 2px;
    }
    
    .loct_jorny i {
        font-size: 12px;
    }
    
    .btnswrp .sitebtn {
        width: auto;
        min-width: 130px;
        padding: 7px 12px;
    }
    .tourprc { flex: 0 0 22%;}
    .tourbrf span { font-size: 14px;}
    
    .pop_tripbx h3 {
      font-size: 18px;
    }
    .pop_tripbx p {
      font-size: 15px;
    }
    .homeslider h1 {
        font-size: 32px;
    }
    
    ul#innrtabs li.nav-item button {
        font-size: 15px;
    }
    
    ul#innrtabs li.nav-item button:before {
        width: 12px;
        height: 12px;
        top: 9px;
        left: 10px;
    }
    
    .searchsoftware h3 {
        font-size: 30px;
    }
    
    
}

@media(max-width:1320px){
     .site_hdng h2 {
        font-size: 25px;
    }
    .fieldwrap input.form-control {
        font-size: 14px;
        padding-right: 6px;
    }
    
    .tourtxt h6, .tourtxt h6 a {
      height:60px;
    }
    
    .sub_hdng { font-size:18px; }
    
    ul#innrtabs li.nav-item button:before {
        width: 10px;
        height: 10px;
        top: 11px;
        left: 6px;
    }

}



@media(max-width:640px){
    .drvr-img img {
        height: auto;
    }
    ul#innrtabs li.nav-item button {
       padding-left: 32px;
    }
    .side_booking.sidefare {
        padding: 0;
    }
    h2 {
        font-size: 22px;
    }
    a.viewall {
        padding: 4px 8px;
        font-size: 14px;
    }
    .pop_tripbx p {
        font-size: 15px;
    }
    .pop_tripbx h3 {
      font-size: 18px;
    }
    .ftrtxt h4 {
        font-size: 20.201px;
    }
    .site_hdng h1 {
        font-size: 24px;
    }
    .spt_tabs li .sptab_btn {
        padding: 10px 6px;
        height: auto;
    }
    .prfttext h2 {
        font-size: 18px;
    }
    .prfttext {
        padding: 10px;
    }
    .optns {
        justify-content: space-between;
        gap: 15px;
    }
    .bgmapimg:after {
        display: none;
    }
    .bgmapimg {
        margin: 0;
        padding: 0;
    }
    .spt_tabs {
        gap:5px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .bgdblue .col-sm-3 img { height:250px; object-fit:cover; border-radius:25px; } 
    .mdlimg {
        display: none;
    }
    .mdltxt {
        flex: 0 0 100%;
    }
    .optnitem img {
      height: 30px;
    }
    
    .site_headr {
        padding: 0;
    }
    .hdr_btns {
        position: absolute;
        right: 75px;
    }
    .hdr_btns a.sitebtn {
        display: none;
    }
    .logo_togglr {
        flex: 0 0 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .order-mbl-2 {
        order: 2;
    }

    .order-mbl-1 { 
         order: 1; 
    }
    .fullimg img {
        height: 125px;
    }
    .searchsoftware {
        width: 95%;
        position: relative;
        padding: 10px;
        top: 5px;
    }

    .side_booking {
        padding: 0 0 60px 0;
    }

    .searchsoftware > ul#myTab {
        width: 100%;
    }
    .searchsoftware > ul#myTab {
        gap: 3px;
    }
    ul#innrtabs li.nav-item button:before {
        left: 8px;
        top: 10px;
        height: 10px;
        width: 10px;
    }
    .searchsoftware > ul#myTab li.nav-item button {
        width: 100px;
        padding: 5px 6px;
    }

    ul#innrtabs {
        justify-content: center;
        gap: 0px;
    }

    ul#innrtabs li.nav-item button {
        width: auto;
        font-size: 14px;
    }
    .site_hdng h2 {
        font-size: 22px;
    }
    .pr-30 {
        padding-right: 12px;
    }

    .pl-60 {
        padding-left: 12px;
    }
    .sub_hdng { font-size: 16px; }
    .norml_hdng h2 { font-size: 24px; }
    .sec_padd {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tablehome {
        width: 100%;
        overflow-y:auto;
    }
    .storesimg img {
        width: 80px;
        height: 30px;
    }
    .storesimg img {
        width: 80px;
        height: 30px;
    }

    .faqs .hdng_btn.d-flex {
        /*flex-direction: column;*/
        align-items: self-start;
    }

    .faqs  a.viewall {
        margin: 0;
    }

    .accordion-button {
        padding: 12px;
    }

    .rental  .col-sm-3 {
        width: 50%;
    }

    .popl_column {
        padding: 0px;
        width: 50%;
    }
   .popl_column li { font-size: 12px; }
   .col-md-3.footer_list1 {
        width: 100%;
    }
    .offcanvas-body {
        padding-left: 15px;
    }
    .cablist_box {
        flex-wrap: wrap;
    }
    span.fac_btn img {
      margin-right: 3px;
      width: 15px;
      height: 15px;
      object-fit: contain;
    }
    .cb_img {
        flex: 0 0 100%;
        text-align:center;
    }
    .cb_img img {
       max-width:200px;
    }

    .cab_pricebox {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-top: 5px;
    }

    .cab_pricebox .discnt {
        position: absolute;
        top: -5px;
        font-size: 12px;
    }
   
    .cab_pricebox .viewall {
            margin-top:10px;
    } 
   .cb_details p {
        margin-bottom: 0;
    }
    .rating ul {
        margin-bottom: 5px;
    }
    .facility p {font-size: 12px;}

    span.fac_btn {
      margin: 0 0px;
      padding: 0px 2px;
      font-size: 12px;
    }
    .exclsn p {
        font-size: 14px;
    }
    
    .cab_pricebox h2 {
       font-size: 30px;
       line-height: 35.5px;
    }

    .cb_details {
        flex: 0 0 100%;
    }
    
    .brdcrumb {
        margin-top: 15px;
    }
    
    .cab_pricebox {
        align-items: flex-end;
    }
    
    .cab_pricebox .discnt {
        top: 0px;
    }
    .cab_pricebox h2 {
        margin: 0;
    }
    .norml_hdng h1 {
        font-size: 22px;
    }
    .pkleft h4 {
        font-size: 20px;
    }
    
    .pkright h3 {
        font-size: 21px;
    }
    
    .pkright {
        flex: 0 0 31%;
        height: 100px;
    }
    
    .pkright h3 span {
        font-size: 12px;
    }
    header { padding:10px; } 
    
    section.copyright {
        margin-bottom: 60px;
    }
    .footer .container {
        padding: 0;
    }
    
    .footer .container .row > div {
        padding: 0 7px;
    }
    .copyright p {
        font-size: 12px;
    }
    a.footercall {
        background: #F4B400;
        color: #000;
        padding: 10px 10px;
        display: inline-block;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .hdrmenu {
        display: none;
    }
}

.dflxsld_txt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slide_uppr {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 25px;
}

.discslide {
    border: 1px solid #000;
    border-radius:7px;
}

.slidelower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #054A91;
    color: #fff;
}

.slidetxt h2 {
    font-size: 40px;
}

.slide_cpntext p {
    margin: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}

.slide_cpntext span {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px; /* 218.182% */
}

.codebox {
    border-radius: 3px;
    background: #FFF;
    padding: 6px;
    color: #160C28;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.68px;
    text-align: center;
}

.owl-nav {
    position: absolute;
    top: -50px;
    display: flex;
    right: 30px;
    margin-top: 0 !important;
    gap: 15px;
}

.site_hdng.vwall {
    width: 85%; 
    margin-bottom: 10px;
}

button.owl-prev span,button.owl-next span {
    border-radius: 2px;
    border: 1px solid #000411; 
    background: #FFF;
    width: 36px;
    font-size: 30px;
    line-height: 25px;
    display: inline-block;
    height: 30px;
}

.site_hdng.vwall a {
    color: #000411;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; 
}

.owl-theme .owl-nav [class*='owl-']:hover span {
    background: #f0c500 !important;
    color: #000;
    border-color: #f0c500;
}

.citybox {
    position: relative;
}

.citybox .btnwrap {
    width: 70%;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.siteyellowbtn {
    position: relative;
    color: #000;
    border-radius: 4px;
    background: #FDD909;
    box-shadow: 0px 4px 4px 0px rgba(255, 204, 0, 0.30);
    padding: 10px;
    text-align: center;
    color: #000411;
    font-size: 14px;
    font-style: normal;
    z-index: 9;
    display: block;
    font-weight: 600;
}

.siteyellowbtn:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    border-radius:4px;
    left: 100%;
    z-index: -1;
    background: #1b1b1b;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.siteyellowbtn:hover::after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.siteyellowbtn:hover { color:#fff; }

.popcities_slider .owl-stage-outer {
    padding-bottom: 20px;
}


.routebox {
    padding: 10px;
    border-radius: 7px;
    background: #FDD909;
    box-shadow: 0px 4px 4px 0px rgba(255, 204, 0, 0.30);
}
.blogbox {
    border-radius: 7px;
    background: #FDD909;
    box-shadow: 0px 4px 4px 0px rgba(255, 204, 0, 0.30);
}
.routtxt {
    padding: 10px 10px 0;
}

.routtxt h6, .blogbxtxt h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.routtxt span {
    color: #000411;
    font-size: 13px;
    font-weight: 700;
}

.blogbxtxt span {
    color: #000411;
    font-size: 13px;
    font-weight: 500;
}

.partner_sect {
    background: #fff4b4;
    padding: 20px;
}

.prtn_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partn_txt h2 {
    color: #000411;
    font-size: 30.971px;
    font-style: normal;
    font-weight: 500;
    line-height: 39.377px; /* 127.143% */
}

.partn_txt {
    width: 50%;
}

.partn_img {
    width: 50%;
}

.partn_img img {
    width: 100%;
}

.partnerbtn {
    border-radius: 4px;
    background: #160C28;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    transition:all 0.5s;
    margin-top: 15px;
    
}

.partnerbtn:hover {
    color: #000411;
    background: #f0c500;
}

.p-10 {
    padding: 10px;
}

.bookbtn {
    width: 100%;
    border-radius: 0;
    background: #160C28;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s;
    line-height: 30.5px; 
    letter-spacing: 1.44px;
}

.bookbtn:hover {
    background: #f0c500;
    color: #000;
}

.cabftrs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px;
}

.cabftrs span {
    display: flex;
    align-items: center;
    color: #000411;
    font-size: 15px;
    font-weight: 500;
    line-height: 30.5px;
}

.cabftrs img {
    width: 20px !important;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 5px;
}

.price_per {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5px;
}

.rvw_num {
    margin: 0;
    color: #000411;
    font-size: 16px;
    font-weight: 500;
}

.price_per h4 {
    color: #000411;
    font-size: 35px;
    font-weight: 500;
    line-height: 30.5px;
    margin:0;
}

p.rvw_num span {
    color: #000411;
    font-size: 25px;
    font-weight: 500;
    line-height: 30.5px; /* 122% */
    letter-spacing: 2.625px;
}

.whyfst_row {
    display: flex;
    justify-content: space-between;
}

.whybx {
    border-radius: 5px;
    border: 2px solid #FC0;
    width: 23%;
    text-align: center;
    padding: 18px 10px 8px;
    transition: all 0.5s;
}
.whybx img {
     transition: all 0.5s;
}
.whybx:hover img {
    transform: scale(0.85);
}
.whybx:hover {
    box-shadow: 5px 4px 4px 0px rgba(255, 204, 0, 0.30);
}

.whybx p {
    margin-top: 10px;
    color: #000411;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
}
.clientslider  .item img {
    max-width: 150px;    
    max-height: 80px;
    object-fit: contain;
}

.blogbxtxt img {
    width: auto !important;
    display: inline-block !important;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.blogbxtxt {
    padding: 10px;
}

.vdobox {
    position: relative;
}

.vdobximg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 7px;
}

.playbtn img {
    width: auto !important;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popular_city_link {
    font-size:18px;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 35px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.popular_city_link::before {
    content: '';
    margin: 0 5px;
    color: #000;
    height: 7px;
    width: 7px;
    background: #fff;
    position: absolute;
    left: 2px;
    border-radius: 50%;
    top: 7px;
}

.popular_city_left {
    text-align: center;
    margin-bottom: 10px;
}


.popular_city-content {
    gap: 15px;
    width: 96%;
    margin: 0 auto;
}

.popular_city_left h6 {
    font-size: 21px;
    white-space: nowrap;
    margin: 0;
    color: #fff;
    padding-top: 5px;
    font-weight: 700;
    line-height: 27.08px;
}

.poprl_route_wrap {
    width: 96%;
    margin: 0 auto;
}

.poprl_route_wrap h6 {
    font-size: 21px;
    margin: 0;
    padding-top: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 27.08px;
    margin-top: 20px;
}


.taxibox img {
    max-width: 250px;
    margin: 0 auto;
}
.mx96 {
    max-width: 96%;
    margin: 0 auto;
}

.copyright_right ul {
    display: flex;
    gap: 15px;
    margin: 0;
}

.copyright_right ul li {
    border-right: 2px solid  #fff;
    padding-right: 15px;
    line-height: 20px;
}

.copyright_right ul li a {
    color: #fff;
    font-size: 22px;
}

.copyright_right ul li:last-child {
    border: 0;
}


.topsearchbox {
    background: #160c28;
}

.topsearchbox ul#innrtabs {
    justify-content: flex-start;
}

.topsearchbox ul#innrtabs li.nav-item button {
    color: #fff;
}

.topsearchbox ul#innrtabs li.nav-item button.active {
    color: #fff;
    background: transparent;
}

.topsearchbox ul#innrtabs li.nav-item button.active:before {
    background: #fdd909;
    outline-color: #fff;
    border-color: #160c28;
}

.topsearchbox .fieldwrap { padding-right: 0; max-width: 220px; }

.topsearchbox .fieldwrap input.form-control {
    height: 55px;
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 25px;
}

.topsearchbox .fieldwrap img {
    top: 27px;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.topsearchbox .fieldwrap label {
    position: absolute;
    left: 20px;
    top: 4px;
}
.topsearchbox .form-control:focus {
    border-color: #0E3E8D;
    background:#fff;
}

.topsearchbox .formbtnrow {
    max-width: max-content;
}

.topsearchbox .formbtnrow button {
    height: 55px;
}

.topsearchbox .form-select.select2 {
    padding-top: 16px;
}


.topsearchbox .fieldwrap.roundtrip_fld {
    max-width: 300px;
}

.topsearchbox .extra-fieldss {
    right: 10px;
    top: 14px;
}
.topsearchbox .remove-field.btn-remove-customer {
    position: absolute;
    right: 5px;
    top: 16px;
}

.topsearchbox .city_records_dynamic input {
    padding-top: 20px !important;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.searchsoftware.topsearchbox {
    width: 100%;
    border-radius:0;
}



.common_sideform {
    width: 90%;
    top: 120px;
    position: sticky;
    margin: 0 auto;
}

.formcontainer.common_sideform h2 {
    background: #160C28;
    padding: 18px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px; 
    letter-spacing: 1.1px;
    margin: 0;
}

.cmmnform_fldwrap {
    border-left: 2px solid #FC0;
    border-right: 2px solid #FC0;
    padding-top: 15px;
}

.cmmnfrmbtn button {
    border-radius: 0;
    color: #160C28;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px; 
    height: 56px;
    letter-spacing: 1.1px;
}


.common_sideform .form-floating>.form-control:focus~label  {
    top: 16px;
    left: 18px;
}

.common_sideform .form-floating input.form-control {
    padding-left: 22px !important;
}


.callbtnbig {
    border-radius: 5px;
    background: #FC0;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
}

.callbtnbig a {
    color: #160C28;
    font-size: 22px;
    font-weight: 500;
    line-height: 94.9%; /* 20.878px */
}

.callbtnbig span {
    background: #fff;
    border-radius: 50%;
    width: 36px;
    display: inline-block;
    height: 36px;
    line-height: 40px;
    font-size: 18px;
    margin-right: 5px;
}


.wtspbtnbig {
    border-radius: 5px;
    width: 90%;
    background: #22B14C;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
}

.wtspbtnbig a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 94.9%;
}

.wtspbtnbig span {
    margin-right: 5px;
    line-height: 36px;
}


.popdisc {
    margin-bottom: 20px;
}

button.loadmorebtn {
    border-radius: 4px;
    background: #FC0;
    border: 0;
    padding: 8px 20px;
    color: #160C28;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.cityimg img {
    transition: all 0.5s;
    width: 100%;
}
.cityimg img:hover {
    transform: scale(0.95);
}
.citylisting .citybox {
    margin-bottom: 50px;
}


.poplr_routes_section {
    background: #FFF4C9;
    padding: 20px;
}

.poplr_routes_section h2 {
    margin-bottom: 20px;
}
.routswrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.routswrap ul li {
    flex: 0 0 25%;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.routswrap ul li  a {
    color: #160C28;
    font-size: 14px;
    font-weight: 600;
}

.routswrap ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #160C28;
    left: 0;
    top: 9px;
}

.details_tablike ul {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
}

.details_tablike ul li a {
    color: #000411;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.5px; /* 169.444% */
    padding: 5px 10px;
    letter-spacing: 1.89px;
    display: block;
}
.details_tablike ul li a.active {
    border-bottom: 5px solid #fc0;
}


.city_detailswrap h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px; 
    margin-bottom:20px;
}

.city_dtlcontent p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 150% */
}

.city_dtlcontent {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 24;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.city_dtlcontent:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 67px;
    bottom: -15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, #FFF 65%);
}

.city_dtlcontent.showmore {
    -webkit-line-clamp: inherit;
    padding-bottom: 14px;
}

.city_dtlcontent.showmore:after {
    display:none;
}
 
.routeimg img {
    width: 100%;
    transition:all 0.5s;
}
.routebox:hover img {
    transform: scale(.95);
}
.routelisting .routebox {
    margin-bottom: 25px;
}

.bloglisting .blogbox {
    margin-bottom: 25px;
}
.cablist_box:last-child {
    margin: 0;
}


.blghdr_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blghdr_left h5 {
    margin: 0;
    color: #000;
    text-align: justify;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 1.76px;
    border-right: 2px solid #000;
    padding-right: 12px;
}

.blghdr_left span {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 1.76px;
}

.blghdr_right ul {
    display: flex;
    margin: 0;
}

.blghdr_right ul a {
    color: #000;
}

.blghdr_right ul li {
    border-right: 1px solid #000411;
    padding-right: 10px;
    margin-right: 10px;
}

.blghdr_dtls {
    margin-bottom: 20px;
}

.blghdr_right ul li:last-child {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.bloghdng h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 37.5px; /* 125% */
    margin-bottom: 15px;
}

.abttop_section {
    padding-top: 40px;
    padding-bottom: 100px;
}

.abt_new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
    height: 300px;
    z-index: -1;
}

.abt_new {
    position: relative;
    z-index: 9;
}

.abttoptext h2 {
    color: #fff;
    font-size: 35px;
}

.abttop_section  .sitelogo {
    margin-bottom: 15px;
}

.abttoptext img {
    max-width: 70%;
}

.abttoptext h3 {
    color: #000411;
    font-size: 35px;
    font-weight: 700;
    line-height: 24px; /* 68.571% */
    margin-bottom: 25px;
}

.abttoptext h4 {
    color: #000411;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px; /* 80% */
}

.abt_services {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: -75px;
    z-index: 9;
    position: relative;
    margin-bottom: 40px;
}

.srvcbox {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 16%;
    padding: 30px;
}

.srvcbox img {
    max-width: 140px;
    margin-bottom: 20px;
}

.srvcbox h6 {
    font-size: 22px;
}

.row.mw-80 {
    max-width: 80%;
    margin: 80px auto;
}

.abthdng {
    color: #000411;
    font-size: 35px;
    font-weight: 700;
    margin-bottom:18px;
}

.whowere p {
    color: #000411;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.09px;
}

.rightimgabt img {
    width: 100%;
}

.subhdng {
    font-size: 22px;
}

.leftabttxt p { text-align:justify; } 

.leftabttxt h3 {
    text-align: center;
    font-weight: 700;
}

.rightimgabt:after {
    content: '';
    border-radius: 5px;
    background: #FDD90A;
    position: absolute;
    left: 50px;
    width: 92%;
    transform: rotate(8.763deg);
    height: 100%;
    z-index: -1;
}

.rightimgabt {
    position: relative;
}
.bgcream {
    background: #FFFBEB;
    text-align: center;
    padding: 40px 0;
}

.orfleet h2 {
    margin-bottom: 30px;
}

.bgblack { background:#000; }


.illustbg {
    position: relative;
}

.carimg {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 90%; 
    transform: scale(.7);
    transform-origin: right top;
    transition: 1s ease-in;
}
 .carimg.animated {
    transform: scale(1);
}
.corptop_left {
    display: flex;
    flex-direction: column;
    padding-left: 80px;
    gap: 25px;
    text-align: left;
    padding-top: 100px;
}

.corptop_left h1 {
    color: #FFF;
    font-size: 70px;
    font-weight: 600;
    line-height: 54px; /* 77.143% */
}

.illust_txtwrp p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
}

.illust_txtwrp p span {
    color: #fc0;
}

.txt1 {
    position: absolute;
    top: 65px;
    max-width: 145px;
    left: 0;
}

.txt2 {
    position: absolute;
    top: 120px;
    left: 250px;
}

.txt3 {
    position: absolute;
    top: 45px;
    right: 200px;
}

.corprt_connect {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    margin-top: -105px;
    width: 97%;
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
}

.corporatetop {
    padding-bottom: 100px;
}

.conncttxt_img {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 15px;
}

.conncttxt_img img {
    max-width: 250px;
}

.connectform .form-floating input.form-control {
    height: 40px;
    border-radius: 2px;
    background: #F6F7F9;
    border: 0;
}

.connectform {
    padding: 25px 25px 25px 0px;
}

.connectform .form-floating>label {
    position: absolute;
    top: -4px;
    left: 7px;
}

.connectform .form-floating select.form-select {
    height: 40px;
    border-radius: 2px;
    background: #F6F7F9;
    border: 0;
    appearance: auto;
}

.connectbtn {
    border-radius: 4px;
    background: #FC0;
    box-shadow: 0px 2px 5px -1px rgba(0, 245, 155, 0.20);
    width: 100%;
    border: 0;
    padding: 14px;
    color: #000411;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
}


.mw-97 {
    max-width: 97%;
    margin: 0 auto 40px;
}

.leftcorptxt p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.rightimgcorpt img {
    width: 100%;
    object-fit: cover;
}


.taxiadvntg {
    text-align: center;
    margin-bottom: 30px;
}

.advntgwrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 25px 0;
}

.advntgbox {
    border-radius: 5px;
    border: 1px solid #B0B0B0;
    padding: 35px 10px 20px;
    width: 220px;
}

.advntgbox img {
    margin-bottom: 12px;
}

.advntgbox h6 {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
}

.taxitable table {
    width: 100%;
}

.taxitable th, .taxitable  td {
    border: 1px solid #C6C6C6;
    padding: 15px;
}

.taxitable p {
    margin: 0;
    color: #000411;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px; /* 244.444% */
}

.taxicompare {
    margin-bottom: 20px;
}

p.note {
    color: #000411;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px; /* 275% */
    text-align: left;
}


.clientsliderfull .item img {
    height: 70px;
    object-fit: contain;
}

.corprwvbox {
    border-radius: 14px;
    border: 1px solid #9E9E9E;
    padding:12px;
}

.qticon img {
    width: 54px !important;
}

.rwvtext {
    padding: 10px;
}

.rwvtext p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
}

.rwvtext span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    padding-left: 9px;
    letter-spacing: 0.42px;
}

.rwvtext h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
    margin: 0;
}

.rvwstars ul {
    display: flex;
    justify-content: center;
    gap: 9px;
    color: #fc0;
}

.rvwstars ul i {
    font-size: 26px;
}

.brndimg img {
    max-width: 100px;
    display: inline-block !important;
    height: 60px;
    object-fit: contain !important;
}

.brndimg {
    text-align: center !important;
    margin: 0 auto;
}

.side_booking #innrtab_content {
    padding: 0 25px;
}

.cabdtlsbox {
    background: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.pckup_dropto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pckup_dropto .lbl_txt {
    flex: 0 0 50%;
}

.lbl_txt span {
    color: #000411;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.lbl_txt p {
    color: #5C5C5C;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.99px;
}

.lbl_txt p img {
    width: 12px;
}

.dtls_tripbox h4 {
    color: #000411;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.5px;
    letter-spacing: 2.31px;
}


.dtlsfarebox {
    background: #FFF;
    box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
}


.animate_txt {
    display: block;
    margin:0 auto;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing 4s steps(22, end) forwards;
}

.blogbximg img {
    transition: all 0.5s;
}

.blogbox:hover img {
    transform: scale(0.94);
}

.hdr_btns .siteyellowbtn {
    font-size: 16px;
}

.blkbtn:hover { color:#feda0a; }


 .modify-btn {
        background: #feda0a;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px !important;
        font-size: 16px;
        font-weight: 600;
    }
    
    .modify-btn img {
        margin-right: 8px;
    }
.popdisc img {
    transition: all 0.5s;
}

.popdisc:hover img {
    transform: scale(0.95);
}

.topsearchbox .select2-container .select2-selection--single {
    height: 55px !important;
}
.topsearchbox .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
}
.topsearchbox .fieldwrap input.form-control.phoneNo {
    padding-top: 24px;
}

.cmmnform_fldwrap textarea {
    padding-left: 24px !important;
}



.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none
}

.hdng_subtxt { text-align:center; }

.faretable_row th {
    background: #fff0e9;
    font-size: 18px;
    font-weight: 600;
}

.faretable_row td, .faretable_row th {
    padding: 10px;
    border-bottom: 1px solid #ccc !important;
}

.faretable_row table {
    border: 1px solid #ccc;
}
table {
    width: 100%;
}


.bookcabbtn {
    background: #FDD909;
    box-shadow: 0px 4px 4px 0px rgba(255, 204, 0, 0.30);
    text-align: center;
    color: #000411;
    padding: 6px 15px;
    display: inline-block;
    border-radius:6px
}

.viewcabbtn {
    display: inline-block;
    background: #000;
    box-shadow: 0px 4px 4px 0px rgba(255, 204, 0, 0.30);
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
}


.tbl_wtspbtn {
    background: #25d366;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 33px;
    text-align: center;
    width: 33px;
    line-height: 38px;
}

.tbl_wtspbtn  .fa-whatsapp {
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}


.taxi-strip-dark {
    background: linear-gradient(90deg,#464646,#141414);
    padding: 25px;
    color: #fff;
    border-radius: 10px
}

.strip-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.strip-left h3 {
    font-size: 34px;
    color: #fff;
    margin: 0;
    font-weight: 600
}

.strip-left h3 span {
    color: #fdd909;
}

.strip-left p {
    margin: 5px 0 0;
    font-size: .95rem;
    color: #ddd;
    padding-left: 63px
}

.strip-right .cta-btn {
    background: #FDD909!important;
    color: #000;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1rem;
    transition: .3s
}

.strip-right .cta-btn:hover {
    background: #f90;
}

.strip-box.justify-content-center {
    flex-direction: column;
}




.cabtype-card {
    background: #fff;
    border-radius: 16px;
    padding: 5px;
    width: 170px;
    text-align: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / .08);
    border: 2px solid #fff0;
    cursor: pointer;
    transition: .3s
}

.cabtype-card:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / .12)
}

.cabtype-card.active {
    border: 2px solid #fdd909;
    box-shadow: 0 6px 14px rgb(0 123 255 / .25)
}

.cab-icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px
}

.text-sub {
    color: #666;
    font-size: 14px
}

.cab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px
}

.cab-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .08);
    padding: 20px;
    transition: .3s
}

.cab-card:hover {
    box-shadow: 0 6px 14px rgb(0 0 0 / .15)
}

.cab-img {
    max-width: 150px;
    margin: 0 auto 15px
}

.cab-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.cab-sub {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px
}

.cabcrd-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.cabcrd-details .badge {
   background: #0b0b0c;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px
}

.cabcrd-details .fare {
    font-size: 18px;
    font-weight: 700;
    color: #28a745
}

.cab-type-container {
    display: flex;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap
}

.cabtype-card img {
    width: 64px;
}
.fareroutefrom-content, .farerouteto-content {
    display: none;
    margin-top: 20px;
}


.fareroutefrom-content.active, .farerouteto-content.active { display:block; }


.subhdng {
    color: #6556a3;
}

.content_dtl ul {
    display: flex;
    padding-left: 20px;
    flex-wrap: wrap;
    list-style: disc;
}

.content_dtl ul li {
    padding-right: 18px;
    line-height: 28px;
}

.content_dtl ul li span {
    margin-right: 10px;
}


.why_choose_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 25px
}

.icntxt_choose {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 30%
}

.chstext p {
    margin: 0;
    line-height: normal
}

.chs_icon {
    width: 60px;
    flex: 0 0 20%;
    max-width: 60px
}

.chstext h4 {
    margin-bottom: 5px;
    font-size: 20px
}

.taxi-strip {
    background: #fdd909;
    padding: 35px 15px;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.taxi-strip .striprow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: auto;
    flex-wrap: wrap
}

.btmstrip_right {
    display: flex;
    flex-direction: column
}

.bignumbr {
    font-size: 35px;
    color: #000;
}

.taxi-strip h2 {
    font-size: 25px;
    margin: 0;
    line-height: 35px;
    letter-spacing: 1px
}

.taxi-strip .cta-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-in-out
}

.fwimg {
    margin-bottom: 25px !important;
}
.fwimg img { max-height:635px; object-fit:contain; }


.content_text table {
    margin-bottom: 16px;
    width: 100% !important;
}

.content_text table th {
    background: #feda0a;
    color:#000;
    border-color: #feda0a!important;
}


.content_text table td p, .content_text table td ul {
    margin: 0 !important;
}

.ftrpop_routs { display:flex; flex-wrap:wrap; }























@media(min-width:1200px) and (max-width:1600px) {
    .hdng_subtxt h2 {
        font-size:26px;
    }
}

@media(max-width:1440px){
   
  .topsearchbox .fieldwrap input.form-control.phoneNo {
      padding-top: 10px;
  }
       
  .side_booking .select2-container span.select2-selection {
    height:35px !important;
  }  
    
  .citybox .btnwrap {
    width: 84%;
  }
  ul#innrtabs li.nav-item button { 
    padding-left:30px;
  }
  .side_booking #innrtab_content {
    padding: 0 10px;
  }
  .slidetxt h2 {
    font-size: 30px;
  }
  
  .owl-nav {
    right: 5px;
    gap: 5px;
  }
  
  .citybox p {
    font-size:13px;
    width: 80%;
  }
  
  .partn_txt h2 {
    font-size: 25.971px;
    line-height: 33.377px;
   }
   .price_per h4 {
        font-size: 28px;
   }
    
   p.rvw_num span {
        font-size: 21px;
   }

   .site_hdng.vwall a {
      font-size: 16px;
   }
  
   .popular_city_link {
     font-size: 17px;
     line-height: 30px;
   }
  
   .fieldwrap img {
        width: 12px;
        left: 16px;
   }
  
   .fieldwrap input.form-control {
      padding-left: 22px;
   }
    .fieldwrap .input-group img {
        left: 50px;
    }
   
   .cabftrs { gap:17px; }
   .cabftrs span { font-size:14px; }
   
   
}



@media(max-width:640px){
    
    .slide_uppr {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 10px 15px 0;
    }
    
    .slide_uppr h2 {
        font-size: 23px;
    }
    
    .slide_cpntext p {
        font-size: 15px;
    }
    
    .owl-nav {
        top: 47%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: space-between;
        gap: 0;
    }
    
    .owl-theme .owl-nav span {
        width: 22px;
        height: 32px;
    }
    
    .owl-nav button.owl-prev {
        left: 10px;
        position: relative;
    }
    .site_hdng.vwall.dflexbtwn {
        width: 100%;
    }
    
    .prtn_row {
        flex-direction: column-reverse;
    }
    
    .partn_txt, .partn_img {
        width: 100%;
    }
    
    .popular_city-content {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
        gap: 10px;
    }
    
    .popular_city_links {
        display: flex;
        flex-wrap: wrap;
    }

    .popular_city_link {
        font-size: 15px;
        line-height: 25px;
    }
    .readmoremain {
        margin-top: 12px;
        margin-bottom: 20px;
    }
    
    .mx96 {
        max-width: 100%;
    }
    
    .footer.sec_padd {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .col-md-2.col-6.footer_list1 {
        width: 45%;
    }


}
@media (max-width:767.98px) {
    
    .container-fluid.plr-40 {
       padding-left: 12px;
       padding-right: 12px;
    }
    .copyright {
        flex-direction: column-reverse;
        gap: 12px;
    }
    .whybx {
        width:48%;
    }
    .whyfst_row {
        flex-wrap: wrap;
        gap:10px;
    }
    .cabftrs {
        gap:8px;
    }
    .new_accordion .accordion-item h2 .accordion-button { font-size:18px; }
    #successModal .modal-content { border-radius: 24px; }
    .success-modal { padding: 40px 30px; }
    .success-icon { width: 100px; margin: 0 auto 20px; }
    .success-booking-id { padding: 10px 12px; }
    .passenger-info { padding: 20px 12px 10px; }
    .site_headr { padding: 0; }
    .hdr_btns { padding: 0; }
    .hdr_btns .bgbtn { width: auto; }
    .sec_padd{padding:15px 10px;}
    .searchsoftware .form-floating {
        margin-bottom: 1rem;
    }
    .tablehome th, .tablehome  td {
        font-size: 14px;
    }

    .accordion button.accordion-button.faq_qstn {
        font-size: 15px;
    }

    .accordion-body.faq_answr p {
        font-size: 14px;
    }
    .poplr_routes {
        padding: 10px 0 0 0;
    }
    .footer_list1 li {
        padding: 0;
    }
    .footer_list1 a {
        font-size: 12px;
    }
    li.social a {
        font-size: 18px;
    }
    li.social {
        margin-top: 5px;
    }
    .featrs.row {
        margin-top: 15px;
    }
    .infoform .mb-3 {
        margin-bottom: 15px !important;
    }
    .form-floating img {
        position: absolute;
        right: 25px;
        bottom: 15px;
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .form-floating input.form-control {
        height: 48px;
    }
    .contct_row.d-flex {
        flex-wrap: wrap;
    }

    .contct-itm {
        flex: 0 0 100%;
    }
    .farebox {
        padding: 20px 20px;
        width: 90%; 
    }
    .ccode p {
      font-size: 12px;
    }
    .d_btn h4 {
        font-size: 18px; 
    }
    .cpnbox {
        padding: 10px;
    }
    .passenger-info {
        margin: 12px 12px 20px;
    }
    .form-floating select.form-select {
        padding-top: 10px;
        height: 48px;
        font-weight: 500;
    }
    
    
    .cbimginfo_wrp {
        flex-wrap: wrap;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .cabdtlsbox .cb_img {
        flex: 0 0 100%;
    }
    
    .cabdtlsbox .cb_details {
        flex: 0 0 100%;
        padding-left: 0;
    }
    
    .cabdtlsbox {
        padding: 10px;
    }
    
    .lbl_txt p {
        font-size: 13px;
    }
    
    .lbl_txt span {
        font-size: 14px;
    }

    .lbl_txt p img {
        width:10px;
    }

    .dtlsfarebox {
        padding:10px;
    }
    
    .fare-pricecnt h5 {
        font-size:15px;
        line-height:25px;
    }
    .passenger-info .mb-4 {
       margin-bottom:15px !important;
    }
    .infoform .formbtn {
       margin-top:0 !important;
    }
    
    .corptop_left {
        padding-left: 20px;
        padding-top: 20px;
    }
    
    .corptop_left .sitelogo {
        display: none;
    }
    
    .corptop_left h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 18px;
    }
    
    .illust_txtwrp p {
        font-size: 12px;
    }
    
    .txt3 {
        top: 20px;
        right: 25px;
    }
    .txt2 {
        top: -10px;
        left: 150px;
    }
    .txt1 {
        left: 25px;
        margin: 0;
    }
    
    .conncttxt_img img {
        display: none;
    }
    
    .abthdng {
        font-size: 25px;
        margin: 0;
    }
    
    .connectform {
        padding: 0 12px 15px;
    }
    
    .corprt_connect {
        margin-bottom: 22px;
    }
    .advntgwrap {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .advntgbox {
        width: 47%;
    }
    
    
    .taxitable {
        overflow-x: auto;
        margin-top: 15px;
    }
    
    .taxitable p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .taxitable h5 {
        font-size: 16px;
    }
    
    .taxitable .sitelogo img {
        max-width: 80px;
    }
    
    .taxitable th, .taxitable td {
        padding: 8px;
    }
    
    .taxiadvntg {
        margin-bottom: 6px;
    }
    .corprwvbox {
        padding: 10px;
    }
    
    .rwvtext {
        padding: 10px;
    }
    .site_headr .logo img, .flogo img {
        max-width: 100px;
    }
   
    .topsearchbox {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999999;
        padding: 20px;
        height: 100vh;
        transition: all .3s ease-in;
        width: 100%;
        height: calc(100vh - 60px);
        bottom: 0;
        top: auto;
        box-shadow: 5px 0px 20px rgb(0 0 0 / 25%);
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }
     
    .topsearchbox.show {
        transform: translateY(0px);
    }
    .topsearchbox .fieldwrap {
        max-width: 100%;
        padding-right: 12px;
    }
    
    .topsearchbox .fieldwrap.roundtrip_fld {
        max-width: 100%;
    }
    
    .topsearchbox ul#innrtabs li.nav-item button:before {
        width: 12px;
        height: 12px;
        left: 5px;
        top: 9px;
    }
    
    .topsearchbox ul#innrtabs li.nav-item button {
        padding-left: 25px;
    }
    
    .filter-area-close i {
        color: #fff;
    }
    
    .filter-area-close {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 5px;
    }
    .routswrap ul li {
        flex: 0 0 50%;
        margin-bottom: 5px;
    }
    
    .routswrap ul {
        justify-content: space-between;
    }
    
    .routswrap ul li a {
        font-size: 12px;
    }
    .details_tablike ul {
        gap: 5px;
    }
    .details_tablike ul li a {
        font-size: 14px;
        padding: 5px;
        line-height: 20px;
    }     
    .callbtnbig a, .wtspbtnbig a {
       font-size: 18px;
    }
    .topfrm_mrgin + .my-4 {
        margin-top: 0 !important;
    }
    
    .topfrm_mrgin div#filter-btn {
        margin-bottom: 0 !important;
        width: 96%;
        margin: 0 auto;
    }
    .topsearchbox .formbtnrow {
        margin: 0 auto;
    }

}


@keyframes typing {
         from {
             width: 0;
        }
         to {
             width: 100%;
        }
}

