@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");

:root {
  --yellow: #fff3d3;
  --golden: #f9b635;
  --grey: #fff;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 1.5em;
}

html {
  scroll-behavior: smooth;
}

.card-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}

/*****************************************************   newly added ******************************************************************************/

.bg-header-header {
  background: rgba(255, 156, 50, 0.2);
}
.bg-header-footer {
  background: #060024;
}
.pagination button {
  margin: 0 5px;
  padding: 0px 7px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.pagination button.active {
  background-color: #007bff;
  color: white;
}

.base-color {
  color: #2a2f83;
}

.app-color {
  color: #fbbb3b;
}

.bg-app-color {
  background: #fbbb3b;
}

.bg-base-color {
  background: #003084;
}

.bg-black-header {
  /* background-color: #090909  !important; */
  /* background-color: #242222  !important; */
  background: linear-gradient(
    to bottom right,
    rgb(64 63 70 / 84%),
    rgb(28 22 22 / 80%)
  );
}

/* .bg-gradient{
    background: linear-gradient(to bottom right, rgb(12 11 17 / 77%),rgb(0 0 0 / 80%))
} */
/* .bg-app-color{
    background: #2a2f83;
} */

.home-text {
  /* background: linear-gradient(to bottom right, rgb(64 63 70 / 50%),rgb(0 0 0 / 80%)); */
  padding: 10px;
  width: 50%;
  /* clip-path: polygon(0% 0%, 88% 0%, 98% 51%, 77% 149%, 0% 100%); */
  /* clip-path: polygon(75% 0%, 81% 49%, 75% 100%, 0% 100%, 5% 48%, 0% 0%); */
}

.headsubcontent {
  font-size: 37px;
}

.text-services {
  color: #ff7c01;
}

.animated-text h5 {
  font-size: 20px; /* Adjust font size as needed */
  color: #333; /* Text color */
  animation: fadeInOut 3s ease-in-out infinite; /* Define animation */
  margin: 0;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 1; /* Fully transparent at start and end */
    transform: translateY(10px); /* Slight downward movement */
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animated-slide {
  animation: slideInFromLeft 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@media (max-width: 700px) {
  .home-text {
    width: 95%;
    margin-top: 5%;
  }
  .headsubcontent {
    font-size: 20px;
  }
  .text-width {
    margin-left: 10px !important;
  }
}

[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Section Background */
.bg-gradient {
  background: linear-gradient(
    to bottom right,
    rgb(12 11 17 / 77%),
    rgb(0 0 0 / 80%)
  );
  padding: 60px 0;
  color: #fff;
}

/* Heading */
.heading h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.heading p {
  font-size: 20px;
  color: #f0f0f0;
}

/* Category Section */
.category-sec {
  margin-top: 40px;
}

/* Owl Carousel Container */
#banner-carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Individual Category Item */
.cat_each_item {
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
  /* width: 220px;  */
  text-align: center;
}

/* Hover Effects for Category Items */
.cat_each_item:hover {
  transform: scale(1.05);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

/* Category Box */
.cat_sec {
  padding: 20px;
  background-color: #ff7c01;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

/* Image Container */
.imag_hold {
  position: relative;
  height: 150px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

/* Category Image */
.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Text Styling */
.category-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #060024;
}

.cat_each_item:hover .category-image {
  transform: scale(1.1); /* Slight zoom on hover */
}

.list_padding {
  padding: 0px 2px;
}

.list_padding1 {
  /* padding: 50px 100px; */
}

/* Responsive Design */
@media (max-width: 768px) {
  .cat_each_item {
    width: 150px;
  }
  /* .book_content_tab{
        padding-right: 0 !important;
        padding-left: 0 !important;
    
    } */
  .category_select {
    padding-left: 0px !important;
  }
}

/*****************************************************   newly added ******************************************************************************/

.driver-image {
  object-fit: contain;
  height: 100px;
  width: 100%;
  border-radius: 50%;
}
button,
a {
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #fff;
}

.btn-book-later:hover {
  /* color: #000; */
}

#help_now .heading p {
  color: #fff;
}

.content_subhead {
  color: #ab782a !important;
}

.category_select .category_options span.imgs_text {
  color: #fff;
}

.box-shad .tow-img {
  height: 300px;
  width: 100%;
  overflow: hidden;
  box-shadow: 2px 6px 15px 0 rgb(69 65 78 / 10%);
  padding: 15px;
  position: relative;
  /* background: #fff; */
}

.box-shad .tow-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.xpln h3 {
  color: #f9b635;
}

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

.rating ul li {
  display: inline-block;
}

.rating ul li i {
  color: #f9b635;
}

a,
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

.bg-blk {
  background: #003084;
}

.b_radius {
  border-radius: 30px;
}

.pad-60 {
  padding: 80px 0;
}

#collapsibleNavbar ul .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #fbbb3b;
  /* color: #000; */
  position: relative;
}

#collapsibleNavbar a.nav-link.btn.custom-btn {
  color: #000;
  font-weight: 400;
  padding: 5px 25px !important;
  background: #fbbb3b;
}

.footer-copyright {
  padding: 15px;
  background: #000;
  overflow: hidden;
  width: 100%;
}

.footer-copyright .nav .nav-item a {
  padding: 0px 1rem;
  color: #f7bc4e;
}

.copyright.pull-right.ml-auto {
  color: #f0c97f;
}

.copyright.pull-right.ml-auto a {
  color: #f9b636;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

section.video-play {
  background: #080808;
}

video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  width: 100%;
}

.close {
  color: #fff;
}

.mail-div h3 {
  font-size: 18px;
}

.custom-btn {
  background: #fbbb3b;
  color: #000;
}

.banner {
  background-image: url("/images/Banner-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-content.bg-dark {
  background: #000000 !important;
}

.bg-img {
  padding: 170px 0px;
}

.btext-area {
  background-image: url("/images/opacity_bg.png");
  background-repeat: no-repeat;
  padding: 30px 0px 150px;
}

.text-width h1 {
  font-size: 55px;
  color: #fbbb3b;
  font-weight: 600;
  line-height: 1.6;
}

.text-width h5 {
  font-size: 24px;
  color: #fbbb3b;
  margin: 25px 0;
}

.btn.custom-btn.banner-btn {
  background: #fbbb3b;
  padding: 10px 30px !important;
  background-repeat: no-repeat;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  border-radius: 20px;
  transition: transform 0.5s ease, box-shadow 0.3s ease-in-out;
}

.btn.custom-btn.banner-btn:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.arrow-design {
  margin-top: 50px;
}

.help-now {
  padding: 10px 0px;
}

/*.category-sec .item .col {
    border-right: 1px solid #fbb83942;
}*/
.cat_sec {
  text-align: center;
}

.imge_xt {
  width: 100%;
}

.addre-deta.not-selected {
  background: #919191;
}

.imge_xt img {
  width: 32%;
  display: inline-block;
}

.imge_xt p {
  width: 100%;
  color: #212529;
  font-size: 20px;
  padding: 10px 0px;
  margin-left: 0px;
  font-family: sans-serif;
}

.book_now {
  padding: 40px 20px 20px;
}

#banner-carousel .imge_xt .imag_hold {
  width: 100%;
  display: block;
  text-align: center;
  height: 64px;
}

#banner-carousel .imge_xt .imag_hold img {
  width: 64px;
  margin: 0px auto;
}

/*.category-sec .item a:hover p {
    color: #f9b636;
}*/
/*.owl-carousel.owl-drag .owl-item.active .item a:focus p , .owl-carousel.owl-drag .owl-item.active .item a:visited p{
    background: rgb(74 68 56) ;
    color: #f9b635;
    padding: 18px 0px;
}*/
#banner-carousel .owl-nav.disabled {
  display: block;
}

#banner-carousel .owl-prev {
  position: absolute;
  background: #fff;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 35%;
  left: 0px;
  color: #0f0f0e;
  font-size: 18px;
  line-height: 33px;
}

