/*.main-header {
    box-shadow: 4px 2px 5px #ddd;
}*/
.loading {
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    background-color: #fff;
    height: 100vh;
    z-index: 99999;
    margin: auto;
    text-align: center;
    padding-top: 40vh;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #0b3288;
    border-radius: 50%;
    text-align: center;
    line-height: 165px;
    font-size: 20px;
    color: #007bff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.ring img {
    width: 150px;
    display: inherit;
    position: absolute;
    top: 0%;
    left: 0%;
}

.ring:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 104%;
    height: 104%;
    border: 3px solid transparent;
    border-top: 3px solid #f73a9d;
    border-right: 3px solid #f73a9d;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
}

.ring span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

.ring span img {
    width: 40px;
    rotate: 10px !important;
    transform: rotate(250deg);
    margin-left: -75px;
}

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}
::-webkit-scrollbar-thumb{
    background: #d72375;
}
.taxi-holder .taxi {
    background-image: url(../img/taxi.webp?rnd=1);
}
.taxi-holder .mockup {
    background-image: url(../img/mockup.webp?rnd=1);
}
.badge-success{background-color: #0baa0b}
.nav-menu-inner:before{
    background-image: linear-gradient(to right, #3F51B5, #E91E63);
}
.header-info li .header-info-icon, .page-header-info h2 span {
    color: #ff2687;
}
.footer-call p a{
    color: #ffda00;
}
body{
    padding-top: 80px;
}
.tripOption label{background-color: #fff;padding: 3px 10px;border-radius: 2px;margin-right:10px;cursor:pointer;}
.tripOption label.active{color: #fff;background-image: linear-gradient(to right, #3F51B5, #E91E63);}
.tripOption img{height: 25px;margin-right: -13px;}
.tripOption input[type="radio"]{visibility: hidden}
.page-header-info h4{
    background-color: #ff2687;
}
.page-header:before{
    background-color: #030d4c;
}
.page-header-shape:before, .footer-top .footer-call:before{
    background-color: #d72374;
    background-image: repeating-linear-gradient(45deg, #c91867 0, #d10b63 2px, transparent 0, transparent 50%);
}
.page-header-shape:after {
    background-color: #313da3;
}
.mid-header-wrap{
    padding: 5px 0;
}
.pricing-tab-menu li:not(:last-of-type){
    padding-right: 55px;
}
.pricing-tab-menu li:not(:last-of-type):before {
    width: 25px;
}
.swiper-outside .swiper-nav{
    color: #fff;
}
.swiper-outside .swiper-nav:before{
    background-color: #cb1974;
}
.footer-mid-wrap:before {
    background-size: 50% 35%;
    background-position: bottom center;
    background-repeat: repeat-x;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.appIcon{
    width: 60px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #0000003d;
}
.section-heading h2 {
    font-size: 34px;
    line-height: 45px;
}
.menu-right-item .menu-btn {
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    margin-right: 10px;
}
.download-section{
    background-color: #d0d0d03b;
}
.searchForm .form-group{
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 3px #22222226;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    float: left;
}
.searchForm label{
    font-size: 14px;
    font-weight: bold;
}
.searchForm .time{
    width:100px;float: left;
}
.searchForm .date{
    width: calc(100% - 100px);
    float: left;
}
.searchForm .form-control{
    border: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}
.searchForm .form-control:focus{
    box-shadow: none;
}
.searchForm .form-control:disabled, .searchForm .form-control[readonly] {
    background-color: #fff;
}
.searchForm .form-control:disabled{
    color:#b3b3b3;
}
.searchForm .btn{
    background: #f90;
    color: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px #00000054;
    border: 0px;
    width: 48%;
    margin-top: 4px;
    font-size:15px;
    height:50px;
    background-image: linear-gradient(to right, #3F51B5, #E91E63);
}
.default-btn, .scroll-to-top{
    background-image: linear-gradient(to right, #3F51B5, #E91E63);
}
.btn-primary {
    color: #fff;
    background-color: #f90;
    border-color: #f900;
    background-image: linear-gradient(to right, #3F51B5, #E91E63);
}
.btn-primary:hover {
    color: #fff;
    background-color: #db8401;
    border-color: #db8401;
}
.updateLocation{
    font-size: 13px;
    text-decoration: underline;
    float: right;
    color: #d21a6c;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.location-marker{
    width: 8%;
    top: 10vh;
}
.sticky-fixed-top .menu-right-item .menu-btn {
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 25px;
}
.taxi-holder .charecter {
    width: 10%;
}
.taxi-holder .taxi{
    width: 30%;
}
.taxi-holder .mockup{
    right: 12%;
    width: 18%;
}
.includes{
    line-height: 22px;
}
.includes i{
    margin-left:10px;
    margin-right:10px;
}
.collaps a{
    padding: 10px;
    font-size: 14px;
    color: #1084e0;
    text-decoration: underline;
}
.cabCard{
    box-shadow: 0px 1px 5px #22222240;
    border: 0px;
}
.cabImage{
    background-size: 100%;
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}
.text-truncate{
    font-size: 20px;
    text-transform: uppercase;
    color: #f90 !important;
}
.badge{
    font-weight:500;
}
.fv-form-bootstrap .help-block{
    font-size: 14px;
    color: red;
}
.pricing-item{
    box-shadow: 0px 0px 5px #0000003b !important;
    border: 0px !important;
}
.pricing-list li{
    font-size:15px;
}
.pricing-list li span{
    font-weight:500;
}
.pricing-list li:not(:last-of-type) {
    margin-bottom: 0px;
}
.pricing-car{
    height: 90px;
    background-size: cover;
}
.btnLogin{
    background-color: #7fffd400 !important;
    color: #222 !important;
    border: 1px solid #222 !important;
}
.service-thumb{
    height: 200px;
    background-size: cover;   
    background-color: #eeeeee;
}
.bg-half:before{
    background-color: rgb(3 32 76 / 74%);
}
.accordion-button:not(.collapsed){
    background-color: #053884;
}
.testi-item p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -.5px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumb-post-info a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-card .post-thumb{
    height: 230px;
    background-size: cover;
}
.whatsappBtn {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #0ba90b;
    font-size: 35px;
    padding: 8px 9px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.callBtn {
    position: fixed;
    bottom: 135px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #2196f3;
    font-size: 28px;
    padding: 9px 12px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0px 0px 6px #00000094;
}
.footer-top .brand:before, .footer-top .brand:after
{
    background-color: #142367;
}
.copyright-wrap{
    background-color: #142266;
    border-top: 1px solid #ffffff40;
}
.acting{
    width: 160px;
    background-image: linear-gradient(to right, #3F51B5, #E91E63);
    padding: 5px;
    transform: rotate(270deg);
    position: fixed;
    top: 40%;
    left: -68px;
    z-index: 99999;
    color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    font-family: arial;
    letter-spacing: 0.5px;
}
@media (max-width: 768px){
    body {padding-top: 0px;}
    .header-menu-wrap{box-shadow: 0px 6px 8px #ddd;}
    .sticky-header{position: sticky;top: 0px;z-index: 999;background-color: #fff;}
    .sticky-fixed-top .line-menu{background-color: #9b9b9b;}
    .download-section{padding-top:0px}
    .section-heading h2{font-size: 26px;line-height: 35px;}
    h1 {font-size: 30px;line-height: 35px;}
    .sm-padding {padding: 5px 15px;margin-bottom: 0px !important;}
    .service-thumb{height:250px}
    .tripOption{justify-content: start;display: flex;flex-wrap: nowrap;overflow-x: auto;list-style-type: none;padding: 0;margin: 0;white-space: nowrap;padding: 0px 13px;scrollbar-width: none;-ms-overflow-style: none;}
    .tripOption::-webkit-scrollbar {display: none;}
    .tripOption label{flex: 0 0 auto;margin-right: 10px;}
    .pricing-car {height: 100px;}
    .pricing-tab-menu{justify-content: start;display: flex;flex-wrap: nowrap;overflow-x: auto;list-style-type: none;padding: 0;margin: 0;white-space: nowrap;background-color: #fff;padding: 5px;scrollbar-width: none;-ms-overflow-style: none; }
    ul.pricing-tab-menu::-webkit-scrollbar {display: none;}
    .pricing-tab-menu li{flex: 0 0 auto;margin-right: 10px;}
    .whatsappBtn{right: 20px;width: 45px;height: 45px;font-size: 30px;padding: 7px 10px;}
    .callBtn {right: 20px;width: 45px;height: 45px;font-size: 25px;padding: 8px 10px;}
    .footer-mid-wrap:before{background-size: 100%;}
    .footer-links li a, .footer-contact li{font-size: 14px;}
    .footer-links li:not(:last-of-type){margin-bottom: 0px;}
}