/* @include default-transition(all,2s,ease-out); */
/***** Start Keyframes Cls *********/
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 10px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 10px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 10px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 10px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }

/***** End Keyframes Cls *********/
/*********** Below CSS For Body **************/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #000000; }

/*********** Below CSS For customizing buttons **************/
.pts-primary-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  background-color: #3366cc;
  border: 1px solid transparent;
  margin-top: 5px; }
  .pts-primary-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #517be3;
    color: #ffffff; }
  .pts-primary-btn:active, .pts-primary-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-search-btn {
  border-radius: 4px;
  padding: .3em .95em .40em .95em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background-color: #3366cc;
  border: 1px solid transparent;
  margin-top: -10px; }
  .pts-search-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #517be3;
    color: #ffffff; }
  .pts-search-btn:active, .pts-search-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-be-flt-mc-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-be-flt-mc-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-be-flt-mc-add-btn:active, .pts-be-flt-mc-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-apply-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-apply-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-apply-btn:active, .pts-apply-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.bkg-book-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #3366cc;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .bkg-book-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #517be3;
    color: #ffffff; }
  .bkg-book-btn:active, .bkg-book-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.bkg-back-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #000000;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .bkg-back-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #303030;
    color: #ffffff; }
  .bkg-back-btn:active, .bkg-back-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-mb-flt-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-mb-flt-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-mb-flt-add-btn:active, .pts-mb-flt-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-mb-flt-del-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-mb-flt-del-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff; }
  .pts-mb-flt-del-btn:active, .pts-mb-flt-del-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-without-pnr-btn {
  border-radius: 3px;
  padding: 3px 20px 4px;
  margin: -1px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-without-pnr-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-without-pnr-btn:active, .pts-without-pnr-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-without-pnr-clear-btn, .pts-import-pnr-clear-btn {
  border-radius: 3px;
  padding: 3px 20px 4px;
  margin: -1px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-without-pnr-clear-btn:hover, .pts-import-pnr-clear-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff; }
  .pts-without-pnr-clear-btn:active, .pts-without-pnr-clear-btn:focus, .pts-import-pnr-clear-btn:active, .pts-import-pnr-clear-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-import-pnr-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-import-pnr-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-import-pnr-add-btn:active, .pts-import-pnr-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-import-pnr-del-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-import-pnr-del-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff; }
  .pts-import-pnr-del-btn:active, .pts-import-pnr-del-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-import-pnr-save-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: -1px 0px 6px;
  background-color: #ffffff;
  border: 1px solid #339900 !important;
  color: #339900;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-import-pnr-save-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #339900;
    border-color: #339900;
    color: #ffffff; }
  .pts-import-pnr-save-btn:active, .pts-import-pnr-save-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-wallet-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-wallet-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-wallet-add-btn:active, .pts-wallet-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-wallet-del-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 8px;
  background-color: #ffffff;
  border: 1px solid #cc0000 !important;
  color: #cc0000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .pts-wallet-del-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff; }
  .pts-wallet-del-btn:active, .pts-wallet-del-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-general-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
  background-color: #3366cc;
  border: 1px solid transparent; }
  .pts-general-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #517be3;
    color: #ffffff; }
  .pts-general-btn:active, .pts-general-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-error-default-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-size: 13px;
  font-weight: 600; }
  .pts-error-default-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-error-default-btn:active, .pts-error-default-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-error-primary-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  background-color: #3366cc;
  border: 1px solid transparent; }
  .pts-error-primary-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #517be3;
    color: #ffffff; }
  .pts-error-primary-btn:active, .pts-error-primary-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

/************ For Mobile ***********/
.pts-flt-mob-filter-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 30px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 995; }
  .pts-flt-mob-filter-btn:hover, .pts-flt-mob-filter-btn:active, .pts-flt-mob-filter-btn:focus {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }
  .pts-flt-mob-filter-btn .pts-flt-mob-filter-check-ic {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    right: 4px;
    outline: none;
    display: none;
    z-index: 2;
    background: url("../images/filter_mob_check_ic.png") no-repeat; }
    .pts-flt-mob-filter-btn .pts-flt-mob-filter-check-ic:hover, .pts-flt-mob-filter-btn .pts-flt-mob-filter-check-ic:active, .pts-flt-mob-filter-btn .pts-flt-mob-filter-check-ic:focus {
      outline: none;
      box-shadow: none; }

.pts-htl-mob-filter-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 30px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 995; }
  .pts-htl-mob-filter-btn:hover, .pts-htl-mob-filter-btn:active, .pts-htl-mob-filter-btn:focus {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }
  .pts-htl-mob-filter-btn .pts-htl-mob-filter-check-ic {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    right: 4px;
    outline: none;
    display: none;
    z-index: 2;
    background: url("../images/filter_mob_check_ic.png") no-repeat; }
    .pts-htl-mob-filter-btn .pts-htl-mob-filter-check-ic:hover, .pts-htl-mob-filter-btn .pts-htl-mob-filter-check-ic:active, .pts-htl-mob-filter-btn .pts-htl-mob-filter-check-ic:focus {
      outline: none;
      box-shadow: none; }

.pts-exc-mob-filter-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 30px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 995; }
  .pts-exc-mob-filter-btn:hover, .pts-exc-mob-filter-btn:active, .pts-exc-mob-filter-btn:focus {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }
  .pts-exc-mob-filter-btn .pts-exc-mob-filter-check-ic {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    right: 4px;
    outline: none;
    display: none;
    z-index: 2;
    background: url("../images/filter_mob_check_ic.png") no-repeat; }
    .pts-exc-mob-filter-btn .pts-exc-mob-filter-check-ic:hover, .pts-exc-mob-filter-btn .pts-exc-mob-filter-check-ic:active, .pts-exc-mob-filter-btn .pts-exc-mob-filter-check-ic:focus {
      outline: none;
      box-shadow: none; }

.pts-trans-mob-filter-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 30px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 995; }
  .pts-trans-mob-filter-btn:hover, .pts-trans-mob-filter-btn:active, .pts-trans-mob-filter-btn:focus {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }
  .pts-trans-mob-filter-btn .pts-trans-mob-filter-check-ic {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    right: 4px;
    outline: none;
    display: none;
    z-index: 2;
    background: url("../images/filter_mob_check_ic.png") no-repeat; }
    .pts-trans-mob-filter-btn .pts-trans-mob-filter-check-ic:hover, .pts-trans-mob-filter-btn .pts-trans-mob-filter-check-ic:active, .pts-trans-mob-filter-btn .pts-trans-mob-filter-check-ic:focus {
      outline: none;
      box-shadow: none; }

.pts-insur-mob-filter-btn {
  background-color: #000000;
  border-color: #000000;
  border-radius: 30px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 5px 0px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  position: fixed;
  bottom: 4px;
  right: 10px;
  z-index: 995; }
  .pts-insur-mob-filter-btn:hover, .pts-insur-mob-filter-btn:active, .pts-insur-mob-filter-btn:focus {
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none; }
  .pts-insur-mob-filter-btn .pts-insur-mob-filter-check-ic {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    right: 4px;
    outline: none;
    display: none;
    z-index: 2;
    background: url("../images/filter_mob_check_ic.png") no-repeat; }
    .pts-insur-mob-filter-btn .pts-insur-mob-filter-check-ic:hover, .pts-insur-mob-filter-btn .pts-insur-mob-filter-check-ic:active, .pts-insur-mob-filter-btn .pts-insur-mob-filter-check-ic:focus {
      outline: none;
      box-shadow: none; }

.pts-reset-filter-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  background-color: #6b788f;
  border: 1px solid #6b788f !important;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px; }
  .pts-reset-filter-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #6b788f;
    border-color: #6b788f;
    color: #ffffff; }
  .pts-reset-filter-btn:active, .pts-reset-filter-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-acc-action-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-acc-action-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-acc-action-btn:active, .pts-acc-action-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }
  .pts-acc-action-btn i {
    font-size: 17px;
    margin-top: 1px; }

.pts-acc-add-list-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-acc-add-list-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .pts-acc-add-list-btn:active, .pts-acc-add-list-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }
  .pts-acc-add-list-btn i {
    font-size: 17px;
    margin-top: 1px; }

.pts-login-grp-btn {
  border-radius: 3px;
  padding: 7px 15px 7px;
  margin: 15px 0px 4px;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #3366cc !important;
  color: #3366cc !important;
  font-weight: 600;
  letter-spacing: 0.3px; }
  .pts-login-grp-btn.active {
    background-color: #3366cc;
    border: 1px solid #3366cc !important;
    color: #ffffff !important; }
  .pts-login-grp-btn:hover {
    outline: none;
    box-shadow: none;
    color: unset; }
  .pts-login-grp-btn:active, .pts-login-grp-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.pts-ctp-switch-action-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 10px 0px;
  background-color: #ffffff;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .pts-ctp-switch-action-btn:hover {
    outline: none;
    box-shadow: none;
    color: #3366cc; }
  .pts-ctp-switch-action-btn:active, .pts-ctp-switch-action-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }
  .pts-ctp-switch-action-btn.active {
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }

/************* Additional B2C Buttons ********/
.my-trip-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  border: 1px solid #3366cc !important;
  color: #3366cc;
  font-weight: 600; }
  .my-trip-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #3366cc;
    border-color: #3366cc;
    color: #ffffff; }
  .my-trip-btn:active, .my-trip-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.my-trip-cancel-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  border: 1px solid #000000 !important;
  color: #000000;
  font-weight: 600; }
  .my-trip-cancel-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .my-trip-cancel-btn:active, .my-trip-cancel-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