#banner-carousel .owl-next {
  position: absolute;
  background: #fff;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: 35%;
  right: 0px;
  color: #0f0f0e;
  font-size: 18px;
  line-height: 33px;
}

#banner-carousel .owl-dots {
  display: none;
}

.category-sec .items {
  border-right: 1px solid #f7a204;
}

.btn.get_help {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 6px;
}

.heading h1 {
  color: #fbbb3b;
  line-height: 1.5;
  font-weight: 700;
}

.xpln {
  margin: 50px 0px;
}

.xpln p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.tow-img img {
  max-width: 80%;
  /* margin-top: -50px; */
}

.tow-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-two {
  background: linear-gradient(90deg, #1c1c1c 50%, #ff9c32 50%);
  width: 100%;
}

.section_24 {
  padding: 60px 0px;
  color: white;
}

.section_24 h1 {
  /* color: #fff; */
}

.section_24 p {
  font-size: 16px;
  margin-top: 30px;
  line-height: normal;
}

.text-how h3,
.text-how p {
  /* color: #000; */
  line-height: 1.5;
}

#about_us,
.bg_img_all {
  background: url(/images/sec_back.jpeg) !important;
  /* position: relative; */
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #fbbb3b !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* .overlay_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7795ca73;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
} */

#about_us .xpln p {
  color: #fff;
}

.pos-abs {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 100px;
}

.pos-abs h3,
.pos-abs h6 {
  color: #fff;
}

a.btn.btn-view {
  color: #fff;
  background: #003084;
  padding: 10px 30px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
}

.a.btn.btn-view:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.car-img {
  position: relative;
}

.how_works {
  background: #efefef;
  /* background: linear-gradient(to bottom right, rgb(64 63 70 / 50%),rgb(0 0 0 / 80%)); */
  /* background: url(/images/ss_6-min.png) !important; */
}

.text-xpln p {
  font-size: 16px;
  font-weight: 500;
}

/*.bg-how{
    background-image: url('/images/how_it_works_round.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}*/
.category_options .img_span {
  width: 100%;
  display: block;
  text-align: center;
}

.category_options .imgs_text {
  width: 100%;
  display: block;
  text-align: center;
}

.category_select {
  margin-bottom: 30px;
  /* margin-top: 30px; */
  padding-left: 30px;
}

.category_options_select .img_span {
  width: 100%;
  display: block;
  text-align: center;
}

.category_options_select .imgs_text {
  width: 100%;
  display: block;
  text-align: center;
}

.map-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/*.min-hi-div.full-w .btn_next {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
.min-hi-div.full-w {
    height: 100%;
}*/
.light-yellow {
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
}

.bg-how .light-yellow {
  margin-bottom: 40px;
}

.steps_how {
  background: #efefef;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 16px 6px;
  border-radius: 15px;
  padding: 10px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.steps_how:hover {
  background: #fbbb3b;
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.steps_how:last-child {
  margin-bottom: 0;
}

.map-img {
  /*height: 720px;*/
  overflow: hidden;
}

.bg-how .heading.text-center {
  margin-bottom: 90px;
}

/*.text-how h3, .text-how p {
    color: #fff;
}*/
.testimonial {
}

.text-divs {
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 16px 6px;
  padding: 30px 25px 20px;
  border-radius: 20px;
  margin: 15px 10px 20px 10px;
  background: #fff;
}

.text-desig p {
  font-size: 16px;
  line-height: normal;
}

.img-holder-div {
  height: 360px;
  overflow: hidden;
}

.img-holder-div img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  border-radius: 30px;
}

#carousel .col-md-9.my-auto {
  position: relative;
  right: -70px;
  z-index: 9;
}

.owl-dots {
  text-align: right;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #fbbb3b;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

#carousel {
  padding: 50px 0 0px;
}

.author-name p:first-child {
  font-size: 18px;
  margin-bottom: 0;
}

.author-name .light-blk {
  color: #00000091;
}

.app-link {
  background: #ff9c32;
  padding: 30px;
}

.footer-section {
  padding: 50px 0 30px;
}

.cat_sec.bor-left {
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer-links ul {
  padding-left: 0px;
}

.footer-links ul li {
  list-style: none;
  margin-bottom: 10px;
}

.light-yel {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0px;
}

.footer-links h4 {
  color: #fbbb3b;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer-links ul li a {
  color: #fff;
}

.footer-links ul li a i.fa {
  font-size: 20px;
}

.footer-links.dis-in ul li {
  display: inline-block;
  margin-right: 15px;
}

.app-img img {
  width: 200px;
}

.app-img,
.app-img-model {
  margin-top: 10px;
}

.app-img-model img {
  width: 160px;
}

.modal-content.bg-dark .modal-header {
  padding-bottom: 0;
  border: 0;
  padding-top: 5px;
}

.bg-dark .modal-body {
  padding-top: 0;
}

.modal-content.bg-dark h5.txt-whi {
  font-size: 25px;
  padding-bottom: 25px;
}

.txt-whi {
  color: #fff;
}

.golden-clr {
  color: #ff9c32;
}

.book-det.form-emp .form-control {
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #4c4c4c;
  border-radius: 0px;
  color: #fff;
}

.book-det.form-emp label {
  color: #fff;
}

.modal-content.bg-dark .golden-clr {
  font-size: 24px;
  margin-bottom: 25px;
}

.modal-content.bg-dark .form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 2px solid #4c4c4c;
  background: transparent;
  font-size: 16px;
  color: #fff;
}

.modal-dialog.modal-dialog-centered.register-scroll h5#registerModalLabel {
  padding-bottom: 10px;
}

.modal-dialog.modal-dialog-centered.register-scroll .modal-body {
  max-height: calc(100vh - 20px);
  overflow-y: scroll;
}

.modal-dialog.modal-dialog-centered.register-scroll
  .modal-body::-webkit-scrollbar {
  width: 0 !important;
}

input:focus {
  border: none;
  outline: none;
}

div#registerModal {
  padding-left: 0px;
}

::-webkit-input-placeholder {
  color: white !important;
  font-size: 16px;
}

::-moz-placeholder {
  /* color: white !important; */
  font-size: 16px;
}

:-ms-input-placeholder {
  color: white !important;
  font-size: 16px;
}

:-moz-placeholder {
  color: white !important;
  font-size: 16px;
}

.forgot label a {
  color: #ff9c32;
}

.form_empty ::-webkit-input-placeholder {
  color: #222 !important;
}

.btn.b_radius.custom-btn.login {
  padding: 8px 40px;
  font-weight: 500;
  color: #222;
  font-size: 20px;
}

.form-group.text-right.referal input::-webkit-input-placeholder {
  color: #434343 !important;
}

.register-box {
  margin-top: 35px;
  margin-bottom: 40px;
}

.register-box span {
  margin-right: 15px;
  color: var(--yellow);
}

.register-box a {
  color: #007bff;
  font-size: 20px;
}

form.pad-form {
  padding: 0px 30px;
}

.modal-content.bg-dark .referal .form-control {
  border: 1px solid #222;
  background: #222;
  margin: 29px 0;
  text-align: center;
}

