

.register_section {
  background: #161616;
  width: 100%;
}

.register_section .cont_registerpage {
  padding: 100px 0;
}

.cont_registerpage .rowmain_registerpage {
  background: #fff;
  border-radius: 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rowmain_registerpage .col6reisterdiv {
  padding: 0;
}

.register_imgdiv img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.regidtermain_rightside .register_logomain {
  margin-bottom: 20px;
}

.regidtermain_rightside .register_logomain img {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.col6reisterdiv .regidtermain_rightside {
  padding: 50px;
  height: 100%;
}

.regidtermain_rightside .reginner_heading {
  text-align: center;
  margin-bottom: 30px;
}

.reginner_heading h2 {
  color: #181818;
  font-weight: 600 !important;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
}

.reginner_heading p {
  color: #5a5a5a;
  font-size: 16px;
  margin-top: 5px;
}

.reginner_heading p.uploadgovt_text {
  margin-bottom: 50px;
}

.regis_form_inner .colforminputdiv {
  padding: 0;
}

.colforminputdiv .inputfor_reg {
  padding: 10px;
  border: 1px solid #b0b0b0;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
}

.colforminputdiv .inputfor_reg .lbl_regform {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.colforminputdiv .inputfor_reg .reginputform {
  width: 100%;
  border: none;
  outline: none;
  color: #5a5a5a;
  background: none;
  padding: 0;
  line-height: inherit;
}

.regis_form_inner .colforsignuopbtn {
  margin-bottom: 20px;
}

.colforsignuopbtn .signupdivmaininner {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.colforsignuopbtn .signupdivmaininner .signupbtn_reg {
  background: #ffcc00;
  color: #000;
  width: 60%;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  display: block;
}

.colforsignuopbtn .alredy_acc_sign {
  text-align: center;
}

.colforsignuopbtn .alredy_acc_sign p {
  color: #000;
  font-weight: 500;
  margin-bottom: 50px;
  font-size: 14px;
}

.colforsignuopbtn .alredy_acc_sign p a {
  color: #ffcc00;
  font-weight: 500;
}

.inputfor_reg .pass_span_showicon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  cursor: pointer;
}

.inputfor_reg .phonedropdown_forimg {
  display: flex;
  gap: 10px;
}

.inputfor_reg .phonedropdown_forimg select {
  border: none;
  outline: none;
  color: #5a5a5a;
}

.inputfor_reg .pass_span_showicon img {
  width: 24px;
}

.checkinput_forterms .acceptterms_check {
  margin-top: 0;
  position: relative;
  top: 1px;
}

.checkinput_forterms .acceptterms_lbl {
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
  margin-bottom: 0;
  color: #000;
}

@media (max-width: 767px) {
  .col6reisterdiv .regidtermain_rightside {
    padding: 15px;
  }

  .cont_registerpage .rowmain_registerpage {
    display: block;
  }

  .register_imgdiv img {
    display: none;
  }

  .register_section .cont_registerpage {
    padding: 50px 15px;
  }

  .regis_form_inner .regisformstart_maindiv {
    padding: 0;
  }


  .colforminputdiv .inputfor_reg .reginputform {
    font-size: 14px;
  }

  .colforminputdiv .inputfor_reg .lbl_regform {
    margin-bottom: 0;
  }

  .inputfor_reg .pass_span_showicon img {
    width: 20px;
  }

  .colforsignuopbtn .signupdivmaininner .signupbtn_reg {
    width: 100%;
  }




}

.gobacktosignuppage {
  margin-bottom: 50px;
}

.gobacktosignuppage .gobackbtn {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  display: block;
  width: 130px;
  text-align: center;
}

.verifymodal_main {
  visibility: visible;
  opacity: 1;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 9999; */
}

.verifymodal_main .mdldlg_verify {
  margin-top: 16%;
}

.mdldlg_verify .mdlcont_verifydiv {
  padding: 0;
}

.mdlbdl_verify-your .verifypopup_closebtn {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ffcc00;
  border-radius: 50%;
  text-shadow: none;
  font-weight: 400;
  font-size: 30px;
  opacity: 1;
  outline: none;
  border: none;
  color: #000;
}

.mdlbdl_verify-your .verifypopup_closebtn:hover {
  opacity: 1 !important;
}

.mdlbdl_verify-your .mainverifydiv {
  padding: 20px;
  text-align: center;
}

.mainverifydiv .verifytext h3 {
  color: #181818;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.mainverifydiv .verifytext p {
  color: #181818;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.mainverifydiv .verifytext h4 {
  color: #181818;
  font-size: 14px;
  margin-bottom: 10px;
}

.mainverifydiv .otpinputdiv_verify {
  margin-bottom: 10px;
}

.verify_next_resentbtn {
  display: flex;
  justify-content: center;
}

.verify_next_resentbtn .next_verifybtn {
  background: #ffcc00;
  color: #000;
  width: 60%;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  margin-bottom: 30px;
  display: block;
}

.verify_next_resentbtn .resendbtn_verify {
  border: none;
  background: none;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  outline: none;
}

.otpinputdiv_verify .otp-input-fields {
  margin: auto;
  background-color: white;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}

.otpinputdiv_verify .otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ffcc00;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otpinputdiv_verify .otp-input-fields input::-webkit-outer-spin-button,
.otpinputdiv_verify .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otpinputdiv_verify .otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

.otpinputdiv_verify .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #ffcc00;
  font-size: 20px;
}

@media (max-width: 767px) {
  .mdldlg_verify .mdlcont_verifydiv {
    width: 85%;
  }

  .verify_next_resentbtn .next_verifybtn {
    width: 90%;
  }

  .licenseverify_section .cont_registerpage {
    padding: 150px 15px;
  }
}

.uploadgovtdiv .skip_uploadbtn {
  background: #fff !important;
  color: #000 !important;
}

.maindivforuploadid_govt.main-wrapper {
  border: 2px dashed #ccc;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}

.maindivforuploadid_govt .upload-main-wrapper {
  width: 220px;
  margin: 0 auto;
}

.maindivforuploadid_govt #file-upload-name {
  margin: 0px 0 0 0;
  font-size: 12px;
}

.maindivforuploadid_govt .upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 0;
  position: relative;
  cursor: pointer;
  background-color: #bcaef5;
  padding: 8px 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s linear all;
  color: #ffffff;
}

.maindivforuploadid_govt .upload-wrapper input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}

.maindivforuploadid_govt .upload-wrapper>svg {
  width: 50px;
  height: auto;
  cursor: pointer;
}

.maindivforuploadid_govt .upload-wrapper.success>svg {
  transform: translateX(-200px);
}

.maindivforuploadid_govt .upload-wrapper.uploaded {
  transition: 0.2s linear all;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  text-align: center;
}

.maindivforuploadid_govt .upload-wrapper .file-upload-text {
  position: absolute;
  left: 80px;
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear all;
}

.maindivforuploadid_govt .upload-wrapper.uploaded .file-upload-text {
  text-indent: -999px;
  margin: 0;
}

.maindivforuploadid_govt .file-success-text {
  opacity: 0;
  transition: 0.2s linear all;
  visibility: hidden;
  transform: translateX(200px);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maindivforuploadid_govt .file-success-text svg {
  width: 25px;
  height: auto;
}

.maindivforuploadid_govt .file-success-text span {
  margin-left: 15px;
}

.maindivforuploadid_govt .upload-wrapper.success .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.maindivforuploadid_govt .upload-wrapper.success.uploaded .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.maindivforuploadid_govt .upload-wrapper.success.uploaded .file-success-text span {
  display: none;
}

.maindivforuploadid_govt .upload-wrapper .file-success-text circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 1.4s;
}

.maindivforuploadid_govt .upload-wrapper.success .file-success-text circle {
  stroke-dashoffset: 0;
}

.maindivforuploadid_govt .upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 2s;
}

.maindivforuploadid_govt .upload-wrapper.success .file-success-text polyline {
  stroke-dashoffset: 0;
}

