body {
  /* background-color: #DBD6AE; */
  background-color: #f8f9f9;
  font-family: "Open Sans", sans-serif;
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:link {
  color: rgb(0, 0, 0);
}

/*new add*/
.dropdown-menu {
  background: #000 !important;
}

/*new add*/
a.nav-link {
  color: #fff;
}

a:visited {
  /*color: rgb(0,0,0); */
}

a:active {
  /*color: rgb(0,0,0); */
  color: #ff9800;
}

a:hover {
  /*color: #CC3300; */
  color: #ff9800;
}

p {
  font-family: "Open Sans", sans-serif;
  /*font-size: 15px;*/
  font: size 18px;
}

p.text-center {
  /*color:#6c757d; */
  color: rgb(0, 18, 56);
}

.header {
  display: flex;
  justify-content: space-between;
  font-family: "Lobster", cursive !important;
  letter-spacing: 1px;
  background-color: #fff;
}

p.text-center {
  /* color: #6c757d; */
  color: rgb(0, 18, 56);
  font-family: Georgia, serif;
  font-weight: 600;
}

.header h2 {
  margin-bottom: 0 !important;
  font-size: 40px;
  color: #fd7e14;
}

/*new add */
a.mr-3 {
  color: #555;
}

.header a {
  font-size: 15px;
  text-decoration: none;
}

.header p:hover,
.header a:hover {
  /*color: black; */
  color: #ffc107;
}

.header .contact-info a {
  font-weight: 100;
  font-size: 5px;
  text-decoration: none;
}

.header .contact-info .fa {
  font-size: 18px;
}

.header .contact-info a:hover {
  /* color: #CC3300; */
  color: #ffc107;
}

@media screen and (max-width: 768px) {
  .cc-contactpop {
    bottom: 10px;
    right: 10px;
    width: 80%;
  }

  .header h2 {
    font-size: 22px;
  }

  .header p {
    font-size: 12px;
  }

  .header .contact-info a {
    font-size: 5px;
  }
}

@media screen and (max-width: 400px) {
  .header h2 {
    font-size: 18px;
  }

  .header p {
    font-size: 10px !important;
  }

  .header .contact-info a {
    font-size: 5px;
    margin: 0 4px 0 0 !important;
  }

  .header .contact-info .fa {
    font-size: 8px;
  }
}

@media screen and (max-width: 300px) {
  .header h2 {
    font-size: 16px;
  }

  .header p {
    font-size: 8px !important;
  }

  .header .contact-info a {
    font-size: 5px;
    margin: 0 3px 0 0 !important;
  }

  .header .contact-info .fa {
    font-size: 6px;
  }
}

/* adds some margin below the link sets  */

.navbar {
  /*background-color: #020202; */
  background-color: #000000d6;
  /*border-top: 2px solid rgb(208,132,17); */
  border-top: 2px solid #363636;
  /* border-bottom: 2px solid rgb(208,132,17); */
  border-bottom: 2px solid #363636;
  align-items: baseline;
  margin: 0px;
  position: sticky;
  top: 0;
  z-index: 99;
}

@media (max-width: 991px) {
  .navbar {
    overflow: auto;
    max-height: 85vh;
    align-items: flex-start;
  }
}

.navbar-toggler {
  border: 1px solid #000;
  background-color: #fff;
}

.navbar-toggler-icon {
  color: #000;
}

.navbar-brand button {
  /*border: 1px solid rgb(208,132,17);  */
  border: 1px solid #ff9800;
  background-color: #dbd6ae;
}

.navbar-brand button a {
  /* color: rgb(208,132,17); */
  color: #ff9800;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #e8e4ca;
  padding-top: 10px;
}

.navbar-nav .nav-item a:hover {
  font-weight: bold;
  background-color: #e8e4ca;
}

.dropdown-menu-underline {
  border-top: 1px solid #363636;
  width: 100%;
}

.navbar .dropdown-menu h6 a {
  /*color: rgb(208,132,17); */
  color: #ff9800;
  text-decoration: none;
}

i.fa.fa-bars.pt-1 {
  color: #000;
}

.dropdown-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.dropdown-menu ul li a {
  font-size: 14px;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.4rem 0rem;
  }

  /* makes the dropdown full width  */
  .navbar #aboutus {
    position: relative;
  }

  .navbar .dropdown {
    position: static;
  }

  .navbar #aboutus .dropdown-menu {
    padding: 10px 0px !important;
    width: 200px;
  }

  .navbar .dropdown-menu {
    padding: 20px 60px;
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;

    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .dropdown-menu ul li a {
    padding-left: 0 !important;
    margin-top: 0 !important;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown:hover .nav-link,
  .navbar .dropdown .dropdown-menu:hover .nav-link {
    background-color: #000000d6;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
}

#banner {
  background-color: #fff;
  /* border-bottom: 2px solid rgb(208,132,17); */
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

.carousel-indicators {
  margin-bottom: 5px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .carousel-indicators {
    margin-bottom: -5px;
  }

  .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
  }
}

.title h1,
.title h2 {
  font-size: 22pt;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  /*color: #996600; */
  /* color: #6b739c; */
  color: #001238;
}

.title-underline {
  /* border: 1px solid #C4BC7B; */
  /* border: 1px solid #6b739c;  */
  border: 1px solid #f0f0ff;

  width: 150px;
  margin: 6px auto;
}

@media screen and (max-width: 768px) {
  .title h1,
  .title h2 {
    font-size: 15pt;
  }

  .title-underline {
    margin: 0px auto;
    width: 100px;
  }

  p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .header a {
    padding: 9px;
  }
}

#jaipur-taxi-service img {
  transition: transform 3s;
}