.tab4 .item-navigation {
  float: left;
  width: 20%;
  border-bottom: 0;
}

ul.nav-tabs.nav--tabs2 {
  display: inline-block;
  margin-bottom: -4px;
  border: 0;
}

ul.nav-tabs li a {
  position: relative;
  display: inline-block;
  margin-right: -1px;
  padding: 15px;
  background: #8a8a8a;
  border-bottom: 1px solid #222;
  width: 100%;
}

ul.nav-tabs.nav--tabs2 li a {
  padding-right: 30px;
  color: #000;
}

ul.nav-tabs li a.active {
  border-bottom: 0;
  border: 0;
  background: 0 0;
  color: #003084;
  background: #fff;
}

.tab4 .tab-content {
  width: 80%;
  float: left;
}

.image_grid .tab-content {
  margin: 0;
}

.tabs-texts p {
  color: #fff;
}

.tabs-texts {
  margin-left: 20px;
}

.fx_div.dp-block {
  text-align: left;
  display: block;
}

.timeline .timeline-end p a {
  color: #000;
}

.form_empty .form-group.has-error span.text-danger {
  /* color: #fff !important; */
}

.inner-banner.solutionss {
  background-image: url("/images/s6.jpeg");
}

.steps-overall.new-bgs a.no_btn {
  color: #fff;
}

.inner-banner_content h5 {
  color: #fff;
}

