@font-face {
  font-family: 'Fira Sans';
  src: url('../../assets/font/FiraSans-Regular.ttf') format('truetype'); /* Using .ttf */
  font-weight: normal;
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Fira Sans';
  /* font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  background-color: #fff;
  /*height: 200vh;*/
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #000000;
  font-size:18px !important;
  /* font-weight: 400; */
 }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  /* font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } */
  font-family: 'Fira Sans'; 
}

h2, h3,
.h2, .h3 {
  color: rgb(14, 50, 124)
}

.home-header-input{
  background: unset !important;
  border-color:2px solid #fff;
  color:#fff;
  border-radius:unset;
}
.home-header-input::placeholder {
  color: #fff; /* Change this to your desired color */
  opacity: 1;  /* For more visibility */
}
.label-color{
  color:#fff;
}
.theme-white .bg-primary{
        background-color: rgb(14, 50, 124) !important;
        color:#fff !important;
    }
    .theme-white .bg-primary h1,.theme-white .bg-primary h2,.theme-white .bg-primary h3,.theme-white .bg-primary h4,.theme-white .bg-primary h5,.theme-white .bg-primary h6{
        color:#fff !important;
    }
    .btn-primary{
        background-color: rgb(14, 50, 124) !important;
    }
    .theme-white .nav-pills .nav-link.active{
        background-color: rgb(14, 50, 124) !important;
    }
    .nav-pills .nav-item .nav-link{
        color:rgb(14, 50, 124);
    }
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");

}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
    /* ride css */
    .ride-grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      width: 100%;
      max-width: 1200px;
    }
    
    .ride-box {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease-in-out;
    }
    
    .ride-box:hover {
      transform: translateY(-10px);
    }
    
    /* Simple horizontal line above the route */
    .route-line {
        flex-grow: 1;
        height: 4px;
        background: linear-gradient(to right, rgb(14, 50, 124), white);
        border-radius: 5px;
    }
    .theme-white .bg-primary{
        background-color: rgb(14, 50, 124) !important;
    }
    p.ride-p {
      background: rgb(14, 50, 124, .5);
      padding: 3px 8px;
      border-radius: 5px;
  }
    .ride-route {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .point-circle {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: gray;
    }
    
    .left {
      background-color: rgb(14, 50, 124);
    }
    .route-details {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }
    .point {
      /* font-size: 1.2rem; */
      color: #333;
    }
    
    /* Styling based on ride status */
    .scheduled {
      /* border-left: 5px solid #3498db; */
    }
    
    .completed {
      /* border-left: 5px solid #2ecc71; */
    }
    
    .cancelled {
      /* border-left: 5px solid #e74c3c; */
    }
    .status-scheduled {
      color: #3498db !important;
    }
    
    .status-completed {
      color: #2ecc71 !important;
    }
    
    .status-cancelled {
      color: #e74c3c !important;
    }
    .ride-box p {
      font-size: 1rem;
      color: #666;
    }
    
    .ride-box span {
      font-weight: bold;
      color: #3498db;
    }
    
    /* Responsive design */
    @media (max-width: 768px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
      .ride-grid-container {
        grid-template-columns: 1fr;
      }
      .mobile-btn-pos{
        text-align: center !important;
        
      }
      .float-mb{
        float: right !important;
      }
    }
    /* end ride css */
    .intl-tel-input.allow-dropdown {
      width: 100%;
  }
    
    /* contact us */
    .section-title {
      position: relative;
      font-size: 30px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      margin: 0 0 35px;
    }
    
    .sec-pad {
      padding: 60px 0 0;
      /* margin: 50px 0; */
    }
    
    .contact-sec {
      align-item: center;
      display: flex;
      /* background-color: #5cbde466; */
    }
    
    .contact-sec .contact-ul li,
    .contact-ul b {
      font-size: 20px;
      margin: 10px 0;
      font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
      word-wrap: break-word;
    }
    
    .contact-sec .contact-ul i {
      font-size: 18px;
      padding: 10px;
      margin-right: 10px;
      border-radius: 50%;
    }
    .contact-detail a {
      color: #000;
      text-decoration: none;
    }
    
    .contact-sec .contact-ul li b:hover {
      color: #f93;
    }
    
    .contact-sec .contact-ul li .fa-location-dot {
      /* color: #f44337;
      border: 2px solid #f4433790; */
    }
    
    .contact-sec .contact-ul li .fa-phone {
      /* color: #00b055;
      border: 2px solid #00b05590; */
    }
    
    .contact-sec .contact-ul li .fa-envelope {
      /* color: #ff6347;
      border: 2px solid #ff634790; */
    }
    .contact-sec .contact-ul li .fa-solid {
      color: #0e327c;
      border: 2px solid rgba(14, 50, 124, 0.56);
    }
    .contact-sec .contact-ul li .fa{
      color: #0e327c;
      border: 2px solid rgba(14, 50, 124, 0.56);
    }
    .heading-font-content{
      font-size: 20px;
      font-weight: bolder;
    }
    .ul-contact{
      padding-left: 3.2rem;
    }
    .contact-detail span {
      width: 400px;
      display: flex;
      justify-content: center;
    }
    .contact-detail span a {
      font-size: 20px;
      padding: 6px 12px;
      color: #000;
      border-radius: 50%;
      margin: 0px 5px;
    }
    .contact-detail span .fb {
      color: #3b5998;
      border: 3px solid #3b5998;
    }
    .contact-detail span .fb:hover {
      color: #fff;
      background-color: #3b5998;
    }
    
    .contact-detail span .insta {
      color: #833ab4;
      border: 3px solid #833ab4;
    }
    .contact-detail span .insta:hover {
      color: #fff;
      background-color: #833ab4;
    }
    
    .contact-detail span .twitter {
      color: #00acee;
      border: 3px solid #00acee;
    }
    .contact-detail span .twitter:hover {
      color: #fff;
      background-color: #00acee;
    }
    
    form.contFrm {
      /* max-width: 396px; */
      margin: auto;
      background-color: #f5f5f5;
      padding: 40px 25px;
  }
    
  .inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 22px;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
}
    
    .inptFld:focus {
      outline-offset: -4px;
      outline: 1px solid #f93;
    }
    
    .contFrm textarea {
      height: 75px;
      padding-top: 5px;
    }
    .inptBtn {
      height: 50px;
      border: 0;
      background-color: rgb(14, 50, 124) !important;;
      font-size: 14px;
      color: #fff;
      margin: auto;
      letter-spacing: 0px;
      cursor: pointer;
      width: 100%;
      max-width: 100%;
    }
    h6.contact-ul i {
      color: #0e327c;
      border: 2px solid rgba(14, 50, 124, 0.56);
    }
    /* Responcive css Start */
    
    @media (max-width: 991px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
      .sec-pad {
        padding: 20px 0 0px;
      }
    
      .contact-sec .contact-ul li,
      .contact-ul b {
        font-size: 18px;
      }
    
      .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
      }
    
      .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
      }
    }
    
    @media (max-width: 767px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
      .contact-detail span {
        width: auto;
      }
      .contact-detail span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px 20px;
      }
    }
    
    @media (max-width: 575px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.5rem !important;
    font-weight: bolder;
    text-align: center;
}
      .section-title {
        font-size: 26px;
        font-weight: 500;
      }
      .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
      }
      
      .contact-sec .contact-ul i {
        border: none;
      }
      .inptFld {
        height: 36px;
        margin: 0 0 8px;
        padding: 0 14px;
        font-size: 14px;
      }
    }
    
    @media (max-width: 480px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.5rem !important;
    font-weight: bolder;
    text-align: center;
}
      .contact-sec .contact-ul li,
      .contact-ul b {
        font-size: 18px;
      }
    }
    .contact-ul{
      list-style: none;
    }
    /* contact us end */