.maindivforuploadid_govt .upload-wrapper.success .file-upload-text {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.uploadgovtdiv {
  margin-top: 0 !important;
}

.maincolforupload_skip_govt {
  margin-top: 30px;
}

.col12forgotpass {
  padding: 0;
}

.col12forgotpass .forgotpass_divmain {
  text-align: right;
}

.col12forgotpass .forgotpass_divmain .forgotpasstext {
  color: #000;
  font-weight: 500;
  outline: none;
  text-decoration: none;
}

.forogotpass_sectiondiv {
  height: 100%;
}

.colforresetpassword_div {
  margin-bottom: 50px !important;
}

.menufornotification {
  padding-bottom: 0 !important;
}

.menufornotification .belliconfornotify {
  padding-top: 20px !important;
  position: relative;
}

.menufornotification .belliconfornotify::after {
  display: none !important;
}

.belliconfornotify i {
  font-size: 30px;
}

.belliconfornotify .notifycountspan {
  position: absolute;
  top: 10px;
  width: 22px;
  height: 22px;
  background: #ffcc00;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  right: 3px;
}

.menufornotification .menufornotificationdiv {
  width: 350px !important;
  height: 300px;
  overflow-y: auto;
  margin-left: -160px !important;
}

.menufornotificationdiv .notification_navnew {
  border-bottom: 1px solid #eee;
}

.menufornotificationdiv .notification_navnew .notify_atag {
  padding: 10px !important;
}

.notification_navnew .notification_parqddiv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.notification_parqddiv .notifyicon img {
  width: 50px;
}

.notification_parqddiv .notify_text h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.notification_parqddiv .notify_text p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.notification_parqddiv .notifytime h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.subforusermenu_acc {
  padding-bottom: 0 !important;
}

.subforusermenu_acc .useratag_acc {
  padding-top: 10px !important;
}

.subforusermenu_acc .useratag_acc::after {
  display: none !important;
}

.useratag_acc .useracc_namewithimg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.useracc_namewithimg .imgornamefirst_user {
  width: 49px;
  height: 49px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 18px;
}

.useracc_namewithimg .imgornamefirst_user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -1px;
  position: relative;
}

.submenufor_useracc_nav {
  margin-top: 13px !important;
}

.contforfootercopyright {
  text-align: center;
}

.colbecomeahost_sectionmain .becomeahost_imgdiv {
  margin-top: 25px;
}