.inner_solu {
  background: #003084;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

p.bold_txt {
  margin-bottom: 15px !important;
  font-size: 18px;
  font-weight: 500;
}

.infor-txt h6 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.infor-txt p {
  color: #003084;
  font-size: 18px;
  font-weight: 500;
}

.infor-txt1 p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.infor-txt1 h6 {
  color: #003084;
  font-size: 18px;
  font-weight: 500;
}

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

.img-user {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.img-user img {
  max-width: 100%;
}

.user-in h4 {
  color: #fff;
  font-weight: bolder;
}

.min-hi-div.auto-h hr {
  border-color: #4c4c4c;
}

.info-drive h4,
.book-details h4 {
  color: #fff;
  font-size: 20px;
}

.info-drive p {
  color: #fff;
}

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

.book-details .flex p.light-p,
.add-spcl p {
  color: #fff;
}

.book-details .flex p {
  color: #888;
  font-weight: 500;
}

.book-details .flex p.red-p {
  color: #fff;
  font-weight: 700;
}

.book-fare h4 {
  font-size: 20px;
}

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

.book-fare .flex p.light-p,
.add-spcl p {
  /* color: #fff; */
}

.book-fare .flex p {
  /* color: #888; */
}

.book-fare .flex p.red-p {
  /* color: #fff; */
}

.promocode {
  display: flex;
}

.promocode input.form-control {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  color: #fff;
}

.promocode button.apply-promo {
  background: #003084;
  border: 1px solid #003084;
  border-radius: 10px;
  padding: 2px 15px;
  color: #fff;
}

textarea.form-control.cust-promo {
  background: #fbf2f247;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

.conti-btn.text-right {
  margin-top: 20px;
}

.cont_btns {
  background: #fbbb3b;
  color: #000;
  padding: 8px 20px;
  margin-top: 8px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
}

.book-det h3 {
  color: #003084;
}

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

.book-det hr {
  border-color: #4c4c4c;
  margin-top: 0px;
}

.book-det p.light-p {
  color: #fff;
  font-weight: 700;
}

.book-det p {
  color: #969292;
  margin-bottom: 5px;
  padding-top: 10px;
}

.btn-book-now {
  background: #fbbb3b;
  color: #000;
  padding: 8px 30px;
  border-radius: 25px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
}

.btn-book-now:hover,
.btn-book-later:hover,
.cont_btns:hover {
  transform: scale(1.2);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

.btn-book-later {
  background: #003084;
  color: #fff;
  padding: 8px 30px;
  border-radius: 25px;
}

.book-nows {
  margin-top: 40px;
}

.book-nows p {
  color: #fff;
  margin-top: 20px;
}

.fir-pay,
.sec-pay {
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.fir-pay p,
.sec-pay p {
  margin: 0;
}

.fir-pay .form-check-input,
.sec-pay .form-check-input {
  margin-top: -4px;
}

.che-sele input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #003084;
}

.che-sele input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #003084;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #003084;
}

/*-------------------------------------------------inner page--------------------------------------------------------*/
.pad-50 {
  padding: 50px 0px;
}

.inner-banner {
  background-image: url("/images/s4.jpeg");
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
}

section.inner-banner.advertising-bg {
  background-image: url("/images/advertise.jpeg");
}

.inner-banner_content h2 {
  font-size: 35px;
  padding: 25px;
  color: #fff;
  font-weight: 600;
  padding-left: 0px;
}

.feat-text ul li {
  color: #fff;
  margin-bottom: 10px;
}

.feat-text h2 {
  color: #003084;
}

.some_txt {
  color: white;
}
.img_vide img {
  max-width: 100%;
  border-radius: 10px;
}

.sec_div {
  position: relative;
}

.client-icon a {
  color: #003084;
  font-size: 24px;
  font-weight: 600;
}

feat-text ol {
  list-style-type: decimal;
}

.client-icon {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.firs_div {
  margin-bottom: 20px;
}

.icon-holder .col-md-4:not(:last-child) {
  border-right: 1px solid #222;
}

.icon-holder .row:first-child {
  margin-bottom: 40px;
}

.icon-holder .imge_xt img {
  width: auto;
}

.icon-holder p {
  color: #222;
}

.dark-blk {
  background: var(--grey);
}

.blog-type {
  padding: 40px 0;
}

.blog-overall {
  border: 1px solid #f9b636;
  border-radius: 20px;
  padding: 25px 30px;
  text-align: center;
}

.heading-blog h3 {
  font-size: 28px;
  color: var(--golden);
  padding: 20px 0;
}

.blog-xpln p {
  color: var(--yellow);
  font-size: 18px;
  line-height: 1.5;
}

.blog-overall:hover {
  background: #fff;
  border-color: #fff;
}

.blog-overall:hover h3,
.blog-overall:hover p {
  color: var(--grey);
}

.blog-overall:hover .btn.more {
  background: var(--grey);
  color: var(--golden);
}

.first_card.same_css {
  height: 100%;
}

.txt_whi {
  color: #fff;
  line-height: 1.6;
}

.modal-body.pad-30 {
  padding: 0 30px 15px;
}

.big-news {
  background-image: url("/images/latest.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 25px;
  height: 100%;
}

.big-news h3 {
  color: var(--grey);
}

.imge_indus {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0px auto;
  background: var(--golden);
  position: relative;
  border-radius: 10px;
}

.imge_indus img,
.r_img img,
.imgs-round img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.text-xpln {
  text-align: center;
  margin-top: 20px;
  color: var(--grey);
}

.banner.solution {
  background-image: url("/images/main_banner1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner.solution .btext-area {
  background: transparent;
}

.banner.solution .text-width h5 {
  text-transform: uppercase;
}

.how_works.inner {
  background-image: url("/images/how_it_works_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.offer-page-txt h2 {
  font-size: 50px;
  color: var(--golden);
  font-weight: 600;
}

.offer-page-txt h4 {
  font-size: 26px;
  color: var(--golden);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

button.btn.b_radius.custom-btn.r_form {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.inner .steps_how:first-child {
  background-color: #efefef;
}

.img_desc p {
  color: var(--golden);
  margin-top: 20px;
  text-align: center;
}

.r_img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #fff;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.full-radius {
  position: relative;
}

.overlay.simple-overlay {
  display: none;
}

.full-radius:hover .overlay.simple-overlay {
  top: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  background-color: #f9b636;
  text-align: center;
  display: flex;
  position: absolute;
  padding: 0px 15px 0 !important;
  box-shadow: 0 1px 6px 0 #f9b63687;
}

.full-radius .overlay.simple-overlay p {
  font-size: 14px;
}

.how_form {
  /* background:linear-gradient(to bottom right, rgb(64 63 70 / 84%),rgb(28 22 22 / 80%)); */
  background: #31312f;
}

.title_form h2 {
  color: #003084;
}

.colors_2 {
  color: white;
}

.mail-div h3 a {
  color: var(--golden);
  text-decoration: underline;
}

.title_form p {
  color: #fff;
  margin: 25px 0px;
}

.demo_form {
  width: 80%;
  /* margin-left: auto; */
  background: #003084;
  padding: 40px;
}

.form_demo_head h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.form_empty .form-control {
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 2px solid #271f1f;
  /* background: transparent; */
  font-size: 16px;
  color: #000;
}

.form_empty textarea.form-control {
  /* background: #ebe1e1; */
  border-bottom: 0px;
}

.text-news {
  background-image: url("/images/latest1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #343a41;
  border-radius: 20px;
  padding: 20px 25px;
}

.text-news h3 {
  color: #fff;
}

.inner-banner.service {
  background-image: url("/images/s1.jpeg");
}

.bg-yellow.pad-50 {
  /* background: #003084; */
  /* margin: 40px; */
}

.bg-yellow .heading h1 {
  color: #fff;
}

.single-img {
  background-image: url("/images/left_banner.png");
  height: 100%;
}

.image_grid .one {
  background-image: url("/images/towing.png");
}

.image_grid .two {
  background-image: url("/images/road_assistance.png");
}

.image_grid .three {
  background-image: url("/images/flat_tire.png");
}

.image_grid .four {
  background-image: url("/images/jump_start.png");
}

.image_grid .five {
  background-image: url("/images/lockout.png");
}

.image_grid .six {
  background-image: url("/images/out_of_fuel.png");
}

.image_grid .seven {
  background-image: url("/images/stuck_in_ditch.png");
}

.image_grid .eight {
  background-image: url("/images/flat_bed_towing.png");
}

.image_grid .nine {
  background-image: url("/images/exotic_towing.png");
}

.image_grid .imgs_grid3 {
  padding: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 164px;
}

.image_grid .imgs_grid3 p {
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 35px;
}

.text-sigle {
  padding: 30px;
}

.text-sigle h3 {
  color: var(--golden);
  position: relative;
  padding-bottom: 30px;
}

.text-sigle h3:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f9b636;
  left: auto;
  right: auto;
  width: 109px;
  top: 115px;
}

.text-sigle p {
  color: var(--yellow);
  font-size: 18px;
}

.text-sigle p.strong-para {
  padding-top: 40px;
  color: var(--golden);
  font-weight: 500;
}

.how_works.inner .text-center.light-yellow {
  color: #fff;
  font-size: 18px;
}

.img_arowl,
.img_arow {
  position: absolute;
}

.img_arow.one {
  left: -100px;
  top: 25px;
}

.img_arowl {
  right: -95px;
  top: 265px;
}

.img_arow.two {
  left: -100px;
  top: 430px;
}

.banner.provider {
  background-image: url("/images/banner_prov.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner.provider .btext-area {
  background: transparent;
}

.abosl-div {
  position: absolute;
  width: 100%;
  bottom: 30px;
  border-top: 1px solid #f6bd51;
  padding: 30px 0 0;
}

.bg-img {
  position: relative;
}

.custom-iconss img {
  width: 64px;
}

.imgs-round {
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  background: var(--golden);
  margin: 0px auto;
  position: relative;
}

.row.mar_bot:not(:last-child) {
  margin-bottom: 40px;
}

.golden-bg {
  background: #fbbb3b;
}

.join-head h2 {
  /* color: #fff; */
}

.join_now_btn.join-head-flex img {
  max-width: 180px;
}

.app-google span {
  font-size: 34px;
  font-weight: 500;
  /* color: #fff; */
}

.app-google h3 {
  /* color: #fff; */
}

.join_now_btn .join_bt {
  background: #003084;
  color: #fff;
  padding: 8px 20px;
  font-size: 25px;
}

.join_now_btn.join-head-flex {
  display: flex;
  justify-content: space-evenly;
}

.book_now h2 {
  color: var(--grey);
}

.btn.b_radius.bt_later {
  background: #fbbb3b;
  color: var(--grey);
  padding: 10px 45px;
  border: 1px solid #0f0f0e;
}

.btn_book p {
  width: 150px;
  text-align: center;
}

.btn_book .bt_book {
  background: linear-gradient(to right, #f7a253 0%, #ff7c01 100%);
  color: white;
  padding: 1px 15px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease-in-out;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bt_book:hover,
.btb_book:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.addre-deta.not-selected {
  background: #919191;
}

a {
  cursor: pointer;
}

.btn_book {
  margin: 30px 0px;
}

.next-ste.btn_book.pull-ri {
  text-align: right;
  padding: 20px;
}

.img_span img {
  width: 64px;
}

.category_options a .imgs_text {
  color: #fff;
  margin-top: 10px;
}

.category_options:hover {
  background: #ff7c0159;
  border-radius: 3px;
}

.category_options {
  margin-top: 40px;
  padding: 10px;
}

.category_options_select a .imgs_text {
  color: #0f0f0e94;
  margin-left: 15px;
}

.category_options_select {
  margin-top: 40px;
  padding: 10px;
  background: #ff7c01;
  border-radius: 5px;
}

.category_options_select span.imgs_text {
  color: #fff;
}

.map-divs {
  position: relative;
}

.srch_brn {
  width: 95%;
  margin: 0px auto;
  top: 60px;
  position: absolute;
}

.map-serach {
  margin-left: 45px;
}

.map-serach .form-control {
  outline: none;
  border-radius: 25px !important;
}

.btn.btn-custo {
  background: var(--grey);
  color: var(--golden);
  border-radius: 25px !important;
  margin-left: 10px;
}

.app-google p {
  font-weight: 500;
  font-size: 16px;
}

.steps-overall {
  /* background: #232323; */
  /* background:#003084 ; */
  /* background: url(/images/banner_2.jpeg) !important; */
}

.min-hi-div {
  /* min-height: 550px; */
  min-height: 678px;
  /* background: #0f0f0e; */
  /* background: linear-gradient(
    to bottom right,
    rgb(9 9 14 / 78%),
    rgb(102 85 85 / 80%)
  ); */
  background-color: #000000a8;
  border-radius: 5px;
  position: relative;
}

.heading_steps {
  padding: 40px 0 20px;
  text-align: center;
  position: relative;
}

.form-divss {
  padding: 30px 40px 0;
}

.heading_steps h2 {
  color: #fff;
}

.form-divss h4 {
  color: var(--golden);
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}

.form-divss label.form-check-label {
  color: #f9b635b0;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #0f0f0e;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #f9b635;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffa500;
}

.book_now p {
  font-size: 16px;
  margin-top: 15px;
}

.btn_next {
  text-align: center;
}

.btn.b_radius.next_stp {
  background: #fbbb3b;
  padding: 6px 60px;
  font-size: 18px;
  color: #fff;
}

.btn_next {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 40px;
  padding: 0px 40px;
}

p.bottom-txt {
  color: #003084;
}

a.no_btn {
  float: left;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.no_btn .fa.fa-arrow-left {
  margin-right: 10px;
}

.form-divss.select_new_box label {
  color: #fff;
  font-size: 16px;
}

.form-divss.select_new_box .form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #cec7bc;
  background: transparent;
  font-size: 16px;
  color: #fff;
}

.step1 option {
  background-color: black !important;
}

.step1.step-7 {
  min-height: 680px;
}

p.can_find a {
  color: #fff;
  text-decoration: underline;
}

.form-divss.car_desc label {
  color: #f9b635b0;
}

.form-divss.car_desc .form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 2px solid #f9b63654;
  background: transparent;
  font-size: 16px;
  color: var(--golden);
}

.form-divss.car_desc .referal .form-control {
  border: 1px solid #222;
  background: #222;
  margin: 29px 0;
  text-align: center;
}

#register_form input::-webkit-input-placeholder {
  /* color: #d3d3d3 !important; */
  color: #fbbb3b !important;
}

#provider_register_form input::-webkit-input-placeholder {
  /* color: #d3d3d3 !important; */
  color: #fbbb3b !important;
}
#autocomplete::-webkit-input-placeholder,
#autocomplete2::-webkit-input-placeholder,
#demoform::-webkit-input-placeholder {
  color: #00308470 !important;
}

#autocomplete::placeholder,
#autocomplete2::placeholder {
  color: #00308470 !important;
}

.form-divss.car_desc.min_form {
  min-height: 570px;
}

.form-divss.txt-area textarea {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  background: #343a41;
  font-size: 16px;
  color: var(--golden);
}

.form-divss.txt-area textarea::-webkit-input-placeholder {
  /* color: #f9b63669 !important; */
  color: #fbbb3b !important;
  font-size: 16px;
}

.form-divss.confirm_page .form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 2px solid #f9b63654;
  background: transparent;
  font-size: 16px;
  color: var(--golden);
}

.form-divss.confirm_page label {
  color: #f9b635b0;
  font-size: 16px;
}

.form-divss.confirm_page .form-group {
  position: relative;
}

span.absol_icon {
  position: absolute;
  pointer-events: none;
  color: #aaa;
  top: 39px;
  right: 0;
}

span.absol_icon button {
  border: none;
}

.btn.btn-secondary.absol_icon .fa {
  color: var(--golden);
}

.btn.btn-secondary.absol_icon {
  border: none;
  background: transparent;
  border-bottom: 2px solid #f9b63654;
  border-radius: 0px;
}

.form-divss.confirm_page {
  min-height: 750px;
}

.amt_heading {
  color: #fbbb3b;
  margin-top: 30px;
}

.line-divide {
  border-bottom: 2px solid #ff7c01;
  width: 200px;
  display: block;
  line-height: 1.6em;
  margin: 0px auto;
}

a#edit-btn {
  position: relative;
}

.tab-content .dataTables_length,
.tab-content .dataTables_filter {
  display: none;
}

.tab-content {
  margin-top: 40px;
}

.table_details {
  /* background: #31312f; */
  min-height: 550px;
}

.tbs-jobs {
  padding: 40px 0px;
}

.tbs-jobs .nav-pills.fl-l .nav-link {
  background: var(--grey);
  border-radius: 30px;
  color: var(--golden);
}

.tbs-jobs .nav-pills.fl-l .nav-link.active {
  background: #fbbb3b;
  color: #000;
}

.tbs-jobs .nav-pills.fl-l .nav-link {
  background: #d1a345c4;
  border-radius: 30px;
  color: #0f0f0e;
}

.tbs-jobs .nav-pills.fl-l li:not(:first-child) .nav-link {
  margin-left: 15px;
}

ul.pagination {
  display: none;
}

.cmnm_tbl thead tr th {
  border-top: 0px !important;
  border-bottom: 1px solid #afafaf;
  color: #fff;
  font-weight: 500;
}

.cmnm_tbl .table tr td {
  border-top: 0px;
  border-bottom: 1px solid #afafaf;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #afafaf !important;
}

.job-stat span {
  color: #000;
}

.personal_info h3 {
  color: #fff;
}

.job-stat p {
  color: green;
}

.profile-pic {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  vertical-align: middle;
  text-align: center;
  color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.profile-pic {
  background-color: transparent;
  z-index: 10000;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.profile-pic span {
  display: inline-block;
  background: #f9b636b0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 4;
  color: #212529;
  margin-top: 40px;
}

input[type="file"] {
  display: none;
  cursor: pointer;
}

.profile-page {
  /* background: #31312f; */
}

.profile_details {
  background: #000;
}

.edit-details .form-group label {
  color: #fff;
}

.form-op .form-control {
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #afafaf;
  background: transparent;
  font-size: 16px;
  color: #fbbb3b;
}

.edit-heading span a {
  float: right;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  background: #fbbb3b;
  padding: 5px 20px;
}

.edit-details,
.profile_details {
  padding: 40px 0;
}

.edit-heading {
  margin-bottom: 30px;
}

.form-op label {
  /* opacity: 0.6; */
  font-size: 16px;
  font-weight: 600;
}

.form-op .form-group {
  margin-bottom: 2rem;
}

.head_add {
  margin: 25px 0 30px;
}

.btn.b_radius.profile_btn {
  background: #fbbb3b;
  color: #000;
  padding: 10px 40px;
}

.head_profile h3 {
  text-align: center;
  color: #fff;
}

.head_profile p.line-divide {
  width: 130px;
}

.profile_img {
  text-align: center;
  margin: 30px 0;
}

.profile-details {
  padding: 0px 20px;
}

.profile-nam h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400px;
}

.us-nam p.lgt-txt {
  color: #969292;
}

hr.profile_hr {
  border-color: #969292;
}

.address_detils h6 {
  color: #969292;
}

.address_detils p {
  color: #fff;
  font-size: 18px;
}

.profile_details {
  height: 100%;
}

span.fl-rigt {
  margin-right: 5px;
}

.blog-overall h3 {
  min-height: 110px;
}

.blog-overall p {
  min-height: 300px;
}

.carousel-caption {
  width: 100%;
  height: max-content;
  position: absolute;
  right: 15%;
  bottom: auto;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  top: 15%;
  text-align: left;
  /*background-image: url(/images/opacity_bg.png);*/
  background-repeat: no-repeat;
}

.carousel-inner {
  /* height: 750px; */
}

.text-width {
  margin: 50px;
}

.footer-links ul li a:hover,
.footer-links h4 a {
  color: #c7bbbb;
  transform: scale(1.1);
}

button.navbar-toggler {
  background: #0f0f0e;
  padding: 0.25rem;
}

.map-divs.min-hi-div {
  overflow: hidden;
}

.map-overlay {
  margin: 0px auto;
  width: 98%;
  position: absolute;
  bottom: 0px;
  margin-bottom: 7px;
  left: 5px;
}

.addre-details {
  background: #fff;
  border-radius: 10px;
  bottom: 10px;
  width: 100%;
  padding: 15px;
}

.addre-details p i,
.addre-deta p i {
  margin-right: 8px;
}

.addre-deta h5 {
  color: #000;
}

.addre-deta p {
  color: #000;
  margin: 0;
}

p.head-light {
  color: #fff;
  font-size: 20px;
}

a.book_nows {
  display: block;
  background: #fbbb3b;
  color: #000;
  padding: 4px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.book-div {
  text-align: center;
}

a.mor-info {
  color: #003084;
}

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

button.cont_btns,
button.btn-book-now {
  border: 0px;
}

button.btn-book-now:disabled {
  background: #f9b63694;
  cursor: not-allowed;
}

.line-div {
  border-bottom: 2px solid #f9b63694;
  width: 100%;
  display: block;
  line-height: 1.6em;
  margin: 15px auto;
}

.Select-deta {
  height: 420px;
  overflow: hidden;
  overflow-y: scroll;
}

.Select-deta::-webkit-scrollbar {
  display: none;
}

.addre-deta {
  position: relative;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.addre-deta.selected {
  background: #6f531e;
}

.form-check.pos-ab {
  text-align: right;
  float: right;
  position: absolute;
  top: 50px;
  right: 0px;
}

.min-hi-div.auto-h {
  padding: 25px 15px;
  overflow: hidden;
}

.category-sec .row .col:not(:last-child) {
  border-right: 1px solid #f9b636;
}

span.bold_text {
  display: block;
  color: #fdedae;
}

.b_radius.emerg_stp {
  color: #fff;
  background: #ff0011;
}

.det-flx img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.d-flex.alig-cent {
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
}

.d-flex.alig-cent h5 {
  margin-bottom: 0px;
}

ul.star-rates {
  padding: 0px;
  list-style: none;
  display: inherit;
  margin-bottom: 0px;
  margin-left: 6px;
}

a.no_btn.no-float {
  float: none;
}

.btn_nex.mt-4.pd-23 {
  padding-bottom: 20px;
}

.book-nows.text-center {
  /* width: 140px;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px; */
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.btn_nex {
  width: 100px;
  float: left;
  margin-top: 15px !important;
}

.profile-nam span.ml-2 a {
  color: black;
  background: #fff;
  font-size: 12px;
  padding: 2px 6px;
}

/*---------------------------------------timeline--------------------------------*/

.timeline {
  position: relative;
  width: 100%;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#003084, #d63421);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0 0px;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #ffffff;
}

p.timeline-date {
  color: #fff;
}

.timeline .timeline-year p {
  width: 100px;
  line-height: 3;
  height: 100px;
}

.timeline .timeline-end p {
  width: 100px;
  height: 100px;
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
}

.timeline .timeline-date.inactive::after {
  background: linear-gradient(#c5c5c5, #c1c1c1);
}

.timeline .timeline-date::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: linear-gradient(#d5321e, #d4311d);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.timeline {
  background: #323230;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
  text-align: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #343a41;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.ques-start p.line-divide {
  width: 100%;
}

.ques-div h4 {
  color: var(--golden);
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}

.overall-ques {
  padding: 0px 20px;
}

.ques-div p {
  color: #f9b635b0;
  font-size: 16px;
  margin-bottom: 0;
}

.ques-div {
  padding: 15px 0;
}

.ques-section.min-hi-div {
  height: 100%;
}

.addre-deta a {
  cursor: pointer;
}

button.skip-btn i.fa {
  margin-left: 5px;
}

button.skip-btn {
  float: right;
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #f9b636;
  margin-top: 10px;
}

.btn_next.space {
  position: relative;
  bottom: auto;
  margin-top: 50px;
  padding-bottom: 20px;
}

.add-loc-btn input.form-control {
  border: 0px;
  outline: none;
  box-shadow: none;
  border-radius: 25px;
  padding-left: 25px;
}

hr.over-fl {
  border-top: 1px solid rgb(255 255 255);
}

section#service .xpln p {
  color: #fff;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500 !important;
}

.item .col .cat_sec.bor-left:hover {
  /* background: #ffffff2b; */
}

p.p-descp {
  color: #003084;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 500;
}

.p-color {
  color: #fff;
}

.edit-heading span a.b_radius.mr-2 {
  margin-right: 0px !important;
  margin-left: 5px;
}

.cmnm_tbl .table tr td p {
  margin: 0;
}

/*----------------------- Responsive -------------*/

@media (min-width: 992px) {
  .steps-overall.new-bgs {
    /* background: linear-gradient(90deg, #003084 50%, #323230 50%); */
  }

  .steps-overall.new-bgs h2 {
    color: #fff;
  }

  .steps-overall.new-bgs .btn_book .bt_book {
    background: linear-gradient(to right, #f7a253 0%, #ff7c01 100%);
  }

  #collapsibleNavbar ul .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #fbbb3b;
    left: 0;
    right: 0;
    width: 20px;
    top: 35px;
    margin: 0px auto;
  }

  .banner.provider .imge_xt p {
    width: 70%;
  }

  #collapsibleNavbar ul .nav-item:hover .nav-link:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #fbbb3b;
    left: 0;
    right: 0;
    width: 20px;
    top: 35px;
    margin: 0px auto;
  }

  #collapsibleNavbar ul .nav-item:last-child:hover .nav-link:before {
    border-bottom: none;
    content: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .how_works {
    background-size: cover;
  }

  #carouselExampleIndicators img.d-block.w-100 {
    height: 800px;
  }

  span.img_span {
    min-height: 50px;
    display: block;
  }

  .category_options {
    text-align: center;
  }

  .category_options_select {
    text-align: center;
  }

  .col-md-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .banner.provider .bg-img {
    padding-bottom: 140px;
  }

  .steps_how .col-md-2 {
    padding: 0;
  }

  .bg-img {
    padding: 0 0px;
  }

  .btext-area {
    background-image: url("/images/opacity_bg.png");
    padding: 40px 0px 70px;
    background-size: contain;
    background-position: center;
  }

  .imge_xt img {
    width: auto;
    display: block;
    text-align: center;
    margin: 0px auto;
  }

  .imge_xt p {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .text-width h1 {
    font-size: 40px;
  }

  #collapsibleNavbar a.nav-link.btn.custom-btn {
    max-width: 150px;
  }

  .app-img img {
    width: 160px;
  }

  .image_grid .imgs_grid3 {
    padding: 30px 0;
  }

  .text-sigle {
    padding: 30px 8px;
  }

  .text-sigle h3:before {
    top: 145px;
  }

  .imgs-round {
    width: 100px;
    height: 100px;
  }

  .two-sec .col-md-4 {
    width: 100px;
    height: 100px;
  }

  .join-head h2 {
    margin-left: 0;
  }

  .r_img {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .bg-video-wrap {
    height: auto;
  }

  .row.timeline-left {
    flex-direction: column-reverse;
  }

  .edit-details {
    padding-top: 20px;
  }

  .bg-two .section_24 a.btn.btn-view {
    background: #fbbb3b;
    color: #000;
  }

  .fir-pay .form-check-input,
  .sec-pay .form-check-input {
    visibility: hidden;
  }
  /* 
    .bg-yellow.pad-50 {
        margin: 15px;
    } */

  .tab4 .tab-content {
    width: 100%;
  }
  .section_24 h1 {
    color: #fff;
  }
  .bg-two .section_24 p {
    color: #fff;
  }

  .second-owl {
    /* padding-bottom: 25px; */
  }

  .edit-heading span a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .che-sele .check-vehicles .addre-deta {
    padding: 15px 5px;
  }

  .che-sele .check-vehicles .addre-deta h5 {
    font-size: 18px;
  }

  .form-divss.car_desc.min_form .Select-deta .addre-deta .fx_div {
    display: block;
  }

  .form-divss.car_desc.min_form .Select-deta .addre-deta .fx_div h5 {
    font-size: 16px;
    margin-left: 5px;
  }

  .tbs-jobs ul .nav-link {
    display: block;
    padding: 4px 6px;
    font-size: 12px;
  }

  .offset-3.col-md-6.my-auto {
    margin: 0px;
  }

  .bg-video-wrap video {
    max-width: 100%;
    min-height: auto;
  }

  .footer-copyright {
    padding-left: 0px;
  }

  .footer-copyright .nav .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-copyright .nav .nav-item a {
    padding-left: 0px;
  }

  .copyright.pull-right.ml-auto {
    float: left;
  }

  .btext-area {
    background: transparent;
    padding: 0;
  }

  #banner-carousel .owl-nav {
    display: block;
  }

  #banner-carousel .owl-prev {
    left: 0px;
  }

  #banner-carousel .owl-next {
    right: 0px;
  }

  #carouselExampleIndicators img.d-block.w-100 {
    width: auto !important;
    /* min-height: 476px; */
  }

  .carousel-caption {
    /* background: url(/images/opacity_bg.png) !important; */
  }

  .category_options {
    margin: 0px;
  }

  .category_options_select {
    margin: 4px 10px;
    padding: 10px;
  }
  .form-divss.select_new_box {
    min-height: 490px;
  }

  .btn_next {
    padding: 0px 15px;
  }

  .form-divss {
    padding: 15px 15px 0;
  }

  .heading_steps h2 {
    font-size: 24px;
  }

  .btn.b_radius.next_stp {
    padding: 6px 25px;
  }

  .title_form h2,
  .mail-div h3 {
    font-size: 24px;
  }

  .blog-type .col-md-4:not(:last-child) {
    margin-bottom: 20px;
  }

  .image_grid .imgs_grid3 {
    padding: 30px 0;
    margin-top: 25px;
  }

  .text-sigle {
    padding: 30px 8px;
  }

  .text-sigle h3:before {
    top: 110px;
  }

  .row.mb-4 {
    margin-bottom: 0px !important;
  }

  .big-news h3,
  .text-news h3,
  .heading-blog h3 {
    font-size: 20px;
  }

  .xpln p {
    font-size: 16px;
  }

  .map-serach {
    margin-left: 0;
  }

  .srch_brn {
    width: 100%;
  }

  .btn.btn-custo {
    margin-left: 2px;
  }

  .modal-open .modal {
    padding-right: 0px !important;
  }

  section.how_form {
    padding: 50px 0;
  }

  .demo_form {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .how_works.inner .col-md-5.align-self-center {
    margin-bottom: 30px;
  }

  #collapsibleNavbar ul .nav-item .nav-link.active:before {
    display: none;
  }

  .join-head h2 {
    margin-left: 0;
  }

  .join_us.golden-bg {
    text-align: center;
  }

  .abosl-div {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }

  .custom-iconss .cat_sec {
    margin-bottom: 20px;
  }

  .bg-img {
    padding: 40px 0 0;
  }

  .img-text-xpln {
    margin-top: 20px;
  }

  .row.mar_bot:not(:last-child) {
    margin-bottom: 0px;
  }

  .text-width h1 {
    font-size: 25px;
  }

  .text-width h5 {
    font-size: 20px;
  }

  .category-sec .col:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #fbb83942;
    padding: 15px 0;
  }

  .category-sec .col {
    width: 100%;
    flex-basis: auto;
  }

  .imge_xt img {
    width: auto;
  }

  .help-now {
    padding: 10px 0px;
  }

  .btn.get_help {
    margin-top: 20px;
  }

  .pad-60 {
    padding: 30px 0;
  }

  .heading h1 {
    font-size: 25px;
  }

  .xpln {
    margin: 25px 0px;
  }

  .bg-two {
    background: #003084;
  }

  .section_24 {
    padding: 30px 0;
  }

  .how_works {
    background-size: cover;
  }

  .bg-how .heading.text-center {
    margin-bottom: 30px;
  }

  .img-how {
    text-align: center;
  }

  .steps_how {
    margin-bottom: 5px;
    padding: 10px;
  }

  .text-how h3 {
    font-size: 18px;
  }

  .img-test {
    display: none;
  }

  #carousel .col-md-9.my-auto {
    right: auto;
    padding: 0px 30px;
  }

  #carousel {
    padding: 25px 0 0px;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;
  }

  .app-img img {
    width: 143px;
  }

  .footer-section {
    padding: 25px 0 25px;
  }

  .footer-logo {
    margin-bottom: 15px;
  }

  .footer-links h4 {
    margin-bottom: 15px;
  }

  .map-img {
    /* height: 450px; */
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 20px;
  }

  #collapsibleNavbar a.nav-link.btn.custom-btn {
    max-width: 150px;
  }

  .inner-banner {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon-holder .col-md-4:not(:last-child) {
    border: 0px;
  }

  .icon-holder .row:first-child {
    margin-bottom: 0px;
  }

  .icon-holder .cat_sec {
    margin-bottom: 20px;
  }

  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  /*.timeline .timeline-date::after{
    margin: 0px auto;
  }
  .timeline .row.timeline-right .timeline-date::after{
    right: 0px !important;
  }*/
  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }

  .ques-section.min-hi-div {
    height: auto !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .map-serach .input-group-append {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .map-serach .input-group-append button.btn.btn-custo {
    width: 50%;
  }

  .tab4 .item-navigation {
    width: 100%;
  }

  .tabs-texts {
    margin-top: 25px;
    margin-left: 0;
  }

  .imgs_grid3.one {
    margin-top: 0px;
  }

  .profile-nam span.ml-2 a {
    margin-top: 10px;
  }
}

@media (max-width: 350px) {
  #carouselExampleIndicators img.d-block.w-100 {
    min-height: 500px;
  }
}

