:root {
  --theme-color: #303651;
  --theme-color2: #f20f10;
  --title-color: #0f2239;
  --body-color: #4d5765;
  --smoke-color: #f3f7fb;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font: "Ubuntu", sans-serif;
  --body-font: "Ubuntu", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1380px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

.header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
}
.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}

.main-menu ul.sub-menu li a:before {
  content: "\f3bf";
  position: absolute;
  top: 8px;
  left: 0;
  /* font-family: var(--body-font); */
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  rotate: 90deg;
}
.main-menu a:hover {
  color: var(--theme-color2);
}

.license {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #f5f5f5;
}
.license-row {
  display: flex;
  /* align-items: center; */
  margin: 10px;
  margin-bottom: 15px;
  /* border-left: 3px solid var(--theme-color); */
}
.license-row2 {
  display: flex;
  /* align-items: center; */
  margin: 10px;
  margin-bottom: 15px;
  border-left: 3px solid var(--theme-color);
}

.icon-container {
  width: 40px; /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  background-color: var(--theme-color); /* Adjust color as needed */
  border-radius: 50%; /* Makes the container circular */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; /* Adjust margin as needed */
  margin-top: 3px;
  margin-left: 5px;
}

.icon-container2 {
  width: 40px; /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  border-radius: 50%; /* Makes the container circular */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px; /* Adjust margin as needed */
  margin-top: 3px;
  margin-left: 5px;
}
.icon-container i {
  color: white; /* Adjust icon color as needed */
}

.text-container {
  flex: 1; /* Take up remaining space */
  margin-bottom: 5px;
}

.text-container ul {
  font-family: var(--body-font);
  margin-bottom: 0;
}

.sub-menu {
  list-style-type: none; /* Remove default bullets */
}

.course-description-sub-menu li::before {
  content: "\f068"; /* Add "-" before each list item */
  /* position: absolute; */
  top: 8px;
  left: 0;
  font-family: var(--body-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700; /* Add some space between "-" and list item text */
  margin-right: 8px;
}

.sub-menu li {
  color: var(--title-color);
  margin-bottom: 10px; /* Add space between each list item */
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); /* Add a solid line after each list item */
  padding-bottom: 5px; /* Add some padding at the bottom of each list item */
}

.sub-menu li:last-child {
  border-bottom: none; /* Remove the border from the last list item */
}

.sub-menu li a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.mobile-service-icon {
  rotate: 90deg;
}

