
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

body {
   font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color:  #f2f2f2;
 font-family: 'Noto Sans', sans-serif;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--insur-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  margin: 0;
}

p {
  text-align:justify;
  font-size: 14px;

}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding:0px;
}

.list-unstyled {
  padding-left: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}
.navbar-brand img{
    width:25%;
}
.head-call{
       display: inline;
    background: #173054;
    padding: 8px 5px;
    border-radius: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.head-call span{
        background: #fff;
    color: #173054;
    border-radius: 18px;
    padding: 3px 6px;
    letter-spacing: 1px;
}
.position-relative {
 position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.text-overlay {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
padding: 10px;
text-align: center;
width: 100%;
}
.banner  h4{
margin: 0;
text-transform: uppercase;
font-size: 35px;
color:#fff;
}
.banner  h5{
       color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

#trip-book .card{
    max-width: 90%;
    margin-top: 150px;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 90px;
}

#trip-book .nav-tabs .nav-link{
       text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #b5b5b5;
    border: 1px solid #919191;
    padding: 6px;
    width: 122px;
    box-shadow: none !important;
         border-top-left-radius: 0px; 
     border-top-right-radius:  0px;
}
#trip-book .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #173054;
    color: #fff !important;
    border: none !important;
}

#trip-book label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

#trip-book  ::placeholder {
  font-size:12px;
  
}

#trip-book .form-control{
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 0;
    padding: 4px 0 !important;
    background: transparent;
}
#trip-book .form-select{
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-radius: 0;

}
#trip-book input[type="date"].form-control {
    font-weight: 400; /* Adjust the size as needed */
}
.explore-cabs-btn{
     position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 240px;
    text-align: center;
    background: #173054;
    border-radius: 10px;
}
.ratingbox{
background: #173054;
padding: 20px 20px;
border-radius: 20px;
}
.ratingbox  p{
color: #fff;
font-weight: 500;
margin-bottom: 2px;
}

.ratingbox  span{
color: #fff;
font-weight: 500;
margin-bottom: 2px;
}
.ratingbox .fa-star, .fa-star-half{
color: yellow;
}
.ratingbox .img-fluid{
max-width: 80%;
height: auto;
float:right;
}

.driverimg{
border-radius: 28px;
box-shadow: 0 4px 5px #0003;
/*width: 372px;*/
/*height: 172px;*/
background-color: #fff;
}
.driverimg img{
    border-radius:20px;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
padding-bottom: 32px !important;
}

.trip-card{
border-radius: 16px;
box-shadow: 0 2px 5px #0003;
height:100%;
}

.trip-card img.card-img-top {
width:100%;
height: auto;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}

.trip-card h2.card-title {
color: #173054;
text-align: center;
font-size: 18px !important;
}

.trip-card p.card-text {
font-size: 14px;
line-height: 1.4;
padding: 4px;
text-align: justify;
/*height: 144px;*/
}

.suitcase-icon {
position: absolute;
width: 44px;
height: 44px;
right: 8px;
top: 27%;
}
.trip-black-text{
/*margin: 4px 8px;*/
font-size: 12px;
font-weight: 500;
text-align: center;
color: #000;}
.trip-benefits-icon{
width:50% !important;
}
.trip-benefits-icon{
    border: 1px solid #173054;
    border-radius: 50%;
}
#services h2{
color:#173054;
margin:15px 0px 10px 0px;

}
#content h2{
color:#173054;
margin:15px 0px 10px 0px;
font-size: 24px !important;
}
#fleet h2{
color:#173054;
margin:15px 0px 10px 0px;

}
footer{
background: #173054;
padding: 20px 70px 10px 70px;
/*text-align:center;*/
color:#fff;
}
footer h6{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

footer ul{
 list-style:none;
 padding:0px;
 text-align:left;
 font-size:13px;
}
footer a{
font-size: 13px;
}
footer a:hover{
color:#fff;
}
footer li{
margin-bottom:5px;


}
.footer-social a{
        font-size: 25px;
    color: #fff;
    margin-right: 12px;
}

@media(max-width:600px){
    footer{
    padding: 20px;

    }
    .navbar .container-fluid {
        padding:10px !important;
    }
    .navbar-brand img {
    width: 80%;
    }
    .head-call span {
    background: #fff;
    color: #173054;
    border-radius: 10px;
    padding: 3px 3px;
    letter-spacing: 1px;
    font-size: 13px;
    }
    .head-call {
    display: inline;
    background: #173054;
    padding: 8px 5px;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 1px;
            font-size: 13px;
    }
   
    .banner h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px !important;
    color: #fff;
    }
    .banner h5 {
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
    margin-bottom: 30px;
    }
    #trip-book .nav-tabs .nav-link{
        margin:5px;
    }
    #trip-book label{
        margin-top:25px;
    }
    #trip-book .nav-tabs{
        margin-bottom:0px !important;
        justify-content: center;
    }
    #trip-book .tab-content{
        padding-top:0px !important;
    }
    .driverimg{
        margin-bottom:20px;
    }
    .benefits{
      margin-bottom:20px;  
    }
}

#headingHolder{
    background-color: #173054;
    height: 35px;
    padding: 60px;
    display: flex;
    align-items: center;
}


#headingHolder .bread-h{
        color: white ;
        font-size: 20px !important;
}

#headingHolder .heading_arrow{
    font-size: 20px;
    float: left;
    color: #fff;
    margin: 0;
    padding: 0 3px;
}