@media (max-width: 375px) {
  #help_now h1.mb-5 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .img_arow,
  .img_arowl {
    display: none;
  }

  .btext-area {
    background: transparent;
  }

  .carousel-caption {
    /* top: 0px; */
    /* height: 100%; */
    /* background-color: red !important; */
    margin-top: -40px;
  }

  .profile-nam span.ml-2 a {
    display: block;
    width: 85px;
    margin-top: 5px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .btext-area {
    background-image: url("../images/opacity_bg.png");
    background-repeat: no-repeat;
    padding: 30px 0px 30px;
    background-position: right;
  }

  #banner-carousel .imge_xt .imag_hold {
    min-height: 64px;
  }

  .btn.get_help {
    padding: 10px 12px;
  }

  .how_works {
    background-size: cover;
  }

  .category_options {
    padding: 0px;
  }

  .category_options_select {
    padding: 0px;
  }

  #carouselExampleIndicators img.d-block.w-100 {
    height: 579px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .text-sigle h3:before {
    top: 145px;
  }
}

@media (min-width: 992px) {
  .steps-overall .col-md-6.my-auto .book_now {
    /* padding-left: 200px;*/
  }
}

/*.item .col .cat_sec.bor-left:hover {
    background: #464646;
}*/

@media (max-width: 991px) {
  .plan_name {
    font-size: 20px !important;
  }
  a.no_btn {
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  .btn_next a.btn.b_radius.next_stp {
    display: block;
  }

  button.skip-btn {
    float: none;
  }

  .form-divss {
    padding: 15px 40px 0;
  }

  .edit-heading span.pull-right {
    float: left;
  }

  .mtop {
    position: relative;
    top: 20px;
  }

  .btn_next.space {
    padding: 0 0px 20px 0;
    margin-top: 0px;
  }

  .btn_next.space .btn.b_radius.next_stp {
    padding: 6px 25px;
    margin: 0px 10px;
  }

  .btn_next.space a.no_btn {
    display: inline-block;
  }

  .form-divss.confirm_page {
    min-height: 100%;
  }

  a.no_btn {
    float: left;
    display: inline-block;
    margin-right: 15px;
  }

  .map-divs.min-hi-div.destination {
    margin-bottom: 20px;
  }

  .form-op {
    padding-top: 30px;
  }

  .join_now_btn.join-head-flex,
  .join_now_btn.join-head-flex a {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .join_now_btn.join-head-flex a.btn.b_radius.join_bt {
    width: 200px;
    margin: 0px auto;
    margin-bottom: 15px;
  }
}

.step1.new-dis {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.step1.new-dis .form-divss {
  display: table-cell;
  vertical-align: middle;
}

.step1.new-dis .form-divss h5 {
  color: #f8db9c;
}

.step1.new-dis .form-divss h5 a {
  color: #f9b636;
}

.oveall-edit {
  position: relative;
  max-width: 200px;
  margin: 0px auto;
}

.circle {
  width: 160px;
  height: 160px;
  background: #fbbb3b;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

img.profile-p {
  max-width: 100%;
}

.p-image {
  position: absolute;
  top: 106px;
  right: 35px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.file-upload {
  display: none;
}

.form-control:disabled {
  /* background: #c5c5c5; */
  /* opacity: .5; */
  cursor: not-allowed;
}

.btn_next.ad {
  bottom: auto;
  position: relative;
  padding-bottom: 35px;
}

a.no_btn.blk-clr {
  color: #fff;
}

.map-serach .btn.btn-custo,
.map-serach .btn.btn-custo::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.map-serach .btn.btn-custo {
  color: #fff;
  background: #003084;
  position: relative;
}

.book_now h6 {
  margin-top: 15px;
  color: #fff;
}

.map-serach .btn.btn-custo:before,
.map-serach .btn.btn-custo:after {
  background: #000;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 25px !important;
}

.map-serach .btn.btn-custo:hover:after {
  width: 100%;
}

.map-serach .btn.btn-custo::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.map-serach .btn.btn-custo:hover {
  color: #f9b636;
}

table.dataTable.no-footer tbody tr {
  background: transparent !important;
}

.text-center.clr-t {
  color: #fff;
}

.loader {
  width: 200px;
  height: 80px;
  padding-top: 40vh;
  margin: auto;
  display: flex;
}

.loader .circle {
  width: 30px;
  height: 30px;
  background: #fbbb3b;
  border-radius: 50%;
  animation: jump 1s linear infinite;
  margin: 0 15px;
}

.loader1 {
  width: 200px;
  height: 80px;
  padding-top: 20vh;
  margin: auto;
  display: flex;
}

.loader1 .circle1 {
  width: 15px;
  height: 15px;
  background: #fbbb3b;
  border-radius: 50%;
  animation: jump 1s linear infinite;
  margin: 0 15px;
}

.loading .caption {
  margin: auto;
  font-family: arial;
  font-size: 20px;
  color: #fbbb3b;
  padding-top: 53px;
}

.check-vehicles .fx_div {
  align-items: center;
}

p.li-info {
  color: #555;
}

section.loading {
  min-height: 600px;
  background: #66696b;
}

#b {
  animation-delay: 0.2s;
}

#c {
  animation-delay: 0.4s;
}

@keyframes jump {
  0% {
    margin-top: 0;
  }

  35% {
    margin-top: -75px;
  }

  70% {
    margin-top: 0px;
  }
}

#faq .card .card-header .btn-header-link {
  width: 100%;
  text-align: left;
  color: #fff;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 900;
  float: right;
}

#faq .card {
  border: 0px;
  padding: 0px;
}

#faq .card-header {
  background: #0f0f0e;
  border: 0px;
  padding: 0px;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
  transition-delay: 2s;
}