.course-single-mid {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.course-single-top {
  position: relative;
  /* margin-top: var(--blog-space-y, 40px); */
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 20px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}
.hero-style8 h1 {
  color: var(--theme-color);
}

.hero-style8 .hero-meta {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 800px) {
  .th-hero-bg img {
    height: 100%; /* Adjust the height as needed for laptops */
    width: 100%;
    object-fit: cover;
  }
}

.hero-style8 {
  padding: 0;
  /* margin: 0px 150px; */
}

.homie-card {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #d0dbe9;
  background: var(--white-color);
  margin-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Medium Large devices */
  /* Large devices */
}

/* .homeee {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
 */

.service-card.style3 {
  padding: 30px;
  padding-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #d0dbe9;
  background: var(--white-color);
  margin-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Medium Large devices */
  /* Large devices */
}

.service-card-content {
  padding-right: 20px;
  padding-left: 0px !important;
  justify-content: start;
}

.hero-meta {
  padding: 0px;
}
.service-card-text li {
  padding: 0px;

  text-align: center;
  font-size: medium;
}

.course-description p {
  font-size: 15px; /* Adjust the font size to your preference */
  margin-bottom: 10px;
}

.info-list ul.sub-menu li.menu-item-has-children ul {
  display: none;
}

.info-list ul.sub-menu li.menu-item-has-children:hover ul,
.info-list ul.sub-menu li.menu-item-has-children:focus ul {
  display: block;
}

.toggle-dropdown {
  cursor: pointer;
}

.service-image {
  width: 150px;
  /* Adjust image width as needed */
  margin-right: 20px; /* Adjust spacing between image and text */
}

.vehicle-service {
  display: flex;
}

.vehicle-service > div {
  flex-grow: 1;
  /* This will evenly distribute the items */
  text-align: center;
  /* Optional: Center align the text within each item */
}

.driver-license {
  /* background-color: var(--light-color); */
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
  border: px solid var(--border-color);
}
/* .herofront-image {
  border: 5px;
} */

.course-single-bottom {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.driver-license h3 {
  padding: 10px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #f5f5f5;
}

.breadcumb-wrapper .breadcumb-shape img {
  width: 50%;
  height: 100px;
}
.course-single-top {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: var(--blog-space-y, 0px) var(--blog-space-x, 0px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
}

p {
  font-family: var(--body-font);
  margin: 0 0 0 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.phone-icon {
  rotate: 90deg;
}
.full-height {
  height: 100%;
}

.sidebar-area {
  position: sticky;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto; /* Add vertical scrollbar if content exceeds sidebar height */
  margin: 0;
  padding: 0;
}
.widget_info {
  height: 100%;
  flex: 1;
}

.widget {
  height: 10% !important;
  overflow-y: auto;
  padding: 10px;
}

.row.justify-content-evenly {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .row.justify-content-evenly {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 2560px) {
  .row.justify-content-evenly {
    flex-direction: row;
    align-items: center;
  }
}

/* @media (min-width: 1024px) {
  .footer-wrap .row {
     flex-direction: row;
  }
 } */

.course-single-bottom-please-note {
  background-color: #ffffff;
  border-color: #ff5;
  padding: 10px;
  margin-bottom: 40px;
}

.content-ul {
  font-family: var(--body-font);
}

.driving-license-renewal {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.driving-license-renewal h3 {
  margin-top: 0;
  font-size: 20px;
}

.driving-license-renewal p {
  margin: 10px 0;
}

.driving-license-renewal button {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.driving-license-renewal button:hover {
  background-color: var(--theme-color);
}

.driving-license-renewal .price-tag strong {
  font-size: 35px;
}

.testi-area-1 {
  padding-top: 10px;
}

.service-card.style3:hover a {
  color: white;
}

.driver-license-home {
  /* background-color: var(--light-color); */
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: px solid var(--border-color);
  /* margin-top: 10rem !important; */
}

.howdoesitwork {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  /* align-items: center; */
}

.text-container {
  display: flex;

  flex-direction: column;
}

.service-card-content-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-card-content-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inaline {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.th-btn-1 {
  background-color: var(--theme-color);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

/* body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
} */
.container-insurence {
  max-width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group {
  margin-bottom: 20px;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.half-width {
  width: 48%;
  display: inline-block;
}
.input-group {
  display: flex;
  justify-content: space-between;
}
input[type="submit"] {
  background-color: var(--theme-color);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: var(--theme-color);
}

.insurance-after-submit {
  background-color: #f5f5f5;
}

.list-insurence {
  max-width: 600px;
  margin: 50px auto;
  /* padding: 20px; */
}

.text-container2 h6 {
  margin: 0 0 5px 0;
}

.insurence-sidebar .text {
  font-size: 25px;
}

.insurence-service {
  display: flex;
  justify-content: space-between;
}
.row-flex {
  display: flex;
  align-items: center;
}

.about-us {
  max-width: 1124px;
  margin: 0 auto; /* Add this line */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(assets\img\bg\about-5-bg.png);
}

.course-single {
  background-image: "";
}

.course-description p {
  font-size: large;
}
/* .booking-component {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

#service-select {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
} */
.counter-area-2 {
  border-radius: 20px;
  transform: translate(0px, 0px);
  z-index: 0;
  position: block;
  margin: 10px;
  height: fit-content;
}

.partner {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  padding: 60px 10px;
  margin-top: 70px;
}

.form-btn {
  display: flex;
  justify-content: center;
}

.booknow-button {
  display: flex;
  justify-content: start;
}

.booking-component input {
  width: 20px;
}
.footerBottom {
  display: none;
}
@media only screen and (max-width: 700px) {
  .footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1111;
    background: #fff;
    padding-top: 1px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .service-selection {
    display: flex;
    flex-direction: column;
  }

  .footerBottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20%;
    padding: 3px 0;
    color: #ffffff;
  }
  .footerBottom a i {
    font-size: 30px;
  }
  .footerBottom a span {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
  }

  .course-single-top-forms {
    display: none;
  }
  .title-area img {
    width: "10px";
  }
  .feature-list_text {
    display: none;
  }
  .feature-list_title_mobile {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: -0.24em;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .service-text {
    display: none;
  }
  .feature-list {
    padding: 2px 2px 2px 2px;
    padding-top: 20px;
    background-color: var(--theme-color);
    box-shadow: 0px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
  }

  .course-single-top {
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    box-shadow: 0px;
    border-radius: 0px;
  }

  .testi-box_img {
    min-width: 120px;
    display: flex;
    justify-content: center;
  }

  .testi-box_img img {
    border-radius: 10px;
    width: 40%;
  }

  .laptop-display {
    display: none;
  }

  .testi-box_bottom {
    display: none;
  }

  .contact-form-wrap-booking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--smoke-color);
    padding: 20px 15px 10px 15px;
    margin: 2px auto;
    width: 80%;
    max-width: 800px;
    position: relative;
    z-index: 9;
    border-style: solid;
    border-width: 3px;
    border-radius: 25px;
  }

  .texttodisplay {
    display: none;
  }
}

@media (max-width: 784px) {
  .booking-component {
    margin-bottom: 10px;
    padding: 10px !important;
  }
  .desktop-services li a {
    min-width: 152px;
    padding: 8px 15px !important;
  }
}

.feet {
  display: grid;
  justify-content: center;
}

.testi-box_text {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: px solid var(--border-color);
  text-align: justify;
}
.text-center {
  text-align: center;
}

.target a {
  color: white;
}

.space-bottom {
  margin-bottom: 10px;

  line-height: 1;
  padding-top: 8px;
}
.scroll-top {
  right: 10px;
  bottom: 65px;
}

.whatsapp {
  left: 15px;
  bottom: 60px;
  background-color: #28a745;
  padding: 6px;
}
.forms-image {
  width: 80px;
}

.course-single-top-forms {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  /* padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px); */
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  line-height: 1;
  padding-top: 8px;
}

.homeimg {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.sub-title-booking {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}

/* body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0; 
  width: 100%; 
 } */

.contact-form-wrap-booking {
  background-color: var(--smoke-color);
  width: 90%;
  max-width: 800px;
  position: relative;
  z-index: 9;
  border-style: solid;
  border-width: 3px;
  border-radius: 25px;
}

@media (min-width: 1024px) {
  .contact-form-wrap-booking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 60px 10px 60px;
    margin: 2px auto;
    width: 80%;
  }
}

input#session-date {
  display: inline-block;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type="date"]:after {
  content: "\f073";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 15px;
}

input[type="time"]:after {
  content: "\f017";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 15px;
}

.header-layout1 .header-top a:hover {
  color: white !important;
}

.header-layout1 .header-links a:hover {
  color: white !important;
}

.header-layout-default .header-top .header-links a:hover {
  color: white !important;
}

.header-layout1 .header-top .header-links.header-right li a:hover i {
  color: white !important;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 14px;
  line-height: 30px;
}

.th-mobile-menu ul .th-item-has-children > a:after {
  display: none;
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  display: none;
}

.th-mobile-menu ul li ul li {
  padding-left: 0px;
}

.footer-contact_link:hover {
  color: white !important;
}

.course-description p {
  font-size: 18px;
  margin-bottom: 0px;
}

select,
.form-control,
.form-select,
textarea,
input {
  height: 45px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.booking-component input {
  width: 15px;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 5px 0 0;
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
  content: "\f068";
}

.footer-contact_icon_mobile {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 24px;
  --btn-size: 60px;
  position: relative;
  z-index: 1;
}
.container12 {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.container12 h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.buttons1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.button1 {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  color: var(--title-color);
}
.button1 strong {
  color: var(--title-color);
}
.active1 {
  background-color: var(--theme-color);
  /* color: #ffffff; */
}
.active1 strong {
  /* background-color: var(--theme-color); */
  color: #ffffff;
}
.content1 {
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}
.entry1 {
  display: flex;
  align-items: center;
}
.checkbox1 {
  margin-right: 10px;
}

.p-2 {
  padding: 1rem 1rem 0rem 1rem !important;
}

.service-card-text {
  margin-bottom: 0px;
}

.th-menu-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 10px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.widget-area {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* .accordion-body td {
  width: max-content;
} */

.homepage-layout {
  background-color: var(--border-color);
  max-width: 1024px;
}

.desktop-services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.desktop-services li {
  float: left;
  border-bottom: 0px;
  margin-bottom: 0px;
}

.desktop-services li a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  background-color: var(--smoke-color);
  margin: 4px;
  border-radius: 10px;
  border: 1px solid #ccc;
  /* min-width: 440px; */
}
.course-description .desktop-services li a {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  background-color: var(--smoke-color);
  margin: 4px;
  border-radius: 10px;
  /* min-width: 310px; */
}

.course-description .desktop-services li a:hover {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  background-color: var(--theme-color);
  margin: 4px;
  border-radius: 10px;
  /* min-width: 310px; */
  color: white;
}

.desktop-services li a:hover {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  text-decoration: none;
  background-color: #dc9b9b36;
  margin: 4px;
  border-radius: 10px;
  /* min-width: 440px; */
  color: var(--theme-color);
}

.homepage-h2 {
  margin: 0px 0px 0px 0px;
}

.homepage-span {
  margin-bottom: 5px;
}
.homeoage-head-text {
  max-width: 35%;
  color: white;
}

.services-loaction {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  background-color: var(--smoke-color);
  margin: 4px;
  border-radius: 10px;
  min-width: 220px;
  transition: background-color 0.5s ease;
  border: 1px solid #ccc;
}

.services-loaction:hover {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #dc9b9b36;
  margin: 4px;
  border-radius: 10px;
  min-width: 220px;
  color: var(--theme-color);
}

.service-lacation p {
  color: white;
}

.price-tag h5 {
  font-size: 18px;
  font-weight: bold;
}
.price-tag p {
  font-size: 20px;
}
.booking-component {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 20px;
}
.booking-component h2 {
  font-weight: bold;
}

.booking-component p {
  font-size: 25px;
  font-weight: bold;
}

.booking-component .desktop-services {
  display: none;
}

.rto-services {
  background-color: var(--theme-color);
  color: white;

  padding: 20px;
  font-weight: bold;
  /* border: 1px solid var(--border-color); */
  box-shadow: 0px 9px 14px #fbfbfb;
  /* border-radius: 10px; */
}
.rto-services .container {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1599px) {
  .homeoage-head-text {
    max-width: 50%;
  }
  .homepage-services {
    max-width: 500px !important;
    padding: 10px 10px 10px 10px !important;
  }
}

.homepage-services {
  background-color: rgb(236, 231, 231);
  border-radius: 5px;
  padding: 10px 0px 10px 10px;
  max-width: 400px;
  margin-right: 10px;
}

.service-place {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .services-loaction {
    min-width: 90px;
    font-size: 14px;
    line-height: 18px;
  }

  .services-loaction:hover {
    min-width: 90px;
  }
  .partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    padding: 10px;
    margin: 70px 10px 0px 10px;
    font-size: medium;
    text-align: center;
  }
  .partner h3 {
    margin-top: 10px;
  }
}

.form-icon {
  margin-right: 5px;
  color: var(--theme-color2);
}

.accordion-body table tr td {
  min-width: 130px;
  line-height: 25px;
}
.accordion-body table tr td a {
  font-weight: bold;
}

.price-tag button {
  font-size: small;
  padding: 7px 7px;
}

.two-wheeler {
  padding-right: 26px;
}
.services-loaction.active {
  background: #dc9b9b36;
  color: #ef3a3a;
  border-style: solid;
  border-color: #eb4b4b8d;
}
.desktop-services li a.active {
  background: #dc9b9b36;
  color: #ef3a3a;
  border-style: solid;
  border-color: #eb4b4b8d;
}

.area,
.dservices {
  cursor: pointer;
}

@media (max-width: 767px) {
  .desktop-services .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-gap: 2px; /* Adjust the gap between columns */
    font-size: 13px;
  }
}