#jaipur-taxi-service img:hover {
  transform: scale(1.1);
}

#whychooseus .row img {
  height: 80px;
  width: 80px;
}

#whychooseus h5 {
  font-weight: bold;
  color: #001238;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #whychooseus .row img {
    height: 50px;
    width: 70px;
  }

  #whychooseus h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  #whychooseus .row img {
    height: 50px;
    width: 50px;
  }

  #whychooseus h5 {
    font-size: 15px;
  }
}

.whychooseus-content .row img {
  height: 100px;
  width: 100px;
}

@media screen and (min-width: 620px) and (max-width: 960px) {
  .whychooseus-content .row img {
    height: 80px;
    width: 80px;
  }
}

@media screen and (min-width: 400px) and (max-width: 619px) {
  .whychooseus-content .row img {
    height: 70px;
    width: 70px;
  }
}

/*new add*/
.text-justify {
  color: #555;
}

.readmore-btn {
  /* border: 1px solid rgb(208,132,17);  */
  border: 1px solid #ff9800;
  background-color: #fff;
}

.readmore-btn a {
  /* color: rgb(208,132,17); */
  color: #ff9800;
}

#cab-details {
  padding: 60px 0px;
}

.cab-gallery {
  width: 100%;
  height: auto;
  text-align: center;
}

.cab-gallery .card {
  /*background-color: #E8E4CA; */
  /* border: 1px solid #C4BC7B; */
  background-color: #fff;

  /*  border: 1px solid #343940; */
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);

  transition: 0.3s;
  border-radius: 3px;
}

.cab-gallery .card-header {
  padding: 0px !important;
}

.cab-gallery .card-img {
  border-radius: 8px 8px 0 0;
}

.cab-gallery .card-body {
  padding: 0px !important;
}

/*new add*/
.fa-2x {
  font-size: 2em;
  color: #203239;
}

.cab-gallery .card-title {
  /* border-bottom: 1px solid #C4BC7B; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #000000d6;
  padding: 2px 0px;
}

.cab-gallery .card-body .cab-card-icons {
  padding: 10px 15px;
}

.cab-gallery .card-title h4 {
  /*font-size: 20px; */
  font-size: 19px;
  font-weight: bold;
  color: #001238;
  margin-bottom: 2px !important;
}

.cab-gallery .card-title h4 a:hover {
  text-decoration: none;
}

.cab-gallery .card-text-para {
  /* background-color: #C4BC7B; */
  background-color: #df8600fb;
  /* color: #000000d6; */
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  /*font-size: 16px; */
  font-size: 15px;
  text-transform: uppercase;
}