/*********** Below CSS For Flight Booking Engine Form and Modify Search **************/
.pts-modify-be-section {
  background-color: transparent;
  padding: 20px 0px 20px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-modify-be-section .be-module-title h1 {
    color: #3366cc;
    font-weight: bold;
    font-size: 36px; }
  .pts-modify-be-section .be-module-title h4 {
    color: #2a4673;
    font-size: 19px; }
  .pts-modify-be-section .pts-be-flt-module ul.be-flt-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pts-modify-be-section .pts-be-flt-module ul.be-flt-type li {
      display: block;
      float: left; }
  .pts-modify-be-section .pts-be-flt-module .form-input-msg {
    color: #999999; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-swipCircle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 27px;
    left: 20%;
    z-index: 2;
    background: url("../images/be_swip_circle.png") no-repeat; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-swipCircle-ic {
    position: relative;
    top: 4px;
    left: 2px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    cursor: pointer; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-swipCircle-ic .rotate {
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .pts-modify-be-section .pts-be-flt-module .be-flt-swipCircle-ic .be-swp-icon-rotate {
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      display: inline-block; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-dc .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-dc .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-input-dc .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-dc .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-dc .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-ac .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-ac .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-input-ac .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-ac .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-ac .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-1 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-2 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-3 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-4 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-5 .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-1 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-2 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-3 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-4 .form-control, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-5 .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:focus, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-mc-sh-ic {
    padding: 5px 0px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none; }
    .pts-modify-be-section .pts-be-flt-module .be-mc-sh-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-mc-sh-ic:active, .pts-modify-be-section .pts-be-flt-module .be-mc-sh-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-sa .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-sa .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 23px;
    display: none; }
    .pts-modify-be-section .pts-be-flt-module .be-flt-input-sa .be-input-close-ic:hover, .pts-modify-be-section .pts-be-flt-module .be-flt-input-sa .be-input-close-ic:active, .pts-modify-be-section .pts-be-flt-module .be-flt-input-sa .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .pts-modify-be-section .pts-be-flt-module .be-flt-input-date .be-flt-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .pts-modify-be-section .pts-be-flt-module .be-fl-more-link {
    font-size: 14px;
    color: #3366cc;
    text-decoration: none;
    cursor: pointer; }
    .pts-modify-be-section .pts-be-flt-module .be-fl-more-link:hover {
      color: #3366cc;
      cursor: pointer;
      text-decoration: none; }
  .pts-modify-be-section .pts-be-htl-module .be-htl-input-city .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-htl-module .be-htl-input-city .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-htl-module .be-htl-input-city .be-input-close-ic:hover, .pts-modify-be-section .pts-be-htl-module .be-htl-input-city .be-input-close-ic:active, .pts-modify-be-section .pts-be-htl-module .be-htl-input-city .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-htl-module .be-htl-name-input .form-control, .pts-modify-be-section .pts-be-htl-module .be-htl-nationality-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-htl-module .form-input-msg {
    color: #999999; }
  .pts-modify-be-section .pts-be-htl-module .be-htl-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .pts-modify-be-section .pts-be-htl-module .be-htl-input-date .be-htl-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .pts-modify-be-section .pts-be-exc-module .be-exc-input-city .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-exc-module .be-exc-input-city .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-exc-module .be-exc-input-city .be-input-close-ic:hover, .pts-modify-be-section .pts-be-exc-module .be-exc-input-city .be-input-close-ic:active, .pts-modify-be-section .pts-be-exc-module .be-exc-input-city .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-exc-module .be-exc-name-input .form-control, .pts-modify-be-section .pts-be-exc-module .be-exc-nationality-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-exc-module .form-input-msg {
    color: #999999; }
  .pts-modify-be-section .pts-be-exc-module .be-exc-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .pts-modify-be-section .pts-be-exc-module .be-exc-input-date .be-exc-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .pts-modify-be-section .pts-be-trans-module ul.be-trans-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pts-modify-be-section .pts-be-trans-module ul.be-trans-type li {
      display: block;
      float: left; }
  .pts-modify-be-section .pts-be-trans-module .form-input-msg {
    color: #999999; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-pick-up .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-pick-up .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-trans-module .be-trans-input-pick-up .be-input-close-ic:hover, .pts-modify-be-section .pts-be-trans-module .be-trans-input-pick-up .be-input-close-ic:active, .pts-modify-be-section .pts-be-trans-module .be-trans-input-pick-up .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-drop-off .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-drop-off .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .pts-modify-be-section .pts-be-trans-module .be-trans-input-drop-off .be-input-close-ic:hover, .pts-modify-be-section .pts-be-trans-module .be-trans-input-drop-off .be-input-close-ic:active, .pts-modify-be-section .pts-be-trans-module .be-trans-input-drop-off .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .pts-modify-be-section .pts-be-trans-module .be-trans-input-date .be-trans-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .pts-modify-be-section .pts-be-insur-module ul.be-insur-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pts-modify-be-section .pts-be-insur-module ul.be-insur-type li {
      display: block;
      float: left; }
  .pts-modify-be-section .pts-be-insur-module .form-input-msg {
    color: #999999; }
  .pts-modify-be-section .pts-be-insur-module .be-insur-destination-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .pts-modify-be-section .pts-be-insur-module .be-insur-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .pts-modify-be-section .pts-be-insur-module .be-insur-input-date .be-insur-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .pts-modify-be-section .pts-be-insur-module .note-txt {
    font-size: 12px;
    color: #666666;
    font-weight: 500; }

/********** Below CSS For Flight + Hotel Booking Engine Form - Mobile Section ***************/
.pts-be-mob-section .empty-mob-input-txt {
  font-size: 47px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: -5px;
  letter-spacing: 2.3px; }

.pts-be-mob-section .pts-be-mob-alt-msg-row-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  margin: 0px -2px 5px !important; }

.pts-be-mob-section .pts-be-mob-alert-msg-toast {
  visibility: hidden;
  min-width: 95%;
  background-color: #000000db;
  text-align: left;
  border-radius: 2px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff; }
  .pts-be-mob-section .pts-be-mob-alert-msg-toast i {
    color: #FFEB3B;
    padding-right: 5px; }

.pts-be-mob-section .pts-be-mob-alert-msg-toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

.pts-be-mob-section .rotate {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.pts-be-mob-section .pts-be-swp-icon-rotate {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: inline-block; }

.pts-be-mob-section .pts-be-flt-mob-tab-row {
  margin: -6px 0px;
  line-height: 0; }
  .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list {
    padding: 0px 0px; }
    .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list nav ul {
      list-style: none;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 1px 0px 1px;
      width: 100%;
      display: table;
      background-color: #f3f9ff; }
      .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list nav ul li {
        padding: 0px 0px 0px 0px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #3366cc;
        display: table-cell;
        text-align: center;
        direction: rtl;
        line-height: 39px; }
        .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list nav ul li:last-child {
          border-right: none; }
        .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list nav ul li span {
          text-decoration: none;
          padding: 8px 8px; }
      .pts-be-mob-section .pts-be-flt-mob-tab-row .flt-mob-tabs-list nav ul li.active {
        border-bottom: 2px solid #3366cc;
        font-weight: 600;
        color: #3366cc;
        margin-left: -5px;
        line-height: 39px;
        transition: color 0.2s ease; }

.pts-be-mob-section .pts-be-flt-mob-row {
  margin: 0px 0px 5px;
  padding: 5px 15px 6px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-flt-mob-row .flt-mob-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-flt-mob-row .flt-mob-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-flt-mob-row .flt-mob-ct-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300; }
  .pts-be-mob-section .pts-be-flt-mob-row .flt-mob-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }
  .pts-be-mob-section .pts-be-flt-mob-row .flt-mob-travellers-row {
    cursor: pointer; }

.pts-be-mob-section .pts-be-flt-mob-mc-row {
  margin: 0px 0px 5px;
  padding: 5px 5px 10px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-depart-date-row {
    padding: 0 4px 0px 0px; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .pts-be-mob-mc-sh-ic {
    padding: 5px 0px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none; }
    .pts-be-mob-section .pts-be-flt-mob-mc-row .pts-be-mob-mc-sh-ic:hover, .pts-be-mob-section .pts-be-flt-mob-mc-row .pts-be-mob-mc-sh-ic:active, .pts-be-mob-section .pts-be-flt-mob-mc-row .pts-be-mob-mc-sh-ic:focus {
      outline: none;
      box-shadow: none; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-mc-sh-ic img {
    width: 25px;
    position: absolute;
    top: -3px;
    right: 6px; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-mc-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-mc-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-mc-ct-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300; }
  .pts-be-mob-section .pts-be-flt-mob-mc-row .flt-mob-mc-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }

.pts-be-mob-section .pts-be-htl-mob-row {
  margin: 0px 0px 5px;
  padding: 5px 15px 6px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-htl-mob-row .htl-mob-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777; }
  .pts-be-mob-section .pts-be-htl-mob-row .htl-mob-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-htl-mob-row .htl-mob-ct-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-htl-mob-row .htl-mob-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }

.pts-be-mob-section .pts-be-exc-mob-row {
  margin: 0px 0px 5px;
  padding: 5px 15px 6px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-exc-mob-row .exc-mob-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777; }
  .pts-be-mob-section .pts-be-exc-mob-row .exc-mob-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-exc-mob-row .exc-mob-ct-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-exc-mob-row .exc-mob-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }

.pts-be-mob-section .pts-be-trans-mob-tab-row {
  margin: -6px 0px;
  line-height: 0; }
  .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list {
    padding: 0px 0px; }
    .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list nav ul {
      list-style: none;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 1px 0px 1px;
      width: 100%;
      display: table;
      background-color: #f3f9ff; }
      .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list nav ul li {
        padding: 0px 0px 0px 0px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #3366cc;
        display: table-cell;
        text-align: center;
        direction: rtl;
        line-height: 39px; }
        .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list nav ul li:last-child {
          border-right: none; }
        .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list nav ul li span {
          text-decoration: none;
          padding: 8px 8px; }
      .pts-be-mob-section .pts-be-trans-mob-tab-row .trans-mob-tabs-list nav ul li.active {
        border-bottom: 2px solid #3366cc;
        font-weight: 600;
        color: #3366cc;
        margin-left: -5px;
        line-height: 39px;
        transition: color 0.2s ease; }

.pts-be-mob-section .pts-be-trans-mob-row {
  margin: 0px 0px 5px;
  padding: 5px 15px 6px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-label-heading, .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-pickup-label-heading, .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-dropoff-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777; }
  .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-pd-loc-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-trans-mob-row .trans-mob-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }

.pts-be-mob-section .pts-be-insur-mob-tab-row {
  margin: -6px 0px;
  line-height: 0; }
  .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list {
    padding: 0px 0px; }
    .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list nav ul {
      list-style: none;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 1px 0px 1px;
      width: 100%;
      display: table;
      background-color: #f3f9ff; }
      .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list nav ul li {
        padding: 0px 0px 0px 0px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        color: #3366cc;
        display: table-cell;
        text-align: center;
        direction: rtl;
        line-height: 39px; }
        .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list nav ul li:last-child {
          border-right: none; }
        .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list nav ul li span {
          text-decoration: none;
          padding: 8px 8px; }
      .pts-be-mob-section .pts-be-insur-mob-tab-row .insur-mob-tabs-list nav ul li.active {
        border-bottom: 2px solid #3366cc;
        font-weight: 600;
        color: #3366cc;
        margin-left: -5px;
        line-height: 39px;
        transition: color 0.2s ease; }

.pts-be-mob-section .pts-be-insur-mob-row {
  margin: 0px 0px 5px;
  padding: 5px 15px 6px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-be-mob-section .pts-be-insur-mob-row .insur-mob-label-heading {
    font-size: 15px;
    font-weight: 400;
    color: #777777; }
  .pts-be-mob-section .pts-be-insur-mob-row .insur-mob-row-alt-msg {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000; }
  .pts-be-mob-section .pts-be-insur-mob-row .insur-mob-ct-txt {
    font-size: 30px;
    color: #495057;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  .pts-be-mob-section .pts-be-insur-mob-row .insur-mob-normal-txt {
    font-size: 17px;
    font-weight: 600;
    color: #495057; }

/************** Default Custom Radio Button CSS ******************/
.custom-radio-btn-cls label.radio {
  cursor: pointer;
  width: 100%; }

.custom-radio-btn-cls .radio {
  display: inline-block;
  position: relative;
  margin: 0; }
  .custom-radio-btn-cls .radio label {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio label > span {
    float: left; }
  .custom-radio-btn-cls .radio input[type="radio"] {
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    margin-left: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .custom-radio-btn-cls .radio input:checked + .outer {
    border: 1px solid #3366cc; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #3366cc; }
  .custom-radio-btn-cls .radio .outer {
    height: 14px;
    width: 14px;
    display: block;
    float: left;
    border: 1px solid #333333;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 3px;
    margin-right: 10px; }
  .custom-radio-btn-cls .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 8px;
    width: 8px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0; }

/************** Default Custom Checkboxes Button CSS ******************/
.custom-input {
  background: #ffffff; }
  .custom-input input[type="checkbox"] {
    display: none; }
  .custom-input input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .custom-input input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .custom-input input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #3366cc;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .custom-input input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*********** Below CSS For Form input Customize Part **************/
.pts-modify-be-section .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .pts-modify-be-section .form-control:hover, .pts-modify-be-section .form-control:active, .pts-modify-be-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-modify-be-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .pts-modify-be-section label.label-strong-cls {
    font-weight: bold; }

.pts-modify-be-section .form-control:disabled, .pts-modify-be-section .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

.flt-bkg-email-section label, .flt-mob-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .flt-bkg-email-section label.label-strong-cls, .flt-mob-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.flt-bkg-email-section .form-control, .flt-mob-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-email-section .form-control:hover, .flt-bkg-email-section .form-control:active, .flt-bkg-email-section .form-control:focus, .flt-mob-bkg-email-section .form-control:hover, .flt-mob-bkg-email-section .form-control:active, .flt-mob-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-bkg-traveller-section .form-control, .flt-mob-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-traveller-section .form-control:hover, .flt-bkg-traveller-section .form-control:active, .flt-bkg-traveller-section .form-control:focus, .flt-mob-bkg-traveller-section .form-control:hover, .flt-mob-bkg-traveller-section .form-control:active, .flt-mob-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-bkg-traveller-section textarea.form-control, .flt-mob-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-traveller-section textarea.form-control:hover, .flt-bkg-traveller-section textarea.form-control:active, .flt-bkg-traveller-section textarea.form-control:focus, .flt-mob-bkg-traveller-section textarea.form-control:hover, .flt-mob-bkg-traveller-section textarea.form-control:active, .flt-mob-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-email-section label, .htl-mob-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .htl-bkg-email-section label.label-strong-cls, .htl-mob-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.htl-bkg-email-section .form-control, .htl-mob-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-email-section .form-control:hover, .htl-bkg-email-section .form-control:active, .htl-bkg-email-section .form-control:focus, .htl-mob-bkg-email-section .form-control:hover, .htl-mob-bkg-email-section .form-control:active, .htl-mob-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-traveller-section .form-control, .htl-mob-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-traveller-section .form-control:hover, .htl-bkg-traveller-section .form-control:active, .htl-bkg-traveller-section .form-control:focus, .htl-mob-bkg-traveller-section .form-control:hover, .htl-mob-bkg-traveller-section .form-control:active, .htl-mob-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-traveller-section textarea.form-control, .htl-mob-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-traveller-section textarea.form-control:hover, .htl-bkg-traveller-section textarea.form-control:active, .htl-bkg-traveller-section textarea.form-control:focus, .htl-mob-bkg-traveller-section textarea.form-control:hover, .htl-mob-bkg-traveller-section textarea.form-control:active, .htl-mob-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-dtl-panel-info .form-control, .exc-mob-dtl-panel-info .form-control {
  padding: 3px 6px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .exc-dtl-panel-info .form-control:hover, .exc-dtl-panel-info .form-control:active, .exc-dtl-panel-info .form-control:focus, .exc-mob-dtl-panel-info .form-control:hover, .exc-mob-dtl-panel-info .form-control:active, .exc-mob-dtl-panel-info .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-email-section label, .exc-mob-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .exc-bkg-email-section label.label-strong-cls, .exc-mob-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.exc-bkg-email-section .form-control, .exc-mob-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-email-section .form-control:hover, .exc-bkg-email-section .form-control:active, .exc-bkg-email-section .form-control:focus, .exc-mob-bkg-email-section .form-control:hover, .exc-mob-bkg-email-section .form-control:active, .exc-mob-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-traveller-section .form-control, .exc-mob-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-traveller-section .form-control:hover, .exc-bkg-traveller-section .form-control:active, .exc-bkg-traveller-section .form-control:focus, .exc-mob-bkg-traveller-section .form-control:hover, .exc-mob-bkg-traveller-section .form-control:active, .exc-mob-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-traveller-section textarea.form-control, .exc-mob-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-traveller-section textarea.form-control:hover, .exc-bkg-traveller-section textarea.form-control:active, .exc-bkg-traveller-section textarea.form-control:focus, .exc-mob-bkg-traveller-section textarea.form-control:hover, .exc-mob-bkg-traveller-section textarea.form-control:active, .exc-mob-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-email-section label, .trans-mob-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .trans-bkg-email-section label.label-strong-cls, .trans-mob-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.trans-bkg-email-section .form-control, .trans-mob-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-email-section .form-control:hover, .trans-bkg-email-section .form-control:active, .trans-bkg-email-section .form-control:focus, .trans-mob-bkg-email-section .form-control:hover, .trans-mob-bkg-email-section .form-control:active, .trans-mob-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-traveller-section .form-control, .trans-mob-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-traveller-section .form-control:hover, .trans-bkg-traveller-section .form-control:active, .trans-bkg-traveller-section .form-control:focus, .trans-mob-bkg-traveller-section .form-control:hover, .trans-mob-bkg-traveller-section .form-control:active, .trans-mob-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-traveller-section textarea.form-control, .trans-mob-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-traveller-section textarea.form-control:hover, .trans-bkg-traveller-section textarea.form-control:active, .trans-bkg-traveller-section textarea.form-control:focus, .trans-mob-bkg-traveller-section textarea.form-control:hover, .trans-mob-bkg-traveller-section textarea.form-control:active, .trans-mob-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-email-section label, .insur-mob-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .insur-bkg-email-section label.label-strong-cls, .insur-mob-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.insur-bkg-email-section .form-control, .insur-mob-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-email-section .form-control:hover, .insur-bkg-email-section .form-control:active, .insur-bkg-email-section .form-control:focus, .insur-mob-bkg-email-section .form-control:hover, .insur-mob-bkg-email-section .form-control:active, .insur-mob-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-traveller-section .form-control, .insur-mob-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-traveller-section .form-control:hover, .insur-bkg-traveller-section .form-control:active, .insur-bkg-traveller-section .form-control:focus, .insur-mob-bkg-traveller-section .form-control:hover, .insur-mob-bkg-traveller-section .form-control:active, .insur-mob-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-traveller-section textarea.form-control, .insur-mob-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-traveller-section textarea.form-control:hover, .insur-bkg-traveller-section textarea.form-control:active, .insur-bkg-traveller-section textarea.form-control:focus, .insur-mob-bkg-traveller-section textarea.form-control:hover, .insur-mob-bkg-traveller-section textarea.form-control:active, .insur-mob-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

/*********** Below Cls for Flt Booking Page - For B2B *********/
.flt-select-customer-panel .form-control, .htl-select-customer-panel .form-control, .exc-select-customer-panel .form-control, .trans-select-customer-panel .form-control, .insur-select-customer-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .flt-select-customer-panel .form-control:hover, .flt-select-customer-panel .form-control:active, .flt-select-customer-panel .form-control:focus, .htl-select-customer-panel .form-control:hover, .htl-select-customer-panel .form-control:active, .htl-select-customer-panel .form-control:focus, .exc-select-customer-panel .form-control:hover, .exc-select-customer-panel .form-control:active, .exc-select-customer-panel .form-control:focus, .trans-select-customer-panel .form-control:hover, .trans-select-customer-panel .form-control:active, .trans-select-customer-panel .form-control:focus, .insur-select-customer-panel .form-control:hover, .insur-select-customer-panel .form-control:active, .insur-select-customer-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-email-quotation-panel .form-control, .htl-email-quotation-panel .form-control, .exc-email-quotation-panel .form-control, .trans-email-quotation-panel .form-control, .insur-email-quotation-panel .form-control {
    padding: 10px 7px;
    margin: 0px;
    height: 35px;
    color: #000000;
    font-size: 13px;
}

    .flt-email-quotation-panel .form-control:hover, .flt-email-quotation-panel .form-control:active, .flt-email-quotation-panel .form-control:focus, .htl-email-quotation-panel .form-control:hover, .htl-email-quotation-panel .form-control:active, .htl-email-quotation-panel .form-control:focus, .exc-email-quotation-panel .form-control:hover, .exc-email-quotation-panel .form-control:active, .exc-email-quotation-panel .form-control:focus, .trans-email-quotation-panel .form-control:hover, .trans-email-quotation-panel .form-control:active, .trans-email-quotation-panel .form-control:focus, .insur-email-quotation-panel .form-control:hover, .insur-email-quotation-panel .form-control:active, .insur-email-quotation-panel .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.flt-email-quotation-panel textarea.form-control, .htl-email-quotation-panel textarea.form-control, .exc-email-quotation-panel textarea.form-control, .trans-email-quotation-panel textarea.form-control, .insur-email-quotation-panel textarea.form-control {
    padding: 10px 7px;
    margin: 0px;
    height: auto;
    color: #000000;
    font-size: 13px;
}

    .flt-email-quotation-panel textarea.form-control:hover, .flt-email-quotation-panel textarea.form-control:active, .flt-email-quotation-panel textarea.form-control:focus, .htl-email-quotation-panel textarea.form-control:hover, .htl-email-quotation-panel textarea.form-control:active, .htl-email-quotation-panel textarea.form-control:focus, .exc-email-quotation-panel textarea.form-control:hover, .exc-email-quotation-panel textarea.form-control:active, .exc-email-quotation-panel textarea.form-control:focus, .trans-email-quotation-panel textarea.form-control:hover, .trans-email-quotation-panel textarea.form-control:active, .trans-email-quotation-panel textarea.form-control:focus, .insur-email-quotation-panel textarea.form-control:hover, .insur-email-quotation-panel textarea.form-control:active, .insur-email-quotation-panel textarea.form-control:focus {
        outline: none;
        box-shadow: none;
    }

.bkg-listing-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .bkg-listing-panel .form-control:hover, .bkg-listing-panel .form-control:active, .bkg-listing-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.vq-quotation-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .vq-quotation-panel .form-control:hover, .vq-quotation-panel .form-control:active, .vq-quotation-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.manual-booking-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .manual-booking-panel .form-control:hover, .manual-booking-panel .form-control:active, .manual-booking-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.manual-booking-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .manual-booking-panel textarea.form-control:hover, .manual-booking-panel textarea.form-control:active, .manual-booking-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.desk-user-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .desk-user-panel .form-control:hover, .desk-user-panel .form-control:active, .desk-user-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.desk-user-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .desk-user-panel textarea.form-control:hover, .desk-user-panel textarea.form-control:active, .desk-user-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-ticket-email-panel .form-control, .counter-staff-billing-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .flt-ticket-email-panel .form-control:hover, .flt-ticket-email-panel .form-control:active, .flt-ticket-email-panel .form-control:focus, .counter-staff-billing-panel .form-control:hover, .counter-staff-billing-panel .form-control:active, .counter-staff-billing-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-ticket-email-panel textarea.form-control, .counter-staff-billing-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .flt-ticket-email-panel textarea.form-control:hover, .flt-ticket-email-panel textarea.form-control:active, .flt-ticket-email-panel textarea.form-control:focus, .counter-staff-billing-panel textarea.form-control:hover, .counter-staff-billing-panel textarea.form-control:active, .counter-staff-billing-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.without-pnr-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .without-pnr-panel .form-control:hover, .without-pnr-panel .form-control:active, .without-pnr-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.without-pnr-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .without-pnr-panel textarea.form-control:hover, .without-pnr-panel textarea.form-control:active, .without-pnr-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.without-pnr-panel textarea.command-prompt-format {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  background-color: #333333;
  color: #7de208;
  font-family: Courier New, Courier, monospace;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }
  .without-pnr-panel textarea.command-prompt-format:hover, .without-pnr-panel textarea.command-prompt-format:active, .without-pnr-panel textarea.command-prompt-format:focus {
    outline: none;
    box-shadow: none; }

.import-pnr-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .import-pnr-panel .form-control:hover, .import-pnr-panel .form-control:active, .import-pnr-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.import-pnr-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .import-pnr-panel textarea.form-control:hover, .import-pnr-panel textarea.form-control:active, .import-pnr-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.wallet-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .wallet-panel .form-control:hover, .wallet-panel .form-control:active, .wallet-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.wallet-panel textarea.form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .wallet-panel textarea.form-control:hover, .wallet-panel textarea.form-control:active, .wallet-panel textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.wallet-select-customer-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .wallet-select-customer-panel .form-control:hover, .wallet-select-customer-panel .form-control:active, .wallet-select-customer-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-wallet-preview-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-wallet-preview-section .form-control:hover, .pts-wallet-preview-section .form-control:active, .pts-wallet-preview-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-mainbody-login-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .pts-mainbody-login-section label.label-strong-cls {
    font-weight: 600; }
  .pts-mainbody-login-section label .mandatory {
    font-size: 12px;
    color: #cc3333; }

.pts-mainbody-login-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-mainbody-login-section .form-control:hover, .pts-mainbody-login-section .form-control:active, .pts-mainbody-login-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-general-form-box-pd label {
  font-size: 14px;
  color: #333333;
  padding-left: 5px; }
  .pts-general-form-box-pd label.label-strong-cls {
    font-weight: 600; }

.pts-general-form-box-pd .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-general-form-box-pd .form-control:hover, .pts-general-form-box-pd .form-control:active, .pts-general-form-box-pd .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-mob-depart-date-row input, .flt-mob-return-date-row input {
  border: none;
  padding: 5px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  background-color: unset !important; }
  .flt-mob-depart-date-row input:hover, .flt-mob-depart-date-row input:active, .flt-mob-depart-date-row input:focus, .flt-mob-return-date-row input:hover, .flt-mob-return-date-row input:active, .flt-mob-return-date-row input:focus {
    outline: none;
    box-shadow: none; }

.flt-mob-return-date-row input {
  text-align: right; }

.flt-mob-flt-class-row select {
  border: none;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  margin-left: -9px; }
  .flt-mob-flt-class-row select:hover, .flt-mob-flt-class-row select:active, .flt-mob-flt-class-row select:focus {
    outline: none;
    box-shadow: none; }

.flt-mob-mc-row .flt-mob-depart-date-row input {
  border: none;
  padding: 5px 0px;
  font-size: 17px;
  font-weight: 600;
  color: #495057; }
  .flt-mob-mc-row .flt-mob-depart-date-row input:hover, .flt-mob-mc-row .flt-mob-depart-date-row input:active, .flt-mob-mc-row .flt-mob-depart-date-row input:focus {
    outline: none;
    box-shadow: none; }

.htl-mob-check-in-date-row input, .htl-mob-check-out-date-row input {
  border: none;
  padding: 5px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  background-color: unset !important; }
  .htl-mob-check-in-date-row input:hover, .htl-mob-check-in-date-row input:active, .htl-mob-check-in-date-row input:focus, .htl-mob-check-out-date-row input:hover, .htl-mob-check-out-date-row input:active, .htl-mob-check-out-date-row input:focus {
    outline: none;
    box-shadow: none; }

.htl-mob-check-out-date-row input {
  text-align: right; }

.pts-be-htl-mob-row select {
  border: none;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  margin-left: -9px; }
  .pts-be-htl-mob-row select:hover, .pts-be-htl-mob-row select:active, .pts-be-htl-mob-row select:focus {
    outline: none;
    box-shadow: none; }

.exc-mob-from-date-row input, .exc-mob-to-date-row input {
  border: none;
  padding: 5px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  background-color: unset !important; }
  .exc-mob-from-date-row input:hover, .exc-mob-from-date-row input:active, .exc-mob-from-date-row input:focus, .exc-mob-to-date-row input:hover, .exc-mob-to-date-row input:active, .exc-mob-to-date-row input:focus {
    outline: none;
    box-shadow: none; }

.exc-mob-to-date-row input {
  text-align: right; }

.pts-be-exc-mob-row select {
  border: none;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  margin-left: -9px; }
  .pts-be-exc-mob-row select:hover, .pts-be-exc-mob-row select:active, .pts-be-exc-mob-row select:focus {
    outline: none;
    box-shadow: none; }

.trans-mob-pickup-date-row input, .trans-mob-return-date-row input {
  border: none;
  padding: 5px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  background-color: unset !important; }
  .trans-mob-pickup-date-row input:hover, .trans-mob-pickup-date-row input:active, .trans-mob-pickup-date-row input:focus, .trans-mob-return-date-row input:hover, .trans-mob-return-date-row input:active, .trans-mob-return-date-row input:focus {
    outline: none;
    box-shadow: none; }

.trans-mob-pickup-time-row select, .trans-mob-return-time-row select {
  text-align: right; }

.trans-mob-select-container {
  position: relative;
  width: 77px; }
  .trans-mob-select-container::after {
    display: block;
    position: absolute;
    content: ":";
    font-size: 20px;
    right: 55%;
    bottom: 5px;
    z-index: 3; }

.pts-be-trans-mob-row select {
  border: none;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  margin-left: -9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .pts-be-trans-mob-row select:hover, .pts-be-trans-mob-row select:active, .pts-be-trans-mob-row select:focus {
    outline: none;
    box-shadow: none; }

.insur-mob-depart-date-row input, .insur-mob-return-date-row input {
  border: none;
  padding: 5px 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  background-color: unset !important; }
  .insur-mob-depart-date-row input:hover, .insur-mob-depart-date-row input:active, .insur-mob-depart-date-row input:focus, .insur-mob-return-date-row input:hover, .insur-mob-return-date-row input:active, .insur-mob-return-date-row input:focus {
    outline: none;
    box-shadow: none; }

.insur-mob-return-date-row input {
  text-align: right; }

.pts-be-insur-mob-row select {
  border: none;
  padding: 5px 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #495057;
  margin-left: -9px; }
  .pts-be-insur-mob-row select:hover, .pts-be-insur-mob-row select:active, .pts-be-insur-mob-row select:focus {
    outline: none;
    box-shadow: none; }

.pts-my-traveller-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-my-traveller-section .form-control:hover, .pts-my-traveller-section .form-control:active, .pts-my-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-my-traveller-section textarea.form-control {
  padding: 4px 10px;
  margin: 0px;
  height: auto;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-my-traveller-section textarea.form-control:hover, .pts-my-traveller-section textarea.form-control:active, .pts-my-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.cust-trip-profile-panel .form-control {
  padding: 3px 10px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .cust-trip-profile-panel .form-control:hover, .cust-trip-profile-panel .form-control:active, .cust-trip-profile-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

/************* Additional CSS for B2C *************/
.pts-my-account-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-my-account-section .form-control:hover, .pts-my-account-section .form-control:active, .pts-my-account-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-my-account-section textarea.form-control {
  padding: 4px 10px;
  margin: 0px;
  height: auto;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-my-account-section textarea.form-control:hover, .pts-my-account-section textarea.form-control:active, .pts-my-account-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.pts-wallet-section input.form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .pts-wallet-section input.form-control:hover, .pts-wallet-section input.form-control:active, .pts-wallet-section input.form-control:focus {
    outline: none;
    box-shadow: none; }

/*********** Below CSS For Top Header Part **************/
.pts-header-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .pts-header-section .pts-topbar {
    background-color: #4a80bb;
    padding: 0;
    position: relative;
    z-index: 999;
    height: 43px;
    text-align: right; }
    .pts-header-section .pts-topbar .pts-txt {
      color: #ffffff;
      letter-spacing: 0.3px;
      line-height: 42px;
      padding-right: 15px; }
      .pts-header-section .pts-topbar .pts-txt img {
        padding: 0px 5px; }
      .pts-header-section .pts-topbar .pts-txt .pts-link {
        color: #ffffff;
        text-decoration: none; }
        .pts-header-section .pts-topbar .pts-txt .pts-link:hover {
          color: #cccccc; }

    .pts-header-section .pts-topbar .pts-header-curr-section .pts-curr-nav-item-btn {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #ffffff !important;
        font-size: 14px;
        cursor: pointer;
        padding: 0px 5px;
        line-height: 32px;
    }

        .pts-header-section .pts-topbar .pts-header-curr-section .pts-curr-nav-item-btn:hover, .pts-header-section .pts-topbar .pts-header-curr-section .pts-curr-nav-item-btn:active, .pts-header-section .pts-topbar .pts-header-curr-section .pts-curr-nav-item-btn:focus {
            outline: none;
            box-shadow: none !important;
            background-color: transparent !important;
            border-color: transparent !important;
            color: #ffffff !important;
        }

        .pts-header-section .pts-topbar .pts-header-curr-section .pts-curr-nav-item-btn.dropdown-toggle::after {
            position: relative;
            top: 2px;
            font-size: 14px;
        }

    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu {
        border: none;
        min-width: 454px;
        background-color: #ffffff;
        margin-top: 4px;
        left: 1px !important;
        border-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3);
    }

        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list {
            width: 471px;
            margin-left: -8px;
        }

            .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group {
                margin: 0;
                padding: 0px 0 0px 0px;
                list-style: none;
            }

                .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group.fd-rt-list {
                    padding: 0px 7px 0px 0px;
                }

                .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li {
                    border: 1px solid rgba(127, 142, 171, 0.26);
                    border-left: none;
                    background-color: #ffffff;
                    padding: 0.4rem 0.9rem;
                    font-size: 14px;
                    cursor: pointer;
                }

                    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li:first-child {
                        border-top-left-radius: 0;
                        border-top-right-radius: 0;
                        border-top: none;
                    }

                    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li:last-child {
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                        border-bottom: none;
                    }

                    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li a {
                        color: #000000;
                    }

                        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li a:hover {
                            outline: none;
                            box-shadow: none !important;
                            text-decoration: none;
                            color: #ffffff;
                        }

                        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li a i {
                            margin-right: 8px;
                            margin-left: -5px;
                        }

                    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li:hover {
                        background-color: #2a4673;
                    }

                        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li:hover a {
                            color: #ffffff;
                        }

                    .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li.active {
                        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
                        font-size: 14px;
                    }

                        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li.active a {
                            color: #3366cc;
                        }

                        .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li.active:hover {
                            background-color: #2a4673;
                        }

                            .pts-header-section .pts-topbar .pts-header-curr-section .dropdown-menu .pts-user-currency-list ul.list-group li.active:hover a {
                                color: #ffffff;
                            }

  .pts-header-section .pts-navbar {
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
    .pts-header-section .pts-navbar .pts-brand img {
      max-width: 130px; }
    .pts-header-section .pts-navbar .pts-search-criteria-section .truncate {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.25em;
      width: 85%; }
    .pts-header-section .pts-navbar .pts-search-criteria-section .sc-heading {
      color: #333333;
      font-size: 13px;
      display: block;
      margin: 0px;
      line-height: 18px;
      font-weight: bolder; }
    .pts-header-section .pts-navbar .pts-search-criteria-section small {
      display: block;
      font-size: 11px;
      color: #999999; }
    .pts-header-section .pts-navbar .pts-search-criteria-section .pickup-location.truncate, .pts-header-section .pts-navbar .pts-search-criteria-section .dropoff-location.truncate {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.25em;
      width: 95%; }
    .pts-header-section .pts-navbar .pts-main-menu {
      float: right;
      white-space: nowrap;
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; }
        .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item {
            display: inline-block;
            border-left: 1px solid rgba(127, 142, 171, 0.26)!important;
            font-size: 14px;
            color: #666666;
            line-height: 18px;
        }

            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item:first-child {
                border-left: none;
            }
          .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item.pts-tab-menu {
            cursor: pointer; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item.pts-tab-menu:hover {
              outline: none;
              background-color: #e5e5e5;
              color: #000000; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item.pts-tab-menu.active {
              background-color: #ffffff;
              -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
              -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
              box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item.pts-tab-menu.active .pts-destkop-nav-item-btn {
                color: #000000; }
          .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item.pts-balace-lable {
            font-weight: 600; }
          .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn {
            background-color: transparent;
            border-color: transparent;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            padding: 0px;
            line-height: 32px; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn:hover, .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn:active, .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn:focus {
              outline: none;
              box-shadow: none !important;
              background-color: transparent;
              border-color: transparent;
              color: #000000; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn .pts-destkop-nav-item-ic {
              width: 100%;
              padding-left: 3px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              display: inline-block;
              margin-left: 0px;
              max-width: 125px; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn .pts-destkop-nav-item-ic img {
                width: auto;
                height: 30px;
                padding-right: 2px;
                padding-right: 5px;
                padding-left: 2px;
                position: relative;
                bottom: 1px; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .pts-destkop-nav-item-btn.dropdown-toggle::after {
              position: absolute;
              top: 25px;
              right: 8px;
              font-size: 14px; }
          .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu {
            border: none;
            min-width: 154px;
            background-color: #ffffff;
            margin-top: 6px;
            left: 1px !important;
            border-radius: 0;
            -webkit-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ;
            -moz-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ;
            box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-dd {
              font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
              font-size: 13px;
              color: #777777;
              text-align: center;
              padding: 15px 0 10px 0; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-dd a {
                color: #3366cc; }
                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-dd a:hover {
                  outline: none;
                  box-shadow: none !important;
                  text-decoration: none; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group {
              margin: 0;
              padding: 0px 6px;
              list-style: none; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li {
                border: 1px solid rgba(127, 142, 171, 0.26);
                background-color: #ffffff;
                padding: .07rem .15rem;
                font-size: 14px;
                font-weight: 500; }
                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li:first-child {
                  border-top-left-radius: 0;
                  border-top-right-radius: 0;
                  border-top: none; }
                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li:last-child {
                  border-bottom-left-radius: 0;
                  border-bottom-right-radius: 0;
                  border-bottom: none; }
                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li a {
                    color: #3366cc;
                    margin-right: 29px;
                }
                  .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li a:hover {
                    outline: none;
                    box-shadow: none !important;
                    text-decoration: none;
                    color: #3366cc; }
                  .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li a img {
                    margin-right: 8px;
                    margin-left: -5px; }
                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li a .user-menu-up-arrow-ic {
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        top: 8px;
                        right: 15px;
                        z-index: 2;
                        background: url("../images/menu_up_arrow.png") no-repeat;
                    }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li a .user-menu-down-arrow-ic {
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        top: 8px;
                        right: 15px;
                        z-index: 2;
                        background: url("../images/menu_down_arrow.png") no-repeat;
                    }

                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li:hover {
                  background: #f3f9ff; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li.active {
                border-left: 3px solid #3366cc; }
              .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li.odd {
                background: #ffffff; }
                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.list-group li.odd:hover {
                  background: #f3f9ff; }
            .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group {
                margin: 0;
                padding: 0px 0px;
                list-style: none;
            }

                .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li {
                    border-right: unset !important;
                    border-left: unset !important;
                    border: 1px solid rgba(127, 142, 171, 0.26);
                    background: #ffffff;
                    padding: .07rem .15rem;
                    font-size: 14px;
                    font-weight: 500;
                }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li:first-child {
                        border-top-left-radius: 0;
                        border-top-right-radius: 0;
                        border-top: none;
                    }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li:last-child {
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                        border-bottom: none;
                    }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li a {
                        color: #3366cc;
                        position: relative;
                        left: 15px;
                    }

                        .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li a::before {
                            content: "";
                            display: block;
                            background: url("../images/menu_list_arrow.png") no-repeat;
                            width: 20px;
                            height: 20px;
                            position: absolute;
                            top: 7px;
                            left: -7px;
                        }

                        .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li a:hover {
                            outline: none;
                            box-shadow: none !important;
                            text-decoration: none;
                            color: #3366cc;
                        }

                        .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li a img {
                            margin-right: 8px;
                            margin-left: -5px;
                        }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li:hover {
                        background: #f3f9ff;
                    }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li.active {
                        border-left: 3px solid #3366cc;
                    }

                    .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li.odd {
                        background: #ffffff;
                    }

                        .pts-header-section .pts-navbar .pts-main-menu ul.pts-list-grp li.pts-list-item .pts-destkop-nav-item .dropdown-menu .pts-user-menu-list ul.sub-list-group li.odd:hover {
                            background: #f3f9ff;
                        }

  .pts-header-section .pts-mob-navbar {
    margin-bottom: 80px;
    background-color: #f1f1f1; }
    .pts-header-section .pts-mob-navbar.pts-awl {
        margin-bottom: 45px;
    }
    .pts-header-section .pts-mob-navbar .pts-mob-top-panel {
      background-color: #f1f1f1;
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      min-height: 54px; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-header-ic {
        border-right: 1px solid #dddddd;
        min-height: 53px;
        padding: 0px 27px;
        cursor: pointer; }
        .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-header-ic .side-menu-ic {
          width: 32px;
          height: 32px;
          position: absolute;
          top: 12px;
          left: 10px;
          z-index: 2;
          background: url("../images/mob_menu_ic.png") no-repeat; }
          .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-header-ic .side-menu-ic.side-back-ic {
            background: url("../images/mob_back_arrow_ic.png") no-repeat; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-brand-logo img {
        max-width: 120px;
        position: relative;
        left: -5%; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-summary-content .main-heading {
        font-size: 13px;
        font-weight: 600;
        color: #333333; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-summary-content .sub-heading {
        font-size: 12px;
        color: #666666; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-summary-content .mob-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 210px; }
        .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-summary-content .mob-truncate .pickup-location.truncate, .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-summary-content .mob-truncate .dropoff-location.truncate {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .pts-header-section .pts-mob-navbar .pts-mob-top-panel .mob-current-balance-bg {
        background-color: #f8fbff;
        border-top: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 36px;
        font-size: 14px;
        color: #2a4673;
        padding: 0px 15px;
        letter-spacing: 0.3px;
        font-weight: 600; }


    .pts-header-section .pts-mob-navbar ul.navbar-nav li a .mob-user-menu-up-arrow-ic {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        right: 30px;
        z-index: 2;
        background: url("../images/menu_up_arrow.png") no-repeat;
    }

    .pts-header-section .pts-mob-navbar ul.navbar-nav li a .mob-user-menu-down-arrow-ic {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        right: 30px;
        z-index: 2;
        background: url("../images/menu_down_arrow.png") no-repeat;
    }

    .pts-header-section .pts-mob-navbar ul.sub-navbar-group {
        margin: 0;
        padding: 0px 0px;
        list-style: none;
    }

        .pts-header-section .pts-mob-navbar ul.sub-navbar-group li {
            padding: .07rem .15rem;
        }

            .pts-header-section .pts-mob-navbar ul.sub-navbar-group li a {
                position: relative;
                left: 30px;
            }

                .pts-header-section .pts-mob-navbar ul.sub-navbar-group li a::before {
                    content: "";
                    display: block;
                    background: url("../images/menu_list_arrow.png") no-repeat;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 8px;
                    left: -25px;
                }
/*********** Below CSS For Side Menu bar for Mobile **************/
#pts_mob_menu_sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 101vh;
  z-index: 999;
  background: #ffffff;
  color: #2a4673;
  transition: all 0.3s;
  overflow-y: scroll;
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/ }
  #pts_mob_menu_sidebar #pts_mob_menu_dismiss {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #ffffff;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #pts_mob_menu_sidebar .pts-mob-menu-sidebar-header {
    padding: 20px 40px 20px 20px;
    background: #3366cc;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px; }
  #pts_mob_menu_sidebar a[data-toggle="collapse"] {
    position: relative; }
  #pts_mob_menu_sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  #pts_mob_menu_sidebar ul li {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f3f9ff;
    position: relative;
    left: 0px;
    top: -6px;
    padding-left: 5px;
    margin-right: -12px;
    background-color: #ffffff;
    cursor: pointer; }
    #pts_mob_menu_sidebar ul li:last-child {
      border-bottom: none; }
    #pts_mob_menu_sidebar ul li a {
      color: #3366cc; }
      #pts_mob_menu_sidebar ul li a:hover {
        outline: none;
        box-shadow: none !important;
        text-decoration: none;
        color: #3366cc; }
      #pts_mob_menu_sidebar ul li a img {
        margin-right: 10px;
        margin-left: 10px; }
  #pts_mob_menu_sidebar ul li.active {
    border-left: 3px solid #3366cc; }
  #pts_mob_menu_sidebar ul li.odd {
    background: #ffffff; }

    #pts_mob_menu_sidebar ul .currency-select-dd {
        border: transparent;
        height: 30px;
        font-weight: 500;
        color: #2a4673;
        position: relative;
        bottom: 5px;
    }

        #pts_mob_menu_sidebar ul .currency-select-dd:hover, #pts_mob_menu_sidebar ul .currency-select-dd:active, #pts_mob_menu_sidebar ul .currency-select-dd:focus {
            outline: none;
            box-shadow: none !important;
        }

    #pts_mob_menu_sidebar ul .pts-menu-label {
        font-size: 13px;
        color: #3366cc;
    }

#pts_mob_menu_sidebar.active {
  left: 0; }

.pts-mob-menu-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.pts-mob-menu-overlay.active {
  display: block;
  opacity: 1; }

/*********** Below CSS For Top Footer Part **************/
.pts-footer-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .pts-footer-section .pts-footer-bottombar {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(127, 142, 171, 0.26); }
    .pts-footer-section .pts-footer-bottombar ul.pts-primary-links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .pts-footer-section .pts-footer-bottombar ul.pts-primary-links li.pts-list-item {
        display: inline;
        padding: 4px; }
        .pts-footer-section .pts-footer-bottombar ul.pts-primary-links li.pts-list-item a {
          color: #3366cc; }
          .pts-footer-section .pts-footer-bottombar ul.pts-primary-links li.pts-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
    .pts-footer-section .pts-footer-bottombar ul.pts-secondary-links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .pts-footer-section .pts-footer-bottombar ul.pts-secondary-links li.pts-list-item {
        display: inline;
        padding: 4px;
        font-size: 11px;
        color: #999999; }
        .pts-footer-section .pts-footer-bottombar ul.pts-secondary-links li.pts-list-item a {
          color: #999999; }
          .pts-footer-section .pts-footer-bottombar ul.pts-secondary-links li.pts-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
    .pts-footer-section .pts-footer-bottombar .pts-footer-txt {
      color: #cccccc;
      padding: 2px 2px 5px;
      margin-right: 2px; }
    .pts-footer-section .pts-footer-bottombar .pts-powered-by-txt {
      position: relative;
      top: -3px;
      color: #bbbbbb; }
    .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .fb-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -26px;
      margin-bottom: 0px !important; }
      .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .fb-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -2px; }
    .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .pin-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -74px;
      margin-bottom: 0px !important; }
      .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .pin-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -50px; }
    .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .tw-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -122px;
      margin-bottom: 0px !important; }
      .pts-footer-section .pts-footer-bottombar .pts-social-media-ic .tw-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -98px; }

.custom-combodate-option-cls {
  padding: 0px 16px;
  display: -webkit-box; }
  .custom-combodate-option-cls select {
    width: auto;
    padding: 0px 2px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    border-color: #ced4da; }
    .custom-combodate-option-cls select option {
      padding: 0px;
      height: 25px; }
    .custom-combodate-option-cls select.day {
      margin: 0px !important;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      width: 29%; }
    .custom-combodate-option-cls select.month {
      margin: 0px -6px !important;
      border-radius: 0px;
      width: 33%; }
    .custom-combodate-option-cls select.year {
      margin: 0px !important;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      width: 38%; }
    .custom-combodate-option-cls select:hover, .custom-combodate-option-cls select:active, .custom-combodate-option-cls select:focus {
      outline: none;
      box-shadow: none; }

.trip-advisor-info-section .ta-logo-ic {
  width: 45px;
  height: 30px;
  margin-top: 3px;
  background: url("../images/trip_advisor/ta_logo_ic.png") no-repeat; }

.trip-advisor-info-section .ta-small-logo-ic {
  width: 30px;
  height: 20px;
  margin-top: 3px;
  background: url("../images/trip_advisor/ta_small_logo_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t0 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_0_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t5 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_05_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t1 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_1_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t15 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_15_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t2 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_2_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t25 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_25_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t3 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_3_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t35 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_35_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t4 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_4_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t45 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_45_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t5 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_5_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-review-txt {
  font-size: 12px;
  color: #339900;
  margin: 4px 0px; }

.trip-advisor-info-section .ta-rating-txt {
  font-size: 13px;
  color: #999999;
  margin: 4px 10px; }

/*********** Below CSS For Hotel Cancellation Modal **************/
.htl-cancellation-policy-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.htl-cancellation-policy-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.htl-cancellation-policy-modal .close:hover, .htl-cancellation-policy-modal .close:active, .htl-cancellation-policy-modal .close:focus {
  outline: none;
  box-shadow: none; }

.htl-cancellation-policy-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }
  .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-heading {
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 10px;
    color: #2a4673; }
  .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-txt {
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 10px; }
    .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-txt small {
      font-size: 11px;
      font-weight: 500; }

/********* Below CSS for Insurance Listing Page - Price Break Up *********/
.insur-price-break-up-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-price-break-up-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.insur-price-break-up-modal .close:hover, .insur-price-break-up-modal .close:active, .insur-price-break-up-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-price-break-up-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.insur-price-break-up-modal .insur-price-break-up-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-price-break-up-modal .insur-price-break-up-panel .table tbody td {
  padding: 10px 5px; }

.insur-price-break-up-modal .insur-price-break-up-panel .pax-title-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.insur-price-break-up-modal .insur-price-break-up-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Insurance Listing Page - Cover Details *********/
.insur-cover-dtl-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-cover-dtl-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.insur-cover-dtl-modal .close:hover, .insur-cover-dtl-modal .close:active, .insur-cover-dtl-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-cover-dtl-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .table tbody td {
  padding: 10px 5px; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .cover-title-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Flight Booking Page - Select Customer - B2B *********/
.flt-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.flt-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.flt-select-customer-modal .close:hover, .flt-select-customer-modal .close:active, .flt-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.flt-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.flt-select-customer-modal .flt-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.flt-select-customer-modal .flt-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.flt-select-customer-modal .flt-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.flt-select-customer-modal .flt-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.flt-select-customer-modal .flt-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Hotel Booking Page - Select Customer - B2B *********/
.htl-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.htl-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.htl-select-customer-modal .close:hover, .htl-select-customer-modal .close:active, .htl-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.htl-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.htl-select-customer-modal .htl-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.htl-select-customer-modal .htl-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.htl-select-customer-modal .htl-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.htl-select-customer-modal .htl-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.htl-select-customer-modal .htl-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Excursion Booking Page - Select Customer - B2B *********/
.exc-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.exc-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.exc-select-customer-modal .close:hover, .exc-select-customer-modal .close:active, .exc-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.exc-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.exc-select-customer-modal .exc-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.exc-select-customer-modal .exc-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.exc-select-customer-modal .exc-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.exc-select-customer-modal .exc-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.exc-select-customer-modal .exc-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Transfer Booking Page - Select Customer - B2B *********/
.trans-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.trans-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.trans-select-customer-modal .close:hover, .trans-select-customer-modal .close:active, .trans-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.trans-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.trans-select-customer-modal .trans-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.trans-select-customer-modal .trans-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.trans-select-customer-modal .trans-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.trans-select-customer-modal .trans-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.trans-select-customer-modal .trans-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Insurance Booking Page - Select Customer - B2B *********/
.insur-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.insur-select-customer-modal .close:hover, .insur-select-customer-modal .close:active, .insur-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.insur-select-customer-modal .insur-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-select-customer-modal .insur-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.insur-select-customer-modal .insur-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.insur-select-customer-modal .insur-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.insur-select-customer-modal .insur-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********** Below CSS for Delete Confirmation - B2B ********/
.delete-confirmation-modal.modal {
  font-size: 13px;
  font-weight: 600; }
  .delete-confirmation-modal.modal h6 {
    font-size: 15px;
    color: #2a4673; }
  .delete-confirmation-modal.modal .modal-dialog {
    max-width: 400px; }
  .delete-confirmation-modal.modal .modal-header, .delete-confirmation-modal.modal .modal-body, .delete-confirmation-modal.modal .modal-footer {
    padding: 20px 30px; }
  .delete-confirmation-modal.modal .modal-content {
    border-radius: 3px; }
  .delete-confirmation-modal.modal .modal-footer {
    background: #f8fbff;
    border-radius: 0 0 3px 3px; }
  .delete-confirmation-modal.modal .modal-title {
    display: inline-block; }
  .delete-confirmation-modal.modal button {
    border-radius: 2px; }
    .delete-confirmation-modal.modal button:hover, .delete-confirmation-modal.modal button:active, .delete-confirmation-modal.modal button:focus {
      outline: none;
      box-shadow: none; }
  .delete-confirmation-modal.modal .btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600; }
    .delete-confirmation-modal.modal .btn:hover, .delete-confirmation-modal.modal .btn:active, .delete-confirmation-modal.modal .btn:focus {
      outline: none;
      box-shadow: none; }

/********** Below CSS for Without PNR - How it Works - B2B ********/
.without-pnr-modal.modal {
  font-size: 13px; }
  .without-pnr-modal.modal h6 {
    font-size: 15px;
    color: #2a4673; }
  .without-pnr-modal.modal .modal-header, .without-pnr-modal.modal .modal-body, .without-pnr-modal.modal .modal-footer {
    padding: 20px 30px; }
  .without-pnr-modal.modal .modal-content {
    border-radius: 3px;
    color: #777777; }
  .without-pnr-modal.modal .modal-title {
    display: inline-block; }

/********* Below CSS for Wallet - Select Customer - B2B *********/
.wallet-select-customer-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.wallet-select-customer-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.wallet-select-customer-modal .close:hover, .wallet-select-customer-modal .close:active, .wallet-select-customer-modal .close:focus {
  outline: none;
  box-shadow: none; }

.wallet-select-customer-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.wallet-select-customer-modal .wallet-select-customer-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.wallet-select-customer-modal .wallet-select-customer-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.wallet-select-customer-modal .wallet-select-customer-panel .table tbody td {
  padding: 10px 5px; }

.wallet-select-customer-modal .wallet-select-customer-panel .customer-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.wallet-select-customer-modal .wallet-select-customer-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

.wallet-document-list-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.wallet-document-list-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.wallet-document-list-modal .close:hover, .wallet-document-list-modal .close:active, .wallet-document-list-modal .close:focus {
  outline: none;
  box-shadow: none; }

.wallet-document-list-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.wallet-document-list-modal .wallet-document-list-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.wallet-document-list-modal .wallet-document-list-panel .table tbody td {
  padding: 10px 5px; }

.wallet-document-list-modal .wallet-document-list-panel .main-heading {
  font-size: 13px;
  font-weight: 500; }

.wallet-document-list-modal .wallet-document-list-panel .action-cls {
  font-size: 15px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.wallet-document-list-modal .wallet-document-list-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/*********** Below CSS For Mobile Modal Full Screen **************/
.pts-be-mob-full-form-modal {
  /********************* Filter Modal - Mobile View ***************/ }
  .pts-be-mob-full-form-modal .modal-header .close {
    padding: 0.8rem 1rem;
    margin: -1rem -1rem -1rem auto; }
  .pts-be-mob-full-form-modal .modal-body {
    overflow-y: auto;
    height: 320px; }
  .pts-be-mob-full-form-modal .pts-be-mob-alert-msg {
    font-size: 13px;
    font-weight: 600;
    color: #ff0000;
    padding: 5px 0px 3px; }
  .pts-be-mob-full-form-modal .pts-be-mob-pax-age-alert-msg {
    font-size: 13px;
    font-weight: 600;
    color: #ff0000;
    padding: 5px 0px 3px; }
  .pts-be-mob-full-form-modal .pts-be-mob-infant-alert-msg {
    font-size: 13px;
    font-weight: 600;
    color: #ff0000;
    padding: 0px 0px 5px;
    line-height: 15px; }
  .pts-be-mob-full-form-modal .form-control {
    padding: 12px 10px;
    margin: 0px 0px;
    height: unset;
    color: #2a4673;
    font-size: 14px; }
    .pts-be-mob-full-form-modal .form-control:hover, .pts-be-mob-full-form-modal .form-control:active, .pts-be-mob-full-form-modal .form-control:focus {
      outline: none;
      box-shadow: none; }
  .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details {
    margin-left: -15px;
    margin-right: -15px; }
    .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list {
      padding-bottom: 25px; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list h6 {
        font-size: 13px;
        color: #2a4673; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-child-age {
        padding-top: 10px; }
        .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-child-age label {
          font-size: 12px; }
        .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-child-age select {
          padding: 5px 10px; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list hr {
        margin-top: 8px;
        margin-bottom: 8px;
        border: 0;
        border-top: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-room-header {
        background-color: #f3f9ff;
        padding: 8px 28px 2px 2px;
        margin: -8px -15px 10px; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-heading {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        font-size: 14px;
        color: #687896;
        font-weight: 600; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-removeroom-cls {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        text-decoration: none;
        padding-bottom: 5px;
        cursor: pointer; }
        .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-removeroom-cls:hover {
          color: #3366cc;
          cursor: pointer;
          text-decoration: none; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        background-color: #ffffff;
        border-radius: 4px;
        font-size: 20px;
        float: right; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__button {
        width: 30px;
        line-height: 30px;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        background-color: #687896;
        transition: background-color 100ms ease-in; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__button--decrement {
        border-radius: 5px 0 0 5px; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__button--increment {
        border-radius: 0 5px 5px 0; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__button--decrement::selection, .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__button--increment::selection {
        color: #ffffff; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__counter {
        position: relative;
        width: 51px;
        height: 30px;
        color: #2a4673;
        text-align: center;
        overflow: hidden; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__counter-input {
        width: 25%;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;
        box-shadow: none;
        outline: none;
        border: none;
        color: #2a4673;
        font-size: 13px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        line-height: 30px;
        text-align: center;
        opacity: 0;
        transition: opacity 100ms ease-in; }
      .pts-be-mob-full-form-modal .pts-be-htl-mob-room-details .pts-be-htl-mob-room-list .htl-mob-pax-ctrl__counter-num {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px;
        font-weight: 600;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
        line-height: 30px;
        opacity: 1;
        transition: opacity 1000ms ease-in; }
  .pts-be-mob-full-form-modal .list-group .badge {
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-weight: unset;
    min-width: 50px; }
  .pts-be-mob-full-form-modal .list-group .list-group-item-action {
    cursor: pointer;
    color: #2a4673;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    padding: 12px 11px; }
  .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #687896;
    padding: 10px 10px; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt small {
      font-size: 13px;
      font-weight: 600; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 4px;
      font-size: 20px;
      float: right; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__button {
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      cursor: pointer;
      background-color: #687896;
      transition: background-color 100ms ease-in; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__button--decrement {
      border-radius: 5px 0 0 5px; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__button--increment {
      border-radius: 0 5px 5px 0; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__button--decrement::selection, .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__button--increment::selection {
      color: #ffffff; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__counter {
      position: relative;
      width: 51px;
      height: 30px;
      color: #2a4673;
      text-align: center;
      overflow: hidden; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__counter-input {
      width: 25%;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 2;
      box-shadow: none;
      outline: none;
      border: none;
      color: #2a4673;
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      text-align: center;
      opacity: 0;
      transition: opacity 100ms ease-in; }
    .pts-be-mob-full-form-modal .list-group .pts-be-flt-mob-modal-txt .flt-mob-pax-ctrl__counter-num {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 14px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      opacity: 1;
      transition: opacity 1000ms ease-in; }
  .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #687896;
    padding: 10px 10px; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt small {
      font-size: 13px;
      font-weight: 600; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 4px;
      font-size: 20px;
      float: right; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__button {
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      cursor: pointer;
      background-color: #687896;
      transition: background-color 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__button--decrement {
      border-radius: 5px 0 0 5px; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__button--increment {
      border-radius: 0 5px 5px 0; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__button--decrement::selection, .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__button--increment::selection {
      color: #ffffff; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__counter {
      position: relative;
      width: 51px;
      height: 30px;
      color: #2a4673;
      text-align: center;
      overflow: hidden; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__counter-input {
      width: 25%;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 2;
      box-shadow: none;
      outline: none;
      border: none;
      color: #2a4673;
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      text-align: center;
      opacity: 0;
      transition: opacity 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-exc-mob-modal-txt .exc-mob-pax-ctrl__counter-num {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 14px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      opacity: 1;
      transition: opacity 1000ms ease-in; }
  .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #687896;
    padding: 10px 10px; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt small {
      font-size: 13px;
      font-weight: 600; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 4px;
      font-size: 20px;
      float: right; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__button {
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      cursor: pointer;
      background-color: #687896;
      transition: background-color 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__button--decrement {
      border-radius: 5px 0 0 5px; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__button--increment {
      border-radius: 0 5px 5px 0; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__button--decrement::selection, .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__button--increment::selection {
      color: #ffffff; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__counter {
      position: relative;
      width: 51px;
      height: 30px;
      color: #2a4673;
      text-align: center;
      overflow: hidden; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__counter-input {
      width: 25%;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 2;
      box-shadow: none;
      outline: none;
      border: none;
      color: #2a4673;
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      text-align: center;
      opacity: 0;
      transition: opacity 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-trans-mob-modal-txt .trans-mob-pax-ctrl__counter-num {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 14px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      opacity: 1;
      transition: opacity 1000ms ease-in; }
  .pts-be-mob-full-form-modal .trans-mob-loc-ic {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 2; }
    .pts-be-mob-full-form-modal .trans-mob-loc-ic.airport-ic {
      background: url("../images/tran_mob_be_flt_ic.png") no-repeat; }
    .pts-be-mob-full-form-modal .trans-mob-loc-ic.port-ic {
      background: url("../images/tran_mob_be_port_ic.png") no-repeat; }
    .pts-be-mob-full-form-modal .trans-mob-loc-ic.train-ic {
      background: url("../images/tran_mob_be_train_ic.png") no-repeat; }
    .pts-be-mob-full-form-modal .trans-mob-loc-ic.location-ic {
      background: url("../images/tran_mob_be_loc_ic.png") no-repeat; }
    .pts-be-mob-full-form-modal .trans-mob-loc-ic.hotel-ic {
      background: url("../images/tran_mob_be_htl_ic.png") no-repeat; }
  .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #687896;
    padding: 10px 10px; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt small {
      font-size: 13px;
      font-weight: 600; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .sub-heading {
      font-size: 11px;
      font-weight: 600; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl {
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 4px;
      font-size: 20px;
      float: right; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__button {
      width: 30px;
      line-height: 30px;
      text-align: center;
      color: #ffffff;
      cursor: pointer;
      background-color: #687896;
      transition: background-color 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__button--decrement {
      border-radius: 5px 0 0 5px; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__button--increment {
      border-radius: 0 5px 5px 0; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__button--decrement::selection, .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__button--increment::selection {
      color: #ffffff; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__counter {
      position: relative;
      width: 51px;
      height: 30px;
      color: #2a4673;
      text-align: center;
      overflow: hidden; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__counter-input {
      width: 25%;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 2;
      box-shadow: none;
      outline: none;
      border: none;
      color: #2a4673;
      font-size: 13px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      text-align: center;
      opacity: 0;
      transition: opacity 100ms ease-in; }
    .pts-be-mob-full-form-modal .pts-be-insur-mob-modal-txt .insur-mob-pax-ctrl__counter-num {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 14px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
      line-height: 30px;
      opacity: 1;
      transition: opacity 1000ms ease-in; }
  .pts-be-mob-full-form-modal .flt-mob-clear-filter-cls {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    color: #3366cc;
    position: absolute;
    font-weight: 500;
    top: 18px;
    right: 62px;
    cursor: pointer; }
  .pts-be-mob-full-form-modal .htl-mob-clear-filter-cls {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    color: #3366cc;
    position: absolute;
    font-weight: 500;
    top: 18px;
    right: 62px;
    cursor: pointer; }
  .pts-be-mob-full-form-modal .exc-mob-clear-filter-cls {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    color: #3366cc;
    position: absolute;
    font-weight: 500;
    top: 18px;
    right: 62px;
    cursor: pointer; }
  .pts-be-mob-full-form-modal .trans-mob-clear-filter-cls {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    color: #3366cc;
    position: absolute;
    font-weight: 500;
    top: 18px;
    right: 62px;
    cursor: pointer; }
  .pts-be-mob-full-form-modal .insur-mob-clear-filter-cls {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    color: #3366cc;
    position: absolute;
    font-weight: 500;
    top: 18px;
    right: 62px;
    cursor: pointer; }
  .pts-be-mob-full-form-modal .pts-mob-filter-details {
    margin-left: -15px;
    margin-right: -15px; }
    .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list {
      /****** Flight Module - Mobile Filter ****/
      /****** Hotel Module - Mobile Filter ****/
      /****** Excursion Module - Mobile Filter ***/
      /****** Transfer Module - Mobile Filter ***/
      /****** Insurance Module - Mobile Filter ***/ }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list h6 {
        font-size: 13px;
        letter-spacing: 0.8px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list hr {
        margin-top: 8px;
        margin-bottom: 8px;
        border: 0;
        border-top: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .pts-mob-filter-header {
        background-color: #f3f9ff;
        padding: 8px 28px 2px 2px;
        margin: -8px -15px 10px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-stop-section ul.flt-mob-filter-stop-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-dept-time-section ul.flt-mob-filter-dept-time-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-retn-time-section ul.flt-mob-filter-retn-time-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li .airline-ic img {
            width: 27px;
            height: 23px;
            margin-right: 2px;
            margin-left: 2px;
            position: relative;
            top: -9px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li .airline-name {
            overflow: hidden;
            text-overflow: ellipsis;
            width: 80%;
            white-space: nowrap;
            display: inline-block; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-airline-section ul.flt-mob-filter-airline-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-corpo-fare-section ul.flt-mob-filter-corpo-fare-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-fare-type-section ul.flt-mob-filter-fare-type-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .flt-mob-filter-supplier-type-section ul.flt-mob-filter-supplier-type-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-star-rating-section ul.htl-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-traveller-rating-section ul.htl-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .htl-mob-filter-location-section ul.htl-mob-filter-location-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-type-section ul.exc-mob-filter-activity-type-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-star-rating-section ul.exc-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-traveller-rating-section ul.exc-mob-filter-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-duration-section ul.exc-mob-filter-activity-duration-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-for-section ul.exc-mob-filter-activity-for-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-supplier-section ul.exc-mob-filter-activity-supplier-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .exc-mob-filter-activity-services-section ul.exc-mob-filter-activity-services-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-types-section ul.trans-mob-filter-vehicle-types-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-star-rating-section ul.trans-mob-filter-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .trans-mob-filter-vehicle-suppliers-section ul.trans-mob-filter-vehicle-suppliers-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked + label, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked + label span, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked + label:before, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li .truncate {
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li.modal-show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li.modal-show-more-link:hover, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li.modal-show-more-link:active, .pts-be-mob-full-form-modal .pts-mob-filter-details .pts-mob-filter-list .insur-mob-filter-insurance-supplier-section ul.insur-mob-filter-insurance-supplier-section-list li.modal-show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
  .pts-be-mob-full-form-modal .fade-effect-disable {
    opacity: 0.5;
    pointer-events: none; }

.pts-be-mob-full-form-modal {
  padding-right: 0px !important;
  margin: 0px !important; }
  .pts-be-mob-full-form-modal .close:hover, .pts-be-mob-full-form-modal .close:active, .pts-be-mob-full-form-modal .close:focus {
    outline: none;
    box-shadow: none; }
  .pts-be-mob-full-form-modal .modal-title {
    font-size: 15px;
    color: #3366cc; }
  .pts-be-mob-full-form-modal .modal-content {
    min-height: 100vh;
    border: none !important;
    border-radius: 0px !important; }
  .pts-be-mob-full-form-modal .modal-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 5; }
  .pts-be-mob-full-form-modal .modal-full {
    min-width: 100%;
    min-height: 100%;
    margin: 0; }
  .pts-be-mob-full-form-modal .modal-dialog.modal-bottom {
    bottom: 0; }

.pts-be-mob-fade-scale {
  -moz-transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.7s 0.2s ease-in-out;
  -moz-transition: all 0.7s 0.2s ease-in-out;
  -ms-transition: all 0.7s 0.2s ease-in-out;
  -o-transition: all 0.7s 0.2s ease-in-out;
  transition: all 0.7s 0.2s ease-in-out; }

.pts-be-mob-fade-scale.show {
  opacity: 1;
  transform: scale(1); }

/********* Below CSS for Flight Booking Page - Select Traveller - B2C *********/
.flt-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.flt-select-traveller-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.flt-select-traveller-modal .close:hover, .flt-select-traveller-modal .close:active, .flt-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.flt-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.flt-select-traveller-modal .flt-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.flt-select-traveller-modal .flt-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.flt-select-traveller-modal .flt-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.flt-select-traveller-modal .flt-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.flt-select-traveller-modal .flt-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Hotel Booking Page - Select Traveller - B2C *********/
.htl-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.htl-select-traveller-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.htl-select-traveller-modal .close:hover, .htl-select-traveller-modal .close:active, .htl-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.htl-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.htl-select-traveller-modal .htl-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.htl-select-traveller-modal .htl-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.htl-select-traveller-modal .htl-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.htl-select-traveller-modal .htl-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.htl-select-traveller-modal .htl-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Excursion Booking Page - Select Traveller - B2C *********/
.exc-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.exc-select-traveller-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.exc-select-traveller-modal .close:hover, .exc-select-traveller-modal .close:active, .exc-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.exc-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.exc-select-traveller-modal .exc-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.exc-select-traveller-modal .exc-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.exc-select-traveller-modal .exc-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.exc-select-traveller-modal .exc-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.exc-select-traveller-modal .exc-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Transfer Booking Page - Select Traveller - B2C *********/
.trans-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.trans-select-traveller-modal h6 {
  font-size: 13px;
  color: #2a4673; }

.trans-select-traveller-modal .close:hover, .trans-select-traveller-modal .close:active, .trans-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.trans-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #2a4673;
  font-weight: 500; }

.trans-select-traveller-modal .trans-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #2a4673;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.trans-select-traveller-modal .trans-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.trans-select-traveller-modal .trans-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.trans-select-traveller-modal .trans-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #3366cc;
  font-weight: 500;
  cursor: pointer; }

.trans-select-traveller-modal .trans-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/*********** Below CSS For My Trip Cancel Request Modal - B2C **************/
.trip-cancel-req-modal-box.modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .trip-cancel-req-modal-box.modal .invalid-feedback {
    font-size: 89%; }
  .trip-cancel-req-modal-box.modal h6 {
    font-size: 15px;
    color: #2a4673;
    font-weight: 500; }
  .trip-cancel-req-modal-box.modal label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .trip-cancel-req-modal-box.modal label.label-strong-cls {
      font-weight: 600; }
  .trip-cancel-req-modal-box.modal textarea {
    font-weight: 400;
    color: #777777;
    font-size: 14px; }
    .trip-cancel-req-modal-box.modal textarea.form-control {
      padding: 4px 10px;
      margin: 0px;
      font-weight: 400;
      color: #777777;
      font-size: 14px; }
      .trip-cancel-req-modal-box.modal textarea.form-control:hover, .trip-cancel-req-modal-box.modal textarea.form-control:active, .trip-cancel-req-modal-box.modal textarea.form-control:focus {
        outline: none;
        box-shadow: none; }
  .trip-cancel-req-modal-box.modal .modal-dialog {
    max-width: 400px; }
  .trip-cancel-req-modal-box.modal .modal-header, .trip-cancel-req-modal-box.modal .modal-body, .trip-cancel-req-modal-box.modal .modal-footer {
    padding: 20px 30px; }
  .trip-cancel-req-modal-box.modal .modal-content {
    border-radius: 3px; }
  .trip-cancel-req-modal-box.modal .modal-footer {
    background: #f8fbff;
    border-radius: 0 0 3px 3px; }
  .trip-cancel-req-modal-box.modal .modal-title {
    display: inline-block; }
  .trip-cancel-req-modal-box.modal button {
    border-radius: 2px; }
    .trip-cancel-req-modal-box.modal button:hover, .trip-cancel-req-modal-box.modal button:active, .trip-cancel-req-modal-box.modal button:focus {
      outline: none;
      box-shadow: none; }
  .trip-cancel-req-modal-box.modal .btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500; }
    .trip-cancel-req-modal-box.modal .btn:hover, .trip-cancel-req-modal-box.modal .btn:active, .trip-cancel-req-modal-box.modal .btn:focus {
      outline: none;
      box-shadow: none; }

/*********** Below CSS For Home Page Main Body Part **************/
.pts-mainbody-section .pts-booking-engine-bg {
  background-image: url("../images/banner/slide-1.jpg");
  min-height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0px 6px;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 45px; }
    .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      border-right: none;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      position: relative;
      left: -6px;
      top: -6px;
      margin-right: -28px;
      background-color: #f3f9ff;
      padding: .15rem .15rem;
      z-index: 0; }
      .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li:first-child {
        border-top-left-radius: 8px; }
      .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px; }
      .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li a {
        color: #333333; }
        .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li a img {
          width: 32px;
          margin-right: 3px;
          margin-left: 2px; }
        .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li a .tab-right-arrow {
          width: 20px;
          height: 20px;
          position: absolute;
          right: 5px;
          top: 15px;
          z-index: 2;
          background: url("../images/be_tab_right_arrow.png") no-repeat; }
      .pts-mainbody-section .pts-booking-engine-bg .pts-be-tab-section ul.tab-list-group li.active {
        background-color: #ffffff;
        border-color: rgba(127, 142, 171, 0.26); }
  .pts-mainbody-section .pts-booking-engine-bg .pts-be-form-section {
    background-color: #ffffff;
    border-bottom: none; }

/************ Below CSS For Home Page Main Body Part - Mobile Section Part **************/
.pts-be-mob-mainbody-section .pts-be-mob-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  height: 38px;
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  z-index: 3; }
  .pts-be-mob-mainbody-section .pts-be-mob-topbar-bg .topbar-main-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }

.pts-be-mob-mainbody-section .pts-be-mob-section {
  background-color: #ffffff; }
  .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0px;
    list-style: none; }
    .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li {
      border-radius: 0px;
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      position: relative;
      left: 0px;
      top: 0px;
      margin-right: 0px;
      background-color: #ffffff;
      padding: .02rem .15rem;
      z-index: 0; }
      .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li:first-child {
        border-top: none; }
      .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li.active {
        border-color: rgba(127, 142, 171, 0.26); }
      .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a {
        color: #333333; }
        .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a img {
          width: 32px;
          margin-right: 10px;
          margin-left: -2px;
          -webkit-filter: invert(33%) sepia(84%) saturate(1087%) hue-rotate(197deg) brightness(89%) contrast(88%);
          -moz-filter: invert(33%) sepia(84%) saturate(1087%) hue-rotate(197deg) brightness(89%) contrast(88%);
          -o-filter: invert(33%) sepia(84%) saturate(1087%) hue-rotate(197deg) brightness(89%) contrast(88%);
          filter: invert(33%) sepia(84%) saturate(1087%) hue-rotate(197deg) brightness(89%) contrast(88%); }
        .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a .main-heading {
          font-size: 14px;
          font-weight: 600;
          color: #333333; }
          .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a .main-heading .sub-heading {
            font-size: 13px;
            font-weight: 400;
            color: #6b788f; }
            .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a .main-heading .sub-heading.truncate {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              width: 100%; }
        .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-tab-section ul.pts-be-mob-tab-list-grp li a .tab-right-arrow {
          width: 20px;
          height: 20px;
          position: absolute;
          right: 10px;
          z-index: 2;
          background: url("../images/be_tab_right_arrow.png") no-repeat; }
  .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-form-list-panel {
    padding: 0.3rem 0.9rem 0.7rem; }
    .pts-be-mob-mainbody-section .pts-be-mob-section .pts-be-mob-form-list-panel .be-mob-module-title h1 {
      color: #3366cc;
      font-weight: bold;
      font-size: 36px; }

/*********** Below CSS For General Pages Part **************/
.pts-mainbody-section .pts-general-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-mainbody-section .pts-general-wht-bg .general-title {
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 22px;
    font-weight: 500;
    color: #2a4673; }
  .pts-mainbody-section .pts-general-wht-bg .sub-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #777777; }
  .pts-mainbody-section .pts-general-wht-bg .general-txt {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
    text-align: justify;
    color: #555555; }
    .pts-mainbody-section .pts-general-wht-bg .general-txt ul {
      padding: 0px; }
      .pts-mainbody-section .pts-general-wht-bg .general-txt ul li {
        list-style: disc;
        margin: 0 0 0 15px;
        padding: 0 0 5px 0; }
  .pts-mainbody-section .pts-general-wht-bg .pts-address-txt {
    font-size: 13px;
    color: #333333;
    font-weight: 500; }
    .pts-mainbody-section .pts-general-wht-bg .pts-address-txt h6 {
      color: #2a4673; }
    .pts-mainbody-section .pts-general-wht-bg .pts-address-txt ul {
      padding: 0px; }
      .pts-mainbody-section .pts-general-wht-bg .pts-address-txt ul li {
        list-style: disc;
        margin: 0 0 0 15px;
        padding: 0 0 5px 0; }
    .pts-mainbody-section .pts-general-wht-bg .pts-address-txt a {
      font-size: 14px;
      color: #2c97fc;
      text-decoration: none; }
      .pts-mainbody-section .pts-general-wht-bg .pts-address-txt a:hover {
        color: #2c97fc;
        text-decoration: none; }
  .pts-mainbody-section .pts-general-wht-bg .pts-general-form-box-pd {
    padding: 12px 15px 25px;
    border: 1px solid #d5dde8;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ; }
    .pts-mainbody-section .pts-general-wht-bg .pts-general-form-box-pd .general-form-title {
      font-size: 24px;
      color: #2a4673;
      font-weight: 500; }
  .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-fb-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -5px; }
    .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-fb-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -47px; }
  .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-pin-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -89px; }
    .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-pin-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -131px; }
  .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-tw-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -173px; }
    .pts-mainbody-section .pts-general-wht-bg .general-social-media-section .cp-tw-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -215px; }

/*********** Below CSS For Flight Listing Page - One Way + Round Trip Section Part **************/
.pts-flt-listing-section .pts-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .pts-flt-listing-section .pts-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn {
    display: block; }
    .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:active, .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
  .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn {
    display: block; }
    .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a {
      font-size: 13px;
      padding: 5px 15px;
      font-weight: bold; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a.notActive:active, .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
      .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .switch-control-btn a .badge {
        border-radius: 3px;
        background-color: #cc0000;
        margin: 0px 0px 0 6px;
        padding: 3px 6px;
        color: #ffffff;
        width: auto;
        height: 20px;
        font-size: 13px;
        font-weight: 500; }
  .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .flt-sh-comm-ic-link img, .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .flt-rt-sh-comm-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .flt-sh-comm-ic-link.sh-comm-active img, .pts-flt-listing-section .pts-topbar-bg .pts-toolbar-control-section .flt-rt-sh-comm-ic-link.sh-comm-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-flt-listing-section .pts-filter-side-panel {
  max-width: 190px;
  margin-bottom: 54px; }
  .pts-flt-listing-section .pts-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .pts-flt-listing-section .pts-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .pts-flt-listing-section .pts-filter-side-panel .showing-result-section .flt-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .pts-flt-listing-section .pts-filter-side-panel .showing-result-section .flt-sp-reset-filter:hover, .pts-flt-listing-section .pts-filter-side-panel .showing-result-section .flt-sp-reset-filter:active, .pts-flt-listing-section .pts-filter-side-panel .showing-result-section .flt-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #3366cc; }
  .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group {
    border-bottom: 1px solid #dddddd;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group:last-child {
      border-bottom: none; }
    .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel {
      color: #000000; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        color: #454545;
        font-size: 13px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:hover, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:active, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #454545;
          text-decoration: none; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link {
        float: right;
        font-size: 11px;
        text-decoration: none;
        color: #6699cc;
        padding: 8px 5px 0 0;
        font-weight: 400; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:hover, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:active, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:focus {
          outline: none;
          box-shadow: none;
          color: #3366cc; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section {
        border-bottom: 1px solid #dddddd;
        -webkit-box-shadow: 0 1px 0 #ffffff ;
        -moz-box-shadow: 0 1px 0 #ffffff ;
        box-shadow: 0 1px 0 #ffffff ;
        margin: 0;
        padding-right: 2px;
        padding-left: 10px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section .sp-cf-quotation-panel {
          cursor: pointer; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section .sp-cf-quotation-panel.sp-disable-quotation {
            pointer-events: none;
            opacity: 0.5; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section .sp-cf-quotation-panel img {
            width: 18px;
            height: 18px; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section .sp-cf-quotation-panel label {
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px 1px 6px;
            color: #3366cc; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section ul.sp-cf-quotation-section-list {
          margin-top: 4px;
          margin-bottom: 0px;
          padding: 0 3px;
          list-style: none;
          line-height: 15px; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section ul.sp-cf-quotation-section-list li label {
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px;
            color: #3366cc; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-cf-quotation-section ul.sp-cf-quotation-section-list li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section {
        min-height: 52px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .range-min-label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .range-min-label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .range-max-label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .range-max-label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-slider-horizontal, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-state-hover, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-state-focus, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-state-hover, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-state-focus, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-state-hover, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li {
            width: auto;
            margin-right: -6px;
            display: inline-block; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li label {
              padding: 8px 10px 6px;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-left: 9px;
              -webkit-transition: all .1s linear;
              transition: all .1s linear;
              margin-bottom: -1px;
              border: 1px solid #dddddd;
              color: #333333;
              background: #ffffff;
              font-size: 11px;
              font-weight: 500;
              width: 100%;
              cursor: pointer; }
              .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li label span {
                color: #aaaaaa; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li:first-child label {
              border-top-left-radius: .5em;
              border-bottom-left-radius: .5em;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li:last-child label {
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              border-top-right-radius: .5em;
              border-bottom-right-radius: .5em; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="checkbox"], .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="radio"] {
              display: none; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="checkbox"]:checked + label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="radio"]:checked + label {
              background-color: #333333;
              color: #ffffff;
              border-color: #000000;
              text-shadow: none; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li label {
            padding: 8px 10px 6px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 9px;
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            margin-bottom: -1px;
            border: 1px solid #dddddd;
            color: #333333;
            background: #ffffff;
            font-size: 11px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li label span {
              color: #aaaaaa; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li:first-child label {
            border-top-left-radius: .5em;
            border-top-right-radius: .5em; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li:last-child label {
            border-bottom-left-radius: .5em;
            border-bottom-right-radius: .5em; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="checkbox"], .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="radio"] {
            display: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="checkbox"]:checked + label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="radio"]:checked + label {
            background-color: #333333;
            color: #ffffff;
            border-color: #000000;
            text-shadow: none; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li label {
            padding: 8px 10px 6px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 9px;
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            margin-bottom: -1px;
            border: 1px solid #dddddd;
            color: #333333;
            background: #ffffff;
            font-size: 11px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li label span {
              color: #aaaaaa; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li:first-child label {
            border-top-left-radius: .5em;
            border-top-right-radius: .5em; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li:last-child label {
            border-bottom-left-radius: .5em;
            border-bottom-right-radius: .5em; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="checkbox"], .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="radio"] {
            display: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="checkbox"]:checked + label, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="radio"]:checked + label {
            background-color: #333333;
            color: #ffffff;
            border-color: #000000;
            text-shadow: none; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-fare-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-fare-type-section ul.sp-fare-type-list-filter {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none;
          line-height: 15px; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-fare-type-section ul.sp-fare-type-list-filter li label {
            font-size: 11px;
            font-weight: 500;
            padding: 1px 0;
            color: #666666; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-fare-type-section ul.sp-fare-type-list-filter li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-supplier-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-supplier-type-section ul.sp-supplier-type-list-filter {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none;
          line-height: 15px; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-supplier-type-section ul.sp-supplier-type-list-filter li label {
            font-size: 11px;
            font-weight: 500;
            padding: 1px 0;
            color: #666666; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-supplier-type-section ul.sp-supplier-type-list-filter li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter {
        margin: 0;
        padding: 0;
        list-style: none; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label {
          font-size: 11px;
          font-weight: 500;
          padding: 1px 0;
          cursor: default;
          display: block;
          position: relative;
          color: #666666; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label .showOnly, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label .showCalOnly {
            display: none;
            position: absolute;
            font-size: 11px;
            top: 5px;
            text-decoration: none; }
          .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label small {
            font-size: 11px;
            margin-top: 2px;
            color: #999999; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter input[type="checkbox"] {
          vertical-align: middle;
          position: relative;
          top: -1px; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .fRight {
          float: right; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .truncate {
          vertical-align: middle; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .truncate {
          width: 42%;
          display: inline-block;
          width: 75px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label:hover .showOnly, .pts-flt-listing-section .pts-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label:hover .showCalOnly {
          display: inline-block;
          text-decoration: none; }

.pts-flt-listing-section .pts-listing-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-flt-listing-section .pts-listing-bg .pts-sorter-section {
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 1px solid #d3e4f5;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3; }
    .pts-flt-listing-section .pts-listing-bg .pts-sorter-section.pts-sticky-topbar {
      background-color: #f3f9ff; }
    .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list {
      border-top: 1px solid #d3e4f5;
      padding: 0 20px; }
      .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a.flt-comm-price-label {
          position: relative;
          left: -12px !important; }
        .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-flt-listing-section .pts-listing-bg .pts-sorter-section .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section {
    padding: 0px 0px 10px; }
    .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item {
      padding: 10px 0 5px;
      border-bottom: 1px solid #eeeeee;
      margin: 0 20px;
      cursor: pointer;
      /********* Email Quotation CSS - B2B Flt Listing ************/
      /********* Airline Supplier with Remark CSS - B2B Flt Listing ************/
      /********** Fligth Corprate Fare Provider - B2B *******/ }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-airline-info .airline-ic img {
        width: 27px;
        height: 23px;
        margin-right: 2px;
        margin-left: 2px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-airline-info .airline-mc-ic img {
        width: 23px;
        height: 19px;
        margin-right: 2px;
        margin-left: 2px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-airline-info .airline-name {
        font-size: 11px;
        color: #999999;
        margin-top: 3px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-airline-info .airline-code {
        font-size: 11px;
        color: #999999; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .depart-cls, .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .arrive-cls, .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .duration-cls {
        font-size: 14px;
        color: #333333; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .next-day, .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .route-cls, .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .stop-cls {
        font-size: 11px;
        color: #999999; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link {
        margin-top: -2px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link.active-list-link .flt-dtl-item-link a:hover {
          text-decoration: none;
          border-bottom: 4px solid #3366cc; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a {
          display: inline-block;
          font-size: 11px;
          line-height: 18px;
          height: 26px;
          color: #3366cc;
          position: relative; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a.active {
            text-decoration: none;
            border-bottom: 4px solid #3366cc; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-comm-price-section {
        font-size: 13px;
        color: #333333;
        font-weight: 400; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-segment-info .flt-comm-price-section .comm-price-currency {
          font-weight: 400;
          opacity: .8; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info {
        font-size: 14px;
        color: #000000;
        font-weight: bold; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .currency {
          font-weight: 500;
          opacity: .6; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .flt-refund-status-info .refundable-badge {
          background-color: transparent;
          border: 1px solid #339900;
          font-size: 10px;
          color: #339900;
          padding: 4px 7px;
          text-transform: uppercase; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .flt-refund-status-info .non-refundable-badge {
          background-color: transparent;
          border: 1px solid #cc3333;
          font-size: 10px;
          color: #cc3333;
          padding: 4px 7px;
          text-transform: uppercase; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info {
          width: 28px;
          height: 28px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
            color: #ffffff;
            background-color: #2a4673;
            padding: 3px 7px 4px;
            font-size: 11px;
            border-radius: 3px;
            font-weight: 600; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
            font-size: 10px;
            padding-top: 2px;
            position: relative;
            left: 1px;
            text-transform: uppercase;
            color: #6b788f;
            letter-spacing: 0.3px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info {
          width: 28px;
          height: 28px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -2px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -30px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .no-record-list-item {
        font-size: 13px;
        font-weight: 600;
        color: #6b788f;
        line-height: 17px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .no-record-list-item img {
          width: 85px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-shortlist-eq-section {
        width: 47px;
        display: block;
        float: left;
        cursor: pointer;
        font-size: 13px;
        padding: 6px 6px 6px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #cccccc;
        line-height: 6px;
        background: #ffffff;
        border-radius: 5px;
        position: relative;
        top: 8px;
        right: 4px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-shortlist-eq-section input {
          position: relative;
          left: -10px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-shortlist-eq-section .flt-email-quotation-ic {
          background: url("../images/shortlist_email_ic.png") no-repeat;
          width: 16px;
          height: 12px;
          position: absolute;
          right: 7px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-shortlist-eq-section.flt-eq-active {
          border: 1px solid #2a4673;
          background-color: #3366cc; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-supp-remark-label {
        background-color: #f9f9f9;
        border: 1px solid #f1f1f1;
        padding: 1px 8px 4px;
        border-radius: 4px; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-supp-remark-label .remark-badge-label {
          background: #8693a9;
          color: #ffffff;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 0.3px;
          padding: 4px 7px;
          text-transform: uppercase; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-supp-remark-label .remark-msg {
          font-size: 12px;
          font-weight: 400;
          color: #6b788f;
          line-height: 17px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-corp-fare-txt {
        font-size: 13px;
        font-weight: 500;
        color: #cc0000; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section {
        border-top: 1px solid #cccccc;
        box-shadow: 0 1px 5px #dddddd inset;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: default; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section {
          min-height: 210px;
          padding: 20px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading {
            font-size: 15px;
            font-weight: 500;
            line-height: 18px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading small {
              font-size: 12px;
              color: #999999; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .highlight-badge {
              background-color: #3366cc;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .refundable-badge {
              background-color: #339900;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .non-refundable-badge {
              background-color: #cc3333;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label {
            background-color: #fdeaea;
            border: 1px solid #f7dbdb;
            padding: 1px 8px 4px;
            border-radius: 4px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label .imp-badge-label {
              background: #bf0b0b;
              color: #ffffff;
              font-size: 10px;
              padding: 4px 7px;
              text-transform: uppercase; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label .imp-msg {
              font-size: 13px;
              color: #c05353; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-ic img {
            width: 27px;
            height: 23px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .airline-name {
            font-size: 13px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .airline-no {
            font-size: 11px;
            color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .travel-cls {
            font-size: 11px;
            color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .route-cls {
            font-size: 11px;
            color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .operated-by {
            font-size: 11px;
            color: #999999;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 1.25em; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info {
            text-align: right;
            line-height: 16px;
            letter-spacing: 0.3px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
              font-size: 17px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
                font-size: 17px;
                font-weight: bold; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
              font-size: 11px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
              font-size: 11px;
              color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info {
            text-align: left;
            line-height: 16px;
            letter-spacing: 0.3px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
              font-size: 17px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
                font-size: 17px;
                font-weight: bold; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
              font-size: 11px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
              font-size: 11px;
              color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
            width: 22px;
            height: 22px;
            display: inline-block;
            background: url("../images/flt_clock.png") center center no-repeat;
            position: relative;
            top: 3px; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-duration-info .duration {
            font-size: 11px;
            color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-bus-station {
            width: 20px;
            height: 20px;
            position: absolute;
            margin-left: 2px;
            margin-top: -1px;
            z-index: 2;
            background: url("../images/flt_bus_stn_ic.png") no-repeat; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-train-station {
            width: 20px;
            height: 20px;
            position: absolute;
            margin-left: 2px;
            margin-top: -1px;
            z-index: 2;
            background: url("../images/flt_train_stn_ic.png") no-repeat; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
            border-top: none; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
            font-size: 13px;
            color: #777777;
            opacity: 0.4; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 1px 10px 4px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
              color: #555555;
              position: absolute;
              right: 10px;
              font-weight: normal; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section {
            border-left: 1px solid #cccccc; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading {
              font-size: 12px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading small {
                color: #999999; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .note-panel {
              font-size: 11px;
              line-height: 13px;
              color: #999999; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item:first-child {
              border-top: 1px dotted #cccccc; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info {
              font-size: 13px;
              border-bottom: 1px dotted #cccccc;
              color: #777777;
              padding: 3px 10px 4px;
              line-height: 18px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val {
                color: #555555;
                position: absolute;
                right: 10px; }
                .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val .currency {
                  font-weight: 500;
                  opacity: .6; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .total-label {
              font-weight: bold; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading {
            font-size: 12px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading small {
              color: #999999; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-note-msg {
            font-size: 11px;
            color: #777777;
            line-height: 18px;
            padding: 3px;
            border-top: none;
            border-bottom: none; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val .currency {
                font-weight: 500;
                opacity: .6; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info {
            font-size: 11px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val .currency {
                font-weight: 500;
                opacity: .6; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .total-label {
            font-weight: bold; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-fr-custom-scrollbar {
            max-height: 350px;
            overflow: hidden;
            position: relative;
            font-size: 13px;
            color: #333333; }
          .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-layover-info-panel .layover-info {
            border-bottom: 1px dotted #e2e2e2;
            text-align: center; }
            .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
              background-color: #ffffff;
              font-size: 12px;
              color: #999999;
              position: absolute;
              top: -14px;
              left: 40%; }
    .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-grp-list-section {
      position: relative;
      top: -3px;
      margin-bottom: -10px; }
      .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-grp-list-section .grp-list-link-panel {
        width: 315px;
        height: 20px;
        display: inline-block;
        background: url("../images/flt_more_opt_bg_ic.png") center center no-repeat;
        color: #85a3e0;
        font-size: 11px;
        line-height: 11px;
        cursor: pointer; }
        .pts-flt-listing-section .pts-listing-bg .pts-flt-listview-section .flt-grp-list-section .grp-list-link-panel:hover {
          color: #3366cc; }

.pts-flt-listing-section .pts-rt-listing-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-flt-listing-section .pts-rt-listing-bg .flt-rt-list-col:first-child {
    border-right: 1px solid #dddddd; }
  .pts-flt-listing-section .pts-rt-listing-bg .flt-rt-error-msg {
    font-size: 13px;
    font-weight: 600;
    color: #cc0000;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0; }
  .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section {
    padding: 25px 20px 5px 20px; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section.flt-rt-error-summary {
      pointer-events: none;
      opacity: 0.3; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price {
      font-size: 36px;
      font-weight: bold;
      line-height: 36px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price .currency {
        font-weight: 600; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link {
        line-height: 18px;
        margin: 0 1px;
        padding: 0; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li {
          display: inline;
          padding-left: 5px;
          font-size: 11px;
          font-weight: normal; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:first-child {
            padding-left: 0px; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:first-child:before {
              content: ""; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:before {
            content: " . ";
            color: #cccccc;
            font-weight: bold;
            position: relative;
            left: -1px;
            bottom: 3px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a {
            color: #85a3e0; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:hover, .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:active, .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:focus {
              outline: none;
              box-shadow: none;
              text-decoration: none; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a.active {
              color: #3366cc;
              text-decoration: none;
              border-bottom: 4px solid #3366cc; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info {
      border-top: 1px solid #cccccc;
      box-shadow: 0 1px 5px #dddddd inset;
      margin-bottom: 5px;
      margin-top: 3px;
      border-radius: 2px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section {
        padding: 20px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .highlight-badge {
            background-color: #3366cc;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item:first-child {
          border-top: 1px dotted #cccccc; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 13px;
          color: #777777;
          opacity: 0.4; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 13px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 1px 10px 4px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            color: #555555;
            position: absolute;
            right: 10px;
            font-weight: normal; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section {
          border-left: 1px solid #cccccc; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading {
            font-size: 12px; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading small {
              color: #999999; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .note-panel {
            font-size: 11px;
            line-height: 13px;
            color: #999999; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val .currency {
                font-weight: 500;
                opacity: .6; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .total-label {
            font-weight: bold; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading {
          font-size: 12px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading small {
            color: #999999; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item:first-child {
          border-top: 1px dotted #cccccc; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-note-msg {
          font-size: 11px;
          color: #777777;
          line-height: 18px;
          padding: 3px;
          border-top: none;
          border-bottom: none; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info {
          font-size: 13px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 3px 10px 4px;
          line-height: 18px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val {
            color: #555555;
            position: absolute;
            right: 10px; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val .currency {
              font-weight: 500;
              opacity: .6; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info {
          font-size: 11px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 3px 10px 4px;
          line-height: 18px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val {
            color: #555555;
            position: absolute;
            right: 10px; }
            .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val .currency {
              font-weight: 500;
              opacity: .6; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .total-label {
          font-weight: bold; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-fr-custom-scrollbar {
          max-height: 350px;
          overflow: hidden;
          position: relative;
          font-size: 13px;
          color: #333333; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-summary .airline-ic img {
      width: 23px;
      height: 19px;
      margin-right: 2px;
      margin-left: 2px; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-summary .airline-name {
      font-size: 11px; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .flt-rt-sel-summary .flt-info-cls {
      font-size: 11px;
      color: #999999;
      line-height: 14px; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-selected-section .pts-primary-btn {
      font-size: 15px; }
  .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-title-bg {
    box-sizing: border-box;
    height: 34px;
    background-color: #f1f8ff;
    padding: 8px 0 0 20px;
    font-size: 13px;
    text-shadow: 0 1px #ffffff;
    border-bottom: 1px solid #f1f8ff;
    border-top: 1px solid #f1f8ff; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-title-bg.pts-rt-sticky-titlebar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 1; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-title-bg .flt-date {
      color: #798bb0; }
  .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section.pts-rt-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 34px;
      z-index: 1; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section.pts-rt-sticky-topbar {
      background-color: #f3f9ff; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list {
      border-top: 1px solid #d3e4f5;
      padding: 0 20px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-rt-sorter-section .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section {
    padding: 0px 0px 10px; }
    .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item {
      padding: 10px 10px 2px 20px;
      border-bottom: 1px solid #eeeeee;
      margin: 0px;
      cursor: pointer;
      /********* Email Quotation CSS - B2B Flt Listing ************/
      /********* Airline Supplier with Remark CSS - B2B Flt Listing ************/
      /********** Fligth Corprate Fare Provider - B2B *******/ }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item.active-item {
        background-color: whitesmoke;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: none 1s ease-in-out;
        -moz-transition: none 1s ease-in-out;
        -ms-transition: none 1s ease-in-out;
        -o-transition: none 1s ease-in-out;
        transition: none 1s ease-in-out; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-ic img {
        width: 27px;
        height: 23px;
        margin-right: 2px;
        margin-left: 2px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name {
        font-size: 10px;
        color: #999999; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name.truncate {
          width: 110px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em;
          display: block; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name .airline-code {
          color: #cccccc; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .depart-cls, .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .arrive-cls {
        font-size: 13px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .duration-cls {
        font-size: 12px;
        color: #333333; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .next-day, .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .route-cls, .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .stop-cls {
        font-size: 10px;
        color: #999999; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .layover-cls .layover {
        position: relative;
        background: #ffffff;
        font-size: 10px;
        color: #999999;
        padding: 2px 5px;
        top: -6px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .layover-cls hr {
        border-top: 1px dotted #cccccc;
        position: absolute;
        width: 100%;
        top: -6px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info {
        font-size: 13px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .currency {
          opacity: .6; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info {
          width: 28px;
          height: 28px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
            color: #ffffff;
            background-color: #2a4673;
            padding: 3px 7px 4px;
            font-size: 11px;
            border-radius: 3px;
            font-weight: 600; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
            font-size: 10px;
            padding-top: 2px;
            position: relative;
            left: 1px;
            text-transform: uppercase;
            color: #6b788f;
            letter-spacing: 0.3px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info {
          width: 28px;
          height: 28px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -2px; }
          .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -30px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .no-record-list-item {
        font-size: 13px;
        font-weight: 600;
        color: #6b788f;
        line-height: 17px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .no-record-list-item img {
          width: 85px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-comm-price-section {
        font-size: 13px;
        color: #3366cc; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-comm-price-section .currency {
          opacity: .8; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-shortlist-eq-section {
        width: 47px;
        display: block;
        float: left;
        cursor: pointer;
        font-size: 13px;
        padding: 6px 6px 6px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #cccccc;
        line-height: 6px;
        background: #ffffff;
        border-radius: 5px;
        position: relative;
        top: 2px;
        right: 10px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-shortlist-eq-section input {
          position: relative;
          left: 0px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-shortlist-eq-section .flt-email-quotation-ic {
          background: url("../images/shortlist_email_ic.png") no-repeat;
          width: 16px;
          height: 12px;
          position: absolute;
          right: 7px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-shortlist-eq-section.flt-eq-active {
          border: 1px solid #2a4673;
          background-color: #3366cc; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-supp-remark-label {
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        padding: 1px 8px 4px;
        border-radius: 4px; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-supp-remark-label .remark-badge-label {
          background: #8693a9;
          color: #ffffff;
          font-size: 10px;
          font-weight: 500;
          letter-spacing: 0.3px;
          padding: 4px 7px;
          text-transform: uppercase; }
        .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-supp-remark-label .remark-msg {
          font-size: 11px;
          font-weight: 600;
          color: #6b788f;
          line-height: 17px; }
      .pts-flt-listing-section .pts-rt-listing-bg .pts-flt-rt-listview-section .flt-rt-info-list-item .flt-corp-fare-txt {
        font-size: 13px;
        font-weight: 500;
        color: #cc0000; }

/*********** Below CSS For Flight Listing Page - One Way + Round Trip  -  Mobile Section Part **************/
.pts-flt-mob-listing-section .flt-mob-main-listing-section {
  margin-bottom: 58px;
  background-color: #ffffff; }
  .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-progress-bar {
    padding: 0px 0px 0px 2px;
    background-color: #ffffff;
    margin-top: -5px; }
  .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-email-comm-ic-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    margin-top: 0px;
    padding-top: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-email-comm-ic-section .email-mob-disable-quotation {
      pointer-events: none;
      opacity: 0.5; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-email-comm-ic-section .flt-mob-sh-comm-ic-link img {
      cursor: pointer;
      width: 24px;
      height: 24px;
      opacity: 0.2;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-email-comm-ic-section .flt-mob-sh-comm-ic-link.sh-comm-active img {
      cursor: pointer;
      width: 24px;
      height: 24px;
      opacity: 1;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 4; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      margin-top: 0px;
      padding-top: 2px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list {
        padding: 0px; }
        .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list .sorter-list-item a {
          padding: 0 10px 0 0;
          display: inline-block;
          font-size: 13px;
          line-height: 34px;
          height: 33px;
          border-bottom: 3px solid transparent;
          color: #3366cc;
          position: relative; }
          .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list .sorter-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
            text-decoration: none;
            border-bottom: 3px solid #3366cc; }
          .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
            content: "";
            display: block;
            background: url("../images/sort_asc_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
          .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-topbar-panel .flt-mob-sorter-section .flt-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
            content: "";
            display: block;
            background: url("../images/sort_des_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
  .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item {
    padding: .6rem .9rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    /********** Refundable + Non Refundable Status ***********/
    /********* Email Quotation CSS - B2B Flt Listing ************/
    /********* Airline Supplier with Remark CSS - B2B Flt Listing ************/
    /********** Fligth Corprate Fare Provider - B2B *******/ }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-airline-info .airline-ic img {
      width: 27px;
      height: 23px;
      margin-right: 2px;
      margin-left: 2px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-airline-info .airline-mc-ic img {
      width: 23px;
      height: 19px;
      margin-right: 2px;
      margin-left: 2px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-airline-info .airline-name {
      font-size: 11px;
      color: #999999;
      margin-top: 3px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 85%;
      min-width: 63px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-airline-info .airline-code {
      font-size: 11px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .depart-cls, .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .arrive-cls {
      font-size: 14px;
      color: #333333; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .next-day, .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .route-cls {
      font-size: 11px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .duration-cls, .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-segment-info .stop-cls {
      font-size: 12px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info {
      font-size: 13px;
      color: #2a4673;
      font-weight: 700; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .currency {
        font-size: 14px;
        font-weight: 500;
        opacity: .8; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .seat-left-status-info {
        width: 28px;
        height: 28px; }
        .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
          color: #ffffff;
          background-color: #2a4673;
          padding: 3px 7px 4px;
          font-size: 11px;
          border-radius: 3px;
          font-weight: 600; }
        .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
          font-size: 10px;
          padding-top: 2px;
          position: relative;
          left: 1px;
          text-transform: uppercase;
          color: #6b788f;
          letter-spacing: 0.3px; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .flt-bag-status-info {
        width: 28px;
        height: 28px; }
        .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
          width: 24px;
          height: 24px;
          background: url("../images/flt_list_bag_ic.png") -2px -2px; }
        .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
          width: 24px;
          height: 24px;
          background: url("../images/flt_list_bag_ic.png") -2px -30px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #3366cc; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .no-record-list-item img {
        width: 75px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-refund-status-info .refundable-badge {
      background-color: transparent;
      border: 1px solid #339900;
      font-size: 10px;
      color: #339900;
      padding: 4px 7px;
      text-transform: uppercase; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-refund-status-info .non-refundable-badge {
      background-color: transparent;
      border: 1px solid #cc3333;
      font-size: 10px;
      color: #cc3333;
      padding: 4px 7px;
      text-transform: uppercase; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-shortlist-eq-section {
      width: 47px;
      display: block;
      float: left;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 4px;
      left: 0px; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-shortlist-eq-section input {
        position: relative; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-shortlist-eq-section .flt-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-shortlist-eq-section.flt-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-supp-remark-label {
      background-color: #f9f9f9;
      border: 1px solid #f1f1f1;
      padding: 1px 8px 4px;
      border-radius: 4px; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-supp-remark-label .remark-badge-label {
        background: #8693a9;
        color: #ffffff;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.3px;
        padding: 4px 7px;
        text-transform: uppercase; }
      .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-supp-remark-label .remark-msg {
        font-size: 12px;
        font-weight: 400;
        color: #6b788f;
        line-height: 17px; }
    .pts-flt-mob-listing-section .flt-mob-main-listing-section .flt-mob-info-list-item .flt-mob-corp-fare-txt {
      font-size: 13px;
      font-weight: 500;
      color: #cc0000; }

.pts-flt-mob-listing-section .flt-mob-rt-main-listing-section {
  margin-bottom: 58px;
  background-color: #ffffff; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-alert-msg-toast {
    visibility: hidden;
    min-width: 95%;
    background-color: #000000db;
    text-align: left;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 999;
    left: 10px;
    right: 10px;
    bottom: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-alert-msg-toast i {
      color: #FFEB3B;
      padding-right: 5px; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-alert-msg-toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-progress-bar {
    padding: 0px 0px 0px 2px;
    background-color: #ffffff;
    margin-top: -5px; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-selected-section {
    background-color: #333333;
    min-height: 65px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-selected-section .flt-mob-rt-sel-total-price {
      font-size: 24px;
      font-weight: 400;
      line-height: 22px;
      color: #ffffff; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-selected-section .flt-mob-rt-sel-total-price .currency {
        font-weight: 400; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-selected-section .flt-mob-rt-sel-total-price .general-txt {
        font-size: 12px;
        color: #cccccc;
        font-weight: 600; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-selected-section .pts-primary-btn {
      font-size: 17px;
      position: relative;
      right: 10px;
      top: -2px;
      font-weight: 600;
      letter-spacing: 0.3px; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-email-comm-ic-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    margin-top: 0px;
    padding-top: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-email-comm-ic-section .email-mob-rt-disable-quotation {
      pointer-events: none;
      opacity: 0.5; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-email-comm-ic-section .flt-mob-rt-sh-comm-ic-link img {
      cursor: pointer;
      width: 24px;
      height: 24px;
      opacity: 0.2;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-email-comm-ic-section .flt-mob-rt-sh-comm-ic-link.sh-comm-active img {
      cursor: pointer;
      width: 24px;
      height: 24px;
      opacity: 1;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 91px;
    z-index: 4; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section {
      box-sizing: border-box;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel {
        border-right: 1px solid #d3e4f5; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel:last-child, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel:last-child {
          border-right: none; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .flt-mob-rt-in-out-destination, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .flt-mob-rt-in-out-destination {
          border-bottom: 1px solid #d3e4f5;
          background-color: #f3f9ff;
          font-size: 14px;
          color: #2a4673;
          font-weight: 600;
          line-height: 30px; }
          .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .flt-mob-rt-in-out-destination.active, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .flt-mob-rt-in-out-destination.active {
            color: #ffffff;
            background-color: #3366cc; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list {
          border-bottom: 1px solid #d3e4f5;
          background-color: #f3f9ff;
          padding: 0px; }
          .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a {
            padding: 0 10px 0 0;
            display: inline-block;
            font-size: 13px;
            line-height: 34px;
            height: 33px;
            border-bottom: 3px solid transparent;
            color: #3366cc;
            position: relative; }
            .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a:hover, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a:hover, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a:hover, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a:hover {
              outline: none;
              box-shadow: none !important;
              text-decoration: none; }
            .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.sortAsc::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.sortAsc::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.sortAsc::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.sortAsc::before {
              content: "";
              display: block;
              background: url("../images/sort_asc_ic.png") no-repeat;
              width: 12px;
              height: 12px;
              position: absolute;
              top: 12px;
              right: -5px; }
            .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.sortDes::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.sortDes::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.sortDes::before, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.sortDes::before {
              content: "";
              display: block;
              background: url("../images/sort_des_ic.png") no-repeat;
              width: 12px;
              height: 12px;
              position: absolute;
              top: 12px;
              right: -5px; }
            .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.active-sorter, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-inbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.active-sorter, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .inbound-sorter-tab-list .sorter-list-item a.active-sorter, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .flt-mob-rt-topbar-panel .flt-mob-rt-sorter-section .flt-mob-rt-outbound-sorter-panel .outbound-sorter-tab-list .sorter-list-item a.active-sorter {
              text-decoration: none;
              border-bottom: 3px solid #3366cc; }
  .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item {
    padding: .6rem .9rem;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    /********** Refundable + Non Refundable Status ***********/
    /********* Email Quotation CSS - B2B Flt Listing ************/
    /********* Airline Supplier with Remark CSS - B2B Flt Listing ************/
    /********** Fligth Corprate Fare Provider - B2B *******/ }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item.active-item {
      background-color: whitesmoke;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: none 1s ease-in-out;
      -moz-transition: none 1s ease-in-out;
      -ms-transition: none 1s ease-in-out;
      -o-transition: none 1s ease-in-out;
      transition: none 1s ease-in-out; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-airline-info .airline-ic img {
      width: 27px;
      height: 23px;
      margin-right: 2px;
      margin-left: 2px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-airline-info .airline-mc-ic img {
      width: 23px;
      height: 19px;
      margin-right: 2px;
      margin-left: 2px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-airline-info .airline-name {
      font-size: 11px;
      color: #999999;
      margin-top: 3px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 85%;
      min-width: 63px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-airline-info .airline-code {
      font-size: 11px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .depart-cls, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .arrive-cls {
      font-size: 14px;
      color: #333333; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .next-day, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .route-cls {
      font-size: 11px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .duration-cls, .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-segment-info .stop-cls {
      font-size: 12px;
      color: #999999; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info {
      font-size: 13px;
      color: #2a4673;
      font-weight: 700; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .currency {
        font-size: 14px;
        font-weight: 500;
        opacity: .8; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .seat-left-status-info {
        width: 28px;
        height: 28px; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
          color: #ffffff;
          background-color: #2a4673;
          padding: 3px 7px 4px;
          font-size: 11px;
          border-radius: 3px;
          font-weight: 600; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
          font-size: 10px;
          padding-top: 2px;
          position: relative;
          left: 1px;
          text-transform: uppercase;
          color: #6b788f;
          letter-spacing: 0.3px; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .flt-bag-status-info {
        width: 28px;
        height: 28px; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
          width: 24px;
          height: 24px;
          background: url("../images/flt_list_bag_ic.png") -2px -2px; }
        .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
          width: 24px;
          height: 24px;
          background: url("../images/flt_list_bag_ic.png") -2px -30px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #3366cc; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .no-record-list-item img {
        width: 75px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-refund-status-info .refundable-badge {
      background-color: transparent;
      border: 1px solid #339900;
      font-size: 10px;
      color: #339900;
      padding: 4px 7px;
      text-transform: uppercase; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-refund-status-info .non-refundable-badge {
      background-color: transparent;
      border: 1px solid #cc3333;
      font-size: 10px;
      color: #cc3333;
      padding: 4px 7px;
      text-transform: uppercase; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-shortlist-eq-section {
      width: 47px;
      display: block;
      float: left;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 4px;
      left: 0px; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-shortlist-eq-section input {
        position: relative; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-shortlist-eq-section .flt-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-shortlist-eq-section.flt-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-supp-remark-label {
      background-color: #f9f9f9;
      border: 1px solid #f1f1f1;
      padding: 1px 8px 4px;
      border-radius: 4px; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-supp-remark-label .remark-badge-label {
        background: #8693a9;
        color: #ffffff;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.3px;
        padding: 4px 7px;
        text-transform: uppercase; }
      .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-supp-remark-label .remark-msg {
        font-size: 12px;
        font-weight: 400;
        color: #6b788f;
        line-height: 17px; }
    .pts-flt-mob-listing-section .flt-mob-rt-main-listing-section .pts-flt-mob-rt-listview-section .flt-mob-rt-info-list-item .flt-mob-rt-corp-fare-txt {
      font-size: 13px;
      font-weight: 500;
      color: #cc0000; }

/*********** Below CSS For Flight Booking Page **************/
.pts-flt-booking-page-section .flt-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-flt-booking-page-section .flt-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-flt-booking-page-section .flt-bkg-topbar-bg .flt-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-flt-booking-page-section .flt-bkg-topbar-bg .flt-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-flt-booking-page-section .flt-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-label-bg.flt-bkg-itinerary-info-sh, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-label-bg.flt-bkg-traveller-info-sh {
        cursor: pointer; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section {
      cursor: default; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section {
        min-height: 210px;
        padding: 20px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading {
          font-size: 19px;
          font-weight: bold;
          line-height: 18px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .highlight-badge {
            background-color: #3366cc;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label {
          background-color: #fdeaea;
          border: 1px solid #f7dbdb;
          padding: 1px 8px 4px;
          border-radius: 4px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label .imp-badge-label {
            background: #bf0b0b;
            color: #ffffff;
            font-size: 10px;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label .imp-msg {
            font-size: 13px;
            color: #c05353; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .airline-no {
          font-size: 11px;
          color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .travel-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .operated-by {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info {
          text-align: right;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
            font-size: 11px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info {
          text-align: left;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
            font-size: 11px; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: url("../images/flt_clock.png") center center no-repeat;
          position: relative;
          top: 3px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-duration-info .duration {
          font-size: 11px;
          color: #999999; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-bus-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_bus_stn_ic.png") no-repeat; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-train-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_train_stn_ic.png") no-repeat; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .main-heading {
          font-size: 12px;
          color: #687896;
          font-weight: 500;
          line-height: 18px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-ic {
          width: 16px;
          height: 16px;
          position: relative;
          margin-left: 2px;
          margin-right: 8px;
          margin-top: 1px;
          z-index: 2;
          background: url("../images/bkg_bag_info_ic.png") no-repeat; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 11px;
          color: #777777;
          opacity: 0.4; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 11px;
          color: #777777;
          padding: 5px 4px 4px;
          font-weight: 500; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            font-size: 11px;
            color: #999999;
            padding: 5px 4px 4px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-layover-info-panel .layover-info {
          border-bottom: 1px dotted #cccccc;
          text-align: center; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
            background-color: #ffffff;
            font-size: 12px;
            color: #999999;
            position: absolute;
            top: -14px;
            left: 40%; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .flt-bkg-email-sh-option {
      display: none; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg .flt-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg .flt-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg .flt-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .segment-title {
      font-size: 13px;
      font-weight: 600;
      color: #2a4673;
      line-height: 18px; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .segment-title small {
        font-weight: 600; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .baggage-segment, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .meal-segment {
      font-size: 12px;
      font-weight: 600;
      color: #666666;
      line-height: 18px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-gst-info .custom-input, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-gst-info .custom-input label, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-payment-mode-info ul.flt-bkg-payment-mode-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-payment-mode-info ul.flt-bkg-payment-mode-type li {
        display: block;
        float: left; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-payment-mode-info ul.flt-bkg-payment-mode-type li label {
          font-size: 13px;
          font-weight: 600;
          color: #666666;
          line-height: 18px; }
  .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .form-control:hover, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .form-control:active, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .btn-agency-markup:hover, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .btn-agency-markup:active, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-label, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-label small, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info .fare-label, .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option .flt-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Flight Booking Page Mobile Section **************/
.pts-flt-mob-booking-page-section .flt-mob-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-topbar-bg .flt-mob-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-topbar-bg .flt-mob-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-label-bg.flt-mob-bkg-itinerary-info-sh, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-label-bg.flt-mob-bkg-traveller-info-sh {
        cursor: pointer; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section {
      cursor: default; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section {
        min-height: 210px;
        padding: 20px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .main-heading {
          font-size: 19px;
          font-weight: bold;
          line-height: 18px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .main-heading .highlight-badge {
            background-color: #3366cc;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .highlight-label {
          background-color: #fdeaea;
          border: 1px solid #f7dbdb;
          border-radius: 4px;
          padding: 8px 1px 8px;
          line-height: 17px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .highlight-label .imp-badge-label {
            background: #bf0b0b;
            color: #ffffff;
            font-size: 10px;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .highlight-label .imp-msg {
            font-size: 13px;
            color: #c05353; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-info .airline-no {
          font-size: 11px;
          color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-info .travel-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .airline-info .operated-by {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-dept-info {
          text-align: right;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-dept-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-dept-info .flt-date {
            font-size: 11px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-dept-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-arrival-info {
          text-align: left;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-arrival-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-arrival-info .flt-date {
            font-size: 11px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-arrival-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-duration-info .itinerary-clock {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: url("../images/flt_clock.png") center center no-repeat;
          position: relative;
          top: 3px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-duration-info .duration {
          font-size: 11px;
          color: #999999; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-bus-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_bus_stn_ic.png") no-repeat; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-train-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_train_stn_ic.png") no-repeat; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .main-heading {
          font-size: 12px;
          color: #687896;
          font-weight: 500;
          line-height: 18px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .baggage-ic {
          width: 16px;
          height: 16px;
          position: relative;
          margin-left: 2px;
          margin-right: 8px;
          margin-top: 1px;
          z-index: 2;
          background: url("../images/bkg_bag_info_ic.png") no-repeat; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 11px;
          color: #777777;
          opacity: 0.4; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 11px;
          color: #777777;
          padding: 5px 4px 4px;
          font-weight: 500; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            font-size: 11px;
            color: #999999;
            padding: 5px 4px 4px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-layover-info-panel .layover-info {
          border-bottom: 1px dotted #cccccc;
          text-align: center;
          line-height: 1px; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-itinerary-section section .flt-mob-dtl-layover-info-panel .layover-info .layover-time {
            background-color: #ffffff;
            font-size: 12px;
            color: #999999;
            position: relative;
            top: -2px;
            left: -5px;
            right: 0;
            display: inline; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-email-section .flt-mob-bkg-email-sh-option {
      display: none; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-details-heading-bg .flt-mob-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-details-heading-bg .flt-mob-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-details-heading-bg .flt-mob-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .segment-title {
      font-size: 13px;
      font-weight: 600;
      color: #2a4673;
      line-height: 18px; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .segment-title small {
        font-weight: 600; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .baggage-segment, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .meal-segment {
      font-size: 12px;
      font-weight: 600;
      color: #666666;
      line-height: 18px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-traveller-gst-info .custom-input, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-traveller-gst-info .custom-input label, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-payment-mode-info ul.flt-mob-bkg-payment-mode-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-payment-mode-info ul.flt-mob-bkg-payment-mode-type li {
        display: block;
        float: left; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-main-panel-bg .flt-mob-bkg-traveller-section .flt-mob-bkg-payment-mode-info ul.flt-mob-bkg-payment-mode-type li label {
          font-size: 13px;
          font-weight: 600;
          color: #666666;
          line-height: 18px; }
  .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: 0px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .form-control:hover, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .form-control:active, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .btn-agency-markup:hover, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .btn-agency-markup:active, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item .fare-label, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item .fare-label small, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sep-wise-fare-info .flt-mob-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-fare-info .fare-label, .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-flt-mob-booking-page-section .flt-mob-bkg-section-bg .flt-mob-bkg-side-panel-bg .flt-mob-bkg-available-deals-option .flt-mob-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Flight Booking Transaction Page Top Part **************/
.pts-flt-bkg-trans-section .flt-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .main-heading {
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #2a4673; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .flt-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }

.pts-flt-bkg-trans-section .flt-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-label-bg.flt-bkg-trans-info-sh {
        cursor: pointer; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section {
      cursor: default; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section {
        min-height: 210px;
        padding: 20px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading {
          font-size: 19px;
          font-weight: bold;
          line-height: 18px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .highlight-badge {
            background-color: #3366cc;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label {
          background-color: #fdeaea;
          border: 1px solid #f7dbdb;
          border-radius: 4px;
          padding: 8px 1px 8px;
          line-height: 17px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label .imp-badge-label {
            background: #bf0b0b;
            color: #ffffff;
            font-size: 10px;
            padding: 4px 7px;
            text-transform: uppercase; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label .imp-msg {
            font-size: 13px;
            color: #c05353; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .airline-no {
          font-size: 11px;
          color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .travel-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .operated-by {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info {
          text-align: right;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
            font-size: 11px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info {
          text-align: left;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
            font-size: 17px; }
            .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
            font-size: 11px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: url("../images/flt_clock.png") center center no-repeat;
          position: relative;
          top: 3px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-duration-info .duration {
          font-size: 11px;
          color: #999999; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-bus-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_bus_stn_ic.png") no-repeat; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-train-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_train_stn_ic.png") no-repeat; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .main-heading {
          font-size: 12px;
          color: #687896;
          font-weight: 500;
          line-height: 18px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-ic {
          width: 16px;
          height: 16px;
          position: relative;
          margin-left: 2px;
          margin-right: 8px;
          margin-top: 1px;
          z-index: 2;
          background: url("../images/bkg_bag_info_ic.png") no-repeat; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 11px;
          color: #777777;
          opacity: 0.4; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 11px;
          color: #777777;
          padding: 5px 4px 4px;
          font-weight: 500; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            font-size: 11px;
            color: #999999;
            padding: 5px 4px 4px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-layover-info-panel .layover-info {
          border-bottom: 1px dotted #cccccc;
          text-align: center;
          line-height: 1px; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
            background-color: #ffffff;
            font-size: 12px;
            color: #999999;
            position: relative;
            top: -2px;
            left: -5px;
            right: 0;
            display: inline; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info {
      background-color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 2px; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-item-row {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-item-row:last-child {
          border-bottom: none; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-heading-txt {
        color: #333333;
        text-transform: capitalize;
        line-height: 18px;
        font-weight: 600; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-txt {
        line-height: 18px;
        font-weight: 600; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-txt small {
          color: #333333;
          line-height: 18px;
          letter-spacing: 0.5px;
          font-weight: 600; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-contact-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #333333;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-contact-info:last-child {
        padding-bottom: 15px; }
  .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item:last-child {
          border-bottom: none; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-label, .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-label small, .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info .fare-label, .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        line-height: 18px; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #3366cc; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link:last-child {
          border-bottom: none; }
        .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link img {
          width: 24px;
          height: 24px; }
    .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-ailine-contact-info {
      background-color: #ffffff;
      font-size: 14px;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-ailine-contact-info .airline-info-txt {
        color: #333333;
        line-height: 20px;
        font-weight: 500; }

/*********** Below CSS For Hotel Listing Page - Section Part **************/
.pts-htl-listing-section .pts-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .pts-htl-listing-section .pts-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn {
    display: block; }
    .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:active, .pts-htl-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }

.pts-htl-listing-section .pts-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .pts-htl-listing-section .pts-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .pts-htl-listing-section .pts-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .pts-htl-listing-section .pts-filter-side-panel .showing-result-section .htl-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .pts-htl-listing-section .pts-filter-side-panel .showing-result-section .htl-sp-reset-filter:hover, .pts-htl-listing-section .pts-filter-side-panel .showing-result-section .htl-sp-reset-filter:active, .pts-htl-listing-section .pts-filter-side-panel .showing-result-section .htl-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #3366cc; }
  .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group:last-child {
      border-bottom: none; }
    .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel {
      color: #000000; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:hover, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:active, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-state-hover, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:before, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:hover, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:active, .pts-htl-listing-section .pts-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.pts-htl-listing-section .htl-main-listing-section {
  margin-bottom: 54px; }
  .pts-htl-listing-section .htl-main-listing-section .htl-progress-bar {
    padding: 0px 0px 0px 2px; }
  .pts-htl-listing-section .htl-main-listing-section .htl-search-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-htl-listing-section .htl-main-listing-section .htl-search-section.htl-sticky-searchbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel label {
      font-size: 13px;
      color: #2a4673;
      font-weight: 600; }
    .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel i {
      position: absolute;
      left: 10px;
      top: 9px;
      font-size: 13px;
      color: #2a4673; }
    .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input {
      padding-left: 30px;
      padding-right: 35px;
      font-size: 12px;
      border: 1px solid #aaaaaa;
      color: #2a4673;
      font-weight: 500; }
      .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:hover, .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:active, .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:focus {
        outline: none;
        box-shadow: none; }
    .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic {
      position: absolute;
      top: 2px;
      right: 24px;
      display: none; }
      .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:hover, .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:active, .pts-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:focus {
        outline: none;
        box-shadow: none; }
  .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section.htl-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 64px;
      z-index: 4; }
    .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
  .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-main-img img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-name {
      font-size: 17px;
      color: #2a4673;
      font-weight: 600;
      width: 350px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-address, .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-city {
      font-size: 13px;
      padding-left: 3px;
      color: #2a4673;
      font-weight: 500; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info .currency {
        font-weight: 600; }
      .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-htl-listing-section .htl-main-listing-section .htl-info-list-item .no-record-list-item img {
        width: 85px; }

/*********** Below CSS For Hotel Listing Page -  Mobile Section Part **************/
.pts-htl-mob-listing-section .htl-mob-main-listing-section {
  margin-bottom: 58px; }
  .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
    padding-bottom: 6px;
    z-index: 4; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-progress-bar {
      padding: 0px 0px 0px 2px;
      background-color: #ffffff;
      margin-top: -2px; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section.htl-mob-sticky-searchbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 4; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel i {
        position: absolute;
        left: 25px;
        top: 9px;
        font-size: 13px;
        color: #2a4673; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input input {
        padding-left: 30px;
        padding-right: 35px;
        font-size: 12px;
        border: 1px solid #aaaaaa;
        color: #2a4673;
        font-weight: 500; }
        .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input input:hover, .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input input:active, .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input input:focus {
          outline: none;
          box-shadow: none; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input .htl-mob-input-close-ic {
        position: absolute;
        top: 2px;
        right: 24px;
        display: none; }
        .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input .htl-mob-input-close-ic:hover, .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input .htl-mob-input-close-ic:active, .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-search-section .htl-mob-search-panel .search-htl-mob-input .htl-mob-input-close-ic:focus {
          outline: none;
          box-shadow: none; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list {
        padding: 0 23px;
        float: left; }
        .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-label {
          font-size: 13px;
          color: #2a4673;
          font-weight: 500; }
        .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-item a {
          padding: 0 10px 0 0;
          display: inline-block;
          font-size: 13px;
          line-height: 34px;
          height: 33px;
          border-bottom: 3px solid transparent;
          color: #3366cc;
          position: relative; }
          .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
            text-decoration: none;
            border-bottom: 3px solid #3366cc; }
          .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
            content: "";
            display: block;
            background: url("../images/sort_asc_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
          .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-topbar-panel .htl-mob-sorter-section .htl-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
            content: "";
            display: block;
            background: url("../images/sort_des_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
  .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item {
    background: #ffffff;
    min-height: 114px;
    margin-top: 6px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-main-img img {
      height: 100%;
      min-height: 112px;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-name {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-address, .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-city {
      font-size: 12px;
      color: #2a4673;
      font-weight: 500;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-price-info {
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
      color: #3366cc; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-price-info .currency {
        font-weight: 600; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .htl-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-htl-mob-listing-section .htl-mob-main-listing-section .htl-mob-info-list-item .no-record-list-item img {
        width: 75px; }

/*********** Below CSS For Hotel DetailView Page - Section Part **************/
.pts-htl-dtl-vw-section .htl-dtl-vw-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link {
    font-size: 13px;
    font-weight: 500;
    color: #3366cc;
    text-decoration: none;
    cursor: pointer; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:hover, .pts-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:active, .pts-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:focus {
      outline: none;
      box-shadow: none !important;
      color: #3366cc;
      text-decoration: none; }

.pts-htl-dtl-vw-section .htl-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px;
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px;
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 99; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        overflow: auto;
        line-height: 20px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li {
          position: relative;
          white-space: nowrap;
          float: left; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li a {
            display: block;
            position: relative;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 13px;
            font-weight: 500;
            color: #3366cc; }
            .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li a:hover {
              color: #3366cc;
              text-decoration: none; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li.active {
            color: #3366cc;
            text-decoration: none;
            border-bottom: 4px solid #3366cc; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .email-disable-quotation {
        pointer-events: none;
        opacity: 0.5; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-sh-comm-ic-link img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-sh-comm-ic-link.sh-comm-active img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 10px 2px; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-heading-bg .htl-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #2a4673;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section {
      padding: 5px 0px 5px; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-address, .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-city, .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-location {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info:last-child {
          border-right: none; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .currency {
        font-weight: 600; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .htl-dtl-img-list-item img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 100%;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .htl-dtl-img-list-item img.thumbnail {
        max-height: 80%;
        cursor: pointer; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #f8fbff;
      border: 1px dotted #2a4673;
      color: #3366cc;
      width: 93%;
      height: 15%;
      bottom: 0px;
      left: 3px;
      border-radius: 8px;
      display: table;
      text-align: center;
      cursor: pointer; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 13px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-normal-txt .htl-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #3366cc;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-list-group .htl-dtl-list-item {
      padding: 8px 10px;
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-list-group .htl-dtl-list-item::before {
        content: "";
        display: block;
        background: url("../images/list_arrow.png") no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: -19px; }
    .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list {
      /********** Supplier Name Badge ******/
      /********* Email Quotation CSS - B2B Hotel ************/ }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-supplier-badge-label {
        background: #8693a9;
        color: #ffffff;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.3px;
        padding: 4px 7px;
        margin-top: 13px;
        text-transform: uppercase; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-shortlist-eq-section {
        width: 47px;
        display: block;
        float: right;
        cursor: pointer;
        font-size: 13px;
        padding: 6px 6px 6px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #cccccc;
        line-height: 6px;
        background: #ffffff;
        border-radius: 5px;
        position: relative;
        top: 8px;
        right: 4px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-shortlist-eq-section input {
          position: relative;
          left: -20px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-shortlist-eq-section .htl-email-quotation-ic {
          background: url("../images/shortlist_email_ic.png") no-repeat;
          width: 16px;
          height: 12px;
          position: absolute;
          right: 7px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-shortlist-eq-section.htl-eq-active {
          border: 1px solid #2a4673;
          background-color: #3366cc; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 10px 7px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item:last-child {
          border-bottom: none; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-img img {
          margin: 5px 0px;
          border-radius: 8px;
          object-fit: cover;
          position: relative;
          right: 0px;
          max-height: 125px;
          width: 100%;
          border-radius: 10px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-type {
          font-size: 15px;
          font-weight: 500;
          line-height: 20px;
          color: #2a4673; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-meal-type {
          font-size: 13px;
          color: #777777;
          font-weight: 500;
          line-height: 20px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info {
          font-size: 24px;
          font-weight: bold;
          line-height: 24px;
          color: #3366cc; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .currency {
            font-weight: 600; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .normal-txt {
            font-size: 11px;
            color: #999999;
            font-weight: 500;
            line-height: 20px; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .no-of-pax {
            font-size: 11px;
            font-weight: 600;
            line-height: 20px; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .htl-comm-price-label {
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
            color: #2a4673; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-cancellation-policy-ic img {
          cursor: pointer; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-txt {
          font-size: 13px;
          color: #339900;
          font-weight: 500; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-txt {
          font-size: 13px;
          color: #cc3333;
          font-weight: 500; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note {
          padding: 6px 9px;
          border: 1px dotted #8fded7;
          background-color: #eafdfb;
          max-width: 270px;
          font-size: 12px;
          font-weight: 500;
          color: #02547a; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note .cancel-date {
            color: #02547a; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note {
          padding: 6px 9px;
          border: 1px dotted #de8f8f;
          background-color: #fdeaea;
          max-width: 250px;
          font-size: 12px;
          font-weight: 500;
          color: #02547a; }
          .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note .cancel-date {
            color: #02547a; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .list-heading-bg {
        background-color: #f0f2f5;
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 2px 2px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .list-heading-bg .list-heading {
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0.3px;
          line-height: 18px;
          text-align: left; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-rm-list-custom-scrollbar {
        max-height: 470px;
        overflow: hidden;
        position: relative; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .list-grp-heading-bg {
        background-color: #ffffff;
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 2px 2px 8px; }
        .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .list-grp-heading-bg .list-grp-heading {
          font-size: 13px;
          color: #3366cc;
          font-weight: 500;
          letter-spacing: 0.3px;
          line-height: 18px;
          text-align: left; }
      .pts-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .htl-dtl-room-list-item {
        cursor: pointer; }

/*********** Below CSS For Hotel DetailView Page - Mobile Section Part **************/
.pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  padding: 0px 15px; }
  .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px;
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px;
      position: -webkit-sticky;
      position: sticky;
      top: 87px;
      z-index: 99; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-dtl-tab-link ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        overflow: auto;
        line-height: 20px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-dtl-tab-link ul li {
          position: relative;
          white-space: nowrap;
          float: left; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-dtl-tab-link ul li a {
            display: block;
            position: relative;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 13px;
            font-weight: 500;
            color: #3366cc; }
            .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-dtl-tab-link ul li a:hover {
              color: #3366cc;
              text-decoration: none; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-dtl-tab-link ul li.active {
            color: #3366cc;
            text-decoration: none;
            border-bottom: 4px solid #3366cc; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .email-mob-disable-quotation {
        pointer-events: none;
        opacity: 0.5; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-sh-comm-ic-link img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-tab-bg .htl-mob-sh-comm-ic-link.sh-comm-active img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 10px 2px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-heading-bg .htl-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #2a4673;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-dtl-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section {
      padding: 5px 0px 5px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section .htl-address, .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section .htl-city, .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-info-section .htl-location {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-check-in-out-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-check-in-out-section .htl-mob-dtl-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-check-in-out-section .htl-mob-dtl-chk-info:last-child {
          border-right: none; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-check-in-out-section .htl-mob-dtl-chk-info .htl-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-dtl-check-in-out-section .htl-mob-dtl-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-min-price-section .currency {
        font-weight: 600; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-info-panel .htl-mob-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-img-grid-panel .htl-mob-dtl-img-list-item img {
      margin: 5px 0 2px 0;
      border-radius: 10px;
      max-height: 350px;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-img-grid-panel .htl-mob-dtl-img-list-item img.thumbnail {
        max-height: 100%;
        cursor: pointer; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #f8fbff;
      border: 1px dotted #2a4673;
      color: #3366cc;
      width: 88%;
      bottom: 12px;
      top: 15px;
      border-radius: 8px;
      padding: 10px 0;
      display: block;
      text-align: center;
      cursor: pointer; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 12px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle;
        margin: auto;
        position: absolute;
        top: 40%;
        left: 0;
        bottom: 40%;
        right: 0; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-dtl-normal-txt .htl-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #3366cc;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-list-group .htl-dtl-list-item {
      padding: 8px 10px;
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-list-group .htl-dtl-list-item::before {
        content: "";
        display: block;
        background: url("../images/list_arrow.png") no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: -19px; }
    .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list {
      /********** Supplier Name Badge ******/
      /********* Email Quotation CSS - B2B Hotel ************/ }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-supplier-badge-label {
        background: #8693a9;
        color: #ffffff;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.3px;
        padding: 4px 7px;
        margin-top: 13px;
        text-transform: uppercase; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-shortlist-eq-section {
        width: 47px;
        display: block;
        float: right;
        cursor: pointer;
        font-size: 13px;
        padding: 6px 6px 6px 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border: 1px solid #cccccc;
        line-height: 6px;
        background: #ffffff;
        border-radius: 5px;
        position: relative;
        top: 8px;
        right: 4px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-shortlist-eq-section input {
          position: relative;
          left: -20px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-shortlist-eq-section .htl-email-quotation-ic {
          background: url("../images/shortlist_email_ic.png") no-repeat;
          width: 16px;
          height: 12px;
          position: absolute;
          right: 7px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-shortlist-eq-section.htl-eq-active {
          border: 1px solid #2a4673;
          background-color: #3366cc; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 10px 7px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item:last-child {
          border-bottom: none; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-img img {
          margin: 5px 0px;
          border-radius: 8px;
          object-fit: cover;
          position: relative;
          right: 0px;
          max-height: 125px;
          width: 100%;
          border-radius: 10px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-type {
          font-size: 15px;
          font-weight: 500;
          line-height: 20px;
          color: #2a4673; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-meal-type {
          font-size: 13px;
          color: #777777;
          font-weight: 500;
          line-height: 20px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-price-info {
          font-size: 20px;
          font-weight: bold;
          line-height: 24px;
          color: #3366cc; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-price-info .currency {
            font-weight: 600; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-price-info .normal-txt {
            font-size: 11px;
            color: #999999;
            font-weight: 500;
            line-height: 20px; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-price-info .no-of-pax {
            font-size: 11px;
            font-weight: 600;
            line-height: 20px; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-price-info .htl-mob-comm-price-label {
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
            color: #2a4673; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-cancellation-policy-ic img {
          cursor: pointer; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-txt {
          font-size: 13px;
          color: #339900;
          font-weight: 500; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-txt {
          font-size: 13px;
          color: #cc3333;
          font-weight: 500; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note {
          padding: 6px 9px;
          border: 1px dotted #8fded7;
          background-color: #eafdfb;
          max-width: 233px;
          font-size: 11px;
          font-weight: 500;
          color: #02547a; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note .cancel-date {
            color: #02547a; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note {
          padding: 6px 9px;
          border: 1px dotted #de8f8f;
          background-color: #fdeaea;
          max-width: 233px;
          font-size: 11px;
          font-weight: 500;
          color: #02547a; }
          .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note .cancel-date {
            color: #02547a; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .list-heading-bg {
        background-color: #f0f2f5;
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 2px 2px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .list-heading-bg .list-heading {
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0.3px;
          line-height: 18px;
          text-align: left; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .htl-mob-rm-list-custom-scrollbar {
        max-height: 470px;
        overflow: hidden;
        position: relative;
        margin-right: -12px; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .htl-mob-room-wise-list-grp .list-grp-heading-bg {
        background-color: #ffffff;
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        padding: 2px 2px 8px; }
        .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .htl-mob-room-wise-list-grp .list-grp-heading-bg .list-grp-heading {
          font-size: 13px;
          color: #3366cc;
          font-weight: 500;
          letter-spacing: 0.3px;
          line-height: 18px;
          text-align: left; }
      .pts-htl-mob-dtl-vw-section .htl-mob-dtl-vw-main-bg .htl-mob-dtl-vw-panel-section .htl-mob-dtl-room-grp-list .htl-mob-dtl-room-ws-list-panel .htl-mob-room-wise-list-grp .htl-dtl-room-list-item {
        cursor: pointer; }

/*********** Below CSS For Hotel Booking Page **************/
.pts-htl-booking-page-section .htl-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-htl-booking-page-section .htl-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-htl-booking-page-section .htl-bkg-topbar-bg .htl-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-htl-booking-page-section .htl-bkg-topbar-bg .htl-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-htl-booking-page-section .htl-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg.htl-bkg-itinerary-info-sh, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg.htl-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg .htl-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-address, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-city {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .refundable-badge {
        background-color: #339900;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .non-refundable-badge {
        background-color: #cc3333;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info:last-child {
          border-right: none; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info .htl-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section {
      font-size: 13px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-heading {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list:last-child {
          border-bottom: none; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-label {
          color: #3366cc; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-room-type {
          color: #2a4673; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-pax-info {
          font-size: 12px;
          color: #777777; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .htl-bkg-email-sh-option {
      display: none; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-details-heading-bg .htl-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 7px 7px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg .htl-pax-heading {
        font-size: 12px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg .htl-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg .htl-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info .custom-input, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info .custom-input label, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:hover, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:active, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:focus, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:hover, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:active, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:focus {
      text-decoration: none; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-payment-mode-info ul.htl-bkg-payment-mode-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-payment-mode-info ul.htl-bkg-payment-mode-type li {
        display: block;
        float: left; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-payment-mode-info ul.htl-bkg-payment-mode-type li label {
          font-size: 13px;
          font-weight: 600;
          color: #666666;
          line-height: 18px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul {
      font-size: 12px;
      padding: 0px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol ol, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol ul, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul ol, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul ul {
        padding: 0px 15px; }
  .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .form-control:hover, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .form-control:active, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .btn-agency-markup:hover, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .btn-agency-markup:active, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls {
        cursor: pointer; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item:last-child {
          border-bottom: none; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-label, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-label small, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-amount small {
            font-size: 13px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info .fare-label, .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option .htl-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Hotel Booking Page Mobile Section **************/
.pts-htl-mob-booking-page-section .htl-mob-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-topbar-bg .htl-mob-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-topbar-bg .htl-mob-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-label-bg.htl-mob-bkg-itinerary-info-sh, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-label-bg.htl-mob-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-label-bg .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-label-bg .htl-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .htl-address, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .htl-city {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .refundable-badge {
        background-color: #339900;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-info-section .non-refundable-badge {
        background-color: #cc3333;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-check-in-out-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-check-in-out-section .htl-bkg-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-check-in-out-section .htl-bkg-chk-info:last-child {
          border-right: none; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-check-in-out-section .htl-bkg-chk-info .htl-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-check-in-out-section .htl-bkg-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section {
      font-size: 13px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-heading {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-detail-list {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-detail-list:last-child {
          border-bottom: none; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-detail-list .htl-label {
          color: #3366cc; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-detail-list .htl-room-type {
          color: #2a4673; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-itinerary-section .htl-mob-bkg-rm-dtls-section .htl-mob-bkg-rm-detail-list .htl-pax-info {
          font-size: 12px;
          color: #777777; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-email-section .htl-mob-bkg-email-sh-option {
      display: none; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-details-heading-bg .htl-mob-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-pax-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 7px 7px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-pax-heading-bg .htl-mob-pax-heading {
        font-size: 12px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-pax-heading-bg .htl-mob-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-pax-heading-bg .htl-mob-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-gst-info .custom-input, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-gst-info .custom-input label, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-gst-info a:hover, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-gst-info a:active, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-gst-info a:focus, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-terms-condition-section a:hover, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-terms-condition-section a:active, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-traveller-terms-condition-section a:focus {
      text-decoration: none; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-payment-mode-info ul.htl-mob-bkg-payment-mode-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-payment-mode-info ul.htl-mob-bkg-payment-mode-type li {
        display: block;
        float: left; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-payment-mode-info ul.htl-mob-bkg-payment-mode-type li label {
          font-size: 13px;
          font-weight: 600;
          color: #666666;
          line-height: 18px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ol, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ul {
      font-size: 12px;
      padding: 0px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ol ol, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ol ul, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ul ol, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-main-panel-bg .htl-mob-bkg-traveller-section .htl-mob-bkg-hotel-norms-info ul ul {
        padding: 0px 15px; }
  .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: 0px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .form-control:hover, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .form-control:active, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .btn-agency-markup:hover, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .btn-agency-markup:active, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-rm-wise-fare-cls {
        cursor: pointer; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-rm-wise-fare-cls .rm-fare-ic .rm-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-rm-wise-fare-cls .rm-fare-ic .rm-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-rm-wise-fare-cls .rm-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-rm-wise-fare-cls .rm-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item:last-child {
          border-bottom: none; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item .fare-label, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item .fare-label small, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-rm-wise-fare-info .htl-mob-bkg-rm-list-item .fare-amount small {
            font-size: 13px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-fare-info .fare-label, .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-htl-mob-booking-page-section .htl-mob-bkg-section-bg .htl-mob-bkg-side-panel-bg .htl-mob-bkg-available-deals-option .htl-mob-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Hotel Booking Transaction Page Top Part **************/
.pts-htl-bkg-trans-section .htl-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .main-heading {
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #2a4673; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .htl-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }

.pts-htl-bkg-trans-section .htl-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg.htl-bkg-trans-info-sh {
        cursor: pointer; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg .htl-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-address, .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-city {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .refundable-badge {
        background-color: #339900;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .non-refundable-badge {
        background-color: #cc3333;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info:last-child {
          border-right: none; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info .htl-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section {
      font-size: 13px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-heading {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list:last-child {
          border-bottom: none; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-label {
          color: #3366cc; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-room-type {
          color: #2a4673; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-pax-info {
          font-size: 12px;
          color: #777777; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-heading-bg {
        background-color: #eaf1f9;
        border: none;
        padding: 7px 7px; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-heading-bg .rm-heading {
          font-size: 13px;
          color: #333333;
          letter-spacing: 0.3px;
          line-height: 20px;
          text-align: left;
          font-weight: 600; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #2a4673;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row .pax-label {
            color: #3366cc; }
          .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row .htl-pax-info {
            color: #2a4673; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls {
        cursor: pointer; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item:last-child {
          border-bottom: none; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-label, .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-label small, .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-amount small {
            font-size: 13px; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info .fare-label, .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        line-height: 18px; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #3366cc; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link:last-child {
          border-bottom: none; }
        .pts-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Excursion Listing Page - Section Part **************/
.pts-exc-listing-section .pts-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .pts-exc-listing-section .pts-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn {
    display: block; }
    .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:active, .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
  .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .exc-sh-comm-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-exc-listing-section .pts-topbar-bg .pts-toolbar-control-section .exc-sh-comm-ic-link.sh-comm-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-exc-listing-section .pts-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .pts-exc-listing-section .pts-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .pts-exc-listing-section .pts-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .pts-exc-listing-section .pts-filter-side-panel .showing-result-section .exc-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .pts-exc-listing-section .pts-filter-side-panel .showing-result-section .exc-sp-reset-filter:hover, .pts-exc-listing-section .pts-filter-side-panel .showing-result-section .exc-sp-reset-filter:active, .pts-exc-listing-section .pts-filter-side-panel .showing-result-section .exc-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #3366cc; }
  .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group:last-child {
      border-bottom: none; }
    .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel {
      color: #000000; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section {
        border-bottom: 1px solid #dddddd;
        -webkit-box-shadow: 0 1px 0 #ffffff ;
        -moz-box-shadow: 0 1px 0 #ffffff ;
        box-shadow: 0 1px 0 #ffffff ;
        margin: 0;
        padding-right: 2px;
        padding-left: 10px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel {
          cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel.sp-disable-quotation {
            pointer-events: none;
            opacity: 0.5; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel img {
            width: 18px;
            height: 18px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel label {
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px 1px 6px;
            color: #3366cc; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list {
          margin-top: 4px;
          margin-bottom: 0px;
          padding: 0 3px;
          list-style: none;
          line-height: 15px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li label {
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px;
            color: #3366cc; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-state-hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:before, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:hover, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:active, .pts-exc-listing-section .pts-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.pts-exc-listing-section .exc-main-listing-section {
  margin-bottom: 54px; }
  .pts-exc-listing-section .exc-main-listing-section .exc-progress-bar {
    padding: 0px 0px 0px 2px; }
  .pts-exc-listing-section .exc-main-listing-section .exc-search-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-exc-listing-section .exc-main-listing-section .exc-search-section.exc-sticky-searchbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel label {
      font-size: 13px;
      color: #2a4673;
      font-weight: 600; }
    .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel i {
      position: absolute;
      left: 10px;
      top: 9px;
      font-size: 13px;
      color: #2a4673; }
    .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input {
      padding-left: 30px;
      padding-right: 35px;
      font-size: 12px;
      border: 1px solid #aaaaaa;
      color: #2a4673;
      font-weight: 500; }
      .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:hover, .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:active, .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:focus {
        outline: none;
        box-shadow: none; }
    .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic {
      position: absolute;
      top: 2px;
      right: 24px;
      display: none; }
      .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:hover, .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:active, .pts-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:focus {
        outline: none;
        box-shadow: none; }
  .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section.exc-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 64px;
      z-index: 4; }
    .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
  .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B Hotel ************/ }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-main-img img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-name {
      font-size: 17px;
      color: #2a4673;
      font-weight: 600;
      line-height: 22px;
      /*width: 350px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;*/ }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-supplier {
      font-size: 13px;
      padding-left: 3px;
      color: #2a4673;
      font-weight: 500; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-city {
      font-size: 13px;
      padding-left: 3px;
      color: #000000;
      font-weight: 500; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-activity-type-badge {
      background: #f3f9ff;
      color: #3366cc;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1px;
      padding: 6px 8px;
      border-radius: 8px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-free-cancel-txt {
      font-size: 12px;
      color: #339900;
      font-weight: 400;
      line-height: 20px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-description {
      font-size: 12px;
      color: #999999;
      font-weight: 500;
      line-height: 20px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-activity-duration {
      font-size: 13px;
      color: #2a4673;
      font-weight: 500;
      line-height: 20px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info .currency {
        font-weight: 600; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .no-record-list-item img {
        width: 85px; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-shortlist-eq-section .exc-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-shortlist-eq-section.exc-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Excursion Listing Page -  Mobile Section Part **************/
.pts-exc-mob-listing-section .exc-mob-main-listing-section {
  margin-bottom: 58px; }
  .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
    padding-bottom: 6px;
    z-index: 4; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-progress-bar {
      padding: 0px 0px 0px 2px;
      background-color: #ffffff;
      margin-top: -2px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-email-comm-ic-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      margin-top: 0px;
      padding-top: 2px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-email-comm-ic-section .email-mob-disable-quotation {
        pointer-events: none;
        opacity: 0.5; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-email-comm-ic-section .exc-mob-sh-comm-ic-link img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-email-comm-ic-section .exc-mob-sh-comm-ic-link.sh-comm-active img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section.exc-mob-sticky-searchbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        z-index: 4; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 600; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel i {
        position: absolute;
        left: 25px;
        top: 9px;
        font-size: 13px;
        color: #2a4673; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input input {
        padding-left: 30px;
        padding-right: 35px;
        font-size: 12px;
        border: 1px solid #aaaaaa;
        color: #2a4673;
        font-weight: 500; }
        .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input input:hover, .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input input:active, .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input input:focus {
          outline: none;
          box-shadow: none; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input .exc-mob-input-close-ic {
        position: absolute;
        top: 2px;
        right: 24px;
        display: none; }
        .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input .exc-mob-input-close-ic:hover, .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input .exc-mob-input-close-ic:active, .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-search-section .exc-mob-search-panel .search-exc-mob-input .exc-mob-input-close-ic:focus {
          outline: none;
          box-shadow: none; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list {
        padding: 0 23px;
        float: left; }
        .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-label {
          font-size: 13px;
          color: #2a4673;
          font-weight: 500; }
        .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-item a {
          padding: 0 10px 0 0;
          display: inline-block;
          font-size: 13px;
          line-height: 34px;
          height: 33px;
          border-bottom: 3px solid transparent;
          color: #3366cc;
          position: relative; }
          .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
            text-decoration: none;
            border-bottom: 3px solid #3366cc; }
          .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
            content: "";
            display: block;
            background: url("../images/sort_asc_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
          .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-topbar-panel .exc-mob-sorter-section .exc-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
            content: "";
            display: block;
            background: url("../images/sort_des_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
  .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item {
    background: #ffffff;
    min-height: 114px;
    margin-top: 6px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B Hotel ************/ }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-main-img img {
      height: 100%;
      min-height: 112px;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-name {
      font-size: 13px;
      color: #2a4673;
      font-weight: 600;
      /* width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;*/ }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-supplier {
      font-size: 12px;
      padding-left: 3px;
      color: #2a4673;
      font-weight: 500; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-city {
      font-size: 12px;
      padding-left: 3px;
      color: #000000;
      font-weight: 500; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-activity-type-badge {
      background: #f3f9ff;
      color: #3366cc;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1px;
      padding: 6px 8px;
      border-radius: 8px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-free-cancel-txt {
      font-size: 12px;
      color: #339900;
      font-weight: 400;
      line-height: 20px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-description {
      font-size: 12px;
      color: #999999;
      font-weight: 500;
      line-height: 20px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-activity-duration {
      font-size: 13px;
      color: #2a4673;
      font-weight: 500;
      line-height: 20px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-price-info {
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
      color: #3366cc; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-price-info .currency {
        font-weight: 600; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .no-record-list-item img {
        width: 75px; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-shortlist-eq-section .exc-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-exc-mob-listing-section .exc-mob-main-listing-section .exc-mob-info-list-item .exc-mob-shortlist-eq-section.exc-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Excursion DetailView Page - Section Part **************/
.pts-exc-dtl-vw-section .exc-dtl-vw-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 40px; }
  .pts-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link {
    font-size: 13px;
    font-weight: 500;
    color: #3366cc;
    text-decoration: none;
    cursor: pointer; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:hover, .pts-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:active, .pts-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:focus {
      outline: none;
      box-shadow: none !important;
      color: #3366cc;
      text-decoration: none; }

.pts-exc-dtl-vw-section .exc-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-duration, .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-offered-lang, .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-pickup-offer {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 10px 2px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-heading-bg .exc-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #2a4673;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg {
      background-color: #f8fbff;
      margin: 20px;
      padding: 0px;
      border-radius: 4px;
      border: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-label {
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        color: #2a4673;
        letter-spacing: 0.4px;
        padding: 0px 15px;
        border-left: 4px solid #3366cc;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-label.exc-dtl-info-sh {
          cursor: pointer; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info {
        background-color: #ffffff;
        padding: 10px 10px 5px;
        margin-bottom: 1px; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .panel-heading {
          font-size: 15px;
          font-weight: 600;
          color: #2a4673; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .main-heading {
          font-size: 14px;
          font-weight: 600;
          color: #2a4673; }
          .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .main-heading .label {
            font-weight: 700; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border {
          border-left: 1px dashed #2a4673;
          margin: -6px 26px; }
          .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border .sub-heading {
            font-size: 13px;
            padding-left: 5px;
            font-weight: 600;
            color: #2a4673; }
          .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border .small {
            font-size: 12px;
            color: #777777;
            padding-left: 5px;
            font-weight: 500; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section {
      padding: 5px 0px 5px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-activity-duration {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info:last-child {
          border-right: none; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info .exc-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info .exc-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .currency {
        font-weight: 600; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .exc-dtl-img-list-item img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 100%;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .exc-dtl-img-list-item img.thumbnail {
        max-height: 80%;
        cursor: pointer; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #f8fbff;
      border: 1px dotted #2a4673;
      color: #3366cc;
      width: 93%;
      height: 15%;
      bottom: 0px;
      left: 3px;
      border-radius: 8px;
      display: table;
      text-align: center;
      cursor: pointer; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 13px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-normal-txt .exc-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #3366cc;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-include-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-include-item::before {
          content: "";
          display: block;
          background: url("../images/exc_include.png") no-repeat;
          width: 32px;
          height: 32px;
          position: absolute;
          margin-top: -7px;
          left: 14px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-exclude-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-exclude-item::before {
          content: "";
          display: block;
          background: url("../images/exc_exclude.png") no-repeat;
          width: 32px;
          height: 32px;
          position: absolute;
          margin-top: -7px;
          left: 14px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list ul.list-grp {
        list-style: circle; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 400;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-header {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-header .list-heading {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 10px 7px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item:last-child {
        border-bottom: none; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .sub-heading {
        font-size: 13px;
        padding-left: 5px;
        font-weight: 600;
        color: #2a4673; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .small {
        font-size: 12px;
        color: #777777;
        padding-left: 5px;
        font-weight: 500; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-category-type {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-price-per-pax {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info {
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        color: #3366cc; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .currency {
          font-weight: 600; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .normal-txt {
          font-size: 11px;
          color: #999999;
          font-weight: 500;
          line-height: 20px; }
        .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .no-of-pax {
          font-size: 11px;
          font-weight: 600;
          line-height: 20px; }
      .pts-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }

/*********** Below CSS For Excursion DetailView Page - Mobile Section Part **************/
.pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  padding: 0px 15px; }
  .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-quick-info-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-quick-info-bg .exc-dtl-duration, .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-quick-info-bg .exc-dtl-offered-lang, .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-quick-info-bg .exc-dtl-pickup-offer {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-heading-bg {
      background-color: #f8fbff;
      border: none;
      padding: 10px 2px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-heading-bg .exc-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #2a4673;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg {
      background-color: #f8fbff;
      margin: 20px 0px;
      padding: 0px;
      border-radius: 4px;
      border: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-label {
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        color: #2a4673;
        letter-spacing: 0.4px;
        padding: 0px 15px;
        border-left: 4px solid #3366cc;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-label.exc-mob-dtl-info-sh {
          cursor: pointer; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info {
        background-color: #ffffff;
        padding: 10px 10px 5px;
        margin-bottom: 1px; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .panel-heading {
          font-size: 15px;
          font-weight: 600;
          color: #2a4673; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .main-heading {
          font-size: 14px;
          font-weight: 600;
          color: #2a4673; }
          .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .main-heading.itinerary-title {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block; }
          .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .main-heading .label {
            font-weight: 700; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .exc-mob-dtl-itinerary-border {
          border-left: 1px dashed #2a4673;
          margin: -6px 11px; }
          .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .exc-mob-dtl-itinerary-border .sub-heading {
            font-size: 13px;
            padding-left: 5px;
            font-weight: 600;
            color: #2a4673; }
          .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-panel-bg .exc-mob-dtl-panel-info .exc-mob-dtl-itinerary-border .small {
            font-size: 12px;
            color: #777777;
            padding-left: 5px;
            font-weight: 500; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section {
      padding: 5px 0px 5px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-info-section .exc-activity-duration {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-travel-date-section {
      background-color: #f8fbff;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-travel-date-section .exc-dtl-travel-date-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-travel-date-section .exc-dtl-travel-date-info:last-child {
          border-right: none; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-travel-date-section .exc-dtl-travel-date-info .exc-label {
          color: #3366cc;
          font-size: 13px;
          font-weight: 500; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-dtl-travel-date-section .exc-dtl-travel-date-info .exc-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-min-price-section .currency {
        font-weight: 600; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-info-panel .exc-mob-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-img-grid-panel .exc-mob-dtl-img-list-item img {
      margin: 5px 0 2px 0;
      border-radius: 10px;
      max-height: 350px;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-img-grid-panel .exc-mob-dtl-img-list-item img.thumbnail {
        max-height: 100%;
        cursor: pointer; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #f8fbff;
      border: 1px dotted #2a4673;
      color: #3366cc;
      width: 88%;
      bottom: 12px;
      top: 15px;
      border-radius: 8px;
      padding: 10px 0;
      display: block;
      text-align: center;
      cursor: pointer; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 12px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle;
        margin: auto;
        position: absolute;
        top: 40%;
        left: 0;
        bottom: 40%;
        right: 0; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-normal-txt .exc-mob-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #3366cc;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-include-exclude-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-include-exclude-list .exc-mob-dtl-include-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-include-exclude-list .exc-mob-dtl-include-item::before {
          content: "";
          display: block;
          background: url("../images/exc_include.png") no-repeat;
          width: 24px;
          height: 24px;
          position: absolute;
          margin-top: -4px;
          left: 14px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-include-exclude-list .exc-mob-dtl-exclude-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-include-exclude-list .exc-mob-dtl-exclude-item::before {
          content: "";
          display: block;
          background: url("../images/exc_exclude.png") no-repeat;
          width: 24px;
          height: 24px;
          position: absolute;
          margin-top: -4px;
          left: 14px; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-additional-info-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-additional-info-list ul.list-grp {
        list-style: circle; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-additional-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 400;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
    .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 10px 7px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item:last-child {
        border-bottom: none; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .main-heading {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .sub-heading {
        font-size: 13px;
        padding-left: 5px;
        font-weight: 600;
        color: #2a4673; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .small {
        font-size: 12px;
        color: #777777;
        padding-left: 5px;
        font-weight: 500; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-option-category-type {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-price-per-pax {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-option-price-info {
        font-size: 19px;
        font-weight: bold;
        line-height: 24px;
        color: #3366cc; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-option-price-info .currency {
          font-weight: 600; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-option-price-info .normal-txt {
          font-size: 11px;
          color: #999999;
          font-weight: 500;
          line-height: 20px; }
        .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-option-price-info .no-of-pax {
          font-size: 11px;
          font-weight: 600;
          line-height: 20px; }
      .pts-exc-mob-dtl-vw-section .exc-mob-dtl-vw-main-bg .exc-mob-dtl-vw-panel-section .exc-mob-dtl-option-list-item .exc-mob-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }

/*********** Below CSS For Excursion Booking Page **************/
.pts-exc-booking-page-section .exc-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-exc-booking-page-section .exc-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-exc-booking-page-section .exc-bkg-topbar-bg .exc-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-exc-booking-page-section .exc-bkg-topbar-bg .exc-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-exc-booking-page-section .exc-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg .exc-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg .exc-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg.exc-bkg-itinerary-info-sh, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg.exc-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name .exc-city {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-duration, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-datetime, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-offered-lang, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-pickup-offer {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .exc-bkg-email-sh-option {
      display: none; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg .exc-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg .exc-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg .exc-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-gst-info .custom-input, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-gst-info .custom-input label, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .form-control:hover, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .form-control:active, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .btn-agency-markup:hover, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .btn-agency-markup:active, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-label, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-label small, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info .fare-label, .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option .exc-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Excursion Booking Page Mobile Section **************/
.pts-exc-mob-booking-page-section .exc-mob-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-topbar-bg .exc-mob-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-topbar-bg .exc-mob-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-free-cancellation-panel-bg .exc-mob-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-free-cancellation-panel-bg .exc-mob-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg.exc-mob-bkg-itinerary-info-sh, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg.exc-mob-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg .exc-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-label-bg .exc-name .exc-city {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-activity-duration, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-activity-datetime, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-activity-offered-lang, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-itinerary-section .exc-mob-bkg-info-section .exc-activity-pickup-offer {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-email-section .exc-mob-bkg-email-sh-option {
      display: none; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-details-heading-bg .exc-mob-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-details-heading-bg .exc-mob-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-details-heading-bg .exc-mob-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-bkg-traveller-gst-info .custom-input, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-bkg-traveller-gst-info .custom-input label, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-main-panel-bg .exc-mob-bkg-traveller-section .exc-mob-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .form-control:hover, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .form-control:active, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .btn-agency-markup:hover, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .btn-agency-markup:active, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item .fare-label, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item .fare-label small, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sep-wise-fare-info .exc-mob-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-fare-info .fare-label, .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-exc-mob-booking-page-section .exc-mob-bkg-section-bg .exc-mob-bkg-side-panel-bg .exc-mob-bkg-available-deals-option .exc-mob-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Excursion Booking Transaction Page Top Part **************/
.pts-exc-bkg-trans-section .exc-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .main-heading {
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #2a4673; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .exc-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }

.pts-exc-bkg-trans-section .exc-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg .exc-bkg-trans-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg .exc-bkg-trans-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg.exc-bkg-trans-info-sh {
        cursor: pointer; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name .exc-city {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #2a4673;
        font-weight: 500; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #3366cc;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-duration, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-datetime, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-offered-lang, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-pickup-offer {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500;
        line-height: 20px; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #2a4673;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row .pax-label {
            color: #3366cc; }
          .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row .exc-pax-info {
            color: #2a4673; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls {
        cursor: pointer; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #2a4673; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item:last-child {
          border-bottom: none; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-label, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-label small, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-amount small {
            font-size: 13px; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info .fare-label, .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        line-height: 18px; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #3366cc; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link:last-child {
          border-bottom: none; }
        .pts-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Transfer Listing Page - Section Part **************/
.pts-trans-listing-section .pts-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .pts-trans-listing-section .pts-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn {
    display: block; }
    .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:active, .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
  .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .trans-sh-comm-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-trans-listing-section .pts-topbar-bg .pts-toolbar-control-section .trans-sh-comm-ic-link.sh-comm-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-trans-listing-section .pts-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .pts-trans-listing-section .pts-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .trans-total-supp {
      font-size: 11px; }
    .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .trans-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .trans-sp-reset-filter:hover, .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .trans-sp-reset-filter:active, .pts-trans-listing-section .pts-filter-side-panel .showing-result-section .trans-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #3366cc; }
  .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group:last-child {
      border-bottom: none; }
    .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel {
      color: #000000; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:hover, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:active, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section {
        border-bottom: 1px solid #dddddd;
        -webkit-box-shadow: 0 1px 0 #ffffff ;
        -moz-box-shadow: 0 1px 0 #ffffff ;
        box-shadow: 0 1px 0 #ffffff ;
        margin: 0;
        padding-right: 2px;
        padding-left: 10px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel {
          cursor: pointer; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel.sp-disable-quotation {
            pointer-events: none;
            opacity: 0.5; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel img {
            width: 18px;
            height: 18px; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel label {
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px 1px 6px;
            color: #3366cc; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list {
          margin-top: 4px;
          margin-bottom: 0px;
          padding: 0 3px;
          list-style: none;
          line-height: 15px; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li label {
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px;
            color: #3366cc; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-state-hover, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:before, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li .truncate {
            /*width: 130px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                display: inline-block;
                                overflow: hidden;*/
            color: #666666;
            font-size: 13px; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:hover, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:active, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li .truncate {
            /*width: 130px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                display: inline-block;
                                overflow: hidden;*/
            color: #666666;
            font-size: 13px; }
          .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:hover, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:active, .pts-trans-listing-section .pts-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.pts-trans-listing-section .trans-main-listing-section {
  margin-bottom: 54px; }
  .pts-trans-listing-section .trans-main-listing-section .trans-progress-bar {
    padding: 0px 0px 0px 2px; }
  .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section.trans-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
  .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B Transfer ************/ }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info {
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .vehicle-type {
        font-size: 15px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .vehicle-main-img img {
        width: auto;
        height: 80px;
        object-fit: cover;
        position: relative;
        left: 0px;
        z-index: 1; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel {
        color: #666666; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel {
        color: #666666;
        min-height: 40px; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-rating-lable {
          font-size: 11px;
          font-weight: 500; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .star-rating-ic img {
          width: 64px;
          height: 12px;
          margin: 3px 0px; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review {
          font-size: 11px;
          font-weight: 500; }
          .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review::before {
            font-weight: normal;
            font-size: 10px;
            content: "Based on "; }
          .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review::after {
            font-weight: normal;
            font-size: 10px;
            content: "reviews "; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .panel-main-heading {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 14px;
        font-weight: 600; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .normal-txt {
        font-size: 13px;
        color: #666666; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .normal-txt .highlight-txt {
          color: #687896;
          opacity: 0.8; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-gap-panel {
        height: 20px;
        background-color: #ffffff;
        position: relative;
        right: -23px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-label {
          color: #666666; }
        .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-txt {
          color: #3366cc; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-more-info-sh {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        cursor: pointer;
        position: absolute;
        bottom: 8px;
        right: 12px; }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info .currency {
        font-weight: 600; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .no-record-list-item img {
        width: 85px; }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-shortlist-eq-section .trans-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-shortlist-eq-section.trans-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Transfer Listing Page -  Mobile Section Part **************/
.pts-trans-mob-listing-section .trans-mob-main-listing-section {
  margin-bottom: 58px; }
  .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
    padding-bottom: 6px;
    z-index: 4; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-progress-bar {
      padding: 0px 0px 0px 2px;
      background-color: #ffffff;
      margin-top: -2px; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-email-comm-ic-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      margin-top: 0px;
      padding-top: 2px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-email-comm-ic-section .email-mob-disable-quotation {
        pointer-events: none;
        opacity: 0.5; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-email-comm-ic-section .trans-mob-sh-comm-ic-link img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-email-comm-ic-section .trans-mob-sh-comm-ic-link.sh-comm-active img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list {
        padding: 0 23px;
        float: left; }
        .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-label {
          font-size: 13px;
          color: #2a4673;
          font-weight: 500; }
        .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-item a {
          padding: 0 10px 0 0;
          display: inline-block;
          font-size: 13px;
          line-height: 34px;
          height: 33px;
          border-bottom: 3px solid transparent;
          color: #3366cc;
          position: relative; }
          .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
            text-decoration: none;
            border-bottom: 3px solid #3366cc; }
          .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
            content: "";
            display: block;
            background: url("../images/sort_asc_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
          .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-topbar-panel .trans-mob-sorter-section .trans-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
            content: "";
            display: block;
            background: url("../images/sort_des_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
  .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item {
    background: #ffffff;
    min-height: 114px;
    margin-top: 6px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B Transfer ************/ }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-panel-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 3px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-panel-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 3px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .vehicle-type {
      font-size: 15px;
      color: #2a4673;
      font-weight: 600;
      line-height: 22px; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .vehicle-main-img img {
      width: auto;
      height: 80px;
      object-fit: cover;
      position: relative;
      left: 0px;
      z-index: 1; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-supplier-info-panel {
      color: #666666; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-supplier-info-panel .supplier-info-lable {
        font-size: 12px;
        font-weight: 500; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-supplier-info-panel .supplier-info {
        font-size: 12px;
        font-weight: 400; }
        .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-supplier-info-panel .supplier-info .supplier-ic img {
          max-height: 35px;
          height: auto; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel {
      color: #666666;
      min-height: 40px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel .supplier-rating-lable {
        font-size: 11px;
        font-weight: 500; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel .star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 3px 0px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel .supplier-review {
        font-size: 11px;
        font-weight: 500; }
        .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel .supplier-review::before {
          font-weight: normal;
          font-size: 10px;
          content: "Based on "; }
        .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-star-rating-panel .supplier-review::after {
          font-weight: normal;
          font-size: 10px;
          content: "reviews "; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .panel-main-heading {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      font-size: 14px;
      font-weight: 600; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .normal-txt {
      font-size: 13px;
      color: #666666; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .normal-txt .highlight-txt {
        color: #687896;
        opacity: 0.8; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-gap-panel {
      height: 20px;
      background-color: #ffffff;
      position: relative;
      right: -23px; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-service-overview-panel {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      font-size: 12px;
      font-weight: 500; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-service-overview-panel .service-ic img {
        width: 35px;
        height: 35px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-service-overview-panel .service-label {
        color: #666666; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-service-overview-panel .service-txt {
        color: #3366cc; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-panel-info .trans-mob-more-info-sh {
      font-size: 13px;
      font-weight: 600;
      color: #3366cc;
      cursor: pointer;
      right: 12px; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-price-info {
      font-size: 20px;
      font-weight: bold;
      line-height: 18px;
      color: #3366cc; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-price-info .currency {
        font-weight: 600; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .no-record-list-item img {
        width: 75px; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-shortlist-eq-section .trans-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-trans-mob-listing-section .trans-mob-main-listing-section .trans-mob-info-list-item .trans-mob-shortlist-eq-section.trans-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Transfer Booking Page **************/
.pts-trans-booking-page-section .trans-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-trans-booking-page-section .trans-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-trans-booking-page-section .trans-bkg-topbar-bg .trans-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-trans-booking-page-section .trans-bkg-topbar-bg .trans-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-trans-booking-page-section .trans-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg .trans-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg .trans-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg.trans-bkg-itinerary-info-sh, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg.trans-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg .trans-basic-info {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg .trans-basic-info small {
          font-size: 12px;
          color: #777777;
          font-weight: 500;
          white-space: normal; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .vehicle-type {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel {
        color: #666666; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-label {
          color: #666666; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-txt {
          color: #3366cc; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section {
      font-size: 13px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading {
        padding: 10px 0px;
        font-size: 15px;
        color: #2a4673;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading img {
          width: 28px;
          height: 28px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info:last-child {
          border-bottom: none; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info .trans-label {
          color: #3366cc; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info .trans-dept-dest-val {
          color: #2a4673; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .trans-bkg-email-sh-option {
      display: none; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-bkg-extra-info-ic {
        width: 30px;
        height: 30px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-gst-info .custom-input, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-gst-info .custom-input label, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section {
      font-size: 13px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading {
        padding: 10px 0px;
        font-size: 14px;
        color: #2a4673;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading img {
          width: 30px;
          height: auto; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info:last-child {
          border-bottom: none; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .extra-label {
          color: #3366cc; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .extra-desc {
          color: #2a4673; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl {
          flex: 0 0 auto;
          display: flex;
          align-items: center;
          background-color: #ffffff;
          border-radius: 4px;
          font-size: 20px;
          float: right; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button {
          width: 25px;
          height: 25px;
          line-height: 20px;
          text-align: center;
          color: #ffffff;
          cursor: pointer;
          background-color: #687896;
          transition: background-color 100ms ease-in; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement {
          border-radius: 5px 0 0 5px; }
          .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement.disable {
            opacity: 0.6; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment {
          border-radius: 0 5px 5px 0; }
          .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment.disable {
            opacity: 0.6; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement::selection, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment::selection {
          color: #ffffff; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter {
          position: relative;
          width: 51px;
          height: 30px;
          color: #2a4673;
          text-align: center;
          overflow: hidden; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter-input {
          width: 25%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 2;
          box-shadow: none;
          outline: none;
          border: none;
          color: #2a4673;
          font-size: 13px;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          text-align: center;
          opacity: 0;
          transition: opacity 100ms ease-in; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter-num {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          font-size: 14px;
          font-weight: 600;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          opacity: 1;
          transition: opacity 1000ms ease-in; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .form-control:hover, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .form-control:active, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .btn-agency-markup:hover, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .btn-agency-markup:active, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info .base-fare-label, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info .fare-label, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info small {
        font-size: 12px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info .fare-label, .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option .trans-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Transfer Booking Page Mobile Section **************/
.pts-trans-mob-booking-page-section .trans-mob-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-topbar-bg .trans-mob-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-topbar-bg .trans-mob-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-free-cancellation-panel-bg .trans-mob-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-free-cancellation-panel-bg .trans-mob-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-label-bg.trans-mob-bkg-itinerary-info-sh, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-label-bg.trans-mob-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-label-bg .trans-basic-info {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-label-bg .trans-basic-info small {
          font-size: 12px;
          color: #777777;
          font-weight: 500;
          white-space: normal; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section {
      padding: 5px 0px 5px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .vehicle-type {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-supplier-info-panel {
        color: #666666; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-service-overview-panel .service-label {
          color: #666666; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-info-section .trans-service-overview-panel .service-txt {
          color: #3366cc; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section {
      font-size: 13px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .main-heading {
        padding: 10px 0px;
        font-size: 15px;
        color: #2a4673;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .main-heading img {
          width: 28px;
          height: 28px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .trans-bkg-journey-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .trans-bkg-journey-info:last-child {
          border-bottom: none; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .trans-bkg-journey-info .trans-label {
          color: #3366cc; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-itinerary-section .trans-mob-bkg-journey-info-section .trans-bkg-journey-info .trans-dept-dest-val {
          color: #2a4673; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-email-section .trans-mob-bkg-email-sh-option {
      display: none; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-details-heading-bg .trans-mob-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-details-heading-bg .trans-mob-bkg-extra-info-ic {
        width: 30px;
        height: 30px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-details-heading-bg .trans-mob-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-details-heading-bg .trans-mob-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-traveller-gst-info .custom-input, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-traveller-gst-info .custom-input label, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section {
      font-size: 13px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .main-heading {
        padding: 10px 0px;
        font-size: 14px;
        color: #2a4673;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .main-heading img {
          width: 30px;
          height: auto; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info:last-child {
          border-bottom: none; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .extra-label {
          color: #3366cc; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .extra-desc {
          color: #2a4673; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl {
          flex: 0 0 auto;
          display: flex;
          align-items: center;
          background-color: #ffffff;
          border-radius: 4px;
          font-size: 20px;
          float: right; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button {
          width: 25px;
          height: 25px;
          line-height: 20px;
          text-align: center;
          color: #ffffff;
          cursor: pointer;
          background-color: #687896;
          transition: background-color 100ms ease-in; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--decrement {
          border-radius: 5px 0 0 5px; }
          .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--decrement.disable {
            opacity: 0.6; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--increment {
          border-radius: 0 5px 5px 0; }
          .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--increment.disable {
            opacity: 0.6; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--decrement::selection, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__button--increment::selection {
          color: #ffffff; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__counter {
          position: relative;
          width: 51px;
          height: 30px;
          color: #2a4673;
          text-align: center;
          overflow: hidden; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__counter-input {
          width: 25%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 2;
          box-shadow: none;
          outline: none;
          border: none;
          color: #2a4673;
          font-size: 13px;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          text-align: center;
          opacity: 0;
          transition: opacity 100ms ease-in; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-extra-info-section .trans-mob-bkg-extra-info .trans-mob-bkg-extra-ctrl__counter-num {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          font-size: 14px;
          font-weight: 600;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          opacity: 1;
          transition: opacity 1000ms ease-in; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-main-panel-bg .trans-mob-bkg-traveller-section .trans-mob-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: 0px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .form-control:hover, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .form-control:active, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .btn-agency-markup:hover, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .btn-agency-markup:active, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-base-fare-info .base-fare-label, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-extra-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-extra-fare-info .fare-label, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-extra-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-extra-fare-info small {
        font-size: 12px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-fare-info .fare-label, .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-trans-mob-booking-page-section .trans-mob-bkg-section-bg .trans-mob-bkg-side-panel-bg .trans-mob-bkg-available-deals-option .trans-mob-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Transfer Booking Transaction Page Top Part **************/
.pts-trans-bkg-trans-section .trans-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .main-heading {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #2a4673; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .trans-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }

.pts-trans-bkg-trans-section .trans-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg .trans-bkg-trans-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg .trans-bkg-trans-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg.trans-bkg-trans-info-sh {
        cursor: pointer; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg .trans-basic-info {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg .trans-basic-info small {
          font-size: 12px;
          color: #777777;
          font-weight: 500;
          white-space: normal; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .vehicle-type {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel {
        color: #666666; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-label {
          color: #666666; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-txt {
          color: #3366cc; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section {
      font-size: 13px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading {
        padding: 10px 0px;
        font-size: 15px;
        color: #2a4673;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading img {
          width: 28px;
          height: 28px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info:last-child {
          border-bottom: none; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .trans-label {
          color: #3366cc; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .trans-dept-dest-val {
          color: #2a4673; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .pickup-time-confirm-badge {
          background-color: #339900;
          font-size: 10px;
          color: #ffffff;
          padding: 4px 7px;
          text-transform: uppercase;
          border-radius: 4px; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info .base-fare-label, .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info .fare-label, .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info small {
        font-size: 12px; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info .fare-label, .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        line-height: 18px; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #3366cc; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link:last-child {
          border-bottom: none; }
        .pts-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Insurance Listing Page - Section Part **************/
.pts-insur-listing-section .pts-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .pts-insur-listing-section .pts-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn {
    display: block; }
    .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:active, .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
  .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .insur-sh-comm-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-insur-listing-section .pts-topbar-bg .pts-toolbar-control-section .insur-sh-comm-ic-link.sh-comm-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-insur-listing-section .pts-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .pts-insur-listing-section .pts-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .pts-insur-listing-section .pts-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .pts-insur-listing-section .pts-filter-side-panel .showing-result-section .insur-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .pts-insur-listing-section .pts-filter-side-panel .showing-result-section .insur-sp-reset-filter:hover, .pts-insur-listing-section .pts-filter-side-panel .showing-result-section .insur-sp-reset-filter:active, .pts-insur-listing-section .pts-filter-side-panel .showing-result-section .insur-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #3366cc; }
  .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group:last-child {
      border-bottom: none; }
    .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel {
      color: #000000; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:hover, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:active, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section {
        border-bottom: 1px solid #dddddd;
        -webkit-box-shadow: 0 1px 0 #ffffff ;
        -moz-box-shadow: 0 1px 0 #ffffff ;
        box-shadow: 0 1px 0 #ffffff ;
        margin: 0;
        padding-right: 2px;
        padding-left: 10px; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel {
          cursor: pointer; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel.sp-disable-quotation {
            pointer-events: none;
            opacity: 0.5; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel img {
            width: 18px;
            height: 18px; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section .sp-quotation-panel label {
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px 1px 6px;
            color: #3366cc; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list {
          margin-top: 4px;
          margin-bottom: 0px;
          padding: 0 3px;
          list-style: none;
          line-height: 15px; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li label {
            font-size: 12px;
            font-weight: bold;
            padding: 1px 3px;
            color: #3366cc; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-quotation-section ul.sp-quotation-section-list li input[type="checkbox"] {
            vertical-align: middle;
            position: relative;
            top: -1px; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-state-hover, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:before, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #3366cc;
            content: '';
            width: 18px;
            height: 18px;
            background: #3366cc;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:hover, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:active, .pts-insur-listing-section .pts-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.pts-insur-listing-section .insur-main-listing-section {
  margin-bottom: 54px; }
  .pts-insur-listing-section .insur-main-listing-section .insur-progress-bar {
    padding: 0px 0px 0px 2px; }
  .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section.insur-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #2a4673;
        font-weight: 500; }
      .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #3366cc;
        position: relative; }
        .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #3366cc; }
        .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .pts-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B Insurance ************/ }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info {
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .insur-plan-type {
        font-size: 15px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .sub-heading {
        font-size: 12px;
        color: #777777;
        font-weight: 500; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .insur-more-info-sh {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #3366cc; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info .currency {
        font-weight: 600; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .no-record-list-item img {
        width: 85px; }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-shortlist-eq-section .insur-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-shortlist-eq-section.insur-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Insurance Listing Page -  Mobile Section Part **************/
.pts-insur-mob-listing-section .insur-mob-main-listing-section {
  margin-bottom: 58px; }
  .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
    padding-bottom: 6px;
    z-index: 4; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-progress-bar {
      padding: 0px 0px 0px 2px;
      background-color: #ffffff;
      margin-top: -2px; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-email-comm-ic-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      margin-top: 0px;
      padding-top: 2px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-email-comm-ic-section .email-mob-disable-quotation {
        pointer-events: none;
        opacity: 0.5; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-email-comm-ic-section .insur-mob-sh-comm-ic-link img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-email-comm-ic-section .insur-mob-sh-comm-ic-link.sh-comm-active img {
        cursor: pointer;
        width: 24px;
        height: 24px;
        opacity: 1;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section {
      box-sizing: border-box;
      background-color: #f3f9ff;
      border-bottom: 1px solid #d3e4f5;
      border-left: 1px solid #d3e4f5;
      border-right: 1px solid #d3e4f5;
      margin-top: 0px;
      box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list {
        padding: 0 23px;
        float: left; }
        .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-label {
          font-size: 13px;
          color: #2a4673;
          font-weight: 500; }
        .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-item a {
          padding: 0 10px 0 0;
          display: inline-block;
          font-size: 13px;
          line-height: 34px;
          height: 33px;
          border-bottom: 3px solid transparent;
          color: #3366cc;
          position: relative; }
          .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
            text-decoration: none;
            border-bottom: 3px solid #3366cc; }
          .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
            content: "";
            display: block;
            background: url("../images/sort_asc_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
          .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-topbar-panel .insur-mob-sorter-section .insur-mob-sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
            content: "";
            display: block;
            background: url("../images/sort_des_ic.png") no-repeat;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 12px;
            right: -5px; }
  .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item {
    background: #ffffff;
    min-height: 114px;
    margin-top: 6px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer;
    /********** Supplier Name Badge ******/
    /********* Email Quotation CSS - B2B insurursion ************/ }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-panel-info {
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-panel-info .insur-plan-type {
        font-size: 15px;
        color: #2a4673;
        font-weight: 600;
        line-height: 22px; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-panel-info .sub-heading {
        font-size: 12px;
        color: #777777;
        font-weight: 500; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-panel-info .insur-more-info-sh {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-price-info {
      font-size: 19px;
      font-weight: bold;
      line-height: 18px;
      color: #3366cc; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-price-info .currency {
        font-weight: 600; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #2a4673; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .no-record-list-item img {
        width: 75px; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-supplier-badge-label {
      background: #8693a9;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.3px;
      padding: 4px 7px;
      margin-top: 13px;
      text-transform: uppercase; }
    .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-shortlist-eq-section {
      width: 47px;
      display: block;
      float: right;
      cursor: pointer;
      font-size: 13px;
      padding: 6px 6px 6px 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      border: 1px solid #cccccc;
      line-height: 6px;
      background: #ffffff;
      border-radius: 5px;
      position: relative;
      top: 8px;
      right: 4px; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-shortlist-eq-section input {
        position: relative;
        left: -20px; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-shortlist-eq-section .insur-email-quotation-ic {
        background: url("../images/shortlist_email_ic.png") no-repeat;
        width: 16px;
        height: 12px;
        position: absolute;
        right: 7px; }
      .pts-insur-mob-listing-section .insur-mob-main-listing-section .insur-mob-info-list-item .insur-mob-shortlist-eq-section.insur-eq-active {
        border: 1px solid #2a4673;
        background-color: #3366cc; }

/*********** Below CSS For Insurance Booking Page **************/
.pts-insur-booking-page-section .insur-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-insur-booking-page-section .insur-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-insur-booking-page-section .insur-bkg-topbar-bg .insur-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-insur-booking-page-section .insur-bkg-topbar-bg .insur-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-insur-booking-page-section .insur-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg.insur-bkg-itinerary-info-sh, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg.insur-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name .insur-destination {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-mob-bkg-email-section .insur-mob-bkg-email-sh-option {
      display: none; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-mob-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-mob-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-mob-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-mob-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg .insur-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg .insur-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg .insur-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-gst-info .custom-input, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-gst-info .custom-input label, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: -3px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .form-control:hover, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .form-control:active, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .btn-agency-markup:hover, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .btn-agency-markup:active, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info .base-fare-label, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info .fare-label, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info small {
        font-size: 12px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info .fare-label, .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option .insur-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Insurance Booking Page Mobile Section **************/
.pts-insur-mob-booking-page-section .insur-mob-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-topbar-bg .insur-mob-sh-agency-markup-ic-link img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 0.2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-topbar-bg .insur-mob-sh-agency-markup-ic-link.sh-agency-markup-active img {
    cursor: pointer;
    width: 24px;
    height: 24px;
    opacity: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg.insur-mob-bkg-itinerary-info-sh, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg.insur-mob-bkg-traveller-info-sh {
        cursor: pointer; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg .insur-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg .insur-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-label-bg .insur-name .insur-destination {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-bkg-email-section .insur-bkg-email-sh-option {
      display: none; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-details-heading-bg .insur-mob-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-details-heading-bg .insur-mob-bkg-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-details-heading-bg .insur-mob-bkg-select-traveller {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-sub-heading {
      font-size: 13px;
      color: #2a4673;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-bkg-traveller-gst-info .custom-input, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-bkg-traveller-gst-info .custom-input label, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-main-panel-bg .insur-mob-bkg-traveller-section .insur-mob-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .form-control {
        padding: 3px 10px;
        margin: 0px 12px -3px -3px;
        height: 33px;
        max-width: 28%;
        color: #000000;
        font-size: 13px; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .form-control:hover, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .form-control:active, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .btn-agency-markup:hover, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .btn-agency-markup:active, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .btn-agency-markup:focus {
        outline: none;
        box-shadow: none; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .btn-agency-markup.active {
        font-size: 13px;
        background-color: #3366cc;
        color: #ffffff;
        font-weight: 500;
        border-color: #3366cc; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-agency-markup-panel .btn-agency-markup.noActive {
        font-size: 13px;
        background-color: #ffffff;
        color: #333333;
        font-weight: 500;
        border-color: #cccccc; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-base-fare-info .base-fare-label, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-main-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-main-fare-info .fare-label, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-main-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-main-fare-info small {
        font-size: 12px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-fare-info .fare-label, .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-pax-info {
      background-color: #687896;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-pax-info .divider {
        padding: 0px 5px; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #687896;
        line-height: 18px; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #687896;
        line-height: 18px;
        font-weight: 600; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .pts-insur-mob-booking-page-section .insur-mob-bkg-section-bg .insur-mob-bkg-side-panel-bg .insur-mob-bkg-available-deals-option .insur-mob-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For insurursion Booking Transaction Page Top Part **************/
.pts-insur-bkg-trans-section .insur-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .main-heading {
    font-size: 19px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #2a4673; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .insur-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #2a4673; }

.pts-insur-bkg-trans-section .insur-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg.insur-bkg-trans-info-sh {
        cursor: pointer; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name {
        font-size: 17px;
        color: #2a4673;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name .insur-destination {
          font-size: 13px;
          padding-top: 3px;
          color: #2a4673;
          font-weight: 500; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #2a4673;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .pax-label {
            color: #3366cc; }
          .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .insur-pax-info {
            color: #2a4673; }
            .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .insur-pax-info .insur-pax-age {
              font-size: 11px;
              color: #777777; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
  .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #2a4673;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info .base-fare-label, .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #2a4673; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info .fare-label, .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info small {
        font-size: 12px; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info .fare-label, .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #2a4673; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #2a4673; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #3366cc;
        line-height: 18px; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #3366cc; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link:last-child {
          border-bottom: none; }
        .pts-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/**************** Notification Error CSS *********/
.pts-error-section .pts-error-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-error-section .pts-error-wht-bg .error-title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4673;
    line-height: 30px; }
  .pts-error-section .pts-error-wht-bg .error-txt {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    line-height: 18px; }
  .pts-error-section .pts-error-wht-bg .error-link {
    font-size: 13px;
    color: #2c97fc;
    text-decoration: none;
    line-height: 18px; }
    .pts-error-section .pts-error-wht-bg .error-link:hover {
      color: #2c97fc;
      text-decoration: none; }
  .pts-error-section .pts-error-wht-bg .error-btn-section {
    border-top: 1px dotted rgba(102, 116, 129, 0.15); }

/*********** Below CSS For Customer Trip Profile Page **************/
.pts-cust-trip-profile-section .cust-trip-profile-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-cust-trip-profile-section .cust-trip-profile-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-cust-trip-profile-section .cust-trip-profile-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-panel-bg .ctp-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-panel-bg .ctp-panel-label.ctp-info-sh {
        cursor: pointer; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-panel-bg .ctp-panel-label .truncate {
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-form-info, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-info-section {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-form-info label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-info-section label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-form-info label.label-strong-cls, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-info-section label.label-strong-cls {
        font-weight: 600; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-form-info label .mandatory, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-info-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-customer-panel-bg {
    background-color: #f8fbff;
    border-top: 1px solid rgba(127, 142, 171, 0.26);
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 0px 2px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-customer-panel-bg .main-heading {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.3px;
      padding: 0px 15px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-customer-panel-bg .main-heading.truncate {
        width: 90%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-customer-panel-bg .main-heading .ctp-del-ic img {
        cursor: pointer; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-customer-panel-bg .ctp-switch-action-bg {
      background-color: #ffffff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      text-align: center; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-item-ic {
    position: relative;
    left: -5px; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel {
    background-color: #ffffff;
    padding: 10px 15px 5px;
    margin-bottom: 1px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .bullet-ic {
      padding: 0px 0px;
      line-height: 15px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .bullet-ic small {
        color: #687896;
        font-size: 12px;
        font-weight: 500;
        padding: 0px 15px;
        font-style: italic; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .bullet-ic::before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #3366cc;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        bottom: 1px;
        left: 3px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .sub-heading {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #3366cc;
      letter-spacing: 0.3px;
      padding: 0px 15px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .module-heading {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #000000;
      letter-spacing: 0.3px;
      padding: 0px 15px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg .ctp-trip-tab-link ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        overflow: auto;
        line-height: 20px; }
        .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg .ctp-trip-tab-link ul li {
          position: relative;
          white-space: nowrap;
          float: left;
          cursor: pointer; }
          .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg .ctp-trip-tab-link ul li span {
            display: block;
            position: relative;
            padding: 6px 10px;
            transition: 0.3s;
            font-size: 13px;
            font-weight: 500;
            color: #3366cc; }
            .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg .ctp-trip-tab-link ul li span:hover {
              color: #3366cc;
              text-decoration: none; }
          .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-trip-tab-bg .ctp-trip-tab-link ul li.active {
            color: #3366cc;
            text-decoration: none;
            border-bottom: 4px solid #3366cc; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data {
      font-size: 13px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data label, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data label {
        font-size: 13px;
        color: #333333;
        padding-left: 5px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .form-control, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .form-control {
        color: #000000;
        font-size: 13px; }
        .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .form-control:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .form-control:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .form-control:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .form-control:focus {
          outline: none;
          box-shadow: none; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .pagination, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .pagination {
        margin: 8px 0px !important; }
        .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data .pagination a:focus, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .pagination a:hover, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .pagination a:active, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data .pagination a:focus {
          outline: none;
          box-shadow: none; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data table th, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data table th {
        background-color: #f1f1f1;
        font-size: 13px;
        font-weight: 600;
        border-bottom: none;
        border-top: none;
        white-space: nowrap; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data table tr.ctp-finalized-quote, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data table tr.ctp-finalized-quote {
        background-color: #eafdfb;
        color: #1a7b73;
        font-weight: 600; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data table tr.ctp-expiry-alert, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data table tr.ctp-expiry-alert {
        background-color: #fdeaea;
        color: #7b1a1a;
        font-weight: 600; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data table td, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data table td {
        font-size: 13px; }
        .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-flt-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-htl-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-exc-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-trans-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-quote-insur-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-flt-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-htl-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-exc-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-trans-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-bkg-insur-list-data table td.dt-link-col, .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-visa-list-data table td.dt-link-col {
          font-weight: 600;
          color: #3366cc;
          cursor: pointer; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-passport-info {
      font-size: 13px;
      font-weight: 500; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-passport-info .passport-label {
        color: #2a4673;
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-passport-info .passport-label.bullet-ic::before {
          content: "";
          width: 5px;
          height: 5px;
          background-color: #3366cc;
          border-radius: 50%;
          display: inline-block;
          position: relative;
          bottom: 1px;
          left: 3px; }
      .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-passport-info .passport-info {
        color: #687896; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-other-doc-info .table thead th {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600;
      border-top: none;
      border-bottom: none;
      padding: 10px 5px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-other-doc-info .table tbody td {
      padding: 10px 5px; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-other-doc-info .main-heading {
      font-size: 13px;
      font-weight: 500; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-other-doc-info .action-cls {
      font-size: 15px;
      color: #3366cc;
      font-weight: 500;
      cursor: pointer; }
    .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-trip-list-item .ctp-trip-info-panel .ctp-other-doc-info .normal-txt {
      font-size: 13px;
      color: #333333;
      font-weight: 500; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-no-record-section .ctp-no-record-title {
    font-size: 24px;
    font-weight: bold;
    color: #2a4673;
    line-height: 30px; }
  .pts-cust-trip-profile-section .cust-trip-profile-bg .ctp-no-record-section .ctp-no-record-txt {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    line-height: 18px; }

/*********** Below CSS For Details + Summary Quotation Page **************/
.pts-email-quotation-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-email-quotation-bg .pts-brand img {
    max-width: 130px; }
  .pts-email-quotation-bg .main-heading {
    font-size: 19px;
    color: #2a4673;
    font-weight: 600; }
  .pts-email-quotation-bg .sub-main-heading {
    font-size: 14px;
    color: #2a4673;
    font-weight: 600; }
  .pts-email-quotation-bg .heading {
    font-size: 12px;
    color: #2a4673;
    font-weight: 600; }
  .pts-email-quotation-bg a {
    font-size: 11px;
    color: #3366cc !important; }
    .pts-email-quotation-bg a:hover, .pts-email-quotation-bg a:active, .pts-email-quotation-bg a:focus {
      outline: none;
      box-shadow: none; }
  .pts-email-quotation-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-email-quotation-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-email-quotation-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-email-quotation-bg .pq-top-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 3px solid rgba(127, 142, 171, 0.26);
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1; }
  .pts-email-quotation-bg .table > tbody > tr > td, .pts-email-quotation-bg .table > tbody > tr > th, .pts-email-quotation-bg .table > tfoot > tr > td, .pts-email-quotation-bg .table > tfoot > tr > th, .pts-email-quotation-bg .table > thead > tr > td, .pts-email-quotation-bg .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top; }
  .pts-email-quotation-bg .flt-summ-email-quotation-bg {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid rgba(127, 142, 171, 0.26);
    max-height: 500px;
    overflow: hidden;
    position: relative; }

/*********** Below CSS For View Quotation Listing Page **************/
.pts-view-quotation-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-view-quotation-bg .vq-label-bg {
    background-color: #f8fbff;
    border-top: 1px solid rgba(102, 116, 129, 0.15);
    border-left: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15);
    line-height: 36px;
    font-size: 14px;
    color: #2a4673;
    padding: 0px 17px;
    letter-spacing: 0.3px;
    font-weight: 500; }
    .pts-view-quotation-bg .vq-label-bg .vq-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 7px;
      right: 20px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .pts-view-quotation-bg .vq-label-bg .vq-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 7px;
      right: 20px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-view-quotation-bg .vq-search-panel {
    padding: 10px 17px;
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-view-quotation-bg .vq-search-panel ul.vq-service-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-view-quotation-bg .vq-search-panel ul.vq-service-type li {
        font-size: 13px;
        font-weight: 600;
        display: block;
        float: left; }
    .pts-view-quotation-bg .vq-search-panel label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
      .pts-view-quotation-bg .vq-search-panel label.label-strong-cls {
        font-weight: 600; }
      .pts-view-quotation-bg .vq-search-panel label .mandatory {
        font-size: 12px;
        color: #cc3333; }
  .pts-view-quotation-bg .vq-flt-list-data, .pts-view-quotation-bg .vq-htl-list-data, .pts-view-quotation-bg .vq-exc-list-data, .pts-view-quotation-bg .vq-trans-list-data, .pts-view-quotation-bg .vq-insur-list-data {
    font-size: 13px; }
    .pts-view-quotation-bg .vq-flt-list-data label, .pts-view-quotation-bg .vq-htl-list-data label, .pts-view-quotation-bg .vq-exc-list-data label, .pts-view-quotation-bg .vq-trans-list-data label, .pts-view-quotation-bg .vq-insur-list-data label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
    .pts-view-quotation-bg .vq-flt-list-data .form-control, .pts-view-quotation-bg .vq-htl-list-data .form-control, .pts-view-quotation-bg .vq-exc-list-data .form-control, .pts-view-quotation-bg .vq-trans-list-data .form-control, .pts-view-quotation-bg .vq-insur-list-data .form-control {
      color: #000000;
      font-size: 13px; }
      .pts-view-quotation-bg .vq-flt-list-data .form-control:hover, .pts-view-quotation-bg .vq-flt-list-data .form-control:active, .pts-view-quotation-bg .vq-flt-list-data .form-control:focus, .pts-view-quotation-bg .vq-htl-list-data .form-control:hover, .pts-view-quotation-bg .vq-htl-list-data .form-control:active, .pts-view-quotation-bg .vq-htl-list-data .form-control:focus, .pts-view-quotation-bg .vq-exc-list-data .form-control:hover, .pts-view-quotation-bg .vq-exc-list-data .form-control:active, .pts-view-quotation-bg .vq-exc-list-data .form-control:focus, .pts-view-quotation-bg .vq-trans-list-data .form-control:hover, .pts-view-quotation-bg .vq-trans-list-data .form-control:active, .pts-view-quotation-bg .vq-trans-list-data .form-control:focus, .pts-view-quotation-bg .vq-insur-list-data .form-control:hover, .pts-view-quotation-bg .vq-insur-list-data .form-control:active, .pts-view-quotation-bg .vq-insur-list-data .form-control:focus {
        outline: none;
        box-shadow: none; }
    .pts-view-quotation-bg .vq-flt-list-data .pagination, .pts-view-quotation-bg .vq-htl-list-data .pagination, .pts-view-quotation-bg .vq-exc-list-data .pagination, .pts-view-quotation-bg .vq-trans-list-data .pagination, .pts-view-quotation-bg .vq-insur-list-data .pagination {
      margin: 8px 0px !important; }
      .pts-view-quotation-bg .vq-flt-list-data .pagination a:hover, .pts-view-quotation-bg .vq-flt-list-data .pagination a:active, .pts-view-quotation-bg .vq-flt-list-data .pagination a:focus, .pts-view-quotation-bg .vq-htl-list-data .pagination a:hover, .pts-view-quotation-bg .vq-htl-list-data .pagination a:active, .pts-view-quotation-bg .vq-htl-list-data .pagination a:focus, .pts-view-quotation-bg .vq-exc-list-data .pagination a:hover, .pts-view-quotation-bg .vq-exc-list-data .pagination a:active, .pts-view-quotation-bg .vq-exc-list-data .pagination a:focus, .pts-view-quotation-bg .vq-trans-list-data .pagination a:hover, .pts-view-quotation-bg .vq-trans-list-data .pagination a:active, .pts-view-quotation-bg .vq-trans-list-data .pagination a:focus, .pts-view-quotation-bg .vq-insur-list-data .pagination a:hover, .pts-view-quotation-bg .vq-insur-list-data .pagination a:active, .pts-view-quotation-bg .vq-insur-list-data .pagination a:focus {
        outline: none;
        box-shadow: none; }
    .pts-view-quotation-bg .vq-flt-list-data table th, .pts-view-quotation-bg .vq-htl-list-data table th, .pts-view-quotation-bg .vq-exc-list-data table th, .pts-view-quotation-bg .vq-trans-list-data table th, .pts-view-quotation-bg .vq-insur-list-data table th {
      background-color: #f1f1f1;
      font-size: 13px;
      font-weight: 600;
      border-bottom: none;
      border-top: none;
      white-space: nowrap; }
    .pts-view-quotation-bg .vq-flt-list-data table td, .pts-view-quotation-bg .vq-htl-list-data table td, .pts-view-quotation-bg .vq-exc-list-data table td, .pts-view-quotation-bg .vq-trans-list-data table td, .pts-view-quotation-bg .vq-insur-list-data table td {
      font-size: 13px; }
      .pts-view-quotation-bg .vq-flt-list-data table td.dt-link-col, .pts-view-quotation-bg .vq-htl-list-data table td.dt-link-col, .pts-view-quotation-bg .vq-exc-list-data table td.dt-link-col, .pts-view-quotation-bg .vq-trans-list-data table td.dt-link-col, .pts-view-quotation-bg .vq-insur-list-data table td.dt-link-col {
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }

/*********** Below CSS For Manual Booking Page **************/
.pts-manual-booking-section .manual-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-manual-booking-section .manual-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-manual-booking-section .manual-bkg-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-label-bg {
    background-color: #f8fbff;
    border-top: 1px solid rgba(102, 116, 129, 0.15);
    border-left: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15);
    line-height: 36px;
    font-size: 14px;
    color: #2a4673;
    padding: 0px 17px;
    letter-spacing: 0.3px;
    font-weight: 500; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-upload-file-panel .file-details-txt {
    font-size: 12px;
    color: #cc0000;
    font-weight: 500; }
  .pts-manual-booking-section .manual-bkg-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-manual-booking-section .manual-bkg-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-manual-booking-section .manual-bkg-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-manual-booking-section .manual-bkg-bg .manual-bkg-panel-bg .manual-bkg-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      .pts-manual-booking-section .manual-bkg-bg .manual-bkg-panel-bg .manual-bkg-panel-label.manual-bkg-info-sh {
        cursor: pointer; }
  .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .section-heading {
      font-size: 17px;
      font-weight: 600;
      color: #2a4673; }
    .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .main-heading {
      font-size: 14px;
      font-weight: 600;
      color: #2a4673; }
      .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .main-heading small {
        font-weight: 600; }
    .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .sub-heading {
      font-size: 13px;
      padding-left: 5px;
      font-weight: 600; }
      .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .sub-heading small {
        font-weight: 600; }
    .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-pax-info-section ul, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-airline-info-section ul, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-tax-info-section ul, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-pax-additional-info-section ul {
      list-style: none; }
      .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-pax-info-section ul li.list-item-underline, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-airline-info-section ul li.list-item-underline, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-tax-info-section ul li.list-item-underline, .pts-manual-booking-section .manual-bkg-bg .manual-bkg-form-info .manual-bkg-pax-additional-info-section ul li.list-item-underline {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        margin-bottom: 12px; }

/*********** Below CSS For Desk User Page **************/
.pts-desk-user-section .desk-user-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-desk-user-section .desk-user-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-desk-user-section .desk-user-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-desk-user-section .desk-user-bg .desk-user-list-data {
    font-size: 13px; }
    .pts-desk-user-section .desk-user-bg .desk-user-list-data label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
    .pts-desk-user-section .desk-user-bg .desk-user-list-data .form-control {
      color: #000000;
      font-size: 13px; }
      .pts-desk-user-section .desk-user-bg .desk-user-list-data .form-control:hover, .pts-desk-user-section .desk-user-bg .desk-user-list-data .form-control:active, .pts-desk-user-section .desk-user-bg .desk-user-list-data .form-control:focus {
        outline: none;
        box-shadow: none; }
    .pts-desk-user-section .desk-user-bg .desk-user-list-data .pagination {
      margin: 8px 0px !important; }
      .pts-desk-user-section .desk-user-bg .desk-user-list-data .pagination a:hover, .pts-desk-user-section .desk-user-bg .desk-user-list-data .pagination a:active, .pts-desk-user-section .desk-user-bg .desk-user-list-data .pagination a:focus {
        outline: none;
        box-shadow: none; }
    .pts-desk-user-section .desk-user-bg .desk-user-list-data table th {
      background-color: #f1f1f1;
      font-size: 13px;
      font-weight: 600;
      border-bottom: none;
      border-top: none;
      white-space: nowrap; }
    .pts-desk-user-section .desk-user-bg .desk-user-list-data table td {
      font-size: 13px; }
      .pts-desk-user-section .desk-user-bg .desk-user-list-data table td.dt-link-col {
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }
      .pts-desk-user-section .desk-user-bg .desk-user-list-data table td a i {
        font-size: 19px; }
  .pts-desk-user-section .desk-user-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-desk-user-section .desk-user-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-desk-user-section .desk-user-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-desk-user-section .desk-user-bg .desk-user-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-desk-user-section .desk-user-bg .desk-user-panel-bg .desk-user-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
  .pts-desk-user-section .desk-user-bg .desk-user-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }

/*********** Below CSS For Booking List Page **************/
.pts-bkg-listing-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-bkg-listing-bg .bkg-listing-label-bg {
    background-color: #f8fbff;
    border-top: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15);
    line-height: 36px;
    font-size: 14px;
    color: #2a4673;
    padding: 0px 17px;
    letter-spacing: 0.3px;
    font-weight: 500; }
    .pts-bkg-listing-bg .bkg-listing-label-bg .bkg-listing-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 7px;
      right: 20px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .pts-bkg-listing-bg .bkg-listing-label-bg .bkg-listing-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 7px;
      right: 20px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-bkg-listing-bg .bkg-listing-search-panel {
    padding: 10px 17px;
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-bkg-listing-bg .bkg-listing-search-panel ul.bkg-listing-sort-type {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pts-bkg-listing-bg .bkg-listing-search-panel ul.bkg-listing-sort-type li {
        font-size: 13px;
        font-weight: 600;
        display: block;
        float: left; }
    .pts-bkg-listing-bg .bkg-listing-search-panel label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
      .pts-bkg-listing-bg .bkg-listing-search-panel label.label-strong-cls {
        font-weight: 600; }
      .pts-bkg-listing-bg .bkg-listing-search-panel label .mandatory {
        font-size: 12px;
        color: #cc3333; }
  .pts-bkg-listing-bg .bkg-flt-list-data, .pts-bkg-listing-bg .bkg-htl-list-data, .pts-bkg-listing-bg .bkg-exc-list-data, .pts-bkg-listing-bg .bkg-trans-list-data, .pts-bkg-listing-bg .bkg-insur-list-data {
    font-size: 13px; }
    .pts-bkg-listing-bg .bkg-flt-list-data label, .pts-bkg-listing-bg .bkg-htl-list-data label, .pts-bkg-listing-bg .bkg-exc-list-data label, .pts-bkg-listing-bg .bkg-trans-list-data label, .pts-bkg-listing-bg .bkg-insur-list-data label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
    .pts-bkg-listing-bg .bkg-flt-list-data .form-control, .pts-bkg-listing-bg .bkg-htl-list-data .form-control, .pts-bkg-listing-bg .bkg-exc-list-data .form-control, .pts-bkg-listing-bg .bkg-trans-list-data .form-control, .pts-bkg-listing-bg .bkg-insur-list-data .form-control {
      color: #000000;
      font-size: 13px; }
      .pts-bkg-listing-bg .bkg-flt-list-data .form-control:hover, .pts-bkg-listing-bg .bkg-flt-list-data .form-control:active, .pts-bkg-listing-bg .bkg-flt-list-data .form-control:focus, .pts-bkg-listing-bg .bkg-htl-list-data .form-control:hover, .pts-bkg-listing-bg .bkg-htl-list-data .form-control:active, .pts-bkg-listing-bg .bkg-htl-list-data .form-control:focus, .pts-bkg-listing-bg .bkg-exc-list-data .form-control:hover, .pts-bkg-listing-bg .bkg-exc-list-data .form-control:active, .pts-bkg-listing-bg .bkg-exc-list-data .form-control:focus, .pts-bkg-listing-bg .bkg-trans-list-data .form-control:hover, .pts-bkg-listing-bg .bkg-trans-list-data .form-control:active, .pts-bkg-listing-bg .bkg-trans-list-data .form-control:focus, .pts-bkg-listing-bg .bkg-insur-list-data .form-control:hover, .pts-bkg-listing-bg .bkg-insur-list-data .form-control:active, .pts-bkg-listing-bg .bkg-insur-list-data .form-control:focus {
        outline: none;
        box-shadow: none; }
    .pts-bkg-listing-bg .bkg-flt-list-data .pagination, .pts-bkg-listing-bg .bkg-htl-list-data .pagination, .pts-bkg-listing-bg .bkg-exc-list-data .pagination, .pts-bkg-listing-bg .bkg-trans-list-data .pagination, .pts-bkg-listing-bg .bkg-insur-list-data .pagination {
      margin: 8px 0px !important; }
      .pts-bkg-listing-bg .bkg-flt-list-data .pagination a:hover, .pts-bkg-listing-bg .bkg-flt-list-data .pagination a:active, .pts-bkg-listing-bg .bkg-flt-list-data .pagination a:focus, .pts-bkg-listing-bg .bkg-htl-list-data .pagination a:hover, .pts-bkg-listing-bg .bkg-htl-list-data .pagination a:active, .pts-bkg-listing-bg .bkg-htl-list-data .pagination a:focus, .pts-bkg-listing-bg .bkg-exc-list-data .pagination a:hover, .pts-bkg-listing-bg .bkg-exc-list-data .pagination a:active, .pts-bkg-listing-bg .bkg-exc-list-data .pagination a:focus, .pts-bkg-listing-bg .bkg-trans-list-data .pagination a:hover, .pts-bkg-listing-bg .bkg-trans-list-data .pagination a:active, .pts-bkg-listing-bg .bkg-trans-list-data .pagination a:focus, .pts-bkg-listing-bg .bkg-insur-list-data .pagination a:hover, .pts-bkg-listing-bg .bkg-insur-list-data .pagination a:active, .pts-bkg-listing-bg .bkg-insur-list-data .pagination a:focus {
        outline: none;
        box-shadow: none; }
    .pts-bkg-listing-bg .bkg-flt-list-data table th, .pts-bkg-listing-bg .bkg-htl-list-data table th, .pts-bkg-listing-bg .bkg-exc-list-data table th, .pts-bkg-listing-bg .bkg-trans-list-data table th, .pts-bkg-listing-bg .bkg-insur-list-data table th {
      background-color: #f1f1f1;
      font-size: 13px;
      font-weight: 600;
      border-bottom: none;
      border-top: none;
      white-space: nowrap; }
    .pts-bkg-listing-bg .bkg-flt-list-data table td, .pts-bkg-listing-bg .bkg-htl-list-data table td, .pts-bkg-listing-bg .bkg-exc-list-data table td, .pts-bkg-listing-bg .bkg-trans-list-data table td, .pts-bkg-listing-bg .bkg-insur-list-data table td {
      font-size: 13px; }
      .pts-bkg-listing-bg .bkg-flt-list-data table td.dt-link-col, .pts-bkg-listing-bg .bkg-htl-list-data table td.dt-link-col, .pts-bkg-listing-bg .bkg-exc-list-data table td.dt-link-col, .pts-bkg-listing-bg .bkg-trans-list-data table td.dt-link-col, .pts-bkg-listing-bg .bkg-insur-list-data table td.dt-link-col {
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }
      .pts-bkg-listing-bg .bkg-flt-list-data table td.refresh-ic-link img, .pts-bkg-listing-bg .bkg-htl-list-data table td.refresh-ic-link img, .pts-bkg-listing-bg .bkg-exc-list-data table td.refresh-ic-link img, .pts-bkg-listing-bg .bkg-trans-list-data table td.refresh-ic-link img, .pts-bkg-listing-bg .bkg-insur-list-data table td.refresh-ic-link img {
        cursor: pointer; }

/*********** Below CSS For Booking Listing - Flt Ticket Page **************/
.pts-bkg-list-flt-ticket-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-bkg-list-flt-ticket-bg .flt-preview-type-top-section {
    margin-bottom: 15px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2; }
    .pts-bkg-list-flt-ticket-bg .flt-preview-type-top-section .flt-ticket-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 17px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .pts-bkg-list-flt-ticket-bg .flt-preview-type-top-section .flt-ticket-search-panel {
      padding: 10px 17px;
      border-bottom: 3px solid rgba(102, 116, 129, 0.15); }
      .pts-bkg-list-flt-ticket-bg .flt-preview-type-top-section .flt-ticket-search-panel ul.flt-ticket-preview-type {
        list-style: none;
        margin: 0;
        padding: 0; }
        .pts-bkg-list-flt-ticket-bg .flt-preview-type-top-section .flt-ticket-search-panel ul.flt-ticket-preview-type li {
          font-size: 13px;
          font-weight: 600;
          display: block;
          float: left; }
  .pts-bkg-list-flt-ticket-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-bkg-list-flt-ticket-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-bkg-list-flt-ticket-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-bkg-list-flt-ticket-bg .flt-ticket-email-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .pts-bkg-list-flt-ticket-bg .btn-bkg-ticket-price-sh:hover, .pts-bkg-list-flt-ticket-bg .btn-bkg-ticket-price-sh:active, .pts-bkg-list-flt-ticket-bg .btn-bkg-ticket-price-sh:focus {
    outline: none;
    box-shadow: none; }
  .pts-bkg-list-flt-ticket-bg .btn-bkg-ticket-price-sh.active {
    font-size: 13px;
    background-color: #3366cc;
    color: #ffffff;
    font-weight: 500;
    border-color: #3366cc; }
  .pts-bkg-list-flt-ticket-bg .btn-bkg-ticket-price-sh.noActive {
    font-size: 13px;
    background-color: #ffffff;
    color: #333333;
    font-weight: 500;
    border-color: #cccccc; }
  .pts-bkg-list-flt-ticket-bg .flt-counter-staff-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-bkg-list-flt-ticket-bg .flt-counter-staff-panel-bg .flt-counter-staff-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
  .pts-bkg-list-flt-ticket-bg .flt-counter-staff-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-bkg-list-flt-ticket-bg .flt-counter-staff-form-info .main-heading {
      font-size: 14px;
      font-weight: 600;
      color: #2a4673; }
      .pts-bkg-list-flt-ticket-bg .flt-counter-staff-form-info .main-heading small {
        font-weight: 600; }
    .pts-bkg-list-flt-ticket-bg .flt-counter-staff-form-info .sub-heading {
      font-size: 13px;
      padding-left: 5px;
      font-weight: 600; }
      .pts-bkg-list-flt-ticket-bg .flt-counter-staff-form-info .sub-heading small {
        font-weight: 600; }
  .pts-bkg-list-flt-ticket-bg .flt-counter-staff-gst-info-sh label, .pts-bkg-list-flt-ticket-bg .flt-counter-staff-gst-info-sh input {
    cursor: pointer; }

/*********** Below CSS For Without PNR Page **************/
.pts-without-pnr-section .without-pnr-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-without-pnr-section .without-pnr-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-without-pnr-section .without-pnr-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-without-pnr-section .without-pnr-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-without-pnr-section .without-pnr-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-without-pnr-section .without-pnr-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-quote-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    border-bottom: 3px solid rgba(102, 116, 129, 0.15); }
    .pts-without-pnr-section .without-pnr-bg .without-pnr-quote-panel .without-pnr-label-bg {
      background-color: #f8fbff;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #2a4673;
      padding: 0px 17px;
      letter-spacing: 0.3px;
      font-weight: 500; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-preview-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px;
    min-height: 445px; }
    .pts-without-pnr-section .without-pnr-bg .without-pnr-preview-info .without-pnr-preview-custom-scrollbar {
      max-height: 430px;
      overflow: hidden;
      position: relative; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-main-panel .wp-option-list-item {
    border-bottom: 2px dotted rgba(102, 116, 129, 0.15); }
    .pts-without-pnr-section .without-pnr-bg .without-pnr-main-panel .wp-option-list-item:last-child {
      border-bottom: none; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-main-panel .without-pnr-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-without-pnr-section .without-pnr-bg .without-pnr-main-panel .without-pnr-panel-bg .without-pnr-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
  .pts-without-pnr-section .without-pnr-bg .without-pnr-main-panel .heading {
    font-size: 12px;
    color: #2a4673;
    font-weight: 600; }
  .pts-without-pnr-section .without-pnr-bg .btn-without-pnr:hover, .pts-without-pnr-section .without-pnr-bg .btn-without-pnr:active, .pts-without-pnr-section .without-pnr-bg .btn-without-pnr:focus {
    outline: none;
    box-shadow: none; }
  .pts-without-pnr-section .without-pnr-bg .btn-without-pnr.active {
    font-size: 13px;
    background-color: #3366cc;
    color: #ffffff;
    font-weight: 500;
    border-color: #3366cc; }
  .pts-without-pnr-section .without-pnr-bg .btn-without-pnr.noActive {
    font-size: 13px;
    background-color: #ffffff;
    color: #333333;
    font-weight: 500;
    border-color: #cccccc; }

/*********** Below CSS For Import PNR Page **************/
.pts-import-pnr-section .import-pnr-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-import-pnr-section .import-pnr-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-import-pnr-section .import-pnr-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-import-pnr-section .import-pnr-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-import-pnr-section .import-pnr-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-import-pnr-section .import-pnr-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info.ip-min-height {
      min-height: 130px; }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info .main-heading {
      font-size: 14px;
      font-weight: 600;
      color: #2a4673; }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info .normal-txt {
      font-size: 13px;
      color: #2a4673; }
      .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info .normal-txt .heading {
        font-size: 14px;
        color: #2a4673;
        font-weight: 600; }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-form-info .share-queue-command-txt {
      font-size: 13px;
      font-weight: 600;
      color: #000000; }
  .pts-import-pnr-section .import-pnr-bg .import-pnr-preview-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
  .pts-import-pnr-section .import-pnr-bg .import-pnr-main-panel .import-pnr-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-main-panel .import-pnr-panel-bg .import-pnr-panel-label {
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
  .pts-import-pnr-section .import-pnr-bg .import-pnr-main-panel .heading {
    font-size: 12px;
    color: #2a4673;
    font-weight: 600; }
  .pts-import-pnr-section .import-pnr-bg .import-pnr-main-panel .import-pnr-list-section ul {
    list-style: none; }
    .pts-import-pnr-section .import-pnr-bg .import-pnr-main-panel .import-pnr-list-section ul li.list-item-underline {
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      margin-bottom: 12px; }
  .pts-import-pnr-section .import-pnr-bg .btn-import-pnr:hover, .pts-import-pnr-section .import-pnr-bg .btn-import-pnr:active, .pts-import-pnr-section .import-pnr-bg .btn-import-pnr:focus {
    outline: none;
    box-shadow: none; }
  .pts-import-pnr-section .import-pnr-bg .btn-import-pnr.active {
    font-size: 13px;
    background-color: #3366cc;
    color: #ffffff;
    font-weight: 500;
    border-color: #3366cc; }
  .pts-import-pnr-section .import-pnr-bg .btn-import-pnr.noActive {
    font-size: 13px;
    background-color: #ffffff;
    color: #333333;
    font-weight: 500;
    border-color: #cccccc; }

/*********** Below CSS For My Traveller Part **************/
.pts-my-traveller-section .pts-mt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .pts-my-traveller-section .pts-mt-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-my-traveller-section .pts-mt-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-my-traveller-section .pts-mt-wht-bg label {
    font-size: 14px;
    color: #333333;
    padding-left: 5px; }
    .pts-my-traveller-section .pts-mt-wht-bg label.label-strong-cls {
      font-weight: 600; }
  .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-label-bg {
      line-height: 40px;
      font-size: 15px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-label-title {
      line-height: 24px;
      font-size: 15px;
      font-weight: 600;
      color: #007bff;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-top: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-profile-img img {
        width: 50px;
        height: 50px; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form label {
        font-size: 13px;
        color: #2a4673;
        padding-left: 4px;
        font-weight: 500; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form label.label-strong-cls {
          font-weight: 600; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form label .mandatory {
          font-size: 13px;
          color: #cc0000; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form .gst-error-alt-msg {
        font-size: 12px;
        color: #cc0000;
        font-weight: 500;
        padding-left: 12px; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form .valid-alt-msg {
        font-size: 13px;
        color: #cc0000;
        font-weight: 500; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form .user-img-file-section .note-txt {
        font-size: 12px;
        color: #687896;
        font-weight: 500; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-form .user-img-file-section .note-txt .file-details-txt {
          font-size: 12px;
          color: #cc0000;
          font-weight: 500; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-info {
        font-size: 13px;
        font-weight: 500;
        color: #687896;
        padding: 3px 15px;
        line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-info .user-name-txt {
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-personal-info .user-name-txt {
          font-size: 15px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info {
        line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info .company-name {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info .company-address {
          font-size: 13px;
          color: #777777;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-general-info .action-ic img {
          cursor: pointer; }
      .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info {
        line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info .module-heading {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
        .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
          .pts-my-traveller-section .pts-mt-wht-bg .mt-panel-bg .mt-user-info .user-travel-preferences-info .normal-txt .airline-ic img {
            width: 27px;
            height: 23px;
            cursor: pointer; }

/*********** Below CSS For Wallet Page **************/
.pts-wallet-section .wallet-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-wallet-section .wallet-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-wallet-section .wallet-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-wallet-section .wallet-bg label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .pts-wallet-section .wallet-bg label.label-strong-cls {
      font-weight: 600; }
    .pts-wallet-section .wallet-bg label .mandatory {
      font-size: 12px;
      color: #cc3333; }
  .pts-wallet-section .wallet-bg .wallet-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-wallet-section .wallet-bg .wallet-panel-bg .wallet-panel-label {
      line-height: 35px;
      font-size: 13px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      .pts-wallet-section .wallet-bg .wallet-panel-bg .wallet-panel-label .wallet-select-customer {
        font-size: 13px;
        color: #3366cc;
        cursor: pointer;
        letter-spacing: 0.3px;
        font-weight: 600; }
  .pts-wallet-section .wallet-bg .wallet-list-data {
    font-size: 13px; }
    .pts-wallet-section .wallet-bg .wallet-list-data label {
      font-size: 13px;
      color: #333333;
      padding-left: 5px; }
    .pts-wallet-section .wallet-bg .wallet-list-data .form-control {
      color: #000000;
      font-size: 13px; }
      .pts-wallet-section .wallet-bg .wallet-list-data .form-control:hover, .pts-wallet-section .wallet-bg .wallet-list-data .form-control:active, .pts-wallet-section .wallet-bg .wallet-list-data .form-control:focus {
        outline: none;
        box-shadow: none; }
    .pts-wallet-section .wallet-bg .wallet-list-data .pagination {
      margin: 8px 0px !important; }
      .pts-wallet-section .wallet-bg .wallet-list-data .pagination a:hover, .pts-wallet-section .wallet-bg .wallet-list-data .pagination a:active, .pts-wallet-section .wallet-bg .wallet-list-data .pagination a:focus {
        outline: none;
        box-shadow: none; }
    .pts-wallet-section .wallet-bg .wallet-list-data table th {
      background-color: #f1f1f1;
      font-size: 13px;
      font-weight: 600;
      border-bottom: none;
      border-top: none;
      white-space: nowrap; }
    .pts-wallet-section .wallet-bg .wallet-list-data table td {
      font-size: 13px; }
      .pts-wallet-section .wallet-bg .wallet-list-data table td.dt-link-col {
        font-weight: 600;
        color: #3366cc;
        cursor: pointer; }
      .pts-wallet-section .wallet-bg .wallet-list-data table td a {
        text-decoration: none; }
        .pts-wallet-section .wallet-bg .wallet-list-data table td a i {
          font-size: 19px; }
  .pts-wallet-section .wallet-bg .wallet-form-info {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-wallet-section .wallet-bg .wallet-form-info .section-heading {
      font-size: 14px;
      font-weight: 600;
      color: #3366cc; }
      .pts-wallet-section .wallet-bg .wallet-form-info .section-heading small {
        font-weight: 600; }
    .pts-wallet-section .wallet-bg .wallet-form-info .upload-file-section .note-txt {
      font-size: 12px;
      color: #687896;
      font-weight: 500; }
      .pts-wallet-section .wallet-bg .wallet-form-info .upload-file-section .note-txt .file-details-txt {
        font-size: 12px;
        color: #cc0000;
        font-weight: 500; }
    .pts-wallet-section .wallet-bg .wallet-form-info .wallet-multiple-doc-section ul {
      list-style: none; }
      .pts-wallet-section .wallet-bg .wallet-form-info .wallet-multiple-doc-section ul li.list-item-underline {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        margin-bottom: 12px; }

/*********** Below CSS For My Wallet Preview Listing Page **************/
.pts-wallet-preview-section .pts-wallet-preview-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  line-height: 40px; }
  .pts-wallet-preview-section .pts-wallet-preview-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-wallet-preview-section .pts-wallet-preview-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-top-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 3px solid rgba(127, 142, 171, 0.26);
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-top-panel .sub-main-heading {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600; }
  .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-panel-bg .wallet-preview-label-bg {
      line-height: 25px;
      font-size: 13px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      cursor: pointer; }
      .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-panel-bg .wallet-preview-label-bg .truncate {
        width: 86%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden; }
  .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .bullet-ic {
      padding: 0px 0px;
      line-height: 15px; }
      .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .bullet-ic small {
        color: #687896;
        font-size: 12px;
        font-weight: 500;
        padding: 0px 15px;
        font-style: italic; }
      .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .bullet-ic::before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #3366cc;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        bottom: 1px;
        left: 3px; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .wallet-preview-document-list-panel .table thead th {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600;
      border-top: none;
      border-bottom: none;
      padding: 10px 5px; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .wallet-preview-document-list-panel .table tbody td {
      padding: 10px 5px; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .wallet-preview-document-list-panel .main-heading {
      font-size: 13px;
      font-weight: 500; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .wallet-preview-document-list-panel .action-cls {
      font-size: 15px;
      color: #3366cc;
      font-weight: 500;
      cursor: pointer; }
    .pts-wallet-preview-section .pts-wallet-preview-wht-bg .wallet-preview-list-item .wallet-preview-info-panel .wallet-preview-document-list-panel .normal-txt {
      font-size: 13px;
      color: #333333;
      font-weight: 500; }

/**************** Login CSS - B2B *********/
.pts-mainbody-login-section .pts-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .pts-mainbody-login-section .pts-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section {
  padding: 0px 15px;
  height: 100vh; }
  .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd {
    padding: 0px 15px;
    border: 1px solid #d5dde8;
    margin: 50px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    background-color: #ffffff; }
    .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel {
      margin: auto;
      min-height: 400px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-brand img {
        max-width: 200px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-signin-alert-msg {
        font-size: 13px;
        font-weight: 500;
        background-color: #fdeaea;
        padding: 6px;
        border-radius: 4px;
        color: #cc0000;
        margin-bottom: 10px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-title {
        font-size: 15px;
        line-height: 22px;
        color: #2a4673;
        font-weight: 500; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-txt {
        font-size: 13px;
        color: #666666;
        line-height: 18px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-tab-link {
        font-size: 14px;
        color: #007bff;
        font-weight: 500;
        text-decoration: none; }
        .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-tab-link:hover {
          color: #007bff;
          text-decoration: none; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-link {
        font-size: 14px;
        color: #007bff;
        font-weight: 500;
        text-decoration: none; }
        .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-link:hover {
          color: #007bff;
          text-decoration: none; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .invalid-feedback {
        font-size: 12px;
        font-weight: 500; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .mainbody-login-heading {
        font-size: 14px;
        color: #777777;
        font-weight: 500;
        line-height: 18px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .normal-txt {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 18px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .pass-valid-txt {
        font-size: 13px;
        color: #339900;
        font-weight: 500; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-lt-panel .client-alert-msg {
        font-size: 13px;
        color: #339900; }
    .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel {
      background: #f3f9ff;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      min-height: 600px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .mainbody-rt-title h1 {
        color: #3366cc;
        font-weight: bold;
        font-size: 36px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .mainbody-rt-title h4 {
        color: #2a4673;
        font-size: 17px; }
      .pts-mainbody-login-section .pts-mainbody-login-wht-bg .login-row-section .mainbody-login-box-pd .mainbody-rt-panel .login-banner {
        position: absolute;
        bottom: -1px; }

.pts-mainbody-login-section .pts-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-mainbody-login-section .pts-wht-bg .form-section {
    padding: 15px; }
  .pts-mainbody-login-section .pts-wht-bg .login-row-section {
    padding: 0px 15px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-box-pd {
    padding: 12px 15px 25px;
    border: 1px solid #d5dde8;
    margin: 50px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-signin-alert-msg {
    font-size: 13px;
    font-weight: 500;
    background-color: #fdeaea;
    padding: 6px;
    border-radius: 4px;
    color: #cc0000;
    margin-bottom: 10px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-title {
    font-size: 19px;
    line-height: 22px;
    color: #2a4673;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-tab-link {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    text-decoration: none; }
    .pts-mainbody-login-section .pts-wht-bg .mainbody-login-tab-link:hover {
      color: #007bff;
      text-decoration: none; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-link {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    text-decoration: none; }
    .pts-mainbody-login-section .pts-wht-bg .mainbody-login-link:hover {
      color: #007bff;
      text-decoration: none; }
  .pts-mainbody-login-section .pts-wht-bg .invalid-feedback {
    font-size: 12px;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-heading {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .normal-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .pass-valid-txt {
    font-size: 13px;
    color: #339900;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .client-alert-msg {
    font-size: 13px;
    color: #339900; }

/*********** Below CSS For My Account Part **************/
.pts-my-account-section .pts-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .pts-my-account-section .pts-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-my-account-section .pts-ma-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-my-account-section .pts-ma-wht-bg label {
    font-size: 14px;
    color: #333333;
    padding-left: 5px; }
    .pts-my-account-section .pts-ma-wht-bg label.label-strong-cls {
      font-weight: 600; }
  .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-label-bg {
      line-height: 40px;
      font-size: 15px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-label-title {
      line-height: 24px;
      font-size: 15px;
      font-weight: 600;
      color: #007bff;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-top: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-profile-img img {
        width: 50px;
        height: 50px; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label {
        font-size: 13px;
        color: #2a4673;
        padding-left: 4px;
        font-weight: 500; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label.label-strong-cls {
          font-weight: 600; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label .mandatory {
          font-size: 13px;
          color: #cc0000; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .gst-error-alt-msg {
        font-size: 12px;
        color: #cc0000;
        font-weight: 500;
        padding-left: 12px; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .valid-alt-msg {
        font-size: 13px;
        color: #cc0000;
        font-weight: 500; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .user-img-file-section .note-txt {
        font-size: 12px;
        color: #687896;
        font-weight: 500; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .user-img-file-section .note-txt .file-details-txt {
          font-size: 12px;
          color: #cc0000;
          font-weight: 500; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info {
        font-size: 13px;
        font-weight: 500;
        color: #687896;
        padding: 3px 15px;
        line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info .user-name-txt {
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info .user-name-txt {
          font-size: 15px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info {
        line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .company-name {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .company-address {
          font-size: 13px;
          color: #777777;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .action-ic img {
          cursor: pointer; }
      .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info {
        line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .module-heading {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #2a4673;
          line-height: 18px; }
        .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #687896;
          line-height: 18px; }
          .pts-my-account-section .pts-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .normal-txt .airline-ic img {
            width: 27px;
            height: 23px;
            cursor: pointer; }

/*********** Below CSS For My Trip Listing Page **************/
.pts-my-trip-section .pts-my-trip-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .pts-my-trip-section .pts-my-trip-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-my-trip-section .pts-my-trip-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg {
    background-color: #f8fbff;
    border-top: 1px solid rgba(127, 142, 171, 0.26);
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 0px 2px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99; }
    .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      overflow: auto;
      line-height: 20px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li {
        position: relative;
        white-space: nowrap;
        float: left; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li a {
          display: block;
          position: relative;
          padding: 10px 15px;
          transition: 0.3s;
          font-size: 13px;
          font-weight: 500;
          color: #3366cc; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li a:hover {
            color: #3366cc;
            text-decoration: none; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li.active {
          color: #3366cc;
          text-decoration: none;
          border-bottom: 4px solid #3366cc; }
  .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-label-bg {
      line-height: 40px;
      font-size: 14px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info .trip-empty-msg-heading {
        font-size: 24px;
        color: #687896;
        font-weight: 600;
        line-height: 25px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info .trip-empty-msg-txt {
        font-size: 14px;
        color: #999999;
        font-weight: 500;
        line-height: 18px; }
    .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg {
        background-color: #f9f9f9;
        border: none;
        padding: 7px;
        margin: 0px -10px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading {
          font-size: 14px;
          font-weight: 600;
          color: #2a4673;
          letter-spacing: 0.3px;
          line-height: 20px;
          text-align: left; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .htl-name, .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .flt-segment, .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .exc-name, .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .trans-name, .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .insur-name {
            font-size: 14px;
            font-weight: 600;
            width: 90%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            padding: 0px; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic {
            padding: 0px 0px; }
            .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic small {
              color: #687896;
              font-size: 11px;
              font-weight: 500;
              padding: 0px 15px; }
            .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic::before {
              content: "";
              width: 5px;
              height: 5px;
              background-color: #3366cc;
              border-radius: 50%;
              display: inline-block;
              position: relative;
              bottom: 1px;
              left: 3px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section {
        background-color: #ffffff;
        border: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info {
          padding: 10px 0px;
          border-right: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info:last-child {
            border-right: none; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-label {
            color: #2a4673;
            font-size: 13px;
            font-weight: 500; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-txt {
            color: #687896;
            font-size: 12px;
            font-weight: 500; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-label {
          color: #2a4673;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #3366cc;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-info {
          color: #687896; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-ic {
        line-height: 26px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-ic img {
          width: 27px;
          height: 23px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info {
        padding-left: 30px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .airline-name {
          font-size: 13px;
          font-weight: 500;
          color: #2a4673;
          line-height: 20px;
          letter-spacing: 0.3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .airline-no {
          font-size: 12px;
          font-weight: 500;
          color: #2a4673;
          line-height: 16px;
          letter-spacing: 0.3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .flt-travel-class {
          font-size: 12px;
          font-weight: 500;
          color: #687896;
          line-height: 16px;
          letter-spacing: 0.3px; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info {
        text-align: right;
        line-height: 16px;
        letter-spacing: 0.3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-time {
          font-size: 13px;
          font-weight: 500;
          color: #2a4673; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-airport-short-name {
          font-size: 13px;
          font-weight: 500;
          color: #2a4673; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-date {
          font-size: 12px;
          font-weight: 500;
          color: #687896;
          line-height: 20px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-airport-name {
          font-size: 11px;
          font-weight: 500;
          color: #3366cc; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info {
        text-align: left;
        line-height: 16px;
        letter-spacing: 0.3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-time {
          font-size: 13px;
          font-weight: 500;
          color: #2a4673; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-airport-short-name {
          font-size: 13px;
          font-weight: 500;
          color: #2a4673; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-date {
          font-size: 12px;
          font-weight: 500;
          color: #687896;
          line-height: 20px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-airport-name {
          font-size: 11px;
          font-weight: 500;
          color: #3366cc; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-duration-info {
        font-size: 13px;
        font-weight: 500;
        color: #687896;
        text-align: center;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 17px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-duration-info small {
          font-size: 11px;
          font-weight: 500; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-label {
          color: #2a4673;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #3366cc;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-info {
          color: #687896; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section {
        background-color: #ffffff;
        border: 1px solid rgba(102, 116, 129, 0.15); }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info {
          padding: 10px 0px;
          border-right: 1px solid rgba(102, 116, 129, 0.15);
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info:last-child {
            border-right: none; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info .exc-label {
            color: #2a4673;
            font-size: 13px;
            font-weight: 500; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info .exc-txt {
            color: #687896;
            font-size: 12px;
            font-weight: 500; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-label {
          color: #2a4673;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #3366cc;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-info {
          color: #687896; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section {
        background-color: #ffffff; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info {
          padding: 10px 0px;
          border: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info:nth-child(even) {
            border-left: none; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info .trans-label {
            color: #2a4673;
            font-size: 13px;
            font-weight: 500; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info .trans-txt {
            color: #687896;
            font-size: 12px;
            font-weight: 500; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-label {
          color: #2a4673;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #3366cc;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-info {
          color: #687896; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section {
        background-color: #ffffff; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info {
          padding: 10px 0px;
          border: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info:nth-child(even) {
            border-left: none; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info .insur-label {
            color: #2a4673;
            font-size: 13px;
            font-weight: 500; }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info .insur-txt {
            color: #687896;
            font-size: 12px;
            font-weight: 500; }
      .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-label {
          color: #2a4673;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #3366cc;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .pts-my-trip-section .pts-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-info {
          color: #687896; }

/*********** Below CSS For My Wallet Listing Page **************/
.pts-wallet-section .pts-wallet-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .pts-wallet-section .pts-wallet-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-wallet-section .pts-wallet-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .pts-wallet-section .pts-wallet-wht-bg .wallet-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .pts-wallet-section .pts-wallet-wht-bg .wallet-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .pts-wallet-section .pts-wallet-wht-bg .wallet-top-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 3px solid rgba(127, 142, 171, 0.26);
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-top-panel .sub-main-heading {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600; }
  .pts-wallet-section .pts-wallet-wht-bg .wallet-panel-bg {
    background-color: #f8fbff;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-panel-bg .wallet-label-bg {
      line-height: 25px;
      font-size: 13px;
      font-weight: 600;
      color: #2a4673;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #3366cc;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      cursor: pointer; }
      .pts-wallet-section .pts-wallet-wht-bg .wallet-panel-bg .wallet-label-bg .truncate {
        width: 86%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden; }
  .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic {
      padding: 0px 0px;
      line-height: 15px; }
      .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic small {
        color: #687896;
        font-size: 12px;
        font-weight: 500;
        padding: 0px 15px;
        font-style: italic; }
      .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic::before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #3366cc;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        bottom: 1px;
        left: 3px; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .table thead th {
      font-size: 14px;
      color: #2a4673;
      font-weight: 600;
      border-top: none;
      border-bottom: none;
      padding: 10px 5px; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .table tbody td {
      padding: 10px 5px; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .main-heading {
      font-size: 13px;
      font-weight: 500; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .action-cls {
      font-size: 15px;
      color: #3366cc;
      font-weight: 500;
      cursor: pointer; }
    .pts-wallet-section .pts-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .normal-txt {
      font-size: 13px;
      color: #333333;
      font-weight: 500; }

/**************** Login & Sign UP CSS *********/
.pts-mainbody-login-section .pts-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .pts-mainbody-login-section .pts-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #2a4673; }

.pts-mainbody-login-section .pts-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .pts-mainbody-login-section .pts-wht-bg .form-section {
    padding: 15px; }
  .pts-mainbody-login-section .pts-wht-bg .login-row-section {
    padding: 0px 15px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-box-pd {
    padding: 12px 15px 25px;
    border: 1px solid #d5dde8;
    margin: 50px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-signin-alert-msg {
    font-size: 13px;
    font-weight: 500;
    background-color: #fdeaea;
    padding: 6px;
    border-radius: 4px;
    color: #cc0000;
    margin-bottom: 10px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-title {
    font-size: 19px;
    line-height: 22px;
    color: #2a4673;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-tab-link {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    text-decoration: none; }
    .pts-mainbody-login-section .pts-wht-bg .mainbody-login-tab-link:hover {
      color: #007bff;
      text-decoration: none; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-link {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    text-decoration: none; }
    .pts-mainbody-login-section .pts-wht-bg .mainbody-login-link:hover {
      color: #007bff;
      text-decoration: none; }
  .pts-mainbody-login-section .pts-wht-bg .invalid-feedback {
    font-size: 12px;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .mainbody-login-heading {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .normal-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .pts-mainbody-login-section .pts-wht-bg .pass-valid-txt {
    font-size: 13px;
    color: #339900;
    font-weight: 500; }
  .pts-mainbody-login-section .pts-wht-bg .client-alert-msg {
    font-size: 13px;
    color: #339900; }
  .pts-mainbody-login-section .pts-wht-bg .social-login {
    margin: 0 auto;
    margin-bottom: 14px; }
    .pts-mainbody-login-section .pts-wht-bg .social-login .social-btn {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0.3px;
      width: 100%; }
    .pts-mainbody-login-section .pts-wht-bg .social-login .facebook-btn {
      background-color: #3C589C; }
      .pts-mainbody-login-section .pts-wht-bg .social-login .facebook-btn:hover, .pts-mainbody-login-section .pts-wht-bg .social-login .facebook-btn:active, .pts-mainbody-login-section .pts-wht-bg .social-login .facebook-btn:focus {
        outline: none;
        box-shadow: none; }
    .pts-mainbody-login-section .pts-wht-bg .social-login .google-btn {
      background-color: #DF4B3B; }
      .pts-mainbody-login-section .pts-wht-bg .social-login .google-btn:hover, .pts-mainbody-login-section .pts-wht-bg .social-login .google-btn:active, .pts-mainbody-login-section .pts-wht-bg .social-login .google-btn:focus {
        outline: none;
        box-shadow: none; }

/******** End Login & Sign Up CSS **********/
/*********** Below CSS For Bootstrap customize class **************/
.tooltip .tooltip-inner {
  font-size: 11px; }

.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: unset !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus, .form-control.is-invalid:hover, .form-control.is-invalid:active, .form-control.is-invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .form-control:invalid:active, .was-validated .form-control:invalid:focus {
    outline: none;
    box-shadow: none; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus {
    outline: none;
    box-shadow: none; }

.invalid-feedback {
  font-size: 12px; }

.tooltip {
  z-index: 3; }

.tooltip .tooltip-inner {
  font-size: 11px; }

/*********** Below CSS For Jquery UI customize class **************/
.ui-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 1em; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
  height: 4px;
  width: 83%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 29px;
  left: 17px; }
  .ui-slider-horizontal .ui-slider-handle {
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    margin: 0;
    top: -9px;
    background-color: transparent;
    margin-left: -10px;
    z-index: 2;
    background-image: url("../images/price_range_wheel.png");
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer; }
  .ui-slider-horizontal .ui-slider-range {
    border-radius: 10px;
    background-color: #3366cc;
    height: 4px;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

/*********** Below CSS For mCustomScrollbar customize class **************/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 16px !important; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 5px !important; }

/*********** Below CSS For DataTable Bootstrap4 customize class **************/
.dataTables_scroll {
  border-left: 1px solid rgba(127, 142, 171, 0.26);
  border-right: 1px solid rgba(127, 142, 171, 0.26);
  margin: 10px 0px !important; }

.dataTables_scrollHead table {
  border-left: none;
  border-right: none; }

.dataTables_scrollBody {
  white-space: nowrap !important; }
  .dataTables_scrollBody table {
    border-left: none;
    border-right: none; }

table.dataTable {
  margin-top: 0 !important; }

/*********** Below CSS For theiaStickySidebar customize class **************/
.theiaStickySidebar {
  z-index: 0 !important; }

/*********** Below CSS For All Media Queries **************/
@media (min-width: 320px) and (max-width: 991px) {
  .pts-my-trip-wht-bg .my-trip-tab-bg {
    top: 56px !important; }
  .insur-cover-dtl-panel {
    max-height: 500px; }
  .pts-wallet-wht-bg .wallet-top-panel {
    top: 56px !important; }
  .ctp-customer-panel-bg {
    top: 93px !important; } }
