.psa_wrap ul li {
  height: auto;
  min-height: 130px;
}

.psa_wrap ul li.maskot_img {
  border: none;
}

.psa_wrap ul li.maskot_img img {
  opacity: 1;
  height: 175px;
}

@media (max-width: 575px) {
  .psa_wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.line_bars {
  padding-inline-start: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  display: flex;
}

.line_bars li {
  display: block;
  width: 10%;
  height: 100%;
  border-right: solid 1px #fff;
}

.line_bars li:last-child {
  border: none;
}



/**** New Style of 16/01/024 ****/
body {
  padding-right: 0 !important;
}

.bcruise_wrap .bcr_inner .iti_inner .iti_table table thead tr th:nth-child(2),
.bcruise_wrap .bcr_inner .iti_inner .iti_table table tbody tr td:nth-child(2) {
  text-align: left;
}

.psa_wrap ul li.maskot_img {
  padding: 5px 10px;
}

.psa_wrap ul li.maskot_img img {
  height: 200px;
  margin-top: -12px;
}

.avl_promos.one_promo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.avl_promos.one_promo .prm_item {
  width: 100%;
  max-width: 265px;
}

.modal {
  padding: 0 !important;
}

.avl_promos .prm_item .item_inner h4 {
  font-size: 15px;
  font-weight: 700;
}

a,
button {
  cursor: pointer !important;
}

.success_enquiry_modal.maskot_modal .modal_inner .modal_block {
  padding: 0;
  background-color: transparent;
}

.maskot_modal {
  background-color: rgba(0, 0, 0, 0.25);
}

.maskot_box .maskot_inner .inner_ul li {
  width: 100%;
  display: block;
}

.maskot_box .maskot_inner .inner_ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maskot_box .maskot_inner .inner_ul li:last-child p {
  margin: 0;
}

.success_enquiry_modal.maskot_modal .modal_inner .modal_block .maskot_img {
  display: inline-block;
  vertical-align: top;
  margin-right: -20px;
  height: 225px;
  width: 185px;
}

.maskot_box {
  display: block;
}

.maskot_box .maskot_inner {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px);
}

@media (max-width: 850px) {
  .success_enquiry_modal.maskot_modal .modal_inner .modal_block .maskot_img {
    display: none;
  }

  .maskot_box .maskot_inner {
    width: 100%;
  }
}

.home_search_modal .modal_inner .modal_block form .f_subtt {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 3px;
}

.home_search_modal .modal_inner .modal_block form .fieldrow {
  margin-bottom: 20px;
}

.home_search_modal .modal_inner .modal_block form .fieldrow .f_label {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 3px;
}

.home_search_modal .modal_inner .modal_block form .fieldrow .f_input {
  background-color: #fff;
  padding: 15px;
  font-size: 15px;
  padding: 16px 15px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  border: solid 1px #dbdbdb;
  height: 45px;
  width: 100%;
}

.home_search_modal .modal_inner .modal_block form .fieldrow .tg-select .btn-default {
  height: 45px;
  width: 100%;
  padding-top: 11px;
}

.home_search_modal .modal_inner .modal_block form .fieldrow .tg-select::after {
  top: 1px;
}

.home_search_modal .modal_inner .modal_block form .fieldrow .tg-select .bootstrap-select.btn-group .dropdown-menu.inner {
  height: auto;
  padding: 0;
}

.success_enquiry_modal .modal_inner .modal_block img {
  width: 250px;
  height: 225px;
  margin-bottom: 25px;
  margin-top: -30px;
}

.success_enquiry_modal .modal_inner .modal_block h3 {
  margin-bottom: 5px;
}

.success_enquiry_modal .modal_inner .modal_block p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .success_enquiry_modal .modal_inner .modal_block img {
    width: 200px;
    height: 180px;
    margin-top: -15px;
  }
}

.my_prof_wrap .prof_box figure .upload_dp {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: rgb(229 191 131);
  z-index: 2;
  border-radius: 50%;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  box-shadow: -3px -3px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
  transition: all 150ms ease-in-out;
}

.my_prof_wrap .prof_box figure .upload_dp:hover {
  background-color: #fff;
}

.my_prof_wrap .prof_box figure .upload_dp input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0px;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/**** Style for PSA Modal ****/
.maskot_box .maskot_inner .inner_ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maskot_box .maskot_inner .inner_ul li p{
  margin: 0;
}