.booknow-btn {
  /* background-color: #996600; */
  background-color: #df8600fb;
  color: white;
  border: 1px solid #df8600fb;
  font-weight: bold;
  /* border: 1px solid black; */
}

.booknow-btn a {
  color: white;
  text-decoration: none;
}

.booknow-btn:hover {
  background-color: #df8600fb;
}

.booknow-btn:hover a {
  color: #000000d6;
}

.cab-gallery .card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
}

#cab-details .carousel-control-prev,
#cab-details .carousel-control-next {
  /*color: red;*/
  color: #df8600fb;
  font-size: 25px;
}

#cab-details .carousel-control-prev:hover,
#cab-details .carousel-control-next:hover {
  color: #000000d6;
}

/*new add */
.card-icons {
  color: #000000d6;
}

@media screen and (max-width: 568px) {
  .cab-gallery .card-title h4 {
    font-size: 15px;
  }

  .cab-gallery .card-img {
    padding: 10px 30px !important;
  }

  .cab-gallery .card-body .cab-card-icons {
    font-size: 12px;
  }

  .cab-gallery .card-body .cab-card-icons .fa {
    font-size: 18px;
  }

  .cab-gallery .card-text-para {
    margin-bottom: 8px;
    padding: 3px 0px;
  }

  .booknow-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .packages h5 {
    font-size: 15px;
  }

  .packages p {
    font-size: 12px !important;
  }

  .packages h6 span {
    font-size: 15px !important;
  }
}

#tour-packages .carousel-control-prev,
#tour-packages .carousel-control-next {
  /* color: red; */

  color: #df8600fb;
  font-size: 25px;
}

#tour-packages .carousel-control-prev:hover,
#tour-packages .carousel-control-next:hover {
  color: #000000d6;
}

#tour-packages {
  padding: 60px 0px;
}

.packages {
  border: 1px solid #fff;
  background-color: #fff;
  /* box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); */
  box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);
}

/*new add*/
p.mb-3 {
  color: #203239;
}

.package-img {
  overflow: hidden;
  /* border-bottom: 1px solid #C4BC7B; */
  border-bottom: 1px solid #fff;
}

.packages img {
  transition: transform 4s;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.packages img:hover {
  transform: scale(1.2);
}

.packages .package-text {
  padding: 10px;
}

.packages .package-text p {
  font-size: 14px;
}

.packages h6 span {
  font-size: 18px;
  /*color: red; */
  color: #df8600fb;
  animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.packages h6 span:hover {
  animation: none;
  cursor: pointer;
}

.packages input {
  background-color: #c4bc7b;
  padding: 3px 7px;
  border: 1px solid rgb(208, 132, 17);
}

.packages input:hover {
  background-color: #e8e4ca;
  color: #996600;
  border: 1px solid #996600;
}

@media screen and (max-width: 1232px) and (min-width: 992px) {
  .cab-gallery .card-title h4 {
    font-size: 16px;
  }

  .cab-gallery .card-body .cab-card-icons {
    font-size: 12px;
    padding: 5px 10px;
  }

  .cab-gallery .card-text-para {
    font-size: 14px;
  }

  .packages h5 {
    font-size: 17px;
  }

  .packages p {
    font-size: 14px;
  }

  .packages h6 span {
    font-size: 16px !important;
  }

  .packages input {
    padding: 3px 8px !important;
  }
}

#footerid {
  width: 100%;
  height: auto;
  /*background-color: #C4BC7B; */
  /* background-color:#FF9800; */
  background-color: #fff;
  padding: 20px 60px;
  /*border-top: 1px solid rgb(208,132,17); 
    border-bottom: 1px solid rgb(208,132,17); */
}

@media screen and (max-width: 668px) {
  #footerid {
    padding: 10px 0px;
  }
}

#footerid h3 {
  font-size: 16px;
  font-weight: bold;
}

hr {
  margin: 7px 0 !important;
  /* background-color: darkgray; */
  background-color: #363636;
}

#footerid ul {
  padding: 0px !important;
  margin: 0px !important;
}

#footerid ul li {
  color: #000000d6;
  list-style: none;
}

