.error {
    color: red;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 12px;
}
.successMsg{
    color:green;
}


/*new style for abount & service page 01-10-2024*/

.downloadWrap{
  padding: 60px 0;
  background: #000;
}

.downloadWrap .btnBox {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.downloadWrap .btnBox .secondary_btn{
  background: #000;
  color: #edcb00;
}

.downloadWrap .btnBox .secondary_btn:hover{
  background: #fff;
  border-color: #fff;
  color: #000;
}

@media (max-width: 1199.98px){
  .downloadWrap{
    padding: 40px 0;
  }
}

@media (max-width: 991.98px){
  .downloadWrap{
    padding: 20px 0;
  }
}



/* add contact number in header */


header .callBtn{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

header .callBtn .icon{
/*   width: 40px;*/
/*  height: 40px;*/
  display: flex;
  align-items: center;
  justify-content: center;
/*  border: 2px solid #000000;*/
  border-radius: 100%;
}

header .callBtn .icon svg{
  width: 30px;
  height: 30px;
  transition: ease 0.3s;
}

header .callBtn .icon svg path{
  transition: ease 0.3s;
}

header .callBtn:hover .icon svg path{
  fill: #EDCB00;
}

@media (max-width: 1199.98px){
  header .callBtn .icon{
    width: 40px;
    /*height: 40px;
    background: #EDCB00;*/
  }
  header .callBtn .icon svg{
    width: 40px;
    height: 40px;
  }
 /* header .callBtn .icon svg path{
    fill: #fff;
  }*/
  header .callBtn span{
    display: none;
  }
}

@media (max-width: 991.98px){
  header .callBtn .icon{
    width: 30px;
    height: 30px;
  }
  header .callBtn .icon svg{
    width: 30px;
    height: 30px;
  }
}


footer .abt a{
  display: flex;
  align-items: center;
  grid-gap: 15px;
  color: #fff;
  margin-top: 20px;
  transition: ease 0.3s;
}

footer .abt a svg{
  width: 30px;
  height: 30px;
  transition: ease 0.3s;
}
footer .abt a svg path{
  transition: ease 0.3s;
}

footer .abt a:hover{
  color: #EDCB00;
}

footer .abt a:hover svg path{
  fill: #EDCB00;
}

header.type-02 .callBtn:hover .icon svg path{
  fill: #fff;
}

header.type-02 .callBtn:hover{
  color: #fff;
}


//15-10-2024 New Styles



.bookingHistoryDetails .form-group .form-check{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.bookingHistoryDetails .form-group .form-check:last-child{
  margin-bottom: 0px;
}

.bookingHistoryDetails .form-group .form-check .form-check-input {
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.bookingHistoryDetails .form-group .form-check .form-check-input:checked {
  background-color: #edcb00 ;
  border-color: #edcb00 ;
  box-shadow: none;
  outline: none;
}

.bookingHistoryDetails .form-group .form-check .form-check-label{
  margin: 0;
  float: none;
  cursor: pointer;
}

.bookingHistoryDetails .btnWrapper{
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.bookingHistoryDetails .btnWrapper .deleteBtnN{
  border-color: red;
}

.bookingHistoryDetails .btnWrapper .deleteBtnN:hover{
  background: #000 !important;
  color: #fff;
  border-color: #000;
}

.mapWrapper .bookingHistoryDetails .modal-dialog .modal-content{
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter{
  flex-wrap: wrap;
}



@media (max-width: 1399.98px){
  .mapWrapper .bookingHistoryDetails .modal-dialog{
    max-width: 700px;
  }
  .bookingWrapperCancel .bookingCard{
    min-height: 655px;
  }
}

@media (max-width: 1299.98px){
  .mapWrapper .bookingHistoryDetails .modal-dialog{
    max-width: 600px;
  }
}

@media (max-width: 1199.98px){
  .mapWrapper .bookingHistoryDetails .modal-dialog{
    max-width: 500px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag {
    padding: 6px 12px;
    font-size: 14px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter{
    grid-gap: 10px;
  }
}

@media (max-width: 991.98px){
  .bookingWrapperCancel {
    flex-direction: column-reverse;
  }

  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag {
    font-size: 12px;
  }

  .bookingWrapperCancel .mapWrapper{
    width: 100%;
  }

  .bookingWrapperCancel .sideBookingBar{
    width: 100%;
  }

  .bookingHistoryDetails .modal-content{
    border-radius: 15px;
  }

  .mapWrapper .bookingHistoryDetails .modal-dialog{
    max-width: 100%;
    padding: 30px;
  }

  .bookingWrapperCancel .bookingCard{
    min-height: auto;
  }
}

@media (max-width: 575.98px){
  .mapWrapper .bookingHistoryDetails .modal-dialog{
    max-width: 100%;
    padding: 20px 15px;
  }
  .bookingHistoryDetails .modal-content{
    border-radius: 10px;
  }
  .bookingHistoryDetails .btnWrapper{
    grid-gap: 10px;
  }
}

@media (max-width: 400.98px){
  .bookingHistoryDetails .btnWrapper{
    flex-wrap: wrap;
    grid-gap: 10px;
    grid-row-gap: 10px;
  }
}

//15-10-2024 New Styles


//03 - 06-11-2024

header .navbar .mobile_right .btn-group.profile .btn-secondary .photo{
  flex-shrink: 0 !important;
}

header .callBtn .icon svg {
  width: 40px;
}

@media (max-width: 991.98px){

  header .callBtn .icon, header .callBtn .icon svg {
    width: 30px;
  }

  header .navbar .mobile_right a.log{
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  header.type-02 .second_btn:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
}


@media (max-width: 524.98px) {
  header .navbar .mobile_right {
    grid-gap: 10px;
  }
}

@media (max-width: 439.98px) {
  header .navbar .mobile_right a.log{
    padding-left:10px;
    padding-right:10px;
  }
  header .navbar .mobile_right a.second_btn{
    padding-left:10px;
    padding-right:10px;
  }

  header .navbar .mobile_right .hamburgerMenu img {
    width: 20px;
  }
}

@media (max-width: 379.98px) {
  header .navbar .mobile_right {
    grid-gap: 5px;
  }
}

