  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

  html,body {
  height:100%;
  }
  body{
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  }
  .section{
  flex: 1 0 auto; 
  }
  .body-color{
  background-color:#f6f6f6;
  }

  /*------------------------------------navbar---------------------------------------*/
  
  .signin-signup-btn:active{
  background-color: #F97A5C;
  border-color: white;
  }
  .btn-check:focus + .signin-signup-btn, .signin-signup-btn:focus{
  box-shadow: 0px 3px 10px #00000019;
  border-color: white;
  background: #F97A5C;
  }
  .btn-check:focus + .signin-signup-btn, .signin-signup-btn:focus-visible{
  outline: none;
  }
  .btn-check:active + .signin-signup-btn:focus, .btn-check:checked + .signin-signup-btn:focus, .signin-signup-btn.active:focus, .signin-signup-btn:active:focus, .show > .signin-signup-btn.dropdown-toggle:focus {
  box-shadow: 0px 3px 10px #00000019;
  }
  .btn-link{
  border-bottom: none;
  }
  .navbar-brand img{
  width: 100px;
  }
  .signin-signup-btn{
  width: fit-content;
  height: 60px;
  box-shadow: 0px 3px 10px #00000019;
  background: #F97A5C !important;
  border: 6px solid #FFFFFF;
  border-radius: 34px;
  font-weight: 800;
  }
  .signin-signup-btn:hover{
  background: #F97A5C ;
  border-color: #FFFFFF;
  }
  .nav-item .nav-link{
  font-weight: 800;
  color: #000000;
  border-bottom: 3px solid transparent;
  }
  .nav-item .active{
  border-bottom: 3px solid #0eb0a7;
  color: #0eb0a7;
  transition: 0.3s all;
  }
  .nav-item .nav-link:hover{
  border-bottom: 3px solid #0eb0a7;
  color: #0eb0a7;
  transition: 0.3s all;
  }
  .navbar-toggler:focus{
  box-shadow: none;
  }
  .hamburger-toggle {
  display: flex;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  z-index: 5;
  position: relative;
  align-items: center;
  color: black;
  }
  .hamburger-toggle .bar1, .hamburger-toggle .bar2, .hamburger-toggle .bar3 {
  height: 4px;
  width: 100%;
  display: block;
  background: #000;
  }
  .hamburger-toggle .menu-text{
  font-size: 15px;
  font-weight: 600;
  }
  .hamburger-toggle .close-ic{
  display: none;
  }
  .hamburger-toggle.close-btn .close-ic{
  display: block;
  }
  .hamburger-toggle.close-btn .menu-hide{
  display: none;
  }
  .close-btn {
  background: #F97A5C;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 999;
  }/*
  .hamburger-toggle {
  display: flex;
  height: 70px;
  width: 70px;
  padding: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 5;
  position: relative;
  }
  .hamburger-toggle .bar1, .hamburger-toggle .bar2, .hamburger-toggle .bar3 {
  height: 4px;
  width: 100%;
  display: block;
  background: #000;
  }
  .close-btn {
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  padding: 20px;
  background: #F97A5C;
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 999;
  margin-right: 20px;
  margin-top: 30px;
  }*/
  .close-btn .bar1 {
  transform: rotate(-130deg);
  height: 4px;
  width: 90%;
  display: block;
  background: #000;
  position: absolute;
  }
  .close-btn .bar2 {
  display: none;
  }
  .close-btn .bar3 {
  transform: rotateZ(130deg);
  height: 4px;
  width: 90%;
  display: block;
  background: #000;
  position: absolute;
  }
  .hamburger-menu {
  display: none;
  }
  .open-menu {
  width: 100%;
  min-height: auto;
  background: #F97A5C;
  display: flex;
  justify-content: start;
  /*  align-items: center;*/
  transition: 0.5s all;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  padding: 50px;
  }
  .flex .nav-item{
  list-style: none;
  }
  /*.nav-item.dropdown:hover .dropdown-menu{
  display: block;
  top: 112%;
  left: auto;
  right: 4px;
  }*/

  .dropdown-menu[data-bs-popper] {
  top: 112%;
  left: auto;
  right: 4px;
  }
  .nav-item .profile {
  display: inline-flex;
  align-items: center;
  }
  .nav-item .profile-image {
  margin-right: 8px;
  }
  .nav-item .profile-image img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  }
  .dropdown-menu .dropdown-btn {
  padding: 6px 6px;
  background: rgb(12, 176, 167);
  border-radius: 7px;
  text-align: center;
  } 
  .dropdown-menu .dropdown-btn .dropdown-text {
  color: white;
  margin: 0;
  }
  .nav-item .dropdown-toggle::after {
  display: none;
  margin-left: .1em;
  vertical-align: middle;
  content: "";
  border-top: .5em solid;
  border-right: .5em solid transparent;
  border-bottom: 0;
  border-left: .5em solid transparent;
  }
  .user-name{
  display: flex;
  align-items: center;
  }
  .user-name img{
  margin-left: 8px;
  width: 15px;
  height: 13px;
  }
  .user-name h5{
  color: #0cb0a7;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  }
  .profile-sec{
  text-decoration: none;
  color: #0cb0a7;
  }
  .nav-item.dropdown .dropdown-menu{
  margin-top: 3px;
  min-width: 280px;
  border-radius: 10px;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: none;
  border-top:5px solid #0cb0a7;
  border-bottom: 5px solid #0cb0a7;
  }
  .drop-down-profile{
  display: flex;
  align-items: center;
  }

  .drop-down-profile-image  img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
  }
  .drop-down.user-name{
  display: block;
  }
  .drop-down.user-name p{
  font-weight: 500;
  font-size:0.8rem ;
  }
  .dropdown-menu > li > a {
  padding: 8px 10px;
  }
  .dropdown-ic img {
  width: 20px;
  }

  .dropdown-inside {
  padding-left: 0px;
  margin: 0px;
  }
  .dropdown-inside li {
  list-style: none;
  margin: 14px 0px;
  }
  .dropdown-inside a{
  text-decoration: none;
  }
  .dropdown-text {
  color: #abb8c3;
  font-weight: 500;
  font-size: 16px;
  margin-left: 8px;
  }
  .ring {
  width: 18px;
  height: 18px;
  border: 4px solid #F97A5C;
  border-radius: 100%;
  box-shadow: 0 0 !important;
  }
  .searchInputWrap{
  border-radius: 24px;
  display: flex;
  background: transparent url('img/Rectangle 19.png') 0% 0% no-repeat padding-box;
  background-color: transparent;
  box-shadow: 0px 3px 6px #0000000D;
  border-radius: 24px;
  height: 68px;
  align-items: center;
  background-color: white;
  margin-right: 2.25rem;
  }
  .searchInputWrap input {
  border: none;
  height: 100%;
  padding-left: 0.75rem;
  }
  .searchInputWrap input::placeholder {
  font-weight: 800;
  color: #555555;
  opacity: 1;
  }
  .searchInputWrap input:focus-visible {
  outline: none;
  border: none;
  }
  .searchInputWrap img{
  width: 1.5rem;
  }
  .navbar .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e9ecef;
  }
  .online-offline a{
  padding: 5px 5px;
  background: transparent;
  border:2px solid #abb8c3;
  border-radius: 7px;
  text-align: center;
  color: #abb8c3;
  width: 49%;
   font-weight: 500;
  font-size: 15px;
  margin-left: 0px;
  text-decoration: none;
  cursor: pointer;
  }
   .online-offline .on{
  color: white;
  background: #0eb0a7;
  border:2px solid #0eb0a7;
  }
  
  /*-----------------x-------------------navbar----------------------x------------------*/

  /*------------------------------------signup---------------------------------------*/
  .signin-box{
  background-color: white;
  border-radius:35px;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 60px;
  border: 4px solid rgb(67, 178, 168);
  position: relative;
  }
  .top-box{
  position: absolute;
  top: -1px;
  left: 0;
  }
  .top-box .design-box {
  background: transparent;
  width: 350px;
  height: 22px;
  margin: auto;

  background-image: url(../img/box-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  }
  .bottom-box{
  position: absolute;
  bottom: -1px;
  left: 0;
  }
  .bottom-box .design-box{
  background: transparent;
  width: 350px;
  height: 22px;
  margin: auto;

  background-image: url(../img/bottom-box-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  }
  .register{
  min-height: 400px;
  display: flex;
  align-items: center;
  }
  .signin-logo{
  width: 280px;
  }
  .form-title p{
  color: #929191;
  font-weight: 500;
  }
  .form input {
  background-color: rgba(12, 176, 167, 0.059);
  border-color: transparent;
  padding: 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600
  }
  .form-label {
  margin-bottom: 11px;
  color: black;
  font-weight: 500;
  margin-left: 11px;
  }
  .form input:focus-visible {
  outline: 3px solid rgb(67, 178, 168);
  outline-color: rgb(67, 178, 168);
  background-color: white;
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 18%);
  }
  .signup-btn {
  background-color: transparent;
  border: 3px solid #F97A5C;
  border-radius: 25px;
  font-weight: 600;
  color: #F97A5C;
  padding: 14px 15px;
  width: 100%;
  font-size: 16px;
  }
  .signup-btn:hover {
  background-color: transparent;
  border-color: #F97A5C;
  color: #F97A5C;
  }
  .signup-btn:active{
  border-color: #F97A5C;
  color: #F97A5C;
  background-color: transparent;
  }
  .btn-check:focus + .signup-btn, .signup-btn:focus{
  background-color: transparent;
  border-color: #F97A5C;
  box-shadow: none;
  color: #F97A5C;
  }
  .btn-check:focus + .signup-btn, .signup-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .signup-btn:focus, .btn-check:checked + .signup-btn:focus, .signup-btn.active:focus, .signup-btn:active:focus, .show > .signup-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .submit-btn {
  background-color: #F97A5C;
  border: 3px solid #F97A5C;
  border-radius: 25px;
  font-weight: 600;
  color: white;
  padding: 14px 15px;
  width: 100%;
  font-size: 16px;
  }
  .submit-btn:hover {
  background-color: #F97A5C;
  border-color: #F97A5C;
  color: white;
  }
  .submit-btn:active{
  border-color: #F97A5C;
  color: white;
  background-color: #F97A5C;
  }
  .btn-check:focus + .submit-btn, .submit-btn:focus{
  background-color: #F97A5C;
  border-color: #F97A5C;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .submit-btn, .submit-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .submit-btn:focus, .btn-check:checked + .submit-btn:focus, .submit-btn.active:focus, .submit-btn:active:focus, .show > .submit-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .terms .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  padding: 0.6px;
  border-radius: 7px;
  border: 2px solid #F97A5C;
  }
  .terms .option-input:hover {
  background: #fff;
  }
  .terms .option-input:checked {
  background: #F97A5C;
  opacity: 1;
  }
  .terms .option-input:checked::before {
  width: 23px;
  height: 23px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
  }
  .terms .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #F97A5C;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  }

  @keyframes click-wave {
  0% {
  height: 25px;
  width: 25px;
  opacity: 0.35;
  position: relative;
  }
  100% {
  height: 200px;
  width: 200px;
  margin-left: -80px;
  margin-top: -80px;
  opacity: 0;
  }
  }
  .terms label {
  color: black;
  font-weight: 500;
  display: flex;
  }
  .terms-link{
  font-weight: 600;
  color: #F97A5C;
  }
  .account p{
  color: #000000;
  font-weight: 500;
  }
  .account p a{
  color: #F97A5C;
  font-weight: 500;
  text-decoration: none;
  }
  .eye-vi {
  position: absolute;
  top: 43px;
  right: 25px;
  padding: 10px;
  background: #f0fbfa;
  cursor: pointer;
  }
  .form input:focus-visible ~ .eye-vi{
  background: white;
  }
  .eye-vi .fa-eye {
  color: #0cb0a7 ; /*change-color*/
  }
  .eye-vi .fa-eye-slash {
  color:#0cb0a7 ;
  }
  .forgot{
  color: #0cb0a7;
  font-weight: 500;
  text-decoration: none;
  }
  .forgot:hover{
  color: #0cb0a7;
  }

  /*-----------------x-------------------signup----------------------x------------------*/


  /*------------------------------------Role---------------------------------------*/
  .driver-btn {
  background-color: #F97A5C;
  border: 3px solid #F97A5C;
  border-radius: 25px;
  font-weight: 600;
  color: white;
  padding: 14px 15px;
  width: 100%;
  font-size: 16px;
  }
  .driver-btn:hover {
  background-color: #F97A5C;
  border-color: #F97A5C;
  color: white;
  }
  .driver-btn:active{
  border-color: #F97A5C;
  color: white;
  background-color: transparent;
  }
  .btn-check:focus + .driver-btn, .driver-btn:focus{
  background-color: #F97A5C;
  border-color: #F97A5C;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .driver-btn, .driver-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .driver-btn:focus, .btn-check:checked + .driver-btn:focus, .driver-btn.active:focus, .driver-btn:active:focus, .show > .driver-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .rider-btn {
  background-color: #0cb0a7;
  border: 3px solid #0cb0a7;
  border-radius: 25px;
  font-weight: 600;
  color: white;
  padding: 14px 15px;
  width: 100%;
  font-size: 16px;
  }
  .rider-btn:hover {
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  color: white;
  }
  .rider-btn:active{
  border-color: #0cb0a7;
  color: white;
  background-color: transparent;
  }
  .btn-check:focus + .rider-btn, .rider-btn:focus{
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .rider-btn, .rider-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .rider-btn:focus, .btn-check:checked + .rider-btn:focus, .v-btn.active:focus, .rider-btn:active:focus, .show > .rider-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .or{
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .or p{
  color: #9f9f9f;
  font-weight: 500;
  margin: 0px 20px;
  font-style: italic;
  }
  .line{
  height: 1px;
  background: #9f9f9f;
  width: 22%;
  }
  /*-----------------x-------------------Role----------------------x------------------*/


  /*------------------------------------Become a driver---------------------------------------*/
  .form-title h5{
  color: black;
  font-size: 1.4rem;
  }
  .form select {
  background-color: rgba(12, 176, 167, 0.059);
  border-color: transparent;
  padding: 15px 31px 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600
  }
  .form select:focus-visible {
  outline: 3px solid rgb(67, 178, 168);
  outline-color: rgb(67, 178, 168);
  background-color: white;
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 18%);
  }
  .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 90%;
  background-position-y: 11px;
  background-size: 15px;
  background-image: url("../img/drop-arrow.png");
  background-repeat: no-repeat;
  }

  /*------select------*/

  /*the container must be positioned relative:*/
  .custom-select {
  position: relative;
  background-color: rgba(12, 176, 167, 0.059);
  border-color: transparent;
  padding: 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  min-height: 58px;
  min-height: 58px;
  display: flex;
  align-items: center;
  }
  .custom-select select {
  display: none; /*hide original SELECT element:*/
  }
  .select-selected {
  width: 100%;
  color: black;
  font-weight: 600
  }
  .select-selected:after {
  position: absolute;
  content: "";
  top: 26px;
  right: 25px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
  }
  .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
  top: 20px;
  right: 25px;
  }
  .select-items {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 17px;
  background-color: #fff;
  padding: 15px 15px;
  border: 2px solid #0cb0a7 !important;
  }

  .select-hide {
  display: none;
  }
 .select-items div{
  padding: 10px 15px;
  border-radius: 5px;
  }
  .select-items div:hover, .same-as-selected {
  background-color: #0eb0a7;
  color: white;
  }

  /*---x---select---x---*/



  .custom-hr{
  background-color: #c8c8c8;
  margin: 2rem 0rem;
  }
  .image-upload-wrap {
  border: 3px dashed #34bdb6;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  background: transparent;
  text-align: center;
  }
  .image-upload-wrap h3{
  color: #34bdb6;
  font-size: 1.1rem;
  font-weight: 400;
  }
  .image-upload-wrap h3 span{
  font-weight: 500;
  color: black;
  }
  .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  }
  .upload-img-box {
  background-color: rgba(12 176 167 / 10%);
  border-radius: 20px;
  color: rgb(12 176 167);
  padding: 10px 10px;
  border: 2px solid rgb(12 176 167 / 100%);
  }
  .upload-img-box {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  }
  .upload-img{
  display: flex;
  align-items: center;
  }
  .upload-img-box .close {
  font-size: 24px;
  color: rgb(12 176 167);
  padding: 0px 15px;
  }
  .view-img{
  width: 42px;
  height: 42px;
  margin-right: 10px;
  }
  .view-img img{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 10px;
  }

  /*-----------------x-------------------Become a driver----------------------x------------------*/

  /*------------------------------------Search-home---------------------------------------*/

  .search-box{
  background-color: white;
  border-radius: 25px;
  border: 3px solid #F97A5C;
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
  display: flex;
  align-items: center;
  /*  height: 85px;*/
  padding: 6px;
  }
  .search-box .search-input {
  display: flex;
  align-items: center;
  /*  justify-content: center;*/
  width: 50%;
  border-right: 3px solid #F97A5C;
  /*  height: 65px;*/
  padding: 10px 40px 10px 50px;
  position: relative;
  }
  .search-box .search-input input {
  border: none;
  height: 100%;
  padding-left: 0.75rem;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  color: black;

  }
  .search-box .search-input input::placeholder {
  font-weight: 600;
  color: black;
  opacity: 1;
  }
  .search-box .search-input input:focus-visible {
  outline: none;
  border: none;
  }
  .search-input.date {
  border-right: none;
  }
  .search-input.date img{
  width: 27px;
  }
  .search-btn {
  background-color: #0cb0a7;
  border: 3px solid #0cb0a7;
  border-radius: 18px;
  font-weight: 600;
  color: white;
  padding: 14px 15px;
  width: 100%;
  font-size: 16px;
  height: 67px;
  }
  .search-btn:hover {
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  color: white;
  }
  .search-btn:active{
  border-color: #0cb0a7;
  color: white;
  background-color: transparent;
  }
  .btn-check:focus + .search-btn, .search-btn:focus{
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .search-btn, .search-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .search-btn:focus, .btn-check:checked + .search-btn:focus, .search-btn.active:focus, .search-btn:active:focus, .show > .driver-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #0cb0a7 !important;
  border-radius: 5px;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
  background-color: transparent !important;
  border-color: transparent !important;
  }
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
  background: #0cb0a7 !important;
  }
  .xdsoft_datetimepicker{
  border:none !important;
  border-radius: 10px;
  }
  .ui-menu{
  padding: 10px !important; 
  }
  .ui-widget{
  font-family: 'Poppins', sans-serif !important;
  }
  .ui-widget.ui-widget-content{
  margin-top: 10px;
  border: 1px solid #dfdfdf !important;
  border-radius: 10px;
  }
  .ui-menu-item:hover{
  background-color: #F97A5C !important;
  color: white !important;
  border-radius: 5px;
  }
  .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #F97A5C !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    border-color: #F97A5C !important; ;
} 
  /*-----------------x-------------------Search-home----------------------x------------------*/

  /*------------------------------------Intercity---------------------------------------*/
  .intercity-search-box .search-input input{
  width: 100%;
  }

  .search-input.seat img {
  width: 27px;
  }
  .intercity-search-box .search-input.seat{
  border-right: none;
  }
  .intercity-search-box .search-input.seat input{
  width: 100%;
  }
  .int-hr{
  height: 2px;
  background: #c8c8c8;
  margin: 30px 0;
  opacity: 0.30;
  }
  .filter-wrap{
  width: 380px;
  }
  .list-wrap{
  width: calc(100% - 380px);
  }

  .filter-box {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 25px;
  }
  .filter-box .heading-text{
  font-weight: 600;
  font-size: 1.2rem;
  }
  .clear-text{
  font-size: 0.9rem;
  font-weight: 500;
  color: #0cb0a7;
  }
  .filter .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: rgba(12, 176, 167, .10);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem;
  outline: none;
  padding: 0.6px;
  position: relative;
  border-radius: 7px;
  }
  .filter .option-input:hover {
  background: #f2f2f2;
  }
  .filter .option-input:checked {
  background: #0cb0a7;
  opacity: 1;
  }
  .filter .option-input:checked::before {
  width: 24px;
  height: 24px;
  display:flex;
  content: '\f00c';
  font-size: 15px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
  }
  .filter .option-input:checked::after {
  -webkit-animation: ease 0.65s;
  -moz-animation: ease 0.65s;
  animation: ease 0.65s;
  background: #F97A5C;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  }

  .filter label {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  }
  .ride-box {
  min-height: 400px;
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.06);
  background: white;
  border-radius: 25px;
  position: relative;
  }
  .ride.status-box{
  position: absolute;
  right: 7px;
  top: 7px;
  background: rgba(12, 176, 167, 100%);
  border-radius: 0px 20px 0px 20px;
  padding: 5px 15px;
  z-index: 999;
  }
  
  .slider-img img{
  width: 100%;
  height: 220px;
  border-radius: 25px 25px 0px 0px ;
  object-fit: cover;
  }

  .swiper-pagination {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 100% !important;
  position: absolute;
  bottom: 15px;
  }
  .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  text-align: center;
  line-height: 10px !important;
  font-size: 12px;
  opacity: 1;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.50);
  margin: 3px;
  cursor: pointer;
  }
  .swiper-pagination-bullet-active {
  color: white;
  background: white;
  transform: scale(1);
  }
  .content{
  padding: 26px;
  }
  .path-price{
  display: flex;
  justify-content: space-between;
  }
  .path-price .price h2 {
  color: #0cb0a7;
  font-weight: 600;
  font-size: 1.8rem;
  }
  .path-price .price p{
  font-weight: 500;
  text-align: right;
  }
  .path-price .price span{
  font-size: 1rem;
  font-weight: 500;
  }
  .de-ti{
  display: flex;
  align-items: center;
  }
  .bo-ti{
  display: flex;
  align-items: center;
  }
  .dot-box{
  height: 30px;
  display: block;
  position: relative;
  }
  .dot-line {
  height: 52px;
  border-left: 3px dotted #f97a5c;
  display: block;
  position: absolute;
  top: -11px;
  left: 11px;
  }

  .circle{
  border:3px solid #f97a5c;
  background-color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
  }

  .location-name .time {
  color: black;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
  }
  .location-name h5 {
  color: #f97a5c;
  font-size: 1.1rem;
  }
  .driver-amenities{
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .driver-profile{
  display: flex;
  align-items: center;
  }
  .driver-profile-img img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 13px;
  }
  .driver-name h5{
  font-size: 1.1rem;
  font-weight: 600;
  }
  .driver-name p{
  font-size: 0.9rem;
  font-weight: 500;
  color: #9f9f9f;
  font-style: italic;
  }
  .amenities img{
  width: 23px;
  }
  .pagination a{
  font-size: 14px;
  color: rgb(249 122 92);
  }
  .pagination a.left{
  color: rgb(249 122 92 / 50%);
  }
  .pagination a.right{
  color: rgb(249 122 92 / 50%);
  }
  .pagination p{
  width: 32px;
  height: 32px;
  background: rgb(249 122 92);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  border-radius: 6px;
  }
  .address-hr {
  background-color: #c8c8c8;
  }
  /*-----------------x-------------------Intercity----------------------x------------------*/

  /*------------------------------------Driver-Details---------------------------------------*/
  .details-wrap{
  width: 950px;
  }
  .profile-book-wrap{
  width: 370px;
  }
  .details-wrap .heading-text h2{
  font-weight: 600;
  font-size: 1.5rem;
  }
  .details-text h4{
  font-size: 1.2rem;
  font-weight: 500;
  }
  .details-text p{
  font-size: 1rem;
  font-weight: 400;
  color: #9f9f9f;
  }
  .details-price .price h2 {
  color: #0cb0a7;
  font-weight: 600;
  font-size: 1.8rem;
  }
  .details-price .price span {
  font-size: 1rem;
  font-weight: 500;
  }
  .details-price .price p {
  font-weight: 500;
  }
  .map {
  border-radius: 25px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  }
  .vehicle-details .slider-img img {
  width: 100%;
  height: 350px;
  border-radius: 25px;
  object-fit: contain;
  }
  .allow-text{
  font-weight: 500;
  color: #0cb0a7;
  }
  .not-allow-text{
  font-weight: 500;
  color: #c0c0c0;
  }
  .review-box{
  display: flex;
  }
  .review-profile .img img{
  width: 60px;
  height: 60px;
  border-radius: 20px;
  margin-right: 15px;
  }
  .review-details .user-name{ 
  font-size: 1.2rem;
  font-weight: 500;
  }
  .stars img {
  width: 19px !important;
  margin: 0 2px;
  }
  .comment {
  font-size: 0.9rem;
  color: #9f9f9f;
  }
  .comment-date{
  font-size: 0.8rem;
  color: #9f9f9f;
  font-style: italic;
  }
  .driver-profile-details .driver-img img{
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 15px;
  }
  .driver-profile-details {
  background-color: #c9eae8;
  padding: 40px;
  border-radius: 20px;
  }
  .driver-text h5 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #0cb0a7;
  }
  .driver-text p {
  font-style: italic;
  }
  .rating-sec{
  padding: 0px 10px;
  width: 50%;
  border-right: 2px solid #0cb0a7;
  }
  .trip-sec{
  padding: 0px 10px;
  width: 50%;
  }
  .driver-rating-trips{
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .driver-rating-trips .rating-sec h5{
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
  }
  .driver-rating-trips .rating-sec p{
  font-weight: 600;
  color: #0cb0a7;
  text-align: center;

  }
  .driver-rating-trips .trip-sec h5{
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
  }
  .driver-rating-trips .trip-sec p{
  font-weight: 600;
  color: #0cb0a7;
  text-align: center;
  }
  .seat-book{
  border-radius: 25px;
  border: 4px solid #0cb0a7;
  padding: 25px;
  background-color: #f6f6f6;
  }
  .seat-book .heading-text h2 {
  font-weight: 600;
  font-size: 1.5rem;
  }
  .book-btn {
  background-color: #0cb0a7 !important;
  border: 1px solid #0cb0a7 !important;
  border-radius: 18px !important;
  font-weight: 600 !important;
  color: white !important;
  padding: 13px 13px !important;
  width: 100% !important;
  font-size: 15px !important;
  }
  .book-btn:hover {
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  color: white;
  }
  .book-btn:active{
  border-color: #0cb0a7;
  color: white;
  background-color: transparent;
  }
  .btn-check:focus + .book-btn, .book-btn:focus{
  background-color: #0cb0a7;
  border-color: #0cb0a7;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .search-btn, .book-btn:focus-visible{
  outline: none;
  }
  .btn-check:active + .book-btn:focus, .btn-check:checked + .book-btn:focus, .book-btn.active:focus, .book-btn:active:focus, .show > .book-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .increment, .decrement{
  width: 50px; 
  height: 50px;
  font-size:30px;
  background: #0cb0a7; 
  color:#fff;
  border:none;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  }
  .main{
  display: flex;
  align-items: center;
  background: #c9ebe9;
  width: fit-content;
  border-radius: 10px;
  }
  .displayCounter {
  font-size: 25px;
  width: 80px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  }
  /*-----------------x-------------------Driver-Details----------------------x------------------*/

  /*------------------------------------profile---------------------------------------*/
  .profile-nav{
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 3px 10px #00000019;
  padding: 20px;
  }
  .user-profile-img{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50px;
  }
  .user-profile-sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0f0f0f1c;
  }
  .user-profile-img .user {
  border-radius: 20px;
  object-fit: cover;
  width: 100px;
  height: 100px;
  }
  .camera-ic{
  position: absolute;
  border-radius:8px;
  background: #0cb0a7;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: none;
  right: 0;
  bottom: 0;  
  }
  .camera-ic img{
  width: 100%;
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #c9eae8;
  color: #0cb0a7;
  border-radius: 8px;
  }
  .profile .nav-link{
  color: black;
  padding: 0.5rem 0.8rem;
  }
  .profile-tab-content{
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 3px 10px #00000019;
  padding: 20px;
  min-height: 480px;
  }
  .user-profile-sidebar-top h5{
  color: #0cb0a7;
  }
  .user-profile-sidebar-top p{
  font-weight: 500;
  }
  .dashboard-box{
  background: rgb(249 122 92 / 20%);
  border-radius: 15px;
  padding: 15px;
  justify-content: space-between;
  }
  .dashboard-icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F97A5C;
  border-radius: 10px;
  margin-right: 10px;
  }
  .dashboard-icon img{
  width: 25px;
  }
  .dashboard-text h3{
  font-weight: 600;
  color: #F97A5C;
  font-size: 1.4rem;
  }
  .dashboard-text h4{
  font-size: 1.1rem;
  }
  .total-booking{
  background-color: rgb(12 176 167 / 20%);
  }
  .total-booking .dashboard-icon {
  background-color: #0cb0a7;
  }
  .total-booking .dashboard-text h3{
  color: #0CB0A7;
  }
  .tab-heading-text h2{
  font-weight: 500;
  font-size: 1.3rem;
  }
  .table-hr{
  background-color: #c8c8c8;
  margin: 1rem 0rem;
  }
  .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td, .table tbody + tbody, .table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
  border:none;
  }
  tbody .even {
  background-color: rgba(17, 24, 39, 0.06);
  }
  .table > :not(:first-child){
  border: none;
  }

  .custom-trow{
  background-color: rgb(12 176 167 / 20%);
  }
  .trow th{
  color: black;
  font-size:14px ;
  font-weight: 600 ;
  letter-spacing: .01em;
  line-height: 16px ;
  padding: 15px 18px ;
  text-transform: uppercase;
  }
  .trow td{
  color: black;
  font-size:14px ;
  font-weight: 500 ;
  letter-spacing: .01em;
  line-height: 16px ;
  padding: 15px 18px ;
  }
  .trow th, .trow td{
  vertical-align: middle;
  }
  .driver-img img{
  width: 45px;
  height: 45px;
  border-radius: 10px;
  }
  .table-driver-name{
  margin-left: 10px;
  }
  .table-driver-name h5{
  font-size: 1rem;
  font-weight: 600;
  }
  .table-driver-name p {
  font-weight: 400;
  font-size: 0.8rem;
  }
  .driver-details{
  width: 200px;
  }
  .t-price{
  color: #0cb0a7 !important;
  }
  .t-status .cancel{
  padding: 5px 10px;
  background: rgba(249, 122, 92, 0.20);
  border-radius: 5px;
  color: #F97A5C;
  font-size: 0.8rem;
  font-weight: 500;
  }
  .t-status .complete{
  background: rgba(12, 176, 167, 0.20);
  color: #0cb0a7;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 500;
  }
  .view-ic img {
  width: 100%;
  }
  .del-ic img {
  width: 100%;
  }
  .view-ic {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(12, 176, 167);
  border-radius: 5px;
  }

  .del-ic {
  margin-top: 5px;
  width: 25px;
  height: 25px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249 122 92 / 18%);
  border-radius: 5px;
  }
  .payment .seat-book{
  padding: 0px;
  border: none;
  }
  .toggle-btn .form-check-label p{
  font-size: 1.1rem;
  }
  .form-check-input{
  height: 1.5rem;
  }
  .form-check-input:active {
  filter: none;
  }
  .form-switch .form-check-input{
  width: 3rem;
  }
  .form-check-input:checked {
  background-color: #0eb0a7;
  border-color: #c0c0c0;
  }
  .form-check-input:focus {
  border-color:  #c0c0c0;
  }
  .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='lightgray'/%3e%3c/svg%3e");
  }
  .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='whitesmoke'/%3e%3c/svg%3e");
  box-shadow: none;
  }
  .notification {
  position: absolute;
  top:20px;
  right: -350px;
  background-color: rgba(255, 255, 255, 0.9);
  border-left: 4px solid #0eb0a7;
  width: 350px;
  min-width: 350px;
  z-index: 1002;
  padding: 19px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.3s ease-in-out;
  opacity: 0;
  }
   .notification.add{
    right: 20px;
 
    opacity: 1;
   }
  .notification h5{
  color: #0eb0a7;
  font-size: 1rem;
  }
  .notification p{
  font-size: 0.9rem;
  color: black;

  }
 

  /*-----------------x-------------------profile----------------------x------------------*/

  /*------------------------------------Payment---------------------------------------*/
  .price-sec{
  padding: 20px;
  background-color: rgb(12, 176, 167);
  border-radius: 25px;
  color: white;
  }
  .price-sec .heading-text h2 {
  font-weight: 600;
  font-size: 1.1rem;
  }
  .payment .details-wrap{
  width: 900px;
  }
  .payment .profile-book-wrap{
  width: 420px;
  }
  .total-amount{
  font-size: 2rem;
  font-weight: 600;
  }
  .seats-count{
  font-weight: 400;
  font-size: 0.9rem;
  }
  .payment-card {
  padding: 20px;
  border: 2px solid #0cb0a7;
  border-radius: 25px;
  } 
  .payment-card .heading-text h2 {
  font-weight: 600;
  font-size: 1.3rem;
  color: #0cb0a7;
  }
  .payment-card .form input:focus-visible{
  outline: 0px;
  box-shadow: none;
  }

  .continue-btn {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  font-weight: 600;
  color: #0cb0a7;
  padding: 13px 13px;
  width: 100%;
  font-size: 16px;
  }
  .continue-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0cb0a7;
  }
  .continue-btn:active{
  border-color: #fff;
  color: #0cb0a7;
  background-color: transparent;
  }
  .btn-check:focus + .continue-btn, .continue-btn:focus{
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  color: #0cb0a7;
  }
  .btn-check:focus + .continue-btn, .continue-btn:focus-visible{
  outline: none;
  }
  .btn-check:active + .continue-btn:focus, .btn-check:checked + .continue-btn:focus, .continue-btn.active:focus, .continue-btn:active:focus, .show > .continue-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  /*-----------------x-------------------payment----------------------x------------------*/

  /*------------------------------------Payment-confirmation---------------------------------------*/

  .check{
  border-radius: 40px;
  padding: 10px;
  background-color: white;
  }
  .check-box {
  height: 200px;
  background-color: rgba(12, 176, 167, 0.30);
  border-radius: 35px;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  }
  .check-box .check-img img{
  width: 130px; 
  }
  .check-text h2{
  font-size: 1.5rem; 
  color: #0cb0a7;
  }
  .payment-user img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 13px;
  }
  .confitmation-payment .price-sec{
  background-color: transparent;
  color: black;
  border: 1px solid #cfcfcf;
  }
  .confitmation-payment .total-amount{
  color: #0cb0a7;
  }
  .total-sec .total-amount-text{
  font-weight: 600;
  }
  .back-home a{
  text-decoration: none;
  color: #0cb0a7;
  font-weight: 600;
  }
  .back-home{
  margin-top: 1.3rem ;
  }
  /*-----------------x-------------------payment-confirmation----------------------x------------------*/

  /*------------------------------------add-ride---------------------------------------*/
  .filter-links-sec .filter-link p {
  background-color: rgba(249, 122, 92, 0.15);
  color: rgb(249 122 92);
  padding: 11px 16px;
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  }
  .filter-links-sec .filter-link a{
  text-decoration: none;
  }
  .filter-links-sec .filter-link .active p{
  background-color: rgba(249, 122, 92);
  color: white;
  padding: 11px 16px;
  border-radius: 15px;
  font-size: 14px;
  text-decoration: none;
  }
  .add-ride-btn{
  background-color: #F97A5C;
  border: 3px solid #F97A5C;
  border-radius: 18px;
  font-weight: 600;
  color: white;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  }
  .add-ride-btn:hover {
  background-color: #F97A5C;
  border-color: #F97A5C;
  color: #fff;
  }
  .add-ride-btn:active{
  border-color: #F97A5C;
  color: #fff;
  background-color: #F97A5C;
  }
  .btn-check:focus + .add-ride-btn, .add-ride-btn:focus{
  background-color: #F97A5C;
  border-color: #F97A5C;
  box-shadow: none;
  color: #fff;
  }
  .btn-check:focus + .add-ride-btn, .add-ride-btn:focus-visible{
  outline: none;
  }
  .btn-check:active + .add-ride-btn:focus, .btn-check:checked + .add-ride-btn:focus, .add-ride-btn.active:focus, .add-ride-btn:active:focus, .show > .add-ride-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  /*-----------------x-------------------add-ride----------------------x------------------*/

  /*------------------------------------ride-details---------------------------------------*/
  .rider-list-sec .heading-text h2{
  font-weight: 600;
  font-size: 1.5rem;
  }
  .rider-profile-img img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 13px;
  }
  .rider-user{
  padding: 10px;
  background: rgba(12, 176, 167, 0.2);
  border-radius: 13px;
  }
  .rider-name h5{
  font-weight:600 ;
  color: rgb(12, 176, 167);
  }
  .rider-name p{
  font-weight:500 ;
  color: #000;
  } 

  .cancel-btn{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 2px solid #0cb0a7;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .cancel-btn img{
  width: 15px;
  }
  .about-btn img {
  width: 22px;
  }
  /*-----------------x-------------------ride-details----------------------x------------------*/

  /*------------------------------------my-booking-add-review---------------------------------------*/

  .modal-heading-text{
  color: #F97A5C;
  }
  .modal-backdrop {
  background-color: white;
  }
  .modal-header .btn-close{
  background: rgb(249 122 92 / 30%) url(../img/cancel-ic.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 6px;
  }
  .modal-content{
  border: none;
  border-radius: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 2px solid #F97A5C;
  }
  .modal-header{
  border: none;
  padding: 2rem 2rem;
  }
  .modal-body{
  padding: 2rem;
  }
  .form-textarea{
  background-color: transparent;
  border: 1px solid #cfcfcf;;
  padding: 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  max-height: 200px;
  }
  .form-textarea:focus-visible{
  outline: 2px solid rgb(249 122 92);
  outline-color: rgb(249 122 92);
  }
  .text-area-label{
  margin-bottom: 11px;
  color: black;
  font-weight: 500;
  font-size: 1.25rem;
  }
  .modal-body .submit-btn{
  border-radius: 15px;
  }
  .modal-body .star-rating-sec img{
  width: 30px !important;
  }
  .rate {
  display: inline-block;
  border: 0;
  }
  .rate > input {
  display: none;
  }
  .rate > label {
  float: right;
  }
  .rate label{
  color: #c0c0c0;
  }
  .rate > label:before {
  display: inline-block;
  font-size: 2rem;
  padding: .3rem .8rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 "; 

  }
  .rate .half:before {
  content: "\f089 "; 
  position: absolute;
  padding-right: 0;
  }
  .rate input:checked ~ label,
  .rate label:hover, .rate label:hover ~ label { 
  color: #F97A5C;  
  } 

  .rate .zero-rate:checked .rate label{
  color:#c0c0c0 ;
  }

  .rate input:checked + label:hover, .rate input:checked ~ label:hover, 
  .rate input:checked ~ label:hover ~ label,
  .rate label:hover ~ input:checked ~ label { 
  color: #F97A5C;  
  } 

  .rate .zero-rate:before{
  opacity: 0.5;
  content: "";
  height: 50px;
  margin-left: -26px;
  }

  /*-----------------x-------------------my-booking-add-review----------------------x------------------*/

  /*------------------------------------index---------------------------------------*/
  .home-sec{
  background-color: rgba(51, 228, 148, 0.7);
  border-radius: 50px;
  padding-left: 4rem;
  padding-right: 4rem;
  }
  .home-sec .home-text{
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-align: left;
  color: rgb(0 0 0 );
  }
  .home-sec .text-sec{
  padding-top: 8rem;
  }
  .home-img{
  transform: translateY(7rem);
  }
  .home-img img{
  width: 400px;
  }
  .two-btn{
  transform: translateY(3.5rem);
  background-color: white;
  box-shadow: 0px 3px 30px #00000029;
  border-radius: 38px;
  padding: 1.25rem;
  width: fit-content;
  }
  .rounded-btn{
  width: 250px;
  height: 75px;
  box-shadow: 0px 3px 10px #00000019;
  background: #F97A5C !important;
  border: 6px solid #FFFFFF;
  border-radius: 25px;
  font-weight: 800;
  font-size: 1.125rem;
  }
 .rounded-btn:hover {
  background-color: #F97A5C;
  border-color: #fff;
  color: white;
  }
  .rounded-btn:active{
  border-color: #fff;
  color: white;
  background-color: transparent;
  }
  .btn-check:focus + .rounded-btn, .rounded-btn:focus{
  background-color: #F97A5C;
  border-color: #fff;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .rounded-btn, .rounded-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .rounded-btn:focus, .btn-check:checked + .rounded-btn:focus, .rounded-btn.active:focus, .rounded-btn:active:focus, .show > .rounded-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .three-text-sec{
  margin-top: 8rem;
  margin-bottom: 4rem;
  }
  .text-ec h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  }
  .text-ec .text{
  transform: translateX(-2rem);
  }
  .ellipse{
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #33E494;
  opacity: 0.4;
  }
  .about-sec .head-text h2{
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 600;
  }
  .about-img{ 
  width: 570px;
  }
  .about-main{
  display: grid;
  align-content: center;
  }
  .bg-ec{
  background:url(../img/subtraction.png);
  display: flex;
  align-items: center;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  background-size: contain;
  font-weight: 600;
  justify-content: center;
  padding-bottom: 8px;
  padding-left: 8px;
  }
  .about-points p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(85 85 85)
  }
  .text-base{
  color: rgb(85 85 85);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  }
  .ready-to-roll{
  padding: 3rem;
  background-color: rgb(51 228 148);
  }
  .roll-text p{
  color: white;
  line-height: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-shadow: 0px 3px 6px #00000029;
  }
  .roll-flex .search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 18px 1.5rem 18px 1.5rem;
  position: relative;
  }
  .roll-flex .search-input input {
  border: none;
  height: 100%;
  padding-left: 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  }
  .roll-flex .search-input input::placeholder {
  font-weight: 700;
  color: #555555;
  opacity: 1;
  }
  .roll-search{
  border-radius: 16px 34px 34px 16px;
  background-color: white;
  box-shadow: 0px 3px 6px #0000000D;
  }
  .roll-flex .search-input input:focus-visible{
  outline: none;
  }
  .m-image-sec{
  margin: 6rem 0rem;
  }
  .m-img-1 img{
  width: 336px;
  }
  .m-img-2 img{
  width: 591px;
  }
  .m-img-3 img{
  width: 336px;
  }
  .gallery-img{
  position: relative;
  overflow: hidden;
  }
  .overlay {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  background-color: rgb(51 228 148);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.8s ease;
  padding: 20px;
  border-radius: 0px 0px 28px 28px;
  opacity: 0;
  text-align: center;
  }
  .gallery-img:hover .overlay {
  height: fit-content;
  bottom: 0px;
  opacity: 1;
  }
  .url-text{
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  }
  .url-text a{
  text-decoration-line: underline;
  font-weight: 700;
  color: black;
  }
  .m-img-2 .overlay{
  padding: 20px 60px;
  }
  .m-img-2 .url-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  }
  .home-rating .rating-heading h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
  color: rgb(39 39 39);
  font-weight: 600;
  }
  .home-rating .rating-box{
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgb(242, 242, 242);
  /*box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);*/
  border-radius: 25px;
  opacity: 1;
  backdrop-filter: blur(41px);
  }
  .home-review-img img{
  object-fit: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 405px;
  width: 216px;
  }
  .home-swiper{
  max-width: 650px;
  min-height: 460px;
  width: 100%;
  height: 100%;
  }
  .home-rating .rating-box .review-text{
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.75rem;
  }
  .home-rating .stars img{
  width: 24px !important;
  }
  .home-rating .swiper-pagination{
  bottom: -2px;
  }
  .home-rating  .swiper-pagination .swiper-pagination-bullet {
  background: #acacac !important;
  width: 50px !important;
  border-radius: 0;
  opacity: 1;
  height: 5px !important;
  }
  .home-rating .swiper-pagination .swiper-pagination-bullet-active {
  background: #F97A5C !important;
  }
  .home-map{
  margin-top: 8rem;
  margin-bottom: 8rem;
  background-color: white;
  box-shadow: 0px 3px 25px #00000010;
  border-radius: 40px;
  
  }
  .home-map .map-sec{
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  }
  .global-scale{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  }
  .global-scale .global-span{
  font-size: 1.25rem;
  line-height: 1.75rem;
  }
  .global-scale h3{
  font-size: 2rem;
  line-height: 2.25rem;
  color: rgb(39 39 39);
  font-weight: 600;
  }
  .global-scale p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 3.5rem;
  }
  .pcr-text h4{
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  }
  .pcr-text span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  }
  .reach-flex{
  display: grid;
  align-content: center;
  }
  .reach-flex h2{
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 3rem;
  color: black;
  font-weight: 600;
  }
  .contact-text{
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
  }
  .contact-text a, .contact-text p{
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(85 85 85);
  font-weight: 600;
  text-decoration: none;
  transform: translateX(-19px);
  margin-bottom: 0px;
  }
  .contact-ec{
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  background-color: #33E494;
  opacity: 0.4;
  }
  .social-media{
  margin-top: 2rem;
  background-color: white;
  box-shadow: 0px 3px 15px #0000001F;
  border-radius: 55px;
  opacity: 0.8;
  padding: 0.75rem 2.5rem 0.75rem 2.5rem;
  width: fit-content;
  }
  .social-media img{
  width: 3rem;
  }
  .estimate-sec{
  height: 420px;
  background-color: white;
  box-shadow: 0px 3px 25px #00000019;
  border-radius: 40px;
  opacity: 1;
  display: grid;
  align-content: center;
  justify-content: center;
  }
  .estimate-text{
  line-height: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
  text-align: center;
  }
  .locationInputWrap01 .search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 1.5rem 18px 1.5rem;
  position: relative;
  background-color: white;
  box-shadow: 0px 3px 8px #00000029;
  border-radius: 16px;
  }
  .locationInputWrap01 .search-input input{
  border: none;
  padding-left: 10px ;
  }
  .locationInputWrap01 .search-input input:focus-visible{ 
  outline: none;
  }
  .locationInputWrap01 .search-input input::placeholder {
  font-weight: 700;
  color: #555555;
  opacity: 1;
  }
 .locationInputWrap01 .button-w {
  width: 200px;
  margin: 0 auto;
  }
  .locationInputWrap01 .submit-btn{
  padding: 14px 15px;
  border-radius: 40px;
  font-size: 14px;
  height: 55px;
  box-shadow: 0px 3px 10px #00000019;
  }
  .m-img{
  flex-basis: 250px;
  }

  /*-----------------x-------------------index----------------------x------------------*/

  /*------------------------------------intracity---------------------------------------*/
  .intracity .rider-pr{
  padding: 15px;
  background-color:  rgba(12, 176, 167, 20%);
  border-radius: 17px;
  position: relative;
  }
  .status-box {
  position: absolute;
  right: 0;
  top: 0;
  background:  rgba(12, 176, 167, 100%);
  border-radius: 0px 17px 0px 17px;
  padding: 5px 15px;
  }   
  .status-box p{
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  }
  
  .intracity .rider-pr-img img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 13px;
  }
  .ride-details h5{
  font-size: 1.2rem;
  font-weight: 600;
  color: #0eb0a7;
  }
  .ride-details .date{
  font-size: 0.9rem;
  font-weight: 500;
  font-style: italic;
  }
  .seat img{
  width: 17px;
  }
  .vehicle img{
  width: 21px;
  }
  .seat-co P{
   color: #0eb0a7;
  font-size: 0.9rem;
  }
  .bo-ti .address h5{
  color: #c0c0c0;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .address{
  width: calc(100% - 50px);
  height: 34.56px;
  }
  .other-det .price h2 {
  color: #0cb0a7;
  font-weight: 600;
  font-size: 1.8rem;
  }
  .intracity-path .path .circle{
  border-color: #c0c0c0;
  }
  .intracity-path .path .dot-box{
  height: 46px;
  }
  .intracity-path .path .dot-line {
  border-color: #c0c0c0;
  height: 60px;
  top: -8px;
  left: 11px;
  }
  .intracity .ride-box{
  min-height: auto;
  }
  .other-det .price span {
  font-size: 1rem;
  font-weight: 500;
  }
  .date-by .form input:focus-visible{
  box-shadow: none;
  border-color: transparent;
  outline: transparent;
  background-color:rgba(12, 176, 167, 0.059);
  }
  .initial-pic.rider-img{
  height: 90px;
  width: 90px;
  font-size: 2.3rem;
  }
  .initial-pic.rider-img.initial-img{
  height: 85px;
  width: 85px;
  }
  .driver-book .driver-img img{
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 15px;
  }
  .driver-book .heading-text h2 {
  font-weight: 600;
  font-size: 1.5rem;
  }
  .driver-book{
  border-radius: 25px;
  border: 3px solid #0eb0a7;
  padding: 25px;
  }
 .add-ic a{
  border: none;
  padding: 0rem;
  }
  .add-ic a img{
  width: 23px;
  margin-left: 11px;
  }
  .custom-modal .modal-content{
  border: none;
  border-left: 5px solid #F97A5C;
  border-radius: 0rem;
  }
  .custom-modal .modal-date{
  font-style: italic;
  font-size: 0.9rem;
  }
  .custom-modal .modal-price {
  color: #F97A5C;
  font-weight: 600;
  font-size: 1rem;
  }
  .trip-textarea {
  background-color: rgba(12, 176, 167, 0.059);
  border-color: transparent;
  padding: 15px 25px;
  width: 100%;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  }
  .trip-textarea:focus-visible {
  outline: 3px solid rgb(67, 178, 168);
  outline-color: rgb(67, 178, 168);
  background-color: white;
  box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 18%);
  }
  .add-modal .modal-dialog{
  width: 600px;
  }
  .add-modal .modal-content{
  height: 600px;
  border: 0px;
  }
  .add-modal .modal-heading-text {
  color: #0cb0a7;
  }
  .add-modal .modal-header{
  background: url(../img/map-ss.png);
  }
  .add-modal .modal-header .btn-close{
  background: rgb(255 255 255/ 100%) url(../img/cancel.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 1;
  border-radius: 6px;
  }
  .add-modal .modal-heading-text{
  color: white;
  }
  .location-sec{
  text-align: center;
  }
  .location-sec .e-1{
  background-color: rgba(255, 255, 255, 0.1);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  }
  .location-sec .e-2{
  background-color: rgba(255, 255, 255, 0.2);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  }
   .location-sec .e-3{
  background-color: rgba(255, 255, 255, 0.3);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  }
  .location-sec .e-2 img{
  width: 50px;
  }
  /*-----------------x-------------------intracity----------------------x------------------*/

  .widget {
  border-radius: 11px;
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(12 176 167);
  background-clip: border-box;
  padding: 15px;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  }
  .widget-icon {
  margin: 0;
  width: 60px;
  height: 60px;
  background-color: white;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  }
  .widget-icon img {
  width: 30px;
  }
  .widget h5 {
  font-size: 16px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .2px;
  margin-top: 0px;
  margin-bottom: 5px;
  }
  .widget h1 {
  font-size: 32px;
  color: white;
  margin: 0px;
  }
  .t-links .b{
  border-right: 2px solid rgb(12 176 167);
  }
  .t-links a{
  color: #3bb0a6; 
  font-weight: 500;
  text-decoration: none;
  padding: 0px 5px;
  opacity: 0.7;
  }
  .t-links .active{
  font-weight: 600;
  opacity: 1;
  }

  /*------------------------------------footer---------------------------------------*/
  .footer-sec {
  background-color: #33E494;
  color: #3B3B3B;
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
  z-index: 1;
  font-weight: 500;
  }

  /*.footer-sec b {
  color:#ff7c07;
  font-weight: 400;
  }*/
  /*-----------------x-------------------footer----------------------x------------------*/

  .otp-top-sec{
  background-color: rgb(67, 178, 168);
  border-radius: 20px;
  padding: 15px ;
  }
  .otp-icon img{
  width: 65px;
  }
  .otp-box{
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 0; 
  border: 0px solid rgb(67, 178, 168);
  position: relative;
  }
  .otp-sub{
  padding: 25px 30px; 
  }
  .otp-top-text h3{
  font-weight: 500;
  color: white;
  font-size: 1.1rem;
  }
  .otp-top-text p {
  font-weight: 300;
  color: white;
  font-size: 0.9rem;
  }
  .otp-sub .form input {
  border-radius: 15px;
  margin-bottom: 12px;
  font-size: 1rem;
  padding: 12px 25px;
  }
  .resend-otp a{
  color: #43b2a8;
  font-size: 0.9rem;
  text-decoration: none;
  }
  .resend-otp a:hover{
  color: #43b2a8;
  }

  .otp-sub .change-text{
  color: #a1a0a0;
  font-weight: 300;
  }

  .resend-text{
     color: #a1a0a0;
  font-weight: 300;
  }

  .custom-hr2{
  background-color: #c8c8c8;
  margin: 1.3rem 0rem;
  }

  .otp-verify-btn {
  background-color: rgb(67, 178, 168) !important;
  border: 3px solid rgb(67, 178, 168) !important;
  border-radius: 15px;
  font-weight: 600;
  color: white;
  padding: 12px 25px;
  width: 100%;
  font-size: 16px;

  }
  .otp-verify-btn:hover {
  background-color: rgb(67, 178, 168) !important;
  border-color: rgb(67, 178, 168) !important;
  color: white;
  }
  .otp-verify-btn:active{
  border-color: rgb(67, 178, 168) !important;
  color: white;
  background-color: rgb(67, 178, 168) !important;
  }
  .btn-check:focus + .otp-verify-btn, .otp-verify-btn:focus{
  background-color: #F97A5C;
  border-color: #F97A5C;
  box-shadow: none;
  color: white;
  }
  .btn-check:focus + .otp-verify-btn, .otp-verify-btn:focus-visible{
  outline: none;
  }

  .btn-check:active + .otp-verify-btn:focus, .btn-check:checked + .otp-verify-btn:focus,.otp-verify-btn.active:focus, .otp-verify-btn:active:focus, .show > .otp-verify-btn.dropdown-toggle:focus {
  box-shadow: none;
  }

  /*------------------------------------subscription-sec---------------------------------------*/
  .subsription-heading h2{
  font-size: 28px;
  font-weight: 600;
  }
  .subscription-box.active {
  background-color: white;
  border: 0px solid #0cb0a7;
  border-radius: 25px;
  width: 100%;
  padding: 10px;
  }
 .subscription-box.active .upper-sec {
  background: linear-gradient(-45deg, #0cb0a7, #0dd0c5);
  border-radius: 18px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-height: 215px;
  overflow: hidden;
  }
  .upper-sec .content-sec{
  position: relative;
  }
  .subscription-box .feature {
  padding: 30px;
  }
  .subscription-box.active .purchase-btn{
  background-color: white;
  border: 1px solid white;
  border-radius: 18px;
  font-weight: 600;
  color: #0cb0a7;
  padding: 13px 13px;
  width: 100%;
  font-size: 16px;
  }
  .subscription-box.active .purchase-btn:hover {
  background-color:white;
  border-color:white;
  color: #0cb0a7;
  }
  .otp-verify-btn:active{
  border-color: white;
  color: #0cb0a7;
  background-color: white;
  }
  .btn-check:focus + .subscription-box.active .purchase-btn, .subscription-box.active .purchase-btn:focus{
  background-color: white;
  border-color: white;
  box-shadow: none;
  color: #0cb0a7;
  }
  .btn-check:focus + ..subscription-box.active .purchase-btn, .subscription-box.active .purchase-btn:focus-visible{
  outline: none;
  }

  .btn-check:active +.subscription-box.active .purchase-btn:focus, .btn-check:checked + .subscription-box.active .purchase-btn:focus,.subscription-box.active .purchase-btn.active:focus, .subscription-box.active .purchase-btn:active:focus, .show > .subscription-box.active .purchase-btn.dropdown-toggle:focus {
  box-shadow: none;
  }
  .subscription-box .upper-sec h5{
  text-align: center;
  color: white;
  }
  .big-text{
  text-align: center;
  color: white; 
  }
  .big-text .price{
  font-size: 3.5rem;
  font-weight: 600;
  }
  .big-text .currency-sign {
  font-size: 19px;
  font-weight: 300;
  vertical-align: top;
  }
  .big-text .mo-ye{
  font-size: 15px;
  font-weight: 300;
  }
  .space-line{
  height: 2px;
  margin: 1rem 0;
  background-color: white;
  opacity: 0.7;
  }
  .feature-point p{
  color: black;
  }
  .feature .check_ic img{
  width: 23px;
  }
  .upper-sec .e1 {
  width: 250px;
  height: 250px;
  position: absolute;
  background: #00000024;
  border-radius: 50%;
  top: -125px;
  right: -50px;
  }
  .upper-sec .e2 {
  width: 250px;
  height: 250px;
  position: absolute;
  background: #00000024;
  border-radius: 50%;
  bottom: -125px;
  left: -50px;
  }
  .upper-sec .e3 {
  width: 200px;
  height: 200px;
  position: absolute;
  background: transparent;
  border: 3px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  bottom: 25px;
  left: -50px;
  }
  .upper-sec .e4 {
 width: 200px;
  height: 200px;
  position: absolute;
  background: transparent;
  border: 3px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  top: 25px;
  right: -50px;
  }
  .subscription-card .heading-text h2{
    font-size: 1.2rem;
    font-weight: 600;
  } 
  .subscription-card .price-sec {
    padding: 20px;
    background-color: rgb(12, 176, 167);
    border-radius: 25px;
    color: white;
  }
  .card-sub{
  padding: 20px 10px;
  border-radius: 25px;
  background: #ffffff;
  }
  #card-element {
    background-color: rgba(12, 176, 167, 0.059);
    border-color: transparent;
    padding: 15px 25px;
    width: 100%;
    border-radius: 20px;
    color: black;
    font-weight: 600;
  }
  /*-----------------x-------------------subscription-sec----------------------x------------------*/

.hidden {
     display: none;
}
.p-Input-input
{
    background-color: rgba(12, 176, 167, 0.059) !important;
    border-color: transparent !important;
    padding: 15px 25px !important;
    width: 100% !important;
    border-radius: 20px !important;
    color: black !important;
    font-weight: 600 !important;
}
.copy-right-sec p
{
    font-size: 0.9rem;
}
.termsClass, .termsClass:hover
{
    text-decoration: none;
    color: #3B3B3B;
}

.livechat_button a {
    color: #abb8c3;
    font-weight: 500;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none;
}
.livechatmain
{
    padding: 8px 10px;
}

/*--------------x----------------------FacebookBtn-----------------------x----------------*/
  .or-container{
  width: 100%;
  text-align: center;
  }
  .or-text{
  margin: 0px 20px;
  color: #9f9f9f;
  }
 

  .loginBtn {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cecece;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 50px;
  font-size: 16px;
  color: #FFF;
  background-color: white;
  display: flex;
  align-items: center;
  }

  .loginBtn:focus {
  outline: none;
  }
  .loginBtn:active {
  box-shadow: none;
  }
  .loginBtn img{ 
  width: 30px
  }

  .loginBtn-text {
  width: calc(100% - 35px);
  margin-left: 10px;
  color: black;
  font-size: 15px;
  display: block;
  text-align: center;
  font-weight: 500;
  }
  .loginBtn:hover{
    text-decoration: none !important;
    cursor: pointer;
  }
/*--------------x----------------------FacebookBtn-----------------------x----------------*/

.radio-btn label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
  .radio-btn label input {
  position: absolute;
  left: -9999px;
  }
   .radio-btn label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #43b2a8;
  }
  .radio-btn label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
  }
 .radio-btn label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #43b2a8;
  }

  .xmark-vi1 {
    position: absolute;
    top: 8.5px;
    right: 25px;
    padding: 10px;
    background: #f0fbfa;
    cursor: pointer;
}
.xmark-vi1 .fa-circle-xmark {
    color: #43b2a8;
}
.verify_icon
{
    width: 20px !important;
    height: 20px !important;
    float: right;
}