#footerid ul li a {
  text-decoration: none;
  color: #000000d6;
  font-size: 14px;
  padding: 0px !important;
}

#footerid ul li a:hover {
  text-decoration: none;
  /*color: #CC3300; */
  color: #ff9800;
}

.footer-last {
  align-items: baseline;
  padding-bottom: 10px;
}

.last ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0 !important;
}

.last ul li {
  padding: 0 5px;
}

.last ul li a {
  font-size: 14px;
}

.whatsapp-icon {
  background-color: limegreen;
  padding: 6px 10px;
  color: white;
  border: 1px solid limegreen;
  border-radius: 5px;
  position: fixed;
  bottom: 36px;
  left: 15px;
  z-index: 99;
}

.whatsapp-icon a {
  color: white;
}

.whatsapp-icon a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .whatsapp-icon {
    padding: 4px 8px;
    bottom: 40px;
    left: 10px;
  }

  .whatsapp-icon a {
    font-size: 12px;
  }
}

.footer {
  /*background-color: #DBD6AE; */
  /*border-top: 1px solid #C4BC7B;*/
  border-top: #f0f0ff;
  padding: 10px 0px 25px 0px;
}

.footer a {
  text-decoration: none;
}

.footer p {
  margin-top: 0;
}

#footer p {
  font-size: 14px;
}

.fixed {
  position: fixed;
}

.cc-contactpop {
  /* background-color: #DBD6AE; */
  /*new add*/
  background-color: #f4f4f5;
  color: #fff;
  width: 300px;
  bottom: 0px;
  right: 20px !important;
  border-radius: 6px 6px 0px 0px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.cc-contactpop h3 {
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  font-weight: 600;
  /* background-color: #996600; */
  background-color: #fd7e14;
  margin: 0;
  padding: 10px;
  cursor: pointer;
}

.cc-contactpop h3 span {
  font-style: oblique;
}

.cc-contactpop p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
  /* background-color: rgb(208,132,17); */
  background-color: #ff9800;
}

.cc-contactpop p a {
  color: #fff;
  text-decoration: underline !important;
}

.cc-contactpop i {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  /* background: #996600; */
  /* background-color:#000000d6; */
  border-radius: 0px 6px 0px 0px;
}

.cc-contactpop form {
  padding: 8px 15px;
}

.cc-contactpop form span {
  font-size: 12px;
}

.cc-contactpop input {
  font-size: 0.875em;
  width: 100%;
  height: 35px;
  padding: 8px 8px 8px 8px;
  outline: none;
  /* border: solid 1px rgb(208,132,17) */
  border: solid 1px #fd7e14;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop input:hover {
  background: white;
}

.cc-contactpop textarea {
  font-size: 0.875em;
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 100px;
  padding: 8px;
  outline: none;
  border: solid 1px rgb(208, 132, 17);

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop textarea:hover {
  background: white;
}

.cc-contactpop button {
  font-weight: 600;
  /* background-color: rgb(208,132,17); */
  background-color: #ff9800;
  font-size: 0.875em;
  padding: 8px;
  width: 100%;
  color: #fff;
  outline: none;
  cursor: pointer;
  /* border: solid 1px rgb(208,132,17); */
  border: solid 1px #363636;
  margin-top: 10px;
}

.cc-contactpop button:hover {
  background: transparent;
  color: rgb(208, 132, 17);
  border: solid 1px rgb(208, 132, 17);
}

@media screen and (max-width: 672px) {
  .cc-contactpop {
    right: 5px;
    width: 200px;
  }

  .cc-contactpop h3 {
    font-size: 14px;
    padding: 8px;
  }

  .cc-contactpop i {
    font-size: 15px;
    font-weight: 400;
    padding: 7.5px;
  }

  .cc-contactpop p {
    font-size: 12px !important;
    padding: 8px 12px;
  }

  .cc-contactpop form {
    padding: 5px 10px !important;
  }

  .cc-contactpop input {
    font-size: 0.675em;
    height: 30px;
    padding: 0px 8px 0px 8px;
  }

  .cc-contactpop textarea {
    font-size: 0.675em;
    height: 70px;
    max-height: 70px;
  }

  .cc-contactpop button {
    font-weight: 500;
    font-size: 0.675em;
    padding: 5px;
    margin-top: 0px;
  }
}

.path-link a {
  text-decoration: underline !important;
  font-size: 14px;
  color: #ff9800;
}

#inner-content {
  padding: 0 30px;
}

