@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #838383;
  font-family: "Work Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div,
ol,
span,
input,
textarea,
div,
class,
select,
section,
header,
footer,
img {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#container {
  width: 100%;
}
.full_width {
  width: 100%;
}
.page_width {
  width: 1005px;
  text-align: left;
}
.page-container {
  max-width: 1400px;
  margin: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.left_side {
  float: left;
}
.right_side {
  float: right;
}
.col {
  float: left;
}
.clearfix {
  clear: both;
}
a img {
  border: 0px;
}
img {
  max-width: 114%;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
}

.wd_100 {
  width: 100%;
}
.wd_95 {
  width: 95%;
}
.wd_90 {
  width: 90%;
}
.wd_85 {
  width: 85%;
}
.wd_80 {
  width: 80%;
}
.wd_75 {
  width: 75%;
}
.wd_70 {
  width: 70%;
}
.wd_65 {
  width: 65%;
}
.wd_60 {
  width: 60%;
}
.wd_55 {
  width: 55%;
}
.wd_50 {
  width: 50%;
}
.wd_45 {
  width: 45%;
}
.wd_40 {
  width: 40%;
}
.wd_35 {
  width: 35%;
}
.wd_30 {
  width: 30%;
}
.wd_25 {
  width: 25%;
}
.wd_20 {
  width: 20%;
}
.wd_15 {
  width: 15%;
}
.wd_10 {
  width: 10%;
}

.txt_align_left {
  text-align: left;
}
.txt_align_center {
  text-align: center;
}
.txt_align_right {
  text-align: right;
}
.position_relative {
  position: relative;
}
p {
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
h1 {
  font-size: 28px;
  color: #000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}
h2 {
  font-size: 22px;
  color: #000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}
h3 {
  font-size: 20px;
  color: #000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}
a {
  color: #b70000;
}

/*GERENRIC_SECTION_START*/
.gerenric-heading {
  width: 100%;
  margin-bottom: 40px;
  line-height: 120%;
  text-align: center;
  font-size: 40px;
  color: #171919;
  font-weight: 700;
}
.gerenric-heading span {
  color: #6bc489;
}
.gerenric-heading.white-text {
  color: #fff;
}
.gerenric-padding {
  padding: 40px 0px;
}

.gerenric-form {
  width: 100%;
}
.gerenric-form ul li {
  width: 100%;
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.gerenric-form ul li .form-control {
  width: 100%;
  padding: 9px 25px;
  border-radius: 100px;
  border: 1px solid #dddddd;
}
.gerenric-form ul li .form-control:focus {
  outline: none;
}
.gerenric-form ul li .form-label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-left: 15px;
}
.gerenric-form ul li a {
  color: #000;
}
.gerenric-form ul li.text-right {
  text-align: right !important;
}
.gerenric-form ul li .password-view-icon {
  color: #000;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 42px;
}
.gerenric-form .social-media-connect {
  width: 100%;
}
.gerenric-form .social-media-connect .social-box {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 9px 25px;
  border-radius: 100px;
  border: 1px solid #dddddd;
}
.gerenric-form .social-media-connect .social-box .social-icon {
  position: absolute;
  left: 30px;
}
.gerenric-form .or-div {
  width: 100%;
  height: 1px;
  margin: 40px 0px;
  position: relative;
  background: #dddddd;
}
.gerenric-form .or-div .or-text {
  width: 80px;
  height: 30px;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 600;
  margin: auto;
  text-align: center;
  background-color: #fff;
  position: absolute;
  left: 0%;
  right: 0%;
  top: -15px;
}
.gerenric-form ul li.two-button {
  width: 100%;
  display: flex;
}
.gerenric-form .btn.btn-primary {
  width: 100%;
  margin-top: 20px;
  border-color: #8af4b5;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  height: 55px;
  background-color: #8af4b5;
}
.gerenric-form .btn.btn-primary.button-transparent {
  background-color: transparent;
}
.gerenric-form ul li.two-button .btn.btn-primary {
  width: 50%;
  margin-right: 5px;
}
.gerenric-form ul li.two-button .btn.btn-primary.button-transparent {
  width: 50%;
  margin-left: 5px;
}
.gerenric-popup {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.gerenric-popup.popup-zindex {
  z-index: 99999;
}
.gerenric-popup .modal-content {
  border-radius: 20px;
}
.gerenric-popup .btn-close {
  position: absolute;
  right: 21px;
  top: 17px;
}
.gerenric-popup .modal-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.gerenric-popup .modal-title span {
  color: #8af4b5;
}
.gerenric-popup .modal-header {
  padding-top: 20px;
  display: block;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
}
.gerenric-popup .verfiy-content {
  width: 100%;
  text-align: center;
  padding: 0px 50px;
}
.gerenric-popup .verfiy-content p {
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.gerenric-popup .verfiy-content .verfiy-code {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.gerenric-popup .verfiy-content .verfiy-code .vf-col {
  width: 25%;
  padding: 0px 3px;
}
.gerenric-popup .verfiy-content .verfiy-code .vf-input {
  width: 100%;
  border-radius: 10px;
  font-size: 50px;
  text-align: center;
  height: 90px;
  border: 1px solid #dddddd;
  background-color: #fff;
}
.gerenric-popup .verfiy-content .resend-code {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.gerenric-popup .verfiy-content .resend-code a {
  color: #8bf5b6;
}

.gerenric-popup .cancel_popup {
  z-index: 99999;
}
.gerenric_checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gerenric_checkbox .booknum {
  font-size: 16px;
  color: #000;
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gerenric_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gerenric_checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #6bc489;
}
.gerenric_checkbox input:checked ~ .checkmark:after {
  background-color: #6bc489;
}
.gerenric_checkbox .checkmark:after {
  left: 3px;
  top: 3px;
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #6bc489;
}
.error-content {
  width: 100%;
  text-align: center;
  padding: 30px 50px;
}
.error-content .error-icon {
  width: 100%;
  margin-bottom: 40px;
}
.error-content p {
  text-align: center;
  margin-bottom: 30px;
}
.error-content .btn.btn-primary {
  padding: 13px 30px;
  background-color: #e35353;
  border-color: #e35353;
}
.success-content {
  width: 100%;
  text-align: center;
  padding: 30px 50px;
}
.success-content .success-icon {
  width: 100%;
  margin-bottom: 40px;
}
.success-content p {
  text-align: center;
  margin-bottom: 30px;
}
.success-content .btn.btn-primary {
  padding: 13px 30px;
  color: #000;
  background-color: #8af4b5;
  border-color: #8af4b5;
}
.reschedule-content {
  width: 100%;
  padding: 30px 0px;
}
.reschedule-content .rsd-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 10px;
  margin-top: 25px;
}
.reschedule-content .rsd-row:first-child {
  margin-top: 0px;
}
.reschedule-content .rsd-row .rsd-filed {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 20px;
}
.reschedule-content .rsd-row .rsd-filed .rsd-icon {
  width: 40px;
  position: absolute;
  left: 20px;
}
.reschedule-content .rsd-row .rsd-filed .rsd-input {
  width: 100%;
  border: 0px;
  padding-left: 35px;
  border: 0px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.reschedule-content .rsd-row .rsd-filed .rsd-input:focus {
  outline: none;
}
.reschedule-content .rsd-row .rsd-filed .rsd-input.rsd-input-left {
  padding-left: 0px;
}
.reschedule-content .btn.btn-primary {
  padding: 13px 30px;
  width: 100%;
  color: #000;
  background-color: #8af4b5;
  border-color: #8af4b5;
  margin-top: 30px;
}
.notification-list {
  width: 100%;
  margin-bottom: 50px;
}
.notification-list .notf-row {
  width: 100%;
  margin-bottom: 20px;
}
.notification-list .gerenric_checkbox {
  padding-left: 35px;
  font-size: 16px;
  color: #777777;
}
.notification-list .gerenric_checkbox .checkmark {
  width: 22px;
  height: 22px;
  border-color: #777777;
  border-radius: 0px;
}
.notification-list .gerenric_checkbox .checkmark:after {
  border: 0px;
  width: 23px;
  height: 18px;
  left: 5px;
  top: -3px;
}
.notification-list .gerenric_checkbox input:checked ~ .checkmark:after {
  background: url(../images/check_ok_icon.png) 0px 0px no-repeat;
}
.gerenric-pickup-info {
  width: 100%;
}
.gerenric-pickup-info .gerenric-pickup-inner {
  width: 100%;
}
.display-none {
  display: none;
}
.pickup-close-button {
  display: none;
}
.gerenric-pickup-info .pickup-top-bar {
  width: 100%;
  border-bottom: 3px solid #c2c2c2;
  padding: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gerenric-pickup-info .pickup-top-bar nav {
  width: 100%;
}
.gerenric-pickup-info .pickup-top-bar .nav-tabs {
  border-bottom: 0px;
}
.gerenric-pickup-info .pickup-top-bar .nav-tabs .nav-link {
  width: 50%;
  font-size: 14px;
  height: 42px;
  border: 0px;
  color: #7f7f7f;
  font-weight: 600;
}
.gerenric-pickup-info .pickup-top-bar .nav-tabs .nav-item.show .nav-link,
.pickup-top-bar .nav-tabs .nav-link.active {
  background-color: #8af4b5;
  border-radius: 10px;
  color: #000;
}
.gerenric-pickup-info .pickup-top-bar .tab-pickupdrop {
  width: 100%;
  display: flex;
  align-items: center;
}
.gerenric-pickup-info .pickup-top-bar .tab-pickupdrop input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.gerenric-pickup-info .pickup-top-bar .tab-pickupdrop .tab-col {
  width: 50%;
}
.gerenric-pickup-info .pickup-top-bar .tab-pickupdrop .tab-col label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  font-weight: 600;
  padding: 5px 5px;
  background-color: #fff;
  height: 42px;
  font-size: 14px;
  color: #7f7f7f;
  z-index: 9;
  cursor: pointer;
}
.gerenric-pickup-info .pickup-top-bar .tab-pickupdrop .tab-col input[type="radio"]:checked ~ label {
  background-color: #8af4b5;
  color: #000;
}
.gerenric-pickup-info .pickup-top-bar .pickup-heading {
  width: 100%;
  text-align: center;
  display: none;
}
.gerenric-pickup-info .pickup-top-bar .pickup-heading-inner {
  font-size: 20px;
  height: 42px;
  border: 0px;
  color: #7f7f7f;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  color: #000;
}
.gerenric-pickup-info .ride-book-block {
  width: 100%;
}
.gerenric-pickup-info .ride-book-block .location-add-box {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #6bc489;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type {
  width: 100%;
  position: relative;
  display: flex;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type:first-child {
  margin-bottom: 40px;
  padding-right: 30px;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type:first-child .location-icon::after {
  width: 1px;
  height: 35px;
  content: "";
  position: absolute;
  left: 8px;
  top: 26px;
  background-color: #000;
}
/* Hide vertical line for hourly booking since there's only one location field */
.gerenric-pickup-info .ride-book-block .location-add-box.hourly-location-box .location-type .location-icon::after {
  display: none;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type .location-icon {
  width: 20px;
  position: relative;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type .location-input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 0px;
  padding-left: 20px;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type .location-input:focus {
  outline: none;
}
.gerenric-pickup-info .ride-book-block .location-add-box .location-type .map-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.gerenric-pickup-info .ride-book-block .one-way-box {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 10px;
}
.gerenric-pickup-info .ride-book-block .one-way-box .way-col {
  width: 50%;
}
.gerenric-pickup-info .ride-book-block .one-way-box .way-col:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #000;
}
.gerenric-pickup-info .ride-book-block .one-way-box .way-col:nth-child(2) {
  padding-left: 15px;
  text-align: center;
}
.gerenric-pickup-info .ride-book-block .pasanger-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-col {
  width: 33.333%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-icon {
  width: 20px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add {
  width: calc(100% - 20px);
  position: relative;
  display: flex;
  padding-left: 4px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-button {
  width: 67px;
  height: 33px;
  color: #000;
  position: relative;
  z-index: 9;
  font-size: 18px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 100px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-button .minus-btn {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 100px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-button .minus-btn::after {
  width: 1px;
  height: 21px;
  background-color: #000;
  position: absolute;
  right: -1px;
  top: 6px;
  content: "";
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-button .plus-btn {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 100px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-input {
  width: 65px;
  height: 33px;
  position: absolute;
  left: 39px;
  padding: 4px 5px 4px 38px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 100px;
}
.gerenric-pickup-info .ride-book-block .pasanger-box .pasanger-add .plusminus-input:focus {
  outline: none;
}
.gerenric-pickup-info .ride-datepickup-block {
  width: 100%;
  padding: 20px 15px 15px 15px;
  border-radius: 10px;
  border: 1px solid #6bc489;
}
.gerenric-pickup-info .ride-datepickup-block .dp-title {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.gerenric-pickup-info .ride-datepickup-block .dp-title img {
  display: block;
  margin-right: 10px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 10px;
  margin-top: 25px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row:first-child {
  margin-top: 0px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row.width-50 {
  width: 50%;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row .dp-filed {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 20px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row .dp-filed .dp-icon {
  width: 40px;
  position: absolute;
  left: 20px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row .dp-filed .dp-input {
  width: 100%;
  border: 0px;
  padding-left: 35px;
  border: 0px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row .dp-filed .dp-input.dp-input-left {
  padding-left: 0px;
}
.gerenric-pickup-info .ride-datepickup-block .dp-row .dp-filed .dp-input:focus {
  outline: none;
}
.gerenric-pickup-info .car-select-block {
  width: 100%;
}
.gerenric-pickup-info .car-select-block .car-row {
  width: 100%;
  margin-bottom: 10px;
}
.gerenric-pickup-info .car-select-block .car-row input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.gerenric-pickup-info .car-select-block .car-row label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  border: 1px solid #dddddd;
  padding: 0px 20px;
  background-color: #fff;
  min-height: 70px;
  z-index: 9;
  cursor: pointer;
}
.gerenric-pickup-info .car-select-block .car-row input[type="radio"]:checked ~ label {
  border: 1px solid #8af4b5;
}
.gerenric-pickup-info .car-select-block .car-row input[type="radio"]:checked ~ label::after {
  position: absolute;
  width: 50px;
  height: 100%;
  content: "";
  background-color: #8af4b5;
  left: 0px;
  top: 0px;
}
.gerenric-pickup-info .car-info {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 99;
}
.gerenric-pickup-info .car-info .car-type {
  width: 130px;
  display: flex;
  align-items: center;
  position: relative;
}
.gerenric-pickup-info .car-info .car-type::after {
  width: 1px;
  height: 80%;
  background-color: #ccc;
  position: absolute;
  right: 0px;
  content: "";
}
.gerenric-pickup-info .car-info .car-type .car-icon {
  width: 45px;
}
.gerenric-pickup-info .car-info .car-type .car-title {
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px; 
  color: #000;
  margin-left: 8px;
}
.gerenric-pickup-info .car-info .car-detail {
  width: calc(100% - 130px); min-height: 58px;
  position: relative;
  padding-left: 10px;
}

.gerenric-pickup-info .car-info .car-detail .car-detail-row{width: 100%; display: flex; padding:3px 0px ; justify-content: space-between; border-bottom: 1px solid #dddddd;}
.gerenric-pickup-info .car-info .car-detail .car-detail-row:last-child{border-bottom: 0px;}
.gerenric-pickup-info .car-info .car-detail .car-pasanger {
  padding-right: 20px;
  display: flex; align-items: end;
}
.gerenric-pickup-info .car-info .car-detail .car-pasanger .cp-col {
  display: flex;
  margin: 0px 2px;
  align-items: center;
  font-size: 10px;
  color: #707070;
}
.gerenric-pickup-info .car-info .car-detail .car-pasanger .cp-col img {
  display: block;
  margin-right: 3px;
}
.gerenric-pickup-info .car-info .car-detail .car-prise {
  padding-left: 20px;
  text-align: right; line-height: 100%;
}
.gerenric-pickup-info .car-info .car-detail .car-prise .car-amount {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.gerenric-pickup-info .car-info .car-detail .car-prise .car-time {
  font-size: 10px;
  color: #707070;
}
.gerenric-pickup-info .car-info .car-detail .car-discount {
  width: 40px;
  height: 35px;
  padding: 5px 4px 5px 4px;
  text-align: center;
  border-radius: 0px 0px 100px 100px;
  background-image: linear-gradient(to right, #171919, #db0202);
  background-color: #db0202;
  position: absolute;
  top: -5px;
  left: 85px;
}
.gerenric-pickup-info .car-info .car-detail .car-discount .discount-perentage {
  font-size: 12px;
  line-height: 80%;
  color: #fff;
  font-weight: 600;
}
.gerenric-pickup-info .car-info .car-detail .car-discount .discount-text {
  font-size: 7px;
  color: #fff;
  font-weight: 600;
}
.gerenric-pickup-info .ride-payment-block {
  width: 100%;
}
.gerenric-pickup-info .ride-payment-block .nav-tabs {
  border: 1px solid #dddddd;
  border-radius: 100px;
  overflow: hidden;
}
.gerenric-pickup-info .ride-payment-block .nav-tabs .nav-link {
  width: 50%;
  height: 50px;
  display: flex;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.gerenric-pickup-info .ride-payment-block .nav-tabs .nav-link img {
  margin-right: 10px;
}
.gerenric-pickup-info .ride-payment-block .nav-tabs .nav-item.show .nav-link,
.gerenric-pickup-info .ride-payment-block .nav-tabs .nav-link.active {
  background-color: #8bf5b6;
}
 /*.gerenric-pickup-info .ride-payment-block #nav-home-tab_1{display: none !important;} */
.gerenric-pickup-info .ride-payment-block .tab-content {
  padding-top: 30px;
}
/* .gerenric-pickup-info .ride-payment-block .tab-content #nav-home_1{display: none !important;} 
.gerenric-pickup-info .ride-payment-block .tab-content #nav-profile_1{display: block !important; opacity: 1 !important;}
.gerenric-pickup-info .ride-payment-block .tab-content .fade:not(.show){opacity: 1 !important;}*/
.gerenric-pickup-info .ride-payment-block p {
  font-size: 17px;
  color: #aaaaaa;
  font-weight: 500;
}
.gerenric-pickup-info .ride-success-block {
  width: 100;
}
.gerenric-pickup-info .ride-success-block .success-image {
  width: 100%;
  margin-bottom: 50px;
}
.gerenric-pickup-info .ride-success-block .success-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.gerenric-pickup-info .ride-success-block p {
  font-size: 17px;
  text-align: center;
  color: #aaaaaa;
  font-weight: 500;
}

.gerenric-steps {
  width: 100%;
}
.gerenric-steps .step-block {
  width: 100%;
  padding: 20px;
}
.gerenric-steps .step-dots {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gerenric-steps .step-dots .dot-cricle {
  width: 11px;
  height: 11px;
  margin: 0px 2px;
  background-color: #d7d7d7;
  border-radius: 11px;
}
.gerenric-steps .step-dots .dot-cricle.dot-active {
  background-color: #8af4b5;
}
.gerenric-steps .steps-button {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.gerenric-steps .steps-button .next-button {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  height: 55px;
  background-color: #8af4b5;
}
.gerenric-steps .steps-button .back-button {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  height: 55px;
  background-color: #000;
}
.gerenric-steps .steps-button.button-width .next-button {
  width: 50%;
  margin-left: 5px;
}
.gerenric-steps .steps-button.button-width .back-button {
  width: 50%;
  margin-right: 5px;
}
.gerenric-popup-form {
  max-width: 100%;
  display: none;
  padding: 30px 10px;
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  margin: auto;
  position: fixed;
  top: 0px;
  left: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gerenric-popup-form .gerenric-pickup-info {
  max-width: 500px;
  z-index: 999;
  position: relative;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.gerenric-popup-form .popup-form-overlay {
  width: 100%;
  content: "";
  left: 0px;
  top: 0px;
  position: fixed;
  height: 100vh;
  background-color: transparent;
}
.gerenric-popup-form .pickup-close-button {
  z-index: 999;
  position: absolute;
  display: block;
  right: 13px;
  top: 7px;
  cursor: pointer;
}

.gerenric-links {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.gerenric-links.pd-rt-50 {
  padding-right: 50px;
}
.gerenric-links ul {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.gerenric-links ul li {
  list-style-type: none;
  padding: 5px;
}

.gerenric-links ul li a {
  min-width: 160px;
  height: 50px;
  background-color: #8af4b5;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.gerenric-links ul li a:hover {
  background-color: #000;
  color: #fff;
}
.gerenric-links ul li a.active_link {
  background-color: #000;
  color: #fff;
}
.gerenric-links ul li a img {
  margin-right: 6px;
  width: 22px;
}
.gerenric-links ul li a img:nth-child(2) {
  display: none;
}
.gerenric-links ul li a:hover img:nth-child(1) {
  display: none;
}
.gerenric-links ul li a:hover img:nth-child(2) {
  display: block;
}
.gerenric-links ul li a.active_link img:nth-child(1) {
  display: none;
}
.gerenric-links ul li a.active_link img:nth-child(2) {
  display: block;
}
.desktop-nofitcation {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1efef;
  border-radius: 100px;
  top: 7px;
  position: absolute;
  right: 0px;
}
.desktop-nofitcation .circle-notif {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #fff;
  background-color: #ed1d1d;
  border-radius: 100px;
  top: -3px;
  position: absolute;
  right: 0px;
}
.mobile-nofitcation {
  display: none;
}
.gerenric-search-bar {
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.gerenric-search-bar .search-bar {
  width: 200px;
  padding-right: 50px;
  position: relative;
}
.gerenric-search-bar .search-input {
  width: 100%;
  border-radius: 100px;
  height: 42px;
  border: 1px solid #cecece;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 500;
}
.gerenric-search-bar .search-input:focus {
  outline: none;
}
.gerenric-search-bar .search-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/search_icon.svg) center center no-repeat;
  border: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 100px;
  background-size: 20px;
}
.gerenric-search-bar .search-icon:focus {
  outline: none;
}
.gerenric-search-bar .filter-block {
  position: relative;
}
.gerenric-search-bar .filter-block .filter-icon {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  color: #000;
}
.gerenric-search-bar .filter-block .filter-icon img {
  width: 20px;
  display: block;
  margin-left: 10px;
}
.gerenric-search-bar .filter-dropbox {
  width: 260px;
  display: none;
  z-index: 99;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gerenric-search-bar .filter-dropbox h2 {
  font-size: 16px;
  color: #000;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.gerenric-search-bar .filter-close {
  position: absolute;
  right: -10px;
  top: -15px;
  cursor: pointer;
}
.gerenric-search-bar .filter-dropbox .gerenric-form ul li .form-label {
  padding-left: 0px;
}
.gerenric-search-bar .filter-dropbox .gerenric-form ul li .form-control {
  border-radius: 0px;
  padding: 6px 15px;
}
.gerenric-search-bar .filter-dropbox .gerenric-form .btn.btn-primary {
  font-size: 17px;
  height: 48px;
  border-radius: 0px;
}
.gerenric-search-bar .filter-dropbox .main-ride-option-select {
  width: 100%;
  position: relative;
}
.gerenric-search-bar .filter-dropbox .ride-option-select {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.gerenric-search-bar .filter-dropbox .ride-option-select::after {
  width: 8px;
  height: 5px;
  content: "";
  right: 10px;
  background: url(images/dropdown_down_arrow.svg) 0px 0px no-repeat;
}
.gerenric-search-bar .filter-dropbox .ride-option-select .car-type {
  width: 50px;
}
.gerenric-search-bar .filter-dropbox .ride-option-select .car-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.gerenric-search-bar .filter-dropbox .ride-option-dropdown {
  width: 100%;
  display: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  position: absolute;
  top: 39px;
  left: 0px;
  padding: 0px;
}
.gerenric-search-bar .filter-dropbox .ride-option-dropdown .row-select {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.gerenric-search-bar .filter-dropbox .ride-option-dropdown .row-select:last-child {
  border-bottom: 0px;
}
.gerenric-search-bar .filter-dropbox .ride-option-dropdown .row-select .car-type {
  width: 50px;
}
.gerenric-search-bar .filter-dropbox .ride-option-dropdown .row-select .car-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.gerenric-bulk-actions {
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
  display: flex;
   align-items: center;
}
.gerenric-bulk-actions .select-bar {
  width: 252px;
  padding-right: 110px;
  position: relative;
}
.gerenric-bulk-actions .select-input {
  width: 100%;
  border-radius: 100px;
  height: 42px;
  border: 1px solid #cecece;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  font-weight: 500;
}
.gerenric-bulk-actions .select-input:focus {
  outline: none;
}
.gerenric-bulk-actions .select-button {
  min-width: 100px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 100px;
  cursor: pointer;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8af4b5;
  font-size: 13px;
  font-weight: 500;
  border: 0px;
}
.gerenric-bulk-actions .search-button:focus {
  outline: none;
}
a.promotion-button{
  height: 50px;
    background-color: #8af4b5;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}
a.promotion-button:hover{color: #fff; background-color: #000;}
.gerenric-table-desktop {
  width: 100%;
}
.gerenric-table-desktop .table-row {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8af4b5;
}
.gerenric-table-desktop .table-row:first-child .table-col {
  font-size: 14px;
  font-weight: 600;
}
.gerenric-table-desktop .table-row .table-col {
  width: 10%;
  font-size: 12px;
  color: #000;
  padding: 15px 8px;
  overflow-wrap: break-word;
}
.gerenric-table-desktop .table-row .table-col:nth-child(1) {
  width: 9%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(2) {
  width: 8%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(3) {
  width: 7%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(4) {
  width: 7%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(5) {
  width: 7%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(6) {
  width: 23%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(7) {
  width: 23%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(8) {
  width: 8%;
}
.gerenric-table-desktop .table-row .table-col:nth-child(9) {
  width: 8%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(1) {
  width: 8%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(2) {
  width: 7%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(3) {
  width: 7%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(4) {
  width: 7%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(5) {
  width: 7%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(6) {
  width: 20%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(7) {
  width: 19%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(8) {
  width: 6%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(9) {
  width: 7%;
}
.gerenric-table-desktop.column-10 .table-row .table-col:nth-child(10) {
  width: 12%;
}
.gerenric-table-desktop .ride-type {
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .ride-type img {
  display: block;
  margin-right: 5px;
}
.gerenric-table-desktop .passenger-div {
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .passenger-div span {
  margin-right: 8px;
  text-align: center;
}
.gerenric-table-desktop .passenger-div span:last-child {
  margin-right: 0px;
}
.gerenric-table-desktop .passenger-div img {
  display: block;
  margin-right: 0px;
  text-align: center;
  height: 14px;
  margin: auto;
}
.gerenric-table-desktop .passenger-div span:nth-child(3) img {
  height: 12px;
}
.gerenric-table-desktop .refrance-number {
  text-align: center;
}
.gerenric-table-desktop .reschedule-ride {
  display: flex;
  margin-bottom: 6px;
  cursor: pointer;
  align-items: center;
}
.gerenric-table-desktop .reschedule-ride img {
  display: block;
  margin-right: 5px;
}
.gerenric-table-desktop .cancel-ride {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.gerenric-table-desktop .cancel-ride img {
  display: block;
  margin-right: 5px;
}
.gerenric-table-desktop .confirm-ride {
  padding: 0px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  color: #000;
  display: inline-flex;
  min-width: 90px;
  justify-content: center;
}
.gerenric-table-desktop .confirm-ride.cmpt-green {
  background-color: #8af4b5;
  color: #178443;
}
.gerenric-table-desktop .confirm-ride.cancel-red {
  background-color: #f7a9a9;
  color: #af2323;
}
.gerenric-table-desktop .confirm-ride.pending-yellow {
  background-color: #f4b400;
  color: #000;
}

.table-select-box {
  width: 100%;
}
.table-select-box select {
  min-width: 85px;
  font-weight: 500;
  border: 0px;
}
.table-select-box select:focus {
  outline: none;
}
.table-select-box select option {
  font-size: 13px;
  border-radius: 10px;
  padding: 5px;
}
.table-email-box {
  width: 100%;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.table-email-box .table-email-box-inner {
  width: 100%;
  padding-right: 5px;
  max-height: 65px;
  overflow-y: scroll;
}
.table-email-box .table-email-box-inner::-webkit-scrollbar {
  width: 6px;
}
.table-email-box .table-email-box-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-email-box .table-email-box-inner::-webkit-scrollbar-thumb {
  background: #888;
}
.table-email-box .table-email-box-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.table-email-box .email-row {
  width: 100%;
  padding: 2px 0px;
  border-bottom: 1px solid #707070;
}
.table-email-box .email-row:last-child {
  border-bottom: 0px;
}
.table-email-box .gerenric_checkbox {
  padding-left: 16px;
  font-size: 12px;
}
.table-email-box .gerenric_checkbox input {
  position: inherit;
}
.table-email-box .gerenric_checkbox .checkmark {
  width: 12px;
  height: 12px;
  border-color: #ddd;
  border-radius: 3px;
}
.table-email-box .gerenric_checkbox .checkmark:after {
  border: 0px;
  width: 7px;
  height: 7px;
  left: 2px;
  top: 2px;
}
.table-email-box .gerenric_checkbox input:checked ~ .checkmark {
  border-color: #8af4b5;
}
.table-email-box .gerenric_checkbox input:checked ~ .checkmark:after {
  background: url(../images/check_ok_icon.png) 0px 0px no-repeat;
  background-size: 7px;
}
.gerenric-table-desktop .email-send-button {
  min-width: 110px;
  height: 20px;
  border-radius: 100px;
  cursor: pointer;
  margin-top: 5px;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8af4b5;
  font-size: 10px;
  font-weight: 500;
  border: 0px;
}
.gerenric-table-desktop.align-items-top .table-row {
  align-items: start;
}
.gerenric-table-desktop.align-items-top .table-row:first-child {
  align-items: center;
}
.gerenric-table-desktop.column-3 {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(1) {
  width: 12%;
}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(2) {
  width: 48%;
}
.gerenric-table-desktop.column-3 .table-row .table-col:nth-child(3) {
  width: 40%;
}
.gerenric-table-desktop.column-4 {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(1) {
  width: 18%;
}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(2) {
  width: 37%;
}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(3) {
  width: 30%;
}
.gerenric-table-desktop.column-4 .table-row .table-col:nth-child(4) {
  width: 15%;
}
.gerenric-table-desktop.column-5 {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(1) {
  width: 15%;
}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(2) {
  width: 18%;
}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(3) {
  width: 32%;
}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(4) {
  width: 25%;
}
.gerenric-table-desktop.column-5 .table-row .table-col:nth-child(5) {
  width: 10%;
}
.gerenric-table-desktop.column-7 {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(1) {
  width: 12%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(2) {
  width: 26%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(3) {
  width: 13%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(4) {
  width: 14%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(5) {
  width: 17%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(6) {
  width: 9%;
}
.gerenric-table-desktop.column-7 .table-row .table-col:nth-child(7) {
  width: 9%;
}
.gerenric-table-desktop.column-7-A {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(1) {
  width: 12%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(2) {
  width: 19%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(3) {
  width: 13%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(4) {
  width: 14%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(5) {
  width: 17%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(6) {
  width: 16%;
}
.gerenric-table-desktop.column-7-A .table-row .table-col:nth-child(7) {
  width: 9%;
}
.gerenric-table-desktop.column-7-B {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(1) {
  width: 12%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(2) {
  width: 13%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(3) {
  width: 11%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(4) {
  width: 19%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(5) {
  width: 17%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(6) {
  width: 10%;
}
.gerenric-table-desktop.column-7-B .table-row .table-col:nth-child(7) {
  width: 17%;
}
.gerenric-table-desktop.column-8 {
  width: 100%;
  font-weight: 500;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(1) {
  width: 12%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(2) {
  width: 21%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(3) {
  width: 13%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(4) {
  width: 10%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(5) {
  width: 13%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(6) {
  width: 8%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(7) {
  width: 9%;
}
.gerenric-table-desktop.column-8 .table-row .table-col:nth-child(8) {
  width: 14%;
}
.gerenric-table-desktop .main-table-checkbox {
  width: 100%;
  display: flex;
}
.gerenric-table-desktop .main-table-checkbox.align-item-middle {
  align-items: center;
}
.gerenric-table-desktop .main-table-checkbox .table-checkbox {
  width: 40px;
}
.gerenric-table-desktop .main-table-checkbox .number-sign {
  width: calc(100% - 40px);
  padding-left: 5px;
  font-weight: 500;
}
.gerenric-table-desktop .main-table-checkbox .number-sign span {
  font-weight: 400;
  color: #707070;
  font-size: 11px;
  display: block;
  line-height: 115%;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox {
  padding-left: 0px;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input {
  position: inherit;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox .checkmark {
  width: 17px;
  height: 17px;
  border-color: #ddd;
  border-radius: 3px;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox .checkmark:after {
  border: 0px;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 2px;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input:checked ~ .checkmark {
  border-color: #8af4b5;
}
.gerenric-table-desktop .main-table-checkbox .gerenric_checkbox input:checked ~ .checkmark:after {
  background: url(../images/check_ok_icon.png) 0px 0px no-repeat;
  background-size: 13px;
}
.gerenric-table-desktop .table-booking-info {
  width: 100%;
}
.gerenric-table-desktop .table-booking-info .bkg-block {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 115%;
  border-bottom: 1px solid #707070;
  padding: 5px 0px;
}
.gerenric-table-desktop .table-booking-info .bkg-block:last-child {
  border-bottom: 0px;
}
.gerenric-table-desktop .table-booking-info .bkg-lctn-main {
  width: 100%;
}
.gerenric-table-desktop .table-booking-info .bkg-lctn {
  width: 100%;
}
.gerenric-table-desktop .table-booking-info .bkg-row {
  width: 100%;
  display: flex;
}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col {
  width: 50%;
  display: flex;
}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid #707070;
}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col:nth-child(2) {
  padding-left: 15px;
}
.gerenric-table-desktop .table-booking-info .bkg-row .bkg-col.color-red {
  color: #e21e3f;
}
.gerenric-table-desktop .table-ride-detail {
  width: 100%;
}
.gerenric-table-desktop .table-ride-detail .rd-block {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 4px 0px;
}
.gerenric-table-desktop .table-ride-detail .rd-block:last-child {
  border-bottom: 0px;
}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt {
  width: 100%;
  display: flex;
}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col {
  display: flex;
  margin-left: 8px;
}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col:first-child {
  margin-left: 0px;
}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col img {
  margin-right: 4px;
  display: block;
}
.gerenric-table-desktop .table-ride-detail .rd-pasanger-dt .pgr-col .seat-text {
  width: 100%;
}
.gerenric-table-desktop .table-ride-detail .rd-car-type {
  width: 100%;
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .table-ride-detail .rd-car-type .car-icon {
  width: 35px;
}
.gerenric-table-desktop .table-ride-detail .rd-car-type .car-text {
  width: calc(100% - 35px);
  padding-left: 10px;
}
.gerenric-table-desktop .table-ride-book {
  width: 100%;
}
.gerenric-table-desktop .table-ride-book .rd-bk-block {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 4px 0px;
}
.gerenric-table-desktop .table-ride-book .rd-bk-code {
  width: 100%;
}
.gerenric-table-desktop .table-ride-book .rd-bk-code span {
  font-weight: 400;
  color: #707070;
  font-size: 11px;
  display: block;
  line-height: 115%;
}
.gerenric-table-desktop .table-ride-book .rd-bk-drop {
  width: 100%;
  display: flex;
}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col {
  width: 50%;
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col:nth-child(1) {
  padding-right: 10px;
}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col:nth-child(2) {
  padding-left: 10px;
}
.gerenric-table-desktop .table-ride-book .rd-bk-drop .rd-dp-col img {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
}
.gerenric-table-desktop .table-user-detail {
  width: 100%;
}
.gerenric-table-desktop .table-user-detail .usr-block {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding: 4px 0px;
}
.gerenric-table-desktop .table-user-detail .usr-block:last-child {
  border-bottom: 0px;
}
.gerenric-table-desktop .table-user-detail .usr-block.dply-block {
  display: block;
}
.gerenric-table-desktop .table-user-detail .usr-block span {
  font-weight: 400;
  color: #707070;
  font-size: 11px;
  display: block;
  line-height: 115%;
}
.gerenric-table-desktop .table-user-detail .usr-block a {
  display: flex;
  align-items: center;
  word-break: break-all;
  color: #000;
}
.gerenric-table-desktop .table-user-detail .usr-block img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.gerenric-table-desktop .Amount-spent {
  font-size: 16px;
  font-weight: 600;
}
.gerenric-table-desktop .table-pay {
  width: 100%;
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .table-pay img {
  margin-right: 10px;
}
.gerenric-table-desktop .table-email {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.gerenric-table-desktop .table-email img {
  margin-right: 10px;
}
.gerenric-table-desktop .user-car-class {
  width: 100%;
}
.gerenric-table-desktop .user-car-class .cls-row {
  margin: 0px -3px;
  display: flex;
  justify-content: flex-start;
}
.gerenric-table-desktop .user-car-class .cls-row .cls-col {
  text-align: center;
  padding: 0px 3px;
}
.gerenric-table-desktop .user-car-class .cls-row .cls-icon {
  width: 60px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8af4b5;
  border-radius: 100px;
}
.gerenric-table-desktop .user-car-class .cls-row .cls-icon img {
  width: 30px;
}
.gerenric-table-desktop .user-car-class .cls-row .cls-text {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.gerenric-table-desktop .email-view-text {
  width: 100%;
  margin-top: 5px;
  border-radius: 10px;
  font-weight: 400;
  color: #707070;
  font-size: 11px;
  display: block;
  line-height: 115%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 10px;
}
.gerenric-table-desktop .email-view-text-inner {
  width: 100%;
  max-height: 70px;
  overflow-y: auto;
}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar {
  width: 6px;
}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-thumb {
  background: #888;
}
.gerenric-table-desktop .email-view-text-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.gerenric-table-desktop .review-textarea {
  width: 100%;
  height: 140px;
  margin-top: 5px;
  border-radius: 10px;
  font-weight: 400;
  color: #707070;
  font-size: 11px;
  resize: none;
  display: block;
  line-height: 115%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 10px;
}
.gerenric-table-desktop .divider-dot {
  width: 90%;
  border-bottom: 1px dotted #000;
  margin: 10px 0px;
}
.gerenric-table-desktop .admin-type-button {
  width: 110px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8af4b5;
  border-radius: 100px;
}
.gerenric-table-desktop .table-action {
  width: 100%;
}
.gerenric-table-desktop .table-action img {
  margin-right: 10px;
  cursor: pointer;
}
.gerenric-table-desktop .table-action img:last-child {
  margin-right: 0px;
}

.gerenric-table-mobile {
  display: none;
}
.gerenric-pagination {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
.gerenric-pagination ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gerenric-pagination ul li {
  list-style-type: none;
  padding: 2px;
}
.gerenric-pagination ul li a {
  border: 1px solid #cecece;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  padding: 3px 10px;
}
.gerenric-pagination ul li a.active-pg {
  border-color: #8af4b5;
}
.gerenric-pagination ul li a:hover {
  border-color: #8af4b5;
}
ul.pagination .page-link {
  color: #000 !important;
  border: 1px solid #cecece !important;
  padding: 3px 12px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}
ul.pagination .page-item {
  margin: 0px 2px !important;
}
ul.pagination .active > .page-link,
ul.pagination .page-link.active {
  background-color: #fff !important;
  border: 1px solid #8af4b5 !important;
}
ul.pagination .page-link:hover {
  background-color: #fff !important;
  border: 1px solid #8af4b5 !important;
}
.text-green {
  color: #8af4b5 !important;
}
/*GERENRIC_SECTION_END*/

/*HEADER_SECTION_START*/
.mobile-bottom-nav {
  display: none;
}
.header-dashboard-overlay {
  width: 100%;
  display: none !important;
  height: 100vh;
  z-index: 99;
  position: fixed;
  content: "";
  left: 0px;
  top: 0px;
  background: rgba(46, 42, 37, 0.25);
}
#header-section {
  width: 100%;
  background-color: #fff;
}
#header-section #navbar_top {
  background-color: #fff;
  z-index: 999;
  padding: 30px 0px;
}
#header-section .fixed-top {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
#header-section #navbar_top.fixed-top {
  padding: 15px 0px;
}
#header-section .container {
  max-width: 1400px;
  padding-left: 0px;
  padding-right: 0px;
}
#header-section .navbar-brand {
  width: 150px;
}
#header-section .dashboard-nav {
  display: flex;
}
#header-section .dashboard-nav ul {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
#header-section .dashboard-nav ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  color: #420077;
}
#header-section .dashboard-nav ul li.dashboard-logout {
  display: none;
}
#header-section .dashboard-nav ul li img {
  max-width: inherit;
}
#header-section .dashboard-nav ul li:first-child {
  margin-left: 0px;
}
#header-section .dashboard-nav ul li .btn.btn-primary {
  min-width: 120px;
  padding: 9px 30px;
  background-color: #8af4b5;
  border: 1px solid #8af4b5;
  color: #000;
}
#header-section .dashboard-nav ul li .language-button {
  display: inline-flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 17px;
  font-size: 20px;
  color: #000;
  background-color: #f1efef;
}
#header-section .dashboard-nav ul li .language-button img {
  display: block;
  margin-right: 5px;
}
#header-section .dashboard-nav ul li .header-profile-main {
  display: flex;
  align-items: center;
}
/* #header-section .dashboard-nav ul li .header-profile{width: 32px; height: 32px; border-radius: 32px; overflow: hidden;} */
#header-section .dashboard-nav ul li .header-profile img {
  width: 20px;
}
#header-section .dashboard-nav ul li .header-title {
  color: #000;
  font-weight: 18px;
  font-weight: 600;
  margin-left: 10px;
}
#header-section .dashboard-nav ul li .header-dashboard-nav {
  width: 250px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  display: none !important;
  z-index: 9999;
  border-radius: 12px;
  position: absolute;
  top: 52px;
  right: -10px;
  background-color: #fff;
}
#header-section .dashboard-nav ul li .header-dashboard-nav::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  right: 5px;
  content: "";
  border-bottom: 25px solid white;
}
#header-section .dashboard-nav ul li.dropdown-open {
  cursor: pointer;
}
#header-section .dashboard-nav ul li .header-dashboard-nav .profile-row {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#header-section .dashboard-nav ul li .header-dashboard-nav .profile-cricle {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
}
#header-section .dashboard-nav ul li .header-dashboard-nav .profile-cricle img {
  width: 32px;
  display: block;
  height: 32px;
  object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}
#header-section .dashboard-nav ul li .header-dashboard-nav .profile-title {
  font-size: 16px;
  word-break: break-all;
  padding-left: 15px;
  font-weight: 700;
  color: #000000;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul {
  display: block;
  padding: 0px 15px;
  margin-top: 3px;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul li {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul li a {
  display: block;
  color: #000000;
  padding: 6px 10px;
  border-radius: 12px;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul li a:hover {
  background-color: #8af4b5;
  color: #000;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul li a.hd-nav-active {
  background-color: #8af4b5;
  color: #000;
}
#header-section .dashboard-nav ul li .header-dashboard-nav ul li.menu-logout {
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 15px 12px 15px;
  margin-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
#header-section .dashboard-nav ul li.desktop-show {
  display: block;
}
/*HEADER_SECTION_END*/

/*BANNER_SECTION_START*/
#banner-section {
  width: 100%;
  position: relative;
}
/* #banner-section .banner-bg{width: 100%;border-radius: 20px; min-height:500px; padding: 70px 80px 140px 80px;background: url(../images/banner_bg.webp) 0px 0px no-repeat; background-size: cover;} */
#banner-section .banner-bg {
  width: 100%;
  border-radius: 30px;
  min-height: 710px;
  padding: 70px 80px 140px 80px;
  background: rgb(28, 28, 28);
  background-image: url(../images/banner_map1.webp), url(../images/banner_map2.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, 60% top;
  background-size: 75%, auto;
}
#banner-section .banner-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#banner-section .banner-detail .banner-subtitle {
  font-size: 22px;
  color: #fff;
  padding-left: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
#banner-section .banner-detail .banner-subtitle::after {
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0px;
  background-color: #8af4b5;
}
#banner-section .banner-detail .banner-heading {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
}
#banner-section .banner-detail .banner-heading span {
  color: #8af4b5;
}
#banner-section .banner-detail .banner-text {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
#banner-section .banner-detail .banner-button {
  background-color: #ffc200;
  height: 70px;
  font-size: 28px;
  cursor: pointer;
  padding: 5px 40px;
  color: #000;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
}
#banner-section .banner-detail .banner-button:hover {
  background-color: #8af4b5;
}
#banner-section .banner-form {
  width: 440px;
  border-radius: 20px;
  background-color: #fff;
}
/*BANNER_SECTION_END*/

/*CONTENT_SECTION_START*/
#content-section {
  min-height: 750px;
}
.connected-section {
  width: 100%;
  position: relative;
  top: -65px;
  padding: 0px 80px;
}
.connected-section .connected-inner {
  width: 100%;
  background-color: #8af4b5;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 50px;
}
.connected-section .connect-col {
  width: 25%;
  padding: 0px 10px;
}
.connected-section .connect-item {
  width: 100%;
  padding: 4px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connected-section .connect-item .connect-icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connected-section .connect-item .connect-title {
  width: calc(100% - 80px);
  padding-left: 20px;
  font-size: 25px;
  color: #000;
  font-weight: 500;
}
.offer-add-section {
  width: 100%;
  padding: 0px 0px 40px 0px;
}
.offer-add-section .offer-add-inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  height: 270px;
  background: rgb(28, 28, 28);
  background: linear-gradient(90deg, rgba(28, 28, 28, 1) 65%, rgba(0, 0, 0, 1) 100%);
}
.offer-add-section .offer-car-image {
  width: 60%;
  position: relative;
  top: 30px;
}
.offer-add-section .offer-car-detail {
  width: 40%;
  padding-left: 80px;
}
.offer-add-section .offer-car-detail .offer-title {
  font-size: 28px;
  color: #fff;
  line-height: 110%;
  font-weight: 500;
}
.offer-add-section .offer-car-detail .offer-percentage {
  font-size: 50px;
  color: #fff;
  line-height: 110%;
  font-weight: 600;
}
.offer-add-section .offer-car-detail .offer-percentage span {
  color: #ffc200;
  font-style: italic;
  font-weight: 800;
}
.offer-add-section .offer-car-detail .offer-text {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 110%;
}
.offer-add-section .offer-car-detail .offer-text span {
  color: #8af4b5;
  font-weight: 700;
}
.offer-add-section .offer-car-detail .offer-signup-button {
  display: inline-flex;
  border: 1px solid #ffc200;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0px 0px 7px rgba(255, 194, 0, 0.5);
  font-size: 20px;
  color: #fff;
  padding: 4px 45px;
  border-radius: 10px;
}
.daily-routes-section {
  width: 100%;
  padding: 20px 0px 40px 0px;
  display: flex;
  flex-wrap: wrap;
}
.daily-routes-section .gerenric-heading {
  display: none;
}
.daily-routes-section .routes-list {
  width: 60%;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 30px;
}
.daily-routes-section .routes-list .list-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.daily-routes-section .routes-list .list-row:last-child {
  border-bottom: 0px;
}
.daily-routes-section .routes-list .list-row .list-label {
  width: 50%;
  position: relative;
}
.daily-routes-section .routes-list .list-row .list-label:nth-child(1) {
  padding-right: 40px;
}
.daily-routes-section .routes-list .list-row .list-label:nth-child(1)::after {
  width: 50px;
  height: 32px;
  content: "";
  background: url(../images/routes_arrow_icon.svg) 0px 0px no-repeat;
  right: -25px;
  position: absolute;
}
.daily-routes-section .routes-list .list-row .list-label:nth-child(2) {
  padding-left: 40px;
  text-align: right;
}
.daily-routes-section .routes-image {
  width: 40%;
  padding-left: 150px;
  padding-top: 30px;
}
.daily-routes-section .routes-image .gerenric-heading {
  display: block;
}
.why-choose-section {
  width: 100%;
  padding: 50px 80px;
  background-image: linear-gradient(to right, rgb(23, 25, 25, 0.9), rgb(23, 25, 25));
  border-radius: 20px;
}
.why-choose-section .why-choose-inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.why-choose-section .why-choose-image {
  width: 53%;
  padding-right: 80px;
  position: relative;
}
.why-choose-section .why-choose-image::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0px;
/*  background: url(../images/why_choose_border.svg) 0px center no-repeat;*/
}
.why-choose-section .why-choose-detail {
  width: 47%;
  padding-left: 80px;
}
.why-choose-section .why-choose-detail ul li {
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  font-size: 27px;
  color: #fff;
  font-weight: 500;
}
.why-choose-section .why-choose-detail ul li::after {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  background-color: #6bc489;
}
.popular-secion {
  width: 100%;
  padding: 80px 0px 0px 0px;
}
.popular-secion .popular-col {
  width: 100%;
  padding: 0px 20px;
}
.popular-secion .popular-item {
  width: 100%;
  cursor: pointer;
}
.popular-secion .popular-image {
  width: 100%;
  margin-bottom: 20px;
}
.popular-secion .popular-image img {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  object-fit: cover;
}
.popular-secion .popular-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.popular-secion .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.popular-secion .slick-dots {
  left: 0px;
  bottom: -2px;
}
.popular-secion .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0px 3px;
  border-radius: 16px;
  background-color: #b0aaaa;
}
.popular-secion .slick-dots li.slick-active {
  background-color: #6bc489;
}
.subscribe-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 90px 0px 90px 0px;
}
.subscribe-section .subscribe-image {
  width: 45%;
}
.subscribe-section .subscribe-image img.subscribe_d {
  display: block;
}
.subscribe-section .subscribe-image img.subscribe_m {
  display: none;
}
.subscribe-section .subscribe-detail {
  width: 55%;
  padding-left: 116px;
}
.subscribe-section .subscribe-detail p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #757272;
}
.subscribe-section .subscribe-detail .subscribe-input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #8af4b5;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: 30px;
  color: #a8a8a8;
  font-weight: 500;
}
.subscribe-section .subscribe-detail .subscribe-input:focus {
  outline: none;
}
.subscribe-section .subscribe-detail .subscribe-button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  position: relative;
  padding: 5px 50px 0px 150px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #8af4b5;
}
.subscribe-section .subscribe-detail .subscribe-button .subscribe-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.past-page {
  width: 100%;
}
.topborder-page {
  width: 100%;
  height: 4px;
  background-color: #8af4b5;
}
.support-page {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 130px;
  display: flex;
  flex-wrap: wrap;
}
.support-page .happy-assist {
  width: 260px;
  height: 260px;
  text-align: center;
  border-radius: 20px;
  padding: 15px 20px;
  background: url(../images/happy_assist_bg.svg) 0px bottom no-repeat;
  background-size: 100%;
  background-color: #000;
}
.support-page .happy-assist .assist-image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.support-page .happy-assist .assist-title {
  width: 100%;
  line-height: 110%;
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}
.support-page .happy-assist p {
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: #fff;
}
.support-page .support-form {
  width: calc(100% - 260px);
  display: flex;
}
.support-page .support-form .support-col {
  width: 50%;
  padding-left: 30px;
}
.support-page .support-form .support-col .support-info {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.support-page .support-form .support-col .support-info .support-icon {
  width: 60px;
}
.support-page .support-form .support-col .support-info .support-detail {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.support-page .support-form .support-col .support-info .support-detail .sd-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.support-page .support-form .support-col .support-info .support-detail .sd-text {
  font-size: 16px;
  color: #777777;
}
.support-page .support-form .support-col .gerenric-form {
  padding-left: 80px;
}
.support-page .support-form .support-col .gerenric-form textarea {
  border-radius: 10px;
  resize: none;
  height: 140px !important;
}
.support-page .support-form .support-col .submit-text-show {
  font-size: 13px;
  padding-left: 80px;
  color: #8af4b5;
  margin-top: 10px;
  font-weight: 500;
}

.setting-page {
  width: 100%;
}
.setting-page.support-page .support-form .support-col .support-info {
  align-items: center;
}
.setting-page.support-page .support-form .support-col .support-info .support-detail .sd-title {
  font-size: 22px;
}
.admin-page {
  width: 100%;
}
.admin-page .admin-top-bar {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.admin-page .admin-top-bar .admin-top-button {
  min-width: 90px;
  cursor: pointer;
  height: 40px;
  padding: 5px 30px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8af4b5;
  border-radius: 100px;
}
/*CONTENT_SECTION_END*/

/*FOOTER_SECTION_START*/
#footer-section {
  width: 100%;
  background-color: #181818;
  padding: 30px 0px;
}
#footer-section .footer-copyright {
  width: 100%;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
#footer-section .footer-copyright span {
  color: #8af4b5;
}
/*FOOTER_SECTION_END*/

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div,
ol,
span,
div,
section {
  text-transform: capitalize !important;
} */

.iti {
  display: inherit !important;
}

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 20px 0 0 20px !important;
}

.capitalize {
  text-transform: capitalize;
}

.iti-mobile .iti--container {
  z-index: 99999 !important;
}

.pasanger-box {
  display: none !important;
}