#faq #collapseExample .card-body {
  background: #0f0f0e;
  border-radius: 0px;
  padding: 0px 0px 0 10px;
  color: #fff;
}

.job-stat p {
  background: #ffc107;
  padding: 0.4em 0.6em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  width: 100px;
  margin: 0px auto !important;
}

table#completed_table .job-stat p {
  background: #5cb85c;
}

table thead tr th {
  text-align: center;
}

table#ongoing_table tbody tr td:last-child {
  text-align: center;
}

a.ongo-pay {
  background: #5cb85c;
  /* border-radius: 56%; */
  padding: 0.3em 0.6em 0.3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.summary-pay {
  background: #5cb85c;
  /* border-radius: 56%; */
  padding: 0.3em 0.6em 0.3em;
  /* font-size: 75%; */
  font-weight: normal;
  /* line-height: 1; */
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.ongo-timeline {
  color: #003084;
  background: #ffffff;
  padding: 0.3em 0.6em 0.3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.custom-select-new select.form-control,
select#exampleFormControlSelect6 {
  color: #fff;
}

.custom-select-new select.form-control *,
select#exampleFormControlSelect6 * {
  background-color: #000 !important;
  color: #fff !important;
}

.modal-dialog.modal-dialog-centered.register-scroll
  .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.modal-content.bg-dark .custom-select-new select::-webkit-input-placeholder {
  color: #fff !important;
}

#video .modal-content {
  background: transparent;
}