#inner-content h1 {
  /*color: #996600;*/
  color: #001238;
}

#inner-content p {
  font-size: 15px;
}

#inner-content .title-underline {
  width: 100%;
}

#inner-content .border-img {
  /*border-right: 1px solid darkgray; */
  border-right: 1px solid #f0f0ff;
}

@media screen and (max-width: 767px) {
  #inner-content {
    padding: 0 15px;
  }

  #inner-content .border-img {
    border-right: none;
    border-bottom: 1px solid darkgray;
  }

  #inner-content p {
    font-size: 14px;
  }
}

.tab-content {
  margin: 0 !important;
  padding: 0 !important;
}

.tab-pane ul {
  background-color: white;
}

.sidebar .sidebar-title {
  /*background-color: #996600; */
  /* background-color:#FF9800; */
  /* background-color: #020202;*/
  background-color: #ff9800;
  color: #fff;

  padding: 7px 0px 3px 0px;
  border-radius: 5px 5px 0px 0px;
  /* color: white; */
  letter-spacing: 0.5px;
  font-size: 16px;
}

.sidebar-nav .nav-tabs {
  /* background-color: #E8E4CA; */
  /*background-color:#020202; */
  background-color: #fff;
  box-shadow: 0px 3px 14px 0px rgb(0 11 40 / 6%);
  transition: 0.3s;
  border-bottom: 0;
}

.sidebar-nav ul li a {
  font-size: 14px;
}

.sidebar-nav ul li:hover {
  /*background-color: #DBD6AE; */
  background-color: #f8f9f9;
}

.sidebar-list-title {
  /*background-color: rgb(208,132,17); */
  /* background-color:#FF9800; */
  background-color: rgba(0, 0, 0, 0.03);
  padding: 7px 0px 3px 0px;
  letter-spacing: 0.5px;
  font-size: 14px;
  border-radius: 8px 5px 0px 0px;
}

.sidebar-list ul {
  /* background-color: #E8E4CA; */
  background-color: #fff;
  list-style: none;
  padding: 0px;
  /*border:  1px solid #C4BC7B;*/
  border-bottom: 1px solid #ff9800;

  border-bottom: none;
}

.sidebar-list ul li {
  padding: 5px;
  /* border-bottom: 1px solid #C4BC7B; */
  /* border-bottom: 1px solid #FF9800  */
  border-bottom: 1px solid #363636;
}

.sidebar-list ul li:hover {
  background-color: #ff9800;
}

.sidebar-list ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.sidebar-links {
  padding: 3px;
  display: flex;
  flex-wrap: wrap;
  /*border: 1px solid #C4BC7B; */
  /* border:  1px solid #343940; */
  border: 1px solid #f0f0ff;
  background-color: #f4f4f5;
}

.sidebar-links a {
  text-decoration: none;
  padding: 5px;
  /*background-color: #C4BC7B; */
  background-color: #fff;
  font-size: 12px;
  border-radius: 5px;
  margin: 5px;
}

a {
  color: #000;
}

.car-features {
  /*background-color: #E8E4CA; */
  background-color: #fff;
  padding: 5px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.car-features-icon {
  margin: 5px 0px;
}

.car-features-icon:hover {
  /* background-color: #C4BC7B; */
  background-color: #ff9800;
  color: #fff;
}

.car-features-text {
  font-size: 14px;
}

.header-bg {
  /* background-color: #996600; */
  background-color: #ff9800;
  padding: 7px 10px;
  border-radius: 10px 0px 0px 0px;
  color: #fff;
  font-size: 24px !important;
  letter-spacing: 1px;
}

@media screen and (max-width: 778px) {
  .header-bg {
    font-size: 18px !important;
    letter-spacing: 0.5px;
  }

  #inner-content h1 {
    font-size: 25px;
  }
}

.taxi-table {
  border: 1px solid #c4bc7b !important;

  padding: 0px !important;
}

