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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --red: #0D4637;
  --white: #fff;
  --grey: #f5f5f5;
  --black1: #222;
  --black2: #999;
  --black: #000;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  font-size: 14px;
}
section {
  position: relative;
  /* margin-top: 160px; */
  margin-top: 120px;
  margin-bottom: 60px;
}
a {
  text-decoration: none;
  color: var(--red);
}
a:hover {
  text-decoration: none;
  color: var(--red);
}
h4
{
  font-size: 18px;
}
.form-control::-moz-placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:focus {
  color: #495057;
  background-color: var(--grey);
  border-color: var(--red);
  outline: 0;
  box-shadow: none;
}

/*.....header............*/

#mainpage {
  transition: margin-left 0.5s;
}
.header {
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #000;
}
.logo img {
  height: auto;
  max-width: 100%;
  max-height: 50px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}
.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0 30px;
  margin-bottom: 0;
}
#mobile_btn {
  display: none;
  margin-right: 30px;
}
.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background-color: black;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}
.bar-icon span:nth-child(2) {
  width: 16px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.navbar-brand.logo-small {
  display: none;
}
.navbar-brand.logo-small img {
  max-height: 40px;
  width: auto;
}
.main-menu-wrapper {
  margin: 0 15px 0 auto;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}
.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
.menu-logo img {
  height: auto;
  max-width: 180px;
}
.menu-close {
  font-size: 18px;
  color: var(--red);
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > li.active > a {
  color: var(--red);
}
.main-nav li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
}
.main-nav > li > a {
  color: black;
}
.main-nav > li > a:hover::after,
.main-nav > li.active > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.main-nav > li > a::after {
  width: 0;
  background: var(--red);
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.select_language .goog-te-combo {
  background: transparent;
  border: 0;
  /* color: var(--white); */
  font-size: 15px;
}
.select_language .goog-te-combo:focus-visible {
  outline: none;
}
.select_language .goog-te-combo option {
  color: #333333;
  font-size: 13px;
}






 .header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li:last-child {
  padding-right: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
a.header-login {
  background-color: var(--red);
  border-radius: 8px;
  padding: 8px 12px !important;
  text-align: center;
  font-size: 14px;
  color: var(--white) !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.header-navbar-rht > li a.header-login:hover,
.header-navbar-rht > li a.header-login:focus {
  background-color: hsl(164, 69%, 16%);
  border-color: #0D4637;
  color: #fff;
}
.header-navbar-rht li .profile-img img {
  border-radius: 50%;
  width: 55px;
}
.header-navbar-rht .nav-main label
{
  /* color: white; */
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    cursor: pointer;
}
.header-navbar-rht .nav-main .button span
{
  float: right;
  line-height: 35px;
  margin-top: -6px;
  margin-left: 10px;
}
.header-navbar-rht .nav-main ul
{
  position: absolute;
  background-color: var(--black);
  list-style: none;
  top: 90px;
  right: 6px;
  width: 240px;
  border-radius: 5px;
  display: none;
}
[id^=btn]:checked + ul
{
  display: block;
}
.header-navbar-rht .nav-main ul li 
{
  line-height: 40px;
  padding: 6px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header-navbar-rht .nav-main ul li:hover
{
  color: var(--red);
  letter-spacing: 0.5px;
  padding-left: 25px;
  border-left: 4px solid red;
}
.header-navbar-rht .nav-main ul li label
{
 padding: 0px;
 margin: 0px;
}
.header-navbar-rht .nav-main ul li a 
{
  color: white !important;
  text-decoration: none;
  font-size: 15px;
  display: block;
}
.header-navbar-rht .nav-main ul li a:hover,
.header-navbar-rht .nav-main ul li label:hover
{
  color: var(--red);
}
.header-navbar-rht .nav-main ul ul
{
  position: static;
 width: 218px;
}
.header-navbar-rht .nav-main ul ul li
{
  line-height: 40px;
  padding: 6px 20px;
  border-bottom: none;
}
.header-navbar-rht .nav-main ul ul li:hover
{
  border-left: none;
}
.header-navbar-rht .nav-main ul ul li a
{
  color: #e6e6e6;
  font-size: 15px;
}
.header-navbar-rht .nav-main ul li span
{
  font-size: 14px;
  float: right;
  margin-top: -28px;
}
.header-navbar-rht .nav-main input
{
  display: none;
}
.sidebar-overlay {
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1039;
}

/*.......forgotpassword...........*/

.forgotpassword .center-div {
  margin: auto;
}
.forgotpassword .forgot {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  padding: 30px;
}
.forgotpassword .forgot p {
  font-size: 16px;
  margin-bottom: 30px;
}
.forgotpassword .forgot input {
  font-size: 16px;
}
.forgotpassword .forgot .link {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}

/*........userdashboard....*/

.user-sec {
  margin-top: 85px;
  margin-bottom: 0px;
}
.find-form {
  padding: 40px 30px 0px 30px;
}
.ui.icon.big.input {
  width: 100%;
}
.find-img img {
  width: 100%;
  margin-top:10px;
}
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #d98585 !important;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.user-sec iframe {
  height: 700px;
}

/*.......riderlist....*/


.ride-content {
  margin-top: 50px;
}
.ride-content ul li {
  list-style-type: none;
}
.ride-content ul .card1 {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  height: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.ride-content ul .card1 .ride-img {
  text-align: center;
}
.ride-content ul .card1 .ride-img img {
  width: 60%;
  margin-top: 50px;
}
.ride-content ul .card1 .rides-deatils {
  padding: 20px;
}
.ride-content ul .card1 .rides-deatils p {
  font-size: 18px;
  color: #8c142d;
}
.ride-content ul .card1 .rides-deatils p i {
  padding: 0px 10px;
}
.ride-content ul .card1 .rides-deatils .view-details-btn {
  margin-top: 20px;
}
.ride-content ul .card1 .driver-details {
  padding: 20px 0px;
  text-align: center;
}
.ride-content ul .driver-details .driver-img img {
  border-radius: 50%;
  width: 40%;
}
.ride-content ul .driver-details p {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}
.ride-content .rides-sidebar {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.ride-content .rides-sidebar label {
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}
.ride-content .rides-sidebar label input {
  position: absolute;
  top: 7px;
  right: 25px;
}
.ride-content .rides-sidebar label input[name="letter"] {
  accent-color: red;
}
.ride-content .rides-sidebar label input[name="color"] {
  accent-color: red;
}

/*...........user view details.....*/

.view-details .heading h2 {
  text-align: center;
  margin-bottom: 40px;
}
.view-details .Trip-details {
  margin-bottom: 10px;
  padding: 20px 200px;
  border-radius: 10px;
}
.view-details .Trip-details .cancel-text h5 {
  color: var(--red);
  font-size: 22px;
  font-weight: 600;
}
.view-details .Trip-details .complete-text h5 {
  color: green;
  font-size: 22px;
  font-weight: 600;
}
.view-details .Trip-details .cancel-text h5, .view-details .Trip-details .complete-text h5 i
{
  font-size: 22px;
}
.view-details .Trip-details .location p {
  font-size: 22px;
  margin: 0px;
}
.view-details .Trip-details .location .line-img {
  margin-top: -4px;
  margin-left: -20px;
  margin-bottom: -11px;
}
.view-details .Trip-details .location .pickup {
  margin-bottom: -8px;
  margin-left: 33px;
  color: grey;
}
.view-details .Trip-details .location .pickout {
  margin-top: -11px;
  margin-bottom: -6px;
  margin-left: 32px;
  color: grey;
}
.view-details .Trip-details .rider-detail h4 {
  color: var(--red);
}
.view-details .Trip-details .rider-detail .number {
  float: right;
  color: var(--black);
}
.view-details .Trip-details .rider-profile:hover {
  background-color: var(--grey);
}
.view-details .Trip-details .rider-profile .riders-img img {
  border-radius: 50px;
  width: 30%;
}
.view-details .Trip-details .rider-img-name {
  float: right;
  color: var(--black);
  padding: 16px 0px;
}
.view-details .Trip-details .rider-profile .icon {
  margin: 25px 0px;
  font-size: 25px;
  color: var(--black);
}
.view-details .Trip-details .info ul li {
  list-style-type: none;
  font-size: 20px;
  color: grey;
  padding: 10px;
}
.view-details .Trip-details .info ul li span {
  margin-left: 12px;
}
.view-details .Trip-details .rider-car .rider-car-detail h4 {
  margin-bottom: 0px;
  color: var(--red);
}
.view-details .Trip-details .rider-car .rider-car-img {
  float: right;
}
.view-details .Trip-details .rider-btn {
  text-align: center;
  margin-top: 50px;
}

/*.............driver profile.......*/

.view-profile .profile {
  padding: 20px 200px;
}
.view-profile .profile .rider-profile .riders-img img {
  border-radius: 50px;
  width: 30%;
}
.view-profile .profile .rider-img-name {
  float: right;
  padding: 15px 0px;
}
.view-profile .profile .about1 ul li {
  list-style-type: none;
  font-size: 20px;
  padding: 5px;
}
.view-profile .profile .about1 ul li h3 {
  color: var(--red);
}
.view-profile .profile .about1 ul li p {
  float: right;
  font-size: 18px;
}
.view-profile .profile .about1 ul li span {
  padding-left: 10px;
}
.view-profile .profile .about ul li {
  list-style-type: none;
  font-size: 20px;
  color: var(--black2);
  padding: 10px;
}
.view-profile .profile .about ul li span {
  margin-left: 10px;
}
.view-profile .profile .check-reviews:hover
{
  background-color: var(--grey);
}
.view-profile .profile .check-reviews i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}

/*...........reviews..........*/

.riders-reviews .heading {
  text-align: center;
}
.riders-reviews .reviews {
  padding: 20px 200px;
}
.riders-reviews .reviews .ride-review {
  text-align: center;
}
.riders-reviews .review-progress-bar {
  margin-top: 20px;
}
.riders-reviews .review-progress-bar ul li {
  list-style-type: none;
}
.riders-reviews .review-progress-bar ul li p {
  font-size: 20px;
}
.riders-reviews .review .card1 {
  padding: 20px;
}
.riders-reviews .review .card1:hover {
  background-color: var(--grey);
}
.riders-reviews .review .card1 .reviewer-img img {
  border-radius: 50%;
  width: 60%;
}
.riders-reviews .review .card1 .detail p {
  font-size: 16px;
}
.riders-reviews .review .card1 .detail p span {
  color: var(--black2);
  font-size: 15px;
}

/*.......ridebook.............*/

.book .booking-img img {
  width: 500px;
}
.book .booking-content {
  padding: 120px 0px;
}
.book .booking-content a {
  padding: 1px 10px;
  margin-top: 10px;
}

/*.........allrides booking...........*/

.allrides .heading {
  padding-left: 50px;
  float: left;
}
.allrides .demo-filter-form select {
  padding: 6px 15px;
}
.allrides .list {
  padding: 20px 20px;
  margin-top: 50px;
}
.allrides .list ul li {
  list-style: none;
}
.allrides .list ul li a {
  color: var(--black);
}
.allrides .list .card1 {
  box-shadow: 0px 0px 10px -3px rgb(0 0 0 / 50%);
  padding: 10px;
  margin-bottom: 10px;
}
.allrides .list .card1:hover {
  background-color: var(--grey);
}
.allrides .list .card1 .ride-img {
  text-align: center;
  margin-top: 40px;
}
.allrides .heading1 {
 text-align: center;
}
.allrides .list .card1 .ride-image {
  text-align: center;
  margin-top: 70px;
}
.allrides .list .card1 .ride-detail p {
  margin: 0px;
  font-size: 20px;
}
.allrides .list .card1 .ride-detail .text {
  font-size: 15px;
}
.allrides .list .card1 .ride-detail .location p {
  margin-top: 5px;
  margin-bottom: -1px;
}
.allrides .list .card1 .ride-detail .location p span {
  font-size: 15px;
  color: grey;
}
.allrides .list .card1 .ride-detail .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -11px;
}
.allrides .list .card1 .other-detail {
  float: right;
  padding-right: 27px;
}
.allrides .list .card1 .other-detail p {
  font-size: 20px;
  margin-bottom: 5px;
}
.allrides .list .card1 .other-detail .driver-img img {
  border-radius: 50%;
  width: 65px;
}

/*.........user profile...........*/

.user-profile .heading {
  text-align: center;
}
.user-profile .main-sec {
  padding: 20px 200px;
}
.user-profile .main-sec .profile-pic {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.user-profile .main-sec .profile-pic .-label {
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin-bottom: 0;
}
.user-profile .main-sec .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  color: #fafafa;
  border-radius: 100px;
  margin-bottom: 0;
}
.user-profile .main-sec .profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
.user-profile .main-sec .profile-pic input {
  display: none;
}
.user-profile .main-sec .profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.user-profile .main-sec label {
  font-size: 16px;
}
.user-profile .main-sec .button {
  text-align: center;
}

/*...............all payment.............*/


.allpayment .heading h3
{
  color: var(--red);
}
.allpayment .content {
  margin: 30px;
}
.allpayment .content table thead
{
  font-size: 18px;
}
.allpayment .content table tbody
{
  font-size: 16px;
}

/*........offer ride dashboard....*/

input[name="inlineRadioOptions"] {
  accent-color: red;
}
.user-sec iframe {
  height: 700px;
}

/*.............driver notification........*/

.driver {
  margin-top: 80px;
  margin-bottom: 0px;
}
.driver iframe {
  height: 750px;
  position: relative;
}
.driver .switch-btn {
  position: absolute;
  top: 30px;
  left: 80px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a5a5a5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.slider:after {
  content: "OFF";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
input:checked + .slider {
  background-color: var(--red);
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}
input:checked + .slider:after {
  content: "ON";
}
.driver .heading-text {
  position: absolute;
  top: 80px;
  left: 100px;
  background-color: var(--grey);
  padding: 15px;
  border-left: 2px solid var(--red);
}
.driver .heading-text p {
  margin: 0px;
}
.driver .main {
  position: absolute;
  top: 80px;
  left: 20px;
}
.driver .notification {
  width: 500px;
  margin: 10px;
  margin-left: 0px;
  padding: 15px;
  background-color: var(--grey);
}
.driver .notification .user-img {
  text-align: center;
}
.driver .notification .user-img img {
  border-radius: 50%;
  width: 65px;
}
.driver .notification .location p {
  font-size: 20px;
}
.driver .notification .location p span {
  font-size: 15px;
  color: grey;
}
.driver .notification .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -8px;
}
.driver .notification .trip-fare {
  margin-top: 10px;
}
.driver .notification .trip-fare .notification-btn {
  margin-top: 12px;
}

/*...........drivergotopickup..............*/

.driver .button1 {
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.card {
  border: none;
  height: 300px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card h6 {
  color: red;
  font-size: 22px;
}
.card span, .card small
{
  font-size: 18px;
}
.inputs input {
  width: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*............driver pickup..................*/

.driver .main1 {
  position: absolute;
  top: 150px;
  left: 100px;
}
.driver .pickup {
  margin: 20px;
  margin-left: 0px;
  padding: 15px;
  width: 400px;
  background-color: var(--grey);
}
.driver .pickup .user-img {
  text-align: center;
}
.driver .pickup .user-img img {
  border-radius: 50%;
  width: 65px;
}
.driver .pickup .location p {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.driver .pickup .location p span {
  font-size: 15px;
  color: grey;
}
.driver .pickup .location .line-img {
  margin-top: -3px;
  margin-left: -4px;
  margin-bottom: -11px;
}
.driver .pickup .button2 {
  margin-top: 20px;
  text-align: right;
}

/*..............user payment...............*/

.make-payment .center-div
{
  padding: 20px 180px;
}
.make-payment .payment form {
  padding: 20px;
  background: #fff;
}
.make-payment .payment form label
{
  font-size: 16px;
}
.make-payment .payment form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.make-payment .payment form .row .col {
  flex: 1 1 250px;
}
.make-payment .payment form .row .col .title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.make-payment .payment form .row .col .flex {
  display: flex;
  gap: 15px;
}
.make-payment .payment form .button
{
  text-align: center;
  margin-top: 20px;
}

/*.............give rating.................*/

.give-rating .center-div
{
  padding: 20px 200px;
}
.give-rating #full-stars-example-two
{
  text-align: center;
}
.give-rating #full-stars-example-two .profile-img img {
  border-radius: 50%;
  width: 18%;
}
.give-rating #full-stars-example-two h3
{
  font-size: 20px;
  margin-top: 10px;
}
.give-rating #full-stars-example-two .rating__icon {
  pointer-events: none;
}
.give-rating #full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
} 
.give-rating #full-stars-example-two .rating__input--none {
  display: none;
}
.give-rating #full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
.give-rating #full-stars-example-two .rating__icon--star {
  color: orange;
}
.give-rating #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.give-rating #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
.give-rating #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.give-rating #full-stars-example-two h5
{
  margin: 25px 0px;
}
.give-rating #full-stars-example-two .content a
{
  color: var(--black);
}
.give-rating #full-stars-example-two .content a .icon img
{
  border-radius: 50%;
  background-color: rgb(235, 235, 235);
  padding: 20px;
}
.give-rating #full-stars-example-two .comment
{
  margin: 30px 0px;
}
.give-rating #full-stars-example-two .button1
{
  text-align: center;
} 
.model-content
{
  text-align: center;
}
.model-content .model-image img
{
 width: 65%;
}
.model-content h3
{
  color: var(--red);
  font-weight: 700;
}
.model-content h3 span
{
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.model-content p
{
  font-size: 19px;
}

/*.............driver profile................*/

.driver-profile .heading {
  text-align: center;
}
.driver-profile .main-sec {
  padding: 20px 200px;
}
.driver-profile .main-sec .profile-pic {
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.driver-profile .main-sec .profile-pic .-label {
  cursor: pointer;
  height: 150px;
  width: 150px;
  margin-bottom: 0;
}
.driver-profile .main-sec .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  color: #fafafa;
  border-radius: 100px;
  margin-bottom: 0;
}
.driver-profile .main-sec .profile-pic span {
  display: inline-flex;
  padding: 0.2em;
  height: 2em;
}
.driver-profile .main-sec .profile-pic input {
  display: none;
}
.driver-profile .main-sec .profile-pic img {
  position: absolute;
  object-fit: cover;
  width: 150px;
  height: 150px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.driver-profile .main-sec .profile-content {
  margin-top: 25px;
}
.driver-profile .main-sec .button {
  text-align: center;
}

/*.........user-otp.............*/

.user-otp {
  margin-top: 80px;
  margin-bottom: 0px;
}
.user-otp iframe {
  height: 750px;
  position: relative;
}
.user-otp .button1
{
  position: absolute;
  top: 70px;
  left: 50px;
  background-color: var(--white);
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}
.user-otp .button1 h5
{
  font-size: 22px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}
.user-otp .button1 span
{
  font-size: 16px;
  color: var(--black2);
  padding: 0px;
  margin: 0px;
}
/*.........user-start ride.............*/

.user-startride {
  margin-top: 80px;
  margin-bottom: 0px;
}
.user-startride iframe {
  height: 750px;
  position: relative;
}
.user-startride .button1
{
  position: absolute;
 bottom: 30px;
 right: 40px;
}

/*.............media query..................*/

@media only screen and (max-width: 575.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: white;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-heading .globalInputSearch {
    margin-top: 15px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 10px;
  }
  .view-details .Trip-details {
    padding: 0px;
  }
  .view-details .Trip-details .rider-detail .number {
    margin-top: -33px;
  }
  .view-details .Trip-details .rider-profile {
    text-align: center;
    padding: 0px;
  }
  .view-details .Trip-details .rider-img-name {
    padding: 0px;
    float: none;
  }
  .view-details .Trip-details .rider-profile .icon {
    margin: 0px;
    font-size: 0px;
    visibility: hidden;
  }
  .view-details .Trip-details .info ul li {
    font-size: 17px;
    padding: 5px;
  }
  .view-details .Trip-details .rider-car .rider-car-detail {
    padding: 20px 0px;
  }
  .view-details .Trip-details .rider-car .rider-car-img img {
    margin-top: -82px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .view-profile .profile .rider-profile .riders-img img {
    width: 20%;
  }
  .view-profile .profile .rider-img-name {
    margin-top: -80px;
    padding: 0px;
  }
  .view-profile .profile .about1 ul li p {
    font-size: 16px;
    margin-top: -25px;
  }
  .view-profile .profile .check-reviews i {
    margin-top: -28px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .reviews .review {
    text-align: center;
    margin-bottom: 0px;
  }
  .riders-reviews .reviews .review .heading h1 {
    text-align: center;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    width: 30%;
  }
  .offer iframe {
    height: 480px;
  }
  .allrides .list {
    padding: 20px 0px;
  }
  .allrides .list .card1 .ride-img {
    margin-top: 0px;
  }
  .allrides .list .card1 .ride-detail p {
    text-align: center;
  }
  .allrides .list .card1 .ride-detail .text {
    text-align: center;
  }
  .allrides .list .card1 .ride-detail .location {
    margin: 0px;
  }
  .allrides .list .card1 .ride-detail .location p {
    text-align: left;
  }
  .allrides .list .card1 .ride-detail .location .line-img {
    margin-top: -3px;
    margin-left: -4px;
    margin-bottom: -11px;
  }
  .allrides .list .card1 .other-detail {
    float: none;
    text-align: center;
    padding-right: 0px;
  }
  .allrides .list .card1 .other-detail p {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    float: left;
  }
  .allrides .list .card1 .other-detail .driver-img img {
    border-radius: 50%;
    width: 65px;
    float: right;
    margin-top: 10px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: white;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .forgotpassword .center-div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .find-form {
    padding: 40px 40px 0px 40px;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-heading .globalInputSearch {
    margin-top: 15px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
    text-align: center;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 10px;
  }
  .view-details .Trip-details {
    padding: 20px 0px;
  }
  .view-details .Trip-details .rider-detail .number {
    margin-top: -33px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .view-profile .profile .rider-img-name {
    padding: 0px;
  }
  .view-profile .profile .about1 ul li p {
    font-size: 16px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .reviews .review {
    text-align: center;
    margin-bottom: 0px;
  }
  .riders-reviews .reviews .review .heading h1 {
    text-align: center;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    width: 30%;
  }
  .allrides .list {
    padding: 20px 0px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1040;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: white;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .select_language {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: black;
    font-size: 14px;
    font-weight: 500;
  }
  .forgotpassword .center-div {
    flex: 0 0 100%;
    max-width: 70%;
  }
  .find-form {
    padding: 40px 0px 0px 0px;
  }
  .find-img img {
    width: 70%;
  }
  .user-sec iframe {
    height: 480px;
  }
  .ride-content .globalTargetList .card1 {
    text-align: center;
  }
  .ride-content .globalTargetList .card1 .ride-img img {
    width: 50%;
    margin-top: 0px;
  }
  .ride-content .globalTargetList .card1 .rides-deatils {
    padding: 0px;
  }
  .ride-content .globalTargetList .card1 .driver-details {
    padding: 10px 0px;
  }
  .ride-content .globalTargetList .driver-details .driver-img img {
    border-radius: 50%;
    width: 30%;
  }
  .ride-content .rides-sidebar {
    padding: 0px;
  }
  .view-details .Trip-details {
    padding: 20px 70px;
  }
  .view-profile .profile {
    padding: 20px 0px;
  }
  .riders-reviews .reviews {
    padding: 20px 0px;
  }
  .riders-reviews .review .card1 .reviewer-img img {
    border-radius: 50%;
    width: 35%;
  }
  .allrides .list {
    padding: 20px 70px;
  }
  .user-profile .main-sec {
    padding: 20px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li {
    margin-right: 20px;
  }
  .main-nav > li > a {
    line-height: 50px;
    padding: 0 !important;
    font-size: 15px;
  }
  .main-nav > li:last-child {
    margin-right: 0;
  }
  .select_language {
    line-height: 10px;
    padding: 0 !important;
	margin-top: 10px;
  }
}

/*..........footer............*/
/*
footer {
  background: var(--black);
  position: relative;
  float: left;
  width: 100%;
}
footer .container {
  z-index: 1;
  position: relative;
}

.footer {
  padding: 90px 0 50px;
  border-bottom: 1px solid #656565;
}

.footer_logo {
  color: var(--white);
  margin-bottom: 20px;
}
.footer_logo p {
  color: var(--white);
}
.footer_app {
  width: 100%;
}

.footer_app a {
  border: solid 1px var(--white);
  border-radius: 5px;
  width: 120px;
  display: inline-block;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_box {
  display: inline-block;
}

.footer_box h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: var(--red);
}

.footer_box ul {
  display: inline-block;
}
.footer_box ul li {
  color: var(--black2);
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.footer_box ul li a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;

  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer_box ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}

.footer_box ul li a:hover {
  padding-left: 25px;
  color: var(--red);
}*/
.get_in_touch h4 {
  font-family: Poppins, sans-serif;
  font-weight: bold;
  color: rgb(255, 27, 54);
}
.get_in_touch ul li {
  color: var(--white);
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.get_in_touch ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: var(--red);
}
.get_in_touch ul li a {
  padding-left: 0;
  color: var(--white);
  text-decoration: none;
}
footer .our_offices {
  margin: 30px 0 0 0;
}
footer .our_offices h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: var(--red);
}
footer .our_offices ul {
  margin-bottom: 0;
  text-align: unset;
  list-style: none;
  padding: 0;
}
footer .our_offices ul li {
  margin: 5px;
  display: inline-block;
}
footer .our_offices ul li a {
  position: relative;
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;

  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
}
footer .our_offices ul li a:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
footer .our_offices ul li a::before {
  content: "";
  background: var(--white);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 100%;
}
footer .our_offices ul li a:hover:before {
  opacity: 0;
}
footer .our_offices ul li img {
  width: 50px;
  height: 50px;
}
.copyright {
  padding: 30px 0px;
}
.copyright .copy-text {
  color: var(--white);
  letter-spacing: 1px;
  padding-top: 10px;
}
.copyright .copy-text a {
  color: var(--red);
}
.copyright .copy-text a:hover {
  text-decoration: underline;
}
.copyright ul {
  text-align: right;
}
.copyright ul li {
  display: inline-block;
  padding-left: 8px;
}
.copyright ul li a {
  color: var(--white);
  border: 1px solid var(--white);
  background: #242628;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: list-item;
  text-align: center;
}
.copyright ul li a:hover {
  background: var(--red);
}


/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  padding: 0px 20px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 20px;
  font-size: 16px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
  padding-bottom: 5px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.playstore-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.playstore-ul > li {
    display: inline-block;
}
.playstore-ul > li > a {
    width: 160px;
    display: block;
    margin: 0 20px 0 0;
}
.find-form .playstore-ul > li > a {
width:120px;
}

.pac-container:nth-child(1){
	top:150px !important;
}
#radio1, #radio2{
  margin-right: 10px;
}

/**/
.iti__selected-flag {
  height: 36px !important;
}
.terms_conditions_err label.error {
  position: unset;
}
.text-primary {
    color: #0D4637 !important;
}
.footer {
    background-color: #111111;
    color: #fff;
}
.footer .back-border {
    width: 85px;
    height: 94px;
    z-index: -1;
    background-color: #222222;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.footer .logo-img {
    padding: 9px;
}
.footer-map {
    background: linear-gradient(to bottom, #000000, #000000, #111111, #222222);
    color: #fff;
}
.footer .back-border-col {
    z-index: 1;
}
.footer h5 {
    margin-bottom: 40px;
}
.footer-strap {
    text-align: center;
    padding: 30px 0;
    background-color: #222222;
    color: #fff;
}
.footer-strap p {
    margin: 0;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    transition: .3s ease;
    color: #718096;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}
.card img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer-map h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 30px;
}
.footer-map .country-card h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.94px;
    margin-top: 30px;
    color: #fff;
}
.footer-map .card {
    background-color: #222222; 
    color: #fff;
    border: 1px solid #333333;
    border-radius: 5px;
	height:auto;
}
.footer-map .country-card img {
    max-height: 20px; 
}
.p-3 {
    padding: 1rem!important;
}
.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.footer-map .country-card {
    margin: auto;
}
.footer-map .map-image {
    text-align: center;
    padding: 0 30px;
    margin: auto;
}
.py-5 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}


.navbar-expand-lg .navbar-nav .nav-link{
  color: #000;
      font-weight: 700;
              font-size: 14px;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}
li.nav-main{
  position: relative;
}

@media (max-width: 1199.98px) {
  button.navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    border: none;
    right: 15px;
  }
  button.navbar-toggler:focus,
  button.navbar-toggler:hover {
    box-shadow: none;
  }
  button.navbar-toggler .toggle-inner {
    top: 50%;
    margin-top: -1px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
    transition-property: transform;
  }
  button.navbar-toggler .toggle-inner,
  button.navbar-toggler .toggle-inner:after,
  button.navbar-toggler .toggle-inner:before {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #333931;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  button.navbar-toggler .toggle-inner:after,
  button.navbar-toggler .toggle-inner:before {
    content: "";
    top: 8px;
  }
  button.navbar-toggler .toggle-inner:before {
    top: -8px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
    transition-property: transform, opacity;
  }
  button.navbar-toggler.active .toggle-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  button.navbar-toggler.active .toggle-inner:before {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
    -moz-transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
    -ms-transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
    -o-transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -7px, 0);
  }
  button.navbar-toggler.active .toggle-inner:after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -7px, 0) rotate(-90deg);
    -ms-transform: translate3d(0, -7px, 0) rotate(-90deg);
    -o-transform: translate3d(0, -7px, 0) rotate(-90deg);
    transform: translate3d(0, -7px, 0) rotate(-90deg);
  }
  .navbar .bg-dark button.navbar-toggler .toggle-inner,
  .navbar .bg-dark button.navbar-toggler .toggle-inner:after,
  .navbar .bg-dark button.navbar-toggler .toggle-inner:before {
    background-color: #fff;
  }
}

.privacy-sec {
  margin-bottom: 30px;
}

.privacy-sec h2,
.privacy-sec h3 {
    font-size: 18px;
}

.about-page h1,
.about-page h2{
  font-size: 1.5rem;
  font-weight: bold;
}