#video .modal-content .modal-body {
  padding: 0;
}

#video .modal-content .modal-header {
  border: 0px;
}

h4.contactus a {
  color: #003084;
  text-decoration: underline;
}

.sub_head h1 {
  color: #003084;
}

.sub_head h5 {
  color: #003084;
}

.sub_card {
  border: none;
  padding: 10px 0px;
  border-radius: 25px;
  opacity: 0.9;
  transition: 0.5s;
  cursor: pointer;
}

.sub_card::after {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sub_card:hover {
  transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  backface-visibility: hidden;
  will-change: transform;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  opacity: 1;
  background-color: #fff;
  color: #003084;
}

.subscribe_btn {
  background-color: #003084;
  color: #fff;
}

.sub_card:hover .subscribe_btn {
  color: #fff;
}

.buy_sub_button {
  padding: 6px 60px !important;
}

.buy-btn {
  margin-top: 20px;
  border: none;
  background-color: #003084;
  padding: 10px 30px;
  border-radius: 0.3em;
  font-size: 17px;
  color: white;
}

.cate-name {
  height: 100px;
  overflow-y: scroll;
}
.cate-name::-webkit-scrollbar {
  width: 2px;
}

.cate-name::-webkit-scrollbar-track {
  /* background-color: #e2eefc; */
}

.cate-name::-webkit-scrollbar-thumb {
  height: 20px;
  background: #003084;
}
.plan_name {
  color: #003084;
  font-size: 25px;
  font-weight: bold;
}

.bt-managecard {
  /* width: 100%; */
  display: flex;
  padding: 15px;
  justify-content: flex-end;
}
.bt-managecard a {
  border-radius: 0.5em;
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  background: #fbbb3b;
  padding: 10px;
}

.web-form-modal {
  background: #0109295e !important;
}

@media (max-width: 790px) {
  .mobile-image img {
    width: 350px;
    margin-left: 15px;
  }
}

@media (max-width: 450px) {
  .mobile-image img {
    width: 250px;
    margin-top: 15px;
  }
  .app-img {
    margin-top: 15px;
  }
  .app-img img {
    width: 120px !important;
  }
  .imge_xt p {
    font-size: 12px;
  }
  .app-google span {
    font-size: 20px;
  }
  .min-hi-div {
    background-color: transparent;
  }
  .book-popup-model {
    width: 250px;
  }
}