.taxi-table tr td {
  padding: 8px 0px !important;
  font-size: 14px;
  border-top: 0 !important;
}

table th {
  padding: 0.3rem !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.table-header th {
  font-size: 20px;
}

.table-bg {
  /* background-color: rgb(208,132,17); */
  background-color: #000000d6;
  color: #fff;
}

.table-row-head {
  /* background-color: #C4BC7B!important; */
  background-color: #ff9800;
  font-size: 16px;
}

tbody tr {
  font-size: 14px;
}

.imp-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.imp-links a {
  text-decoration: none;
  font-size: 16px;
  /* background-color: #C4BC7B; */
  /* background-color:#203239; */
  /* background-color:rgba(0,0,0,.03); */
  background-color: #ff9800;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.imp-links a:hover {
  /* background-color: rgb(208,132,17); */
  background-color: #ff9800;
  color: #fff;
}

.tour-details ul li {
  font-size: 15px;
}

.tour-schedule h5 {
  background-color: rgb(208, 132, 17);
  color: #000000d6;
  font-size: 16px;
  padding: 5px 30px;
  margin: 0 !important;
  font-weight: bold;
  border: 1px solid #363636;
  border-bottom: none;
  border-radius: 35px 35px 0 0;
}

.complete-package-details .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.tour-schedule .underline {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 2px solid #363636;
}

.tour-daywise-details {
  background-color: #e8e4ca;
  padding: 2px 5px;
}

.tour-details {
  border-bottom: 1px solid #363636;
}

.cars-inner .car-cards {
  /* border: 1px solid #C4BC7B; 
  background-color: #E8E4CA; */

  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.car-cards .card-header {
  overflow: hidden;
}

.car-cards .card-header img {
  transition: transform 3s;
}

.car-cards .card-header img:hover {
  transform: scale(1.1);
}

.car-cards .card-header {
  padding: 0;
}

.car-cards .card-body {
  padding: 0px;
}

.car-cards .card-title {
  /*border-bottom: 1px solid #C4BC7B; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 2px 0 !important;
  margin: 0;
}

.car-cards .card-title h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 0;
}

.car-cards .card-title h5 a {
  text-decoration: none;
}

.car-cards .card-icons {
  font-size: 14px;
  margin: 10px 0;
}

.car-cards .card-icons .cab-card-icons i {
  font-size: 25px;
  padding: 0 10px;
}

.car-cards .card-text .card-text-para {
  /* background-color: #C4BC7B; */
  background-color: #ff9800;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px !important;
  text-transform: uppercase;
}

.car-cards .card-footer {
  padding: 7px;
}

.car-cards .card-footer button {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 778px) {
  .car-cards .card-title h5 {
    font-size: 15px !important;
  }

  .car-cards .card-icons {
    font-size: 12px;
    margin: 8px 0;
  }

  .car-cards .card-icons .cab-card-icons i {
    font-size: 20px;
    padding: 0 8px;
  }

  .car-cards .card-text .card-text-para {
    font-weight: bold;
    padding: 2px 0;
    font-size: 12px !important;
    margin: 7px 0;
  }

  .car-cards .card-footer button {
    padding: 3px 7px;
    font-size: 12px;
  }

  .imp-links a {
    font-size: 14px;
    padding: 3px 10px;
  }
}

.inner-cards {
  border: 1px solid #c4bc7b;
  background-color: #e8e4ca;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.inner-cards-img {
  overflow: hidden;
}

.inner-cards-img img {
  transition: transform 3s;
}

.inner-cards-img img:hover {
  transform: scale(1.1);
}

.inner-cards-text {
  padding: 0px 10px;
}

.inner-cards-text h5 {
  font-size: 17px;
}

.inner-cards-text p {
  font-size: 13px !important;
}

.inner-cards h6 span {
  font-size: 16px;
  color: red;
  animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.inner-cards h6 span:hover {
  animation: none;
}

.inner-cards input {
  background-color: #c4bc7b;
  padding: 3px 7px;
  border: 1px solid rgb(208, 132, 17);
  font-size: 13px;
  margin-bottom: 10px;
}

.inner-cards input:hover {
  background-color: #e8e4ca;
  color: #996600;
  border: 1px solid #996600;
}

@media screen and (max-width: 778px) {
  .inner-cards-text p {
    font-size: 12px !important;
  }

  .inner-cards input {
    font-size: 12px;
  }

  .inner-cards-text h5 {
    font-size: 15px;
  }

  .inner-cards h6 span {
    font-size: 13px;
  }
}

.contact-us h4 {
  font-size: 20px;
}

.contact-us h5 {
  font-size: 17px;
}

@media screen and (max-width: 778px) {
  .contact-us h5 {
    font-size: 16px;
  }

  .contact-us p {
    font-size: 14px !important;
  }
}

#booknow {
  padding-right: 0 !important;
}

#booknow .modal-header {
  background-color: #e8e4ca;
  padding: 10px !important;
}

#booknow form {
  background-color: #c4bc7b;
  border-radius: 0 0 5px 5px !important;
  font-size: 14px;
}