/* media query   */
@media screen and (min-device-width: 601px) and (max-device-width: 768px) { 
    .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
    /* STYLES HERE */
    .fleet-img-box img {
      width: 60% !important;
    }
    .fleet-img-box-fleet img{
      width: 60% !important;
    }
    .why-choose-head-h1-about {
      z-index: 4;
      text-align: center;
      background-color: #fffee6;
      width: 60%;
      position: absolute;
      top: 18px !important;
      left: 55px;
      font-size: 1.2rem !important;
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 1280px) { 
    .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
  /* STYLES HERE */
  .why-choose-head-h1-about {
    z-index: 4;
    text-align: center;
    background-color: #fffee6;
    width: 60%;
    position: absolute;
    top: 18px !important;
    left: 55px;
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-position{
    position: absolute;
    bottom: 0;
  }
  .mobile-height{
    height: 100%;
    padding-bottom: 60px;
  }
  ul#myTab3 li a.active {
    color: #000;
    background: unset;
    box-shadow: unset;
    border-top: 2px solid rgb(14, 50, 124) !important;
    border-radius: unset !important;
  }
  ul.nav-pills.nav-fill li.nav-item {
    padding: 3px 3px !important;
  }
  .card-body-mb{
    padding: 0 !important;
  }
  .mobile-map-embed-cd {
      margin-top: unset;
  }
  .pn-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .main-content {
    padding-left: 0px;
    padding-right: 0px;
    width: 100% !important;
}
    .mb-pad{
       padding: 2px 18px !important;
    }
  .nav-item{
    padding: 3px 15px !important;
  }
  .me-auto{
    margin-right: unset !important;
  }
  .footer-top-mobile {
    padding-top: 30px !important;
    padding-bottom: 50px;
}
#navbarSupportedContent.navbar-collapse.mobile-nav-bg.collapse ul.navbar-nav.me-auto.mb-2.mb-lg-0 li.nav-item a {
    color: #fff !important;
}
.booking-Heading{
    letter-spacing: 0px !important;    
}
a.nav-link-mobile{
    color:#fff !important;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 li a {
  font-family: 'Fira Sans' !important;
}
  .mb-m{
    margin-bottom :2em;
  }
  .mb-p{
    padding-right: 1em;
    padding-left: 1em;
  }
  .d-flex-mobile{
    display: unset !important;
  }
  .navbar-collapse {
    padding-right: 10px !important;
    padding-left: 10px;
  }
  .mobile-btn-ml{
  
    width: 100%;
  }
  a.nav-link {
    border: unset !important;
    /*color: #000 !important;*/
    padding: 4px 15px;
}
  .mobile-nav-align{
    text-align: center;
  }
  .fleet-img-box img {
    width: 50% !important;
}
.fleet-img-box-fleet img{
  width: 50%;
}
  .mobile-nav-bg{
    background-color: rgb(14, 50, 124) !important;
  }
  div#form-position {
    position: absolute;
    width: 100%;
    top: 3px !important;
    z-index: 1;
  }
  .booking-Heading {  
    color: rgb(20, 74, 143);
    font-size: 1.5em !important;
    font-weight: bolder;
    letter-spacing: 0px;
  }
  .p-5 {
    padding: 1.2rem !important;
  }
  .taxi-service.col-md-12.card.text-center.p-5.mobile-style{
    box-shadow: 0px 0px 4px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .mobile-pt-4{
    padding-top: 1.5rem !important;
  }
  .mt-4-mobile-fleet {
    margin-top: 2.8rem !important;
  }
  .booking-Heading-getcab {
    color: rgb(20, 74, 143);
    font-size: 1.4em !important;
    font-weight: bolder;
    text-align: center;
  }
  .booking-Heading-secondary {
    color: #fff;
    font-size: 1.2em !important;
    font-weight: bolder;
    text-align: center;
}
.booking-Heading-secondary-header{
    color: #fff;
    font-size:18px !important;
    font-weight: bolder;
    text-align: center;
}
.download-button-mobile img{
  width: 100px;
  }
  div.carouselExampleControls-mobile {
    height: 468px;
  }
  .book-btn-mobile {
    width: 100%;
    margin-top: 7px;
  }
  .navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler:visited,.navbar-toggler:focus-within,.navbar-toggler:target,.navbar-toggler:focus-visible {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
  .mobile-map-embed{
    margin-top: 20px;
  }
  .ps-5-mobile {
    padding-left: 1.3rem !important;
  }
  .pe-5-mobile {
      padding-right: 1.3rem !important;
  }
  .mt-mobile-why-choose{
    padding-top:55px;
  }
  .container.mobile-padding-cab {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .why-choose-head-h1-about {
    z-index: 4;
    text-align: center;
    background-color: #fffee6;
    width: 60%;
    position: absolute;
    top: 9px;
    left: 55px;
    font-size: 1rem !important;
  }
}
.btn-online-border{
  /*border: 1px solid #fff !important;*/
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.2rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-weight: bolder;
}
.service-header-section{
        padding-top: 160px !important;
}
.header-section{
  background-image: url("../img/cabs/banner3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:650px;
}
.header-section-faq{
  background-image: url("../img/headers/faq.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-faq{
  background-image: url("../img/headers/faq.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-section-fleet{
  position: relative;
  background-image: url("../img/cabs/fleet-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-block {
  position: relative;
  z-index: 10;
  float: left;
  width: 100%;
  padding: 0;
  text-align: left;
  max-width: 600px;
}
.btn-group-header{
  width: 100%;
}
p.description.text-justify {
  color: #000000 !important;
}
p.description {
  color: #000000 !important;
}
.icon-round span {
  padding: 20px 23px;
  border: 2px solid rgb(20, 74, 143);
  border-radius: 50px;
  margin: 4px 0 !important;
  color: #fff !important;
}
.content_sl {
  text-align: center !important;
}
.book-main-head{
  font-size: 1.5rem !important;
}
/* media query end */
.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: rgb(14, 50, 124);
  border-bottom: 1px solid rgb(14, 50, 124);  
}
  .top-bar a {
    color: #f8f9fa; 
  }
.fa-solid{
  color:rgb(20, 74, 143);
}

a.nav-link.active {
  color: rgb(217 217 217);
    font-weight: bold;
}
a.nav-link {
  color: #000;
  font-weight: bold;
}
div#form-position {
  position: absolute;
  width: 100%;
  top: 158px;
  z-index: 1;

}
.icon-angle{
  color:#2e3464;
}
.book-location{
  border-radius: 0px !important;
    background: unset !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding-left: 23px !important;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black overlay */
  z-index: 1; /* Sits behind the content */
}
.book-location::placeholder {
  color: #fff; /* Change this to your desired color */
  opacity: 1;  /* For more visibility */
}
.how-it-works{
  position: relative;
  background-image: url('../img/cabs/how-its-work.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-round2 span {
  padding: 20px 21px;
  border: 2px solid rgb(20, 74, 143) ;
  border-radius: 50px;
  margin: 4px 0 !important;
  color: #fff !important;
}
.icon-round2 {
  text-align: center;
  height: 60px;
}
.icon-round {
  text-align: center;
  height: 60px;
}
.icon-box-heading{
  color:#fff;
  font-weight: bold;
  font-size:15px;
}
.icon-box-description{
  color:#fff;
}
.service-heading{
  color:rgb(14, 50, 124);
  font-size: 20px;
}
.t-and-c-head{
  color:rgb(14, 50, 124);
  font-weight: bolder;
}
.privacy-p-head{
  color:#8c8db2;
  font-weight: bolder;
}
.th-logo{
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  width: 60px;
}
.sub-heading{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  
  /* font-size: 20px; */
}
.z-index{
  z-index: 11111;
}
.main-heading-white{
  color: #fff;
  font-weight: bold;
}
/* For compatibility with older browsers, use these vendor prefixes */
.book-location:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.book-location::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
/* services grid */
.provided-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-grid {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.service-grid img {
  width: 100%;
  height: auto;
  border-radius: 13px;
}
.service-grid-image{
  padding: 13px;
}
.service-grid-content {
  padding: 15px;
}

.service-grid h2 {
  text-align: center;
  font-size: 1.5em;
  margin: 0 0 10px;
  color: rgb(14, 50, 124);
}

.service-grid p {
  margin: 0 0 15px;
  color: #000000;
  text-align: center;
}
.navbar-toggler{
  margin-right: 10px;

}
.navbar-collapse {
  /* padding-right: 10px; */
  padding-left: 10px;
}
.service-grid a {
  display: inline-block;
  padding: 10px 15px;
  background-color: rgb(14, 50, 124);
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #0e327c !important;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.service-grid a:hover {
  background-color: #555;
}
/* services grid end */
/* latest news */
.provided-news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-grid {
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  /* border-radius: 16px; */
  overflow: hidden;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); */
}

.news-grid img {
  width: 100%;
  height: auto;
  /* border-radius: 13px; */
}
.news-grid-image img{
  border-radius: 8px;
}
.news-grid-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.new-small{
  margin: 0 0 6px !important;
  font-weight: bold;
  font-size:0.8rem;
  color:#fff;
}
.news-grid h2 {
  text-align: left;
  font-size: 1em;
  margin: 0 0 10px;
  color: #fff;
}
.position-relative{
  position: relative;
}
.news-grid p {
  margin: 0 0 15px;
  color: #fff;
  text-align: left;
}

.news-grid a {
  display: inline-block;
  padding: 10px 15px;
  /* background-color: rgb(14, 50, 124); */
  color: white;
  text-decoration: none;
  border-radius: 48px;
  border: 2px solid #fff;
  rotate: -36deg;
}
.new-date{
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  text-shadow: 2px 1px 5px #000;
}
.news-date-day{
  font-size:2.4rem;
}

.news-grid a:hover {
  background-color: #555;
}
/* latest news end */
/* blog grid css */
.provided-blog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.provided-blog-sidebar {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  gap: 20px;
  padding: 3px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-grid {
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  /* border-radius: 16px; */
  overflow: hidden;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); */
}

.blog-grid img {
  width: 100%;
  height: auto;
  /* border-radius: 13px; */
}
.blog-grid-image img{
  border-radius: 8px;
}
a.navbar-brand {
  padding-left: 10px;
}
.blog-grid-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog-small{
  margin: 0 0 6px !important;
  font-weight: bold;
  font-size:0.8rem;
  color:#000;
}
.blog-grid h2 {
  text-align: left;
  font-size: 1em;
  margin: 0 0 10px;
  color: #000;
}
.position-relative{
  position: relative;
}
.blog-grid p {
  margin: 0 0 15px;
  color: #000;
  text-align: left;
}
.btn-load-more{
  border-radius: 25px;
    padding: 16px 36px;
    background: #242322;
    color: #fff;
}
.blog-grid a {
  display: inline-block;
  padding: 10px 15px;
  /* background-color: rgb(14, 50, 124); */
  color: white;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid rgb(14, 50, 124);
  background-color: rgb(14, 50, 124);
}
.blog-date{
  padding: 5px 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
  text-shadow: 2px 1px 5px #000;
  background-color: rgb(14, 50, 124);
  text-align: center;
}
.blog-date-day{
  font-size:2.4rem;
}

.blog-grid a:hover {
  background-color: #555;
  border: 2px solid #555;
}
/* latest news end */
.booking-Heading-secondary-header{
    color: #fff;
    font-size:18px !important;
    font-weight: bolder;
    text-align: center;
}
/* blog grid css end */
.text-primary-text{
  color: rgb(14, 50, 124);
}
.bg-fleet{
  background-color: #c5d7e1;
}
.fleet-title-fleet{
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 10px;
    color: rgb(14, 50, 124);

}
.fleet-img-box{
  height: 117px;
  text-align:center;
}
.fleet-img-box-fleet{
  text-align:center;
}
.fleet-img-box-fleet img{
  width: 100%;
}
.text-service{
  background: #f5f5f5;
}
.fleet-img-box img{
  width: 100%;
}
.icon-fleet {
  display: flex;
  justify-content: space-between;
}
.box-shadow{
  box-shadow: 0px 0px 4px;
}
.icon-fleet span.left-align {
  text-align: left;
}

.icon-fleet span.right-align {
  text-align: right;
}
.img-client{
  width: 100px;
  border-radius: 100%;
  margin: auto;
}
.img-client img{
  border-radius: 100%;
}
.client-comment{
  text-align: center;
}
.client-name{
  text-align: center;
}
.client-desgination{
  text-align: center;
}
.client-name p{
  color: rgb(20, 74, 143);
  font-size:20px;
  font-weight: bold;
}
.client-desgination p{
  font-size:14px;
}
.carousel-indicators.client-indicator [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 8px !important;
  padding: 0;
  bottom: -9px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #010101;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators.client-indicator{
  bottom: -52px;
}
.carousel-indicators.client-indicator button.active {
  background-color: rgb(20, 74, 143);
}
.postion-relative{
  position: relative;
}
.why-choose-head{
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
}
.why-choose-grid-row{
  background-color: #f5f5f5;
}
.why-choose-head-h1 {
  z-index: 4;
  text-align: center;
  background-color: #fffee6;
  width: 53%;
  position: absolute;
  top: 9px;
  left: 55px;
}
.why-choose-head-h1-about{
  z-index: 4;
  text-align: center;
  background-color: #fffee6;
  width: 60%;
  position: absolute;
  top: 9px;
  left: 55px;
  font-size: 2rem;
  color: rgb(14, 50, 124) !important;
}
.why-choose-grid-head {
  text-align: center;
  font-size: 1.8em;
  /* margin: 0 0 10px; */
  color: rgb(14, 50, 124);
}
.icon-blue-box {
  width: fit-content;
  padding: 16px 20px;
  background: rgb(14, 50, 124);
  color: #ffffff;
  border-radius: 55px;
  position: absolute;
  top: 23px;
  z-index: 11;
  left: 30px;
}
.icon-blue-box-year{
  padding: 16px 22px !important;
}
.icon-blue-box2 {
  width: fit-content;
  padding: 16px 18px;
  background: rgb(14, 50, 124);
  color: #ffffff;
  border-radius: 55px;
  position: absolute;
  top: 23px;
  z-index: 11;
  left: 30px;
}
.footet-img{
  background-image: url("../img/footerbg.png");
  background-size:cover;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
    .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
  .provided-services {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 600px) {
    .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
  .provided-services {
      grid-template-columns: 1fr;
  }
}
@media(min-width: 1025px){
    .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.0rem !important;
    font-weight: bolder;
    text-align: center;

}
    .home-header-mobile{
    padding-top: 120px;
    }
   

}
 section.fare-estimate-service.p-5 div.container div.row {
    padding-top: 120px;
    }
.btn-primary{
  color:#fff;
  background-color:rgb(20, 74, 143);
  border-radius:1px;
  border:1px solid rgb(20, 74, 143);
  
}
.btn-secondary{
  color:#000;
  border:1px solid #fff;
  background-color:#fff;
  border-radius:1px;
}
.btn-theme-sec{
  background-color: rgb(20, 74, 143) !important;
  border-radius:2px !important;
  color: #fff !important;
  font-weight: bold;
}
.fare-estimate-service{
  position: relative;
  background-image: url("../img/cabs/banner3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height:500px;
}
.book-btn{
  width:49%;
}
.border-bottom-footer {
  border-bottom: 1px solid rgba(255, 252, 252, 0.4);
  width: 85%;
  position: absolute;
  top: 53px;
  left: 15%;
}
nav.sticky{
  height: 60px;
  z-index: 1000;
  position: fixed;
  top: 0;
  float: left;
  width: 100%;
}
.border-bottom-footer-2 {
  border-bottom: 1px solid rgba(255, 252, 252, 0.4);
  width: 91%;
  position: absolute;
  left: 9%;
  bottom: 0;
}
.bg-header-card{
  background-color: #4b4b4b;
}
.bg-color-nav{
  background-color: #d9d9d9 !important;
}
.booking-form-box{
  border-right: 15px solid #4b4b4b;
  border-left: 15px solid #4b4b4b;
  border-bottom: 10px solid #4b4b4b;
  padding-right: 0;
  padding-left: 0;
}
.nav-item{
 /*color: #000;*/
 /* border: 1px solid #fff; */
 padding:10px 15px;
}
.right-nav{
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  color:rgb(20 74 143) !important
}
.nav-item-rightnav{
  padding: 10px 15px;
}
.fa-solid-navbar-contact {
  color: rgb(255 255 255);
  rotate: 45deg;
  font-weight: bold;
}
.icon-white{
  color: rgb(255 255 255);
  font-weight: bold;
}
/* a.nav-link {
  border: 1px solid #fff;
  color: #000;
  padding: 10px 15px;
} */
.align-items-center{
  align-items: center !important;
}
.border-0-opicity{
  border-right: 5px solid #000000;
  border-left: 5px solid #000000;
}
.bg-dark-custom{
  background-color: #fff !important;
}

.sticky-main-logo{
      width: 61px;
    margin-left: 20px;
}
button.navbar-toggler.btn-primary {
  color: rgb(20, 74, 143);
  font-size: 25px !important;
  font-weight: bold !important;
  background: unset !important;
  border: unset;
}
.croos-icon-btn{
  color: rgb(255 255 255);
    font-size: 35px !important;
    background: unset;
    border: unset;

}
.navbar-collapse.collapse.show {
  /* padding-bottom: 20px; */
  /*background-color: #4b4b4b;*/
}
.navbar-collapse.collapse.show div.navbar-nav{
  text-align: center;
}
/* button.navbar-toggler.btn-primary i {
  color: rgb(20, 74, 143);
  font-size: 20px !important;
  font-weight: bold !important;
} */
.booking-Heading{
  color: rgb(20, 74, 143);
  font-size: 2em;
  font-weight: bolder;
  letter-spacing: 0px;
}
.booking-Heading-getcab{
  color: rgb(20, 74, 143);
  font-size: 2.5em;
  font-weight: bolder;
  text-align: center;
}
.booking-Heading-secondary{
  color: #fff;
  font-size: 1.2em;
  font-weight: bolder;
  text-align: center;
}
.download-app-section{
  padding-top: 50px;
}
.locations {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* width: 150px; Adjust width as needed */
  margin: 20px auto 0px auto;
  position: relative;
}

.input-container {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /* align-items: center; */
}

/* .book-location {
  width: 150px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
} */
.taxi-service.col-md-12.card.text-center.p-5 {
  box-shadow: 0px 0px 4px;
  padding-right: 105px !important;
  padding-left: 105px !important;
}
.line {
  width: 2px;
    height: 50px;
    background-color: #ffffff;
    margin: 10px 0;
    position: absolute;
    top: 38px;
    left: 10px;

}
.pickup-icon, .destination-icon {
  font-size: 15px;
  position: absolute;
  top: 13px;
  left: 5px;
}

.pickup-icon {
  color: #ffffff; /* Icon color for pickup */
}

.destination-icon {
  color: #ffffff; /* Icon color for destination */
}
.book-location-black{
  border-radius: 0px !important;
    background: unset !important;
    border: 1px solid #e7e7e7 !important;
    color: #000000 !important;
    padding-left: 23px !important;
}
.sidebar-show .main-sidebar .sidebar-menu>li>a span {
  /* display: none !important; */
}
.sidebar-show .main-sidebar {
  /* width: auto !important; */
  padding-right:10px;
  padding-left:10px;
}
.trip-detail-input{
  height: 55px !important;
}
.notes-driver {
  height: 130px;
}
.pickup-icon-black {
  color: #000000; /* Icon color for pickup */
}

.destination-icon-black {
  color: #000000; /* Icon color for destination */
}
.pickup-icon-black-td, .destination-icon-black-td {
  font-size: 15px;
    position: absolute;
    top: 13px;
    left: 5px;
}
.line-black-td {
  width: 2px;
    height: 50px;
    background-color: #000000;
    margin: 10px 0;
    position: absolute;
    top: 39px;
    left: 11px;
    z-index: 1111;
}
.upppercase{
  text-transform: uppercase;
}
.a-link{
  color:rgb(20, 74, 143);
}
.trip-detail-p{
  font-size: 15px;
}
.fw-bold-light{
  font-weight: 700 !important;
}
.fw-bold{
  font-weight: 900 !important;
}
.font-size-p{
  font-size:14px;
}
.text-primary-theme{
  color: rgb(20, 74, 143);
}
.line-black {
  width: 2px;
    height: 50px;
    background-color: #000000;
    margin: 10px 0;
    position: absolute;
    top: 38px;
    left: 11px;
    z-index: 1111111;

}
.fleet-table{
  width: 100%;
}
.fleet-row{
  border: 2px solid #e7e7e7;
}
.fleet-img{
  width:25%;
}
.fleet-desc{
  width: 60%;
}
.fleet-price{
  width: 15%;
}
.selected-fleet{
  border:2px solid rgb(20, 74, 143) !important;
}
.pickup-icon-black, .destination-icon-black {
  font-size: 15px;
  position: absolute;
  top: 13px;
  left: 5px;
}
.book-location-black:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.pessenger-payment-method-sec{
  background-color: #d9d9d9;
}
.dark-bold-heading{
  font-weight: bolder;
}
.box-full-h{
  height: 100%;
}
.book-location-black::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.pessenger-li-arrow{
  list-style-position: outside;
  position: relative;
  padding-left: 25px;
}
.marker-arrow::before{
  content: "\f061"; /* Font Awesome Unicode for a checkmark */
  font-family: 'Font Awesome 6 Free'; /* Adjust according to the version you are using */
  font-weight: 900; /* Required for some Font Awesome icons */
  position: absolute;
  left: 0;
}
.marker-arrow{
  padding-bottom:20px;  
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
      .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3; }
    @media (max-width: 991.98px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size: 1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 18px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #007bff !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 18px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 18px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #007bff !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
        .booking-Heading-secondary-header{
    color: #fff;
    font-size:1.2rem !important;
    font-weight: bolder;
    text-align: center;
}
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
/* footer css */
ul.company-footer-contact-list li i {
    color: #000000 !important;
}
.footer-section.mt-4{
    margin-top:unset !important;
}
.footer-section {
  background-color: #d9d9d9;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: #d9d9d9;
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}
.footer-section:after {
  position: absolute;
  content: '';
  background-color: #d9d9d9;
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}
.footer-top {
  padding-top: 96px;
  padding-bottom: 50px;
}
.footer-top p,
.company-footer-contact-list li {
  color: #ffffff;
}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
ul.courses-link-list li {
  list-style: none;
}
ul.small-post-list li {
  list-style: none;
}
.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: #000000;
  margin-bottom: 40px;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.footer-newsletter.text-white{
    color:#000000 !important;
}
.widget.company-intro-widget p {
    color: #000000 !important;
}
.courses-link-list li a {
  color: #000000;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
}
.courses-link-list li a:hover {
  color: rgb(20, 74, 143);
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
  color: #ffb606;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}
.small-post-list li+li {
  margin-top: 30px;
}
.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffb606;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    background: #000;
}
.copy-right-text {
  color: #ffffff;
}
.copy-right-text a {
  color: #144a8f;
  font-weight: bold;
}
.terms-privacy li+li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li+li a:after {
  display: none;
}
ul.terms-privacy.d-flex.justify-content-sm-end.justify-content-center li {
  list-style: none !important;
}
ul.company-footer-contact-list {
  padding-left: unset;
}
.download-button-mobile img {
  width: 80px;
}
.footer-contactus ul li {
  list-style: none;
}