#headingHolder .heading_link{
    color: white !important;
    font-size: 20px !important;
}
@media(max-width:500px){
    #headingHolder .bread-h{
     font-size: 15px !important;   
    }
    #headingHolder .heading_link{
    font-size: 15px !important;
    }
}
#terms .page-title{
  font-weight: 800 !important;
    color: #332e2e !important;
    text-align: center !important;
    font-size: 25px !important;
    margin-bottom: 30px !important;
}
#terms h2{
   font-size: 16px !important;
   font-weight: 700 !important;
       margin: 10px;
    color: #332e2e;
}    
    
#terms P{
 font-size: 14px !important;
}   
    
#terms ul li{
  font-size: 14px !important;   
}    
    
.bread-banner{
      background-image: url(../images/taxibanner.jpg);
      padding:150px 0px;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }    
  #terms  ul li{text-align:justify;font-size:14px;margin-bottom:5px;}
  #terms  ol li{text-align:justify;font-size:14px;margin-bottom:5px;}
  #terms  ol li ol li{text-align:justify;margin-bottom:5px;}
  #terms ol li ul li{text-align:justify;margin-bottom:5px;}
  
 @media(max-width:600px){
   #terms   ol, ul {
    padding-left: 2rem;
}
 } 
 .trip-card img.card-img-top {
width:100%;
height: auto;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}
#content li{
    font-size:14px;
}
#fleet h2{
color:#173054;
margin:15px 0px 10px 0px;

}

#fleettabs .nav .nav-item button.active {
      background-color: #173054;
    color: #ffffff !important;
}
#fleettabs .nav .nav-item button.active::after {
  content: "";
      border-bottom: 4px solid #a3a3a3;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
#fleettabs .nav-pills .nav-link {
    color: #000000 !important;
}
#fleettabs p{
    text-align:center !important;
        font-size: 16px !important;
        margin-bottom:10px !important;
}
#fleettabs .fleetBox{
        text-align: center;
    padding: 15px;
    height: 98%;
}   


  #servicePage h2{
    text-align: center;
    margin: 20px 0px;
    color: #173054;
  }
  #servicePage h3{
   font-size:20px;
   margin:15px 0px;
  }
  #servicePage li{
      font-size:15px;
      margin-bottom:7px;
  }
  
  #servicePage img{
     border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
@media(max-width:500px){
    #headingHolder{
    padding: 40px 15px;
    }
    #terms .page-title {
    font-size: 20px !important;}
}
  
     
 .testimonials{position: relative;background-repeat: no-repeat;background-size: cover;padding:50px
0;font-family:'Poppins', sans-serif}
.testimonials::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;}
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin:
0 auto;}
.testimonials .title h5 {color: #EB6D2F;line-height: 1.2em;font-size: 18px;font-weight: 900;margin-bottom: -3px;}
.testimonials .title h2 {color: #5A3733;line-height: 1.2em;font-weight: 900;font-size: 41px;letter-spacing:
-1px;margin:0}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;}
.testimonials .testi .item {background: #fff;padding: 25px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832;font-size: 15px}
.testimonials .testi .item .profile .information p {font-size: 20px; margin: 0px auto 0px;color: #454649;font-weight:500;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #EB6D2F;font-weight: bold;margin-top: -4px;line-height:
1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 14px;line-height: 1.6em;display: block;z-index:
2;font-style: italic;color: #5A3733;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #a3a4a6;}
   
   
/*get a cab    */

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}


/*booking page*/

#booking .form-control{
  width: 80%;  
  border:none;
  border-bottom: 1px solid #0000003b;
  border-radius: 0px;
}

#booking .proceedbtn{
    width: 100%;
    background: #173054;
    color: #fff;
    padding: 10px;
    margin-top: 21px;
}

#booking h3{
     color: #173054;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

#booking ::placeholder{
    font-size:12px;
    font-style:italic;
}


#booking label{
    font-size: 14px;
    font-weight: 500;
}
.booking_details{
  background: #fff;   
}

.booking_details h6{
    text-align: center;
    padding: 10px 0px;
    background: #173054;
    color: #fff;
}

.contentLayer {
    padding: 10px 20px;
    float: left;
    width: 100%;
    border: 1px solid #DFDFDF;
        background: #fff;
}

.contentHead {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 35%;
}

.contentHead {
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 35%;
}

.contentValue{
    font-size: 12px;
    margin-top: 10px;
    float: left;
    width: 65%;
}

   #booking   .tab-content {
            padding: 1rem;
        }
        #booking .featuresLi {
            margin-right: 1rem;
            display: flex;
            align-items: center;
        }
      #booking   .featuresLi img {
            margin-right: 0.5rem;
            width: 30px;
            height: auto;
            margin-bottom: 10px;
        }
       #booking  .featuresLi h6{
            font-size: 12px;
         margin-top: -12px;
        }
        #booking .nav-tabs .nav-link.active{
             background: #173054;
            color: #fff;
        }
      #booking  .nav-tabs .nav-link {
        background: #b0aeae;
        margin-right: 2px;
        color: #fff;
        }
        @media(max-width:500px){
            #booking  .nav-tabs .nav-link {
                margin-top:5px;
            }
            #booking ul{
                padding:0px;
            }
            #booking  .nav-tabs .nav-link{
                 font-size: 15px;
                padding: 7px 5px;
            }
            #booking label {
                font-size: 12px;
                font-weight: 500;
            }
        }