#booknow form label {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

#booknow form input,
#booknow form select {
  height: 35px;
  font-size: 14px;
  padding: 0 2px !important;
}

#booknow form textarea {
  font-size: 14px;
}

#booknow form select option {
  font-size: 14px;
}

#booknow .modal-body {
  padding: 5px auto !important;
}

#booknow .modal-footer {
  background-color: #e8e4ca;
  padding: 5px !important;
}

#booknow .modal-footer button {
  background-color: #996600;
  color: white;
  border: 1px solid #363636;
  padding: 5px 15px;
}

h3.thankyou-msg {
  color: #996600;
  font-weight: 600;
}

.thankyou p,
.thankyou p a {
  font-size: 15px;
}

.thankyou a {
  font-size: 14px;
}

@media screen and (max-width: 778px) {
  h3.thankyou-msg {
    font-size: 20px;
  }

  .thankyou h5 {
    font-size: 16px;
  }

  .thankyou p,
  .thankyou p a {
    font-size: 14px;
  }
}

#fares-table .table-header {
  border: 1px solid gray;
}

#fares-table .table-header p {
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 400;
}

#fares-table th,
#fares-table td {
  border: 1px solid gray;
}

@media screen and (max-width: 778px) {
  #fares-table th {
    font-size: 16px;
  }

  #fares-table .table-header p {
    font-size: 12px;
  }

  #fares-table td {
    font-size: 12px;
  }
}

.border-img ol {
  margin: 0 !important;
  font-size: 15px;
}

@media screen and (max-width: 778px) {
  .border-img ol {
    font-size: 14px;
  }
}

#outstation-use .card {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

#outstation-use .card-text-para {
  text-transform: capitalize;
}

#outstation-use .card-text-para span {
  animation: blink 1.5s linear infinite;
}

span {
  padding-left: 12px;
  /*color:#001238; */
  columns: #fff;
}

/*new add*/
.card-footer {
  /*background-color: #020202;*/
  background-color: #000000d6;
}

.sidebar-list-table ul li a {
  color: #000000d6;
}

h4 a {
  color: #000000d6;
}

h5 a {
  color: #000000d6;
}

.whatsapp-icon a i {
  color: #fff;
}

.nav-justified .nav-item a {
  color: #000000d6;
}

/*new added*/
.fix_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 1;
  transform: translate(-0%, -50%);
}

ol,
ul {
  overflow-wrap: break-word;
}

.fix_menu ul li a {
  display: block;
  background: #fff;
  margin: 6px 0px;
  border-radius: 50px 0px 0px 50px;
  padding: 0px 10px;
  box-shadow: 0 0px 1px 1px #cfcfcf;
  transition: 0.5s;
  right: -80px;
  position: relative;
  font-family: "FontAwesome";
}

.fix_menu ul li a span {
  width: 40px;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: #fff;
  margin: 3px 0px;
  font-size: 18px;
}

.fab,
.far {
  font-weight: 400;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faq-section {
  margin: 15px;
  padding: 12px;
}

.faq-title {
  font-weight: bold;
}

/* .img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
} */

.dynamic-content {
  width: 300px;
  height: 250px;
  background-color: #f0f0f0;
}
