body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #202020;
  overflow-x: hidden;
  line-height: 28px;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a:hover {
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  outline: 0;
  cursor: pointer;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #16222a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffcc02;
}

/* Scrollbar Styling */

.container {
  max-width: 1250px;
}
.index-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 50;
  padding: 10px 0;
}
.index-header.fixed {
  background-color: #ffffff;
  box-shadow: 0 0 30px #e3e3e3;
}
.navigation nav.navbar {
  padding-left: 0;
  padding-right: 0;
}
.navigation .navbar a.navbar-brand {
  width: 20%;
}
.navigation .navbar .navigation-flex-right {
  width: 80%;
  display: flex;
  align-items: center;
}
.navigation .navbar .navigation-flex-right .signup-btn a {
  background-color: #213a8f;
  padding: 10px 18px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.navigation .navbar .navigation-flex-right .collapse ul {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.navigation nav.navbar ul.navbar-nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 15px 15px;
}
.index-header.is-sticky .navigation nav.navbar ul.navbar-nav li a {
  color: #213a8f;
  font-weight: 600;
}
.index-header.is-sticky .navigation nav.navbar ul.navbar-nav li.active a {
  color: #ffcc00;
}
/*.navigation nav.navbar ul.navbar-nav li:nth-child(6) a {
  background-color: #213a8f;
  padding: 5px 18px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
}*/
.navigation nav.navbar ul.navbar-nav li a:hover,
.index-header.fixed .navigation nav.navbar ul.navbar-nav li a:hover {
  color: #ffcc00 !important;
}
.navigation nav.navbar ul.navbar-nav li.active a {
  color: #ffcc00 !important;
}
.discover-solutions-section {
  background-image: url(../img/cueper-vehicle-ban-slide.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 707px;
  position: relative;
}
.discover-solutions-section::before {
  content: "";
  background-image: linear-gradient(
    180deg,
    rgba(0, 3, 10, 0.36) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-color: RGBA(255, 255, 255, 0) !important;
  padding-top: 14px;
  padding-bottom: 14px;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
}
.discover-solutions-section .discover-caption {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.discover-solutions-section .discover-caption h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  color: #ffffff;
  text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
  line-height: 75px;
  margin-bottom: 30px;
}
.discover-solutions-section .discover-caption p {
  text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-weight: 600;
  line-height: 28px;
  font-size: 21px;
  margin-bottom: 32px;
}
.connected-apps-store a {
  margin-right: 5px;
}
.connected-apps-store a img {
  width: 160px;
}
.connected-apps-store a:hover {
  opacity: 0.8;
}
.signing-cueper-section {
  padding: 50px 0;
}
.signing-cueper-section h2 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
.signing-cueper-section input[type="text"] {
  background-color: #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
}
.signing-cueper-section .select-dropdown {
  position: relative;
}
.signing-cueper-section .select-dropdown select {
  background-color: #eeeeee;
  height: 50px;
  padding: 0 20px;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.signing-cueper-section .select-dropdown::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  border-radius: 5px;
  transform: translate(0, -50%);
}
.jointoday-submit-btn-right {
  margin-top: 12px;
}
.btn-custom {
  color: #ffffff;
  border-width: 0px;
  border-color: #213a8f !important;
  border-radius: 7px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  background-color: #213a8f;
  padding: 0.5em 1em;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
.btn-custom i {
  color: #ffcc00;
  display: none;
}
.btn-custom:hover i {
  display: inline-block;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  background-color: #213a8f;
  border-color: #213a8f !important;
  box-shadow: #213a8f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #213a8f !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #213a8f !important;
  border-color: #213a8f !important;
}
.cueper-services-section {
  position: relative;
  padding: 50px 0 40px;
}
.cueper-services-section::before {
  background-image: url(../img/cueper-shape-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 380px;
}
.services-card-blk {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.services-card-blk .prd-service-icon {
  width: 120px;
  margin: 0 auto;
}
.services-card-blk h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 8px 0;
}
.services-card-blk p {
  margin: 0;
  min-height: 140px;
}
.cueper-shade-oval {
  position: relative;
}
.cueper-shade-oval::before {
  content: "";
  background-image: url(../img/circulos.webp);
  background-repeat: no-repeat;
  height: 650px;
  position: absolute;
  left: 50%;
  right: 50%;
  width: 100%;
  z-index: 0;
  background-size: contain;
  margin: 0 auto;
  transform: translate(-28%, 20%);
}
.cueperSML {
  margin-left: -220px;
}
.cueperSMR {
  margin-right: -220px;
}
.book-now-rides {
  margin-top: -50px;
}
.why-cueper-section {
  background-image: url(../img/why-cueper-section.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
  color: #ffffff;
}
.why-cueper-center-panel {
  margin-bottom: 50px;
}
.why-cueper-section h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 800;
  margin: 0 0 25px;
}
.why-cueper-section .why-cueper-center-panel p {
  font-size: 18px;
  text-align: center;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 20px;
}
.why-option-card {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px 30px;
  display: flex;
  align-items: center;
  min-height: 250px;
  margin-bottom: 30px;
}
.why-options-safety .why-option-card {
  margin: 0;
}
.why-option-card .icon-lf-crd {
  width: 24%;
}
.why-option-card .crd-content-titles {
  width: 76%;
}
.why-option-card .icon-lf-crd img {
  width: 95px;
}
.why-options-safety .why-option-card .icon-lf-crd img {
  width: 82px;
}
.why-option-card .crd-content-titles h3 {
  font-size: 20px;
  font-weight: 700;
}
.why-option-card .crd-content-titles p {
  margin: 0;
}
.faq-section {
  padding: 80px 0;
}
.faq-section .container {
  max-width: 750px;
}
.faq-section h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 800;
  margin: 0 0 50px;
  color: #000000;
}
.accordion-title:before {
  float: right !important;
  background-image: url(../img/minus-icon.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding-right: 5px;
  content: "";
}
.accordion-title.collapsed:before {
  float: right !important;
  background-image: url(../img/plus-icon.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
.faq-section-accordian .card {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.faq-section-accordian .card .card-header {
  border-radius: 0;
  background-color: #fff;
  border: 0;
  padding: 25px 0;
}
.faq-section-accordian .card .card-body {
  padding: 0 0 20px;
}
.faq-section-accordian .card .card-header a.card-link {
  display: block;
  font-size: 19px;
  font-weight: 700;
}
.faq-section .book-now-rides {
  margin-top: 50px;
}
.user-commentreview-section {
  padding: 100px 0;
  background-color: #f2f7ff;
}
.user-commentreview-section h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
.review-panel-card {
  border: solid 1px #dddddd;
  background-color: #ffffff;
  padding: 25px;
}
.review-panel-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.review-panel-card p {
  font-size: 13px;
  margin: 0;
  line-height: 26px;
  min-height: 200px;
}
.review-panel-card .rating-star-icon {
  width: 140px;
  margin: 12px 0;
}
.review-panel-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
footer {
  background-color: #213a8f;
  padding: 80px 0 40px;
  color: #ffffff;
}
.copyright-social-footer {
  border-top: solid 1px #3e539d;
  padding-top: 40px;
  margin-top: 40px;
}
footer .footer-lg-title .footer-logo {
  margin-bottom: 20px;
}
footer .col-md-4.col-sm-4 {
  max-width: 40%;
}
footer .col-md-3.col-sm-3 {
  max-width: 20%;
}
.footer-title-links-panel h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.footer-title-links-panel li a {
  color: #ffffff;
  font-weight: 500;
}
.footer-title-links-panel li a:hover {
  color: #ffcc00;
}
.social-footer-links ul {
  display: flex;
  justify-content: end;
}
.social-footer-links ul li {
  margin-left: 20px;
}
.social-footer-links ul li a {
  color: #ffffff;
  font-size: 22px;
}
.social-footer-links ul li a:hover {
  color: #ffcc00;
}
.copyright-social-footer p {
  margin: 0;
  font-size: 13px;
}

/* Inner header */

.top-section {
  background-color: #213a8f;
  padding: 12px 0;
}
.top-contact-touch ul {
  display: flex;
  align-items: center;
}
.top-contact-touch ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.top-contact-touch ul li a span.title-span {
  margin: 0 10px;
}
.top-section .social-footer-links ul li a {
  font-size: 16px;
}
.index-inner-header {
  background-color: #ffffff;
  box-shadow: 0px 2px 13px -6px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  z-index: 10;
  position: relative;
}
.index-inner-header .navigation nav.navbar ul.navbar-nav li a {
  color: #213a8f;
  font-weight: 600;
}
/* .index-inner-header .navigation nav.navbar ul.navbar-nav li:last-child a {
  color: #ffffff;
} */
.index-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 2px 13px -6px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  animation: slideDown 0.35s ease-out;
}
.index-inner-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Inner header */

/* About section */

.about-section {
  position: relative;
}
.about-section::before {
  background-image: url(../img/cueper-shape-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 380px;
}
.about-section .about-content-panel {
  padding: 50px 0;
}
.about-section .about-content-panel h2 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.about-section .about-content-panel h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.experience-evolution-section {
  background-color: #f2f7ff;
  padding: 100px 0;
}
.experience-evolution-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.experience-evolution-section .evolution-exper-div {
  margin-bottom: 80px;
}
.experience-evolution-section .evolution-exper-div p {
  max-width: 650px;
  margin: 0 auto;
}
.cm-trans-card .icon-center {
  min-height: 120px;
}
.cm-trans-card h3 {
  margin: 24px 0;
  font-weight: 700;
  font-size: 24px;
}
.cm-trans-card p {
  text-align: justify;
}
.letter-ceo-section {
  position: relative;
}
.letter-ceo-section::before {
  /* background-image: url(../img/rotate-bg.webp); */
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  position: absolute;
  right: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 330px;
}
.letter-ceo-section h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.letter-ceo-section .letter-ceo-content-panel {
  padding: 100px 0 50px;
}
.letter-ceo-section .ceo-bio {
  position: relative;
  top: 221px;
}

/* About section */

/* Services Section */

.about-section .cueper-servicesmain-section h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 60px;
}
.service-prd-panel {
  margin-bottom: 50px;
}
.service-prd-panel .service-model-icon {
  width: 180px;
  margin: 0 auto;
}
.service-prd-panel h3 {
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #213a8f;
  border-left: solid 4px #213a8f;
  margin-bottom: 15px;
}

.service-prd-panel-last {
  margin-bottom: 50px;
}
.service-prd-panel-last .service-model-icon {
  width: 180px;
  margin: 0 auto;
}

.service-prd-panel-last h3 {
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #213a8f;
  border-left: solid 4px #213a8f;
  margin-bottom: 15px;
  border-right: solid 4px #213a8f;
}

.contact-link a {
  color: #fff;
}

.cueper-servicesmain-section .book-now-rides {
  margin-top: 0;
}

/* Services Section */

/* Faq's Section */

.faqsmain-section::before {
  background-image: url(../img/rotate-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  position: absolute;
  right: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 330px;
  left: auto;
}
.road-driver-faq-panel h3 {
  font-weight: 600;
}
.faqsmain-section .book-now-rides {
  margin-top: 40px;
}

/* Faq's Section */

/* Contact Section */

.contact-section {
  position: relative;
}
.contact-section::before {
  background-image: url(../img/bg-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 380px;
}
.contact-section h1 {
  font-weight: 800;
  font-size: 52px;
  margin-bottom: 60px;
}
.contact-section .get-touch-sectiom {
  padding: 80px 0;
}
.information-cnt-row {
  display: flex;
}
.information-cnt-row .information-content {
  margin-left: 15px;
}
.information-cnt-row .information-content h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.information-cnt-row .information-content p {
  font-size: 16px;
}
.information-cnt-panel strong {
  display: block;
  color: #666;
  margin-bottom: 20px;
}
.information-cnt-panel .connected-apps-store {
  display: flex;
  align-items: center;
}
.get-touch-contact-form {
  margin-top: 40px;
}
.get-touch-contact-form .form-group {
  margin-bottom: 35px;
}
.get-touch-contact-form input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 54px;
  border-color: #bdbdbd;
}
.get-touch-contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 150px;
  border-color: #bdbdbd;
  padding: 20px 15px;
}
.get-touch-contact-form .book-now-rides {
  margin: 0;
}

/* Contact Section */

/* State Section */

.cueper-arrives-section h2 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 20px;
}
.cueper-arrives-section h1 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}
.cueper-arrives-section h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.country-list-panel li {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 1em;
}
.country-list-panel li.selected {
  color: #0000ff;
  font-weight: 700;
}
.country-list-section {
  margin: 60px 0;
}
.country-list-section .col-md-3 {
  max-width: 20%;
}
.dont-miss-out-section {
  border: solid 2px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 50px;
}
.dont-miss-out-section h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  color: #0e0c19;
  margin-bottom: 15px;
}
.dont-miss-out-section p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* State Section */

/* Road driver Section */

.road-driver-section {
  padding: 50px 0;
}
.road-driver-section h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
.road-driver-panel:nth-child(even) {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.03);
}
.road-driver-panel:nth-child(odd) {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  background-color: #ffffff;
}
.road-driver-panel .title-heading {
  width: 30%;
}
.road-driver-panel .title-heading h3 {
  color: #1700be;
  font-size: 24px;
  font-weight: 700;
}
.road-driver-panel .content-title {
  width: 70%;
}
.road-driver-panel .content-title p {
  margin: 0;
}
.connected-roadside-towing-panel {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
}
.connected-roadside-towing-panel .connected-apps-store {
  margin-top: 20px;
}

/* Road driver Section */

/* Service Provider Section */

.service-house-section {
  background-image: url(../img/car-dealer-36.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  background-position: center center;
  position: relative;
}
.service-house-section::before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.service-house-section .service-house-caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(2%, -50%);
  width: 58%;
}
.service-house-section .service-house-caption h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.38);
  color: #fff;
}
.service-house-section .service-house-caption p {
  font-size: 21px;
  text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
  padding-bottom: 1em;
  color: #ffffff;
}
.membership-plan-section {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.membership-plan-section h2 {
  font-size: 35px;
  font-weight: 700;
}
.membership-plan-section .sm-title {
  font-size: 21px;
  margin-bottom: 25px;
}
.membership-plan-section h3 {
  color: #213a8f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.membership-plan-section h4 {
  font-size: 16px;
}
.membership-plans-dv {
  margin-top: 50px;
}
.membership-plans-dv .col-md-4.col-sm-4 {
  padding: 0;
}
.member-plan-panel {
  border: solid 1px #bebebe;
}
.member-plan-panel .member-plan-header-panel {
  background-color: #213a8f;
  text-align: center;
  padding: 30px 25px;
  border: solid 1px #213a8f;
}
.member-plan-panel .member-plan-header-panel .plan-name {
  color: #ffcc00;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
}
.member-plan-panel .member-plan-header-panel h3 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  margin: 0;
}
.member-plan-panel .member-plan-header-panel h3 sup {
  font-size: 16px;
  top: -40px;
  text-shadow: none;
}
.member-plan-panel .member-plan-header-panel h3 sub {
  font-size: 16px;
  text-shadow: none;
  bottom: 0;
}
.member-plan-panel .member-plan-header-panel .plan-value {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.member-plan-panel .member-plan-bdy {
  border-top: solid 1px #bebebe;
  padding: 25px 25px 40px;
  background-color: #ffffff;
}
.member-plan-panel .member-plan-bdy ul li {
  font-size: 16px;
  line-height: 50px;
  position: relative;
  padding-left: 20px;
}
.member-plan-panel .member-plan-bdy ul li::before {
  content: "";
  background-color: #213a8f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 22px;
  display: block;
  position: absolute;
}
.member-plan-panel.selected-member-plan-panel .member-plan-bdy ul li::before {
  background-color: #2ea3f2;
}
.member-plan-panel .member-plan-bdy .btn-custom {
  margin-top: 20px;
  padding: 8px 15px;
}
.member-plan-panel.selected-member-plan-panel {
  box-shadow: 0 0 20px #c1c1c1;
  position: relative;
  top: -20px;
}
.member-plan-panel.selected-member-plan-panel .member-plan-bdy {
  padding: 45px 25px 55px;
}
.member-note-panel {
  margin-top: 50px;
}
.member-note-panel p {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.service-provider-faq {
  padding: 80px 0;
}
.service-provider-faq h2 {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
}
.service-provider-faq .faq-section-accordian .card {
  border: solid 1px #d9d9d9;
  margin-bottom: 30px;
}
.service-provider-faq .faq-section-accordian .card .card-header {
  background-color: #f4f4f4;
  padding: 15px;
}
.service-provider-faq .faq-section-accordian .card .card-header a.card-link {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.service-provider-faq .faq-section-accordian .card .card-body {
  padding: 15px;
  margin-top: -15px;
}
.service-provider-faq
  .faq-section-accordian
  .card
  .accordion-title.collapsed:before {
  float: right !important;
  background-image: url(../img/fq-plus-icon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  content: "";
  position: relative;
  top: 8px;
}
.service-provider-faq .faq-section-accordian .card .accordion-title:before {
  float: right !important;
  background-image: url(../img/dq-minus-icon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  padding-right: 5px;
  content: "";
  position: relative;
  top: 8px;
}
.service-provider-faq
  .faq-section-accordian
  .card
  .card-header.faqdropdown.active {
  background-color: #ffffff;
}

/* Service Provider Section */

/* Membership Package Section */

.membership-pacakage-section h1 {
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
.essential-plan-panel h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}
.essential-plan-panel {
  margin: 0 0 40px;
}
.essential-plan-panel p {
  margin: 0 0 2px;
}
.membership-pacakage-section {
  padding: 50px 0;
}
.select-plan-section {
  width: 45%;
}
.select-plan-section .select-plan-panel h5 {
  color: #666666;
  font-weight: 700;
  font-size: 18px;
}
.select-plan-section .select-plan-panel ul li {
  margin: 0 0 5px;
  position: relative;
  padding-left: 20px;
}
.select-plan-section .select-plan-panel ul li::before {
  content: "";
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  display: block;
  position: absolute;
}
.select-plan-section .select-plan-panel {
  margin-bottom: 20px;
}
.select-plan-section .book-now-rides {
  margin-top: 0;
}
.bottom-br {
  border-bottom: solid 1px #7ebec5;
  padding: 20px 0;
  margin-bottom: 30px;
}
.roadside-note {
  padding-bottom: 50px;
}

/* Membership Package Section */

/* service-provider-application-form-section */

.service-provider-application-form-section {
  background-color: #f3f3fe;
  padding: 100px 0;
}
.service-provider-application-form-section .container {
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(87, 100, 126, 0.21);
  background-color: #fff;
  max-width: 752px;
  padding: 0;
}
.service-provider-application-form-section h1 {
  font-size: 2rem;
  padding: 50px;
  border-bottom: solid 1px #d7d8e1;
  text-align: center;
  font-weight: 600;
}
.service-provider-application-form-section .sm-note {
  font-size: 13px;
  text-align: center;
  padding: 40px 20px;
  line-height: 20px;
}
.business-form {
  padding-bottom: 50px;
}
.business-form h2 {
  font-size: 1.5rem;
  text-align: center;
  border-bottom: solid 1px #d7d8e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.form-filelds {
  padding: 0 40px;
}
.service-provider-application-form-section .form-filelds input[type="text"],
.service-provider-application-form-section .form-filelds input[type="date"] {
  border-color: #b8bdc9;
  height: 45px;
}
.form-filelds .form-group {
  margin-bottom: 35px;
}
.form-filelds label {
  color: #2c3345;
  font-weight: 600;
}
.form-filelds label sup {
  color: #dc2626;
  font-size: 15px;
  left: 5px;
}
.form-filelds .sm-label {
  font-size: 0.75em;
  margin-top: 8px;
}
.form-filelds .select-dropdown {
  position: relative;
}
.form-filelds .select-dropdown select {
  background-color: #ffffff;
  height: 45px;
  padding: 0 15px;
  box-shadow: none;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 1px #b8bdc9;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #495057;
}
.form-filelds .select-dropdown::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  border-radius: 5px;
  transform: translate(0, -50%);
}
.checkbox-col input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-col label {
  position: relative;
  cursor: pointer;
}
.checkbox-col label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b8bdc9;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox-col input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 10px;
  border: solid #213a8f;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.checkbox-col label {
  font-weight: 400;
  font-size: 15px;
}
.checkbox-col label span {
  position: relative;
  top: 3px;
  left: 5px;
}
.services-checkbox-panel {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.services-checkbox-panel .checkbox-col {
  width: 33.33%;
}
.membership-planselection-titles {
  border-bottom: solid 1px #d7d8e1;
}
.membership-planselection-titles h3 {
  font-size: 1.5rem;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 40px;
}
.membership-planselection-titles .sm-title {
  padding-left: 40px;
  margin-bottom: 15px;
}
.plan-bx-section {
  padding: 0 40px;
  border-bottom: solid 1px #d7d8e1;
  padding-bottom: 30px;
}
.plan-bx-section .star-sign {
  color: #dc2626;
  padding: 25px 0;
}
.plan-bx-section-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.plan-bx-section-row .plan-bx-col {
  width: 33.33%;
  padding: 0 10px;
}
.plan-bx-brd {
  border: solid 1px #e1e4eb;
  padding: 20px 40px 20px 40px;
  border-radius: 5px;
  position: relative;
}
.plan-bx-brd .title {
  font-weight: 600;
}
.plan-bx-brd .price {
  color: #4c71fb;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
}
.plan-bx-brd .lable-title {
  font-size: 11px;
}
.plan-bx-brd .select-dropdown {
  position: relative;
}
.plan-bx-brd .select-dropdown select {
  background-color: #ffffff;
  height: 38px;
  padding: 0 15px;
  box-shadow: none;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 1px #b8bdc9;
  border-radius: 0.25rem;
  font-size: 14px;
  color: #495057;
}
.plan-bx-brd .select-dropdown::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  border-radius: 5px;
  transform: translate(0, -50%);
}
.plan-bx-brd .checkbox-col {
  position: absolute;
  left: 10px;
  top: 21px;
}
.grad-total-plan-section {
  padding: 30px 40px;
  border-bottom: solid 1px #d7d8e1;
  margin-bottom: 50px;
}
.flex-end-plan {
  display: flex;
  justify-content: end;
}
.grad-total-plan-section .title-lable {
  font-weight: 600;
  margin-right: 15px;
}
.grad-total-plan-section .tottal-amount {
  font-weight: 600;
}
.agree-terms-condition-panel {
  padding: 0 40px;
}
.agree-terms-condition-panel .star-sign {
  color: #dc2626;
  padding: 15px 0;
}
.agree-term-condition-panel .checkbox-col a {
  text-decoration: underline;
  color: #4c71fb;
  font-weight: 500;
}
.agree-term-condition-panel .checkbox-col sup {
  color: #dc2626;
  font-size: 20px;
}
.form-filelds.signature-form-filelds {
  border-bottom: solid 1px #d7d8e1;
  margin-top: 30px;
}
.payment-btn-panel {
  padding: 40px 0;
}
.payment-btn-panel .payment-btn {
  border: 0;
  outline: 0;
  margin: 0 0 15px;
  background: transparent;
}
.payment-btn-panel .payment-btn:hover {
  opacity: 0.8;
}
.note-message {
  padding: 0 40px;
}
.note-message p a {
  text-decoration: underline;
  color: #4c71fb;
  font-weight: 500;
}

/* service-provider-application-form-section */

/* terms-conditions-for-service-provider-membership-program */

.membership-program-section {
  color: #666666;
}
.terms-condition-service-provider-membership-section h1 {
  font-size: 35px;
  margin-bottom: 35px;
}
.membership-program-panel h2 {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.membership-program-panel p {
  margin-bottom: 30px;
}
.membership-plans-row-panel h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.membership-plans-row-panel p {
  margin-bottom: 0;
}
.membership-plans-row-panel {
  margin-bottom: 25px;
}
.membership-plans-row {
  border: solid 1px #eeeeee;
  padding: 0 20px;
  margin-bottom: 40px;
}
.membership-program-brd {
  border-right: solid 1px #eeeeee;
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.membership-program-enroll h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.membership-program-enroll h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.membership-program-enroll p {
  margin-bottom: 20px;
}

/* terms-conditions-for-service-provider-membership-program */

.cueper-membership-plans-section .member-plan-panel .member-plan-bdy ul li {
  line-height: 25px;
  margin-bottom: 30px;
}
.cueper-membership-plans-section
  .member-plan-panel
  .member-plan-bdy
  ul
  li::before {
  content: "";
  background-color: #213a8f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  display: block;
  position: absolute;
}

/* membership-packages-2 */

.roadside-membership-pacakage-section h1 {
  text-align: center;
}
.membership-perks {
  margin: 20px 0 0;
}
.membership-perks ul li {
  position: relative;
  padding-left: 20px;
}
.membership-perks ul li::before {
  content: "";
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  display: block;
  position: absolute;
}

/* membership-packages-2 */

/* How It Work */

.how-it-work {
  padding: 50px 0;
}
.how-it-work::before {
  background-image: url(../img/rotate-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  position: absolute;
  right: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 330px;
  left: auto;
  top: 150px;
}
.how-it-work h1 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 30px;
}
.how-it-work-panel h3 {
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 600;
}

/* How It Work */

/* Support Section */

.support-section .get-touch-sectiom {
  padding: 50px 0;
}
.support-section .get-touch-sectiom h1 {
  margin-bottom: 25px;
}
.support-section .get-touch-sectiom h1 {
  font-size: 40px;
}
.support-checkbox h4 {
  font-weight: 600;
  color: #666666;
  font-size: 17px;
  margin-bottom: 15px;
}
.support-checkbox .checkbox-col label {
  font-weight: 500;
  font-size: 16px;
}
.custom-radio-button [type="radio"]:checked,
.custom-radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-button [type="radio"]:checked + label,
.custom-radio-button [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.custom-radio-button [type="radio"]:checked + label:before,
.custom-radio-button [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-button [type="radio"]:checked + label:after,
.custom-radio-button [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #213a8f;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio-button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-radio-button [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.device-radio-panel h4 {
  font-weight: 600;
  color: #666666;
  font-size: 17px;
  margin-bottom: 15px;
}

/* Support Section */

/* Terms conditions */

.terms-consition-section {
  padding: 50px 0;
  color: #666666;
}
.terms-consition-section::before {
  background-image: url(../img/rotate-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  position: absolute;
  right: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 330px;
  left: auto;
  top: 150px;
}
.terms-consition-section h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.terms-consition-section h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.terms-consition-section ul {
  margin-bottom: 20px;
}
.terms-consition-section a strong {
  color: #2ea3f2;
}
.terms-consition-section p a {
  color: #2ea3f2;
  font-weight: 500;
}
.terms-consition-section ul li {
  position: relative;
  padding-left: 22px;
}
.terms-consition-section ul li::before {
  content: "";
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

/* Terms conditions */

/* personal-information-section */

.personal-information-section {
  color: #666666;
}
.personal-information-section::before {
  background-image: url(../img/bg-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: absolute;
  left: 0;
  content: "";
  z-index: 0;
  background-position: left top;
  display: block;
  width: 380px;
}
.personal-information-panel {
  padding: 50px 0;
}
.personal-information-section h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.personal-information-section .new-field-panel {
  margin-top: 40px;
}
.personal-information-section .new-field-panel h3 {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
}
.personal-information-section .new-field-panel .checkbox-col {
  margin-bottom: 30px;
}
.select-dropdown {
  position: relative;
}
.select-dropdown select {
  background-color: #ffffff;
  height: 45px;
  padding: 0 15px;
  box-shadow: none;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 1px #b8bdc9;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #495057;
}
.personal-information-panel .select-dropdown select {
  height: 54px;
}
.select-dropdown::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  border-radius: 5px;
  transform: translate(0, -50%);
}

/* personal-information-section */

.roadside-membership-plans-row-panel p {
  position: relative;
  padding-left: 20px;
}
.roadside-membership-plans-row-panel p::before {
  content: "";
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
  display: block;
  position: absolute;
}
.membership-program-brd.roadside-membership-program-brd {
  min-height: 600px;
}

/* Login register */

.login-register-section {
  background-image: url(../img/towing.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
}
.login-register-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.login-register-section .logo-index {
  padding: 20px 0;
}
.login-register-section .login-wrapper {
  width: 50%;
  color: #ffffff;
}
.login-register-section h1 {
  font-weight: 400;
  margin: 10px 0 25px;
}
.login-register-section .login-wrapper p {
  font-size: 25px;
  line-height: 36px;
}
.login-register-panel {
  max-width: 400px;
  width: 100%;
  position: fixed;
  top: 20px;
  right: 20px;
}
.login-register-panel-bg {
  background-color: #f1f1f1;
  padding: 30px;
}
.login-register-panel .log-blk-btn {
  background-color: #111;
  padding: 20px;
  display: block;
  color: #fff;
  text-align: center;
  padding-bottom: 16px;
}
.login-register-panel h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin: 18px 0;
}
.login-register-panel input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 48px;
  border-color: #bdbdbd;
}
.login-register-panel input[type="email"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 48px;
  border-color: #bdbdbd;
}
.login-register-panel input[type="number"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 48px;
  border-color: #bdbdbd;
}
.login-register-panel input[type="password"] {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  height: 48px;
  border-color: #bdbdbd;
}
.login-register-panel .checkbox-col label {
  color: #000;
}
.login-register-panel .book-now-rides {
  margin: 0;
}
.login-register-panel .book-now-rides button {
  width: 100%;
  font-size: 17px;
  padding: 15px;
}
.login-register-panel .login-copyright {
  background-color: #f1f1f1;
  padding: 12px 10px;
  color: #00337d;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  line-height: 20px;
}
a.frgt-password-btn-anchor {
  color: #00337d;
  font-size: 14px;
}
.field-row {
  display: flex;
}
.field-row .country-number-field {
  width: 25%;
  margin-right: 10px;
}
.field-row .country-phonenumber-field {
  width: 75%;
}

/* Styles for the content section */

#button {
  display: inline-block;
  background-color: #ffcc02;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 130px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 42px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #e0af4a;
}
#button:active {
  background-color: #e0af4a;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

/* Login register */

/* .login-dropdown-list .menu-drop .dropdown.open:hover ul.dropdown-menu {
  display: none !important;
} */
#taskList {
  background-color: #213a8f;
  border-color: #213a8f;
  outline: 0;
  box-shadow: none;
}
.menu-drop.on ul.dropdown-menu {
  display: block !important;
  padding: 0;
}
.menu-drop.on ul.dropdown-menu li a {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  font-size: 13px !important;
  padding: 0 10px !important;
  line-height: 32px;
}
ul.dropdown-menu-dashboard {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
}
.menu-drop.on ul.dropdown-menu-dashboard {
  display: block !important;
  padding: 0;
}
.menu-drop.on ul.dropdown-menu-dashboard li a {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  font-size: 13px !important;
  padding: 0 10px !important;
  line-height: 32px;
}
.col-includes-panel {
  padding: 80px 0;
}
.col-includes-panel .dash-left {
  box-shadow: 0 0 100px #e3e3e3;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .discover-solutions-section {
    background-position: center center;
  }
  .discover-solutions-section .discover-caption {
    width: 60%;
  }
  .cueperSML {
    margin-left: -100px;
  }
  .cueperSMR {
    margin-right: -100px;
  }
}

@media (max-width: 1199px) and (min-width: 980px) {
  .discover-solutions-section {
    background-position: center center;
  }
  .discover-solutions-section .discover-caption {
    width: 60%;
  }
  .cueperSML {
    margin-left: -100px;
  }
  .cueperSMR {
    margin-right: -100px;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
}

@media (max-width: 767px) {
  .navigation nav.navbar {
    flex-wrap: nowrap;
  }
  .navigation .navbar a.navbar-brand {
    width: 50%;
  }
  .navigation .navbar .navigation-flex-right {
    justify-content: end;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 0;
    outline: 0;
  }
  .navigation .navbar .navigation-flex-right .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 47px;
    text-align: left;
    left: 0;
    background-color: #ffffff;
    padding: 8px 0;
    border-top: solid 2px #213a8f;
  }
  .navigation .navbar .navigation-flex-right .collapse ul {
    display: block;
  }
  .navigation .signup-btn {
    padding-left: 15px;
  }
  .discover-solutions-section {
    height: 100vh;
    background-position: center center;
  }
  .discover-solutions-section .discover-caption {
    width: 100%;
  }
  .discover-solutions-section .discover-caption h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .navigation .navbar .navigation-flex-right .navbar-collapse ul li a {
    color: #213a8f;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .discover-solutions-section .discover-caption p {
    line-height: 24px;
    font-size: 16px;
  }
  .discover-solutions-section .discover-caption p br {
    display: none;
  }
  .btn-custom {
    display: block;
    width: 100%;
  }
  .cueperSML {
    margin-left: 0;
  }
  .services-card-blk {
    max-width: 100%;
  }
  .cueper-shade-oval::before {
    background-image: none;
  }
  .services-card-blk p {
    min-height: auto;
  }
  .cueperSMR {
    margin-right: 0;
  }
  .services-card-blk {
    margin: 0 auto 30px;
  }
  .book-now-rides {
    margin-top: 0;
  }
  .why-cueper-section {
    padding: 60px 0;
  }
  .why-cueper-section h2 {
    font-size: 36px;
    margin: 0 0 20px;
  }
  .why-cueper-section .why-cueper-center-panel p {
    font-size: 16px;
  }
  .why-option-card {
    display: block;
  }
  .why-option-card .icon-lf-crd {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .why-option-card .crd-content-titles {
    width: 100%;
  }
  .why-options-safety .why-option-card {
    margin: 0 0 30px;
  }
  .why-option-card {
    padding: 30px 20px;
    text-align: center;
  }
  .faq-section h2 {
    font-size: 36px;
    margin: 0 0 10px;
  }
  .faq-section-accordian .card .card-header a.card-link {
    font-size: 15px;
  }
  .accordion-title.collapsed:before {
    width: 15px;
    height: 15px;
    background-size: contain;
    position: relative;
    top: 10px;
  }
  .accordion-title:before {
    width: 15px;
    height: 15px;
    background-size: contain;
    position: relative;
    top: 10px;
  }
  .user-commentreview-section {
    padding: 60px 0;
  }
  .review-panel-card {
    margin-bottom: 30px;
  }
  footer .col-md-4.col-sm-4 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .col-md-3.col-sm-3 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .social-footer-links ul {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
  .social-footer-links ul li {
    margin-left: 0;
    margin-right: 20px;
  }
  .top-contact-touch ul {
    display: block;
  }
  .top-contact-touch ul li {
    margin: 0 0 2px;
  }
  .experience-evolution-section {
    padding: 60px 0;
  }
  .experience-evolution-section h2 {
    font-size: 30px;
  }
  .experience-evolution-section h2 br {
    display: none;
  }
  .experience-evolution-section .evolution-exper-div {
    margin-bottom: 30px;
  }
  .letter-ceo-section .letter-ceo-content-panel {
    padding: 60px 0 0;
  }
  .letter-ceo-section .ceo-bio {
    position: relative;
    top: 0;
  }
  .contact-section .get-touch-sectiom {
    padding: 60px 0;
  }
  .contact-section h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .road-driver-faq-panel {
    margin-top: 30px;
  }
  .about-section .about-content-panel h2 {
    margin-bottom: 0;
  }
  .how-it-work-panel {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .membership-pacakage-section h1 {
    font-size: 27px;
    text-align: center;
  }
  .select-plan-section {
    width: 100%;
  }
  .select-plan-section .select-plan-panel h5 {
    font-size: 16px;
  }
  .faqsmain-section::before {
    display: none;
  }
  .top-section .social-footer-links ul {
    justify-content: flex-start;
  }
  .cueper-arrives-section h1 {
    font-size: 30px;
  }
  .country-list-section .col-md-3 {
    max-width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .road-driver-panel:nth-child(odd) {
    display: block;
  }
  .road-driver-panel .title-heading {
    width: 100%;
  }
  .road-driver-panel .content-title {
    width: 100%;
  }
  .road-driver-panel:nth-child(even) {
    display: block;
  }
  .connected-roadside-towing-panel .connected-apps-store {
    display: flex;
  }
  .road-driver-section h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .road-driver-section h1 br {
    display: none;
  }
  .service-house-section {
    height: auto;
    width: 100%;
    position: relative;
    padding: 60px 0;
  }
  .service-house-section .service-house-caption {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
  }
  .service-house-section .service-house-caption h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .service-house-section .service-house-caption p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .membership-plans-dv {
    margin: 50px 20px;
  }
  .member-plan-panel {
    border: solid 1px #bebebe;
    margin-bottom: 30px;
  }
  .member-plan-panel.selected-member-plan-panel {
    top: 0;
  }
  .service-provider-application-form-section {
    background-color: #f3f3fe;
    padding: 60px 20px;
  }
  .service-provider-application-form-section h1 {
    font-size: 32px;
    padding: 50px 20px;
  }
  .form-filelds {
    padding: 0 20px;
  }
  .services-checkbox-panel {
    display: block;
  }
  .services-checkbox-panel .checkbox-col {
    width: 100%;
  }
  .membership-planselection-titles h3 {
    padding-left: 20px;
  }
  .membership-planselection-titles .sm-title {
    padding-left: 20px;
  }
  .plan-bx-section {
    padding: 0 20px;
  }
  .plan-bx-section-row {
    display: block;
  }
  .plan-bx-section-row .plan-bx-col {
    width: 100%;
  }
  .plan-bx-section-row .plan-bx-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .payment-btn-panel {
    padding: 20px 0;
  }
  .how-it-work::before {
    display: none;
  }
  .contact-section::before {
    display: none;
  }
  .support-section .get-touch-sectiom h1 {
    font-size: 35px;
  }
  .support-checkbox .checkbox-col label {
    display: table;
  }
  .checkbox-col label span {
    display: table-cell;
  }
  .terms-consition-section::before {
    display: none;
  }
  .personal-information-section::before {
    display: none;
  }
  .login-register-section {
    position: relative;
    left: 0;
    background-position: center center;
  }
  .login-register-section .login-wrapper {
    width: 100%;
  }
  .login-register-panel {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .login-register-section h1 {
    font-size: 30px;
  }
  .login-register-section .login-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .login-register-panel .login-copyright {
    margin-bottom: 20px;
  }
  .login-register-panel-bg {
    padding: 30px 20px;
  }
}