.colbecomeahost_sectionmain .becomeahost_imgdiv img {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

.colbecomehostinnertext h4 {
  margin-top: 0;
}

.colbecomehostinnertext h2 {
  font-size: 32px;
}

.colbecomehostinnertext ul {
  margin-bottom: 30px !important;
}

.becomehost_section {
  padding-bottom: 90px !important;
}

.contdownloadtheappdiv .downloadapp_heading {
  font-size: 32px;
}

.about_section {
  padding: 45px 0 45px;
  position: relative;
}

.colaboutmaindiv .abouttextdiv {
  padding-right: 15px;
}

.colaboutmaindiv .abouttextdiv h4 {
  margin-top: 0;
}

.colaboutmaindiv .abouttextdiv h2 {
  margin-bottom: 40px !important;
}

.colaboutmaindiv .abouttextdiv p {
  margin-bottom: 30px;
}

.colaboutmaindiv .aboutsection_imgdiv {
  margin-top: 25px;
}

.colaboutmaindiv .aboutsection_imgdiv img {
  width: 100%;
  border-radius: 10px;
  /* margin: 0 auto; */
  display: block;
}

.parkinglist_section {
  padding: 45px 0 45px;
  position: relative;
}


.rowforbestparking_heading .bestparkingheading {
  text-align: center;
}

.rowforbestparking_heading .bestparkingheading h4 {
  margin-top: 0;
}

.rowforbestparking_heading .bestparkingheading h2 {
  margin-bottom: 40px !important;
}

.col4parkinglistdivain .parkinglist_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.parkinglist_inner .parkingimgdiv_list {
  width: 40%;
  position: relative;
}

.parkinglist_inner .parkingimgdiv_list img {
  width: 100%;
  border-radius: 10px;
  height: 180px;
}

.parkinglist_inner .paringlist_righttext {
  width: 60%;
}

.paringlist_righttext .card_parking_heading h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.paringlist_righttext .card_parking_heading p {
  font-size: 14px;
  color: #fff;
}

.paringlist_righttext .dateanddistance {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.paringlist_righttext .dateanddistance .distancetext {
  background: #000;
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
}

.paringlist_righttext .dateanddistance .distancetext img {
  width: 25px;
  margin-right: 5px;
}

.paringlist_righttext .dateanddistance .distancetext span {
  font-size: 14px;
  color: #fff;
}

.paringlist_righttext .dateanddistance .dateoflisting {
  background: #000;
  padding: 5px 10px;
  border-radius: 6px;
}

.paringlist_righttext .dateanddistance .dateoflisting span {
  font-size: 14px;
  color: #fff;
}

.paringlist_righttext .dateanddistance .dateoflisting span.avail {
  color: #ffcc00;
}

.paringlist_righttext .outdoorparkingicondiv {
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.paringlist_righttext .outdoorparkingicondiv img {
  width: 45px !important;
  height: 45px;
  background: #131313;
  border-radius: 4px;
  padding: 5px;
}

.price_booknowdiv {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}

.price_booknowdiv .pricelistingdiv {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.price_booknowdiv .pricelistingdiv span {
  font-size: 22px;
  margin-right: 4px;
}

.price_booknowdiv .booknowbtn-listing .booknowbtn_parkinglist {
  background: #ffcc00;
  color: #000;
  padding: 8px 15px;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 140px;
  font-weight: 500;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
}

.parking-ratingdiv {
  position: absolute;
  z-index: 2;
  color: #000000;
  top: 0;
  font-size: 16px;
  background: #ffcc00;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 5px;
}

.favoiteicon_parkinglisting {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  border-radius: 10px;
  margin-bottom: 5px;
  left: 5px;
  font-size: 20px;
}

.favoiteicon_parkinglisting .fav_btn_parkiglist {
  background: #000;
  outline: none;
  border: none;
  border-radius: 5px;
}

.favoiteicon_parkinglisting .fa-heart {
  color: #fff;
}

.favoiteicon_parkinglisting .fa-heart-o {
  color: #fff;
}

.rowforparkinglist_main {
  margin: 0;
}

.rowforparkinglist_main .owl-nav button {
  position: absolute;
  top: 33%;
  background-color: #000 !important;
  color: #fff !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px !important;
  border-radius: 50%;
  font-family: "Poppins", sans-serif !important;
}

.rowforparkinglist_main .owl-nav button.owl-prev {
  left: -50px;
}

.rowforparkinglist_main .owl-nav button.owl-next {
  right: -50px;
}

.rowforparkinglist_main .owl-dots {
  text-align: center;
  padding-top: 15px;
}

.rowforparkinglist_main .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  border: 1px solid #ccc;
}

.rowforparkinglist_main .owl-dots button.owl-dot.active {
  background-color: #000;
}

.rowforparkinglist_main .owl-dots button.owl-dot:focus {
  outline: none;
}

.rowforparkinglist_main .owl-nav button:focus {
  outline: none;
}

.bestparking_seeallbtndiv {
  text-align: center;
  margin-top: 30px;
}

.bestparking_seeallbtndiv .seeall_besparking {
  margin-bottom: 0;
}

.suggestionforparking_section {
  background: #080808;
}

.suggestionforparking_headingdiv h2 {
  color: #fff;
}

.suggestionitemdiv_slide .suggestiondiv {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.suggestionitemdiv_slide .suggestiondiv img {
  margin: 0 auto;
}

.suggestionitemdiv_slide .suggestiondiv h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: capitalize;
}

.suggestedparking_seeallbtndiv {
  margin-top: 60px;
}

.suggestedparkings_sliderrow .owl-nav button {
  border: 1px solid #fff !important;
  top: 27%;
}

.findparkingsearch_section .contfindparkingsearchbar {
  width: 100%;
  margin: 110px 0 0 0px;
}

.contfindparkingsearchbar .rowmainsearchbar_findparking {
  margin-top: 50px;
}

.findparkinheading {
  color: #fff !important;
  text-shadow: 0px 1px 2px #121212;
}

.rowmainsearchbar_findparking .findparkingmaindiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  gap: 5px;
  padding: 10px;
}

.findparkingmaindiv .findpark_searchicon {
  height: 50px;
  line-height: 50px;
}

.findparkingmaindiv .findpark_searchicon img {
  width: 20px;
  margin-top: -4px;
}

.findparkingmaindiv .findpark_input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}

.findparkingmaindiv .findpark_input .findparkinginputmain {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  color: #000;
  outline: none;
}

.findparkingmaindiv .findparking_filderbtn .filterbtn_findpark {
  border: none;
  background: #212121;
  outline: none;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.findparking_filderbtn .filterbtn_findpark img {
  width: 40px;
  padding: 7px;
}

.colforfilterdivmain {
  display: none;
}

.colforfilterdivmain .showfilterdivmain {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  z-index: 9;
  display: block;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}

.showfilterdivmain .filterheadingtex {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 59px;
}

.showfilterdivmain .selectdate_filterpopup {
  margin-bottom: 10px;
}

.selectdate_filterpopup .bookinglbl {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.selectdate_filterpopup .bookingdate_inputfilter {
  /* float: right; */
  border: 1px solid #ccc;
  padding: 6px 15px;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
  outline: none;
  bottom: 4px;
  left: 7px;
}

.showfilterdivmain .zipcodediv_filter {
  margin-bottom: 20px;
}

.zipcodediv_filter .cityziplbl {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.zipcodediv_filter .zipsityinput {
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 15px;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
  outline: none;
}

.showfilterdivmain .parkingtype_filterpopup {
  margin-bottom: 20px;
}

.parkingtype_filterpopup .typofparkingheading {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  text-transform: none;
}

.distancediv_filterpopup .distanceheaidng {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  text-transform: none;
}

.showfilterdivmain .continuebtndiv {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.continuebtndiv .continuebtn_filter {
  background: #ffcc00;
  color: #000;
  padding: 10px 20px;
  display: block;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
}

.paringtypeboxes_filter .parkingtypeinputforhide[type="radio"][id^="parkingtype_box"] {
  display: none;
}

.paringtypeboxes_filter .lblforparkingtype_filter {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.paringtypeboxes_filter .lblforparkingtype_filter img {
  height: 110px;
  width: 110px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.paringtypeboxes_filter :checked+.lblforparkingtype_filter {
  border: 2px solid #000;
}

.paringtypeboxes_filter :checked+.lblforparkingtype_filter img {
  transform: scale(0.9);
  z-index: -1;
}

.paringtypeboxes_filter input[type="radio"]:checked+.lblforparkingtype_filter {
  border: 2px solid #000;
}

.paringtypeboxes_filter input[type="radio"]:checked+.lblforparkingtype_filter {
  border: 2px solid #000;
}

.parkingtypeslider_filter .typefiletofparking_ul {
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}

.typefiletofparking_ul .paringtypeboxes_filter {
  list-style: none;
}

.paringtypeboxes_filter .lblforparkingtype_filter .parkingtype-name {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #000;
}

.distanceinputdivmain .distancefilter_textinput {
  padding-left: 0;
  display: flex;
  gap: 20px;
}

.distancefilter_textinput .distanceslide_inputs {
  list-style: none;
}

.distanceslide_inputs .inputfordistance_filter[type="radio"] {
  display: none;
}

.distanceslide_inputs .inputfordistance_filter[type="radio"]:checked+label {
  border: solid 1px #ffcc00;
  background: #ffcc00;
}

.distanceslide_inputs .lblfordistanceinput {
  display: inline-block;
  padding: 10px 20px;
  border: solid 1px #ccc;
  transition: all 0.3s;
  background: #ccc;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.colseach_historydivmain {
  display: none;
}

.colseach_historydivmain .divforsearchhistory {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  z-index: 9;
  display: block;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}

.divforsearchhistory .recentsearchdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.recentsearchdiv .recentsearch_heading {
  color: #000 !important;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}

.recentsearchdiv .clearall_search_btn {
  border: none;
  background: none;
  font-weight: 600;
  color: #000;
  outline: none;
  font-size: 15px;
  padding: 0;
}

.allsearchdiv .historydivmain {
  margin-bottom: 5px;
}

.allsearchdiv .historydivmain a {
  color: #000;
  display: block;
  font-size: 14px;
}

.allsearchdiv .historydivmain a i {
  margin-right: 5px;
}

.col4parkinglistdivain .nearestspot_parkingdiv {
  background: #212121;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 14px 0px #00000012;
}

@media (max-width: 767px) {
  .findparkinheading {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 0;
  }

  .responsive-style {
    margin-left: -22px !important;
  }

  .contfindparkingsearchbar .rowmainsearchbar_findparking {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .findparkingmaindiv .findparking_filderbtn .filterbtn_findpark {
    width: 40px;
    height: 40px;
  }

  .findparking_filderbtn .filterbtn_findpark img {
    width: 30px;
  }

  .findparkingmaindiv .findpark_input .findparkinginputmain {
    height: 40px;
    line-height: 40px;
  }

  .findparkingmaindiv .findpark_searchicon {
    height: 40px;
    line-height: 40px;
  }

  .findparkingmaindiv .findpark_input {
    height: 40px;
    line-height: 40px;
  }

  .rowmainsearchbar_findparking .findparkingmaindiv {
    padding: 5px;
  }

  .colforfilterdivmain .showfilterdivmain {
    padding: 10px;
  }

  .selectdate_filterpopup .bookinglbl {
    font-size: 14px;
  }

  .zipcodediv_filter .cityziplbl {
    font-size: 14px;
  }

  .parkingtype_filterpopup .typofparkingheading {
    font-size: 14px;
  }

  .distancediv_filterpopup .distanceheaidng {
    font-size: 14px;
  }

  .selectdate_filterpopup .bookingdate_inputfilter {
    width: 100%;
    float: none;
  }

  .showfilterdivmain .selectdate_filterpopup {
    margin-bottom: 15px;
  }

  .selectdate_filterpopup .bookingdate_inputfilter {
    font-size: 14px;
  }

  .zipcodediv_filter .zipsityinput {
    font-size: 14px;
  }

  .distanceinputdivmain .distancefilter_textinput {
    overflow: scroll;
  }

  .distanceslide_inputs .lblfordistanceinput {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
  }

  .rowforparkinglist_main .owl-nav button.owl-prev {
    left: -25px;
  }

  .rowforparkinglist_main .owl-nav button.owl-next {
    right: -25px;
  }

  .parkinglist_inner .parkingimgdiv_list {
    width: 100%;
    margin-bottom: 15px;
  }

  .parkinglist_inner .paringlist_righttext {
    width: 100%;
  }

  .rowforparkinglist_main .owl-nav button {
    display: none;
  }

  .paringlist_righttext .price_booknowdiv .pricelistingdiv span {
    font-size: 18px;
  }

  .paringlist_righttext .price_booknowdiv .pricelistingdiv {
    font-size: 16px;
  }

  .col4parkinglistdivain {
    padding: 0 5px;
  }

  .menufornotification::after {
    display: none !important;
  }

  .notifycountspan {
    display: none;
  }

  .col4parkinglistdivain .nearestspot_parkingdiv {
    padding: 10px;
  }

  .paringlist_righttext .card_parking_heading h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .paringlist_righttext .card_parking_heading p {
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 16px;
  }

  .cancel-btn a {
    margin-top: 10px;
  }

  .paringlist_righttext .dateanddistance .distancetext img {
    width: 20px;
  }

  .paringlist_righttext .dateanddistance .distancetext span {
    font-size: 12px;
  }

  .paringlist_righttext .dateanddistance .dateoflisting span {
    font-size: 12px;
  }

  .paringlist_righttext .outdoorparkingicondiv img {
    width: 35px !important;
    height: 35px;
  }

  .parking-ratingdiv {
    font-size: 12px;
    padding: 5px 6px;
  }

  .favoiteicon_parkinglisting {
    font-size: 15px;
  }

  .parkinglist_inner .parkingimgdiv_list img {
    height: 125px;
  }

  .col4parkinglistdivain .parkinglist_inner {
    align-items: flex-start;
    margin-bottom: 7px;
    margin-top: 10px;
  }

  .card_parking_heading {
    margin-bottom: 12px;
  }

  .paringlist_righttext .outdoorparkingicondiv {
    margin-top: 7px;
    margin-bottom: 10px;
  }

  .price_booknowdiv .booknowbtn-listing .booknowbtn_parkinglist {
    width: auto;
  }

  .price_booknowdiv {
    align-items: center;
  }

  .price_booknowdiv .pricelistingdiv span {
    font-size: 16px;
  }

  .price_booknowdiv .pricelistingdiv {
    font-size: 16px;
  }

  .ui-tabs .ui-tabs-nav li {
    float: unset !important;
  }

  .doyou-image {

    height: auto !important;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: unset !important;
    display: block !important;
  }
}

.parkingviewtabbingdivmain .rowforparking_viewtype {
  margin: 0;
}

.colforparkinginnerpageheaidngs .viewtabbingheadingwithtab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.viewtabbingheadingwithtab .exploreheading h2 {
  margin-top: 0;
  font-size: 32px;
  margin-bottom: 0;
}

.tabbingview_ul .tabbingheadingview a {
  background: #afaead;
  border-radius: 5px !important;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px !important;
}

.tabbingview_ul .tabbingheadingview.ui-tabs-active.ui-state-active a {
  background-color: #ffcc00;
  border-radius: 5px !important;
}

.colforparkinginnerpageheaidngs .tabbingdata_viewdiv {
  padding: 0 !important;
}

.tabbingdata_viewdiv .rowmainparkingviewdatadiv {
  margin-left: -15px;
  margin-right: -15px;
}

.parkinglistinner_photoviewdesign {
  display: block !important;
}

.parkinglistinner_photoviewdesign .parkingimgdiv_list {
  width: 100%;
}

.parkinglistinner_photoviewdesign .paringlist_righttext {
  width: 100%;
  margin-top: 15px;
}

.parkinglistinner_photoviewdesign .parkingimgdiv_list img {
  height: 250px;
}

.parkingtextandinfo_photoview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
}

.parkingtextandinfo_photoview .card_parking_heading {
  width: 48%;
}

.parkingtextandinfo_photoview .card_parking_heading h3 {
  margin-bottom: 0px;
}

.parkingtextandinfo_photoview .card_parking_heading p {
  margin-bottom: 0;
}

.parkingtextandinfo_photoview .dateanddistance {
  width: 48%;
}

.pricediv_photview_price {
  margin-bottom: 15px;
  align-items: center;
}

.pricediv_photview_price .outdoorandsahreingdiv img {
  width: 45px !important;
  height: 45px;
  background: #131313;
  border-radius: 4px;
  padding: 5px;
}

.booknowbtndivmain_photoviewdiv {
  display: block;
}

.booknowlist_photoviewdiv .booknowbtn_parkinglist {
  width: 100% !important;
}

.mapview_parkingdata {
  position: relative;
}

.mapview_parkingdata .mapimgdiv .mapviewframe {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.fatchlocationdiv {
  position: absolute;
  bottom: 330px;
  right: 20px;
}

.fatchlocationdiv .get_curr_loc {
  width: 50px;
}

.mapviewdataslider_parking {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.parkingdata_mapviewdiv {
  overflow: scroll;
}

.parkingdata_mapviewdiv .col4parkinglistdivain {
  display: flex;
  gap: 25px;
}

/* .mapviewdataslider_parking .owl-slider .owl-nav button{display: none;} */
.mapviewdataslider_parking .owl-slider .owl-dots {
  display: none;
}

.mapmarker_nipdiv {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.location_one {
  top: 160px;
  left: 250px;
}

.location_two {
  top: 160px;
  left: 350px;
}

.mapmarker_nipdiv .showlocationmarker {
  width: 50px;
  margin-bottom: 10px;
  position: relative;
}

.mapmarker_nipdiv .showlocationmarker .mapmarkerwithpricdiv {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.mapmarker_nipdiv .showlocationmarker .mapmarkerwithpricdiv .priceonmapmarker {
  margin-bottom: 0;
  text-align: center;
  padding: 5px 5px;
  font-size: 15px !important;
  font-weight: 600;
}

.mapmarker_nipdiv .showlocationmarker .mapmarkerwithpricdiv img {
  width: 50px;
  z-index: 2;
  display: block;
  position: relative;
  padding: 3px;
}

.mapmarker_nipdiv .showlocationmarker .markerbottomicon {
  width: 15px;
  display: block;
  position: relative;
  height: 15px;
  background: #fdfdfd;
  text-align: center;
  margin-left: 34%;
  transform: rotate(45deg);
  top: -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.mapview_parkingdata .mapimgdiv .mapviewframe.formobile {
  display: none;
}

@media (max-width: 767px) {
  .parkinglist_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .map-container{
    margin-bottom: 50%;
  }
  .colmainforparkingviewtypediv {
    padding: 0;

  }

  .colforparkinginnerpageheaidngs .viewtabbingheadingwithtab {
    display: block;
  }

  .viewtabbingheadingwithtab .exploreheading h2 {
    margin-bottom: 20px;
  }

  .paringlist_righttext .dateanddistance .dateoflisting {
    white-space: nowrap;
  }

  .parkinglistinner_photoviewdesign .parkingimgdiv_list img {
    height: 200px;
  }

  .parkingtextandinfo_photoview .dateanddistance {
    overflow: scroll;
  }

  .mapview_parkingdata .mapimgdiv .mapviewframe {
    height: 70vh;
  }

  .mapview_parkingdata .mapimgdiv .mapviewframe.fordesktop {
    display: none;
  }

  .mapview_parkingdata .mapimgdiv .mapviewframe.formobile {
    display: block;
  }

  .location_two {
    top: 60px;
    left: 110px;
  }

  .fatchlocationdiv {
    bottom: 260px;
  }
}

.aboutusdata_withheading {
  margin-bottom: 30px;
}

.aboutusdata_withheading h4 {
  margin-top: 0 !important;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.aboutusdata_withheading p {
  font-size: 15px;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .colaboutmaindiv .abouttextdiv p {
    text-align: justify;
  }

  .contact_mapiframediv iframe {
    width: 100%;
    height: 400px !important;
  }

  .rowforcontactusinnerpage {
    margin: 0;
  }

  #block-footer ul.nav li:last-child a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUNENTYzQ0MxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUNENTYzQ0QxOTcwMTFFNzhENzRFRTIwNTJBMDRBQzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1Q0Q1NjNDQTE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1Q0Q1NjNDQjE5NzAxMUU3OEQ3NEVFMjA1MkEwNEFDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuplUWsAAAAkSURBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=) 0 100% repeat-x;
  }

  .rowforexplorefootermenu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.contact_mapiframediv iframe {
  width: 100%;
  height: 600px;
}

.rowforexplorefootermenu {
  margin: 0;
}

.bookingdetails_section {
  padding: 45px 0;
}

.parkingimg_bookingdetsils .bookingparkingimg {
  position: relative;
  margin-bottom: 20px;
}

.parkingimg_bookingdetsils .bookingparkingimg img {
  width: 100%;
  border-radius: 10px;
}

.bookingpriceslots .slotofprice {
  display: flex;
  align-items: center;
  gap: 0.5%;
  width: 100%;
}

.bookingpriceslots .slotofprice .perdayslot {
  background: #000;
  color: #fff;
  padding: 10px;
  width: 33%;
  text-align: center;
}

.bookingpriceslots .slotofprice .perdayslot.firstslot {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bookingpriceslots .slotofprice .perdayslot.lastslot {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bookingpriceslots .slotofprice .perdayslot .slotpricetext {
  margin-bottom: 0;
}

.bookingpriceslots .slotofprice .perdayslot .slotpricetext .pricespan_booking {
  display: block;
}

.parkingimg_bookingdetsils .favoriteicon_bookingdetails {
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
}

.colbooking_details_infodiv .booking_parkinginfodiv {
  padding-left: 30px;
}

.booking_parkinginfodiv .parkingspacename_heading {
  margin-bottom: 15px;
}

.booking_parkinginfodiv .parkingspacename_heading h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.booking_parkinginfodiv .parkingspacename_heading p {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.booking_parkinginfodiv .parkinglocation {
  margin-bottom: 2px;
}

.booking_parkinginfodiv .parkinglocation p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.booking_parkinginfodiv .locationdistacne_strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}

.booking_parkinginfodiv .locationdistacne_strip .distancetext {
  background: #000;
  padding: 5px 10px;
  border-radius: 6px;
  display: flex;
}

.booking_parkinginfodiv .locationdistacne_strip .distancetext img {
  width: 25px;
  margin-right: 5px;
}

.booking_parkinginfodiv .locationdistacne_strip .distancetext span {
  font-size: 14px;
  color: #fff;
}

.booking_parkinginfodiv .parkinftypemaindiv {
  margin-bottom: 25px;
}

.parkinftypemaindiv .parkingtype_bookingpage h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.parkinftypemaindiv .parkingtype_bookingpage .parkinginnerbookingdiv {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: auto;
}

.parkinginnerbookingdiv .parkingtypeboxdiv {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.parkinginnerbookingdiv .parkingtypeboxdiv img {
  width: 80px;
  margin-bottom: 15px;
}

.parkinginnerbookingdiv .parkingtypeboxdiv h5 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.availableslots_div .calen_avail_slots {
  display: flex;
  gap: 15px;
  /* overflow-x: scroll; */
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}

.dates_avail_unavail{
display: flex;
  gap: 15px;
  overflow-x: scroll;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}

.calen_avail_slots .datewiseslots {
  background: #ccc;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
  height: 100px;
  white-space: nowrap;
}

.calen_avail_slots .datewiseslots h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}

.calen_avail_slots .datewiseslots p {
  margin-bottom: 0;
}

.calen_avail_slots .datewiseslots p.date_cal img {
  width: 50px;
  margin-bottom: 0;
}

.calen_avail_slots .datewiseslots p.not_available {
  font-size: 14px;
  color: red;
  line-height: 20px;
}

.calen_avail_slots .datewiseslots.selectdatediv_fisrt h5 {
  margin-top: 8px;
}

.moadlforselectdate .mdldlg_selectdate {
  margin-top: 10%;
  width: max-content;
}

.mdlcont_selectdatediv .mdlbdy_selectdiv .mdlclosebtn_seldate {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -20px;
  top: -28px;
  background: #000;
  text-shadow: none;
  color: #000;
  opacity: 1;
  font-size: 35px;
  font-weight: 400;
  border-radius: 50%;
}

.selectdatepopup_main .date_bokheading {
  text-align: center;
  margin-bottom: 15px;
}

.selectdatepopup_main .date_bokheading h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.selectdatepopup_main .date_bokheading p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
}

.selectdatepopup_main .calenderdivmain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.selectdatepopup_main .showindicator_foravail .textforindigator {
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.selectdatepopup_main .showindicator_foravail .textforindigator span {
  width: 10px;
  position: relative;
  display: block;
  height: 10px;
  border-radius: 10px;
  margin-right: 7px;
}

.selectdatepopup_main .showindicator_foravail .textforindigator .available {
  background:blue;
}

.selectdatepopup_main .showindicator_foravail .textforindigator .unavailable {
  background: #ccc;
}

.selectdatepopup_main .selectdate_continuebtndiv {
  margin-top: 15px;
  margin-bottom: 10px;
}

.selectdatepopup_main .selectdate_continuebtndiv .contbtn_selectdate {
  padding: 10px 20px;
  background: #ffcc00;
  border-radius: 7px;
  color: #000;
  width: 200px;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.calenderdivmain .ui-datepicker-clear-month {
  position: absolute;
  top: 9px;
  right: 32px;
  height: 100%;
  line-height: 100%;
  display: inline;
  cursor: pointer;
  color: red !important;
}

.calenderdivmain .ui-datepicker-clear-month {
  display: none;
}

.amenitiesdiv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.amenitiesdiv h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.amenitiesdiv p {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.amenitiesdiv .addi_ament_innerdiv {
  padding: 10px;
  background: #000;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.amenitiesdiv .addi_ament_innerdiv .chargingstationdiv {
  display: flex;
  gap: 10px;
  overflow: auto;
}

.amenitiesdiv .addi_ament_innerdiv .chargingstationdiv .typediv {
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  width: fit-content;
}

.parkingownerdtailsdiv {
  margin-top: 45px;
  margin-bottom: 25px;
}

.parkingownerdtailsdiv .ownerdetaildiv h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.ownerdetaildiv .ownerimg_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  background: #ccc;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px;
}

.ownerdetaildiv .ownerimg_name img {
  width: 80px;
  border-radius: 50%;
}

.ownerdetaildiv .ownerimg_name .namediv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.ownerdetaildiv .ownerimg_name .namediv h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.ownerdetaildiv .ownerimg_name .namediv img {
  width: 25px;
}

.loctionofparking {
  margin-top: 45px;
}

.loctionofparking h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.loctionofparking .locationiframediv {
  background: #ccc;
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
}

.loctionofparking .locationiframediv img {
  width: -webkit-fill-available;
  display: block;
  height: 200px;
  margin: 0 auto 20px auto;
  border-radius: 15px;
}

.loctionofparking .locationiframediv iframe {
  width: -webkit-fill-available;
  display: block;
  height: 200px;
  margin: 0 auto 20px auto;
  border-radius: 15px;
}

.loctionofparking .locationiframediv a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  color: #000;
  outline: none;
}

.loctionofparking .locationiframediv a img {
  width: 35px;
  height: auto;
  padding: 10px;
  margin: 0;
}

.parkingownerwithdirectiondiv_hideondesktop {
  display: none;
}

@media (max-width: 767px) {
  .parkingownerwithdirectiondiv_hideonmob {
    display: none;
  }

  .parkingownerwithdirectiondiv_hideondesktop {
    display: block;
  }
}

.bookindetail_continue .bookingcontinuebtn {
  margin-top: 60px;
}

.bookingcontinuebtn .continuebooking {
  background: #ffcc00;
  color: #000;
  padding: 12px 15px;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 40%;
  font-weight: 500;
  border: none;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 767px) {
  .bookingdetails_section {
    padding: 50px 0;
  }

  .bookingpriceslots .slotofprice .perdayslot .slotpricetext {
    font-size: 14px;
    line-height: 20px;
  }

  .bookingpriceslots .slotofprice {
    margin-bottom: 20px;
  }

  .colbooking_details_infodiv .booking_parkinginfodiv {
    padding-left: 0;
  }

  .booking_parkinginfodiv .parkingspacename_heading h3 {
    font-size: 16px;
  }

  .booking_parkinginfodiv .parkingspacename_heading p {
    font-size: 15px;
  }

  .parkinginnerbookingdiv .parkingtypeboxdiv img {
    width: 70px;
    margin-bottom: 10px;
  }

  .parkinginnerbookingdiv .parkingtypeboxdiv h5 {
    font-size: 12px;
  }

  .parkinftypemaindiv .parkingtype_bookingpage h3 {
    font-size: 16px;
  }

  .moadlforselectdate .mdldlg_selectdate {
    margin-top: 40%;
    transform: translate(8%, 10%) !important;
  }

  .amenitiesdiv h3 {
    font-size: 16px;
  }

  .amenitiesdiv p {
    font-size: 15px;
  }

  .amenitiesdiv .addi_ament_innerdiv {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .amenitiesdiv .addi_ament_innerdiv .chargingstationdiv .typediv {
    font-size: 14px;
    text-align: center;
    align-items: center;
    display: flex;
  }

  .parkingownerwithdirectiondiv_hideondesktop .parkingownerdtailsdiv {
    margin-top: 25px;
  }

  .ownerdetaildiv .ownerimg_name {
    gap: 15px;
  }

  .parkingownerwithdirectiondiv_hideondesktop .loctionofparking {
    margin-top: 25px;
  }

  .bookingcontinuebtn .continuebooking {
    width: 100%;
  }
}

.accpetterms_signup {
  color: #000;
}

.mapviewsliderdiv_fornavigationicon .owl-slider .owl-nav button {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.mapviewsliderdiv_fornavigationicon .owl-slider .owl-nav .owl-prev {
  left: 0;
}

.mapviewsliderdiv_fornavigationicon .owl-slider .owl-nav .owl-next {
  right: 0;
}

.bokingdetail_parkingslider .bookingdetail_imgdiv .owl-dots {
  display: none;
}

.bokingdetail_parkingslider .bookingdetail_imgdiv .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bokingdetail_parkingslider .bookingdetail_imgdiv .owl-nav button {
  width: 40px;
  height: 40px;
  background: #000 !important;
  color: #fff !important;
  font-size: 35px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  border-radius: 50%;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}

.bookingcancelledbtn {
  background: #b50101 !important;
  color: #fff !important;
  width: 100% !important;
}

.cancelledbookingbtndiv {
  display: block !important;
}

.bookingcompletediv {
  background: #046a04;
  color: #fff !important;
  width: 100% !important;
}

.divforcompletebokingdiv {
  display: block !important;
}

.helpsupportpage_section {
  padding: 45px 0;
}

.colforhelpsupport .helpsupportheading {
  margin-bottom: 40px;
}

.helpsupportheading h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.helpsupportheading p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}

.colhelpsupportmainboxes .boxesofhelpsupport {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-bottom: 20px;
}

.boxesofhelpsupport .divforicon_help span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffcc00;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
}

.boxesofhelpsupport .divforhelpinfo p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.boxesofhelpsupport .divforhelpinfo a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.verifymodal_main {
  visibility: visible;
  opacity: 1;
}

.verifymodal_main .mdldlg_verify {
  margin-top: 10%;
}

.mdldlg_verify .mdlcont_verifydiv {
  padding: 0;
}

.mdlbdl_verify-your .verifypopup_closebtn {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ffcc00;
  border-radius: 50%;
  text-shadow: none;
  font-weight: 400;
  font-size: 30px;
  opacity: 1;
  outline: none;
  border: none;
  color: #000;
}

.mdlbdl_verify-your .verifypopup_closebtn:hover {
  opacity: 1 !important;
}

.mdlbdl_verify-your .mainverifydiv {
  padding: 20px;
  text-align: center;
}

.mainverifydiv .verifytext h3 {
  color: #181818;
  font-size: 22px;
}

.mainverifydiv .verifytext p {
  color: #181818;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

.mainverifydiv .verifytext h4 {
  color: #181818;
  font-size: 14px;
  margin-bottom: 10px;
}

.mainverifydiv .otpinputdiv_verify {
  margin-bottom: 10px;
}

.verify_next_resentbtn {
  display: flex;
  justify-content: center;
}

.verify_next_resentbtn .next_verifybtn {
  background: #ffcc00;
  color: #000;
  width: 60%;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  outline: none;
  margin-bottom: 20px;
  display: block;
  margin-top: 30px;
}

.verify_next_resentbtn .resendbtn_verify {
  border: none;
  background: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  outline: none;
}

.otpinputdiv_verify .otp-input-fields {
  margin: auto;
  background-color: white;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}

.otpinputdiv_verify .otp-input-fields input {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ffcc00;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.otpinputdiv_verify .otp-input-fields input::-webkit-outer-spin-button,
.otpinputdiv_verify .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otpinputdiv_verify .otp-input-fields input[type="number"] {
  -moz-appearance: textfield;
}

.otpinputdiv_verify .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #ffcc00;
  font-size: 20px;
}

@media (max-width: 767px) {
  .mdldlg_verify .mdlcont_verifydiv {
    width: 85%;
    margin: auto;
  }

  .verify_next_resentbtn .next_verifybtn {
    width: 90%;
  }

  .licenseverify_section .cont_registerpage {
    padding: 150px 15px;
  }
}

.rowforvehicledetails_summry {
  margin-top: 40px;
}

.vehicledetail h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.vehicledetail .vehicledetailscard_all {
  margin-bottom: 30px;
}

.vehicledetailscard_all .vehicledetailsstrip {
  padding: 20px;
  background: #ccc;
  border-radius: 15px;
  margin-bottom: 20px;
}

.inputcheckforvehicleselect {
  display: block;
  margin-bottom: 15px;
}

.inputcheckforvehicleselect input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.inputcheckforvehicleselect label {
  position: relative;
  cursor: pointer;
}

.inputcheckforvehicleselect label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.inputcheckforvehicleselect input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.vehicledetailsstrip .vehicledetails {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  gap: 30px;
}

.vehicledetails ul {
  padding-left: 0;
  width: 50%;
}

.vehicledetails ul li {
  list-style: none;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.colforaddvehiclebtn {
  padding: 0;
  margin-top: 20px;
}

.vehcileaddbtndiv .addvehiclebtn {
  background: #ffcc00;
  color: #000;
  padding: 8px 15px;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 200px;
  font-weight: 500;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  margin: 0 auto;
}

.parkingsummarydiv {
  margin-top: 50px;
}

.parkingsummarydiv .summarydiv_details h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
}

.parkingsummarydiv .summrydivprice {
  margin-top: 30px;
}

.parkingsummarydiv .summrydivprice .summarydiv_details {
  padding: 20px;
  background: #ccc;
  border-radius: 15px;
  margin-bottom: 20px;
}

.summarydiv_details .summyinfodiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.summyinfodiv p {
  margin-bottom: 0;
  font-size: 16px;
}

.parkingsummarydiv .totalpricediv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 2px solid #767575;
  padding-top: 10px;
}

.totalpricediv p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.makepayment_bookingdiv {
  padding: 20px;
}

.makepayment_bookingdiv .makepaymentbtn {
  background: #ffcc00;
  color: #000;
  padding: 14px 15px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  margin: 0 auto;
  font-size: 17px;
}

.addvehcilepopupstartdiv {
  padding: 0px 30px;
}

.addvehcilepopupstartdiv h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.frmgrp_vehicledetails .lblvehicledetails {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.frmgrp_vehicledetails .inputvehciledtl {
  color: #000;
  outline: none;
}

.detailsform .savecontbtndiv {
  margin-top: 40px;
  margin-bottom: 30px;
}

.savecontbtndiv .savecontinue_btn {
  background: #ffcc00;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  margin: 0 auto;
}

.showbookingdate {
  margin-bottom: 20px;
}

.showbookingdate .bookingdate {
  color: #000;
  background: #bfbfbf;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.col8memberpersonalindfo {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.col8memberpersonalindfo .imgandname_profile_view {
  margin-bottom: 25px;
}

.profileimgdiv img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.profilename_statusdiv .membername {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.profilename_statusdiv .memberid {
  color: #ffcc00;
  font-weight: 600;
  font-size: 18px;
}

.profilename_statusdiv .memberstatus {
  font-size: 15px;
  margin-top: 10px;
}

.personalinfotable tr th {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.password_td {
  font-size: 25px;
  color: #000;
  font-weight: 800;
  line-height: 10px;
}

.login_cred_heading {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}

.editbtndiv {
  text-align: center;
}

.editbtndiv .editinfobtn {
  padding: 8px 20px;
  background: #ffcc00;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  border: none;
  width: 50%;
  font-size: 18px;
}

.mainmodal_deleteprofile .mdldlg_delteporofile {
  margin-top: 10%;
}

.mdlbdy_deleteprof .deleteprofile_popup {
  text-align: center;
  padding: 10px;
}

.deleteprofile_popup .dleteimgdiv i {
  font-size: 150px;
  color: #ffcc00ed;
}

.deleteprofile_popup .suretextmsg {
  margin: 15px 0;
  color: #000;
}

.suretextmsg h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.suretextmsg p {
  font-size: 18px;
}

.dleteprofile_actionbtns .actionbtn {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.actionbtn button {
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #f37231;
  background: none;
  font-size: 14px;
  font-weight: 600;
  width: 120px;
}

.actionbtn .yesdeletebtn {
  background: #f37231;
  color: #fff;
}

.col12updateprofilediv_personal {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.inputmain_updatepro select {
  appearance: auto;
}

.inputmain_updatepro .divgndrchoice {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.inputmain_updatepro input:disabled {
  cursor: not-allowed;
}

.col12forprofilepiupload {
  margin-bottom: 20px;
}

.profilepic-upload {
  position: relative;
  max-width: 205px;
  margin: 10px auto;
}

.profilepic-upload .profilepic-edit {
  bottom: 40px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

.profilepic-upload .profilepic-edit input {
  display: none;
}

.profilepic-upload .profilepic-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffcc00;
  border: 1px solid #ffcc00;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.profilepic-upload .profilepic-edit input+label:hover {
  background: #f1f1f1;
  border-color: #ffcc00;
}

.profilepic-upload .profilepic-edit input+label:hover::after {
  color: #ffcc00;
}

.profilepic-upload .profilepic-edit input+label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #000;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.profilepic-upload .profilepic-preview {
  /* width: 192px; */
  width: 186px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.profilepic-upload .profilepic-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
}

.inputmain_updatepro .frmlbl_inputlbel {
  color: #000;
  font-weight: 500;
}

.updatepersonalinfo_div {
  display: none;
}

.update_usercredential_div {
  display: none;
}

.colmainupdatecredentials {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.uploadpic_ownerpro {
  text-align: center;
}

.uploadpic_ownerpro label {
  font-weight: 500;
}

.regisbtnmaindv .registernewmem_btn {
  background: #ffcc00;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.inputmain_updatepro input {
  border: 1px solid #ccc !important;
}

.update_ownerprofile {
  display: none;
}

.col3forrightsidemenu .profilerightmenudiv {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.profilerightmenudiv .menulist {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.profilerightmenudiv .menulist li a {
  display: block;
  padding: 30px 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #000;
  background: #eee;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 767px) {
  .rowmainprofilediv {
    display: grid;
  }

  .rowmainprofilediv .col3forrightsidemenu {
    order: 2;
    margin-top: 30px;
  }

  .rowmainprofilediv .col8forprofileupdatediv {
    order: 1;
  }
}

.savedvehicledivmain {
  margin-bottom: 0 !important;
}

.savedvehicle_addnewbtndiv {
  margin-top: 30px;
}

.mainsectionforchangepass {
  padding: 45px 0;
}

.colmainforchangepas .changepassnewdivinnre {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.changepassnewdivinnre .changepass_heading {
  text-align: center;
  margin-bottom: 30px;
}

.changepassnewdivinnre .changepass_heading h2 {
  text-transform: capitalize;
  color: #000;
}

.changepassnewdivinnre .changepass_heading p {
  color: #000;
}

.rowforchangepassinputdiv {
  margin: 0;
}

.rowforchangepassinputdiv .colforsignuopbtn {
  margin-bottom: 0;
}

.rowforchangepassinputdiv .signupdivmaininner {
  margin-bottom: 0;
}

.divforlocationhistory {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.divforlocationhistory {
  display: none;
}

.curentlocationfetchdiv {
  margin-top: 20px;
}

.locationdiv_set .locatetargetdiv {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.locationdiv_set .locatetargetdiv img {
  width: 25px;
}

.locationdiv_set .locatetargetdiv p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}

.bookingconfirmsection {
  margin: 50px 0;
}

.colboxbokingconfrm .bookingconfirmdiv {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}

.bookingconfirmdiv .bookingcompleteimgdiv {
  margin-top: 30px;
}

.bookingcompleteimgdiv img {
  width: 180px;
  margin: 0 auto;
  display: block;
}

.bookingconfirmdiv .bookingcompletetextdiv {
  margin-top: 100px;
}

.bookingcompletetextdiv .succesfullydiv {
  margin-top: 45px;
  text-align: center;
}

.bookingcompletetextdiv .succesfullydiv h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.bookingcompletetextdiv .succesfullydiv p {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 500;
}

.bookingcompletetextdiv .vehicledetails_book {
  margin-top: 45px;
  text-align: center;
}

.bookingcompletetextdiv .vehicledetails_book h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.bookingcompletetextdiv .vehicledetails_book p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}

.bookingcompletetextdiv .bookingdate {
  margin-top: 45px;
  text-align: center;
}

.bookingcompletetextdiv .bookingdate h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.bookingcompletetextdiv .map_homebtndiv {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 30px;
}

.bookingcompletetextdiv .map_homebtndiv a {
  background: #ffcc00;
  color: #000;
  padding: 14px 15px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 500;
  outline: none;
  border: none;
  font-family: "Arial", sans-serif;
  margin: 40px auto;
  font-size: 20px;
}

.chatboatforpredefinenew {
  position: fixed;
  bottom: 0;
  right: 5px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.chatboatforpredefinenew .collapsible {
  background-color: rgb(82, 151, 255);
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 350px;
  text-align: center;
  outline: none;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
  border: 3px solid white;
  border-bottom: none;
}

.chatboatforpredefinenew .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.chatboatforpredefinenew .full-chat-block {
  width: 350px;
  background: white;
  text-align: center;
  overflow: auto;
  scrollbar-width: none;
  height: max-content;
  transition: max-height 0.2s ease-out;
}

.chatboatforpredefinenew .outer-container {
  min-height: 500px;
  bottom: 0%;
  position: relative;
}

.chatboatforpredefinenew .chat-container {
  max-height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  scroll-behavior: smooth;
  hyphens: auto;
}

.chatboatforpredefinenew .chat-container::-webkit-scrollbar {
  display: none;
}

.chatboatforpredefinenew .chat-bar-input-block {
  display: flex;
  float: left;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: rgb(235, 235, 235);
  border-radius: 10px 10px 0px 0px;
  padding: 10px 0px 10px 10px;
}

.chatboatforpredefinenew .chat-bar-icons {
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
  width: 25%;
  float: right;
  font-size: 20px;
}

.chatboatforpredefinenew #chat-icon:hover {
  opacity: 0.7;
}

.chatboatforpredefinenew #userInput {
  width: 75%;
}

.chatboatforpredefinenew .input-box {
  float: left;
  border: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  color: #000;
  background-color: white;
  outline: none;
}

.chatboatforpredefinenew .userText {
  /* color: white; */
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  clear: both;
}

.chatboatforpredefinenew .userText span {
  line-height: 1.5em;
  display: inline-block;
  background: #5ca6fa;
  padding: 10px;
  border-radius: 8px;
  border-bottom-right-radius: 2px;
  max-width: 80%;
  margin-right: 10px;
  animation: floatup 0.5s forwards;
}

.chatboatforpredefinenew .botText {
  color: #000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

.chatboatforpredefinenew .botText span {
  line-height: 1.5em;
  display: inline-block;
  background: #e0e0e0;
  padding: 10px;
  border-radius: 8px;
  border-bottom-left-radius: 2px;
  max-width: 80%;
  margin-left: 10px;
  animation: floatup 0.5s forwards;
}

@keyframes floatup {
  from {
    transform: translateY(14px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .chatboatforpredefinenew .full-chat-block {
    width: 100%;
    border-radius: 0px;
  }

  .chatboatforpredefinenew .chat-bar-collapsible {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .resposive-width-add {
    width: 94%;
    margin: 0 10px;
  }

  .chatboatforpredefinenew .collapsible {
    width: 100%;
    border: 0px;
    border-top: 3px solid white;
    border-radius: 14px 14px 0 0;
  }
}

.howitwork_section {
  margin: 45px 0;
  overflow: visible;
}

.rowhowitworks_boxes .colhowitwoeksdiv {
  margin-top: 50px;
}

.colhowitwoeksdiv .howitsworksdiv_box {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}

.sstepsheading {
  padding: 10px;
  background: #ffcc00;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  line-height: 61px;
  border-radius: 50%;
  right: 35%;
}

.howitsworksdiv_box .itworksimgdiv {
  margin-top: 50px;
}

.howitsworksdiv_box .itworksimgdiv img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.howitsworksdiv_box .itworkstextdiv {
  margin-top: 20px;
}

.howitsworksdiv_box .itworkstextdiv h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.howitsworksdiv_box .itworkstextdiv p {
  font-size: 14px;
  text-align: justify;
  color: #000;
  margin-bottom: 0;
}

.privacydata_newdiv {
  margin-bottom: 30px;
}

.privacydata_newdiv p {
  margin-bottom: 10px !important;
}

.aboutusdata_withheading h5 {
  margin-top: 20px !important;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}

.aboutusdata_withheading p span {
  text-decoration: underline;
}

.removefromfav_actionbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
  gap: 30px;
}

.removefromfav_actionbtn .yessurebtn {
  background: #ffcc00;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  outline: none;
  display: block;
  width: 180px;
  font-size: 16px;
  font-weight: 500;
}

.removefromfav_actionbtn .cnclbtn {
  border: 1px solid #ffcc00;
  color: #ffcc00;
  padding: 10px 20px;
  border-radius: 50px;
  outline: none;
  display: block;
  width: 180px;
  font-size: 16px;
  opacity: 1;
  line-height: normal;
  font-weight: 500;
  text-shadow: none;
}

.faqheadigndiv {
  margin-bottom: 40px;
}

.vehicledetail .parts_action_btn {
  position: absolute;
  right: 23px;
  top: 7px;
  padding: 0.5rem 0.5rem 0 0.5rem;
  z-index: 3;
  opacity: 1;
  /* visibility: hidden; */
  /* -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
}

.vehicledetail:hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.parts_action_btn button {
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.parts_action_btn .bdyprts_editbtnicon {
  background: #ffcc00;
  border: 1px solid #ffcc00;
  margin: 3.8px;
}

.parts_action_btn .bdyprts_deleteicon {
  background: #333;
  border: 1px solid #333;
}

.nonotification_avail {
  height: 300px;
  line-height: 300px;
  text-align: center;
}

.nonotification_avail:hover {
  background: #fff !important;
}

.clearall_notification {
  text-align: right;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #eee;
}

.clearall_notification .clearallbtn_notification {
  border: none;
  background: none;
  font-size: 16px;
  padding: 10px;
  color: #000;
  font-weight: 600;
  outline: none;
}

.clearall_notification:hover {
  background: #fff !important;
}

.closenotificationicon {
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.chatsection {
  margin-top: 45px;
  margin-bottom: 45px;
}

.content-chat {
  margin-right: 30px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 20px;
}

.content-chat .content-chat-user {
  background-color: white;
  padding: 15px;
  border-radius: 25px;
  width: 350px;
}

.content-chat .content-chat-user .head-search-chat {
  background-color: #ffcc00;
  margin: -15px -15px 15px -15px;
  border-radius: 25px 25px 0 0;
  padding: 10px 15px;
}

.content-chat .content-chat-user .head-search-chat h4 {
  color: #ffffff;
}

.content-chat .content-chat-user .search-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.content-chat .content-chat-user .search-user input {
  padding: 10px 15px;
  border-radius: 25px;
  border: 2px solid #949494;
  outline: none;
  width: 100%;
}

.content-chat .content-chat-user .search-user span i {
  position: absolute;
  top: 10px;
  right: 15px;
}

.content-chat .content-chat-user .list-search-user-chat {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  max-height: 430px;
  overflow-y: auto;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar {
  -webkit-appearance: none;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:vertical {
  width: 10px;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button:increment,
.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button {
  display: none;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:horizontal {
  height: 10px;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-track {
  border-radius: 10px;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat {
  display: flex;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 25px;
  cursor: pointer;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat:hover {
  background-color: #ececec;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat.active {
  background-color: #ececec;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img .online {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  background-color: #009975;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-img .offline {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  font-size: 20px;
  background-color: #bb4315;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 25px;
  max-width: 700px;
  width: 100%;
}

.head-search-chat h4 {
  margin: 20px 0 20px;
}

.content-chat .content-chat-message-user.active {
  display: block;
}

/* .content-chat .content-chat-message-user.d-none{
    display: none;
  } */

.content-chat .content-chat-message-user .head-chat-message-user {
  display: flex;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 25px 25px 0 0;
  background-color: #ffcc00;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.content-chat .content-chat-message-user .head-chat-message-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small {
  display: flex;
  gap: 5px;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small .online {
  width: 10px;
  height: 10px;
  font-size: 20px;
  background-color: #009975;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user .head-chat-message-user .message-user-profile small .offline {
  width: 10px;
  height: 10px;
  font-size: 20px;
  background-color: #bb4315;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 15px -4px #000;
}

.content-chat .content-chat-message-user .body-chat-message-user {
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  padding: 15px;
  height: 400px;
  margin: 15px 0;
  overflow: auto;
  background-color: #ececec;
  border-radius: 10px;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar {
  -webkit-appearance: none;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar:vertical {
  width: 10px;
  border-radius: 25px;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-button:increment,
.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-button {
  display: none;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar:horizontal {
  height: 10px;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}

.content-chat .content-chat-message-user .body-chat-message-user::-webkit-scrollbar-track {
  border-radius: 10px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-img {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text {
  position: relative;
  padding: 15px 25px;
  background-color: #ffffff;
  border-radius: 15px;
  color: #000000;
  max-width: 250px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text p {
  margin-bottom: 0;
}

/* .content-chat .content-chat-message-user .body-chat-message-user .message-user-left .message-user-left-text::before{
    content: '';
    position: absolute;
    top: -26px;
    left: 15px;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 15px solid #ffffff;
  } */

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 15px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-img {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text {
  position: relative;
  padding: 15px 25px;
  background-color: #ffffff;
  border-radius: 15px;
  color: #000;
  width: 250px;
}

.content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text p {
  margin-bottom: 0;
}

/* .content-chat .content-chat-message-user .body-chat-message-user .message-user-right .message-user-right-text::before{
    content: '';
    position: absolute;
    top: -26px;
    right: 15px;
    border-right: 0px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #c5e2e8;
  } */

.content-chat .content-chat-message-user .footer-chat-message-user {
  background-color: #ffcc00;
  padding: 15px 25px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.content-chat .content-chat-message-user .footer-chat-message-user .message-user-send {
  position: relative;
  width: 100%;
}

.content-chat .content-chat-message-user .footer-chat-message-user .message-user-send input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  outline: none;
  border: 2px solid #ffcc00;
}

.content-chat .content-chat-message-user .footer-chat-message-user button {
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background-color: #000;
  color: #ffffff;
  cursor: pointer;
}

.content-chat .content-chat-message-user .footer-chat-message-user button:hover {
  background-color: #000;
}

@media (max-width: 913px) {
  .content-chat {
    padding: 0px;
  }

  .content-chat .content-chat-user {
    max-width: 300px;
    width: 100%;
  }

  .content-chat .content-chat-message-user {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 25px;
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 728px) {
  .content-chat {
    display: flex;
    flex-direction: column;
  }

  .content-chat .content-chat-user {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
  }

  .content-chat .content-chat-message-user {
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
  }

  .content-chat .content-chat-user .list-search-user-chat {
    box-sizing: border-box;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    overflow-x: auto;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 15px;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:vertical {
    width: 10px;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button:increment,
  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-button {
    display: none;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar:horizontal {
    height: 10px;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-thumb {
    background-color: #ffcc00;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
  }

  .content-chat .content-chat-user .list-search-user-chat::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  .content-chat .content-chat-user .list-search-user-chat .user-chat {
    width: 60px;
    height: 60px;
    /* padding: 10px; */
    padding: 0px;
    background-color: #ffcc00;
    max-height: -moz-fit-content;
    max-height: fit-content;
    border-radius: 50%;
  }

  .content-chat .content-chat-user .list-search-user-chat .user-chat .user-chat-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .hometabbing_sec .tabs-ui .ui-tabs-tab a {
    padding: 14px 12px 10px !important;
  }

  .display_flex {
    flex-wrap: wrap;
    gap: 10px;
  }

  .main_detail_seec {
    flex-wrap: wrap;
    gap: 10px;
  }

  .booking_detail_name a {
    flex-wrap: wrap;
  }

  .booking_parkinginfodiv form {
    padding: 0;
  }

  .colbooking_details_infodiv .booking_parkinginfodiv {
    padding-left: 0px;
  }

  ul.typefiletofparking_ul.add-parking-page.text-center {
    overflow: scroll;
  }

  ul.typefiletofparking_ul.add-parkings-page.text-center {
    overflow: scroll;
  }

  .amenitiesdiv .addi_ament_innerdiv .chargingstationdiv {
    overflow: scroll;
  }

  .checboxclasss {
    display: block;
  }

  .imagesgrid {
    display: block;
    text-align: center;
  }

  .chatboatforpredefinenew {
    right: 0px !important;
    left: 0px !important;
  }

  .select-control {
    width: 100%;
  }

  .col4parkinglistdivain .parkinglist_inner {
    display: block;
  }

  .col-md-6.col4parkinglistdivain {
    height: auto !important;
  }

  .nearestspot_parkingdiv {
    height: 100% !important;
    margin-bottom: 50px !important;
  }

  .parkinglist_inner .parkingimgdiv_list img {
    height: 200px;
    object-fit: cover;
  }

  span.lazy-load-image-background.blur.lazy-load-image-loaded {
    width: 100%;
  }

  .parkingtextandinfo_photoview {
    display: block !important;
  }

  .parkingtextandinfo_photoview .card_parking_heading {
    width: 100% !important;
  }

  .parkingtextandinfo_photoview .dateanddistance {
    width: 100% !important;
  }

  ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    margin-bottom: 20px;
  }

  .imagesize-manage {
    width: 100% !important;
  }
}

/* new css */
.welcome_heading {
  text-align: center;
}

.welcome_heading h2 {
  margin: 0;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.welcome_heading h1 {
  font-size: 33px;
  font-weight: 600;
}

.back-btn a {
  background: #000000;
  color: #fff;
  width: fit-content;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  display: block;
}

.h-g-btn {
  display: grid;
  grid-template-columns: 50% 50%;
}

li.active-btn {
  background: #ffcc00;
  color: #1f1f1f;
}

.row-position {
  position: relative;
}

.back-btn {
  position: absolute;
  top: 0;
  left: 5%;
}


.imagesize-manage {
  height: 22vh !important;
  width: 9vw !important;
}


.rate-star .selectedratecolor {
  color: #ffcc00;
}

/* .cancel-booking-btn {
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  display: block;
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 13px;
} */


/* button#cashapp-tab {
  display: none !important;
}
button#card-tab {
  display: none !important;
}

.p-LinkAutofillPrompt {
  display: none !important;
}
.p-Block.Block {
  display: none !important;
} */
/* 
.custom-payment-element button#cashapp-tab {
  background-color: red;
} */

